git.delta.rocks / unique-network / refs/commits / d50b1a1c09d5

difftreelog

source

Cargo.lock316.2 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if",46 "cipher",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.20"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.2.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.8.0"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.5.0"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"209dependencies = [210 "async-lock",211 "async-task",212 "concurrent-queue",213 "fastrand",214 "futures-lite",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.1"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.12.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"238dependencies = [239 "async-lock",240 "autocfg",241 "concurrent-queue",242 "futures-lite",243 "libc",244 "log",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "windows-sys 0.42.0",251]252253[[package]]254name = "async-lock"255version = "2.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.6.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"268dependencies = [269 "async-io",270 "async-lock",271 "autocfg",272 "blocking",273 "cfg-if",274 "event-listener",275 "futures-lite",276 "libc",277 "signal-hook",278 "windows-sys 0.42.0",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.22.0"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.59"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.1"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi 0.1.19",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if",412 "libc",413 "miniz_oxide 0.5.4",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"518dependencies = [519 "beefy-primitives",520 "sp-api",521 "sp-runtime",522]523524[[package]]525name = "beefy-primitives"526version = "4.0.0-dev"527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"528dependencies = [529 "parity-scale-codec 3.2.1",530 "scale-info",531 "serde",532 "sp-api",533 "sp-application-crypto",534 "sp-core",535 "sp-io",536 "sp-mmr-primitives",537 "sp-runtime",538 "sp-std",539]540541[[package]]542name = "bincode"543version = "1.3.3"544source = "registry+https://github.com/rust-lang/crates.io-index"545checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"546dependencies = [547 "serde",548]549550[[package]]551name = "bindgen"552version = "0.60.1"553source = "registry+https://github.com/rust-lang/crates.io-index"554checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"555dependencies = [556 "bitflags",557 "cexpr",558 "clang-sys",559 "lazy_static",560 "lazycell",561 "peeking_take_while",562 "proc-macro2",563 "quote",564 "regex",565 "rustc-hash",566 "shlex",567]568569[[package]]570name = "bitflags"571version = "1.3.2"572source = "registry+https://github.com/rust-lang/crates.io-index"573checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"574575[[package]]576name = "bitvec"577version = "0.20.4"578source = "registry+https://github.com/rust-lang/crates.io-index"579checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"580dependencies = [581 "funty 1.1.0",582 "radium 0.6.2",583 "tap",584 "wyz 0.2.0",585]586587[[package]]588name = "bitvec"589version = "1.0.1"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"592dependencies = [593 "funty 2.0.0",594 "radium 0.7.0",595 "tap",596 "wyz 0.5.1",597]598599[[package]]600name = "blake2"601version = "0.10.5"602source = "registry+https://github.com/rust-lang/crates.io-index"603checksum = "b12e5fd123190ce1c2e559308a94c9bacad77907d4c6005d9e58fe1a0689e55e"604dependencies = [605 "digest 0.10.6",606]607608[[package]]609name = "blake2-rfc"610version = "0.2.18"611source = "registry+https://github.com/rust-lang/crates.io-index"612checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"613dependencies = [614 "arrayvec 0.4.12",615 "constant_time_eq 0.1.5",616]617618[[package]]619name = "blake2b_simd"620version = "1.0.0"621source = "registry+https://github.com/rust-lang/crates.io-index"622checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"623dependencies = [624 "arrayref",625 "arrayvec 0.7.2",626 "constant_time_eq 0.1.5",627]628629[[package]]630name = "blake2s_simd"631version = "1.0.0"632source = "registry+https://github.com/rust-lang/crates.io-index"633checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"634dependencies = [635 "arrayref",636 "arrayvec 0.7.2",637 "constant_time_eq 0.1.5",638]639640[[package]]641name = "blake3"642version = "1.3.3"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"645dependencies = [646 "arrayref",647 "arrayvec 0.7.2",648 "cc",649 "cfg-if",650 "constant_time_eq 0.2.4",651 "digest 0.10.6",652]653654[[package]]655name = "block-buffer"656version = "0.7.3"657source = "registry+https://github.com/rust-lang/crates.io-index"658checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"659dependencies = [660 "block-padding",661 "byte-tools",662 "byteorder",663 "generic-array 0.12.4",664]665666[[package]]667name = "block-buffer"668version = "0.9.0"669source = "registry+https://github.com/rust-lang/crates.io-index"670checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"671dependencies = [672 "generic-array 0.14.6",673]674675[[package]]676name = "block-buffer"677version = "0.10.3"678source = "registry+https://github.com/rust-lang/crates.io-index"679checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"680dependencies = [681 "generic-array 0.14.6",682]683684[[package]]685name = "block-padding"686version = "0.1.5"687source = "registry+https://github.com/rust-lang/crates.io-index"688checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"689dependencies = [690 "byte-tools",691]692693[[package]]694name = "blocking"695version = "1.3.0"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"698dependencies = [699 "async-channel",700 "async-lock",701 "async-task",702 "atomic-waker",703 "fastrand",704 "futures-lite",705]706707[[package]]708name = "bondrewd"709version = "0.1.14"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"712dependencies = [713 "bondrewd-derive",714]715716[[package]]717name = "bondrewd-derive"718version = "0.3.18"719source = "registry+https://github.com/rust-lang/crates.io-index"720checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"721dependencies = [722 "proc-macro2",723 "quote",724 "syn",725]726727[[package]]728name = "bounded-vec"729version = "0.6.0"730source = "registry+https://github.com/rust-lang/crates.io-index"731checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"732dependencies = [733 "thiserror",734]735736[[package]]737name = "bs58"738version = "0.4.0"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"741742[[package]]743name = "bstr"744version = "0.2.17"745source = "registry+https://github.com/rust-lang/crates.io-index"746checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"747dependencies = [748 "lazy_static",749 "memchr",750 "regex-automata",751]752753[[package]]754name = "build-helper"755version = "0.1.1"756source = "registry+https://github.com/rust-lang/crates.io-index"757checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"758dependencies = [759 "semver 0.6.0",760]761762[[package]]763name = "bumpalo"764version = "3.11.1"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"767768[[package]]769name = "byte-slice-cast"770version = "1.2.2"771source = "registry+https://github.com/rust-lang/crates.io-index"772checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"773774[[package]]775name = "byte-tools"776version = "0.3.1"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"779780[[package]]781name = "byteorder"782version = "1.4.3"783source = "registry+https://github.com/rust-lang/crates.io-index"784checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"785786[[package]]787name = "bytes"788version = "1.3.0"789source = "registry+https://github.com/rust-lang/crates.io-index"790checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"791792[[package]]793name = "bzip2-sys"794version = "0.1.11+1.0.8"795source = "registry+https://github.com/rust-lang/crates.io-index"796checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"797dependencies = [798 "cc",799 "libc",800 "pkg-config",801]802803[[package]]804name = "camino"805version = "1.1.1"806source = "registry+https://github.com/rust-lang/crates.io-index"807checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"808dependencies = [809 "serde",810]811812[[package]]813name = "cargo-platform"814version = "0.1.2"815source = "registry+https://github.com/rust-lang/crates.io-index"816checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"817dependencies = [818 "serde",819]820821[[package]]822name = "cargo_metadata"823version = "0.14.2"824source = "registry+https://github.com/rust-lang/crates.io-index"825checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"826dependencies = [827 "camino",828 "cargo-platform",829 "semver 1.0.14",830 "serde",831 "serde_json",832]833834[[package]]835name = "cc"836version = "1.0.77"837source = "registry+https://github.com/rust-lang/crates.io-index"838checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"839dependencies = [840 "jobserver",841]842843[[package]]844name = "cexpr"845version = "0.6.0"846source = "registry+https://github.com/rust-lang/crates.io-index"847checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"848dependencies = [849 "nom",850]851852[[package]]853name = "cfg-expr"854version = "0.10.3"855source = "registry+https://github.com/rust-lang/crates.io-index"856checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"857dependencies = [858 "smallvec",859]860861[[package]]862name = "cfg-if"863version = "1.0.0"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"866867[[package]]868name = "cfg_aliases"869version = "0.1.1"870source = "registry+https://github.com/rust-lang/crates.io-index"871checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"872873[[package]]874name = "chacha20"875version = "0.8.2"876source = "registry+https://github.com/rust-lang/crates.io-index"877checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"878dependencies = [879 "cfg-if",880 "cipher",881 "cpufeatures",882 "zeroize",883]884885[[package]]886name = "chacha20poly1305"887version = "0.9.1"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"890dependencies = [891 "aead",892 "chacha20",893 "cipher",894 "poly1305",895 "zeroize",896]897898[[package]]899name = "chrono"900version = "0.4.23"901source = "registry+https://github.com/rust-lang/crates.io-index"902checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"903dependencies = [904 "iana-time-zone",905 "js-sys",906 "num-integer",907 "num-traits",908 "time 0.1.45",909 "wasm-bindgen",910 "winapi",911]912913[[package]]914name = "cid"915version = "0.8.6"916source = "registry+https://github.com/rust-lang/crates.io-index"917checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"918dependencies = [919 "core2",920 "multibase",921 "multihash",922 "serde",923 "unsigned-varint",924]925926[[package]]927name = "cipher"928version = "0.3.0"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"931dependencies = [932 "generic-array 0.14.6",933]934935[[package]]936name = "ckb-merkle-mountain-range"937version = "0.5.2"938source = "registry+https://github.com/rust-lang/crates.io-index"939checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"940dependencies = [941 "cfg-if",942]943944[[package]]945name = "clang-sys"946version = "1.4.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"949dependencies = [950 "glob",951 "libc",952 "libloading",953]954955[[package]]956name = "clap"957version = "4.0.29"958source = "registry+https://github.com/rust-lang/crates.io-index"959checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"960dependencies = [961 "bitflags",962 "clap_derive",963 "clap_lex",964 "is-terminal",965 "once_cell",966 "strsim",967 "termcolor",968]969970[[package]]971name = "clap_derive"972version = "4.0.21"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"975dependencies = [976 "heck",977 "proc-macro-error",978 "proc-macro2",979 "quote",980 "syn",981]982983[[package]]984name = "clap_lex"985version = "0.3.0"986source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"988dependencies = [989 "os_str_bytes",990]991992[[package]]993name = "coarsetime"994version = "0.1.22"995source = "registry+https://github.com/rust-lang/crates.io-index"996checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"997dependencies = [998 "libc",999 "once_cell",1000 "wasi 0.11.0+wasi-snapshot-preview1",1001 "wasm-bindgen",1002]10031004[[package]]1005name = "codespan-reporting"1006version = "0.11.1"1007source = "registry+https://github.com/rust-lang/crates.io-index"1008checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1009dependencies = [1010 "termcolor",1011 "unicode-width",1012]10131014[[package]]1015name = "comfy-table"1016version = "6.1.3"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21"1019dependencies = [1020 "strum",1021 "strum_macros",1022 "unicode-width",1023]10241025[[package]]1026name = "concurrent-queue"1027version = "2.0.0"1028source = "registry+https://github.com/rust-lang/crates.io-index"1029checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"1030dependencies = [1031 "crossbeam-utils",1032]10331034[[package]]1035name = "console"1036version = "0.15.2"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1039dependencies = [1040 "encode_unicode",1041 "lazy_static",1042 "libc",1043 "terminal_size",1044 "winapi",1045]10461047[[package]]1048name = "const-oid"1049version = "0.9.1"1050source = "registry+https://github.com/rust-lang/crates.io-index"1051checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"10521053[[package]]1054name = "constant_time_eq"1055version = "0.1.5"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10581059[[package]]1060name = "constant_time_eq"1061version = "0.2.4"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"10641065[[package]]1066name = "convert_case"1067version = "0.4.0"1068source = "registry+https://github.com/rust-lang/crates.io-index"1069checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10701071[[package]]1072name = "core-foundation"1073version = "0.9.3"1074source = "registry+https://github.com/rust-lang/crates.io-index"1075checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1076dependencies = [1077 "core-foundation-sys",1078 "libc",1079]10801081[[package]]1082name = "core-foundation-sys"1083version = "0.8.3"1084source = "registry+https://github.com/rust-lang/crates.io-index"1085checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10861087[[package]]1088name = "core2"1089version = "0.4.0"1090source = "registry+https://github.com/rust-lang/crates.io-index"1091checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1092dependencies = [1093 "memchr",1094]10951096[[package]]1097name = "cpp_demangle"1098version = "0.3.5"1099source = "registry+https://github.com/rust-lang/crates.io-index"1100checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1101dependencies = [1102 "cfg-if",1103]11041105[[package]]1106name = "cpufeatures"1107version = "0.2.5"1108source = "registry+https://github.com/rust-lang/crates.io-index"1109checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1110dependencies = [1111 "libc",1112]11131114[[package]]1115name = "cranelift-bforest"1116version = "0.88.2"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd"1119dependencies = [1120 "cranelift-entity",1121]11221123[[package]]1124name = "cranelift-codegen"1125version = "0.88.2"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "18fed94c8770dc25d01154c3ffa64ed0b3ba9d583736f305fed7beebe5d9cf74"1128dependencies = [1129 "arrayvec 0.7.2",1130 "bumpalo",1131 "cranelift-bforest",1132 "cranelift-codegen-meta",1133 "cranelift-codegen-shared",1134 "cranelift-entity",1135 "cranelift-isle",1136 "gimli",1137 "log",1138 "regalloc2",1139 "smallvec",1140 "target-lexicon",1141]11421143[[package]]1144name = "cranelift-codegen-meta"1145version = "0.88.2"1146source = "registry+https://github.com/rust-lang/crates.io-index"1147checksum = "1c451b81faf237d11c7e4f3165eeb6bac61112762c5cfe7b4c0fb7241474358f"1148dependencies = [1149 "cranelift-codegen-shared",1150]11511152[[package]]1153name = "cranelift-codegen-shared"1154version = "0.88.2"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "e7c940133198426d26128f08be2b40b0bd117b84771fd36798969c4d712d81fc"11571158[[package]]1159name = "cranelift-entity"1160version = "0.88.2"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352"1163dependencies = [1164 "serde",1165]11661167[[package]]1168name = "cranelift-frontend"1169version = "0.88.2"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "34897538b36b216cc8dd324e73263596d51b8cf610da6498322838b2546baf8a"1172dependencies = [1173 "cranelift-codegen",1174 "log",1175 "smallvec",1176 "target-lexicon",1177]11781179[[package]]1180name = "cranelift-isle"1181version = "0.88.2"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "1b2629a569fae540f16a76b70afcc87ad7decb38dc28fa6c648ac73b51e78470"11841185[[package]]1186name = "cranelift-native"1187version = "0.88.2"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "20937dab4e14d3e225c5adfc9c7106bafd4ac669bdb43027b911ff794c6fb318"1190dependencies = [1191 "cranelift-codegen",1192 "libc",1193 "target-lexicon",1194]11951196[[package]]1197name = "cranelift-wasm"1198version = "0.88.2"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "80fc2288957a94fd342a015811479de1837850924166d1f1856d8406e6f3609b"1201dependencies = [1202 "cranelift-codegen",1203 "cranelift-entity",1204 "cranelift-frontend",1205 "itertools",1206 "log",1207 "smallvec",1208 "wasmparser",1209 "wasmtime-types",1210]12111212[[package]]1213name = "crc32fast"1214version = "1.3.2"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1217dependencies = [1218 "cfg-if",1219]12201221[[package]]1222name = "crossbeam-channel"1223version = "0.5.6"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1226dependencies = [1227 "cfg-if",1228 "crossbeam-utils",1229]12301231[[package]]1232name = "crossbeam-deque"1233version = "0.8.2"1234source = "registry+https://github.com/rust-lang/crates.io-index"1235checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1236dependencies = [1237 "cfg-if",1238 "crossbeam-epoch",1239 "crossbeam-utils",1240]12411242[[package]]1243name = "crossbeam-epoch"1244version = "0.9.13"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1247dependencies = [1248 "autocfg",1249 "cfg-if",1250 "crossbeam-utils",1251 "memoffset 0.7.1",1252 "scopeguard",1253]12541255[[package]]1256name = "crossbeam-queue"1257version = "0.3.8"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1260dependencies = [1261 "cfg-if",1262 "crossbeam-utils",1263]12641265[[package]]1266name = "crossbeam-utils"1267version = "0.8.14"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1270dependencies = [1271 "cfg-if",1272]12731274[[package]]1275name = "crunchy"1276version = "0.2.2"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12791280[[package]]1281name = "crypto-bigint"1282version = "0.4.9"1283source = "registry+https://github.com/rust-lang/crates.io-index"1284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1285dependencies = [1286 "generic-array 0.14.6",1287 "rand_core 0.6.4",1288 "subtle",1289 "zeroize",1290]12911292[[package]]1293name = "crypto-common"1294version = "0.1.6"1295source = "registry+https://github.com/rust-lang/crates.io-index"1296checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1297dependencies = [1298 "generic-array 0.14.6",1299 "typenum",1300]13011302[[package]]1303name = "crypto-mac"1304version = "0.8.0"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1307dependencies = [1308 "generic-array 0.14.6",1309 "subtle",1310]13111312[[package]]1313name = "crypto-mac"1314version = "0.11.1"1315source = "registry+https://github.com/rust-lang/crates.io-index"1316checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1317dependencies = [1318 "generic-array 0.14.6",1319 "subtle",1320]13211322[[package]]1323name = "ctor"1324version = "0.1.26"1325source = "registry+https://github.com/rust-lang/crates.io-index"1326checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1327dependencies = [1328 "quote",1329 "syn",1330]13311332[[package]]1333name = "ctr"1334version = "0.8.0"1335source = "registry+https://github.com/rust-lang/crates.io-index"1336checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1337dependencies = [1338 "cipher",1339]13401341[[package]]1342name = "cumulus-client-cli"1343version = "0.1.0"1344source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1345dependencies = [1346 "clap",1347 "parity-scale-codec 3.2.1",1348 "sc-chain-spec",1349 "sc-cli",1350 "sc-service",1351 "sp-core",1352 "sp-runtime",1353 "url",1354]13551356[[package]]1357name = "cumulus-client-collator"1358version = "0.1.0"1359source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1360dependencies = [1361 "cumulus-client-consensus-common",1362 "cumulus-client-network",1363 "cumulus-primitives-core",1364 "futures 0.3.25",1365 "parity-scale-codec 3.2.1",1366 "parking_lot 0.12.1",1367 "polkadot-node-primitives",1368 "polkadot-node-subsystem",1369 "polkadot-overseer",1370 "polkadot-primitives",1371 "sc-client-api",1372 "sp-api",1373 "sp-consensus",1374 "sp-core",1375 "sp-runtime",1376 "tracing",1377]13781379[[package]]1380name = "cumulus-client-consensus-aura"1381version = "0.1.0"1382source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1383dependencies = [1384 "async-trait",1385 "cumulus-client-consensus-common",1386 "cumulus-primitives-core",1387 "futures 0.3.25",1388 "parity-scale-codec 3.2.1",1389 "sc-client-api",1390 "sc-consensus",1391 "sc-consensus-aura",1392 "sc-consensus-slots",1393 "sc-telemetry",1394 "sp-api",1395 "sp-application-crypto",1396 "sp-block-builder",1397 "sp-blockchain",1398 "sp-consensus",1399 "sp-consensus-aura",1400 "sp-core",1401 "sp-inherents",1402 "sp-keystore",1403 "sp-runtime",1404 "substrate-prometheus-endpoint",1405 "tracing",1406]14071408[[package]]1409name = "cumulus-client-consensus-common"1410version = "0.1.0"1411source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1412dependencies = [1413 "async-trait",1414 "cumulus-relay-chain-interface",1415 "dyn-clone",1416 "futures 0.3.25",1417 "parity-scale-codec 3.2.1",1418 "polkadot-primitives",1419 "sc-client-api",1420 "sc-consensus",1421 "sp-blockchain",1422 "sp-consensus",1423 "sp-runtime",1424 "sp-trie",1425 "tracing",1426]14271428[[package]]1429name = "cumulus-client-network"1430version = "0.1.0"1431source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1432dependencies = [1433 "async-trait",1434 "cumulus-relay-chain-interface",1435 "futures 0.3.25",1436 "futures-timer",1437 "parity-scale-codec 3.2.1",1438 "parking_lot 0.12.1",1439 "polkadot-node-primitives",1440 "polkadot-parachain",1441 "polkadot-primitives",1442 "sc-client-api",1443 "sp-blockchain",1444 "sp-consensus",1445 "sp-core",1446 "sp-runtime",1447 "sp-state-machine",1448 "tracing",1449]14501451[[package]]1452name = "cumulus-client-pov-recovery"1453version = "0.1.0"1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1455dependencies = [1456 "cumulus-primitives-core",1457 "cumulus-relay-chain-interface",1458 "futures 0.3.25",1459 "futures-timer",1460 "parity-scale-codec 3.2.1",1461 "polkadot-node-primitives",1462 "polkadot-node-subsystem",1463 "polkadot-overseer",1464 "polkadot-primitives",1465 "rand 0.8.5",1466 "sc-client-api",1467 "sc-consensus",1468 "sp-consensus",1469 "sp-maybe-compressed-blob",1470 "sp-runtime",1471 "tracing",1472]14731474[[package]]1475name = "cumulus-client-service"1476version = "0.1.0"1477source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1478dependencies = [1479 "cumulus-client-cli",1480 "cumulus-client-collator",1481 "cumulus-client-consensus-common",1482 "cumulus-client-pov-recovery",1483 "cumulus-primitives-core",1484 "cumulus-relay-chain-interface",1485 "parking_lot 0.12.1",1486 "polkadot-primitives",1487 "sc-client-api",1488 "sc-consensus",1489 "sc-service",1490 "sp-api",1491 "sp-blockchain",1492 "sp-consensus",1493 "sp-core",1494 "sp-runtime",1495]14961497[[package]]1498name = "cumulus-pallet-aura-ext"1499version = "0.1.0"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1501dependencies = [1502 "frame-support",1503 "frame-system",1504 "pallet-aura",1505 "parity-scale-codec 3.2.1",1506 "scale-info",1507 "sp-application-crypto",1508 "sp-consensus-aura",1509 "sp-runtime",1510 "sp-std",1511]15121513[[package]]1514name = "cumulus-pallet-dmp-queue"1515version = "0.1.0"1516source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1517dependencies = [1518 "cumulus-primitives-core",1519 "frame-support",1520 "frame-system",1521 "log",1522 "parity-scale-codec 3.2.1",1523 "scale-info",1524 "sp-io",1525 "sp-runtime",1526 "sp-std",1527 "xcm",1528]15291530[[package]]1531name = "cumulus-pallet-parachain-system"1532version = "0.1.0"1533source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1534dependencies = [1535 "bytes",1536 "cumulus-pallet-parachain-system-proc-macro",1537 "cumulus-primitives-core",1538 "cumulus-primitives-parachain-inherent",1539 "environmental",1540 "frame-support",1541 "frame-system",1542 "impl-trait-for-tuples",1543 "log",1544 "parity-scale-codec 3.2.1",1545 "polkadot-parachain",1546 "scale-info",1547 "sp-core",1548 "sp-externalities",1549 "sp-inherents",1550 "sp-io",1551 "sp-runtime",1552 "sp-state-machine",1553 "sp-std",1554 "sp-trie",1555 "sp-version",1556]15571558[[package]]1559name = "cumulus-pallet-parachain-system-proc-macro"1560version = "0.1.0"1561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1562dependencies = [1563 "proc-macro-crate",1564 "proc-macro2",1565 "quote",1566 "syn",1567]15681569[[package]]1570name = "cumulus-pallet-xcm"1571version = "0.1.0"1572source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1573dependencies = [1574 "cumulus-primitives-core",1575 "frame-support",1576 "frame-system",1577 "parity-scale-codec 3.2.1",1578 "scale-info",1579 "sp-io",1580 "sp-runtime",1581 "sp-std",1582 "xcm",1583]15841585[[package]]1586name = "cumulus-pallet-xcmp-queue"1587version = "0.1.0"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1589dependencies = [1590 "cumulus-primitives-core",1591 "frame-support",1592 "frame-system",1593 "log",1594 "parity-scale-codec 3.2.1",1595 "rand_chacha 0.3.1",1596 "scale-info",1597 "sp-runtime",1598 "sp-std",1599 "xcm",1600 "xcm-executor",1601]16021603[[package]]1604name = "cumulus-primitives-core"1605version = "0.1.0"1606source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1607dependencies = [1608 "parity-scale-codec 3.2.1",1609 "polkadot-core-primitives",1610 "polkadot-parachain",1611 "polkadot-primitives",1612 "sp-api",1613 "sp-runtime",1614 "sp-std",1615 "sp-trie",1616]16171618[[package]]1619name = "cumulus-primitives-parachain-inherent"1620version = "0.1.0"1621source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1622dependencies = [1623 "async-trait",1624 "cumulus-primitives-core",1625 "cumulus-relay-chain-interface",1626 "cumulus-test-relay-sproof-builder",1627 "parity-scale-codec 3.2.1",1628 "sc-client-api",1629 "scale-info",1630 "sp-api",1631 "sp-core",1632 "sp-inherents",1633 "sp-runtime",1634 "sp-state-machine",1635 "sp-std",1636 "sp-storage",1637 "sp-trie",1638 "tracing",1639]16401641[[package]]1642name = "cumulus-primitives-timestamp"1643version = "0.1.0"1644source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1645dependencies = [1646 "cumulus-primitives-core",1647 "futures 0.3.25",1648 "parity-scale-codec 3.2.1",1649 "sp-inherents",1650 "sp-std",1651 "sp-timestamp",1652]16531654[[package]]1655name = "cumulus-primitives-utility"1656version = "0.1.0"1657source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1658dependencies = [1659 "cumulus-primitives-core",1660 "frame-support",1661 "log",1662 "parity-scale-codec 3.2.1",1663 "sp-runtime",1664 "sp-std",1665 "xcm",1666 "xcm-builder",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-relay-chain-inprocess-interface"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1674dependencies = [1675 "async-trait",1676 "cumulus-primitives-core",1677 "cumulus-relay-chain-interface",1678 "futures 0.3.25",1679 "futures-timer",1680 "polkadot-cli",1681 "polkadot-client",1682 "polkadot-service",1683 "sc-cli",1684 "sc-client-api",1685 "sc-sysinfo",1686 "sc-telemetry",1687 "sc-tracing",1688 "sp-api",1689 "sp-consensus",1690 "sp-core",1691 "sp-runtime",1692 "sp-state-machine",1693]16941695[[package]]1696name = "cumulus-relay-chain-interface"1697version = "0.1.0"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1699dependencies = [1700 "async-trait",1701 "cumulus-primitives-core",1702 "futures 0.3.25",1703 "jsonrpsee-core",1704 "parity-scale-codec 3.2.1",1705 "polkadot-overseer",1706 "polkadot-service",1707 "sc-client-api",1708 "sp-api",1709 "sp-blockchain",1710 "sp-state-machine",1711 "thiserror",1712]17131714[[package]]1715name = "cumulus-relay-chain-minimal-node"1716version = "0.1.0"1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1718dependencies = [1719 "array-bytes",1720 "async-trait",1721 "cumulus-primitives-core",1722 "cumulus-relay-chain-interface",1723 "cumulus-relay-chain-rpc-interface",1724 "futures 0.3.25",1725 "lru",1726 "polkadot-availability-distribution",1727 "polkadot-core-primitives",1728 "polkadot-network-bridge",1729 "polkadot-node-core-av-store",1730 "polkadot-node-network-protocol",1731 "polkadot-node-subsystem-util",1732 "polkadot-overseer",1733 "polkadot-primitives",1734 "polkadot-service",1735 "sc-authority-discovery",1736 "sc-client-api",1737 "sc-consensus",1738 "sc-keystore",1739 "sc-network",1740 "sc-network-common",1741 "sc-network-light",1742 "sc-network-sync",1743 "sc-service",1744 "sc-telemetry",1745 "sc-tracing",1746 "sc-transaction-pool",1747 "sc-transaction-pool-api",1748 "sp-api",1749 "sp-blockchain",1750 "sp-consensus",1751 "sp-consensus-babe",1752 "sp-runtime",1753 "tokio",1754 "tracing",1755 "url",1756]17571758[[package]]1759name = "cumulus-relay-chain-rpc-interface"1760version = "0.1.0"1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1762dependencies = [1763 "async-trait",1764 "backoff",1765 "cumulus-primitives-core",1766 "cumulus-relay-chain-interface",1767 "futures 0.3.25",1768 "futures-timer",1769 "jsonrpsee",1770 "parity-scale-codec 3.2.1",1771 "polkadot-service",1772 "sc-client-api",1773 "sc-rpc-api",1774 "sp-api",1775 "sp-authority-discovery",1776 "sp-consensus-babe",1777 "sp-core",1778 "sp-runtime",1779 "sp-state-machine",1780 "sp-storage",1781 "tokio",1782 "tracing",1783 "url",1784]17851786[[package]]1787name = "cumulus-test-relay-sproof-builder"1788version = "0.1.0"1789source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1790dependencies = [1791 "cumulus-primitives-core",1792 "parity-scale-codec 3.2.1",1793 "polkadot-primitives",1794 "sp-runtime",1795 "sp-state-machine",1796 "sp-std",1797]17981799[[package]]1800name = "curve25519-dalek"1801version = "2.1.3"1802source = "registry+https://github.com/rust-lang/crates.io-index"1803checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1804dependencies = [1805 "byteorder",1806 "digest 0.8.1",1807 "rand_core 0.5.1",1808 "subtle",1809 "zeroize",1810]18111812[[package]]1813name = "curve25519-dalek"1814version = "3.2.0"1815source = "registry+https://github.com/rust-lang/crates.io-index"1816checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1817dependencies = [1818 "byteorder",1819 "digest 0.9.0",1820 "rand_core 0.5.1",1821 "subtle",1822 "zeroize",1823]18241825[[package]]1826name = "curve25519-dalek"1827version = "4.0.0-pre.1"1828source = "registry+https://github.com/rust-lang/crates.io-index"1829checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1830dependencies = [1831 "byteorder",1832 "digest 0.9.0",1833 "rand_core 0.6.4",1834 "subtle",1835 "zeroize",1836]18371838[[package]]1839name = "cxx"1840version = "1.0.83"1841source = "registry+https://github.com/rust-lang/crates.io-index"1842checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"1843dependencies = [1844 "cc",1845 "cxxbridge-flags",1846 "cxxbridge-macro",1847 "link-cplusplus",1848]18491850[[package]]1851name = "cxx-build"1852version = "1.0.83"1853source = "registry+https://github.com/rust-lang/crates.io-index"1854checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"1855dependencies = [1856 "cc",1857 "codespan-reporting",1858 "once_cell",1859 "proc-macro2",1860 "quote",1861 "scratch",1862 "syn",1863]18641865[[package]]1866name = "cxxbridge-flags"1867version = "1.0.83"1868source = "registry+https://github.com/rust-lang/crates.io-index"1869checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"18701871[[package]]1872name = "cxxbridge-macro"1873version = "1.0.83"1874source = "registry+https://github.com/rust-lang/crates.io-index"1875checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"1876dependencies = [1877 "proc-macro2",1878 "quote",1879 "syn",1880]18811882[[package]]1883name = "data-encoding"1884version = "2.3.3"1885source = "registry+https://github.com/rust-lang/crates.io-index"1886checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"18871888[[package]]1889name = "data-encoding-macro"1890version = "0.1.12"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1893dependencies = [1894 "data-encoding",1895 "data-encoding-macro-internal",1896]18971898[[package]]1899name = "data-encoding-macro-internal"1900version = "0.1.10"1901source = "registry+https://github.com/rust-lang/crates.io-index"1902checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1903dependencies = [1904 "data-encoding",1905 "syn",1906]19071908[[package]]1909name = "der"1910version = "0.6.0"1911source = "registry+https://github.com/rust-lang/crates.io-index"1912checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"1913dependencies = [1914 "const-oid",1915 "zeroize",1916]19171918[[package]]1919name = "derivative"1920version = "2.2.0"1921source = "registry+https://github.com/rust-lang/crates.io-index"1922checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1923dependencies = [1924 "proc-macro2",1925 "quote",1926 "syn",1927]19281929[[package]]1930name = "derive_more"1931version = "0.99.17"1932source = "registry+https://github.com/rust-lang/crates.io-index"1933checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1934dependencies = [1935 "convert_case",1936 "proc-macro2",1937 "quote",1938 "rustc_version 0.4.0",1939 "syn",1940]19411942[[package]]1943name = "difflib"1944version = "0.4.0"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"19471948[[package]]1949name = "digest"1950version = "0.8.1"1951source = "registry+https://github.com/rust-lang/crates.io-index"1952checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1953dependencies = [1954 "generic-array 0.12.4",1955]19561957[[package]]1958name = "digest"1959version = "0.9.0"1960source = "registry+https://github.com/rust-lang/crates.io-index"1961checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1962dependencies = [1963 "generic-array 0.14.6",1964]19651966[[package]]1967name = "digest"1968version = "0.10.6"1969source = "registry+https://github.com/rust-lang/crates.io-index"1970checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"1971dependencies = [1972 "block-buffer 0.10.3",1973 "crypto-common",1974 "subtle",1975]19761977[[package]]1978name = "directories"1979version = "4.0.1"1980source = "registry+https://github.com/rust-lang/crates.io-index"1981checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1982dependencies = [1983 "dirs-sys",1984]19851986[[package]]1987name = "directories-next"1988version = "2.0.0"1989source = "registry+https://github.com/rust-lang/crates.io-index"1990checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1991dependencies = [1992 "cfg-if",1993 "dirs-sys-next",1994]19951996[[package]]1997name = "dirs-sys"1998version = "0.3.7"1999source = "registry+https://github.com/rust-lang/crates.io-index"2000checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2001dependencies = [2002 "libc",2003 "redox_users",2004 "winapi",2005]20062007[[package]]2008name = "dirs-sys-next"2009version = "0.1.2"2010source = "registry+https://github.com/rust-lang/crates.io-index"2011checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2012dependencies = [2013 "libc",2014 "redox_users",2015 "winapi",2016]20172018[[package]]2019name = "dns-parser"2020version = "0.8.0"2021source = "registry+https://github.com/rust-lang/crates.io-index"2022checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2023dependencies = [2024 "byteorder",2025 "quick-error",2026]20272028[[package]]2029name = "downcast"2030version = "0.11.0"2031source = "registry+https://github.com/rust-lang/crates.io-index"2032checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"20332034[[package]]2035name = "downcast-rs"2036version = "1.2.0"2037source = "registry+https://github.com/rust-lang/crates.io-index"2038checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20392040[[package]]2041name = "dtoa"2042version = "1.0.4"2043source = "registry+https://github.com/rust-lang/crates.io-index"2044checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20452046[[package]]2047name = "dyn-clonable"2048version = "0.9.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2051dependencies = [2052 "dyn-clonable-impl",2053 "dyn-clone",2054]20552056[[package]]2057name = "dyn-clonable-impl"2058version = "0.9.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2061dependencies = [2062 "proc-macro2",2063 "quote",2064 "syn",2065]20662067[[package]]2068name = "dyn-clone"2069version = "1.0.9"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20722073[[package]]2074name = "ecdsa"2075version = "0.14.8"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2078dependencies = [2079 "der",2080 "elliptic-curve",2081 "rfc6979",2082 "signature",2083]20842085[[package]]2086name = "ed25519"2087version = "1.5.2"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2090dependencies = [2091 "signature",2092]20932094[[package]]2095name = "ed25519-dalek"2096version = "1.0.1"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2099dependencies = [2100 "curve25519-dalek 3.2.0",2101 "ed25519",2102 "rand 0.7.3",2103 "serde",2104 "sha2 0.9.9",2105 "zeroize",2106]21072108[[package]]2109name = "ed25519-zebra"2110version = "3.1.0"2111source = "registry+https://github.com/rust-lang/crates.io-index"2112checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2113dependencies = [2114 "curve25519-dalek 3.2.0",2115 "hashbrown",2116 "hex",2117 "rand_core 0.6.4",2118 "sha2 0.9.9",2119 "zeroize",2120]21212122[[package]]2123name = "either"2124version = "1.8.0"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21272128[[package]]2129name = "elliptic-curve"2130version = "0.12.3"2131source = "registry+https://github.com/rust-lang/crates.io-index"2132checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2133dependencies = [2134 "base16ct",2135 "crypto-bigint",2136 "der",2137 "digest 0.10.6",2138 "ff",2139 "generic-array 0.14.6",2140 "group",2141 "rand_core 0.6.4",2142 "sec1",2143 "subtle",2144 "zeroize",2145]21462147[[package]]2148name = "encode_unicode"2149version = "0.3.6"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21522153[[package]]2154name = "enum-as-inner"2155version = "0.5.1"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2158dependencies = [2159 "heck",2160 "proc-macro2",2161 "quote",2162 "syn",2163]21642165[[package]]2166name = "enumflags2"2167version = "0.7.5"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2170dependencies = [2171 "enumflags2_derive",2172]21732174[[package]]2175name = "enumflags2_derive"2176version = "0.7.4"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2179dependencies = [2180 "proc-macro2",2181 "quote",2182 "syn",2183]21842185[[package]]2186name = "enumn"2187version = "0.1.5"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2190dependencies = [2191 "proc-macro2",2192 "quote",2193 "syn",2194]21952196[[package]]2197name = "env_logger"2198version = "0.9.3"2199source = "registry+https://github.com/rust-lang/crates.io-index"2200checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"2201dependencies = [2202 "atty",2203 "humantime",2204 "log",2205 "regex",2206 "termcolor",2207]22082209[[package]]2210name = "environmental"2211version = "1.1.4"2212source = "registry+https://github.com/rust-lang/crates.io-index"2213checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"22142215[[package]]2216name = "errno"2217version = "0.2.8"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2220dependencies = [2221 "errno-dragonfly",2222 "libc",2223 "winapi",2224]22252226[[package]]2227name = "errno-dragonfly"2228version = "0.1.2"2229source = "registry+https://github.com/rust-lang/crates.io-index"2230checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2231dependencies = [2232 "cc",2233 "libc",2234]22352236[[package]]2237name = "ethbloom"2238version = "0.12.1"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2241dependencies = [2242 "crunchy",2243 "fixed-hash 0.7.0",2244 "impl-codec",2245 "impl-rlp",2246 "scale-info",2247 "tiny-keccak",2248]22492250[[package]]2251name = "ethbloom"2252version = "0.13.0"2253source = "registry+https://github.com/rust-lang/crates.io-index"2254checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2255dependencies = [2256 "crunchy",2257 "fixed-hash 0.8.0",2258 "impl-codec",2259 "impl-rlp",2260 "impl-serde",2261 "scale-info",2262 "tiny-keccak",2263]22642265[[package]]2266name = "ethereum"2267version = "0.12.0"2268source = "registry+https://github.com/rust-lang/crates.io-index"2269checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2270dependencies = [2271 "bytes",2272 "ethereum-types 0.13.1",2273 "hash-db",2274 "hash256-std-hasher",2275 "rlp",2276 "rlp-derive",2277 "sha3 0.10.6",2278 "triehash",2279]22802281[[package]]2282name = "ethereum"2283version = "0.14.0"2284source = "registry+https://github.com/rust-lang/crates.io-index"2285checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2286dependencies = [2287 "bytes",2288 "ethereum-types 0.14.1",2289 "hash-db",2290 "hash256-std-hasher",2291 "parity-scale-codec 3.2.1",2292 "rlp",2293 "scale-info",2294 "serde",2295 "sha3 0.10.6",2296 "triehash",2297]22982299[[package]]2300name = "ethereum-types"2301version = "0.13.1"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2304dependencies = [2305 "ethbloom 0.12.1",2306 "fixed-hash 0.7.0",2307 "impl-codec",2308 "impl-rlp",2309 "primitive-types 0.11.1",2310 "scale-info",2311 "uint",2312]23132314[[package]]2315name = "ethereum-types"2316version = "0.14.1"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2319dependencies = [2320 "ethbloom 0.13.0",2321 "fixed-hash 0.8.0",2322 "impl-codec",2323 "impl-rlp",2324 "impl-serde",2325 "primitive-types 0.12.1",2326 "scale-info",2327 "uint",2328]23292330[[package]]2331name = "event-listener"2332version = "2.5.3"2333source = "registry+https://github.com/rust-lang/crates.io-index"2334checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23352336[[package]]2337name = "evm"2338version = "0.35.0"2339source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2340dependencies = [2341 "auto_impl",2342 "environmental",2343 "ethereum 0.14.0",2344 "evm-core",2345 "evm-gasometer",2346 "evm-runtime",2347 "log",2348 "parity-scale-codec 3.2.1",2349 "primitive-types 0.12.1",2350 "rlp",2351 "scale-info",2352 "serde",2353 "sha3 0.10.6",2354]23552356[[package]]2357name = "evm-coder"2358version = "0.1.5"2359dependencies = [2360 "ethereum 0.14.0",2361 "evm-coder-procedural",2362 "evm-core",2363 "frame-support",2364 "hex",2365 "hex-literal",2366 "impl-trait-for-tuples",2367 "pallet-evm",2368 "primitive-types 0.12.1",2369 "sha3-const",2370 "similar-asserts",2371 "sp-std",2372 "trybuild",2373]23742375[[package]]2376name = "evm-coder-procedural"2377version = "0.2.2"2378dependencies = [2379 "Inflector",2380 "hex",2381 "proc-macro2",2382 "quote",2383 "sha3 0.10.6",2384 "syn",2385]23862387[[package]]2388name = "evm-core"2389version = "0.35.0"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2391dependencies = [2392 "parity-scale-codec 3.2.1",2393 "primitive-types 0.12.1",2394 "scale-info",2395 "serde",2396]23972398[[package]]2399name = "evm-gasometer"2400version = "0.35.0"2401source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2402dependencies = [2403 "environmental",2404 "evm-core",2405 "evm-runtime",2406 "primitive-types 0.12.1",2407]24082409[[package]]2410name = "evm-runtime"2411version = "0.35.0"2412source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2413dependencies = [2414 "auto_impl",2415 "environmental",2416 "evm-core",2417 "primitive-types 0.12.1",2418 "sha3 0.10.6",2419]24202421[[package]]2422name = "exit-future"2423version = "0.2.0"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2426dependencies = [2427 "futures 0.3.25",2428]24292430[[package]]2431name = "expander"2432version = "0.0.4"2433source = "registry+https://github.com/rust-lang/crates.io-index"2434checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2435dependencies = [2436 "blake3",2437 "fs-err",2438 "proc-macro2",2439 "quote",2440]24412442[[package]]2443name = "expander"2444version = "0.0.6"2445source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2447dependencies = [2448 "blake2",2449 "fs-err",2450 "proc-macro2",2451 "quote",2452 "syn",2453]24542455[[package]]2456name = "fake-simd"2457version = "0.1.2"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24602461[[package]]2462name = "fallible-iterator"2463version = "0.2.0"2464source = "registry+https://github.com/rust-lang/crates.io-index"2465checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24662467[[package]]2468name = "fastrand"2469version = "1.8.0"2470source = "registry+https://github.com/rust-lang/crates.io-index"2471checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2472dependencies = [2473 "instant",2474]24752476[[package]]2477name = "fatality"2478version = "0.0.6"2479source = "registry+https://github.com/rust-lang/crates.io-index"2480checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2481dependencies = [2482 "fatality-proc-macro",2483 "thiserror",2484]24852486[[package]]2487name = "fatality-proc-macro"2488version = "0.0.6"2489source = "registry+https://github.com/rust-lang/crates.io-index"2490checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2491dependencies = [2492 "expander 0.0.4",2493 "indexmap",2494 "proc-macro-crate",2495 "proc-macro2",2496 "quote",2497 "syn",2498 "thiserror",2499]25002501[[package]]2502name = "fc-consensus"2503version = "2.0.0-dev"2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2505dependencies = [2506 "async-trait",2507 "fc-db",2508 "fp-consensus",2509 "fp-rpc",2510 "sc-client-api",2511 "sc-consensus",2512 "sp-api",2513 "sp-block-builder",2514 "sp-blockchain",2515 "sp-consensus",2516 "sp-runtime",2517 "thiserror",2518]25192520[[package]]2521name = "fc-db"2522version = "2.0.0-dev"2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2524dependencies = [2525 "fp-storage",2526 "kvdb-rocksdb",2527 "log",2528 "parity-db 0.3.17",2529 "parity-scale-codec 3.2.1",2530 "parking_lot 0.12.1",2531 "sc-client-db",2532 "sp-blockchain",2533 "sp-core",2534 "sp-database",2535 "sp-runtime",2536]25372538[[package]]2539name = "fc-mapping-sync"2540version = "2.0.0-dev"2541source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2542dependencies = [2543 "fc-db",2544 "fp-consensus",2545 "fp-rpc",2546 "futures 0.3.25",2547 "futures-timer",2548 "log",2549 "sc-client-api",2550 "sp-api",2551 "sp-blockchain",2552 "sp-runtime",2553]25542555[[package]]2556name = "fc-rpc"2557version = "2.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2559dependencies = [2560 "ethereum 0.14.0",2561 "ethereum-types 0.14.1",2562 "evm",2563 "fc-db",2564 "fc-rpc-core",2565 "fp-ethereum",2566 "fp-evm",2567 "fp-rpc",2568 "fp-storage",2569 "futures 0.3.25",2570 "hex",2571 "jsonrpsee",2572 "libsecp256k1",2573 "log",2574 "lru",2575 "parity-scale-codec 3.2.1",2576 "prometheus",2577 "rand 0.8.5",2578 "rlp",2579 "sc-client-api",2580 "sc-network",2581 "sc-network-common",2582 "sc-rpc",2583 "sc-service",2584 "sc-transaction-pool",2585 "sc-transaction-pool-api",2586 "sp-api",2587 "sp-block-builder",2588 "sp-blockchain",2589 "sp-consensus",2590 "sp-core",2591 "sp-io",2592 "sp-runtime",2593 "sp-storage",2594 "substrate-prometheus-endpoint",2595 "tokio",2596]25972598[[package]]2599name = "fc-rpc-core"2600version = "1.1.0-dev"2601source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2602dependencies = [2603 "ethereum 0.14.0",2604 "ethereum-types 0.14.1",2605 "jsonrpsee",2606 "rlp",2607 "rustc-hex",2608 "serde",2609 "serde_json",2610]26112612[[package]]2613name = "fdlimit"2614version = "0.2.1"2615source = "registry+https://github.com/rust-lang/crates.io-index"2616checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2617dependencies = [2618 "libc",2619]26202621[[package]]2622name = "ff"2623version = "0.12.1"2624source = "registry+https://github.com/rust-lang/crates.io-index"2625checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2626dependencies = [2627 "rand_core 0.6.4",2628 "subtle",2629]26302631[[package]]2632name = "file-per-thread-logger"2633version = "0.1.5"2634source = "registry+https://github.com/rust-lang/crates.io-index"2635checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2636dependencies = [2637 "env_logger",2638 "log",2639]26402641[[package]]2642name = "filetime"2643version = "0.2.18"2644source = "registry+https://github.com/rust-lang/crates.io-index"2645checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2646dependencies = [2647 "cfg-if",2648 "libc",2649 "redox_syscall",2650 "windows-sys 0.42.0",2651]26522653[[package]]2654name = "finality-grandpa"2655version = "0.16.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2658dependencies = [2659 "either",2660 "futures 0.3.25",2661 "futures-timer",2662 "log",2663 "num-traits",2664 "parity-scale-codec 3.2.1",2665 "parking_lot 0.12.1",2666 "scale-info",2667]26682669[[package]]2670name = "fixed-hash"2671version = "0.7.0"2672source = "registry+https://github.com/rust-lang/crates.io-index"2673checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2674dependencies = [2675 "byteorder",2676 "rustc-hex",2677 "static_assertions",2678]26792680[[package]]2681name = "fixed-hash"2682version = "0.8.0"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2685dependencies = [2686 "byteorder",2687 "rand 0.8.5",2688 "rustc-hex",2689 "static_assertions",2690]26912692[[package]]2693name = "fixedbitset"2694version = "0.4.2"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26972698[[package]]2699name = "flate2"2700version = "1.0.25"2701source = "registry+https://github.com/rust-lang/crates.io-index"2702checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2703dependencies = [2704 "crc32fast",2705 "libz-sys",2706 "miniz_oxide 0.6.2",2707]27082709[[package]]2710name = "flexi_logger"2711version = "0.22.6"2712source = "registry+https://github.com/rust-lang/crates.io-index"2713checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2714dependencies = [2715 "ansi_term",2716 "atty",2717 "glob",2718 "lazy_static",2719 "log",2720 "regex",2721 "rustversion",2722 "thiserror",2723 "time 0.3.9",2724]27252726[[package]]2727name = "float-cmp"2728version = "0.9.0"2729source = "registry+https://github.com/rust-lang/crates.io-index"2730checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2731dependencies = [2732 "num-traits",2733]27342735[[package]]2736name = "fnv"2737version = "1.0.7"2738source = "registry+https://github.com/rust-lang/crates.io-index"2739checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27402741[[package]]2742name = "fork-tree"2743version = "3.0.0"2744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2745dependencies = [2746 "parity-scale-codec 3.2.1",2747]27482749[[package]]2750name = "form_urlencoded"2751version = "1.1.0"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2754dependencies = [2755 "percent-encoding",2756]27572758[[package]]2759name = "fp-consensus"2760version = "2.0.0-dev"2761source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2762dependencies = [2763 "ethereum 0.14.0",2764 "parity-scale-codec 3.2.1",2765 "sp-core",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-ethereum"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2774dependencies = [2775 "ethereum 0.14.0",2776 "ethereum-types 0.14.1",2777 "fp-evm",2778 "frame-support",2779 "num_enum",2780 "parity-scale-codec 3.2.1",2781 "sp-core",2782 "sp-std",2783]27842785[[package]]2786name = "fp-evm"2787version = "3.0.0-dev"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2789dependencies = [2790 "evm",2791 "frame-support",2792 "impl-trait-for-tuples",2793 "parity-scale-codec 3.2.1",2794 "serde",2795 "sp-core",2796 "sp-std",2797]27982799[[package]]2800name = "fp-evm-mapping"2801version = "0.1.0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2803dependencies = [2804 "frame-support",2805 "sp-core",2806]28072808[[package]]2809name = "fp-rpc"2810version = "3.0.0-dev"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2812dependencies = [2813 "ethereum 0.14.0",2814 "ethereum-types 0.14.1",2815 "fp-evm",2816 "parity-scale-codec 3.2.1",2817 "scale-info",2818 "sp-api",2819 "sp-core",2820 "sp-io",2821 "sp-runtime",2822 "sp-std",2823]28242825[[package]]2826name = "fp-self-contained"2827version = "1.0.0-dev"2828source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2829dependencies = [2830 "ethereum 0.14.0",2831 "frame-support",2832 "parity-scale-codec 3.2.1",2833 "parity-util-mem",2834 "scale-info",2835 "serde",2836 "sp-runtime",2837]28382839[[package]]2840name = "fp-storage"2841version = "2.0.0"2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2843dependencies = [2844 "parity-scale-codec 3.2.1",2845 "serde",2846]28472848[[package]]2849name = "fragile"2850version = "2.0.0"2851source = "registry+https://github.com/rust-lang/crates.io-index"2852checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"28532854[[package]]2855name = "frame-benchmarking"2856version = "4.0.0-dev"2857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2858dependencies = [2859 "frame-support",2860 "frame-system",2861 "linregress",2862 "log",2863 "parity-scale-codec 3.2.1",2864 "paste",2865 "scale-info",2866 "serde",2867 "sp-api",2868 "sp-application-crypto",2869 "sp-core",2870 "sp-io",2871 "sp-runtime",2872 "sp-runtime-interface",2873 "sp-std",2874 "sp-storage",2875]28762877[[package]]2878name = "frame-benchmarking-cli"2879version = "4.0.0-dev"2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2881dependencies = [2882 "Inflector",2883 "array-bytes",2884 "chrono",2885 "clap",2886 "comfy-table",2887 "frame-benchmarking",2888 "frame-support",2889 "frame-system",2890 "gethostname",2891 "handlebars",2892 "hash-db",2893 "itertools",2894 "kvdb",2895 "lazy_static",2896 "linked-hash-map",2897 "log",2898 "memory-db",2899 "parity-scale-codec 3.2.1",2900 "rand 0.8.5",2901 "rand_pcg 0.3.1",2902 "sc-block-builder",2903 "sc-cli",2904 "sc-client-api",2905 "sc-client-db",2906 "sc-executor",2907 "sc-service",2908 "sc-sysinfo",2909 "serde",2910 "serde_json",2911 "serde_nanos",2912 "sp-api",2913 "sp-blockchain",2914 "sp-core",2915 "sp-database",2916 "sp-externalities",2917 "sp-inherents",2918 "sp-keystore",2919 "sp-runtime",2920 "sp-state-machine",2921 "sp-std",2922 "sp-storage",2923 "sp-trie",2924 "tempfile",2925 "thiserror",2926 "thousands",2927]29282929[[package]]2930name = "frame-election-provider-solution-type"2931version = "4.0.0-dev"2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2933dependencies = [2934 "proc-macro-crate",2935 "proc-macro2",2936 "quote",2937 "syn",2938]29392940[[package]]2941name = "frame-election-provider-support"2942version = "4.0.0-dev"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2944dependencies = [2945 "frame-election-provider-solution-type",2946 "frame-support",2947 "frame-system",2948 "parity-scale-codec 3.2.1",2949 "scale-info",2950 "sp-arithmetic",2951 "sp-npos-elections",2952 "sp-runtime",2953 "sp-std",2954]29552956[[package]]2957name = "frame-executive"2958version = "4.0.0-dev"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2960dependencies = [2961 "frame-support",2962 "frame-system",2963 "frame-try-runtime",2964 "parity-scale-codec 3.2.1",2965 "scale-info",2966 "sp-core",2967 "sp-io",2968 "sp-runtime",2969 "sp-std",2970 "sp-tracing",2971]29722973[[package]]2974name = "frame-metadata"2975version = "15.0.0"2976source = "registry+https://github.com/rust-lang/crates.io-index"2977checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2978dependencies = [2979 "cfg-if",2980 "parity-scale-codec 3.2.1",2981 "scale-info",2982 "serde",2983]29842985[[package]]2986name = "frame-support"2987version = "4.0.0-dev"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2989dependencies = [2990 "bitflags",2991 "frame-metadata",2992 "frame-support-procedural",2993 "impl-trait-for-tuples",2994 "k256",2995 "log",2996 "once_cell",2997 "parity-scale-codec 3.2.1",2998 "paste",2999 "scale-info",3000 "serde",3001 "smallvec",3002 "sp-api",3003 "sp-arithmetic",3004 "sp-core",3005 "sp-core-hashing-proc-macro",3006 "sp-inherents",3007 "sp-io",3008 "sp-runtime",3009 "sp-staking",3010 "sp-state-machine",3011 "sp-std",3012 "sp-tracing",3013 "sp-weights",3014 "tt-call",3015]30163017[[package]]3018name = "frame-support-procedural"3019version = "4.0.0-dev"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3021dependencies = [3022 "Inflector",3023 "cfg-expr",3024 "frame-support-procedural-tools",3025 "itertools",3026 "proc-macro2",3027 "quote",3028 "syn",3029]30303031[[package]]3032name = "frame-support-procedural-tools"3033version = "4.0.0-dev"3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3035dependencies = [3036 "frame-support-procedural-tools-derive",3037 "proc-macro-crate",3038 "proc-macro2",3039 "quote",3040 "syn",3041]30423043[[package]]3044name = "frame-support-procedural-tools-derive"3045version = "3.0.0"3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3047dependencies = [3048 "proc-macro2",3049 "quote",3050 "syn",3051]30523053[[package]]3054name = "frame-system"3055version = "4.0.0-dev"3056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3057dependencies = [3058 "frame-support",3059 "log",3060 "parity-scale-codec 3.2.1",3061 "scale-info",3062 "serde",3063 "sp-core",3064 "sp-io",3065 "sp-runtime",3066 "sp-std",3067 "sp-version",3068 "sp-weights",3069]30703071[[package]]3072name = "frame-system-benchmarking"3073version = "4.0.0-dev"3074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3075dependencies = [3076 "frame-benchmarking",3077 "frame-support",3078 "frame-system",3079 "parity-scale-codec 3.2.1",3080 "scale-info",3081 "sp-core",3082 "sp-runtime",3083 "sp-std",3084]30853086[[package]]3087name = "frame-system-rpc-runtime-api"3088version = "4.0.0-dev"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3090dependencies = [3091 "parity-scale-codec 3.2.1",3092 "sp-api",3093]30943095[[package]]3096name = "frame-try-runtime"3097version = "0.10.0-dev"3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3099dependencies = [3100 "frame-support",3101 "parity-scale-codec 3.2.1",3102 "sp-api",3103 "sp-runtime",3104 "sp-std",3105]31063107[[package]]3108name = "fs-err"3109version = "2.9.0"3110source = "registry+https://github.com/rust-lang/crates.io-index"3111checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"31123113[[package]]3114name = "fs2"3115version = "0.4.3"3116source = "registry+https://github.com/rust-lang/crates.io-index"3117checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3118dependencies = [3119 "libc",3120 "winapi",3121]31223123[[package]]3124name = "fs_extra"3125version = "1.2.0"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31283129[[package]]3130name = "funty"3131version = "1.1.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31343135[[package]]3136name = "funty"3137version = "2.0.0"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31403141[[package]]3142name = "futures"3143version = "0.1.31"3144source = "registry+https://github.com/rust-lang/crates.io-index"3145checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31463147[[package]]3148name = "futures"3149version = "0.3.25"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3152dependencies = [3153 "futures-channel",3154 "futures-core",3155 "futures-executor",3156 "futures-io",3157 "futures-sink",3158 "futures-task",3159 "futures-util",3160]31613162[[package]]3163name = "futures-channel"3164version = "0.3.25"3165source = "registry+https://github.com/rust-lang/crates.io-index"3166checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3167dependencies = [3168 "futures-core",3169 "futures-sink",3170]31713172[[package]]3173name = "futures-core"3174version = "0.3.25"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31773178[[package]]3179name = "futures-executor"3180version = "0.3.25"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3183dependencies = [3184 "futures-core",3185 "futures-task",3186 "futures-util",3187 "num_cpus",3188]31893190[[package]]3191name = "futures-io"3192version = "0.3.25"3193source = "registry+https://github.com/rust-lang/crates.io-index"3194checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31953196[[package]]3197name = "futures-lite"3198version = "1.12.0"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3201dependencies = [3202 "fastrand",3203 "futures-core",3204 "futures-io",3205 "memchr",3206 "parking",3207 "pin-project-lite 0.2.9",3208 "waker-fn",3209]32103211[[package]]3212name = "futures-macro"3213version = "0.3.25"3214source = "registry+https://github.com/rust-lang/crates.io-index"3215checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3216dependencies = [3217 "proc-macro2",3218 "quote",3219 "syn",3220]32213222[[package]]3223name = "futures-rustls"3224version = "0.22.2"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3227dependencies = [3228 "futures-io",3229 "rustls",3230 "webpki",3231]32323233[[package]]3234name = "futures-sink"3235version = "0.3.25"3236source = "registry+https://github.com/rust-lang/crates.io-index"3237checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"32383239[[package]]3240name = "futures-task"3241version = "0.3.25"3242source = "registry+https://github.com/rust-lang/crates.io-index"3243checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"32443245[[package]]3246name = "futures-timer"3247version = "3.0.2"3248source = "registry+https://github.com/rust-lang/crates.io-index"3249checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32503251[[package]]3252name = "futures-util"3253version = "0.3.25"3254source = "registry+https://github.com/rust-lang/crates.io-index"3255checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3256dependencies = [3257 "futures 0.1.31",3258 "futures-channel",3259 "futures-core",3260 "futures-io",3261 "futures-macro",3262 "futures-sink",3263 "futures-task",3264 "memchr",3265 "pin-project-lite 0.2.9",3266 "pin-utils",3267 "slab",3268]32693270[[package]]3271name = "fxhash"3272version = "0.2.1"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3275dependencies = [3276 "byteorder",3277]32783279[[package]]3280name = "generic-array"3281version = "0.12.4"3282source = "registry+https://github.com/rust-lang/crates.io-index"3283checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3284dependencies = [3285 "typenum",3286]32873288[[package]]3289name = "generic-array"3290version = "0.14.6"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3293dependencies = [3294 "typenum",3295 "version_check",3296]32973298[[package]]3299name = "gethostname"3300version = "0.2.3"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3303dependencies = [3304 "libc",3305 "winapi",3306]33073308[[package]]3309name = "getrandom"3310version = "0.1.16"3311source = "registry+https://github.com/rust-lang/crates.io-index"3312checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3313dependencies = [3314 "cfg-if",3315 "js-sys",3316 "libc",3317 "wasi 0.9.0+wasi-snapshot-preview1",3318 "wasm-bindgen",3319]33203321[[package]]3322name = "getrandom"3323version = "0.2.8"3324source = "registry+https://github.com/rust-lang/crates.io-index"3325checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3326dependencies = [3327 "cfg-if",3328 "libc",3329 "wasi 0.11.0+wasi-snapshot-preview1",3330]33313332[[package]]3333name = "ghash"3334version = "0.4.4"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3337dependencies = [3338 "opaque-debug 0.3.0",3339 "polyval",3340]33413342[[package]]3343name = "gimli"3344version = "0.26.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3347dependencies = [3348 "fallible-iterator",3349 "indexmap",3350 "stable_deref_trait",3351]33523353[[package]]3354name = "glob"3355version = "0.3.0"3356source = "registry+https://github.com/rust-lang/crates.io-index"3357checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33583359[[package]]3360name = "globset"3361version = "0.4.9"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3364dependencies = [3365 "aho-corasick",3366 "bstr",3367 "fnv",3368 "log",3369 "regex",3370]33713372[[package]]3373name = "gloo-timers"3374version = "0.2.5"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3377dependencies = [3378 "futures-channel",3379 "futures-core",3380 "js-sys",3381 "wasm-bindgen",3382]33833384[[package]]3385name = "group"3386version = "0.12.1"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3389dependencies = [3390 "ff",3391 "rand_core 0.6.4",3392 "subtle",3393]33943395[[package]]3396name = "h2"3397version = "0.3.15"3398source = "registry+https://github.com/rust-lang/crates.io-index"3399checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3400dependencies = [3401 "bytes",3402 "fnv",3403 "futures-core",3404 "futures-sink",3405 "futures-util",3406 "http",3407 "indexmap",3408 "slab",3409 "tokio",3410 "tokio-util",3411 "tracing",3412]34133414[[package]]3415name = "handlebars"3416version = "4.3.5"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3419dependencies = [3420 "log",3421 "pest",3422 "pest_derive",3423 "serde",3424 "serde_json",3425 "thiserror",3426]34273428[[package]]3429name = "hash-db"3430version = "0.15.2"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34333434[[package]]3435name = "hash256-std-hasher"3436version = "0.15.2"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3439dependencies = [3440 "crunchy",3441]34423443[[package]]3444name = "hashbrown"3445version = "0.12.3"3446source = "registry+https://github.com/rust-lang/crates.io-index"3447checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3448dependencies = [3449 "ahash",3450]34513452[[package]]3453name = "heck"3454version = "0.4.0"3455source = "registry+https://github.com/rust-lang/crates.io-index"3456checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34573458[[package]]3459name = "hermit-abi"3460version = "0.1.19"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3463dependencies = [3464 "libc",3465]34663467[[package]]3468name = "hermit-abi"3469version = "0.2.6"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3472dependencies = [3473 "libc",3474]34753476[[package]]3477name = "hex"3478version = "0.4.3"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34813482[[package]]3483name = "hex-literal"3484version = "0.3.4"3485source = "registry+https://github.com/rust-lang/crates.io-index"3486checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34873488[[package]]3489name = "hmac"3490version = "0.8.1"3491source = "registry+https://github.com/rust-lang/crates.io-index"3492checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3493dependencies = [3494 "crypto-mac 0.8.0",3495 "digest 0.9.0",3496]34973498[[package]]3499name = "hmac"3500version = "0.11.0"3501source = "registry+https://github.com/rust-lang/crates.io-index"3502checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3503dependencies = [3504 "crypto-mac 0.11.1",3505 "digest 0.9.0",3506]35073508[[package]]3509name = "hmac"3510version = "0.12.1"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3513dependencies = [3514 "digest 0.10.6",3515]35163517[[package]]3518name = "hmac-drbg"3519version = "0.3.0"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3522dependencies = [3523 "digest 0.9.0",3524 "generic-array 0.14.6",3525 "hmac 0.8.1",3526]35273528[[package]]3529name = "hostname"3530version = "0.3.1"3531source = "registry+https://github.com/rust-lang/crates.io-index"3532checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3533dependencies = [3534 "libc",3535 "match_cfg",3536 "winapi",3537]35383539[[package]]3540name = "http"3541version = "0.2.8"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3544dependencies = [3545 "bytes",3546 "fnv",3547 "itoa",3548]35493550[[package]]3551name = "http-body"3552version = "0.4.5"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3555dependencies = [3556 "bytes",3557 "http",3558 "pin-project-lite 0.2.9",3559]35603561[[package]]3562name = "httparse"3563version = "1.8.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35663567[[package]]3568name = "httpdate"3569version = "1.0.2"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35723573[[package]]3574name = "humantime"3575version = "2.1.0"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35783579[[package]]3580name = "hyper"3581version = "0.14.23"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"3584dependencies = [3585 "bytes",3586 "futures-channel",3587 "futures-core",3588 "futures-util",3589 "h2",3590 "http",3591 "http-body",3592 "httparse",3593 "httpdate",3594 "itoa",3595 "pin-project-lite 0.2.9",3596 "socket2",3597 "tokio",3598 "tower-service",3599 "tracing",3600 "want",3601]36023603[[package]]3604name = "hyper-rustls"3605version = "0.23.1"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"3608dependencies = [3609 "http",3610 "hyper",3611 "log",3612 "rustls",3613 "rustls-native-certs",3614 "tokio",3615 "tokio-rustls",3616]36173618[[package]]3619name = "iana-time-zone"3620version = "0.1.53"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3623dependencies = [3624 "android_system_properties",3625 "core-foundation-sys",3626 "iana-time-zone-haiku",3627 "js-sys",3628 "wasm-bindgen",3629 "winapi",3630]36313632[[package]]3633name = "iana-time-zone-haiku"3634version = "0.1.1"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3637dependencies = [3638 "cxx",3639 "cxx-build",3640]36413642[[package]]3643name = "idna"3644version = "0.2.3"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3647dependencies = [3648 "matches",3649 "unicode-bidi",3650 "unicode-normalization",3651]36523653[[package]]3654name = "idna"3655version = "0.3.0"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3658dependencies = [3659 "unicode-bidi",3660 "unicode-normalization",3661]36623663[[package]]3664name = "if-addrs"3665version = "0.7.0"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3668dependencies = [3669 "libc",3670 "winapi",3671]36723673[[package]]3674name = "if-watch"3675version = "2.0.0"3676source = "registry+https://github.com/rust-lang/crates.io-index"3677checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3678dependencies = [3679 "async-io",3680 "core-foundation",3681 "fnv",3682 "futures 0.3.25",3683 "if-addrs",3684 "ipnet",3685 "log",3686 "rtnetlink",3687 "system-configuration",3688 "windows",3689]36903691[[package]]3692name = "impl-codec"3693version = "0.6.0"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3696dependencies = [3697 "parity-scale-codec 3.2.1",3698]36993700[[package]]3701name = "impl-rlp"3702version = "0.3.0"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3705dependencies = [3706 "rlp",3707]37083709[[package]]3710name = "impl-serde"3711version = "0.4.0"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3714dependencies = [3715 "serde",3716]37173718[[package]]3719name = "impl-trait-for-tuples"3720version = "0.2.2"3721source = "registry+https://github.com/rust-lang/crates.io-index"3722checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3723dependencies = [3724 "proc-macro2",3725 "quote",3726 "syn",3727]37283729[[package]]3730name = "indexmap"3731version = "1.9.2"3732source = "registry+https://github.com/rust-lang/crates.io-index"3733checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"3734dependencies = [3735 "autocfg",3736 "hashbrown",3737 "serde",3738]37393740[[package]]3741name = "instant"3742version = "0.1.12"3743source = "registry+https://github.com/rust-lang/crates.io-index"3744checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3745dependencies = [3746 "cfg-if",3747]37483749[[package]]3750name = "integer-encoding"3751version = "3.0.4"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"37543755[[package]]3756name = "integer-sqrt"3757version = "0.1.5"3758source = "registry+https://github.com/rust-lang/crates.io-index"3759checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3760dependencies = [3761 "num-traits",3762]37633764[[package]]3765name = "io-lifetimes"3766version = "0.7.5"3767source = "registry+https://github.com/rust-lang/crates.io-index"3768checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"37693770[[package]]3771name = "io-lifetimes"3772version = "1.0.3"3773source = "registry+https://github.com/rust-lang/crates.io-index"3774checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3775dependencies = [3776 "libc",3777 "windows-sys 0.42.0",3778]37793780[[package]]3781name = "ip_network"3782version = "0.4.1"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37853786[[package]]3787name = "ipconfig"3788version = "0.3.1"3789source = "registry+https://github.com/rust-lang/crates.io-index"3790checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"3791dependencies = [3792 "socket2",3793 "widestring",3794 "winapi",3795 "winreg",3796]37973798[[package]]3799name = "ipnet"3800version = "2.5.1"3801source = "registry+https://github.com/rust-lang/crates.io-index"3802checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"38033804[[package]]3805name = "is-terminal"3806version = "0.4.1"3807source = "registry+https://github.com/rust-lang/crates.io-index"3808checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"3809dependencies = [3810 "hermit-abi 0.2.6",3811 "io-lifetimes 1.0.3",3812 "rustix 0.36.5",3813 "windows-sys 0.42.0",3814]38153816[[package]]3817name = "itertools"3818version = "0.10.5"3819source = "registry+https://github.com/rust-lang/crates.io-index"3820checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3821dependencies = [3822 "either",3823]38243825[[package]]3826name = "itoa"3827version = "1.0.4"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"38303831[[package]]3832name = "jobserver"3833version = "0.1.25"3834source = "registry+https://github.com/rust-lang/crates.io-index"3835checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3836dependencies = [3837 "libc",3838]38393840[[package]]3841name = "js-sys"3842version = "0.3.60"3843source = "registry+https://github.com/rust-lang/crates.io-index"3844checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3845dependencies = [3846 "wasm-bindgen",3847]38483849[[package]]3850name = "jsonrpsee"3851version = "0.15.1"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3854dependencies = [3855 "jsonrpsee-core",3856 "jsonrpsee-http-server",3857 "jsonrpsee-proc-macros",3858 "jsonrpsee-types",3859 "jsonrpsee-ws-client",3860 "jsonrpsee-ws-server",3861 "tracing",3862]38633864[[package]]3865name = "jsonrpsee-client-transport"3866version = "0.15.1"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3869dependencies = [3870 "futures-util",3871 "http",3872 "jsonrpsee-core",3873 "jsonrpsee-types",3874 "pin-project",3875 "rustls-native-certs",3876 "soketto",3877 "thiserror",3878 "tokio",3879 "tokio-rustls",3880 "tokio-util",3881 "tracing",3882 "webpki-roots",3883]38843885[[package]]3886name = "jsonrpsee-core"3887version = "0.15.1"3888source = "registry+https://github.com/rust-lang/crates.io-index"3889checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3890dependencies = [3891 "anyhow",3892 "arrayvec 0.7.2",3893 "async-lock",3894 "async-trait",3895 "beef",3896 "futures-channel",3897 "futures-timer",3898 "futures-util",3899 "globset",3900 "http",3901 "hyper",3902 "jsonrpsee-types",3903 "lazy_static",3904 "parking_lot 0.12.1",3905 "rand 0.8.5",3906 "rustc-hash",3907 "serde",3908 "serde_json",3909 "soketto",3910 "thiserror",3911 "tokio",3912 "tracing",3913 "tracing-futures",3914 "unicase",3915]39163917[[package]]3918name = "jsonrpsee-http-server"3919version = "0.15.1"3920source = "registry+https://github.com/rust-lang/crates.io-index"3921checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3922dependencies = [3923 "futures-channel",3924 "futures-util",3925 "hyper",3926 "jsonrpsee-core",3927 "jsonrpsee-types",3928 "serde",3929 "serde_json",3930 "tokio",3931 "tracing",3932 "tracing-futures",3933]39343935[[package]]3936name = "jsonrpsee-proc-macros"3937version = "0.15.1"3938source = "registry+https://github.com/rust-lang/crates.io-index"3939checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3940dependencies = [3941 "proc-macro-crate",3942 "proc-macro2",3943 "quote",3944 "syn",3945]39463947[[package]]3948name = "jsonrpsee-types"3949version = "0.15.1"3950source = "registry+https://github.com/rust-lang/crates.io-index"3951checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3952dependencies = [3953 "anyhow",3954 "beef",3955 "serde",3956 "serde_json",3957 "thiserror",3958 "tracing",3959]39603961[[package]]3962name = "jsonrpsee-ws-client"3963version = "0.15.1"3964source = "registry+https://github.com/rust-lang/crates.io-index"3965checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3966dependencies = [3967 "http",3968 "jsonrpsee-client-transport",3969 "jsonrpsee-core",3970 "jsonrpsee-types",3971]39723973[[package]]3974name = "jsonrpsee-ws-server"3975version = "0.15.1"3976source = "registry+https://github.com/rust-lang/crates.io-index"3977checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3978dependencies = [3979 "futures-channel",3980 "futures-util",3981 "http",3982 "jsonrpsee-core",3983 "jsonrpsee-types",3984 "serde_json",3985 "soketto",3986 "tokio",3987 "tokio-stream",3988 "tokio-util",3989 "tracing",3990 "tracing-futures",3991]39923993[[package]]3994name = "k256"3995version = "0.11.6"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3998dependencies = [3999 "cfg-if",4000 "ecdsa",4001 "elliptic-curve",4002 "sha2 0.10.6",4003]40044005[[package]]4006name = "keccak"4007version = "0.1.3"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"4010dependencies = [4011 "cpufeatures",4012]40134014[[package]]4015name = "kusama-runtime"4016version = "0.9.33"4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4018dependencies = [4019 "beefy-primitives",4020 "bitvec 1.0.1",4021 "frame-benchmarking",4022 "frame-election-provider-support",4023 "frame-executive",4024 "frame-support",4025 "frame-system",4026 "frame-system-benchmarking",4027 "frame-system-rpc-runtime-api",4028 "frame-try-runtime",4029 "hex-literal",4030 "kusama-runtime-constants",4031 "log",4032 "pallet-authority-discovery",4033 "pallet-authorship",4034 "pallet-babe",4035 "pallet-bags-list",4036 "pallet-balances",4037 "pallet-bounties",4038 "pallet-child-bounties",4039 "pallet-collective",4040 "pallet-conviction-voting",4041 "pallet-democracy",4042 "pallet-election-provider-multi-phase",4043 "pallet-election-provider-support-benchmarking",4044 "pallet-elections-phragmen",4045 "pallet-fast-unstake",4046 "pallet-gilt",4047 "pallet-grandpa",4048 "pallet-identity",4049 "pallet-im-online",4050 "pallet-indices",4051 "pallet-membership",4052 "pallet-multisig",4053 "pallet-nomination-pools",4054 "pallet-nomination-pools-benchmarking",4055 "pallet-nomination-pools-runtime-api",4056 "pallet-offences",4057 "pallet-offences-benchmarking",4058 "pallet-preimage",4059 "pallet-proxy",4060 "pallet-ranked-collective",4061 "pallet-recovery",4062 "pallet-referenda",4063 "pallet-scheduler",4064 "pallet-session",4065 "pallet-session-benchmarking",4066 "pallet-society",4067 "pallet-staking",4068 "pallet-timestamp",4069 "pallet-tips",4070 "pallet-transaction-payment",4071 "pallet-transaction-payment-rpc-runtime-api",4072 "pallet-treasury",4073 "pallet-utility",4074 "pallet-vesting",4075 "pallet-whitelist",4076 "pallet-xcm",4077 "pallet-xcm-benchmarks",4078 "parity-scale-codec 3.2.1",4079 "polkadot-primitives",4080 "polkadot-runtime-common",4081 "polkadot-runtime-parachains",4082 "rustc-hex",4083 "scale-info",4084 "serde",4085 "serde_derive",4086 "smallvec",4087 "sp-api",4088 "sp-arithmetic",4089 "sp-authority-discovery",4090 "sp-block-builder",4091 "sp-consensus-babe",4092 "sp-core",4093 "sp-inherents",4094 "sp-io",4095 "sp-mmr-primitives",4096 "sp-npos-elections",4097 "sp-offchain",4098 "sp-runtime",4099 "sp-session",4100 "sp-staking",4101 "sp-std",4102 "sp-transaction-pool",4103 "sp-version",4104 "static_assertions",4105 "substrate-wasm-builder",4106 "xcm",4107 "xcm-builder",4108 "xcm-executor",4109]41104111[[package]]4112name = "kusama-runtime-constants"4113version = "0.9.33"4114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4115dependencies = [4116 "frame-support",4117 "polkadot-primitives",4118 "polkadot-runtime-common",4119 "smallvec",4120 "sp-core",4121 "sp-runtime",4122 "sp-weights",4123]41244125[[package]]4126name = "kv-log-macro"4127version = "1.0.7"4128source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4130dependencies = [4131 "log",4132]41334134[[package]]4135name = "kvdb"4136version = "0.12.0"4137source = "registry+https://github.com/rust-lang/crates.io-index"4138checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"4139dependencies = [4140 "parity-util-mem",4141 "smallvec",4142]41434144[[package]]4145name = "kvdb-memorydb"4146version = "0.12.0"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"4149dependencies = [4150 "kvdb",4151 "parity-util-mem",4152 "parking_lot 0.12.1",4153]41544155[[package]]4156name = "kvdb-rocksdb"4157version = "0.16.0"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"4160dependencies = [4161 "kvdb",4162 "log",4163 "num_cpus",4164 "parity-util-mem",4165 "parking_lot 0.12.1",4166 "regex",4167 "rocksdb",4168 "smallvec",4169]41704171[[package]]4172name = "lazy_static"4173version = "1.4.0"4174source = "registry+https://github.com/rust-lang/crates.io-index"4175checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"41764177[[package]]4178name = "lazycell"4179version = "1.3.0"4180source = "registry+https://github.com/rust-lang/crates.io-index"4181checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"41824183[[package]]4184name = "libc"4185version = "0.2.138"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"41884189[[package]]4190name = "libloading"4191version = "0.7.4"4192source = "registry+https://github.com/rust-lang/crates.io-index"4193checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4194dependencies = [4195 "cfg-if",4196 "winapi",4197]41984199[[package]]4200name = "libm"4201version = "0.2.6"4202source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"42044205[[package]]4206name = "libp2p"4207version = "0.49.0"4208source = "registry+https://github.com/rust-lang/crates.io-index"4209checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4210dependencies = [4211 "bytes",4212 "futures 0.3.25",4213 "futures-timer",4214 "getrandom 0.2.8",4215 "instant",4216 "lazy_static",4217 "libp2p-core",4218 "libp2p-dns",4219 "libp2p-identify",4220 "libp2p-kad",4221 "libp2p-mdns",4222 "libp2p-metrics",4223 "libp2p-mplex",4224 "libp2p-noise",4225 "libp2p-ping",4226 "libp2p-request-response",4227 "libp2p-swarm",4228 "libp2p-swarm-derive",4229 "libp2p-tcp",4230 "libp2p-wasm-ext",4231 "libp2p-websocket",4232 "libp2p-yamux",4233 "multiaddr",4234 "parking_lot 0.12.1",4235 "pin-project",4236 "smallvec",4237]42384239[[package]]4240name = "libp2p-core"4241version = "0.37.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4244dependencies = [4245 "asn1_der",4246 "bs58",4247 "ed25519-dalek",4248 "either",4249 "fnv",4250 "futures 0.3.25",4251 "futures-timer",4252 "instant",4253 "lazy_static",4254 "log",4255 "multiaddr",4256 "multihash",4257 "multistream-select",4258 "parking_lot 0.12.1",4259 "pin-project",4260 "prost",4261 "prost-build",4262 "rand 0.8.5",4263 "rw-stream-sink",4264 "sha2 0.10.6",4265 "smallvec",4266 "thiserror",4267 "unsigned-varint",4268 "void",4269 "zeroize",4270]42714272[[package]]4273name = "libp2p-dns"4274version = "0.37.0"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4277dependencies = [4278 "async-std-resolver",4279 "futures 0.3.25",4280 "libp2p-core",4281 "log",4282 "parking_lot 0.12.1",4283 "smallvec",4284 "trust-dns-resolver",4285]42864287[[package]]4288name = "libp2p-identify"4289version = "0.40.0"4290source = "registry+https://github.com/rust-lang/crates.io-index"4291checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4292dependencies = [4293 "asynchronous-codec",4294 "futures 0.3.25",4295 "futures-timer",4296 "libp2p-core",4297 "libp2p-swarm",4298 "log",4299 "lru",4300 "prost",4301 "prost-build",4302 "prost-codec",4303 "smallvec",4304 "thiserror",4305 "void",4306]43074308[[package]]4309name = "libp2p-kad"4310version = "0.41.0"4311source = "registry+https://github.com/rust-lang/crates.io-index"4312checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4313dependencies = [4314 "arrayvec 0.7.2",4315 "asynchronous-codec",4316 "bytes",4317 "either",4318 "fnv",4319 "futures 0.3.25",4320 "futures-timer",4321 "instant",4322 "libp2p-core",4323 "libp2p-swarm",4324 "log",4325 "prost",4326 "prost-build",4327 "rand 0.8.5",4328 "sha2 0.10.6",4329 "smallvec",4330 "thiserror",4331 "uint",4332 "unsigned-varint",4333 "void",4334]43354336[[package]]4337name = "libp2p-mdns"4338version = "0.41.0"4339source = "registry+https://github.com/rust-lang/crates.io-index"4340checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4341dependencies = [4342 "async-io",4343 "data-encoding",4344 "dns-parser",4345 "futures 0.3.25",4346 "if-watch",4347 "libp2p-core",4348 "libp2p-swarm",4349 "log",4350 "rand 0.8.5",4351 "smallvec",4352 "socket2",4353 "void",4354]43554356[[package]]4357name = "libp2p-metrics"4358version = "0.10.0"4359source = "registry+https://github.com/rust-lang/crates.io-index"4360checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4361dependencies = [4362 "libp2p-core",4363 "libp2p-identify",4364 "libp2p-kad",4365 "libp2p-ping",4366 "libp2p-swarm",4367 "prometheus-client",4368]43694370[[package]]4371name = "libp2p-mplex"4372version = "0.37.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4375dependencies = [4376 "asynchronous-codec",4377 "bytes",4378 "futures 0.3.25",4379 "libp2p-core",4380 "log",4381 "nohash-hasher",4382 "parking_lot 0.12.1",4383 "rand 0.8.5",4384 "smallvec",4385 "unsigned-varint",4386]43874388[[package]]4389name = "libp2p-noise"4390version = "0.40.0"4391source = "registry+https://github.com/rust-lang/crates.io-index"4392checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4393dependencies = [4394 "bytes",4395 "curve25519-dalek 3.2.0",4396 "futures 0.3.25",4397 "lazy_static",4398 "libp2p-core",4399 "log",4400 "prost",4401 "prost-build",4402 "rand 0.8.5",4403 "sha2 0.10.6",4404 "snow",4405 "static_assertions",4406 "x25519-dalek",4407 "zeroize",4408]44094410[[package]]4411name = "libp2p-ping"4412version = "0.40.1"4413source = "registry+https://github.com/rust-lang/crates.io-index"4414checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4415dependencies = [4416 "futures 0.3.25",4417 "futures-timer",4418 "instant",4419 "libp2p-core",4420 "libp2p-swarm",4421 "log",4422 "rand 0.8.5",4423 "void",4424]44254426[[package]]4427name = "libp2p-request-response"4428version = "0.22.1"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4431dependencies = [4432 "async-trait",4433 "bytes",4434 "futures 0.3.25",4435 "instant",4436 "libp2p-core",4437 "libp2p-swarm",4438 "log",4439 "rand 0.8.5",4440 "smallvec",4441 "unsigned-varint",4442]44434444[[package]]4445name = "libp2p-swarm"4446version = "0.40.1"4447source = "registry+https://github.com/rust-lang/crates.io-index"4448checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4449dependencies = [4450 "either",4451 "fnv",4452 "futures 0.3.25",4453 "futures-timer",4454 "instant",4455 "libp2p-core",4456 "log",4457 "pin-project",4458 "rand 0.8.5",4459 "smallvec",4460 "thiserror",4461 "void",4462]44634464[[package]]4465name = "libp2p-swarm-derive"4466version = "0.30.1"4467source = "registry+https://github.com/rust-lang/crates.io-index"4468checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4469dependencies = [4470 "heck",4471 "quote",4472 "syn",4473]44744475[[package]]4476name = "libp2p-tcp"4477version = "0.37.0"4478source = "registry+https://github.com/rust-lang/crates.io-index"4479checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4480dependencies = [4481 "async-io",4482 "futures 0.3.25",4483 "futures-timer",4484 "if-watch",4485 "libc",4486 "libp2p-core",4487 "log",4488 "socket2",4489]44904491[[package]]4492name = "libp2p-wasm-ext"4493version = "0.37.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4496dependencies = [4497 "futures 0.3.25",4498 "js-sys",4499 "libp2p-core",4500 "parity-send-wrapper",4501 "wasm-bindgen",4502 "wasm-bindgen-futures",4503]45044505[[package]]4506name = "libp2p-websocket"4507version = "0.39.0"4508source = "registry+https://github.com/rust-lang/crates.io-index"4509checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4510dependencies = [4511 "either",4512 "futures 0.3.25",4513 "futures-rustls",4514 "libp2p-core",4515 "log",4516 "parking_lot 0.12.1",4517 "quicksink",4518 "rw-stream-sink",4519 "soketto",4520 "url",4521 "webpki-roots",4522]45234524[[package]]4525name = "libp2p-yamux"4526version = "0.41.1"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4529dependencies = [4530 "futures 0.3.25",4531 "libp2p-core",4532 "log",4533 "parking_lot 0.12.1",4534 "thiserror",4535 "yamux",4536]45374538[[package]]4539name = "librocksdb-sys"4540version = "0.8.0+7.4.4"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4543dependencies = [4544 "bindgen",4545 "bzip2-sys",4546 "cc",4547 "glob",4548 "libc",4549 "libz-sys",4550 "tikv-jemalloc-sys",4551]45524553[[package]]4554name = "libsecp256k1"4555version = "0.7.1"4556source = "registry+https://github.com/rust-lang/crates.io-index"4557checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4558dependencies = [4559 "arrayref",4560 "base64",4561 "digest 0.9.0",4562 "hmac-drbg",4563 "libsecp256k1-core",4564 "libsecp256k1-gen-ecmult",4565 "libsecp256k1-gen-genmult",4566 "rand 0.8.5",4567 "serde",4568 "sha2 0.9.9",4569 "typenum",4570]45714572[[package]]4573name = "libsecp256k1-core"4574version = "0.3.0"4575source = "registry+https://github.com/rust-lang/crates.io-index"4576checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4577dependencies = [4578 "crunchy",4579 "digest 0.9.0",4580 "subtle",4581]45824583[[package]]4584name = "libsecp256k1-gen-ecmult"4585version = "0.3.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4588dependencies = [4589 "libsecp256k1-core",4590]45914592[[package]]4593name = "libsecp256k1-gen-genmult"4594version = "0.3.0"4595source = "registry+https://github.com/rust-lang/crates.io-index"4596checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4597dependencies = [4598 "libsecp256k1-core",4599]46004601[[package]]4602name = "libz-sys"4603version = "1.1.8"4604source = "registry+https://github.com/rust-lang/crates.io-index"4605checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4606dependencies = [4607 "cc",4608 "pkg-config",4609 "vcpkg",4610]46114612[[package]]4613name = "link-cplusplus"4614version = "1.0.7"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4617dependencies = [4618 "cc",4619]46204621[[package]]4622name = "linked-hash-map"4623version = "0.5.6"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46264627[[package]]4628name = "linked_hash_set"4629version = "0.1.4"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4632dependencies = [4633 "linked-hash-map",4634]46354636[[package]]4637name = "linregress"4638version = "0.4.4"4639source = "registry+https://github.com/rust-lang/crates.io-index"4640checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4641dependencies = [4642 "nalgebra",4643 "statrs",4644]46454646[[package]]4647name = "linux-raw-sys"4648version = "0.0.46"4649source = "registry+https://github.com/rust-lang/crates.io-index"4650checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46514652[[package]]4653name = "linux-raw-sys"4654version = "0.1.3"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"46574658[[package]]4659name = "lock_api"4660version = "0.4.9"4661source = "registry+https://github.com/rust-lang/crates.io-index"4662checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4663dependencies = [4664 "autocfg",4665 "scopeguard",4666]46674668[[package]]4669name = "log"4670version = "0.4.17"4671source = "registry+https://github.com/rust-lang/crates.io-index"4672checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4673dependencies = [4674 "cfg-if",4675 "value-bag",4676]46774678[[package]]4679name = "logtest"4680version = "2.0.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4683dependencies = [4684 "lazy_static",4685 "log",4686]46874688[[package]]4689name = "lru"4690version = "0.8.1"4691source = "registry+https://github.com/rust-lang/crates.io-index"4692checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4693dependencies = [4694 "hashbrown",4695]46964697[[package]]4698name = "lru-cache"4699version = "0.1.2"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4702dependencies = [4703 "linked-hash-map",4704]47054706[[package]]4707name = "lz4"4708version = "1.24.0"4709source = "registry+https://github.com/rust-lang/crates.io-index"4710checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4711dependencies = [4712 "libc",4713 "lz4-sys",4714]47154716[[package]]4717name = "lz4-sys"4718version = "1.9.4"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4721dependencies = [4722 "cc",4723 "libc",4724]47254726[[package]]4727name = "mach"4728version = "0.3.2"4729source = "registry+https://github.com/rust-lang/crates.io-index"4730checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4731dependencies = [4732 "libc",4733]47344735[[package]]4736name = "match_cfg"4737version = "0.1.0"4738source = "registry+https://github.com/rust-lang/crates.io-index"4739checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47404741[[package]]4742name = "matchers"4743version = "0.0.1"4744source = "registry+https://github.com/rust-lang/crates.io-index"4745checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4746dependencies = [4747 "regex-automata",4748]47494750[[package]]4751name = "matches"4752version = "0.1.9"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47554756[[package]]4757name = "matrixmultiply"4758version = "0.3.2"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4761dependencies = [4762 "rawpointer",4763]47644765[[package]]4766name = "memchr"4767version = "2.5.0"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47704771[[package]]4772name = "memfd"4773version = "0.6.2"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4776dependencies = [4777 "rustix 0.36.5",4778]47794780[[package]]4781name = "memmap2"4782version = "0.5.8"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"4785dependencies = [4786 "libc",4787]47884789[[package]]4790name = "memoffset"4791version = "0.6.5"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4794dependencies = [4795 "autocfg",4796]47974798[[package]]4799name = "memoffset"4800version = "0.7.1"4801source = "registry+https://github.com/rust-lang/crates.io-index"4802checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"4803dependencies = [4804 "autocfg",4805]48064807[[package]]4808name = "memory-db"4809version = "0.30.0"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"4812dependencies = [4813 "hash-db",4814 "hashbrown",4815 "parity-util-mem",4816]48174818[[package]]4819name = "memory-lru"4820version = "0.1.1"4821source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4823dependencies = [4824 "lru",4825]48264827[[package]]4828name = "memory_units"4829version = "0.4.0"4830source = "registry+https://github.com/rust-lang/crates.io-index"4831checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"48324833[[package]]4834name = "merlin"4835version = "2.0.1"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4838dependencies = [4839 "byteorder",4840 "keccak",4841 "rand_core 0.5.1",4842 "zeroize",4843]48444845[[package]]4846name = "mick-jaeger"4847version = "0.1.8"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4850dependencies = [4851 "futures 0.3.25",4852 "rand 0.8.5",4853 "thrift",4854]48554856[[package]]4857name = "minimal-lexical"4858version = "0.2.1"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48614862[[package]]4863name = "miniz_oxide"4864version = "0.5.4"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4867dependencies = [4868 "adler",4869]48704871[[package]]4872name = "miniz_oxide"4873version = "0.6.2"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4876dependencies = [4877 "adler",4878]48794880[[package]]4881name = "mio"4882version = "0.8.5"4883source = "registry+https://github.com/rust-lang/crates.io-index"4884checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4885dependencies = [4886 "libc",4887 "log",4888 "wasi 0.11.0+wasi-snapshot-preview1",4889 "windows-sys 0.42.0",4890]48914892[[package]]4893name = "mockall"4894version = "0.11.3"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"4897dependencies = [4898 "cfg-if",4899 "downcast",4900 "fragile",4901 "lazy_static",4902 "mockall_derive",4903 "predicates",4904 "predicates-tree",4905]49064907[[package]]4908name = "mockall_derive"4909version = "0.11.3"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"4912dependencies = [4913 "cfg-if",4914 "proc-macro2",4915 "quote",4916 "syn",4917]49184919[[package]]4920name = "multiaddr"4921version = "0.14.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4924dependencies = [4925 "arrayref",4926 "bs58",4927 "byteorder",4928 "data-encoding",4929 "multihash",4930 "percent-encoding",4931 "serde",4932 "static_assertions",4933 "unsigned-varint",4934 "url",4935]49364937[[package]]4938name = "multibase"4939version = "0.9.1"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4942dependencies = [4943 "base-x",4944 "data-encoding",4945 "data-encoding-macro",4946]49474948[[package]]4949name = "multihash"4950version = "0.16.3"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4953dependencies = [4954 "blake2b_simd",4955 "blake2s_simd",4956 "blake3",4957 "core2",4958 "digest 0.10.6",4959 "multihash-derive",4960 "sha2 0.10.6",4961 "sha3 0.10.6",4962 "unsigned-varint",4963]49644965[[package]]4966name = "multihash-derive"4967version = "0.8.0"4968source = "registry+https://github.com/rust-lang/crates.io-index"4969checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4970dependencies = [4971 "proc-macro-crate",4972 "proc-macro-error",4973 "proc-macro2",4974 "quote",4975 "syn",4976 "synstructure",4977]49784979[[package]]4980name = "multimap"4981version = "0.8.3"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49844985[[package]]4986name = "multistream-select"4987version = "0.12.1"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4990dependencies = [4991 "bytes",4992 "futures 0.3.25",4993 "log",4994 "pin-project",4995 "smallvec",4996 "unsigned-varint",4997]49984999[[package]]5000name = "nalgebra"5001version = "0.27.1"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5004dependencies = [5005 "approx",5006 "matrixmultiply",5007 "nalgebra-macros",5008 "num-complex",5009 "num-rational",5010 "num-traits",5011 "rand 0.8.5",5012 "rand_distr",5013 "simba",5014 "typenum",5015]50165017[[package]]5018name = "nalgebra-macros"5019version = "0.1.0"5020source = "registry+https://github.com/rust-lang/crates.io-index"5021checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5022dependencies = [5023 "proc-macro2",5024 "quote",5025 "syn",5026]50275028[[package]]5029name = "names"5030version = "0.13.0"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5033dependencies = [5034 "rand 0.8.5",5035]50365037[[package]]5038name = "nanorand"5039version = "0.7.0"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50425043[[package]]5044name = "netlink-packet-core"5045version = "0.4.2"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5048dependencies = [5049 "anyhow",5050 "byteorder",5051 "libc",5052 "netlink-packet-utils",5053]50545055[[package]]5056name = "netlink-packet-route"5057version = "0.12.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5060dependencies = [5061 "anyhow",5062 "bitflags",5063 "byteorder",5064 "libc",5065 "netlink-packet-core",5066 "netlink-packet-utils",5067]50685069[[package]]5070name = "netlink-packet-utils"5071version = "0.5.1"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5074dependencies = [5075 "anyhow",5076 "byteorder",5077 "paste",5078 "thiserror",5079]50805081[[package]]5082name = "netlink-proto"5083version = "0.10.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5086dependencies = [5087 "bytes",5088 "futures 0.3.25",5089 "log",5090 "netlink-packet-core",5091 "netlink-sys",5092 "thiserror",5093 "tokio",5094]50955096[[package]]5097name = "netlink-sys"5098version = "0.8.3"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5101dependencies = [5102 "async-io",5103 "bytes",5104 "futures 0.3.25",5105 "libc",5106 "log",5107]51085109[[package]]5110name = "nix"5111version = "0.24.3"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5114dependencies = [5115 "bitflags",5116 "cfg-if",5117 "libc",5118]51195120[[package]]5121name = "nodrop"5122version = "0.1.14"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51255126[[package]]5127name = "nohash-hasher"5128version = "0.2.0"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51315132[[package]]5133name = "nom"5134version = "7.1.1"5135source = "registry+https://github.com/rust-lang/crates.io-index"5136checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5137dependencies = [5138 "memchr",5139 "minimal-lexical",5140]51415142[[package]]5143name = "normalize-line-endings"5144version = "0.3.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51475148[[package]]5149name = "num-bigint"5150version = "0.4.3"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5153dependencies = [5154 "autocfg",5155 "num-integer",5156 "num-traits",5157]51585159[[package]]5160name = "num-complex"5161version = "0.4.2"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5164dependencies = [5165 "num-traits",5166]51675168[[package]]5169name = "num-format"5170version = "0.4.4"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5173dependencies = [5174 "arrayvec 0.7.2",5175 "itoa",5176]51775178[[package]]5179name = "num-integer"5180version = "0.1.45"5181source = "registry+https://github.com/rust-lang/crates.io-index"5182checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5183dependencies = [5184 "autocfg",5185 "num-traits",5186]51875188[[package]]5189name = "num-rational"5190version = "0.4.1"5191source = "registry+https://github.com/rust-lang/crates.io-index"5192checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5193dependencies = [5194 "autocfg",5195 "num-bigint",5196 "num-integer",5197 "num-traits",5198]51995200[[package]]5201name = "num-traits"5202version = "0.2.15"5203source = "registry+https://github.com/rust-lang/crates.io-index"5204checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5205dependencies = [5206 "autocfg",5207 "libm",5208]52095210[[package]]5211name = "num_cpus"5212version = "1.14.0"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5215dependencies = [5216 "hermit-abi 0.1.19",5217 "libc",5218]52195220[[package]]5221name = "num_enum"5222version = "0.5.7"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5225dependencies = [5226 "num_enum_derive",5227]52285229[[package]]5230name = "num_enum_derive"5231version = "0.5.7"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5234dependencies = [5235 "proc-macro-crate",5236 "proc-macro2",5237 "quote",5238 "syn",5239]52405241[[package]]5242name = "num_threads"5243version = "0.1.6"5244source = "registry+https://github.com/rust-lang/crates.io-index"5245checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5246dependencies = [5247 "libc",5248]52495250[[package]]5251name = "object"5252version = "0.29.0"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5255dependencies = [5256 "crc32fast",5257 "hashbrown",5258 "indexmap",5259 "memchr",5260]52615262[[package]]5263name = "once_cell"5264version = "1.16.0"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"52675268[[package]]5269name = "opal-runtime"5270version = "0.9.33"5271dependencies = [5272 "app-promotion-rpc",5273 "cumulus-pallet-aura-ext",5274 "cumulus-pallet-dmp-queue",5275 "cumulus-pallet-parachain-system",5276 "cumulus-pallet-xcm",5277 "cumulus-pallet-xcmp-queue",5278 "cumulus-primitives-core",5279 "cumulus-primitives-timestamp",5280 "cumulus-primitives-utility",5281 "derivative",5282 "evm-coder",5283 "fp-evm",5284 "fp-evm-mapping",5285 "fp-rpc",5286 "fp-self-contained",5287 "frame-benchmarking",5288 "frame-executive",5289 "frame-support",5290 "frame-system",5291 "frame-system-benchmarking",5292 "frame-system-rpc-runtime-api",5293 "frame-try-runtime",5294 "hex-literal",5295 "impl-trait-for-tuples",5296 "log",5297 "logtest",5298 "num_enum",5299 "orml-tokens",5300 "orml-traits",5301 "orml-vesting",5302 "orml-xtokens",5303 "pallet-app-promotion",5304 "pallet-aura",5305 "pallet-balances",5306 "pallet-base-fee",5307 "pallet-common",5308 "pallet-configuration",5309 "pallet-ethereum",5310 "pallet-evm",5311 "pallet-evm-coder-substrate",5312 "pallet-evm-contract-helpers",5313 "pallet-evm-migration",5314 "pallet-evm-precompile-simple",5315 "pallet-evm-transaction-payment",5316 "pallet-foreign-assets",5317 "pallet-fungible",5318 "pallet-inflation",5319 "pallet-maintenance",5320 "pallet-nonfungible",5321 "pallet-randomness-collective-flip",5322 "pallet-refungible",5323 "pallet-rmrk-core",5324 "pallet-rmrk-equip",5325 "pallet-structure",5326 "pallet-sudo",5327 "pallet-template-transaction-payment",5328 "pallet-test-utils",5329 "pallet-timestamp",5330 "pallet-transaction-payment",5331 "pallet-transaction-payment-rpc-runtime-api",5332 "pallet-treasury",5333 "pallet-unique",5334 "pallet-unique-scheduler-v2",5335 "pallet-xcm",5336 "parachain-info",5337 "parity-scale-codec 3.2.1",5338 "polkadot-parachain",5339 "precompile-utils-macro",5340 "rmrk-rpc",5341 "scale-info",5342 "serde",5343 "smallvec",5344 "sp-api",5345 "sp-arithmetic",5346 "sp-block-builder",5347 "sp-consensus-aura",5348 "sp-core",5349 "sp-inherents",5350 "sp-io",5351 "sp-offchain",5352 "sp-runtime",5353 "sp-session",5354 "sp-std",5355 "sp-transaction-pool",5356 "sp-version",5357 "substrate-wasm-builder",5358 "up-common",5359 "up-data-structs",5360 "up-rpc",5361 "up-sponsorship",5362 "xcm",5363 "xcm-builder",5364 "xcm-executor",5365]53665367[[package]]5368name = "opaque-debug"5369version = "0.2.3"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53725373[[package]]5374name = "opaque-debug"5375version = "0.3.0"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53785379[[package]]5380name = "openssl-probe"5381version = "0.1.5"5382source = "registry+https://github.com/rust-lang/crates.io-index"5383checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53845385[[package]]5386name = "orchestra"5387version = "0.0.2"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5390dependencies = [5391 "async-trait",5392 "dyn-clonable",5393 "futures 0.3.25",5394 "futures-timer",5395 "orchestra-proc-macro",5396 "pin-project",5397 "prioritized-metered-channel",5398 "thiserror",5399 "tracing",5400]54015402[[package]]5403name = "orchestra-proc-macro"5404version = "0.0.2"5405source = "registry+https://github.com/rust-lang/crates.io-index"5406checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5407dependencies = [5408 "expander 0.0.6",5409 "itertools",5410 "petgraph",5411 "proc-macro-crate",5412 "proc-macro2",5413 "quote",5414 "syn",5415]54165417[[package]]5418name = "ordered-float"5419version = "1.1.1"5420source = "registry+https://github.com/rust-lang/crates.io-index"5421checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5422dependencies = [5423 "num-traits",5424]54255426[[package]]5427name = "orml-tokens"5428version = "0.4.1-dev"5429source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5430dependencies = [5431 "frame-support",5432 "frame-system",5433 "orml-traits",5434 "parity-scale-codec 3.2.1",5435 "scale-info",5436 "serde",5437 "sp-runtime",5438 "sp-std",5439]54405441[[package]]5442name = "orml-traits"5443version = "0.4.1-dev"5444source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5445dependencies = [5446 "frame-support",5447 "impl-trait-for-tuples",5448 "num-traits",5449 "orml-utilities",5450 "parity-scale-codec 3.2.1",5451 "scale-info",5452 "serde",5453 "sp-io",5454 "sp-runtime",5455 "sp-std",5456 "xcm",5457]54585459[[package]]5460name = "orml-utilities"5461version = "0.4.1-dev"5462source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5463dependencies = [5464 "frame-support",5465 "parity-scale-codec 3.2.1",5466 "scale-info",5467 "serde",5468 "sp-io",5469 "sp-runtime",5470 "sp-std",5471]54725473[[package]]5474name = "orml-vesting"5475version = "0.4.1-dev"5476source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5477dependencies = [5478 "frame-support",5479 "frame-system",5480 "parity-scale-codec 3.2.1",5481 "scale-info",5482 "serde",5483 "sp-io",5484 "sp-runtime",5485 "sp-std",5486]54875488[[package]]5489name = "orml-xcm-support"5490version = "0.4.1-dev"5491source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5492dependencies = [5493 "frame-support",5494 "orml-traits",5495 "parity-scale-codec 3.2.1",5496 "sp-runtime",5497 "sp-std",5498 "xcm",5499 "xcm-executor",5500]55015502[[package]]5503name = "orml-xtokens"5504version = "0.4.1-dev"5505source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5506dependencies = [5507 "cumulus-primitives-core",5508 "frame-support",5509 "frame-system",5510 "orml-traits",5511 "orml-xcm-support",5512 "pallet-xcm",5513 "parity-scale-codec 3.2.1",5514 "scale-info",5515 "serde",5516 "sp-io",5517 "sp-runtime",5518 "sp-std",5519 "xcm",5520 "xcm-executor",5521]55225523[[package]]5524name = "os_str_bytes"5525version = "6.4.1"5526source = "registry+https://github.com/rust-lang/crates.io-index"5527checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55285529[[package]]5530name = "pallet-app-promotion"5531version = "0.1.1"5532dependencies = [5533 "frame-benchmarking",5534 "frame-support",5535 "frame-system",5536 "pallet-balances",5537 "pallet-common",5538 "pallet-configuration",5539 "pallet-evm",5540 "pallet-evm-contract-helpers",5541 "pallet-evm-migration",5542 "pallet-randomness-collective-flip",5543 "pallet-timestamp",5544 "pallet-unique",5545 "parity-scale-codec 3.2.1",5546 "scale-info",5547 "serde",5548 "sp-core",5549 "sp-io",5550 "sp-runtime",5551 "sp-std",5552 "up-data-structs",5553]55545555[[package]]5556name = "pallet-aura"5557version = "4.0.0-dev"5558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5559dependencies = [5560 "frame-support",5561 "frame-system",5562 "pallet-timestamp",5563 "parity-scale-codec 3.2.1",5564 "scale-info",5565 "sp-application-crypto",5566 "sp-consensus-aura",5567 "sp-runtime",5568 "sp-std",5569]55705571[[package]]5572name = "pallet-authority-discovery"5573version = "4.0.0-dev"5574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5575dependencies = [5576 "frame-support",5577 "frame-system",5578 "pallet-session",5579 "parity-scale-codec 3.2.1",5580 "scale-info",5581 "sp-application-crypto",5582 "sp-authority-discovery",5583 "sp-runtime",5584 "sp-std",5585]55865587[[package]]5588name = "pallet-authorship"5589version = "4.0.0-dev"5590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5591dependencies = [5592 "frame-support",5593 "frame-system",5594 "impl-trait-for-tuples",5595 "parity-scale-codec 3.2.1",5596 "scale-info",5597 "sp-authorship",5598 "sp-runtime",5599 "sp-std",5600]56015602[[package]]5603name = "pallet-babe"5604version = "4.0.0-dev"5605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5606dependencies = [5607 "frame-benchmarking",5608 "frame-support",5609 "frame-system",5610 "log",5611 "pallet-authorship",5612 "pallet-session",5613 "pallet-timestamp",5614 "parity-scale-codec 3.2.1",5615 "scale-info",5616 "sp-application-crypto",5617 "sp-consensus-babe",5618 "sp-consensus-vrf",5619 "sp-io",5620 "sp-runtime",5621 "sp-session",5622 "sp-staking",5623 "sp-std",5624]56255626[[package]]5627name = "pallet-bags-list"5628version = "4.0.0-dev"5629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5630dependencies = [5631 "frame-benchmarking",5632 "frame-election-provider-support",5633 "frame-support",5634 "frame-system",5635 "log",5636 "pallet-balances",5637 "parity-scale-codec 3.2.1",5638 "scale-info",5639 "sp-core",5640 "sp-io",5641 "sp-runtime",5642 "sp-std",5643 "sp-tracing",5644]56455646[[package]]5647name = "pallet-balances"5648version = "4.0.0-dev"5649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5650dependencies = [5651 "frame-benchmarking",5652 "frame-support",5653 "frame-system",5654 "log",5655 "parity-scale-codec 3.2.1",5656 "scale-info",5657 "sp-runtime",5658 "sp-std",5659]56605661[[package]]5662name = "pallet-base-fee"5663version = "1.0.0"5664source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5665dependencies = [5666 "fp-evm",5667 "frame-support",5668 "frame-system",5669 "parity-scale-codec 3.2.1",5670 "scale-info",5671 "serde",5672 "sp-core",5673 "sp-runtime",5674]56755676[[package]]5677name = "pallet-beefy"5678version = "4.0.0-dev"5679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5680dependencies = [5681 "beefy-primitives",5682 "frame-support",5683 "frame-system",5684 "pallet-session",5685 "parity-scale-codec 3.2.1",5686 "scale-info",5687 "serde",5688 "sp-runtime",5689 "sp-std",5690]56915692[[package]]5693name = "pallet-beefy-mmr"5694version = "4.0.0-dev"5695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5696dependencies = [5697 "array-bytes",5698 "beefy-merkle-tree",5699 "beefy-primitives",5700 "frame-support",5701 "frame-system",5702 "log",5703 "pallet-beefy",5704 "pallet-mmr",5705 "pallet-session",5706 "parity-scale-codec 3.2.1",5707 "scale-info",5708 "serde",5709 "sp-core",5710 "sp-io",5711 "sp-runtime",5712 "sp-std",5713]57145715[[package]]5716name = "pallet-bounties"5717version = "4.0.0-dev"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5719dependencies = [5720 "frame-benchmarking",5721 "frame-support",5722 "frame-system",5723 "log",5724 "pallet-treasury",5725 "parity-scale-codec 3.2.1",5726 "scale-info",5727 "sp-core",5728 "sp-io",5729 "sp-runtime",5730 "sp-std",5731]57325733[[package]]5734name = "pallet-child-bounties"5735version = "4.0.0-dev"5736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5737dependencies = [5738 "frame-benchmarking",5739 "frame-support",5740 "frame-system",5741 "log",5742 "pallet-bounties",5743 "pallet-treasury",5744 "parity-scale-codec 3.2.1",5745 "scale-info",5746 "sp-core",5747 "sp-io",5748 "sp-runtime",5749 "sp-std",5750]57515752[[package]]5753name = "pallet-collective"5754version = "4.0.0-dev"5755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5756dependencies = [5757 "frame-benchmarking",5758 "frame-support",5759 "frame-system",5760 "log",5761 "parity-scale-codec 3.2.1",5762 "scale-info",5763 "sp-core",5764 "sp-io",5765 "sp-runtime",5766 "sp-std",5767]57685769[[package]]5770name = "pallet-common"5771version = "0.1.12"5772dependencies = [5773 "ethereum 0.14.0",5774 "evm-coder",5775 "fp-evm-mapping",5776 "frame-benchmarking",5777 "frame-support",5778 "frame-system",5779 "pallet-evm",5780 "pallet-evm-coder-substrate",5781 "parity-scale-codec 3.2.1",5782 "scale-info",5783 "serde",5784 "sp-core",5785 "sp-runtime",5786 "sp-std",5787 "up-data-structs",5788]57895790[[package]]5791name = "pallet-configuration"5792version = "0.1.2"5793dependencies = [5794 "fp-evm",5795 "frame-support",5796 "frame-system",5797 "parity-scale-codec 3.2.1",5798 "scale-info",5799 "smallvec",5800 "sp-arithmetic",5801 "sp-core",5802 "sp-runtime",5803 "sp-std",5804 "xcm",5805]58065807[[package]]5808name = "pallet-conviction-voting"5809version = "4.0.0-dev"5810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5811dependencies = [5812 "assert_matches",5813 "frame-benchmarking",5814 "frame-support",5815 "frame-system",5816 "parity-scale-codec 3.2.1",5817 "scale-info",5818 "serde",5819 "sp-io",5820 "sp-runtime",5821 "sp-std",5822]58235824[[package]]5825name = "pallet-democracy"5826version = "4.0.0-dev"5827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5828dependencies = [5829 "frame-benchmarking",5830 "frame-support",5831 "frame-system",5832 "log",5833 "parity-scale-codec 3.2.1",5834 "scale-info",5835 "serde",5836 "sp-core",5837 "sp-io",5838 "sp-runtime",5839 "sp-std",5840]58415842[[package]]5843name = "pallet-election-provider-multi-phase"5844version = "4.0.0-dev"5845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5846dependencies = [5847 "frame-benchmarking",5848 "frame-election-provider-support",5849 "frame-support",5850 "frame-system",5851 "log",5852 "pallet-election-provider-support-benchmarking",5853 "parity-scale-codec 3.2.1",5854 "rand 0.7.3",5855 "scale-info",5856 "sp-arithmetic",5857 "sp-core",5858 "sp-io",5859 "sp-npos-elections",5860 "sp-runtime",5861 "sp-std",5862 "static_assertions",5863 "strum",5864]58655866[[package]]5867name = "pallet-election-provider-support-benchmarking"5868version = "4.0.0-dev"5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5870dependencies = [5871 "frame-benchmarking",5872 "frame-election-provider-support",5873 "frame-system",5874 "parity-scale-codec 3.2.1",5875 "sp-npos-elections",5876 "sp-runtime",5877]58785879[[package]]5880name = "pallet-elections-phragmen"5881version = "5.0.0-dev"5882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5883dependencies = [5884 "frame-benchmarking",5885 "frame-support",5886 "frame-system",5887 "log",5888 "parity-scale-codec 3.2.1",5889 "scale-info",5890 "sp-core",5891 "sp-io",5892 "sp-npos-elections",5893 "sp-runtime",5894 "sp-std",5895]58965897[[package]]5898name = "pallet-ethereum"5899version = "4.0.0-dev"5900source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5901dependencies = [5902 "ethereum 0.14.0",5903 "ethereum-types 0.14.1",5904 "evm",5905 "fp-consensus",5906 "fp-ethereum",5907 "fp-evm",5908 "fp-evm-mapping",5909 "fp-rpc",5910 "fp-self-contained",5911 "fp-storage",5912 "frame-support",5913 "frame-system",5914 "pallet-evm",5915 "pallet-timestamp",5916 "parity-scale-codec 3.2.1",5917 "rlp",5918 "scale-info",5919 "serde",5920 "sp-io",5921 "sp-runtime",5922 "sp-std",5923]59245925[[package]]5926name = "pallet-evm"5927version = "6.0.0-dev"5928source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5929dependencies = [5930 "environmental",5931 "evm",5932 "fp-evm",5933 "fp-evm-mapping",5934 "frame-benchmarking",5935 "frame-support",5936 "frame-system",5937 "hex",5938 "impl-trait-for-tuples",5939 "log",5940 "pallet-timestamp",5941 "parity-scale-codec 3.2.1",5942 "primitive-types 0.12.1",5943 "rlp",5944 "scale-info",5945 "serde",5946 "sp-core",5947 "sp-io",5948 "sp-runtime",5949 "sp-std",5950]59515952[[package]]5953name = "pallet-evm-coder-substrate"5954version = "0.1.3"5955dependencies = [5956 "ethereum 0.14.0",5957 "evm-coder",5958 "frame-benchmarking",5959 "frame-support",5960 "frame-system",5961 "pallet-ethereum",5962 "pallet-evm",5963 "parity-scale-codec 3.2.1",5964 "scale-info",5965 "sp-core",5966 "sp-std",5967 "up-data-structs",5968]59695970[[package]]5971name = "pallet-evm-contract-helpers"5972version = "0.3.0"5973dependencies = [5974 "ethereum 0.14.0",5975 "evm-coder",5976 "fp-evm-mapping",5977 "frame-support",5978 "frame-system",5979 "log",5980 "pallet-common",5981 "pallet-evm",5982 "pallet-evm-coder-substrate",5983 "pallet-evm-transaction-payment",5984 "parity-scale-codec 3.2.1",5985 "scale-info",5986 "sp-core",5987 "sp-runtime",5988 "sp-std",5989 "up-data-structs",5990 "up-sponsorship",5991]59925993[[package]]5994name = "pallet-evm-migration"5995version = "0.1.1"5996dependencies = [5997 "ethereum 0.14.0",5998 "fp-evm",5999 "frame-benchmarking",6000 "frame-support",6001 "frame-system",6002 "pallet-evm",6003 "parity-scale-codec 3.2.1",6004 "scale-info",6005 "sp-core",6006 "sp-io",6007 "sp-runtime",6008 "sp-std",6009]60106011[[package]]6012name = "pallet-evm-precompile-simple"6013version = "2.0.0-dev"6014source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"6015dependencies = [6016 "fp-evm",6017 "ripemd",6018 "sp-io",6019]60206021[[package]]6022name = "pallet-evm-transaction-payment"6023version = "0.1.1"6024dependencies = [6025 "fp-evm",6026 "fp-evm-mapping",6027 "frame-support",6028 "frame-system",6029 "pallet-ethereum",6030 "pallet-evm",6031 "parity-scale-codec 3.2.1",6032 "scale-info",6033 "sp-core",6034 "sp-io",6035 "sp-runtime",6036 "sp-std",6037 "up-sponsorship",6038]60396040[[package]]6041name = "pallet-fast-unstake"6042version = "4.0.0-dev"6043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6044dependencies = [6045 "frame-benchmarking",6046 "frame-election-provider-support",6047 "frame-support",6048 "frame-system",6049 "log",6050 "parity-scale-codec 3.2.1",6051 "scale-info",6052 "sp-io",6053 "sp-runtime",6054 "sp-staking",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-foreign-assets"6060version = "0.1.0"6061dependencies = [6062 "frame-benchmarking",6063 "frame-support",6064 "frame-system",6065 "hex",6066 "log",6067 "orml-tokens",6068 "pallet-balances",6069 "pallet-common",6070 "pallet-fungible",6071 "pallet-timestamp",6072 "parity-scale-codec 3.2.1",6073 "scale-info",6074 "serde",6075 "serde_json",6076 "sp-core",6077 "sp-io",6078 "sp-runtime",6079 "sp-std",6080 "up-data-structs",6081 "xcm",6082 "xcm-builder",6083 "xcm-executor",6084]60856086[[package]]6087name = "pallet-fungible"6088version = "0.1.9"6089dependencies = [6090 "ethereum 0.14.0",6091 "evm-coder",6092 "frame-benchmarking",6093 "frame-support",6094 "frame-system",6095 "pallet-common",6096 "pallet-evm",6097 "pallet-evm-coder-substrate",6098 "pallet-structure",6099 "parity-scale-codec 3.2.1",6100 "scale-info",6101 "sp-core",6102 "sp-runtime",6103 "sp-std",6104 "up-data-structs",6105]61066107[[package]]6108name = "pallet-gilt"6109version = "4.0.0-dev"6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6111dependencies = [6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "parity-scale-codec 3.2.1",6116 "scale-info",6117 "sp-arithmetic",6118 "sp-runtime",6119 "sp-std",6120]61216122[[package]]6123name = "pallet-grandpa"6124version = "4.0.0-dev"6125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6126dependencies = [6127 "frame-benchmarking",6128 "frame-support",6129 "frame-system",6130 "log",6131 "pallet-authorship",6132 "pallet-session",6133 "parity-scale-codec 3.2.1",6134 "scale-info",6135 "sp-application-crypto",6136 "sp-core",6137 "sp-finality-grandpa",6138 "sp-io",6139 "sp-runtime",6140 "sp-session",6141 "sp-staking",6142 "sp-std",6143]61446145[[package]]6146name = "pallet-identity"6147version = "4.0.0-dev"6148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6149dependencies = [6150 "enumflags2",6151 "frame-benchmarking",6152 "frame-support",6153 "frame-system",6154 "parity-scale-codec 3.2.1",6155 "scale-info",6156 "sp-io",6157 "sp-runtime",6158 "sp-std",6159]61606161[[package]]6162name = "pallet-im-online"6163version = "4.0.0-dev"6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6165dependencies = [6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "log",6170 "pallet-authorship",6171 "parity-scale-codec 3.2.1",6172 "scale-info",6173 "sp-application-crypto",6174 "sp-core",6175 "sp-io",6176 "sp-runtime",6177 "sp-staking",6178 "sp-std",6179]61806181[[package]]6182name = "pallet-indices"6183version = "4.0.0-dev"6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6185dependencies = [6186 "frame-benchmarking",6187 "frame-support",6188 "frame-system",6189 "parity-scale-codec 3.2.1",6190 "scale-info",6191 "sp-core",6192 "sp-io",6193 "sp-keyring",6194 "sp-runtime",6195 "sp-std",6196]61976198[[package]]6199name = "pallet-inflation"6200version = "0.1.1"6201dependencies = [6202 "frame-benchmarking",6203 "frame-support",6204 "frame-system",6205 "pallet-balances",6206 "pallet-randomness-collective-flip",6207 "pallet-timestamp",6208 "parity-scale-codec 3.2.1",6209 "scale-info",6210 "serde",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-std",6215]62166217[[package]]6218name = "pallet-maintenance"6219version = "0.1.0"6220dependencies = [6221 "frame-benchmarking",6222 "frame-support",6223 "frame-system",6224 "parity-scale-codec 3.2.1",6225 "scale-info",6226 "sp-std",6227]62286229[[package]]6230name = "pallet-membership"6231version = "4.0.0-dev"6232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6233dependencies = [6234 "frame-benchmarking",6235 "frame-support",6236 "frame-system",6237 "log",6238 "parity-scale-codec 3.2.1",6239 "scale-info",6240 "sp-core",6241 "sp-io",6242 "sp-runtime",6243 "sp-std",6244]62456246[[package]]6247name = "pallet-mmr"6248version = "4.0.0-dev"6249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6250dependencies = [6251 "ckb-merkle-mountain-range",6252 "frame-benchmarking",6253 "frame-support",6254 "frame-system",6255 "parity-scale-codec 3.2.1",6256 "scale-info",6257 "sp-core",6258 "sp-io",6259 "sp-mmr-primitives",6260 "sp-runtime",6261 "sp-std",6262]62636264[[package]]6265name = "pallet-mmr-rpc"6266version = "3.0.0"6267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6268dependencies = [6269 "anyhow",6270 "jsonrpsee",6271 "parity-scale-codec 3.2.1",6272 "serde",6273 "sp-api",6274 "sp-blockchain",6275 "sp-core",6276 "sp-mmr-primitives",6277 "sp-runtime",6278]62796280[[package]]6281name = "pallet-multisig"6282version = "4.0.0-dev"6283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6284dependencies = [6285 "frame-benchmarking",6286 "frame-support",6287 "frame-system",6288 "log",6289 "parity-scale-codec 3.2.1",6290 "scale-info",6291 "sp-io",6292 "sp-runtime",6293 "sp-std",6294]62956296[[package]]6297name = "pallet-nomination-pools"6298version = "1.0.0"6299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6300dependencies = [6301 "frame-support",6302 "frame-system",6303 "log",6304 "parity-scale-codec 3.2.1",6305 "scale-info",6306 "sp-core",6307 "sp-io",6308 "sp-runtime",6309 "sp-staking",6310 "sp-std",6311]63126313[[package]]6314name = "pallet-nomination-pools-benchmarking"6315version = "1.0.0"6316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6317dependencies = [6318 "frame-benchmarking",6319 "frame-election-provider-support",6320 "frame-support",6321 "frame-system",6322 "pallet-bags-list",6323 "pallet-nomination-pools",6324 "pallet-staking",6325 "parity-scale-codec 3.2.1",6326 "scale-info",6327 "sp-runtime",6328 "sp-runtime-interface",6329 "sp-staking",6330 "sp-std",6331]63326333[[package]]6334name = "pallet-nomination-pools-runtime-api"6335version = "1.0.0-dev"6336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6337dependencies = [6338 "parity-scale-codec 3.2.1",6339 "sp-api",6340 "sp-std",6341]63426343[[package]]6344name = "pallet-nonfungible"6345version = "0.1.12"6346dependencies = [6347 "ethereum 0.14.0",6348 "evm-coder",6349 "frame-benchmarking",6350 "frame-support",6351 "frame-system",6352 "pallet-common",6353 "pallet-evm",6354 "pallet-evm-coder-substrate",6355 "pallet-structure",6356 "parity-scale-codec 3.2.1",6357 "scale-info",6358 "sp-core",6359 "sp-runtime",6360 "sp-std",6361 "struct-versioning",6362 "up-data-structs",6363]63646365[[package]]6366name = "pallet-offences"6367version = "4.0.0-dev"6368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6369dependencies = [6370 "frame-support",6371 "frame-system",6372 "log",6373 "pallet-balances",6374 "parity-scale-codec 3.2.1",6375 "scale-info",6376 "serde",6377 "sp-runtime",6378 "sp-staking",6379 "sp-std",6380]63816382[[package]]6383name = "pallet-offences-benchmarking"6384version = "4.0.0-dev"6385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6386dependencies = [6387 "frame-benchmarking",6388 "frame-election-provider-support",6389 "frame-support",6390 "frame-system",6391 "pallet-babe",6392 "pallet-balances",6393 "pallet-grandpa",6394 "pallet-im-online",6395 "pallet-offences",6396 "pallet-session",6397 "pallet-staking",6398 "parity-scale-codec 3.2.1",6399 "scale-info",6400 "sp-runtime",6401 "sp-staking",6402 "sp-std",6403]64046405[[package]]6406name = "pallet-preimage"6407version = "4.0.0-dev"6408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6409dependencies = [6410 "frame-benchmarking",6411 "frame-support",6412 "frame-system",6413 "log",6414 "parity-scale-codec 3.2.1",6415 "scale-info",6416 "sp-core",6417 "sp-io",6418 "sp-runtime",6419 "sp-std",6420]64216422[[package]]6423name = "pallet-proxy"6424version = "4.0.0-dev"6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6426dependencies = [6427 "frame-benchmarking",6428 "frame-support",6429 "frame-system",6430 "parity-scale-codec 3.2.1",6431 "scale-info",6432 "sp-io",6433 "sp-runtime",6434 "sp-std",6435]64366437[[package]]6438name = "pallet-randomness-collective-flip"6439version = "4.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6441dependencies = [6442 "frame-support",6443 "frame-system",6444 "parity-scale-codec 3.2.1",6445 "safe-mix",6446 "scale-info",6447 "sp-runtime",6448 "sp-std",6449]64506451[[package]]6452name = "pallet-ranked-collective"6453version = "4.0.0-dev"6454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6455dependencies = [6456 "frame-benchmarking",6457 "frame-support",6458 "frame-system",6459 "log",6460 "parity-scale-codec 3.2.1",6461 "scale-info",6462 "sp-arithmetic",6463 "sp-core",6464 "sp-io",6465 "sp-runtime",6466 "sp-std",6467]64686469[[package]]6470name = "pallet-recovery"6471version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6473dependencies = [6474 "frame-benchmarking",6475 "frame-support",6476 "frame-system",6477 "parity-scale-codec 3.2.1",6478 "scale-info",6479 "sp-io",6480 "sp-runtime",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-referenda"6486version = "4.0.0-dev"6487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6488dependencies = [6489 "assert_matches",6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "parity-scale-codec 3.2.1",6494 "scale-info",6495 "serde",6496 "sp-arithmetic",6497 "sp-io",6498 "sp-runtime",6499 "sp-std",6500]65016502[[package]]6503name = "pallet-refungible"6504version = "0.2.11"6505dependencies = [6506 "derivative",6507 "ethereum 0.14.0",6508 "evm-coder",6509 "frame-benchmarking",6510 "frame-support",6511 "frame-system",6512 "pallet-common",6513 "pallet-evm",6514 "pallet-evm-coder-substrate",6515 "pallet-structure",6516 "parity-scale-codec 3.2.1",6517 "scale-info",6518 "sp-core",6519 "sp-runtime",6520 "sp-std",6521 "struct-versioning",6522 "up-data-structs",6523]65246525[[package]]6526name = "pallet-rmrk-core"6527version = "0.1.2"6528dependencies = [6529 "derivative",6530 "frame-benchmarking",6531 "frame-support",6532 "frame-system",6533 "pallet-common",6534 "pallet-evm",6535 "pallet-nonfungible",6536 "pallet-structure",6537 "parity-scale-codec 3.2.1",6538 "rmrk-traits",6539 "scale-info",6540 "sp-core",6541 "sp-runtime",6542 "sp-std",6543 "up-data-structs",6544]65456546[[package]]6547name = "pallet-rmrk-equip"6548version = "0.1.2"6549dependencies = [6550 "frame-benchmarking",6551 "frame-support",6552 "frame-system",6553 "pallet-common",6554 "pallet-evm",6555 "pallet-nonfungible",6556 "pallet-rmrk-core",6557 "parity-scale-codec 3.2.1",6558 "rmrk-traits",6559 "scale-info",6560 "sp-core",6561 "sp-runtime",6562 "sp-std",6563 "up-data-structs",6564]65656566[[package]]6567name = "pallet-scheduler"6568version = "4.0.0-dev"6569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6570dependencies = [6571 "frame-benchmarking",6572 "frame-support",6573 "frame-system",6574 "log",6575 "parity-scale-codec 3.2.1",6576 "scale-info",6577 "sp-io",6578 "sp-runtime",6579 "sp-std",6580]65816582[[package]]6583name = "pallet-session"6584version = "4.0.0-dev"6585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6586dependencies = [6587 "frame-support",6588 "frame-system",6589 "impl-trait-for-tuples",6590 "log",6591 "pallet-timestamp",6592 "parity-scale-codec 3.2.1",6593 "scale-info",6594 "sp-core",6595 "sp-io",6596 "sp-runtime",6597 "sp-session",6598 "sp-staking",6599 "sp-std",6600 "sp-trie",6601]66026603[[package]]6604name = "pallet-session-benchmarking"6605version = "4.0.0-dev"6606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6607dependencies = [6608 "frame-benchmarking",6609 "frame-support",6610 "frame-system",6611 "pallet-session",6612 "pallet-staking",6613 "rand 0.7.3",6614 "sp-runtime",6615 "sp-session",6616 "sp-std",6617]66186619[[package]]6620name = "pallet-society"6621version = "4.0.0-dev"6622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6623dependencies = [6624 "frame-support",6625 "frame-system",6626 "parity-scale-codec 3.2.1",6627 "rand_chacha 0.2.2",6628 "scale-info",6629 "sp-runtime",6630 "sp-std",6631]66326633[[package]]6634name = "pallet-staking"6635version = "4.0.0-dev"6636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6637dependencies = [6638 "frame-benchmarking",6639 "frame-election-provider-support",6640 "frame-support",6641 "frame-system",6642 "log",6643 "pallet-authorship",6644 "pallet-session",6645 "parity-scale-codec 3.2.1",6646 "rand_chacha 0.2.2",6647 "scale-info",6648 "serde",6649 "sp-application-crypto",6650 "sp-io",6651 "sp-runtime",6652 "sp-staking",6653 "sp-std",6654]66556656[[package]]6657name = "pallet-staking-reward-curve"6658version = "4.0.0-dev"6659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6660dependencies = [6661 "proc-macro-crate",6662 "proc-macro2",6663 "quote",6664 "syn",6665]66666667[[package]]6668name = "pallet-staking-reward-fn"6669version = "4.0.0-dev"6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6671dependencies = [6672 "log",6673 "sp-arithmetic",6674]66756676[[package]]6677name = "pallet-state-trie-migration"6678version = "4.0.0-dev"6679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6680dependencies = [6681 "frame-benchmarking",6682 "frame-support",6683 "frame-system",6684 "log",6685 "parity-scale-codec 3.2.1",6686 "scale-info",6687 "sp-core",6688 "sp-io",6689 "sp-runtime",6690 "sp-std",6691]66926693[[package]]6694name = "pallet-structure"6695version = "0.1.2"6696dependencies = [6697 "frame-benchmarking",6698 "frame-support",6699 "frame-system",6700 "pallet-common",6701 "pallet-evm",6702 "parity-scale-codec 3.2.1",6703 "scale-info",6704 "sp-std",6705 "up-data-structs",6706]67076708[[package]]6709name = "pallet-sudo"6710version = "4.0.0-dev"6711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6712dependencies = [6713 "frame-support",6714 "frame-system",6715 "parity-scale-codec 3.2.1",6716 "scale-info",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720]67216722[[package]]6723name = "pallet-template-transaction-payment"6724version = "3.0.0"6725source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"6726dependencies = [6727 "frame-benchmarking",6728 "frame-support",6729 "frame-system",6730 "pallet-balances",6731 "pallet-transaction-payment",6732 "parity-scale-codec 3.2.1",6733 "scale-info",6734 "serde",6735 "sp-core",6736 "sp-io",6737 "sp-runtime",6738 "sp-std",6739 "up-sponsorship",6740]67416742[[package]]6743name = "pallet-test-utils"6744version = "0.1.0"6745dependencies = [6746 "frame-support",6747 "frame-system",6748 "pallet-unique-scheduler-v2",6749 "parity-scale-codec 3.2.1",6750 "scale-info",6751 "sp-std",6752]67536754[[package]]6755name = "pallet-timestamp"6756version = "4.0.0-dev"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6758dependencies = [6759 "frame-benchmarking",6760 "frame-support",6761 "frame-system",6762 "log",6763 "parity-scale-codec 3.2.1",6764 "scale-info",6765 "sp-inherents",6766 "sp-io",6767 "sp-runtime",6768 "sp-std",6769 "sp-timestamp",6770]67716772[[package]]6773name = "pallet-tips"6774version = "4.0.0-dev"6775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6776dependencies = [6777 "frame-benchmarking",6778 "frame-support",6779 "frame-system",6780 "log",6781 "pallet-treasury",6782 "parity-scale-codec 3.2.1",6783 "scale-info",6784 "serde",6785 "sp-core",6786 "sp-io",6787 "sp-runtime",6788 "sp-std",6789]67906791[[package]]6792name = "pallet-transaction-payment"6793version = "4.0.0-dev"6794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6795dependencies = [6796 "frame-support",6797 "frame-system",6798 "parity-scale-codec 3.2.1",6799 "scale-info",6800 "serde",6801 "sp-core",6802 "sp-io",6803 "sp-runtime",6804 "sp-std",6805]68066807[[package]]6808name = "pallet-transaction-payment-rpc"6809version = "4.0.0-dev"6810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6811dependencies = [6812 "jsonrpsee",6813 "pallet-transaction-payment-rpc-runtime-api",6814 "parity-scale-codec 3.2.1",6815 "sp-api",6816 "sp-blockchain",6817 "sp-core",6818 "sp-rpc",6819 "sp-runtime",6820 "sp-weights",6821]68226823[[package]]6824name = "pallet-transaction-payment-rpc-runtime-api"6825version = "4.0.0-dev"6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6827dependencies = [6828 "pallet-transaction-payment",6829 "parity-scale-codec 3.2.1",6830 "sp-api",6831 "sp-runtime",6832 "sp-weights",6833]68346835[[package]]6836name = "pallet-treasury"6837version = "4.0.0-dev"6838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6839dependencies = [6840 "frame-benchmarking",6841 "frame-support",6842 "frame-system",6843 "impl-trait-for-tuples",6844 "pallet-balances",6845 "parity-scale-codec 3.2.1",6846 "scale-info",6847 "serde",6848 "sp-runtime",6849 "sp-std",6850]68516852[[package]]6853name = "pallet-unique"6854version = "0.2.1"6855dependencies = [6856 "ethereum 0.12.0",6857 "evm-coder",6858 "frame-benchmarking",6859 "frame-support",6860 "frame-system",6861 "pallet-common",6862 "pallet-evm",6863 "pallet-evm-coder-substrate",6864 "pallet-nonfungible",6865 "pallet-refungible",6866 "parity-scale-codec 3.2.1",6867 "scale-info",6868 "serde",6869 "sp-core",6870 "sp-io",6871 "sp-runtime",6872 "sp-std",6873 "up-data-structs",6874]68756876[[package]]6877name = "pallet-unique-scheduler-v2"6878version = "0.1.0"6879dependencies = [6880 "frame-benchmarking",6881 "frame-support",6882 "frame-system",6883 "log",6884 "pallet-preimage",6885 "parity-scale-codec 3.2.1",6886 "scale-info",6887 "sp-core",6888 "sp-io",6889 "sp-runtime",6890 "sp-std",6891 "substrate-test-utils",6892]68936894[[package]]6895name = "pallet-utility"6896version = "4.0.0-dev"6897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6898dependencies = [6899 "frame-benchmarking",6900 "frame-support",6901 "frame-system",6902 "parity-scale-codec 3.2.1",6903 "scale-info",6904 "sp-core",6905 "sp-io",6906 "sp-runtime",6907 "sp-std",6908]69096910[[package]]6911name = "pallet-vesting"6912version = "4.0.0-dev"6913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6914dependencies = [6915 "frame-benchmarking",6916 "frame-support",6917 "frame-system",6918 "log",6919 "parity-scale-codec 3.2.1",6920 "scale-info",6921 "sp-runtime",6922 "sp-std",6923]69246925[[package]]6926name = "pallet-whitelist"6927version = "4.0.0-dev"6928source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6929dependencies = [6930 "frame-benchmarking",6931 "frame-support",6932 "frame-system",6933 "parity-scale-codec 3.2.1",6934 "scale-info",6935 "sp-api",6936 "sp-runtime",6937 "sp-std",6938]69396940[[package]]6941name = "pallet-xcm"6942version = "0.9.33"6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6944dependencies = [6945 "frame-support",6946 "frame-system",6947 "log",6948 "parity-scale-codec 3.2.1",6949 "scale-info",6950 "serde",6951 "sp-core",6952 "sp-runtime",6953 "sp-std",6954 "xcm",6955 "xcm-executor",6956]69576958[[package]]6959name = "pallet-xcm-benchmarks"6960version = "0.9.33"6961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6962dependencies = [6963 "frame-benchmarking",6964 "frame-support",6965 "frame-system",6966 "log",6967 "parity-scale-codec 3.2.1",6968 "scale-info",6969 "sp-runtime",6970 "sp-std",6971 "xcm",6972 "xcm-executor",6973]69746975[[package]]6976name = "parachain-info"6977version = "0.1.0"6978source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"6979dependencies = [6980 "cumulus-primitives-core",6981 "frame-support",6982 "frame-system",6983 "parity-scale-codec 3.2.1",6984 "scale-info",6985]69866987[[package]]6988name = "parity-db"6989version = "0.3.17"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6992dependencies = [6993 "blake2-rfc",6994 "crc32fast",6995 "fs2",6996 "hex",6997 "libc",6998 "log",6999 "lz4",7000 "memmap2",7001 "parking_lot 0.12.1",7002 "rand 0.8.5",7003 "snap",7004]70057006[[package]]7007name = "parity-db"7008version = "0.4.2"7009source = "registry+https://github.com/rust-lang/crates.io-index"7010checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"7011dependencies = [7012 "blake2",7013 "crc32fast",7014 "fs2",7015 "hex",7016 "libc",7017 "log",7018 "lz4",7019 "memmap2",7020 "parking_lot 0.12.1",7021 "rand 0.8.5",7022 "snap",7023]70247025[[package]]7026name = "parity-scale-codec"7027version = "2.3.1"7028source = "registry+https://github.com/rust-lang/crates.io-index"7029checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7030dependencies = [7031 "arrayvec 0.7.2",7032 "bitvec 0.20.4",7033 "byte-slice-cast",7034 "impl-trait-for-tuples",7035 "parity-scale-codec-derive 2.3.1",7036 "serde",7037]70387039[[package]]7040name = "parity-scale-codec"7041version = "3.2.1"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7044dependencies = [7045 "arrayvec 0.7.2",7046 "bitvec 1.0.1",7047 "byte-slice-cast",7048 "bytes",7049 "impl-trait-for-tuples",7050 "parity-scale-codec-derive 3.1.3",7051 "serde",7052]70537054[[package]]7055name = "parity-scale-codec-derive"7056version = "2.3.1"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7059dependencies = [7060 "proc-macro-crate",7061 "proc-macro2",7062 "quote",7063 "syn",7064]70657066[[package]]7067name = "parity-scale-codec-derive"7068version = "3.1.3"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7071dependencies = [7072 "proc-macro-crate",7073 "proc-macro2",7074 "quote",7075 "syn",7076]70777078[[package]]7079name = "parity-send-wrapper"7080version = "0.1.0"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70837084[[package]]7085name = "parity-util-mem"7086version = "0.12.0"7087source = "registry+https://github.com/rust-lang/crates.io-index"7088checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"7089dependencies = [7090 "cfg-if",7091 "ethereum-types 0.14.1",7092 "hashbrown",7093 "impl-trait-for-tuples",7094 "lru",7095 "parity-util-mem-derive",7096 "parking_lot 0.12.1",7097 "primitive-types 0.12.1",7098 "smallvec",7099 "winapi",7100]71017102[[package]]7103name = "parity-util-mem-derive"7104version = "0.1.0"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7107dependencies = [7108 "proc-macro2",7109 "syn",7110 "synstructure",7111]71127113[[package]]7114name = "parity-wasm"7115version = "0.45.0"7116source = "registry+https://github.com/rust-lang/crates.io-index"7117checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"71187119[[package]]7120name = "parking"7121version = "2.0.0"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71247125[[package]]7126name = "parking_lot"7127version = "0.11.2"7128source = "registry+https://github.com/rust-lang/crates.io-index"7129checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7130dependencies = [7131 "instant",7132 "lock_api",7133 "parking_lot_core 0.8.5",7134]71357136[[package]]7137name = "parking_lot"7138version = "0.12.1"7139source = "registry+https://github.com/rust-lang/crates.io-index"7140checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7141dependencies = [7142 "lock_api",7143 "parking_lot_core 0.9.5",7144]71457146[[package]]7147name = "parking_lot_core"7148version = "0.8.5"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7151dependencies = [7152 "cfg-if",7153 "instant",7154 "libc",7155 "redox_syscall",7156 "smallvec",7157 "winapi",7158]71597160[[package]]7161name = "parking_lot_core"7162version = "0.9.5"7163source = "registry+https://github.com/rust-lang/crates.io-index"7164checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7165dependencies = [7166 "cfg-if",7167 "libc",7168 "redox_syscall",7169 "smallvec",7170 "windows-sys 0.42.0",7171]71727173[[package]]7174name = "paste"7175version = "1.0.9"7176source = "registry+https://github.com/rust-lang/crates.io-index"7177checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71787179[[package]]7180name = "pbkdf2"7181version = "0.4.0"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7184dependencies = [7185 "crypto-mac 0.8.0",7186]71877188[[package]]7189name = "pbkdf2"7190version = "0.8.0"7191source = "registry+https://github.com/rust-lang/crates.io-index"7192checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7193dependencies = [7194 "crypto-mac 0.11.1",7195]71967197[[package]]7198name = "peeking_take_while"7199version = "0.1.2"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"72027203[[package]]7204name = "percent-encoding"7205version = "2.2.0"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"72087209[[package]]7210name = "pest"7211version = "2.5.1"7212source = "registry+https://github.com/rust-lang/crates.io-index"7213checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7214dependencies = [7215 "thiserror",7216 "ucd-trie",7217]72187219[[package]]7220name = "pest_derive"7221version = "2.5.1"7222source = "registry+https://github.com/rust-lang/crates.io-index"7223checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7224dependencies = [7225 "pest",7226 "pest_generator",7227]72287229[[package]]7230name = "pest_generator"7231version = "2.5.1"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7234dependencies = [7235 "pest",7236 "pest_meta",7237 "proc-macro2",7238 "quote",7239 "syn",7240]72417242[[package]]7243name = "pest_meta"7244version = "2.5.1"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7247dependencies = [7248 "once_cell",7249 "pest",7250 "sha1",7251]72527253[[package]]7254name = "petgraph"7255version = "0.6.2"7256source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7258dependencies = [7259 "fixedbitset",7260 "indexmap",7261]72627263[[package]]7264name = "pin-project"7265version = "1.0.12"7266source = "registry+https://github.com/rust-lang/crates.io-index"7267checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7268dependencies = [7269 "pin-project-internal",7270]72717272[[package]]7273name = "pin-project-internal"7274version = "1.0.12"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7277dependencies = [7278 "proc-macro2",7279 "quote",7280 "syn",7281]72827283[[package]]7284name = "pin-project-lite"7285version = "0.1.12"7286source = "registry+https://github.com/rust-lang/crates.io-index"7287checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72887289[[package]]7290name = "pin-project-lite"7291version = "0.2.9"7292source = "registry+https://github.com/rust-lang/crates.io-index"7293checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72947295[[package]]7296name = "pin-utils"7297version = "0.1.0"7298source = "registry+https://github.com/rust-lang/crates.io-index"7299checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"73007301[[package]]7302name = "pkcs8"7303version = "0.9.0"7304source = "registry+https://github.com/rust-lang/crates.io-index"7305checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7306dependencies = [7307 "der",7308 "spki",7309]73107311[[package]]7312name = "pkg-config"7313version = "0.3.26"7314source = "registry+https://github.com/rust-lang/crates.io-index"7315checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"73167317[[package]]7318name = "platforms"7319version = "2.0.0"7320source = "registry+https://github.com/rust-lang/crates.io-index"7321checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73227323[[package]]7324name = "polkadot-approval-distribution"7325version = "0.9.33"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7327dependencies = [7328 "futures 0.3.25",7329 "polkadot-node-network-protocol",7330 "polkadot-node-primitives",7331 "polkadot-node-subsystem",7332 "polkadot-node-subsystem-util",7333 "polkadot-primitives",7334 "rand 0.8.5",7335 "tracing-gum",7336]73377338[[package]]7339name = "polkadot-availability-bitfield-distribution"7340version = "0.9.33"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7342dependencies = [7343 "futures 0.3.25",7344 "polkadot-node-network-protocol",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "rand 0.8.5",7349 "tracing-gum",7350]73517352[[package]]7353name = "polkadot-availability-distribution"7354version = "0.9.33"7355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7356dependencies = [7357 "derive_more",7358 "fatality",7359 "futures 0.3.25",7360 "lru",7361 "parity-scale-codec 3.2.1",7362 "polkadot-erasure-coding",7363 "polkadot-node-network-protocol",7364 "polkadot-node-primitives",7365 "polkadot-node-subsystem",7366 "polkadot-node-subsystem-util",7367 "polkadot-primitives",7368 "rand 0.8.5",7369 "sp-core",7370 "sp-keystore",7371 "thiserror",7372 "tracing-gum",7373]73747375[[package]]7376name = "polkadot-availability-recovery"7377version = "0.9.33"7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7379dependencies = [7380 "fatality",7381 "futures 0.3.25",7382 "lru",7383 "parity-scale-codec 3.2.1",7384 "polkadot-erasure-coding",7385 "polkadot-node-network-protocol",7386 "polkadot-node-primitives",7387 "polkadot-node-subsystem",7388 "polkadot-node-subsystem-util",7389 "polkadot-primitives",7390 "rand 0.8.5",7391 "sc-network",7392 "thiserror",7393 "tracing-gum",7394]73957396[[package]]7397name = "polkadot-cli"7398version = "0.9.33"7399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7400dependencies = [7401 "clap",7402 "frame-benchmarking-cli",7403 "futures 0.3.25",7404 "log",7405 "polkadot-client",7406 "polkadot-node-core-pvf",7407 "polkadot-node-metrics",7408 "polkadot-performance-test",7409 "polkadot-service",7410 "sc-cli",7411 "sc-service",7412 "sc-sysinfo",7413 "sc-tracing",7414 "sp-core",7415 "sp-keyring",7416 "sp-trie",7417 "substrate-build-script-utils",7418 "thiserror",7419 "try-runtime-cli",7420]74217422[[package]]7423name = "polkadot-client"7424version = "0.9.33"7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7426dependencies = [7427 "beefy-primitives",7428 "frame-benchmarking",7429 "frame-benchmarking-cli",7430 "frame-system",7431 "frame-system-rpc-runtime-api",7432 "pallet-transaction-payment",7433 "pallet-transaction-payment-rpc-runtime-api",7434 "polkadot-core-primitives",7435 "polkadot-node-core-parachains-inherent",7436 "polkadot-primitives",7437 "polkadot-runtime",7438 "polkadot-runtime-common",7439 "sc-client-api",7440 "sc-consensus",7441 "sc-executor",7442 "sc-service",7443 "sp-api",7444 "sp-authority-discovery",7445 "sp-block-builder",7446 "sp-blockchain",7447 "sp-consensus",7448 "sp-consensus-babe",7449 "sp-core",7450 "sp-finality-grandpa",7451 "sp-inherents",7452 "sp-keyring",7453 "sp-mmr-primitives",7454 "sp-offchain",7455 "sp-runtime",7456 "sp-session",7457 "sp-storage",7458 "sp-timestamp",7459 "sp-transaction-pool",7460]74617462[[package]]7463name = "polkadot-collator-protocol"7464version = "0.9.33"7465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7466dependencies = [7467 "always-assert",7468 "bitvec 1.0.1",7469 "fatality",7470 "futures 0.3.25",7471 "futures-timer",7472 "polkadot-node-network-protocol",7473 "polkadot-node-primitives",7474 "polkadot-node-subsystem",7475 "polkadot-node-subsystem-util",7476 "polkadot-primitives",7477 "sp-core",7478 "sp-keystore",7479 "sp-runtime",7480 "thiserror",7481 "tracing-gum",7482]74837484[[package]]7485name = "polkadot-core-primitives"7486version = "0.9.33"7487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7488dependencies = [7489 "parity-scale-codec 3.2.1",7490 "parity-util-mem",7491 "scale-info",7492 "sp-core",7493 "sp-runtime",7494 "sp-std",7495]74967497[[package]]7498name = "polkadot-dispute-distribution"7499version = "0.9.33"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7501dependencies = [7502 "derive_more",7503 "fatality",7504 "futures 0.3.25",7505 "futures-timer",7506 "indexmap",7507 "lru",7508 "parity-scale-codec 3.2.1",7509 "polkadot-erasure-coding",7510 "polkadot-node-network-protocol",7511 "polkadot-node-primitives",7512 "polkadot-node-subsystem",7513 "polkadot-node-subsystem-util",7514 "polkadot-primitives",7515 "sc-network",7516 "sp-application-crypto",7517 "sp-keystore",7518 "thiserror",7519 "tracing-gum",7520]75217522[[package]]7523name = "polkadot-erasure-coding"7524version = "0.9.33"7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7526dependencies = [7527 "parity-scale-codec 3.2.1",7528 "polkadot-node-primitives",7529 "polkadot-primitives",7530 "reed-solomon-novelpoly",7531 "sp-core",7532 "sp-trie",7533 "thiserror",7534]75357536[[package]]7537name = "polkadot-gossip-support"7538version = "0.9.33"7539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7540dependencies = [7541 "futures 0.3.25",7542 "futures-timer",7543 "polkadot-node-network-protocol",7544 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7547 "rand 0.8.5",7548 "rand_chacha 0.3.1",7549 "sc-network",7550 "sp-application-crypto",7551 "sp-core",7552 "sp-keystore",7553 "tracing-gum",7554]75557556[[package]]7557name = "polkadot-network-bridge"7558version = "0.9.33"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7560dependencies = [7561 "always-assert",7562 "async-trait",7563 "bytes",7564 "fatality",7565 "futures 0.3.25",7566 "parity-scale-codec 3.2.1",7567 "parking_lot 0.12.1",7568 "polkadot-node-network-protocol",7569 "polkadot-node-subsystem",7570 "polkadot-node-subsystem-util",7571 "polkadot-overseer",7572 "polkadot-primitives",7573 "sc-network",7574 "sc-network-common",7575 "sp-consensus",7576 "thiserror",7577 "tracing-gum",7578]75797580[[package]]7581name = "polkadot-node-collation-generation"7582version = "0.9.33"7583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7584dependencies = [7585 "futures 0.3.25",7586 "parity-scale-codec 3.2.1",7587 "polkadot-erasure-coding",7588 "polkadot-node-primitives",7589 "polkadot-node-subsystem",7590 "polkadot-node-subsystem-util",7591 "polkadot-primitives",7592 "sp-core",7593 "sp-maybe-compressed-blob",7594 "thiserror",7595 "tracing-gum",7596]75977598[[package]]7599name = "polkadot-node-core-approval-voting"7600version = "0.9.33"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7602dependencies = [7603 "bitvec 1.0.1",7604 "derive_more",7605 "futures 0.3.25",7606 "futures-timer",7607 "kvdb",7608 "lru",7609 "merlin",7610 "parity-scale-codec 3.2.1",7611 "polkadot-node-jaeger",7612 "polkadot-node-primitives",7613 "polkadot-node-subsystem",7614 "polkadot-node-subsystem-util",7615 "polkadot-overseer",7616 "polkadot-primitives",7617 "sc-keystore",7618 "schnorrkel",7619 "sp-application-crypto",7620 "sp-consensus",7621 "sp-consensus-slots",7622 "sp-runtime",7623 "thiserror",7624 "tracing-gum",7625]76267627[[package]]7628name = "polkadot-node-core-av-store"7629version = "0.9.33"7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7631dependencies = [7632 "bitvec 1.0.1",7633 "futures 0.3.25",7634 "futures-timer",7635 "kvdb",7636 "parity-scale-codec 3.2.1",7637 "polkadot-erasure-coding",7638 "polkadot-node-primitives",7639 "polkadot-node-subsystem",7640 "polkadot-node-subsystem-util",7641 "polkadot-overseer",7642 "polkadot-primitives",7643 "thiserror",7644 "tracing-gum",7645]76467647[[package]]7648name = "polkadot-node-core-backing"7649version = "0.9.33"7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7651dependencies = [7652 "bitvec 1.0.1",7653 "fatality",7654 "futures 0.3.25",7655 "polkadot-erasure-coding",7656 "polkadot-node-primitives",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-primitives",7660 "polkadot-statement-table",7661 "sp-keystore",7662 "thiserror",7663 "tracing-gum",7664]76657666[[package]]7667name = "polkadot-node-core-bitfield-signing"7668version = "0.9.33"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7670dependencies = [7671 "futures 0.3.25",7672 "polkadot-node-subsystem",7673 "polkadot-node-subsystem-util",7674 "polkadot-primitives",7675 "sp-keystore",7676 "thiserror",7677 "tracing-gum",7678 "wasm-timer",7679]76807681[[package]]7682name = "polkadot-node-core-candidate-validation"7683version = "0.9.33"7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7685dependencies = [7686 "async-trait",7687 "futures 0.3.25",7688 "futures-timer",7689 "parity-scale-codec 3.2.1",7690 "polkadot-node-core-pvf",7691 "polkadot-node-primitives",7692 "polkadot-node-subsystem",7693 "polkadot-node-subsystem-util",7694 "polkadot-parachain",7695 "polkadot-primitives",7696 "sp-maybe-compressed-blob",7697 "tracing-gum",7698]76997700[[package]]7701name = "polkadot-node-core-chain-api"7702version = "0.9.33"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7704dependencies = [7705 "futures 0.3.25",7706 "polkadot-node-subsystem",7707 "polkadot-node-subsystem-util",7708 "polkadot-primitives",7709 "sc-client-api",7710 "sc-consensus-babe",7711 "sp-blockchain",7712 "tracing-gum",7713]77147715[[package]]7716name = "polkadot-node-core-chain-selection"7717version = "0.9.33"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7719dependencies = [7720 "futures 0.3.25",7721 "futures-timer",7722 "kvdb",7723 "parity-scale-codec 3.2.1",7724 "polkadot-node-primitives",7725 "polkadot-node-subsystem",7726 "polkadot-node-subsystem-util",7727 "polkadot-primitives",7728 "thiserror",7729 "tracing-gum",7730]77317732[[package]]7733name = "polkadot-node-core-dispute-coordinator"7734version = "0.9.33"7735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7736dependencies = [7737 "fatality",7738 "futures 0.3.25",7739 "kvdb",7740 "lru",7741 "parity-scale-codec 3.2.1",7742 "polkadot-node-primitives",7743 "polkadot-node-subsystem",7744 "polkadot-node-subsystem-util",7745 "polkadot-primitives",7746 "sc-keystore",7747 "thiserror",7748 "tracing-gum",7749]77507751[[package]]7752name = "polkadot-node-core-parachains-inherent"7753version = "0.9.33"7754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7755dependencies = [7756 "async-trait",7757 "futures 0.3.25",7758 "futures-timer",7759 "polkadot-node-subsystem",7760 "polkadot-primitives",7761 "sp-blockchain",7762 "sp-inherents",7763 "sp-runtime",7764 "thiserror",7765 "tracing-gum",7766]77677768[[package]]7769name = "polkadot-node-core-provisioner"7770version = "0.9.33"7771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7772dependencies = [7773 "bitvec 1.0.1",7774 "fatality",7775 "futures 0.3.25",7776 "futures-timer",7777 "polkadot-node-primitives",7778 "polkadot-node-subsystem",7779 "polkadot-node-subsystem-util",7780 "polkadot-primitives",7781 "rand 0.8.5",7782 "thiserror",7783 "tracing-gum",7784]77857786[[package]]7787name = "polkadot-node-core-pvf"7788version = "0.9.33"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7790dependencies = [7791 "always-assert",7792 "assert_matches",7793 "async-process",7794 "async-std",7795 "futures 0.3.25",7796 "futures-timer",7797 "parity-scale-codec 3.2.1",7798 "pin-project",7799 "polkadot-core-primitives",7800 "polkadot-node-metrics",7801 "polkadot-parachain",7802 "rand 0.8.5",7803 "rayon",7804 "sc-executor",7805 "sc-executor-common",7806 "sc-executor-wasmtime",7807 "slotmap",7808 "sp-core",7809 "sp-externalities",7810 "sp-io",7811 "sp-maybe-compressed-blob",7812 "sp-tracing",7813 "sp-wasm-interface",7814 "tempfile",7815 "tracing-gum",7816]78177818[[package]]7819name = "polkadot-node-core-pvf-checker"7820version = "0.9.33"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7822dependencies = [7823 "futures 0.3.25",7824 "polkadot-node-primitives",7825 "polkadot-node-subsystem",7826 "polkadot-node-subsystem-util",7827 "polkadot-overseer",7828 "polkadot-primitives",7829 "sp-keystore",7830 "thiserror",7831 "tracing-gum",7832]78337834[[package]]7835name = "polkadot-node-core-runtime-api"7836version = "0.9.33"7837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7838dependencies = [7839 "futures 0.3.25",7840 "memory-lru",7841 "parity-util-mem",7842 "polkadot-node-subsystem",7843 "polkadot-node-subsystem-types",7844 "polkadot-node-subsystem-util",7845 "polkadot-primitives",7846 "sp-consensus-babe",7847 "tracing-gum",7848]78497850[[package]]7851name = "polkadot-node-jaeger"7852version = "0.9.33"7853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7854dependencies = [7855 "async-std",7856 "lazy_static",7857 "log",7858 "mick-jaeger",7859 "parity-scale-codec 3.2.1",7860 "parking_lot 0.12.1",7861 "polkadot-node-primitives",7862 "polkadot-primitives",7863 "sc-network",7864 "sp-core",7865 "thiserror",7866]78677868[[package]]7869name = "polkadot-node-metrics"7870version = "0.9.33"7871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7872dependencies = [7873 "bs58",7874 "futures 0.3.25",7875 "futures-timer",7876 "log",7877 "parity-scale-codec 3.2.1",7878 "polkadot-primitives",7879 "prioritized-metered-channel",7880 "sc-cli",7881 "sc-service",7882 "sc-tracing",7883 "substrate-prometheus-endpoint",7884 "tracing-gum",7885]78867887[[package]]7888name = "polkadot-node-network-protocol"7889version = "0.9.33"7890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7891dependencies = [7892 "async-trait",7893 "derive_more",7894 "fatality",7895 "futures 0.3.25",7896 "hex",7897 "parity-scale-codec 3.2.1",7898 "polkadot-node-jaeger",7899 "polkadot-node-primitives",7900 "polkadot-primitives",7901 "rand 0.8.5",7902 "sc-authority-discovery",7903 "sc-network",7904 "sc-network-common",7905 "strum",7906 "thiserror",7907 "tracing-gum",7908]79097910[[package]]7911name = "polkadot-node-primitives"7912version = "0.9.33"7913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7914dependencies = [7915 "bounded-vec",7916 "futures 0.3.25",7917 "parity-scale-codec 3.2.1",7918 "polkadot-parachain",7919 "polkadot-primitives",7920 "schnorrkel",7921 "serde",7922 "sp-application-crypto",7923 "sp-consensus-babe",7924 "sp-consensus-vrf",7925 "sp-core",7926 "sp-keystore",7927 "sp-maybe-compressed-blob",7928 "thiserror",7929 "zstd",7930]79317932[[package]]7933name = "polkadot-node-subsystem"7934version = "0.9.33"7935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7936dependencies = [7937 "polkadot-node-jaeger",7938 "polkadot-node-subsystem-types",7939 "polkadot-overseer",7940]79417942[[package]]7943name = "polkadot-node-subsystem-types"7944version = "0.9.33"7945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7946dependencies = [7947 "async-trait",7948 "derive_more",7949 "futures 0.3.25",7950 "orchestra",7951 "polkadot-node-jaeger",7952 "polkadot-node-network-protocol",7953 "polkadot-node-primitives",7954 "polkadot-primitives",7955 "polkadot-statement-table",7956 "sc-network",7957 "smallvec",7958 "sp-api",7959 "sp-authority-discovery",7960 "sp-consensus-babe",7961 "substrate-prometheus-endpoint",7962 "thiserror",7963]79647965[[package]]7966name = "polkadot-node-subsystem-util"7967version = "0.9.33"7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7969dependencies = [7970 "async-trait",7971 "derive_more",7972 "fatality",7973 "futures 0.3.25",7974 "itertools",7975 "kvdb",7976 "lru",7977 "parity-db 0.4.2",7978 "parity-scale-codec 3.2.1",7979 "parity-util-mem",7980 "parking_lot 0.11.2",7981 "pin-project",7982 "polkadot-node-jaeger",7983 "polkadot-node-metrics",7984 "polkadot-node-network-protocol",7985 "polkadot-node-primitives",7986 "polkadot-node-subsystem",7987 "polkadot-overseer",7988 "polkadot-primitives",7989 "prioritized-metered-channel",7990 "rand 0.8.5",7991 "sp-application-crypto",7992 "sp-core",7993 "sp-keystore",7994 "thiserror",7995 "tracing-gum",7996]79977998[[package]]7999name = "polkadot-overseer"8000version = "0.9.33"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8002dependencies = [8003 "async-trait",8004 "futures 0.3.25",8005 "futures-timer",8006 "lru",8007 "orchestra",8008 "parity-util-mem",8009 "parking_lot 0.12.1",8010 "polkadot-node-metrics",8011 "polkadot-node-network-protocol",8012 "polkadot-node-primitives",8013 "polkadot-node-subsystem-types",8014 "polkadot-primitives",8015 "sc-client-api",8016 "sp-api",8017 "sp-core",8018 "tracing-gum",8019]80208021[[package]]8022name = "polkadot-parachain"8023version = "0.9.33"8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8025dependencies = [8026 "derive_more",8027 "frame-support",8028 "parity-scale-codec 3.2.1",8029 "parity-util-mem",8030 "polkadot-core-primitives",8031 "scale-info",8032 "serde",8033 "sp-core",8034 "sp-runtime",8035 "sp-std",8036]80378038[[package]]8039name = "polkadot-performance-test"8040version = "0.9.33"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8042dependencies = [8043 "env_logger",8044 "kusama-runtime",8045 "log",8046 "polkadot-erasure-coding",8047 "polkadot-node-core-pvf",8048 "polkadot-node-primitives",8049 "quote",8050 "thiserror",8051]80528053[[package]]8054name = "polkadot-primitives"8055version = "0.9.33"8056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8057dependencies = [8058 "bitvec 1.0.1",8059 "hex-literal",8060 "parity-scale-codec 3.2.1",8061 "parity-util-mem",8062 "polkadot-core-primitives",8063 "polkadot-parachain",8064 "scale-info",8065 "serde",8066 "sp-api",8067 "sp-application-crypto",8068 "sp-arithmetic",8069 "sp-authority-discovery",8070 "sp-consensus-slots",8071 "sp-core",8072 "sp-inherents",8073 "sp-io",8074 "sp-keystore",8075 "sp-runtime",8076 "sp-staking",8077 "sp-std",8078]80798080[[package]]8081name = "polkadot-rpc"8082version = "0.9.33"8083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8084dependencies = [8085 "beefy-gadget",8086 "beefy-gadget-rpc",8087 "jsonrpsee",8088 "pallet-mmr-rpc",8089 "pallet-transaction-payment-rpc",8090 "polkadot-primitives",8091 "sc-chain-spec",8092 "sc-client-api",8093 "sc-consensus-babe",8094 "sc-consensus-babe-rpc",8095 "sc-consensus-epochs",8096 "sc-finality-grandpa",8097 "sc-finality-grandpa-rpc",8098 "sc-rpc",8099 "sc-sync-state-rpc",8100 "sc-transaction-pool-api",8101 "sp-api",8102 "sp-block-builder",8103 "sp-blockchain",8104 "sp-consensus",8105 "sp-consensus-babe",8106 "sp-keystore",8107 "sp-runtime",8108 "substrate-frame-rpc-system",8109 "substrate-state-trie-migration-rpc",8110]81118112[[package]]8113name = "polkadot-runtime"8114version = "0.9.33"8115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8116dependencies = [8117 "beefy-primitives",8118 "bitvec 1.0.1",8119 "frame-benchmarking",8120 "frame-election-provider-support",8121 "frame-executive",8122 "frame-support",8123 "frame-system",8124 "frame-system-benchmarking",8125 "frame-system-rpc-runtime-api",8126 "frame-try-runtime",8127 "hex-literal",8128 "log",8129 "pallet-authority-discovery",8130 "pallet-authorship",8131 "pallet-babe",8132 "pallet-bags-list",8133 "pallet-balances",8134 "pallet-bounties",8135 "pallet-child-bounties",8136 "pallet-collective",8137 "pallet-democracy",8138 "pallet-election-provider-multi-phase",8139 "pallet-election-provider-support-benchmarking",8140 "pallet-elections-phragmen",8141 "pallet-fast-unstake",8142 "pallet-grandpa",8143 "pallet-identity",8144 "pallet-im-online",8145 "pallet-indices",8146 "pallet-membership",8147 "pallet-multisig",8148 "pallet-nomination-pools",8149 "pallet-nomination-pools-benchmarking",8150 "pallet-nomination-pools-runtime-api",8151 "pallet-offences",8152 "pallet-offences-benchmarking",8153 "pallet-preimage",8154 "pallet-proxy",8155 "pallet-scheduler",8156 "pallet-session",8157 "pallet-session-benchmarking",8158 "pallet-staking",8159 "pallet-staking-reward-curve",8160 "pallet-timestamp",8161 "pallet-tips",8162 "pallet-transaction-payment",8163 "pallet-transaction-payment-rpc-runtime-api",8164 "pallet-treasury",8165 "pallet-utility",8166 "pallet-vesting",8167 "pallet-xcm",8168 "parity-scale-codec 3.2.1",8169 "polkadot-primitives",8170 "polkadot-runtime-common",8171 "polkadot-runtime-constants",8172 "polkadot-runtime-parachains",8173 "rustc-hex",8174 "scale-info",8175 "serde",8176 "serde_derive",8177 "smallvec",8178 "sp-api",8179 "sp-authority-discovery",8180 "sp-block-builder",8181 "sp-consensus-babe",8182 "sp-core",8183 "sp-inherents",8184 "sp-io",8185 "sp-mmr-primitives",8186 "sp-npos-elections",8187 "sp-offchain",8188 "sp-runtime",8189 "sp-session",8190 "sp-staking",8191 "sp-std",8192 "sp-transaction-pool",8193 "sp-version",8194 "static_assertions",8195 "substrate-wasm-builder",8196 "xcm",8197 "xcm-builder",8198 "xcm-executor",8199]82008201[[package]]8202name = "polkadot-runtime-common"8203version = "0.9.33"8204source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8205dependencies = [8206 "beefy-primitives",8207 "bitvec 1.0.1",8208 "frame-benchmarking",8209 "frame-election-provider-support",8210 "frame-support",8211 "frame-system",8212 "impl-trait-for-tuples",8213 "libsecp256k1",8214 "log",8215 "pallet-authorship",8216 "pallet-babe",8217 "pallet-bags-list",8218 "pallet-balances",8219 "pallet-beefy-mmr",8220 "pallet-election-provider-multi-phase",8221 "pallet-session",8222 "pallet-staking",8223 "pallet-staking-reward-fn",8224 "pallet-timestamp",8225 "pallet-transaction-payment",8226 "pallet-treasury",8227 "pallet-vesting",8228 "parity-scale-codec 3.2.1",8229 "polkadot-primitives",8230 "polkadot-runtime-parachains",8231 "rustc-hex",8232 "scale-info",8233 "serde",8234 "serde_derive",8235 "slot-range-helper",8236 "sp-api",8237 "sp-core",8238 "sp-inherents",8239 "sp-io",8240 "sp-npos-elections",8241 "sp-runtime",8242 "sp-session",8243 "sp-staking",8244 "sp-std",8245 "static_assertions",8246 "xcm",8247]82488249[[package]]8250name = "polkadot-runtime-constants"8251version = "0.9.33"8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8253dependencies = [8254 "frame-support",8255 "polkadot-primitives",8256 "polkadot-runtime-common",8257 "smallvec",8258 "sp-core",8259 "sp-runtime",8260 "sp-weights",8261]82628263[[package]]8264name = "polkadot-runtime-metrics"8265version = "0.9.33"8266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8267dependencies = [8268 "bs58",8269 "parity-scale-codec 3.2.1",8270 "polkadot-primitives",8271 "sp-std",8272 "sp-tracing",8273]82748275[[package]]8276name = "polkadot-runtime-parachains"8277version = "0.9.33"8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8279dependencies = [8280 "bitflags",8281 "bitvec 1.0.1",8282 "derive_more",8283 "frame-benchmarking",8284 "frame-support",8285 "frame-system",8286 "log",8287 "pallet-authority-discovery",8288 "pallet-authorship",8289 "pallet-babe",8290 "pallet-balances",8291 "pallet-session",8292 "pallet-staking",8293 "pallet-timestamp",8294 "pallet-vesting",8295 "parity-scale-codec 3.2.1",8296 "polkadot-primitives",8297 "polkadot-runtime-metrics",8298 "rand 0.8.5",8299 "rand_chacha 0.3.1",8300 "rustc-hex",8301 "scale-info",8302 "serde",8303 "sp-api",8304 "sp-application-crypto",8305 "sp-core",8306 "sp-inherents",8307 "sp-io",8308 "sp-keystore",8309 "sp-runtime",8310 "sp-session",8311 "sp-staking",8312 "sp-std",8313 "static_assertions",8314 "xcm",8315 "xcm-executor",8316]83178318[[package]]8319name = "polkadot-service"8320version = "0.9.33"8321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8322dependencies = [8323 "async-trait",8324 "beefy-gadget",8325 "beefy-primitives",8326 "frame-support",8327 "frame-system-rpc-runtime-api",8328 "futures 0.3.25",8329 "hex-literal",8330 "kusama-runtime",8331 "kvdb",8332 "kvdb-rocksdb",8333 "lru",8334 "pallet-babe",8335 "pallet-im-online",8336 "pallet-staking",8337 "pallet-transaction-payment-rpc-runtime-api",8338 "parity-db 0.4.2",8339 "polkadot-approval-distribution",8340 "polkadot-availability-bitfield-distribution",8341 "polkadot-availability-distribution",8342 "polkadot-availability-recovery",8343 "polkadot-client",8344 "polkadot-collator-protocol",8345 "polkadot-dispute-distribution",8346 "polkadot-gossip-support",8347 "polkadot-network-bridge",8348 "polkadot-node-collation-generation",8349 "polkadot-node-core-approval-voting",8350 "polkadot-node-core-av-store",8351 "polkadot-node-core-backing",8352 "polkadot-node-core-bitfield-signing",8353 "polkadot-node-core-candidate-validation",8354 "polkadot-node-core-chain-api",8355 "polkadot-node-core-chain-selection",8356 "polkadot-node-core-dispute-coordinator",8357 "polkadot-node-core-parachains-inherent",8358 "polkadot-node-core-provisioner",8359 "polkadot-node-core-pvf-checker",8360 "polkadot-node-core-runtime-api",8361 "polkadot-node-network-protocol",8362 "polkadot-node-primitives",8363 "polkadot-node-subsystem",8364 "polkadot-node-subsystem-types",8365 "polkadot-node-subsystem-util",8366 "polkadot-overseer",8367 "polkadot-parachain",8368 "polkadot-primitives",8369 "polkadot-rpc",8370 "polkadot-runtime",8371 "polkadot-runtime-constants",8372 "polkadot-runtime-parachains",8373 "polkadot-statement-distribution",8374 "rococo-runtime",8375 "sc-authority-discovery",8376 "sc-basic-authorship",8377 "sc-block-builder",8378 "sc-chain-spec",8379 "sc-client-api",8380 "sc-client-db",8381 "sc-consensus",8382 "sc-consensus-babe",8383 "sc-consensus-slots",8384 "sc-executor",8385 "sc-finality-grandpa",8386 "sc-keystore",8387 "sc-network",8388 "sc-network-common",8389 "sc-offchain",8390 "sc-service",8391 "sc-sync-state-rpc",8392 "sc-sysinfo",8393 "sc-telemetry",8394 "sc-transaction-pool",8395 "serde",8396 "serde_json",8397 "sp-api",8398 "sp-authority-discovery",8399 "sp-block-builder",8400 "sp-blockchain",8401 "sp-consensus",8402 "sp-consensus-babe",8403 "sp-core",8404 "sp-finality-grandpa",8405 "sp-inherents",8406 "sp-io",8407 "sp-keystore",8408 "sp-offchain",8409 "sp-runtime",8410 "sp-session",8411 "sp-state-machine",8412 "sp-storage",8413 "sp-timestamp",8414 "sp-transaction-pool",8415 "sp-trie",8416 "substrate-prometheus-endpoint",8417 "thiserror",8418 "tracing-gum",8419 "westend-runtime",8420]84218422[[package]]8423name = "polkadot-statement-distribution"8424version = "0.9.33"8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8426dependencies = [8427 "arrayvec 0.5.2",8428 "fatality",8429 "futures 0.3.25",8430 "indexmap",8431 "parity-scale-codec 3.2.1",8432 "polkadot-node-network-protocol",8433 "polkadot-node-primitives",8434 "polkadot-node-subsystem",8435 "polkadot-node-subsystem-util",8436 "polkadot-primitives",8437 "sp-keystore",8438 "sp-staking",8439 "thiserror",8440 "tracing-gum",8441]84428443[[package]]8444name = "polkadot-statement-table"8445version = "0.9.33"8446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8447dependencies = [8448 "parity-scale-codec 3.2.1",8449 "polkadot-primitives",8450 "sp-core",8451]84528453[[package]]8454name = "polkadot-test-runtime"8455version = "0.9.33"8456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8457dependencies = [8458 "beefy-primitives",8459 "bitvec 1.0.1",8460 "frame-election-provider-support",8461 "frame-executive",8462 "frame-support",8463 "frame-system",8464 "frame-system-rpc-runtime-api",8465 "log",8466 "pallet-authority-discovery",8467 "pallet-authorship",8468 "pallet-babe",8469 "pallet-balances",8470 "pallet-grandpa",8471 "pallet-indices",8472 "pallet-offences",8473 "pallet-session",8474 "pallet-staking",8475 "pallet-staking-reward-curve",8476 "pallet-sudo",8477 "pallet-timestamp",8478 "pallet-transaction-payment",8479 "pallet-transaction-payment-rpc-runtime-api",8480 "pallet-vesting",8481 "pallet-xcm",8482 "parity-scale-codec 3.2.1",8483 "polkadot-parachain",8484 "polkadot-primitives",8485 "polkadot-runtime-common",8486 "polkadot-runtime-parachains",8487 "rustc-hex",8488 "scale-info",8489 "serde",8490 "serde_derive",8491 "smallvec",8492 "sp-api",8493 "sp-authority-discovery",8494 "sp-block-builder",8495 "sp-consensus-babe",8496 "sp-core",8497 "sp-inherents",8498 "sp-io",8499 "sp-mmr-primitives",8500 "sp-offchain",8501 "sp-runtime",8502 "sp-session",8503 "sp-staking",8504 "sp-std",8505 "sp-transaction-pool",8506 "sp-version",8507 "substrate-wasm-builder",8508 "test-runtime-constants",8509 "xcm",8510 "xcm-builder",8511 "xcm-executor",8512]85138514[[package]]8515name = "polkadot-test-service"8516version = "0.9.33"8517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8518dependencies = [8519 "frame-benchmarking",8520 "frame-system",8521 "futures 0.3.25",8522 "hex",8523 "pallet-balances",8524 "pallet-staking",8525 "pallet-transaction-payment",8526 "polkadot-node-primitives",8527 "polkadot-node-subsystem",8528 "polkadot-overseer",8529 "polkadot-parachain",8530 "polkadot-primitives",8531 "polkadot-rpc",8532 "polkadot-runtime-common",8533 "polkadot-runtime-parachains",8534 "polkadot-service",8535 "polkadot-test-runtime",8536 "rand 0.8.5",8537 "sc-authority-discovery",8538 "sc-chain-spec",8539 "sc-cli",8540 "sc-client-api",8541 "sc-consensus",8542 "sc-consensus-babe",8543 "sc-executor",8544 "sc-finality-grandpa",8545 "sc-network",8546 "sc-network-common",8547 "sc-service",8548 "sc-tracing",8549 "sc-transaction-pool",8550 "sp-arithmetic",8551 "sp-authority-discovery",8552 "sp-blockchain",8553 "sp-consensus",8554 "sp-consensus-babe",8555 "sp-core",8556 "sp-finality-grandpa",8557 "sp-inherents",8558 "sp-keyring",8559 "sp-runtime",8560 "sp-state-machine",8561 "substrate-test-client",8562 "tempfile",8563 "test-runtime-constants",8564 "tokio",8565 "tracing-gum",8566]85678568[[package]]8569name = "polling"8570version = "2.5.1"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"8573dependencies = [8574 "autocfg",8575 "cfg-if",8576 "libc",8577 "log",8578 "wepoll-ffi",8579 "windows-sys 0.42.0",8580]85818582[[package]]8583name = "poly1305"8584version = "0.7.2"8585source = "registry+https://github.com/rust-lang/crates.io-index"8586checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8587dependencies = [8588 "cpufeatures",8589 "opaque-debug 0.3.0",8590 "universal-hash",8591]85928593[[package]]8594name = "polyval"8595version = "0.5.3"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8598dependencies = [8599 "cfg-if",8600 "cpufeatures",8601 "opaque-debug 0.3.0",8602 "universal-hash",8603]86048605[[package]]8606name = "ppv-lite86"8607version = "0.2.17"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"86108611[[package]]8612name = "precompile-utils-macro"8613version = "0.1.0"8614dependencies = [8615 "num_enum",8616 "proc-macro2",8617 "quote",8618 "sha3 0.8.2",8619 "syn",8620]86218622[[package]]8623name = "predicates"8624version = "2.1.4"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8627dependencies = [8628 "difflib",8629 "float-cmp",8630 "itertools",8631 "normalize-line-endings",8632 "predicates-core",8633 "regex",8634]86358636[[package]]8637name = "predicates-core"8638version = "1.0.5"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86418642[[package]]8643name = "predicates-tree"8644version = "1.0.7"8645source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8647dependencies = [8648 "predicates-core",8649 "termtree",8650]86518652[[package]]8653name = "prettyplease"8654version = "0.1.21"8655source = "registry+https://github.com/rust-lang/crates.io-index"8656checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"8657dependencies = [8658 "proc-macro2",8659 "syn",8660]86618662[[package]]8663name = "primitive-types"8664version = "0.11.1"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8667dependencies = [8668 "fixed-hash 0.7.0",8669 "impl-codec",8670 "impl-rlp",8671 "scale-info",8672 "uint",8673]86748675[[package]]8676name = "primitive-types"8677version = "0.12.1"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8680dependencies = [8681 "fixed-hash 0.8.0",8682 "impl-codec",8683 "impl-rlp",8684 "impl-serde",8685 "scale-info",8686 "uint",8687]86888689[[package]]8690name = "prioritized-metered-channel"8691version = "0.2.0"8692source = "registry+https://github.com/rust-lang/crates.io-index"8693checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8694dependencies = [8695 "coarsetime",8696 "crossbeam-queue",8697 "derive_more",8698 "futures 0.3.25",8699 "futures-timer",8700 "nanorand",8701 "thiserror",8702 "tracing",8703]87048705[[package]]8706name = "proc-macro-crate"8707version = "1.2.1"8708source = "registry+https://github.com/rust-lang/crates.io-index"8709checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8710dependencies = [8711 "once_cell",8712 "thiserror",8713 "toml",8714]87158716[[package]]8717name = "proc-macro-error"8718version = "1.0.4"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8721dependencies = [8722 "proc-macro-error-attr",8723 "proc-macro2",8724 "quote",8725 "syn",8726 "version_check",8727]87288729[[package]]8730name = "proc-macro-error-attr"8731version = "1.0.4"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8734dependencies = [8735 "proc-macro2",8736 "quote",8737 "version_check",8738]87398740[[package]]8741name = "proc-macro2"8742version = "1.0.47"8743source = "registry+https://github.com/rust-lang/crates.io-index"8744checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8745dependencies = [8746 "unicode-ident",8747]87488749[[package]]8750name = "prometheus"8751version = "0.13.3"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8754dependencies = [8755 "cfg-if",8756 "fnv",8757 "lazy_static",8758 "memchr",8759 "parking_lot 0.12.1",8760 "thiserror",8761]87628763[[package]]8764name = "prometheus-client"8765version = "0.18.1"8766source = "registry+https://github.com/rust-lang/crates.io-index"8767checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8768dependencies = [8769 "dtoa",8770 "itoa",8771 "parking_lot 0.12.1",8772 "prometheus-client-derive-text-encode",8773]87748775[[package]]8776name = "prometheus-client-derive-text-encode"8777version = "0.3.0"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8780dependencies = [8781 "proc-macro2",8782 "quote",8783 "syn",8784]87858786[[package]]8787name = "prost"8788version = "0.11.3"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"8791dependencies = [8792 "bytes",8793 "prost-derive",8794]87958796[[package]]8797name = "prost-build"8798version = "0.11.3"8799source = "registry+https://github.com/rust-lang/crates.io-index"8800checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"8801dependencies = [8802 "bytes",8803 "heck",8804 "itertools",8805 "lazy_static",8806 "log",8807 "multimap",8808 "petgraph",8809 "prettyplease",8810 "prost",8811 "prost-types",8812 "regex",8813 "syn",8814 "tempfile",8815 "which",8816]88178818[[package]]8819name = "prost-codec"8820version = "0.2.0"8821source = "registry+https://github.com/rust-lang/crates.io-index"8822checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8823dependencies = [8824 "asynchronous-codec",8825 "bytes",8826 "prost",8827 "thiserror",8828 "unsigned-varint",8829]88308831[[package]]8832name = "prost-derive"8833version = "0.11.2"8834source = "registry+https://github.com/rust-lang/crates.io-index"8835checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"8836dependencies = [8837 "anyhow",8838 "itertools",8839 "proc-macro2",8840 "quote",8841 "syn",8842]88438844[[package]]8845name = "prost-types"8846version = "0.11.2"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8849dependencies = [8850 "bytes",8851 "prost",8852]88538854[[package]]8855name = "psm"8856version = "0.1.21"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8859dependencies = [8860 "cc",8861]88628863[[package]]8864name = "quartz-runtime"8865version = "0.9.33"8866dependencies = [8867 "app-promotion-rpc",8868 "cumulus-pallet-aura-ext",8869 "cumulus-pallet-dmp-queue",8870 "cumulus-pallet-parachain-system",8871 "cumulus-pallet-xcm",8872 "cumulus-pallet-xcmp-queue",8873 "cumulus-primitives-core",8874 "cumulus-primitives-timestamp",8875 "cumulus-primitives-utility",8876 "derivative",8877 "evm-coder",8878 "fp-evm",8879 "fp-evm-mapping",8880 "fp-rpc",8881 "fp-self-contained",8882 "frame-benchmarking",8883 "frame-executive",8884 "frame-support",8885 "frame-system",8886 "frame-system-benchmarking",8887 "frame-system-rpc-runtime-api",8888 "frame-try-runtime",8889 "hex-literal",8890 "impl-trait-for-tuples",8891 "log",8892 "logtest",8893 "num_enum",8894 "orml-tokens",8895 "orml-traits",8896 "orml-vesting",8897 "orml-xtokens",8898 "pallet-app-promotion",8899 "pallet-aura",8900 "pallet-balances",8901 "pallet-base-fee",8902 "pallet-common",8903 "pallet-configuration",8904 "pallet-ethereum",8905 "pallet-evm",8906 "pallet-evm-coder-substrate",8907 "pallet-evm-contract-helpers",8908 "pallet-evm-migration",8909 "pallet-evm-precompile-simple",8910 "pallet-evm-transaction-payment",8911 "pallet-foreign-assets",8912 "pallet-fungible",8913 "pallet-inflation",8914 "pallet-maintenance",8915 "pallet-nonfungible",8916 "pallet-randomness-collective-flip",8917 "pallet-refungible",8918 "pallet-rmrk-core",8919 "pallet-rmrk-equip",8920 "pallet-structure",8921 "pallet-sudo",8922 "pallet-template-transaction-payment",8923 "pallet-timestamp",8924 "pallet-transaction-payment",8925 "pallet-transaction-payment-rpc-runtime-api",8926 "pallet-treasury",8927 "pallet-unique",8928 "pallet-xcm",8929 "parachain-info",8930 "parity-scale-codec 3.2.1",8931 "polkadot-parachain",8932 "precompile-utils-macro",8933 "rmrk-rpc",8934 "scale-info",8935 "serde",8936 "smallvec",8937 "sp-api",8938 "sp-arithmetic",8939 "sp-block-builder",8940 "sp-consensus-aura",8941 "sp-core",8942 "sp-inherents",8943 "sp-io",8944 "sp-offchain",8945 "sp-runtime",8946 "sp-session",8947 "sp-std",8948 "sp-transaction-pool",8949 "sp-version",8950 "substrate-wasm-builder",8951 "up-common",8952 "up-data-structs",8953 "up-rpc",8954 "up-sponsorship",8955 "xcm",8956 "xcm-builder",8957 "xcm-executor",8958]89598960[[package]]8961name = "quick-error"8962version = "1.2.3"8963source = "registry+https://github.com/rust-lang/crates.io-index"8964checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89658966[[package]]8967name = "quicksink"8968version = "0.1.2"8969source = "registry+https://github.com/rust-lang/crates.io-index"8970checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8971dependencies = [8972 "futures-core",8973 "futures-sink",8974 "pin-project-lite 0.1.12",8975]89768977[[package]]8978name = "quote"8979version = "1.0.21"8980source = "registry+https://github.com/rust-lang/crates.io-index"8981checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8982dependencies = [8983 "proc-macro2",8984]89858986[[package]]8987name = "radium"8988version = "0.6.2"8989source = "registry+https://github.com/rust-lang/crates.io-index"8990checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89918992[[package]]8993name = "radium"8994version = "0.7.0"8995source = "registry+https://github.com/rust-lang/crates.io-index"8996checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89978998[[package]]8999name = "rand"9000version = "0.7.3"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9003dependencies = [9004 "getrandom 0.1.16",9005 "libc",9006 "rand_chacha 0.2.2",9007 "rand_core 0.5.1",9008 "rand_hc",9009 "rand_pcg 0.2.1",9010]90119012[[package]]9013name = "rand"9014version = "0.8.5"9015source = "registry+https://github.com/rust-lang/crates.io-index"9016checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9017dependencies = [9018 "libc",9019 "rand_chacha 0.3.1",9020 "rand_core 0.6.4",9021]90229023[[package]]9024name = "rand_chacha"9025version = "0.2.2"9026source = "registry+https://github.com/rust-lang/crates.io-index"9027checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9028dependencies = [9029 "ppv-lite86",9030 "rand_core 0.5.1",9031]90329033[[package]]9034name = "rand_chacha"9035version = "0.3.1"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9038dependencies = [9039 "ppv-lite86",9040 "rand_core 0.6.4",9041]90429043[[package]]9044name = "rand_core"9045version = "0.5.1"9046source = "registry+https://github.com/rust-lang/crates.io-index"9047checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9048dependencies = [9049 "getrandom 0.1.16",9050]90519052[[package]]9053name = "rand_core"9054version = "0.6.4"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9057dependencies = [9058 "getrandom 0.2.8",9059]90609061[[package]]9062name = "rand_distr"9063version = "0.4.3"9064source = "registry+https://github.com/rust-lang/crates.io-index"9065checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9066dependencies = [9067 "num-traits",9068 "rand 0.8.5",9069]90709071[[package]]9072name = "rand_hc"9073version = "0.2.0"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9076dependencies = [9077 "rand_core 0.5.1",9078]90799080[[package]]9081name = "rand_pcg"9082version = "0.2.1"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9085dependencies = [9086 "rand_core 0.5.1",9087]90889089[[package]]9090name = "rand_pcg"9091version = "0.3.1"9092source = "registry+https://github.com/rust-lang/crates.io-index"9093checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9094dependencies = [9095 "rand_core 0.6.4",9096]90979098[[package]]9099name = "rawpointer"9100version = "0.2.1"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"91039104[[package]]9105name = "rayon"9106version = "1.6.0"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"9109dependencies = [9110 "crossbeam-deque",9111 "either",9112 "rayon-core",9113]91149115[[package]]9116name = "rayon-core"9117version = "1.10.1"9118source = "registry+https://github.com/rust-lang/crates.io-index"9119checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"9120dependencies = [9121 "crossbeam-channel",9122 "crossbeam-deque",9123 "crossbeam-utils",9124 "num_cpus",9125]91269127[[package]]9128name = "redox_syscall"9129version = "0.2.16"9130source = "registry+https://github.com/rust-lang/crates.io-index"9131checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9132dependencies = [9133 "bitflags",9134]91359136[[package]]9137name = "redox_users"9138version = "0.4.3"9139source = "registry+https://github.com/rust-lang/crates.io-index"9140checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9141dependencies = [9142 "getrandom 0.2.8",9143 "redox_syscall",9144 "thiserror",9145]91469147[[package]]9148name = "reed-solomon-novelpoly"9149version = "1.0.0"9150source = "registry+https://github.com/rust-lang/crates.io-index"9151checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9152dependencies = [9153 "derive_more",9154 "fs-err",9155 "itertools",9156 "static_init 0.5.2",9157 "thiserror",9158]91599160[[package]]9161name = "ref-cast"9162version = "1.0.13"9163source = "registry+https://github.com/rust-lang/crates.io-index"9164checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44"9165dependencies = [9166 "ref-cast-impl",9167]91689169[[package]]9170name = "ref-cast-impl"9171version = "1.0.13"9172source = "registry+https://github.com/rust-lang/crates.io-index"9173checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36"9174dependencies = [9175 "proc-macro2",9176 "quote",9177 "syn",9178]91799180[[package]]9181name = "regalloc2"9182version = "0.3.2"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9185dependencies = [9186 "fxhash",9187 "log",9188 "slice-group-by",9189 "smallvec",9190]91919192[[package]]9193name = "regex"9194version = "1.7.0"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"9197dependencies = [9198 "aho-corasick",9199 "memchr",9200 "regex-syntax",9201]92029203[[package]]9204name = "regex-automata"9205version = "0.1.10"9206source = "registry+https://github.com/rust-lang/crates.io-index"9207checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9208dependencies = [9209 "regex-syntax",9210]92119212[[package]]9213name = "regex-syntax"9214version = "0.6.28"9215source = "registry+https://github.com/rust-lang/crates.io-index"9216checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"92179218[[package]]9219name = "remote-externalities"9220version = "0.10.0-dev"9221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9222dependencies = [9223 "env_logger",9224 "log",9225 "parity-scale-codec 3.2.1",9226 "serde",9227 "serde_json",9228 "sp-core",9229 "sp-io",9230 "sp-runtime",9231 "sp-version",9232 "substrate-rpc-client",9233]92349235[[package]]9236name = "remove_dir_all"9237version = "0.5.3"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9240dependencies = [9241 "winapi",9242]92439244[[package]]9245name = "resolv-conf"9246version = "0.7.0"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9249dependencies = [9250 "hostname",9251 "quick-error",9252]92539254[[package]]9255name = "rfc6979"9256version = "0.3.1"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9259dependencies = [9260 "crypto-bigint",9261 "hmac 0.12.1",9262 "zeroize",9263]92649265[[package]]9266name = "ring"9267version = "0.16.20"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9270dependencies = [9271 "cc",9272 "libc",9273 "once_cell",9274 "spin",9275 "untrusted",9276 "web-sys",9277 "winapi",9278]92799280[[package]]9281name = "ripemd"9282version = "0.1.3"9283source = "registry+https://github.com/rust-lang/crates.io-index"9284checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9285dependencies = [9286 "digest 0.10.6",9287]92889289[[package]]9290name = "rlp"9291version = "0.5.2"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9294dependencies = [9295 "bytes",9296 "rlp-derive",9297 "rustc-hex",9298]92999300[[package]]9301name = "rlp-derive"9302version = "0.1.0"9303source = "registry+https://github.com/rust-lang/crates.io-index"9304checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9305dependencies = [9306 "proc-macro2",9307 "quote",9308 "syn",9309]93109311[[package]]9312name = "rmrk-rpc"9313version = "0.0.2"9314dependencies = [9315 "parity-scale-codec 2.3.1",9316 "rmrk-traits",9317 "serde",9318 "sp-api",9319 "sp-core",9320 "sp-runtime",9321 "sp-std",9322]93239324[[package]]9325name = "rmrk-traits"9326version = "0.1.0"9327dependencies = [9328 "parity-scale-codec 3.2.1",9329 "scale-info",9330 "serde",9331]93329333[[package]]9334name = "rocksdb"9335version = "0.19.0"9336source = "registry+https://github.com/rust-lang/crates.io-index"9337checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9338dependencies = [9339 "libc",9340 "librocksdb-sys",9341]93429343[[package]]9344name = "rococo-runtime"9345version = "0.9.33"9346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9347dependencies = [9348 "beefy-merkle-tree",9349 "beefy-primitives",9350 "frame-benchmarking",9351 "frame-executive",9352 "frame-support",9353 "frame-system",9354 "frame-system-benchmarking",9355 "frame-system-rpc-runtime-api",9356 "hex-literal",9357 "log",9358 "pallet-authority-discovery",9359 "pallet-authorship",9360 "pallet-babe",9361 "pallet-balances",9362 "pallet-beefy",9363 "pallet-beefy-mmr",9364 "pallet-bounties",9365 "pallet-child-bounties",9366 "pallet-collective",9367 "pallet-democracy",9368 "pallet-elections-phragmen",9369 "pallet-gilt",9370 "pallet-grandpa",9371 "pallet-identity",9372 "pallet-im-online",9373 "pallet-indices",9374 "pallet-membership",9375 "pallet-mmr",9376 "pallet-multisig",9377 "pallet-offences",9378 "pallet-preimage",9379 "pallet-proxy",9380 "pallet-recovery",9381 "pallet-scheduler",9382 "pallet-session",9383 "pallet-society",9384 "pallet-staking",9385 "pallet-state-trie-migration",9386 "pallet-sudo",9387 "pallet-timestamp",9388 "pallet-tips",9389 "pallet-transaction-payment",9390 "pallet-transaction-payment-rpc-runtime-api",9391 "pallet-treasury",9392 "pallet-utility",9393 "pallet-vesting",9394 "pallet-xcm",9395 "pallet-xcm-benchmarks",9396 "parity-scale-codec 3.2.1",9397 "polkadot-parachain",9398 "polkadot-primitives",9399 "polkadot-runtime-common",9400 "polkadot-runtime-parachains",9401 "rococo-runtime-constants",9402 "scale-info",9403 "serde",9404 "serde_derive",9405 "smallvec",9406 "sp-api",9407 "sp-authority-discovery",9408 "sp-block-builder",9409 "sp-consensus-babe",9410 "sp-core",9411 "sp-inherents",9412 "sp-io",9413 "sp-mmr-primitives",9414 "sp-offchain",9415 "sp-runtime",9416 "sp-session",9417 "sp-staking",9418 "sp-std",9419 "sp-transaction-pool",9420 "sp-version",9421 "static_assertions",9422 "substrate-wasm-builder",9423 "xcm",9424 "xcm-builder",9425 "xcm-executor",9426]94279428[[package]]9429name = "rococo-runtime-constants"9430version = "0.9.33"9431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9432dependencies = [9433 "frame-support",9434 "polkadot-primitives",9435 "polkadot-runtime-common",9436 "smallvec",9437 "sp-core",9438 "sp-runtime",9439 "sp-weights",9440]94419442[[package]]9443name = "rpassword"9444version = "7.2.0"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9447dependencies = [9448 "libc",9449 "rtoolbox",9450 "winapi",9451]94529453[[package]]9454name = "rtnetlink"9455version = "0.10.1"9456source = "registry+https://github.com/rust-lang/crates.io-index"9457checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9458dependencies = [9459 "async-global-executor",9460 "futures 0.3.25",9461 "log",9462 "netlink-packet-route",9463 "netlink-proto",9464 "nix",9465 "thiserror",9466]94679468[[package]]9469name = "rtoolbox"9470version = "0.0.1"9471source = "registry+https://github.com/rust-lang/crates.io-index"9472checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9473dependencies = [9474 "libc",9475 "winapi",9476]94779478[[package]]9479name = "rustc-demangle"9480version = "0.1.21"9481source = "registry+https://github.com/rust-lang/crates.io-index"9482checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94839484[[package]]9485name = "rustc-hash"9486version = "1.1.0"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94899490[[package]]9491name = "rustc-hex"9492version = "2.1.0"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94959496[[package]]9497name = "rustc_version"9498version = "0.2.3"9499source = "registry+https://github.com/rust-lang/crates.io-index"9500checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9501dependencies = [9502 "semver 0.9.0",9503]95049505[[package]]9506name = "rustc_version"9507version = "0.4.0"9508source = "registry+https://github.com/rust-lang/crates.io-index"9509checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9510dependencies = [9511 "semver 1.0.14",9512]95139514[[package]]9515name = "rustix"9516version = "0.35.13"9517source = "registry+https://github.com/rust-lang/crates.io-index"9518checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9519dependencies = [9520 "bitflags",9521 "errno",9522 "io-lifetimes 0.7.5",9523 "libc",9524 "linux-raw-sys 0.0.46",9525 "windows-sys 0.42.0",9526]95279528[[package]]9529name = "rustix"9530version = "0.36.5"9531source = "registry+https://github.com/rust-lang/crates.io-index"9532checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9533dependencies = [9534 "bitflags",9535 "errno",9536 "io-lifetimes 1.0.3",9537 "libc",9538 "linux-raw-sys 0.1.3",9539 "windows-sys 0.42.0",9540]95419542[[package]]9543name = "rustls"9544version = "0.20.7"9545source = "registry+https://github.com/rust-lang/crates.io-index"9546checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9547dependencies = [9548 "log",9549 "ring",9550 "sct",9551 "webpki",9552]95539554[[package]]9555name = "rustls-native-certs"9556version = "0.6.2"9557source = "registry+https://github.com/rust-lang/crates.io-index"9558checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9559dependencies = [9560 "openssl-probe",9561 "rustls-pemfile",9562 "schannel",9563 "security-framework",9564]95659566[[package]]9567name = "rustls-pemfile"9568version = "1.0.1"9569source = "registry+https://github.com/rust-lang/crates.io-index"9570checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9571dependencies = [9572 "base64",9573]95749575[[package]]9576name = "rustversion"9577version = "1.0.9"9578source = "registry+https://github.com/rust-lang/crates.io-index"9579checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"95809581[[package]]9582name = "rw-stream-sink"9583version = "0.3.0"9584source = "registry+https://github.com/rust-lang/crates.io-index"9585checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9586dependencies = [9587 "futures 0.3.25",9588 "pin-project",9589 "static_assertions",9590]95919592[[package]]9593name = "ryu"9594version = "1.0.11"9595source = "registry+https://github.com/rust-lang/crates.io-index"9596checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95979598[[package]]9599name = "safe-mix"9600version = "1.0.1"9601source = "registry+https://github.com/rust-lang/crates.io-index"9602checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9603dependencies = [9604 "rustc_version 0.2.3",9605]96069607[[package]]9608name = "same-file"9609version = "1.0.6"9610source = "registry+https://github.com/rust-lang/crates.io-index"9611checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9612dependencies = [9613 "winapi-util",9614]96159616[[package]]9617name = "sc-allocator"9618version = "4.1.0-dev"9619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9620dependencies = [9621 "log",9622 "sp-core",9623 "sp-wasm-interface",9624 "thiserror",9625]96269627[[package]]9628name = "sc-authority-discovery"9629version = "0.10.0-dev"9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9631dependencies = [9632 "async-trait",9633 "futures 0.3.25",9634 "futures-timer",9635 "ip_network",9636 "libp2p",9637 "log",9638 "parity-scale-codec 3.2.1",9639 "prost",9640 "prost-build",9641 "rand 0.7.3",9642 "sc-client-api",9643 "sc-network-common",9644 "sp-api",9645 "sp-authority-discovery",9646 "sp-blockchain",9647 "sp-core",9648 "sp-keystore",9649 "sp-runtime",9650 "substrate-prometheus-endpoint",9651 "thiserror",9652]96539654[[package]]9655name = "sc-basic-authorship"9656version = "0.10.0-dev"9657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9658dependencies = [9659 "futures 0.3.25",9660 "futures-timer",9661 "log",9662 "parity-scale-codec 3.2.1",9663 "sc-block-builder",9664 "sc-client-api",9665 "sc-proposer-metrics",9666 "sc-telemetry",9667 "sc-transaction-pool-api",9668 "sp-api",9669 "sp-blockchain",9670 "sp-consensus",9671 "sp-core",9672 "sp-inherents",9673 "sp-runtime",9674 "substrate-prometheus-endpoint",9675]96769677[[package]]9678name = "sc-block-builder"9679version = "0.10.0-dev"9680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9681dependencies = [9682 "parity-scale-codec 3.2.1",9683 "sc-client-api",9684 "sp-api",9685 "sp-block-builder",9686 "sp-blockchain",9687 "sp-core",9688 "sp-inherents",9689 "sp-runtime",9690 "sp-state-machine",9691]96929693[[package]]9694name = "sc-chain-spec"9695version = "4.0.0-dev"9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9697dependencies = [9698 "impl-trait-for-tuples",9699 "memmap2",9700 "parity-scale-codec 3.2.1",9701 "sc-chain-spec-derive",9702 "sc-network-common",9703 "sc-telemetry",9704 "serde",9705 "serde_json",9706 "sp-core",9707 "sp-runtime",9708]97099710[[package]]9711name = "sc-chain-spec-derive"9712version = "4.0.0-dev"9713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9714dependencies = [9715 "proc-macro-crate",9716 "proc-macro2",9717 "quote",9718 "syn",9719]97209721[[package]]9722name = "sc-cli"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9725dependencies = [9726 "array-bytes",9727 "chrono",9728 "clap",9729 "fdlimit",9730 "futures 0.3.25",9731 "libp2p",9732 "log",9733 "names",9734 "parity-scale-codec 3.2.1",9735 "rand 0.7.3",9736 "regex",9737 "rpassword",9738 "sc-client-api",9739 "sc-client-db",9740 "sc-keystore",9741 "sc-network",9742 "sc-network-common",9743 "sc-service",9744 "sc-telemetry",9745 "sc-tracing",9746 "sc-utils",9747 "serde",9748 "serde_json",9749 "sp-blockchain",9750 "sp-core",9751 "sp-keyring",9752 "sp-keystore",9753 "sp-panic-handler",9754 "sp-runtime",9755 "sp-version",9756 "thiserror",9757 "tiny-bip39",9758 "tokio",9759]97609761[[package]]9762name = "sc-client-api"9763version = "4.0.0-dev"9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9765dependencies = [9766 "fnv",9767 "futures 0.3.25",9768 "hash-db",9769 "log",9770 "parity-scale-codec 3.2.1",9771 "parking_lot 0.12.1",9772 "sc-executor",9773 "sc-transaction-pool-api",9774 "sc-utils",9775 "sp-api",9776 "sp-blockchain",9777 "sp-consensus",9778 "sp-core",9779 "sp-database",9780 "sp-externalities",9781 "sp-keystore",9782 "sp-runtime",9783 "sp-state-machine",9784 "sp-storage",9785 "sp-trie",9786 "substrate-prometheus-endpoint",9787]97889789[[package]]9790name = "sc-client-db"9791version = "0.10.0-dev"9792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9793dependencies = [9794 "hash-db",9795 "kvdb",9796 "kvdb-memorydb",9797 "kvdb-rocksdb",9798 "linked-hash-map",9799 "log",9800 "parity-db 0.4.2",9801 "parity-scale-codec 3.2.1",9802 "parking_lot 0.12.1",9803 "sc-client-api",9804 "sc-state-db",9805 "sp-arithmetic",9806 "sp-blockchain",9807 "sp-core",9808 "sp-database",9809 "sp-runtime",9810 "sp-state-machine",9811 "sp-trie",9812]98139814[[package]]9815name = "sc-consensus"9816version = "0.10.0-dev"9817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9818dependencies = [9819 "async-trait",9820 "futures 0.3.25",9821 "futures-timer",9822 "libp2p",9823 "log",9824 "parking_lot 0.12.1",9825 "sc-client-api",9826 "sc-utils",9827 "serde",9828 "sp-api",9829 "sp-blockchain",9830 "sp-consensus",9831 "sp-core",9832 "sp-runtime",9833 "sp-state-machine",9834 "substrate-prometheus-endpoint",9835 "thiserror",9836]98379838[[package]]9839name = "sc-consensus-aura"9840version = "0.10.0-dev"9841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9842dependencies = [9843 "async-trait",9844 "futures 0.3.25",9845 "log",9846 "parity-scale-codec 3.2.1",9847 "sc-block-builder",9848 "sc-client-api",9849 "sc-consensus",9850 "sc-consensus-slots",9851 "sc-telemetry",9852 "sp-api",9853 "sp-application-crypto",9854 "sp-block-builder",9855 "sp-blockchain",9856 "sp-consensus",9857 "sp-consensus-aura",9858 "sp-consensus-slots",9859 "sp-core",9860 "sp-inherents",9861 "sp-keystore",9862 "sp-runtime",9863 "substrate-prometheus-endpoint",9864 "thiserror",9865]98669867[[package]]9868name = "sc-consensus-babe"9869version = "0.10.0-dev"9870source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9871dependencies = [9872 "async-trait",9873 "fork-tree",9874 "futures 0.3.25",9875 "log",9876 "merlin",9877 "num-bigint",9878 "num-rational",9879 "num-traits",9880 "parity-scale-codec 3.2.1",9881 "parking_lot 0.12.1",9882 "sc-client-api",9883 "sc-consensus",9884 "sc-consensus-epochs",9885 "sc-consensus-slots",9886 "sc-keystore",9887 "sc-telemetry",9888 "schnorrkel",9889 "serde",9890 "sp-api",9891 "sp-application-crypto",9892 "sp-block-builder",9893 "sp-blockchain",9894 "sp-consensus",9895 "sp-consensus-babe",9896 "sp-consensus-slots",9897 "sp-consensus-vrf",9898 "sp-core",9899 "sp-inherents",9900 "sp-io",9901 "sp-keystore",9902 "sp-runtime",9903 "sp-version",9904 "substrate-prometheus-endpoint",9905 "thiserror",9906]99079908[[package]]9909name = "sc-consensus-babe-rpc"9910version = "0.10.0-dev"9911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9912dependencies = [9913 "futures 0.3.25",9914 "jsonrpsee",9915 "sc-consensus-babe",9916 "sc-consensus-epochs",9917 "sc-rpc-api",9918 "serde",9919 "sp-api",9920 "sp-application-crypto",9921 "sp-blockchain",9922 "sp-consensus",9923 "sp-consensus-babe",9924 "sp-core",9925 "sp-keystore",9926 "sp-runtime",9927 "thiserror",9928]99299930[[package]]9931name = "sc-consensus-epochs"9932version = "0.10.0-dev"9933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9934dependencies = [9935 "fork-tree",9936 "parity-scale-codec 3.2.1",9937 "sc-client-api",9938 "sc-consensus",9939 "sp-blockchain",9940 "sp-runtime",9941]99429943[[package]]9944name = "sc-consensus-manual-seal"9945version = "0.10.0-dev"9946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9947dependencies = [9948 "assert_matches",9949 "async-trait",9950 "futures 0.3.25",9951 "jsonrpsee",9952 "log",9953 "parity-scale-codec 3.2.1",9954 "sc-client-api",9955 "sc-consensus",9956 "sc-consensus-aura",9957 "sc-consensus-babe",9958 "sc-consensus-epochs",9959 "sc-transaction-pool",9960 "sc-transaction-pool-api",9961 "serde",9962 "sp-api",9963 "sp-blockchain",9964 "sp-consensus",9965 "sp-consensus-aura",9966 "sp-consensus-babe",9967 "sp-consensus-slots",9968 "sp-core",9969 "sp-inherents",9970 "sp-keystore",9971 "sp-runtime",9972 "sp-timestamp",9973 "substrate-prometheus-endpoint",9974 "thiserror",9975]99769977[[package]]9978name = "sc-consensus-slots"9979version = "0.10.0-dev"9980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9981dependencies = [9982 "async-trait",9983 "futures 0.3.25",9984 "futures-timer",9985 "log",9986 "parity-scale-codec 3.2.1",9987 "sc-client-api",9988 "sc-consensus",9989 "sc-telemetry",9990 "sp-arithmetic",9991 "sp-blockchain",9992 "sp-consensus",9993 "sp-consensus-slots",9994 "sp-core",9995 "sp-inherents",9996 "sp-runtime",9997 "sp-state-machine",9998 "thiserror",9999]1000010001[[package]]10002name = "sc-executor"10003version = "0.10.0-dev"10004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10005dependencies = [10006 "lazy_static",10007 "lru",10008 "parity-scale-codec 3.2.1",10009 "parking_lot 0.12.1",10010 "sc-executor-common",10011 "sc-executor-wasmi",10012 "sc-executor-wasmtime",10013 "sp-api",10014 "sp-core",10015 "sp-core-hashing-proc-macro",10016 "sp-externalities",10017 "sp-io",10018 "sp-panic-handler",10019 "sp-runtime-interface",10020 "sp-trie",10021 "sp-version",10022 "sp-wasm-interface",10023 "tracing",10024 "wasmi",10025]1002610027[[package]]10028name = "sc-executor-common"10029version = "0.10.0-dev"10030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10031dependencies = [10032 "environmental",10033 "parity-scale-codec 3.2.1",10034 "sc-allocator",10035 "sp-maybe-compressed-blob",10036 "sp-sandbox",10037 "sp-wasm-interface",10038 "thiserror",10039 "wasm-instrument",10040 "wasmi",10041]1004210043[[package]]10044name = "sc-executor-wasmi"10045version = "0.10.0-dev"10046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10047dependencies = [10048 "log",10049 "parity-scale-codec 3.2.1",10050 "sc-allocator",10051 "sc-executor-common",10052 "sp-runtime-interface",10053 "sp-sandbox",10054 "sp-wasm-interface",10055 "wasmi",10056]1005710058[[package]]10059name = "sc-executor-wasmtime"10060version = "0.10.0-dev"10061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10062dependencies = [10063 "cfg-if",10064 "libc",10065 "log",10066 "once_cell",10067 "parity-scale-codec 3.2.1",10068 "parity-wasm",10069 "rustix 0.35.13",10070 "sc-allocator",10071 "sc-executor-common",10072 "sp-runtime-interface",10073 "sp-sandbox",10074 "sp-wasm-interface",10075 "wasmtime",10076]1007710078[[package]]10079name = "sc-finality-grandpa"10080version = "0.10.0-dev"10081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10082dependencies = [10083 "ahash",10084 "array-bytes",10085 "async-trait",10086 "dyn-clone",10087 "finality-grandpa",10088 "fork-tree",10089 "futures 0.3.25",10090 "futures-timer",10091 "log",10092 "parity-scale-codec 3.2.1",10093 "parking_lot 0.12.1",10094 "rand 0.8.5",10095 "sc-block-builder",10096 "sc-chain-spec",10097 "sc-client-api",10098 "sc-consensus",10099 "sc-keystore",10100 "sc-network",10101 "sc-network-common",10102 "sc-network-gossip",10103 "sc-telemetry",10104 "sc-utils",10105 "serde_json",10106 "sp-api",10107 "sp-application-crypto",10108 "sp-arithmetic",10109 "sp-blockchain",10110 "sp-consensus",10111 "sp-core",10112 "sp-finality-grandpa",10113 "sp-keystore",10114 "sp-runtime",10115 "substrate-prometheus-endpoint",10116 "thiserror",10117]1011810119[[package]]10120name = "sc-finality-grandpa-rpc"10121version = "0.10.0-dev"10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10123dependencies = [10124 "finality-grandpa",10125 "futures 0.3.25",10126 "jsonrpsee",10127 "log",10128 "parity-scale-codec 3.2.1",10129 "sc-client-api",10130 "sc-finality-grandpa",10131 "sc-rpc",10132 "serde",10133 "serde_json",10134 "sp-blockchain",10135 "sp-core",10136 "sp-runtime",10137 "thiserror",10138]1013910140[[package]]10141name = "sc-informant"10142version = "0.10.0-dev"10143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10144dependencies = [10145 "ansi_term",10146 "futures 0.3.25",10147 "futures-timer",10148 "log",10149 "parity-util-mem",10150 "sc-client-api",10151 "sc-network-common",10152 "sc-transaction-pool-api",10153 "sp-blockchain",10154 "sp-runtime",10155]1015610157[[package]]10158name = "sc-keystore"10159version = "4.0.0-dev"10160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10161dependencies = [10162 "array-bytes",10163 "async-trait",10164 "parking_lot 0.12.1",10165 "serde_json",10166 "sp-application-crypto",10167 "sp-core",10168 "sp-keystore",10169 "thiserror",10170]1017110172[[package]]10173name = "sc-network"10174version = "0.10.0-dev"10175source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10176dependencies = [10177 "array-bytes",10178 "async-trait",10179 "asynchronous-codec",10180 "bitflags",10181 "bytes",10182 "cid",10183 "either",10184 "fnv",10185 "fork-tree",10186 "futures 0.3.25",10187 "futures-timer",10188 "ip_network",10189 "libp2p",10190 "linked-hash-map",10191 "linked_hash_set",10192 "log",10193 "lru",10194 "parity-scale-codec 3.2.1",10195 "parking_lot 0.12.1",10196 "pin-project",10197 "prost",10198 "rand 0.7.3",10199 "sc-block-builder",10200 "sc-client-api",10201 "sc-consensus",10202 "sc-network-common",10203 "sc-peerset",10204 "sc-utils",10205 "serde",10206 "serde_json",10207 "smallvec",10208 "sp-arithmetic",10209 "sp-blockchain",10210 "sp-consensus",10211 "sp-core",10212 "sp-runtime",10213 "substrate-prometheus-endpoint",10214 "thiserror",10215 "unsigned-varint",10216 "zeroize",10217]1021810219[[package]]10220name = "sc-network-bitswap"10221version = "0.10.0-dev"10222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10223dependencies = [10224 "cid",10225 "futures 0.3.25",10226 "libp2p",10227 "log",10228 "prost",10229 "prost-build",10230 "sc-client-api",10231 "sc-network-common",10232 "sp-blockchain",10233 "sp-runtime",10234 "thiserror",10235 "unsigned-varint",10236 "void",10237]1023810239[[package]]10240name = "sc-network-common"10241version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10243dependencies = [10244 "async-trait",10245 "bitflags",10246 "bytes",10247 "futures 0.3.25",10248 "futures-timer",10249 "libp2p",10250 "linked_hash_set",10251 "parity-scale-codec 3.2.1",10252 "prost-build",10253 "sc-consensus",10254 "sc-peerset",10255 "serde",10256 "smallvec",10257 "sp-blockchain",10258 "sp-consensus",10259 "sp-finality-grandpa",10260 "sp-runtime",10261 "substrate-prometheus-endpoint",10262 "thiserror",10263]1026410265[[package]]10266name = "sc-network-gossip"10267version = "0.10.0-dev"10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10269dependencies = [10270 "ahash",10271 "futures 0.3.25",10272 "futures-timer",10273 "libp2p",10274 "log",10275 "lru",10276 "sc-network-common",10277 "sc-peerset",10278 "sp-runtime",10279 "substrate-prometheus-endpoint",10280 "tracing",10281]1028210283[[package]]10284name = "sc-network-light"10285version = "0.10.0-dev"10286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10287dependencies = [10288 "array-bytes",10289 "futures 0.3.25",10290 "libp2p",10291 "log",10292 "parity-scale-codec 3.2.1",10293 "prost",10294 "prost-build",10295 "sc-client-api",10296 "sc-network-common",10297 "sc-peerset",10298 "sp-blockchain",10299 "sp-core",10300 "sp-runtime",10301 "thiserror",10302]1030310304[[package]]10305name = "sc-network-sync"10306version = "0.10.0-dev"10307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10308dependencies = [10309 "array-bytes",10310 "fork-tree",10311 "futures 0.3.25",10312 "libp2p",10313 "log",10314 "lru",10315 "mockall",10316 "parity-scale-codec 3.2.1",10317 "prost",10318 "prost-build",10319 "sc-client-api",10320 "sc-consensus",10321 "sc-network-common",10322 "sc-peerset",10323 "sc-utils",10324 "smallvec",10325 "sp-arithmetic",10326 "sp-blockchain",10327 "sp-consensus",10328 "sp-core",10329 "sp-finality-grandpa",10330 "sp-runtime",10331 "thiserror",10332]1033310334[[package]]10335name = "sc-network-transactions"10336version = "0.10.0-dev"10337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10338dependencies = [10339 "array-bytes",10340 "futures 0.3.25",10341 "hex",10342 "libp2p",10343 "log",10344 "parity-scale-codec 3.2.1",10345 "pin-project",10346 "sc-network-common",10347 "sc-peerset",10348 "sp-consensus",10349 "sp-runtime",10350 "substrate-prometheus-endpoint",10351]1035210353[[package]]10354name = "sc-offchain"10355version = "4.0.0-dev"10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10357dependencies = [10358 "array-bytes",10359 "bytes",10360 "fnv",10361 "futures 0.3.25",10362 "futures-timer",10363 "hyper",10364 "hyper-rustls",10365 "libp2p",10366 "num_cpus",10367 "once_cell",10368 "parity-scale-codec 3.2.1",10369 "parking_lot 0.12.1",10370 "rand 0.7.3",10371 "sc-client-api",10372 "sc-network-common",10373 "sc-peerset",10374 "sc-utils",10375 "sp-api",10376 "sp-core",10377 "sp-offchain",10378 "sp-runtime",10379 "threadpool",10380 "tracing",10381]1038210383[[package]]10384name = "sc-peerset"10385version = "4.0.0-dev"10386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10387dependencies = [10388 "futures 0.3.25",10389 "libp2p",10390 "log",10391 "sc-utils",10392 "serde_json",10393 "wasm-timer",10394]1039510396[[package]]10397name = "sc-proposer-metrics"10398version = "0.10.0-dev"10399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10400dependencies = [10401 "log",10402 "substrate-prometheus-endpoint",10403]1040410405[[package]]10406name = "sc-rpc"10407version = "4.0.0-dev"10408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10409dependencies = [10410 "futures 0.3.25",10411 "hash-db",10412 "jsonrpsee",10413 "log",10414 "parity-scale-codec 3.2.1",10415 "parking_lot 0.12.1",10416 "sc-block-builder",10417 "sc-chain-spec",10418 "sc-client-api",10419 "sc-rpc-api",10420 "sc-tracing",10421 "sc-transaction-pool-api",10422 "sc-utils",10423 "serde_json",10424 "sp-api",10425 "sp-blockchain",10426 "sp-core",10427 "sp-keystore",10428 "sp-offchain",10429 "sp-rpc",10430 "sp-runtime",10431 "sp-session",10432 "sp-version",10433]1043410435[[package]]10436name = "sc-rpc-api"10437version = "0.10.0-dev"10438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10439dependencies = [10440 "futures 0.3.25",10441 "jsonrpsee",10442 "log",10443 "parity-scale-codec 3.2.1",10444 "parking_lot 0.12.1",10445 "sc-chain-spec",10446 "sc-transaction-pool-api",10447 "scale-info",10448 "serde",10449 "serde_json",10450 "sp-core",10451 "sp-rpc",10452 "sp-runtime",10453 "sp-tracing",10454 "sp-version",10455 "thiserror",10456]1045710458[[package]]10459name = "sc-rpc-server"10460version = "4.0.0-dev"10461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10462dependencies = [10463 "futures 0.3.25",10464 "jsonrpsee",10465 "log",10466 "serde_json",10467 "substrate-prometheus-endpoint",10468 "tokio",10469]1047010471[[package]]10472name = "sc-rpc-spec-v2"10473version = "0.10.0-dev"10474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10475dependencies = [10476 "futures 0.3.25",10477 "hex",10478 "jsonrpsee",10479 "parity-scale-codec 3.2.1",10480 "sc-chain-spec",10481 "sc-transaction-pool-api",10482 "serde",10483 "sp-api",10484 "sp-blockchain",10485 "sp-core",10486 "sp-runtime",10487 "thiserror",10488]1048910490[[package]]10491name = "sc-service"10492version = "0.10.0-dev"10493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10494dependencies = [10495 "async-trait",10496 "directories",10497 "exit-future",10498 "futures 0.3.25",10499 "futures-timer",10500 "hash-db",10501 "jsonrpsee",10502 "log",10503 "parity-scale-codec 3.2.1",10504 "parity-util-mem",10505 "parking_lot 0.12.1",10506 "pin-project",10507 "rand 0.7.3",10508 "sc-block-builder",10509 "sc-chain-spec",10510 "sc-client-api",10511 "sc-client-db",10512 "sc-consensus",10513 "sc-executor",10514 "sc-informant",10515 "sc-keystore",10516 "sc-network",10517 "sc-network-bitswap",10518 "sc-network-common",10519 "sc-network-light",10520 "sc-network-sync",10521 "sc-network-transactions",10522 "sc-offchain",10523 "sc-rpc",10524 "sc-rpc-server",10525 "sc-rpc-spec-v2",10526 "sc-sysinfo",10527 "sc-telemetry",10528 "sc-tracing",10529 "sc-transaction-pool",10530 "sc-transaction-pool-api",10531 "sc-utils",10532 "serde",10533 "serde_json",10534 "sp-api",10535 "sp-application-crypto",10536 "sp-block-builder",10537 "sp-blockchain",10538 "sp-consensus",10539 "sp-core",10540 "sp-externalities",10541 "sp-inherents",10542 "sp-keystore",10543 "sp-runtime",10544 "sp-session",10545 "sp-state-machine",10546 "sp-storage",10547 "sp-tracing",10548 "sp-transaction-pool",10549 "sp-transaction-storage-proof",10550 "sp-trie",10551 "sp-version",10552 "static_init 1.0.3",10553 "substrate-prometheus-endpoint",10554 "tempfile",10555 "thiserror",10556 "tokio",10557 "tracing",10558 "tracing-futures",10559]1056010561[[package]]10562name = "sc-state-db"10563version = "0.10.0-dev"10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10565dependencies = [10566 "log",10567 "parity-scale-codec 3.2.1",10568 "parity-util-mem",10569 "parity-util-mem-derive",10570 "parking_lot 0.12.1",10571 "sc-client-api",10572 "sp-core",10573]1057410575[[package]]10576name = "sc-sync-state-rpc"10577version = "0.10.0-dev"10578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10579dependencies = [10580 "jsonrpsee",10581 "parity-scale-codec 3.2.1",10582 "sc-chain-spec",10583 "sc-client-api",10584 "sc-consensus-babe",10585 "sc-consensus-epochs",10586 "sc-finality-grandpa",10587 "serde",10588 "serde_json",10589 "sp-blockchain",10590 "sp-runtime",10591 "thiserror",10592]1059310594[[package]]10595name = "sc-sysinfo"10596version = "6.0.0-dev"10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10598dependencies = [10599 "futures 0.3.25",10600 "libc",10601 "log",10602 "rand 0.7.3",10603 "rand_pcg 0.2.1",10604 "regex",10605 "sc-telemetry",10606 "serde",10607 "serde_json",10608 "sp-core",10609 "sp-io",10610 "sp-std",10611]1061210613[[package]]10614name = "sc-telemetry"10615version = "4.0.0-dev"10616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10617dependencies = [10618 "chrono",10619 "futures 0.3.25",10620 "libp2p",10621 "log",10622 "parking_lot 0.12.1",10623 "pin-project",10624 "rand 0.7.3",10625 "serde",10626 "serde_json",10627 "thiserror",10628 "wasm-timer",10629]1063010631[[package]]10632name = "sc-tracing"10633version = "4.0.0-dev"10634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10635dependencies = [10636 "ansi_term",10637 "atty",10638 "chrono",10639 "lazy_static",10640 "libc",10641 "log",10642 "once_cell",10643 "parking_lot 0.12.1",10644 "regex",10645 "rustc-hash",10646 "sc-client-api",10647 "sc-rpc-server",10648 "sc-tracing-proc-macro",10649 "serde",10650 "sp-api",10651 "sp-blockchain",10652 "sp-core",10653 "sp-rpc",10654 "sp-runtime",10655 "sp-tracing",10656 "thiserror",10657 "tracing",10658 "tracing-log",10659 "tracing-subscriber",10660]1066110662[[package]]10663name = "sc-tracing-proc-macro"10664version = "4.0.0-dev"10665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10666dependencies = [10667 "proc-macro-crate",10668 "proc-macro2",10669 "quote",10670 "syn",10671]1067210673[[package]]10674name = "sc-transaction-pool"10675version = "4.0.0-dev"10676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10677dependencies = [10678 "async-trait",10679 "futures 0.3.25",10680 "futures-timer",10681 "linked-hash-map",10682 "log",10683 "parity-scale-codec 3.2.1",10684 "parity-util-mem",10685 "parking_lot 0.12.1",10686 "sc-client-api",10687 "sc-transaction-pool-api",10688 "sc-utils",10689 "serde",10690 "sp-api",10691 "sp-blockchain",10692 "sp-core",10693 "sp-runtime",10694 "sp-tracing",10695 "sp-transaction-pool",10696 "substrate-prometheus-endpoint",10697 "thiserror",10698]1069910700[[package]]10701name = "sc-transaction-pool-api"10702version = "4.0.0-dev"10703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10704dependencies = [10705 "async-trait",10706 "futures 0.3.25",10707 "log",10708 "serde",10709 "sp-blockchain",10710 "sp-runtime",10711 "thiserror",10712]1071310714[[package]]10715name = "sc-utils"10716version = "4.0.0-dev"10717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10718dependencies = [10719 "futures 0.3.25",10720 "futures-timer",10721 "lazy_static",10722 "log",10723 "parking_lot 0.12.1",10724 "prometheus",10725]1072610727[[package]]10728name = "scale-info"10729version = "2.3.0"10730source = "registry+https://github.com/rust-lang/crates.io-index"10731checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10732dependencies = [10733 "bitvec 1.0.1",10734 "cfg-if",10735 "derive_more",10736 "parity-scale-codec 3.2.1",10737 "scale-info-derive",10738 "serde",10739]1074010741[[package]]10742name = "scale-info-derive"10743version = "2.3.0"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496"10746dependencies = [10747 "proc-macro-crate",10748 "proc-macro2",10749 "quote",10750 "syn",10751]1075210753[[package]]10754name = "schannel"10755version = "0.1.20"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10758dependencies = [10759 "lazy_static",10760 "windows-sys 0.36.1",10761]1076210763[[package]]10764name = "schnorrkel"10765version = "0.9.1"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10768dependencies = [10769 "arrayref",10770 "arrayvec 0.5.2",10771 "curve25519-dalek 2.1.3",10772 "getrandom 0.1.16",10773 "merlin",10774 "rand 0.7.3",10775 "rand_core 0.5.1",10776 "sha2 0.8.2",10777 "subtle",10778 "zeroize",10779]1078010781[[package]]10782name = "scopeguard"10783version = "1.1.0"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1078610787[[package]]10788name = "scratch"10789version = "1.0.2"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1079210793[[package]]10794name = "sct"10795version = "0.7.0"10796source = "registry+https://github.com/rust-lang/crates.io-index"10797checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10798dependencies = [10799 "ring",10800 "untrusted",10801]1080210803[[package]]10804name = "sec1"10805version = "0.3.0"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10808dependencies = [10809 "base16ct",10810 "der",10811 "generic-array 0.14.6",10812 "pkcs8",10813 "subtle",10814 "zeroize",10815]1081610817[[package]]10818name = "secp256k1"10819version = "0.24.1"10820source = "registry+https://github.com/rust-lang/crates.io-index"10821checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10822dependencies = [10823 "secp256k1-sys",10824]1082510826[[package]]10827name = "secp256k1-sys"10828version = "0.6.1"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10831dependencies = [10832 "cc",10833]1083410835[[package]]10836name = "secrecy"10837version = "0.8.0"10838source = "registry+https://github.com/rust-lang/crates.io-index"10839checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10840dependencies = [10841 "zeroize",10842]1084310844[[package]]10845name = "security-framework"10846version = "2.7.0"10847source = "registry+https://github.com/rust-lang/crates.io-index"10848checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10849dependencies = [10850 "bitflags",10851 "core-foundation",10852 "core-foundation-sys",10853 "libc",10854 "security-framework-sys",10855]1085610857[[package]]10858name = "security-framework-sys"10859version = "2.6.1"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10862dependencies = [10863 "core-foundation-sys",10864 "libc",10865]1086610867[[package]]10868name = "semver"10869version = "0.6.0"10870source = "registry+https://github.com/rust-lang/crates.io-index"10871checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10872dependencies = [10873 "semver-parser",10874]1087510876[[package]]10877name = "semver"10878version = "0.9.0"10879source = "registry+https://github.com/rust-lang/crates.io-index"10880checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10881dependencies = [10882 "semver-parser",10883]1088410885[[package]]10886name = "semver"10887version = "1.0.14"10888source = "registry+https://github.com/rust-lang/crates.io-index"10889checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10890dependencies = [10891 "serde",10892]1089310894[[package]]10895name = "semver-parser"10896version = "0.7.0"10897source = "registry+https://github.com/rust-lang/crates.io-index"10898checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1089910900[[package]]10901name = "serde"10902version = "1.0.149"10903source = "registry+https://github.com/rust-lang/crates.io-index"10904checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"10905dependencies = [10906 "serde_derive",10907]1090810909[[package]]10910name = "serde_derive"10911version = "1.0.149"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"10914dependencies = [10915 "proc-macro2",10916 "quote",10917 "syn",10918]1091910920[[package]]10921name = "serde_json"10922version = "1.0.89"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"10925dependencies = [10926 "itoa",10927 "ryu",10928 "serde",10929]1093010931[[package]]10932name = "serde_nanos"10933version = "0.1.2"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10936dependencies = [10937 "serde",10938]1093910940[[package]]10941name = "sha-1"10942version = "0.9.8"10943source = "registry+https://github.com/rust-lang/crates.io-index"10944checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10945dependencies = [10946 "block-buffer 0.9.0",10947 "cfg-if",10948 "cpufeatures",10949 "digest 0.9.0",10950 "opaque-debug 0.3.0",10951]1095210953[[package]]10954name = "sha1"10955version = "0.10.5"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10958dependencies = [10959 "cfg-if",10960 "cpufeatures",10961 "digest 0.10.6",10962]1096310964[[package]]10965name = "sha2"10966version = "0.8.2"10967source = "registry+https://github.com/rust-lang/crates.io-index"10968checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10969dependencies = [10970 "block-buffer 0.7.3",10971 "digest 0.8.1",10972 "fake-simd",10973 "opaque-debug 0.2.3",10974]1097510976[[package]]10977name = "sha2"10978version = "0.9.9"10979source = "registry+https://github.com/rust-lang/crates.io-index"10980checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10981dependencies = [10982 "block-buffer 0.9.0",10983 "cfg-if",10984 "cpufeatures",10985 "digest 0.9.0",10986 "opaque-debug 0.3.0",10987]1098810989[[package]]10990name = "sha2"10991version = "0.10.6"10992source = "registry+https://github.com/rust-lang/crates.io-index"10993checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10994dependencies = [10995 "cfg-if",10996 "cpufeatures",10997 "digest 0.10.6",10998]1099911000[[package]]11001name = "sha3"11002version = "0.8.2"11003source = "registry+https://github.com/rust-lang/crates.io-index"11004checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11005dependencies = [11006 "block-buffer 0.7.3",11007 "byte-tools",11008 "digest 0.8.1",11009 "keccak",11010 "opaque-debug 0.2.3",11011]1101211013[[package]]11014name = "sha3"11015version = "0.10.6"11016source = "registry+https://github.com/rust-lang/crates.io-index"11017checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"11018dependencies = [11019 "digest 0.10.6",11020 "keccak",11021]1102211023[[package]]11024name = "sha3-const"11025version = "0.1.1"11026source = "registry+https://github.com/rust-lang/crates.io-index"11027checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1102811029[[package]]11030name = "sharded-slab"11031version = "0.1.4"11032source = "registry+https://github.com/rust-lang/crates.io-index"11033checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11034dependencies = [11035 "lazy_static",11036]1103711038[[package]]11039name = "shlex"11040version = "1.1.0"11041source = "registry+https://github.com/rust-lang/crates.io-index"11042checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1104311044[[package]]11045name = "signal-hook"11046version = "0.3.14"11047source = "registry+https://github.com/rust-lang/crates.io-index"11048checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"11049dependencies = [11050 "libc",11051 "signal-hook-registry",11052]1105311054[[package]]11055name = "signal-hook-registry"11056version = "1.4.0"11057source = "registry+https://github.com/rust-lang/crates.io-index"11058checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11059dependencies = [11060 "libc",11061]1106211063[[package]]11064name = "signature"11065version = "1.6.4"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11068dependencies = [11069 "digest 0.10.6",11070 "rand_core 0.6.4",11071]1107211073[[package]]11074name = "simba"11075version = "0.5.1"11076source = "registry+https://github.com/rust-lang/crates.io-index"11077checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11078dependencies = [11079 "approx",11080 "num-complex",11081 "num-traits",11082 "paste",11083]1108411085[[package]]11086name = "similar"11087version = "2.2.1"11088source = "registry+https://github.com/rust-lang/crates.io-index"11089checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"11090dependencies = [11091 "bstr",11092 "unicode-segmentation",11093]1109411095[[package]]11096name = "similar-asserts"11097version = "1.4.2"11098source = "registry+https://github.com/rust-lang/crates.io-index"11099checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11100dependencies = [11101 "console",11102 "similar",11103]1110411105[[package]]11106name = "slab"11107version = "0.4.7"11108source = "registry+https://github.com/rust-lang/crates.io-index"11109checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11110dependencies = [11111 "autocfg",11112]1111311114[[package]]11115name = "slice-group-by"11116version = "0.3.0"11117source = "registry+https://github.com/rust-lang/crates.io-index"11118checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1111911120[[package]]11121name = "slot-range-helper"11122version = "0.9.33"11123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"11124dependencies = [11125 "enumn",11126 "parity-scale-codec 3.2.1",11127 "paste",11128 "sp-runtime",11129 "sp-std",11130]1113111132[[package]]11133name = "slotmap"11134version = "1.0.6"11135source = "registry+https://github.com/rust-lang/crates.io-index"11136checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11137dependencies = [11138 "version_check",11139]1114011141[[package]]11142name = "smallvec"11143version = "1.10.0"11144source = "registry+https://github.com/rust-lang/crates.io-index"11145checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1114611147[[package]]11148name = "snap"11149version = "1.1.0"11150source = "registry+https://github.com/rust-lang/crates.io-index"11151checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1115211153[[package]]11154name = "snow"11155version = "0.9.0"11156source = "registry+https://github.com/rust-lang/crates.io-index"11157checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11158dependencies = [11159 "aes-gcm",11160 "blake2",11161 "chacha20poly1305",11162 "curve25519-dalek 4.0.0-pre.1",11163 "rand_core 0.6.4",11164 "ring",11165 "rustc_version 0.4.0",11166 "sha2 0.10.6",11167 "subtle",11168]1116911170[[package]]11171name = "socket2"11172version = "0.4.7"11173source = "registry+https://github.com/rust-lang/crates.io-index"11174checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11175dependencies = [11176 "libc",11177 "winapi",11178]1117911180[[package]]11181name = "soketto"11182version = "0.7.1"11183source = "registry+https://github.com/rust-lang/crates.io-index"11184checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11185dependencies = [11186 "base64",11187 "bytes",11188 "flate2",11189 "futures 0.3.25",11190 "httparse",11191 "log",11192 "rand 0.8.5",11193 "sha-1",11194]1119511196[[package]]11197name = "sp-api"11198version = "4.0.0-dev"11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11200dependencies = [11201 "hash-db",11202 "log",11203 "parity-scale-codec 3.2.1",11204 "sp-api-proc-macro",11205 "sp-core",11206 "sp-runtime",11207 "sp-state-machine",11208 "sp-std",11209 "sp-trie",11210 "sp-version",11211 "thiserror",11212]1121311214[[package]]11215name = "sp-api-proc-macro"11216version = "4.0.0-dev"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11218dependencies = [11219 "blake2",11220 "proc-macro-crate",11221 "proc-macro2",11222 "quote",11223 "syn",11224]1122511226[[package]]11227name = "sp-application-crypto"11228version = "6.0.0"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11230dependencies = [11231 "parity-scale-codec 3.2.1",11232 "scale-info",11233 "serde",11234 "sp-core",11235 "sp-io",11236 "sp-std",11237]1123811239[[package]]11240name = "sp-arithmetic"11241version = "5.0.0"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11243dependencies = [11244 "integer-sqrt",11245 "num-traits",11246 "parity-scale-codec 3.2.1",11247 "scale-info",11248 "serde",11249 "sp-debug-derive",11250 "sp-std",11251 "static_assertions",11252]1125311254[[package]]11255name = "sp-authority-discovery"11256version = "4.0.0-dev"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11258dependencies = [11259 "parity-scale-codec 3.2.1",11260 "scale-info",11261 "sp-api",11262 "sp-application-crypto",11263 "sp-runtime",11264 "sp-std",11265]1126611267[[package]]11268name = "sp-authorship"11269version = "4.0.0-dev"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11271dependencies = [11272 "async-trait",11273 "parity-scale-codec 3.2.1",11274 "sp-inherents",11275 "sp-runtime",11276 "sp-std",11277]1127811279[[package]]11280name = "sp-block-builder"11281version = "4.0.0-dev"11282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11283dependencies = [11284 "parity-scale-codec 3.2.1",11285 "sp-api",11286 "sp-inherents",11287 "sp-runtime",11288 "sp-std",11289]1129011291[[package]]11292name = "sp-blockchain"11293version = "4.0.0-dev"11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11295dependencies = [11296 "futures 0.3.25",11297 "log",11298 "lru",11299 "parity-scale-codec 3.2.1",11300 "parking_lot 0.12.1",11301 "sp-api",11302 "sp-consensus",11303 "sp-database",11304 "sp-runtime",11305 "sp-state-machine",11306 "thiserror",11307]1130811309[[package]]11310name = "sp-consensus"11311version = "0.10.0-dev"11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11313dependencies = [11314 "async-trait",11315 "futures 0.3.25",11316 "futures-timer",11317 "log",11318 "parity-scale-codec 3.2.1",11319 "sp-core",11320 "sp-inherents",11321 "sp-runtime",11322 "sp-state-machine",11323 "sp-std",11324 "sp-version",11325 "thiserror",11326]1132711328[[package]]11329name = "sp-consensus-aura"11330version = "0.10.0-dev"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11332dependencies = [11333 "async-trait",11334 "parity-scale-codec 3.2.1",11335 "scale-info",11336 "sp-api",11337 "sp-application-crypto",11338 "sp-consensus",11339 "sp-consensus-slots",11340 "sp-inherents",11341 "sp-runtime",11342 "sp-std",11343 "sp-timestamp",11344]1134511346[[package]]11347name = "sp-consensus-babe"11348version = "0.10.0-dev"11349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11350dependencies = [11351 "async-trait",11352 "merlin",11353 "parity-scale-codec 3.2.1",11354 "scale-info",11355 "serde",11356 "sp-api",11357 "sp-application-crypto",11358 "sp-consensus",11359 "sp-consensus-slots",11360 "sp-consensus-vrf",11361 "sp-core",11362 "sp-inherents",11363 "sp-keystore",11364 "sp-runtime",11365 "sp-std",11366 "sp-timestamp",11367]1136811369[[package]]11370name = "sp-consensus-slots"11371version = "0.10.0-dev"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11373dependencies = [11374 "parity-scale-codec 3.2.1",11375 "scale-info",11376 "serde",11377 "sp-arithmetic",11378 "sp-runtime",11379 "sp-std",11380 "sp-timestamp",11381]1138211383[[package]]11384name = "sp-consensus-vrf"11385version = "0.10.0-dev"11386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11387dependencies = [11388 "parity-scale-codec 3.2.1",11389 "scale-info",11390 "schnorrkel",11391 "sp-core",11392 "sp-runtime",11393 "sp-std",11394]1139511396[[package]]11397name = "sp-core"11398version = "6.0.0"11399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11400dependencies = [11401 "array-bytes",11402 "base58",11403 "bitflags",11404 "blake2",11405 "byteorder",11406 "dyn-clonable",11407 "ed25519-zebra",11408 "futures 0.3.25",11409 "hash-db",11410 "hash256-std-hasher",11411 "impl-serde",11412 "lazy_static",11413 "libsecp256k1",11414 "log",11415 "merlin",11416 "num-traits",11417 "parity-scale-codec 3.2.1",11418 "parking_lot 0.12.1",11419 "primitive-types 0.12.1",11420 "rand 0.7.3",11421 "regex",11422 "scale-info",11423 "schnorrkel",11424 "secp256k1",11425 "secrecy",11426 "serde",11427 "sp-core-hashing",11428 "sp-debug-derive",11429 "sp-externalities",11430 "sp-runtime-interface",11431 "sp-std",11432 "sp-storage",11433 "ss58-registry",11434 "substrate-bip39",11435 "thiserror",11436 "tiny-bip39",11437 "wasmi",11438 "zeroize",11439]1144011441[[package]]11442name = "sp-core-hashing"11443version = "4.0.0"11444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11445dependencies = [11446 "blake2",11447 "byteorder",11448 "digest 0.10.6",11449 "sha2 0.10.6",11450 "sha3 0.10.6",11451 "sp-std",11452 "twox-hash",11453]1145411455[[package]]11456name = "sp-core-hashing-proc-macro"11457version = "5.0.0"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11459dependencies = [11460 "proc-macro2",11461 "quote",11462 "sp-core-hashing",11463 "syn",11464]1146511466[[package]]11467name = "sp-database"11468version = "4.0.0-dev"11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11470dependencies = [11471 "kvdb",11472 "parking_lot 0.12.1",11473]1147411475[[package]]11476name = "sp-debug-derive"11477version = "4.0.0"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11479dependencies = [11480 "proc-macro2",11481 "quote",11482 "syn",11483]1148411485[[package]]11486name = "sp-externalities"11487version = "0.12.0"11488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11489dependencies = [11490 "environmental",11491 "parity-scale-codec 3.2.1",11492 "sp-std",11493 "sp-storage",11494]1149511496[[package]]11497name = "sp-finality-grandpa"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11500dependencies = [11501 "finality-grandpa",11502 "log",11503 "parity-scale-codec 3.2.1",11504 "scale-info",11505 "serde",11506 "sp-api",11507 "sp-application-crypto",11508 "sp-core",11509 "sp-keystore",11510 "sp-runtime",11511 "sp-std",11512]1151311514[[package]]11515name = "sp-inherents"11516version = "4.0.0-dev"11517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11518dependencies = [11519 "async-trait",11520 "impl-trait-for-tuples",11521 "parity-scale-codec 3.2.1",11522 "sp-core",11523 "sp-runtime",11524 "sp-std",11525 "thiserror",11526]1152711528[[package]]11529name = "sp-io"11530version = "6.0.0"11531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11532dependencies = [11533 "bytes",11534 "futures 0.3.25",11535 "hash-db",11536 "libsecp256k1",11537 "log",11538 "parity-scale-codec 3.2.1",11539 "parking_lot 0.12.1",11540 "secp256k1",11541 "sp-core",11542 "sp-externalities",11543 "sp-keystore",11544 "sp-runtime-interface",11545 "sp-state-machine",11546 "sp-std",11547 "sp-tracing",11548 "sp-trie",11549 "sp-wasm-interface",11550 "tracing",11551 "tracing-core",11552]1155311554[[package]]11555name = "sp-keyring"11556version = "6.0.0"11557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11558dependencies = [11559 "lazy_static",11560 "sp-core",11561 "sp-runtime",11562 "strum",11563]1156411565[[package]]11566name = "sp-keystore"11567version = "0.12.0"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11569dependencies = [11570 "async-trait",11571 "futures 0.3.25",11572 "merlin",11573 "parity-scale-codec 3.2.1",11574 "parking_lot 0.12.1",11575 "schnorrkel",11576 "serde",11577 "sp-core",11578 "sp-externalities",11579 "thiserror",11580]1158111582[[package]]11583name = "sp-maybe-compressed-blob"11584version = "4.1.0-dev"11585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11586dependencies = [11587 "thiserror",11588 "zstd",11589]1159011591[[package]]11592name = "sp-mmr-primitives"11593version = "4.0.0-dev"11594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11595dependencies = [11596 "log",11597 "parity-scale-codec 3.2.1",11598 "scale-info",11599 "serde",11600 "sp-api",11601 "sp-core",11602 "sp-debug-derive",11603 "sp-runtime",11604 "sp-std",11605 "thiserror",11606]1160711608[[package]]11609name = "sp-npos-elections"11610version = "4.0.0-dev"11611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11612dependencies = [11613 "parity-scale-codec 3.2.1",11614 "scale-info",11615 "serde",11616 "sp-arithmetic",11617 "sp-core",11618 "sp-runtime",11619 "sp-std",11620]1162111622[[package]]11623name = "sp-offchain"11624version = "4.0.0-dev"11625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11626dependencies = [11627 "sp-api",11628 "sp-core",11629 "sp-runtime",11630]1163111632[[package]]11633name = "sp-panic-handler"11634version = "4.0.0"11635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11636dependencies = [11637 "backtrace",11638 "lazy_static",11639 "regex",11640]1164111642[[package]]11643name = "sp-rpc"11644version = "6.0.0"11645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11646dependencies = [11647 "rustc-hash",11648 "serde",11649 "sp-core",11650]1165111652[[package]]11653name = "sp-runtime"11654version = "6.0.0"11655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11656dependencies = [11657 "either",11658 "hash256-std-hasher",11659 "impl-trait-for-tuples",11660 "log",11661 "parity-scale-codec 3.2.1",11662 "parity-util-mem",11663 "paste",11664 "rand 0.7.3",11665 "scale-info",11666 "serde",11667 "sp-application-crypto",11668 "sp-arithmetic",11669 "sp-core",11670 "sp-io",11671 "sp-std",11672 "sp-weights",11673]1167411675[[package]]11676name = "sp-runtime-interface"11677version = "6.0.0"11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11679dependencies = [11680 "bytes",11681 "impl-trait-for-tuples",11682 "parity-scale-codec 3.2.1",11683 "primitive-types 0.12.1",11684 "sp-externalities",11685 "sp-runtime-interface-proc-macro",11686 "sp-std",11687 "sp-storage",11688 "sp-tracing",11689 "sp-wasm-interface",11690 "static_assertions",11691]1169211693[[package]]11694name = "sp-runtime-interface-proc-macro"11695version = "5.0.0"11696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11697dependencies = [11698 "Inflector",11699 "proc-macro-crate",11700 "proc-macro2",11701 "quote",11702 "syn",11703]1170411705[[package]]11706name = "sp-sandbox"11707version = "0.10.0-dev"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11709dependencies = [11710 "log",11711 "parity-scale-codec 3.2.1",11712 "sp-core",11713 "sp-io",11714 "sp-std",11715 "sp-wasm-interface",11716 "wasmi",11717]1171811719[[package]]11720name = "sp-session"11721version = "4.0.0-dev"11722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11723dependencies = [11724 "parity-scale-codec 3.2.1",11725 "scale-info",11726 "sp-api",11727 "sp-core",11728 "sp-runtime",11729 "sp-staking",11730 "sp-std",11731]1173211733[[package]]11734name = "sp-staking"11735version = "4.0.0-dev"11736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11737dependencies = [11738 "parity-scale-codec 3.2.1",11739 "scale-info",11740 "sp-runtime",11741 "sp-std",11742]1174311744[[package]]11745name = "sp-state-machine"11746version = "0.12.0"11747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11748dependencies = [11749 "hash-db",11750 "log",11751 "num-traits",11752 "parity-scale-codec 3.2.1",11753 "parking_lot 0.12.1",11754 "rand 0.7.3",11755 "smallvec",11756 "sp-core",11757 "sp-externalities",11758 "sp-panic-handler",11759 "sp-std",11760 "sp-trie",11761 "thiserror",11762 "tracing",11763 "trie-root",11764]1176511766[[package]]11767name = "sp-std"11768version = "4.0.0"11769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"1177011771[[package]]11772name = "sp-storage"11773version = "6.0.0"11774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11775dependencies = [11776 "impl-serde",11777 "parity-scale-codec 3.2.1",11778 "ref-cast",11779 "serde",11780 "sp-debug-derive",11781 "sp-std",11782]1178311784[[package]]11785name = "sp-timestamp"11786version = "4.0.0-dev"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11788dependencies = [11789 "async-trait",11790 "futures-timer",11791 "log",11792 "parity-scale-codec 3.2.1",11793 "sp-api",11794 "sp-inherents",11795 "sp-runtime",11796 "sp-std",11797 "thiserror",11798]1179911800[[package]]11801name = "sp-tracing"11802version = "5.0.0"11803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11804dependencies = [11805 "parity-scale-codec 3.2.1",11806 "sp-std",11807 "tracing",11808 "tracing-core",11809 "tracing-subscriber",11810]1181111812[[package]]11813name = "sp-transaction-pool"11814version = "4.0.0-dev"11815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11816dependencies = [11817 "sp-api",11818 "sp-runtime",11819]1182011821[[package]]11822name = "sp-transaction-storage-proof"11823version = "4.0.0-dev"11824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11825dependencies = [11826 "async-trait",11827 "log",11828 "parity-scale-codec 3.2.1",11829 "scale-info",11830 "sp-core",11831 "sp-inherents",11832 "sp-runtime",11833 "sp-std",11834 "sp-trie",11835]1183611837[[package]]11838name = "sp-trie"11839version = "6.0.0"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11841dependencies = [11842 "ahash",11843 "hash-db",11844 "hashbrown",11845 "lazy_static",11846 "lru",11847 "memory-db",11848 "nohash-hasher",11849 "parity-scale-codec 3.2.1",11850 "parking_lot 0.12.1",11851 "scale-info",11852 "sp-core",11853 "sp-std",11854 "thiserror",11855 "tracing",11856 "trie-db",11857 "trie-root",11858]1185911860[[package]]11861name = "sp-version"11862version = "5.0.0"11863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11864dependencies = [11865 "impl-serde",11866 "parity-scale-codec 3.2.1",11867 "parity-wasm",11868 "scale-info",11869 "serde",11870 "sp-core-hashing-proc-macro",11871 "sp-runtime",11872 "sp-std",11873 "sp-version-proc-macro",11874 "thiserror",11875]1187611877[[package]]11878name = "sp-version-proc-macro"11879version = "4.0.0-dev"11880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11881dependencies = [11882 "parity-scale-codec 3.2.1",11883 "proc-macro2",11884 "quote",11885 "syn",11886]1188711888[[package]]11889name = "sp-wasm-interface"11890version = "6.0.0"11891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11892dependencies = [11893 "impl-trait-for-tuples",11894 "log",11895 "parity-scale-codec 3.2.1",11896 "sp-std",11897 "wasmi",11898 "wasmtime",11899]1190011901[[package]]11902name = "sp-weights"11903version = "4.0.0"11904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11905dependencies = [11906 "impl-trait-for-tuples",11907 "parity-scale-codec 3.2.1",11908 "scale-info",11909 "serde",11910 "smallvec",11911 "sp-arithmetic",11912 "sp-core",11913 "sp-debug-derive",11914 "sp-std",11915]1191611917[[package]]11918name = "spin"11919version = "0.5.2"11920source = "registry+https://github.com/rust-lang/crates.io-index"11921checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1192211923[[package]]11924name = "spki"11925version = "0.6.0"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11928dependencies = [11929 "base64ct",11930 "der",11931]1193211933[[package]]11934name = "ss58-registry"11935version = "1.35.0"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c"11938dependencies = [11939 "Inflector",11940 "num-format",11941 "proc-macro2",11942 "quote",11943 "serde",11944 "serde_json",11945 "unicode-xid",11946]1194711948[[package]]11949name = "stable_deref_trait"11950version = "1.2.0"11951source = "registry+https://github.com/rust-lang/crates.io-index"11952checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1195311954[[package]]11955name = "static_assertions"11956version = "1.1.0"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1195911960[[package]]11961name = "static_init"11962version = "0.5.2"11963source = "registry+https://github.com/rust-lang/crates.io-index"11964checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11965dependencies = [11966 "cfg_aliases",11967 "libc",11968 "parking_lot 0.11.2",11969 "static_init_macro 0.5.0",11970]1197111972[[package]]11973name = "static_init"11974version = "1.0.3"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11977dependencies = [11978 "bitflags",11979 "cfg_aliases",11980 "libc",11981 "parking_lot 0.11.2",11982 "parking_lot_core 0.8.5",11983 "static_init_macro 1.0.2",11984 "winapi",11985]1198611987[[package]]11988name = "static_init_macro"11989version = "0.5.0"11990source = "registry+https://github.com/rust-lang/crates.io-index"11991checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11992dependencies = [11993 "cfg_aliases",11994 "memchr",11995 "proc-macro2",11996 "quote",11997 "syn",11998]1199912000[[package]]12001name = "static_init_macro"12002version = "1.0.2"12003source = "registry+https://github.com/rust-lang/crates.io-index"12004checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12005dependencies = [12006 "cfg_aliases",12007 "memchr",12008 "proc-macro2",12009 "quote",12010 "syn",12011]1201212013[[package]]12014name = "statrs"12015version = "0.15.0"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12018dependencies = [12019 "approx",12020 "lazy_static",12021 "nalgebra",12022 "num-traits",12023 "rand 0.8.5",12024]1202512026[[package]]12027name = "strsim"12028version = "0.10.0"12029source = "registry+https://github.com/rust-lang/crates.io-index"12030checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1203112032[[package]]12033name = "struct-versioning"12034version = "0.1.0"12035dependencies = [12036 "quote",12037 "syn",12038]1203912040[[package]]12041name = "strum"12042version = "0.24.1"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12045dependencies = [12046 "strum_macros",12047]1204812049[[package]]12050name = "strum_macros"12051version = "0.24.3"12052source = "registry+https://github.com/rust-lang/crates.io-index"12053checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12054dependencies = [12055 "heck",12056 "proc-macro2",12057 "quote",12058 "rustversion",12059 "syn",12060]1206112062[[package]]12063name = "substrate-bip39"12064version = "0.4.4"12065source = "registry+https://github.com/rust-lang/crates.io-index"12066checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12067dependencies = [12068 "hmac 0.11.0",12069 "pbkdf2 0.8.0",12070 "schnorrkel",12071 "sha2 0.9.9",12072 "zeroize",12073]1207412075[[package]]12076name = "substrate-build-script-utils"12077version = "3.0.0"12078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12079dependencies = [12080 "platforms",12081]1208212083[[package]]12084name = "substrate-frame-rpc-system"12085version = "4.0.0-dev"12086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12087dependencies = [12088 "frame-system-rpc-runtime-api",12089 "futures 0.3.25",12090 "jsonrpsee",12091 "log",12092 "parity-scale-codec 3.2.1",12093 "sc-client-api",12094 "sc-rpc-api",12095 "sc-transaction-pool-api",12096 "serde_json",12097 "sp-api",12098 "sp-block-builder",12099 "sp-blockchain",12100 "sp-core",12101 "sp-runtime",12102]1210312104[[package]]12105name = "substrate-prometheus-endpoint"12106version = "0.10.0-dev"12107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12108dependencies = [12109 "futures-util",12110 "hyper",12111 "log",12112 "prometheus",12113 "thiserror",12114 "tokio",12115]1211612117[[package]]12118name = "substrate-rpc-client"12119version = "0.10.0-dev"12120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12121dependencies = [12122 "async-trait",12123 "jsonrpsee",12124 "log",12125 "sc-rpc-api",12126 "serde",12127 "sp-runtime",12128]1212912130[[package]]12131name = "substrate-state-trie-migration-rpc"12132version = "4.0.0-dev"12133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12134dependencies = [12135 "jsonrpsee",12136 "log",12137 "parity-scale-codec 3.2.1",12138 "sc-client-api",12139 "sc-rpc-api",12140 "scale-info",12141 "serde",12142 "sp-core",12143 "sp-io",12144 "sp-runtime",12145 "sp-state-machine",12146 "sp-std",12147 "sp-trie",12148 "trie-db",12149]1215012151[[package]]12152name = "substrate-test-client"12153version = "2.0.1"12154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12155dependencies = [12156 "array-bytes",12157 "async-trait",12158 "futures 0.3.25",12159 "parity-scale-codec 3.2.1",12160 "sc-client-api",12161 "sc-client-db",12162 "sc-consensus",12163 "sc-executor",12164 "sc-offchain",12165 "sc-service",12166 "serde",12167 "serde_json",12168 "sp-blockchain",12169 "sp-consensus",12170 "sp-core",12171 "sp-keyring",12172 "sp-keystore",12173 "sp-runtime",12174 "sp-state-machine",12175]1217612177[[package]]12178name = "substrate-test-utils"12179version = "4.0.0-dev"12180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12181dependencies = [12182 "futures 0.3.25",12183 "substrate-test-utils-derive",12184 "tokio",12185]1218612187[[package]]12188name = "substrate-test-utils-derive"12189version = "0.10.0-dev"12190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12191dependencies = [12192 "proc-macro-crate",12193 "proc-macro2",12194 "quote",12195 "syn",12196]1219712198[[package]]12199name = "substrate-wasm-builder"12200version = "5.0.0-dev"12201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12202dependencies = [12203 "ansi_term",12204 "build-helper",12205 "cargo_metadata",12206 "filetime",12207 "sp-maybe-compressed-blob",12208 "strum",12209 "tempfile",12210 "toml",12211 "walkdir",12212 "wasm-opt",12213]1221412215[[package]]12216name = "subtle"12217version = "2.4.1"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1222012221[[package]]12222name = "syn"12223version = "1.0.105"12224source = "registry+https://github.com/rust-lang/crates.io-index"12225checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"12226dependencies = [12227 "proc-macro2",12228 "quote",12229 "unicode-ident",12230]1223112232[[package]]12233name = "synstructure"12234version = "0.12.6"12235source = "registry+https://github.com/rust-lang/crates.io-index"12236checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12237dependencies = [12238 "proc-macro2",12239 "quote",12240 "syn",12241 "unicode-xid",12242]1224312244[[package]]12245name = "system-configuration"12246version = "0.5.0"12247source = "registry+https://github.com/rust-lang/crates.io-index"12248checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12249dependencies = [12250 "bitflags",12251 "core-foundation",12252 "system-configuration-sys",12253]1225412255[[package]]12256name = "system-configuration-sys"12257version = "0.5.0"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12260dependencies = [12261 "core-foundation-sys",12262 "libc",12263]1226412265[[package]]12266name = "tap"12267version = "1.0.1"12268source = "registry+https://github.com/rust-lang/crates.io-index"12269checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1227012271[[package]]12272name = "target-lexicon"12273version = "0.12.5"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1227612277[[package]]12278name = "tempfile"12279version = "3.3.0"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12282dependencies = [12283 "cfg-if",12284 "fastrand",12285 "libc",12286 "redox_syscall",12287 "remove_dir_all",12288 "winapi",12289]1229012291[[package]]12292name = "termcolor"12293version = "1.1.3"12294source = "registry+https://github.com/rust-lang/crates.io-index"12295checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12296dependencies = [12297 "winapi-util",12298]1229912300[[package]]12301name = "terminal_size"12302version = "0.1.17"12303source = "registry+https://github.com/rust-lang/crates.io-index"12304checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12305dependencies = [12306 "libc",12307 "winapi",12308]1230912310[[package]]12311name = "termtree"12312version = "0.4.0"12313source = "registry+https://github.com/rust-lang/crates.io-index"12314checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1231512316[[package]]12317name = "test-runtime-constants"12318version = "0.9.33"12319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12320dependencies = [12321 "frame-support",12322 "polkadot-primitives",12323 "polkadot-runtime-common",12324 "smallvec",12325 "sp-core",12326 "sp-runtime",12327 "sp-weights",12328]1232912330[[package]]12331name = "tests"12332version = "0.1.1"12333dependencies = [12334 "evm-coder",12335 "fp-evm-mapping",12336 "frame-support",12337 "frame-system",12338 "pallet-balances",12339 "pallet-common",12340 "pallet-ethereum",12341 "pallet-evm",12342 "pallet-evm-coder-substrate",12343 "pallet-fungible",12344 "pallet-nonfungible",12345 "pallet-refungible",12346 "pallet-structure",12347 "pallet-timestamp",12348 "pallet-transaction-payment",12349 "pallet-unique",12350 "parity-scale-codec 3.2.1",12351 "scale-info",12352 "sp-core",12353 "sp-io",12354 "sp-runtime",12355 "sp-std",12356 "up-data-structs",12357 "up-sponsorship",12358]1235912360[[package]]12361name = "thiserror"12362version = "1.0.37"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12365dependencies = [12366 "thiserror-impl",12367]1236812369[[package]]12370name = "thiserror-impl"12371version = "1.0.37"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12374dependencies = [12375 "proc-macro2",12376 "quote",12377 "syn",12378]1237912380[[package]]12381name = "thousands"12382version = "0.2.0"12383source = "registry+https://github.com/rust-lang/crates.io-index"12384checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1238512386[[package]]12387name = "thread_local"12388version = "1.1.4"12389source = "registry+https://github.com/rust-lang/crates.io-index"12390checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12391dependencies = [12392 "once_cell",12393]1239412395[[package]]12396name = "threadpool"12397version = "1.8.1"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12400dependencies = [12401 "num_cpus",12402]1240312404[[package]]12405name = "thrift"12406version = "0.15.0"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12409dependencies = [12410 "byteorder",12411 "integer-encoding",12412 "log",12413 "ordered-float",12414 "threadpool",12415]1241612417[[package]]12418name = "tikv-jemalloc-sys"12419version = "0.5.2+5.3.0-patched"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12422dependencies = [12423 "cc",12424 "fs_extra",12425 "libc",12426]1242712428[[package]]12429name = "time"12430version = "0.1.45"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12433dependencies = [12434 "libc",12435 "wasi 0.10.0+wasi-snapshot-preview1",12436 "winapi",12437]1243812439[[package]]12440name = "time"12441version = "0.3.9"12442source = "registry+https://github.com/rust-lang/crates.io-index"12443checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12444dependencies = [12445 "itoa",12446 "libc",12447 "num_threads",12448 "time-macros",12449]1245012451[[package]]12452name = "time-macros"12453version = "0.2.4"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1245612457[[package]]12458name = "tiny-bip39"12459version = "0.8.2"12460source = "registry+https://github.com/rust-lang/crates.io-index"12461checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12462dependencies = [12463 "anyhow",12464 "hmac 0.8.1",12465 "once_cell",12466 "pbkdf2 0.4.0",12467 "rand 0.7.3",12468 "rustc-hash",12469 "sha2 0.9.9",12470 "thiserror",12471 "unicode-normalization",12472 "wasm-bindgen",12473 "zeroize",12474]1247512476[[package]]12477name = "tiny-keccak"12478version = "2.0.2"12479source = "registry+https://github.com/rust-lang/crates.io-index"12480checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12481dependencies = [12482 "crunchy",12483]1248412485[[package]]12486name = "tinyvec"12487version = "1.6.0"12488source = "registry+https://github.com/rust-lang/crates.io-index"12489checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12490dependencies = [12491 "tinyvec_macros",12492]1249312494[[package]]12495name = "tinyvec_macros"12496version = "0.1.0"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1249912500[[package]]12501name = "tokio"12502version = "1.23.0"12503source = "registry+https://github.com/rust-lang/crates.io-index"12504checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12505dependencies = [12506 "autocfg",12507 "bytes",12508 "libc",12509 "memchr",12510 "mio",12511 "num_cpus",12512 "parking_lot 0.12.1",12513 "pin-project-lite 0.2.9",12514 "signal-hook-registry",12515 "socket2",12516 "tokio-macros",12517 "windows-sys 0.42.0",12518]1251912520[[package]]12521name = "tokio-macros"12522version = "1.8.2"12523source = "registry+https://github.com/rust-lang/crates.io-index"12524checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12525dependencies = [12526 "proc-macro2",12527 "quote",12528 "syn",12529]1253012531[[package]]12532name = "tokio-rustls"12533version = "0.23.4"12534source = "registry+https://github.com/rust-lang/crates.io-index"12535checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12536dependencies = [12537 "rustls",12538 "tokio",12539 "webpki",12540]1254112542[[package]]12543name = "tokio-stream"12544version = "0.1.11"12545source = "registry+https://github.com/rust-lang/crates.io-index"12546checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12547dependencies = [12548 "futures-core",12549 "pin-project-lite 0.2.9",12550 "tokio",12551]1255212553[[package]]12554name = "tokio-util"12555version = "0.7.4"12556source = "registry+https://github.com/rust-lang/crates.io-index"12557checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12558dependencies = [12559 "bytes",12560 "futures-core",12561 "futures-io",12562 "futures-sink",12563 "pin-project-lite 0.2.9",12564 "tokio",12565 "tracing",12566]1256712568[[package]]12569name = "toml"12570version = "0.5.9"12571source = "registry+https://github.com/rust-lang/crates.io-index"12572checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12573dependencies = [12574 "serde",12575]1257612577[[package]]12578name = "tower-service"12579version = "0.3.2"12580source = "registry+https://github.com/rust-lang/crates.io-index"12581checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1258212583[[package]]12584name = "tracing"12585version = "0.1.37"12586source = "registry+https://github.com/rust-lang/crates.io-index"12587checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12588dependencies = [12589 "cfg-if",12590 "pin-project-lite 0.2.9",12591 "tracing-attributes",12592 "tracing-core",12593]1259412595[[package]]12596name = "tracing-attributes"12597version = "0.1.23"12598source = "registry+https://github.com/rust-lang/crates.io-index"12599checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12600dependencies = [12601 "proc-macro2",12602 "quote",12603 "syn",12604]1260512606[[package]]12607name = "tracing-core"12608version = "0.1.30"12609source = "registry+https://github.com/rust-lang/crates.io-index"12610checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12611dependencies = [12612 "once_cell",12613 "valuable",12614]1261512616[[package]]12617name = "tracing-futures"12618version = "0.2.5"12619source = "registry+https://github.com/rust-lang/crates.io-index"12620checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12621dependencies = [12622 "pin-project",12623 "tracing",12624]1262512626[[package]]12627name = "tracing-gum"12628version = "0.9.33"12629source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12630dependencies = [12631 "polkadot-node-jaeger",12632 "polkadot-primitives",12633 "tracing",12634 "tracing-gum-proc-macro",12635]1263612637[[package]]12638name = "tracing-gum-proc-macro"12639version = "0.9.33"12640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12641dependencies = [12642 "expander 0.0.6",12643 "proc-macro-crate",12644 "proc-macro2",12645 "quote",12646 "syn",12647]1264812649[[package]]12650name = "tracing-log"12651version = "0.1.3"12652source = "registry+https://github.com/rust-lang/crates.io-index"12653checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12654dependencies = [12655 "lazy_static",12656 "log",12657 "tracing-core",12658]1265912660[[package]]12661name = "tracing-serde"12662version = "0.1.3"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12665dependencies = [12666 "serde",12667 "tracing-core",12668]1266912670[[package]]12671name = "tracing-subscriber"12672version = "0.2.25"12673source = "registry+https://github.com/rust-lang/crates.io-index"12674checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12675dependencies = [12676 "ansi_term",12677 "chrono",12678 "lazy_static",12679 "matchers",12680 "parking_lot 0.11.2",12681 "regex",12682 "serde",12683 "serde_json",12684 "sharded-slab",12685 "smallvec",12686 "thread_local",12687 "tracing",12688 "tracing-core",12689 "tracing-log",12690 "tracing-serde",12691]1269212693[[package]]12694name = "trie-db"12695version = "0.24.0"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12698dependencies = [12699 "hash-db",12700 "hashbrown",12701 "log",12702 "rustc-hex",12703 "smallvec",12704]1270512706[[package]]12707name = "trie-root"12708version = "0.17.0"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12711dependencies = [12712 "hash-db",12713]1271412715[[package]]12716name = "triehash"12717version = "0.8.4"12718source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12720dependencies = [12721 "hash-db",12722 "rlp",12723]1272412725[[package]]12726name = "trust-dns-proto"12727version = "0.22.0"12728source = "registry+https://github.com/rust-lang/crates.io-index"12729checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12730dependencies = [12731 "async-trait",12732 "cfg-if",12733 "data-encoding",12734 "enum-as-inner",12735 "futures-channel",12736 "futures-io",12737 "futures-util",12738 "idna 0.2.3",12739 "ipnet",12740 "lazy_static",12741 "rand 0.8.5",12742 "smallvec",12743 "thiserror",12744 "tinyvec",12745 "tracing",12746 "url",12747]1274812749[[package]]12750name = "trust-dns-resolver"12751version = "0.22.0"12752source = "registry+https://github.com/rust-lang/crates.io-index"12753checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12754dependencies = [12755 "cfg-if",12756 "futures-util",12757 "ipconfig",12758 "lazy_static",12759 "lru-cache",12760 "parking_lot 0.12.1",12761 "resolv-conf",12762 "smallvec",12763 "thiserror",12764 "tracing",12765 "trust-dns-proto",12766]1276712768[[package]]12769name = "try-lock"12770version = "0.2.3"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1277312774[[package]]12775name = "try-runtime-cli"12776version = "0.10.0-dev"12777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12778dependencies = [12779 "clap",12780 "frame-try-runtime",12781 "log",12782 "parity-scale-codec 3.2.1",12783 "remote-externalities",12784 "sc-chain-spec",12785 "sc-cli",12786 "sc-executor",12787 "sc-service",12788 "serde",12789 "sp-core",12790 "sp-externalities",12791 "sp-io",12792 "sp-keystore",12793 "sp-runtime",12794 "sp-state-machine",12795 "sp-version",12796 "sp-weights",12797 "substrate-rpc-client",12798 "zstd",12799]1280012801[[package]]12802name = "trybuild"12803version = "1.0.72"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"12806dependencies = [12807 "glob",12808 "once_cell",12809 "serde",12810 "serde_derive",12811 "serde_json",12812 "termcolor",12813 "toml",12814]1281512816[[package]]12817name = "tt-call"12818version = "1.0.8"12819source = "registry+https://github.com/rust-lang/crates.io-index"12820checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1282112822[[package]]12823name = "twox-hash"12824version = "1.6.3"12825source = "registry+https://github.com/rust-lang/crates.io-index"12826checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12827dependencies = [12828 "cfg-if",12829 "digest 0.10.6",12830 "rand 0.8.5",12831 "static_assertions",12832]1283312834[[package]]12835name = "typenum"12836version = "1.16.0"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1283912840[[package]]12841name = "uc-rpc"12842version = "0.1.4"12843dependencies = [12844 "anyhow",12845 "app-promotion-rpc",12846 "jsonrpsee",12847 "pallet-common",12848 "pallet-evm",12849 "parity-scale-codec 3.2.1",12850 "rmrk-rpc",12851 "sp-api",12852 "sp-blockchain",12853 "sp-core",12854 "sp-rpc",12855 "sp-runtime",12856 "up-data-structs",12857 "up-rpc",12858]1285912860[[package]]12861name = "ucd-trie"12862version = "0.1.5"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1286512866[[package]]12867name = "uint"12868version = "0.9.5"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12871dependencies = [12872 "byteorder",12873 "crunchy",12874 "hex",12875 "static_assertions",12876]1287712878[[package]]12879name = "unicase"12880version = "2.6.0"12881source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12883dependencies = [12884 "version_check",12885]1288612887[[package]]12888name = "unicode-bidi"12889version = "0.3.8"12890source = "registry+https://github.com/rust-lang/crates.io-index"12891checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1289212893[[package]]12894name = "unicode-ident"12895version = "1.0.5"12896source = "registry+https://github.com/rust-lang/crates.io-index"12897checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1289812899[[package]]12900name = "unicode-normalization"12901version = "0.1.22"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12904dependencies = [12905 "tinyvec",12906]1290712908[[package]]12909name = "unicode-segmentation"12910version = "1.10.0"12911source = "registry+https://github.com/rust-lang/crates.io-index"12912checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1291312914[[package]]12915name = "unicode-width"12916version = "0.1.10"12917source = "registry+https://github.com/rust-lang/crates.io-index"12918checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1291912920[[package]]12921name = "unicode-xid"12922version = "0.2.4"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1292512926[[package]]12927name = "unique-node"12928version = "0.9.33"12929dependencies = [12930 "app-promotion-rpc",12931 "clap",12932 "cumulus-client-cli",12933 "cumulus-client-collator",12934 "cumulus-client-consensus-aura",12935 "cumulus-client-consensus-common",12936 "cumulus-client-network",12937 "cumulus-client-service",12938 "cumulus-primitives-core",12939 "cumulus-primitives-parachain-inherent",12940 "cumulus-relay-chain-inprocess-interface",12941 "cumulus-relay-chain-interface",12942 "cumulus-relay-chain-minimal-node",12943 "fc-consensus",12944 "fc-db",12945 "fc-mapping-sync",12946 "fc-rpc",12947 "fc-rpc-core",12948 "flexi_logger",12949 "fp-rpc",12950 "frame-benchmarking",12951 "frame-benchmarking-cli",12952 "futures 0.3.25",12953 "jsonrpsee",12954 "log",12955 "opal-runtime",12956 "pallet-ethereum",12957 "pallet-transaction-payment-rpc",12958 "pallet-transaction-payment-rpc-runtime-api",12959 "parity-scale-codec 3.2.1",12960 "parking_lot 0.12.1",12961 "polkadot-cli",12962 "polkadot-parachain",12963 "polkadot-primitives",12964 "polkadot-service",12965 "polkadot-test-service",12966 "quartz-runtime",12967 "rmrk-rpc",12968 "sc-basic-authorship",12969 "sc-chain-spec",12970 "sc-cli",12971 "sc-client-api",12972 "sc-consensus",12973 "sc-consensus-aura",12974 "sc-consensus-manual-seal",12975 "sc-executor",12976 "sc-finality-grandpa",12977 "sc-keystore",12978 "sc-network",12979 "sc-rpc",12980 "sc-rpc-api",12981 "sc-service",12982 "sc-sysinfo",12983 "sc-telemetry",12984 "sc-tracing",12985 "sc-transaction-pool",12986 "serde",12987 "serde_json",12988 "sp-api",12989 "sp-block-builder",12990 "sp-blockchain",12991 "sp-consensus",12992 "sp-consensus-aura",12993 "sp-core",12994 "sp-finality-grandpa",12995 "sp-inherents",12996 "sp-keystore",12997 "sp-offchain",12998 "sp-runtime",12999 "sp-session",13000 "sp-timestamp",13001 "sp-transaction-pool",13002 "sp-trie",13003 "substrate-build-script-utils",13004 "substrate-frame-rpc-system",13005 "substrate-prometheus-endpoint",13006 "tokio",13007 "try-runtime-cli",13008 "unique-rpc",13009 "unique-runtime",13010 "up-common",13011 "up-data-structs",13012 "up-rpc",13013]1301413015[[package]]13016name = "unique-rpc"13017version = "0.1.2"13018dependencies = [13019 "app-promotion-rpc",13020 "fc-db",13021 "fc-mapping-sync",13022 "fc-rpc",13023 "fc-rpc-core",13024 "fp-rpc",13025 "fp-storage",13026 "futures 0.3.25",13027 "jsonrpsee",13028 "pallet-common",13029 "pallet-ethereum",13030 "pallet-transaction-payment-rpc",13031 "pallet-transaction-payment-rpc-runtime-api",13032 "pallet-unique",13033 "rmrk-rpc",13034 "sc-client-api",13035 "sc-consensus-aura",13036 "sc-consensus-epochs",13037 "sc-finality-grandpa",13038 "sc-finality-grandpa-rpc",13039 "sc-keystore",13040 "sc-network",13041 "sc-rpc",13042 "sc-rpc-api",13043 "sc-service",13044 "sc-transaction-pool",13045 "serde",13046 "sp-api",13047 "sp-block-builder",13048 "sp-blockchain",13049 "sp-consensus",13050 "sp-consensus-aura",13051 "sp-core",13052 "sp-offchain",13053 "sp-runtime",13054 "sp-session",13055 "sp-storage",13056 "sp-transaction-pool",13057 "substrate-frame-rpc-system",13058 "tokio",13059 "uc-rpc",13060 "up-common",13061 "up-data-structs",13062 "up-rpc",13063]1306413065[[package]]13066name = "unique-runtime"13067version = "0.9.33"13068dependencies = [13069 "app-promotion-rpc",13070 "cumulus-pallet-aura-ext",13071 "cumulus-pallet-dmp-queue",13072 "cumulus-pallet-parachain-system",13073 "cumulus-pallet-xcm",13074 "cumulus-pallet-xcmp-queue",13075 "cumulus-primitives-core",13076 "cumulus-primitives-timestamp",13077 "cumulus-primitives-utility",13078 "derivative",13079 "evm-coder",13080 "fp-evm",13081 "fp-evm-mapping",13082 "fp-rpc",13083 "fp-self-contained",13084 "frame-benchmarking",13085 "frame-executive",13086 "frame-support",13087 "frame-system",13088 "frame-system-benchmarking",13089 "frame-system-rpc-runtime-api",13090 "frame-try-runtime",13091 "hex-literal",13092 "impl-trait-for-tuples",13093 "log",13094 "logtest",13095 "num_enum",13096 "orml-tokens",13097 "orml-traits",13098 "orml-vesting",13099 "orml-xtokens",13100 "pallet-app-promotion",13101 "pallet-aura",13102 "pallet-balances",13103 "pallet-base-fee",13104 "pallet-common",13105 "pallet-configuration",13106 "pallet-ethereum",13107 "pallet-evm",13108 "pallet-evm-coder-substrate",13109 "pallet-evm-contract-helpers",13110 "pallet-evm-migration",13111 "pallet-evm-precompile-simple",13112 "pallet-evm-transaction-payment",13113 "pallet-foreign-assets",13114 "pallet-fungible",13115 "pallet-inflation",13116 "pallet-maintenance",13117 "pallet-nonfungible",13118 "pallet-randomness-collective-flip",13119 "pallet-refungible",13120 "pallet-rmrk-core",13121 "pallet-rmrk-equip",13122 "pallet-structure",13123 "pallet-sudo",13124 "pallet-template-transaction-payment",13125 "pallet-timestamp",13126 "pallet-transaction-payment",13127 "pallet-transaction-payment-rpc-runtime-api",13128 "pallet-treasury",13129 "pallet-unique",13130 "pallet-xcm",13131 "parachain-info",13132 "parity-scale-codec 3.2.1",13133 "polkadot-parachain",13134 "precompile-utils-macro",13135 "rmrk-rpc",13136 "scale-info",13137 "serde",13138 "smallvec",13139 "sp-api",13140 "sp-arithmetic",13141 "sp-block-builder",13142 "sp-consensus-aura",13143 "sp-core",13144 "sp-inherents",13145 "sp-io",13146 "sp-offchain",13147 "sp-runtime",13148 "sp-session",13149 "sp-std",13150 "sp-transaction-pool",13151 "sp-version",13152 "substrate-wasm-builder",13153 "up-common",13154 "up-data-structs",13155 "up-rpc",13156 "up-sponsorship",13157 "xcm",13158 "xcm-builder",13159 "xcm-executor",13160]1316113162[[package]]13163name = "universal-hash"13164version = "0.4.1"13165source = "registry+https://github.com/rust-lang/crates.io-index"13166checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13167dependencies = [13168 "generic-array 0.14.6",13169 "subtle",13170]1317113172[[package]]13173name = "unsigned-varint"13174version = "0.7.1"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13177dependencies = [13178 "asynchronous-codec",13179 "bytes",13180 "futures-io",13181 "futures-util",13182]1318313184[[package]]13185name = "untrusted"13186version = "0.7.1"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1318913190[[package]]13191name = "up-common"13192version = "0.9.33"13193dependencies = [13194 "cumulus-primitives-core",13195 "fp-rpc",13196 "frame-support",13197 "pallet-evm",13198 "sp-consensus-aura",13199 "sp-core",13200 "sp-runtime",13201 "sp-std",13202]1320313204[[package]]13205name = "up-data-structs"13206version = "0.2.2"13207dependencies = [13208 "bondrewd",13209 "derivative",13210 "frame-support",13211 "frame-system",13212 "pallet-evm",13213 "parity-scale-codec 3.2.1",13214 "rmrk-traits",13215 "scale-info",13216 "serde",13217 "sp-core",13218 "sp-runtime",13219 "sp-std",13220 "struct-versioning",13221]1322213223[[package]]13224name = "up-rpc"13225version = "0.1.3"13226dependencies = [13227 "pallet-common",13228 "pallet-evm",13229 "parity-scale-codec 3.2.1",13230 "sp-api",13231 "sp-core",13232 "sp-runtime",13233 "sp-std",13234 "up-data-structs",13235]1323613237[[package]]13238name = "up-sponsorship"13239version = "0.1.0"13240source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"13241dependencies = [13242 "impl-trait-for-tuples",13243]1324413245[[package]]13246name = "url"13247version = "2.3.1"13248source = "registry+https://github.com/rust-lang/crates.io-index"13249checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13250dependencies = [13251 "form_urlencoded",13252 "idna 0.3.0",13253 "percent-encoding",13254]1325513256[[package]]13257name = "valuable"13258version = "0.1.0"13259source = "registry+https://github.com/rust-lang/crates.io-index"13260checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1326113262[[package]]13263name = "value-bag"13264version = "1.0.0-alpha.9"13265source = "registry+https://github.com/rust-lang/crates.io-index"13266checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13267dependencies = [13268 "ctor",13269 "version_check",13270]1327113272[[package]]13273name = "vcpkg"13274version = "0.2.15"13275source = "registry+https://github.com/rust-lang/crates.io-index"13276checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1327713278[[package]]13279name = "version_check"13280version = "0.9.4"13281source = "registry+https://github.com/rust-lang/crates.io-index"13282checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1328313284[[package]]13285name = "void"13286version = "1.0.2"13287source = "registry+https://github.com/rust-lang/crates.io-index"13288checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1328913290[[package]]13291name = "waker-fn"13292version = "1.1.0"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1329513296[[package]]13297name = "walkdir"13298version = "2.3.2"13299source = "registry+https://github.com/rust-lang/crates.io-index"13300checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13301dependencies = [13302 "same-file",13303 "winapi",13304 "winapi-util",13305]1330613307[[package]]13308name = "want"13309version = "0.3.0"13310source = "registry+https://github.com/rust-lang/crates.io-index"13311checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13312dependencies = [13313 "log",13314 "try-lock",13315]1331613317[[package]]13318name = "wasi"13319version = "0.9.0+wasi-snapshot-preview1"13320source = "registry+https://github.com/rust-lang/crates.io-index"13321checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1332213323[[package]]13324name = "wasi"13325version = "0.10.0+wasi-snapshot-preview1"13326source = "registry+https://github.com/rust-lang/crates.io-index"13327checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1332813329[[package]]13330name = "wasi"13331version = "0.11.0+wasi-snapshot-preview1"13332source = "registry+https://github.com/rust-lang/crates.io-index"13333checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1333413335[[package]]13336name = "wasm-bindgen"13337version = "0.2.83"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13340dependencies = [13341 "cfg-if",13342 "wasm-bindgen-macro",13343]1334413345[[package]]13346name = "wasm-bindgen-backend"13347version = "0.2.83"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13350dependencies = [13351 "bumpalo",13352 "log",13353 "once_cell",13354 "proc-macro2",13355 "quote",13356 "syn",13357 "wasm-bindgen-shared",13358]1335913360[[package]]13361name = "wasm-bindgen-futures"13362version = "0.4.33"13363source = "registry+https://github.com/rust-lang/crates.io-index"13364checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13365dependencies = [13366 "cfg-if",13367 "js-sys",13368 "wasm-bindgen",13369 "web-sys",13370]1337113372[[package]]13373name = "wasm-bindgen-macro"13374version = "0.2.83"13375source = "registry+https://github.com/rust-lang/crates.io-index"13376checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13377dependencies = [13378 "quote",13379 "wasm-bindgen-macro-support",13380]1338113382[[package]]13383name = "wasm-bindgen-macro-support"13384version = "0.2.83"13385source = "registry+https://github.com/rust-lang/crates.io-index"13386checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13387dependencies = [13388 "proc-macro2",13389 "quote",13390 "syn",13391 "wasm-bindgen-backend",13392 "wasm-bindgen-shared",13393]1339413395[[package]]13396name = "wasm-bindgen-shared"13397version = "0.2.83"13398source = "registry+https://github.com/rust-lang/crates.io-index"13399checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1340013401[[package]]13402name = "wasm-instrument"13403version = "0.3.0"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13406dependencies = [13407 "parity-wasm",13408]1340913410[[package]]13411name = "wasm-opt"13412version = "0.110.2"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13415dependencies = [13416 "anyhow",13417 "libc",13418 "strum",13419 "strum_macros",13420 "tempfile",13421 "thiserror",13422 "wasm-opt-cxx-sys",13423 "wasm-opt-sys",13424]1342513426[[package]]13427name = "wasm-opt-cxx-sys"13428version = "0.110.2"13429source = "registry+https://github.com/rust-lang/crates.io-index"13430checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13431dependencies = [13432 "anyhow",13433 "cxx",13434 "cxx-build",13435 "wasm-opt-sys",13436]1343713438[[package]]13439name = "wasm-opt-sys"13440version = "0.110.2"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13443dependencies = [13444 "anyhow",13445 "cc",13446 "cxx",13447 "cxx-build",13448 "regex",13449]1345013451[[package]]13452name = "wasm-timer"13453version = "0.2.5"13454source = "registry+https://github.com/rust-lang/crates.io-index"13455checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13456dependencies = [13457 "futures 0.3.25",13458 "js-sys",13459 "parking_lot 0.11.2",13460 "pin-utils",13461 "wasm-bindgen",13462 "wasm-bindgen-futures",13463 "web-sys",13464]1346513466[[package]]13467name = "wasmi"13468version = "0.13.2"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13471dependencies = [13472 "parity-wasm",13473 "wasmi-validation",13474 "wasmi_core",13475]1347613477[[package]]13478name = "wasmi-validation"13479version = "0.5.0"13480source = "registry+https://github.com/rust-lang/crates.io-index"13481checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13482dependencies = [13483 "parity-wasm",13484]1348513486[[package]]13487name = "wasmi_core"13488version = "0.2.1"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13491dependencies = [13492 "downcast-rs",13493 "libm",13494 "memory_units",13495 "num-rational",13496 "num-traits",13497]1349813499[[package]]13500name = "wasmparser"13501version = "0.89.1"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13504dependencies = [13505 "indexmap",13506]1350713508[[package]]13509name = "wasmtime"13510version = "1.0.2"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13513dependencies = [13514 "anyhow",13515 "bincode",13516 "cfg-if",13517 "indexmap",13518 "libc",13519 "log",13520 "object",13521 "once_cell",13522 "paste",13523 "psm",13524 "rayon",13525 "serde",13526 "target-lexicon",13527 "wasmparser",13528 "wasmtime-cache",13529 "wasmtime-cranelift",13530 "wasmtime-environ",13531 "wasmtime-jit",13532 "wasmtime-runtime",13533 "windows-sys 0.36.1",13534]1353513536[[package]]13537name = "wasmtime-asm-macros"13538version = "1.0.2"13539source = "registry+https://github.com/rust-lang/crates.io-index"13540checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13541dependencies = [13542 "cfg-if",13543]1354413545[[package]]13546name = "wasmtime-cache"13547version = "1.0.2"13548source = "registry+https://github.com/rust-lang/crates.io-index"13549checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13550dependencies = [13551 "anyhow",13552 "base64",13553 "bincode",13554 "directories-next",13555 "file-per-thread-logger",13556 "log",13557 "rustix 0.35.13",13558 "serde",13559 "sha2 0.9.9",13560 "toml",13561 "windows-sys 0.36.1",13562 "zstd",13563]1356413565[[package]]13566name = "wasmtime-cranelift"13567version = "1.0.2"13568source = "registry+https://github.com/rust-lang/crates.io-index"13569checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13570dependencies = [13571 "anyhow",13572 "cranelift-codegen",13573 "cranelift-entity",13574 "cranelift-frontend",13575 "cranelift-native",13576 "cranelift-wasm",13577 "gimli",13578 "log",13579 "object",13580 "target-lexicon",13581 "thiserror",13582 "wasmparser",13583 "wasmtime-environ",13584]1358513586[[package]]13587name = "wasmtime-environ"13588version = "1.0.2"13589source = "registry+https://github.com/rust-lang/crates.io-index"13590checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13591dependencies = [13592 "anyhow",13593 "cranelift-entity",13594 "gimli",13595 "indexmap",13596 "log",13597 "object",13598 "serde",13599 "target-lexicon",13600 "thiserror",13601 "wasmparser",13602 "wasmtime-types",13603]1360413605[[package]]13606name = "wasmtime-jit"13607version = "1.0.2"13608source = "registry+https://github.com/rust-lang/crates.io-index"13609checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13610dependencies = [13611 "addr2line",13612 "anyhow",13613 "bincode",13614 "cfg-if",13615 "cpp_demangle",13616 "gimli",13617 "log",13618 "object",13619 "rustc-demangle",13620 "rustix 0.35.13",13621 "serde",13622 "target-lexicon",13623 "thiserror",13624 "wasmtime-environ",13625 "wasmtime-jit-debug",13626 "wasmtime-runtime",13627 "windows-sys 0.36.1",13628]1362913630[[package]]13631name = "wasmtime-jit-debug"13632version = "1.0.2"13633source = "registry+https://github.com/rust-lang/crates.io-index"13634checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13635dependencies = [13636 "object",13637 "once_cell",13638 "rustix 0.35.13",13639]1364013641[[package]]13642name = "wasmtime-runtime"13643version = "1.0.2"13644source = "registry+https://github.com/rust-lang/crates.io-index"13645checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13646dependencies = [13647 "anyhow",13648 "cc",13649 "cfg-if",13650 "indexmap",13651 "libc",13652 "log",13653 "mach",13654 "memfd",13655 "memoffset 0.6.5",13656 "paste",13657 "rand 0.8.5",13658 "rustix 0.35.13",13659 "thiserror",13660 "wasmtime-asm-macros",13661 "wasmtime-environ",13662 "wasmtime-jit-debug",13663 "windows-sys 0.36.1",13664]1366513666[[package]]13667name = "wasmtime-types"13668version = "1.0.2"13669source = "registry+https://github.com/rust-lang/crates.io-index"13670checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13671dependencies = [13672 "cranelift-entity",13673 "serde",13674 "thiserror",13675 "wasmparser",13676]1367713678[[package]]13679name = "web-sys"13680version = "0.3.60"13681source = "registry+https://github.com/rust-lang/crates.io-index"13682checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13683dependencies = [13684 "js-sys",13685 "wasm-bindgen",13686]1368713688[[package]]13689name = "webpki"13690version = "0.22.0"13691source = "registry+https://github.com/rust-lang/crates.io-index"13692checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13693dependencies = [13694 "ring",13695 "untrusted",13696]1369713698[[package]]13699name = "webpki-roots"13700version = "0.22.5"13701source = "registry+https://github.com/rust-lang/crates.io-index"13702checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13703dependencies = [13704 "webpki",13705]1370613707[[package]]13708name = "wepoll-ffi"13709version = "0.1.2"13710source = "registry+https://github.com/rust-lang/crates.io-index"13711checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13712dependencies = [13713 "cc",13714]1371513716[[package]]13717name = "westend-runtime"13718version = "0.9.33"13719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13720dependencies = [13721 "beefy-primitives",13722 "bitvec 1.0.1",13723 "frame-benchmarking",13724 "frame-election-provider-support",13725 "frame-executive",13726 "frame-support",13727 "frame-system",13728 "frame-system-benchmarking",13729 "frame-system-rpc-runtime-api",13730 "frame-try-runtime",13731 "hex-literal",13732 "log",13733 "pallet-authority-discovery",13734 "pallet-authorship",13735 "pallet-babe",13736 "pallet-bags-list",13737 "pallet-balances",13738 "pallet-collective",13739 "pallet-democracy",13740 "pallet-election-provider-multi-phase",13741 "pallet-election-provider-support-benchmarking",13742 "pallet-elections-phragmen",13743 "pallet-fast-unstake",13744 "pallet-grandpa",13745 "pallet-identity",13746 "pallet-im-online",13747 "pallet-indices",13748 "pallet-membership",13749 "pallet-multisig",13750 "pallet-nomination-pools",13751 "pallet-nomination-pools-benchmarking",13752 "pallet-nomination-pools-runtime-api",13753 "pallet-offences",13754 "pallet-offences-benchmarking",13755 "pallet-preimage",13756 "pallet-proxy",13757 "pallet-recovery",13758 "pallet-scheduler",13759 "pallet-session",13760 "pallet-session-benchmarking",13761 "pallet-society",13762 "pallet-staking",13763 "pallet-staking-reward-curve",13764 "pallet-sudo",13765 "pallet-timestamp",13766 "pallet-transaction-payment",13767 "pallet-transaction-payment-rpc-runtime-api",13768 "pallet-treasury",13769 "pallet-utility",13770 "pallet-vesting",13771 "pallet-xcm",13772 "pallet-xcm-benchmarks",13773 "parity-scale-codec 3.2.1",13774 "polkadot-parachain",13775 "polkadot-primitives",13776 "polkadot-runtime-common",13777 "polkadot-runtime-parachains",13778 "rustc-hex",13779 "scale-info",13780 "serde",13781 "serde_derive",13782 "smallvec",13783 "sp-api",13784 "sp-authority-discovery",13785 "sp-block-builder",13786 "sp-consensus-babe",13787 "sp-core",13788 "sp-inherents",13789 "sp-io",13790 "sp-mmr-primitives",13791 "sp-npos-elections",13792 "sp-offchain",13793 "sp-runtime",13794 "sp-session",13795 "sp-staking",13796 "sp-std",13797 "sp-transaction-pool",13798 "sp-version",13799 "substrate-wasm-builder",13800 "westend-runtime-constants",13801 "xcm",13802 "xcm-builder",13803 "xcm-executor",13804]1380513806[[package]]13807name = "westend-runtime-constants"13808version = "0.9.33"13809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13810dependencies = [13811 "frame-support",13812 "polkadot-primitives",13813 "polkadot-runtime-common",13814 "smallvec",13815 "sp-core",13816 "sp-runtime",13817 "sp-weights",13818]1381913820[[package]]13821name = "which"13822version = "4.3.0"13823source = "registry+https://github.com/rust-lang/crates.io-index"13824checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13825dependencies = [13826 "either",13827 "libc",13828 "once_cell",13829]1383013831[[package]]13832name = "widestring"13833version = "0.5.1"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1383613837[[package]]13838name = "winapi"13839version = "0.3.9"13840source = "registry+https://github.com/rust-lang/crates.io-index"13841checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13842dependencies = [13843 "winapi-i686-pc-windows-gnu",13844 "winapi-x86_64-pc-windows-gnu",13845]1384613847[[package]]13848name = "winapi-i686-pc-windows-gnu"13849version = "0.4.0"13850source = "registry+https://github.com/rust-lang/crates.io-index"13851checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1385213853[[package]]13854name = "winapi-util"13855version = "0.1.5"13856source = "registry+https://github.com/rust-lang/crates.io-index"13857checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13858dependencies = [13859 "winapi",13860]1386113862[[package]]13863name = "winapi-x86_64-pc-windows-gnu"13864version = "0.4.0"13865source = "registry+https://github.com/rust-lang/crates.io-index"13866checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1386713868[[package]]13869name = "windows"13870version = "0.34.0"13871source = "registry+https://github.com/rust-lang/crates.io-index"13872checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13873dependencies = [13874 "windows_aarch64_msvc 0.34.0",13875 "windows_i686_gnu 0.34.0",13876 "windows_i686_msvc 0.34.0",13877 "windows_x86_64_gnu 0.34.0",13878 "windows_x86_64_msvc 0.34.0",13879]1388013881[[package]]13882name = "windows-sys"13883version = "0.36.1"13884source = "registry+https://github.com/rust-lang/crates.io-index"13885checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13886dependencies = [13887 "windows_aarch64_msvc 0.36.1",13888 "windows_i686_gnu 0.36.1",13889 "windows_i686_msvc 0.36.1",13890 "windows_x86_64_gnu 0.36.1",13891 "windows_x86_64_msvc 0.36.1",13892]1389313894[[package]]13895name = "windows-sys"13896version = "0.42.0"13897source = "registry+https://github.com/rust-lang/crates.io-index"13898checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13899dependencies = [13900 "windows_aarch64_gnullvm",13901 "windows_aarch64_msvc 0.42.0",13902 "windows_i686_gnu 0.42.0",13903 "windows_i686_msvc 0.42.0",13904 "windows_x86_64_gnu 0.42.0",13905 "windows_x86_64_gnullvm",13906 "windows_x86_64_msvc 0.42.0",13907]1390813909[[package]]13910name = "windows_aarch64_gnullvm"13911version = "0.42.0"13912source = "registry+https://github.com/rust-lang/crates.io-index"13913checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1391413915[[package]]13916name = "windows_aarch64_msvc"13917version = "0.34.0"13918source = "registry+https://github.com/rust-lang/crates.io-index"13919checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1392013921[[package]]13922name = "windows_aarch64_msvc"13923version = "0.36.1"13924source = "registry+https://github.com/rust-lang/crates.io-index"13925checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1392613927[[package]]13928name = "windows_aarch64_msvc"13929version = "0.42.0"13930source = "registry+https://github.com/rust-lang/crates.io-index"13931checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1393213933[[package]]13934name = "windows_i686_gnu"13935version = "0.34.0"13936source = "registry+https://github.com/rust-lang/crates.io-index"13937checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1393813939[[package]]13940name = "windows_i686_gnu"13941version = "0.36.1"13942source = "registry+https://github.com/rust-lang/crates.io-index"13943checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1394413945[[package]]13946name = "windows_i686_gnu"13947version = "0.42.0"13948source = "registry+https://github.com/rust-lang/crates.io-index"13949checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1395013951[[package]]13952name = "windows_i686_msvc"13953version = "0.34.0"13954source = "registry+https://github.com/rust-lang/crates.io-index"13955checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1395613957[[package]]13958name = "windows_i686_msvc"13959version = "0.36.1"13960source = "registry+https://github.com/rust-lang/crates.io-index"13961checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1396213963[[package]]13964name = "windows_i686_msvc"13965version = "0.42.0"13966source = "registry+https://github.com/rust-lang/crates.io-index"13967checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1396813969[[package]]13970name = "windows_x86_64_gnu"13971version = "0.34.0"13972source = "registry+https://github.com/rust-lang/crates.io-index"13973checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1397413975[[package]]13976name = "windows_x86_64_gnu"13977version = "0.36.1"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1398013981[[package]]13982name = "windows_x86_64_gnu"13983version = "0.42.0"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1398613987[[package]]13988name = "windows_x86_64_gnullvm"13989version = "0.42.0"13990source = "registry+https://github.com/rust-lang/crates.io-index"13991checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1399213993[[package]]13994name = "windows_x86_64_msvc"13995version = "0.34.0"13996source = "registry+https://github.com/rust-lang/crates.io-index"13997checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1399813999[[package]]14000name = "windows_x86_64_msvc"14001version = "0.36.1"14002source = "registry+https://github.com/rust-lang/crates.io-index"14003checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1400414005[[package]]14006name = "windows_x86_64_msvc"14007version = "0.42.0"14008source = "registry+https://github.com/rust-lang/crates.io-index"14009checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1401014011[[package]]14012name = "winreg"14013version = "0.10.1"14014source = "registry+https://github.com/rust-lang/crates.io-index"14015checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"14016dependencies = [14017 "winapi",14018]1401914020[[package]]14021name = "wyz"14022version = "0.2.0"14023source = "registry+https://github.com/rust-lang/crates.io-index"14024checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1402514026[[package]]14027name = "wyz"14028version = "0.5.1"14029source = "registry+https://github.com/rust-lang/crates.io-index"14030checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"14031dependencies = [14032 "tap",14033]1403414035[[package]]14036name = "x25519-dalek"14037version = "1.1.1"14038source = "registry+https://github.com/rust-lang/crates.io-index"14039checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14040dependencies = [14041 "curve25519-dalek 3.2.0",14042 "rand_core 0.5.1",14043 "zeroize",14044]1404514046[[package]]14047name = "xcm"14048version = "0.9.33"14049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14050dependencies = [14051 "derivative",14052 "impl-trait-for-tuples",14053 "log",14054 "parity-scale-codec 3.2.1",14055 "scale-info",14056 "sp-runtime",14057 "xcm-procedural",14058]1405914060[[package]]14061name = "xcm-builder"14062version = "0.9.33"14063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14064dependencies = [14065 "frame-support",14066 "frame-system",14067 "log",14068 "pallet-transaction-payment",14069 "parity-scale-codec 3.2.1",14070 "polkadot-parachain",14071 "scale-info",14072 "sp-arithmetic",14073 "sp-io",14074 "sp-runtime",14075 "sp-std",14076 "xcm",14077 "xcm-executor",14078]1407914080[[package]]14081name = "xcm-executor"14082version = "0.9.33"14083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14084dependencies = [14085 "frame-benchmarking",14086 "frame-support",14087 "impl-trait-for-tuples",14088 "log",14089 "parity-scale-codec 3.2.1",14090 "sp-arithmetic",14091 "sp-core",14092 "sp-io",14093 "sp-runtime",14094 "sp-std",14095 "xcm",14096]1409714098[[package]]14099name = "xcm-procedural"14100version = "0.9.33"14101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14102dependencies = [14103 "Inflector",14104 "proc-macro2",14105 "quote",14106 "syn",14107]1410814109[[package]]14110name = "yamux"14111version = "0.10.2"14112source = "registry+https://github.com/rust-lang/crates.io-index"14113checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14114dependencies = [14115 "futures 0.3.25",14116 "log",14117 "nohash-hasher",14118 "parking_lot 0.12.1",14119 "rand 0.8.5",14120 "static_assertions",14121]1412214123[[package]]14124name = "zeroize"14125version = "1.5.7"14126source = "registry+https://github.com/rust-lang/crates.io-index"14127checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14128dependencies = [14129 "zeroize_derive",14130]1413114132[[package]]14133name = "zeroize_derive"14134version = "1.3.3"14135source = "registry+https://github.com/rust-lang/crates.io-index"14136checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14137dependencies = [14138 "proc-macro2",14139 "quote",14140 "syn",14141 "synstructure",14142]1414314144[[package]]14145name = "zstd"14146version = "0.11.2+zstd.1.5.2"14147source = "registry+https://github.com/rust-lang/crates.io-index"14148checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14149dependencies = [14150 "zstd-safe",14151]1415214153[[package]]14154name = "zstd-safe"14155version = "5.0.2+zstd.1.5.2"14156source = "registry+https://github.com/rust-lang/crates.io-index"14157checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14158dependencies = [14159 "libc",14160 "zstd-sys",14161]1416214163[[package]]14164name = "zstd-sys"14165version = "2.0.4+zstd.1.5.2"14166source = "registry+https://github.com/rust-lang/crates.io-index"14167checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14168dependencies = [14169 "cc",14170 "libc",14171]