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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",477 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",478 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",479 "sp-blockchain",480 "sp-consensus",481 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",482 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",483 "sp-mmr-primitives",484 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",509 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",526 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",527 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",528 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",529 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",754 "parity-scale-codec 3.1.2",755 "scale-info",756 "serde",757 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",758 "sp-finality-grandpa",759 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",760 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",770 "parity-scale-codec 3.1.2",771 "scale-info",772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",783 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",784 "impl-trait-for-tuples",785 "parity-scale-codec 3.1.2",786 "scale-info",787 "serde",788 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",789 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",800 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",801 "parity-scale-codec 3.1.2",802 "scale-info",803 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",804 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",805 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",806 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",807 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",819 "parity-scale-codec 3.1.2",820 "smallvec",821 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",822 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",823 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",824 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",833 "hash-db",834 "num-traits",835 "parity-scale-codec 3.1.2",836 "scale-info",837 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",838 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",839 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",840 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",841 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",842 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",855 "sp-finality-grandpa",856 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",857 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",871 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",872 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",884 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",893 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",894 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",895 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",896 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",897 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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.8"993source = "registry+https://github.com/rust-lang/crates.io-index"994checksum = "07fd178c5af4d59e83498ef15cf3f154e1a6f9d091270cb86283c65ef44e9ef0"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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1547 "sp-consensus",1548 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1549 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1569 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1570 "sp-block-builder",1571 "sp-blockchain",1572 "sp-consensus",1573 "sp-consensus-aura",1574 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1575 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1576 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1577 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1596 "sp-blockchain",1597 "sp-consensus",1598 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1599 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1620 "sp-blockchain",1621 "sp-consensus",1622 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1623 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1624 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1646 "sp-consensus",1647 "sp-maybe-compressed-blob",1648 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1675 "sp-blockchain",1676 "sp-consensus",1677 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1678 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1689 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1690 "pallet-aura",1691 "parity-scale-codec 3.1.2",1692 "scale-info",1693 "serde",1694 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1695 "sp-consensus-aura",1696 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1697 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1707 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1708 "log",1709 "parity-scale-codec 3.1.2",1710 "scale-info",1711 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1712 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1713 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1728 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1729 "impl-trait-for-tuples",1730 "log",1731 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1732 "parity-scale-codec 3.1.2",1733 "polkadot-parachain",1734 "scale-info",1735 "serde",1736 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1737 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1738 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1739 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1740 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1741 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1742 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1743 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1744 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1766 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1767 "parity-scale-codec 3.1.2",1768 "scale-info",1769 "serde",1770 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1771 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1783 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1784 "log",1785 "parity-scale-codec 3.1.2",1786 "rand_chacha 0.3.1",1787 "scale-info",1788 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1789 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1800 "parity-scale-codec 3.1.2",1801 "polkadot-core-primitives",1802 "polkadot-parachain",1803 "polkadot-primitives",1804 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1805 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1806 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1807 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1823 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1824 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1825 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1826 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1827 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1828 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1829 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1842 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1853 "parity-scale-codec 3.1.2",1854 "polkadot-core-primitives",1855 "polkadot-parachain",1856 "polkadot-primitives",1857 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1858 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1859 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1883 "sp-blockchain",1884 "sp-consensus",1885 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1886 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1887 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1908 "sp-blockchain",1909 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1910 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1911 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1933 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1934 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1935 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1936 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1950 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",1951 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2579 "sp-block-builder",2580 "sp-blockchain",2581 "sp-consensus",2582 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2596 "sp-database",2597 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2613 "sp-blockchain",2614 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2647 "sp-block-builder",2648 "sp-blockchain",2649 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2650 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2651 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2652 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2797 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2798 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2811 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2820 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2834 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2835 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2836 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2837 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2847 "parity-scale-codec 3.1.2",2848 "parity-util-mem",2849 "scale-info",2850 "serde",2851 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2852 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2853 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",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.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2868dependencies = [2869 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2870 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2871 "linregress",2872 "log",2873 "parity-scale-codec 3.1.2",2874 "paste",2875 "scale-info",2876 "serde",2877 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2878 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2879 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2880 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2881 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2882 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2883 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",2884]28852886[[package]]2887name = "frame-benchmarking"2888version = "4.0.0-dev"2889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2890dependencies = [2891 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2892 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2893 "linregress",2894 "log",2895 "parity-scale-codec 3.1.2",2896 "paste",2897 "scale-info",2898 "serde",2899 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2900 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2901 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2902 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2903 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2904 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2905 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2906]29072908[[package]]2909name = "frame-benchmarking-cli"2910version = "4.0.0-dev"2911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2912dependencies = [2913 "Inflector",2914 "chrono",2915 "clap",2916 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2917 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2918 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2919 "handlebars",2920 "hash-db",2921 "hex",2922 "itertools",2923 "kvdb",2924 "linked-hash-map",2925 "log",2926 "memory-db",2927 "parity-scale-codec 3.1.2",2928 "prettytable-rs",2929 "rand 0.8.5",2930 "rand_pcg 0.3.1",2931 "sc-block-builder",2932 "sc-cli",2933 "sc-client-api",2934 "sc-client-db",2935 "sc-executor",2936 "sc-service",2937 "sc-sysinfo",2938 "serde",2939 "serde_json",2940 "serde_nanos",2941 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2942 "sp-blockchain",2943 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2944 "sp-database",2945 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2946 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2947 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2948 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2949 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2950 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2951 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2952 "tempfile",2953 "thousands",2954]29552956[[package]]2957name = "frame-election-provider-solution-type"2958version = "4.0.0-dev"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2960dependencies = [2961 "proc-macro-crate 1.1.3",2962 "proc-macro2",2963 "quote",2964 "syn",2965]29662967[[package]]2968name = "frame-election-provider-support"2969version = "4.0.0-dev"2970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2971dependencies = [2972 "frame-election-provider-solution-type",2973 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2974 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2975 "parity-scale-codec 3.1.2",2976 "scale-info",2977 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2978 "sp-npos-elections",2979 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2980 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2981]29822983[[package]]2984name = "frame-executive"2985version = "4.0.0-dev"2986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2987dependencies = [2988 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2989 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2990 "parity-scale-codec 3.1.2",2991 "scale-info",2992 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2993 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2994 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2995 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2996 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",2997]29982999[[package]]3000name = "frame-metadata"3001version = "15.0.0"3002source = "registry+https://github.com/rust-lang/crates.io-index"3003checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"3004dependencies = [3005 "cfg-if 1.0.0",3006 "parity-scale-codec 3.1.2",3007 "scale-info",3008 "serde",3009]30103011[[package]]3012name = "frame-support"3013version = "4.0.0-dev"3014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3015dependencies = [3016 "bitflags",3017 "frame-metadata",3018 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3019 "impl-trait-for-tuples",3020 "log",3021 "once_cell",3022 "parity-scale-codec 3.1.2",3023 "paste",3024 "scale-info",3025 "serde",3026 "smallvec",3027 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3028 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3029 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3030 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3031 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3032 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3033 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3034 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3035 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3036 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3037 "tt-call",3038]30393040[[package]]3041name = "frame-support"3042version = "4.0.0-dev"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3044dependencies = [3045 "bitflags",3046 "frame-metadata",3047 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3048 "impl-trait-for-tuples",3049 "log",3050 "once_cell",3051 "parity-scale-codec 3.1.2",3052 "paste",3053 "scale-info",3054 "serde",3055 "smallvec",3056 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3057 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3058 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3059 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3060 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3061 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3062 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3063 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3064 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3065 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3066 "tt-call",3067]30683069[[package]]3070name = "frame-support-procedural"3071version = "4.0.0-dev"3072source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3073dependencies = [3074 "Inflector",3075 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3076 "proc-macro2",3077 "quote",3078 "syn",3079]30803081[[package]]3082name = "frame-support-procedural"3083version = "4.0.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3085dependencies = [3086 "Inflector",3087 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3088 "proc-macro2",3089 "quote",3090 "syn",3091]30923093[[package]]3094name = "frame-support-procedural-tools"3095version = "4.0.0-dev"3096source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3097dependencies = [3098 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3099 "proc-macro-crate 1.1.3",3100 "proc-macro2",3101 "quote",3102 "syn",3103]31043105[[package]]3106name = "frame-support-procedural-tools"3107version = "4.0.0-dev"3108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3109dependencies = [3110 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3111 "proc-macro-crate 1.1.3",3112 "proc-macro2",3113 "quote",3114 "syn",3115]31163117[[package]]3118name = "frame-support-procedural-tools-derive"3119version = "3.0.0"3120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3121dependencies = [3122 "proc-macro2",3123 "quote",3124 "syn",3125]31263127[[package]]3128name = "frame-support-procedural-tools-derive"3129version = "3.0.0"3130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3131dependencies = [3132 "proc-macro2",3133 "quote",3134 "syn",3135]31363137[[package]]3138name = "frame-system"3139version = "4.0.0-dev"3140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3141dependencies = [3142 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3143 "log",3144 "parity-scale-codec 3.1.2",3145 "scale-info",3146 "serde",3147 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3148 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3149 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3150 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3151 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",3152]31533154[[package]]3155name = "frame-system"3156version = "4.0.0-dev"3157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3158dependencies = [3159 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3160 "log",3161 "parity-scale-codec 3.1.2",3162 "scale-info",3163 "serde",3164 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3165 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3166 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3167 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3168 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3169]31703171[[package]]3172name = "frame-system-benchmarking"3173version = "4.0.0-dev"3174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3175dependencies = [3176 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3177 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3178 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3179 "parity-scale-codec 3.1.2",3180 "scale-info",3181 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3182 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3183 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3184]31853186[[package]]3187name = "frame-system-rpc-runtime-api"3188version = "4.0.0-dev"3189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3190dependencies = [3191 "parity-scale-codec 3.1.2",3192 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3193]31943195[[package]]3196name = "frame-try-runtime"3197version = "0.10.0-dev"3198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3199dependencies = [3200 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3201 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3202 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3203 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",3204]32053206[[package]]3207name = "fs-err"3208version = "2.7.0"3209source = "registry+https://github.com/rust-lang/crates.io-index"3210checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"32113212[[package]]3213name = "fs-swap"3214version = "0.2.6"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3217dependencies = [3218 "lazy_static",3219 "libc",3220 "libloading 0.5.2",3221 "winapi 0.3.9",3222]32233224[[package]]3225name = "fs2"3226version = "0.4.3"3227source = "registry+https://github.com/rust-lang/crates.io-index"3228checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3229dependencies = [3230 "libc",3231 "winapi 0.3.9",3232]32333234[[package]]3235name = "fs_extra"3236version = "1.2.0"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"32393240[[package]]3241name = "fuchsia-zircon"3242version = "0.3.3"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3245dependencies = [3246 "bitflags",3247 "fuchsia-zircon-sys",3248]32493250[[package]]3251name = "fuchsia-zircon-sys"3252version = "0.3.3"3253source = "registry+https://github.com/rust-lang/crates.io-index"3254checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"32553256[[package]]3257name = "funty"3258version = "1.1.0"3259source = "registry+https://github.com/rust-lang/crates.io-index"3260checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"32613262[[package]]3263name = "funty"3264version = "2.0.0"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"32673268[[package]]3269name = "futures"3270version = "0.1.31"3271source = "registry+https://github.com/rust-lang/crates.io-index"3272checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"32733274[[package]]3275name = "futures"3276version = "0.3.21"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3279dependencies = [3280 "futures-channel",3281 "futures-core",3282 "futures-executor",3283 "futures-io",3284 "futures-sink",3285 "futures-task",3286 "futures-util",3287]32883289[[package]]3290name = "futures-channel"3291version = "0.3.21"3292source = "registry+https://github.com/rust-lang/crates.io-index"3293checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3294dependencies = [3295 "futures-core",3296 "futures-sink",3297]32983299[[package]]3300name = "futures-core"3301version = "0.3.21"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"33043305[[package]]3306name = "futures-executor"3307version = "0.3.21"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3310dependencies = [3311 "futures-core",3312 "futures-task",3313 "futures-util",3314 "num_cpus",3315]33163317[[package]]3318name = "futures-io"3319version = "0.3.21"3320source = "registry+https://github.com/rust-lang/crates.io-index"3321checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"33223323[[package]]3324name = "futures-lite"3325version = "1.12.0"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3328dependencies = [3329 "fastrand",3330 "futures-core",3331 "futures-io",3332 "memchr",3333 "parking",3334 "pin-project-lite 0.2.9",3335 "waker-fn",3336]33373338[[package]]3339name = "futures-macro"3340version = "0.3.21"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3343dependencies = [3344 "proc-macro2",3345 "quote",3346 "syn",3347]33483349[[package]]3350name = "futures-rustls"3351version = "0.21.1"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3354dependencies = [3355 "futures-io",3356 "rustls 0.19.1",3357 "webpki 0.21.4",3358]33593360[[package]]3361name = "futures-sink"3362version = "0.3.21"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"33653366[[package]]3367name = "futures-task"3368version = "0.3.21"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"33713372[[package]]3373name = "futures-timer"3374version = "3.0.2"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"33773378[[package]]3379name = "futures-util"3380version = "0.3.21"3381source = "registry+https://github.com/rust-lang/crates.io-index"3382checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3383dependencies = [3384 "futures 0.1.31",3385 "futures-channel",3386 "futures-core",3387 "futures-io",3388 "futures-macro",3389 "futures-sink",3390 "futures-task",3391 "memchr",3392 "pin-project-lite 0.2.9",3393 "pin-utils",3394 "slab",3395]33963397[[package]]3398name = "generic-array"3399version = "0.12.4"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3402dependencies = [3403 "typenum",3404]34053406[[package]]3407name = "generic-array"3408version = "0.14.5"3409source = "registry+https://github.com/rust-lang/crates.io-index"3410checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3411dependencies = [3412 "typenum",3413 "version_check",3414]34153416[[package]]3417name = "getrandom"3418version = "0.1.16"3419source = "registry+https://github.com/rust-lang/crates.io-index"3420checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3421dependencies = [3422 "cfg-if 1.0.0",3423 "js-sys",3424 "libc",3425 "wasi 0.9.0+wasi-snapshot-preview1",3426 "wasm-bindgen",3427]34283429[[package]]3430name = "getrandom"3431version = "0.2.6"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3434dependencies = [3435 "cfg-if 1.0.0",3436 "libc",3437 "wasi 0.10.0+wasi-snapshot-preview1",3438]34393440[[package]]3441name = "ghash"3442version = "0.4.4"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3445dependencies = [3446 "opaque-debug 0.3.0",3447 "polyval",3448]34493450[[package]]3451name = "gimli"3452version = "0.26.1"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3455dependencies = [3456 "fallible-iterator",3457 "indexmap",3458 "stable_deref_trait",3459]34603461[[package]]3462name = "glob"3463version = "0.3.0"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"34663467[[package]]3468name = "globset"3469version = "0.4.8"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3472dependencies = [3473 "aho-corasick",3474 "bstr",3475 "fnv",3476 "log",3477 "regex",3478]34793480[[package]]3481name = "gloo-timers"3482version = "0.2.4"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3485dependencies = [3486 "futures-channel",3487 "futures-core",3488 "js-sys",3489 "wasm-bindgen",3490]34913492[[package]]3493name = "group"3494version = "0.11.0"3495source = "registry+https://github.com/rust-lang/crates.io-index"3496checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3497dependencies = [3498 "ff",3499 "rand_core 0.6.3",3500 "subtle",3501]35023503[[package]]3504name = "h2"3505version = "0.3.13"3506source = "registry+https://github.com/rust-lang/crates.io-index"3507checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3508dependencies = [3509 "bytes 1.1.0",3510 "fnv",3511 "futures-core",3512 "futures-sink",3513 "futures-util",3514 "http",3515 "indexmap",3516 "slab",3517 "tokio 1.18.2",3518 "tokio-util 0.7.2",3519 "tracing",3520]35213522[[package]]3523name = "handlebars"3524version = "4.3.0"3525source = "registry+https://github.com/rust-lang/crates.io-index"3526checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"3527dependencies = [3528 "log",3529 "pest",3530 "pest_derive",3531 "serde",3532 "serde_json",3533 "thiserror",3534]35353536[[package]]3537name = "hash-db"3538version = "0.15.2"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"35413542[[package]]3543name = "hash256-std-hasher"3544version = "0.15.2"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3547dependencies = [3548 "crunchy",3549]35503551[[package]]3552name = "hashbrown"3553version = "0.11.2"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3556dependencies = [3557 "ahash",3558]35593560[[package]]3561name = "hashbrown"3562version = "0.12.1"3563source = "registry+https://github.com/rust-lang/crates.io-index"3564checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3565dependencies = [3566 "ahash",3567]35683569[[package]]3570name = "heck"3571version = "0.3.3"3572source = "registry+https://github.com/rust-lang/crates.io-index"3573checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3574dependencies = [3575 "unicode-segmentation",3576]35773578[[package]]3579name = "heck"3580version = "0.4.0"3581source = "registry+https://github.com/rust-lang/crates.io-index"3582checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"35833584[[package]]3585name = "hermit-abi"3586version = "0.1.19"3587source = "registry+https://github.com/rust-lang/crates.io-index"3588checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3589dependencies = [3590 "libc",3591]35923593[[package]]3594name = "hex"3595version = "0.4.3"3596source = "registry+https://github.com/rust-lang/crates.io-index"3597checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"35983599[[package]]3600name = "hex-literal"3601version = "0.3.4"3602source = "registry+https://github.com/rust-lang/crates.io-index"3603checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"36043605[[package]]3606name = "hex_fmt"3607version = "0.3.0"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"36103611[[package]]3612name = "hmac"3613version = "0.8.1"3614source = "registry+https://github.com/rust-lang/crates.io-index"3615checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3616dependencies = [3617 "crypto-mac 0.8.0",3618 "digest 0.9.0",3619]36203621[[package]]3622name = "hmac"3623version = "0.11.0"3624source = "registry+https://github.com/rust-lang/crates.io-index"3625checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3626dependencies = [3627 "crypto-mac 0.11.1",3628 "digest 0.9.0",3629]36303631[[package]]3632name = "hmac-drbg"3633version = "0.3.0"3634source = "registry+https://github.com/rust-lang/crates.io-index"3635checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3636dependencies = [3637 "digest 0.9.0",3638 "generic-array 0.14.5",3639 "hmac 0.8.1",3640]36413642[[package]]3643name = "hostname"3644version = "0.3.1"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3647dependencies = [3648 "libc",3649 "match_cfg",3650 "winapi 0.3.9",3651]36523653[[package]]3654name = "http"3655version = "0.2.7"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3658dependencies = [3659 "bytes 1.1.0",3660 "fnv",3661 "itoa 1.0.2",3662]36633664[[package]]3665name = "http-body"3666version = "0.4.4"3667source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3669dependencies = [3670 "bytes 1.1.0",3671 "http",3672 "pin-project-lite 0.2.9",3673]36743675[[package]]3676name = "httparse"3677version = "1.7.1"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"36803681[[package]]3682name = "httpdate"3683version = "1.0.2"3684source = "registry+https://github.com/rust-lang/crates.io-index"3685checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"36863687[[package]]3688name = "humantime"3689version = "2.1.0"3690source = "registry+https://github.com/rust-lang/crates.io-index"3691checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"36923693[[package]]3694name = "hyper"3695version = "0.14.18"3696source = "registry+https://github.com/rust-lang/crates.io-index"3697checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3698dependencies = [3699 "bytes 1.1.0",3700 "futures-channel",3701 "futures-core",3702 "futures-util",3703 "h2",3704 "http",3705 "http-body",3706 "httparse",3707 "httpdate",3708 "itoa 1.0.2",3709 "pin-project-lite 0.2.9",3710 "socket2 0.4.4",3711 "tokio 1.18.2",3712 "tower-service",3713 "tracing",3714 "want",3715]37163717[[package]]3718name = "hyper-rustls"3719version = "0.22.1"3720source = "registry+https://github.com/rust-lang/crates.io-index"3721checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3722dependencies = [3723 "ct-logs",3724 "futures-util",3725 "hyper",3726 "log",3727 "rustls 0.19.1",3728 "rustls-native-certs 0.5.0",3729 "tokio 1.18.2",3730 "tokio-rustls 0.22.0",3731 "webpki 0.21.4",3732]37333734[[package]]3735name = "hyper-rustls"3736version = "0.23.0"3737source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3739dependencies = [3740 "http",3741 "hyper",3742 "log",3743 "rustls 0.20.6",3744 "rustls-native-certs 0.6.2",3745 "tokio 1.18.2",3746 "tokio-rustls 0.23.4",3747 "webpki-roots 0.22.3",3748]37493750[[package]]3751name = "ident_case"3752version = "1.0.1"3753source = "registry+https://github.com/rust-lang/crates.io-index"3754checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"37553756[[package]]3757name = "idna"3758version = "0.1.5"3759source = "registry+https://github.com/rust-lang/crates.io-index"3760checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3761dependencies = [3762 "matches",3763 "unicode-bidi",3764 "unicode-normalization",3765]37663767[[package]]3768name = "idna"3769version = "0.2.3"3770source = "registry+https://github.com/rust-lang/crates.io-index"3771checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3772dependencies = [3773 "matches",3774 "unicode-bidi",3775 "unicode-normalization",3776]37773778[[package]]3779name = "if-addrs"3780version = "0.6.7"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3783dependencies = [3784 "if-addrs-sys",3785 "libc",3786 "winapi 0.3.9",3787]37883789[[package]]3790name = "if-addrs-sys"3791version = "0.3.2"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3794dependencies = [3795 "cc",3796 "libc",3797]37983799[[package]]3800name = "if-watch"3801version = "0.2.2"3802source = "registry+https://github.com/rust-lang/crates.io-index"3803checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3804dependencies = [3805 "async-io",3806 "futures 0.3.21",3807 "futures-lite",3808 "if-addrs",3809 "ipnet",3810 "libc",3811 "log",3812 "winapi 0.3.9",3813]38143815[[package]]3816name = "impl-codec"3817version = "0.6.0"3818source = "registry+https://github.com/rust-lang/crates.io-index"3819checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3820dependencies = [3821 "parity-scale-codec 3.1.2",3822]38233824[[package]]3825name = "impl-rlp"3826version = "0.3.0"3827source = "registry+https://github.com/rust-lang/crates.io-index"3828checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3829dependencies = [3830 "rlp",3831]38323833[[package]]3834name = "impl-serde"3835version = "0.3.2"3836source = "registry+https://github.com/rust-lang/crates.io-index"3837checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3838dependencies = [3839 "serde",3840]38413842[[package]]3843name = "impl-trait-for-tuples"3844version = "0.2.2"3845source = "registry+https://github.com/rust-lang/crates.io-index"3846checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3847dependencies = [3848 "proc-macro2",3849 "quote",3850 "syn",3851]38523853[[package]]3854name = "indexmap"3855version = "1.8.1"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3858dependencies = [3859 "autocfg",3860 "hashbrown 0.11.2",3861 "serde",3862]38633864[[package]]3865name = "instant"3866version = "0.1.12"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3869dependencies = [3870 "cfg-if 1.0.0",3871]38723873[[package]]3874name = "integer-encoding"3875version = "3.0.3"3876source = "registry+https://github.com/rust-lang/crates.io-index"3877checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"38783879[[package]]3880name = "integer-sqrt"3881version = "0.1.5"3882source = "registry+https://github.com/rust-lang/crates.io-index"3883checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3884dependencies = [3885 "num-traits",3886]38873888[[package]]3889name = "io-lifetimes"3890version = "0.5.3"3891source = "registry+https://github.com/rust-lang/crates.io-index"3892checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"38933894[[package]]3895name = "iovec"3896version = "0.1.4"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3899dependencies = [3900 "libc",3901]39023903[[package]]3904name = "ip_network"3905version = "0.4.1"3906source = "registry+https://github.com/rust-lang/crates.io-index"3907checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"39083909[[package]]3910name = "ipconfig"3911version = "0.2.2"3912source = "registry+https://github.com/rust-lang/crates.io-index"3913checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3914dependencies = [3915 "socket2 0.3.19",3916 "widestring",3917 "winapi 0.3.9",3918 "winreg",3919]39203921[[package]]3922name = "ipnet"3923version = "2.5.0"3924source = "registry+https://github.com/rust-lang/crates.io-index"3925checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"39263927[[package]]3928name = "itertools"3929version = "0.10.3"3930source = "registry+https://github.com/rust-lang/crates.io-index"3931checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3932dependencies = [3933 "either",3934]39353936[[package]]3937name = "itoa"3938version = "0.4.8"3939source = "registry+https://github.com/rust-lang/crates.io-index"3940checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"39413942[[package]]3943name = "itoa"3944version = "1.0.2"3945source = "registry+https://github.com/rust-lang/crates.io-index"3946checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"39473948[[package]]3949name = "jobserver"3950version = "0.1.24"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3953dependencies = [3954 "libc",3955]39563957[[package]]3958name = "js-sys"3959version = "0.3.57"3960source = "registry+https://github.com/rust-lang/crates.io-index"3961checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3962dependencies = [3963 "wasm-bindgen",3964]39653966[[package]]3967name = "jsonrpc-client-transports"3968version = "18.0.0"3969source = "registry+https://github.com/rust-lang/crates.io-index"3970checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3971dependencies = [3972 "derive_more",3973 "futures 0.3.21",3974 "jsonrpc-core",3975 "jsonrpc-pubsub",3976 "log",3977 "serde",3978 "serde_json",3979 "url 1.7.2",3980]39813982[[package]]3983name = "jsonrpc-core"3984version = "18.0.0"3985source = "registry+https://github.com/rust-lang/crates.io-index"3986checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3987dependencies = [3988 "futures 0.3.21",3989 "futures-executor",3990 "futures-util",3991 "log",3992 "serde",3993 "serde_derive",3994 "serde_json",3995]39963997[[package]]3998name = "jsonrpc-core-client"3999version = "18.0.0"4000source = "registry+https://github.com/rust-lang/crates.io-index"4001checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"4002dependencies = [4003 "futures 0.3.21",4004 "jsonrpc-client-transports",4005]40064007[[package]]4008name = "jsonrpc-derive"4009version = "18.0.0"4010source = "registry+https://github.com/rust-lang/crates.io-index"4011checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"4012dependencies = [4013 "proc-macro-crate 0.1.5",4014 "proc-macro2",4015 "quote",4016 "syn",4017]40184019[[package]]4020name = "jsonrpc-http-server"4021version = "18.0.0"4022source = "registry+https://github.com/rust-lang/crates.io-index"4023checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"4024dependencies = [4025 "futures 0.3.21",4026 "hyper",4027 "jsonrpc-core",4028 "jsonrpc-server-utils",4029 "log",4030 "net2",4031 "parking_lot 0.11.2",4032 "unicase",4033]40344035[[package]]4036name = "jsonrpc-ipc-server"4037version = "18.0.0"4038source = "registry+https://github.com/rust-lang/crates.io-index"4039checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"4040dependencies = [4041 "futures 0.3.21",4042 "jsonrpc-core",4043 "jsonrpc-server-utils",4044 "log",4045 "parity-tokio-ipc",4046 "parking_lot 0.11.2",4047 "tower-service",4048]40494050[[package]]4051name = "jsonrpc-pubsub"4052version = "18.0.0"4053source = "registry+https://github.com/rust-lang/crates.io-index"4054checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"4055dependencies = [4056 "futures 0.3.21",4057 "jsonrpc-core",4058 "lazy_static",4059 "log",4060 "parking_lot 0.11.2",4061 "rand 0.7.3",4062 "serde",4063]40644065[[package]]4066name = "jsonrpc-server-utils"4067version = "18.0.0"4068source = "registry+https://github.com/rust-lang/crates.io-index"4069checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"4070dependencies = [4071 "bytes 1.1.0",4072 "futures 0.3.21",4073 "globset",4074 "jsonrpc-core",4075 "lazy_static",4076 "log",4077 "tokio 1.18.2",4078 "tokio-stream",4079 "tokio-util 0.6.10",4080 "unicase",4081]40824083[[package]]4084name = "jsonrpc-ws-server"4085version = "18.0.0"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"4088dependencies = [4089 "futures 0.3.21",4090 "jsonrpc-core",4091 "jsonrpc-server-utils",4092 "log",4093 "parity-ws",4094 "parking_lot 0.11.2",4095 "slab",4096]40974098[[package]]4099name = "jsonrpsee"4100version = "0.10.1"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"4103dependencies = [4104 "jsonrpsee-core",4105 "jsonrpsee-http-client",4106 "jsonrpsee-proc-macros",4107 "jsonrpsee-types",4108 "jsonrpsee-ws-client",4109]41104111[[package]]4112name = "jsonrpsee-client-transport"4113version = "0.10.1"4114source = "registry+https://github.com/rust-lang/crates.io-index"4115checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"4116dependencies = [4117 "futures 0.3.21",4118 "http",4119 "jsonrpsee-core",4120 "jsonrpsee-types",4121 "pin-project 1.0.10",4122 "rustls-native-certs 0.6.2",4123 "soketto",4124 "thiserror",4125 "tokio 1.18.2",4126 "tokio-rustls 0.23.4",4127 "tokio-util 0.7.2",4128 "tracing",4129 "webpki-roots 0.22.3",4130]41314132[[package]]4133name = "jsonrpsee-core"4134version = "0.10.1"4135source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4137dependencies = [4138 "anyhow",4139 "arrayvec 0.7.2",4140 "async-trait",4141 "beef",4142 "futures-channel",4143 "futures-util",4144 "hyper",4145 "jsonrpsee-types",4146 "rustc-hash",4147 "serde",4148 "serde_json",4149 "soketto",4150 "thiserror",4151 "tokio 1.18.2",4152 "tracing",4153]41544155[[package]]4156name = "jsonrpsee-http-client"4157version = "0.10.1"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4160dependencies = [4161 "async-trait",4162 "hyper",4163 "hyper-rustls 0.23.0",4164 "jsonrpsee-core",4165 "jsonrpsee-types",4166 "rustc-hash",4167 "serde",4168 "serde_json",4169 "thiserror",4170 "tokio 1.18.2",4171 "tracing",4172]41734174[[package]]4175name = "jsonrpsee-proc-macros"4176version = "0.10.1"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4179dependencies = [4180 "proc-macro-crate 1.1.3",4181 "proc-macro2",4182 "quote",4183 "syn",4184]41854186[[package]]4187name = "jsonrpsee-types"4188version = "0.10.1"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4191dependencies = [4192 "anyhow",4193 "beef",4194 "serde",4195 "serde_json",4196 "thiserror",4197 "tracing",4198]41994200[[package]]4201name = "jsonrpsee-ws-client"4202version = "0.10.1"4203source = "registry+https://github.com/rust-lang/crates.io-index"4204checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4205dependencies = [4206 "jsonrpsee-client-transport",4207 "jsonrpsee-core",4208 "jsonrpsee-types",4209]42104211[[package]]4212name = "k256"4213version = "0.10.4"4214source = "registry+https://github.com/rust-lang/crates.io-index"4215checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4216dependencies = [4217 "cfg-if 1.0.0",4218 "ecdsa",4219 "elliptic-curve",4220 "sec1",4221]42224223[[package]]4224name = "keccak"4225version = "0.1.0"4226source = "registry+https://github.com/rust-lang/crates.io-index"4227checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42284229[[package]]4230name = "kernel32-sys"4231version = "0.2.2"4232source = "registry+https://github.com/rust-lang/crates.io-index"4233checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4234dependencies = [4235 "winapi 0.2.8",4236 "winapi-build",4237]42384239[[package]]4240name = "kusama-runtime"4241version = "0.9.21"4242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4243dependencies = [4244 "beefy-primitives",4245 "bitvec 1.0.0",4246 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4247 "frame-election-provider-support",4248 "frame-executive",4249 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4250 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4251 "frame-system-benchmarking",4252 "frame-system-rpc-runtime-api",4253 "frame-try-runtime",4254 "hex-literal",4255 "kusama-runtime-constants",4256 "log",4257 "pallet-authority-discovery",4258 "pallet-authorship",4259 "pallet-babe",4260 "pallet-bags-list",4261 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4262 "pallet-bounties",4263 "pallet-child-bounties",4264 "pallet-collective",4265 "pallet-democracy",4266 "pallet-election-provider-multi-phase",4267 "pallet-election-provider-support-benchmarking",4268 "pallet-elections-phragmen",4269 "pallet-gilt",4270 "pallet-grandpa",4271 "pallet-identity",4272 "pallet-im-online",4273 "pallet-indices",4274 "pallet-membership",4275 "pallet-multisig",4276 "pallet-nicks",4277 "pallet-offences",4278 "pallet-offences-benchmarking",4279 "pallet-preimage",4280 "pallet-proxy",4281 "pallet-recovery",4282 "pallet-scheduler",4283 "pallet-session",4284 "pallet-session-benchmarking",4285 "pallet-society",4286 "pallet-staking",4287 "pallet-staking-reward-fn",4288 "pallet-timestamp",4289 "pallet-tips",4290 "pallet-transaction-payment",4291 "pallet-transaction-payment-rpc-runtime-api",4292 "pallet-treasury",4293 "pallet-utility",4294 "pallet-vesting",4295 "pallet-xcm",4296 "pallet-xcm-benchmarks",4297 "parity-scale-codec 3.1.2",4298 "polkadot-primitives",4299 "polkadot-runtime-common",4300 "polkadot-runtime-parachains",4301 "rustc-hex",4302 "scale-info",4303 "serde",4304 "serde_derive",4305 "smallvec",4306 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4307 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4308 "sp-authority-discovery",4309 "sp-block-builder",4310 "sp-consensus-babe",4311 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4312 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4313 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4314 "sp-mmr-primitives",4315 "sp-npos-elections",4316 "sp-offchain",4317 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4318 "sp-session",4319 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4320 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4321 "sp-transaction-pool",4322 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4323 "static_assertions",4324 "substrate-wasm-builder",4325 "xcm",4326 "xcm-builder",4327 "xcm-executor",4328]43294330[[package]]4331name = "kusama-runtime-constants"4332version = "0.9.21"4333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4334dependencies = [4335 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4336 "polkadot-primitives",4337 "polkadot-runtime-common",4338 "smallvec",4339 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",4340]43414342[[package]]4343name = "kv-log-macro"4344version = "1.0.7"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4347dependencies = [4348 "log",4349]43504351[[package]]4352name = "kvdb"4353version = "0.11.0"4354source = "registry+https://github.com/rust-lang/crates.io-index"4355checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4356dependencies = [4357 "parity-util-mem",4358 "smallvec",4359]43604361[[package]]4362name = "kvdb-memorydb"4363version = "0.11.0"4364source = "registry+https://github.com/rust-lang/crates.io-index"4365checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4366dependencies = [4367 "kvdb",4368 "parity-util-mem",4369 "parking_lot 0.12.0",4370]43714372[[package]]4373name = "kvdb-rocksdb"4374version = "0.15.2"4375source = "registry+https://github.com/rust-lang/crates.io-index"4376checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4377dependencies = [4378 "fs-swap",4379 "kvdb",4380 "log",4381 "num_cpus",4382 "owning_ref",4383 "parity-util-mem",4384 "parking_lot 0.12.0",4385 "regex",4386 "rocksdb",4387 "smallvec",4388]43894390[[package]]4391name = "lazy_static"4392version = "1.4.0"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43954396[[package]]4397name = "lazycell"4398version = "1.3.0"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"44014402[[package]]4403name = "libc"4404version = "0.2.126"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"44074408[[package]]4409name = "libloading"4410version = "0.5.2"4411source = "registry+https://github.com/rust-lang/crates.io-index"4412checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4413dependencies = [4414 "cc",4415 "winapi 0.3.9",4416]44174418[[package]]4419name = "libloading"4420version = "0.7.3"4421source = "registry+https://github.com/rust-lang/crates.io-index"4422checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4423dependencies = [4424 "cfg-if 1.0.0",4425 "winapi 0.3.9",4426]44274428[[package]]4429name = "libm"4430version = "0.2.2"4431source = "registry+https://github.com/rust-lang/crates.io-index"4432checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44334434[[package]]4435name = "libp2p"4436version = "0.40.0"4437source = "registry+https://github.com/rust-lang/crates.io-index"4438checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4439dependencies = [4440 "atomic",4441 "bytes 1.1.0",4442 "futures 0.3.21",4443 "lazy_static",4444 "libp2p-core",4445 "libp2p-deflate",4446 "libp2p-dns",4447 "libp2p-floodsub",4448 "libp2p-gossipsub",4449 "libp2p-identify",4450 "libp2p-kad",4451 "libp2p-mdns",4452 "libp2p-metrics",4453 "libp2p-mplex",4454 "libp2p-noise",4455 "libp2p-ping",4456 "libp2p-plaintext",4457 "libp2p-pnet",4458 "libp2p-relay",4459 "libp2p-rendezvous",4460 "libp2p-request-response",4461 "libp2p-swarm",4462 "libp2p-swarm-derive",4463 "libp2p-tcp",4464 "libp2p-uds",4465 "libp2p-wasm-ext",4466 "libp2p-websocket",4467 "libp2p-yamux",4468 "multiaddr",4469 "parking_lot 0.11.2",4470 "pin-project 1.0.10",4471 "smallvec",4472 "wasm-timer",4473]44744475[[package]]4476name = "libp2p-core"4477version = "0.30.2"4478source = "registry+https://github.com/rust-lang/crates.io-index"4479checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4480dependencies = [4481 "asn1_der",4482 "bs58",4483 "ed25519-dalek",4484 "either",4485 "fnv",4486 "futures 0.3.21",4487 "futures-timer",4488 "instant",4489 "lazy_static",4490 "libsecp256k1",4491 "log",4492 "multiaddr",4493 "multihash 0.14.0",4494 "multistream-select",4495 "parking_lot 0.11.2",4496 "pin-project 1.0.10",4497 "prost",4498 "prost-build",4499 "rand 0.8.5",4500 "ring",4501 "rw-stream-sink",4502 "sha2 0.9.9",4503 "smallvec",4504 "thiserror",4505 "unsigned-varint 0.7.1",4506 "void",4507 "zeroize",4508]45094510[[package]]4511name = "libp2p-deflate"4512version = "0.30.0"4513source = "registry+https://github.com/rust-lang/crates.io-index"4514checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4515dependencies = [4516 "flate2",4517 "futures 0.3.21",4518 "libp2p-core",4519]45204521[[package]]4522name = "libp2p-dns"4523version = "0.30.0"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4526dependencies = [4527 "async-std-resolver",4528 "futures 0.3.21",4529 "libp2p-core",4530 "log",4531 "smallvec",4532 "trust-dns-resolver",4533]45344535[[package]]4536name = "libp2p-floodsub"4537version = "0.31.0"4538source = "registry+https://github.com/rust-lang/crates.io-index"4539checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4540dependencies = [4541 "cuckoofilter",4542 "fnv",4543 "futures 0.3.21",4544 "libp2p-core",4545 "libp2p-swarm",4546 "log",4547 "prost",4548 "prost-build",4549 "rand 0.7.3",4550 "smallvec",4551]45524553[[package]]4554name = "libp2p-gossipsub"4555version = "0.33.0"4556source = "registry+https://github.com/rust-lang/crates.io-index"4557checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4558dependencies = [4559 "asynchronous-codec 0.6.0",4560 "base64",4561 "byteorder",4562 "bytes 1.1.0",4563 "fnv",4564 "futures 0.3.21",4565 "hex_fmt",4566 "libp2p-core",4567 "libp2p-swarm",4568 "log",4569 "prost",4570 "prost-build",4571 "rand 0.7.3",4572 "regex",4573 "sha2 0.9.9",4574 "smallvec",4575 "unsigned-varint 0.7.1",4576 "wasm-timer",4577]45784579[[package]]4580name = "libp2p-identify"4581version = "0.31.0"4582source = "registry+https://github.com/rust-lang/crates.io-index"4583checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4584dependencies = [4585 "futures 0.3.21",4586 "libp2p-core",4587 "libp2p-swarm",4588 "log",4589 "lru 0.6.6",4590 "prost",4591 "prost-build",4592 "smallvec",4593 "wasm-timer",4594]45954596[[package]]4597name = "libp2p-kad"4598version = "0.32.0"4599source = "registry+https://github.com/rust-lang/crates.io-index"4600checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4601dependencies = [4602 "arrayvec 0.5.2",4603 "asynchronous-codec 0.6.0",4604 "bytes 1.1.0",4605 "either",4606 "fnv",4607 "futures 0.3.21",4608 "libp2p-core",4609 "libp2p-swarm",4610 "log",4611 "prost",4612 "prost-build",4613 "rand 0.7.3",4614 "sha2 0.9.9",4615 "smallvec",4616 "uint",4617 "unsigned-varint 0.7.1",4618 "void",4619 "wasm-timer",4620]46214622[[package]]4623name = "libp2p-mdns"4624version = "0.32.0"4625source = "registry+https://github.com/rust-lang/crates.io-index"4626checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4627dependencies = [4628 "async-io",4629 "data-encoding",4630 "dns-parser",4631 "futures 0.3.21",4632 "if-watch",4633 "lazy_static",4634 "libp2p-core",4635 "libp2p-swarm",4636 "log",4637 "rand 0.8.5",4638 "smallvec",4639 "socket2 0.4.4",4640 "void",4641]46424643[[package]]4644name = "libp2p-metrics"4645version = "0.1.0"4646source = "registry+https://github.com/rust-lang/crates.io-index"4647checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4648dependencies = [4649 "libp2p-core",4650 "libp2p-identify",4651 "libp2p-kad",4652 "libp2p-ping",4653 "libp2p-swarm",4654 "open-metrics-client",4655]46564657[[package]]4658name = "libp2p-mplex"4659version = "0.30.0"4660source = "registry+https://github.com/rust-lang/crates.io-index"4661checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4662dependencies = [4663 "asynchronous-codec 0.6.0",4664 "bytes 1.1.0",4665 "futures 0.3.21",4666 "libp2p-core",4667 "log",4668 "nohash-hasher",4669 "parking_lot 0.11.2",4670 "rand 0.7.3",4671 "smallvec",4672 "unsigned-varint 0.7.1",4673]46744675[[package]]4676name = "libp2p-noise"4677version = "0.33.0"4678source = "registry+https://github.com/rust-lang/crates.io-index"4679checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4680dependencies = [4681 "bytes 1.1.0",4682 "curve25519-dalek 3.2.0",4683 "futures 0.3.21",4684 "lazy_static",4685 "libp2p-core",4686 "log",4687 "prost",4688 "prost-build",4689 "rand 0.8.5",4690 "sha2 0.9.9",4691 "snow",4692 "static_assertions",4693 "x25519-dalek",4694 "zeroize",4695]46964697[[package]]4698name = "libp2p-ping"4699version = "0.31.0"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4702dependencies = [4703 "futures 0.3.21",4704 "libp2p-core",4705 "libp2p-swarm",4706 "log",4707 "rand 0.7.3",4708 "void",4709 "wasm-timer",4710]47114712[[package]]4713name = "libp2p-plaintext"4714version = "0.30.0"4715source = "registry+https://github.com/rust-lang/crates.io-index"4716checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4717dependencies = [4718 "asynchronous-codec 0.6.0",4719 "bytes 1.1.0",4720 "futures 0.3.21",4721 "libp2p-core",4722 "log",4723 "prost",4724 "prost-build",4725 "unsigned-varint 0.7.1",4726 "void",4727]47284729[[package]]4730name = "libp2p-pnet"4731version = "0.22.0"4732source = "registry+https://github.com/rust-lang/crates.io-index"4733checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4734dependencies = [4735 "futures 0.3.21",4736 "log",4737 "pin-project 1.0.10",4738 "rand 0.7.3",4739 "salsa20",4740 "sha3 0.9.1",4741]47424743[[package]]4744name = "libp2p-relay"4745version = "0.4.0"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4748dependencies = [4749 "asynchronous-codec 0.6.0",4750 "bytes 1.1.0",4751 "futures 0.3.21",4752 "futures-timer",4753 "libp2p-core",4754 "libp2p-swarm",4755 "log",4756 "pin-project 1.0.10",4757 "prost",4758 "prost-build",4759 "rand 0.7.3",4760 "smallvec",4761 "unsigned-varint 0.7.1",4762 "void",4763 "wasm-timer",4764]47654766[[package]]4767name = "libp2p-rendezvous"4768version = "0.1.0"4769source = "registry+https://github.com/rust-lang/crates.io-index"4770checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4771dependencies = [4772 "asynchronous-codec 0.6.0",4773 "bimap",4774 "futures 0.3.21",4775 "libp2p-core",4776 "libp2p-swarm",4777 "log",4778 "prost",4779 "prost-build",4780 "rand 0.8.5",4781 "sha2 0.9.9",4782 "thiserror",4783 "unsigned-varint 0.7.1",4784 "void",4785 "wasm-timer",4786]47874788[[package]]4789name = "libp2p-request-response"4790version = "0.13.0"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4793dependencies = [4794 "async-trait",4795 "bytes 1.1.0",4796 "futures 0.3.21",4797 "libp2p-core",4798 "libp2p-swarm",4799 "log",4800 "lru 0.7.5",4801 "rand 0.7.3",4802 "smallvec",4803 "unsigned-varint 0.7.1",4804 "wasm-timer",4805]48064807[[package]]4808name = "libp2p-swarm"4809version = "0.31.0"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4812dependencies = [4813 "either",4814 "futures 0.3.21",4815 "libp2p-core",4816 "log",4817 "rand 0.7.3",4818 "smallvec",4819 "void",4820 "wasm-timer",4821]48224823[[package]]4824name = "libp2p-swarm-derive"4825version = "0.25.0"4826source = "registry+https://github.com/rust-lang/crates.io-index"4827checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4828dependencies = [4829 "quote",4830 "syn",4831]48324833[[package]]4834name = "libp2p-tcp"4835version = "0.30.0"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4838dependencies = [4839 "async-io",4840 "futures 0.3.21",4841 "futures-timer",4842 "if-watch",4843 "ipnet",4844 "libc",4845 "libp2p-core",4846 "log",4847 "socket2 0.4.4",4848]48494850[[package]]4851name = "libp2p-uds"4852version = "0.30.0"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4855dependencies = [4856 "async-std",4857 "futures 0.3.21",4858 "libp2p-core",4859 "log",4860]48614862[[package]]4863name = "libp2p-wasm-ext"4864version = "0.30.0"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4867dependencies = [4868 "futures 0.3.21",4869 "js-sys",4870 "libp2p-core",4871 "parity-send-wrapper",4872 "wasm-bindgen",4873 "wasm-bindgen-futures",4874]48754876[[package]]4877name = "libp2p-websocket"4878version = "0.31.0"4879source = "registry+https://github.com/rust-lang/crates.io-index"4880checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4881dependencies = [4882 "either",4883 "futures 0.3.21",4884 "futures-rustls",4885 "libp2p-core",4886 "log",4887 "quicksink",4888 "rw-stream-sink",4889 "soketto",4890 "url 2.2.2",4891 "webpki-roots 0.21.1",4892]48934894[[package]]4895name = "libp2p-yamux"4896version = "0.34.0"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4899dependencies = [4900 "futures 0.3.21",4901 "libp2p-core",4902 "parking_lot 0.11.2",4903 "thiserror",4904 "yamux",4905]49064907[[package]]4908name = "librocksdb-sys"4909version = "0.6.1+6.28.2"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4912dependencies = [4913 "bindgen",4914 "bzip2-sys",4915 "cc",4916 "glob",4917 "libc",4918 "libz-sys",4919 "tikv-jemalloc-sys",4920]49214922[[package]]4923name = "libsecp256k1"4924version = "0.7.0"4925source = "registry+https://github.com/rust-lang/crates.io-index"4926checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4927dependencies = [4928 "arrayref",4929 "base64",4930 "digest 0.9.0",4931 "hmac-drbg",4932 "libsecp256k1-core",4933 "libsecp256k1-gen-ecmult",4934 "libsecp256k1-gen-genmult",4935 "rand 0.8.5",4936 "serde",4937 "sha2 0.9.9",4938 "typenum",4939]49404941[[package]]4942name = "libsecp256k1-core"4943version = "0.3.0"4944source = "registry+https://github.com/rust-lang/crates.io-index"4945checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4946dependencies = [4947 "crunchy",4948 "digest 0.9.0",4949 "subtle",4950]49514952[[package]]4953name = "libsecp256k1-gen-ecmult"4954version = "0.3.0"4955source = "registry+https://github.com/rust-lang/crates.io-index"4956checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4957dependencies = [4958 "libsecp256k1-core",4959]49604961[[package]]4962name = "libsecp256k1-gen-genmult"4963version = "0.3.0"4964source = "registry+https://github.com/rust-lang/crates.io-index"4965checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4966dependencies = [4967 "libsecp256k1-core",4968]49694970[[package]]4971name = "libz-sys"4972version = "1.1.6"4973source = "registry+https://github.com/rust-lang/crates.io-index"4974checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4975dependencies = [4976 "cc",4977 "pkg-config",4978 "vcpkg",4979]49804981[[package]]4982name = "linked-hash-map"4983version = "0.5.4"4984source = "registry+https://github.com/rust-lang/crates.io-index"4985checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49864987[[package]]4988name = "linked_hash_set"4989version = "0.1.4"4990source = "registry+https://github.com/rust-lang/crates.io-index"4991checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4992dependencies = [4993 "linked-hash-map",4994]49954996[[package]]4997name = "linregress"4998version = "0.4.4"4999source = "registry+https://github.com/rust-lang/crates.io-index"5000checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"5001dependencies = [5002 "nalgebra",5003 "statrs",5004]50055006[[package]]5007name = "linux-raw-sys"5008version = "0.0.42"5009source = "registry+https://github.com/rust-lang/crates.io-index"5010checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"50115012[[package]]5013name = "lock_api"5014version = "0.4.7"5015source = "registry+https://github.com/rust-lang/crates.io-index"5016checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"5017dependencies = [5018 "autocfg",5019 "scopeguard",5020]50215022[[package]]5023name = "log"5024version = "0.4.17"5025source = "registry+https://github.com/rust-lang/crates.io-index"5026checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"5027dependencies = [5028 "cfg-if 1.0.0",5029 "value-bag",5030]50315032[[package]]5033name = "lru"5034version = "0.6.6"5035source = "registry+https://github.com/rust-lang/crates.io-index"5036checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5037dependencies = [5038 "hashbrown 0.11.2",5039]50405041[[package]]5042name = "lru"5043version = "0.7.5"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"5046dependencies = [5047 "hashbrown 0.11.2",5048]50495050[[package]]5051name = "lru-cache"5052version = "0.1.2"5053source = "registry+https://github.com/rust-lang/crates.io-index"5054checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5055dependencies = [5056 "linked-hash-map",5057]50585059[[package]]5060name = "lz4"5061version = "1.23.3"5062source = "registry+https://github.com/rust-lang/crates.io-index"5063checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5064dependencies = [5065 "libc",5066 "lz4-sys",5067]50685069[[package]]5070name = "lz4-sys"5071version = "1.9.3"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5074dependencies = [5075 "cc",5076 "libc",5077]50785079[[package]]5080name = "mach"5081version = "0.3.2"5082source = "registry+https://github.com/rust-lang/crates.io-index"5083checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5084dependencies = [5085 "libc",5086]50875088[[package]]5089name = "maplit"5090version = "1.0.2"5091source = "registry+https://github.com/rust-lang/crates.io-index"5092checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50935094[[package]]5095name = "match_cfg"5096version = "0.1.0"5097source = "registry+https://github.com/rust-lang/crates.io-index"5098checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50995100[[package]]5101name = "matchers"5102version = "0.0.1"5103source = "registry+https://github.com/rust-lang/crates.io-index"5104checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5105dependencies = [5106 "regex-automata",5107]51085109[[package]]5110name = "matches"5111version = "0.1.9"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51145115[[package]]5116name = "matrixmultiply"5117version = "0.3.2"5118source = "registry+https://github.com/rust-lang/crates.io-index"5119checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5120dependencies = [5121 "rawpointer",5122]51235124[[package]]5125name = "memchr"5126version = "2.5.0"5127source = "registry+https://github.com/rust-lang/crates.io-index"5128checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"51295130[[package]]5131name = "memmap2"5132version = "0.2.3"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5135dependencies = [5136 "libc",5137]51385139[[package]]5140name = "memmap2"5141version = "0.5.3"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5144dependencies = [5145 "libc",5146]51475148[[package]]5149name = "memoffset"5150version = "0.6.5"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5153dependencies = [5154 "autocfg",5155]51565157[[package]]5158name = "memory-db"5159version = "0.29.0"5160source = "registry+https://github.com/rust-lang/crates.io-index"5161checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5162dependencies = [5163 "hash-db",5164 "hashbrown 0.12.1",5165 "parity-util-mem",5166]51675168[[package]]5169name = "memory-lru"5170version = "0.1.0"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5173dependencies = [5174 "lru 0.6.6",5175]51765177[[package]]5178name = "memory_units"5179version = "0.3.0"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51825183[[package]]5184name = "merlin"5185version = "2.0.1"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5188dependencies = [5189 "byteorder",5190 "keccak",5191 "rand_core 0.5.1",5192 "zeroize",5193]51945195[[package]]5196name = "metered-channel"5197version = "0.9.21"5198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5199dependencies = [5200 "coarsetime",5201 "crossbeam-queue",5202 "derive_more",5203 "futures 0.3.21",5204 "futures-timer",5205 "nanorand",5206 "thiserror",5207 "tracing-gum",5208]52095210[[package]]5211name = "mick-jaeger"5212version = "0.1.8"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5215dependencies = [5216 "futures 0.3.21",5217 "rand 0.8.5",5218 "thrift",5219]52205221[[package]]5222name = "minimal-lexical"5223version = "0.2.1"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52265227[[package]]5228name = "miniz_oxide"5229version = "0.5.1"5230source = "registry+https://github.com/rust-lang/crates.io-index"5231checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5232dependencies = [5233 "adler",5234]52355236[[package]]5237name = "mio"5238version = "0.6.23"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5241dependencies = [5242 "cfg-if 0.1.10",5243 "fuchsia-zircon",5244 "fuchsia-zircon-sys",5245 "iovec",5246 "kernel32-sys",5247 "libc",5248 "log",5249 "miow",5250 "net2",5251 "slab",5252 "winapi 0.2.8",5253]52545255[[package]]5256name = "mio"5257version = "0.8.3"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5260dependencies = [5261 "libc",5262 "log",5263 "wasi 0.11.0+wasi-snapshot-preview1",5264 "windows-sys",5265]52665267[[package]]5268name = "mio-extras"5269version = "2.0.6"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5272dependencies = [5273 "lazycell",5274 "log",5275 "mio 0.6.23",5276 "slab",5277]52785279[[package]]5280name = "miow"5281version = "0.2.2"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5284dependencies = [5285 "kernel32-sys",5286 "net2",5287 "winapi 0.2.8",5288 "ws2_32-sys",5289]52905291[[package]]5292name = "more-asserts"5293version = "0.2.2"5294source = "registry+https://github.com/rust-lang/crates.io-index"5295checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"52965297[[package]]5298name = "multiaddr"5299version = "0.13.0"5300source = "registry+https://github.com/rust-lang/crates.io-index"5301checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5302dependencies = [5303 "arrayref",5304 "bs58",5305 "byteorder",5306 "data-encoding",5307 "multihash 0.14.0",5308 "percent-encoding 2.1.0",5309 "serde",5310 "static_assertions",5311 "unsigned-varint 0.7.1",5312 "url 2.2.2",5313]53145315[[package]]5316name = "multibase"5317version = "0.8.0"5318source = "registry+https://github.com/rust-lang/crates.io-index"5319checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5320dependencies = [5321 "base-x",5322 "data-encoding",5323 "data-encoding-macro",5324]53255326[[package]]5327name = "multihash"5328version = "0.13.2"5329source = "registry+https://github.com/rust-lang/crates.io-index"5330checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5331dependencies = [5332 "blake2b_simd",5333 "blake2s_simd",5334 "blake3 0.3.8",5335 "digest 0.9.0",5336 "generic-array 0.14.5",5337 "multihash-derive",5338 "sha2 0.9.9",5339 "sha3 0.9.1",5340 "unsigned-varint 0.5.1",5341]53425343[[package]]5344name = "multihash"5345version = "0.14.0"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5348dependencies = [5349 "digest 0.9.0",5350 "generic-array 0.14.5",5351 "multihash-derive",5352 "sha2 0.9.9",5353 "unsigned-varint 0.7.1",5354]53555356[[package]]5357name = "multihash-derive"5358version = "0.7.2"5359source = "registry+https://github.com/rust-lang/crates.io-index"5360checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5361dependencies = [5362 "proc-macro-crate 1.1.3",5363 "proc-macro-error",5364 "proc-macro2",5365 "quote",5366 "syn",5367 "synstructure",5368]53695370[[package]]5371name = "multimap"5372version = "0.8.3"5373source = "registry+https://github.com/rust-lang/crates.io-index"5374checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53755376[[package]]5377name = "multistream-select"5378version = "0.10.4"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5381dependencies = [5382 "bytes 1.1.0",5383 "futures 0.3.21",5384 "log",5385 "pin-project 1.0.10",5386 "smallvec",5387 "unsigned-varint 0.7.1",5388]53895390[[package]]5391name = "nalgebra"5392version = "0.27.1"5393source = "registry+https://github.com/rust-lang/crates.io-index"5394checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5395dependencies = [5396 "approx",5397 "matrixmultiply",5398 "nalgebra-macros",5399 "num-complex",5400 "num-rational 0.4.0",5401 "num-traits",5402 "rand 0.8.5",5403 "rand_distr",5404 "simba",5405 "typenum",5406]54075408[[package]]5409name = "nalgebra-macros"5410version = "0.1.0"5411source = "registry+https://github.com/rust-lang/crates.io-index"5412checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5413dependencies = [5414 "proc-macro2",5415 "quote",5416 "syn",5417]54185419[[package]]5420name = "names"5421version = "0.13.0"5422source = "registry+https://github.com/rust-lang/crates.io-index"5423checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5424dependencies = [5425 "rand 0.8.5",5426]54275428[[package]]5429name = "nanorand"5430version = "0.7.0"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"54335434[[package]]5435name = "net2"5436version = "0.2.37"5437source = "registry+https://github.com/rust-lang/crates.io-index"5438checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5439dependencies = [5440 "cfg-if 0.1.10",5441 "libc",5442 "winapi 0.3.9",5443]54445445[[package]]5446name = "nodrop"5447version = "0.1.14"5448source = "registry+https://github.com/rust-lang/crates.io-index"5449checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54505451[[package]]5452name = "nohash-hasher"5453version = "0.2.0"5454source = "registry+https://github.com/rust-lang/crates.io-index"5455checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54565457[[package]]5458name = "nom"5459version = "7.1.1"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5462dependencies = [5463 "memchr",5464 "minimal-lexical",5465]54665467[[package]]5468name = "num-bigint"5469version = "0.2.6"5470source = "registry+https://github.com/rust-lang/crates.io-index"5471checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5472dependencies = [5473 "autocfg",5474 "num-integer",5475 "num-traits",5476]54775478[[package]]5479name = "num-complex"5480version = "0.4.1"5481source = "registry+https://github.com/rust-lang/crates.io-index"5482checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5483dependencies = [5484 "num-traits",5485]54865487[[package]]5488name = "num-format"5489version = "0.4.0"5490source = "registry+https://github.com/rust-lang/crates.io-index"5491checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5492dependencies = [5493 "arrayvec 0.4.12",5494 "itoa 0.4.8",5495]54965497[[package]]5498name = "num-integer"5499version = "0.1.45"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5502dependencies = [5503 "autocfg",5504 "num-traits",5505]55065507[[package]]5508name = "num-rational"5509version = "0.2.4"5510source = "registry+https://github.com/rust-lang/crates.io-index"5511checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5512dependencies = [5513 "autocfg",5514 "num-bigint",5515 "num-integer",5516 "num-traits",5517]55185519[[package]]5520name = "num-rational"5521version = "0.4.0"5522source = "registry+https://github.com/rust-lang/crates.io-index"5523checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5524dependencies = [5525 "autocfg",5526 "num-integer",5527 "num-traits",5528]55295530[[package]]5531name = "num-traits"5532version = "0.2.15"5533source = "registry+https://github.com/rust-lang/crates.io-index"5534checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5535dependencies = [5536 "autocfg",5537 "libm",5538]55395540[[package]]5541name = "num_cpus"5542version = "1.13.1"5543source = "registry+https://github.com/rust-lang/crates.io-index"5544checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5545dependencies = [5546 "hermit-abi",5547 "libc",5548]55495550[[package]]5551name = "object"5552version = "0.27.1"5553source = "registry+https://github.com/rust-lang/crates.io-index"5554checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5555dependencies = [5556 "crc32fast",5557 "indexmap",5558 "memchr",5559]55605561[[package]]5562name = "object"5563version = "0.28.4"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5566dependencies = [5567 "memchr",5568]55695570[[package]]5571name = "once_cell"5572version = "1.10.0"5573source = "registry+https://github.com/rust-lang/crates.io-index"5574checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55755576[[package]]5577name = "opal-runtime"5578version = "0.9.20"5579dependencies = [5580 "cumulus-pallet-aura-ext",5581 "cumulus-pallet-dmp-queue",5582 "cumulus-pallet-parachain-system",5583 "cumulus-pallet-xcm",5584 "cumulus-pallet-xcmp-queue",5585 "cumulus-primitives-core",5586 "cumulus-primitives-timestamp",5587 "cumulus-primitives-utility",5588 "derivative",5589 "fp-evm-mapping",5590 "fp-rpc",5591 "fp-self-contained",5592 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5593 "frame-executive",5594 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5595 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5596 "frame-system-benchmarking",5597 "frame-system-rpc-runtime-api",5598 "frame-try-runtime",5599 "hex-literal",5600 "log",5601 "orml-vesting",5602 "pallet-aura",5603 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5604 "pallet-base-fee",5605 "pallet-common",5606 "pallet-ethereum",5607 "pallet-evm",5608 "pallet-evm-coder-substrate",5609 "pallet-evm-contract-helpers",5610 "pallet-evm-migration",5611 "pallet-evm-transaction-payment",5612 "pallet-fungible",5613 "pallet-inflation",5614 "pallet-nonfungible",5615 "pallet-randomness-collective-flip",5616 "pallet-refungible",5617 "pallet-structure",5618 "pallet-sudo",5619 "pallet-template-transaction-payment",5620 "pallet-timestamp",5621 "pallet-transaction-payment",5622 "pallet-transaction-payment-rpc-runtime-api",5623 "pallet-treasury",5624 "pallet-unique",5625 "pallet-unq-scheduler",5626 "pallet-xcm",5627 "parachain-info",5628 "parity-scale-codec 3.1.2",5629 "polkadot-parachain",5630 "rmrk-rpc",5631 "scale-info",5632 "serde",5633 "smallvec",5634 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5635 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5636 "sp-block-builder",5637 "sp-consensus-aura",5638 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5639 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5640 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5641 "sp-offchain",5642 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5643 "sp-session",5644 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5645 "sp-transaction-pool",5646 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5647 "substrate-wasm-builder",5648 "unique-runtime-common",5649 "up-data-structs",5650 "up-rpc",5651 "xcm",5652 "xcm-builder",5653 "xcm-executor",5654]56555656[[package]]5657name = "opaque-debug"5658version = "0.2.3"5659source = "registry+https://github.com/rust-lang/crates.io-index"5660checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56615662[[package]]5663name = "opaque-debug"5664version = "0.3.0"5665source = "registry+https://github.com/rust-lang/crates.io-index"5666checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56675668[[package]]5669name = "open-metrics-client"5670version = "0.12.0"5671source = "registry+https://github.com/rust-lang/crates.io-index"5672checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5673dependencies = [5674 "dtoa",5675 "itoa 0.4.8",5676 "open-metrics-client-derive-text-encode",5677 "owning_ref",5678]56795680[[package]]5681name = "open-metrics-client-derive-text-encode"5682version = "0.1.1"5683source = "registry+https://github.com/rust-lang/crates.io-index"5684checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5685dependencies = [5686 "proc-macro2",5687 "quote",5688 "syn",5689]56905691[[package]]5692name = "openssl-probe"5693version = "0.1.5"5694source = "registry+https://github.com/rust-lang/crates.io-index"5695checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56965697[[package]]5698name = "ordered-float"5699version = "1.1.1"5700source = "registry+https://github.com/rust-lang/crates.io-index"5701checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5702dependencies = [5703 "num-traits",5704]57055706[[package]]5707name = "orml-vesting"5708version = "0.4.1-dev"5709source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5710dependencies = [5711 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5712 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5713 "parity-scale-codec 3.1.2",5714 "scale-info",5715 "serde",5716 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5717 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5719]57205721[[package]]5722name = "os_str_bytes"5723version = "6.0.1"5724source = "registry+https://github.com/rust-lang/crates.io-index"5725checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"57265727[[package]]5728name = "owning_ref"5729version = "0.4.1"5730source = "registry+https://github.com/rust-lang/crates.io-index"5731checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5732dependencies = [5733 "stable_deref_trait",5734]57355736[[package]]5737name = "pallet-aura"5738version = "4.0.0-dev"5739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5740dependencies = [5741 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5742 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5743 "pallet-timestamp",5744 "parity-scale-codec 3.1.2",5745 "scale-info",5746 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5747 "sp-consensus-aura",5748 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5749 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5750]57515752[[package]]5753name = "pallet-authority-discovery"5754version = "4.0.0-dev"5755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5756dependencies = [5757 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5758 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5759 "pallet-session",5760 "parity-scale-codec 3.1.2",5761 "scale-info",5762 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5763 "sp-authority-discovery",5764 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5765 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5766]57675768[[package]]5769name = "pallet-authorship"5770version = "4.0.0-dev"5771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5772dependencies = [5773 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5774 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5775 "impl-trait-for-tuples",5776 "parity-scale-codec 3.1.2",5777 "scale-info",5778 "sp-authorship",5779 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5780 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5781]57825783[[package]]5784name = "pallet-babe"5785version = "4.0.0-dev"5786source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5787dependencies = [5788 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5789 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5790 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5791 "log",5792 "pallet-authorship",5793 "pallet-session",5794 "pallet-timestamp",5795 "parity-scale-codec 3.1.2",5796 "scale-info",5797 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5798 "sp-consensus-babe",5799 "sp-consensus-vrf",5800 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5801 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5802 "sp-session",5803 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5804 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5805]58065807[[package]]5808name = "pallet-bags-list"5809version = "4.0.0-dev"5810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5811dependencies = [5812 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5813 "frame-election-provider-support",5814 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5815 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5816 "log",5817 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5818 "parity-scale-codec 3.1.2",5819 "scale-info",5820 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5821 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5822 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5823 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5824 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5825]58265827[[package]]5828name = "pallet-balances"5829version = "4.0.0-dev"5830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5831dependencies = [5832 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",5833 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",5834 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",5835 "log",5836 "parity-scale-codec 3.1.2",5837 "scale-info",5838 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",5839 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",5840]58415842[[package]]5843name = "pallet-balances"5844version = "4.0.0-dev"5845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5846dependencies = [5847 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5848 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5849 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5850 "log",5851 "parity-scale-codec 3.1.2",5852 "scale-info",5853 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5854 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5855]58565857[[package]]5858name = "pallet-base-fee"5859version = "1.0.0"5860source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5861dependencies = [5862 "fp-evm",5863 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5864 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5865 "parity-scale-codec 3.1.2",5866 "scale-info",5867 "serde",5868 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5869 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5870]58715872[[package]]5873name = "pallet-beefy"5874version = "4.0.0-dev"5875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5876dependencies = [5877 "beefy-primitives",5878 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5879 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5880 "pallet-session",5881 "parity-scale-codec 3.1.2",5882 "scale-info",5883 "serde",5884 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5885 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5886]58875888[[package]]5889name = "pallet-beefy-mmr"5890version = "4.0.0-dev"5891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5892dependencies = [5893 "beefy-merkle-tree",5894 "beefy-primitives",5895 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5896 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5897 "hex",5898 "k256",5899 "log",5900 "pallet-beefy",5901 "pallet-mmr",5902 "pallet-session",5903 "parity-scale-codec 3.1.2",5904 "scale-info",5905 "serde",5906 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5907 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5908 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5909 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5910]59115912[[package]]5913name = "pallet-bounties"5914version = "4.0.0-dev"5915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5916dependencies = [5917 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5918 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5919 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5920 "log",5921 "pallet-treasury",5922 "parity-scale-codec 3.1.2",5923 "scale-info",5924 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5925 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5926 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5927 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5928]59295930[[package]]5931name = "pallet-bridge-dispatch"5932version = "0.1.0"5933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5934dependencies = [5935 "bp-message-dispatch",5936 "bp-runtime",5937 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5938 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5939 "log",5940 "parity-scale-codec 3.1.2",5941 "scale-info",5942 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5943 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5944 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5945]59465947[[package]]5948name = "pallet-bridge-grandpa"5949version = "0.1.0"5950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5951dependencies = [5952 "bp-header-chain",5953 "bp-runtime",5954 "bp-test-utils",5955 "finality-grandpa",5956 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5957 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5958 "log",5959 "num-traits",5960 "parity-scale-codec 3.1.2",5961 "scale-info",5962 "serde",5963 "sp-finality-grandpa",5964 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5965 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5966 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5967]59685969[[package]]5970name = "pallet-bridge-messages"5971version = "0.1.0"5972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5973dependencies = [5974 "bitvec 1.0.0",5975 "bp-message-dispatch",5976 "bp-messages",5977 "bp-runtime",5978 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5979 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5980 "log",5981 "num-traits",5982 "parity-scale-codec 3.1.2",5983 "scale-info",5984 "serde",5985 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5986 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5987 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5988]59895990[[package]]5991name = "pallet-child-bounties"5992version = "4.0.0-dev"5993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5994dependencies = [5995 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5996 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5997 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",5998 "log",5999 "pallet-bounties",6000 "pallet-treasury",6001 "parity-scale-codec 3.1.2",6002 "scale-info",6003 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6004 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6005 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6006 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6007]60086009[[package]]6010name = "pallet-collective"6011version = "4.0.0-dev"6012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6013dependencies = [6014 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6015 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6016 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6017 "log",6018 "parity-scale-codec 3.1.2",6019 "scale-info",6020 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6021 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6022 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6023 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6024]60256026[[package]]6027name = "pallet-common"6028version = "0.1.0"6029dependencies = [6030 "evm-coder",6031 "fp-evm-mapping",6032 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6033 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6034 "pallet-evm",6035 "pallet-evm-coder-substrate",6036 "parity-scale-codec 3.1.2",6037 "scale-info",6038 "serde",6039 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6040 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6041 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6042 "up-data-structs",6043]60446045[[package]]6046name = "pallet-democracy"6047version = "4.0.0-dev"6048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6049dependencies = [6050 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6051 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6052 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6053 "parity-scale-codec 3.1.2",6054 "scale-info",6055 "serde",6056 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6057 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6058 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6059]60606061[[package]]6062name = "pallet-election-provider-multi-phase"6063version = "4.0.0-dev"6064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6065dependencies = [6066 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6067 "frame-election-provider-support",6068 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6069 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6070 "log",6071 "parity-scale-codec 3.1.2",6072 "rand 0.7.3",6073 "scale-info",6074 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6075 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6077 "sp-npos-elections",6078 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6079 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6080 "static_assertions",6081 "strum 0.23.0",6082]60836084[[package]]6085name = "pallet-election-provider-support-benchmarking"6086version = "4.0.0-dev"6087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6088dependencies = [6089 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6090 "frame-election-provider-support",6091 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6092 "parity-scale-codec 3.1.2",6093 "sp-npos-elections",6094 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6095]60966097[[package]]6098name = "pallet-elections-phragmen"6099version = "5.0.0-dev"6100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6101dependencies = [6102 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6103 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6104 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6105 "log",6106 "parity-scale-codec 3.1.2",6107 "scale-info",6108 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6109 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6110 "sp-npos-elections",6111 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6112 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6113]61146115[[package]]6116name = "pallet-ethereum"6117version = "4.0.0-dev"6118source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6119dependencies = [6120 "ethereum",6121 "ethereum-types",6122 "evm",6123 "fp-consensus",6124 "fp-evm",6125 "fp-evm-mapping",6126 "fp-rpc",6127 "fp-self-contained",6128 "fp-storage",6129 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6130 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6131 "log",6132 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6133 "pallet-evm",6134 "pallet-timestamp",6135 "parity-scale-codec 3.1.2",6136 "rlp",6137 "scale-info",6138 "serde",6139 "sha3 0.10.1",6140 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6141 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6142 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6143]61446145[[package]]6146name = "pallet-evm"6147version = "6.0.0-dev"6148source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6149dependencies = [6150 "evm",6151 "fp-evm",6152 "fp-evm-mapping",6153 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6154 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6155 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6156 "hex",6157 "impl-trait-for-tuples",6158 "log",6159 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6160 "pallet-timestamp",6161 "parity-scale-codec 3.1.2",6162 "primitive-types",6163 "rlp",6164 "scale-info",6165 "serde",6166 "sha3 0.10.1",6167 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6168 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6169 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6170 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6171]61726173[[package]]6174name = "pallet-evm-coder-substrate"6175version = "0.1.0"6176dependencies = [6177 "ethereum",6178 "evm-coder",6179 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6180 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6181 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6182 "pallet-ethereum",6183 "pallet-evm",6184 "parity-scale-codec 3.1.2",6185 "scale-info",6186 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6187 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6188 "up-data-structs",6189]61906191[[package]]6192name = "pallet-evm-contract-helpers"6193version = "0.1.0"6194dependencies = [6195 "evm-coder",6196 "fp-evm-mapping",6197 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6198 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6199 "log",6200 "pallet-evm",6201 "pallet-evm-coder-substrate",6202 "parity-scale-codec 3.1.2",6203 "scale-info",6204 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6205 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6206 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6207 "up-sponsorship",6208]62096210[[package]]6211name = "pallet-evm-migration"6212version = "0.1.0"6213dependencies = [6214 "fp-evm",6215 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6216 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6217 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6218 "pallet-evm",6219 "parity-scale-codec 3.1.2",6220 "scale-info",6221 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6222 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6223 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6224 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6225]62266227[[package]]6228name = "pallet-evm-transaction-payment"6229version = "0.1.0"6230dependencies = [6231 "fp-evm",6232 "fp-evm-mapping",6233 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6234 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6235 "pallet-ethereum",6236 "pallet-evm",6237 "parity-scale-codec 3.1.2",6238 "scale-info",6239 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6240 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6241 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6242 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6243 "up-sponsorship",6244]62456246[[package]]6247name = "pallet-fungible"6248version = "0.1.0"6249dependencies = [6250 "ethereum",6251 "evm-coder",6252 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6253 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6254 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6255 "pallet-common",6256 "pallet-evm",6257 "pallet-evm-coder-substrate",6258 "pallet-structure",6259 "parity-scale-codec 3.1.2",6260 "scale-info",6261 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6262 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6263 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6264 "up-data-structs",6265]62666267[[package]]6268name = "pallet-gilt"6269version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6271dependencies = [6272 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6273 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6274 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6275 "parity-scale-codec 3.1.2",6276 "scale-info",6277 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6278 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6279 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6280]62816282[[package]]6283name = "pallet-grandpa"6284version = "4.0.0-dev"6285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6286dependencies = [6287 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6288 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6289 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6290 "log",6291 "pallet-authorship",6292 "pallet-session",6293 "parity-scale-codec 3.1.2",6294 "scale-info",6295 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6296 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6297 "sp-finality-grandpa",6298 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6299 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6300 "sp-session",6301 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6302 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6303]63046305[[package]]6306name = "pallet-identity"6307version = "4.0.0-dev"6308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6309dependencies = [6310 "enumflags2",6311 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6312 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6313 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6314 "parity-scale-codec 3.1.2",6315 "scale-info",6316 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6317 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6318 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6319]63206321[[package]]6322name = "pallet-im-online"6323version = "4.0.0-dev"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6325dependencies = [6326 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6327 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6328 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6329 "log",6330 "pallet-authorship",6331 "parity-scale-codec 3.1.2",6332 "scale-info",6333 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6334 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6335 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6336 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6337 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6338 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6339]63406341[[package]]6342name = "pallet-indices"6343version = "4.0.0-dev"6344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6345dependencies = [6346 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6347 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6348 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6349 "parity-scale-codec 3.1.2",6350 "scale-info",6351 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6352 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6353 "sp-keyring",6354 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6355 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6356]63576358[[package]]6359name = "pallet-inflation"6360version = "0.1.0"6361dependencies = [6362 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6363 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6364 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6365 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6366 "pallet-randomness-collective-flip",6367 "pallet-timestamp",6368 "parity-scale-codec 3.1.2",6369 "scale-info",6370 "serde",6371 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6372 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6374 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6375]63766377[[package]]6378name = "pallet-membership"6379version = "4.0.0-dev"6380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6381dependencies = [6382 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6383 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6384 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6385 "log",6386 "parity-scale-codec 3.1.2",6387 "scale-info",6388 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6389 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6390 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6391 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6392]63936394[[package]]6395name = "pallet-mmr"6396version = "4.0.0-dev"6397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6398dependencies = [6399 "ckb-merkle-mountain-range",6400 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6401 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6402 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6403 "parity-scale-codec 3.1.2",6404 "scale-info",6405 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6406 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6407 "sp-mmr-primitives",6408 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6409 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6410]64116412[[package]]6413name = "pallet-mmr-rpc"6414version = "3.0.0"6415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6416dependencies = [6417 "jsonrpc-core",6418 "jsonrpc-core-client",6419 "jsonrpc-derive",6420 "parity-scale-codec 3.1.2",6421 "serde",6422 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6423 "sp-blockchain",6424 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6425 "sp-mmr-primitives",6426 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6427]64286429[[package]]6430name = "pallet-multisig"6431version = "4.0.0-dev"6432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6433dependencies = [6434 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6435 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6436 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6437 "parity-scale-codec 3.1.2",6438 "scale-info",6439 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6440 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6441 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6442]64436444[[package]]6445name = "pallet-nicks"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6448dependencies = [6449 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6450 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6451 "parity-scale-codec 3.1.2",6452 "scale-info",6453 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6455 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6456]64576458[[package]]6459name = "pallet-nomination-pools"6460version = "1.0.0"6461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6462dependencies = [6463 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6464 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6465 "parity-scale-codec 3.1.2",6466 "scale-info",6467 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6468 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6469 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6470 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6471]64726473[[package]]6474name = "pallet-nomination-pools-benchmarking"6475version = "1.0.0"6476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6477dependencies = [6478 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6479 "frame-election-provider-support",6480 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6481 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6482 "pallet-bags-list",6483 "pallet-nomination-pools",6484 "pallet-staking",6485 "parity-scale-codec 3.1.2",6486 "scale-info",6487 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6488 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6489 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6490]64916492[[package]]6493name = "pallet-nonfungible"6494version = "0.1.0"6495dependencies = [6496 "ethereum",6497 "evm-coder",6498 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6499 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6500 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6501 "pallet-common",6502 "pallet-evm",6503 "pallet-evm-coder-substrate",6504 "pallet-structure",6505 "parity-scale-codec 3.1.2",6506 "scale-info",6507 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6508 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6509 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6510 "up-data-structs",6511]65126513[[package]]6514name = "pallet-offences"6515version = "4.0.0-dev"6516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6517dependencies = [6518 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6519 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6520 "log",6521 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6522 "parity-scale-codec 3.1.2",6523 "scale-info",6524 "serde",6525 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6526 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6527 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6528]65296530[[package]]6531name = "pallet-offences-benchmarking"6532version = "4.0.0-dev"6533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6534dependencies = [6535 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6536 "frame-election-provider-support",6537 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6538 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6539 "pallet-babe",6540 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6541 "pallet-grandpa",6542 "pallet-im-online",6543 "pallet-offences",6544 "pallet-session",6545 "pallet-staking",6546 "parity-scale-codec 3.1.2",6547 "scale-info",6548 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6549 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6550 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6551]65526553[[package]]6554name = "pallet-preimage"6555version = "4.0.0-dev"6556source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6557dependencies = [6558 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6559 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6560 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6561 "parity-scale-codec 3.1.2",6562 "scale-info",6563 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6564 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6565 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6566 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6567]65686569[[package]]6570name = "pallet-proxy"6571version = "4.0.0-dev"6572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6573dependencies = [6574 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6575 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6576 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6577 "parity-scale-codec 3.1.2",6578 "scale-info",6579 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6580 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6581 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6582]65836584[[package]]6585name = "pallet-randomness-collective-flip"6586version = "4.0.0-dev"6587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6588dependencies = [6589 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6590 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6591 "parity-scale-codec 3.1.2",6592 "safe-mix",6593 "scale-info",6594 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6595 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6596]65976598[[package]]6599name = "pallet-recovery"6600version = "4.0.0-dev"6601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6602dependencies = [6603 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6604 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6605 "parity-scale-codec 3.1.2",6606 "scale-info",6607 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6608 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6609 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6610]66116612[[package]]6613name = "pallet-refungible"6614version = "0.1.0"6615dependencies = [6616 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6617 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6618 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6619 "pallet-common",6620 "pallet-evm",6621 "pallet-structure",6622 "parity-scale-codec 3.1.2",6623 "scale-info",6624 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6625 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6626 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6627 "up-data-structs",6628]66296630[[package]]6631name = "pallet-scheduler"6632version = "4.0.0-dev"6633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6634dependencies = [6635 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6636 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6637 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6638 "log",6639 "parity-scale-codec 3.1.2",6640 "scale-info",6641 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6642 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6643 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6644]66456646[[package]]6647name = "pallet-session"6648version = "4.0.0-dev"6649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6650dependencies = [6651 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6652 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6653 "impl-trait-for-tuples",6654 "log",6655 "pallet-timestamp",6656 "parity-scale-codec 3.1.2",6657 "scale-info",6658 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6659 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6660 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6661 "sp-session",6662 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6663 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6664 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6665]66666667[[package]]6668name = "pallet-session-benchmarking"6669version = "4.0.0-dev"6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6671dependencies = [6672 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6673 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6674 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6675 "pallet-session",6676 "pallet-staking",6677 "rand 0.7.3",6678 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6679 "sp-session",6680 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6681]66826683[[package]]6684name = "pallet-society"6685version = "4.0.0-dev"6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6687dependencies = [6688 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6689 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6690 "parity-scale-codec 3.1.2",6691 "rand_chacha 0.2.2",6692 "scale-info",6693 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6694 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6695]66966697[[package]]6698name = "pallet-staking"6699version = "4.0.0-dev"6700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6701dependencies = [6702 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6703 "frame-election-provider-support",6704 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6705 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6706 "log",6707 "pallet-authorship",6708 "pallet-session",6709 "parity-scale-codec 3.1.2",6710 "rand_chacha 0.2.2",6711 "scale-info",6712 "serde",6713 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6714 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6715 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6716 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6717 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6718]67196720[[package]]6721name = "pallet-staking-reward-curve"6722version = "4.0.0-dev"6723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6724dependencies = [6725 "proc-macro-crate 1.1.3",6726 "proc-macro2",6727 "quote",6728 "syn",6729]67306731[[package]]6732name = "pallet-staking-reward-fn"6733version = "4.0.0-dev"6734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6735dependencies = [6736 "log",6737 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6738]67396740[[package]]6741name = "pallet-structure"6742version = "0.1.0"6743dependencies = [6744 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6745 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6746 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6747 "pallet-common",6748 "parity-scale-codec 3.1.2",6749 "scale-info",6750 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6751 "up-data-structs",6752]67536754[[package]]6755name = "pallet-sudo"6756version = "4.0.0-dev"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6758dependencies = [6759 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6760 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6761 "parity-scale-codec 3.1.2",6762 "scale-info",6763 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6764 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6765 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6766]67676768[[package]]6769name = "pallet-template-transaction-payment"6770version = "3.0.0"6771source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6772dependencies = [6773 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6774 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6775 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6776 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6777 "pallet-transaction-payment",6778 "parity-scale-codec 3.1.2",6779 "scale-info",6780 "serde",6781 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6782 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6783 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6784 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6785 "up-sponsorship",6786]67876788[[package]]6789name = "pallet-timestamp"6790version = "4.0.0-dev"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6792dependencies = [6793 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6794 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6795 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6796 "log",6797 "parity-scale-codec 3.1.2",6798 "scale-info",6799 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6800 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6801 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6802 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6803 "sp-timestamp",6804]68056806[[package]]6807name = "pallet-tips"6808version = "4.0.0-dev"6809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6810dependencies = [6811 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6812 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6813 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6814 "log",6815 "pallet-treasury",6816 "parity-scale-codec 3.1.2",6817 "scale-info",6818 "serde",6819 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6820 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6821 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6822 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6823]68246825[[package]]6826name = "pallet-transaction-payment"6827version = "4.0.0-dev"6828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6829dependencies = [6830 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6831 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6832 "parity-scale-codec 3.1.2",6833 "scale-info",6834 "serde",6835 "smallvec",6836 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6837 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6838 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6839 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6840]68416842[[package]]6843name = "pallet-transaction-payment-rpc"6844version = "4.0.0-dev"6845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6846dependencies = [6847 "jsonrpc-core",6848 "jsonrpc-core-client",6849 "jsonrpc-derive",6850 "pallet-transaction-payment-rpc-runtime-api",6851 "parity-scale-codec 3.1.2",6852 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6853 "sp-blockchain",6854 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6855 "sp-rpc",6856 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6857]68586859[[package]]6860name = "pallet-transaction-payment-rpc-runtime-api"6861version = "4.0.0-dev"6862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6863dependencies = [6864 "pallet-transaction-payment",6865 "parity-scale-codec 3.1.2",6866 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6867 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6868]68696870[[package]]6871name = "pallet-treasury"6872version = "4.0.0-dev"6873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6874dependencies = [6875 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6876 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6877 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6878 "impl-trait-for-tuples",6879 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6880 "parity-scale-codec 3.1.2",6881 "scale-info",6882 "serde",6883 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6884 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6885]68866887[[package]]6888name = "pallet-unique"6889version = "0.1.0"6890dependencies = [6891 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6892 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6893 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6894 "pallet-common",6895 "pallet-evm",6896 "parity-scale-codec 3.1.2",6897 "scale-info",6898 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6899 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6900 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6901 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6902 "up-data-structs",6903]69046905[[package]]6906name = "pallet-unq-scheduler"6907version = "0.1.0"6908dependencies = [6909 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6910 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6911 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6912 "log",6913 "parity-scale-codec 3.1.2",6914 "scale-info",6915 "serde",6916 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6917 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6918 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6919 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6920 "substrate-test-utils",6921 "up-sponsorship",6922]69236924[[package]]6925name = "pallet-utility"6926version = "4.0.0-dev"6927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6928dependencies = [6929 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6930 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6931 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6932 "parity-scale-codec 3.1.2",6933 "scale-info",6934 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6935 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6936 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6937 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6938]69396940[[package]]6941name = "pallet-vesting"6942version = "4.0.0-dev"6943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6944dependencies = [6945 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6946 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6947 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6948 "log",6949 "parity-scale-codec 3.1.2",6950 "scale-info",6951 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6952 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6953]69546955[[package]]6956name = "pallet-xcm"6957version = "0.9.21"6958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6959dependencies = [6960 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6961 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6962 "log",6963 "parity-scale-codec 3.1.2",6964 "scale-info",6965 "serde",6966 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6967 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6968 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6969 "xcm",6970 "xcm-executor",6971]69726973[[package]]6974name = "pallet-xcm-benchmarks"6975version = "0.9.21"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6977dependencies = [6978 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6979 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6980 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6981 "log",6982 "parity-scale-codec 3.1.2",6983 "scale-info",6984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6985 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6986 "xcm",6987 "xcm-executor",6988]69896990[[package]]6991name = "parachain-info"6992version = "0.1.0"6993source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6994dependencies = [6995 "cumulus-primitives-core",6996 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6997 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",6998 "parity-scale-codec 3.1.2",6999 "scale-info",7000 "serde",7001]70027003[[package]]7004name = "parity-db"7005version = "0.3.13"7006source = "registry+https://github.com/rust-lang/crates.io-index"7007checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"7008dependencies = [7009 "blake2-rfc",7010 "crc32fast",7011 "fs2",7012 "hex",7013 "libc",7014 "log",7015 "lz4",7016 "memmap2 0.2.3",7017 "parking_lot 0.11.2",7018 "rand 0.8.5",7019 "snap",7020]70217022[[package]]7023name = "parity-scale-codec"7024version = "2.3.1"7025source = "registry+https://github.com/rust-lang/crates.io-index"7026checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7027dependencies = [7028 "arrayvec 0.7.2",7029 "bitvec 0.20.4",7030 "byte-slice-cast",7031 "impl-trait-for-tuples",7032 "parity-scale-codec-derive 2.3.1",7033 "serde",7034]70357036[[package]]7037name = "parity-scale-codec"7038version = "3.1.2"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"7041dependencies = [7042 "arrayvec 0.7.2",7043 "bitvec 1.0.0",7044 "byte-slice-cast",7045 "impl-trait-for-tuples",7046 "parity-scale-codec-derive 3.1.2",7047 "serde",7048]70497050[[package]]7051name = "parity-scale-codec-derive"7052version = "2.3.1"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7055dependencies = [7056 "proc-macro-crate 1.1.3",7057 "proc-macro2",7058 "quote",7059 "syn",7060]70617062[[package]]7063name = "parity-scale-codec-derive"7064version = "3.1.2"7065source = "registry+https://github.com/rust-lang/crates.io-index"7066checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7067dependencies = [7068 "proc-macro-crate 1.1.3",7069 "proc-macro2",7070 "quote",7071 "syn",7072]70737074[[package]]7075name = "parity-send-wrapper"7076version = "0.1.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70797080[[package]]7081name = "parity-tokio-ipc"7082version = "0.9.0"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7085dependencies = [7086 "futures 0.3.21",7087 "libc",7088 "log",7089 "rand 0.7.3",7090 "tokio 1.18.2",7091 "winapi 0.3.9",7092]70937094[[package]]7095name = "parity-util-mem"7096version = "0.11.0"7097source = "registry+https://github.com/rust-lang/crates.io-index"7098checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7099dependencies = [7100 "cfg-if 1.0.0",7101 "ethereum-types",7102 "hashbrown 0.12.1",7103 "impl-trait-for-tuples",7104 "lru 0.7.5",7105 "parity-util-mem-derive",7106 "parking_lot 0.12.0",7107 "primitive-types",7108 "smallvec",7109 "winapi 0.3.9",7110]71117112[[package]]7113name = "parity-util-mem-derive"7114version = "0.1.0"7115source = "registry+https://github.com/rust-lang/crates.io-index"7116checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7117dependencies = [7118 "proc-macro2",7119 "syn",7120 "synstructure",7121]71227123[[package]]7124name = "parity-wasm"7125version = "0.32.0"7126source = "registry+https://github.com/rust-lang/crates.io-index"7127checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7128dependencies = [7129 "byteorder",7130]71317132[[package]]7133name = "parity-wasm"7134version = "0.42.2"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"71377138[[package]]7139name = "parity-ws"7140version = "0.11.1"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7143dependencies = [7144 "byteorder",7145 "bytes 0.4.12",7146 "httparse",7147 "log",7148 "mio 0.6.23",7149 "mio-extras",7150 "rand 0.7.3",7151 "sha-1 0.8.2",7152 "slab",7153 "url 2.2.2",7154]71557156[[package]]7157name = "parking"7158version = "2.0.0"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71617162[[package]]7163name = "parking_lot"7164version = "0.11.2"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7167dependencies = [7168 "instant",7169 "lock_api",7170 "parking_lot_core 0.8.5",7171]71727173[[package]]7174name = "parking_lot"7175version = "0.12.0"7176source = "registry+https://github.com/rust-lang/crates.io-index"7177checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7178dependencies = [7179 "lock_api",7180 "parking_lot_core 0.9.3",7181]71827183[[package]]7184name = "parking_lot_core"7185version = "0.8.5"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7188dependencies = [7189 "cfg-if 1.0.0",7190 "instant",7191 "libc",7192 "redox_syscall 0.2.13",7193 "smallvec",7194 "winapi 0.3.9",7195]71967197[[package]]7198name = "parking_lot_core"7199version = "0.9.3"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7202dependencies = [7203 "cfg-if 1.0.0",7204 "libc",7205 "redox_syscall 0.2.13",7206 "smallvec",7207 "windows-sys",7208]72097210[[package]]7211name = "paste"7212version = "1.0.7"7213source = "registry+https://github.com/rust-lang/crates.io-index"7214checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"72157216[[package]]7217name = "pbkdf2"7218version = "0.4.0"7219source = "registry+https://github.com/rust-lang/crates.io-index"7220checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7221dependencies = [7222 "crypto-mac 0.8.0",7223]72247225[[package]]7226name = "pbkdf2"7227version = "0.8.0"7228source = "registry+https://github.com/rust-lang/crates.io-index"7229checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7230dependencies = [7231 "crypto-mac 0.11.1",7232]72337234[[package]]7235name = "peeking_take_while"7236version = "0.1.2"7237source = "registry+https://github.com/rust-lang/crates.io-index"7238checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"72397240[[package]]7241name = "percent-encoding"7242version = "1.0.1"7243source = "registry+https://github.com/rust-lang/crates.io-index"7244checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"72457246[[package]]7247name = "percent-encoding"7248version = "2.1.0"7249source = "registry+https://github.com/rust-lang/crates.io-index"7250checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"72517252[[package]]7253name = "pest"7254version = "2.1.3"7255source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7257dependencies = [7258 "ucd-trie",7259]72607261[[package]]7262name = "pest_derive"7263version = "2.1.0"7264source = "registry+https://github.com/rust-lang/crates.io-index"7265checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7266dependencies = [7267 "pest",7268 "pest_generator",7269]72707271[[package]]7272name = "pest_generator"7273version = "2.1.3"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7276dependencies = [7277 "pest",7278 "pest_meta",7279 "proc-macro2",7280 "quote",7281 "syn",7282]72837284[[package]]7285name = "pest_meta"7286version = "2.1.3"7287source = "registry+https://github.com/rust-lang/crates.io-index"7288checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7289dependencies = [7290 "maplit",7291 "pest",7292 "sha-1 0.8.2",7293]72947295[[package]]7296name = "petgraph"7297version = "0.6.0"7298source = "registry+https://github.com/rust-lang/crates.io-index"7299checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7300dependencies = [7301 "fixedbitset",7302 "indexmap",7303]73047305[[package]]7306name = "pin-project"7307version = "0.4.29"7308source = "registry+https://github.com/rust-lang/crates.io-index"7309checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7310dependencies = [7311 "pin-project-internal 0.4.29",7312]73137314[[package]]7315name = "pin-project"7316version = "1.0.10"7317source = "registry+https://github.com/rust-lang/crates.io-index"7318checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7319dependencies = [7320 "pin-project-internal 1.0.10",7321]73227323[[package]]7324name = "pin-project-internal"7325version = "0.4.29"7326source = "registry+https://github.com/rust-lang/crates.io-index"7327checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7328dependencies = [7329 "proc-macro2",7330 "quote",7331 "syn",7332]73337334[[package]]7335name = "pin-project-internal"7336version = "1.0.10"7337source = "registry+https://github.com/rust-lang/crates.io-index"7338checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7339dependencies = [7340 "proc-macro2",7341 "quote",7342 "syn",7343]73447345[[package]]7346name = "pin-project-lite"7347version = "0.1.12"7348source = "registry+https://github.com/rust-lang/crates.io-index"7349checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"73507351[[package]]7352name = "pin-project-lite"7353version = "0.2.9"7354source = "registry+https://github.com/rust-lang/crates.io-index"7355checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"73567357[[package]]7358name = "pin-utils"7359version = "0.1.0"7360source = "registry+https://github.com/rust-lang/crates.io-index"7361checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"73627363[[package]]7364name = "pkcs8"7365version = "0.8.0"7366source = "registry+https://github.com/rust-lang/crates.io-index"7367checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7368dependencies = [7369 "der",7370 "spki",7371 "zeroize",7372]73737374[[package]]7375name = "pkg-config"7376version = "0.3.25"7377source = "registry+https://github.com/rust-lang/crates.io-index"7378checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73797380[[package]]7381name = "platforms"7382version = "2.0.0"7383source = "registry+https://github.com/rust-lang/crates.io-index"7384checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73857386[[package]]7387name = "polkadot-approval-distribution"7388version = "0.9.21"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7390dependencies = [7391 "futures 0.3.21",7392 "polkadot-node-network-protocol",7393 "polkadot-node-primitives",7394 "polkadot-node-subsystem",7395 "polkadot-node-subsystem-util",7396 "polkadot-primitives",7397 "rand 0.8.5",7398 "tracing-gum",7399]74007401[[package]]7402name = "polkadot-availability-bitfield-distribution"7403version = "0.9.21"7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7405dependencies = [7406 "futures 0.3.21",7407 "polkadot-node-network-protocol",7408 "polkadot-node-subsystem",7409 "polkadot-node-subsystem-util",7410 "polkadot-primitives",7411 "tracing-gum",7412]74137414[[package]]7415name = "polkadot-availability-distribution"7416version = "0.9.21"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7418dependencies = [7419 "derive_more",7420 "fatality",7421 "futures 0.3.21",7422 "lru 0.7.5",7423 "parity-scale-codec 3.1.2",7424 "polkadot-erasure-coding",7425 "polkadot-node-network-protocol",7426 "polkadot-node-primitives",7427 "polkadot-node-subsystem",7428 "polkadot-node-subsystem-util",7429 "polkadot-primitives",7430 "rand 0.8.5",7431 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7432 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7433 "thiserror",7434 "tracing-gum",7435]74367437[[package]]7438name = "polkadot-availability-recovery"7439version = "0.9.21"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7441dependencies = [7442 "fatality",7443 "futures 0.3.21",7444 "lru 0.7.5",7445 "parity-scale-codec 3.1.2",7446 "polkadot-erasure-coding",7447 "polkadot-node-network-protocol",7448 "polkadot-node-primitives",7449 "polkadot-node-subsystem",7450 "polkadot-node-subsystem-util",7451 "polkadot-primitives",7452 "rand 0.8.5",7453 "sc-network",7454 "thiserror",7455 "tracing-gum",7456]74577458[[package]]7459name = "polkadot-cli"7460version = "0.9.21"7461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7462dependencies = [7463 "clap",7464 "frame-benchmarking-cli",7465 "futures 0.3.21",7466 "log",7467 "polkadot-client",7468 "polkadot-node-core-pvf",7469 "polkadot-node-metrics",7470 "polkadot-performance-test",7471 "polkadot-service",7472 "sc-cli",7473 "sc-service",7474 "sc-tracing",7475 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7476 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7477 "substrate-build-script-utils",7478 "thiserror",7479 "try-runtime-cli",7480]74817482[[package]]7483name = "polkadot-client"7484version = "0.9.21"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7486dependencies = [7487 "beefy-primitives",7488 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7489 "frame-benchmarking-cli",7490 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7491 "frame-system-rpc-runtime-api",7492 "pallet-transaction-payment",7493 "pallet-transaction-payment-rpc-runtime-api",7494 "polkadot-core-primitives",7495 "polkadot-node-core-parachains-inherent",7496 "polkadot-primitives",7497 "polkadot-runtime",7498 "polkadot-runtime-common",7499 "sc-client-api",7500 "sc-consensus",7501 "sc-executor",7502 "sc-service",7503 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7504 "sp-authority-discovery",7505 "sp-block-builder",7506 "sp-blockchain",7507 "sp-consensus",7508 "sp-consensus-babe",7509 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7510 "sp-finality-grandpa",7511 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7512 "sp-keyring",7513 "sp-mmr-primitives",7514 "sp-offchain",7515 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7516 "sp-session",7517 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7518 "sp-timestamp",7519 "sp-transaction-pool",7520]75217522[[package]]7523name = "polkadot-collator-protocol"7524version = "0.9.21"7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7526dependencies = [7527 "always-assert",7528 "fatality",7529 "futures 0.3.21",7530 "futures-timer",7531 "polkadot-node-network-protocol",7532 "polkadot-node-primitives",7533 "polkadot-node-subsystem",7534 "polkadot-node-subsystem-util",7535 "polkadot-primitives",7536 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7537 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7538 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7539 "thiserror",7540 "tracing-gum",7541]75427543[[package]]7544name = "polkadot-core-primitives"7545version = "0.9.21"7546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7547dependencies = [7548 "parity-scale-codec 3.1.2",7549 "parity-util-mem",7550 "scale-info",7551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7553 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7554]75557556[[package]]7557name = "polkadot-dispute-distribution"7558version = "0.9.21"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7560dependencies = [7561 "derive_more",7562 "fatality",7563 "futures 0.3.21",7564 "lru 0.7.5",7565 "parity-scale-codec 3.1.2",7566 "polkadot-erasure-coding",7567 "polkadot-node-network-protocol",7568 "polkadot-node-primitives",7569 "polkadot-node-subsystem",7570 "polkadot-node-subsystem-util",7571 "polkadot-primitives",7572 "sc-network",7573 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7574 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7575 "thiserror",7576 "tracing-gum",7577]75787579[[package]]7580name = "polkadot-erasure-coding"7581version = "0.9.21"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7583dependencies = [7584 "parity-scale-codec 3.1.2",7585 "polkadot-node-primitives",7586 "polkadot-primitives",7587 "reed-solomon-novelpoly",7588 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7589 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7590 "thiserror",7591]75927593[[package]]7594name = "polkadot-gossip-support"7595version = "0.9.21"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7597dependencies = [7598 "futures 0.3.21",7599 "futures-timer",7600 "polkadot-node-network-protocol",7601 "polkadot-node-subsystem",7602 "polkadot-node-subsystem-util",7603 "polkadot-primitives",7604 "rand 0.8.5",7605 "rand_chacha 0.3.1",7606 "sc-network",7607 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7608 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7609 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7610 "tracing-gum",7611]76127613[[package]]7614name = "polkadot-network-bridge"7615version = "0.9.21"7616source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7617dependencies = [7618 "async-trait",7619 "futures 0.3.21",7620 "parity-scale-codec 3.1.2",7621 "parking_lot 0.12.0",7622 "polkadot-node-network-protocol",7623 "polkadot-node-subsystem",7624 "polkadot-node-subsystem-util",7625 "polkadot-overseer",7626 "polkadot-primitives",7627 "sc-network",7628 "sp-consensus",7629 "tracing-gum",7630]76317632[[package]]7633name = "polkadot-node-collation-generation"7634version = "0.9.21"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7636dependencies = [7637 "futures 0.3.21",7638 "parity-scale-codec 3.1.2",7639 "polkadot-erasure-coding",7640 "polkadot-node-primitives",7641 "polkadot-node-subsystem",7642 "polkadot-node-subsystem-util",7643 "polkadot-primitives",7644 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7645 "sp-maybe-compressed-blob",7646 "thiserror",7647 "tracing-gum",7648]76497650[[package]]7651name = "polkadot-node-core-approval-voting"7652version = "0.9.21"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7654dependencies = [7655 "bitvec 1.0.0",7656 "derive_more",7657 "futures 0.3.21",7658 "futures-timer",7659 "kvdb",7660 "lru 0.7.5",7661 "merlin",7662 "parity-scale-codec 3.1.2",7663 "polkadot-node-jaeger",7664 "polkadot-node-primitives",7665 "polkadot-node-subsystem",7666 "polkadot-node-subsystem-util",7667 "polkadot-overseer",7668 "polkadot-primitives",7669 "sc-keystore",7670 "schnorrkel",7671 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7672 "sp-consensus",7673 "sp-consensus-slots",7674 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7675 "thiserror",7676 "tracing-gum",7677]76787679[[package]]7680name = "polkadot-node-core-av-store"7681version = "0.9.21"7682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7683dependencies = [7684 "bitvec 1.0.0",7685 "futures 0.3.21",7686 "futures-timer",7687 "kvdb",7688 "parity-scale-codec 3.1.2",7689 "polkadot-erasure-coding",7690 "polkadot-node-primitives",7691 "polkadot-node-subsystem",7692 "polkadot-node-subsystem-util",7693 "polkadot-overseer",7694 "polkadot-primitives",7695 "thiserror",7696 "tracing-gum",7697]76987699[[package]]7700name = "polkadot-node-core-backing"7701version = "0.9.21"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7703dependencies = [7704 "bitvec 1.0.0",7705 "futures 0.3.21",7706 "polkadot-erasure-coding",7707 "polkadot-node-primitives",7708 "polkadot-node-subsystem",7709 "polkadot-node-subsystem-util",7710 "polkadot-primitives",7711 "polkadot-statement-table",7712 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7713 "thiserror",7714 "tracing-gum",7715]77167717[[package]]7718name = "polkadot-node-core-bitfield-signing"7719version = "0.9.21"7720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7721dependencies = [7722 "futures 0.3.21",7723 "polkadot-node-subsystem",7724 "polkadot-node-subsystem-util",7725 "polkadot-primitives",7726 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7727 "thiserror",7728 "tracing-gum",7729 "wasm-timer",7730]77317732[[package]]7733name = "polkadot-node-core-candidate-validation"7734version = "0.9.21"7735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7736dependencies = [7737 "async-trait",7738 "futures 0.3.21",7739 "parity-scale-codec 3.1.2",7740 "polkadot-node-core-pvf",7741 "polkadot-node-primitives",7742 "polkadot-node-subsystem",7743 "polkadot-node-subsystem-util",7744 "polkadot-parachain",7745 "polkadot-primitives",7746 "sp-maybe-compressed-blob",7747 "tracing-gum",7748]77497750[[package]]7751name = "polkadot-node-core-chain-api"7752version = "0.9.21"7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7754dependencies = [7755 "futures 0.3.21",7756 "polkadot-node-subsystem",7757 "polkadot-node-subsystem-util",7758 "polkadot-primitives",7759 "sc-client-api",7760 "sc-consensus-babe",7761 "sp-blockchain",7762 "tracing-gum",7763]77647765[[package]]7766name = "polkadot-node-core-chain-selection"7767version = "0.9.21"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7769dependencies = [7770 "futures 0.3.21",7771 "futures-timer",7772 "kvdb",7773 "parity-scale-codec 3.1.2",7774 "polkadot-node-primitives",7775 "polkadot-node-subsystem",7776 "polkadot-node-subsystem-util",7777 "polkadot-primitives",7778 "thiserror",7779 "tracing-gum",7780]77817782[[package]]7783name = "polkadot-node-core-dispute-coordinator"7784version = "0.9.21"7785source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7786dependencies = [7787 "fatality",7788 "futures 0.3.21",7789 "kvdb",7790 "lru 0.7.5",7791 "parity-scale-codec 3.1.2",7792 "polkadot-node-primitives",7793 "polkadot-node-subsystem",7794 "polkadot-node-subsystem-util",7795 "polkadot-primitives",7796 "sc-keystore",7797 "thiserror",7798 "tracing-gum",7799]78007801[[package]]7802name = "polkadot-node-core-parachains-inherent"7803version = "0.9.21"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7805dependencies = [7806 "async-trait",7807 "futures 0.3.21",7808 "futures-timer",7809 "polkadot-node-subsystem",7810 "polkadot-primitives",7811 "sp-blockchain",7812 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7813 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7814 "thiserror",7815 "tracing-gum",7816]78177818[[package]]7819name = "polkadot-node-core-provisioner"7820version = "0.9.21"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7822dependencies = [7823 "bitvec 1.0.0",7824 "futures 0.3.21",7825 "futures-timer",7826 "polkadot-node-primitives",7827 "polkadot-node-subsystem",7828 "polkadot-node-subsystem-util",7829 "polkadot-primitives",7830 "rand 0.8.5",7831 "thiserror",7832 "tracing-gum",7833]78347835[[package]]7836name = "polkadot-node-core-pvf"7837version = "0.9.21"7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7839dependencies = [7840 "always-assert",7841 "assert_matches",7842 "async-process",7843 "async-std",7844 "futures 0.3.21",7845 "futures-timer",7846 "parity-scale-codec 3.1.2",7847 "pin-project 1.0.10",7848 "polkadot-core-primitives",7849 "polkadot-node-subsystem-util",7850 "polkadot-parachain",7851 "rand 0.8.5",7852 "sc-executor",7853 "sc-executor-common",7854 "sc-executor-wasmtime",7855 "slotmap",7856 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7857 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7858 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7859 "sp-maybe-compressed-blob",7860 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7861 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7862 "tracing-gum",7863]78647865[[package]]7866name = "polkadot-node-core-pvf-checker"7867version = "0.9.21"7868source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7869dependencies = [7870 "futures 0.3.21",7871 "polkadot-node-primitives",7872 "polkadot-node-subsystem",7873 "polkadot-node-subsystem-util",7874 "polkadot-overseer",7875 "polkadot-primitives",7876 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7877 "thiserror",7878 "tracing-gum",7879]78807881[[package]]7882name = "polkadot-node-core-runtime-api"7883version = "0.9.21"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7885dependencies = [7886 "futures 0.3.21",7887 "memory-lru",7888 "parity-util-mem",7889 "polkadot-node-subsystem",7890 "polkadot-node-subsystem-util",7891 "polkadot-primitives",7892 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7893 "sp-authority-discovery",7894 "sp-consensus-babe",7895 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7896 "tracing-gum",7897]78987899[[package]]7900name = "polkadot-node-jaeger"7901version = "0.9.21"7902source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7903dependencies = [7904 "async-std",7905 "lazy_static",7906 "log",7907 "mick-jaeger",7908 "parity-scale-codec 3.1.2",7909 "parking_lot 0.12.0",7910 "polkadot-node-primitives",7911 "polkadot-primitives",7912 "sc-network",7913 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7914 "thiserror",7915]79167917[[package]]7918name = "polkadot-node-metrics"7919version = "0.9.21"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7921dependencies = [7922 "bs58",7923 "futures 0.3.21",7924 "futures-timer",7925 "log",7926 "metered-channel",7927 "parity-scale-codec 3.1.2",7928 "polkadot-primitives",7929 "sc-cli",7930 "sc-service",7931 "sc-tracing",7932 "substrate-prometheus-endpoint",7933 "tracing-gum",7934]79357936[[package]]7937name = "polkadot-node-network-protocol"7938version = "0.9.21"7939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7940dependencies = [7941 "async-trait",7942 "fatality",7943 "futures 0.3.21",7944 "parity-scale-codec 3.1.2",7945 "polkadot-node-jaeger",7946 "polkadot-node-primitives",7947 "polkadot-primitives",7948 "sc-authority-discovery",7949 "sc-network",7950 "strum 0.24.0",7951 "thiserror",7952]79537954[[package]]7955name = "polkadot-node-primitives"7956version = "0.9.21"7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7958dependencies = [7959 "bounded-vec",7960 "futures 0.3.21",7961 "parity-scale-codec 3.1.2",7962 "polkadot-parachain",7963 "polkadot-primitives",7964 "schnorrkel",7965 "serde",7966 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7967 "sp-consensus-babe",7968 "sp-consensus-vrf",7969 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7970 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",7971 "sp-maybe-compressed-blob",7972 "thiserror",7973 "zstd",7974]79757976[[package]]7977name = "polkadot-node-subsystem"7978version = "0.9.21"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7980dependencies = [7981 "polkadot-node-jaeger",7982 "polkadot-node-subsystem-types",7983 "polkadot-overseer",7984]79857986[[package]]7987name = "polkadot-node-subsystem-types"7988version = "0.9.21"7989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7990dependencies = [7991 "derive_more",7992 "futures 0.3.21",7993 "polkadot-node-jaeger",7994 "polkadot-node-network-protocol",7995 "polkadot-node-primitives",7996 "polkadot-overseer-gen",7997 "polkadot-primitives",7998 "polkadot-statement-table",7999 "sc-network",8000 "smallvec",8001 "substrate-prometheus-endpoint",8002 "thiserror",8003]80048005[[package]]8006name = "polkadot-node-subsystem-util"8007version = "0.9.21"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8009dependencies = [8010 "async-trait",8011 "derive_more",8012 "fatality",8013 "futures 0.3.21",8014 "itertools",8015 "kvdb",8016 "lru 0.7.5",8017 "metered-channel",8018 "parity-db",8019 "parity-scale-codec 3.1.2",8020 "parity-util-mem",8021 "parking_lot 0.11.2",8022 "pin-project 1.0.10",8023 "polkadot-node-jaeger",8024 "polkadot-node-metrics",8025 "polkadot-node-network-protocol",8026 "polkadot-node-primitives",8027 "polkadot-node-subsystem",8028 "polkadot-overseer",8029 "polkadot-primitives",8030 "rand 0.8.5",8031 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8032 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8033 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8034 "thiserror",8035 "tracing-gum",8036]80378038[[package]]8039name = "polkadot-overseer"8040version = "0.9.21"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8042dependencies = [8043 "futures 0.3.21",8044 "futures-timer",8045 "lru 0.7.5",8046 "parity-util-mem",8047 "parking_lot 0.12.0",8048 "polkadot-node-metrics",8049 "polkadot-node-network-protocol",8050 "polkadot-node-primitives",8051 "polkadot-node-subsystem-types",8052 "polkadot-overseer-gen",8053 "polkadot-primitives",8054 "sc-client-api",8055 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8056 "tracing-gum",8057]80588059[[package]]8060name = "polkadot-overseer-gen"8061version = "0.9.21"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8063dependencies = [8064 "async-trait",8065 "futures 0.3.21",8066 "futures-timer",8067 "metered-channel",8068 "pin-project 1.0.10",8069 "polkadot-node-network-protocol",8070 "polkadot-node-primitives",8071 "polkadot-overseer-gen-proc-macro",8072 "thiserror",8073 "tracing-gum",8074]80758076[[package]]8077name = "polkadot-overseer-gen-proc-macro"8078version = "0.9.21"8079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8080dependencies = [8081 "expander 0.0.6",8082 "proc-macro-crate 1.1.3",8083 "proc-macro2",8084 "quote",8085 "syn",8086]80878088[[package]]8089name = "polkadot-parachain"8090version = "0.9.21"8091source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8092dependencies = [8093 "derive_more",8094 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8095 "parity-scale-codec 3.1.2",8096 "parity-util-mem",8097 "polkadot-core-primitives",8098 "scale-info",8099 "serde",8100 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8101 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8102 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8103]81048105[[package]]8106name = "polkadot-performance-test"8107version = "0.9.21"8108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8109dependencies = [8110 "env_logger",8111 "kusama-runtime",8112 "log",8113 "polkadot-erasure-coding",8114 "polkadot-node-core-pvf",8115 "polkadot-node-primitives",8116 "quote",8117 "thiserror",8118]81198120[[package]]8121name = "polkadot-primitives"8122version = "0.9.21"8123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8124dependencies = [8125 "bitvec 1.0.0",8126 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8127 "hex-literal",8128 "parity-scale-codec 3.1.2",8129 "parity-util-mem",8130 "polkadot-core-primitives",8131 "polkadot-parachain",8132 "scale-info",8133 "serde",8134 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8135 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8136 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8137 "sp-authority-discovery",8138 "sp-consensus-slots",8139 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8140 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8141 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8142 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8143 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8144 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8145 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8146 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8147 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8148]81498150[[package]]8151name = "polkadot-rpc"8152version = "0.9.21"8153source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8154dependencies = [8155 "beefy-gadget",8156 "beefy-gadget-rpc",8157 "jsonrpc-core",8158 "pallet-mmr-rpc",8159 "pallet-transaction-payment-rpc",8160 "polkadot-primitives",8161 "sc-chain-spec",8162 "sc-client-api",8163 "sc-consensus-babe",8164 "sc-consensus-babe-rpc",8165 "sc-consensus-epochs",8166 "sc-finality-grandpa",8167 "sc-finality-grandpa-rpc",8168 "sc-rpc",8169 "sc-sync-state-rpc",8170 "sc-transaction-pool-api",8171 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8172 "sp-block-builder",8173 "sp-blockchain",8174 "sp-consensus",8175 "sp-consensus-babe",8176 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8177 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8178 "substrate-frame-rpc-system",8179 "substrate-state-trie-migration-rpc",8180]81818182[[package]]8183name = "polkadot-runtime"8184version = "0.9.21"8185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8186dependencies = [8187 "beefy-primitives",8188 "bitvec 1.0.0",8189 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8190 "frame-election-provider-support",8191 "frame-executive",8192 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8193 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8194 "frame-system-benchmarking",8195 "frame-system-rpc-runtime-api",8196 "frame-try-runtime",8197 "hex-literal",8198 "log",8199 "pallet-authority-discovery",8200 "pallet-authorship",8201 "pallet-babe",8202 "pallet-bags-list",8203 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8204 "pallet-bounties",8205 "pallet-child-bounties",8206 "pallet-collective",8207 "pallet-democracy",8208 "pallet-election-provider-multi-phase",8209 "pallet-election-provider-support-benchmarking",8210 "pallet-elections-phragmen",8211 "pallet-grandpa",8212 "pallet-identity",8213 "pallet-im-online",8214 "pallet-indices",8215 "pallet-membership",8216 "pallet-multisig",8217 "pallet-nicks",8218 "pallet-offences",8219 "pallet-offences-benchmarking",8220 "pallet-preimage",8221 "pallet-proxy",8222 "pallet-scheduler",8223 "pallet-session",8224 "pallet-session-benchmarking",8225 "pallet-staking",8226 "pallet-staking-reward-curve",8227 "pallet-timestamp",8228 "pallet-tips",8229 "pallet-transaction-payment",8230 "pallet-transaction-payment-rpc-runtime-api",8231 "pallet-treasury",8232 "pallet-utility",8233 "pallet-vesting",8234 "pallet-xcm",8235 "parity-scale-codec 3.1.2",8236 "polkadot-primitives",8237 "polkadot-runtime-common",8238 "polkadot-runtime-constants",8239 "polkadot-runtime-parachains",8240 "rustc-hex",8241 "scale-info",8242 "serde",8243 "serde_derive",8244 "smallvec",8245 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8246 "sp-authority-discovery",8247 "sp-block-builder",8248 "sp-consensus-babe",8249 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8250 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8251 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8252 "sp-mmr-primitives",8253 "sp-npos-elections",8254 "sp-offchain",8255 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8256 "sp-session",8257 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8258 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8259 "sp-transaction-pool",8260 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8261 "static_assertions",8262 "substrate-wasm-builder",8263 "xcm",8264 "xcm-builder",8265 "xcm-executor",8266]82678268[[package]]8269name = "polkadot-runtime-common"8270version = "0.9.21"8271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8272dependencies = [8273 "beefy-primitives",8274 "bitvec 1.0.0",8275 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8276 "frame-election-provider-support",8277 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8278 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8279 "impl-trait-for-tuples",8280 "libsecp256k1",8281 "log",8282 "pallet-authorship",8283 "pallet-babe",8284 "pallet-bags-list",8285 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8286 "pallet-beefy-mmr",8287 "pallet-election-provider-multi-phase",8288 "pallet-session",8289 "pallet-staking",8290 "pallet-timestamp",8291 "pallet-transaction-payment",8292 "pallet-treasury",8293 "pallet-vesting",8294 "parity-scale-codec 3.1.2",8295 "polkadot-primitives",8296 "polkadot-runtime-parachains",8297 "rustc-hex",8298 "scale-info",8299 "serde",8300 "serde_derive",8301 "slot-range-helper",8302 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8303 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8304 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8305 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8306 "sp-npos-elections",8307 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8308 "sp-session",8309 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8310 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8311 "static_assertions",8312 "xcm",8313]83148315[[package]]8316name = "polkadot-runtime-constants"8317version = "0.9.21"8318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8319dependencies = [8320 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8321 "polkadot-primitives",8322 "polkadot-runtime-common",8323 "smallvec",8324 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8325]83268327[[package]]8328name = "polkadot-runtime-metrics"8329version = "0.9.21"8330source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8331dependencies = [8332 "bs58",8333 "parity-scale-codec 3.1.2",8334 "polkadot-primitives",8335 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8336 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8337]83388339[[package]]8340name = "polkadot-runtime-parachains"8341version = "0.9.21"8342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8343dependencies = [8344 "bitflags",8345 "bitvec 1.0.0",8346 "derive_more",8347 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8348 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8349 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8350 "log",8351 "pallet-authority-discovery",8352 "pallet-authorship",8353 "pallet-babe",8354 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8355 "pallet-session",8356 "pallet-staking",8357 "pallet-timestamp",8358 "pallet-vesting",8359 "parity-scale-codec 3.1.2",8360 "polkadot-primitives",8361 "polkadot-runtime-metrics",8362 "rand 0.8.5",8363 "rand_chacha 0.3.1",8364 "rustc-hex",8365 "scale-info",8366 "serde",8367 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8368 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8369 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8370 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8371 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8372 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8374 "sp-session",8375 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8376 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8377 "static_assertions",8378 "xcm",8379 "xcm-executor",8380]83818382[[package]]8383name = "polkadot-service"8384version = "0.9.21"8385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8386dependencies = [8387 "async-trait",8388 "beefy-gadget",8389 "beefy-primitives",8390 "frame-system-rpc-runtime-api",8391 "futures 0.3.21",8392 "hex-literal",8393 "kusama-runtime",8394 "kvdb",8395 "kvdb-rocksdb",8396 "lru 0.7.5",8397 "pallet-babe",8398 "pallet-im-online",8399 "pallet-staking",8400 "pallet-transaction-payment-rpc-runtime-api",8401 "parity-db",8402 "polkadot-approval-distribution",8403 "polkadot-availability-bitfield-distribution",8404 "polkadot-availability-distribution",8405 "polkadot-availability-recovery",8406 "polkadot-client",8407 "polkadot-collator-protocol",8408 "polkadot-dispute-distribution",8409 "polkadot-gossip-support",8410 "polkadot-network-bridge",8411 "polkadot-node-collation-generation",8412 "polkadot-node-core-approval-voting",8413 "polkadot-node-core-av-store",8414 "polkadot-node-core-backing",8415 "polkadot-node-core-bitfield-signing",8416 "polkadot-node-core-candidate-validation",8417 "polkadot-node-core-chain-api",8418 "polkadot-node-core-chain-selection",8419 "polkadot-node-core-dispute-coordinator",8420 "polkadot-node-core-parachains-inherent",8421 "polkadot-node-core-provisioner",8422 "polkadot-node-core-pvf-checker",8423 "polkadot-node-core-runtime-api",8424 "polkadot-node-network-protocol",8425 "polkadot-node-primitives",8426 "polkadot-node-subsystem",8427 "polkadot-node-subsystem-util",8428 "polkadot-overseer",8429 "polkadot-parachain",8430 "polkadot-primitives",8431 "polkadot-rpc",8432 "polkadot-runtime",8433 "polkadot-runtime-constants",8434 "polkadot-runtime-parachains",8435 "polkadot-statement-distribution",8436 "rococo-runtime",8437 "sc-authority-discovery",8438 "sc-basic-authorship",8439 "sc-block-builder",8440 "sc-chain-spec",8441 "sc-client-api",8442 "sc-client-db",8443 "sc-consensus",8444 "sc-consensus-babe",8445 "sc-consensus-slots",8446 "sc-consensus-uncles",8447 "sc-executor",8448 "sc-finality-grandpa",8449 "sc-keystore",8450 "sc-network",8451 "sc-offchain",8452 "sc-service",8453 "sc-sync-state-rpc",8454 "sc-telemetry",8455 "sc-transaction-pool",8456 "serde",8457 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8458 "sp-authority-discovery",8459 "sp-block-builder",8460 "sp-blockchain",8461 "sp-consensus",8462 "sp-consensus-babe",8463 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8464 "sp-finality-grandpa",8465 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8466 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8467 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8468 "sp-offchain",8469 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8470 "sp-session",8471 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8472 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8473 "sp-timestamp",8474 "sp-transaction-pool",8475 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8476 "substrate-prometheus-endpoint",8477 "thiserror",8478 "tracing-gum",8479 "westend-runtime",8480]84818482[[package]]8483name = "polkadot-statement-distribution"8484version = "0.9.21"8485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8486dependencies = [8487 "arrayvec 0.5.2",8488 "fatality",8489 "futures 0.3.21",8490 "indexmap",8491 "parity-scale-codec 3.1.2",8492 "polkadot-node-network-protocol",8493 "polkadot-node-primitives",8494 "polkadot-node-subsystem",8495 "polkadot-node-subsystem-util",8496 "polkadot-primitives",8497 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8498 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8499 "thiserror",8500 "tracing-gum",8501]85028503[[package]]8504name = "polkadot-statement-table"8505version = "0.9.21"8506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8507dependencies = [8508 "parity-scale-codec 3.1.2",8509 "polkadot-primitives",8510 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8511]85128513[[package]]8514name = "polkadot-test-runtime"8515version = "0.9.21"8516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8517dependencies = [8518 "beefy-primitives",8519 "bitvec 1.0.0",8520 "frame-election-provider-support",8521 "frame-executive",8522 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8523 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8524 "frame-system-rpc-runtime-api",8525 "log",8526 "pallet-authority-discovery",8527 "pallet-authorship",8528 "pallet-babe",8529 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8530 "pallet-grandpa",8531 "pallet-indices",8532 "pallet-nicks",8533 "pallet-offences",8534 "pallet-session",8535 "pallet-staking",8536 "pallet-staking-reward-curve",8537 "pallet-sudo",8538 "pallet-timestamp",8539 "pallet-transaction-payment",8540 "pallet-transaction-payment-rpc-runtime-api",8541 "pallet-vesting",8542 "pallet-xcm",8543 "parity-scale-codec 3.1.2",8544 "polkadot-parachain",8545 "polkadot-primitives",8546 "polkadot-runtime-common",8547 "polkadot-runtime-parachains",8548 "rustc-hex",8549 "scale-info",8550 "serde",8551 "serde_derive",8552 "smallvec",8553 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8554 "sp-authority-discovery",8555 "sp-block-builder",8556 "sp-consensus-babe",8557 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8558 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8559 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8560 "sp-mmr-primitives",8561 "sp-offchain",8562 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8563 "sp-session",8564 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8565 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8566 "sp-transaction-pool",8567 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8568 "substrate-wasm-builder",8569 "test-runtime-constants",8570 "xcm",8571 "xcm-builder",8572 "xcm-executor",8573]85748575[[package]]8576name = "polkadot-test-service"8577version = "0.9.21"8578source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8579dependencies = [8580 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8581 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8582 "futures 0.1.31",8583 "futures 0.3.21",8584 "hex",8585 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8586 "pallet-staking",8587 "pallet-transaction-payment",8588 "polkadot-node-primitives",8589 "polkadot-node-subsystem",8590 "polkadot-overseer",8591 "polkadot-parachain",8592 "polkadot-primitives",8593 "polkadot-rpc",8594 "polkadot-runtime-common",8595 "polkadot-runtime-parachains",8596 "polkadot-service",8597 "polkadot-test-runtime",8598 "rand 0.8.5",8599 "sc-authority-discovery",8600 "sc-chain-spec",8601 "sc-cli",8602 "sc-client-api",8603 "sc-consensus",8604 "sc-consensus-babe",8605 "sc-executor",8606 "sc-finality-grandpa",8607 "sc-network",8608 "sc-service",8609 "sc-tracing",8610 "sc-transaction-pool",8611 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8612 "sp-authority-discovery",8613 "sp-blockchain",8614 "sp-consensus",8615 "sp-consensus-babe",8616 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8617 "sp-finality-grandpa",8618 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8619 "sp-keyring",8620 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8621 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8622 "substrate-test-client",8623 "tempfile",8624 "test-runtime-constants",8625 "tokio 1.18.2",8626 "tracing-gum",8627]86288629[[package]]8630name = "polling"8631version = "2.2.0"8632source = "registry+https://github.com/rust-lang/crates.io-index"8633checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8634dependencies = [8635 "cfg-if 1.0.0",8636 "libc",8637 "log",8638 "wepoll-ffi",8639 "winapi 0.3.9",8640]86418642[[package]]8643name = "poly1305"8644version = "0.7.2"8645source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8647dependencies = [8648 "cpufeatures 0.2.2",8649 "opaque-debug 0.3.0",8650 "universal-hash",8651]86528653[[package]]8654name = "polyval"8655version = "0.5.3"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8658dependencies = [8659 "cfg-if 1.0.0",8660 "cpufeatures 0.2.2",8661 "opaque-debug 0.3.0",8662 "universal-hash",8663]86648665[[package]]8666name = "ppv-lite86"8667version = "0.2.16"8668source = "registry+https://github.com/rust-lang/crates.io-index"8669checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"86708671[[package]]8672name = "prettytable-rs"8673version = "0.8.0"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8676dependencies = [8677 "atty",8678 "csv",8679 "encode_unicode",8680 "lazy_static",8681 "term",8682 "unicode-width",8683]86848685[[package]]8686name = "primitive-types"8687version = "0.11.1"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8690dependencies = [8691 "fixed-hash",8692 "impl-codec",8693 "impl-rlp",8694 "impl-serde",8695 "scale-info",8696 "uint",8697]86988699[[package]]8700name = "proc-macro-crate"8701version = "0.1.5"8702source = "registry+https://github.com/rust-lang/crates.io-index"8703checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8704dependencies = [8705 "toml",8706]87078708[[package]]8709name = "proc-macro-crate"8710version = "1.1.3"8711source = "registry+https://github.com/rust-lang/crates.io-index"8712checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8713dependencies = [8714 "thiserror",8715 "toml",8716]87178718[[package]]8719name = "proc-macro-error"8720version = "1.0.4"8721source = "registry+https://github.com/rust-lang/crates.io-index"8722checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8723dependencies = [8724 "proc-macro-error-attr",8725 "proc-macro2",8726 "quote",8727 "syn",8728 "version_check",8729]87308731[[package]]8732name = "proc-macro-error-attr"8733version = "1.0.4"8734source = "registry+https://github.com/rust-lang/crates.io-index"8735checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8736dependencies = [8737 "proc-macro2",8738 "quote",8739 "version_check",8740]87418742[[package]]8743name = "proc-macro2"8744version = "1.0.39"8745source = "registry+https://github.com/rust-lang/crates.io-index"8746checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8747dependencies = [8748 "unicode-ident",8749]87508751[[package]]8752name = "prometheus"8753version = "0.13.1"8754source = "registry+https://github.com/rust-lang/crates.io-index"8755checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8756dependencies = [8757 "cfg-if 1.0.0",8758 "fnv",8759 "lazy_static",8760 "memchr",8761 "parking_lot 0.12.0",8762 "thiserror",8763]87648765[[package]]8766name = "prost"8767version = "0.9.0"8768source = "registry+https://github.com/rust-lang/crates.io-index"8769checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8770dependencies = [8771 "bytes 1.1.0",8772 "prost-derive",8773]87748775[[package]]8776name = "prost-build"8777version = "0.9.0"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8780dependencies = [8781 "bytes 1.1.0",8782 "heck 0.3.3",8783 "itertools",8784 "lazy_static",8785 "log",8786 "multimap",8787 "petgraph",8788 "prost",8789 "prost-types",8790 "regex",8791 "tempfile",8792 "which",8793]87948795[[package]]8796name = "prost-derive"8797version = "0.9.0"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8800dependencies = [8801 "anyhow",8802 "itertools",8803 "proc-macro2",8804 "quote",8805 "syn",8806]88078808[[package]]8809name = "prost-types"8810version = "0.9.0"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8813dependencies = [8814 "bytes 1.1.0",8815 "prost",8816]88178818[[package]]8819name = "psm"8820version = "0.1.18"8821source = "registry+https://github.com/rust-lang/crates.io-index"8822checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8823dependencies = [8824 "cc",8825]88268827[[package]]8828name = "quartz-runtime"8829version = "0.9.20"8830dependencies = [8831 "cumulus-pallet-aura-ext",8832 "cumulus-pallet-dmp-queue",8833 "cumulus-pallet-parachain-system",8834 "cumulus-pallet-xcm",8835 "cumulus-pallet-xcmp-queue",8836 "cumulus-primitives-core",8837 "cumulus-primitives-timestamp",8838 "cumulus-primitives-utility",8839 "derivative",8840 "fp-evm-mapping",8841 "fp-rpc",8842 "fp-self-contained",8843 "frame-executive",8844 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8845 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8846 "frame-system-rpc-runtime-api",8847 "frame-try-runtime",8848 "log",8849 "orml-vesting",8850 "pallet-aura",8851 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8852 "pallet-base-fee",8853 "pallet-common",8854 "pallet-ethereum",8855 "pallet-evm",8856 "pallet-evm-coder-substrate",8857 "pallet-evm-contract-helpers",8858 "pallet-evm-migration",8859 "pallet-evm-transaction-payment",8860 "pallet-fungible",8861 "pallet-inflation",8862 "pallet-nonfungible",8863 "pallet-randomness-collective-flip",8864 "pallet-refungible",8865 "pallet-structure",8866 "pallet-sudo",8867 "pallet-template-transaction-payment",8868 "pallet-timestamp",8869 "pallet-transaction-payment",8870 "pallet-transaction-payment-rpc-runtime-api",8871 "pallet-treasury",8872 "pallet-unique",8873 "pallet-unq-scheduler",8874 "pallet-xcm",8875 "parachain-info",8876 "parity-scale-codec 3.1.2",8877 "polkadot-parachain",8878 "rmrk-rpc",8879 "scale-info",8880 "serde",8881 "smallvec",8882 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8883 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8884 "sp-block-builder",8885 "sp-consensus-aura",8886 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8887 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8888 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8889 "sp-offchain",8890 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8891 "sp-session",8892 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8893 "sp-transaction-pool",8894 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",8895 "substrate-wasm-builder",8896 "unique-runtime-common",8897 "up-data-structs",8898 "up-rpc",8899 "xcm",8900 "xcm-builder",8901 "xcm-executor",8902]89038904[[package]]8905name = "quick-error"8906version = "1.2.3"8907source = "registry+https://github.com/rust-lang/crates.io-index"8908checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89098910[[package]]8911name = "quicksink"8912version = "0.1.2"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8915dependencies = [8916 "futures-core",8917 "futures-sink",8918 "pin-project-lite 0.1.12",8919]89208921[[package]]8922name = "quote"8923version = "1.0.18"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8926dependencies = [8927 "proc-macro2",8928]89298930[[package]]8931name = "radium"8932version = "0.6.2"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89358936[[package]]8937name = "radium"8938version = "0.7.0"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89418942[[package]]8943name = "rand"8944version = "0.7.3"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8947dependencies = [8948 "getrandom 0.1.16",8949 "libc",8950 "rand_chacha 0.2.2",8951 "rand_core 0.5.1",8952 "rand_hc",8953 "rand_pcg 0.2.1",8954]89558956[[package]]8957name = "rand"8958version = "0.8.5"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8961dependencies = [8962 "libc",8963 "rand_chacha 0.3.1",8964 "rand_core 0.6.3",8965]89668967[[package]]8968name = "rand_chacha"8969version = "0.2.2"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8972dependencies = [8973 "ppv-lite86",8974 "rand_core 0.5.1",8975]89768977[[package]]8978name = "rand_chacha"8979version = "0.3.1"8980source = "registry+https://github.com/rust-lang/crates.io-index"8981checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8982dependencies = [8983 "ppv-lite86",8984 "rand_core 0.6.3",8985]89868987[[package]]8988name = "rand_core"8989version = "0.5.1"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8992dependencies = [8993 "getrandom 0.1.16",8994]89958996[[package]]8997name = "rand_core"8998version = "0.6.3"8999source = "registry+https://github.com/rust-lang/crates.io-index"9000checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"9001dependencies = [9002 "getrandom 0.2.6",9003]90049005[[package]]9006name = "rand_distr"9007version = "0.4.3"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9010dependencies = [9011 "num-traits",9012 "rand 0.8.5",9013]90149015[[package]]9016name = "rand_hc"9017version = "0.2.0"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9020dependencies = [9021 "rand_core 0.5.1",9022]90239024[[package]]9025name = "rand_pcg"9026version = "0.2.1"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9029dependencies = [9030 "rand_core 0.5.1",9031]90329033[[package]]9034name = "rand_pcg"9035version = "0.3.1"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9038dependencies = [9039 "rand_core 0.6.3",9040]90419042[[package]]9043name = "rawpointer"9044version = "0.2.1"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90479048[[package]]9049name = "rayon"9050version = "1.5.3"9051source = "registry+https://github.com/rust-lang/crates.io-index"9052checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9053dependencies = [9054 "autocfg",9055 "crossbeam-deque",9056 "either",9057 "rayon-core",9058]90599060[[package]]9061name = "rayon-core"9062version = "1.9.3"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9065dependencies = [9066 "crossbeam-channel",9067 "crossbeam-deque",9068 "crossbeam-utils",9069 "num_cpus",9070]90719072[[package]]9073name = "redox_syscall"9074version = "0.1.57"9075source = "registry+https://github.com/rust-lang/crates.io-index"9076checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90779078[[package]]9079name = "redox_syscall"9080version = "0.2.13"9081source = "registry+https://github.com/rust-lang/crates.io-index"9082checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9083dependencies = [9084 "bitflags",9085]90869087[[package]]9088name = "redox_users"9089version = "0.3.5"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9092dependencies = [9093 "getrandom 0.1.16",9094 "redox_syscall 0.1.57",9095 "rust-argon2",9096]90979098[[package]]9099name = "redox_users"9100version = "0.4.3"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9103dependencies = [9104 "getrandom 0.2.6",9105 "redox_syscall 0.2.13",9106 "thiserror",9107]91089109[[package]]9110name = "reed-solomon-novelpoly"9111version = "1.0.0"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9114dependencies = [9115 "derive_more",9116 "fs-err",9117 "itertools",9118 "static_init",9119 "thiserror",9120]91219122[[package]]9123name = "ref-cast"9124version = "1.0.7"9125source = "registry+https://github.com/rust-lang/crates.io-index"9126checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9127dependencies = [9128 "ref-cast-impl",9129]91309131[[package]]9132name = "ref-cast-impl"9133version = "1.0.7"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9136dependencies = [9137 "proc-macro2",9138 "quote",9139 "syn",9140]91419142[[package]]9143name = "regalloc"9144version = "0.0.34"9145source = "registry+https://github.com/rust-lang/crates.io-index"9146checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9147dependencies = [9148 "log",9149 "rustc-hash",9150 "smallvec",9151]91529153[[package]]9154name = "regex"9155version = "1.5.5"9156source = "registry+https://github.com/rust-lang/crates.io-index"9157checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9158dependencies = [9159 "aho-corasick",9160 "memchr",9161 "regex-syntax",9162]91639164[[package]]9165name = "regex-automata"9166version = "0.1.10"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9169dependencies = [9170 "regex-syntax",9171]91729173[[package]]9174name = "regex-syntax"9175version = "0.6.25"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"91789179[[package]]9180name = "region"9181version = "2.2.0"9182source = "registry+https://github.com/rust-lang/crates.io-index"9183checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9184dependencies = [9185 "bitflags",9186 "libc",9187 "mach",9188 "winapi 0.3.9",9189]91909191[[package]]9192name = "remote-externalities"9193version = "0.10.0-dev"9194source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9195dependencies = [9196 "env_logger",9197 "jsonrpsee",9198 "log",9199 "parity-scale-codec 3.1.2",9200 "serde",9201 "serde_json",9202 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9203 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9205 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9206]92079208[[package]]9209name = "remove_dir_all"9210version = "0.5.3"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9213dependencies = [9214 "winapi 0.3.9",9215]92169217[[package]]9218name = "resolv-conf"9219version = "0.7.0"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9222dependencies = [9223 "hostname",9224 "quick-error",9225]92269227[[package]]9228name = "retain_mut"9229version = "0.1.7"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"92329233[[package]]9234name = "ring"9235version = "0.16.20"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9238dependencies = [9239 "cc",9240 "libc",9241 "once_cell",9242 "spin",9243 "untrusted",9244 "web-sys",9245 "winapi 0.3.9",9246]92479248[[package]]9249name = "rlp"9250version = "0.5.1"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9253dependencies = [9254 "bytes 1.1.0",9255 "rustc-hex",9256]92579258[[package]]9259name = "rlp-derive"9260version = "0.1.0"9261source = "registry+https://github.com/rust-lang/crates.io-index"9262checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9263dependencies = [9264 "proc-macro2",9265 "quote",9266 "syn",9267]92689269[[package]]9270name = "rmrk-rpc"9271version = "0.0.1"9272source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=test/tests-basic-infrastructure#4c890ff7e4bc706652bf35904cf4c456175ef097"9273dependencies = [9274 "parity-scale-codec 2.3.1",9275 "rmrk-traits",9276 "serde",9277 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9278 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9279 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9280 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9281]92829283[[package]]9284name = "rmrk-traits"9285version = "0.0.1"9286source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=test/tests-basic-infrastructure#4c890ff7e4bc706652bf35904cf4c456175ef097"9287dependencies = [9288 "derivative",9289 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9290 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9291 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9292 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9293 "parity-scale-codec 3.1.2",9294 "scale-info",9295 "serde",9296 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9297 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",9298]92999300[[package]]9301name = "rocksdb"9302version = "0.18.0"9303source = "registry+https://github.com/rust-lang/crates.io-index"9304checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9305dependencies = [9306 "libc",9307 "librocksdb-sys",9308]93099310[[package]]9311name = "rococo-runtime"9312version = "0.9.21"9313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9314dependencies = [9315 "beefy-merkle-tree",9316 "beefy-primitives",9317 "bp-messages",9318 "bp-rococo",9319 "bp-runtime",9320 "bp-wococo",9321 "bridge-runtime-common",9322 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9323 "frame-executive",9324 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9325 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9326 "frame-system-benchmarking",9327 "frame-system-rpc-runtime-api",9328 "hex-literal",9329 "log",9330 "pallet-authority-discovery",9331 "pallet-authorship",9332 "pallet-babe",9333 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9334 "pallet-beefy",9335 "pallet-beefy-mmr",9336 "pallet-bridge-dispatch",9337 "pallet-bridge-grandpa",9338 "pallet-bridge-messages",9339 "pallet-collective",9340 "pallet-grandpa",9341 "pallet-im-online",9342 "pallet-indices",9343 "pallet-membership",9344 "pallet-mmr",9345 "pallet-multisig",9346 "pallet-offences",9347 "pallet-proxy",9348 "pallet-session",9349 "pallet-staking",9350 "pallet-sudo",9351 "pallet-timestamp",9352 "pallet-transaction-payment",9353 "pallet-transaction-payment-rpc-runtime-api",9354 "pallet-utility",9355 "pallet-xcm",9356 "parity-scale-codec 3.1.2",9357 "polkadot-parachain",9358 "polkadot-primitives",9359 "polkadot-runtime-common",9360 "polkadot-runtime-parachains",9361 "rococo-runtime-constants",9362 "scale-info",9363 "serde",9364 "serde_derive",9365 "smallvec",9366 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9367 "sp-authority-discovery",9368 "sp-block-builder",9369 "sp-consensus-babe",9370 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9371 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9372 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9373 "sp-mmr-primitives",9374 "sp-offchain",9375 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9376 "sp-session",9377 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9378 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9379 "sp-transaction-pool",9380 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9381 "substrate-wasm-builder",9382 "xcm",9383 "xcm-builder",9384 "xcm-executor",9385]93869387[[package]]9388name = "rococo-runtime-constants"9389version = "0.9.21"9390source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9391dependencies = [9392 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9393 "polkadot-primitives",9394 "polkadot-runtime-common",9395 "smallvec",9396 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9397]93989399[[package]]9400name = "rpassword"9401version = "5.0.1"9402source = "registry+https://github.com/rust-lang/crates.io-index"9403checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9404dependencies = [9405 "libc",9406 "winapi 0.3.9",9407]94089409[[package]]9410name = "rust-argon2"9411version = "0.8.3"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9414dependencies = [9415 "base64",9416 "blake2b_simd",9417 "constant_time_eq",9418 "crossbeam-utils",9419]94209421[[package]]9422name = "rustc-demangle"9423version = "0.1.21"9424source = "registry+https://github.com/rust-lang/crates.io-index"9425checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94269427[[package]]9428name = "rustc-hash"9429version = "1.1.0"9430source = "registry+https://github.com/rust-lang/crates.io-index"9431checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94329433[[package]]9434name = "rustc-hex"9435version = "2.1.0"9436source = "registry+https://github.com/rust-lang/crates.io-index"9437checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94389439[[package]]9440name = "rustc_version"9441version = "0.2.3"9442source = "registry+https://github.com/rust-lang/crates.io-index"9443checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9444dependencies = [9445 "semver 0.9.0",9446]94479448[[package]]9449name = "rustc_version"9450version = "0.3.3"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9453dependencies = [9454 "semver 0.11.0",9455]94569457[[package]]9458name = "rustc_version"9459version = "0.4.0"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9462dependencies = [9463 "semver 1.0.9",9464]94659466[[package]]9467name = "rustix"9468version = "0.33.7"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9471dependencies = [9472 "bitflags",9473 "errno",9474 "io-lifetimes",9475 "libc",9476 "linux-raw-sys",9477 "winapi 0.3.9",9478]94799480[[package]]9481name = "rustls"9482version = "0.19.1"9483source = "registry+https://github.com/rust-lang/crates.io-index"9484checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9485dependencies = [9486 "base64",9487 "log",9488 "ring",9489 "sct 0.6.1",9490 "webpki 0.21.4",9491]94929493[[package]]9494name = "rustls"9495version = "0.20.6"9496source = "registry+https://github.com/rust-lang/crates.io-index"9497checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9498dependencies = [9499 "log",9500 "ring",9501 "sct 0.7.0",9502 "webpki 0.22.0",9503]95049505[[package]]9506name = "rustls-native-certs"9507version = "0.5.0"9508source = "registry+https://github.com/rust-lang/crates.io-index"9509checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9510dependencies = [9511 "openssl-probe",9512 "rustls 0.19.1",9513 "schannel",9514 "security-framework",9515]95169517[[package]]9518name = "rustls-native-certs"9519version = "0.6.2"9520source = "registry+https://github.com/rust-lang/crates.io-index"9521checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9522dependencies = [9523 "openssl-probe",9524 "rustls-pemfile",9525 "schannel",9526 "security-framework",9527]95289529[[package]]9530name = "rustls-pemfile"9531version = "1.0.0"9532source = "registry+https://github.com/rust-lang/crates.io-index"9533checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9534dependencies = [9535 "base64",9536]95379538[[package]]9539name = "rustversion"9540version = "1.0.6"9541source = "registry+https://github.com/rust-lang/crates.io-index"9542checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"95439544[[package]]9545name = "rw-stream-sink"9546version = "0.2.1"9547source = "registry+https://github.com/rust-lang/crates.io-index"9548checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9549dependencies = [9550 "futures 0.3.21",9551 "pin-project 0.4.29",9552 "static_assertions",9553]95549555[[package]]9556name = "ryu"9557version = "1.0.10"9558source = "registry+https://github.com/rust-lang/crates.io-index"9559checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"95609561[[package]]9562name = "safe-mix"9563version = "1.0.1"9564source = "registry+https://github.com/rust-lang/crates.io-index"9565checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9566dependencies = [9567 "rustc_version 0.2.3",9568]95699570[[package]]9571name = "salsa20"9572version = "0.9.0"9573source = "registry+https://github.com/rust-lang/crates.io-index"9574checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9575dependencies = [9576 "cipher",9577]95789579[[package]]9580name = "same-file"9581version = "1.0.6"9582source = "registry+https://github.com/rust-lang/crates.io-index"9583checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9584dependencies = [9585 "winapi-util",9586]95879588[[package]]9589name = "sc-allocator"9590version = "4.1.0-dev"9591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9592dependencies = [9593 "log",9594 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9595 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9596 "thiserror",9597]95989599[[package]]9600name = "sc-authority-discovery"9601version = "0.10.0-dev"9602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9603dependencies = [9604 "async-trait",9605 "futures 0.3.21",9606 "futures-timer",9607 "ip_network",9608 "libp2p",9609 "log",9610 "parity-scale-codec 3.1.2",9611 "prost",9612 "prost-build",9613 "rand 0.7.3",9614 "sc-client-api",9615 "sc-network",9616 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9617 "sp-authority-discovery",9618 "sp-blockchain",9619 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9620 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9621 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9622 "substrate-prometheus-endpoint",9623 "thiserror",9624]96259626[[package]]9627name = "sc-basic-authorship"9628version = "0.10.0-dev"9629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9630dependencies = [9631 "futures 0.3.21",9632 "futures-timer",9633 "log",9634 "parity-scale-codec 3.1.2",9635 "sc-block-builder",9636 "sc-client-api",9637 "sc-proposer-metrics",9638 "sc-telemetry",9639 "sc-transaction-pool-api",9640 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9641 "sp-blockchain",9642 "sp-consensus",9643 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9644 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9645 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9646 "substrate-prometheus-endpoint",9647]96489649[[package]]9650name = "sc-block-builder"9651version = "0.10.0-dev"9652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9653dependencies = [9654 "parity-scale-codec 3.1.2",9655 "sc-client-api",9656 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9657 "sp-block-builder",9658 "sp-blockchain",9659 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9660 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9661 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9662 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9663]96649665[[package]]9666name = "sc-chain-spec"9667version = "4.0.0-dev"9668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9669dependencies = [9670 "impl-trait-for-tuples",9671 "memmap2 0.5.3",9672 "parity-scale-codec 3.1.2",9673 "sc-chain-spec-derive",9674 "sc-network",9675 "sc-telemetry",9676 "serde",9677 "serde_json",9678 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9679 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9680]96819682[[package]]9683name = "sc-chain-spec-derive"9684version = "4.0.0-dev"9685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9686dependencies = [9687 "proc-macro-crate 1.1.3",9688 "proc-macro2",9689 "quote",9690 "syn",9691]96929693[[package]]9694name = "sc-cli"9695version = "0.10.0-dev"9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9697dependencies = [9698 "chrono",9699 "clap",9700 "fdlimit",9701 "futures 0.3.21",9702 "hex",9703 "libp2p",9704 "log",9705 "names",9706 "parity-scale-codec 3.1.2",9707 "rand 0.7.3",9708 "regex",9709 "rpassword",9710 "sc-client-api",9711 "sc-keystore",9712 "sc-network",9713 "sc-service",9714 "sc-telemetry",9715 "sc-tracing",9716 "sc-utils",9717 "serde",9718 "serde_json",9719 "sp-blockchain",9720 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9721 "sp-keyring",9722 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9723 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9724 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9725 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9726 "thiserror",9727 "tiny-bip39",9728 "tokio 1.18.2",9729]97309731[[package]]9732name = "sc-client-api"9733version = "4.0.0-dev"9734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9735dependencies = [9736 "fnv",9737 "futures 0.3.21",9738 "hash-db",9739 "log",9740 "parity-scale-codec 3.1.2",9741 "parking_lot 0.12.0",9742 "sc-executor",9743 "sc-transaction-pool-api",9744 "sc-utils",9745 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9746 "sp-blockchain",9747 "sp-consensus",9748 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9749 "sp-database",9750 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9751 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9752 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9753 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9754 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9755 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9756 "substrate-prometheus-endpoint",9757]97589759[[package]]9760name = "sc-client-db"9761version = "0.10.0-dev"9762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9763dependencies = [9764 "hash-db",9765 "kvdb",9766 "kvdb-memorydb",9767 "kvdb-rocksdb",9768 "linked-hash-map",9769 "log",9770 "parity-db",9771 "parity-scale-codec 3.1.2",9772 "parking_lot 0.12.0",9773 "sc-client-api",9774 "sc-state-db",9775 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9776 "sp-blockchain",9777 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9778 "sp-database",9779 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9780 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9781 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9782]97839784[[package]]9785name = "sc-consensus"9786version = "0.10.0-dev"9787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9788dependencies = [9789 "async-trait",9790 "futures 0.3.21",9791 "futures-timer",9792 "libp2p",9793 "log",9794 "parking_lot 0.12.0",9795 "sc-client-api",9796 "sc-utils",9797 "serde",9798 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9799 "sp-blockchain",9800 "sp-consensus",9801 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9802 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9803 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9804 "substrate-prometheus-endpoint",9805 "thiserror",9806]98079808[[package]]9809name = "sc-consensus-aura"9810version = "0.10.0-dev"9811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9812dependencies = [9813 "async-trait",9814 "futures 0.3.21",9815 "log",9816 "parity-scale-codec 3.1.2",9817 "sc-block-builder",9818 "sc-client-api",9819 "sc-consensus",9820 "sc-consensus-slots",9821 "sc-telemetry",9822 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9823 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9824 "sp-block-builder",9825 "sp-blockchain",9826 "sp-consensus",9827 "sp-consensus-aura",9828 "sp-consensus-slots",9829 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9830 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9831 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9832 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9833 "substrate-prometheus-endpoint",9834 "thiserror",9835]98369837[[package]]9838name = "sc-consensus-babe"9839version = "0.10.0-dev"9840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9841dependencies = [9842 "async-trait",9843 "fork-tree",9844 "futures 0.3.21",9845 "log",9846 "merlin",9847 "num-bigint",9848 "num-rational 0.2.4",9849 "num-traits",9850 "parity-scale-codec 3.1.2",9851 "parking_lot 0.12.0",9852 "rand 0.7.3",9853 "retain_mut",9854 "sc-client-api",9855 "sc-consensus",9856 "sc-consensus-epochs",9857 "sc-consensus-slots",9858 "sc-keystore",9859 "sc-telemetry",9860 "schnorrkel",9861 "serde",9862 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9863 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9864 "sp-block-builder",9865 "sp-blockchain",9866 "sp-consensus",9867 "sp-consensus-babe",9868 "sp-consensus-slots",9869 "sp-consensus-vrf",9870 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9871 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9872 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9873 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9874 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9875 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9876 "substrate-prometheus-endpoint",9877 "thiserror",9878]98799880[[package]]9881name = "sc-consensus-babe-rpc"9882version = "0.10.0-dev"9883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9884dependencies = [9885 "futures 0.3.21",9886 "jsonrpc-core",9887 "jsonrpc-core-client",9888 "jsonrpc-derive",9889 "sc-consensus-babe",9890 "sc-consensus-epochs",9891 "sc-rpc-api",9892 "serde",9893 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9894 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9895 "sp-blockchain",9896 "sp-consensus",9897 "sp-consensus-babe",9898 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9899 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9900 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9901 "thiserror",9902]99039904[[package]]9905name = "sc-consensus-epochs"9906version = "0.10.0-dev"9907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9908dependencies = [9909 "fork-tree",9910 "parity-scale-codec 3.1.2",9911 "sc-client-api",9912 "sc-consensus",9913 "sp-blockchain",9914 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9915]99169917[[package]]9918name = "sc-consensus-manual-seal"9919version = "0.10.0-dev"9920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9921dependencies = [9922 "assert_matches",9923 "async-trait",9924 "futures 0.3.21",9925 "jsonrpc-core",9926 "jsonrpc-core-client",9927 "jsonrpc-derive",9928 "log",9929 "parity-scale-codec 3.1.2",9930 "sc-client-api",9931 "sc-consensus",9932 "sc-consensus-aura",9933 "sc-consensus-babe",9934 "sc-consensus-epochs",9935 "sc-transaction-pool",9936 "sc-transaction-pool-api",9937 "serde",9938 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9939 "sp-blockchain",9940 "sp-consensus",9941 "sp-consensus-aura",9942 "sp-consensus-babe",9943 "sp-consensus-slots",9944 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9945 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9946 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9947 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9948 "sp-timestamp",9949 "substrate-prometheus-endpoint",9950 "thiserror",9951]99529953[[package]]9954name = "sc-consensus-slots"9955version = "0.10.0-dev"9956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9957dependencies = [9958 "async-trait",9959 "futures 0.3.21",9960 "futures-timer",9961 "log",9962 "parity-scale-codec 3.1.2",9963 "sc-client-api",9964 "sc-consensus",9965 "sc-telemetry",9966 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9967 "sp-blockchain",9968 "sp-consensus",9969 "sp-consensus-slots",9970 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9971 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9972 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9973 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9974 "sp-timestamp",9975 "thiserror",9976]99779978[[package]]9979name = "sc-consensus-uncles"9980version = "0.10.0-dev"9981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9982dependencies = [9983 "sc-client-api",9984 "sp-authorship",9985 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",9986 "thiserror",9987]99889989[[package]]9990name = "sc-executor"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9993dependencies = [9994 "lazy_static",9995 "lru 0.7.5",9996 "parity-scale-codec 3.1.2",9997 "parking_lot 0.12.0",9998 "sc-executor-common",9999 "sc-executor-wasmi",10000 "sc-executor-wasmtime",10001 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10002 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10003 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10004 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10005 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10006 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10007 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10008 "sp-tasks",10009 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10010 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10011 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10012 "tracing",10013 "wasmi",10014]1001510016[[package]]10017name = "sc-executor-common"10018version = "0.10.0-dev"10019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10020dependencies = [10021 "environmental",10022 "parity-scale-codec 3.1.2",10023 "sc-allocator",10024 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10025 "sp-maybe-compressed-blob",10026 "sp-serializer",10027 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10028 "thiserror",10029 "wasm-instrument",10030 "wasmi",10031]1003210033[[package]]10034name = "sc-executor-wasmi"10035version = "0.10.0-dev"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10037dependencies = [10038 "log",10039 "parity-scale-codec 3.1.2",10040 "sc-allocator",10041 "sc-executor-common",10042 "scoped-tls",10043 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10044 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10045 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10046 "wasmi",10047]1004810049[[package]]10050name = "sc-executor-wasmtime"10051version = "0.10.0-dev"10052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10053dependencies = [10054 "cfg-if 1.0.0",10055 "libc",10056 "log",10057 "parity-scale-codec 3.1.2",10058 "parity-wasm 0.42.2",10059 "sc-allocator",10060 "sc-executor-common",10061 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10062 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10063 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10064 "wasmtime",10065]1006610067[[package]]10068name = "sc-finality-grandpa"10069version = "0.10.0-dev"10070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10071dependencies = [10072 "ahash",10073 "async-trait",10074 "dyn-clone",10075 "finality-grandpa",10076 "fork-tree",10077 "futures 0.3.21",10078 "futures-timer",10079 "hex",10080 "log",10081 "parity-scale-codec 3.1.2",10082 "parking_lot 0.12.0",10083 "rand 0.8.5",10084 "sc-block-builder",10085 "sc-chain-spec",10086 "sc-client-api",10087 "sc-consensus",10088 "sc-keystore",10089 "sc-network",10090 "sc-network-gossip",10091 "sc-telemetry",10092 "sc-utils",10093 "serde_json",10094 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10095 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10096 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10097 "sp-blockchain",10098 "sp-consensus",10099 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10100 "sp-finality-grandpa",10101 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10102 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10103 "substrate-prometheus-endpoint",10104 "thiserror",10105]1010610107[[package]]10108name = "sc-finality-grandpa-rpc"10109version = "0.10.0-dev"10110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10111dependencies = [10112 "finality-grandpa",10113 "futures 0.3.21",10114 "jsonrpc-core",10115 "jsonrpc-core-client",10116 "jsonrpc-derive",10117 "jsonrpc-pubsub",10118 "log",10119 "parity-scale-codec 3.1.2",10120 "sc-client-api",10121 "sc-finality-grandpa",10122 "sc-rpc",10123 "serde",10124 "serde_json",10125 "sp-blockchain",10126 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10127 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10128 "thiserror",10129]1013010131[[package]]10132name = "sc-informant"10133version = "0.10.0-dev"10134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10135dependencies = [10136 "ansi_term",10137 "futures 0.3.21",10138 "futures-timer",10139 "log",10140 "parity-util-mem",10141 "sc-client-api",10142 "sc-network",10143 "sc-transaction-pool-api",10144 "sp-blockchain",10145 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10146]1014710148[[package]]10149name = "sc-keystore"10150version = "4.0.0-dev"10151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10152dependencies = [10153 "async-trait",10154 "hex",10155 "parking_lot 0.12.0",10156 "serde_json",10157 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10158 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10159 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10160 "thiserror",10161]1016210163[[package]]10164name = "sc-network"10165version = "0.10.0-dev"10166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10167dependencies = [10168 "async-trait",10169 "asynchronous-codec 0.5.0",10170 "bitflags",10171 "bytes 1.1.0",10172 "cid",10173 "either",10174 "fnv",10175 "fork-tree",10176 "futures 0.3.21",10177 "futures-timer",10178 "hex",10179 "ip_network",10180 "libp2p",10181 "linked-hash-map",10182 "linked_hash_set",10183 "log",10184 "lru 0.7.5",10185 "parity-scale-codec 3.1.2",10186 "parking_lot 0.12.0",10187 "pin-project 1.0.10",10188 "prost",10189 "prost-build",10190 "rand 0.7.3",10191 "sc-block-builder",10192 "sc-client-api",10193 "sc-consensus",10194 "sc-peerset",10195 "sc-utils",10196 "serde",10197 "serde_json",10198 "smallvec",10199 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10200 "sp-blockchain",10201 "sp-consensus",10202 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10203 "sp-finality-grandpa",10204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10205 "substrate-prometheus-endpoint",10206 "thiserror",10207 "unsigned-varint 0.6.0",10208 "void",10209 "zeroize",10210]1021110212[[package]]10213name = "sc-network-gossip"10214version = "0.10.0-dev"10215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10216dependencies = [10217 "ahash",10218 "futures 0.3.21",10219 "futures-timer",10220 "libp2p",10221 "log",10222 "lru 0.7.5",10223 "sc-network",10224 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10225 "substrate-prometheus-endpoint",10226 "tracing",10227]1022810229[[package]]10230name = "sc-offchain"10231version = "4.0.0-dev"10232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10233dependencies = [10234 "bytes 1.1.0",10235 "fnv",10236 "futures 0.3.21",10237 "futures-timer",10238 "hex",10239 "hyper",10240 "hyper-rustls 0.22.1",10241 "num_cpus",10242 "once_cell",10243 "parity-scale-codec 3.1.2",10244 "parking_lot 0.12.0",10245 "rand 0.7.3",10246 "sc-client-api",10247 "sc-network",10248 "sc-utils",10249 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10250 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10251 "sp-offchain",10252 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10253 "threadpool",10254 "tracing",10255]1025610257[[package]]10258name = "sc-peerset"10259version = "4.0.0-dev"10260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10261dependencies = [10262 "futures 0.3.21",10263 "libp2p",10264 "log",10265 "sc-utils",10266 "serde_json",10267 "wasm-timer",10268]1026910270[[package]]10271name = "sc-proposer-metrics"10272version = "0.10.0-dev"10273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10274dependencies = [10275 "log",10276 "substrate-prometheus-endpoint",10277]1027810279[[package]]10280name = "sc-rpc"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 "hash-db",10286 "jsonrpc-core",10287 "jsonrpc-pubsub",10288 "log",10289 "parity-scale-codec 3.1.2",10290 "parking_lot 0.12.0",10291 "sc-block-builder",10292 "sc-chain-spec",10293 "sc-client-api",10294 "sc-rpc-api",10295 "sc-tracing",10296 "sc-transaction-pool-api",10297 "sc-utils",10298 "serde_json",10299 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10300 "sp-blockchain",10301 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10302 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10303 "sp-offchain",10304 "sp-rpc",10305 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10306 "sp-session",10307 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10308]1030910310[[package]]10311name = "sc-rpc-api"10312version = "0.10.0-dev"10313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10314dependencies = [10315 "futures 0.3.21",10316 "jsonrpc-core",10317 "jsonrpc-core-client",10318 "jsonrpc-derive",10319 "jsonrpc-pubsub",10320 "log",10321 "parity-scale-codec 3.1.2",10322 "parking_lot 0.12.0",10323 "sc-chain-spec",10324 "sc-transaction-pool-api",10325 "scale-info",10326 "serde",10327 "serde_json",10328 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10329 "sp-rpc",10330 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10331 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10332 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10333 "thiserror",10334]1033510336[[package]]10337name = "sc-rpc-server"10338version = "4.0.0-dev"10339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10340dependencies = [10341 "futures 0.3.21",10342 "jsonrpc-core",10343 "jsonrpc-http-server",10344 "jsonrpc-ipc-server",10345 "jsonrpc-pubsub",10346 "jsonrpc-ws-server",10347 "log",10348 "serde_json",10349 "substrate-prometheus-endpoint",10350 "tokio 1.18.2",10351]1035210353[[package]]10354name = "sc-service"10355version = "0.10.0-dev"10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10357dependencies = [10358 "async-trait",10359 "directories",10360 "exit-future",10361 "futures 0.3.21",10362 "futures-timer",10363 "hash-db",10364 "jsonrpc-core",10365 "jsonrpc-pubsub",10366 "log",10367 "parity-scale-codec 3.1.2",10368 "parity-util-mem",10369 "parking_lot 0.12.0",10370 "pin-project 1.0.10",10371 "rand 0.7.3",10372 "sc-block-builder",10373 "sc-chain-spec",10374 "sc-client-api",10375 "sc-client-db",10376 "sc-consensus",10377 "sc-executor",10378 "sc-informant",10379 "sc-keystore",10380 "sc-network",10381 "sc-offchain",10382 "sc-rpc",10383 "sc-rpc-server",10384 "sc-sysinfo",10385 "sc-telemetry",10386 "sc-tracing",10387 "sc-transaction-pool",10388 "sc-transaction-pool-api",10389 "sc-utils",10390 "serde",10391 "serde_json",10392 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10393 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10394 "sp-block-builder",10395 "sp-blockchain",10396 "sp-consensus",10397 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10398 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10399 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10400 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10401 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10402 "sp-session",10403 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10404 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10405 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10406 "sp-transaction-pool",10407 "sp-transaction-storage-proof",10408 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10409 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10410 "substrate-prometheus-endpoint",10411 "tempfile",10412 "thiserror",10413 "tokio 1.18.2",10414 "tracing",10415 "tracing-futures",10416]1041710418[[package]]10419name = "sc-state-db"10420version = "0.10.0-dev"10421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10422dependencies = [10423 "log",10424 "parity-scale-codec 3.1.2",10425 "parity-util-mem",10426 "parity-util-mem-derive",10427 "parking_lot 0.12.0",10428 "sc-client-api",10429 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10430]1043110432[[package]]10433name = "sc-sync-state-rpc"10434version = "0.10.0-dev"10435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10436dependencies = [10437 "jsonrpc-core",10438 "jsonrpc-core-client",10439 "jsonrpc-derive",10440 "parity-scale-codec 3.1.2",10441 "sc-chain-spec",10442 "sc-client-api",10443 "sc-consensus-babe",10444 "sc-consensus-epochs",10445 "sc-finality-grandpa",10446 "serde",10447 "serde_json",10448 "sp-blockchain",10449 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10450 "thiserror",10451]1045210453[[package]]10454name = "sc-sysinfo"10455version = "6.0.0-dev"10456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10457dependencies = [10458 "futures 0.3.21",10459 "libc",10460 "log",10461 "rand 0.7.3",10462 "rand_pcg 0.2.1",10463 "regex",10464 "sc-telemetry",10465 "serde",10466 "serde_json",10467 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10468 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10469 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10470]1047110472[[package]]10473name = "sc-telemetry"10474version = "4.0.0-dev"10475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10476dependencies = [10477 "chrono",10478 "futures 0.3.21",10479 "libp2p",10480 "log",10481 "parking_lot 0.12.0",10482 "pin-project 1.0.10",10483 "rand 0.7.3",10484 "serde",10485 "serde_json",10486 "thiserror",10487 "wasm-timer",10488]1048910490[[package]]10491name = "sc-tracing"10492version = "4.0.0-dev"10493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10494dependencies = [10495 "ansi_term",10496 "atty",10497 "chrono",10498 "lazy_static",10499 "libc",10500 "log",10501 "once_cell",10502 "parking_lot 0.12.0",10503 "regex",10504 "rustc-hash",10505 "sc-client-api",10506 "sc-rpc-server",10507 "sc-tracing-proc-macro",10508 "serde",10509 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10510 "sp-blockchain",10511 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10512 "sp-rpc",10513 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10514 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10515 "thiserror",10516 "tracing",10517 "tracing-log",10518 "tracing-subscriber",10519]1052010521[[package]]10522name = "sc-tracing-proc-macro"10523version = "4.0.0-dev"10524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10525dependencies = [10526 "proc-macro-crate 1.1.3",10527 "proc-macro2",10528 "quote",10529 "syn",10530]1053110532[[package]]10533name = "sc-transaction-pool"10534version = "4.0.0-dev"10535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10536dependencies = [10537 "futures 0.3.21",10538 "futures-timer",10539 "linked-hash-map",10540 "log",10541 "parity-scale-codec 3.1.2",10542 "parity-util-mem",10543 "parking_lot 0.12.0",10544 "retain_mut",10545 "sc-client-api",10546 "sc-transaction-pool-api",10547 "sc-utils",10548 "serde",10549 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10550 "sp-blockchain",10551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10553 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10554 "sp-transaction-pool",10555 "substrate-prometheus-endpoint",10556 "thiserror",10557]1055810559[[package]]10560name = "sc-transaction-pool-api"10561version = "4.0.0-dev"10562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10563dependencies = [10564 "futures 0.3.21",10565 "log",10566 "serde",10567 "sp-blockchain",10568 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10569 "thiserror",10570]1057110572[[package]]10573name = "sc-utils"10574version = "4.0.0-dev"10575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10576dependencies = [10577 "futures 0.3.21",10578 "futures-timer",10579 "lazy_static",10580 "log",10581 "parking_lot 0.12.0",10582 "prometheus",10583]1058410585[[package]]10586name = "scale-info"10587version = "2.1.2"10588source = "registry+https://github.com/rust-lang/crates.io-index"10589checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10590dependencies = [10591 "bitvec 1.0.0",10592 "cfg-if 1.0.0",10593 "derive_more",10594 "parity-scale-codec 3.1.2",10595 "scale-info-derive",10596 "serde",10597]1059810599[[package]]10600name = "scale-info-derive"10601version = "2.1.2"10602source = "registry+https://github.com/rust-lang/crates.io-index"10603checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10604dependencies = [10605 "proc-macro-crate 1.1.3",10606 "proc-macro2",10607 "quote",10608 "syn",10609]1061010611[[package]]10612name = "schannel"10613version = "0.1.20"10614source = "registry+https://github.com/rust-lang/crates.io-index"10615checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10616dependencies = [10617 "lazy_static",10618 "windows-sys",10619]1062010621[[package]]10622name = "schnorrkel"10623version = "0.9.1"10624source = "registry+https://github.com/rust-lang/crates.io-index"10625checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10626dependencies = [10627 "arrayref",10628 "arrayvec 0.5.2",10629 "curve25519-dalek 2.1.3",10630 "getrandom 0.1.16",10631 "merlin",10632 "rand 0.7.3",10633 "rand_core 0.5.1",10634 "sha2 0.8.2",10635 "subtle",10636 "zeroize",10637]1063810639[[package]]10640name = "scoped-tls"10641version = "1.0.0"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1064410645[[package]]10646name = "scopeguard"10647version = "1.1.0"10648source = "registry+https://github.com/rust-lang/crates.io-index"10649checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1065010651[[package]]10652name = "sct"10653version = "0.6.1"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10656dependencies = [10657 "ring",10658 "untrusted",10659]1066010661[[package]]10662name = "sct"10663version = "0.7.0"10664source = "registry+https://github.com/rust-lang/crates.io-index"10665checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10666dependencies = [10667 "ring",10668 "untrusted",10669]1067010671[[package]]10672name = "sec1"10673version = "0.2.1"10674source = "registry+https://github.com/rust-lang/crates.io-index"10675checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10676dependencies = [10677 "der",10678 "generic-array 0.14.5",10679 "pkcs8",10680 "subtle",10681 "zeroize",10682]1068310684[[package]]10685name = "secp256k1"10686version = "0.21.3"10687source = "registry+https://github.com/rust-lang/crates.io-index"10688checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10689dependencies = [10690 "secp256k1-sys",10691]1069210693[[package]]10694name = "secp256k1-sys"10695version = "0.4.2"10696source = "registry+https://github.com/rust-lang/crates.io-index"10697checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10698dependencies = [10699 "cc",10700]1070110702[[package]]10703name = "secrecy"10704version = "0.8.0"10705source = "registry+https://github.com/rust-lang/crates.io-index"10706checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10707dependencies = [10708 "zeroize",10709]1071010711[[package]]10712name = "security-framework"10713version = "2.6.1"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10716dependencies = [10717 "bitflags",10718 "core-foundation",10719 "core-foundation-sys",10720 "libc",10721 "security-framework-sys",10722]1072310724[[package]]10725name = "security-framework-sys"10726version = "2.6.1"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10729dependencies = [10730 "core-foundation-sys",10731 "libc",10732]1073310734[[package]]10735name = "semver"10736version = "0.6.0"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10739dependencies = [10740 "semver-parser 0.7.0",10741]1074210743[[package]]10744name = "semver"10745version = "0.9.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10748dependencies = [10749 "semver-parser 0.7.0",10750]1075110752[[package]]10753name = "semver"10754version = "0.11.0"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10757dependencies = [10758 "semver-parser 0.10.2",10759]1076010761[[package]]10762name = "semver"10763version = "1.0.9"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10766dependencies = [10767 "serde",10768]1076910770[[package]]10771name = "semver-parser"10772version = "0.7.0"10773source = "registry+https://github.com/rust-lang/crates.io-index"10774checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1077510776[[package]]10777name = "semver-parser"10778version = "0.10.2"10779source = "registry+https://github.com/rust-lang/crates.io-index"10780checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10781dependencies = [10782 "pest",10783]1078410785[[package]]10786name = "serde"10787version = "1.0.137"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10790dependencies = [10791 "serde_derive",10792]1079310794[[package]]10795name = "serde_derive"10796version = "1.0.137"10797source = "registry+https://github.com/rust-lang/crates.io-index"10798checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10799dependencies = [10800 "proc-macro2",10801 "quote",10802 "syn",10803]1080410805[[package]]10806name = "serde_json"10807version = "1.0.81"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10810dependencies = [10811 "itoa 1.0.2",10812 "ryu",10813 "serde",10814]1081510816[[package]]10817name = "serde_nanos"10818version = "0.1.2"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10821dependencies = [10822 "serde",10823]1082410825[[package]]10826name = "sha-1"10827version = "0.8.2"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10830dependencies = [10831 "block-buffer 0.7.3",10832 "digest 0.8.1",10833 "fake-simd",10834 "opaque-debug 0.2.3",10835]1083610837[[package]]10838name = "sha-1"10839version = "0.9.8"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10842dependencies = [10843 "block-buffer 0.9.0",10844 "cfg-if 1.0.0",10845 "cpufeatures 0.2.2",10846 "digest 0.9.0",10847 "opaque-debug 0.3.0",10848]1084910850[[package]]10851name = "sha2"10852version = "0.8.2"10853source = "registry+https://github.com/rust-lang/crates.io-index"10854checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10855dependencies = [10856 "block-buffer 0.7.3",10857 "digest 0.8.1",10858 "fake-simd",10859 "opaque-debug 0.2.3",10860]1086110862[[package]]10863name = "sha2"10864version = "0.9.9"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10867dependencies = [10868 "block-buffer 0.9.0",10869 "cfg-if 1.0.0",10870 "cpufeatures 0.2.2",10871 "digest 0.9.0",10872 "opaque-debug 0.3.0",10873]1087410875[[package]]10876name = "sha2"10877version = "0.10.2"10878source = "registry+https://github.com/rust-lang/crates.io-index"10879checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10880dependencies = [10881 "cfg-if 1.0.0",10882 "cpufeatures 0.2.2",10883 "digest 0.10.3",10884]1088510886[[package]]10887name = "sha3"10888version = "0.9.1"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10891dependencies = [10892 "block-buffer 0.9.0",10893 "digest 0.9.0",10894 "keccak",10895 "opaque-debug 0.3.0",10896]1089710898[[package]]10899name = "sha3"10900version = "0.10.1"10901source = "registry+https://github.com/rust-lang/crates.io-index"10902checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10903dependencies = [10904 "digest 0.10.3",10905 "keccak",10906]1090710908[[package]]10909name = "sharded-slab"10910version = "0.1.4"10911source = "registry+https://github.com/rust-lang/crates.io-index"10912checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10913dependencies = [10914 "lazy_static",10915]1091610917[[package]]10918name = "shlex"10919version = "1.1.0"10920source = "registry+https://github.com/rust-lang/crates.io-index"10921checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1092210923[[package]]10924name = "signal-hook"10925version = "0.3.14"10926source = "registry+https://github.com/rust-lang/crates.io-index"10927checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10928dependencies = [10929 "libc",10930 "signal-hook-registry",10931]1093210933[[package]]10934name = "signal-hook-registry"10935version = "1.4.0"10936source = "registry+https://github.com/rust-lang/crates.io-index"10937checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10938dependencies = [10939 "libc",10940]1094110942[[package]]10943name = "signature"10944version = "1.4.0"10945source = "registry+https://github.com/rust-lang/crates.io-index"10946checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10947dependencies = [10948 "rand_core 0.6.3",10949]1095010951[[package]]10952name = "simba"10953version = "0.5.1"10954source = "registry+https://github.com/rust-lang/crates.io-index"10955checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10956dependencies = [10957 "approx",10958 "num-complex",10959 "num-traits",10960 "paste",10961]1096210963[[package]]10964name = "slab"10965version = "0.4.6"10966source = "registry+https://github.com/rust-lang/crates.io-index"10967checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1096810969[[package]]10970name = "slot-range-helper"10971version = "0.9.21"10972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10973dependencies = [10974 "enumn",10975 "parity-scale-codec 3.1.2",10976 "paste",10977 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10978 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",10979]1098010981[[package]]10982name = "slotmap"10983version = "1.0.6"10984source = "registry+https://github.com/rust-lang/crates.io-index"10985checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10986dependencies = [10987 "version_check",10988]1098910990[[package]]10991name = "smallvec"10992version = "1.8.0"10993source = "registry+https://github.com/rust-lang/crates.io-index"10994checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1099510996[[package]]10997name = "snap"10998version = "1.0.5"10999source = "registry+https://github.com/rust-lang/crates.io-index"11000checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1100111002[[package]]11003name = "snow"11004version = "0.8.0"11005source = "registry+https://github.com/rust-lang/crates.io-index"11006checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"11007dependencies = [11008 "aes-gcm",11009 "blake2 0.9.2",11010 "chacha20poly1305",11011 "rand 0.8.5",11012 "rand_core 0.6.3",11013 "ring",11014 "rustc_version 0.3.3",11015 "sha2 0.9.9",11016 "subtle",11017 "x25519-dalek",11018]1101911020[[package]]11021name = "socket2"11022version = "0.3.19"11023source = "registry+https://github.com/rust-lang/crates.io-index"11024checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"11025dependencies = [11026 "cfg-if 1.0.0",11027 "libc",11028 "winapi 0.3.9",11029]1103011031[[package]]11032name = "socket2"11033version = "0.4.4"11034source = "registry+https://github.com/rust-lang/crates.io-index"11035checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"11036dependencies = [11037 "libc",11038 "winapi 0.3.9",11039]1104011041[[package]]11042name = "soketto"11043version = "0.7.1"11044source = "registry+https://github.com/rust-lang/crates.io-index"11045checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11046dependencies = [11047 "base64",11048 "bytes 1.1.0",11049 "flate2",11050 "futures 0.3.21",11051 "httparse",11052 "log",11053 "rand 0.8.5",11054 "sha-1 0.9.8",11055]1105611057[[package]]11058name = "sp-api"11059version = "4.0.0-dev"11060source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11061dependencies = [11062 "hash-db",11063 "log",11064 "parity-scale-codec 3.1.2",11065 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11066 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11067 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11068 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11069 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11070 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11071 "thiserror",11072]1107311074[[package]]11075name = "sp-api"11076version = "4.0.0-dev"11077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11078dependencies = [11079 "hash-db",11080 "log",11081 "parity-scale-codec 3.1.2",11082 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11083 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11084 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11085 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11086 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11087 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11088 "thiserror",11089]1109011091[[package]]11092name = "sp-api-proc-macro"11093version = "4.0.0-dev"11094source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11095dependencies = [11096 "blake2 0.10.4",11097 "proc-macro-crate 1.1.3",11098 "proc-macro2",11099 "quote",11100 "syn",11101]1110211103[[package]]11104name = "sp-api-proc-macro"11105version = "4.0.0-dev"11106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11107dependencies = [11108 "blake2 0.10.4",11109 "proc-macro-crate 1.1.3",11110 "proc-macro2",11111 "quote",11112 "syn",11113]1111411115[[package]]11116name = "sp-application-crypto"11117version = "6.0.0"11118source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11119dependencies = [11120 "parity-scale-codec 3.1.2",11121 "scale-info",11122 "serde",11123 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11124 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11126]1112711128[[package]]11129name = "sp-application-crypto"11130version = "6.0.0"11131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11132dependencies = [11133 "parity-scale-codec 3.1.2",11134 "scale-info",11135 "serde",11136 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11137 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11138 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11139]1114011141[[package]]11142name = "sp-arithmetic"11143version = "5.0.0"11144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11145dependencies = [11146 "integer-sqrt",11147 "num-traits",11148 "parity-scale-codec 3.1.2",11149 "scale-info",11150 "serde",11151 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11152 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11153 "static_assertions",11154]1115511156[[package]]11157name = "sp-arithmetic"11158version = "5.0.0"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11160dependencies = [11161 "integer-sqrt",11162 "num-traits",11163 "parity-scale-codec 3.1.2",11164 "scale-info",11165 "serde",11166 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11167 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11168 "static_assertions",11169]1117011171[[package]]11172name = "sp-authority-discovery"11173version = "4.0.0-dev"11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11175dependencies = [11176 "parity-scale-codec 3.1.2",11177 "scale-info",11178 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11179 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11180 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11181 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11182]1118311184[[package]]11185name = "sp-authorship"11186version = "4.0.0-dev"11187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11188dependencies = [11189 "async-trait",11190 "parity-scale-codec 3.1.2",11191 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11192 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11193 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11194]1119511196[[package]]11197name = "sp-block-builder"11198version = "4.0.0-dev"11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11200dependencies = [11201 "parity-scale-codec 3.1.2",11202 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11203 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11204 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11205 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11206]1120711208[[package]]11209name = "sp-blockchain"11210version = "4.0.0-dev"11211source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11212dependencies = [11213 "futures 0.3.21",11214 "log",11215 "lru 0.7.5",11216 "parity-scale-codec 3.1.2",11217 "parking_lot 0.12.0",11218 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11219 "sp-consensus",11220 "sp-database",11221 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11222 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11223 "thiserror",11224]1122511226[[package]]11227name = "sp-consensus"11228version = "0.10.0-dev"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11230dependencies = [11231 "async-trait",11232 "futures 0.3.21",11233 "futures-timer",11234 "log",11235 "parity-scale-codec 3.1.2",11236 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11237 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11238 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11239 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11240 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11241 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11242 "thiserror",11243]1124411245[[package]]11246name = "sp-consensus-aura"11247version = "0.10.0-dev"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11249dependencies = [11250 "async-trait",11251 "parity-scale-codec 3.1.2",11252 "scale-info",11253 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11254 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11255 "sp-consensus",11256 "sp-consensus-slots",11257 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11258 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11259 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11260 "sp-timestamp",11261]1126211263[[package]]11264name = "sp-consensus-babe"11265version = "0.10.0-dev"11266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11267dependencies = [11268 "async-trait",11269 "merlin",11270 "parity-scale-codec 3.1.2",11271 "scale-info",11272 "serde",11273 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11274 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11275 "sp-consensus",11276 "sp-consensus-slots",11277 "sp-consensus-vrf",11278 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11279 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11280 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11281 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11282 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11283 "sp-timestamp",11284]1128511286[[package]]11287name = "sp-consensus-slots"11288version = "0.10.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11290dependencies = [11291 "parity-scale-codec 3.1.2",11292 "scale-info",11293 "serde",11294 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11295 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11296 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11297 "sp-timestamp",11298]1129911300[[package]]11301name = "sp-consensus-vrf"11302version = "0.10.0-dev"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11304dependencies = [11305 "parity-scale-codec 3.1.2",11306 "schnorrkel",11307 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11308 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11309 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11310]1131111312[[package]]11313name = "sp-core"11314version = "6.0.0"11315source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11316dependencies = [11317 "base58",11318 "bitflags",11319 "blake2-rfc",11320 "byteorder",11321 "dyn-clonable",11322 "ed25519-dalek",11323 "futures 0.3.21",11324 "hash-db",11325 "hash256-std-hasher",11326 "hex",11327 "impl-serde",11328 "lazy_static",11329 "libsecp256k1",11330 "log",11331 "merlin",11332 "num-traits",11333 "parity-scale-codec 3.1.2",11334 "parity-util-mem",11335 "parking_lot 0.12.0",11336 "primitive-types",11337 "rand 0.7.3",11338 "regex",11339 "scale-info",11340 "schnorrkel",11341 "secp256k1",11342 "secrecy",11343 "serde",11344 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11345 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11346 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11347 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11348 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11349 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11350 "ss58-registry",11351 "substrate-bip39",11352 "thiserror",11353 "tiny-bip39",11354 "wasmi",11355 "zeroize",11356]1135711358[[package]]11359name = "sp-core"11360version = "6.0.0"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11362dependencies = [11363 "base58",11364 "bitflags",11365 "blake2-rfc",11366 "byteorder",11367 "dyn-clonable",11368 "ed25519-dalek",11369 "futures 0.3.21",11370 "hash-db",11371 "hash256-std-hasher",11372 "hex",11373 "impl-serde",11374 "lazy_static",11375 "libsecp256k1",11376 "log",11377 "merlin",11378 "num-traits",11379 "parity-scale-codec 3.1.2",11380 "parity-util-mem",11381 "parking_lot 0.12.0",11382 "primitive-types",11383 "rand 0.7.3",11384 "regex",11385 "scale-info",11386 "schnorrkel",11387 "secp256k1",11388 "secrecy",11389 "serde",11390 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11391 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11392 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11393 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11394 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11395 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11396 "ss58-registry",11397 "substrate-bip39",11398 "thiserror",11399 "tiny-bip39",11400 "wasmi",11401 "zeroize",11402]1140311404[[package]]11405name = "sp-core-hashing"11406version = "4.0.0"11407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11408dependencies = [11409 "blake2 0.10.4",11410 "byteorder",11411 "digest 0.10.3",11412 "sha2 0.10.2",11413 "sha3 0.10.1",11414 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11415 "twox-hash",11416]1141711418[[package]]11419name = "sp-core-hashing"11420version = "4.0.0"11421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11422dependencies = [11423 "blake2 0.10.4",11424 "byteorder",11425 "digest 0.10.3",11426 "sha2 0.10.2",11427 "sha3 0.10.1",11428 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11429 "twox-hash",11430]1143111432[[package]]11433name = "sp-core-hashing-proc-macro"11434version = "5.0.0"11435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11436dependencies = [11437 "proc-macro2",11438 "quote",11439 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11440 "syn",11441]1144211443[[package]]11444name = "sp-core-hashing-proc-macro"11445version = "5.0.0"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11447dependencies = [11448 "proc-macro2",11449 "quote",11450 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11451 "syn",11452]1145311454[[package]]11455name = "sp-database"11456version = "4.0.0-dev"11457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11458dependencies = [11459 "kvdb",11460 "parking_lot 0.12.0",11461]1146211463[[package]]11464name = "sp-debug-derive"11465version = "4.0.0"11466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11467dependencies = [11468 "proc-macro2",11469 "quote",11470 "syn",11471]1147211473[[package]]11474name = "sp-debug-derive"11475version = "4.0.0"11476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11477dependencies = [11478 "proc-macro2",11479 "quote",11480 "syn",11481]1148211483[[package]]11484name = "sp-externalities"11485version = "0.12.0"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487dependencies = [11488 "environmental",11489 "parity-scale-codec 3.1.2",11490 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11491 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11492]1149311494[[package]]11495name = "sp-externalities"11496version = "0.12.0"11497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11498dependencies = [11499 "environmental",11500 "parity-scale-codec 3.1.2",11501 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11502 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11503]1150411505[[package]]11506name = "sp-finality-grandpa"11507version = "4.0.0-dev"11508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11509dependencies = [11510 "finality-grandpa",11511 "log",11512 "parity-scale-codec 3.1.2",11513 "scale-info",11514 "serde",11515 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11516 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11517 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11518 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11519 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11520 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11521]1152211523[[package]]11524name = "sp-inherents"11525version = "4.0.0-dev"11526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11527dependencies = [11528 "async-trait",11529 "impl-trait-for-tuples",11530 "parity-scale-codec 3.1.2",11531 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11532 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11533 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11534 "thiserror",11535]1153611537[[package]]11538name = "sp-inherents"11539version = "4.0.0-dev"11540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11541dependencies = [11542 "async-trait",11543 "impl-trait-for-tuples",11544 "parity-scale-codec 3.1.2",11545 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11546 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11547 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11548 "thiserror",11549]1155011551[[package]]11552name = "sp-io"11553version = "6.0.0"11554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11555dependencies = [11556 "futures 0.3.21",11557 "hash-db",11558 "libsecp256k1",11559 "log",11560 "parity-scale-codec 3.1.2",11561 "parking_lot 0.12.0",11562 "secp256k1",11563 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11564 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11565 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11566 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11567 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11568 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11569 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11570 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11571 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11572 "tracing",11573 "tracing-core",11574]1157511576[[package]]11577name = "sp-io"11578version = "6.0.0"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11580dependencies = [11581 "futures 0.3.21",11582 "hash-db",11583 "libsecp256k1",11584 "log",11585 "parity-scale-codec 3.1.2",11586 "parking_lot 0.12.0",11587 "secp256k1",11588 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11589 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11590 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11591 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11592 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11593 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11594 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11595 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11596 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11597 "tracing",11598 "tracing-core",11599]1160011601[[package]]11602name = "sp-keyring"11603version = "6.0.0"11604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11605dependencies = [11606 "lazy_static",11607 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11608 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11609 "strum 0.23.0",11610]1161111612[[package]]11613name = "sp-keystore"11614version = "0.12.0"11615source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11616dependencies = [11617 "async-trait",11618 "futures 0.3.21",11619 "merlin",11620 "parity-scale-codec 3.1.2",11621 "parking_lot 0.12.0",11622 "schnorrkel",11623 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11624 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11625 "thiserror",11626]1162711628[[package]]11629name = "sp-keystore"11630version = "0.12.0"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11632dependencies = [11633 "async-trait",11634 "futures 0.3.21",11635 "merlin",11636 "parity-scale-codec 3.1.2",11637 "parking_lot 0.12.0",11638 "schnorrkel",11639 "serde",11640 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11641 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11642 "thiserror",11643]1164411645[[package]]11646name = "sp-maybe-compressed-blob"11647version = "4.1.0-dev"11648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11649dependencies = [11650 "thiserror",11651 "zstd",11652]1165311654[[package]]11655name = "sp-mmr-primitives"11656version = "4.0.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11658dependencies = [11659 "log",11660 "parity-scale-codec 3.1.2",11661 "serde",11662 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11663 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11664 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11665 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11666 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11667]1166811669[[package]]11670name = "sp-npos-elections"11671version = "4.0.0-dev"11672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11673dependencies = [11674 "parity-scale-codec 3.1.2",11675 "scale-info",11676 "serde",11677 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11678 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11679 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11680 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11681]1168211683[[package]]11684name = "sp-offchain"11685version = "4.0.0-dev"11686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11687dependencies = [11688 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11689 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11690 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11691]1169211693[[package]]11694name = "sp-panic-handler"11695version = "4.0.0"11696source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11697dependencies = [11698 "backtrace",11699 "lazy_static",11700 "regex",11701]1170211703[[package]]11704name = "sp-panic-handler"11705version = "4.0.0"11706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11707dependencies = [11708 "backtrace",11709 "lazy_static",11710 "regex",11711]1171211713[[package]]11714name = "sp-rpc"11715version = "6.0.0"11716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11717dependencies = [11718 "rustc-hash",11719 "serde",11720 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11721]1172211723[[package]]11724name = "sp-runtime"11725version = "6.0.0"11726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11727dependencies = [11728 "either",11729 "hash256-std-hasher",11730 "impl-trait-for-tuples",11731 "log",11732 "parity-scale-codec 3.1.2",11733 "parity-util-mem",11734 "paste",11735 "rand 0.7.3",11736 "scale-info",11737 "serde",11738 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11739 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11740 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11741 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11742 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11743]1174411745[[package]]11746name = "sp-runtime"11747version = "6.0.0"11748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11749dependencies = [11750 "either",11751 "hash256-std-hasher",11752 "impl-trait-for-tuples",11753 "log",11754 "parity-scale-codec 3.1.2",11755 "parity-util-mem",11756 "paste",11757 "rand 0.7.3",11758 "scale-info",11759 "serde",11760 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11761 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11762 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11763 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11764 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11765]1176611767[[package]]11768name = "sp-runtime-interface"11769version = "6.0.0"11770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11771dependencies = [11772 "impl-trait-for-tuples",11773 "parity-scale-codec 3.1.2",11774 "primitive-types",11775 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11776 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11777 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11778 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11779 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11780 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11781 "static_assertions",11782]1178311784[[package]]11785name = "sp-runtime-interface"11786version = "6.0.0"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11788dependencies = [11789 "impl-trait-for-tuples",11790 "parity-scale-codec 3.1.2",11791 "primitive-types",11792 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11793 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11794 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11795 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11796 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11797 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11798 "static_assertions",11799]1180011801[[package]]11802name = "sp-runtime-interface-proc-macro"11803version = "5.0.0"11804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11805dependencies = [11806 "Inflector",11807 "proc-macro-crate 1.1.3",11808 "proc-macro2",11809 "quote",11810 "syn",11811]1181211813[[package]]11814name = "sp-runtime-interface-proc-macro"11815version = "5.0.0"11816source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11817dependencies = [11818 "Inflector",11819 "proc-macro-crate 1.1.3",11820 "proc-macro2",11821 "quote",11822 "syn",11823]1182411825[[package]]11826name = "sp-serializer"11827version = "4.0.0-dev"11828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11829dependencies = [11830 "serde",11831 "serde_json",11832]1183311834[[package]]11835name = "sp-session"11836version = "4.0.0-dev"11837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11838dependencies = [11839 "parity-scale-codec 3.1.2",11840 "scale-info",11841 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11842 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11843 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11844 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11845 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11846]1184711848[[package]]11849name = "sp-staking"11850version = "4.0.0-dev"11851source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11852dependencies = [11853 "parity-scale-codec 3.1.2",11854 "scale-info",11855 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11856 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11857]1185811859[[package]]11860name = "sp-staking"11861version = "4.0.0-dev"11862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11863dependencies = [11864 "parity-scale-codec 3.1.2",11865 "scale-info",11866 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11867 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11868]1186911870[[package]]11871name = "sp-state-machine"11872version = "0.12.0"11873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11874dependencies = [11875 "hash-db",11876 "log",11877 "num-traits",11878 "parity-scale-codec 3.1.2",11879 "parking_lot 0.12.0",11880 "rand 0.7.3",11881 "smallvec",11882 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11883 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11884 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11885 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11886 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11887 "thiserror",11888 "tracing",11889 "trie-db",11890 "trie-root",11891]1189211893[[package]]11894name = "sp-state-machine"11895version = "0.12.0"11896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11897dependencies = [11898 "hash-db",11899 "log",11900 "num-traits",11901 "parity-scale-codec 3.1.2",11902 "parking_lot 0.12.0",11903 "rand 0.7.3",11904 "smallvec",11905 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11906 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11907 "sp-panic-handler 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11908 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11909 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11910 "thiserror",11911 "tracing",11912 "trie-root",11913]1191411915[[package]]11916name = "sp-std"11917version = "4.0.0"11918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1191911920[[package]]11921name = "sp-std"11922version = "4.0.0"11923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1192411925[[package]]11926name = "sp-storage"11927version = "6.0.0"11928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11929dependencies = [11930 "impl-serde",11931 "parity-scale-codec 3.1.2",11932 "ref-cast",11933 "serde",11934 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11935 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11936]1193711938[[package]]11939name = "sp-storage"11940version = "6.0.0"11941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11942dependencies = [11943 "impl-serde",11944 "parity-scale-codec 3.1.2",11945 "ref-cast",11946 "serde",11947 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11948 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11949]1195011951[[package]]11952name = "sp-tasks"11953version = "4.0.0-dev"11954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11955dependencies = [11956 "log",11957 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11958 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11959 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11960 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11961 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11962]1196311964[[package]]11965name = "sp-timestamp"11966version = "4.0.0-dev"11967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11968dependencies = [11969 "async-trait",11970 "futures-timer",11971 "log",11972 "parity-scale-codec 3.1.2",11973 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11974 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11975 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11976 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11977 "thiserror",11978]1197911980[[package]]11981name = "sp-tracing"11982version = "5.0.0"11983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11984dependencies = [11985 "parity-scale-codec 3.1.2",11986 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",11987 "tracing",11988 "tracing-core",11989 "tracing-subscriber",11990]1199111992[[package]]11993name = "sp-tracing"11994version = "5.0.0"11995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11996dependencies = [11997 "parity-scale-codec 3.1.2",11998 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",11999 "tracing",12000 "tracing-core",12001 "tracing-subscriber",12002]1200312004[[package]]12005name = "sp-transaction-pool"12006version = "4.0.0-dev"12007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12008dependencies = [12009 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12010 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12011]1201212013[[package]]12014name = "sp-transaction-storage-proof"12015version = "4.0.0-dev"12016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12017dependencies = [12018 "async-trait",12019 "log",12020 "parity-scale-codec 3.1.2",12021 "scale-info",12022 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12023 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12024 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12025 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12026 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12027]1202812029[[package]]12030name = "sp-trie"12031version = "6.0.0"12032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12033dependencies = [12034 "hash-db",12035 "memory-db",12036 "parity-scale-codec 3.1.2",12037 "scale-info",12038 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12039 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12040 "thiserror",12041 "trie-db",12042 "trie-root",12043]1204412045[[package]]12046name = "sp-trie"12047version = "6.0.0"12048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12049dependencies = [12050 "hash-db",12051 "memory-db",12052 "parity-scale-codec 3.1.2",12053 "scale-info",12054 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12055 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12056 "thiserror",12057 "trie-db",12058 "trie-root",12059]1206012061[[package]]12062name = "sp-version"12063version = "5.0.0"12064source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12065dependencies = [12066 "impl-serde",12067 "parity-scale-codec 3.1.2",12068 "parity-wasm 0.42.2",12069 "scale-info",12070 "serde",12071 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12072 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12073 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12074 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12075 "thiserror",12076]1207712078[[package]]12079name = "sp-version"12080version = "5.0.0"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12082dependencies = [12083 "impl-serde",12084 "parity-scale-codec 3.1.2",12085 "parity-wasm 0.42.2",12086 "scale-info",12087 "serde",12088 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12089 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12090 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12091 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12092 "thiserror",12093]1209412095[[package]]12096name = "sp-version-proc-macro"12097version = "4.0.0-dev"12098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12099dependencies = [12100 "parity-scale-codec 3.1.2",12101 "proc-macro2",12102 "quote",12103 "syn",12104]1210512106[[package]]12107name = "sp-version-proc-macro"12108version = "4.0.0-dev"12109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12110dependencies = [12111 "parity-scale-codec 3.1.2",12112 "proc-macro2",12113 "quote",12114 "syn",12115]1211612117[[package]]12118name = "sp-wasm-interface"12119version = "6.0.0"12120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12121dependencies = [12122 "impl-trait-for-tuples",12123 "log",12124 "parity-scale-codec 3.1.2",12125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18)",12126 "wasmi",12127]1212812129[[package]]12130name = "sp-wasm-interface"12131version = "6.0.0"12132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12133dependencies = [12134 "impl-trait-for-tuples",12135 "log",12136 "parity-scale-codec 3.1.2",12137 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12138 "wasmi",12139 "wasmtime",12140]1214112142[[package]]12143name = "spin"12144version = "0.5.2"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1214712148[[package]]12149name = "spki"12150version = "0.5.4"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"12153dependencies = [12154 "base64ct",12155 "der",12156]1215712158[[package]]12159name = "ss58-registry"12160version = "1.18.0"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"12163dependencies = [12164 "Inflector",12165 "num-format",12166 "proc-macro2",12167 "quote",12168 "serde",12169 "serde_json",12170 "unicode-xid",12171]1217212173[[package]]12174name = "stable_deref_trait"12175version = "1.2.0"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1217812179[[package]]12180name = "static_assertions"12181version = "1.1.0"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1218412185[[package]]12186name = "static_init"12187version = "0.5.2"12188source = "registry+https://github.com/rust-lang/crates.io-index"12189checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12190dependencies = [12191 "cfg_aliases",12192 "libc",12193 "parking_lot 0.11.2",12194 "static_init_macro",12195]1219612197[[package]]12198name = "static_init_macro"12199version = "0.5.0"12200source = "registry+https://github.com/rust-lang/crates.io-index"12201checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12202dependencies = [12203 "cfg_aliases",12204 "memchr",12205 "proc-macro2",12206 "quote",12207 "syn",12208]1220912210[[package]]12211name = "statrs"12212version = "0.15.0"12213source = "registry+https://github.com/rust-lang/crates.io-index"12214checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12215dependencies = [12216 "approx",12217 "lazy_static",12218 "nalgebra",12219 "num-traits",12220 "rand 0.8.5",12221]1222212223[[package]]12224name = "strsim"12225version = "0.10.0"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1222812229[[package]]12230name = "struct-versioning"12231version = "0.1.0"12232dependencies = [12233 "quote",12234 "syn",12235]1223612237[[package]]12238name = "strum"12239version = "0.23.0"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"12242dependencies = [12243 "strum_macros 0.23.1",12244]1224512246[[package]]12247name = "strum"12248version = "0.24.0"12249source = "registry+https://github.com/rust-lang/crates.io-index"12250checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"12251dependencies = [12252 "strum_macros 0.24.0",12253]1225412255[[package]]12256name = "strum_macros"12257version = "0.23.1"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"12260dependencies = [12261 "heck 0.3.3",12262 "proc-macro2",12263 "quote",12264 "rustversion",12265 "syn",12266]1226712268[[package]]12269name = "strum_macros"12270version = "0.24.0"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"12273dependencies = [12274 "heck 0.4.0",12275 "proc-macro2",12276 "quote",12277 "rustversion",12278 "syn",12279]1228012281[[package]]12282name = "substrate-bip39"12283version = "0.4.4"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12286dependencies = [12287 "hmac 0.11.0",12288 "pbkdf2 0.8.0",12289 "schnorrkel",12290 "sha2 0.9.9",12291 "zeroize",12292]1229312294[[package]]12295name = "substrate-build-script-utils"12296version = "3.0.0"12297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12298dependencies = [12299 "platforms",12300]1230112302[[package]]12303name = "substrate-frame-rpc-system"12304version = "4.0.0-dev"12305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12306dependencies = [12307 "frame-system-rpc-runtime-api",12308 "futures 0.3.21",12309 "jsonrpc-core",12310 "jsonrpc-core-client",12311 "jsonrpc-derive",12312 "log",12313 "parity-scale-codec 3.1.2",12314 "sc-client-api",12315 "sc-rpc-api",12316 "sc-transaction-pool-api",12317 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12318 "sp-block-builder",12319 "sp-blockchain",12320 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12321 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12322]1232312324[[package]]12325name = "substrate-prometheus-endpoint"12326version = "0.10.0-dev"12327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12328dependencies = [12329 "futures-util",12330 "hyper",12331 "log",12332 "prometheus",12333 "thiserror",12334 "tokio 1.18.2",12335]1233612337[[package]]12338name = "substrate-state-trie-migration-rpc"12339version = "4.0.0-dev"12340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12341dependencies = [12342 "jsonrpc-core",12343 "jsonrpc-core-client",12344 "jsonrpc-derive",12345 "log",12346 "parity-scale-codec 3.1.2",12347 "sc-client-api",12348 "sc-rpc-api",12349 "scale-info",12350 "serde",12351 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12352 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12353 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12354 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12355 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12356 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12357 "trie-db",12358]1235912360[[package]]12361name = "substrate-test-client"12362version = "2.0.1"12363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12364dependencies = [12365 "async-trait",12366 "futures 0.3.21",12367 "hex",12368 "parity-scale-codec 3.1.2",12369 "sc-client-api",12370 "sc-client-db",12371 "sc-consensus",12372 "sc-executor",12373 "sc-offchain",12374 "sc-service",12375 "serde",12376 "serde_json",12377 "sp-blockchain",12378 "sp-consensus",12379 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12380 "sp-keyring",12381 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12382 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12383 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12384]1238512386[[package]]12387name = "substrate-test-utils"12388version = "4.0.0-dev"12389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12390dependencies = [12391 "futures 0.3.21",12392 "substrate-test-utils-derive",12393 "tokio 1.18.2",12394]1239512396[[package]]12397name = "substrate-test-utils-derive"12398version = "0.10.0-dev"12399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12400dependencies = [12401 "proc-macro-crate 1.1.3",12402 "proc-macro2",12403 "quote",12404 "syn",12405]1240612407[[package]]12408name = "substrate-wasm-builder"12409version = "5.0.0-dev"12410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12411dependencies = [12412 "ansi_term",12413 "build-helper",12414 "cargo_metadata",12415 "sp-maybe-compressed-blob",12416 "strum 0.23.0",12417 "tempfile",12418 "toml",12419 "walkdir",12420 "wasm-gc-api",12421]1242212423[[package]]12424name = "subtle"12425version = "2.4.1"12426source = "registry+https://github.com/rust-lang/crates.io-index"12427checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1242812429[[package]]12430name = "syn"12431version = "1.0.95"12432source = "registry+https://github.com/rust-lang/crates.io-index"12433checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"12434dependencies = [12435 "proc-macro2",12436 "quote",12437 "unicode-ident",12438]1243912440[[package]]12441name = "synstructure"12442version = "0.12.6"12443source = "registry+https://github.com/rust-lang/crates.io-index"12444checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12445dependencies = [12446 "proc-macro2",12447 "quote",12448 "syn",12449 "unicode-xid",12450]1245112452[[package]]12453name = "tap"12454version = "1.0.1"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1245712458[[package]]12459name = "target-lexicon"12460version = "0.12.3"12461source = "registry+https://github.com/rust-lang/crates.io-index"12462checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1246312464[[package]]12465name = "tempfile"12466version = "3.3.0"12467source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12469dependencies = [12470 "cfg-if 1.0.0",12471 "fastrand",12472 "libc",12473 "redox_syscall 0.2.13",12474 "remove_dir_all",12475 "winapi 0.3.9",12476]1247712478[[package]]12479name = "term"12480version = "0.5.2"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12483dependencies = [12484 "byteorder",12485 "dirs",12486 "winapi 0.3.9",12487]1248812489[[package]]12490name = "termcolor"12491version = "1.1.3"12492source = "registry+https://github.com/rust-lang/crates.io-index"12493checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12494dependencies = [12495 "winapi-util",12496]1249712498[[package]]12499name = "test-runtime-constants"12500version = "0.9.21"12501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12502dependencies = [12503 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12504 "polkadot-primitives",12505 "polkadot-runtime-common",12506 "smallvec",12507 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12508]1250912510[[package]]12511name = "tests"12512version = "0.1.0"12513dependencies = [12514 "fp-evm-mapping",12515 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12516 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12517 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12518 "pallet-common",12519 "pallet-ethereum",12520 "pallet-evm",12521 "pallet-evm-coder-substrate",12522 "pallet-fungible",12523 "pallet-nonfungible",12524 "pallet-refungible",12525 "pallet-structure",12526 "pallet-timestamp",12527 "pallet-transaction-payment",12528 "pallet-unique",12529 "parity-scale-codec 3.1.2",12530 "scale-info",12531 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12532 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12534 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",12535 "unique-runtime-common",12536 "up-data-structs",12537]1253812539[[package]]12540name = "textwrap"12541version = "0.15.0"12542source = "registry+https://github.com/rust-lang/crates.io-index"12543checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1254412545[[package]]12546name = "thiserror"12547version = "1.0.31"12548source = "registry+https://github.com/rust-lang/crates.io-index"12549checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12550dependencies = [12551 "thiserror-impl",12552]1255312554[[package]]12555name = "thiserror-impl"12556version = "1.0.31"12557source = "registry+https://github.com/rust-lang/crates.io-index"12558checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12559dependencies = [12560 "proc-macro2",12561 "quote",12562 "syn",12563]1256412565[[package]]12566name = "thousands"12567version = "0.2.0"12568source = "registry+https://github.com/rust-lang/crates.io-index"12569checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1257012571[[package]]12572name = "thread_local"12573version = "1.1.4"12574source = "registry+https://github.com/rust-lang/crates.io-index"12575checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12576dependencies = [12577 "once_cell",12578]1257912580[[package]]12581name = "threadpool"12582version = "1.8.1"12583source = "registry+https://github.com/rust-lang/crates.io-index"12584checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12585dependencies = [12586 "num_cpus",12587]1258812589[[package]]12590name = "thrift"12591version = "0.15.0"12592source = "registry+https://github.com/rust-lang/crates.io-index"12593checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12594dependencies = [12595 "byteorder",12596 "integer-encoding",12597 "log",12598 "ordered-float",12599 "threadpool",12600]1260112602[[package]]12603name = "tikv-jemalloc-sys"12604version = "0.4.3+5.2.1-patched.2"12605source = "registry+https://github.com/rust-lang/crates.io-index"12606checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12607dependencies = [12608 "cc",12609 "fs_extra",12610 "libc",12611]1261212613[[package]]12614name = "time"12615version = "0.1.44"12616source = "registry+https://github.com/rust-lang/crates.io-index"12617checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12618dependencies = [12619 "libc",12620 "wasi 0.10.0+wasi-snapshot-preview1",12621 "winapi 0.3.9",12622]1262312624[[package]]12625name = "tiny-bip39"12626version = "0.8.2"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12629dependencies = [12630 "anyhow",12631 "hmac 0.8.1",12632 "once_cell",12633 "pbkdf2 0.4.0",12634 "rand 0.7.3",12635 "rustc-hash",12636 "sha2 0.9.9",12637 "thiserror",12638 "unicode-normalization",12639 "wasm-bindgen",12640 "zeroize",12641]1264212643[[package]]12644name = "tiny-keccak"12645version = "2.0.2"12646source = "registry+https://github.com/rust-lang/crates.io-index"12647checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12648dependencies = [12649 "crunchy",12650]1265112652[[package]]12653name = "tinyvec"12654version = "1.6.0"12655source = "registry+https://github.com/rust-lang/crates.io-index"12656checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12657dependencies = [12658 "tinyvec_macros",12659]1266012661[[package]]12662name = "tinyvec_macros"12663version = "0.1.0"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1266612667[[package]]12668name = "tokio"12669version = "0.2.25"12670source = "registry+https://github.com/rust-lang/crates.io-index"12671checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12672dependencies = [12673 "bytes 0.5.6",12674 "fnv",12675 "pin-project-lite 0.1.12",12676 "tokio-macros 0.2.6",12677]1267812679[[package]]12680name = "tokio"12681version = "1.18.2"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12684dependencies = [12685 "bytes 1.1.0",12686 "libc",12687 "memchr",12688 "mio 0.8.3",12689 "num_cpus",12690 "once_cell",12691 "parking_lot 0.12.0",12692 "pin-project-lite 0.2.9",12693 "signal-hook-registry",12694 "socket2 0.4.4",12695 "tokio-macros 1.7.0",12696 "winapi 0.3.9",12697]1269812699[[package]]12700name = "tokio-macros"12701version = "0.2.6"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12704dependencies = [12705 "proc-macro2",12706 "quote",12707 "syn",12708]1270912710[[package]]12711name = "tokio-macros"12712version = "1.7.0"12713source = "registry+https://github.com/rust-lang/crates.io-index"12714checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12715dependencies = [12716 "proc-macro2",12717 "quote",12718 "syn",12719]1272012721[[package]]12722name = "tokio-rustls"12723version = "0.22.0"12724source = "registry+https://github.com/rust-lang/crates.io-index"12725checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12726dependencies = [12727 "rustls 0.19.1",12728 "tokio 1.18.2",12729 "webpki 0.21.4",12730]1273112732[[package]]12733name = "tokio-rustls"12734version = "0.23.4"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12737dependencies = [12738 "rustls 0.20.6",12739 "tokio 1.18.2",12740 "webpki 0.22.0",12741]1274212743[[package]]12744name = "tokio-stream"12745version = "0.1.8"12746source = "registry+https://github.com/rust-lang/crates.io-index"12747checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12748dependencies = [12749 "futures-core",12750 "pin-project-lite 0.2.9",12751 "tokio 1.18.2",12752]1275312754[[package]]12755name = "tokio-util"12756version = "0.6.10"12757source = "registry+https://github.com/rust-lang/crates.io-index"12758checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12759dependencies = [12760 "bytes 1.1.0",12761 "futures-core",12762 "futures-sink",12763 "log",12764 "pin-project-lite 0.2.9",12765 "tokio 1.18.2",12766]1276712768[[package]]12769name = "tokio-util"12770version = "0.7.2"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12773dependencies = [12774 "bytes 1.1.0",12775 "futures-core",12776 "futures-io",12777 "futures-sink",12778 "pin-project-lite 0.2.9",12779 "tokio 1.18.2",12780 "tracing",12781]1278212783[[package]]12784name = "toml"12785version = "0.5.9"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12788dependencies = [12789 "serde",12790]1279112792[[package]]12793name = "tower-service"12794version = "0.3.1"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1279712798[[package]]12799name = "tracing"12800version = "0.1.34"12801source = "registry+https://github.com/rust-lang/crates.io-index"12802checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12803dependencies = [12804 "cfg-if 1.0.0",12805 "pin-project-lite 0.2.9",12806 "tracing-attributes",12807 "tracing-core",12808]1280912810[[package]]12811name = "tracing-attributes"12812version = "0.1.21"12813source = "registry+https://github.com/rust-lang/crates.io-index"12814checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12815dependencies = [12816 "proc-macro2",12817 "quote",12818 "syn",12819]1282012821[[package]]12822name = "tracing-core"12823version = "0.1.26"12824source = "registry+https://github.com/rust-lang/crates.io-index"12825checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12826dependencies = [12827 "lazy_static",12828 "valuable",12829]1283012831[[package]]12832name = "tracing-futures"12833version = "0.2.5"12834source = "registry+https://github.com/rust-lang/crates.io-index"12835checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12836dependencies = [12837 "pin-project 1.0.10",12838 "tracing",12839]1284012841[[package]]12842name = "tracing-gum"12843version = "0.9.21"12844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12845dependencies = [12846 "polkadot-node-jaeger",12847 "polkadot-primitives",12848 "tracing",12849 "tracing-gum-proc-macro",12850]1285112852[[package]]12853name = "tracing-gum-proc-macro"12854version = "0.9.21"12855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12856dependencies = [12857 "expander 0.0.6",12858 "proc-macro-crate 1.1.3",12859 "proc-macro2",12860 "quote",12861 "syn",12862]1286312864[[package]]12865name = "tracing-log"12866version = "0.1.3"12867source = "registry+https://github.com/rust-lang/crates.io-index"12868checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12869dependencies = [12870 "lazy_static",12871 "log",12872 "tracing-core",12873]1287412875[[package]]12876name = "tracing-serde"12877version = "0.1.3"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12880dependencies = [12881 "serde",12882 "tracing-core",12883]1288412885[[package]]12886name = "tracing-subscriber"12887version = "0.2.25"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12890dependencies = [12891 "ansi_term",12892 "chrono",12893 "lazy_static",12894 "matchers",12895 "parking_lot 0.11.2",12896 "regex",12897 "serde",12898 "serde_json",12899 "sharded-slab",12900 "smallvec",12901 "thread_local",12902 "tracing",12903 "tracing-core",12904 "tracing-log",12905 "tracing-serde",12906]1290712908[[package]]12909name = "trie-db"12910version = "0.23.1"12911source = "registry+https://github.com/rust-lang/crates.io-index"12912checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12913dependencies = [12914 "hash-db",12915 "hashbrown 0.12.1",12916 "log",12917 "rustc-hex",12918 "smallvec",12919]1292012921[[package]]12922name = "trie-root"12923version = "0.17.0"12924source = "registry+https://github.com/rust-lang/crates.io-index"12925checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12926dependencies = [12927 "hash-db",12928]1292912930[[package]]12931name = "triehash"12932version = "0.8.4"12933source = "registry+https://github.com/rust-lang/crates.io-index"12934checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12935dependencies = [12936 "hash-db",12937 "rlp",12938]1293912940[[package]]12941name = "trust-dns-proto"12942version = "0.20.4"12943source = "registry+https://github.com/rust-lang/crates.io-index"12944checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12945dependencies = [12946 "async-trait",12947 "cfg-if 1.0.0",12948 "data-encoding",12949 "enum-as-inner",12950 "futures-channel",12951 "futures-io",12952 "futures-util",12953 "idna 0.2.3",12954 "ipnet",12955 "lazy_static",12956 "log",12957 "rand 0.8.5",12958 "smallvec",12959 "thiserror",12960 "tinyvec",12961 "url 2.2.2",12962]1296312964[[package]]12965name = "trust-dns-resolver"12966version = "0.20.4"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12969dependencies = [12970 "cfg-if 1.0.0",12971 "futures-util",12972 "ipconfig",12973 "lazy_static",12974 "log",12975 "lru-cache",12976 "parking_lot 0.11.2",12977 "resolv-conf",12978 "smallvec",12979 "thiserror",12980 "trust-dns-proto",12981]1298212983[[package]]12984name = "try-lock"12985version = "0.2.3"12986source = "registry+https://github.com/rust-lang/crates.io-index"12987checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1298812989[[package]]12990name = "try-runtime-cli"12991version = "0.10.0-dev"12992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12993dependencies = [12994 "clap",12995 "jsonrpsee",12996 "log",12997 "parity-scale-codec 3.1.2",12998 "remote-externalities",12999 "sc-chain-spec",13000 "sc-cli",13001 "sc-executor",13002 "sc-service",13003 "serde",13004 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13005 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13006 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13007 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13008 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13009 "sp-state-machine 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13010 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13011 "zstd",13012]1301313014[[package]]13015name = "tt-call"13016version = "1.0.8"13017source = "registry+https://github.com/rust-lang/crates.io-index"13018checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1301913020[[package]]13021name = "twox-hash"13022version = "1.6.3"13023source = "registry+https://github.com/rust-lang/crates.io-index"13024checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13025dependencies = [13026 "cfg-if 1.0.0",13027 "digest 0.10.3",13028 "rand 0.8.5",13029 "static_assertions",13030]1303113032[[package]]13033name = "typenum"13034version = "1.15.0"13035source = "registry+https://github.com/rust-lang/crates.io-index"13036checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1303713038[[package]]13039name = "uc-rpc"13040version = "0.1.0"13041dependencies = [13042 "jsonrpc-core",13043 "jsonrpc-core-client",13044 "jsonrpc-derive",13045 "pallet-common",13046 "pallet-evm",13047 "parity-scale-codec 3.1.2",13048 "rmrk-rpc",13049 "rmrk-traits",13050 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13051 "sp-blockchain",13052 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13053 "sp-rpc",13054 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13055 "unique-runtime-common",13056 "up-data-structs",13057 "up-rpc",13058]1305913060[[package]]13061name = "ucd-trie"13062version = "0.1.3"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1306513066[[package]]13067name = "uint"13068version = "0.9.3"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"13071dependencies = [13072 "byteorder",13073 "crunchy",13074 "hex",13075 "static_assertions",13076]1307713078[[package]]13079name = "unicase"13080version = "2.6.0"13081source = "registry+https://github.com/rust-lang/crates.io-index"13082checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"13083dependencies = [13084 "version_check",13085]1308613087[[package]]13088name = "unicode-bidi"13089version = "0.3.8"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1309213093[[package]]13094name = "unicode-ident"13095version = "1.0.0"13096source = "registry+https://github.com/rust-lang/crates.io-index"13097checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1309813099[[package]]13100name = "unicode-normalization"13101version = "0.1.19"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"13104dependencies = [13105 "tinyvec",13106]1310713108[[package]]13109name = "unicode-segmentation"13110version = "1.9.0"13111source = "registry+https://github.com/rust-lang/crates.io-index"13112checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1311313114[[package]]13115name = "unicode-width"13116version = "0.1.9"13117source = "registry+https://github.com/rust-lang/crates.io-index"13118checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1311913120[[package]]13121name = "unicode-xid"13122version = "0.2.3"13123source = "registry+https://github.com/rust-lang/crates.io-index"13124checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1312513126[[package]]13127name = "unique-node"13128version = "0.9.20"13129dependencies = [13130 "clap",13131 "cumulus-client-cli",13132 "cumulus-client-collator",13133 "cumulus-client-consensus-aura",13134 "cumulus-client-consensus-common",13135 "cumulus-client-network",13136 "cumulus-client-service",13137 "cumulus-primitives-core",13138 "cumulus-primitives-parachain-inherent",13139 "cumulus-relay-chain-inprocess-interface",13140 "cumulus-relay-chain-interface",13141 "cumulus-relay-chain-rpc-interface",13142 "fc-consensus",13143 "fc-db",13144 "fc-mapping-sync",13145 "fc-rpc",13146 "fc-rpc-core",13147 "flexi_logger",13148 "fp-rpc",13149 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13150 "frame-benchmarking-cli",13151 "futures 0.3.21",13152 "jsonrpc-core",13153 "jsonrpc-pubsub",13154 "log",13155 "opal-runtime",13156 "pallet-ethereum",13157 "pallet-transaction-payment-rpc",13158 "pallet-transaction-payment-rpc-runtime-api",13159 "parity-scale-codec 3.1.2",13160 "parking_lot 0.11.2",13161 "polkadot-cli",13162 "polkadot-parachain",13163 "polkadot-primitives",13164 "polkadot-service",13165 "polkadot-test-service",13166 "quartz-runtime",13167 "rmrk-rpc",13168 "sc-basic-authorship",13169 "sc-chain-spec",13170 "sc-cli",13171 "sc-client-api",13172 "sc-consensus",13173 "sc-consensus-aura",13174 "sc-consensus-manual-seal",13175 "sc-executor",13176 "sc-finality-grandpa",13177 "sc-keystore",13178 "sc-network",13179 "sc-rpc",13180 "sc-rpc-api",13181 "sc-service",13182 "sc-telemetry",13183 "sc-tracing",13184 "sc-transaction-pool",13185 "serde",13186 "serde_json",13187 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13188 "sp-block-builder",13189 "sp-blockchain",13190 "sp-consensus",13191 "sp-consensus-aura",13192 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13193 "sp-finality-grandpa",13194 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13195 "sp-keystore 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13196 "sp-offchain",13197 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13198 "sp-session",13199 "sp-timestamp",13200 "sp-transaction-pool",13201 "sp-trie 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13202 "substrate-build-script-utils",13203 "substrate-frame-rpc-system",13204 "substrate-prometheus-endpoint",13205 "tokio 1.18.2",13206 "try-runtime-cli",13207 "unique-rpc",13208 "unique-runtime",13209 "unique-runtime-common",13210 "up-data-structs",13211 "up-rpc",13212]1321313214[[package]]13215name = "unique-rpc"13216version = "0.1.0"13217dependencies = [13218 "fc-db",13219 "fc-mapping-sync",13220 "fc-rpc",13221 "fc-rpc-core",13222 "fp-rpc",13223 "fp-storage",13224 "futures 0.3.21",13225 "jsonrpc-core",13226 "jsonrpc-pubsub",13227 "pallet-common",13228 "pallet-ethereum",13229 "pallet-transaction-payment-rpc",13230 "pallet-transaction-payment-rpc-runtime-api",13231 "pallet-unique",13232 "rmrk-rpc",13233 "sc-client-api",13234 "sc-consensus-aura",13235 "sc-consensus-epochs",13236 "sc-finality-grandpa",13237 "sc-finality-grandpa-rpc",13238 "sc-keystore",13239 "sc-network",13240 "sc-rpc",13241 "sc-rpc-api",13242 "sc-service",13243 "sc-transaction-pool",13244 "serde",13245 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13246 "sp-block-builder",13247 "sp-blockchain",13248 "sp-consensus",13249 "sp-consensus-aura",13250 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13251 "sp-offchain",13252 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13253 "sp-session",13254 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13255 "sp-transaction-pool",13256 "substrate-frame-rpc-system",13257 "tokio 0.2.25",13258 "uc-rpc",13259 "unique-runtime-common",13260 "up-rpc",13261]1326213263[[package]]13264name = "unique-runtime"13265version = "0.9.18"13266dependencies = [13267 "cumulus-pallet-aura-ext",13268 "cumulus-pallet-dmp-queue",13269 "cumulus-pallet-parachain-system",13270 "cumulus-pallet-xcm",13271 "cumulus-pallet-xcmp-queue",13272 "cumulus-primitives-core",13273 "cumulus-primitives-timestamp",13274 "cumulus-primitives-utility",13275 "derivative",13276 "fp-evm-mapping",13277 "fp-rpc",13278 "fp-self-contained",13279 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13280 "frame-executive",13281 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13282 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13283 "frame-system-benchmarking",13284 "frame-system-rpc-runtime-api",13285 "frame-try-runtime",13286 "hex-literal",13287 "log",13288 "orml-vesting",13289 "pallet-aura",13290 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13291 "pallet-base-fee",13292 "pallet-common",13293 "pallet-ethereum",13294 "pallet-evm",13295 "pallet-evm-coder-substrate",13296 "pallet-evm-contract-helpers",13297 "pallet-evm-migration",13298 "pallet-evm-transaction-payment",13299 "pallet-fungible",13300 "pallet-inflation",13301 "pallet-nonfungible",13302 "pallet-randomness-collective-flip",13303 "pallet-refungible",13304 "pallet-structure",13305 "pallet-sudo",13306 "pallet-template-transaction-payment",13307 "pallet-timestamp",13308 "pallet-transaction-payment",13309 "pallet-transaction-payment-rpc-runtime-api",13310 "pallet-treasury",13311 "pallet-unique",13312 "pallet-unq-scheduler",13313 "pallet-xcm",13314 "parachain-info",13315 "parity-scale-codec 3.1.2",13316 "polkadot-parachain",13317 "rmrk-rpc",13318 "scale-info",13319 "serde",13320 "smallvec",13321 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13322 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13323 "sp-block-builder",13324 "sp-consensus-aura",13325 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13326 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13327 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13328 "sp-offchain",13329 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13330 "sp-session",13331 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13332 "sp-transaction-pool",13333 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13334 "substrate-wasm-builder",13335 "unique-runtime-common",13336 "up-data-structs",13337 "up-rpc",13338 "xcm",13339 "xcm-builder",13340 "xcm-executor",13341]1334213343[[package]]13344name = "unique-runtime-common"13345version = "0.9.20"13346dependencies = [13347 "evm-coder",13348 "fp-rpc",13349 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13350 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13351 "pallet-common",13352 "pallet-evm",13353 "pallet-fungible",13354 "pallet-nonfungible",13355 "pallet-refungible",13356 "pallet-unique",13357 "parity-scale-codec 3.1.2",13358 "rmrk-rpc",13359 "rmrk-traits",13360 "scale-info",13361 "sp-consensus-aura",13362 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13363 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13364 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13365 "up-data-structs",13366 "up-sponsorship",13367]1336813369[[package]]13370name = "universal-hash"13371version = "0.4.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13374dependencies = [13375 "generic-array 0.14.5",13376 "subtle",13377]1337813379[[package]]13380name = "unsigned-varint"13381version = "0.5.1"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1338413385[[package]]13386name = "unsigned-varint"13387version = "0.6.0"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"13390dependencies = [13391 "asynchronous-codec 0.5.0",13392 "bytes 1.1.0",13393 "futures-io",13394 "futures-util",13395]1339613397[[package]]13398name = "unsigned-varint"13399version = "0.7.1"13400source = "registry+https://github.com/rust-lang/crates.io-index"13401checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13402dependencies = [13403 "asynchronous-codec 0.6.0",13404 "bytes 1.1.0",13405 "futures-io",13406 "futures-util",13407]1340813409[[package]]13410name = "untrusted"13411version = "0.7.1"13412source = "registry+https://github.com/rust-lang/crates.io-index"13413checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1341413415[[package]]13416name = "up-data-structs"13417version = "0.1.0"13418dependencies = [13419 "derivative",13420 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13421 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13422 "pallet-evm",13423 "parity-scale-codec 3.1.2",13424 "scale-info",13425 "serde",13426 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13427 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13428 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13429 "struct-versioning",13430]1343113432[[package]]13433name = "up-rpc"13434version = "0.1.0"13435dependencies = [13436 "pallet-common",13437 "pallet-evm",13438 "parity-scale-codec 3.1.2",13439 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13440 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13441 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13442 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13443 "up-data-structs",13444]1344513446[[package]]13447name = "up-sponsorship"13448version = "0.1.0"13449source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"13450dependencies = [13451 "impl-trait-for-tuples",13452]1345313454[[package]]13455name = "url"13456version = "1.7.2"13457source = "registry+https://github.com/rust-lang/crates.io-index"13458checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13459dependencies = [13460 "idna 0.1.5",13461 "matches",13462 "percent-encoding 1.0.1",13463]1346413465[[package]]13466name = "url"13467version = "2.2.2"13468source = "registry+https://github.com/rust-lang/crates.io-index"13469checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13470dependencies = [13471 "form_urlencoded",13472 "idna 0.2.3",13473 "matches",13474 "percent-encoding 2.1.0",13475]1347613477[[package]]13478name = "valuable"13479version = "0.1.0"13480source = "registry+https://github.com/rust-lang/crates.io-index"13481checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1348213483[[package]]13484name = "value-bag"13485version = "1.0.0-alpha.9"13486source = "registry+https://github.com/rust-lang/crates.io-index"13487checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13488dependencies = [13489 "ctor",13490 "version_check",13491]1349213493[[package]]13494name = "vcpkg"13495version = "0.2.15"13496source = "registry+https://github.com/rust-lang/crates.io-index"13497checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1349813499[[package]]13500name = "version_check"13501version = "0.9.4"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1350413505[[package]]13506name = "void"13507version = "1.0.2"13508source = "registry+https://github.com/rust-lang/crates.io-index"13509checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1351013511[[package]]13512name = "waker-fn"13513version = "1.1.0"13514source = "registry+https://github.com/rust-lang/crates.io-index"13515checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1351613517[[package]]13518name = "walkdir"13519version = "2.3.2"13520source = "registry+https://github.com/rust-lang/crates.io-index"13521checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13522dependencies = [13523 "same-file",13524 "winapi 0.3.9",13525 "winapi-util",13526]1352713528[[package]]13529name = "want"13530version = "0.3.0"13531source = "registry+https://github.com/rust-lang/crates.io-index"13532checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13533dependencies = [13534 "log",13535 "try-lock",13536]1353713538[[package]]13539name = "wasi"13540version = "0.9.0+wasi-snapshot-preview1"13541source = "registry+https://github.com/rust-lang/crates.io-index"13542checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1354313544[[package]]13545name = "wasi"13546version = "0.10.0+wasi-snapshot-preview1"13547source = "registry+https://github.com/rust-lang/crates.io-index"13548checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1354913550[[package]]13551name = "wasi"13552version = "0.11.0+wasi-snapshot-preview1"13553source = "registry+https://github.com/rust-lang/crates.io-index"13554checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1355513556[[package]]13557name = "wasm-bindgen"13558version = "0.2.80"13559source = "registry+https://github.com/rust-lang/crates.io-index"13560checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13561dependencies = [13562 "cfg-if 1.0.0",13563 "wasm-bindgen-macro",13564]1356513566[[package]]13567name = "wasm-bindgen-backend"13568version = "0.2.80"13569source = "registry+https://github.com/rust-lang/crates.io-index"13570checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13571dependencies = [13572 "bumpalo",13573 "lazy_static",13574 "log",13575 "proc-macro2",13576 "quote",13577 "syn",13578 "wasm-bindgen-shared",13579]1358013581[[package]]13582name = "wasm-bindgen-futures"13583version = "0.4.30"13584source = "registry+https://github.com/rust-lang/crates.io-index"13585checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13586dependencies = [13587 "cfg-if 1.0.0",13588 "js-sys",13589 "wasm-bindgen",13590 "web-sys",13591]1359213593[[package]]13594name = "wasm-bindgen-macro"13595version = "0.2.80"13596source = "registry+https://github.com/rust-lang/crates.io-index"13597checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13598dependencies = [13599 "quote",13600 "wasm-bindgen-macro-support",13601]1360213603[[package]]13604name = "wasm-bindgen-macro-support"13605version = "0.2.80"13606source = "registry+https://github.com/rust-lang/crates.io-index"13607checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13608dependencies = [13609 "proc-macro2",13610 "quote",13611 "syn",13612 "wasm-bindgen-backend",13613 "wasm-bindgen-shared",13614]1361513616[[package]]13617name = "wasm-bindgen-shared"13618version = "0.2.80"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1362113622[[package]]13623name = "wasm-gc-api"13624version = "0.1.11"13625source = "registry+https://github.com/rust-lang/crates.io-index"13626checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13627dependencies = [13628 "log",13629 "parity-wasm 0.32.0",13630 "rustc-demangle",13631]1363213633[[package]]13634name = "wasm-instrument"13635version = "0.1.1"13636source = "registry+https://github.com/rust-lang/crates.io-index"13637checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13638dependencies = [13639 "parity-wasm 0.42.2",13640]1364113642[[package]]13643name = "wasm-timer"13644version = "0.2.5"13645source = "registry+https://github.com/rust-lang/crates.io-index"13646checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13647dependencies = [13648 "futures 0.3.21",13649 "js-sys",13650 "parking_lot 0.11.2",13651 "pin-utils",13652 "wasm-bindgen",13653 "wasm-bindgen-futures",13654 "web-sys",13655]1365613657[[package]]13658name = "wasmi"13659version = "0.9.1"13660source = "registry+https://github.com/rust-lang/crates.io-index"13661checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13662dependencies = [13663 "downcast-rs",13664 "libc",13665 "memory_units",13666 "num-rational 0.2.4",13667 "num-traits",13668 "parity-wasm 0.42.2",13669 "wasmi-validation",13670]1367113672[[package]]13673name = "wasmi-validation"13674version = "0.4.1"13675source = "registry+https://github.com/rust-lang/crates.io-index"13676checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13677dependencies = [13678 "parity-wasm 0.42.2",13679]1368013681[[package]]13682name = "wasmparser"13683version = "0.83.0"13684source = "registry+https://github.com/rust-lang/crates.io-index"13685checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1368613687[[package]]13688name = "wasmtime"13689version = "0.35.3"13690source = "registry+https://github.com/rust-lang/crates.io-index"13691checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13692dependencies = [13693 "anyhow",13694 "backtrace",13695 "bincode",13696 "cfg-if 1.0.0",13697 "indexmap",13698 "lazy_static",13699 "libc",13700 "log",13701 "object 0.27.1",13702 "once_cell",13703 "paste",13704 "psm",13705 "rayon",13706 "region",13707 "serde",13708 "target-lexicon",13709 "wasmparser",13710 "wasmtime-cache",13711 "wasmtime-cranelift",13712 "wasmtime-environ",13713 "wasmtime-jit",13714 "wasmtime-runtime",13715 "winapi 0.3.9",13716]1371713718[[package]]13719name = "wasmtime-cache"13720version = "0.35.3"13721source = "registry+https://github.com/rust-lang/crates.io-index"13722checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13723dependencies = [13724 "anyhow",13725 "base64",13726 "bincode",13727 "directories-next",13728 "file-per-thread-logger",13729 "log",13730 "rustix",13731 "serde",13732 "sha2 0.9.9",13733 "toml",13734 "winapi 0.3.9",13735 "zstd",13736]1373713738[[package]]13739name = "wasmtime-cranelift"13740version = "0.35.3"13741source = "registry+https://github.com/rust-lang/crates.io-index"13742checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13743dependencies = [13744 "anyhow",13745 "cranelift-codegen",13746 "cranelift-entity",13747 "cranelift-frontend",13748 "cranelift-native",13749 "cranelift-wasm",13750 "gimli",13751 "log",13752 "more-asserts",13753 "object 0.27.1",13754 "target-lexicon",13755 "thiserror",13756 "wasmparser",13757 "wasmtime-environ",13758]1375913760[[package]]13761name = "wasmtime-environ"13762version = "0.35.3"13763source = "registry+https://github.com/rust-lang/crates.io-index"13764checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13765dependencies = [13766 "anyhow",13767 "cranelift-entity",13768 "gimli",13769 "indexmap",13770 "log",13771 "more-asserts",13772 "object 0.27.1",13773 "serde",13774 "target-lexicon",13775 "thiserror",13776 "wasmparser",13777 "wasmtime-types",13778]1377913780[[package]]13781name = "wasmtime-jit"13782version = "0.35.3"13783source = "registry+https://github.com/rust-lang/crates.io-index"13784checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13785dependencies = [13786 "addr2line",13787 "anyhow",13788 "bincode",13789 "cfg-if 1.0.0",13790 "cpp_demangle",13791 "gimli",13792 "log",13793 "object 0.27.1",13794 "region",13795 "rustc-demangle",13796 "rustix",13797 "serde",13798 "target-lexicon",13799 "thiserror",13800 "wasmtime-environ",13801 "wasmtime-jit-debug",13802 "wasmtime-runtime",13803 "winapi 0.3.9",13804]1380513806[[package]]13807name = "wasmtime-jit-debug"13808version = "0.35.3"13809source = "registry+https://github.com/rust-lang/crates.io-index"13810checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13811dependencies = [13812 "lazy_static",13813 "object 0.27.1",13814 "rustix",13815]1381613817[[package]]13818name = "wasmtime-runtime"13819version = "0.35.3"13820source = "registry+https://github.com/rust-lang/crates.io-index"13821checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13822dependencies = [13823 "anyhow",13824 "backtrace",13825 "cc",13826 "cfg-if 1.0.0",13827 "indexmap",13828 "libc",13829 "log",13830 "mach",13831 "memoffset",13832 "more-asserts",13833 "rand 0.8.5",13834 "region",13835 "rustix",13836 "thiserror",13837 "wasmtime-environ",13838 "wasmtime-jit-debug",13839 "winapi 0.3.9",13840]1384113842[[package]]13843name = "wasmtime-types"13844version = "0.35.3"13845source = "registry+https://github.com/rust-lang/crates.io-index"13846checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13847dependencies = [13848 "cranelift-entity",13849 "serde",13850 "thiserror",13851 "wasmparser",13852]1385313854[[package]]13855name = "web-sys"13856version = "0.3.57"13857source = "registry+https://github.com/rust-lang/crates.io-index"13858checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13859dependencies = [13860 "js-sys",13861 "wasm-bindgen",13862]1386313864[[package]]13865name = "webpki"13866version = "0.21.4"13867source = "registry+https://github.com/rust-lang/crates.io-index"13868checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13869dependencies = [13870 "ring",13871 "untrusted",13872]1387313874[[package]]13875name = "webpki"13876version = "0.22.0"13877source = "registry+https://github.com/rust-lang/crates.io-index"13878checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13879dependencies = [13880 "ring",13881 "untrusted",13882]1388313884[[package]]13885name = "webpki-roots"13886version = "0.21.1"13887source = "registry+https://github.com/rust-lang/crates.io-index"13888checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13889dependencies = [13890 "webpki 0.21.4",13891]1389213893[[package]]13894name = "webpki-roots"13895version = "0.22.3"13896source = "registry+https://github.com/rust-lang/crates.io-index"13897checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13898dependencies = [13899 "webpki 0.22.0",13900]1390113902[[package]]13903name = "wepoll-ffi"13904version = "0.1.2"13905source = "registry+https://github.com/rust-lang/crates.io-index"13906checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13907dependencies = [13908 "cc",13909]1391013911[[package]]13912name = "westend-runtime"13913version = "0.9.21"13914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13915dependencies = [13916 "beefy-primitives",13917 "bitvec 1.0.0",13918 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13919 "frame-election-provider-support",13920 "frame-executive",13921 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13922 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13923 "frame-system-benchmarking",13924 "frame-system-rpc-runtime-api",13925 "frame-try-runtime",13926 "hex-literal",13927 "log",13928 "pallet-authority-discovery",13929 "pallet-authorship",13930 "pallet-babe",13931 "pallet-bags-list",13932 "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13933 "pallet-collective",13934 "pallet-democracy",13935 "pallet-election-provider-multi-phase",13936 "pallet-election-provider-support-benchmarking",13937 "pallet-elections-phragmen",13938 "pallet-grandpa",13939 "pallet-identity",13940 "pallet-im-online",13941 "pallet-indices",13942 "pallet-membership",13943 "pallet-multisig",13944 "pallet-nicks",13945 "pallet-nomination-pools",13946 "pallet-nomination-pools-benchmarking",13947 "pallet-offences",13948 "pallet-offences-benchmarking",13949 "pallet-preimage",13950 "pallet-proxy",13951 "pallet-recovery",13952 "pallet-scheduler",13953 "pallet-session",13954 "pallet-session-benchmarking",13955 "pallet-society",13956 "pallet-staking",13957 "pallet-staking-reward-curve",13958 "pallet-sudo",13959 "pallet-timestamp",13960 "pallet-transaction-payment",13961 "pallet-transaction-payment-rpc-runtime-api",13962 "pallet-treasury",13963 "pallet-utility",13964 "pallet-vesting",13965 "pallet-xcm",13966 "pallet-xcm-benchmarks",13967 "parity-scale-codec 3.1.2",13968 "polkadot-parachain",13969 "polkadot-primitives",13970 "polkadot-runtime-common",13971 "polkadot-runtime-parachains",13972 "rustc-hex",13973 "scale-info",13974 "serde",13975 "serde_derive",13976 "smallvec",13977 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13978 "sp-authority-discovery",13979 "sp-block-builder",13980 "sp-consensus-babe",13981 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13982 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13983 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13984 "sp-mmr-primitives",13985 "sp-npos-elections",13986 "sp-offchain",13987 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13988 "sp-session",13989 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13990 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13991 "sp-transaction-pool",13992 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",13993 "substrate-wasm-builder",13994 "westend-runtime-constants",13995 "xcm",13996 "xcm-builder",13997 "xcm-executor",13998]1399914000[[package]]14001name = "westend-runtime-constants"14002version = "0.9.21"14003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14004dependencies = [14005 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14006 "polkadot-primitives",14007 "polkadot-runtime-common",14008 "smallvec",14009 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14010]1401114012[[package]]14013name = "which"14014version = "4.2.5"14015source = "registry+https://github.com/rust-lang/crates.io-index"14016checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"14017dependencies = [14018 "either",14019 "lazy_static",14020 "libc",14021]1402214023[[package]]14024name = "widestring"14025version = "0.4.3"14026source = "registry+https://github.com/rust-lang/crates.io-index"14027checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1402814029[[package]]14030name = "winapi"14031version = "0.2.8"14032source = "registry+https://github.com/rust-lang/crates.io-index"14033checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1403414035[[package]]14036name = "winapi"14037version = "0.3.9"14038source = "registry+https://github.com/rust-lang/crates.io-index"14039checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14040dependencies = [14041 "winapi-i686-pc-windows-gnu",14042 "winapi-x86_64-pc-windows-gnu",14043]1404414045[[package]]14046name = "winapi-build"14047version = "0.1.1"14048source = "registry+https://github.com/rust-lang/crates.io-index"14049checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1405014051[[package]]14052name = "winapi-i686-pc-windows-gnu"14053version = "0.4.0"14054source = "registry+https://github.com/rust-lang/crates.io-index"14055checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1405614057[[package]]14058name = "winapi-util"14059version = "0.1.5"14060source = "registry+https://github.com/rust-lang/crates.io-index"14061checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14062dependencies = [14063 "winapi 0.3.9",14064]1406514066[[package]]14067name = "winapi-x86_64-pc-windows-gnu"14068version = "0.4.0"14069source = "registry+https://github.com/rust-lang/crates.io-index"14070checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1407114072[[package]]14073name = "windows-sys"14074version = "0.36.1"14075source = "registry+https://github.com/rust-lang/crates.io-index"14076checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"14077dependencies = [14078 "windows_aarch64_msvc",14079 "windows_i686_gnu",14080 "windows_i686_msvc",14081 "windows_x86_64_gnu",14082 "windows_x86_64_msvc",14083]1408414085[[package]]14086name = "windows_aarch64_msvc"14087version = "0.36.1"14088source = "registry+https://github.com/rust-lang/crates.io-index"14089checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1409014091[[package]]14092name = "windows_i686_gnu"14093version = "0.36.1"14094source = "registry+https://github.com/rust-lang/crates.io-index"14095checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1409614097[[package]]14098name = "windows_i686_msvc"14099version = "0.36.1"14100source = "registry+https://github.com/rust-lang/crates.io-index"14101checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1410214103[[package]]14104name = "windows_x86_64_gnu"14105version = "0.36.1"14106source = "registry+https://github.com/rust-lang/crates.io-index"14107checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1410814109[[package]]14110name = "windows_x86_64_msvc"14111version = "0.36.1"14112source = "registry+https://github.com/rust-lang/crates.io-index"14113checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1411414115[[package]]14116name = "winreg"14117version = "0.6.2"14118source = "registry+https://github.com/rust-lang/crates.io-index"14119checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"14120dependencies = [14121 "winapi 0.3.9",14122]1412314124[[package]]14125name = "ws2_32-sys"14126version = "0.2.1"14127source = "registry+https://github.com/rust-lang/crates.io-index"14128checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"14129dependencies = [14130 "winapi 0.2.8",14131 "winapi-build",14132]1413314134[[package]]14135name = "wyz"14136version = "0.2.0"14137source = "registry+https://github.com/rust-lang/crates.io-index"14138checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1413914140[[package]]14141name = "wyz"14142version = "0.5.0"14143source = "registry+https://github.com/rust-lang/crates.io-index"14144checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"14145dependencies = [14146 "tap",14147]1414814149[[package]]14150name = "x25519-dalek"14151version = "1.1.1"14152source = "registry+https://github.com/rust-lang/crates.io-index"14153checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14154dependencies = [14155 "curve25519-dalek 3.2.0",14156 "rand_core 0.5.1",14157 "zeroize",14158]1415914160[[package]]14161name = "xcm"14162version = "0.9.21"14163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14164dependencies = [14165 "derivative",14166 "impl-trait-for-tuples",14167 "log",14168 "parity-scale-codec 3.1.2",14169 "scale-info",14170 "xcm-procedural",14171]1417214173[[package]]14174name = "xcm-builder"14175version = "0.9.21"14176source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14177dependencies = [14178 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14179 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14180 "log",14181 "pallet-transaction-payment",14182 "parity-scale-codec 3.1.2",14183 "polkadot-parachain",14184 "scale-info",14185 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14186 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14187 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14188 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14189 "xcm",14190 "xcm-executor",14191]1419214193[[package]]14194name = "xcm-executor"14195version = "0.9.21"14196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14197dependencies = [14198 "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14199 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14200 "impl-trait-for-tuples",14201 "log",14202 "parity-scale-codec 3.1.2",14203 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14204 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14205 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14206 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14207 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21)",14208 "xcm",14209]1421014211[[package]]14212name = "xcm-procedural"14213version = "0.1.0"14214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"14215dependencies = [14216 "Inflector",14217 "proc-macro2",14218 "quote",14219 "syn",14220]1422114222[[package]]14223name = "yamux"14224version = "0.9.0"14225source = "registry+https://github.com/rust-lang/crates.io-index"14226checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"14227dependencies = [14228 "futures 0.3.21",14229 "log",14230 "nohash-hasher",14231 "parking_lot 0.11.2",14232 "rand 0.8.5",14233 "static_assertions",14234]1423514236[[package]]14237name = "yansi"14238version = "0.5.1"14239source = "registry+https://github.com/rust-lang/crates.io-index"14240checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1424114242[[package]]14243name = "zeroize"14244version = "1.5.5"14245source = "registry+https://github.com/rust-lang/crates.io-index"14246checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"14247dependencies = [14248 "zeroize_derive",14249]1425014251[[package]]14252name = "zeroize_derive"14253version = "1.3.2"14254source = "registry+https://github.com/rust-lang/crates.io-index"14255checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"14256dependencies = [14257 "proc-macro2",14258 "quote",14259 "syn",14260 "synstructure",14261]1426214263[[package]]14264name = "zstd"14265version = "0.10.2+zstd.1.5.2"14266source = "registry+https://github.com/rust-lang/crates.io-index"14267checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"14268dependencies = [14269 "zstd-safe",14270]1427114272[[package]]14273name = "zstd-safe"14274version = "4.1.6+zstd.1.5.2"14275source = "registry+https://github.com/rust-lang/crates.io-index"14276checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"14277dependencies = [14278 "libc",14279 "zstd-sys",14280]1428114282[[package]]14283name = "zstd-sys"14284version = "1.6.3+zstd.1.5.2"14285source = "registry+https://github.com/rust-lang/crates.io-index"14286checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"14287dependencies = [14288 "cc",14289 "libc",14290]