123version = 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.5",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 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",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.6",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"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 = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.57"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.4"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.4.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.9",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.53"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.9",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.9",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.6",396 "instant",397 "pin-project-lite 0.2.9",398 "rand 0.8.5",399 "tokio 1.18.2",400]401402[[package]]403name = "backtrace"404version = "0.3.65"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object 0.28.4",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.10"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.5.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "futures-timer",465 "hex",466 "log",467 "parity-scale-codec 3.1.2",468 "parking_lot 0.12.0",469 "sc-chain-spec",470 "sc-client-api",471 "sc-finality-grandpa",472 "sc-keystore",473 "sc-network",474 "sc-network-gossip",475 "sc-utils",476 "sp-api",477 "sp-application-crypto",478 "sp-arithmetic",479 "sp-blockchain",480 "sp-consensus",481 "sp-core",482 "sp-keystore",483 "sp-mmr-primitives",484 "sp-runtime",485 "substrate-prometheus-endpoint",486 "thiserror",487 "wasm-timer",488]489490[[package]]491name = "beefy-gadget-rpc"492version = "4.0.0-dev"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"494dependencies = [495 "beefy-gadget",496 "beefy-primitives",497 "futures 0.3.21",498 "jsonrpc-core",499 "jsonrpc-core-client",500 "jsonrpc-derive",501 "jsonrpc-pubsub",502 "log",503 "parity-scale-codec 3.1.2",504 "parking_lot 0.12.0",505 "sc-rpc",506 "sc-utils",507 "serde",508 "sp-core",509 "sp-runtime",510 "thiserror",511]512513[[package]]514name = "beefy-merkle-tree"515version = "4.0.0-dev"516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"517518[[package]]519name = "beefy-primitives"520version = "4.0.0-dev"521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"522dependencies = [523 "parity-scale-codec 3.1.2",524 "scale-info",525 "sp-api",526 "sp-application-crypto",527 "sp-core",528 "sp-runtime",529 "sp-std",530]531532[[package]]533name = "bimap"534version = "0.6.2"535source = "registry+https://github.com/rust-lang/crates.io-index"536checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"537538[[package]]539name = "bincode"540version = "1.3.3"541source = "registry+https://github.com/rust-lang/crates.io-index"542checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"543dependencies = [544 "serde",545]546547[[package]]548name = "bindgen"549version = "0.59.2"550source = "registry+https://github.com/rust-lang/crates.io-index"551checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"552dependencies = [553 "bitflags",554 "cexpr",555 "clang-sys",556 "lazy_static",557 "lazycell",558 "peeking_take_while",559 "proc-macro2",560 "quote",561 "regex",562 "rustc-hash",563 "shlex",564]565566[[package]]567name = "bitflags"568version = "1.3.2"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"571572[[package]]573name = "bitvec"574version = "0.20.4"575source = "registry+https://github.com/rust-lang/crates.io-index"576checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"577dependencies = [578 "funty 1.1.0",579 "radium 0.6.2",580 "tap",581 "wyz 0.2.0",582]583584[[package]]585name = "bitvec"586version = "1.0.0"587source = "registry+https://github.com/rust-lang/crates.io-index"588checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"589dependencies = [590 "funty 2.0.0",591 "radium 0.7.0",592 "tap",593 "wyz 0.5.0",594]595596[[package]]597name = "blake2"598version = "0.9.2"599source = "registry+https://github.com/rust-lang/crates.io-index"600checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"601dependencies = [602 "crypto-mac 0.8.0",603 "digest 0.9.0",604 "opaque-debug 0.3.0",605]606607[[package]]608name = "blake2"609version = "0.10.4"610source = "registry+https://github.com/rust-lang/crates.io-index"611checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"612dependencies = [613 "digest 0.10.3",614]615616[[package]]617name = "blake2-rfc"618version = "0.2.18"619source = "registry+https://github.com/rust-lang/crates.io-index"620checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"621dependencies = [622 "arrayvec 0.4.12",623 "constant_time_eq",624]625626[[package]]627name = "blake2b_simd"628version = "0.5.11"629source = "registry+https://github.com/rust-lang/crates.io-index"630checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"631dependencies = [632 "arrayref",633 "arrayvec 0.5.2",634 "constant_time_eq",635]636637[[package]]638name = "blake2s_simd"639version = "0.5.11"640source = "registry+https://github.com/rust-lang/crates.io-index"641checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"642dependencies = [643 "arrayref",644 "arrayvec 0.5.2",645 "constant_time_eq",646]647648[[package]]649name = "blake3"650version = "0.3.8"651source = "registry+https://github.com/rust-lang/crates.io-index"652checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"653dependencies = [654 "arrayref",655 "arrayvec 0.5.2",656 "cc",657 "cfg-if 0.1.10",658 "constant_time_eq",659 "crypto-mac 0.8.0",660 "digest 0.9.0",661]662663[[package]]664name = "blake3"665version = "1.3.1"666source = "registry+https://github.com/rust-lang/crates.io-index"667checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"668dependencies = [669 "arrayref",670 "arrayvec 0.7.2",671 "cc",672 "cfg-if 1.0.0",673 "constant_time_eq",674 "digest 0.10.3",675]676677[[package]]678name = "block-buffer"679version = "0.7.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"682dependencies = [683 "block-padding 0.1.5",684 "byte-tools",685 "byteorder",686 "generic-array 0.12.4",687]688689[[package]]690name = "block-buffer"691version = "0.9.0"692source = "registry+https://github.com/rust-lang/crates.io-index"693checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"694dependencies = [695 "block-padding 0.2.1",696 "generic-array 0.14.5",697]698699[[package]]700name = "block-buffer"701version = "0.10.2"702source = "registry+https://github.com/rust-lang/crates.io-index"703checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"704dependencies = [705 "generic-array 0.14.5",706]707708[[package]]709name = "block-padding"710version = "0.1.5"711source = "registry+https://github.com/rust-lang/crates.io-index"712checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"713dependencies = [714 "byte-tools",715]716717[[package]]718name = "block-padding"719version = "0.2.1"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"722723[[package]]724name = "blocking"725version = "1.2.0"726source = "registry+https://github.com/rust-lang/crates.io-index"727checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"728dependencies = [729 "async-channel",730 "async-task",731 "atomic-waker",732 "fastrand",733 "futures-lite",734 "once_cell",735]736737[[package]]738name = "bounded-vec"739version = "0.5.0"740source = "registry+https://github.com/rust-lang/crates.io-index"741checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"742dependencies = [743 "thiserror",744]745746[[package]]747name = "bp-header-chain"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"750dependencies = [751 "bp-runtime",752 "finality-grandpa",753 "frame-support",754 "parity-scale-codec 3.1.2",755 "scale-info",756 "serde",757 "sp-core",758 "sp-finality-grandpa",759 "sp-runtime",760 "sp-std",761]762763[[package]]764name = "bp-message-dispatch"765version = "0.1.0"766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"767dependencies = [768 "bp-runtime",769 "frame-support",770 "parity-scale-codec 3.1.2",771 "scale-info",772 "sp-std",773]774775[[package]]776name = "bp-messages"777version = "0.1.0"778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"779dependencies = [780 "bitvec 1.0.0",781 "bp-runtime",782 "frame-support",783 "frame-system",784 "impl-trait-for-tuples",785 "parity-scale-codec 3.1.2",786 "scale-info",787 "serde",788 "sp-core",789 "sp-std",790]791792[[package]]793name = "bp-polkadot-core"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"796dependencies = [797 "bp-messages",798 "bp-runtime",799 "frame-support",800 "frame-system",801 "parity-scale-codec 3.1.2",802 "scale-info",803 "sp-api",804 "sp-core",805 "sp-runtime",806 "sp-std",807 "sp-version",808]809810[[package]]811name = "bp-rococo"812version = "0.1.0"813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"814dependencies = [815 "bp-messages",816 "bp-polkadot-core",817 "bp-runtime",818 "frame-support",819 "parity-scale-codec 3.1.2",820 "smallvec",821 "sp-api",822 "sp-runtime",823 "sp-std",824 "sp-version",825]826827[[package]]828name = "bp-runtime"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"831dependencies = [832 "frame-support",833 "hash-db",834 "num-traits",835 "parity-scale-codec 3.1.2",836 "scale-info",837 "sp-core",838 "sp-io",839 "sp-runtime",840 "sp-state-machine",841 "sp-std",842 "sp-trie",843]844845[[package]]846name = "bp-test-utils"847version = "0.1.0"848source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"849dependencies = [850 "bp-header-chain",851 "ed25519-dalek",852 "finality-grandpa",853 "parity-scale-codec 3.1.2",854 "sp-application-crypto",855 "sp-finality-grandpa",856 "sp-runtime",857 "sp-std",858]859860[[package]]861name = "bp-wococo"862version = "0.1.0"863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"864dependencies = [865 "bp-messages",866 "bp-polkadot-core",867 "bp-rococo",868 "bp-runtime",869 "parity-scale-codec 3.1.2",870 "sp-api",871 "sp-runtime",872 "sp-std",873]874875[[package]]876name = "bridge-runtime-common"877version = "0.1.0"878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"879dependencies = [880 "bp-message-dispatch",881 "bp-messages",882 "bp-runtime",883 "frame-support",884 "frame-system",885 "hash-db",886 "pallet-bridge-dispatch",887 "pallet-bridge-grandpa",888 "pallet-bridge-messages",889 "pallet-transaction-payment",890 "parity-scale-codec 3.1.2",891 "scale-info",892 "sp-api",893 "sp-core",894 "sp-runtime",895 "sp-state-machine",896 "sp-std",897 "sp-trie",898]899900[[package]]901name = "bs58"902version = "0.4.0"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"905906[[package]]907name = "bstr"908version = "0.2.17"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"911dependencies = [912 "lazy_static",913 "memchr",914 "regex-automata",915 "serde",916]917918[[package]]919name = "build-helper"920version = "0.1.1"921source = "registry+https://github.com/rust-lang/crates.io-index"922checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"923dependencies = [924 "semver 0.6.0",925]926927[[package]]928name = "bumpalo"929version = "3.9.1"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"932933[[package]]934name = "byte-slice-cast"935version = "1.2.1"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"938939[[package]]940name = "byte-tools"941version = "0.3.1"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"944945[[package]]946name = "byteorder"947version = "1.4.3"948source = "registry+https://github.com/rust-lang/crates.io-index"949checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"950951[[package]]952name = "bytes"953version = "0.4.12"954source = "registry+https://github.com/rust-lang/crates.io-index"955checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"956dependencies = [957 "byteorder",958 "iovec",959]960961[[package]]962name = "bytes"963version = "0.5.6"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"966967[[package]]968name = "bytes"969version = "1.1.0"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"972973[[package]]974name = "bzip2-sys"975version = "0.1.11+1.0.8"976source = "registry+https://github.com/rust-lang/crates.io-index"977checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"978dependencies = [979 "cc",980 "libc",981 "pkg-config",982]983984[[package]]985name = "cache-padded"986version = "1.2.0"987source = "registry+https://github.com/rust-lang/crates.io-index"988checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"989990[[package]]991name = "camino"992version = "1.0.9"993source = "registry+https://github.com/rust-lang/crates.io-index"994checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"995dependencies = [996 "serde",997]998999[[package]]1000name = "cargo-platform"1001version = "0.1.2"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"1004dependencies = [1005 "serde",1006]10071008[[package]]1009name = "cargo_metadata"1010version = "0.14.2"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"1013dependencies = [1014 "camino",1015 "cargo-platform",1016 "semver 1.0.9",1017 "serde",1018 "serde_json",1019]10201021[[package]]1022name = "cc"1023version = "1.0.73"1024source = "registry+https://github.com/rust-lang/crates.io-index"1025checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1026dependencies = [1027 "jobserver",1028]10291030[[package]]1031name = "cexpr"1032version = "0.6.0"1033source = "registry+https://github.com/rust-lang/crates.io-index"1034checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1035dependencies = [1036 "nom",1037]10381039[[package]]1040name = "cfg-if"1041version = "0.1.10"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10441045[[package]]1046name = "cfg-if"1047version = "1.0.0"1048source = "registry+https://github.com/rust-lang/crates.io-index"1049checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10501051[[package]]1052name = "cfg_aliases"1053version = "0.1.1"1054source = "registry+https://github.com/rust-lang/crates.io-index"1055checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10561057[[package]]1058name = "chacha20"1059version = "0.7.1"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1062dependencies = [1063 "cfg-if 1.0.0",1064 "cipher",1065 "cpufeatures 0.1.5",1066 "zeroize",1067]10681069[[package]]1070name = "chacha20poly1305"1071version = "0.8.0"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1074dependencies = [1075 "aead",1076 "chacha20",1077 "cipher",1078 "poly1305",1079 "zeroize",1080]10811082[[package]]1083name = "chrono"1084version = "0.4.19"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1087dependencies = [1088 "libc",1089 "num-integer",1090 "num-traits",1091 "time",1092 "winapi 0.3.9",1093]10941095[[package]]1096name = "cid"1097version = "0.6.1"1098source = "registry+https://github.com/rust-lang/crates.io-index"1099checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1100dependencies = [1101 "multibase",1102 "multihash 0.13.2",1103 "unsigned-varint 0.5.1",1104]11051106[[package]]1107name = "cipher"1108version = "0.3.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1111dependencies = [1112 "generic-array 0.14.5",1113]11141115[[package]]1116name = "ckb-merkle-mountain-range"1117version = "0.3.2"1118source = "registry+https://github.com/rust-lang/crates.io-index"1119checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1120dependencies = [1121 "cfg-if 0.1.10",1122]11231124[[package]]1125name = "clang-sys"1126version = "1.3.2"1127source = "registry+https://github.com/rust-lang/crates.io-index"1128checksum = "bf6b561dcf059c85bbe388e0a7b0a1469acb3934cc0cfa148613a830629e3049"1129dependencies = [1130 "glob",1131 "libc",1132 "libloading 0.7.3",1133]11341135[[package]]1136name = "clap"1137version = "3.1.18"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"1140dependencies = [1141 "atty",1142 "bitflags",1143 "clap_derive",1144 "clap_lex",1145 "indexmap",1146 "lazy_static",1147 "strsim",1148 "termcolor",1149 "textwrap",1150]11511152[[package]]1153name = "clap_derive"1154version = "3.1.18"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"1157dependencies = [1158 "heck 0.4.0",1159 "proc-macro-error",1160 "proc-macro2",1161 "quote",1162 "syn",1163]11641165[[package]]1166name = "clap_lex"1167version = "0.2.0"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"1170dependencies = [1171 "os_str_bytes",1172]11731174[[package]]1175name = "coarsetime"1176version = "0.1.22"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1179dependencies = [1180 "libc",1181 "once_cell",1182 "wasi 0.11.0+wasi-snapshot-preview1",1183 "wasm-bindgen",1184]11851186[[package]]1187name = "concurrent-queue"1188version = "1.2.2"1189source = "registry+https://github.com/rust-lang/crates.io-index"1190checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1191dependencies = [1192 "cache-padded",1193]11941195[[package]]1196name = "const-oid"1197version = "0.7.1"1198source = "registry+https://github.com/rust-lang/crates.io-index"1199checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"12001201[[package]]1202name = "constant_time_eq"1203version = "0.1.5"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"12061207[[package]]1208name = "convert_case"1209version = "0.4.0"1210source = "registry+https://github.com/rust-lang/crates.io-index"1211checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"12121213[[package]]1214name = "core-foundation"1215version = "0.9.3"1216source = "registry+https://github.com/rust-lang/crates.io-index"1217checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1218dependencies = [1219 "core-foundation-sys",1220 "libc",1221]12221223[[package]]1224name = "core-foundation-sys"1225version = "0.8.3"1226source = "registry+https://github.com/rust-lang/crates.io-index"1227checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"12281229[[package]]1230name = "cpp_demangle"1231version = "0.3.5"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1234dependencies = [1235 "cfg-if 1.0.0",1236]12371238[[package]]1239name = "cpufeatures"1240version = "0.1.5"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1243dependencies = [1244 "libc",1245]12461247[[package]]1248name = "cpufeatures"1249version = "0.2.2"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1252dependencies = [1253 "libc",1254]12551256[[package]]1257name = "cranelift-bforest"1258version = "0.82.3"1259source = "registry+https://github.com/rust-lang/crates.io-index"1260checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1261dependencies = [1262 "cranelift-entity",1263]12641265[[package]]1266name = "cranelift-codegen"1267version = "0.82.3"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1270dependencies = [1271 "cranelift-bforest",1272 "cranelift-codegen-meta",1273 "cranelift-codegen-shared",1274 "cranelift-entity",1275 "gimli",1276 "log",1277 "regalloc",1278 "smallvec",1279 "target-lexicon",1280]12811282[[package]]1283name = "cranelift-codegen-meta"1284version = "0.82.3"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1287dependencies = [1288 "cranelift-codegen-shared",1289]12901291[[package]]1292name = "cranelift-codegen-shared"1293version = "0.82.3"1294source = "registry+https://github.com/rust-lang/crates.io-index"1295checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12961297[[package]]1298name = "cranelift-entity"1299version = "0.82.3"1300source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1302dependencies = [1303 "serde",1304]13051306[[package]]1307name = "cranelift-frontend"1308version = "0.82.3"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1311dependencies = [1312 "cranelift-codegen",1313 "log",1314 "smallvec",1315 "target-lexicon",1316]13171318[[package]]1319name = "cranelift-native"1320version = "0.82.3"1321source = "registry+https://github.com/rust-lang/crates.io-index"1322checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1323dependencies = [1324 "cranelift-codegen",1325 "libc",1326 "target-lexicon",1327]13281329[[package]]1330name = "cranelift-wasm"1331version = "0.82.3"1332source = "registry+https://github.com/rust-lang/crates.io-index"1333checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1334dependencies = [1335 "cranelift-codegen",1336 "cranelift-entity",1337 "cranelift-frontend",1338 "itertools",1339 "log",1340 "smallvec",1341 "wasmparser",1342 "wasmtime-types",1343]13441345[[package]]1346name = "crc32fast"1347version = "1.3.2"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1350dependencies = [1351 "cfg-if 1.0.0",1352]13531354[[package]]1355name = "crossbeam-channel"1356version = "0.5.4"1357source = "registry+https://github.com/rust-lang/crates.io-index"1358checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1359dependencies = [1360 "cfg-if 1.0.0",1361 "crossbeam-utils",1362]13631364[[package]]1365name = "crossbeam-deque"1366version = "0.8.1"1367source = "registry+https://github.com/rust-lang/crates.io-index"1368checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1369dependencies = [1370 "cfg-if 1.0.0",1371 "crossbeam-epoch",1372 "crossbeam-utils",1373]13741375[[package]]1376name = "crossbeam-epoch"1377version = "0.9.8"1378source = "registry+https://github.com/rust-lang/crates.io-index"1379checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1380dependencies = [1381 "autocfg",1382 "cfg-if 1.0.0",1383 "crossbeam-utils",1384 "lazy_static",1385 "memoffset",1386 "scopeguard",1387]13881389[[package]]1390name = "crossbeam-queue"1391version = "0.3.5"1392source = "registry+https://github.com/rust-lang/crates.io-index"1393checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1394dependencies = [1395 "cfg-if 1.0.0",1396 "crossbeam-utils",1397]13981399[[package]]1400name = "crossbeam-utils"1401version = "0.8.8"1402source = "registry+https://github.com/rust-lang/crates.io-index"1403checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1404dependencies = [1405 "cfg-if 1.0.0",1406 "lazy_static",1407]14081409[[package]]1410name = "crunchy"1411version = "0.2.2"1412source = "registry+https://github.com/rust-lang/crates.io-index"1413checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"14141415[[package]]1416name = "crypto-bigint"1417version = "0.3.2"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1420dependencies = [1421 "generic-array 0.14.5",1422 "rand_core 0.6.3",1423 "subtle",1424 "zeroize",1425]14261427[[package]]1428name = "crypto-common"1429version = "0.1.3"1430source = "registry+https://github.com/rust-lang/crates.io-index"1431checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1432dependencies = [1433 "generic-array 0.14.5",1434 "typenum",1435]14361437[[package]]1438name = "crypto-mac"1439version = "0.8.0"1440source = "registry+https://github.com/rust-lang/crates.io-index"1441checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1442dependencies = [1443 "generic-array 0.14.5",1444 "subtle",1445]14461447[[package]]1448name = "crypto-mac"1449version = "0.11.1"1450source = "registry+https://github.com/rust-lang/crates.io-index"1451checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1452dependencies = [1453 "generic-array 0.14.5",1454 "subtle",1455]14561457[[package]]1458name = "csv"1459version = "1.1.6"1460source = "registry+https://github.com/rust-lang/crates.io-index"1461checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"1462dependencies = [1463 "bstr",1464 "csv-core",1465 "itoa 0.4.8",1466 "ryu",1467 "serde",1468]14691470[[package]]1471name = "csv-core"1472version = "0.1.10"1473source = "registry+https://github.com/rust-lang/crates.io-index"1474checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"1475dependencies = [1476 "memchr",1477]14781479[[package]]1480name = "ct-logs"1481version = "0.8.0"1482source = "registry+https://github.com/rust-lang/crates.io-index"1483checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1484dependencies = [1485 "sct 0.6.1",1486]14871488[[package]]1489name = "ctor"1490version = "0.1.22"1491source = "registry+https://github.com/rust-lang/crates.io-index"1492checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1493dependencies = [1494 "quote",1495 "syn",1496]14971498[[package]]1499name = "ctr"1500version = "0.8.0"1501source = "registry+https://github.com/rust-lang/crates.io-index"1502checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1503dependencies = [1504 "cipher",1505]15061507[[package]]1508name = "cuckoofilter"1509version = "0.5.0"1510source = "registry+https://github.com/rust-lang/crates.io-index"1511checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1512dependencies = [1513 "byteorder",1514 "fnv",1515 "rand 0.7.3",1516]15171518[[package]]1519name = "cumulus-client-cli"1520version = "0.1.0"1521source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1522dependencies = [1523 "clap",1524 "sc-cli",1525 "sc-service",1526 "url 2.2.2",1527]15281529[[package]]1530name = "cumulus-client-collator"1531version = "0.1.0"1532source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1533dependencies = [1534 "cumulus-client-consensus-common",1535 "cumulus-client-network",1536 "cumulus-primitives-core",1537 "cumulus-relay-chain-interface",1538 "futures 0.3.21",1539 "parity-scale-codec 3.1.2",1540 "parking_lot 0.12.0",1541 "polkadot-node-primitives",1542 "polkadot-node-subsystem",1543 "polkadot-overseer",1544 "polkadot-primitives",1545 "sc-client-api",1546 "sp-api",1547 "sp-consensus",1548 "sp-core",1549 "sp-runtime",1550 "tracing",1551]15521553[[package]]1554name = "cumulus-client-consensus-aura"1555version = "0.1.0"1556source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1557dependencies = [1558 "async-trait",1559 "cumulus-client-consensus-common",1560 "cumulus-primitives-core",1561 "futures 0.3.21",1562 "parity-scale-codec 3.1.2",1563 "sc-client-api",1564 "sc-consensus",1565 "sc-consensus-aura",1566 "sc-consensus-slots",1567 "sc-telemetry",1568 "sp-api",1569 "sp-application-crypto",1570 "sp-block-builder",1571 "sp-blockchain",1572 "sp-consensus",1573 "sp-consensus-aura",1574 "sp-core",1575 "sp-inherents",1576 "sp-keystore",1577 "sp-runtime",1578 "substrate-prometheus-endpoint",1579 "tracing",1580]15811582[[package]]1583name = "cumulus-client-consensus-common"1584version = "0.1.0"1585source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1586dependencies = [1587 "async-trait",1588 "cumulus-relay-chain-interface",1589 "dyn-clone",1590 "futures 0.3.21",1591 "parity-scale-codec 3.1.2",1592 "polkadot-primitives",1593 "sc-client-api",1594 "sc-consensus",1595 "sp-api",1596 "sp-blockchain",1597 "sp-consensus",1598 "sp-runtime",1599 "sp-trie",1600 "tracing",1601]16021603[[package]]1604name = "cumulus-client-network"1605version = "0.1.0"1606source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1607dependencies = [1608 "async-trait",1609 "cumulus-relay-chain-interface",1610 "derive_more",1611 "futures 0.3.21",1612 "futures-timer",1613 "parity-scale-codec 3.1.2",1614 "parking_lot 0.12.0",1615 "polkadot-node-primitives",1616 "polkadot-parachain",1617 "polkadot-primitives",1618 "sc-client-api",1619 "sp-api",1620 "sp-blockchain",1621 "sp-consensus",1622 "sp-core",1623 "sp-runtime",1624 "sp-state-machine",1625 "tracing",1626]16271628[[package]]1629name = "cumulus-client-pov-recovery"1630version = "0.1.0"1631source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1632dependencies = [1633 "cumulus-primitives-core",1634 "cumulus-relay-chain-interface",1635 "futures 0.3.21",1636 "futures-timer",1637 "parity-scale-codec 3.1.2",1638 "polkadot-node-primitives",1639 "polkadot-node-subsystem",1640 "polkadot-overseer",1641 "polkadot-primitives",1642 "rand 0.8.5",1643 "sc-client-api",1644 "sc-consensus",1645 "sp-api",1646 "sp-consensus",1647 "sp-maybe-compressed-blob",1648 "sp-runtime",1649 "tracing",1650]16511652[[package]]1653name = "cumulus-client-service"1654version = "0.1.0"1655source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1656dependencies = [1657 "cumulus-client-cli",1658 "cumulus-client-collator",1659 "cumulus-client-consensus-common",1660 "cumulus-client-pov-recovery",1661 "cumulus-primitives-core",1662 "cumulus-relay-chain-interface",1663 "parity-scale-codec 3.1.2",1664 "parking_lot 0.12.0",1665 "polkadot-overseer",1666 "polkadot-primitives",1667 "sc-chain-spec",1668 "sc-client-api",1669 "sc-consensus",1670 "sc-consensus-babe",1671 "sc-service",1672 "sc-telemetry",1673 "sc-tracing",1674 "sp-api",1675 "sp-blockchain",1676 "sp-consensus",1677 "sp-core",1678 "sp-runtime",1679 "tracing",1680]16811682[[package]]1683name = "cumulus-pallet-aura-ext"1684version = "0.1.0"1685source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1686dependencies = [1687 "frame-executive",1688 "frame-support",1689 "frame-system",1690 "pallet-aura",1691 "parity-scale-codec 3.1.2",1692 "scale-info",1693 "serde",1694 "sp-application-crypto",1695 "sp-consensus-aura",1696 "sp-runtime",1697 "sp-std",1698]16991700[[package]]1701name = "cumulus-pallet-dmp-queue"1702version = "0.1.0"1703source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1704dependencies = [1705 "cumulus-primitives-core",1706 "frame-support",1707 "frame-system",1708 "log",1709 "parity-scale-codec 3.1.2",1710 "scale-info",1711 "sp-io",1712 "sp-runtime",1713 "sp-std",1714 "xcm",1715 "xcm-executor",1716]17171718[[package]]1719name = "cumulus-pallet-parachain-system"1720version = "0.1.0"1721source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1722dependencies = [1723 "cumulus-pallet-parachain-system-proc-macro",1724 "cumulus-primitives-core",1725 "cumulus-primitives-parachain-inherent",1726 "environmental",1727 "frame-support",1728 "frame-system",1729 "impl-trait-for-tuples",1730 "log",1731 "pallet-balances",1732 "parity-scale-codec 3.1.2",1733 "polkadot-parachain",1734 "scale-info",1735 "serde",1736 "sp-core",1737 "sp-externalities",1738 "sp-inherents",1739 "sp-io",1740 "sp-runtime",1741 "sp-state-machine",1742 "sp-std",1743 "sp-trie",1744 "sp-version",1745 "xcm",1746]17471748[[package]]1749name = "cumulus-pallet-parachain-system-proc-macro"1750version = "0.1.0"1751source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1752dependencies = [1753 "proc-macro-crate 1.1.3",1754 "proc-macro2",1755 "quote",1756 "syn",1757]17581759[[package]]1760name = "cumulus-pallet-xcm"1761version = "0.1.0"1762source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1763dependencies = [1764 "cumulus-primitives-core",1765 "frame-support",1766 "frame-system",1767 "parity-scale-codec 3.1.2",1768 "scale-info",1769 "serde",1770 "sp-io",1771 "sp-runtime",1772 "sp-std",1773 "xcm",1774]17751776[[package]]1777name = "cumulus-pallet-xcmp-queue"1778version = "0.1.0"1779source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1780dependencies = [1781 "cumulus-primitives-core",1782 "frame-support",1783 "frame-system",1784 "log",1785 "parity-scale-codec 3.1.2",1786 "rand_chacha 0.3.1",1787 "scale-info",1788 "sp-runtime",1789 "sp-std",1790 "xcm",1791 "xcm-executor",1792]17931794[[package]]1795name = "cumulus-primitives-core"1796version = "0.1.0"1797source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1798dependencies = [1799 "frame-support",1800 "parity-scale-codec 3.1.2",1801 "polkadot-core-primitives",1802 "polkadot-parachain",1803 "polkadot-primitives",1804 "sp-api",1805 "sp-runtime",1806 "sp-std",1807 "sp-trie",1808]18091810[[package]]1811name = "cumulus-primitives-parachain-inherent"1812version = "0.1.0"1813source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1814dependencies = [1815 "async-trait",1816 "cumulus-primitives-core",1817 "cumulus-relay-chain-interface",1818 "cumulus-test-relay-sproof-builder",1819 "parity-scale-codec 3.1.2",1820 "sc-client-api",1821 "scale-info",1822 "sp-api",1823 "sp-core",1824 "sp-inherents",1825 "sp-runtime",1826 "sp-state-machine",1827 "sp-std",1828 "sp-storage",1829 "sp-trie",1830 "tracing",1831]18321833[[package]]1834name = "cumulus-primitives-timestamp"1835version = "0.1.0"1836source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1837dependencies = [1838 "cumulus-primitives-core",1839 "futures 0.3.21",1840 "parity-scale-codec 3.1.2",1841 "sp-inherents",1842 "sp-std",1843 "sp-timestamp",1844]18451846[[package]]1847name = "cumulus-primitives-utility"1848version = "0.1.0"1849source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1850dependencies = [1851 "cumulus-primitives-core",1852 "frame-support",1853 "parity-scale-codec 3.1.2",1854 "polkadot-core-primitives",1855 "polkadot-parachain",1856 "polkadot-primitives",1857 "sp-runtime",1858 "sp-std",1859 "sp-trie",1860 "xcm",1861]18621863[[package]]1864name = "cumulus-relay-chain-inprocess-interface"1865version = "0.1.0"1866source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1867dependencies = [1868 "async-trait",1869 "cumulus-primitives-core",1870 "cumulus-relay-chain-interface",1871 "futures 0.3.21",1872 "futures-timer",1873 "parking_lot 0.12.0",1874 "polkadot-client",1875 "polkadot-service",1876 "sc-client-api",1877 "sc-consensus-babe",1878 "sc-network",1879 "sc-service",1880 "sc-telemetry",1881 "sc-tracing",1882 "sp-api",1883 "sp-blockchain",1884 "sp-consensus",1885 "sp-core",1886 "sp-runtime",1887 "sp-state-machine",1888 "tracing",1889]18901891[[package]]1892name = "cumulus-relay-chain-interface"1893version = "0.1.0"1894source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1895dependencies = [1896 "async-trait",1897 "cumulus-primitives-core",1898 "derive_more",1899 "futures 0.3.21",1900 "jsonrpsee-core",1901 "parity-scale-codec 3.1.2",1902 "parking_lot 0.12.0",1903 "polkadot-overseer",1904 "polkadot-service",1905 "sc-client-api",1906 "sc-service",1907 "sp-api",1908 "sp-blockchain",1909 "sp-core",1910 "sp-runtime",1911 "sp-state-machine",1912 "thiserror",1913]19141915[[package]]1916name = "cumulus-relay-chain-rpc-interface"1917version = "0.1.0"1918source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1919dependencies = [1920 "async-trait",1921 "backoff",1922 "cumulus-primitives-core",1923 "cumulus-relay-chain-interface",1924 "futures 0.3.21",1925 "futures-timer",1926 "jsonrpsee",1927 "parity-scale-codec 3.1.2",1928 "parking_lot 0.12.0",1929 "polkadot-service",1930 "sc-client-api",1931 "sc-rpc-api",1932 "sp-api",1933 "sp-core",1934 "sp-runtime",1935 "sp-state-machine",1936 "sp-storage",1937 "tracing",1938 "url 2.2.2",1939]19401941[[package]]1942name = "cumulus-test-relay-sproof-builder"1943version = "0.1.0"1944source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1945dependencies = [1946 "cumulus-primitives-core",1947 "parity-scale-codec 3.1.2",1948 "polkadot-primitives",1949 "sp-runtime",1950 "sp-state-machine",1951 "sp-std",1952]19531954[[package]]1955name = "curve25519-dalek"1956version = "2.1.3"1957source = "registry+https://github.com/rust-lang/crates.io-index"1958checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1959dependencies = [1960 "byteorder",1961 "digest 0.8.1",1962 "rand_core 0.5.1",1963 "subtle",1964 "zeroize",1965]19661967[[package]]1968name = "curve25519-dalek"1969version = "3.2.0"1970source = "registry+https://github.com/rust-lang/crates.io-index"1971checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1972dependencies = [1973 "byteorder",1974 "digest 0.9.0",1975 "rand_core 0.5.1",1976 "subtle",1977 "zeroize",1978]19791980[[package]]1981name = "darling"1982version = "0.13.4"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1985dependencies = [1986 "darling_core",1987 "darling_macro",1988]19891990[[package]]1991name = "darling_core"1992version = "0.13.4"1993source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1995dependencies = [1996 "fnv",1997 "ident_case",1998 "proc-macro2",1999 "quote",2000 "strsim",2001 "syn",2002]20032004[[package]]2005name = "darling_macro"2006version = "0.13.4"2007source = "registry+https://github.com/rust-lang/crates.io-index"2008checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"2009dependencies = [2010 "darling_core",2011 "quote",2012 "syn",2013]20142015[[package]]2016name = "data-encoding"2017version = "2.3.2"2018source = "registry+https://github.com/rust-lang/crates.io-index"2019checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"20202021[[package]]2022name = "data-encoding-macro"2023version = "0.1.12"2024source = "registry+https://github.com/rust-lang/crates.io-index"2025checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"2026dependencies = [2027 "data-encoding",2028 "data-encoding-macro-internal",2029]20302031[[package]]2032name = "data-encoding-macro-internal"2033version = "0.1.10"2034source = "registry+https://github.com/rust-lang/crates.io-index"2035checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"2036dependencies = [2037 "data-encoding",2038 "syn",2039]20402041[[package]]2042name = "der"2043version = "0.5.1"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"2046dependencies = [2047 "const-oid",2048]20492050[[package]]2051name = "derivative"2052version = "2.2.0"2053source = "registry+https://github.com/rust-lang/crates.io-index"2054checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2055dependencies = [2056 "proc-macro2",2057 "quote",2058 "syn",2059]20602061[[package]]2062name = "derive_more"2063version = "0.99.17"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2066dependencies = [2067 "convert_case",2068 "proc-macro2",2069 "quote",2070 "rustc_version 0.4.0",2071 "syn",2072]20732074[[package]]2075name = "digest"2076version = "0.8.1"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2079dependencies = [2080 "generic-array 0.12.4",2081]20822083[[package]]2084name = "digest"2085version = "0.9.0"2086source = "registry+https://github.com/rust-lang/crates.io-index"2087checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2088dependencies = [2089 "generic-array 0.14.5",2090]20912092[[package]]2093name = "digest"2094version = "0.10.3"2095source = "registry+https://github.com/rust-lang/crates.io-index"2096checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2097dependencies = [2098 "block-buffer 0.10.2",2099 "crypto-common",2100 "subtle",2101]21022103[[package]]2104name = "directories"2105version = "4.0.1"2106source = "registry+https://github.com/rust-lang/crates.io-index"2107checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2108dependencies = [2109 "dirs-sys",2110]21112112[[package]]2113name = "directories-next"2114version = "2.0.0"2115source = "registry+https://github.com/rust-lang/crates.io-index"2116checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2117dependencies = [2118 "cfg-if 1.0.0",2119 "dirs-sys-next",2120]21212122[[package]]2123name = "dirs"2124version = "1.0.5"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"2127dependencies = [2128 "libc",2129 "redox_users 0.3.5",2130 "winapi 0.3.9",2131]21322133[[package]]2134name = "dirs-sys"2135version = "0.3.7"2136source = "registry+https://github.com/rust-lang/crates.io-index"2137checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2138dependencies = [2139 "libc",2140 "redox_users 0.4.3",2141 "winapi 0.3.9",2142]21432144[[package]]2145name = "dirs-sys-next"2146version = "0.1.2"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2149dependencies = [2150 "libc",2151 "redox_users 0.4.3",2152 "winapi 0.3.9",2153]21542155[[package]]2156name = "dns-parser"2157version = "0.8.0"2158source = "registry+https://github.com/rust-lang/crates.io-index"2159checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2160dependencies = [2161 "byteorder",2162 "quick-error",2163]21642165[[package]]2166name = "downcast-rs"2167version = "1.2.0"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21702171[[package]]2172name = "dtoa"2173version = "0.4.8"2174source = "registry+https://github.com/rust-lang/crates.io-index"2175checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"21762177[[package]]2178name = "dyn-clonable"2179version = "0.9.0"2180source = "registry+https://github.com/rust-lang/crates.io-index"2181checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2182dependencies = [2183 "dyn-clonable-impl",2184 "dyn-clone",2185]21862187[[package]]2188name = "dyn-clonable-impl"2189version = "0.9.0"2190source = "registry+https://github.com/rust-lang/crates.io-index"2191checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2192dependencies = [2193 "proc-macro2",2194 "quote",2195 "syn",2196]21972198[[package]]2199name = "dyn-clone"2200version = "1.0.5"2201source = "registry+https://github.com/rust-lang/crates.io-index"2202checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"22032204[[package]]2205name = "ecdsa"2206version = "0.13.4"2207source = "registry+https://github.com/rust-lang/crates.io-index"2208checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2209dependencies = [2210 "der",2211 "elliptic-curve",2212 "signature",2213]22142215[[package]]2216name = "ed25519"2217version = "1.5.2"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2220dependencies = [2221 "signature",2222]22232224[[package]]2225name = "ed25519-dalek"2226version = "1.0.1"2227source = "registry+https://github.com/rust-lang/crates.io-index"2228checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2229dependencies = [2230 "curve25519-dalek 3.2.0",2231 "ed25519",2232 "rand 0.7.3",2233 "serde",2234 "sha2 0.9.9",2235 "zeroize",2236]22372238[[package]]2239name = "either"2240version = "1.6.1"2241source = "registry+https://github.com/rust-lang/crates.io-index"2242checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"22432244[[package]]2245name = "elliptic-curve"2246version = "0.11.12"2247source = "registry+https://github.com/rust-lang/crates.io-index"2248checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2249dependencies = [2250 "base16ct",2251 "crypto-bigint",2252 "der",2253 "ff",2254 "generic-array 0.14.5",2255 "group",2256 "rand_core 0.6.3",2257 "sec1",2258 "subtle",2259 "zeroize",2260]22612262[[package]]2263name = "encode_unicode"2264version = "0.3.6"2265source = "registry+https://github.com/rust-lang/crates.io-index"2266checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"22672268[[package]]2269name = "enum-as-inner"2270version = "0.3.4"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2273dependencies = [2274 "heck 0.4.0",2275 "proc-macro2",2276 "quote",2277 "syn",2278]22792280[[package]]2281name = "enumflags2"2282version = "0.7.5"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2285dependencies = [2286 "enumflags2_derive",2287]22882289[[package]]2290name = "enumflags2_derive"2291version = "0.7.4"2292source = "registry+https://github.com/rust-lang/crates.io-index"2293checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2294dependencies = [2295 "proc-macro2",2296 "quote",2297 "syn",2298]22992300[[package]]2301name = "enumn"2302version = "0.1.4"2303source = "registry+https://github.com/rust-lang/crates.io-index"2304checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2305dependencies = [2306 "proc-macro2",2307 "quote",2308 "syn",2309]23102311[[package]]2312name = "env_logger"2313version = "0.9.0"2314source = "registry+https://github.com/rust-lang/crates.io-index"2315checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2316dependencies = [2317 "atty",2318 "humantime",2319 "log",2320 "regex",2321 "termcolor",2322]23232324[[package]]2325name = "environmental"2326version = "1.1.3"2327source = "registry+https://github.com/rust-lang/crates.io-index"2328checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"23292330[[package]]2331name = "errno"2332version = "0.2.8"2333source = "registry+https://github.com/rust-lang/crates.io-index"2334checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2335dependencies = [2336 "errno-dragonfly",2337 "libc",2338 "winapi 0.3.9",2339]23402341[[package]]2342name = "errno-dragonfly"2343version = "0.1.2"2344source = "registry+https://github.com/rust-lang/crates.io-index"2345checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2346dependencies = [2347 "cc",2348 "libc",2349]23502351[[package]]2352name = "ethbloom"2353version = "0.12.1"2354source = "registry+https://github.com/rust-lang/crates.io-index"2355checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2356dependencies = [2357 "crunchy",2358 "fixed-hash",2359 "impl-codec",2360 "impl-rlp",2361 "impl-serde",2362 "scale-info",2363 "tiny-keccak",2364]23652366[[package]]2367name = "ethereum"2368version = "0.12.0"2369source = "registry+https://github.com/rust-lang/crates.io-index"2370checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2371dependencies = [2372 "bytes 1.1.0",2373 "ethereum-types",2374 "hash-db",2375 "hash256-std-hasher",2376 "parity-scale-codec 3.1.2",2377 "rlp",2378 "rlp-derive",2379 "scale-info",2380 "serde",2381 "sha3 0.10.1",2382 "triehash",2383]23842385[[package]]2386name = "ethereum-types"2387version = "0.13.1"2388source = "registry+https://github.com/rust-lang/crates.io-index"2389checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2390dependencies = [2391 "ethbloom",2392 "fixed-hash",2393 "impl-codec",2394 "impl-rlp",2395 "impl-serde",2396 "primitive-types",2397 "scale-info",2398 "uint",2399]24002401[[package]]2402name = "event-listener"2403version = "2.5.2"2404source = "registry+https://github.com/rust-lang/crates.io-index"2405checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"24062407[[package]]2408name = "evm"2409version = "0.35.0"2410source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2411dependencies = [2412 "auto_impl",2413 "environmental",2414 "ethereum",2415 "evm-core",2416 "evm-gasometer",2417 "evm-runtime",2418 "log",2419 "parity-scale-codec 3.1.2",2420 "primitive-types",2421 "rlp",2422 "scale-info",2423 "serde",2424 "sha3 0.10.1",2425]24262427[[package]]2428name = "evm-coder"2429version = "0.1.0"2430dependencies = [2431 "ethereum",2432 "evm-coder-macros",2433 "evm-core",2434 "hex",2435 "hex-literal",2436 "impl-trait-for-tuples",2437 "primitive-types",2438]24392440[[package]]2441name = "evm-coder-macros"2442version = "0.1.0"2443dependencies = [2444 "Inflector",2445 "darling",2446 "hex",2447 "proc-macro2",2448 "quote",2449 "sha3 0.9.1",2450 "syn",2451]24522453[[package]]2454name = "evm-core"2455version = "0.35.0"2456source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2457dependencies = [2458 "parity-scale-codec 3.1.2",2459 "primitive-types",2460 "scale-info",2461 "serde",2462]24632464[[package]]2465name = "evm-gasometer"2466version = "0.35.0"2467source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2468dependencies = [2469 "environmental",2470 "evm-core",2471 "evm-runtime",2472 "primitive-types",2473]24742475[[package]]2476name = "evm-runtime"2477version = "0.35.0"2478source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2479dependencies = [2480 "auto_impl",2481 "environmental",2482 "evm-core",2483 "primitive-types",2484 "sha3 0.10.1",2485]24862487[[package]]2488name = "exit-future"2489version = "0.2.0"2490source = "registry+https://github.com/rust-lang/crates.io-index"2491checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2492dependencies = [2493 "futures 0.3.21",2494]24952496[[package]]2497name = "expander"2498version = "0.0.4"2499source = "registry+https://github.com/rust-lang/crates.io-index"2500checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2501dependencies = [2502 "blake3 1.3.1",2503 "fs-err",2504 "proc-macro2",2505 "quote",2506]25072508[[package]]2509name = "expander"2510version = "0.0.6"2511source = "registry+https://github.com/rust-lang/crates.io-index"2512checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2513dependencies = [2514 "blake2 0.10.4",2515 "fs-err",2516 "proc-macro2",2517 "quote",2518 "syn",2519]25202521[[package]]2522name = "fake-simd"2523version = "0.1.2"2524source = "registry+https://github.com/rust-lang/crates.io-index"2525checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"25262527[[package]]2528name = "fallible-iterator"2529version = "0.2.0"2530source = "registry+https://github.com/rust-lang/crates.io-index"2531checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"25322533[[package]]2534name = "fastrand"2535version = "1.7.0"2536source = "registry+https://github.com/rust-lang/crates.io-index"2537checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2538dependencies = [2539 "instant",2540]25412542[[package]]2543name = "fatality"2544version = "0.0.6"2545source = "registry+https://github.com/rust-lang/crates.io-index"2546checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2547dependencies = [2548 "fatality-proc-macro",2549 "thiserror",2550]25512552[[package]]2553name = "fatality-proc-macro"2554version = "0.0.6"2555source = "registry+https://github.com/rust-lang/crates.io-index"2556checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2557dependencies = [2558 "expander 0.0.4",2559 "indexmap",2560 "proc-macro-crate 1.1.3",2561 "proc-macro2",2562 "quote",2563 "syn",2564 "thiserror",2565]25662567[[package]]2568name = "fc-consensus"2569version = "2.0.0-dev"2570source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2571dependencies = [2572 "async-trait",2573 "fc-db",2574 "fp-consensus",2575 "fp-rpc",2576 "sc-client-api",2577 "sc-consensus",2578 "sp-api",2579 "sp-block-builder",2580 "sp-blockchain",2581 "sp-consensus",2582 "sp-runtime",2583 "thiserror",2584]25852586[[package]]2587name = "fc-db"2588version = "2.0.0-dev"2589source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2590dependencies = [2591 "fp-storage",2592 "kvdb-rocksdb",2593 "parity-scale-codec 3.1.2",2594 "parking_lot 0.12.0",2595 "sp-core",2596 "sp-database",2597 "sp-runtime",2598]25992600[[package]]2601name = "fc-mapping-sync"2602version = "2.0.0-dev"2603source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2604dependencies = [2605 "fc-db",2606 "fp-consensus",2607 "fp-rpc",2608 "futures 0.3.21",2609 "futures-timer",2610 "log",2611 "sc-client-api",2612 "sp-api",2613 "sp-blockchain",2614 "sp-runtime",2615]26162617[[package]]2618name = "fc-rpc"2619version = "2.0.0-dev"2620source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2621dependencies = [2622 "ethereum",2623 "ethereum-types",2624 "evm",2625 "fc-db",2626 "fc-rpc-core",2627 "fp-rpc",2628 "fp-storage",2629 "futures 0.3.21",2630 "hex",2631 "jsonrpc-core",2632 "jsonrpc-core-client",2633 "jsonrpc-pubsub",2634 "libsecp256k1",2635 "log",2636 "lru 0.6.6",2637 "parity-scale-codec 3.1.2",2638 "rand 0.8.5",2639 "rlp",2640 "sc-client-api",2641 "sc-network",2642 "sc-rpc",2643 "sc-service",2644 "sc-transaction-pool",2645 "sc-transaction-pool-api",2646 "sp-api",2647 "sp-block-builder",2648 "sp-blockchain",2649 "sp-core",2650 "sp-io",2651 "sp-runtime",2652 "sp-storage",2653 "tokio 1.18.2",2654]26552656[[package]]2657name = "fc-rpc-core"2658version = "1.1.0-dev"2659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2660dependencies = [2661 "ethereum",2662 "ethereum-types",2663 "jsonrpc-core",2664 "jsonrpc-core-client",2665 "jsonrpc-derive",2666 "jsonrpc-pubsub",2667 "rlp",2668 "rustc-hex",2669 "serde",2670 "serde_json",2671]26722673[[package]]2674name = "fdlimit"2675version = "0.2.1"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2678dependencies = [2679 "libc",2680]26812682[[package]]2683name = "ff"2684version = "0.11.1"2685source = "registry+https://github.com/rust-lang/crates.io-index"2686checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2687dependencies = [2688 "rand_core 0.6.3",2689 "subtle",2690]26912692[[package]]2693name = "file-per-thread-logger"2694version = "0.1.5"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2697dependencies = [2698 "env_logger",2699 "log",2700]27012702[[package]]2703name = "finality-grandpa"2704version = "0.15.0"2705source = "registry+https://github.com/rust-lang/crates.io-index"2706checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2707dependencies = [2708 "either",2709 "futures 0.3.21",2710 "futures-timer",2711 "log",2712 "num-traits",2713 "parity-scale-codec 3.1.2",2714 "parking_lot 0.11.2",2715 "scale-info",2716]27172718[[package]]2719name = "fixed-hash"2720version = "0.7.0"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2723dependencies = [2724 "byteorder",2725 "rand 0.8.5",2726 "rustc-hex",2727 "static_assertions",2728]27292730[[package]]2731name = "fixedbitset"2732version = "0.4.1"2733source = "registry+https://github.com/rust-lang/crates.io-index"2734checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"27352736[[package]]2737name = "flate2"2738version = "1.0.23"2739source = "registry+https://github.com/rust-lang/crates.io-index"2740checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2741dependencies = [2742 "cfg-if 1.0.0",2743 "crc32fast",2744 "libc",2745 "libz-sys",2746 "miniz_oxide",2747]27482749[[package]]2750name = "flexi_logger"2751version = "0.15.12"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2754dependencies = [2755 "atty",2756 "chrono",2757 "glob",2758 "lazy_static",2759 "log",2760 "regex",2761 "thiserror",2762 "yansi",2763]27642765[[package]]2766name = "fnv"2767version = "1.0.7"2768source = "registry+https://github.com/rust-lang/crates.io-index"2769checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27702771[[package]]2772name = "fork-tree"2773version = "3.0.0"2774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2775dependencies = [2776 "parity-scale-codec 3.1.2",2777]27782779[[package]]2780name = "form_urlencoded"2781version = "1.0.1"2782source = "registry+https://github.com/rust-lang/crates.io-index"2783checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2784dependencies = [2785 "matches",2786 "percent-encoding 2.1.0",2787]27882789[[package]]2790name = "fp-consensus"2791version = "2.0.0-dev"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2793dependencies = [2794 "ethereum",2795 "parity-scale-codec 3.1.2",2796 "sp-core",2797 "sp-runtime",2798 "sp-std",2799]28002801[[package]]2802name = "fp-evm"2803version = "3.0.0-dev"2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2805dependencies = [2806 "evm",2807 "impl-trait-for-tuples",2808 "parity-scale-codec 3.1.2",2809 "serde",2810 "sp-core",2811 "sp-std",2812]28132814[[package]]2815name = "fp-evm-mapping"2816version = "0.1.0"2817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2818dependencies = [2819 "frame-support",2820 "sp-core",2821]28222823[[package]]2824name = "fp-rpc"2825version = "3.0.0-dev"2826source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2827dependencies = [2828 "ethereum",2829 "ethereum-types",2830 "fp-evm",2831 "parity-scale-codec 3.1.2",2832 "scale-info",2833 "sp-api",2834 "sp-core",2835 "sp-io",2836 "sp-runtime",2837 "sp-std",2838]28392840[[package]]2841name = "fp-self-contained"2842version = "1.0.0-dev"2843source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2844dependencies = [2845 "ethereum",2846 "frame-support",2847 "parity-scale-codec 3.1.2",2848 "parity-util-mem",2849 "scale-info",2850 "serde",2851 "sp-debug-derive",2852 "sp-io",2853 "sp-runtime",2854]28552856[[package]]2857name = "fp-storage"2858version = "2.0.0"2859source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2860dependencies = [2861 "parity-scale-codec 3.1.2",2862]28632864[[package]]2865name = "frame-benchmarking"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2868dependencies = [2869 "frame-support",2870 "frame-system",2871 "linregress",2872 "log",2873 "parity-scale-codec 3.1.2",2874 "paste",2875 "scale-info",2876 "serde",2877 "sp-api",2878 "sp-application-crypto",2879 "sp-io",2880 "sp-runtime",2881 "sp-runtime-interface",2882 "sp-std",2883 "sp-storage",2884]28852886[[package]]2887name = "frame-benchmarking-cli"2888version = "4.0.0-dev"2889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2890dependencies = [2891 "Inflector",2892 "chrono",2893 "clap",2894 "frame-benchmarking",2895 "frame-support",2896 "frame-system",2897 "handlebars",2898 "hash-db",2899 "hex",2900 "itertools",2901 "kvdb",2902 "linked-hash-map",2903 "log",2904 "memory-db",2905 "parity-scale-codec 3.1.2",2906 "prettytable-rs",2907 "rand 0.8.5",2908 "rand_pcg 0.3.1",2909 "sc-block-builder",2910 "sc-cli",2911 "sc-client-api",2912 "sc-client-db",2913 "sc-executor",2914 "sc-service",2915 "sc-sysinfo",2916 "serde",2917 "serde_json",2918 "serde_nanos",2919 "sp-api",2920 "sp-blockchain",2921 "sp-core",2922 "sp-database",2923 "sp-externalities",2924 "sp-inherents",2925 "sp-keystore",2926 "sp-runtime",2927 "sp-state-machine",2928 "sp-storage",2929 "sp-trie",2930 "tempfile",2931 "thousands",2932]29332934[[package]]2935name = "frame-election-provider-solution-type"2936version = "4.0.0-dev"2937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2938dependencies = [2939 "proc-macro-crate 1.1.3",2940 "proc-macro2",2941 "quote",2942 "syn",2943]29442945[[package]]2946name = "frame-election-provider-support"2947version = "4.0.0-dev"2948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2949dependencies = [2950 "frame-election-provider-solution-type",2951 "frame-support",2952 "frame-system",2953 "parity-scale-codec 3.1.2",2954 "scale-info",2955 "sp-arithmetic",2956 "sp-npos-elections",2957 "sp-runtime",2958 "sp-std",2959]29602961[[package]]2962name = "frame-executive"2963version = "4.0.0-dev"2964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2965dependencies = [2966 "frame-support",2967 "frame-system",2968 "parity-scale-codec 3.1.2",2969 "scale-info",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-tracing",2975]29762977[[package]]2978name = "frame-metadata"2979version = "15.0.0"2980source = "registry+https://github.com/rust-lang/crates.io-index"2981checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2982dependencies = [2983 "cfg-if 1.0.0",2984 "parity-scale-codec 3.1.2",2985 "scale-info",2986 "serde",2987]29882989[[package]]2990name = "frame-support"2991version = "4.0.0-dev"2992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2993dependencies = [2994 "bitflags",2995 "frame-metadata",2996 "frame-support-procedural",2997 "impl-trait-for-tuples",2998 "log",2999 "once_cell",3000 "parity-scale-codec 3.1.2",3001 "paste",3002 "scale-info",3003 "serde",3004 "smallvec",3005 "sp-arithmetic",3006 "sp-core",3007 "sp-core-hashing-proc-macro",3008 "sp-inherents",3009 "sp-io",3010 "sp-runtime",3011 "sp-staking",3012 "sp-state-machine",3013 "sp-std",3014 "sp-tracing",3015 "tt-call",3016]30173018[[package]]3019name = "frame-support-procedural"3020version = "4.0.0-dev"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3022dependencies = [3023 "Inflector",3024 "frame-support-procedural-tools",3025 "proc-macro2",3026 "quote",3027 "syn",3028]30293030[[package]]3031name = "frame-support-procedural-tools"3032version = "4.0.0-dev"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3034dependencies = [3035 "frame-support-procedural-tools-derive",3036 "proc-macro-crate 1.1.3",3037 "proc-macro2",3038 "quote",3039 "syn",3040]30413042[[package]]3043name = "frame-support-procedural-tools-derive"3044version = "3.0.0"3045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3046dependencies = [3047 "proc-macro2",3048 "quote",3049 "syn",3050]30513052[[package]]3053name = "frame-system"3054version = "4.0.0-dev"3055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3056dependencies = [3057 "frame-support",3058 "log",3059 "parity-scale-codec 3.1.2",3060 "scale-info",3061 "serde",3062 "sp-core",3063 "sp-io",3064 "sp-runtime",3065 "sp-std",3066 "sp-version",3067]30683069[[package]]3070name = "frame-system-benchmarking"3071version = "4.0.0-dev"3072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3073dependencies = [3074 "frame-benchmarking",3075 "frame-support",3076 "frame-system",3077 "parity-scale-codec 3.1.2",3078 "scale-info",3079 "sp-core",3080 "sp-runtime",3081 "sp-std",3082]30833084[[package]]3085name = "frame-system-rpc-runtime-api"3086version = "4.0.0-dev"3087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3088dependencies = [3089 "parity-scale-codec 3.1.2",3090 "sp-api",3091]30923093[[package]]3094name = "frame-try-runtime"3095version = "0.10.0-dev"3096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3097dependencies = [3098 "frame-support",3099 "sp-api",3100 "sp-runtime",3101 "sp-std",3102]31033104[[package]]3105name = "fs-err"3106version = "2.7.0"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"31093110[[package]]3111name = "fs-swap"3112version = "0.2.6"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3115dependencies = [3116 "lazy_static",3117 "libc",3118 "libloading 0.5.2",3119 "winapi 0.3.9",3120]31213122[[package]]3123name = "fs2"3124version = "0.4.3"3125source = "registry+https://github.com/rust-lang/crates.io-index"3126checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3127dependencies = [3128 "libc",3129 "winapi 0.3.9",3130]31313132[[package]]3133name = "fs_extra"3134version = "1.2.0"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31373138[[package]]3139name = "fuchsia-zircon"3140version = "0.3.3"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3143dependencies = [3144 "bitflags",3145 "fuchsia-zircon-sys",3146]31473148[[package]]3149name = "fuchsia-zircon-sys"3150version = "0.3.3"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"31533154[[package]]3155name = "funty"3156version = "1.1.0"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31593160[[package]]3161name = "funty"3162version = "2.0.0"3163source = "registry+https://github.com/rust-lang/crates.io-index"3164checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31653166[[package]]3167name = "futures"3168version = "0.1.31"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31713172[[package]]3173name = "futures"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3177dependencies = [3178 "futures-channel",3179 "futures-core",3180 "futures-executor",3181 "futures-io",3182 "futures-sink",3183 "futures-task",3184 "futures-util",3185]31863187[[package]]3188name = "futures-channel"3189version = "0.3.21"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3192dependencies = [3193 "futures-core",3194 "futures-sink",3195]31963197[[package]]3198name = "futures-core"3199version = "0.3.21"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"32023203[[package]]3204name = "futures-executor"3205version = "0.3.21"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3208dependencies = [3209 "futures-core",3210 "futures-task",3211 "futures-util",3212 "num_cpus",3213]32143215[[package]]3216name = "futures-io"3217version = "0.3.21"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"32203221[[package]]3222name = "futures-lite"3223version = "1.12.0"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3226dependencies = [3227 "fastrand",3228 "futures-core",3229 "futures-io",3230 "memchr",3231 "parking",3232 "pin-project-lite 0.2.9",3233 "waker-fn",3234]32353236[[package]]3237name = "futures-macro"3238version = "0.3.21"3239source = "registry+https://github.com/rust-lang/crates.io-index"3240checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3241dependencies = [3242 "proc-macro2",3243 "quote",3244 "syn",3245]32463247[[package]]3248name = "futures-rustls"3249version = "0.21.1"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3252dependencies = [3253 "futures-io",3254 "rustls 0.19.1",3255 "webpki 0.21.4",3256]32573258[[package]]3259name = "futures-sink"3260version = "0.3.21"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32633264[[package]]3265name = "futures-task"3266version = "0.3.21"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32693270[[package]]3271name = "futures-timer"3272version = "3.0.2"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32753276[[package]]3277name = "futures-util"3278version = "0.3.21"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3281dependencies = [3282 "futures 0.1.31",3283 "futures-channel",3284 "futures-core",3285 "futures-io",3286 "futures-macro",3287 "futures-sink",3288 "futures-task",3289 "memchr",3290 "pin-project-lite 0.2.9",3291 "pin-utils",3292 "slab",3293]32943295[[package]]3296name = "generic-array"3297version = "0.12.4"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3300dependencies = [3301 "typenum",3302]33033304[[package]]3305name = "generic-array"3306version = "0.14.5"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3309dependencies = [3310 "typenum",3311 "version_check",3312]33133314[[package]]3315name = "getrandom"3316version = "0.1.16"3317source = "registry+https://github.com/rust-lang/crates.io-index"3318checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3319dependencies = [3320 "cfg-if 1.0.0",3321 "js-sys",3322 "libc",3323 "wasi 0.9.0+wasi-snapshot-preview1",3324 "wasm-bindgen",3325]33263327[[package]]3328name = "getrandom"3329version = "0.2.6"3330source = "registry+https://github.com/rust-lang/crates.io-index"3331checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3332dependencies = [3333 "cfg-if 1.0.0",3334 "libc",3335 "wasi 0.10.0+wasi-snapshot-preview1",3336]33373338[[package]]3339name = "ghash"3340version = "0.4.4"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3343dependencies = [3344 "opaque-debug 0.3.0",3345 "polyval",3346]33473348[[package]]3349name = "gimli"3350version = "0.26.1"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3353dependencies = [3354 "fallible-iterator",3355 "indexmap",3356 "stable_deref_trait",3357]33583359[[package]]3360name = "glob"3361version = "0.3.0"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33643365[[package]]3366name = "globset"3367version = "0.4.8"3368source = "registry+https://github.com/rust-lang/crates.io-index"3369checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3370dependencies = [3371 "aho-corasick",3372 "bstr",3373 "fnv",3374 "log",3375 "regex",3376]33773378[[package]]3379name = "gloo-timers"3380version = "0.2.4"3381source = "registry+https://github.com/rust-lang/crates.io-index"3382checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3383dependencies = [3384 "futures-channel",3385 "futures-core",3386 "js-sys",3387 "wasm-bindgen",3388]33893390[[package]]3391name = "group"3392version = "0.11.0"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3395dependencies = [3396 "ff",3397 "rand_core 0.6.3",3398 "subtle",3399]34003401[[package]]3402name = "h2"3403version = "0.3.13"3404source = "registry+https://github.com/rust-lang/crates.io-index"3405checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3406dependencies = [3407 "bytes 1.1.0",3408 "fnv",3409 "futures-core",3410 "futures-sink",3411 "futures-util",3412 "http",3413 "indexmap",3414 "slab",3415 "tokio 1.18.2",3416 "tokio-util 0.7.2",3417 "tracing",3418]34193420[[package]]3421name = "handlebars"3422version = "4.3.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"3425dependencies = [3426 "log",3427 "pest",3428 "pest_derive",3429 "serde",3430 "serde_json",3431 "thiserror",3432]34333434[[package]]3435name = "hash-db"3436version = "0.15.2"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34393440[[package]]3441name = "hash256-std-hasher"3442version = "0.15.2"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3445dependencies = [3446 "crunchy",3447]34483449[[package]]3450name = "hashbrown"3451version = "0.11.2"3452source = "registry+https://github.com/rust-lang/crates.io-index"3453checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3454dependencies = [3455 "ahash",3456]34573458[[package]]3459name = "hashbrown"3460version = "0.12.1"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3463dependencies = [3464 "ahash",3465]34663467[[package]]3468name = "heck"3469version = "0.3.3"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3472dependencies = [3473 "unicode-segmentation",3474]34753476[[package]]3477name = "heck"3478version = "0.4.0"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34813482[[package]]3483name = "hermit-abi"3484version = "0.1.19"3485source = "registry+https://github.com/rust-lang/crates.io-index"3486checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3487dependencies = [3488 "libc",3489]34903491[[package]]3492name = "hex"3493version = "0.4.3"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34963497[[package]]3498name = "hex-literal"3499version = "0.3.4"3500source = "registry+https://github.com/rust-lang/crates.io-index"3501checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"35023503[[package]]3504name = "hex_fmt"3505version = "0.3.0"3506source = "registry+https://github.com/rust-lang/crates.io-index"3507checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"35083509[[package]]3510name = "hmac"3511version = "0.8.1"3512source = "registry+https://github.com/rust-lang/crates.io-index"3513checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3514dependencies = [3515 "crypto-mac 0.8.0",3516 "digest 0.9.0",3517]35183519[[package]]3520name = "hmac"3521version = "0.11.0"3522source = "registry+https://github.com/rust-lang/crates.io-index"3523checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3524dependencies = [3525 "crypto-mac 0.11.1",3526 "digest 0.9.0",3527]35283529[[package]]3530name = "hmac-drbg"3531version = "0.3.0"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3534dependencies = [3535 "digest 0.9.0",3536 "generic-array 0.14.5",3537 "hmac 0.8.1",3538]35393540[[package]]3541name = "hostname"3542version = "0.3.1"3543source = "registry+https://github.com/rust-lang/crates.io-index"3544checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3545dependencies = [3546 "libc",3547 "match_cfg",3548 "winapi 0.3.9",3549]35503551[[package]]3552name = "http"3553version = "0.2.7"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3556dependencies = [3557 "bytes 1.1.0",3558 "fnv",3559 "itoa 1.0.2",3560]35613562[[package]]3563name = "http-body"3564version = "0.4.5"3565source = "registry+https://github.com/rust-lang/crates.io-index"3566checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3567dependencies = [3568 "bytes 1.1.0",3569 "http",3570 "pin-project-lite 0.2.9",3571]35723573[[package]]3574name = "httparse"3575version = "1.7.1"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"35783579[[package]]3580name = "httpdate"3581version = "1.0.2"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35843585[[package]]3586name = "humantime"3587version = "2.1.0"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35903591[[package]]3592name = "hyper"3593version = "0.14.18"3594source = "registry+https://github.com/rust-lang/crates.io-index"3595checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3596dependencies = [3597 "bytes 1.1.0",3598 "futures-channel",3599 "futures-core",3600 "futures-util",3601 "h2",3602 "http",3603 "http-body",3604 "httparse",3605 "httpdate",3606 "itoa 1.0.2",3607 "pin-project-lite 0.2.9",3608 "socket2 0.4.4",3609 "tokio 1.18.2",3610 "tower-service",3611 "tracing",3612 "want",3613]36143615[[package]]3616name = "hyper-rustls"3617version = "0.22.1"3618source = "registry+https://github.com/rust-lang/crates.io-index"3619checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3620dependencies = [3621 "ct-logs",3622 "futures-util",3623 "hyper",3624 "log",3625 "rustls 0.19.1",3626 "rustls-native-certs 0.5.0",3627 "tokio 1.18.2",3628 "tokio-rustls 0.22.0",3629 "webpki 0.21.4",3630]36313632[[package]]3633name = "hyper-rustls"3634version = "0.23.0"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3637dependencies = [3638 "http",3639 "hyper",3640 "log",3641 "rustls 0.20.6",3642 "rustls-native-certs 0.6.2",3643 "tokio 1.18.2",3644 "tokio-rustls 0.23.4",3645 "webpki-roots 0.22.3",3646]36473648[[package]]3649name = "ident_case"3650version = "1.0.1"3651source = "registry+https://github.com/rust-lang/crates.io-index"3652checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"36533654[[package]]3655name = "idna"3656version = "0.1.5"3657source = "registry+https://github.com/rust-lang/crates.io-index"3658checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3659dependencies = [3660 "matches",3661 "unicode-bidi",3662 "unicode-normalization",3663]36643665[[package]]3666name = "idna"3667version = "0.2.3"3668source = "registry+https://github.com/rust-lang/crates.io-index"3669checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3670dependencies = [3671 "matches",3672 "unicode-bidi",3673 "unicode-normalization",3674]36753676[[package]]3677name = "if-addrs"3678version = "0.6.7"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3681dependencies = [3682 "if-addrs-sys",3683 "libc",3684 "winapi 0.3.9",3685]36863687[[package]]3688name = "if-addrs-sys"3689version = "0.3.2"3690source = "registry+https://github.com/rust-lang/crates.io-index"3691checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3692dependencies = [3693 "cc",3694 "libc",3695]36963697[[package]]3698name = "if-watch"3699version = "0.2.2"3700source = "registry+https://github.com/rust-lang/crates.io-index"3701checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3702dependencies = [3703 "async-io",3704 "futures 0.3.21",3705 "futures-lite",3706 "if-addrs",3707 "ipnet",3708 "libc",3709 "log",3710 "winapi 0.3.9",3711]37123713[[package]]3714name = "impl-codec"3715version = "0.6.0"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3718dependencies = [3719 "parity-scale-codec 3.1.2",3720]37213722[[package]]3723name = "impl-rlp"3724version = "0.3.0"3725source = "registry+https://github.com/rust-lang/crates.io-index"3726checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3727dependencies = [3728 "rlp",3729]37303731[[package]]3732name = "impl-serde"3733version = "0.3.2"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3736dependencies = [3737 "serde",3738]37393740[[package]]3741name = "impl-trait-for-tuples"3742version = "0.2.2"3743source = "registry+https://github.com/rust-lang/crates.io-index"3744checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3745dependencies = [3746 "proc-macro2",3747 "quote",3748 "syn",3749]37503751[[package]]3752name = "indexmap"3753version = "1.8.1"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3756dependencies = [3757 "autocfg",3758 "hashbrown 0.11.2",3759 "serde",3760]37613762[[package]]3763name = "instant"3764version = "0.1.12"3765source = "registry+https://github.com/rust-lang/crates.io-index"3766checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3767dependencies = [3768 "cfg-if 1.0.0",3769]37703771[[package]]3772name = "integer-encoding"3773version = "3.0.3"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37763777[[package]]3778name = "integer-sqrt"3779version = "0.1.5"3780source = "registry+https://github.com/rust-lang/crates.io-index"3781checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3782dependencies = [3783 "num-traits",3784]37853786[[package]]3787name = "io-lifetimes"3788version = "0.5.3"3789source = "registry+https://github.com/rust-lang/crates.io-index"3790checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"37913792[[package]]3793name = "iovec"3794version = "0.1.4"3795source = "registry+https://github.com/rust-lang/crates.io-index"3796checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3797dependencies = [3798 "libc",3799]38003801[[package]]3802name = "ip_network"3803version = "0.4.1"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"38063807[[package]]3808name = "ipconfig"3809version = "0.2.2"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3812dependencies = [3813 "socket2 0.3.19",3814 "widestring",3815 "winapi 0.3.9",3816 "winreg",3817]38183819[[package]]3820name = "ipnet"3821version = "2.5.0"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"38243825[[package]]3826name = "itertools"3827version = "0.10.3"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3830dependencies = [3831 "either",3832]38333834[[package]]3835name = "itoa"3836version = "0.4.8"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"38393840[[package]]3841name = "itoa"3842version = "1.0.2"3843source = "registry+https://github.com/rust-lang/crates.io-index"3844checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"38453846[[package]]3847name = "jobserver"3848version = "0.1.24"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3851dependencies = [3852 "libc",3853]38543855[[package]]3856name = "js-sys"3857version = "0.3.57"3858source = "registry+https://github.com/rust-lang/crates.io-index"3859checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3860dependencies = [3861 "wasm-bindgen",3862]38633864[[package]]3865name = "jsonrpc-client-transports"3866version = "18.0.0"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3869dependencies = [3870 "derive_more",3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-pubsub",3874 "log",3875 "serde",3876 "serde_json",3877 "url 1.7.2",3878]38793880[[package]]3881name = "jsonrpc-core"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3885dependencies = [3886 "futures 0.3.21",3887 "futures-executor",3888 "futures-util",3889 "log",3890 "serde",3891 "serde_derive",3892 "serde_json",3893]38943895[[package]]3896name = "jsonrpc-core-client"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3900dependencies = [3901 "futures 0.3.21",3902 "jsonrpc-client-transports",3903]39043905[[package]]3906name = "jsonrpc-derive"3907version = "18.0.0"3908source = "registry+https://github.com/rust-lang/crates.io-index"3909checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3910dependencies = [3911 "proc-macro-crate 0.1.5",3912 "proc-macro2",3913 "quote",3914 "syn",3915]39163917[[package]]3918name = "jsonrpc-http-server"3919version = "18.0.0"3920source = "registry+https://github.com/rust-lang/crates.io-index"3921checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3922dependencies = [3923 "futures 0.3.21",3924 "hyper",3925 "jsonrpc-core",3926 "jsonrpc-server-utils",3927 "log",3928 "net2",3929 "parking_lot 0.11.2",3930 "unicase",3931]39323933[[package]]3934name = "jsonrpc-ipc-server"3935version = "18.0.0"3936source = "registry+https://github.com/rust-lang/crates.io-index"3937checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3938dependencies = [3939 "futures 0.3.21",3940 "jsonrpc-core",3941 "jsonrpc-server-utils",3942 "log",3943 "parity-tokio-ipc",3944 "parking_lot 0.11.2",3945 "tower-service",3946]39473948[[package]]3949name = "jsonrpc-pubsub"3950version = "18.0.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3953dependencies = [3954 "futures 0.3.21",3955 "jsonrpc-core",3956 "lazy_static",3957 "log",3958 "parking_lot 0.11.2",3959 "rand 0.7.3",3960 "serde",3961]39623963[[package]]3964name = "jsonrpc-server-utils"3965version = "18.0.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3968dependencies = [3969 "bytes 1.1.0",3970 "futures 0.3.21",3971 "globset",3972 "jsonrpc-core",3973 "lazy_static",3974 "log",3975 "tokio 1.18.2",3976 "tokio-stream",3977 "tokio-util 0.6.10",3978 "unicase",3979]39803981[[package]]3982name = "jsonrpc-ws-server"3983version = "18.0.0"3984source = "registry+https://github.com/rust-lang/crates.io-index"3985checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3986dependencies = [3987 "futures 0.3.21",3988 "jsonrpc-core",3989 "jsonrpc-server-utils",3990 "log",3991 "parity-ws",3992 "parking_lot 0.11.2",3993 "slab",3994]39953996[[package]]3997name = "jsonrpsee"3998version = "0.10.1"3999source = "registry+https://github.com/rust-lang/crates.io-index"4000checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"4001dependencies = [4002 "jsonrpsee-core",4003 "jsonrpsee-http-client",4004 "jsonrpsee-proc-macros",4005 "jsonrpsee-types",4006 "jsonrpsee-ws-client",4007]40084009[[package]]4010name = "jsonrpsee-client-transport"4011version = "0.10.1"4012source = "registry+https://github.com/rust-lang/crates.io-index"4013checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"4014dependencies = [4015 "futures 0.3.21",4016 "http",4017 "jsonrpsee-core",4018 "jsonrpsee-types",4019 "pin-project 1.0.10",4020 "rustls-native-certs 0.6.2",4021 "soketto",4022 "thiserror",4023 "tokio 1.18.2",4024 "tokio-rustls 0.23.4",4025 "tokio-util 0.7.2",4026 "tracing",4027 "webpki-roots 0.22.3",4028]40294030[[package]]4031name = "jsonrpsee-core"4032version = "0.10.1"4033source = "registry+https://github.com/rust-lang/crates.io-index"4034checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4035dependencies = [4036 "anyhow",4037 "arrayvec 0.7.2",4038 "async-trait",4039 "beef",4040 "futures-channel",4041 "futures-util",4042 "hyper",4043 "jsonrpsee-types",4044 "rustc-hash",4045 "serde",4046 "serde_json",4047 "soketto",4048 "thiserror",4049 "tokio 1.18.2",4050 "tracing",4051]40524053[[package]]4054name = "jsonrpsee-http-client"4055version = "0.10.1"4056source = "registry+https://github.com/rust-lang/crates.io-index"4057checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4058dependencies = [4059 "async-trait",4060 "hyper",4061 "hyper-rustls 0.23.0",4062 "jsonrpsee-core",4063 "jsonrpsee-types",4064 "rustc-hash",4065 "serde",4066 "serde_json",4067 "thiserror",4068 "tokio 1.18.2",4069 "tracing",4070]40714072[[package]]4073name = "jsonrpsee-proc-macros"4074version = "0.10.1"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4077dependencies = [4078 "proc-macro-crate 1.1.3",4079 "proc-macro2",4080 "quote",4081 "syn",4082]40834084[[package]]4085name = "jsonrpsee-types"4086version = "0.10.1"4087source = "registry+https://github.com/rust-lang/crates.io-index"4088checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4089dependencies = [4090 "anyhow",4091 "beef",4092 "serde",4093 "serde_json",4094 "thiserror",4095 "tracing",4096]40974098[[package]]4099name = "jsonrpsee-ws-client"4100version = "0.10.1"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4103dependencies = [4104 "jsonrpsee-client-transport",4105 "jsonrpsee-core",4106 "jsonrpsee-types",4107]41084109[[package]]4110name = "k256"4111version = "0.10.4"4112source = "registry+https://github.com/rust-lang/crates.io-index"4113checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4114dependencies = [4115 "cfg-if 1.0.0",4116 "ecdsa",4117 "elliptic-curve",4118 "sec1",4119]41204121[[package]]4122name = "keccak"4123version = "0.1.0"4124source = "registry+https://github.com/rust-lang/crates.io-index"4125checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"41264127[[package]]4128name = "kernel32-sys"4129version = "0.2.2"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4132dependencies = [4133 "winapi 0.2.8",4134 "winapi-build",4135]41364137[[package]]4138name = "kusama-runtime"4139version = "0.9.21"4140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4141dependencies = [4142 "beefy-primitives",4143 "bitvec 1.0.0",4144 "frame-benchmarking",4145 "frame-election-provider-support",4146 "frame-executive",4147 "frame-support",4148 "frame-system",4149 "frame-system-benchmarking",4150 "frame-system-rpc-runtime-api",4151 "frame-try-runtime",4152 "hex-literal",4153 "kusama-runtime-constants",4154 "log",4155 "pallet-authority-discovery",4156 "pallet-authorship",4157 "pallet-babe",4158 "pallet-bags-list",4159 "pallet-balances",4160 "pallet-bounties",4161 "pallet-child-bounties",4162 "pallet-collective",4163 "pallet-democracy",4164 "pallet-election-provider-multi-phase",4165 "pallet-election-provider-support-benchmarking",4166 "pallet-elections-phragmen",4167 "pallet-gilt",4168 "pallet-grandpa",4169 "pallet-identity",4170 "pallet-im-online",4171 "pallet-indices",4172 "pallet-membership",4173 "pallet-multisig",4174 "pallet-nicks",4175 "pallet-offences",4176 "pallet-offences-benchmarking",4177 "pallet-preimage",4178 "pallet-proxy",4179 "pallet-recovery",4180 "pallet-scheduler",4181 "pallet-session",4182 "pallet-session-benchmarking",4183 "pallet-society",4184 "pallet-staking",4185 "pallet-staking-reward-fn",4186 "pallet-timestamp",4187 "pallet-tips",4188 "pallet-transaction-payment",4189 "pallet-transaction-payment-rpc-runtime-api",4190 "pallet-treasury",4191 "pallet-utility",4192 "pallet-vesting",4193 "pallet-xcm",4194 "pallet-xcm-benchmarks",4195 "parity-scale-codec 3.1.2",4196 "polkadot-primitives",4197 "polkadot-runtime-common",4198 "polkadot-runtime-parachains",4199 "rustc-hex",4200 "scale-info",4201 "serde",4202 "serde_derive",4203 "smallvec",4204 "sp-api",4205 "sp-arithmetic",4206 "sp-authority-discovery",4207 "sp-block-builder",4208 "sp-consensus-babe",4209 "sp-core",4210 "sp-inherents",4211 "sp-io",4212 "sp-mmr-primitives",4213 "sp-npos-elections",4214 "sp-offchain",4215 "sp-runtime",4216 "sp-session",4217 "sp-staking",4218 "sp-std",4219 "sp-transaction-pool",4220 "sp-version",4221 "static_assertions",4222 "substrate-wasm-builder",4223 "xcm",4224 "xcm-builder",4225 "xcm-executor",4226]42274228[[package]]4229name = "kusama-runtime-constants"4230version = "0.9.21"4231source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4232dependencies = [4233 "frame-support",4234 "polkadot-primitives",4235 "polkadot-runtime-common",4236 "smallvec",4237 "sp-runtime",4238]42394240[[package]]4241name = "kv-log-macro"4242version = "1.0.7"4243source = "registry+https://github.com/rust-lang/crates.io-index"4244checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4245dependencies = [4246 "log",4247]42484249[[package]]4250name = "kvdb"4251version = "0.11.0"4252source = "registry+https://github.com/rust-lang/crates.io-index"4253checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4254dependencies = [4255 "parity-util-mem",4256 "smallvec",4257]42584259[[package]]4260name = "kvdb-memorydb"4261version = "0.11.0"4262source = "registry+https://github.com/rust-lang/crates.io-index"4263checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4264dependencies = [4265 "kvdb",4266 "parity-util-mem",4267 "parking_lot 0.12.0",4268]42694270[[package]]4271name = "kvdb-rocksdb"4272version = "0.15.2"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4275dependencies = [4276 "fs-swap",4277 "kvdb",4278 "log",4279 "num_cpus",4280 "owning_ref",4281 "parity-util-mem",4282 "parking_lot 0.12.0",4283 "regex",4284 "rocksdb",4285 "smallvec",4286]42874288[[package]]4289name = "lazy_static"4290version = "1.4.0"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"42934294[[package]]4295name = "lazycell"4296version = "1.3.0"4297source = "registry+https://github.com/rust-lang/crates.io-index"4298checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42994300[[package]]4301name = "libc"4302version = "0.2.126"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"43054306[[package]]4307name = "libloading"4308version = "0.5.2"4309source = "registry+https://github.com/rust-lang/crates.io-index"4310checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4311dependencies = [4312 "cc",4313 "winapi 0.3.9",4314]43154316[[package]]4317name = "libloading"4318version = "0.7.3"4319source = "registry+https://github.com/rust-lang/crates.io-index"4320checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4321dependencies = [4322 "cfg-if 1.0.0",4323 "winapi 0.3.9",4324]43254326[[package]]4327name = "libm"4328version = "0.2.2"4329source = "registry+https://github.com/rust-lang/crates.io-index"4330checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"43314332[[package]]4333name = "libp2p"4334version = "0.40.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4337dependencies = [4338 "atomic",4339 "bytes 1.1.0",4340 "futures 0.3.21",4341 "lazy_static",4342 "libp2p-core",4343 "libp2p-deflate",4344 "libp2p-dns",4345 "libp2p-floodsub",4346 "libp2p-gossipsub",4347 "libp2p-identify",4348 "libp2p-kad",4349 "libp2p-mdns",4350 "libp2p-metrics",4351 "libp2p-mplex",4352 "libp2p-noise",4353 "libp2p-ping",4354 "libp2p-plaintext",4355 "libp2p-pnet",4356 "libp2p-relay",4357 "libp2p-rendezvous",4358 "libp2p-request-response",4359 "libp2p-swarm",4360 "libp2p-swarm-derive",4361 "libp2p-tcp",4362 "libp2p-uds",4363 "libp2p-wasm-ext",4364 "libp2p-websocket",4365 "libp2p-yamux",4366 "multiaddr",4367 "parking_lot 0.11.2",4368 "pin-project 1.0.10",4369 "smallvec",4370 "wasm-timer",4371]43724373[[package]]4374name = "libp2p-core"4375version = "0.30.2"4376source = "registry+https://github.com/rust-lang/crates.io-index"4377checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4378dependencies = [4379 "asn1_der",4380 "bs58",4381 "ed25519-dalek",4382 "either",4383 "fnv",4384 "futures 0.3.21",4385 "futures-timer",4386 "instant",4387 "lazy_static",4388 "libsecp256k1",4389 "log",4390 "multiaddr",4391 "multihash 0.14.0",4392 "multistream-select",4393 "parking_lot 0.11.2",4394 "pin-project 1.0.10",4395 "prost",4396 "prost-build",4397 "rand 0.8.5",4398 "ring",4399 "rw-stream-sink",4400 "sha2 0.9.9",4401 "smallvec",4402 "thiserror",4403 "unsigned-varint 0.7.1",4404 "void",4405 "zeroize",4406]44074408[[package]]4409name = "libp2p-deflate"4410version = "0.30.0"4411source = "registry+https://github.com/rust-lang/crates.io-index"4412checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4413dependencies = [4414 "flate2",4415 "futures 0.3.21",4416 "libp2p-core",4417]44184419[[package]]4420name = "libp2p-dns"4421version = "0.30.0"4422source = "registry+https://github.com/rust-lang/crates.io-index"4423checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4424dependencies = [4425 "async-std-resolver",4426 "futures 0.3.21",4427 "libp2p-core",4428 "log",4429 "smallvec",4430 "trust-dns-resolver",4431]44324433[[package]]4434name = "libp2p-floodsub"4435version = "0.31.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4438dependencies = [4439 "cuckoofilter",4440 "fnv",4441 "futures 0.3.21",4442 "libp2p-core",4443 "libp2p-swarm",4444 "log",4445 "prost",4446 "prost-build",4447 "rand 0.7.3",4448 "smallvec",4449]44504451[[package]]4452name = "libp2p-gossipsub"4453version = "0.33.0"4454source = "registry+https://github.com/rust-lang/crates.io-index"4455checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4456dependencies = [4457 "asynchronous-codec 0.6.0",4458 "base64",4459 "byteorder",4460 "bytes 1.1.0",4461 "fnv",4462 "futures 0.3.21",4463 "hex_fmt",4464 "libp2p-core",4465 "libp2p-swarm",4466 "log",4467 "prost",4468 "prost-build",4469 "rand 0.7.3",4470 "regex",4471 "sha2 0.9.9",4472 "smallvec",4473 "unsigned-varint 0.7.1",4474 "wasm-timer",4475]44764477[[package]]4478name = "libp2p-identify"4479version = "0.31.0"4480source = "registry+https://github.com/rust-lang/crates.io-index"4481checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4482dependencies = [4483 "futures 0.3.21",4484 "libp2p-core",4485 "libp2p-swarm",4486 "log",4487 "lru 0.6.6",4488 "prost",4489 "prost-build",4490 "smallvec",4491 "wasm-timer",4492]44934494[[package]]4495name = "libp2p-kad"4496version = "0.32.0"4497source = "registry+https://github.com/rust-lang/crates.io-index"4498checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4499dependencies = [4500 "arrayvec 0.5.2",4501 "asynchronous-codec 0.6.0",4502 "bytes 1.1.0",4503 "either",4504 "fnv",4505 "futures 0.3.21",4506 "libp2p-core",4507 "libp2p-swarm",4508 "log",4509 "prost",4510 "prost-build",4511 "rand 0.7.3",4512 "sha2 0.9.9",4513 "smallvec",4514 "uint",4515 "unsigned-varint 0.7.1",4516 "void",4517 "wasm-timer",4518]45194520[[package]]4521name = "libp2p-mdns"4522version = "0.32.0"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4525dependencies = [4526 "async-io",4527 "data-encoding",4528 "dns-parser",4529 "futures 0.3.21",4530 "if-watch",4531 "lazy_static",4532 "libp2p-core",4533 "libp2p-swarm",4534 "log",4535 "rand 0.8.5",4536 "smallvec",4537 "socket2 0.4.4",4538 "void",4539]45404541[[package]]4542name = "libp2p-metrics"4543version = "0.1.0"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4546dependencies = [4547 "libp2p-core",4548 "libp2p-identify",4549 "libp2p-kad",4550 "libp2p-ping",4551 "libp2p-swarm",4552 "open-metrics-client",4553]45544555[[package]]4556name = "libp2p-mplex"4557version = "0.30.0"4558source = "registry+https://github.com/rust-lang/crates.io-index"4559checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4560dependencies = [4561 "asynchronous-codec 0.6.0",4562 "bytes 1.1.0",4563 "futures 0.3.21",4564 "libp2p-core",4565 "log",4566 "nohash-hasher",4567 "parking_lot 0.11.2",4568 "rand 0.7.3",4569 "smallvec",4570 "unsigned-varint 0.7.1",4571]45724573[[package]]4574name = "libp2p-noise"4575version = "0.33.0"4576source = "registry+https://github.com/rust-lang/crates.io-index"4577checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4578dependencies = [4579 "bytes 1.1.0",4580 "curve25519-dalek 3.2.0",4581 "futures 0.3.21",4582 "lazy_static",4583 "libp2p-core",4584 "log",4585 "prost",4586 "prost-build",4587 "rand 0.8.5",4588 "sha2 0.9.9",4589 "snow",4590 "static_assertions",4591 "x25519-dalek",4592 "zeroize",4593]45944595[[package]]4596name = "libp2p-ping"4597version = "0.31.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4600dependencies = [4601 "futures 0.3.21",4602 "libp2p-core",4603 "libp2p-swarm",4604 "log",4605 "rand 0.7.3",4606 "void",4607 "wasm-timer",4608]46094610[[package]]4611name = "libp2p-plaintext"4612version = "0.30.0"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4615dependencies = [4616 "asynchronous-codec 0.6.0",4617 "bytes 1.1.0",4618 "futures 0.3.21",4619 "libp2p-core",4620 "log",4621 "prost",4622 "prost-build",4623 "unsigned-varint 0.7.1",4624 "void",4625]46264627[[package]]4628name = "libp2p-pnet"4629version = "0.22.0"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4632dependencies = [4633 "futures 0.3.21",4634 "log",4635 "pin-project 1.0.10",4636 "rand 0.7.3",4637 "salsa20",4638 "sha3 0.9.1",4639]46404641[[package]]4642name = "libp2p-relay"4643version = "0.4.0"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4646dependencies = [4647 "asynchronous-codec 0.6.0",4648 "bytes 1.1.0",4649 "futures 0.3.21",4650 "futures-timer",4651 "libp2p-core",4652 "libp2p-swarm",4653 "log",4654 "pin-project 1.0.10",4655 "prost",4656 "prost-build",4657 "rand 0.7.3",4658 "smallvec",4659 "unsigned-varint 0.7.1",4660 "void",4661 "wasm-timer",4662]46634664[[package]]4665name = "libp2p-rendezvous"4666version = "0.1.0"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4669dependencies = [4670 "asynchronous-codec 0.6.0",4671 "bimap",4672 "futures 0.3.21",4673 "libp2p-core",4674 "libp2p-swarm",4675 "log",4676 "prost",4677 "prost-build",4678 "rand 0.8.5",4679 "sha2 0.9.9",4680 "thiserror",4681 "unsigned-varint 0.7.1",4682 "void",4683 "wasm-timer",4684]46854686[[package]]4687name = "libp2p-request-response"4688version = "0.13.0"4689source = "registry+https://github.com/rust-lang/crates.io-index"4690checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4691dependencies = [4692 "async-trait",4693 "bytes 1.1.0",4694 "futures 0.3.21",4695 "libp2p-core",4696 "libp2p-swarm",4697 "log",4698 "lru 0.7.5",4699 "rand 0.7.3",4700 "smallvec",4701 "unsigned-varint 0.7.1",4702 "wasm-timer",4703]47044705[[package]]4706name = "libp2p-swarm"4707version = "0.31.0"4708source = "registry+https://github.com/rust-lang/crates.io-index"4709checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4710dependencies = [4711 "either",4712 "futures 0.3.21",4713 "libp2p-core",4714 "log",4715 "rand 0.7.3",4716 "smallvec",4717 "void",4718 "wasm-timer",4719]47204721[[package]]4722name = "libp2p-swarm-derive"4723version = "0.25.0"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4726dependencies = [4727 "quote",4728 "syn",4729]47304731[[package]]4732name = "libp2p-tcp"4733version = "0.30.0"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4736dependencies = [4737 "async-io",4738 "futures 0.3.21",4739 "futures-timer",4740 "if-watch",4741 "ipnet",4742 "libc",4743 "libp2p-core",4744 "log",4745 "socket2 0.4.4",4746]47474748[[package]]4749name = "libp2p-uds"4750version = "0.30.0"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4753dependencies = [4754 "async-std",4755 "futures 0.3.21",4756 "libp2p-core",4757 "log",4758]47594760[[package]]4761name = "libp2p-wasm-ext"4762version = "0.30.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4765dependencies = [4766 "futures 0.3.21",4767 "js-sys",4768 "libp2p-core",4769 "parity-send-wrapper",4770 "wasm-bindgen",4771 "wasm-bindgen-futures",4772]47734774[[package]]4775name = "libp2p-websocket"4776version = "0.31.0"4777source = "registry+https://github.com/rust-lang/crates.io-index"4778checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4779dependencies = [4780 "either",4781 "futures 0.3.21",4782 "futures-rustls",4783 "libp2p-core",4784 "log",4785 "quicksink",4786 "rw-stream-sink",4787 "soketto",4788 "url 2.2.2",4789 "webpki-roots 0.21.1",4790]47914792[[package]]4793name = "libp2p-yamux"4794version = "0.34.0"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4797dependencies = [4798 "futures 0.3.21",4799 "libp2p-core",4800 "parking_lot 0.11.2",4801 "thiserror",4802 "yamux",4803]48044805[[package]]4806name = "librocksdb-sys"4807version = "0.6.1+6.28.2"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4810dependencies = [4811 "bindgen",4812 "bzip2-sys",4813 "cc",4814 "glob",4815 "libc",4816 "libz-sys",4817 "tikv-jemalloc-sys",4818]48194820[[package]]4821name = "libsecp256k1"4822version = "0.7.0"4823source = "registry+https://github.com/rust-lang/crates.io-index"4824checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4825dependencies = [4826 "arrayref",4827 "base64",4828 "digest 0.9.0",4829 "hmac-drbg",4830 "libsecp256k1-core",4831 "libsecp256k1-gen-ecmult",4832 "libsecp256k1-gen-genmult",4833 "rand 0.8.5",4834 "serde",4835 "sha2 0.9.9",4836 "typenum",4837]48384839[[package]]4840name = "libsecp256k1-core"4841version = "0.3.0"4842source = "registry+https://github.com/rust-lang/crates.io-index"4843checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4844dependencies = [4845 "crunchy",4846 "digest 0.9.0",4847 "subtle",4848]48494850[[package]]4851name = "libsecp256k1-gen-ecmult"4852version = "0.3.0"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4855dependencies = [4856 "libsecp256k1-core",4857]48584859[[package]]4860name = "libsecp256k1-gen-genmult"4861version = "0.3.0"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4864dependencies = [4865 "libsecp256k1-core",4866]48674868[[package]]4869name = "libz-sys"4870version = "1.1.6"4871source = "registry+https://github.com/rust-lang/crates.io-index"4872checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4873dependencies = [4874 "cc",4875 "pkg-config",4876 "vcpkg",4877]48784879[[package]]4880name = "linked-hash-map"4881version = "0.5.4"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"48844885[[package]]4886name = "linked_hash_set"4887version = "0.1.4"4888source = "registry+https://github.com/rust-lang/crates.io-index"4889checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4890dependencies = [4891 "linked-hash-map",4892]48934894[[package]]4895name = "linregress"4896version = "0.4.4"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4899dependencies = [4900 "nalgebra",4901 "statrs",4902]49034904[[package]]4905name = "linux-raw-sys"4906version = "0.0.42"4907source = "registry+https://github.com/rust-lang/crates.io-index"4908checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"49094910[[package]]4911name = "lock_api"4912version = "0.4.7"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4915dependencies = [4916 "autocfg",4917 "scopeguard",4918]49194920[[package]]4921name = "log"4922version = "0.4.17"4923source = "registry+https://github.com/rust-lang/crates.io-index"4924checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4925dependencies = [4926 "cfg-if 1.0.0",4927 "value-bag",4928]49294930[[package]]4931name = "lru"4932version = "0.6.6"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4935dependencies = [4936 "hashbrown 0.11.2",4937]49384939[[package]]4940name = "lru"4941version = "0.7.5"4942source = "registry+https://github.com/rust-lang/crates.io-index"4943checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"4944dependencies = [4945 "hashbrown 0.11.2",4946]49474948[[package]]4949name = "lru-cache"4950version = "0.1.2"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4953dependencies = [4954 "linked-hash-map",4955]49564957[[package]]4958name = "lz4"4959version = "1.23.3"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4962dependencies = [4963 "libc",4964 "lz4-sys",4965]49664967[[package]]4968name = "lz4-sys"4969version = "1.9.3"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4972dependencies = [4973 "cc",4974 "libc",4975]49764977[[package]]4978name = "mach"4979version = "0.3.2"4980source = "registry+https://github.com/rust-lang/crates.io-index"4981checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4982dependencies = [4983 "libc",4984]49854986[[package]]4987name = "maplit"4988version = "1.0.2"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"49914992[[package]]4993name = "match_cfg"4994version = "0.1.0"4995source = "registry+https://github.com/rust-lang/crates.io-index"4996checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"49974998[[package]]4999name = "matchers"5000version = "0.0.1"5001source = "registry+https://github.com/rust-lang/crates.io-index"5002checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5003dependencies = [5004 "regex-automata",5005]50065007[[package]]5008name = "matches"5009version = "0.1.9"5010source = "registry+https://github.com/rust-lang/crates.io-index"5011checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50125013[[package]]5014name = "matrixmultiply"5015version = "0.3.2"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5018dependencies = [5019 "rawpointer",5020]50215022[[package]]5023name = "memchr"5024version = "2.5.0"5025source = "registry+https://github.com/rust-lang/crates.io-index"5026checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50275028[[package]]5029name = "memmap2"5030version = "0.2.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5033dependencies = [5034 "libc",5035]50365037[[package]]5038name = "memmap2"5039version = "0.5.3"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5042dependencies = [5043 "libc",5044]50455046[[package]]5047name = "memoffset"5048version = "0.6.5"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5051dependencies = [5052 "autocfg",5053]50545055[[package]]5056name = "memory-db"5057version = "0.29.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5060dependencies = [5061 "hash-db",5062 "hashbrown 0.12.1",5063 "parity-util-mem",5064]50655066[[package]]5067name = "memory-lru"5068version = "0.1.0"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5071dependencies = [5072 "lru 0.6.6",5073]50745075[[package]]5076name = "memory_units"5077version = "0.3.0"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"50805081[[package]]5082name = "merlin"5083version = "2.0.1"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5086dependencies = [5087 "byteorder",5088 "keccak",5089 "rand_core 0.5.1",5090 "zeroize",5091]50925093[[package]]5094name = "metered-channel"5095version = "0.9.21"5096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5097dependencies = [5098 "coarsetime",5099 "crossbeam-queue",5100 "derive_more",5101 "futures 0.3.21",5102 "futures-timer",5103 "nanorand",5104 "thiserror",5105 "tracing-gum",5106]51075108[[package]]5109name = "mick-jaeger"5110version = "0.1.8"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5113dependencies = [5114 "futures 0.3.21",5115 "rand 0.8.5",5116 "thrift",5117]51185119[[package]]5120name = "minimal-lexical"5121version = "0.2.1"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51245125[[package]]5126name = "miniz_oxide"5127version = "0.5.1"5128source = "registry+https://github.com/rust-lang/crates.io-index"5129checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5130dependencies = [5131 "adler",5132]51335134[[package]]5135name = "mio"5136version = "0.6.23"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5139dependencies = [5140 "cfg-if 0.1.10",5141 "fuchsia-zircon",5142 "fuchsia-zircon-sys",5143 "iovec",5144 "kernel32-sys",5145 "libc",5146 "log",5147 "miow",5148 "net2",5149 "slab",5150 "winapi 0.2.8",5151]51525153[[package]]5154name = "mio"5155version = "0.8.3"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5158dependencies = [5159 "libc",5160 "log",5161 "wasi 0.11.0+wasi-snapshot-preview1",5162 "windows-sys",5163]51645165[[package]]5166name = "mio-extras"5167version = "2.0.6"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5170dependencies = [5171 "lazycell",5172 "log",5173 "mio 0.6.23",5174 "slab",5175]51765177[[package]]5178name = "miow"5179version = "0.2.2"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5182dependencies = [5183 "kernel32-sys",5184 "net2",5185 "winapi 0.2.8",5186 "ws2_32-sys",5187]51885189[[package]]5190name = "more-asserts"5191version = "0.2.2"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51945195[[package]]5196name = "multiaddr"5197version = "0.13.0"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5200dependencies = [5201 "arrayref",5202 "bs58",5203 "byteorder",5204 "data-encoding",5205 "multihash 0.14.0",5206 "percent-encoding 2.1.0",5207 "serde",5208 "static_assertions",5209 "unsigned-varint 0.7.1",5210 "url 2.2.2",5211]52125213[[package]]5214name = "multibase"5215version = "0.8.0"5216source = "registry+https://github.com/rust-lang/crates.io-index"5217checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5218dependencies = [5219 "base-x",5220 "data-encoding",5221 "data-encoding-macro",5222]52235224[[package]]5225name = "multihash"5226version = "0.13.2"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5229dependencies = [5230 "blake2b_simd",5231 "blake2s_simd",5232 "blake3 0.3.8",5233 "digest 0.9.0",5234 "generic-array 0.14.5",5235 "multihash-derive",5236 "sha2 0.9.9",5237 "sha3 0.9.1",5238 "unsigned-varint 0.5.1",5239]52405241[[package]]5242name = "multihash"5243version = "0.14.0"5244source = "registry+https://github.com/rust-lang/crates.io-index"5245checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5246dependencies = [5247 "digest 0.9.0",5248 "generic-array 0.14.5",5249 "multihash-derive",5250 "sha2 0.9.9",5251 "unsigned-varint 0.7.1",5252]52535254[[package]]5255name = "multihash-derive"5256version = "0.7.2"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5259dependencies = [5260 "proc-macro-crate 1.1.3",5261 "proc-macro-error",5262 "proc-macro2",5263 "quote",5264 "syn",5265 "synstructure",5266]52675268[[package]]5269name = "multimap"5270version = "0.8.3"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52735274[[package]]5275name = "multistream-select"5276version = "0.10.4"5277source = "registry+https://github.com/rust-lang/crates.io-index"5278checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5279dependencies = [5280 "bytes 1.1.0",5281 "futures 0.3.21",5282 "log",5283 "pin-project 1.0.10",5284 "smallvec",5285 "unsigned-varint 0.7.1",5286]52875288[[package]]5289name = "nalgebra"5290version = "0.27.1"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5293dependencies = [5294 "approx",5295 "matrixmultiply",5296 "nalgebra-macros",5297 "num-complex",5298 "num-rational 0.4.0",5299 "num-traits",5300 "rand 0.8.5",5301 "rand_distr",5302 "simba",5303 "typenum",5304]53055306[[package]]5307name = "nalgebra-macros"5308version = "0.1.0"5309source = "registry+https://github.com/rust-lang/crates.io-index"5310checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5311dependencies = [5312 "proc-macro2",5313 "quote",5314 "syn",5315]53165317[[package]]5318name = "names"5319version = "0.13.0"5320source = "registry+https://github.com/rust-lang/crates.io-index"5321checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5322dependencies = [5323 "rand 0.8.5",5324]53255326[[package]]5327name = "nanorand"5328version = "0.7.0"5329source = "registry+https://github.com/rust-lang/crates.io-index"5330checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53315332[[package]]5333name = "net2"5334version = "0.2.37"5335source = "registry+https://github.com/rust-lang/crates.io-index"5336checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5337dependencies = [5338 "cfg-if 0.1.10",5339 "libc",5340 "winapi 0.3.9",5341]53425343[[package]]5344name = "nodrop"5345version = "0.1.14"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53485349[[package]]5350name = "nohash-hasher"5351version = "0.2.0"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53545355[[package]]5356name = "nom"5357version = "7.1.1"5358source = "registry+https://github.com/rust-lang/crates.io-index"5359checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5360dependencies = [5361 "memchr",5362 "minimal-lexical",5363]53645365[[package]]5366name = "num-bigint"5367version = "0.2.6"5368source = "registry+https://github.com/rust-lang/crates.io-index"5369checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5370dependencies = [5371 "autocfg",5372 "num-integer",5373 "num-traits",5374]53755376[[package]]5377name = "num-complex"5378version = "0.4.1"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5381dependencies = [5382 "num-traits",5383]53845385[[package]]5386name = "num-format"5387version = "0.4.0"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5390dependencies = [5391 "arrayvec 0.4.12",5392 "itoa 0.4.8",5393]53945395[[package]]5396name = "num-integer"5397version = "0.1.45"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5400dependencies = [5401 "autocfg",5402 "num-traits",5403]54045405[[package]]5406name = "num-rational"5407version = "0.2.4"5408source = "registry+https://github.com/rust-lang/crates.io-index"5409checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5410dependencies = [5411 "autocfg",5412 "num-bigint",5413 "num-integer",5414 "num-traits",5415]54165417[[package]]5418name = "num-rational"5419version = "0.4.0"5420source = "registry+https://github.com/rust-lang/crates.io-index"5421checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5422dependencies = [5423 "autocfg",5424 "num-integer",5425 "num-traits",5426]54275428[[package]]5429name = "num-traits"5430version = "0.2.15"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5433dependencies = [5434 "autocfg",5435 "libm",5436]54375438[[package]]5439name = "num_cpus"5440version = "1.13.1"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5443dependencies = [5444 "hermit-abi",5445 "libc",5446]54475448[[package]]5449name = "object"5450version = "0.27.1"5451source = "registry+https://github.com/rust-lang/crates.io-index"5452checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5453dependencies = [5454 "crc32fast",5455 "indexmap",5456 "memchr",5457]54585459[[package]]5460name = "object"5461version = "0.28.4"5462source = "registry+https://github.com/rust-lang/crates.io-index"5463checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5464dependencies = [5465 "memchr",5466]54675468[[package]]5469name = "once_cell"5470version = "1.11.0"5471source = "registry+https://github.com/rust-lang/crates.io-index"5472checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca"54735474[[package]]5475name = "opal-runtime"5476version = "0.9.20"5477dependencies = [5478 "cumulus-pallet-aura-ext",5479 "cumulus-pallet-dmp-queue",5480 "cumulus-pallet-parachain-system",5481 "cumulus-pallet-xcm",5482 "cumulus-pallet-xcmp-queue",5483 "cumulus-primitives-core",5484 "cumulus-primitives-timestamp",5485 "cumulus-primitives-utility",5486 "derivative",5487 "fp-evm-mapping",5488 "fp-rpc",5489 "fp-self-contained",5490 "frame-benchmarking",5491 "frame-executive",5492 "frame-support",5493 "frame-system",5494 "frame-system-benchmarking",5495 "frame-system-rpc-runtime-api",5496 "frame-try-runtime",5497 "hex-literal",5498 "log",5499 "orml-vesting",5500 "pallet-aura",5501 "pallet-balances",5502 "pallet-base-fee",5503 "pallet-common",5504 "pallet-ethereum",5505 "pallet-evm",5506 "pallet-evm-coder-substrate",5507 "pallet-evm-contract-helpers",5508 "pallet-evm-migration",5509 "pallet-evm-transaction-payment",5510 "pallet-fungible",5511 "pallet-inflation",5512 "pallet-nonfungible",5513 "pallet-randomness-collective-flip",5514 "pallet-refungible",5515 "pallet-rmrk-core",5516 "pallet-rmrk-equip",5517 "pallet-structure",5518 "pallet-sudo",5519 "pallet-template-transaction-payment",5520 "pallet-timestamp",5521 "pallet-transaction-payment",5522 "pallet-transaction-payment-rpc-runtime-api",5523 "pallet-treasury",5524 "pallet-unique",5525 "pallet-unq-scheduler",5526 "pallet-xcm",5527 "parachain-info",5528 "parity-scale-codec 3.1.2",5529 "polkadot-parachain",5530 "rmrk-rpc 0.0.1",5531 "scale-info",5532 "serde",5533 "smallvec",5534 "sp-api",5535 "sp-arithmetic",5536 "sp-block-builder",5537 "sp-consensus-aura",5538 "sp-core",5539 "sp-inherents",5540 "sp-io",5541 "sp-offchain",5542 "sp-runtime",5543 "sp-session",5544 "sp-std",5545 "sp-transaction-pool",5546 "sp-version",5547 "substrate-wasm-builder",5548 "unique-runtime-common",5549 "up-data-structs",5550 "up-rpc",5551 "xcm",5552 "xcm-builder",5553 "xcm-executor",5554]55555556[[package]]5557name = "opaque-debug"5558version = "0.2.3"5559source = "registry+https://github.com/rust-lang/crates.io-index"5560checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55615562[[package]]5563name = "opaque-debug"5564version = "0.3.0"5565source = "registry+https://github.com/rust-lang/crates.io-index"5566checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55675568[[package]]5569name = "open-metrics-client"5570version = "0.12.0"5571source = "registry+https://github.com/rust-lang/crates.io-index"5572checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5573dependencies = [5574 "dtoa",5575 "itoa 0.4.8",5576 "open-metrics-client-derive-text-encode",5577 "owning_ref",5578]55795580[[package]]5581name = "open-metrics-client-derive-text-encode"5582version = "0.1.1"5583source = "registry+https://github.com/rust-lang/crates.io-index"5584checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5585dependencies = [5586 "proc-macro2",5587 "quote",5588 "syn",5589]55905591[[package]]5592name = "openssl-probe"5593version = "0.1.5"5594source = "registry+https://github.com/rust-lang/crates.io-index"5595checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55965597[[package]]5598name = "ordered-float"5599version = "1.1.1"5600source = "registry+https://github.com/rust-lang/crates.io-index"5601checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5602dependencies = [5603 "num-traits",5604]56055606[[package]]5607name = "orml-vesting"5608version = "0.4.1-dev"5609source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5610dependencies = [5611 "frame-support",5612 "frame-system",5613 "parity-scale-codec 3.1.2",5614 "scale-info",5615 "serde",5616 "sp-io",5617 "sp-runtime",5618 "sp-std",5619]56205621[[package]]5622name = "os_str_bytes"5623version = "6.0.1"5624source = "registry+https://github.com/rust-lang/crates.io-index"5625checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"56265627[[package]]5628name = "owning_ref"5629version = "0.4.1"5630source = "registry+https://github.com/rust-lang/crates.io-index"5631checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5632dependencies = [5633 "stable_deref_trait",5634]56355636[[package]]5637name = "pallet-aura"5638version = "4.0.0-dev"5639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5640dependencies = [5641 "frame-support",5642 "frame-system",5643 "pallet-timestamp",5644 "parity-scale-codec 3.1.2",5645 "scale-info",5646 "sp-application-crypto",5647 "sp-consensus-aura",5648 "sp-runtime",5649 "sp-std",5650]56515652[[package]]5653name = "pallet-authority-discovery"5654version = "4.0.0-dev"5655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5656dependencies = [5657 "frame-support",5658 "frame-system",5659 "pallet-session",5660 "parity-scale-codec 3.1.2",5661 "scale-info",5662 "sp-application-crypto",5663 "sp-authority-discovery",5664 "sp-runtime",5665 "sp-std",5666]56675668[[package]]5669name = "pallet-authorship"5670version = "4.0.0-dev"5671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5672dependencies = [5673 "frame-support",5674 "frame-system",5675 "impl-trait-for-tuples",5676 "parity-scale-codec 3.1.2",5677 "scale-info",5678 "sp-authorship",5679 "sp-runtime",5680 "sp-std",5681]56825683[[package]]5684name = "pallet-babe"5685version = "4.0.0-dev"5686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5687dependencies = [5688 "frame-benchmarking",5689 "frame-support",5690 "frame-system",5691 "log",5692 "pallet-authorship",5693 "pallet-session",5694 "pallet-timestamp",5695 "parity-scale-codec 3.1.2",5696 "scale-info",5697 "sp-application-crypto",5698 "sp-consensus-babe",5699 "sp-consensus-vrf",5700 "sp-io",5701 "sp-runtime",5702 "sp-session",5703 "sp-staking",5704 "sp-std",5705]57065707[[package]]5708name = "pallet-bags-list"5709version = "4.0.0-dev"5710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5711dependencies = [5712 "frame-benchmarking",5713 "frame-election-provider-support",5714 "frame-support",5715 "frame-system",5716 "log",5717 "pallet-balances",5718 "parity-scale-codec 3.1.2",5719 "scale-info",5720 "sp-core",5721 "sp-io",5722 "sp-runtime",5723 "sp-std",5724 "sp-tracing",5725]57265727[[package]]5728name = "pallet-balances"5729version = "4.0.0-dev"5730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5731dependencies = [5732 "frame-benchmarking",5733 "frame-support",5734 "frame-system",5735 "log",5736 "parity-scale-codec 3.1.2",5737 "scale-info",5738 "sp-runtime",5739 "sp-std",5740]57415742[[package]]5743name = "pallet-base-fee"5744version = "1.0.0"5745source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5746dependencies = [5747 "fp-evm",5748 "frame-support",5749 "frame-system",5750 "parity-scale-codec 3.1.2",5751 "scale-info",5752 "serde",5753 "sp-core",5754 "sp-runtime",5755]57565757[[package]]5758name = "pallet-beefy"5759version = "4.0.0-dev"5760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5761dependencies = [5762 "beefy-primitives",5763 "frame-support",5764 "frame-system",5765 "pallet-session",5766 "parity-scale-codec 3.1.2",5767 "scale-info",5768 "serde",5769 "sp-runtime",5770 "sp-std",5771]57725773[[package]]5774name = "pallet-beefy-mmr"5775version = "4.0.0-dev"5776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5777dependencies = [5778 "beefy-merkle-tree",5779 "beefy-primitives",5780 "frame-support",5781 "frame-system",5782 "hex",5783 "k256",5784 "log",5785 "pallet-beefy",5786 "pallet-mmr",5787 "pallet-session",5788 "parity-scale-codec 3.1.2",5789 "scale-info",5790 "serde",5791 "sp-core",5792 "sp-io",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-bounties"5799version = "4.0.0-dev"5800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5801dependencies = [5802 "frame-benchmarking",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-treasury",5807 "parity-scale-codec 3.1.2",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813]58145815[[package]]5816name = "pallet-bridge-dispatch"5817version = "0.1.0"5818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5819dependencies = [5820 "bp-message-dispatch",5821 "bp-runtime",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec 3.1.2",5826 "scale-info",5827 "sp-core",5828 "sp-runtime",5829 "sp-std",5830]58315832[[package]]5833name = "pallet-bridge-grandpa"5834version = "0.1.0"5835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5836dependencies = [5837 "bp-header-chain",5838 "bp-runtime",5839 "bp-test-utils",5840 "finality-grandpa",5841 "frame-support",5842 "frame-system",5843 "log",5844 "num-traits",5845 "parity-scale-codec 3.1.2",5846 "scale-info",5847 "serde",5848 "sp-finality-grandpa",5849 "sp-runtime",5850 "sp-std",5851 "sp-trie",5852]58535854[[package]]5855name = "pallet-bridge-messages"5856version = "0.1.0"5857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5858dependencies = [5859 "bitvec 1.0.0",5860 "bp-message-dispatch",5861 "bp-messages",5862 "bp-runtime",5863 "frame-support",5864 "frame-system",5865 "log",5866 "num-traits",5867 "parity-scale-codec 3.1.2",5868 "scale-info",5869 "serde",5870 "sp-core",5871 "sp-runtime",5872 "sp-std",5873]58745875[[package]]5876name = "pallet-child-bounties"5877version = "4.0.0-dev"5878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5879dependencies = [5880 "frame-benchmarking",5881 "frame-support",5882 "frame-system",5883 "log",5884 "pallet-bounties",5885 "pallet-treasury",5886 "parity-scale-codec 3.1.2",5887 "scale-info",5888 "sp-core",5889 "sp-io",5890 "sp-runtime",5891 "sp-std",5892]58935894[[package]]5895name = "pallet-collective"5896version = "4.0.0-dev"5897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5898dependencies = [5899 "frame-benchmarking",5900 "frame-support",5901 "frame-system",5902 "log",5903 "parity-scale-codec 3.1.2",5904 "scale-info",5905 "sp-core",5906 "sp-io",5907 "sp-runtime",5908 "sp-std",5909]59105911[[package]]5912name = "pallet-common"5913version = "0.1.0"5914dependencies = [5915 "evm-coder",5916 "fp-evm-mapping",5917 "frame-benchmarking",5918 "frame-support",5919 "frame-system",5920 "pallet-evm",5921 "pallet-evm-coder-substrate",5922 "parity-scale-codec 3.1.2",5923 "scale-info",5924 "serde",5925 "sp-core",5926 "sp-runtime",5927 "sp-std",5928 "up-data-structs",5929]59305931[[package]]5932name = "pallet-democracy"5933version = "4.0.0-dev"5934source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5935dependencies = [5936 "frame-benchmarking",5937 "frame-support",5938 "frame-system",5939 "parity-scale-codec 3.1.2",5940 "scale-info",5941 "serde",5942 "sp-io",5943 "sp-runtime",5944 "sp-std",5945]59465947[[package]]5948name = "pallet-election-provider-multi-phase"5949version = "4.0.0-dev"5950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5951dependencies = [5952 "frame-benchmarking",5953 "frame-election-provider-support",5954 "frame-support",5955 "frame-system",5956 "log",5957 "parity-scale-codec 3.1.2",5958 "rand 0.7.3",5959 "scale-info",5960 "sp-arithmetic",5961 "sp-core",5962 "sp-io",5963 "sp-npos-elections",5964 "sp-runtime",5965 "sp-std",5966 "static_assertions",5967 "strum 0.23.0",5968]59695970[[package]]5971name = "pallet-election-provider-support-benchmarking"5972version = "4.0.0-dev"5973source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5974dependencies = [5975 "frame-benchmarking",5976 "frame-election-provider-support",5977 "frame-system",5978 "parity-scale-codec 3.1.2",5979 "sp-npos-elections",5980 "sp-runtime",5981]59825983[[package]]5984name = "pallet-elections-phragmen"5985version = "5.0.0-dev"5986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5987dependencies = [5988 "frame-benchmarking",5989 "frame-support",5990 "frame-system",5991 "log",5992 "parity-scale-codec 3.1.2",5993 "scale-info",5994 "sp-core",5995 "sp-io",5996 "sp-npos-elections",5997 "sp-runtime",5998 "sp-std",5999]60006001[[package]]6002name = "pallet-ethereum"6003version = "4.0.0-dev"6004source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6005dependencies = [6006 "ethereum",6007 "ethereum-types",6008 "evm",6009 "fp-consensus",6010 "fp-evm",6011 "fp-evm-mapping",6012 "fp-rpc",6013 "fp-self-contained",6014 "fp-storage",6015 "frame-support",6016 "frame-system",6017 "log",6018 "pallet-balances",6019 "pallet-evm",6020 "pallet-timestamp",6021 "parity-scale-codec 3.1.2",6022 "rlp",6023 "scale-info",6024 "serde",6025 "sha3 0.10.1",6026 "sp-io",6027 "sp-runtime",6028 "sp-std",6029]60306031[[package]]6032name = "pallet-evm"6033version = "6.0.0-dev"6034source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6035dependencies = [6036 "evm",6037 "fp-evm",6038 "fp-evm-mapping",6039 "frame-benchmarking",6040 "frame-support",6041 "frame-system",6042 "hex",6043 "impl-trait-for-tuples",6044 "log",6045 "pallet-balances",6046 "pallet-timestamp",6047 "parity-scale-codec 3.1.2",6048 "primitive-types",6049 "rlp",6050 "scale-info",6051 "serde",6052 "sha3 0.10.1",6053 "sp-core",6054 "sp-io",6055 "sp-runtime",6056 "sp-std",6057]60586059[[package]]6060name = "pallet-evm-coder-substrate"6061version = "0.1.0"6062dependencies = [6063 "ethereum",6064 "evm-coder",6065 "frame-benchmarking",6066 "frame-support",6067 "frame-system",6068 "pallet-ethereum",6069 "pallet-evm",6070 "parity-scale-codec 3.1.2",6071 "scale-info",6072 "sp-core",6073 "sp-std",6074 "up-data-structs",6075]60766077[[package]]6078name = "pallet-evm-contract-helpers"6079version = "0.1.0"6080dependencies = [6081 "ethereum",6082 "evm-coder",6083 "fp-evm-mapping",6084 "frame-support",6085 "frame-system",6086 "log",6087 "pallet-common",6088 "pallet-evm",6089 "pallet-evm-coder-substrate",6090 "pallet-nonfungible",6091 "parity-scale-codec 3.1.2",6092 "scale-info",6093 "sp-core",6094 "sp-runtime",6095 "sp-std",6096 "up-data-structs",6097 "up-sponsorship",6098]60996100[[package]]6101name = "pallet-evm-migration"6102version = "0.1.0"6103dependencies = [6104 "fp-evm",6105 "frame-benchmarking",6106 "frame-support",6107 "frame-system",6108 "pallet-evm",6109 "parity-scale-codec 3.1.2",6110 "scale-info",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-evm-transaction-payment"6119version = "0.1.0"6120dependencies = [6121 "fp-evm",6122 "fp-evm-mapping",6123 "frame-support",6124 "frame-system",6125 "pallet-ethereum",6126 "pallet-evm",6127 "parity-scale-codec 3.1.2",6128 "scale-info",6129 "sp-core",6130 "sp-io",6131 "sp-runtime",6132 "sp-std",6133 "up-sponsorship",6134]61356136[[package]]6137name = "pallet-fungible"6138version = "0.1.0"6139dependencies = [6140 "ethereum",6141 "evm-coder",6142 "frame-benchmarking",6143 "frame-support",6144 "frame-system",6145 "pallet-common",6146 "pallet-evm",6147 "pallet-evm-coder-substrate",6148 "pallet-structure",6149 "parity-scale-codec 3.1.2",6150 "scale-info",6151 "sp-core",6152 "sp-runtime",6153 "sp-std",6154 "up-data-structs",6155]61566157[[package]]6158name = "pallet-gilt"6159version = "4.0.0-dev"6160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6161dependencies = [6162 "frame-benchmarking",6163 "frame-support",6164 "frame-system",6165 "parity-scale-codec 3.1.2",6166 "scale-info",6167 "sp-arithmetic",6168 "sp-runtime",6169 "sp-std",6170]61716172[[package]]6173name = "pallet-grandpa"6174version = "4.0.0-dev"6175source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6176dependencies = [6177 "frame-benchmarking",6178 "frame-support",6179 "frame-system",6180 "log",6181 "pallet-authorship",6182 "pallet-session",6183 "parity-scale-codec 3.1.2",6184 "scale-info",6185 "sp-application-crypto",6186 "sp-core",6187 "sp-finality-grandpa",6188 "sp-io",6189 "sp-runtime",6190 "sp-session",6191 "sp-staking",6192 "sp-std",6193]61946195[[package]]6196name = "pallet-identity"6197version = "4.0.0-dev"6198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6199dependencies = [6200 "enumflags2",6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "parity-scale-codec 3.1.2",6205 "scale-info",6206 "sp-io",6207 "sp-runtime",6208 "sp-std",6209]62106211[[package]]6212name = "pallet-im-online"6213version = "4.0.0-dev"6214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6215dependencies = [6216 "frame-benchmarking",6217 "frame-support",6218 "frame-system",6219 "log",6220 "pallet-authorship",6221 "parity-scale-codec 3.1.2",6222 "scale-info",6223 "sp-application-crypto",6224 "sp-core",6225 "sp-io",6226 "sp-runtime",6227 "sp-staking",6228 "sp-std",6229]62306231[[package]]6232name = "pallet-indices"6233version = "4.0.0-dev"6234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6235dependencies = [6236 "frame-benchmarking",6237 "frame-support",6238 "frame-system",6239 "parity-scale-codec 3.1.2",6240 "scale-info",6241 "sp-core",6242 "sp-io",6243 "sp-keyring",6244 "sp-runtime",6245 "sp-std",6246]62476248[[package]]6249name = "pallet-inflation"6250version = "0.1.0"6251dependencies = [6252 "frame-benchmarking",6253 "frame-support",6254 "frame-system",6255 "pallet-balances",6256 "pallet-randomness-collective-flip",6257 "pallet-timestamp",6258 "parity-scale-codec 3.1.2",6259 "scale-info",6260 "serde",6261 "sp-core",6262 "sp-io",6263 "sp-runtime",6264 "sp-std",6265]62666267[[package]]6268name = "pallet-membership"6269version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6271dependencies = [6272 "frame-benchmarking",6273 "frame-support",6274 "frame-system",6275 "log",6276 "parity-scale-codec 3.1.2",6277 "scale-info",6278 "sp-core",6279 "sp-io",6280 "sp-runtime",6281 "sp-std",6282]62836284[[package]]6285name = "pallet-mmr"6286version = "4.0.0-dev"6287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6288dependencies = [6289 "ckb-merkle-mountain-range",6290 "frame-benchmarking",6291 "frame-support",6292 "frame-system",6293 "parity-scale-codec 3.1.2",6294 "scale-info",6295 "sp-core",6296 "sp-io",6297 "sp-mmr-primitives",6298 "sp-runtime",6299 "sp-std",6300]63016302[[package]]6303name = "pallet-mmr-rpc"6304version = "3.0.0"6305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6306dependencies = [6307 "jsonrpc-core",6308 "jsonrpc-core-client",6309 "jsonrpc-derive",6310 "parity-scale-codec 3.1.2",6311 "serde",6312 "sp-api",6313 "sp-blockchain",6314 "sp-core",6315 "sp-mmr-primitives",6316 "sp-runtime",6317]63186319[[package]]6320name = "pallet-multisig"6321version = "4.0.0-dev"6322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6323dependencies = [6324 "frame-benchmarking",6325 "frame-support",6326 "frame-system",6327 "parity-scale-codec 3.1.2",6328 "scale-info",6329 "sp-io",6330 "sp-runtime",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-nicks"6336version = "4.0.0-dev"6337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6338dependencies = [6339 "frame-support",6340 "frame-system",6341 "parity-scale-codec 3.1.2",6342 "scale-info",6343 "sp-io",6344 "sp-runtime",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-nomination-pools"6350version = "1.0.0"6351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6352dependencies = [6353 "frame-support",6354 "frame-system",6355 "parity-scale-codec 3.1.2",6356 "scale-info",6357 "sp-core",6358 "sp-runtime",6359 "sp-staking",6360 "sp-std",6361]63626363[[package]]6364name = "pallet-nomination-pools-benchmarking"6365version = "1.0.0"6366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6367dependencies = [6368 "frame-benchmarking",6369 "frame-election-provider-support",6370 "frame-support",6371 "frame-system",6372 "pallet-bags-list",6373 "pallet-nomination-pools",6374 "pallet-staking",6375 "parity-scale-codec 3.1.2",6376 "scale-info",6377 "sp-runtime",6378 "sp-staking",6379 "sp-std",6380]63816382[[package]]6383name = "pallet-nonfungible"6384version = "0.1.0"6385dependencies = [6386 "ethereum",6387 "evm-coder",6388 "frame-benchmarking",6389 "frame-support",6390 "frame-system",6391 "pallet-common",6392 "pallet-evm",6393 "pallet-evm-coder-substrate",6394 "pallet-structure",6395 "parity-scale-codec 3.1.2",6396 "scale-info",6397 "sp-core",6398 "sp-runtime",6399 "sp-std",6400 "struct-versioning",6401 "up-data-structs",6402]64036404[[package]]6405name = "pallet-offences"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6408dependencies = [6409 "frame-support",6410 "frame-system",6411 "log",6412 "pallet-balances",6413 "parity-scale-codec 3.1.2",6414 "scale-info",6415 "serde",6416 "sp-runtime",6417 "sp-staking",6418 "sp-std",6419]64206421[[package]]6422name = "pallet-offences-benchmarking"6423version = "4.0.0-dev"6424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6425dependencies = [6426 "frame-benchmarking",6427 "frame-election-provider-support",6428 "frame-support",6429 "frame-system",6430 "pallet-babe",6431 "pallet-balances",6432 "pallet-grandpa",6433 "pallet-im-online",6434 "pallet-offences",6435 "pallet-session",6436 "pallet-staking",6437 "parity-scale-codec 3.1.2",6438 "scale-info",6439 "sp-runtime",6440 "sp-staking",6441 "sp-std",6442]64436444[[package]]6445name = "pallet-preimage"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6448dependencies = [6449 "frame-benchmarking",6450 "frame-support",6451 "frame-system",6452 "parity-scale-codec 3.1.2",6453 "scale-info",6454 "sp-core",6455 "sp-io",6456 "sp-runtime",6457 "sp-std",6458]64596460[[package]]6461name = "pallet-proxy"6462version = "4.0.0-dev"6463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6464dependencies = [6465 "frame-benchmarking",6466 "frame-support",6467 "frame-system",6468 "parity-scale-codec 3.1.2",6469 "scale-info",6470 "sp-io",6471 "sp-runtime",6472 "sp-std",6473]64746475[[package]]6476name = "pallet-randomness-collective-flip"6477version = "4.0.0-dev"6478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6479dependencies = [6480 "frame-support",6481 "frame-system",6482 "parity-scale-codec 3.1.2",6483 "safe-mix",6484 "scale-info",6485 "sp-runtime",6486 "sp-std",6487]64886489[[package]]6490name = "pallet-recovery"6491version = "4.0.0-dev"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6493dependencies = [6494 "frame-support",6495 "frame-system",6496 "parity-scale-codec 3.1.2",6497 "scale-info",6498 "sp-io",6499 "sp-runtime",6500 "sp-std",6501]65026503[[package]]6504name = "pallet-refungible"6505version = "0.1.0"6506dependencies = [6507 "frame-benchmarking",6508 "frame-support",6509 "frame-system",6510 "pallet-common",6511 "pallet-evm",6512 "pallet-structure",6513 "parity-scale-codec 3.1.2",6514 "scale-info",6515 "sp-core",6516 "sp-runtime",6517 "sp-std",6518 "struct-versioning",6519 "up-data-structs",6520]65216522[[package]]6523name = "pallet-rmrk-core"6524version = "0.1.0"6525dependencies = [6526 "frame-benchmarking",6527 "frame-support",6528 "frame-system",6529 "pallet-common",6530 "pallet-evm",6531 "pallet-nonfungible",6532 "parity-scale-codec 3.1.2",6533 "scale-info",6534 "sp-core",6535 "sp-runtime",6536 "sp-std",6537 "up-data-structs",6538]65396540[[package]]6541name = "pallet-rmrk-equip"6542version = "0.1.0"6543dependencies = [6544 "frame-benchmarking",6545 "frame-support",6546 "frame-system",6547 "pallet-common",6548 "pallet-evm",6549 "pallet-nonfungible",6550 "pallet-rmrk-core",6551 "parity-scale-codec 3.1.2",6552 "scale-info",6553 "sp-core",6554 "sp-runtime",6555 "sp-std",6556 "up-data-structs",6557]65586559[[package]]6560name = "pallet-scheduler"6561version = "4.0.0-dev"6562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6563dependencies = [6564 "frame-benchmarking",6565 "frame-support",6566 "frame-system",6567 "log",6568 "parity-scale-codec 3.1.2",6569 "scale-info",6570 "sp-io",6571 "sp-runtime",6572 "sp-std",6573]65746575[[package]]6576name = "pallet-session"6577version = "4.0.0-dev"6578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6579dependencies = [6580 "frame-support",6581 "frame-system",6582 "impl-trait-for-tuples",6583 "log",6584 "pallet-timestamp",6585 "parity-scale-codec 3.1.2",6586 "scale-info",6587 "sp-core",6588 "sp-io",6589 "sp-runtime",6590 "sp-session",6591 "sp-staking",6592 "sp-std",6593 "sp-trie",6594]65956596[[package]]6597name = "pallet-session-benchmarking"6598version = "4.0.0-dev"6599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6600dependencies = [6601 "frame-benchmarking",6602 "frame-support",6603 "frame-system",6604 "pallet-session",6605 "pallet-staking",6606 "rand 0.7.3",6607 "sp-runtime",6608 "sp-session",6609 "sp-std",6610]66116612[[package]]6613name = "pallet-society"6614version = "4.0.0-dev"6615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6616dependencies = [6617 "frame-support",6618 "frame-system",6619 "parity-scale-codec 3.1.2",6620 "rand_chacha 0.2.2",6621 "scale-info",6622 "sp-runtime",6623 "sp-std",6624]66256626[[package]]6627name = "pallet-staking"6628version = "4.0.0-dev"6629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6630dependencies = [6631 "frame-benchmarking",6632 "frame-election-provider-support",6633 "frame-support",6634 "frame-system",6635 "log",6636 "pallet-authorship",6637 "pallet-session",6638 "parity-scale-codec 3.1.2",6639 "rand_chacha 0.2.2",6640 "scale-info",6641 "serde",6642 "sp-application-crypto",6643 "sp-io",6644 "sp-runtime",6645 "sp-staking",6646 "sp-std",6647]66486649[[package]]6650name = "pallet-staking-reward-curve"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6653dependencies = [6654 "proc-macro-crate 1.1.3",6655 "proc-macro2",6656 "quote",6657 "syn",6658]66596660[[package]]6661name = "pallet-staking-reward-fn"6662version = "4.0.0-dev"6663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6664dependencies = [6665 "log",6666 "sp-arithmetic",6667]66686669[[package]]6670name = "pallet-structure"6671version = "0.1.0"6672dependencies = [6673 "frame-benchmarking",6674 "frame-support",6675 "frame-system",6676 "pallet-common",6677 "pallet-evm",6678 "parity-scale-codec 3.1.2",6679 "scale-info",6680 "sp-std",6681 "up-data-structs",6682]66836684[[package]]6685name = "pallet-sudo"6686version = "4.0.0-dev"6687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6688dependencies = [6689 "frame-support",6690 "frame-system",6691 "parity-scale-codec 3.1.2",6692 "scale-info",6693 "sp-io",6694 "sp-runtime",6695 "sp-std",6696]66976698[[package]]6699name = "pallet-template-transaction-payment"6700version = "3.0.0"6701source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6702dependencies = [6703 "frame-benchmarking",6704 "frame-support",6705 "frame-system",6706 "pallet-balances",6707 "pallet-transaction-payment",6708 "parity-scale-codec 3.1.2",6709 "scale-info",6710 "serde",6711 "sp-core",6712 "sp-io",6713 "sp-runtime",6714 "sp-std",6715 "up-sponsorship",6716]67176718[[package]]6719name = "pallet-timestamp"6720version = "4.0.0-dev"6721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6722dependencies = [6723 "frame-benchmarking",6724 "frame-support",6725 "frame-system",6726 "log",6727 "parity-scale-codec 3.1.2",6728 "scale-info",6729 "sp-inherents",6730 "sp-io",6731 "sp-runtime",6732 "sp-std",6733 "sp-timestamp",6734]67356736[[package]]6737name = "pallet-tips"6738version = "4.0.0-dev"6739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6740dependencies = [6741 "frame-benchmarking",6742 "frame-support",6743 "frame-system",6744 "log",6745 "pallet-treasury",6746 "parity-scale-codec 3.1.2",6747 "scale-info",6748 "serde",6749 "sp-core",6750 "sp-io",6751 "sp-runtime",6752 "sp-std",6753]67546755[[package]]6756name = "pallet-transaction-payment"6757version = "4.0.0-dev"6758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6759dependencies = [6760 "frame-support",6761 "frame-system",6762 "parity-scale-codec 3.1.2",6763 "scale-info",6764 "serde",6765 "smallvec",6766 "sp-core",6767 "sp-io",6768 "sp-runtime",6769 "sp-std",6770]67716772[[package]]6773name = "pallet-transaction-payment-rpc"6774version = "4.0.0-dev"6775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6776dependencies = [6777 "jsonrpc-core",6778 "jsonrpc-core-client",6779 "jsonrpc-derive",6780 "pallet-transaction-payment-rpc-runtime-api",6781 "parity-scale-codec 3.1.2",6782 "sp-api",6783 "sp-blockchain",6784 "sp-core",6785 "sp-rpc",6786 "sp-runtime",6787]67886789[[package]]6790name = "pallet-transaction-payment-rpc-runtime-api"6791version = "4.0.0-dev"6792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6793dependencies = [6794 "pallet-transaction-payment",6795 "parity-scale-codec 3.1.2",6796 "sp-api",6797 "sp-runtime",6798]67996800[[package]]6801name = "pallet-treasury"6802version = "4.0.0-dev"6803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6804dependencies = [6805 "frame-benchmarking",6806 "frame-support",6807 "frame-system",6808 "impl-trait-for-tuples",6809 "pallet-balances",6810 "parity-scale-codec 3.1.2",6811 "scale-info",6812 "serde",6813 "sp-runtime",6814 "sp-std",6815]68166817[[package]]6818name = "pallet-unique"6819version = "0.1.0"6820dependencies = [6821 "ethereum",6822 "evm-coder",6823 "frame-benchmarking",6824 "frame-support",6825 "frame-system",6826 "pallet-common",6827 "pallet-evm",6828 "pallet-evm-coder-substrate",6829 "pallet-nonfungible",6830 "parity-scale-codec 3.1.2",6831 "scale-info",6832 "serde",6833 "serde-json-core",6834 "sp-core",6835 "sp-io",6836 "sp-runtime",6837 "sp-std",6838 "up-data-structs",6839]68406841[[package]]6842name = "pallet-unq-scheduler"6843version = "0.1.0"6844dependencies = [6845 "frame-benchmarking",6846 "frame-support",6847 "frame-system",6848 "log",6849 "parity-scale-codec 3.1.2",6850 "scale-info",6851 "serde",6852 "sp-core",6853 "sp-io",6854 "sp-runtime",6855 "sp-std",6856 "substrate-test-utils",6857 "up-sponsorship",6858]68596860[[package]]6861name = "pallet-utility"6862version = "4.0.0-dev"6863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6864dependencies = [6865 "frame-benchmarking",6866 "frame-support",6867 "frame-system",6868 "parity-scale-codec 3.1.2",6869 "scale-info",6870 "sp-core",6871 "sp-io",6872 "sp-runtime",6873 "sp-std",6874]68756876[[package]]6877name = "pallet-vesting"6878version = "4.0.0-dev"6879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6880dependencies = [6881 "frame-benchmarking",6882 "frame-support",6883 "frame-system",6884 "log",6885 "parity-scale-codec 3.1.2",6886 "scale-info",6887 "sp-runtime",6888 "sp-std",6889]68906891[[package]]6892name = "pallet-xcm"6893version = "0.9.21"6894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6895dependencies = [6896 "frame-support",6897 "frame-system",6898 "log",6899 "parity-scale-codec 3.1.2",6900 "scale-info",6901 "serde",6902 "sp-core",6903 "sp-runtime",6904 "sp-std",6905 "xcm",6906 "xcm-executor",6907]69086909[[package]]6910name = "pallet-xcm-benchmarks"6911version = "0.9.21"6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6913dependencies = [6914 "frame-benchmarking",6915 "frame-support",6916 "frame-system",6917 "log",6918 "parity-scale-codec 3.1.2",6919 "scale-info",6920 "sp-runtime",6921 "sp-std",6922 "xcm",6923 "xcm-executor",6924]69256926[[package]]6927name = "parachain-info"6928version = "0.1.0"6929source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6930dependencies = [6931 "cumulus-primitives-core",6932 "frame-support",6933 "frame-system",6934 "parity-scale-codec 3.1.2",6935 "scale-info",6936 "serde",6937]69386939[[package]]6940name = "parity-db"6941version = "0.3.13"6942source = "registry+https://github.com/rust-lang/crates.io-index"6943checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6944dependencies = [6945 "blake2-rfc",6946 "crc32fast",6947 "fs2",6948 "hex",6949 "libc",6950 "log",6951 "lz4",6952 "memmap2 0.2.3",6953 "parking_lot 0.11.2",6954 "rand 0.8.5",6955 "snap",6956]69576958[[package]]6959name = "parity-scale-codec"6960version = "2.3.1"6961source = "registry+https://github.com/rust-lang/crates.io-index"6962checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6963dependencies = [6964 "arrayvec 0.7.2",6965 "bitvec 0.20.4",6966 "byte-slice-cast",6967 "impl-trait-for-tuples",6968 "parity-scale-codec-derive 2.3.1",6969 "serde",6970]69716972[[package]]6973name = "parity-scale-codec"6974version = "3.1.2"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6977dependencies = [6978 "arrayvec 0.7.2",6979 "bitvec 1.0.0",6980 "byte-slice-cast",6981 "impl-trait-for-tuples",6982 "parity-scale-codec-derive 3.1.2",6983 "serde",6984]69856986[[package]]6987name = "parity-scale-codec-derive"6988version = "2.3.1"6989source = "registry+https://github.com/rust-lang/crates.io-index"6990checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6991dependencies = [6992 "proc-macro-crate 1.1.3",6993 "proc-macro2",6994 "quote",6995 "syn",6996]69976998[[package]]6999name = "parity-scale-codec-derive"7000version = "3.1.2"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7003dependencies = [7004 "proc-macro-crate 1.1.3",7005 "proc-macro2",7006 "quote",7007 "syn",7008]70097010[[package]]7011name = "parity-send-wrapper"7012version = "0.1.0"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70157016[[package]]7017name = "parity-tokio-ipc"7018version = "0.9.0"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7021dependencies = [7022 "futures 0.3.21",7023 "libc",7024 "log",7025 "rand 0.7.3",7026 "tokio 1.18.2",7027 "winapi 0.3.9",7028]70297030[[package]]7031name = "parity-util-mem"7032version = "0.11.0"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7035dependencies = [7036 "cfg-if 1.0.0",7037 "ethereum-types",7038 "hashbrown 0.12.1",7039 "impl-trait-for-tuples",7040 "lru 0.7.5",7041 "parity-util-mem-derive",7042 "parking_lot 0.12.0",7043 "primitive-types",7044 "smallvec",7045 "winapi 0.3.9",7046]70477048[[package]]7049name = "parity-util-mem-derive"7050version = "0.1.0"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7053dependencies = [7054 "proc-macro2",7055 "syn",7056 "synstructure",7057]70587059[[package]]7060name = "parity-wasm"7061version = "0.32.0"7062source = "registry+https://github.com/rust-lang/crates.io-index"7063checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7064dependencies = [7065 "byteorder",7066]70677068[[package]]7069name = "parity-wasm"7070version = "0.42.2"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70737074[[package]]7075name = "parity-ws"7076version = "0.11.1"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7079dependencies = [7080 "byteorder",7081 "bytes 0.4.12",7082 "httparse",7083 "log",7084 "mio 0.6.23",7085 "mio-extras",7086 "rand 0.7.3",7087 "sha-1 0.8.2",7088 "slab",7089 "url 2.2.2",7090]70917092[[package]]7093name = "parking"7094version = "2.0.0"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70977098[[package]]7099name = "parking_lot"7100version = "0.11.2"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7103dependencies = [7104 "instant",7105 "lock_api",7106 "parking_lot_core 0.8.5",7107]71087109[[package]]7110name = "parking_lot"7111version = "0.12.0"7112source = "registry+https://github.com/rust-lang/crates.io-index"7113checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7114dependencies = [7115 "lock_api",7116 "parking_lot_core 0.9.3",7117]71187119[[package]]7120name = "parking_lot_core"7121version = "0.8.5"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7124dependencies = [7125 "cfg-if 1.0.0",7126 "instant",7127 "libc",7128 "redox_syscall 0.2.13",7129 "smallvec",7130 "winapi 0.3.9",7131]71327133[[package]]7134name = "parking_lot_core"7135version = "0.9.3"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7138dependencies = [7139 "cfg-if 1.0.0",7140 "libc",7141 "redox_syscall 0.2.13",7142 "smallvec",7143 "windows-sys",7144]71457146[[package]]7147name = "paste"7148version = "1.0.7"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71517152[[package]]7153name = "pbkdf2"7154version = "0.4.0"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7157dependencies = [7158 "crypto-mac 0.8.0",7159]71607161[[package]]7162name = "pbkdf2"7163version = "0.8.0"7164source = "registry+https://github.com/rust-lang/crates.io-index"7165checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7166dependencies = [7167 "crypto-mac 0.11.1",7168]71697170[[package]]7171name = "peeking_take_while"7172version = "0.1.2"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71757176[[package]]7177name = "percent-encoding"7178version = "1.0.1"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71817182[[package]]7183name = "percent-encoding"7184version = "2.1.0"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71877188[[package]]7189name = "pest"7190version = "2.1.3"7191source = "registry+https://github.com/rust-lang/crates.io-index"7192checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7193dependencies = [7194 "ucd-trie",7195]71967197[[package]]7198name = "pest_derive"7199version = "2.1.0"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7202dependencies = [7203 "pest",7204 "pest_generator",7205]72067207[[package]]7208name = "pest_generator"7209version = "2.1.3"7210source = "registry+https://github.com/rust-lang/crates.io-index"7211checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7212dependencies = [7213 "pest",7214 "pest_meta",7215 "proc-macro2",7216 "quote",7217 "syn",7218]72197220[[package]]7221name = "pest_meta"7222version = "2.1.3"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7225dependencies = [7226 "maplit",7227 "pest",7228 "sha-1 0.8.2",7229]72307231[[package]]7232name = "petgraph"7233version = "0.6.0"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7236dependencies = [7237 "fixedbitset",7238 "indexmap",7239]72407241[[package]]7242name = "pin-project"7243version = "0.4.29"7244source = "registry+https://github.com/rust-lang/crates.io-index"7245checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7246dependencies = [7247 "pin-project-internal 0.4.29",7248]72497250[[package]]7251name = "pin-project"7252version = "1.0.10"7253source = "registry+https://github.com/rust-lang/crates.io-index"7254checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7255dependencies = [7256 "pin-project-internal 1.0.10",7257]72587259[[package]]7260name = "pin-project-internal"7261version = "0.4.29"7262source = "registry+https://github.com/rust-lang/crates.io-index"7263checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7264dependencies = [7265 "proc-macro2",7266 "quote",7267 "syn",7268]72697270[[package]]7271name = "pin-project-internal"7272version = "1.0.10"7273source = "registry+https://github.com/rust-lang/crates.io-index"7274checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7275dependencies = [7276 "proc-macro2",7277 "quote",7278 "syn",7279]72807281[[package]]7282name = "pin-project-lite"7283version = "0.1.12"7284source = "registry+https://github.com/rust-lang/crates.io-index"7285checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72867287[[package]]7288name = "pin-project-lite"7289version = "0.2.9"7290source = "registry+https://github.com/rust-lang/crates.io-index"7291checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72927293[[package]]7294name = "pin-utils"7295version = "0.1.0"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72987299[[package]]7300name = "pkcs8"7301version = "0.8.0"7302source = "registry+https://github.com/rust-lang/crates.io-index"7303checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7304dependencies = [7305 "der",7306 "spki",7307 "zeroize",7308]73097310[[package]]7311name = "pkg-config"7312version = "0.3.25"7313source = "registry+https://github.com/rust-lang/crates.io-index"7314checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73157316[[package]]7317name = "platforms"7318version = "2.0.0"7319source = "registry+https://github.com/rust-lang/crates.io-index"7320checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73217322[[package]]7323name = "polkadot-approval-distribution"7324version = "0.9.21"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7326dependencies = [7327 "futures 0.3.21",7328 "polkadot-node-network-protocol",7329 "polkadot-node-primitives",7330 "polkadot-node-subsystem",7331 "polkadot-node-subsystem-util",7332 "polkadot-primitives",7333 "rand 0.8.5",7334 "tracing-gum",7335]73367337[[package]]7338name = "polkadot-availability-bitfield-distribution"7339version = "0.9.21"7340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7341dependencies = [7342 "futures 0.3.21",7343 "polkadot-node-network-protocol",7344 "polkadot-node-subsystem",7345 "polkadot-node-subsystem-util",7346 "polkadot-primitives",7347 "tracing-gum",7348]73497350[[package]]7351name = "polkadot-availability-distribution"7352version = "0.9.21"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7354dependencies = [7355 "derive_more",7356 "fatality",7357 "futures 0.3.21",7358 "lru 0.7.5",7359 "parity-scale-codec 3.1.2",7360 "polkadot-erasure-coding",7361 "polkadot-node-network-protocol",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-primitives",7366 "rand 0.8.5",7367 "sp-core",7368 "sp-keystore",7369 "thiserror",7370 "tracing-gum",7371]73727373[[package]]7374name = "polkadot-availability-recovery"7375version = "0.9.21"7376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7377dependencies = [7378 "fatality",7379 "futures 0.3.21",7380 "lru 0.7.5",7381 "parity-scale-codec 3.1.2",7382 "polkadot-erasure-coding",7383 "polkadot-node-network-protocol",7384 "polkadot-node-primitives",7385 "polkadot-node-subsystem",7386 "polkadot-node-subsystem-util",7387 "polkadot-primitives",7388 "rand 0.8.5",7389 "sc-network",7390 "thiserror",7391 "tracing-gum",7392]73937394[[package]]7395name = "polkadot-cli"7396version = "0.9.21"7397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7398dependencies = [7399 "clap",7400 "frame-benchmarking-cli",7401 "futures 0.3.21",7402 "log",7403 "polkadot-client",7404 "polkadot-node-core-pvf",7405 "polkadot-node-metrics",7406 "polkadot-performance-test",7407 "polkadot-service",7408 "sc-cli",7409 "sc-service",7410 "sc-tracing",7411 "sp-core",7412 "sp-trie",7413 "substrate-build-script-utils",7414 "thiserror",7415 "try-runtime-cli",7416]74177418[[package]]7419name = "polkadot-client"7420version = "0.9.21"7421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7422dependencies = [7423 "beefy-primitives",7424 "frame-benchmarking",7425 "frame-benchmarking-cli",7426 "frame-system",7427 "frame-system-rpc-runtime-api",7428 "pallet-transaction-payment",7429 "pallet-transaction-payment-rpc-runtime-api",7430 "polkadot-core-primitives",7431 "polkadot-node-core-parachains-inherent",7432 "polkadot-primitives",7433 "polkadot-runtime",7434 "polkadot-runtime-common",7435 "sc-client-api",7436 "sc-consensus",7437 "sc-executor",7438 "sc-service",7439 "sp-api",7440 "sp-authority-discovery",7441 "sp-block-builder",7442 "sp-blockchain",7443 "sp-consensus",7444 "sp-consensus-babe",7445 "sp-core",7446 "sp-finality-grandpa",7447 "sp-inherents",7448 "sp-keyring",7449 "sp-mmr-primitives",7450 "sp-offchain",7451 "sp-runtime",7452 "sp-session",7453 "sp-storage",7454 "sp-timestamp",7455 "sp-transaction-pool",7456]74577458[[package]]7459name = "polkadot-collator-protocol"7460version = "0.9.21"7461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7462dependencies = [7463 "always-assert",7464 "fatality",7465 "futures 0.3.21",7466 "futures-timer",7467 "polkadot-node-network-protocol",7468 "polkadot-node-primitives",7469 "polkadot-node-subsystem",7470 "polkadot-node-subsystem-util",7471 "polkadot-primitives",7472 "sp-core",7473 "sp-keystore",7474 "sp-runtime",7475 "thiserror",7476 "tracing-gum",7477]74787479[[package]]7480name = "polkadot-core-primitives"7481version = "0.9.21"7482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7483dependencies = [7484 "parity-scale-codec 3.1.2",7485 "parity-util-mem",7486 "scale-info",7487 "sp-core",7488 "sp-runtime",7489 "sp-std",7490]74917492[[package]]7493name = "polkadot-dispute-distribution"7494version = "0.9.21"7495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7496dependencies = [7497 "derive_more",7498 "fatality",7499 "futures 0.3.21",7500 "lru 0.7.5",7501 "parity-scale-codec 3.1.2",7502 "polkadot-erasure-coding",7503 "polkadot-node-network-protocol",7504 "polkadot-node-primitives",7505 "polkadot-node-subsystem",7506 "polkadot-node-subsystem-util",7507 "polkadot-primitives",7508 "sc-network",7509 "sp-application-crypto",7510 "sp-keystore",7511 "thiserror",7512 "tracing-gum",7513]75147515[[package]]7516name = "polkadot-erasure-coding"7517version = "0.9.21"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7519dependencies = [7520 "parity-scale-codec 3.1.2",7521 "polkadot-node-primitives",7522 "polkadot-primitives",7523 "reed-solomon-novelpoly",7524 "sp-core",7525 "sp-trie",7526 "thiserror",7527]75287529[[package]]7530name = "polkadot-gossip-support"7531version = "0.9.21"7532source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7533dependencies = [7534 "futures 0.3.21",7535 "futures-timer",7536 "polkadot-node-network-protocol",7537 "polkadot-node-subsystem",7538 "polkadot-node-subsystem-util",7539 "polkadot-primitives",7540 "rand 0.8.5",7541 "rand_chacha 0.3.1",7542 "sc-network",7543 "sp-application-crypto",7544 "sp-core",7545 "sp-keystore",7546 "tracing-gum",7547]75487549[[package]]7550name = "polkadot-network-bridge"7551version = "0.9.21"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7553dependencies = [7554 "async-trait",7555 "futures 0.3.21",7556 "parity-scale-codec 3.1.2",7557 "parking_lot 0.12.0",7558 "polkadot-node-network-protocol",7559 "polkadot-node-subsystem",7560 "polkadot-node-subsystem-util",7561 "polkadot-overseer",7562 "polkadot-primitives",7563 "sc-network",7564 "sp-consensus",7565 "tracing-gum",7566]75677568[[package]]7569name = "polkadot-node-collation-generation"7570version = "0.9.21"7571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7572dependencies = [7573 "futures 0.3.21",7574 "parity-scale-codec 3.1.2",7575 "polkadot-erasure-coding",7576 "polkadot-node-primitives",7577 "polkadot-node-subsystem",7578 "polkadot-node-subsystem-util",7579 "polkadot-primitives",7580 "sp-core",7581 "sp-maybe-compressed-blob",7582 "thiserror",7583 "tracing-gum",7584]75857586[[package]]7587name = "polkadot-node-core-approval-voting"7588version = "0.9.21"7589source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7590dependencies = [7591 "bitvec 1.0.0",7592 "derive_more",7593 "futures 0.3.21",7594 "futures-timer",7595 "kvdb",7596 "lru 0.7.5",7597 "merlin",7598 "parity-scale-codec 3.1.2",7599 "polkadot-node-jaeger",7600 "polkadot-node-primitives",7601 "polkadot-node-subsystem",7602 "polkadot-node-subsystem-util",7603 "polkadot-overseer",7604 "polkadot-primitives",7605 "sc-keystore",7606 "schnorrkel",7607 "sp-application-crypto",7608 "sp-consensus",7609 "sp-consensus-slots",7610 "sp-runtime",7611 "thiserror",7612 "tracing-gum",7613]76147615[[package]]7616name = "polkadot-node-core-av-store"7617version = "0.9.21"7618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7619dependencies = [7620 "bitvec 1.0.0",7621 "futures 0.3.21",7622 "futures-timer",7623 "kvdb",7624 "parity-scale-codec 3.1.2",7625 "polkadot-erasure-coding",7626 "polkadot-node-primitives",7627 "polkadot-node-subsystem",7628 "polkadot-node-subsystem-util",7629 "polkadot-overseer",7630 "polkadot-primitives",7631 "thiserror",7632 "tracing-gum",7633]76347635[[package]]7636name = "polkadot-node-core-backing"7637version = "0.9.21"7638source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7639dependencies = [7640 "bitvec 1.0.0",7641 "futures 0.3.21",7642 "polkadot-erasure-coding",7643 "polkadot-node-primitives",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-primitives",7647 "polkadot-statement-table",7648 "sp-keystore",7649 "thiserror",7650 "tracing-gum",7651]76527653[[package]]7654name = "polkadot-node-core-bitfield-signing"7655version = "0.9.21"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7657dependencies = [7658 "futures 0.3.21",7659 "polkadot-node-subsystem",7660 "polkadot-node-subsystem-util",7661 "polkadot-primitives",7662 "sp-keystore",7663 "thiserror",7664 "tracing-gum",7665 "wasm-timer",7666]76677668[[package]]7669name = "polkadot-node-core-candidate-validation"7670version = "0.9.21"7671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7672dependencies = [7673 "async-trait",7674 "futures 0.3.21",7675 "parity-scale-codec 3.1.2",7676 "polkadot-node-core-pvf",7677 "polkadot-node-primitives",7678 "polkadot-node-subsystem",7679 "polkadot-node-subsystem-util",7680 "polkadot-parachain",7681 "polkadot-primitives",7682 "sp-maybe-compressed-blob",7683 "tracing-gum",7684]76857686[[package]]7687name = "polkadot-node-core-chain-api"7688version = "0.9.21"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7690dependencies = [7691 "futures 0.3.21",7692 "polkadot-node-subsystem",7693 "polkadot-node-subsystem-util",7694 "polkadot-primitives",7695 "sc-client-api",7696 "sc-consensus-babe",7697 "sp-blockchain",7698 "tracing-gum",7699]77007701[[package]]7702name = "polkadot-node-core-chain-selection"7703version = "0.9.21"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7705dependencies = [7706 "futures 0.3.21",7707 "futures-timer",7708 "kvdb",7709 "parity-scale-codec 3.1.2",7710 "polkadot-node-primitives",7711 "polkadot-node-subsystem",7712 "polkadot-node-subsystem-util",7713 "polkadot-primitives",7714 "thiserror",7715 "tracing-gum",7716]77177718[[package]]7719name = "polkadot-node-core-dispute-coordinator"7720version = "0.9.21"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7722dependencies = [7723 "fatality",7724 "futures 0.3.21",7725 "kvdb",7726 "lru 0.7.5",7727 "parity-scale-codec 3.1.2",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-primitives",7732 "sc-keystore",7733 "thiserror",7734 "tracing-gum",7735]77367737[[package]]7738name = "polkadot-node-core-parachains-inherent"7739version = "0.9.21"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7741dependencies = [7742 "async-trait",7743 "futures 0.3.21",7744 "futures-timer",7745 "polkadot-node-subsystem",7746 "polkadot-primitives",7747 "sp-blockchain",7748 "sp-inherents",7749 "sp-runtime",7750 "thiserror",7751 "tracing-gum",7752]77537754[[package]]7755name = "polkadot-node-core-provisioner"7756version = "0.9.21"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7758dependencies = [7759 "bitvec 1.0.0",7760 "futures 0.3.21",7761 "futures-timer",7762 "polkadot-node-primitives",7763 "polkadot-node-subsystem",7764 "polkadot-node-subsystem-util",7765 "polkadot-primitives",7766 "rand 0.8.5",7767 "thiserror",7768 "tracing-gum",7769]77707771[[package]]7772name = "polkadot-node-core-pvf"7773version = "0.9.21"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7775dependencies = [7776 "always-assert",7777 "assert_matches",7778 "async-process",7779 "async-std",7780 "futures 0.3.21",7781 "futures-timer",7782 "parity-scale-codec 3.1.2",7783 "pin-project 1.0.10",7784 "polkadot-core-primitives",7785 "polkadot-node-subsystem-util",7786 "polkadot-parachain",7787 "rand 0.8.5",7788 "sc-executor",7789 "sc-executor-common",7790 "sc-executor-wasmtime",7791 "slotmap",7792 "sp-core",7793 "sp-externalities",7794 "sp-io",7795 "sp-maybe-compressed-blob",7796 "sp-tracing",7797 "sp-wasm-interface",7798 "tracing-gum",7799]78007801[[package]]7802name = "polkadot-node-core-pvf-checker"7803version = "0.9.21"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7805dependencies = [7806 "futures 0.3.21",7807 "polkadot-node-primitives",7808 "polkadot-node-subsystem",7809 "polkadot-node-subsystem-util",7810 "polkadot-overseer",7811 "polkadot-primitives",7812 "sp-keystore",7813 "thiserror",7814 "tracing-gum",7815]78167817[[package]]7818name = "polkadot-node-core-runtime-api"7819version = "0.9.21"7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7821dependencies = [7822 "futures 0.3.21",7823 "memory-lru",7824 "parity-util-mem",7825 "polkadot-node-subsystem",7826 "polkadot-node-subsystem-util",7827 "polkadot-primitives",7828 "sp-api",7829 "sp-authority-discovery",7830 "sp-consensus-babe",7831 "sp-core",7832 "tracing-gum",7833]78347835[[package]]7836name = "polkadot-node-jaeger"7837version = "0.9.21"7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7839dependencies = [7840 "async-std",7841 "lazy_static",7842 "log",7843 "mick-jaeger",7844 "parity-scale-codec 3.1.2",7845 "parking_lot 0.12.0",7846 "polkadot-node-primitives",7847 "polkadot-primitives",7848 "sc-network",7849 "sp-core",7850 "thiserror",7851]78527853[[package]]7854name = "polkadot-node-metrics"7855version = "0.9.21"7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7857dependencies = [7858 "bs58",7859 "futures 0.3.21",7860 "futures-timer",7861 "log",7862 "metered-channel",7863 "parity-scale-codec 3.1.2",7864 "polkadot-primitives",7865 "sc-cli",7866 "sc-service",7867 "sc-tracing",7868 "substrate-prometheus-endpoint",7869 "tracing-gum",7870]78717872[[package]]7873name = "polkadot-node-network-protocol"7874version = "0.9.21"7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7876dependencies = [7877 "async-trait",7878 "fatality",7879 "futures 0.3.21",7880 "parity-scale-codec 3.1.2",7881 "polkadot-node-jaeger",7882 "polkadot-node-primitives",7883 "polkadot-primitives",7884 "sc-authority-discovery",7885 "sc-network",7886 "strum 0.24.0",7887 "thiserror",7888]78897890[[package]]7891name = "polkadot-node-primitives"7892version = "0.9.21"7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7894dependencies = [7895 "bounded-vec",7896 "futures 0.3.21",7897 "parity-scale-codec 3.1.2",7898 "polkadot-parachain",7899 "polkadot-primitives",7900 "schnorrkel",7901 "serde",7902 "sp-application-crypto",7903 "sp-consensus-babe",7904 "sp-consensus-vrf",7905 "sp-core",7906 "sp-keystore",7907 "sp-maybe-compressed-blob",7908 "thiserror",7909 "zstd",7910]79117912[[package]]7913name = "polkadot-node-subsystem"7914version = "0.9.21"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7916dependencies = [7917 "polkadot-node-jaeger",7918 "polkadot-node-subsystem-types",7919 "polkadot-overseer",7920]79217922[[package]]7923name = "polkadot-node-subsystem-types"7924version = "0.9.21"7925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7926dependencies = [7927 "derive_more",7928 "futures 0.3.21",7929 "polkadot-node-jaeger",7930 "polkadot-node-network-protocol",7931 "polkadot-node-primitives",7932 "polkadot-overseer-gen",7933 "polkadot-primitives",7934 "polkadot-statement-table",7935 "sc-network",7936 "smallvec",7937 "substrate-prometheus-endpoint",7938 "thiserror",7939]79407941[[package]]7942name = "polkadot-node-subsystem-util"7943version = "0.9.21"7944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7945dependencies = [7946 "async-trait",7947 "derive_more",7948 "fatality",7949 "futures 0.3.21",7950 "itertools",7951 "kvdb",7952 "lru 0.7.5",7953 "metered-channel",7954 "parity-db",7955 "parity-scale-codec 3.1.2",7956 "parity-util-mem",7957 "parking_lot 0.11.2",7958 "pin-project 1.0.10",7959 "polkadot-node-jaeger",7960 "polkadot-node-metrics",7961 "polkadot-node-network-protocol",7962 "polkadot-node-primitives",7963 "polkadot-node-subsystem",7964 "polkadot-overseer",7965 "polkadot-primitives",7966 "rand 0.8.5",7967 "sp-application-crypto",7968 "sp-core",7969 "sp-keystore",7970 "thiserror",7971 "tracing-gum",7972]79737974[[package]]7975name = "polkadot-overseer"7976version = "0.9.21"7977source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7978dependencies = [7979 "futures 0.3.21",7980 "futures-timer",7981 "lru 0.7.5",7982 "parity-util-mem",7983 "parking_lot 0.12.0",7984 "polkadot-node-metrics",7985 "polkadot-node-network-protocol",7986 "polkadot-node-primitives",7987 "polkadot-node-subsystem-types",7988 "polkadot-overseer-gen",7989 "polkadot-primitives",7990 "sc-client-api",7991 "sp-api",7992 "tracing-gum",7993]79947995[[package]]7996name = "polkadot-overseer-gen"7997version = "0.9.21"7998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7999dependencies = [8000 "async-trait",8001 "futures 0.3.21",8002 "futures-timer",8003 "metered-channel",8004 "pin-project 1.0.10",8005 "polkadot-node-network-protocol",8006 "polkadot-node-primitives",8007 "polkadot-overseer-gen-proc-macro",8008 "thiserror",8009 "tracing-gum",8010]80118012[[package]]8013name = "polkadot-overseer-gen-proc-macro"8014version = "0.9.21"8015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8016dependencies = [8017 "expander 0.0.6",8018 "proc-macro-crate 1.1.3",8019 "proc-macro2",8020 "quote",8021 "syn",8022]80238024[[package]]8025name = "polkadot-parachain"8026version = "0.9.21"8027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8028dependencies = [8029 "derive_more",8030 "frame-support",8031 "parity-scale-codec 3.1.2",8032 "parity-util-mem",8033 "polkadot-core-primitives",8034 "scale-info",8035 "serde",8036 "sp-core",8037 "sp-runtime",8038 "sp-std",8039]80408041[[package]]8042name = "polkadot-performance-test"8043version = "0.9.21"8044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8045dependencies = [8046 "env_logger",8047 "kusama-runtime",8048 "log",8049 "polkadot-erasure-coding",8050 "polkadot-node-core-pvf",8051 "polkadot-node-primitives",8052 "quote",8053 "thiserror",8054]80558056[[package]]8057name = "polkadot-primitives"8058version = "0.9.21"8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8060dependencies = [8061 "bitvec 1.0.0",8062 "frame-system",8063 "hex-literal",8064 "parity-scale-codec 3.1.2",8065 "parity-util-mem",8066 "polkadot-core-primitives",8067 "polkadot-parachain",8068 "scale-info",8069 "serde",8070 "sp-api",8071 "sp-application-crypto",8072 "sp-arithmetic",8073 "sp-authority-discovery",8074 "sp-consensus-slots",8075 "sp-core",8076 "sp-inherents",8077 "sp-io",8078 "sp-keystore",8079 "sp-runtime",8080 "sp-staking",8081 "sp-std",8082 "sp-trie",8083 "sp-version",8084]80858086[[package]]8087name = "polkadot-rpc"8088version = "0.9.21"8089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8090dependencies = [8091 "beefy-gadget",8092 "beefy-gadget-rpc",8093 "jsonrpc-core",8094 "pallet-mmr-rpc",8095 "pallet-transaction-payment-rpc",8096 "polkadot-primitives",8097 "sc-chain-spec",8098 "sc-client-api",8099 "sc-consensus-babe",8100 "sc-consensus-babe-rpc",8101 "sc-consensus-epochs",8102 "sc-finality-grandpa",8103 "sc-finality-grandpa-rpc",8104 "sc-rpc",8105 "sc-sync-state-rpc",8106 "sc-transaction-pool-api",8107 "sp-api",8108 "sp-block-builder",8109 "sp-blockchain",8110 "sp-consensus",8111 "sp-consensus-babe",8112 "sp-keystore",8113 "sp-runtime",8114 "substrate-frame-rpc-system",8115 "substrate-state-trie-migration-rpc",8116]81178118[[package]]8119name = "polkadot-runtime"8120version = "0.9.21"8121source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8122dependencies = [8123 "beefy-primitives",8124 "bitvec 1.0.0",8125 "frame-benchmarking",8126 "frame-election-provider-support",8127 "frame-executive",8128 "frame-support",8129 "frame-system",8130 "frame-system-benchmarking",8131 "frame-system-rpc-runtime-api",8132 "frame-try-runtime",8133 "hex-literal",8134 "log",8135 "pallet-authority-discovery",8136 "pallet-authorship",8137 "pallet-babe",8138 "pallet-bags-list",8139 "pallet-balances",8140 "pallet-bounties",8141 "pallet-child-bounties",8142 "pallet-collective",8143 "pallet-democracy",8144 "pallet-election-provider-multi-phase",8145 "pallet-election-provider-support-benchmarking",8146 "pallet-elections-phragmen",8147 "pallet-grandpa",8148 "pallet-identity",8149 "pallet-im-online",8150 "pallet-indices",8151 "pallet-membership",8152 "pallet-multisig",8153 "pallet-nicks",8154 "pallet-offences",8155 "pallet-offences-benchmarking",8156 "pallet-preimage",8157 "pallet-proxy",8158 "pallet-scheduler",8159 "pallet-session",8160 "pallet-session-benchmarking",8161 "pallet-staking",8162 "pallet-staking-reward-curve",8163 "pallet-timestamp",8164 "pallet-tips",8165 "pallet-transaction-payment",8166 "pallet-transaction-payment-rpc-runtime-api",8167 "pallet-treasury",8168 "pallet-utility",8169 "pallet-vesting",8170 "pallet-xcm",8171 "parity-scale-codec 3.1.2",8172 "polkadot-primitives",8173 "polkadot-runtime-common",8174 "polkadot-runtime-constants",8175 "polkadot-runtime-parachains",8176 "rustc-hex",8177 "scale-info",8178 "serde",8179 "serde_derive",8180 "smallvec",8181 "sp-api",8182 "sp-authority-discovery",8183 "sp-block-builder",8184 "sp-consensus-babe",8185 "sp-core",8186 "sp-inherents",8187 "sp-io",8188 "sp-mmr-primitives",8189 "sp-npos-elections",8190 "sp-offchain",8191 "sp-runtime",8192 "sp-session",8193 "sp-staking",8194 "sp-std",8195 "sp-transaction-pool",8196 "sp-version",8197 "static_assertions",8198 "substrate-wasm-builder",8199 "xcm",8200 "xcm-builder",8201 "xcm-executor",8202]82038204[[package]]8205name = "polkadot-runtime-common"8206version = "0.9.21"8207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8208dependencies = [8209 "beefy-primitives",8210 "bitvec 1.0.0",8211 "frame-benchmarking",8212 "frame-election-provider-support",8213 "frame-support",8214 "frame-system",8215 "impl-trait-for-tuples",8216 "libsecp256k1",8217 "log",8218 "pallet-authorship",8219 "pallet-babe",8220 "pallet-bags-list",8221 "pallet-balances",8222 "pallet-beefy-mmr",8223 "pallet-election-provider-multi-phase",8224 "pallet-session",8225 "pallet-staking",8226 "pallet-timestamp",8227 "pallet-transaction-payment",8228 "pallet-treasury",8229 "pallet-vesting",8230 "parity-scale-codec 3.1.2",8231 "polkadot-primitives",8232 "polkadot-runtime-parachains",8233 "rustc-hex",8234 "scale-info",8235 "serde",8236 "serde_derive",8237 "slot-range-helper",8238 "sp-api",8239 "sp-core",8240 "sp-inherents",8241 "sp-io",8242 "sp-npos-elections",8243 "sp-runtime",8244 "sp-session",8245 "sp-staking",8246 "sp-std",8247 "static_assertions",8248 "xcm",8249]82508251[[package]]8252name = "polkadot-runtime-constants"8253version = "0.9.21"8254source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8255dependencies = [8256 "frame-support",8257 "polkadot-primitives",8258 "polkadot-runtime-common",8259 "smallvec",8260 "sp-runtime",8261]82628263[[package]]8264name = "polkadot-runtime-metrics"8265version = "0.9.21"8266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8267dependencies = [8268 "bs58",8269 "parity-scale-codec 3.1.2",8270 "polkadot-primitives",8271 "sp-std",8272 "sp-tracing",8273]82748275[[package]]8276name = "polkadot-runtime-parachains"8277version = "0.9.21"8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8279dependencies = [8280 "bitflags",8281 "bitvec 1.0.0",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.1.2",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.21"8321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8322dependencies = [8323 "async-trait",8324 "beefy-gadget",8325 "beefy-primitives",8326 "frame-system-rpc-runtime-api",8327 "futures 0.3.21",8328 "hex-literal",8329 "kusama-runtime",8330 "kvdb",8331 "kvdb-rocksdb",8332 "lru 0.7.5",8333 "pallet-babe",8334 "pallet-im-online",8335 "pallet-staking",8336 "pallet-transaction-payment-rpc-runtime-api",8337 "parity-db",8338 "polkadot-approval-distribution",8339 "polkadot-availability-bitfield-distribution",8340 "polkadot-availability-distribution",8341 "polkadot-availability-recovery",8342 "polkadot-client",8343 "polkadot-collator-protocol",8344 "polkadot-dispute-distribution",8345 "polkadot-gossip-support",8346 "polkadot-network-bridge",8347 "polkadot-node-collation-generation",8348 "polkadot-node-core-approval-voting",8349 "polkadot-node-core-av-store",8350 "polkadot-node-core-backing",8351 "polkadot-node-core-bitfield-signing",8352 "polkadot-node-core-candidate-validation",8353 "polkadot-node-core-chain-api",8354 "polkadot-node-core-chain-selection",8355 "polkadot-node-core-dispute-coordinator",8356 "polkadot-node-core-parachains-inherent",8357 "polkadot-node-core-provisioner",8358 "polkadot-node-core-pvf-checker",8359 "polkadot-node-core-runtime-api",8360 "polkadot-node-network-protocol",8361 "polkadot-node-primitives",8362 "polkadot-node-subsystem",8363 "polkadot-node-subsystem-util",8364 "polkadot-overseer",8365 "polkadot-parachain",8366 "polkadot-primitives",8367 "polkadot-rpc",8368 "polkadot-runtime",8369 "polkadot-runtime-constants",8370 "polkadot-runtime-parachains",8371 "polkadot-statement-distribution",8372 "rococo-runtime",8373 "sc-authority-discovery",8374 "sc-basic-authorship",8375 "sc-block-builder",8376 "sc-chain-spec",8377 "sc-client-api",8378 "sc-client-db",8379 "sc-consensus",8380 "sc-consensus-babe",8381 "sc-consensus-slots",8382 "sc-consensus-uncles",8383 "sc-executor",8384 "sc-finality-grandpa",8385 "sc-keystore",8386 "sc-network",8387 "sc-offchain",8388 "sc-service",8389 "sc-sync-state-rpc",8390 "sc-telemetry",8391 "sc-transaction-pool",8392 "serde",8393 "sp-api",8394 "sp-authority-discovery",8395 "sp-block-builder",8396 "sp-blockchain",8397 "sp-consensus",8398 "sp-consensus-babe",8399 "sp-core",8400 "sp-finality-grandpa",8401 "sp-inherents",8402 "sp-io",8403 "sp-keystore",8404 "sp-offchain",8405 "sp-runtime",8406 "sp-session",8407 "sp-state-machine",8408 "sp-storage",8409 "sp-timestamp",8410 "sp-transaction-pool",8411 "sp-trie",8412 "substrate-prometheus-endpoint",8413 "thiserror",8414 "tracing-gum",8415 "westend-runtime",8416]84178418[[package]]8419name = "polkadot-statement-distribution"8420version = "0.9.21"8421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8422dependencies = [8423 "arrayvec 0.5.2",8424 "fatality",8425 "futures 0.3.21",8426 "indexmap",8427 "parity-scale-codec 3.1.2",8428 "polkadot-node-network-protocol",8429 "polkadot-node-primitives",8430 "polkadot-node-subsystem",8431 "polkadot-node-subsystem-util",8432 "polkadot-primitives",8433 "sp-keystore",8434 "sp-staking",8435 "thiserror",8436 "tracing-gum",8437]84388439[[package]]8440name = "polkadot-statement-table"8441version = "0.9.21"8442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8443dependencies = [8444 "parity-scale-codec 3.1.2",8445 "polkadot-primitives",8446 "sp-core",8447]84488449[[package]]8450name = "polkadot-test-runtime"8451version = "0.9.21"8452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8453dependencies = [8454 "beefy-primitives",8455 "bitvec 1.0.0",8456 "frame-election-provider-support",8457 "frame-executive",8458 "frame-support",8459 "frame-system",8460 "frame-system-rpc-runtime-api",8461 "log",8462 "pallet-authority-discovery",8463 "pallet-authorship",8464 "pallet-babe",8465 "pallet-balances",8466 "pallet-grandpa",8467 "pallet-indices",8468 "pallet-nicks",8469 "pallet-offences",8470 "pallet-session",8471 "pallet-staking",8472 "pallet-staking-reward-curve",8473 "pallet-sudo",8474 "pallet-timestamp",8475 "pallet-transaction-payment",8476 "pallet-transaction-payment-rpc-runtime-api",8477 "pallet-vesting",8478 "pallet-xcm",8479 "parity-scale-codec 3.1.2",8480 "polkadot-parachain",8481 "polkadot-primitives",8482 "polkadot-runtime-common",8483 "polkadot-runtime-parachains",8484 "rustc-hex",8485 "scale-info",8486 "serde",8487 "serde_derive",8488 "smallvec",8489 "sp-api",8490 "sp-authority-discovery",8491 "sp-block-builder",8492 "sp-consensus-babe",8493 "sp-core",8494 "sp-inherents",8495 "sp-io",8496 "sp-mmr-primitives",8497 "sp-offchain",8498 "sp-runtime",8499 "sp-session",8500 "sp-staking",8501 "sp-std",8502 "sp-transaction-pool",8503 "sp-version",8504 "substrate-wasm-builder",8505 "test-runtime-constants",8506 "xcm",8507 "xcm-builder",8508 "xcm-executor",8509]85108511[[package]]8512name = "polkadot-test-service"8513version = "0.9.21"8514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8515dependencies = [8516 "frame-benchmarking",8517 "frame-system",8518 "futures 0.1.31",8519 "futures 0.3.21",8520 "hex",8521 "pallet-balances",8522 "pallet-staking",8523 "pallet-transaction-payment",8524 "polkadot-node-primitives",8525 "polkadot-node-subsystem",8526 "polkadot-overseer",8527 "polkadot-parachain",8528 "polkadot-primitives",8529 "polkadot-rpc",8530 "polkadot-runtime-common",8531 "polkadot-runtime-parachains",8532 "polkadot-service",8533 "polkadot-test-runtime",8534 "rand 0.8.5",8535 "sc-authority-discovery",8536 "sc-chain-spec",8537 "sc-cli",8538 "sc-client-api",8539 "sc-consensus",8540 "sc-consensus-babe",8541 "sc-executor",8542 "sc-finality-grandpa",8543 "sc-network",8544 "sc-service",8545 "sc-tracing",8546 "sc-transaction-pool",8547 "sp-arithmetic",8548 "sp-authority-discovery",8549 "sp-blockchain",8550 "sp-consensus",8551 "sp-consensus-babe",8552 "sp-core",8553 "sp-finality-grandpa",8554 "sp-inherents",8555 "sp-keyring",8556 "sp-runtime",8557 "sp-state-machine",8558 "substrate-test-client",8559 "tempfile",8560 "test-runtime-constants",8561 "tokio 1.18.2",8562 "tracing-gum",8563]85648565[[package]]8566name = "polling"8567version = "2.2.0"8568source = "registry+https://github.com/rust-lang/crates.io-index"8569checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8570dependencies = [8571 "cfg-if 1.0.0",8572 "libc",8573 "log",8574 "wepoll-ffi",8575 "winapi 0.3.9",8576]85778578[[package]]8579name = "poly1305"8580version = "0.7.2"8581source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8583dependencies = [8584 "cpufeatures 0.2.2",8585 "opaque-debug 0.3.0",8586 "universal-hash",8587]85888589[[package]]8590name = "polyval"8591version = "0.5.3"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8594dependencies = [8595 "cfg-if 1.0.0",8596 "cpufeatures 0.2.2",8597 "opaque-debug 0.3.0",8598 "universal-hash",8599]86008601[[package]]8602name = "ppv-lite86"8603version = "0.2.16"8604source = "registry+https://github.com/rust-lang/crates.io-index"8605checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"86068607[[package]]8608name = "prettytable-rs"8609version = "0.8.0"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8612dependencies = [8613 "atty",8614 "csv",8615 "encode_unicode",8616 "lazy_static",8617 "term",8618 "unicode-width",8619]86208621[[package]]8622name = "primitive-types"8623version = "0.11.1"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8626dependencies = [8627 "fixed-hash",8628 "impl-codec",8629 "impl-rlp",8630 "impl-serde",8631 "scale-info",8632 "uint",8633]86348635[[package]]8636name = "proc-macro-crate"8637version = "0.1.5"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8640dependencies = [8641 "toml",8642]86438644[[package]]8645name = "proc-macro-crate"8646version = "1.1.3"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8649dependencies = [8650 "thiserror",8651 "toml",8652]86538654[[package]]8655name = "proc-macro-error"8656version = "1.0.4"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8659dependencies = [8660 "proc-macro-error-attr",8661 "proc-macro2",8662 "quote",8663 "syn",8664 "version_check",8665]86668667[[package]]8668name = "proc-macro-error-attr"8669version = "1.0.4"8670source = "registry+https://github.com/rust-lang/crates.io-index"8671checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8672dependencies = [8673 "proc-macro2",8674 "quote",8675 "version_check",8676]86778678[[package]]8679name = "proc-macro2"8680version = "1.0.39"8681source = "registry+https://github.com/rust-lang/crates.io-index"8682checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8683dependencies = [8684 "unicode-ident",8685]86868687[[package]]8688name = "prometheus"8689version = "0.13.1"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8692dependencies = [8693 "cfg-if 1.0.0",8694 "fnv",8695 "lazy_static",8696 "memchr",8697 "parking_lot 0.12.0",8698 "thiserror",8699]87008701[[package]]8702name = "prost"8703version = "0.9.0"8704source = "registry+https://github.com/rust-lang/crates.io-index"8705checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8706dependencies = [8707 "bytes 1.1.0",8708 "prost-derive",8709]87108711[[package]]8712name = "prost-build"8713version = "0.9.0"8714source = "registry+https://github.com/rust-lang/crates.io-index"8715checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8716dependencies = [8717 "bytes 1.1.0",8718 "heck 0.3.3",8719 "itertools",8720 "lazy_static",8721 "log",8722 "multimap",8723 "petgraph",8724 "prost",8725 "prost-types",8726 "regex",8727 "tempfile",8728 "which",8729]87308731[[package]]8732name = "prost-derive"8733version = "0.9.0"8734source = "registry+https://github.com/rust-lang/crates.io-index"8735checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8736dependencies = [8737 "anyhow",8738 "itertools",8739 "proc-macro2",8740 "quote",8741 "syn",8742]87438744[[package]]8745name = "prost-types"8746version = "0.9.0"8747source = "registry+https://github.com/rust-lang/crates.io-index"8748checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8749dependencies = [8750 "bytes 1.1.0",8751 "prost",8752]87538754[[package]]8755name = "psm"8756version = "0.1.18"8757source = "registry+https://github.com/rust-lang/crates.io-index"8758checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8759dependencies = [8760 "cc",8761]87628763[[package]]8764name = "quartz-runtime"8765version = "0.9.20"8766dependencies = [8767 "cumulus-pallet-aura-ext",8768 "cumulus-pallet-dmp-queue",8769 "cumulus-pallet-parachain-system",8770 "cumulus-pallet-xcm",8771 "cumulus-pallet-xcmp-queue",8772 "cumulus-primitives-core",8773 "cumulus-primitives-timestamp",8774 "cumulus-primitives-utility",8775 "derivative",8776 "fp-evm-mapping",8777 "fp-rpc",8778 "fp-self-contained",8779 "frame-executive",8780 "frame-support",8781 "frame-system",8782 "frame-system-rpc-runtime-api",8783 "frame-try-runtime",8784 "log",8785 "orml-vesting",8786 "pallet-aura",8787 "pallet-balances",8788 "pallet-base-fee",8789 "pallet-common",8790 "pallet-ethereum",8791 "pallet-evm",8792 "pallet-evm-coder-substrate",8793 "pallet-evm-contract-helpers",8794 "pallet-evm-migration",8795 "pallet-evm-transaction-payment",8796 "pallet-fungible",8797 "pallet-inflation",8798 "pallet-nonfungible",8799 "pallet-randomness-collective-flip",8800 "pallet-refungible",8801 "pallet-rmrk-core",8802 "pallet-structure",8803 "pallet-sudo",8804 "pallet-template-transaction-payment",8805 "pallet-timestamp",8806 "pallet-transaction-payment",8807 "pallet-transaction-payment-rpc-runtime-api",8808 "pallet-treasury",8809 "pallet-unique",8810 "pallet-unq-scheduler",8811 "pallet-xcm",8812 "parachain-info",8813 "parity-scale-codec 3.1.2",8814 "polkadot-parachain",8815 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8816 "scale-info",8817 "serde",8818 "smallvec",8819 "sp-api",8820 "sp-arithmetic",8821 "sp-block-builder",8822 "sp-consensus-aura",8823 "sp-core",8824 "sp-inherents",8825 "sp-io",8826 "sp-offchain",8827 "sp-runtime",8828 "sp-session",8829 "sp-std",8830 "sp-transaction-pool",8831 "sp-version",8832 "substrate-wasm-builder",8833 "unique-runtime-common",8834 "up-data-structs",8835 "up-rpc",8836 "xcm",8837 "xcm-builder",8838 "xcm-executor",8839]88408841[[package]]8842name = "quick-error"8843version = "1.2.3"8844source = "registry+https://github.com/rust-lang/crates.io-index"8845checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88468847[[package]]8848name = "quicksink"8849version = "0.1.2"8850source = "registry+https://github.com/rust-lang/crates.io-index"8851checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8852dependencies = [8853 "futures-core",8854 "futures-sink",8855 "pin-project-lite 0.1.12",8856]88578858[[package]]8859name = "quote"8860version = "1.0.18"8861source = "registry+https://github.com/rust-lang/crates.io-index"8862checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8863dependencies = [8864 "proc-macro2",8865]88668867[[package]]8868name = "radium"8869version = "0.6.2"8870source = "registry+https://github.com/rust-lang/crates.io-index"8871checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88728873[[package]]8874name = "radium"8875version = "0.7.0"8876source = "registry+https://github.com/rust-lang/crates.io-index"8877checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88788879[[package]]8880name = "rand"8881version = "0.7.3"8882source = "registry+https://github.com/rust-lang/crates.io-index"8883checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8884dependencies = [8885 "getrandom 0.1.16",8886 "libc",8887 "rand_chacha 0.2.2",8888 "rand_core 0.5.1",8889 "rand_hc",8890 "rand_pcg 0.2.1",8891]88928893[[package]]8894name = "rand"8895version = "0.8.5"8896source = "registry+https://github.com/rust-lang/crates.io-index"8897checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8898dependencies = [8899 "libc",8900 "rand_chacha 0.3.1",8901 "rand_core 0.6.3",8902]89038904[[package]]8905name = "rand_chacha"8906version = "0.2.2"8907source = "registry+https://github.com/rust-lang/crates.io-index"8908checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8909dependencies = [8910 "ppv-lite86",8911 "rand_core 0.5.1",8912]89138914[[package]]8915name = "rand_chacha"8916version = "0.3.1"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8919dependencies = [8920 "ppv-lite86",8921 "rand_core 0.6.3",8922]89238924[[package]]8925name = "rand_core"8926version = "0.5.1"8927source = "registry+https://github.com/rust-lang/crates.io-index"8928checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8929dependencies = [8930 "getrandom 0.1.16",8931]89328933[[package]]8934name = "rand_core"8935version = "0.6.3"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8938dependencies = [8939 "getrandom 0.2.6",8940]89418942[[package]]8943name = "rand_distr"8944version = "0.4.3"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8947dependencies = [8948 "num-traits",8949 "rand 0.8.5",8950]89518952[[package]]8953name = "rand_hc"8954version = "0.2.0"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8957dependencies = [8958 "rand_core 0.5.1",8959]89608961[[package]]8962name = "rand_pcg"8963version = "0.2.1"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8966dependencies = [8967 "rand_core 0.5.1",8968]89698970[[package]]8971name = "rand_pcg"8972version = "0.3.1"8973source = "registry+https://github.com/rust-lang/crates.io-index"8974checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8975dependencies = [8976 "rand_core 0.6.3",8977]89788979[[package]]8980name = "rawpointer"8981version = "0.2.1"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89848985[[package]]8986name = "rayon"8987version = "1.5.3"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8990dependencies = [8991 "autocfg",8992 "crossbeam-deque",8993 "either",8994 "rayon-core",8995]89968997[[package]]8998name = "rayon-core"8999version = "1.9.3"9000source = "registry+https://github.com/rust-lang/crates.io-index"9001checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9002dependencies = [9003 "crossbeam-channel",9004 "crossbeam-deque",9005 "crossbeam-utils",9006 "num_cpus",9007]90089009[[package]]9010name = "redox_syscall"9011version = "0.1.57"9012source = "registry+https://github.com/rust-lang/crates.io-index"9013checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90149015[[package]]9016name = "redox_syscall"9017version = "0.2.13"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9020dependencies = [9021 "bitflags",9022]90239024[[package]]9025name = "redox_users"9026version = "0.3.5"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9029dependencies = [9030 "getrandom 0.1.16",9031 "redox_syscall 0.1.57",9032 "rust-argon2",9033]90349035[[package]]9036name = "redox_users"9037version = "0.4.3"9038source = "registry+https://github.com/rust-lang/crates.io-index"9039checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9040dependencies = [9041 "getrandom 0.2.6",9042 "redox_syscall 0.2.13",9043 "thiserror",9044]90459046[[package]]9047name = "reed-solomon-novelpoly"9048version = "1.0.0"9049source = "registry+https://github.com/rust-lang/crates.io-index"9050checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9051dependencies = [9052 "derive_more",9053 "fs-err",9054 "itertools",9055 "static_init",9056 "thiserror",9057]90589059[[package]]9060name = "ref-cast"9061version = "1.0.7"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9064dependencies = [9065 "ref-cast-impl",9066]90679068[[package]]9069name = "ref-cast-impl"9070version = "1.0.7"9071source = "registry+https://github.com/rust-lang/crates.io-index"9072checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9073dependencies = [9074 "proc-macro2",9075 "quote",9076 "syn",9077]90789079[[package]]9080name = "regalloc"9081version = "0.0.34"9082source = "registry+https://github.com/rust-lang/crates.io-index"9083checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9084dependencies = [9085 "log",9086 "rustc-hash",9087 "smallvec",9088]90899090[[package]]9091name = "regex"9092version = "1.5.6"9093source = "registry+https://github.com/rust-lang/crates.io-index"9094checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9095dependencies = [9096 "aho-corasick",9097 "memchr",9098 "regex-syntax",9099]91009101[[package]]9102name = "regex-automata"9103version = "0.1.10"9104source = "registry+https://github.com/rust-lang/crates.io-index"9105checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9106dependencies = [9107 "regex-syntax",9108]91099110[[package]]9111name = "regex-syntax"9112version = "0.6.26"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"91159116[[package]]9117name = "region"9118version = "2.2.0"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9121dependencies = [9122 "bitflags",9123 "libc",9124 "mach",9125 "winapi 0.3.9",9126]91279128[[package]]9129name = "remote-externalities"9130version = "0.10.0-dev"9131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9132dependencies = [9133 "env_logger",9134 "jsonrpsee",9135 "log",9136 "parity-scale-codec 3.1.2",9137 "serde",9138 "serde_json",9139 "sp-core",9140 "sp-io",9141 "sp-runtime",9142 "sp-version",9143]91449145[[package]]9146name = "remove_dir_all"9147version = "0.5.3"9148source = "registry+https://github.com/rust-lang/crates.io-index"9149checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9150dependencies = [9151 "winapi 0.3.9",9152]91539154[[package]]9155name = "resolv-conf"9156version = "0.7.0"9157source = "registry+https://github.com/rust-lang/crates.io-index"9158checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9159dependencies = [9160 "hostname",9161 "quick-error",9162]91639164[[package]]9165name = "retain_mut"9166version = "0.1.9"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91699170[[package]]9171name = "ring"9172version = "0.16.20"9173source = "registry+https://github.com/rust-lang/crates.io-index"9174checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9175dependencies = [9176 "cc",9177 "libc",9178 "once_cell",9179 "spin",9180 "untrusted",9181 "web-sys",9182 "winapi 0.3.9",9183]91849185[[package]]9186name = "rlp"9187version = "0.5.1"9188source = "registry+https://github.com/rust-lang/crates.io-index"9189checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9190dependencies = [9191 "bytes 1.1.0",9192 "rustc-hex",9193]91949195[[package]]9196name = "rlp-derive"9197version = "0.1.0"9198source = "registry+https://github.com/rust-lang/crates.io-index"9199checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9200dependencies = [9201 "proc-macro2",9202 "quote",9203 "syn",9204]92059206[[package]]9207name = "rmrk-rpc"9208version = "0.0.1"9209dependencies = [9210 "parity-scale-codec 2.3.1",9211 "serde",9212 "sp-api",9213 "sp-core",9214 "sp-runtime",9215 "sp-std",9216 "up-data-structs",9217]92189219[[package]]9220name = "rmrk-rpc"9221version = "0.0.1"9222source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9223dependencies = [9224 "parity-scale-codec 2.3.1",9225 "rmrk-types",9226 "serde",9227 "sp-api",9228 "sp-core",9229 "sp-runtime",9230 "sp-std",9231]92329233[[package]]9234name = "rmrk-types"9235version = "0.0.1"9236source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9237dependencies = [9238 "parity-scale-codec 3.1.2",9239 "scale-info",9240 "serde",9241]92429243[[package]]9244name = "rocksdb"9245version = "0.18.0"9246source = "registry+https://github.com/rust-lang/crates.io-index"9247checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9248dependencies = [9249 "libc",9250 "librocksdb-sys",9251]92529253[[package]]9254name = "rococo-runtime"9255version = "0.9.21"9256source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9257dependencies = [9258 "beefy-merkle-tree",9259 "beefy-primitives",9260 "bp-messages",9261 "bp-rococo",9262 "bp-runtime",9263 "bp-wococo",9264 "bridge-runtime-common",9265 "frame-benchmarking",9266 "frame-executive",9267 "frame-support",9268 "frame-system",9269 "frame-system-benchmarking",9270 "frame-system-rpc-runtime-api",9271 "hex-literal",9272 "log",9273 "pallet-authority-discovery",9274 "pallet-authorship",9275 "pallet-babe",9276 "pallet-balances",9277 "pallet-beefy",9278 "pallet-beefy-mmr",9279 "pallet-bridge-dispatch",9280 "pallet-bridge-grandpa",9281 "pallet-bridge-messages",9282 "pallet-collective",9283 "pallet-grandpa",9284 "pallet-im-online",9285 "pallet-indices",9286 "pallet-membership",9287 "pallet-mmr",9288 "pallet-multisig",9289 "pallet-offences",9290 "pallet-proxy",9291 "pallet-session",9292 "pallet-staking",9293 "pallet-sudo",9294 "pallet-timestamp",9295 "pallet-transaction-payment",9296 "pallet-transaction-payment-rpc-runtime-api",9297 "pallet-utility",9298 "pallet-xcm",9299 "parity-scale-codec 3.1.2",9300 "polkadot-parachain",9301 "polkadot-primitives",9302 "polkadot-runtime-common",9303 "polkadot-runtime-parachains",9304 "rococo-runtime-constants",9305 "scale-info",9306 "serde",9307 "serde_derive",9308 "smallvec",9309 "sp-api",9310 "sp-authority-discovery",9311 "sp-block-builder",9312 "sp-consensus-babe",9313 "sp-core",9314 "sp-inherents",9315 "sp-io",9316 "sp-mmr-primitives",9317 "sp-offchain",9318 "sp-runtime",9319 "sp-session",9320 "sp-staking",9321 "sp-std",9322 "sp-transaction-pool",9323 "sp-version",9324 "substrate-wasm-builder",9325 "xcm",9326 "xcm-builder",9327 "xcm-executor",9328]93299330[[package]]9331name = "rococo-runtime-constants"9332version = "0.9.21"9333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9334dependencies = [9335 "frame-support",9336 "polkadot-primitives",9337 "polkadot-runtime-common",9338 "smallvec",9339 "sp-runtime",9340]93419342[[package]]9343name = "rpassword"9344version = "5.0.1"9345source = "registry+https://github.com/rust-lang/crates.io-index"9346checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9347dependencies = [9348 "libc",9349 "winapi 0.3.9",9350]93519352[[package]]9353name = "rust-argon2"9354version = "0.8.3"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9357dependencies = [9358 "base64",9359 "blake2b_simd",9360 "constant_time_eq",9361 "crossbeam-utils",9362]93639364[[package]]9365name = "rustc-demangle"9366version = "0.1.21"9367source = "registry+https://github.com/rust-lang/crates.io-index"9368checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93699370[[package]]9371name = "rustc-hash"9372version = "1.1.0"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93759376[[package]]9377name = "rustc-hex"9378version = "2.1.0"9379source = "registry+https://github.com/rust-lang/crates.io-index"9380checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93819382[[package]]9383name = "rustc_version"9384version = "0.2.3"9385source = "registry+https://github.com/rust-lang/crates.io-index"9386checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9387dependencies = [9388 "semver 0.9.0",9389]93909391[[package]]9392name = "rustc_version"9393version = "0.3.3"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9396dependencies = [9397 "semver 0.11.0",9398]93999400[[package]]9401name = "rustc_version"9402version = "0.4.0"9403source = "registry+https://github.com/rust-lang/crates.io-index"9404checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9405dependencies = [9406 "semver 1.0.9",9407]94089409[[package]]9410name = "rustix"9411version = "0.33.7"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9414dependencies = [9415 "bitflags",9416 "errno",9417 "io-lifetimes",9418 "libc",9419 "linux-raw-sys",9420 "winapi 0.3.9",9421]94229423[[package]]9424name = "rustls"9425version = "0.19.1"9426source = "registry+https://github.com/rust-lang/crates.io-index"9427checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9428dependencies = [9429 "base64",9430 "log",9431 "ring",9432 "sct 0.6.1",9433 "webpki 0.21.4",9434]94359436[[package]]9437name = "rustls"9438version = "0.20.6"9439source = "registry+https://github.com/rust-lang/crates.io-index"9440checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9441dependencies = [9442 "log",9443 "ring",9444 "sct 0.7.0",9445 "webpki 0.22.0",9446]94479448[[package]]9449name = "rustls-native-certs"9450version = "0.5.0"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9453dependencies = [9454 "openssl-probe",9455 "rustls 0.19.1",9456 "schannel",9457 "security-framework",9458]94599460[[package]]9461name = "rustls-native-certs"9462version = "0.6.2"9463source = "registry+https://github.com/rust-lang/crates.io-index"9464checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9465dependencies = [9466 "openssl-probe",9467 "rustls-pemfile",9468 "schannel",9469 "security-framework",9470]94719472[[package]]9473name = "rustls-pemfile"9474version = "1.0.0"9475source = "registry+https://github.com/rust-lang/crates.io-index"9476checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9477dependencies = [9478 "base64",9479]94809481[[package]]9482name = "rustversion"9483version = "1.0.6"9484source = "registry+https://github.com/rust-lang/crates.io-index"9485checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"94869487[[package]]9488name = "rw-stream-sink"9489version = "0.2.1"9490source = "registry+https://github.com/rust-lang/crates.io-index"9491checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9492dependencies = [9493 "futures 0.3.21",9494 "pin-project 0.4.29",9495 "static_assertions",9496]94979498[[package]]9499name = "ryu"9500version = "1.0.10"9501source = "registry+https://github.com/rust-lang/crates.io-index"9502checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"95039504[[package]]9505name = "safe-mix"9506version = "1.0.1"9507source = "registry+https://github.com/rust-lang/crates.io-index"9508checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9509dependencies = [9510 "rustc_version 0.2.3",9511]95129513[[package]]9514name = "salsa20"9515version = "0.9.0"9516source = "registry+https://github.com/rust-lang/crates.io-index"9517checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9518dependencies = [9519 "cipher",9520]95219522[[package]]9523name = "same-file"9524version = "1.0.6"9525source = "registry+https://github.com/rust-lang/crates.io-index"9526checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9527dependencies = [9528 "winapi-util",9529]95309531[[package]]9532name = "sc-allocator"9533version = "4.1.0-dev"9534source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9535dependencies = [9536 "log",9537 "sp-core",9538 "sp-wasm-interface",9539 "thiserror",9540]95419542[[package]]9543name = "sc-authority-discovery"9544version = "0.10.0-dev"9545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9546dependencies = [9547 "async-trait",9548 "futures 0.3.21",9549 "futures-timer",9550 "ip_network",9551 "libp2p",9552 "log",9553 "parity-scale-codec 3.1.2",9554 "prost",9555 "prost-build",9556 "rand 0.7.3",9557 "sc-client-api",9558 "sc-network",9559 "sp-api",9560 "sp-authority-discovery",9561 "sp-blockchain",9562 "sp-core",9563 "sp-keystore",9564 "sp-runtime",9565 "substrate-prometheus-endpoint",9566 "thiserror",9567]95689569[[package]]9570name = "sc-basic-authorship"9571version = "0.10.0-dev"9572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9573dependencies = [9574 "futures 0.3.21",9575 "futures-timer",9576 "log",9577 "parity-scale-codec 3.1.2",9578 "sc-block-builder",9579 "sc-client-api",9580 "sc-proposer-metrics",9581 "sc-telemetry",9582 "sc-transaction-pool-api",9583 "sp-api",9584 "sp-blockchain",9585 "sp-consensus",9586 "sp-core",9587 "sp-inherents",9588 "sp-runtime",9589 "substrate-prometheus-endpoint",9590]95919592[[package]]9593name = "sc-block-builder"9594version = "0.10.0-dev"9595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9596dependencies = [9597 "parity-scale-codec 3.1.2",9598 "sc-client-api",9599 "sp-api",9600 "sp-block-builder",9601 "sp-blockchain",9602 "sp-core",9603 "sp-inherents",9604 "sp-runtime",9605 "sp-state-machine",9606]96079608[[package]]9609name = "sc-chain-spec"9610version = "4.0.0-dev"9611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9612dependencies = [9613 "impl-trait-for-tuples",9614 "memmap2 0.5.3",9615 "parity-scale-codec 3.1.2",9616 "sc-chain-spec-derive",9617 "sc-network",9618 "sc-telemetry",9619 "serde",9620 "serde_json",9621 "sp-core",9622 "sp-runtime",9623]96249625[[package]]9626name = "sc-chain-spec-derive"9627version = "4.0.0-dev"9628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9629dependencies = [9630 "proc-macro-crate 1.1.3",9631 "proc-macro2",9632 "quote",9633 "syn",9634]96359636[[package]]9637name = "sc-cli"9638version = "0.10.0-dev"9639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9640dependencies = [9641 "chrono",9642 "clap",9643 "fdlimit",9644 "futures 0.3.21",9645 "hex",9646 "libp2p",9647 "log",9648 "names",9649 "parity-scale-codec 3.1.2",9650 "rand 0.7.3",9651 "regex",9652 "rpassword",9653 "sc-client-api",9654 "sc-keystore",9655 "sc-network",9656 "sc-service",9657 "sc-telemetry",9658 "sc-tracing",9659 "sc-utils",9660 "serde",9661 "serde_json",9662 "sp-blockchain",9663 "sp-core",9664 "sp-keyring",9665 "sp-keystore",9666 "sp-panic-handler",9667 "sp-runtime",9668 "sp-version",9669 "thiserror",9670 "tiny-bip39",9671 "tokio 1.18.2",9672]96739674[[package]]9675name = "sc-client-api"9676version = "4.0.0-dev"9677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9678dependencies = [9679 "fnv",9680 "futures 0.3.21",9681 "hash-db",9682 "log",9683 "parity-scale-codec 3.1.2",9684 "parking_lot 0.12.0",9685 "sc-executor",9686 "sc-transaction-pool-api",9687 "sc-utils",9688 "sp-api",9689 "sp-blockchain",9690 "sp-consensus",9691 "sp-core",9692 "sp-database",9693 "sp-externalities",9694 "sp-keystore",9695 "sp-runtime",9696 "sp-state-machine",9697 "sp-storage",9698 "sp-trie",9699 "substrate-prometheus-endpoint",9700]97019702[[package]]9703name = "sc-client-db"9704version = "0.10.0-dev"9705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9706dependencies = [9707 "hash-db",9708 "kvdb",9709 "kvdb-memorydb",9710 "kvdb-rocksdb",9711 "linked-hash-map",9712 "log",9713 "parity-db",9714 "parity-scale-codec 3.1.2",9715 "parking_lot 0.12.0",9716 "sc-client-api",9717 "sc-state-db",9718 "sp-arithmetic",9719 "sp-blockchain",9720 "sp-core",9721 "sp-database",9722 "sp-runtime",9723 "sp-state-machine",9724 "sp-trie",9725]97269727[[package]]9728name = "sc-consensus"9729version = "0.10.0-dev"9730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9731dependencies = [9732 "async-trait",9733 "futures 0.3.21",9734 "futures-timer",9735 "libp2p",9736 "log",9737 "parking_lot 0.12.0",9738 "sc-client-api",9739 "sc-utils",9740 "serde",9741 "sp-api",9742 "sp-blockchain",9743 "sp-consensus",9744 "sp-core",9745 "sp-runtime",9746 "sp-state-machine",9747 "substrate-prometheus-endpoint",9748 "thiserror",9749]97509751[[package]]9752name = "sc-consensus-aura"9753version = "0.10.0-dev"9754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9755dependencies = [9756 "async-trait",9757 "futures 0.3.21",9758 "log",9759 "parity-scale-codec 3.1.2",9760 "sc-block-builder",9761 "sc-client-api",9762 "sc-consensus",9763 "sc-consensus-slots",9764 "sc-telemetry",9765 "sp-api",9766 "sp-application-crypto",9767 "sp-block-builder",9768 "sp-blockchain",9769 "sp-consensus",9770 "sp-consensus-aura",9771 "sp-consensus-slots",9772 "sp-core",9773 "sp-inherents",9774 "sp-keystore",9775 "sp-runtime",9776 "substrate-prometheus-endpoint",9777 "thiserror",9778]97799780[[package]]9781name = "sc-consensus-babe"9782version = "0.10.0-dev"9783source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9784dependencies = [9785 "async-trait",9786 "fork-tree",9787 "futures 0.3.21",9788 "log",9789 "merlin",9790 "num-bigint",9791 "num-rational 0.2.4",9792 "num-traits",9793 "parity-scale-codec 3.1.2",9794 "parking_lot 0.12.0",9795 "rand 0.7.3",9796 "retain_mut",9797 "sc-client-api",9798 "sc-consensus",9799 "sc-consensus-epochs",9800 "sc-consensus-slots",9801 "sc-keystore",9802 "sc-telemetry",9803 "schnorrkel",9804 "serde",9805 "sp-api",9806 "sp-application-crypto",9807 "sp-block-builder",9808 "sp-blockchain",9809 "sp-consensus",9810 "sp-consensus-babe",9811 "sp-consensus-slots",9812 "sp-consensus-vrf",9813 "sp-core",9814 "sp-inherents",9815 "sp-io",9816 "sp-keystore",9817 "sp-runtime",9818 "sp-version",9819 "substrate-prometheus-endpoint",9820 "thiserror",9821]98229823[[package]]9824name = "sc-consensus-babe-rpc"9825version = "0.10.0-dev"9826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9827dependencies = [9828 "futures 0.3.21",9829 "jsonrpc-core",9830 "jsonrpc-core-client",9831 "jsonrpc-derive",9832 "sc-consensus-babe",9833 "sc-consensus-epochs",9834 "sc-rpc-api",9835 "serde",9836 "sp-api",9837 "sp-application-crypto",9838 "sp-blockchain",9839 "sp-consensus",9840 "sp-consensus-babe",9841 "sp-core",9842 "sp-keystore",9843 "sp-runtime",9844 "thiserror",9845]98469847[[package]]9848name = "sc-consensus-epochs"9849version = "0.10.0-dev"9850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9851dependencies = [9852 "fork-tree",9853 "parity-scale-codec 3.1.2",9854 "sc-client-api",9855 "sc-consensus",9856 "sp-blockchain",9857 "sp-runtime",9858]98599860[[package]]9861name = "sc-consensus-manual-seal"9862version = "0.10.0-dev"9863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9864dependencies = [9865 "assert_matches",9866 "async-trait",9867 "futures 0.3.21",9868 "jsonrpc-core",9869 "jsonrpc-core-client",9870 "jsonrpc-derive",9871 "log",9872 "parity-scale-codec 3.1.2",9873 "sc-client-api",9874 "sc-consensus",9875 "sc-consensus-aura",9876 "sc-consensus-babe",9877 "sc-consensus-epochs",9878 "sc-transaction-pool",9879 "sc-transaction-pool-api",9880 "serde",9881 "sp-api",9882 "sp-blockchain",9883 "sp-consensus",9884 "sp-consensus-aura",9885 "sp-consensus-babe",9886 "sp-consensus-slots",9887 "sp-core",9888 "sp-inherents",9889 "sp-keystore",9890 "sp-runtime",9891 "sp-timestamp",9892 "substrate-prometheus-endpoint",9893 "thiserror",9894]98959896[[package]]9897name = "sc-consensus-slots"9898version = "0.10.0-dev"9899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9900dependencies = [9901 "async-trait",9902 "futures 0.3.21",9903 "futures-timer",9904 "log",9905 "parity-scale-codec 3.1.2",9906 "sc-client-api",9907 "sc-consensus",9908 "sc-telemetry",9909 "sp-arithmetic",9910 "sp-blockchain",9911 "sp-consensus",9912 "sp-consensus-slots",9913 "sp-core",9914 "sp-inherents",9915 "sp-runtime",9916 "sp-state-machine",9917 "sp-timestamp",9918 "thiserror",9919]99209921[[package]]9922name = "sc-consensus-uncles"9923version = "0.10.0-dev"9924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9925dependencies = [9926 "sc-client-api",9927 "sp-authorship",9928 "sp-runtime",9929 "thiserror",9930]99319932[[package]]9933name = "sc-executor"9934version = "0.10.0-dev"9935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9936dependencies = [9937 "lazy_static",9938 "lru 0.7.5",9939 "parity-scale-codec 3.1.2",9940 "parking_lot 0.12.0",9941 "sc-executor-common",9942 "sc-executor-wasmi",9943 "sc-executor-wasmtime",9944 "sp-api",9945 "sp-core",9946 "sp-core-hashing-proc-macro",9947 "sp-externalities",9948 "sp-io",9949 "sp-panic-handler",9950 "sp-runtime-interface",9951 "sp-tasks",9952 "sp-trie",9953 "sp-version",9954 "sp-wasm-interface",9955 "tracing",9956 "wasmi",9957]99589959[[package]]9960name = "sc-executor-common"9961version = "0.10.0-dev"9962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9963dependencies = [9964 "environmental",9965 "parity-scale-codec 3.1.2",9966 "sc-allocator",9967 "sp-core",9968 "sp-maybe-compressed-blob",9969 "sp-serializer",9970 "sp-wasm-interface",9971 "thiserror",9972 "wasm-instrument",9973 "wasmi",9974]99759976[[package]]9977name = "sc-executor-wasmi"9978version = "0.10.0-dev"9979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9980dependencies = [9981 "log",9982 "parity-scale-codec 3.1.2",9983 "sc-allocator",9984 "sc-executor-common",9985 "scoped-tls",9986 "sp-core",9987 "sp-runtime-interface",9988 "sp-wasm-interface",9989 "wasmi",9990]99919992[[package]]9993name = "sc-executor-wasmtime"9994version = "0.10.0-dev"9995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9996dependencies = [9997 "cfg-if 1.0.0",9998 "libc",9999 "log",10000 "parity-scale-codec 3.1.2",10001 "parity-wasm 0.42.2",10002 "sc-allocator",10003 "sc-executor-common",10004 "sp-core",10005 "sp-runtime-interface",10006 "sp-wasm-interface",10007 "wasmtime",10008]1000910010[[package]]10011name = "sc-finality-grandpa"10012version = "0.10.0-dev"10013source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10014dependencies = [10015 "ahash",10016 "async-trait",10017 "dyn-clone",10018 "finality-grandpa",10019 "fork-tree",10020 "futures 0.3.21",10021 "futures-timer",10022 "hex",10023 "log",10024 "parity-scale-codec 3.1.2",10025 "parking_lot 0.12.0",10026 "rand 0.8.5",10027 "sc-block-builder",10028 "sc-chain-spec",10029 "sc-client-api",10030 "sc-consensus",10031 "sc-keystore",10032 "sc-network",10033 "sc-network-gossip",10034 "sc-telemetry",10035 "sc-utils",10036 "serde_json",10037 "sp-api",10038 "sp-application-crypto",10039 "sp-arithmetic",10040 "sp-blockchain",10041 "sp-consensus",10042 "sp-core",10043 "sp-finality-grandpa",10044 "sp-keystore",10045 "sp-runtime",10046 "substrate-prometheus-endpoint",10047 "thiserror",10048]1004910050[[package]]10051name = "sc-finality-grandpa-rpc"10052version = "0.10.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10054dependencies = [10055 "finality-grandpa",10056 "futures 0.3.21",10057 "jsonrpc-core",10058 "jsonrpc-core-client",10059 "jsonrpc-derive",10060 "jsonrpc-pubsub",10061 "log",10062 "parity-scale-codec 3.1.2",10063 "sc-client-api",10064 "sc-finality-grandpa",10065 "sc-rpc",10066 "serde",10067 "serde_json",10068 "sp-blockchain",10069 "sp-core",10070 "sp-runtime",10071 "thiserror",10072]1007310074[[package]]10075name = "sc-informant"10076version = "0.10.0-dev"10077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10078dependencies = [10079 "ansi_term",10080 "futures 0.3.21",10081 "futures-timer",10082 "log",10083 "parity-util-mem",10084 "sc-client-api",10085 "sc-network",10086 "sc-transaction-pool-api",10087 "sp-blockchain",10088 "sp-runtime",10089]1009010091[[package]]10092name = "sc-keystore"10093version = "4.0.0-dev"10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10095dependencies = [10096 "async-trait",10097 "hex",10098 "parking_lot 0.12.0",10099 "serde_json",10100 "sp-application-crypto",10101 "sp-core",10102 "sp-keystore",10103 "thiserror",10104]1010510106[[package]]10107name = "sc-network"10108version = "0.10.0-dev"10109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10110dependencies = [10111 "async-trait",10112 "asynchronous-codec 0.5.0",10113 "bitflags",10114 "bytes 1.1.0",10115 "cid",10116 "either",10117 "fnv",10118 "fork-tree",10119 "futures 0.3.21",10120 "futures-timer",10121 "hex",10122 "ip_network",10123 "libp2p",10124 "linked-hash-map",10125 "linked_hash_set",10126 "log",10127 "lru 0.7.5",10128 "parity-scale-codec 3.1.2",10129 "parking_lot 0.12.0",10130 "pin-project 1.0.10",10131 "prost",10132 "prost-build",10133 "rand 0.7.3",10134 "sc-block-builder",10135 "sc-client-api",10136 "sc-consensus",10137 "sc-peerset",10138 "sc-utils",10139 "serde",10140 "serde_json",10141 "smallvec",10142 "sp-arithmetic",10143 "sp-blockchain",10144 "sp-consensus",10145 "sp-core",10146 "sp-finality-grandpa",10147 "sp-runtime",10148 "substrate-prometheus-endpoint",10149 "thiserror",10150 "unsigned-varint 0.6.0",10151 "void",10152 "zeroize",10153]1015410155[[package]]10156name = "sc-network-gossip"10157version = "0.10.0-dev"10158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10159dependencies = [10160 "ahash",10161 "futures 0.3.21",10162 "futures-timer",10163 "libp2p",10164 "log",10165 "lru 0.7.5",10166 "sc-network",10167 "sp-runtime",10168 "substrate-prometheus-endpoint",10169 "tracing",10170]1017110172[[package]]10173name = "sc-offchain"10174version = "4.0.0-dev"10175source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10176dependencies = [10177 "bytes 1.1.0",10178 "fnv",10179 "futures 0.3.21",10180 "futures-timer",10181 "hex",10182 "hyper",10183 "hyper-rustls 0.22.1",10184 "num_cpus",10185 "once_cell",10186 "parity-scale-codec 3.1.2",10187 "parking_lot 0.12.0",10188 "rand 0.7.3",10189 "sc-client-api",10190 "sc-network",10191 "sc-utils",10192 "sp-api",10193 "sp-core",10194 "sp-offchain",10195 "sp-runtime",10196 "threadpool",10197 "tracing",10198]1019910200[[package]]10201name = "sc-peerset"10202version = "4.0.0-dev"10203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10204dependencies = [10205 "futures 0.3.21",10206 "libp2p",10207 "log",10208 "sc-utils",10209 "serde_json",10210 "wasm-timer",10211]1021210213[[package]]10214name = "sc-proposer-metrics"10215version = "0.10.0-dev"10216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10217dependencies = [10218 "log",10219 "substrate-prometheus-endpoint",10220]1022110222[[package]]10223name = "sc-rpc"10224version = "4.0.0-dev"10225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10226dependencies = [10227 "futures 0.3.21",10228 "hash-db",10229 "jsonrpc-core",10230 "jsonrpc-pubsub",10231 "log",10232 "parity-scale-codec 3.1.2",10233 "parking_lot 0.12.0",10234 "sc-block-builder",10235 "sc-chain-spec",10236 "sc-client-api",10237 "sc-rpc-api",10238 "sc-tracing",10239 "sc-transaction-pool-api",10240 "sc-utils",10241 "serde_json",10242 "sp-api",10243 "sp-blockchain",10244 "sp-core",10245 "sp-keystore",10246 "sp-offchain",10247 "sp-rpc",10248 "sp-runtime",10249 "sp-session",10250 "sp-version",10251]1025210253[[package]]10254name = "sc-rpc-api"10255version = "0.10.0-dev"10256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10257dependencies = [10258 "futures 0.3.21",10259 "jsonrpc-core",10260 "jsonrpc-core-client",10261 "jsonrpc-derive",10262 "jsonrpc-pubsub",10263 "log",10264 "parity-scale-codec 3.1.2",10265 "parking_lot 0.12.0",10266 "sc-chain-spec",10267 "sc-transaction-pool-api",10268 "scale-info",10269 "serde",10270 "serde_json",10271 "sp-core",10272 "sp-rpc",10273 "sp-runtime",10274 "sp-tracing",10275 "sp-version",10276 "thiserror",10277]1027810279[[package]]10280name = "sc-rpc-server"10281version = "4.0.0-dev"10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10283dependencies = [10284 "futures 0.3.21",10285 "jsonrpc-core",10286 "jsonrpc-http-server",10287 "jsonrpc-ipc-server",10288 "jsonrpc-pubsub",10289 "jsonrpc-ws-server",10290 "log",10291 "serde_json",10292 "substrate-prometheus-endpoint",10293 "tokio 1.18.2",10294]1029510296[[package]]10297name = "sc-service"10298version = "0.10.0-dev"10299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10300dependencies = [10301 "async-trait",10302 "directories",10303 "exit-future",10304 "futures 0.3.21",10305 "futures-timer",10306 "hash-db",10307 "jsonrpc-core",10308 "jsonrpc-pubsub",10309 "log",10310 "parity-scale-codec 3.1.2",10311 "parity-util-mem",10312 "parking_lot 0.12.0",10313 "pin-project 1.0.10",10314 "rand 0.7.3",10315 "sc-block-builder",10316 "sc-chain-spec",10317 "sc-client-api",10318 "sc-client-db",10319 "sc-consensus",10320 "sc-executor",10321 "sc-informant",10322 "sc-keystore",10323 "sc-network",10324 "sc-offchain",10325 "sc-rpc",10326 "sc-rpc-server",10327 "sc-sysinfo",10328 "sc-telemetry",10329 "sc-tracing",10330 "sc-transaction-pool",10331 "sc-transaction-pool-api",10332 "sc-utils",10333 "serde",10334 "serde_json",10335 "sp-api",10336 "sp-application-crypto",10337 "sp-block-builder",10338 "sp-blockchain",10339 "sp-consensus",10340 "sp-core",10341 "sp-externalities",10342 "sp-inherents",10343 "sp-keystore",10344 "sp-runtime",10345 "sp-session",10346 "sp-state-machine",10347 "sp-storage",10348 "sp-tracing",10349 "sp-transaction-pool",10350 "sp-transaction-storage-proof",10351 "sp-trie",10352 "sp-version",10353 "substrate-prometheus-endpoint",10354 "tempfile",10355 "thiserror",10356 "tokio 1.18.2",10357 "tracing",10358 "tracing-futures",10359]1036010361[[package]]10362name = "sc-state-db"10363version = "0.10.0-dev"10364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10365dependencies = [10366 "log",10367 "parity-scale-codec 3.1.2",10368 "parity-util-mem",10369 "parity-util-mem-derive",10370 "parking_lot 0.12.0",10371 "sc-client-api",10372 "sp-core",10373]1037410375[[package]]10376name = "sc-sync-state-rpc"10377version = "0.10.0-dev"10378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10379dependencies = [10380 "jsonrpc-core",10381 "jsonrpc-core-client",10382 "jsonrpc-derive",10383 "parity-scale-codec 3.1.2",10384 "sc-chain-spec",10385 "sc-client-api",10386 "sc-consensus-babe",10387 "sc-consensus-epochs",10388 "sc-finality-grandpa",10389 "serde",10390 "serde_json",10391 "sp-blockchain",10392 "sp-runtime",10393 "thiserror",10394]1039510396[[package]]10397name = "sc-sysinfo"10398version = "6.0.0-dev"10399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10400dependencies = [10401 "futures 0.3.21",10402 "libc",10403 "log",10404 "rand 0.7.3",10405 "rand_pcg 0.2.1",10406 "regex",10407 "sc-telemetry",10408 "serde",10409 "serde_json",10410 "sp-core",10411 "sp-io",10412 "sp-std",10413]1041410415[[package]]10416name = "sc-telemetry"10417version = "4.0.0-dev"10418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10419dependencies = [10420 "chrono",10421 "futures 0.3.21",10422 "libp2p",10423 "log",10424 "parking_lot 0.12.0",10425 "pin-project 1.0.10",10426 "rand 0.7.3",10427 "serde",10428 "serde_json",10429 "thiserror",10430 "wasm-timer",10431]1043210433[[package]]10434name = "sc-tracing"10435version = "4.0.0-dev"10436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10437dependencies = [10438 "ansi_term",10439 "atty",10440 "chrono",10441 "lazy_static",10442 "libc",10443 "log",10444 "once_cell",10445 "parking_lot 0.12.0",10446 "regex",10447 "rustc-hash",10448 "sc-client-api",10449 "sc-rpc-server",10450 "sc-tracing-proc-macro",10451 "serde",10452 "sp-api",10453 "sp-blockchain",10454 "sp-core",10455 "sp-rpc",10456 "sp-runtime",10457 "sp-tracing",10458 "thiserror",10459 "tracing",10460 "tracing-log",10461 "tracing-subscriber",10462]1046310464[[package]]10465name = "sc-tracing-proc-macro"10466version = "4.0.0-dev"10467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10468dependencies = [10469 "proc-macro-crate 1.1.3",10470 "proc-macro2",10471 "quote",10472 "syn",10473]1047410475[[package]]10476name = "sc-transaction-pool"10477version = "4.0.0-dev"10478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10479dependencies = [10480 "futures 0.3.21",10481 "futures-timer",10482 "linked-hash-map",10483 "log",10484 "parity-scale-codec 3.1.2",10485 "parity-util-mem",10486 "parking_lot 0.12.0",10487 "retain_mut",10488 "sc-client-api",10489 "sc-transaction-pool-api",10490 "sc-utils",10491 "serde",10492 "sp-api",10493 "sp-blockchain",10494 "sp-core",10495 "sp-runtime",10496 "sp-tracing",10497 "sp-transaction-pool",10498 "substrate-prometheus-endpoint",10499 "thiserror",10500]1050110502[[package]]10503name = "sc-transaction-pool-api"10504version = "4.0.0-dev"10505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10506dependencies = [10507 "futures 0.3.21",10508 "log",10509 "serde",10510 "sp-blockchain",10511 "sp-runtime",10512 "thiserror",10513]1051410515[[package]]10516name = "sc-utils"10517version = "4.0.0-dev"10518source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10519dependencies = [10520 "futures 0.3.21",10521 "futures-timer",10522 "lazy_static",10523 "log",10524 "parking_lot 0.12.0",10525 "prometheus",10526]1052710528[[package]]10529name = "scale-info"10530version = "2.1.2"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10533dependencies = [10534 "bitvec 1.0.0",10535 "cfg-if 1.0.0",10536 "derive_more",10537 "parity-scale-codec 3.1.2",10538 "scale-info-derive",10539 "serde",10540]1054110542[[package]]10543name = "scale-info-derive"10544version = "2.1.2"10545source = "registry+https://github.com/rust-lang/crates.io-index"10546checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10547dependencies = [10548 "proc-macro-crate 1.1.3",10549 "proc-macro2",10550 "quote",10551 "syn",10552]1055310554[[package]]10555name = "schannel"10556version = "0.1.20"10557source = "registry+https://github.com/rust-lang/crates.io-index"10558checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10559dependencies = [10560 "lazy_static",10561 "windows-sys",10562]1056310564[[package]]10565name = "schnorrkel"10566version = "0.9.1"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10569dependencies = [10570 "arrayref",10571 "arrayvec 0.5.2",10572 "curve25519-dalek 2.1.3",10573 "getrandom 0.1.16",10574 "merlin",10575 "rand 0.7.3",10576 "rand_core 0.5.1",10577 "sha2 0.8.2",10578 "subtle",10579 "zeroize",10580]1058110582[[package]]10583name = "scoped-tls"10584version = "1.0.0"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1058710588[[package]]10589name = "scopeguard"10590version = "1.1.0"10591source = "registry+https://github.com/rust-lang/crates.io-index"10592checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1059310594[[package]]10595name = "sct"10596version = "0.6.1"10597source = "registry+https://github.com/rust-lang/crates.io-index"10598checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10599dependencies = [10600 "ring",10601 "untrusted",10602]1060310604[[package]]10605name = "sct"10606version = "0.7.0"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10609dependencies = [10610 "ring",10611 "untrusted",10612]1061310614[[package]]10615name = "sec1"10616version = "0.2.1"10617source = "registry+https://github.com/rust-lang/crates.io-index"10618checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10619dependencies = [10620 "der",10621 "generic-array 0.14.5",10622 "pkcs8",10623 "subtle",10624 "zeroize",10625]1062610627[[package]]10628name = "secp256k1"10629version = "0.21.3"10630source = "registry+https://github.com/rust-lang/crates.io-index"10631checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10632dependencies = [10633 "secp256k1-sys",10634]1063510636[[package]]10637name = "secp256k1-sys"10638version = "0.4.2"10639source = "registry+https://github.com/rust-lang/crates.io-index"10640checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10641dependencies = [10642 "cc",10643]1064410645[[package]]10646name = "secrecy"10647version = "0.8.0"10648source = "registry+https://github.com/rust-lang/crates.io-index"10649checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10650dependencies = [10651 "zeroize",10652]1065310654[[package]]10655name = "security-framework"10656version = "2.6.1"10657source = "registry+https://github.com/rust-lang/crates.io-index"10658checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10659dependencies = [10660 "bitflags",10661 "core-foundation",10662 "core-foundation-sys",10663 "libc",10664 "security-framework-sys",10665]1066610667[[package]]10668name = "security-framework-sys"10669version = "2.6.1"10670source = "registry+https://github.com/rust-lang/crates.io-index"10671checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10672dependencies = [10673 "core-foundation-sys",10674 "libc",10675]1067610677[[package]]10678name = "semver"10679version = "0.6.0"10680source = "registry+https://github.com/rust-lang/crates.io-index"10681checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10682dependencies = [10683 "semver-parser 0.7.0",10684]1068510686[[package]]10687name = "semver"10688version = "0.9.0"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10691dependencies = [10692 "semver-parser 0.7.0",10693]1069410695[[package]]10696name = "semver"10697version = "0.11.0"10698source = "registry+https://github.com/rust-lang/crates.io-index"10699checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10700dependencies = [10701 "semver-parser 0.10.2",10702]1070310704[[package]]10705name = "semver"10706version = "1.0.9"10707source = "registry+https://github.com/rust-lang/crates.io-index"10708checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10709dependencies = [10710 "serde",10711]1071210713[[package]]10714name = "semver-parser"10715version = "0.7.0"10716source = "registry+https://github.com/rust-lang/crates.io-index"10717checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1071810719[[package]]10720name = "semver-parser"10721version = "0.10.2"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10724dependencies = [10725 "pest",10726]1072710728[[package]]10729name = "serde"10730version = "1.0.137"10731source = "registry+https://github.com/rust-lang/crates.io-index"10732checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10733dependencies = [10734 "serde_derive",10735]1073610737[[package]]10738name = "serde-json-core"10739version = "0.4.0"10740source = "registry+https://github.com/rust-lang/crates.io-index"10741checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"10742dependencies = [10743 "ryu",10744 "serde",10745]1074610747[[package]]10748name = "serde_derive"10749version = "1.0.137"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10752dependencies = [10753 "proc-macro2",10754 "quote",10755 "syn",10756]1075710758[[package]]10759name = "serde_json"10760version = "1.0.81"10761source = "registry+https://github.com/rust-lang/crates.io-index"10762checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10763dependencies = [10764 "itoa 1.0.2",10765 "ryu",10766 "serde",10767]1076810769[[package]]10770name = "serde_nanos"10771version = "0.1.2"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10774dependencies = [10775 "serde",10776]1077710778[[package]]10779name = "sha-1"10780version = "0.8.2"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10783dependencies = [10784 "block-buffer 0.7.3",10785 "digest 0.8.1",10786 "fake-simd",10787 "opaque-debug 0.2.3",10788]1078910790[[package]]10791name = "sha-1"10792version = "0.9.8"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10795dependencies = [10796 "block-buffer 0.9.0",10797 "cfg-if 1.0.0",10798 "cpufeatures 0.2.2",10799 "digest 0.9.0",10800 "opaque-debug 0.3.0",10801]1080210803[[package]]10804name = "sha2"10805version = "0.8.2"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10808dependencies = [10809 "block-buffer 0.7.3",10810 "digest 0.8.1",10811 "fake-simd",10812 "opaque-debug 0.2.3",10813]1081410815[[package]]10816name = "sha2"10817version = "0.9.9"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10820dependencies = [10821 "block-buffer 0.9.0",10822 "cfg-if 1.0.0",10823 "cpufeatures 0.2.2",10824 "digest 0.9.0",10825 "opaque-debug 0.3.0",10826]1082710828[[package]]10829name = "sha2"10830version = "0.10.2"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10833dependencies = [10834 "cfg-if 1.0.0",10835 "cpufeatures 0.2.2",10836 "digest 0.10.3",10837]1083810839[[package]]10840name = "sha3"10841version = "0.9.1"10842source = "registry+https://github.com/rust-lang/crates.io-index"10843checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10844dependencies = [10845 "block-buffer 0.9.0",10846 "digest 0.9.0",10847 "keccak",10848 "opaque-debug 0.3.0",10849]1085010851[[package]]10852name = "sha3"10853version = "0.10.1"10854source = "registry+https://github.com/rust-lang/crates.io-index"10855checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10856dependencies = [10857 "digest 0.10.3",10858 "keccak",10859]1086010861[[package]]10862name = "sharded-slab"10863version = "0.1.4"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10866dependencies = [10867 "lazy_static",10868]1086910870[[package]]10871name = "shlex"10872version = "1.1.0"10873source = "registry+https://github.com/rust-lang/crates.io-index"10874checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1087510876[[package]]10877name = "signal-hook"10878version = "0.3.14"10879source = "registry+https://github.com/rust-lang/crates.io-index"10880checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10881dependencies = [10882 "libc",10883 "signal-hook-registry",10884]1088510886[[package]]10887name = "signal-hook-registry"10888version = "1.4.0"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10891dependencies = [10892 "libc",10893]1089410895[[package]]10896name = "signature"10897version = "1.4.0"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10900dependencies = [10901 "rand_core 0.6.3",10902]1090310904[[package]]10905name = "simba"10906version = "0.5.1"10907source = "registry+https://github.com/rust-lang/crates.io-index"10908checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10909dependencies = [10910 "approx",10911 "num-complex",10912 "num-traits",10913 "paste",10914]1091510916[[package]]10917name = "slab"10918version = "0.4.6"10919source = "registry+https://github.com/rust-lang/crates.io-index"10920checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1092110922[[package]]10923name = "slot-range-helper"10924version = "0.9.21"10925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10926dependencies = [10927 "enumn",10928 "parity-scale-codec 3.1.2",10929 "paste",10930 "sp-runtime",10931 "sp-std",10932]1093310934[[package]]10935name = "slotmap"10936version = "1.0.6"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10939dependencies = [10940 "version_check",10941]1094210943[[package]]10944name = "smallvec"10945version = "1.8.0"10946source = "registry+https://github.com/rust-lang/crates.io-index"10947checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1094810949[[package]]10950name = "snap"10951version = "1.0.5"10952source = "registry+https://github.com/rust-lang/crates.io-index"10953checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1095410955[[package]]10956name = "snow"10957version = "0.8.0"10958source = "registry+https://github.com/rust-lang/crates.io-index"10959checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10960dependencies = [10961 "aes-gcm",10962 "blake2 0.9.2",10963 "chacha20poly1305",10964 "rand 0.8.5",10965 "rand_core 0.6.3",10966 "ring",10967 "rustc_version 0.3.3",10968 "sha2 0.9.9",10969 "subtle",10970 "x25519-dalek",10971]1097210973[[package]]10974name = "socket2"10975version = "0.3.19"10976source = "registry+https://github.com/rust-lang/crates.io-index"10977checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10978dependencies = [10979 "cfg-if 1.0.0",10980 "libc",10981 "winapi 0.3.9",10982]1098310984[[package]]10985name = "socket2"10986version = "0.4.4"10987source = "registry+https://github.com/rust-lang/crates.io-index"10988checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10989dependencies = [10990 "libc",10991 "winapi 0.3.9",10992]1099310994[[package]]10995name = "soketto"10996version = "0.7.1"10997source = "registry+https://github.com/rust-lang/crates.io-index"10998checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10999dependencies = [11000 "base64",11001 "bytes 1.1.0",11002 "flate2",11003 "futures 0.3.21",11004 "httparse",11005 "log",11006 "rand 0.8.5",11007 "sha-1 0.9.8",11008]1100911010[[package]]11011name = "sp-api"11012version = "4.0.0-dev"11013source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11014dependencies = [11015 "hash-db",11016 "log",11017 "parity-scale-codec 3.1.2",11018 "sp-api-proc-macro",11019 "sp-core",11020 "sp-runtime",11021 "sp-state-machine",11022 "sp-std",11023 "sp-version",11024 "thiserror",11025]1102611027[[package]]11028name = "sp-api-proc-macro"11029version = "4.0.0-dev"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11031dependencies = [11032 "blake2 0.10.4",11033 "proc-macro-crate 1.1.3",11034 "proc-macro2",11035 "quote",11036 "syn",11037]1103811039[[package]]11040name = "sp-application-crypto"11041version = "6.0.0"11042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11043dependencies = [11044 "parity-scale-codec 3.1.2",11045 "scale-info",11046 "serde",11047 "sp-core",11048 "sp-io",11049 "sp-std",11050]1105111052[[package]]11053name = "sp-arithmetic"11054version = "5.0.0"11055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11056dependencies = [11057 "integer-sqrt",11058 "num-traits",11059 "parity-scale-codec 3.1.2",11060 "scale-info",11061 "serde",11062 "sp-debug-derive",11063 "sp-std",11064 "static_assertions",11065]1106611067[[package]]11068name = "sp-authority-discovery"11069version = "4.0.0-dev"11070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11071dependencies = [11072 "parity-scale-codec 3.1.2",11073 "scale-info",11074 "sp-api",11075 "sp-application-crypto",11076 "sp-runtime",11077 "sp-std",11078]1107911080[[package]]11081name = "sp-authorship"11082version = "4.0.0-dev"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11084dependencies = [11085 "async-trait",11086 "parity-scale-codec 3.1.2",11087 "sp-inherents",11088 "sp-runtime",11089 "sp-std",11090]1109111092[[package]]11093name = "sp-block-builder"11094version = "4.0.0-dev"11095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11096dependencies = [11097 "parity-scale-codec 3.1.2",11098 "sp-api",11099 "sp-inherents",11100 "sp-runtime",11101 "sp-std",11102]1110311104[[package]]11105name = "sp-blockchain"11106version = "4.0.0-dev"11107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11108dependencies = [11109 "futures 0.3.21",11110 "log",11111 "lru 0.7.5",11112 "parity-scale-codec 3.1.2",11113 "parking_lot 0.12.0",11114 "sp-api",11115 "sp-consensus",11116 "sp-database",11117 "sp-runtime",11118 "sp-state-machine",11119 "thiserror",11120]1112111122[[package]]11123name = "sp-consensus"11124version = "0.10.0-dev"11125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11126dependencies = [11127 "async-trait",11128 "futures 0.3.21",11129 "futures-timer",11130 "log",11131 "parity-scale-codec 3.1.2",11132 "sp-core",11133 "sp-inherents",11134 "sp-runtime",11135 "sp-state-machine",11136 "sp-std",11137 "sp-version",11138 "thiserror",11139]1114011141[[package]]11142name = "sp-consensus-aura"11143version = "0.10.0-dev"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11145dependencies = [11146 "async-trait",11147 "parity-scale-codec 3.1.2",11148 "scale-info",11149 "sp-api",11150 "sp-application-crypto",11151 "sp-consensus",11152 "sp-consensus-slots",11153 "sp-inherents",11154 "sp-runtime",11155 "sp-std",11156 "sp-timestamp",11157]1115811159[[package]]11160name = "sp-consensus-babe"11161version = "0.10.0-dev"11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11163dependencies = [11164 "async-trait",11165 "merlin",11166 "parity-scale-codec 3.1.2",11167 "scale-info",11168 "serde",11169 "sp-api",11170 "sp-application-crypto",11171 "sp-consensus",11172 "sp-consensus-slots",11173 "sp-consensus-vrf",11174 "sp-core",11175 "sp-inherents",11176 "sp-keystore",11177 "sp-runtime",11178 "sp-std",11179 "sp-timestamp",11180]1118111182[[package]]11183name = "sp-consensus-slots"11184version = "0.10.0-dev"11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11186dependencies = [11187 "parity-scale-codec 3.1.2",11188 "scale-info",11189 "serde",11190 "sp-arithmetic",11191 "sp-runtime",11192 "sp-std",11193 "sp-timestamp",11194]1119511196[[package]]11197name = "sp-consensus-vrf"11198version = "0.10.0-dev"11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11200dependencies = [11201 "parity-scale-codec 3.1.2",11202 "schnorrkel",11203 "sp-core",11204 "sp-runtime",11205 "sp-std",11206]1120711208[[package]]11209name = "sp-core"11210version = "6.0.0"11211source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11212dependencies = [11213 "base58",11214 "bitflags",11215 "blake2-rfc",11216 "byteorder",11217 "dyn-clonable",11218 "ed25519-dalek",11219 "futures 0.3.21",11220 "hash-db",11221 "hash256-std-hasher",11222 "hex",11223 "impl-serde",11224 "lazy_static",11225 "libsecp256k1",11226 "log",11227 "merlin",11228 "num-traits",11229 "parity-scale-codec 3.1.2",11230 "parity-util-mem",11231 "parking_lot 0.12.0",11232 "primitive-types",11233 "rand 0.7.3",11234 "regex",11235 "scale-info",11236 "schnorrkel",11237 "secp256k1",11238 "secrecy",11239 "serde",11240 "sp-core-hashing",11241 "sp-debug-derive",11242 "sp-externalities",11243 "sp-runtime-interface",11244 "sp-std",11245 "sp-storage",11246 "ss58-registry",11247 "substrate-bip39",11248 "thiserror",11249 "tiny-bip39",11250 "wasmi",11251 "zeroize",11252]1125311254[[package]]11255name = "sp-core-hashing"11256version = "4.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11258dependencies = [11259 "blake2 0.10.4",11260 "byteorder",11261 "digest 0.10.3",11262 "sha2 0.10.2",11263 "sha3 0.10.1",11264 "sp-std",11265 "twox-hash",11266]1126711268[[package]]11269name = "sp-core-hashing-proc-macro"11270version = "5.0.0"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11272dependencies = [11273 "proc-macro2",11274 "quote",11275 "sp-core-hashing",11276 "syn",11277]1127811279[[package]]11280name = "sp-database"11281version = "4.0.0-dev"11282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11283dependencies = [11284 "kvdb",11285 "parking_lot 0.12.0",11286]1128711288[[package]]11289name = "sp-debug-derive"11290version = "4.0.0"11291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11292dependencies = [11293 "proc-macro2",11294 "quote",11295 "syn",11296]1129711298[[package]]11299name = "sp-externalities"11300version = "0.12.0"11301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11302dependencies = [11303 "environmental",11304 "parity-scale-codec 3.1.2",11305 "sp-std",11306 "sp-storage",11307]1130811309[[package]]11310name = "sp-finality-grandpa"11311version = "4.0.0-dev"11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11313dependencies = [11314 "finality-grandpa",11315 "log",11316 "parity-scale-codec 3.1.2",11317 "scale-info",11318 "serde",11319 "sp-api",11320 "sp-application-crypto",11321 "sp-core",11322 "sp-keystore",11323 "sp-runtime",11324 "sp-std",11325]1132611327[[package]]11328name = "sp-inherents"11329version = "4.0.0-dev"11330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11331dependencies = [11332 "async-trait",11333 "impl-trait-for-tuples",11334 "parity-scale-codec 3.1.2",11335 "sp-core",11336 "sp-runtime",11337 "sp-std",11338 "thiserror",11339]1134011341[[package]]11342name = "sp-io"11343version = "6.0.0"11344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11345dependencies = [11346 "futures 0.3.21",11347 "hash-db",11348 "libsecp256k1",11349 "log",11350 "parity-scale-codec 3.1.2",11351 "parking_lot 0.12.0",11352 "secp256k1",11353 "sp-core",11354 "sp-externalities",11355 "sp-keystore",11356 "sp-runtime-interface",11357 "sp-state-machine",11358 "sp-std",11359 "sp-tracing",11360 "sp-trie",11361 "sp-wasm-interface",11362 "tracing",11363 "tracing-core",11364]1136511366[[package]]11367name = "sp-keyring"11368version = "6.0.0"11369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11370dependencies = [11371 "lazy_static",11372 "sp-core",11373 "sp-runtime",11374 "strum 0.23.0",11375]1137611377[[package]]11378name = "sp-keystore"11379version = "0.12.0"11380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11381dependencies = [11382 "async-trait",11383 "futures 0.3.21",11384 "merlin",11385 "parity-scale-codec 3.1.2",11386 "parking_lot 0.12.0",11387 "schnorrkel",11388 "serde",11389 "sp-core",11390 "sp-externalities",11391 "thiserror",11392]1139311394[[package]]11395name = "sp-maybe-compressed-blob"11396version = "4.1.0-dev"11397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11398dependencies = [11399 "thiserror",11400 "zstd",11401]1140211403[[package]]11404name = "sp-mmr-primitives"11405version = "4.0.0-dev"11406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11407dependencies = [11408 "log",11409 "parity-scale-codec 3.1.2",11410 "serde",11411 "sp-api",11412 "sp-core",11413 "sp-debug-derive",11414 "sp-runtime",11415 "sp-std",11416]1141711418[[package]]11419name = "sp-npos-elections"11420version = "4.0.0-dev"11421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11422dependencies = [11423 "parity-scale-codec 3.1.2",11424 "scale-info",11425 "serde",11426 "sp-arithmetic",11427 "sp-core",11428 "sp-runtime",11429 "sp-std",11430]1143111432[[package]]11433name = "sp-offchain"11434version = "4.0.0-dev"11435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11436dependencies = [11437 "sp-api",11438 "sp-core",11439 "sp-runtime",11440]1144111442[[package]]11443name = "sp-panic-handler"11444version = "4.0.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11446dependencies = [11447 "backtrace",11448 "lazy_static",11449 "regex",11450]1145111452[[package]]11453name = "sp-rpc"11454version = "6.0.0"11455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11456dependencies = [11457 "rustc-hash",11458 "serde",11459 "sp-core",11460]1146111462[[package]]11463name = "sp-runtime"11464version = "6.0.0"11465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11466dependencies = [11467 "either",11468 "hash256-std-hasher",11469 "impl-trait-for-tuples",11470 "log",11471 "parity-scale-codec 3.1.2",11472 "parity-util-mem",11473 "paste",11474 "rand 0.7.3",11475 "scale-info",11476 "serde",11477 "sp-application-crypto",11478 "sp-arithmetic",11479 "sp-core",11480 "sp-io",11481 "sp-std",11482]1148311484[[package]]11485name = "sp-runtime-interface"11486version = "6.0.0"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11488dependencies = [11489 "impl-trait-for-tuples",11490 "parity-scale-codec 3.1.2",11491 "primitive-types",11492 "sp-externalities",11493 "sp-runtime-interface-proc-macro",11494 "sp-std",11495 "sp-storage",11496 "sp-tracing",11497 "sp-wasm-interface",11498 "static_assertions",11499]1150011501[[package]]11502name = "sp-runtime-interface-proc-macro"11503version = "5.0.0"11504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11505dependencies = [11506 "Inflector",11507 "proc-macro-crate 1.1.3",11508 "proc-macro2",11509 "quote",11510 "syn",11511]1151211513[[package]]11514name = "sp-serializer"11515version = "4.0.0-dev"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11517dependencies = [11518 "serde",11519 "serde_json",11520]1152111522[[package]]11523name = "sp-session"11524version = "4.0.0-dev"11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11526dependencies = [11527 "parity-scale-codec 3.1.2",11528 "scale-info",11529 "sp-api",11530 "sp-core",11531 "sp-runtime",11532 "sp-staking",11533 "sp-std",11534]1153511536[[package]]11537name = "sp-staking"11538version = "4.0.0-dev"11539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11540dependencies = [11541 "parity-scale-codec 3.1.2",11542 "scale-info",11543 "sp-runtime",11544 "sp-std",11545]1154611547[[package]]11548name = "sp-state-machine"11549version = "0.12.0"11550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11551dependencies = [11552 "hash-db",11553 "log",11554 "num-traits",11555 "parity-scale-codec 3.1.2",11556 "parking_lot 0.12.0",11557 "rand 0.7.3",11558 "smallvec",11559 "sp-core",11560 "sp-externalities",11561 "sp-panic-handler",11562 "sp-std",11563 "sp-trie",11564 "thiserror",11565 "tracing",11566 "trie-root",11567]1156811569[[package]]11570name = "sp-std"11571version = "4.0.0"11572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1157311574[[package]]11575name = "sp-storage"11576version = "6.0.0"11577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11578dependencies = [11579 "impl-serde",11580 "parity-scale-codec 3.1.2",11581 "ref-cast",11582 "serde",11583 "sp-debug-derive",11584 "sp-std",11585]1158611587[[package]]11588name = "sp-tasks"11589version = "4.0.0-dev"11590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11591dependencies = [11592 "log",11593 "sp-core",11594 "sp-externalities",11595 "sp-io",11596 "sp-runtime-interface",11597 "sp-std",11598]1159911600[[package]]11601name = "sp-timestamp"11602version = "4.0.0-dev"11603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11604dependencies = [11605 "async-trait",11606 "futures-timer",11607 "log",11608 "parity-scale-codec 3.1.2",11609 "sp-api",11610 "sp-inherents",11611 "sp-runtime",11612 "sp-std",11613 "thiserror",11614]1161511616[[package]]11617name = "sp-tracing"11618version = "5.0.0"11619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11620dependencies = [11621 "parity-scale-codec 3.1.2",11622 "sp-std",11623 "tracing",11624 "tracing-core",11625 "tracing-subscriber",11626]1162711628[[package]]11629name = "sp-transaction-pool"11630version = "4.0.0-dev"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11632dependencies = [11633 "sp-api",11634 "sp-runtime",11635]1163611637[[package]]11638name = "sp-transaction-storage-proof"11639version = "4.0.0-dev"11640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11641dependencies = [11642 "async-trait",11643 "log",11644 "parity-scale-codec 3.1.2",11645 "scale-info",11646 "sp-core",11647 "sp-inherents",11648 "sp-runtime",11649 "sp-std",11650 "sp-trie",11651]1165211653[[package]]11654name = "sp-trie"11655version = "6.0.0"11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11657dependencies = [11658 "hash-db",11659 "memory-db",11660 "parity-scale-codec 3.1.2",11661 "scale-info",11662 "sp-core",11663 "sp-std",11664 "thiserror",11665 "trie-db",11666 "trie-root",11667]1166811669[[package]]11670name = "sp-version"11671version = "5.0.0"11672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11673dependencies = [11674 "impl-serde",11675 "parity-scale-codec 3.1.2",11676 "parity-wasm 0.42.2",11677 "scale-info",11678 "serde",11679 "sp-core-hashing-proc-macro",11680 "sp-runtime",11681 "sp-std",11682 "sp-version-proc-macro",11683 "thiserror",11684]1168511686[[package]]11687name = "sp-version-proc-macro"11688version = "4.0.0-dev"11689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11690dependencies = [11691 "parity-scale-codec 3.1.2",11692 "proc-macro2",11693 "quote",11694 "syn",11695]1169611697[[package]]11698name = "sp-wasm-interface"11699version = "6.0.0"11700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11701dependencies = [11702 "impl-trait-for-tuples",11703 "log",11704 "parity-scale-codec 3.1.2",11705 "sp-std",11706 "wasmi",11707 "wasmtime",11708]1170911710[[package]]11711name = "spin"11712version = "0.5.2"11713source = "registry+https://github.com/rust-lang/crates.io-index"11714checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1171511716[[package]]11717name = "spki"11718version = "0.5.4"11719source = "registry+https://github.com/rust-lang/crates.io-index"11720checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11721dependencies = [11722 "base64ct",11723 "der",11724]1172511726[[package]]11727name = "ss58-registry"11728version = "1.18.0"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11731dependencies = [11732 "Inflector",11733 "num-format",11734 "proc-macro2",11735 "quote",11736 "serde",11737 "serde_json",11738 "unicode-xid",11739]1174011741[[package]]11742name = "stable_deref_trait"11743version = "1.2.0"11744source = "registry+https://github.com/rust-lang/crates.io-index"11745checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1174611747[[package]]11748name = "static_assertions"11749version = "1.1.0"11750source = "registry+https://github.com/rust-lang/crates.io-index"11751checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1175211753[[package]]11754name = "static_init"11755version = "0.5.2"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11758dependencies = [11759 "cfg_aliases",11760 "libc",11761 "parking_lot 0.11.2",11762 "static_init_macro",11763]1176411765[[package]]11766name = "static_init_macro"11767version = "0.5.0"11768source = "registry+https://github.com/rust-lang/crates.io-index"11769checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11770dependencies = [11771 "cfg_aliases",11772 "memchr",11773 "proc-macro2",11774 "quote",11775 "syn",11776]1177711778[[package]]11779name = "statrs"11780version = "0.15.0"11781source = "registry+https://github.com/rust-lang/crates.io-index"11782checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11783dependencies = [11784 "approx",11785 "lazy_static",11786 "nalgebra",11787 "num-traits",11788 "rand 0.8.5",11789]1179011791[[package]]11792name = "strsim"11793version = "0.10.0"11794source = "registry+https://github.com/rust-lang/crates.io-index"11795checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1179611797[[package]]11798name = "struct-versioning"11799version = "0.1.0"11800dependencies = [11801 "quote",11802 "syn",11803]1180411805[[package]]11806name = "strum"11807version = "0.23.0"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11810dependencies = [11811 "strum_macros 0.23.1",11812]1181311814[[package]]11815name = "strum"11816version = "0.24.0"11817source = "registry+https://github.com/rust-lang/crates.io-index"11818checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11819dependencies = [11820 "strum_macros 0.24.0",11821]1182211823[[package]]11824name = "strum_macros"11825version = "0.23.1"11826source = "registry+https://github.com/rust-lang/crates.io-index"11827checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11828dependencies = [11829 "heck 0.3.3",11830 "proc-macro2",11831 "quote",11832 "rustversion",11833 "syn",11834]1183511836[[package]]11837name = "strum_macros"11838version = "0.24.0"11839source = "registry+https://github.com/rust-lang/crates.io-index"11840checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11841dependencies = [11842 "heck 0.4.0",11843 "proc-macro2",11844 "quote",11845 "rustversion",11846 "syn",11847]1184811849[[package]]11850name = "substrate-bip39"11851version = "0.4.4"11852source = "registry+https://github.com/rust-lang/crates.io-index"11853checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11854dependencies = [11855 "hmac 0.11.0",11856 "pbkdf2 0.8.0",11857 "schnorrkel",11858 "sha2 0.9.9",11859 "zeroize",11860]1186111862[[package]]11863name = "substrate-build-script-utils"11864version = "3.0.0"11865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11866dependencies = [11867 "platforms",11868]1186911870[[package]]11871name = "substrate-frame-rpc-system"11872version = "4.0.0-dev"11873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11874dependencies = [11875 "frame-system-rpc-runtime-api",11876 "futures 0.3.21",11877 "jsonrpc-core",11878 "jsonrpc-core-client",11879 "jsonrpc-derive",11880 "log",11881 "parity-scale-codec 3.1.2",11882 "sc-client-api",11883 "sc-rpc-api",11884 "sc-transaction-pool-api",11885 "sp-api",11886 "sp-block-builder",11887 "sp-blockchain",11888 "sp-core",11889 "sp-runtime",11890]1189111892[[package]]11893name = "substrate-prometheus-endpoint"11894version = "0.10.0-dev"11895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11896dependencies = [11897 "futures-util",11898 "hyper",11899 "log",11900 "prometheus",11901 "thiserror",11902 "tokio 1.18.2",11903]1190411905[[package]]11906name = "substrate-state-trie-migration-rpc"11907version = "4.0.0-dev"11908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11909dependencies = [11910 "jsonrpc-core",11911 "jsonrpc-core-client",11912 "jsonrpc-derive",11913 "log",11914 "parity-scale-codec 3.1.2",11915 "sc-client-api",11916 "sc-rpc-api",11917 "scale-info",11918 "serde",11919 "sp-core",11920 "sp-io",11921 "sp-runtime",11922 "sp-state-machine",11923 "sp-std",11924 "sp-trie",11925 "trie-db",11926]1192711928[[package]]11929name = "substrate-test-client"11930version = "2.0.1"11931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11932dependencies = [11933 "async-trait",11934 "futures 0.3.21",11935 "hex",11936 "parity-scale-codec 3.1.2",11937 "sc-client-api",11938 "sc-client-db",11939 "sc-consensus",11940 "sc-executor",11941 "sc-offchain",11942 "sc-service",11943 "serde",11944 "serde_json",11945 "sp-blockchain",11946 "sp-consensus",11947 "sp-core",11948 "sp-keyring",11949 "sp-keystore",11950 "sp-runtime",11951 "sp-state-machine",11952]1195311954[[package]]11955name = "substrate-test-utils"11956version = "4.0.0-dev"11957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11958dependencies = [11959 "futures 0.3.21",11960 "substrate-test-utils-derive",11961 "tokio 1.18.2",11962]1196311964[[package]]11965name = "substrate-test-utils-derive"11966version = "0.10.0-dev"11967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11968dependencies = [11969 "proc-macro-crate 1.1.3",11970 "proc-macro2",11971 "quote",11972 "syn",11973]1197411975[[package]]11976name = "substrate-wasm-builder"11977version = "5.0.0-dev"11978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11979dependencies = [11980 "ansi_term",11981 "build-helper",11982 "cargo_metadata",11983 "sp-maybe-compressed-blob",11984 "strum 0.23.0",11985 "tempfile",11986 "toml",11987 "walkdir",11988 "wasm-gc-api",11989]1199011991[[package]]11992name = "subtle"11993version = "2.4.1"11994source = "registry+https://github.com/rust-lang/crates.io-index"11995checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1199611997[[package]]11998name = "syn"11999version = "1.0.95"12000source = "registry+https://github.com/rust-lang/crates.io-index"12001checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"12002dependencies = [12003 "proc-macro2",12004 "quote",12005 "unicode-ident",12006]1200712008[[package]]12009name = "synstructure"12010version = "0.12.6"12011source = "registry+https://github.com/rust-lang/crates.io-index"12012checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12013dependencies = [12014 "proc-macro2",12015 "quote",12016 "syn",12017 "unicode-xid",12018]1201912020[[package]]12021name = "tap"12022version = "1.0.1"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1202512026[[package]]12027name = "target-lexicon"12028version = "0.12.3"12029source = "registry+https://github.com/rust-lang/crates.io-index"12030checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1203112032[[package]]12033name = "tempfile"12034version = "3.3.0"12035source = "registry+https://github.com/rust-lang/crates.io-index"12036checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12037dependencies = [12038 "cfg-if 1.0.0",12039 "fastrand",12040 "libc",12041 "redox_syscall 0.2.13",12042 "remove_dir_all",12043 "winapi 0.3.9",12044]1204512046[[package]]12047name = "term"12048version = "0.5.2"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12051dependencies = [12052 "byteorder",12053 "dirs",12054 "winapi 0.3.9",12055]1205612057[[package]]12058name = "termcolor"12059version = "1.1.3"12060source = "registry+https://github.com/rust-lang/crates.io-index"12061checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12062dependencies = [12063 "winapi-util",12064]1206512066[[package]]12067name = "test-runtime-constants"12068version = "0.9.21"12069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12070dependencies = [12071 "frame-support",12072 "polkadot-primitives",12073 "polkadot-runtime-common",12074 "smallvec",12075 "sp-runtime",12076]1207712078[[package]]12079name = "tests"12080version = "0.1.0"12081dependencies = [12082 "fp-evm-mapping",12083 "frame-support",12084 "frame-system",12085 "pallet-balances",12086 "pallet-common",12087 "pallet-ethereum",12088 "pallet-evm",12089 "pallet-evm-coder-substrate",12090 "pallet-fungible",12091 "pallet-nonfungible",12092 "pallet-refungible",12093 "pallet-structure",12094 "pallet-timestamp",12095 "pallet-transaction-payment",12096 "pallet-unique",12097 "parity-scale-codec 3.1.2",12098 "scale-info",12099 "sp-core",12100 "sp-io",12101 "sp-runtime",12102 "sp-std",12103 "unique-runtime-common",12104 "up-data-structs",12105]1210612107[[package]]12108name = "textwrap"12109version = "0.15.0"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1211212113[[package]]12114name = "thiserror"12115version = "1.0.31"12116source = "registry+https://github.com/rust-lang/crates.io-index"12117checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12118dependencies = [12119 "thiserror-impl",12120]1212112122[[package]]12123name = "thiserror-impl"12124version = "1.0.31"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12127dependencies = [12128 "proc-macro2",12129 "quote",12130 "syn",12131]1213212133[[package]]12134name = "thousands"12135version = "0.2.0"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1213812139[[package]]12140name = "thread_local"12141version = "1.1.4"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12144dependencies = [12145 "once_cell",12146]1214712148[[package]]12149name = "threadpool"12150version = "1.8.1"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12153dependencies = [12154 "num_cpus",12155]1215612157[[package]]12158name = "thrift"12159version = "0.15.0"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12162dependencies = [12163 "byteorder",12164 "integer-encoding",12165 "log",12166 "ordered-float",12167 "threadpool",12168]1216912170[[package]]12171name = "tikv-jemalloc-sys"12172version = "0.4.3+5.2.1-patched.2"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12175dependencies = [12176 "cc",12177 "fs_extra",12178 "libc",12179]1218012181[[package]]12182name = "time"12183version = "0.1.44"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12186dependencies = [12187 "libc",12188 "wasi 0.10.0+wasi-snapshot-preview1",12189 "winapi 0.3.9",12190]1219112192[[package]]12193name = "tiny-bip39"12194version = "0.8.2"12195source = "registry+https://github.com/rust-lang/crates.io-index"12196checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12197dependencies = [12198 "anyhow",12199 "hmac 0.8.1",12200 "once_cell",12201 "pbkdf2 0.4.0",12202 "rand 0.7.3",12203 "rustc-hash",12204 "sha2 0.9.9",12205 "thiserror",12206 "unicode-normalization",12207 "wasm-bindgen",12208 "zeroize",12209]1221012211[[package]]12212name = "tiny-keccak"12213version = "2.0.2"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12216dependencies = [12217 "crunchy",12218]1221912220[[package]]12221name = "tinyvec"12222version = "1.6.0"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12225dependencies = [12226 "tinyvec_macros",12227]1222812229[[package]]12230name = "tinyvec_macros"12231version = "0.1.0"12232source = "registry+https://github.com/rust-lang/crates.io-index"12233checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1223412235[[package]]12236name = "tokio"12237version = "0.2.25"12238source = "registry+https://github.com/rust-lang/crates.io-index"12239checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12240dependencies = [12241 "bytes 0.5.6",12242 "fnv",12243 "pin-project-lite 0.1.12",12244 "tokio-macros 0.2.6",12245]1224612247[[package]]12248name = "tokio"12249version = "1.18.2"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12252dependencies = [12253 "bytes 1.1.0",12254 "libc",12255 "memchr",12256 "mio 0.8.3",12257 "num_cpus",12258 "once_cell",12259 "parking_lot 0.12.0",12260 "pin-project-lite 0.2.9",12261 "signal-hook-registry",12262 "socket2 0.4.4",12263 "tokio-macros 1.7.0",12264 "winapi 0.3.9",12265]1226612267[[package]]12268name = "tokio-macros"12269version = "0.2.6"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12272dependencies = [12273 "proc-macro2",12274 "quote",12275 "syn",12276]1227712278[[package]]12279name = "tokio-macros"12280version = "1.7.0"12281source = "registry+https://github.com/rust-lang/crates.io-index"12282checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12283dependencies = [12284 "proc-macro2",12285 "quote",12286 "syn",12287]1228812289[[package]]12290name = "tokio-rustls"12291version = "0.22.0"12292source = "registry+https://github.com/rust-lang/crates.io-index"12293checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12294dependencies = [12295 "rustls 0.19.1",12296 "tokio 1.18.2",12297 "webpki 0.21.4",12298]1229912300[[package]]12301name = "tokio-rustls"12302version = "0.23.4"12303source = "registry+https://github.com/rust-lang/crates.io-index"12304checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12305dependencies = [12306 "rustls 0.20.6",12307 "tokio 1.18.2",12308 "webpki 0.22.0",12309]1231012311[[package]]12312name = "tokio-stream"12313version = "0.1.8"12314source = "registry+https://github.com/rust-lang/crates.io-index"12315checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12316dependencies = [12317 "futures-core",12318 "pin-project-lite 0.2.9",12319 "tokio 1.18.2",12320]1232112322[[package]]12323name = "tokio-util"12324version = "0.6.10"12325source = "registry+https://github.com/rust-lang/crates.io-index"12326checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12327dependencies = [12328 "bytes 1.1.0",12329 "futures-core",12330 "futures-sink",12331 "log",12332 "pin-project-lite 0.2.9",12333 "tokio 1.18.2",12334]1233512336[[package]]12337name = "tokio-util"12338version = "0.7.2"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12341dependencies = [12342 "bytes 1.1.0",12343 "futures-core",12344 "futures-io",12345 "futures-sink",12346 "pin-project-lite 0.2.9",12347 "tokio 1.18.2",12348 "tracing",12349]1235012351[[package]]12352name = "toml"12353version = "0.5.9"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12356dependencies = [12357 "serde",12358]1235912360[[package]]12361name = "tower-service"12362version = "0.3.1"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1236512366[[package]]12367name = "tracing"12368version = "0.1.34"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12371dependencies = [12372 "cfg-if 1.0.0",12373 "pin-project-lite 0.2.9",12374 "tracing-attributes",12375 "tracing-core",12376]1237712378[[package]]12379name = "tracing-attributes"12380version = "0.1.21"12381source = "registry+https://github.com/rust-lang/crates.io-index"12382checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12383dependencies = [12384 "proc-macro2",12385 "quote",12386 "syn",12387]1238812389[[package]]12390name = "tracing-core"12391version = "0.1.26"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12394dependencies = [12395 "lazy_static",12396 "valuable",12397]1239812399[[package]]12400name = "tracing-futures"12401version = "0.2.5"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12404dependencies = [12405 "pin-project 1.0.10",12406 "tracing",12407]1240812409[[package]]12410name = "tracing-gum"12411version = "0.9.21"12412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12413dependencies = [12414 "polkadot-node-jaeger",12415 "polkadot-primitives",12416 "tracing",12417 "tracing-gum-proc-macro",12418]1241912420[[package]]12421name = "tracing-gum-proc-macro"12422version = "0.9.21"12423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12424dependencies = [12425 "expander 0.0.6",12426 "proc-macro-crate 1.1.3",12427 "proc-macro2",12428 "quote",12429 "syn",12430]1243112432[[package]]12433name = "tracing-log"12434version = "0.1.3"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12437dependencies = [12438 "lazy_static",12439 "log",12440 "tracing-core",12441]1244212443[[package]]12444name = "tracing-serde"12445version = "0.1.3"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12448dependencies = [12449 "serde",12450 "tracing-core",12451]1245212453[[package]]12454name = "tracing-subscriber"12455version = "0.2.25"12456source = "registry+https://github.com/rust-lang/crates.io-index"12457checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12458dependencies = [12459 "ansi_term",12460 "chrono",12461 "lazy_static",12462 "matchers",12463 "parking_lot 0.11.2",12464 "regex",12465 "serde",12466 "serde_json",12467 "sharded-slab",12468 "smallvec",12469 "thread_local",12470 "tracing",12471 "tracing-core",12472 "tracing-log",12473 "tracing-serde",12474]1247512476[[package]]12477name = "trie-db"12478version = "0.23.1"12479source = "registry+https://github.com/rust-lang/crates.io-index"12480checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12481dependencies = [12482 "hash-db",12483 "hashbrown 0.12.1",12484 "log",12485 "rustc-hex",12486 "smallvec",12487]1248812489[[package]]12490name = "trie-root"12491version = "0.17.0"12492source = "registry+https://github.com/rust-lang/crates.io-index"12493checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12494dependencies = [12495 "hash-db",12496]1249712498[[package]]12499name = "triehash"12500version = "0.8.4"12501source = "registry+https://github.com/rust-lang/crates.io-index"12502checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12503dependencies = [12504 "hash-db",12505 "rlp",12506]1250712508[[package]]12509name = "trust-dns-proto"12510version = "0.20.4"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12513dependencies = [12514 "async-trait",12515 "cfg-if 1.0.0",12516 "data-encoding",12517 "enum-as-inner",12518 "futures-channel",12519 "futures-io",12520 "futures-util",12521 "idna 0.2.3",12522 "ipnet",12523 "lazy_static",12524 "log",12525 "rand 0.8.5",12526 "smallvec",12527 "thiserror",12528 "tinyvec",12529 "url 2.2.2",12530]1253112532[[package]]12533name = "trust-dns-resolver"12534version = "0.20.4"12535source = "registry+https://github.com/rust-lang/crates.io-index"12536checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12537dependencies = [12538 "cfg-if 1.0.0",12539 "futures-util",12540 "ipconfig",12541 "lazy_static",12542 "log",12543 "lru-cache",12544 "parking_lot 0.11.2",12545 "resolv-conf",12546 "smallvec",12547 "thiserror",12548 "trust-dns-proto",12549]1255012551[[package]]12552name = "try-lock"12553version = "0.2.3"12554source = "registry+https://github.com/rust-lang/crates.io-index"12555checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1255612557[[package]]12558name = "try-runtime-cli"12559version = "0.10.0-dev"12560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12561dependencies = [12562 "clap",12563 "jsonrpsee",12564 "log",12565 "parity-scale-codec 3.1.2",12566 "remote-externalities",12567 "sc-chain-spec",12568 "sc-cli",12569 "sc-executor",12570 "sc-service",12571 "serde",12572 "sp-core",12573 "sp-externalities",12574 "sp-io",12575 "sp-keystore",12576 "sp-runtime",12577 "sp-state-machine",12578 "sp-version",12579 "zstd",12580]1258112582[[package]]12583name = "tt-call"12584version = "1.0.8"12585source = "registry+https://github.com/rust-lang/crates.io-index"12586checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1258712588[[package]]12589name = "twox-hash"12590version = "1.6.3"12591source = "registry+https://github.com/rust-lang/crates.io-index"12592checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12593dependencies = [12594 "cfg-if 1.0.0",12595 "digest 0.10.3",12596 "rand 0.8.5",12597 "static_assertions",12598]1259912600[[package]]12601name = "typenum"12602version = "1.15.0"12603source = "registry+https://github.com/rust-lang/crates.io-index"12604checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1260512606[[package]]12607name = "uc-rpc"12608version = "0.1.0"12609dependencies = [12610 "jsonrpc-core",12611 "jsonrpc-core-client",12612 "jsonrpc-derive",12613 "pallet-common",12614 "pallet-evm",12615 "parity-scale-codec 3.1.2",12616 "rmrk-rpc 0.0.1",12617 "sp-api",12618 "sp-blockchain",12619 "sp-core",12620 "sp-rpc",12621 "sp-runtime",12622 "unique-runtime-common",12623 "up-data-structs",12624 "up-rpc",12625]1262612627[[package]]12628name = "ucd-trie"12629version = "0.1.3"12630source = "registry+https://github.com/rust-lang/crates.io-index"12631checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1263212633[[package]]12634name = "uint"12635version = "0.9.3"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12638dependencies = [12639 "byteorder",12640 "crunchy",12641 "hex",12642 "static_assertions",12643]1264412645[[package]]12646name = "unicase"12647version = "2.6.0"12648source = "registry+https://github.com/rust-lang/crates.io-index"12649checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12650dependencies = [12651 "version_check",12652]1265312654[[package]]12655name = "unicode-bidi"12656version = "0.3.8"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1265912660[[package]]12661name = "unicode-ident"12662version = "1.0.0"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1266512666[[package]]12667name = "unicode-normalization"12668version = "0.1.19"12669source = "registry+https://github.com/rust-lang/crates.io-index"12670checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12671dependencies = [12672 "tinyvec",12673]1267412675[[package]]12676name = "unicode-segmentation"12677version = "1.9.0"12678source = "registry+https://github.com/rust-lang/crates.io-index"12679checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1268012681[[package]]12682name = "unicode-width"12683version = "0.1.9"12684source = "registry+https://github.com/rust-lang/crates.io-index"12685checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1268612687[[package]]12688name = "unicode-xid"12689version = "0.2.3"12690source = "registry+https://github.com/rust-lang/crates.io-index"12691checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1269212693[[package]]12694name = "unique-node"12695version = "0.9.20"12696dependencies = [12697 "clap",12698 "cumulus-client-cli",12699 "cumulus-client-collator",12700 "cumulus-client-consensus-aura",12701 "cumulus-client-consensus-common",12702 "cumulus-client-network",12703 "cumulus-client-service",12704 "cumulus-primitives-core",12705 "cumulus-primitives-parachain-inherent",12706 "cumulus-relay-chain-inprocess-interface",12707 "cumulus-relay-chain-interface",12708 "cumulus-relay-chain-rpc-interface",12709 "fc-consensus",12710 "fc-db",12711 "fc-mapping-sync",12712 "fc-rpc",12713 "fc-rpc-core",12714 "flexi_logger",12715 "fp-rpc",12716 "frame-benchmarking",12717 "frame-benchmarking-cli",12718 "futures 0.3.21",12719 "jsonrpc-core",12720 "jsonrpc-pubsub",12721 "log",12722 "opal-runtime",12723 "pallet-ethereum",12724 "pallet-transaction-payment-rpc",12725 "pallet-transaction-payment-rpc-runtime-api",12726 "parity-scale-codec 3.1.2",12727 "parking_lot 0.11.2",12728 "polkadot-cli",12729 "polkadot-parachain",12730 "polkadot-primitives",12731 "polkadot-service",12732 "polkadot-test-service",12733 "quartz-runtime",12734 "rmrk-rpc 0.0.1",12735 "sc-basic-authorship",12736 "sc-chain-spec",12737 "sc-cli",12738 "sc-client-api",12739 "sc-consensus",12740 "sc-consensus-aura",12741 "sc-consensus-manual-seal",12742 "sc-executor",12743 "sc-finality-grandpa",12744 "sc-keystore",12745 "sc-network",12746 "sc-rpc",12747 "sc-rpc-api",12748 "sc-service",12749 "sc-telemetry",12750 "sc-tracing",12751 "sc-transaction-pool",12752 "serde",12753 "serde_json",12754 "sp-api",12755 "sp-block-builder",12756 "sp-blockchain",12757 "sp-consensus",12758 "sp-consensus-aura",12759 "sp-core",12760 "sp-finality-grandpa",12761 "sp-inherents",12762 "sp-keystore",12763 "sp-offchain",12764 "sp-runtime",12765 "sp-session",12766 "sp-timestamp",12767 "sp-transaction-pool",12768 "sp-trie",12769 "substrate-build-script-utils",12770 "substrate-frame-rpc-system",12771 "substrate-prometheus-endpoint",12772 "tokio 1.18.2",12773 "try-runtime-cli",12774 "unique-rpc",12775 "unique-runtime",12776 "unique-runtime-common",12777 "up-data-structs",12778 "up-rpc",12779]1278012781[[package]]12782name = "unique-rpc"12783version = "0.1.0"12784dependencies = [12785 "fc-db",12786 "fc-mapping-sync",12787 "fc-rpc",12788 "fc-rpc-core",12789 "fp-rpc",12790 "fp-storage",12791 "futures 0.3.21",12792 "jsonrpc-core",12793 "jsonrpc-pubsub",12794 "pallet-common",12795 "pallet-ethereum",12796 "pallet-transaction-payment-rpc",12797 "pallet-transaction-payment-rpc-runtime-api",12798 "pallet-unique",12799 "rmrk-rpc 0.0.1",12800 "sc-client-api",12801 "sc-consensus-aura",12802 "sc-consensus-epochs",12803 "sc-finality-grandpa",12804 "sc-finality-grandpa-rpc",12805 "sc-keystore",12806 "sc-network",12807 "sc-rpc",12808 "sc-rpc-api",12809 "sc-service",12810 "sc-transaction-pool",12811 "serde",12812 "sp-api",12813 "sp-block-builder",12814 "sp-blockchain",12815 "sp-consensus",12816 "sp-consensus-aura",12817 "sp-core",12818 "sp-offchain",12819 "sp-runtime",12820 "sp-session",12821 "sp-storage",12822 "sp-transaction-pool",12823 "substrate-frame-rpc-system",12824 "tokio 0.2.25",12825 "uc-rpc",12826 "unique-runtime-common",12827 "up-data-structs",12828 "up-rpc",12829]1283012831[[package]]12832name = "unique-runtime"12833version = "0.9.18"12834dependencies = [12835 "cumulus-pallet-aura-ext",12836 "cumulus-pallet-dmp-queue",12837 "cumulus-pallet-parachain-system",12838 "cumulus-pallet-xcm",12839 "cumulus-pallet-xcmp-queue",12840 "cumulus-primitives-core",12841 "cumulus-primitives-timestamp",12842 "cumulus-primitives-utility",12843 "derivative",12844 "fp-evm-mapping",12845 "fp-rpc",12846 "fp-self-contained",12847 "frame-benchmarking",12848 "frame-executive",12849 "frame-support",12850 "frame-system",12851 "frame-system-benchmarking",12852 "frame-system-rpc-runtime-api",12853 "frame-try-runtime",12854 "hex-literal",12855 "log",12856 "orml-vesting",12857 "pallet-aura",12858 "pallet-balances",12859 "pallet-base-fee",12860 "pallet-common",12861 "pallet-ethereum",12862 "pallet-evm",12863 "pallet-evm-coder-substrate",12864 "pallet-evm-contract-helpers",12865 "pallet-evm-migration",12866 "pallet-evm-transaction-payment",12867 "pallet-fungible",12868 "pallet-inflation",12869 "pallet-nonfungible",12870 "pallet-randomness-collective-flip",12871 "pallet-refungible",12872 "pallet-rmrk-core",12873 "pallet-structure",12874 "pallet-sudo",12875 "pallet-template-transaction-payment",12876 "pallet-timestamp",12877 "pallet-transaction-payment",12878 "pallet-transaction-payment-rpc-runtime-api",12879 "pallet-treasury",12880 "pallet-unique",12881 "pallet-unq-scheduler",12882 "pallet-xcm",12883 "parachain-info",12884 "parity-scale-codec 3.1.2",12885 "polkadot-parachain",12886 "rmrk-rpc 0.0.1",12887 "scale-info",12888 "serde",12889 "smallvec",12890 "sp-api",12891 "sp-arithmetic",12892 "sp-block-builder",12893 "sp-consensus-aura",12894 "sp-core",12895 "sp-inherents",12896 "sp-io",12897 "sp-offchain",12898 "sp-runtime",12899 "sp-session",12900 "sp-std",12901 "sp-transaction-pool",12902 "sp-version",12903 "substrate-wasm-builder",12904 "unique-runtime-common",12905 "up-data-structs",12906 "up-rpc",12907 "xcm",12908 "xcm-builder",12909 "xcm-executor",12910]1291112912[[package]]12913name = "unique-runtime-common"12914version = "0.9.20"12915dependencies = [12916 "evm-coder",12917 "fp-rpc",12918 "frame-support",12919 "frame-system",12920 "pallet-common",12921 "pallet-evm",12922 "pallet-fungible",12923 "pallet-nonfungible",12924 "pallet-refungible",12925 "pallet-unique",12926 "parity-scale-codec 3.1.2",12927 "rmrk-rpc 0.0.1",12928 "scale-info",12929 "sp-consensus-aura",12930 "sp-core",12931 "sp-runtime",12932 "sp-std",12933 "up-data-structs",12934 "up-sponsorship",12935]1293612937[[package]]12938name = "universal-hash"12939version = "0.4.1"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12942dependencies = [12943 "generic-array 0.14.5",12944 "subtle",12945]1294612947[[package]]12948name = "unsigned-varint"12949version = "0.5.1"12950source = "registry+https://github.com/rust-lang/crates.io-index"12951checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1295212953[[package]]12954name = "unsigned-varint"12955version = "0.6.0"12956source = "registry+https://github.com/rust-lang/crates.io-index"12957checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12958dependencies = [12959 "asynchronous-codec 0.5.0",12960 "bytes 1.1.0",12961 "futures-io",12962 "futures-util",12963]1296412965[[package]]12966name = "unsigned-varint"12967version = "0.7.1"12968source = "registry+https://github.com/rust-lang/crates.io-index"12969checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12970dependencies = [12971 "asynchronous-codec 0.6.0",12972 "bytes 1.1.0",12973 "futures-io",12974 "futures-util",12975]1297612977[[package]]12978name = "untrusted"12979version = "0.7.1"12980source = "registry+https://github.com/rust-lang/crates.io-index"12981checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1298212983[[package]]12984name = "up-data-structs"12985version = "0.1.0"12986dependencies = [12987 "derivative",12988 "frame-support",12989 "frame-system",12990 "pallet-evm",12991 "parity-scale-codec 3.1.2",12992 "scale-info",12993 "serde",12994 "sp-core",12995 "sp-runtime",12996 "sp-std",12997 "struct-versioning",12998]1299913000[[package]]13001name = "up-rpc"13002version = "0.1.0"13003dependencies = [13004 "pallet-common",13005 "pallet-evm",13006 "parity-scale-codec 3.1.2",13007 "sp-api",13008 "sp-core",13009 "sp-runtime",13010 "sp-std",13011 "up-data-structs",13012]1301313014[[package]]13015name = "up-sponsorship"13016version = "0.1.0"13017source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"13018dependencies = [13019 "impl-trait-for-tuples",13020]1302113022[[package]]13023name = "url"13024version = "1.7.2"13025source = "registry+https://github.com/rust-lang/crates.io-index"13026checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13027dependencies = [13028 "idna 0.1.5",13029 "matches",13030 "percent-encoding 1.0.1",13031]1303213033[[package]]13034name = "url"13035version = "2.2.2"13036source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13038dependencies = [13039 "form_urlencoded",13040 "idna 0.2.3",13041 "matches",13042 "percent-encoding 2.1.0",13043]1304413045[[package]]13046name = "valuable"13047version = "0.1.0"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1305013051[[package]]13052name = "value-bag"13053version = "1.0.0-alpha.9"13054source = "registry+https://github.com/rust-lang/crates.io-index"13055checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13056dependencies = [13057 "ctor",13058 "version_check",13059]1306013061[[package]]13062name = "vcpkg"13063version = "0.2.15"13064source = "registry+https://github.com/rust-lang/crates.io-index"13065checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1306613067[[package]]13068name = "version_check"13069version = "0.9.4"13070source = "registry+https://github.com/rust-lang/crates.io-index"13071checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1307213073[[package]]13074name = "void"13075version = "1.0.2"13076source = "registry+https://github.com/rust-lang/crates.io-index"13077checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1307813079[[package]]13080name = "waker-fn"13081version = "1.1.0"13082source = "registry+https://github.com/rust-lang/crates.io-index"13083checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1308413085[[package]]13086name = "walkdir"13087version = "2.3.2"13088source = "registry+https://github.com/rust-lang/crates.io-index"13089checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13090dependencies = [13091 "same-file",13092 "winapi 0.3.9",13093 "winapi-util",13094]1309513096[[package]]13097name = "want"13098version = "0.3.0"13099source = "registry+https://github.com/rust-lang/crates.io-index"13100checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13101dependencies = [13102 "log",13103 "try-lock",13104]1310513106[[package]]13107name = "wasi"13108version = "0.9.0+wasi-snapshot-preview1"13109source = "registry+https://github.com/rust-lang/crates.io-index"13110checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1311113112[[package]]13113name = "wasi"13114version = "0.10.0+wasi-snapshot-preview1"13115source = "registry+https://github.com/rust-lang/crates.io-index"13116checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1311713118[[package]]13119name = "wasi"13120version = "0.11.0+wasi-snapshot-preview1"13121source = "registry+https://github.com/rust-lang/crates.io-index"13122checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1312313124[[package]]13125name = "wasm-bindgen"13126version = "0.2.80"13127source = "registry+https://github.com/rust-lang/crates.io-index"13128checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13129dependencies = [13130 "cfg-if 1.0.0",13131 "wasm-bindgen-macro",13132]1313313134[[package]]13135name = "wasm-bindgen-backend"13136version = "0.2.80"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13139dependencies = [13140 "bumpalo",13141 "lazy_static",13142 "log",13143 "proc-macro2",13144 "quote",13145 "syn",13146 "wasm-bindgen-shared",13147]1314813149[[package]]13150name = "wasm-bindgen-futures"13151version = "0.4.30"13152source = "registry+https://github.com/rust-lang/crates.io-index"13153checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13154dependencies = [13155 "cfg-if 1.0.0",13156 "js-sys",13157 "wasm-bindgen",13158 "web-sys",13159]1316013161[[package]]13162name = "wasm-bindgen-macro"13163version = "0.2.80"13164source = "registry+https://github.com/rust-lang/crates.io-index"13165checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13166dependencies = [13167 "quote",13168 "wasm-bindgen-macro-support",13169]1317013171[[package]]13172name = "wasm-bindgen-macro-support"13173version = "0.2.80"13174source = "registry+https://github.com/rust-lang/crates.io-index"13175checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13176dependencies = [13177 "proc-macro2",13178 "quote",13179 "syn",13180 "wasm-bindgen-backend",13181 "wasm-bindgen-shared",13182]1318313184[[package]]13185name = "wasm-bindgen-shared"13186version = "0.2.80"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1318913190[[package]]13191name = "wasm-gc-api"13192version = "0.1.11"13193source = "registry+https://github.com/rust-lang/crates.io-index"13194checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13195dependencies = [13196 "log",13197 "parity-wasm 0.32.0",13198 "rustc-demangle",13199]1320013201[[package]]13202name = "wasm-instrument"13203version = "0.1.1"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13206dependencies = [13207 "parity-wasm 0.42.2",13208]1320913210[[package]]13211name = "wasm-timer"13212version = "0.2.5"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13215dependencies = [13216 "futures 0.3.21",13217 "js-sys",13218 "parking_lot 0.11.2",13219 "pin-utils",13220 "wasm-bindgen",13221 "wasm-bindgen-futures",13222 "web-sys",13223]1322413225[[package]]13226name = "wasmi"13227version = "0.9.1"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13230dependencies = [13231 "downcast-rs",13232 "libc",13233 "memory_units",13234 "num-rational 0.2.4",13235 "num-traits",13236 "parity-wasm 0.42.2",13237 "wasmi-validation",13238]1323913240[[package]]13241name = "wasmi-validation"13242version = "0.4.1"13243source = "registry+https://github.com/rust-lang/crates.io-index"13244checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13245dependencies = [13246 "parity-wasm 0.42.2",13247]1324813249[[package]]13250name = "wasmparser"13251version = "0.83.0"13252source = "registry+https://github.com/rust-lang/crates.io-index"13253checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1325413255[[package]]13256name = "wasmtime"13257version = "0.35.3"13258source = "registry+https://github.com/rust-lang/crates.io-index"13259checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13260dependencies = [13261 "anyhow",13262 "backtrace",13263 "bincode",13264 "cfg-if 1.0.0",13265 "indexmap",13266 "lazy_static",13267 "libc",13268 "log",13269 "object 0.27.1",13270 "once_cell",13271 "paste",13272 "psm",13273 "rayon",13274 "region",13275 "serde",13276 "target-lexicon",13277 "wasmparser",13278 "wasmtime-cache",13279 "wasmtime-cranelift",13280 "wasmtime-environ",13281 "wasmtime-jit",13282 "wasmtime-runtime",13283 "winapi 0.3.9",13284]1328513286[[package]]13287name = "wasmtime-cache"13288version = "0.35.3"13289source = "registry+https://github.com/rust-lang/crates.io-index"13290checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13291dependencies = [13292 "anyhow",13293 "base64",13294 "bincode",13295 "directories-next",13296 "file-per-thread-logger",13297 "log",13298 "rustix",13299 "serde",13300 "sha2 0.9.9",13301 "toml",13302 "winapi 0.3.9",13303 "zstd",13304]1330513306[[package]]13307name = "wasmtime-cranelift"13308version = "0.35.3"13309source = "registry+https://github.com/rust-lang/crates.io-index"13310checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13311dependencies = [13312 "anyhow",13313 "cranelift-codegen",13314 "cranelift-entity",13315 "cranelift-frontend",13316 "cranelift-native",13317 "cranelift-wasm",13318 "gimli",13319 "log",13320 "more-asserts",13321 "object 0.27.1",13322 "target-lexicon",13323 "thiserror",13324 "wasmparser",13325 "wasmtime-environ",13326]1332713328[[package]]13329name = "wasmtime-environ"13330version = "0.35.3"13331source = "registry+https://github.com/rust-lang/crates.io-index"13332checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13333dependencies = [13334 "anyhow",13335 "cranelift-entity",13336 "gimli",13337 "indexmap",13338 "log",13339 "more-asserts",13340 "object 0.27.1",13341 "serde",13342 "target-lexicon",13343 "thiserror",13344 "wasmparser",13345 "wasmtime-types",13346]1334713348[[package]]13349name = "wasmtime-jit"13350version = "0.35.3"13351source = "registry+https://github.com/rust-lang/crates.io-index"13352checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13353dependencies = [13354 "addr2line",13355 "anyhow",13356 "bincode",13357 "cfg-if 1.0.0",13358 "cpp_demangle",13359 "gimli",13360 "log",13361 "object 0.27.1",13362 "region",13363 "rustc-demangle",13364 "rustix",13365 "serde",13366 "target-lexicon",13367 "thiserror",13368 "wasmtime-environ",13369 "wasmtime-jit-debug",13370 "wasmtime-runtime",13371 "winapi 0.3.9",13372]1337313374[[package]]13375name = "wasmtime-jit-debug"13376version = "0.35.3"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13379dependencies = [13380 "lazy_static",13381 "object 0.27.1",13382 "rustix",13383]1338413385[[package]]13386name = "wasmtime-runtime"13387version = "0.35.3"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13390dependencies = [13391 "anyhow",13392 "backtrace",13393 "cc",13394 "cfg-if 1.0.0",13395 "indexmap",13396 "libc",13397 "log",13398 "mach",13399 "memoffset",13400 "more-asserts",13401 "rand 0.8.5",13402 "region",13403 "rustix",13404 "thiserror",13405 "wasmtime-environ",13406 "wasmtime-jit-debug",13407 "winapi 0.3.9",13408]1340913410[[package]]13411name = "wasmtime-types"13412version = "0.35.3"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13415dependencies = [13416 "cranelift-entity",13417 "serde",13418 "thiserror",13419 "wasmparser",13420]1342113422[[package]]13423name = "web-sys"13424version = "0.3.57"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13427dependencies = [13428 "js-sys",13429 "wasm-bindgen",13430]1343113432[[package]]13433name = "webpki"13434version = "0.21.4"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13437dependencies = [13438 "ring",13439 "untrusted",13440]1344113442[[package]]13443name = "webpki"13444version = "0.22.0"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13447dependencies = [13448 "ring",13449 "untrusted",13450]1345113452[[package]]13453name = "webpki-roots"13454version = "0.21.1"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13457dependencies = [13458 "webpki 0.21.4",13459]1346013461[[package]]13462name = "webpki-roots"13463version = "0.22.3"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13466dependencies = [13467 "webpki 0.22.0",13468]1346913470[[package]]13471name = "wepoll-ffi"13472version = "0.1.2"13473source = "registry+https://github.com/rust-lang/crates.io-index"13474checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13475dependencies = [13476 "cc",13477]1347813479[[package]]13480name = "westend-runtime"13481version = "0.9.21"13482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13483dependencies = [13484 "beefy-primitives",13485 "bitvec 1.0.0",13486 "frame-benchmarking",13487 "frame-election-provider-support",13488 "frame-executive",13489 "frame-support",13490 "frame-system",13491 "frame-system-benchmarking",13492 "frame-system-rpc-runtime-api",13493 "frame-try-runtime",13494 "hex-literal",13495 "log",13496 "pallet-authority-discovery",13497 "pallet-authorship",13498 "pallet-babe",13499 "pallet-bags-list",13500 "pallet-balances",13501 "pallet-collective",13502 "pallet-democracy",13503 "pallet-election-provider-multi-phase",13504 "pallet-election-provider-support-benchmarking",13505 "pallet-elections-phragmen",13506 "pallet-grandpa",13507 "pallet-identity",13508 "pallet-im-online",13509 "pallet-indices",13510 "pallet-membership",13511 "pallet-multisig",13512 "pallet-nicks",13513 "pallet-nomination-pools",13514 "pallet-nomination-pools-benchmarking",13515 "pallet-offences",13516 "pallet-offences-benchmarking",13517 "pallet-preimage",13518 "pallet-proxy",13519 "pallet-recovery",13520 "pallet-scheduler",13521 "pallet-session",13522 "pallet-session-benchmarking",13523 "pallet-society",13524 "pallet-staking",13525 "pallet-staking-reward-curve",13526 "pallet-sudo",13527 "pallet-timestamp",13528 "pallet-transaction-payment",13529 "pallet-transaction-payment-rpc-runtime-api",13530 "pallet-treasury",13531 "pallet-utility",13532 "pallet-vesting",13533 "pallet-xcm",13534 "pallet-xcm-benchmarks",13535 "parity-scale-codec 3.1.2",13536 "polkadot-parachain",13537 "polkadot-primitives",13538 "polkadot-runtime-common",13539 "polkadot-runtime-parachains",13540 "rustc-hex",13541 "scale-info",13542 "serde",13543 "serde_derive",13544 "smallvec",13545 "sp-api",13546 "sp-authority-discovery",13547 "sp-block-builder",13548 "sp-consensus-babe",13549 "sp-core",13550 "sp-inherents",13551 "sp-io",13552 "sp-mmr-primitives",13553 "sp-npos-elections",13554 "sp-offchain",13555 "sp-runtime",13556 "sp-session",13557 "sp-staking",13558 "sp-std",13559 "sp-transaction-pool",13560 "sp-version",13561 "substrate-wasm-builder",13562 "westend-runtime-constants",13563 "xcm",13564 "xcm-builder",13565 "xcm-executor",13566]1356713568[[package]]13569name = "westend-runtime-constants"13570version = "0.9.21"13571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13572dependencies = [13573 "frame-support",13574 "polkadot-primitives",13575 "polkadot-runtime-common",13576 "smallvec",13577 "sp-runtime",13578]1357913580[[package]]13581name = "which"13582version = "4.2.5"13583source = "registry+https://github.com/rust-lang/crates.io-index"13584checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13585dependencies = [13586 "either",13587 "lazy_static",13588 "libc",13589]1359013591[[package]]13592name = "widestring"13593version = "0.4.3"13594source = "registry+https://github.com/rust-lang/crates.io-index"13595checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1359613597[[package]]13598name = "winapi"13599version = "0.2.8"13600source = "registry+https://github.com/rust-lang/crates.io-index"13601checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1360213603[[package]]13604name = "winapi"13605version = "0.3.9"13606source = "registry+https://github.com/rust-lang/crates.io-index"13607checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13608dependencies = [13609 "winapi-i686-pc-windows-gnu",13610 "winapi-x86_64-pc-windows-gnu",13611]1361213613[[package]]13614name = "winapi-build"13615version = "0.1.1"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1361813619[[package]]13620name = "winapi-i686-pc-windows-gnu"13621version = "0.4.0"13622source = "registry+https://github.com/rust-lang/crates.io-index"13623checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1362413625[[package]]13626name = "winapi-util"13627version = "0.1.5"13628source = "registry+https://github.com/rust-lang/crates.io-index"13629checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13630dependencies = [13631 "winapi 0.3.9",13632]1363313634[[package]]13635name = "winapi-x86_64-pc-windows-gnu"13636version = "0.4.0"13637source = "registry+https://github.com/rust-lang/crates.io-index"13638checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1363913640[[package]]13641name = "windows-sys"13642version = "0.36.1"13643source = "registry+https://github.com/rust-lang/crates.io-index"13644checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13645dependencies = [13646 "windows_aarch64_msvc",13647 "windows_i686_gnu",13648 "windows_i686_msvc",13649 "windows_x86_64_gnu",13650 "windows_x86_64_msvc",13651]1365213653[[package]]13654name = "windows_aarch64_msvc"13655version = "0.36.1"13656source = "registry+https://github.com/rust-lang/crates.io-index"13657checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1365813659[[package]]13660name = "windows_i686_gnu"13661version = "0.36.1"13662source = "registry+https://github.com/rust-lang/crates.io-index"13663checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1366413665[[package]]13666name = "windows_i686_msvc"13667version = "0.36.1"13668source = "registry+https://github.com/rust-lang/crates.io-index"13669checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1367013671[[package]]13672name = "windows_x86_64_gnu"13673version = "0.36.1"13674source = "registry+https://github.com/rust-lang/crates.io-index"13675checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1367613677[[package]]13678name = "windows_x86_64_msvc"13679version = "0.36.1"13680source = "registry+https://github.com/rust-lang/crates.io-index"13681checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1368213683[[package]]13684name = "winreg"13685version = "0.6.2"13686source = "registry+https://github.com/rust-lang/crates.io-index"13687checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13688dependencies = [13689 "winapi 0.3.9",13690]1369113692[[package]]13693name = "ws2_32-sys"13694version = "0.2.1"13695source = "registry+https://github.com/rust-lang/crates.io-index"13696checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13697dependencies = [13698 "winapi 0.2.8",13699 "winapi-build",13700]1370113702[[package]]13703name = "wyz"13704version = "0.2.0"13705source = "registry+https://github.com/rust-lang/crates.io-index"13706checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1370713708[[package]]13709name = "wyz"13710version = "0.5.0"13711source = "registry+https://github.com/rust-lang/crates.io-index"13712checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13713dependencies = [13714 "tap",13715]1371613717[[package]]13718name = "x25519-dalek"13719version = "1.1.1"13720source = "registry+https://github.com/rust-lang/crates.io-index"13721checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13722dependencies = [13723 "curve25519-dalek 3.2.0",13724 "rand_core 0.5.1",13725 "zeroize",13726]1372713728[[package]]13729name = "xcm"13730version = "0.9.21"13731source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13732dependencies = [13733 "derivative",13734 "impl-trait-for-tuples",13735 "log",13736 "parity-scale-codec 3.1.2",13737 "scale-info",13738 "xcm-procedural",13739]1374013741[[package]]13742name = "xcm-builder"13743version = "0.9.21"13744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13745dependencies = [13746 "frame-support",13747 "frame-system",13748 "log",13749 "pallet-transaction-payment",13750 "parity-scale-codec 3.1.2",13751 "polkadot-parachain",13752 "scale-info",13753 "sp-arithmetic",13754 "sp-io",13755 "sp-runtime",13756 "sp-std",13757 "xcm",13758 "xcm-executor",13759]1376013761[[package]]13762name = "xcm-executor"13763version = "0.9.21"13764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13765dependencies = [13766 "frame-benchmarking",13767 "frame-support",13768 "impl-trait-for-tuples",13769 "log",13770 "parity-scale-codec 3.1.2",13771 "sp-arithmetic",13772 "sp-core",13773 "sp-io",13774 "sp-runtime",13775 "sp-std",13776 "xcm",13777]1377813779[[package]]13780name = "xcm-procedural"13781version = "0.1.0"13782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13783dependencies = [13784 "Inflector",13785 "proc-macro2",13786 "quote",13787 "syn",13788]1378913790[[package]]13791name = "yamux"13792version = "0.9.0"13793source = "registry+https://github.com/rust-lang/crates.io-index"13794checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13795dependencies = [13796 "futures 0.3.21",13797 "log",13798 "nohash-hasher",13799 "parking_lot 0.11.2",13800 "rand 0.8.5",13801 "static_assertions",13802]1380313804[[package]]13805name = "yansi"13806version = "0.5.1"13807source = "registry+https://github.com/rust-lang/crates.io-index"13808checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1380913810[[package]]13811name = "zeroize"13812version = "1.5.5"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13815dependencies = [13816 "zeroize_derive",13817]1381813819[[package]]13820name = "zeroize_derive"13821version = "1.3.2"13822source = "registry+https://github.com/rust-lang/crates.io-index"13823checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13824dependencies = [13825 "proc-macro2",13826 "quote",13827 "syn",13828 "synstructure",13829]1383013831[[package]]13832name = "zstd"13833version = "0.10.2+zstd.1.5.2"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13836dependencies = [13837 "zstd-safe",13838]1383913840[[package]]13841name = "zstd-safe"13842version = "4.1.6+zstd.1.5.2"13843source = "registry+https://github.com/rust-lang/crates.io-index"13844checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13845dependencies = [13846 "libc",13847 "zstd-sys",13848]1384913850[[package]]13851name = "zstd-sys"13852version = "1.6.3+zstd.1.5.2"13853source = "registry+https://github.com/rust-lang/crates.io-index"13854checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13855dependencies = [13856 "cc",13857 "libc",13858]