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",468 "parking_lot 0.12.0",469 "sc-chain-spec",470 "sc-client-api",471 "sc-finality-grandpa",472 "sc-keystore",473 "sc-network",474 "sc-network-gossip",475 "sc-utils",476 "sp-api",477 "sp-application-crypto",478 "sp-arithmetic",479 "sp-blockchain",480 "sp-consensus",481 "sp-core",482 "sp-keystore",483 "sp-mmr-primitives",484 "sp-runtime",485 "substrate-prometheus-endpoint",486 "thiserror",487 "wasm-timer",488]489490[[package]]491name = "beefy-gadget-rpc"492version = "4.0.0-dev"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"494dependencies = [495 "beefy-gadget",496 "beefy-primitives",497 "futures 0.3.21",498 "jsonrpc-core",499 "jsonrpc-core-client",500 "jsonrpc-derive",501 "jsonrpc-pubsub",502 "log",503 "parity-scale-codec",504 "parking_lot 0.12.0",505 "sc-rpc",506 "sc-utils",507 "serde",508 "sp-core",509 "sp-runtime",510 "thiserror",511]512513[[package]]514name = "beefy-merkle-tree"515version = "4.0.0-dev"516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"517518[[package]]519name = "beefy-primitives"520version = "4.0.0-dev"521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"522dependencies = [523 "parity-scale-codec",524 "scale-info",525 "sp-api",526 "sp-application-crypto",527 "sp-core",528 "sp-runtime",529 "sp-std",530]531532[[package]]533name = "bimap"534version = "0.6.2"535source = "registry+https://github.com/rust-lang/crates.io-index"536checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"537538[[package]]539name = "bincode"540version = "1.3.3"541source = "registry+https://github.com/rust-lang/crates.io-index"542checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"543dependencies = [544 "serde",545]546547[[package]]548name = "bindgen"549version = "0.59.2"550source = "registry+https://github.com/rust-lang/crates.io-index"551checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"552dependencies = [553 "bitflags",554 "cexpr",555 "clang-sys",556 "lazy_static",557 "lazycell",558 "peeking_take_while",559 "proc-macro2",560 "quote",561 "regex",562 "rustc-hash",563 "shlex",564]565566[[package]]567name = "bitflags"568version = "1.3.2"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"571572[[package]]573name = "bitvec"574version = "1.0.0"575source = "registry+https://github.com/rust-lang/crates.io-index"576checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"577dependencies = [578 "funty",579 "radium",580 "tap",581 "wyz",582]583584[[package]]585name = "blake2"586version = "0.9.2"587source = "registry+https://github.com/rust-lang/crates.io-index"588checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"589dependencies = [590 "crypto-mac 0.8.0",591 "digest 0.9.0",592 "opaque-debug 0.3.0",593]594595[[package]]596name = "blake2"597version = "0.10.4"598source = "registry+https://github.com/rust-lang/crates.io-index"599checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"600dependencies = [601 "digest 0.10.3",602]603604[[package]]605name = "blake2-rfc"606version = "0.2.18"607source = "registry+https://github.com/rust-lang/crates.io-index"608checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"609dependencies = [610 "arrayvec 0.4.12",611 "constant_time_eq",612]613614[[package]]615name = "blake2b_simd"616version = "0.5.11"617source = "registry+https://github.com/rust-lang/crates.io-index"618checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"619dependencies = [620 "arrayref",621 "arrayvec 0.5.2",622 "constant_time_eq",623]624625[[package]]626name = "blake2s_simd"627version = "0.5.11"628source = "registry+https://github.com/rust-lang/crates.io-index"629checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"630dependencies = [631 "arrayref",632 "arrayvec 0.5.2",633 "constant_time_eq",634]635636[[package]]637name = "blake3"638version = "0.3.8"639source = "registry+https://github.com/rust-lang/crates.io-index"640checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"641dependencies = [642 "arrayref",643 "arrayvec 0.5.2",644 "cc",645 "cfg-if 0.1.10",646 "constant_time_eq",647 "crypto-mac 0.8.0",648 "digest 0.9.0",649]650651[[package]]652name = "blake3"653version = "1.3.1"654source = "registry+https://github.com/rust-lang/crates.io-index"655checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"656dependencies = [657 "arrayref",658 "arrayvec 0.7.2",659 "cc",660 "cfg-if 1.0.0",661 "constant_time_eq",662 "digest 0.10.3",663]664665[[package]]666name = "block-buffer"667version = "0.7.3"668source = "registry+https://github.com/rust-lang/crates.io-index"669checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"670dependencies = [671 "block-padding 0.1.5",672 "byte-tools",673 "byteorder",674 "generic-array 0.12.4",675]676677[[package]]678name = "block-buffer"679version = "0.9.0"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"682dependencies = [683 "block-padding 0.2.1",684 "generic-array 0.14.5",685]686687[[package]]688name = "block-buffer"689version = "0.10.2"690source = "registry+https://github.com/rust-lang/crates.io-index"691checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"692dependencies = [693 "generic-array 0.14.5",694]695696[[package]]697name = "block-padding"698version = "0.1.5"699source = "registry+https://github.com/rust-lang/crates.io-index"700checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"701dependencies = [702 "byte-tools",703]704705[[package]]706name = "block-padding"707version = "0.2.1"708source = "registry+https://github.com/rust-lang/crates.io-index"709checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"710711[[package]]712name = "blocking"713version = "1.2.0"714source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"716dependencies = [717 "async-channel",718 "async-task",719 "atomic-waker",720 "fastrand",721 "futures-lite",722 "once_cell",723]724725[[package]]726name = "bounded-vec"727version = "0.5.0"728source = "registry+https://github.com/rust-lang/crates.io-index"729checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"730dependencies = [731 "thiserror",732]733734[[package]]735name = "bp-header-chain"736version = "0.1.0"737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"738dependencies = [739 "bp-runtime",740 "finality-grandpa",741 "frame-support",742 "parity-scale-codec",743 "scale-info",744 "serde",745 "sp-core",746 "sp-finality-grandpa",747 "sp-runtime",748 "sp-std",749]750751[[package]]752name = "bp-message-dispatch"753version = "0.1.0"754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"755dependencies = [756 "bp-runtime",757 "frame-support",758 "parity-scale-codec",759 "scale-info",760 "sp-std",761]762763[[package]]764name = "bp-messages"765version = "0.1.0"766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"767dependencies = [768 "bitvec",769 "bp-runtime",770 "frame-support",771 "frame-system",772 "impl-trait-for-tuples",773 "parity-scale-codec",774 "scale-info",775 "serde",776 "sp-core",777 "sp-std",778]779780[[package]]781name = "bp-polkadot-core"782version = "0.1.0"783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"784dependencies = [785 "bp-messages",786 "bp-runtime",787 "frame-support",788 "frame-system",789 "parity-scale-codec",790 "scale-info",791 "sp-api",792 "sp-core",793 "sp-runtime",794 "sp-std",795 "sp-version",796]797798[[package]]799name = "bp-rococo"800version = "0.1.0"801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"802dependencies = [803 "bp-messages",804 "bp-polkadot-core",805 "bp-runtime",806 "frame-support",807 "parity-scale-codec",808 "smallvec",809 "sp-api",810 "sp-runtime",811 "sp-std",812 "sp-version",813]814815[[package]]816name = "bp-runtime"817version = "0.1.0"818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"819dependencies = [820 "frame-support",821 "hash-db",822 "num-traits",823 "parity-scale-codec",824 "scale-info",825 "sp-core",826 "sp-io",827 "sp-runtime",828 "sp-state-machine",829 "sp-std",830 "sp-trie",831]832833[[package]]834name = "bp-test-utils"835version = "0.1.0"836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"837dependencies = [838 "bp-header-chain",839 "ed25519-dalek",840 "finality-grandpa",841 "parity-scale-codec",842 "sp-application-crypto",843 "sp-finality-grandpa",844 "sp-runtime",845 "sp-std",846]847848[[package]]849name = "bp-wococo"850version = "0.1.0"851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"852dependencies = [853 "bp-messages",854 "bp-polkadot-core",855 "bp-rococo",856 "bp-runtime",857 "parity-scale-codec",858 "sp-api",859 "sp-runtime",860 "sp-std",861]862863[[package]]864name = "bridge-runtime-common"865version = "0.1.0"866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"867dependencies = [868 "bp-message-dispatch",869 "bp-messages",870 "bp-runtime",871 "frame-support",872 "frame-system",873 "hash-db",874 "pallet-bridge-dispatch",875 "pallet-bridge-grandpa",876 "pallet-bridge-messages",877 "pallet-transaction-payment",878 "parity-scale-codec",879 "scale-info",880 "sp-api",881 "sp-core",882 "sp-runtime",883 "sp-state-machine",884 "sp-std",885 "sp-trie",886]887888[[package]]889name = "bs58"890version = "0.4.0"891source = "registry+https://github.com/rust-lang/crates.io-index"892checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"893894[[package]]895name = "bstr"896version = "0.2.17"897source = "registry+https://github.com/rust-lang/crates.io-index"898checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"899dependencies = [900 "lazy_static",901 "memchr",902 "regex-automata",903 "serde",904]905906[[package]]907name = "build-helper"908version = "0.1.1"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"911dependencies = [912 "semver 0.6.0",913]914915[[package]]916name = "bumpalo"917version = "3.9.1"918source = "registry+https://github.com/rust-lang/crates.io-index"919checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"920921[[package]]922name = "byte-slice-cast"923version = "1.2.1"924source = "registry+https://github.com/rust-lang/crates.io-index"925checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"926927[[package]]928name = "byte-tools"929version = "0.3.1"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"932933[[package]]934name = "byteorder"935version = "1.4.3"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"938939[[package]]940name = "bytes"941version = "0.4.12"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"944dependencies = [945 "byteorder",946 "iovec",947]948949[[package]]950name = "bytes"951version = "0.5.6"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"954955[[package]]956name = "bytes"957version = "1.1.0"958source = "registry+https://github.com/rust-lang/crates.io-index"959checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"960961[[package]]962name = "bzip2-sys"963version = "0.1.11+1.0.8"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"966dependencies = [967 "cc",968 "libc",969 "pkg-config",970]971972[[package]]973name = "cache-padded"974version = "1.2.0"975source = "registry+https://github.com/rust-lang/crates.io-index"976checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"977978[[package]]979name = "camino"980version = "1.0.8"981source = "registry+https://github.com/rust-lang/crates.io-index"982checksum = "07fd178c5af4d59e83498ef15cf3f154e1a6f9d091270cb86283c65ef44e9ef0"983dependencies = [984 "serde",985]986987[[package]]988name = "cargo-platform"989version = "0.1.2"990source = "registry+https://github.com/rust-lang/crates.io-index"991checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"992dependencies = [993 "serde",994]995996[[package]]997name = "cargo_metadata"998version = "0.14.2"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"1001dependencies = [1002 "camino",1003 "cargo-platform",1004 "semver 1.0.9",1005 "serde",1006 "serde_json",1007]10081009[[package]]1010name = "cc"1011version = "1.0.73"1012source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1014dependencies = [1015 "jobserver",1016]10171018[[package]]1019name = "cexpr"1020version = "0.6.0"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1023dependencies = [1024 "nom",1025]10261027[[package]]1028name = "cfg-if"1029version = "0.1.10"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10321033[[package]]1034name = "cfg-if"1035version = "1.0.0"1036source = "registry+https://github.com/rust-lang/crates.io-index"1037checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10381039[[package]]1040name = "cfg_aliases"1041version = "0.1.1"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10441045[[package]]1046name = "chacha20"1047version = "0.7.1"1048source = "registry+https://github.com/rust-lang/crates.io-index"1049checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1050dependencies = [1051 "cfg-if 1.0.0",1052 "cipher",1053 "cpufeatures 0.1.5",1054 "zeroize",1055]10561057[[package]]1058name = "chacha20poly1305"1059version = "0.8.0"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1062dependencies = [1063 "aead",1064 "chacha20",1065 "cipher",1066 "poly1305",1067 "zeroize",1068]10691070[[package]]1071name = "chrono"1072version = "0.4.19"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1075dependencies = [1076 "libc",1077 "num-integer",1078 "num-traits",1079 "time",1080 "winapi 0.3.9",1081]10821083[[package]]1084name = "cid"1085version = "0.6.1"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1088dependencies = [1089 "multibase",1090 "multihash 0.13.2",1091 "unsigned-varint 0.5.1",1092]10931094[[package]]1095name = "cipher"1096version = "0.3.0"1097source = "registry+https://github.com/rust-lang/crates.io-index"1098checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1099dependencies = [1100 "generic-array 0.14.5",1101]11021103[[package]]1104name = "ckb-merkle-mountain-range"1105version = "0.3.2"1106source = "registry+https://github.com/rust-lang/crates.io-index"1107checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1108dependencies = [1109 "cfg-if 0.1.10",1110]11111112[[package]]1113name = "clang-sys"1114version = "1.3.1"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1117dependencies = [1118 "glob",1119 "libc",1120 "libloading 0.7.3",1121]11221123[[package]]1124name = "clap"1125version = "3.1.18"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"1128dependencies = [1129 "atty",1130 "bitflags",1131 "clap_derive",1132 "clap_lex",1133 "indexmap",1134 "lazy_static",1135 "strsim",1136 "termcolor",1137 "textwrap",1138]11391140[[package]]1141name = "clap_derive"1142version = "3.1.18"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"1145dependencies = [1146 "heck 0.4.0",1147 "proc-macro-error",1148 "proc-macro2",1149 "quote",1150 "syn",1151]11521153[[package]]1154name = "clap_lex"1155version = "0.2.0"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"1158dependencies = [1159 "os_str_bytes",1160]11611162[[package]]1163name = "coarsetime"1164version = "0.1.22"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1167dependencies = [1168 "libc",1169 "once_cell",1170 "wasi 0.11.0+wasi-snapshot-preview1",1171 "wasm-bindgen",1172]11731174[[package]]1175name = "concurrent-queue"1176version = "1.2.2"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1179dependencies = [1180 "cache-padded",1181]11821183[[package]]1184name = "const-oid"1185version = "0.7.1"1186source = "registry+https://github.com/rust-lang/crates.io-index"1187checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11881189[[package]]1190name = "constant_time_eq"1191version = "0.1.5"1192source = "registry+https://github.com/rust-lang/crates.io-index"1193checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11941195[[package]]1196name = "convert_case"1197version = "0.4.0"1198source = "registry+https://github.com/rust-lang/crates.io-index"1199checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"12001201[[package]]1202name = "core-foundation"1203version = "0.9.3"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1206dependencies = [1207 "core-foundation-sys",1208 "libc",1209]12101211[[package]]1212name = "core-foundation-sys"1213version = "0.8.3"1214source = "registry+https://github.com/rust-lang/crates.io-index"1215checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"12161217[[package]]1218name = "cpp_demangle"1219version = "0.3.5"1220source = "registry+https://github.com/rust-lang/crates.io-index"1221checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1222dependencies = [1223 "cfg-if 1.0.0",1224]12251226[[package]]1227name = "cpufeatures"1228version = "0.1.5"1229source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1231dependencies = [1232 "libc",1233]12341235[[package]]1236name = "cpufeatures"1237version = "0.2.2"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1240dependencies = [1241 "libc",1242]12431244[[package]]1245name = "cranelift-bforest"1246version = "0.82.3"1247source = "registry+https://github.com/rust-lang/crates.io-index"1248checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1249dependencies = [1250 "cranelift-entity",1251]12521253[[package]]1254name = "cranelift-codegen"1255version = "0.82.3"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1258dependencies = [1259 "cranelift-bforest",1260 "cranelift-codegen-meta",1261 "cranelift-codegen-shared",1262 "cranelift-entity",1263 "gimli",1264 "log",1265 "regalloc",1266 "smallvec",1267 "target-lexicon",1268]12691270[[package]]1271name = "cranelift-codegen-meta"1272version = "0.82.3"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1275dependencies = [1276 "cranelift-codegen-shared",1277]12781279[[package]]1280name = "cranelift-codegen-shared"1281version = "0.82.3"1282source = "registry+https://github.com/rust-lang/crates.io-index"1283checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12841285[[package]]1286name = "cranelift-entity"1287version = "0.82.3"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1290dependencies = [1291 "serde",1292]12931294[[package]]1295name = "cranelift-frontend"1296version = "0.82.3"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1299dependencies = [1300 "cranelift-codegen",1301 "log",1302 "smallvec",1303 "target-lexicon",1304]13051306[[package]]1307name = "cranelift-native"1308version = "0.82.3"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1311dependencies = [1312 "cranelift-codegen",1313 "libc",1314 "target-lexicon",1315]13161317[[package]]1318name = "cranelift-wasm"1319version = "0.82.3"1320source = "registry+https://github.com/rust-lang/crates.io-index"1321checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1322dependencies = [1323 "cranelift-codegen",1324 "cranelift-entity",1325 "cranelift-frontend",1326 "itertools",1327 "log",1328 "smallvec",1329 "wasmparser",1330 "wasmtime-types",1331]13321333[[package]]1334name = "crc32fast"1335version = "1.3.2"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1338dependencies = [1339 "cfg-if 1.0.0",1340]13411342[[package]]1343name = "crossbeam-channel"1344version = "0.5.4"1345source = "registry+https://github.com/rust-lang/crates.io-index"1346checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1347dependencies = [1348 "cfg-if 1.0.0",1349 "crossbeam-utils",1350]13511352[[package]]1353name = "crossbeam-deque"1354version = "0.8.1"1355source = "registry+https://github.com/rust-lang/crates.io-index"1356checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1357dependencies = [1358 "cfg-if 1.0.0",1359 "crossbeam-epoch",1360 "crossbeam-utils",1361]13621363[[package]]1364name = "crossbeam-epoch"1365version = "0.9.8"1366source = "registry+https://github.com/rust-lang/crates.io-index"1367checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1368dependencies = [1369 "autocfg",1370 "cfg-if 1.0.0",1371 "crossbeam-utils",1372 "lazy_static",1373 "memoffset",1374 "scopeguard",1375]13761377[[package]]1378name = "crossbeam-queue"1379version = "0.3.5"1380source = "registry+https://github.com/rust-lang/crates.io-index"1381checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1382dependencies = [1383 "cfg-if 1.0.0",1384 "crossbeam-utils",1385]13861387[[package]]1388name = "crossbeam-utils"1389version = "0.8.8"1390source = "registry+https://github.com/rust-lang/crates.io-index"1391checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1392dependencies = [1393 "cfg-if 1.0.0",1394 "lazy_static",1395]13961397[[package]]1398name = "crunchy"1399version = "0.2.2"1400source = "registry+https://github.com/rust-lang/crates.io-index"1401checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"14021403[[package]]1404name = "crypto-bigint"1405version = "0.3.2"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1408dependencies = [1409 "generic-array 0.14.5",1410 "rand_core 0.6.3",1411 "subtle",1412 "zeroize",1413]14141415[[package]]1416name = "crypto-common"1417version = "0.1.3"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1420dependencies = [1421 "generic-array 0.14.5",1422 "typenum",1423]14241425[[package]]1426name = "crypto-mac"1427version = "0.8.0"1428source = "registry+https://github.com/rust-lang/crates.io-index"1429checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1430dependencies = [1431 "generic-array 0.14.5",1432 "subtle",1433]14341435[[package]]1436name = "crypto-mac"1437version = "0.11.1"1438source = "registry+https://github.com/rust-lang/crates.io-index"1439checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1440dependencies = [1441 "generic-array 0.14.5",1442 "subtle",1443]14441445[[package]]1446name = "csv"1447version = "1.1.6"1448source = "registry+https://github.com/rust-lang/crates.io-index"1449checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"1450dependencies = [1451 "bstr",1452 "csv-core",1453 "itoa 0.4.8",1454 "ryu",1455 "serde",1456]14571458[[package]]1459name = "csv-core"1460version = "0.1.10"1461source = "registry+https://github.com/rust-lang/crates.io-index"1462checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"1463dependencies = [1464 "memchr",1465]14661467[[package]]1468name = "ct-logs"1469version = "0.8.0"1470source = "registry+https://github.com/rust-lang/crates.io-index"1471checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1472dependencies = [1473 "sct 0.6.1",1474]14751476[[package]]1477name = "ctor"1478version = "0.1.22"1479source = "registry+https://github.com/rust-lang/crates.io-index"1480checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1481dependencies = [1482 "quote",1483 "syn",1484]14851486[[package]]1487name = "ctr"1488version = "0.8.0"1489source = "registry+https://github.com/rust-lang/crates.io-index"1490checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1491dependencies = [1492 "cipher",1493]14941495[[package]]1496name = "cuckoofilter"1497version = "0.5.0"1498source = "registry+https://github.com/rust-lang/crates.io-index"1499checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1500dependencies = [1501 "byteorder",1502 "fnv",1503 "rand 0.7.3",1504]15051506[[package]]1507name = "cumulus-client-cli"1508version = "0.1.0"1509source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1510dependencies = [1511 "clap",1512 "sc-cli",1513 "sc-service",1514 "url 2.2.2",1515]15161517[[package]]1518name = "cumulus-client-collator"1519version = "0.1.0"1520source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1521dependencies = [1522 "cumulus-client-consensus-common",1523 "cumulus-client-network",1524 "cumulus-primitives-core",1525 "cumulus-relay-chain-interface",1526 "futures 0.3.21",1527 "parity-scale-codec",1528 "parking_lot 0.12.0",1529 "polkadot-node-primitives",1530 "polkadot-node-subsystem",1531 "polkadot-overseer",1532 "polkadot-primitives",1533 "sc-client-api",1534 "sp-api",1535 "sp-consensus",1536 "sp-core",1537 "sp-runtime",1538 "tracing",1539]15401541[[package]]1542name = "cumulus-client-consensus-aura"1543version = "0.1.0"1544source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1545dependencies = [1546 "async-trait",1547 "cumulus-client-consensus-common",1548 "cumulus-primitives-core",1549 "futures 0.3.21",1550 "parity-scale-codec",1551 "sc-client-api",1552 "sc-consensus",1553 "sc-consensus-aura",1554 "sc-consensus-slots",1555 "sc-telemetry",1556 "sp-api",1557 "sp-application-crypto",1558 "sp-block-builder",1559 "sp-blockchain",1560 "sp-consensus",1561 "sp-consensus-aura",1562 "sp-core",1563 "sp-inherents",1564 "sp-keystore",1565 "sp-runtime",1566 "substrate-prometheus-endpoint",1567 "tracing",1568]15691570[[package]]1571name = "cumulus-client-consensus-common"1572version = "0.1.0"1573source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1574dependencies = [1575 "async-trait",1576 "cumulus-relay-chain-interface",1577 "dyn-clone",1578 "futures 0.3.21",1579 "parity-scale-codec",1580 "polkadot-primitives",1581 "sc-client-api",1582 "sc-consensus",1583 "sp-api",1584 "sp-blockchain",1585 "sp-consensus",1586 "sp-runtime",1587 "sp-trie",1588 "tracing",1589]15901591[[package]]1592name = "cumulus-client-network"1593version = "0.1.0"1594source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1595dependencies = [1596 "async-trait",1597 "cumulus-relay-chain-interface",1598 "derive_more",1599 "futures 0.3.21",1600 "futures-timer",1601 "parity-scale-codec",1602 "parking_lot 0.12.0",1603 "polkadot-node-primitives",1604 "polkadot-parachain",1605 "polkadot-primitives",1606 "sc-client-api",1607 "sp-api",1608 "sp-blockchain",1609 "sp-consensus",1610 "sp-core",1611 "sp-runtime",1612 "sp-state-machine",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-client-pov-recovery"1618version = "0.1.0"1619source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1620dependencies = [1621 "cumulus-primitives-core",1622 "cumulus-relay-chain-interface",1623 "futures 0.3.21",1624 "futures-timer",1625 "parity-scale-codec",1626 "polkadot-node-primitives",1627 "polkadot-node-subsystem",1628 "polkadot-overseer",1629 "polkadot-primitives",1630 "rand 0.8.5",1631 "sc-client-api",1632 "sc-consensus",1633 "sp-api",1634 "sp-consensus",1635 "sp-maybe-compressed-blob",1636 "sp-runtime",1637 "tracing",1638]16391640[[package]]1641name = "cumulus-client-service"1642version = "0.1.0"1643source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1644dependencies = [1645 "cumulus-client-cli",1646 "cumulus-client-collator",1647 "cumulus-client-consensus-common",1648 "cumulus-client-pov-recovery",1649 "cumulus-primitives-core",1650 "cumulus-relay-chain-interface",1651 "parity-scale-codec",1652 "parking_lot 0.12.0",1653 "polkadot-overseer",1654 "polkadot-primitives",1655 "sc-chain-spec",1656 "sc-client-api",1657 "sc-consensus",1658 "sc-consensus-babe",1659 "sc-service",1660 "sc-telemetry",1661 "sc-tracing",1662 "sp-api",1663 "sp-blockchain",1664 "sp-consensus",1665 "sp-core",1666 "sp-runtime",1667 "tracing",1668]16691670[[package]]1671name = "cumulus-pallet-aura-ext"1672version = "0.1.0"1673source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1674dependencies = [1675 "frame-executive",1676 "frame-support",1677 "frame-system",1678 "pallet-aura",1679 "parity-scale-codec",1680 "scale-info",1681 "serde",1682 "sp-application-crypto",1683 "sp-consensus-aura",1684 "sp-runtime",1685 "sp-std",1686]16871688[[package]]1689name = "cumulus-pallet-dmp-queue"1690version = "0.1.0"1691source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1692dependencies = [1693 "cumulus-primitives-core",1694 "frame-support",1695 "frame-system",1696 "log",1697 "parity-scale-codec",1698 "scale-info",1699 "sp-io",1700 "sp-runtime",1701 "sp-std",1702 "xcm",1703 "xcm-executor",1704]17051706[[package]]1707name = "cumulus-pallet-parachain-system"1708version = "0.1.0"1709source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1710dependencies = [1711 "cumulus-pallet-parachain-system-proc-macro",1712 "cumulus-primitives-core",1713 "cumulus-primitives-parachain-inherent",1714 "environmental",1715 "frame-support",1716 "frame-system",1717 "impl-trait-for-tuples",1718 "log",1719 "pallet-balances",1720 "parity-scale-codec",1721 "polkadot-parachain",1722 "scale-info",1723 "serde",1724 "sp-core",1725 "sp-externalities",1726 "sp-inherents",1727 "sp-io",1728 "sp-runtime",1729 "sp-state-machine",1730 "sp-std",1731 "sp-trie",1732 "sp-version",1733 "xcm",1734]17351736[[package]]1737name = "cumulus-pallet-parachain-system-proc-macro"1738version = "0.1.0"1739source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1740dependencies = [1741 "proc-macro-crate 1.1.3",1742 "proc-macro2",1743 "quote",1744 "syn",1745]17461747[[package]]1748name = "cumulus-pallet-xcm"1749version = "0.1.0"1750source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1751dependencies = [1752 "cumulus-primitives-core",1753 "frame-support",1754 "frame-system",1755 "parity-scale-codec",1756 "scale-info",1757 "serde",1758 "sp-io",1759 "sp-runtime",1760 "sp-std",1761 "xcm",1762]17631764[[package]]1765name = "cumulus-pallet-xcmp-queue"1766version = "0.1.0"1767source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1768dependencies = [1769 "cumulus-primitives-core",1770 "frame-support",1771 "frame-system",1772 "log",1773 "parity-scale-codec",1774 "rand_chacha 0.3.1",1775 "scale-info",1776 "sp-runtime",1777 "sp-std",1778 "xcm",1779 "xcm-executor",1780]17811782[[package]]1783name = "cumulus-primitives-core"1784version = "0.1.0"1785source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1786dependencies = [1787 "frame-support",1788 "parity-scale-codec",1789 "polkadot-core-primitives",1790 "polkadot-parachain",1791 "polkadot-primitives",1792 "sp-api",1793 "sp-runtime",1794 "sp-std",1795 "sp-trie",1796]17971798[[package]]1799name = "cumulus-primitives-parachain-inherent"1800version = "0.1.0"1801source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1802dependencies = [1803 "async-trait",1804 "cumulus-primitives-core",1805 "cumulus-relay-chain-interface",1806 "cumulus-test-relay-sproof-builder",1807 "parity-scale-codec",1808 "sc-client-api",1809 "scale-info",1810 "sp-api",1811 "sp-core",1812 "sp-inherents",1813 "sp-runtime",1814 "sp-state-machine",1815 "sp-std",1816 "sp-storage",1817 "sp-trie",1818 "tracing",1819]18201821[[package]]1822name = "cumulus-primitives-timestamp"1823version = "0.1.0"1824source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1825dependencies = [1826 "cumulus-primitives-core",1827 "futures 0.3.21",1828 "parity-scale-codec",1829 "sp-inherents",1830 "sp-std",1831 "sp-timestamp",1832]18331834[[package]]1835name = "cumulus-primitives-utility"1836version = "0.1.0"1837source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1838dependencies = [1839 "cumulus-primitives-core",1840 "frame-support",1841 "parity-scale-codec",1842 "polkadot-core-primitives",1843 "polkadot-parachain",1844 "polkadot-primitives",1845 "sp-runtime",1846 "sp-std",1847 "sp-trie",1848 "xcm",1849]18501851[[package]]1852name = "cumulus-relay-chain-inprocess-interface"1853version = "0.1.0"1854source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1855dependencies = [1856 "async-trait",1857 "cumulus-primitives-core",1858 "cumulus-relay-chain-interface",1859 "futures 0.3.21",1860 "futures-timer",1861 "parking_lot 0.12.0",1862 "polkadot-client",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-consensus-babe",1866 "sc-network",1867 "sc-service",1868 "sc-telemetry",1869 "sc-tracing",1870 "sp-api",1871 "sp-blockchain",1872 "sp-consensus",1873 "sp-core",1874 "sp-runtime",1875 "sp-state-machine",1876 "tracing",1877]18781879[[package]]1880name = "cumulus-relay-chain-interface"1881version = "0.1.0"1882source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1883dependencies = [1884 "async-trait",1885 "cumulus-primitives-core",1886 "derive_more",1887 "futures 0.3.21",1888 "jsonrpsee-core",1889 "parity-scale-codec",1890 "parking_lot 0.12.0",1891 "polkadot-overseer",1892 "polkadot-service",1893 "sc-client-api",1894 "sc-service",1895 "sp-api",1896 "sp-blockchain",1897 "sp-core",1898 "sp-runtime",1899 "sp-state-machine",1900 "thiserror",1901]19021903[[package]]1904name = "cumulus-relay-chain-rpc-interface"1905version = "0.1.0"1906source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1907dependencies = [1908 "async-trait",1909 "backoff",1910 "cumulus-primitives-core",1911 "cumulus-relay-chain-interface",1912 "futures 0.3.21",1913 "futures-timer",1914 "jsonrpsee",1915 "parity-scale-codec",1916 "parking_lot 0.12.0",1917 "polkadot-service",1918 "sc-client-api",1919 "sc-rpc-api",1920 "sp-api",1921 "sp-core",1922 "sp-runtime",1923 "sp-state-machine",1924 "sp-storage",1925 "tracing",1926 "url 2.2.2",1927]19281929[[package]]1930name = "cumulus-test-relay-sproof-builder"1931version = "0.1.0"1932source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1933dependencies = [1934 "cumulus-primitives-core",1935 "parity-scale-codec",1936 "polkadot-primitives",1937 "sp-runtime",1938 "sp-state-machine",1939 "sp-std",1940]19411942[[package]]1943name = "curve25519-dalek"1944version = "2.1.3"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1947dependencies = [1948 "byteorder",1949 "digest 0.8.1",1950 "rand_core 0.5.1",1951 "subtle",1952 "zeroize",1953]19541955[[package]]1956name = "curve25519-dalek"1957version = "3.2.0"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1960dependencies = [1961 "byteorder",1962 "digest 0.9.0",1963 "rand_core 0.5.1",1964 "subtle",1965 "zeroize",1966]19671968[[package]]1969name = "darling"1970version = "0.13.4"1971source = "registry+https://github.com/rust-lang/crates.io-index"1972checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1973dependencies = [1974 "darling_core",1975 "darling_macro",1976]19771978[[package]]1979name = "darling_core"1980version = "0.13.4"1981source = "registry+https://github.com/rust-lang/crates.io-index"1982checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1983dependencies = [1984 "fnv",1985 "ident_case",1986 "proc-macro2",1987 "quote",1988 "strsim",1989 "syn",1990]19911992[[package]]1993name = "darling_macro"1994version = "0.13.4"1995source = "registry+https://github.com/rust-lang/crates.io-index"1996checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1997dependencies = [1998 "darling_core",1999 "quote",2000 "syn",2001]20022003[[package]]2004name = "data-encoding"2005version = "2.3.2"2006source = "registry+https://github.com/rust-lang/crates.io-index"2007checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"20082009[[package]]2010name = "data-encoding-macro"2011version = "0.1.12"2012source = "registry+https://github.com/rust-lang/crates.io-index"2013checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"2014dependencies = [2015 "data-encoding",2016 "data-encoding-macro-internal",2017]20182019[[package]]2020name = "data-encoding-macro-internal"2021version = "0.1.10"2022source = "registry+https://github.com/rust-lang/crates.io-index"2023checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"2024dependencies = [2025 "data-encoding",2026 "syn",2027]20282029[[package]]2030name = "der"2031version = "0.5.1"2032source = "registry+https://github.com/rust-lang/crates.io-index"2033checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"2034dependencies = [2035 "const-oid",2036]20372038[[package]]2039name = "derivative"2040version = "2.2.0"2041source = "registry+https://github.com/rust-lang/crates.io-index"2042checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2043dependencies = [2044 "proc-macro2",2045 "quote",2046 "syn",2047]20482049[[package]]2050name = "derive_more"2051version = "0.99.17"2052source = "registry+https://github.com/rust-lang/crates.io-index"2053checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2054dependencies = [2055 "convert_case",2056 "proc-macro2",2057 "quote",2058 "rustc_version 0.4.0",2059 "syn",2060]20612062[[package]]2063name = "digest"2064version = "0.8.1"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2067dependencies = [2068 "generic-array 0.12.4",2069]20702071[[package]]2072name = "digest"2073version = "0.9.0"2074source = "registry+https://github.com/rust-lang/crates.io-index"2075checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2076dependencies = [2077 "generic-array 0.14.5",2078]20792080[[package]]2081name = "digest"2082version = "0.10.3"2083source = "registry+https://github.com/rust-lang/crates.io-index"2084checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2085dependencies = [2086 "block-buffer 0.10.2",2087 "crypto-common",2088 "subtle",2089]20902091[[package]]2092name = "directories"2093version = "4.0.1"2094source = "registry+https://github.com/rust-lang/crates.io-index"2095checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2096dependencies = [2097 "dirs-sys",2098]20992100[[package]]2101name = "directories-next"2102version = "2.0.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2105dependencies = [2106 "cfg-if 1.0.0",2107 "dirs-sys-next",2108]21092110[[package]]2111name = "dirs"2112version = "1.0.5"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"2115dependencies = [2116 "libc",2117 "redox_users 0.3.5",2118 "winapi 0.3.9",2119]21202121[[package]]2122name = "dirs-sys"2123version = "0.3.7"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2126dependencies = [2127 "libc",2128 "redox_users 0.4.3",2129 "winapi 0.3.9",2130]21312132[[package]]2133name = "dirs-sys-next"2134version = "0.1.2"2135source = "registry+https://github.com/rust-lang/crates.io-index"2136checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2137dependencies = [2138 "libc",2139 "redox_users 0.4.3",2140 "winapi 0.3.9",2141]21422143[[package]]2144name = "dns-parser"2145version = "0.8.0"2146source = "registry+https://github.com/rust-lang/crates.io-index"2147checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2148dependencies = [2149 "byteorder",2150 "quick-error 1.2.3",2151]21522153[[package]]2154name = "downcast-rs"2155version = "1.2.0"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21582159[[package]]2160name = "dtoa"2161version = "0.4.8"2162source = "registry+https://github.com/rust-lang/crates.io-index"2163checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"21642165[[package]]2166name = "dyn-clonable"2167version = "0.9.0"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2170dependencies = [2171 "dyn-clonable-impl",2172 "dyn-clone",2173]21742175[[package]]2176name = "dyn-clonable-impl"2177version = "0.9.0"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2180dependencies = [2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "dyn-clone"2188version = "1.0.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21912192[[package]]2193name = "ecdsa"2194version = "0.13.4"2195source = "registry+https://github.com/rust-lang/crates.io-index"2196checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2197dependencies = [2198 "der",2199 "elliptic-curve",2200 "signature",2201]22022203[[package]]2204name = "ed25519"2205version = "1.5.0"2206source = "registry+https://github.com/rust-lang/crates.io-index"2207checksum = "d916019f70ae3a1faa1195685e290287f39207d38e6dfee727197cffcc002214"2208dependencies = [2209 "signature",2210]22112212[[package]]2213name = "ed25519-dalek"2214version = "1.0.1"2215source = "registry+https://github.com/rust-lang/crates.io-index"2216checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2217dependencies = [2218 "curve25519-dalek 3.2.0",2219 "ed25519",2220 "rand 0.7.3",2221 "serde",2222 "sha2 0.9.9",2223 "zeroize",2224]22252226[[package]]2227name = "either"2228version = "1.6.1"2229source = "registry+https://github.com/rust-lang/crates.io-index"2230checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"22312232[[package]]2233name = "elliptic-curve"2234version = "0.11.12"2235source = "registry+https://github.com/rust-lang/crates.io-index"2236checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2237dependencies = [2238 "base16ct",2239 "crypto-bigint",2240 "der",2241 "ff",2242 "generic-array 0.14.5",2243 "group",2244 "rand_core 0.6.3",2245 "sec1",2246 "subtle",2247 "zeroize",2248]22492250[[package]]2251name = "encode_unicode"2252version = "0.3.6"2253source = "registry+https://github.com/rust-lang/crates.io-index"2254checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"22552256[[package]]2257name = "enum-as-inner"2258version = "0.3.4"2259source = "registry+https://github.com/rust-lang/crates.io-index"2260checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2261dependencies = [2262 "heck 0.4.0",2263 "proc-macro2",2264 "quote",2265 "syn",2266]22672268[[package]]2269name = "enumflags2"2270version = "0.7.5"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2273dependencies = [2274 "enumflags2_derive",2275]22762277[[package]]2278name = "enumflags2_derive"2279version = "0.7.4"2280source = "registry+https://github.com/rust-lang/crates.io-index"2281checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2282dependencies = [2283 "proc-macro2",2284 "quote",2285 "syn",2286]22872288[[package]]2289name = "enumn"2290version = "0.1.4"2291source = "registry+https://github.com/rust-lang/crates.io-index"2292checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2293dependencies = [2294 "proc-macro2",2295 "quote",2296 "syn",2297]22982299[[package]]2300name = "env_logger"2301version = "0.9.0"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2304dependencies = [2305 "atty",2306 "humantime",2307 "log",2308 "regex",2309 "termcolor",2310]23112312[[package]]2313name = "environmental"2314version = "1.1.3"2315source = "registry+https://github.com/rust-lang/crates.io-index"2316checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"23172318[[package]]2319name = "errno"2320version = "0.2.8"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2323dependencies = [2324 "errno-dragonfly",2325 "libc",2326 "winapi 0.3.9",2327]23282329[[package]]2330name = "errno-dragonfly"2331version = "0.1.2"2332source = "registry+https://github.com/rust-lang/crates.io-index"2333checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2334dependencies = [2335 "cc",2336 "libc",2337]23382339[[package]]2340name = "ethbloom"2341version = "0.12.1"2342source = "registry+https://github.com/rust-lang/crates.io-index"2343checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2344dependencies = [2345 "crunchy",2346 "fixed-hash",2347 "impl-codec",2348 "impl-rlp",2349 "impl-serde",2350 "scale-info",2351 "tiny-keccak",2352]23532354[[package]]2355name = "ethereum"2356version = "0.12.0"2357source = "registry+https://github.com/rust-lang/crates.io-index"2358checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2359dependencies = [2360 "bytes 1.1.0",2361 "ethereum-types",2362 "hash-db",2363 "hash256-std-hasher",2364 "parity-scale-codec",2365 "rlp",2366 "rlp-derive",2367 "scale-info",2368 "serde",2369 "sha3 0.10.1",2370 "triehash",2371]23722373[[package]]2374name = "ethereum-types"2375version = "0.13.1"2376source = "registry+https://github.com/rust-lang/crates.io-index"2377checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2378dependencies = [2379 "ethbloom",2380 "fixed-hash",2381 "impl-codec",2382 "impl-rlp",2383 "impl-serde",2384 "primitive-types",2385 "scale-info",2386 "uint",2387]23882389[[package]]2390name = "event-listener"2391version = "2.5.2"2392source = "registry+https://github.com/rust-lang/crates.io-index"2393checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23942395[[package]]2396name = "evm"2397version = "0.35.0"2398source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2399dependencies = [2400 "auto_impl",2401 "environmental",2402 "ethereum",2403 "evm-core",2404 "evm-gasometer",2405 "evm-runtime",2406 "log",2407 "parity-scale-codec",2408 "primitive-types",2409 "rlp",2410 "scale-info",2411 "serde",2412 "sha3 0.10.1",2413]24142415[[package]]2416name = "evm-coder"2417version = "0.1.0"2418dependencies = [2419 "ethereum",2420 "evm-coder-macros",2421 "evm-core",2422 "hex",2423 "hex-literal",2424 "impl-trait-for-tuples",2425 "primitive-types",2426]24272428[[package]]2429name = "evm-coder-macros"2430version = "0.1.0"2431dependencies = [2432 "Inflector",2433 "darling",2434 "hex",2435 "proc-macro2",2436 "quote",2437 "sha3 0.9.1",2438 "syn",2439]24402441[[package]]2442name = "evm-core"2443version = "0.35.0"2444source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2445dependencies = [2446 "parity-scale-codec",2447 "primitive-types",2448 "scale-info",2449 "serde",2450]24512452[[package]]2453name = "evm-gasometer"2454version = "0.35.0"2455source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2456dependencies = [2457 "environmental",2458 "evm-core",2459 "evm-runtime",2460 "primitive-types",2461]24622463[[package]]2464name = "evm-runtime"2465version = "0.35.0"2466source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2467dependencies = [2468 "auto_impl",2469 "environmental",2470 "evm-core",2471 "primitive-types",2472 "sha3 0.10.1",2473]24742475[[package]]2476name = "exit-future"2477version = "0.2.0"2478source = "registry+https://github.com/rust-lang/crates.io-index"2479checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2480dependencies = [2481 "futures 0.3.21",2482]24832484[[package]]2485name = "expander"2486version = "0.0.4"2487source = "registry+https://github.com/rust-lang/crates.io-index"2488checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2489dependencies = [2490 "blake3 1.3.1",2491 "fs-err",2492 "proc-macro2",2493 "quote",2494]24952496[[package]]2497name = "expander"2498version = "0.0.6"2499source = "registry+https://github.com/rust-lang/crates.io-index"2500checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2501dependencies = [2502 "blake2 0.10.4",2503 "fs-err",2504 "proc-macro2",2505 "quote",2506 "syn",2507]25082509[[package]]2510name = "fake-simd"2511version = "0.1.2"2512source = "registry+https://github.com/rust-lang/crates.io-index"2513checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"25142515[[package]]2516name = "fallible-iterator"2517version = "0.2.0"2518source = "registry+https://github.com/rust-lang/crates.io-index"2519checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"25202521[[package]]2522name = "fastrand"2523version = "1.7.0"2524source = "registry+https://github.com/rust-lang/crates.io-index"2525checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2526dependencies = [2527 "instant",2528]25292530[[package]]2531name = "fatality"2532version = "0.0.6"2533source = "registry+https://github.com/rust-lang/crates.io-index"2534checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2535dependencies = [2536 "fatality-proc-macro",2537 "thiserror",2538]25392540[[package]]2541name = "fatality-proc-macro"2542version = "0.0.6"2543source = "registry+https://github.com/rust-lang/crates.io-index"2544checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2545dependencies = [2546 "expander 0.0.4",2547 "indexmap",2548 "proc-macro-crate 1.1.3",2549 "proc-macro2",2550 "quote",2551 "syn",2552 "thiserror",2553]25542555[[package]]2556name = "fc-consensus"2557version = "2.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2559dependencies = [2560 "async-trait",2561 "fc-db",2562 "fp-consensus",2563 "fp-rpc",2564 "sc-client-api",2565 "sc-consensus",2566 "sp-api",2567 "sp-block-builder",2568 "sp-blockchain",2569 "sp-consensus",2570 "sp-runtime",2571 "thiserror",2572]25732574[[package]]2575name = "fc-db"2576version = "2.0.0-dev"2577source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2578dependencies = [2579 "fp-storage",2580 "kvdb-rocksdb",2581 "parity-scale-codec",2582 "parking_lot 0.12.0",2583 "sp-core",2584 "sp-database",2585 "sp-runtime",2586]25872588[[package]]2589name = "fc-mapping-sync"2590version = "2.0.0-dev"2591source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2592dependencies = [2593 "fc-db",2594 "fp-consensus",2595 "fp-rpc",2596 "futures 0.3.21",2597 "futures-timer",2598 "log",2599 "sc-client-api",2600 "sp-api",2601 "sp-blockchain",2602 "sp-runtime",2603]26042605[[package]]2606name = "fc-rpc"2607version = "2.0.0-dev"2608source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2609dependencies = [2610 "ethereum",2611 "ethereum-types",2612 "evm",2613 "fc-db",2614 "fc-rpc-core",2615 "fp-rpc",2616 "fp-storage",2617 "futures 0.3.21",2618 "hex",2619 "jsonrpc-core",2620 "jsonrpc-core-client",2621 "jsonrpc-pubsub",2622 "libsecp256k1",2623 "log",2624 "lru 0.6.6",2625 "parity-scale-codec",2626 "rand 0.8.5",2627 "rlp",2628 "sc-client-api",2629 "sc-network",2630 "sc-rpc",2631 "sc-service",2632 "sc-transaction-pool",2633 "sc-transaction-pool-api",2634 "sp-api",2635 "sp-block-builder",2636 "sp-blockchain",2637 "sp-core",2638 "sp-io",2639 "sp-runtime",2640 "sp-storage",2641 "tokio 1.18.2",2642]26432644[[package]]2645name = "fc-rpc-core"2646version = "1.1.0-dev"2647source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2648dependencies = [2649 "ethereum",2650 "ethereum-types",2651 "jsonrpc-core",2652 "jsonrpc-core-client",2653 "jsonrpc-derive",2654 "jsonrpc-pubsub",2655 "rlp",2656 "rustc-hex",2657 "serde",2658 "serde_json",2659]26602661[[package]]2662name = "fdlimit"2663version = "0.2.1"2664source = "registry+https://github.com/rust-lang/crates.io-index"2665checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2666dependencies = [2667 "libc",2668]26692670[[package]]2671name = "ff"2672version = "0.11.1"2673source = "registry+https://github.com/rust-lang/crates.io-index"2674checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2675dependencies = [2676 "rand_core 0.6.3",2677 "subtle",2678]26792680[[package]]2681name = "file-per-thread-logger"2682version = "0.1.5"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2685dependencies = [2686 "env_logger",2687 "log",2688]26892690[[package]]2691name = "finality-grandpa"2692version = "0.15.0"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2695dependencies = [2696 "either",2697 "futures 0.3.21",2698 "futures-timer",2699 "log",2700 "num-traits",2701 "parity-scale-codec",2702 "parking_lot 0.11.2",2703 "scale-info",2704]27052706[[package]]2707name = "fixed-hash"2708version = "0.7.0"2709source = "registry+https://github.com/rust-lang/crates.io-index"2710checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2711dependencies = [2712 "byteorder",2713 "rand 0.8.5",2714 "rustc-hex",2715 "static_assertions",2716]27172718[[package]]2719name = "fixedbitset"2720version = "0.4.1"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"27232724[[package]]2725name = "flate2"2726version = "1.0.23"2727source = "registry+https://github.com/rust-lang/crates.io-index"2728checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2729dependencies = [2730 "cfg-if 1.0.0",2731 "crc32fast",2732 "libc",2733 "libz-sys",2734 "miniz_oxide",2735]27362737[[package]]2738name = "flexi_logger"2739version = "0.15.12"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2742dependencies = [2743 "atty",2744 "chrono",2745 "glob",2746 "lazy_static",2747 "log",2748 "regex",2749 "thiserror",2750 "yansi",2751]27522753[[package]]2754name = "fnv"2755version = "1.0.7"2756source = "registry+https://github.com/rust-lang/crates.io-index"2757checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27582759[[package]]2760name = "fork-tree"2761version = "3.0.0"2762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2763dependencies = [2764 "parity-scale-codec",2765]27662767[[package]]2768name = "form_urlencoded"2769version = "1.0.1"2770source = "registry+https://github.com/rust-lang/crates.io-index"2771checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2772dependencies = [2773 "matches",2774 "percent-encoding 2.1.0",2775]27762777[[package]]2778name = "fp-consensus"2779version = "2.0.0-dev"2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2781dependencies = [2782 "ethereum",2783 "parity-scale-codec",2784 "sp-core",2785 "sp-runtime",2786 "sp-std",2787]27882789[[package]]2790name = "fp-evm"2791version = "3.0.0-dev"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2793dependencies = [2794 "evm",2795 "impl-trait-for-tuples",2796 "parity-scale-codec",2797 "serde",2798 "sp-core",2799 "sp-std",2800]28012802[[package]]2803name = "fp-evm-mapping"2804version = "0.1.0"2805source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2806dependencies = [2807 "frame-support",2808 "sp-core",2809]28102811[[package]]2812name = "fp-rpc"2813version = "3.0.0-dev"2814source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2815dependencies = [2816 "ethereum",2817 "ethereum-types",2818 "fp-evm",2819 "parity-scale-codec",2820 "scale-info",2821 "sp-api",2822 "sp-core",2823 "sp-io",2824 "sp-runtime",2825 "sp-std",2826]28272828[[package]]2829name = "fp-self-contained"2830version = "1.0.0-dev"2831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2832dependencies = [2833 "ethereum",2834 "frame-support",2835 "parity-scale-codec",2836 "parity-util-mem",2837 "scale-info",2838 "serde",2839 "sp-debug-derive",2840 "sp-io",2841 "sp-runtime",2842]28432844[[package]]2845name = "fp-storage"2846version = "2.0.0"2847source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2848dependencies = [2849 "parity-scale-codec",2850]28512852[[package]]2853name = "frame-benchmarking"2854version = "4.0.0-dev"2855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2856dependencies = [2857 "frame-support",2858 "frame-system",2859 "linregress",2860 "log",2861 "parity-scale-codec",2862 "paste",2863 "scale-info",2864 "serde",2865 "sp-api",2866 "sp-application-crypto",2867 "sp-io",2868 "sp-runtime",2869 "sp-runtime-interface",2870 "sp-std",2871 "sp-storage",2872]28732874[[package]]2875name = "frame-benchmarking-cli"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2878dependencies = [2879 "Inflector",2880 "chrono",2881 "clap",2882 "frame-benchmarking",2883 "frame-support",2884 "frame-system",2885 "handlebars",2886 "hash-db",2887 "hex",2888 "itertools",2889 "kvdb",2890 "linked-hash-map",2891 "log",2892 "memory-db",2893 "parity-scale-codec",2894 "prettytable-rs",2895 "rand 0.8.5",2896 "rand_pcg 0.3.1",2897 "sc-block-builder",2898 "sc-cli",2899 "sc-client-api",2900 "sc-client-db",2901 "sc-executor",2902 "sc-service",2903 "sc-sysinfo",2904 "serde",2905 "serde_json",2906 "serde_nanos",2907 "sp-api",2908 "sp-blockchain",2909 "sp-core",2910 "sp-database",2911 "sp-externalities",2912 "sp-inherents",2913 "sp-keystore",2914 "sp-runtime",2915 "sp-state-machine",2916 "sp-storage",2917 "sp-trie",2918 "tempfile",2919 "thousands",2920]29212922[[package]]2923name = "frame-election-provider-solution-type"2924version = "4.0.0-dev"2925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2926dependencies = [2927 "proc-macro-crate 1.1.3",2928 "proc-macro2",2929 "quote",2930 "syn",2931]29322933[[package]]2934name = "frame-election-provider-support"2935version = "4.0.0-dev"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2937dependencies = [2938 "frame-election-provider-solution-type",2939 "frame-support",2940 "frame-system",2941 "parity-scale-codec",2942 "scale-info",2943 "sp-arithmetic",2944 "sp-npos-elections",2945 "sp-runtime",2946 "sp-std",2947]29482949[[package]]2950name = "frame-executive"2951version = "4.0.0-dev"2952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2953dependencies = [2954 "frame-support",2955 "frame-system",2956 "parity-scale-codec",2957 "scale-info",2958 "sp-core",2959 "sp-io",2960 "sp-runtime",2961 "sp-std",2962 "sp-tracing",2963]29642965[[package]]2966name = "frame-metadata"2967version = "15.0.0"2968source = "registry+https://github.com/rust-lang/crates.io-index"2969checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2970dependencies = [2971 "cfg-if 1.0.0",2972 "parity-scale-codec",2973 "scale-info",2974 "serde",2975]29762977[[package]]2978name = "frame-support"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2981dependencies = [2982 "bitflags",2983 "frame-metadata",2984 "frame-support-procedural",2985 "impl-trait-for-tuples",2986 "log",2987 "once_cell",2988 "parity-scale-codec",2989 "paste",2990 "scale-info",2991 "serde",2992 "smallvec",2993 "sp-arithmetic",2994 "sp-core",2995 "sp-core-hashing-proc-macro",2996 "sp-inherents",2997 "sp-io",2998 "sp-runtime",2999 "sp-staking",3000 "sp-state-machine",3001 "sp-std",3002 "sp-tracing",3003 "tt-call",3004]30053006[[package]]3007name = "frame-support-procedural"3008version = "4.0.0-dev"3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3010dependencies = [3011 "Inflector",3012 "frame-support-procedural-tools",3013 "proc-macro2",3014 "quote",3015 "syn",3016]30173018[[package]]3019name = "frame-support-procedural-tools"3020version = "4.0.0-dev"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3022dependencies = [3023 "frame-support-procedural-tools-derive",3024 "proc-macro-crate 1.1.3",3025 "proc-macro2",3026 "quote",3027 "syn",3028]30293030[[package]]3031name = "frame-support-procedural-tools-derive"3032version = "3.0.0"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3034dependencies = [3035 "proc-macro2",3036 "quote",3037 "syn",3038]30393040[[package]]3041name = "frame-system"3042version = "4.0.0-dev"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3044dependencies = [3045 "frame-support",3046 "log",3047 "parity-scale-codec",3048 "scale-info",3049 "serde",3050 "sp-core",3051 "sp-io",3052 "sp-runtime",3053 "sp-std",3054 "sp-version",3055]30563057[[package]]3058name = "frame-system-benchmarking"3059version = "4.0.0-dev"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3061dependencies = [3062 "frame-benchmarking",3063 "frame-support",3064 "frame-system",3065 "parity-scale-codec",3066 "scale-info",3067 "sp-core",3068 "sp-runtime",3069 "sp-std",3070]30713072[[package]]3073name = "frame-system-rpc-runtime-api"3074version = "4.0.0-dev"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3076dependencies = [3077 "parity-scale-codec",3078 "sp-api",3079]30803081[[package]]3082name = "frame-try-runtime"3083version = "0.10.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3085dependencies = [3086 "frame-support",3087 "sp-api",3088 "sp-runtime",3089 "sp-std",3090]30913092[[package]]3093name = "fs-err"3094version = "2.7.0"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30973098[[package]]3099name = "fs-swap"3100version = "0.2.6"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3103dependencies = [3104 "lazy_static",3105 "libc",3106 "libloading 0.5.2",3107 "winapi 0.3.9",3108]31093110[[package]]3111name = "fs2"3112version = "0.4.3"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3115dependencies = [3116 "libc",3117 "winapi 0.3.9",3118]31193120[[package]]3121name = "fs_extra"3122version = "1.2.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31253126[[package]]3127name = "fuchsia-zircon"3128version = "0.3.3"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3131dependencies = [3132 "bitflags",3133 "fuchsia-zircon-sys",3134]31353136[[package]]3137name = "fuchsia-zircon-sys"3138version = "0.3.3"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"31413142[[package]]3143name = "funty"3144version = "2.0.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31473148[[package]]3149name = "futures"3150version = "0.1.31"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31533154[[package]]3155name = "futures"3156version = "0.3.21"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3159dependencies = [3160 "futures-channel",3161 "futures-core",3162 "futures-executor",3163 "futures-io",3164 "futures-sink",3165 "futures-task",3166 "futures-util",3167]31683169[[package]]3170name = "futures-channel"3171version = "0.3.21"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3174dependencies = [3175 "futures-core",3176 "futures-sink",3177]31783179[[package]]3180name = "futures-core"3181version = "0.3.21"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31843185[[package]]3186name = "futures-executor"3187version = "0.3.21"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3190dependencies = [3191 "futures-core",3192 "futures-task",3193 "futures-util",3194 "num_cpus",3195]31963197[[package]]3198name = "futures-io"3199version = "0.3.21"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"32023203[[package]]3204name = "futures-lite"3205version = "1.12.0"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3208dependencies = [3209 "fastrand",3210 "futures-core",3211 "futures-io",3212 "memchr",3213 "parking",3214 "pin-project-lite 0.2.9",3215 "waker-fn",3216]32173218[[package]]3219name = "futures-macro"3220version = "0.3.21"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3223dependencies = [3224 "proc-macro2",3225 "quote",3226 "syn",3227]32283229[[package]]3230name = "futures-rustls"3231version = "0.21.1"3232source = "registry+https://github.com/rust-lang/crates.io-index"3233checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3234dependencies = [3235 "futures-io",3236 "rustls 0.19.1",3237 "webpki 0.21.4",3238]32393240[[package]]3241name = "futures-sink"3242version = "0.3.21"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32453246[[package]]3247name = "futures-task"3248version = "0.3.21"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32513252[[package]]3253name = "futures-timer"3254version = "3.0.2"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32573258[[package]]3259name = "futures-util"3260version = "0.3.21"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3263dependencies = [3264 "futures 0.1.31",3265 "futures-channel",3266 "futures-core",3267 "futures-io",3268 "futures-macro",3269 "futures-sink",3270 "futures-task",3271 "memchr",3272 "pin-project-lite 0.2.9",3273 "pin-utils",3274 "slab",3275]32763277[[package]]3278name = "generic-array"3279version = "0.12.4"3280source = "registry+https://github.com/rust-lang/crates.io-index"3281checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3282dependencies = [3283 "typenum",3284]32853286[[package]]3287name = "generic-array"3288version = "0.14.5"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3291dependencies = [3292 "typenum",3293 "version_check",3294]32953296[[package]]3297name = "getrandom"3298version = "0.1.16"3299source = "registry+https://github.com/rust-lang/crates.io-index"3300checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3301dependencies = [3302 "cfg-if 1.0.0",3303 "js-sys",3304 "libc",3305 "wasi 0.9.0+wasi-snapshot-preview1",3306 "wasm-bindgen",3307]33083309[[package]]3310name = "getrandom"3311version = "0.2.6"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3314dependencies = [3315 "cfg-if 1.0.0",3316 "libc",3317 "wasi 0.10.0+wasi-snapshot-preview1",3318]33193320[[package]]3321name = "ghash"3322version = "0.4.4"3323source = "registry+https://github.com/rust-lang/crates.io-index"3324checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3325dependencies = [3326 "opaque-debug 0.3.0",3327 "polyval",3328]33293330[[package]]3331name = "gimli"3332version = "0.26.1"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3335dependencies = [3336 "fallible-iterator",3337 "indexmap",3338 "stable_deref_trait",3339]33403341[[package]]3342name = "glob"3343version = "0.3.0"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33463347[[package]]3348name = "globset"3349version = "0.4.8"3350source = "registry+https://github.com/rust-lang/crates.io-index"3351checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3352dependencies = [3353 "aho-corasick",3354 "bstr",3355 "fnv",3356 "log",3357 "regex",3358]33593360[[package]]3361name = "gloo-timers"3362version = "0.2.4"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3365dependencies = [3366 "futures-channel",3367 "futures-core",3368 "js-sys",3369 "wasm-bindgen",3370]33713372[[package]]3373name = "group"3374version = "0.11.0"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3377dependencies = [3378 "ff",3379 "rand_core 0.6.3",3380 "subtle",3381]33823383[[package]]3384name = "h2"3385version = "0.3.13"3386source = "registry+https://github.com/rust-lang/crates.io-index"3387checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3388dependencies = [3389 "bytes 1.1.0",3390 "fnv",3391 "futures-core",3392 "futures-sink",3393 "futures-util",3394 "http",3395 "indexmap",3396 "slab",3397 "tokio 1.18.2",3398 "tokio-util 0.7.1",3399 "tracing",3400]34013402[[package]]3403name = "handlebars"3404version = "4.2.2"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3407dependencies = [3408 "log",3409 "pest",3410 "pest_derive",3411 "quick-error 2.0.1",3412 "serde",3413 "serde_json",3414]34153416[[package]]3417name = "hash-db"3418version = "0.15.2"3419source = "registry+https://github.com/rust-lang/crates.io-index"3420checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34213422[[package]]3423name = "hash256-std-hasher"3424version = "0.15.2"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3427dependencies = [3428 "crunchy",3429]34303431[[package]]3432name = "hashbrown"3433version = "0.11.2"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3436dependencies = [3437 "ahash",3438]34393440[[package]]3441name = "hashbrown"3442version = "0.12.1"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3445dependencies = [3446 "ahash",3447]34483449[[package]]3450name = "heck"3451version = "0.3.3"3452source = "registry+https://github.com/rust-lang/crates.io-index"3453checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3454dependencies = [3455 "unicode-segmentation",3456]34573458[[package]]3459name = "heck"3460version = "0.4.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34633464[[package]]3465name = "hermit-abi"3466version = "0.1.19"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3469dependencies = [3470 "libc",3471]34723473[[package]]3474name = "hex"3475version = "0.4.3"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34783479[[package]]3480name = "hex-literal"3481version = "0.3.4"3482source = "registry+https://github.com/rust-lang/crates.io-index"3483checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34843485[[package]]3486name = "hex_fmt"3487version = "0.3.0"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34903491[[package]]3492name = "hmac"3493version = "0.8.1"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3496dependencies = [3497 "crypto-mac 0.8.0",3498 "digest 0.9.0",3499]35003501[[package]]3502name = "hmac"3503version = "0.11.0"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3506dependencies = [3507 "crypto-mac 0.11.1",3508 "digest 0.9.0",3509]35103511[[package]]3512name = "hmac-drbg"3513version = "0.3.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3516dependencies = [3517 "digest 0.9.0",3518 "generic-array 0.14.5",3519 "hmac 0.8.1",3520]35213522[[package]]3523name = "hostname"3524version = "0.3.1"3525source = "registry+https://github.com/rust-lang/crates.io-index"3526checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3527dependencies = [3528 "libc",3529 "match_cfg",3530 "winapi 0.3.9",3531]35323533[[package]]3534name = "http"3535version = "0.2.7"3536source = "registry+https://github.com/rust-lang/crates.io-index"3537checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3538dependencies = [3539 "bytes 1.1.0",3540 "fnv",3541 "itoa 1.0.1",3542]35433544[[package]]3545name = "http-body"3546version = "0.4.4"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3549dependencies = [3550 "bytes 1.1.0",3551 "http",3552 "pin-project-lite 0.2.9",3553]35543555[[package]]3556name = "httparse"3557version = "1.7.1"3558source = "registry+https://github.com/rust-lang/crates.io-index"3559checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"35603561[[package]]3562name = "httpdate"3563version = "1.0.2"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35663567[[package]]3568name = "humantime"3569version = "2.1.0"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35723573[[package]]3574name = "hyper"3575version = "0.14.18"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3578dependencies = [3579 "bytes 1.1.0",3580 "futures-channel",3581 "futures-core",3582 "futures-util",3583 "h2",3584 "http",3585 "http-body",3586 "httparse",3587 "httpdate",3588 "itoa 1.0.1",3589 "pin-project-lite 0.2.9",3590 "socket2 0.4.4",3591 "tokio 1.18.2",3592 "tower-service",3593 "tracing",3594 "want",3595]35963597[[package]]3598name = "hyper-rustls"3599version = "0.22.1"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3602dependencies = [3603 "ct-logs",3604 "futures-util",3605 "hyper",3606 "log",3607 "rustls 0.19.1",3608 "rustls-native-certs 0.5.0",3609 "tokio 1.18.2",3610 "tokio-rustls 0.22.0",3611 "webpki 0.21.4",3612]36133614[[package]]3615name = "hyper-rustls"3616version = "0.23.0"3617source = "registry+https://github.com/rust-lang/crates.io-index"3618checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3619dependencies = [3620 "http",3621 "hyper",3622 "log",3623 "rustls 0.20.4",3624 "rustls-native-certs 0.6.2",3625 "tokio 1.18.2",3626 "tokio-rustls 0.23.4",3627 "webpki-roots 0.22.3",3628]36293630[[package]]3631name = "ident_case"3632version = "1.0.1"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"36353636[[package]]3637name = "idna"3638version = "0.1.5"3639source = "registry+https://github.com/rust-lang/crates.io-index"3640checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3641dependencies = [3642 "matches",3643 "unicode-bidi",3644 "unicode-normalization",3645]36463647[[package]]3648name = "idna"3649version = "0.2.3"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3652dependencies = [3653 "matches",3654 "unicode-bidi",3655 "unicode-normalization",3656]36573658[[package]]3659name = "if-addrs"3660version = "0.6.7"3661source = "registry+https://github.com/rust-lang/crates.io-index"3662checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3663dependencies = [3664 "if-addrs-sys",3665 "libc",3666 "winapi 0.3.9",3667]36683669[[package]]3670name = "if-addrs-sys"3671version = "0.3.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3674dependencies = [3675 "cc",3676 "libc",3677]36783679[[package]]3680name = "if-watch"3681version = "0.2.2"3682source = "registry+https://github.com/rust-lang/crates.io-index"3683checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3684dependencies = [3685 "async-io",3686 "futures 0.3.21",3687 "futures-lite",3688 "if-addrs",3689 "ipnet",3690 "libc",3691 "log",3692 "winapi 0.3.9",3693]36943695[[package]]3696name = "impl-codec"3697version = "0.6.0"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3700dependencies = [3701 "parity-scale-codec",3702]37033704[[package]]3705name = "impl-rlp"3706version = "0.3.0"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3709dependencies = [3710 "rlp",3711]37123713[[package]]3714name = "impl-serde"3715version = "0.3.2"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3718dependencies = [3719 "serde",3720]37213722[[package]]3723name = "impl-trait-for-tuples"3724version = "0.2.2"3725source = "registry+https://github.com/rust-lang/crates.io-index"3726checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3727dependencies = [3728 "proc-macro2",3729 "quote",3730 "syn",3731]37323733[[package]]3734name = "indexmap"3735version = "1.8.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3738dependencies = [3739 "autocfg",3740 "hashbrown 0.11.2",3741 "serde",3742]37433744[[package]]3745name = "instant"3746version = "0.1.12"3747source = "registry+https://github.com/rust-lang/crates.io-index"3748checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3749dependencies = [3750 "cfg-if 1.0.0",3751]37523753[[package]]3754name = "integer-encoding"3755version = "3.0.3"3756source = "registry+https://github.com/rust-lang/crates.io-index"3757checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37583759[[package]]3760name = "integer-sqrt"3761version = "0.1.5"3762source = "registry+https://github.com/rust-lang/crates.io-index"3763checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3764dependencies = [3765 "num-traits",3766]37673768[[package]]3769name = "io-lifetimes"3770version = "0.5.3"3771source = "registry+https://github.com/rust-lang/crates.io-index"3772checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"37733774[[package]]3775name = "iovec"3776version = "0.1.4"3777source = "registry+https://github.com/rust-lang/crates.io-index"3778checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3779dependencies = [3780 "libc",3781]37823783[[package]]3784name = "ip_network"3785version = "0.4.1"3786source = "registry+https://github.com/rust-lang/crates.io-index"3787checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37883789[[package]]3790name = "ipconfig"3791version = "0.2.2"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3794dependencies = [3795 "socket2 0.3.19",3796 "widestring",3797 "winapi 0.3.9",3798 "winreg",3799]38003801[[package]]3802name = "ipnet"3803version = "2.5.0"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"38063807[[package]]3808name = "itertools"3809version = "0.10.3"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3812dependencies = [3813 "either",3814]38153816[[package]]3817name = "itoa"3818version = "0.4.8"3819source = "registry+https://github.com/rust-lang/crates.io-index"3820checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"38213822[[package]]3823name = "itoa"3824version = "1.0.1"3825source = "registry+https://github.com/rust-lang/crates.io-index"3826checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"38273828[[package]]3829name = "jobserver"3830version = "0.1.24"3831source = "registry+https://github.com/rust-lang/crates.io-index"3832checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3833dependencies = [3834 "libc",3835]38363837[[package]]3838name = "js-sys"3839version = "0.3.57"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3842dependencies = [3843 "wasm-bindgen",3844]38453846[[package]]3847name = "jsonrpc-client-transports"3848version = "18.0.0"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3851dependencies = [3852 "derive_more",3853 "futures 0.3.21",3854 "jsonrpc-core",3855 "jsonrpc-pubsub",3856 "log",3857 "serde",3858 "serde_json",3859 "url 1.7.2",3860]38613862[[package]]3863name = "jsonrpc-core"3864version = "18.0.0"3865source = "registry+https://github.com/rust-lang/crates.io-index"3866checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3867dependencies = [3868 "futures 0.3.21",3869 "futures-executor",3870 "futures-util",3871 "log",3872 "serde",3873 "serde_derive",3874 "serde_json",3875]38763877[[package]]3878name = "jsonrpc-core-client"3879version = "18.0.0"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3882dependencies = [3883 "futures 0.3.21",3884 "jsonrpc-client-transports",3885]38863887[[package]]3888name = "jsonrpc-derive"3889version = "18.0.0"3890source = "registry+https://github.com/rust-lang/crates.io-index"3891checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3892dependencies = [3893 "proc-macro-crate 0.1.5",3894 "proc-macro2",3895 "quote",3896 "syn",3897]38983899[[package]]3900name = "jsonrpc-http-server"3901version = "18.0.0"3902source = "registry+https://github.com/rust-lang/crates.io-index"3903checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3904dependencies = [3905 "futures 0.3.21",3906 "hyper",3907 "jsonrpc-core",3908 "jsonrpc-server-utils",3909 "log",3910 "net2",3911 "parking_lot 0.11.2",3912 "unicase",3913]39143915[[package]]3916name = "jsonrpc-ipc-server"3917version = "18.0.0"3918source = "registry+https://github.com/rust-lang/crates.io-index"3919checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3920dependencies = [3921 "futures 0.3.21",3922 "jsonrpc-core",3923 "jsonrpc-server-utils",3924 "log",3925 "parity-tokio-ipc",3926 "parking_lot 0.11.2",3927 "tower-service",3928]39293930[[package]]3931name = "jsonrpc-pubsub"3932version = "18.0.0"3933source = "registry+https://github.com/rust-lang/crates.io-index"3934checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3935dependencies = [3936 "futures 0.3.21",3937 "jsonrpc-core",3938 "lazy_static",3939 "log",3940 "parking_lot 0.11.2",3941 "rand 0.7.3",3942 "serde",3943]39443945[[package]]3946name = "jsonrpc-server-utils"3947version = "18.0.0"3948source = "registry+https://github.com/rust-lang/crates.io-index"3949checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3950dependencies = [3951 "bytes 1.1.0",3952 "futures 0.3.21",3953 "globset",3954 "jsonrpc-core",3955 "lazy_static",3956 "log",3957 "tokio 1.18.2",3958 "tokio-stream",3959 "tokio-util 0.6.9",3960 "unicase",3961]39623963[[package]]3964name = "jsonrpc-ws-server"3965version = "18.0.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3968dependencies = [3969 "futures 0.3.21",3970 "jsonrpc-core",3971 "jsonrpc-server-utils",3972 "log",3973 "parity-ws",3974 "parking_lot 0.11.2",3975 "slab",3976]39773978[[package]]3979name = "jsonrpsee"3980version = "0.10.1"3981source = "registry+https://github.com/rust-lang/crates.io-index"3982checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"3983dependencies = [3984 "jsonrpsee-core",3985 "jsonrpsee-http-client",3986 "jsonrpsee-proc-macros",3987 "jsonrpsee-types",3988 "jsonrpsee-ws-client",3989]39903991[[package]]3992name = "jsonrpsee-client-transport"3993version = "0.10.1"3994source = "registry+https://github.com/rust-lang/crates.io-index"3995checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"3996dependencies = [3997 "futures 0.3.21",3998 "http",3999 "jsonrpsee-core",4000 "jsonrpsee-types",4001 "pin-project 1.0.10",4002 "rustls-native-certs 0.6.2",4003 "soketto",4004 "thiserror",4005 "tokio 1.18.2",4006 "tokio-rustls 0.23.4",4007 "tokio-util 0.7.1",4008 "tracing",4009 "webpki-roots 0.22.3",4010]40114012[[package]]4013name = "jsonrpsee-core"4014version = "0.10.1"4015source = "registry+https://github.com/rust-lang/crates.io-index"4016checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4017dependencies = [4018 "anyhow",4019 "arrayvec 0.7.2",4020 "async-trait",4021 "beef",4022 "futures-channel",4023 "futures-util",4024 "hyper",4025 "jsonrpsee-types",4026 "rustc-hash",4027 "serde",4028 "serde_json",4029 "soketto",4030 "thiserror",4031 "tokio 1.18.2",4032 "tracing",4033]40344035[[package]]4036name = "jsonrpsee-http-client"4037version = "0.10.1"4038source = "registry+https://github.com/rust-lang/crates.io-index"4039checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4040dependencies = [4041 "async-trait",4042 "hyper",4043 "hyper-rustls 0.23.0",4044 "jsonrpsee-core",4045 "jsonrpsee-types",4046 "rustc-hash",4047 "serde",4048 "serde_json",4049 "thiserror",4050 "tokio 1.18.2",4051 "tracing",4052]40534054[[package]]4055name = "jsonrpsee-proc-macros"4056version = "0.10.1"4057source = "registry+https://github.com/rust-lang/crates.io-index"4058checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4059dependencies = [4060 "proc-macro-crate 1.1.3",4061 "proc-macro2",4062 "quote",4063 "syn",4064]40654066[[package]]4067name = "jsonrpsee-types"4068version = "0.10.1"4069source = "registry+https://github.com/rust-lang/crates.io-index"4070checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4071dependencies = [4072 "anyhow",4073 "beef",4074 "serde",4075 "serde_json",4076 "thiserror",4077 "tracing",4078]40794080[[package]]4081name = "jsonrpsee-ws-client"4082version = "0.10.1"4083source = "registry+https://github.com/rust-lang/crates.io-index"4084checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4085dependencies = [4086 "jsonrpsee-client-transport",4087 "jsonrpsee-core",4088 "jsonrpsee-types",4089]40904091[[package]]4092name = "k256"4093version = "0.10.4"4094source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4096dependencies = [4097 "cfg-if 1.0.0",4098 "ecdsa",4099 "elliptic-curve",4100 "sec1",4101]41024103[[package]]4104name = "keccak"4105version = "0.1.0"4106source = "registry+https://github.com/rust-lang/crates.io-index"4107checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"41084109[[package]]4110name = "kernel32-sys"4111version = "0.2.2"4112source = "registry+https://github.com/rust-lang/crates.io-index"4113checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4114dependencies = [4115 "winapi 0.2.8",4116 "winapi-build",4117]41184119[[package]]4120name = "kusama-runtime"4121version = "0.9.21"4122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4123dependencies = [4124 "beefy-primitives",4125 "bitvec",4126 "frame-benchmarking",4127 "frame-election-provider-support",4128 "frame-executive",4129 "frame-support",4130 "frame-system",4131 "frame-system-benchmarking",4132 "frame-system-rpc-runtime-api",4133 "frame-try-runtime",4134 "hex-literal",4135 "kusama-runtime-constants",4136 "log",4137 "pallet-authority-discovery",4138 "pallet-authorship",4139 "pallet-babe",4140 "pallet-bags-list",4141 "pallet-balances",4142 "pallet-bounties",4143 "pallet-child-bounties",4144 "pallet-collective",4145 "pallet-democracy",4146 "pallet-election-provider-multi-phase",4147 "pallet-election-provider-support-benchmarking",4148 "pallet-elections-phragmen",4149 "pallet-gilt",4150 "pallet-grandpa",4151 "pallet-identity",4152 "pallet-im-online",4153 "pallet-indices",4154 "pallet-membership",4155 "pallet-multisig",4156 "pallet-nicks",4157 "pallet-offences",4158 "pallet-offences-benchmarking",4159 "pallet-preimage",4160 "pallet-proxy",4161 "pallet-recovery",4162 "pallet-scheduler",4163 "pallet-session",4164 "pallet-session-benchmarking",4165 "pallet-society",4166 "pallet-staking",4167 "pallet-staking-reward-fn",4168 "pallet-timestamp",4169 "pallet-tips",4170 "pallet-transaction-payment",4171 "pallet-transaction-payment-rpc-runtime-api",4172 "pallet-treasury",4173 "pallet-utility",4174 "pallet-vesting",4175 "pallet-xcm",4176 "pallet-xcm-benchmarks",4177 "parity-scale-codec",4178 "polkadot-primitives",4179 "polkadot-runtime-common",4180 "polkadot-runtime-parachains",4181 "rustc-hex",4182 "scale-info",4183 "serde",4184 "serde_derive",4185 "smallvec",4186 "sp-api",4187 "sp-arithmetic",4188 "sp-authority-discovery",4189 "sp-block-builder",4190 "sp-consensus-babe",4191 "sp-core",4192 "sp-inherents",4193 "sp-io",4194 "sp-mmr-primitives",4195 "sp-npos-elections",4196 "sp-offchain",4197 "sp-runtime",4198 "sp-session",4199 "sp-staking",4200 "sp-std",4201 "sp-transaction-pool",4202 "sp-version",4203 "static_assertions",4204 "substrate-wasm-builder",4205 "xcm",4206 "xcm-builder",4207 "xcm-executor",4208]42094210[[package]]4211name = "kusama-runtime-constants"4212version = "0.9.21"4213source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4214dependencies = [4215 "frame-support",4216 "polkadot-primitives",4217 "polkadot-runtime-common",4218 "smallvec",4219 "sp-runtime",4220]42214222[[package]]4223name = "kv-log-macro"4224version = "1.0.7"4225source = "registry+https://github.com/rust-lang/crates.io-index"4226checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4227dependencies = [4228 "log",4229]42304231[[package]]4232name = "kvdb"4233version = "0.11.0"4234source = "registry+https://github.com/rust-lang/crates.io-index"4235checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4236dependencies = [4237 "parity-util-mem",4238 "smallvec",4239]42404241[[package]]4242name = "kvdb-memorydb"4243version = "0.11.0"4244source = "registry+https://github.com/rust-lang/crates.io-index"4245checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4246dependencies = [4247 "kvdb",4248 "parity-util-mem",4249 "parking_lot 0.12.0",4250]42514252[[package]]4253name = "kvdb-rocksdb"4254version = "0.15.2"4255source = "registry+https://github.com/rust-lang/crates.io-index"4256checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4257dependencies = [4258 "fs-swap",4259 "kvdb",4260 "log",4261 "num_cpus",4262 "owning_ref",4263 "parity-util-mem",4264 "parking_lot 0.12.0",4265 "regex",4266 "rocksdb",4267 "smallvec",4268]42694270[[package]]4271name = "lazy_static"4272version = "1.4.0"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"42754276[[package]]4277name = "lazycell"4278version = "1.3.0"4279source = "registry+https://github.com/rust-lang/crates.io-index"4280checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42814282[[package]]4283name = "libc"4284version = "0.2.125"4285source = "registry+https://github.com/rust-lang/crates.io-index"4286checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"42874288[[package]]4289name = "libloading"4290version = "0.5.2"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4293dependencies = [4294 "cc",4295 "winapi 0.3.9",4296]42974298[[package]]4299name = "libloading"4300version = "0.7.3"4301source = "registry+https://github.com/rust-lang/crates.io-index"4302checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4303dependencies = [4304 "cfg-if 1.0.0",4305 "winapi 0.3.9",4306]43074308[[package]]4309name = "libm"4310version = "0.2.2"4311source = "registry+https://github.com/rust-lang/crates.io-index"4312checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"43134314[[package]]4315name = "libp2p"4316version = "0.40.0"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4319dependencies = [4320 "atomic",4321 "bytes 1.1.0",4322 "futures 0.3.21",4323 "lazy_static",4324 "libp2p-core",4325 "libp2p-deflate",4326 "libp2p-dns",4327 "libp2p-floodsub",4328 "libp2p-gossipsub",4329 "libp2p-identify",4330 "libp2p-kad",4331 "libp2p-mdns",4332 "libp2p-metrics",4333 "libp2p-mplex",4334 "libp2p-noise",4335 "libp2p-ping",4336 "libp2p-plaintext",4337 "libp2p-pnet",4338 "libp2p-relay",4339 "libp2p-rendezvous",4340 "libp2p-request-response",4341 "libp2p-swarm",4342 "libp2p-swarm-derive",4343 "libp2p-tcp",4344 "libp2p-uds",4345 "libp2p-wasm-ext",4346 "libp2p-websocket",4347 "libp2p-yamux",4348 "multiaddr",4349 "parking_lot 0.11.2",4350 "pin-project 1.0.10",4351 "smallvec",4352 "wasm-timer",4353]43544355[[package]]4356name = "libp2p-core"4357version = "0.30.2"4358source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4360dependencies = [4361 "asn1_der",4362 "bs58",4363 "ed25519-dalek",4364 "either",4365 "fnv",4366 "futures 0.3.21",4367 "futures-timer",4368 "instant",4369 "lazy_static",4370 "libsecp256k1",4371 "log",4372 "multiaddr",4373 "multihash 0.14.0",4374 "multistream-select",4375 "parking_lot 0.11.2",4376 "pin-project 1.0.10",4377 "prost",4378 "prost-build",4379 "rand 0.8.5",4380 "ring",4381 "rw-stream-sink",4382 "sha2 0.9.9",4383 "smallvec",4384 "thiserror",4385 "unsigned-varint 0.7.1",4386 "void",4387 "zeroize",4388]43894390[[package]]4391name = "libp2p-deflate"4392version = "0.30.0"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4395dependencies = [4396 "flate2",4397 "futures 0.3.21",4398 "libp2p-core",4399]44004401[[package]]4402name = "libp2p-dns"4403version = "0.30.0"4404source = "registry+https://github.com/rust-lang/crates.io-index"4405checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4406dependencies = [4407 "async-std-resolver",4408 "futures 0.3.21",4409 "libp2p-core",4410 "log",4411 "smallvec",4412 "trust-dns-resolver",4413]44144415[[package]]4416name = "libp2p-floodsub"4417version = "0.31.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4420dependencies = [4421 "cuckoofilter",4422 "fnv",4423 "futures 0.3.21",4424 "libp2p-core",4425 "libp2p-swarm",4426 "log",4427 "prost",4428 "prost-build",4429 "rand 0.7.3",4430 "smallvec",4431]44324433[[package]]4434name = "libp2p-gossipsub"4435version = "0.33.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4438dependencies = [4439 "asynchronous-codec 0.6.0",4440 "base64",4441 "byteorder",4442 "bytes 1.1.0",4443 "fnv",4444 "futures 0.3.21",4445 "hex_fmt",4446 "libp2p-core",4447 "libp2p-swarm",4448 "log",4449 "prost",4450 "prost-build",4451 "rand 0.7.3",4452 "regex",4453 "sha2 0.9.9",4454 "smallvec",4455 "unsigned-varint 0.7.1",4456 "wasm-timer",4457]44584459[[package]]4460name = "libp2p-identify"4461version = "0.31.0"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4464dependencies = [4465 "futures 0.3.21",4466 "libp2p-core",4467 "libp2p-swarm",4468 "log",4469 "lru 0.6.6",4470 "prost",4471 "prost-build",4472 "smallvec",4473 "wasm-timer",4474]44754476[[package]]4477name = "libp2p-kad"4478version = "0.32.0"4479source = "registry+https://github.com/rust-lang/crates.io-index"4480checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4481dependencies = [4482 "arrayvec 0.5.2",4483 "asynchronous-codec 0.6.0",4484 "bytes 1.1.0",4485 "either",4486 "fnv",4487 "futures 0.3.21",4488 "libp2p-core",4489 "libp2p-swarm",4490 "log",4491 "prost",4492 "prost-build",4493 "rand 0.7.3",4494 "sha2 0.9.9",4495 "smallvec",4496 "uint",4497 "unsigned-varint 0.7.1",4498 "void",4499 "wasm-timer",4500]45014502[[package]]4503name = "libp2p-mdns"4504version = "0.32.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4507dependencies = [4508 "async-io",4509 "data-encoding",4510 "dns-parser",4511 "futures 0.3.21",4512 "if-watch",4513 "lazy_static",4514 "libp2p-core",4515 "libp2p-swarm",4516 "log",4517 "rand 0.8.5",4518 "smallvec",4519 "socket2 0.4.4",4520 "void",4521]45224523[[package]]4524name = "libp2p-metrics"4525version = "0.1.0"4526source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4528dependencies = [4529 "libp2p-core",4530 "libp2p-identify",4531 "libp2p-kad",4532 "libp2p-ping",4533 "libp2p-swarm",4534 "open-metrics-client",4535]45364537[[package]]4538name = "libp2p-mplex"4539version = "0.30.0"4540source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4542dependencies = [4543 "asynchronous-codec 0.6.0",4544 "bytes 1.1.0",4545 "futures 0.3.21",4546 "libp2p-core",4547 "log",4548 "nohash-hasher",4549 "parking_lot 0.11.2",4550 "rand 0.7.3",4551 "smallvec",4552 "unsigned-varint 0.7.1",4553]45544555[[package]]4556name = "libp2p-noise"4557version = "0.33.0"4558source = "registry+https://github.com/rust-lang/crates.io-index"4559checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4560dependencies = [4561 "bytes 1.1.0",4562 "curve25519-dalek 3.2.0",4563 "futures 0.3.21",4564 "lazy_static",4565 "libp2p-core",4566 "log",4567 "prost",4568 "prost-build",4569 "rand 0.8.5",4570 "sha2 0.9.9",4571 "snow",4572 "static_assertions",4573 "x25519-dalek",4574 "zeroize",4575]45764577[[package]]4578name = "libp2p-ping"4579version = "0.31.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4582dependencies = [4583 "futures 0.3.21",4584 "libp2p-core",4585 "libp2p-swarm",4586 "log",4587 "rand 0.7.3",4588 "void",4589 "wasm-timer",4590]45914592[[package]]4593name = "libp2p-plaintext"4594version = "0.30.0"4595source = "registry+https://github.com/rust-lang/crates.io-index"4596checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4597dependencies = [4598 "asynchronous-codec 0.6.0",4599 "bytes 1.1.0",4600 "futures 0.3.21",4601 "libp2p-core",4602 "log",4603 "prost",4604 "prost-build",4605 "unsigned-varint 0.7.1",4606 "void",4607]46084609[[package]]4610name = "libp2p-pnet"4611version = "0.22.0"4612source = "registry+https://github.com/rust-lang/crates.io-index"4613checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4614dependencies = [4615 "futures 0.3.21",4616 "log",4617 "pin-project 1.0.10",4618 "rand 0.7.3",4619 "salsa20",4620 "sha3 0.9.1",4621]46224623[[package]]4624name = "libp2p-relay"4625version = "0.4.0"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4628dependencies = [4629 "asynchronous-codec 0.6.0",4630 "bytes 1.1.0",4631 "futures 0.3.21",4632 "futures-timer",4633 "libp2p-core",4634 "libp2p-swarm",4635 "log",4636 "pin-project 1.0.10",4637 "prost",4638 "prost-build",4639 "rand 0.7.3",4640 "smallvec",4641 "unsigned-varint 0.7.1",4642 "void",4643 "wasm-timer",4644]46454646[[package]]4647name = "libp2p-rendezvous"4648version = "0.1.0"4649source = "registry+https://github.com/rust-lang/crates.io-index"4650checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4651dependencies = [4652 "asynchronous-codec 0.6.0",4653 "bimap",4654 "futures 0.3.21",4655 "libp2p-core",4656 "libp2p-swarm",4657 "log",4658 "prost",4659 "prost-build",4660 "rand 0.8.5",4661 "sha2 0.9.9",4662 "thiserror",4663 "unsigned-varint 0.7.1",4664 "void",4665 "wasm-timer",4666]46674668[[package]]4669name = "libp2p-request-response"4670version = "0.13.0"4671source = "registry+https://github.com/rust-lang/crates.io-index"4672checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4673dependencies = [4674 "async-trait",4675 "bytes 1.1.0",4676 "futures 0.3.21",4677 "libp2p-core",4678 "libp2p-swarm",4679 "log",4680 "lru 0.7.5",4681 "rand 0.7.3",4682 "smallvec",4683 "unsigned-varint 0.7.1",4684 "wasm-timer",4685]46864687[[package]]4688name = "libp2p-swarm"4689version = "0.31.0"4690source = "registry+https://github.com/rust-lang/crates.io-index"4691checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4692dependencies = [4693 "either",4694 "futures 0.3.21",4695 "libp2p-core",4696 "log",4697 "rand 0.7.3",4698 "smallvec",4699 "void",4700 "wasm-timer",4701]47024703[[package]]4704name = "libp2p-swarm-derive"4705version = "0.25.0"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4708dependencies = [4709 "quote",4710 "syn",4711]47124713[[package]]4714name = "libp2p-tcp"4715version = "0.30.0"4716source = "registry+https://github.com/rust-lang/crates.io-index"4717checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4718dependencies = [4719 "async-io",4720 "futures 0.3.21",4721 "futures-timer",4722 "if-watch",4723 "ipnet",4724 "libc",4725 "libp2p-core",4726 "log",4727 "socket2 0.4.4",4728]47294730[[package]]4731name = "libp2p-uds"4732version = "0.30.0"4733source = "registry+https://github.com/rust-lang/crates.io-index"4734checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4735dependencies = [4736 "async-std",4737 "futures 0.3.21",4738 "libp2p-core",4739 "log",4740]47414742[[package]]4743name = "libp2p-wasm-ext"4744version = "0.30.0"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4747dependencies = [4748 "futures 0.3.21",4749 "js-sys",4750 "libp2p-core",4751 "parity-send-wrapper",4752 "wasm-bindgen",4753 "wasm-bindgen-futures",4754]47554756[[package]]4757name = "libp2p-websocket"4758version = "0.31.0"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4761dependencies = [4762 "either",4763 "futures 0.3.21",4764 "futures-rustls",4765 "libp2p-core",4766 "log",4767 "quicksink",4768 "rw-stream-sink",4769 "soketto",4770 "url 2.2.2",4771 "webpki-roots 0.21.1",4772]47734774[[package]]4775name = "libp2p-yamux"4776version = "0.34.0"4777source = "registry+https://github.com/rust-lang/crates.io-index"4778checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4779dependencies = [4780 "futures 0.3.21",4781 "libp2p-core",4782 "parking_lot 0.11.2",4783 "thiserror",4784 "yamux",4785]47864787[[package]]4788name = "librocksdb-sys"4789version = "0.6.1+6.28.2"4790source = "registry+https://github.com/rust-lang/crates.io-index"4791checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4792dependencies = [4793 "bindgen",4794 "bzip2-sys",4795 "cc",4796 "glob",4797 "libc",4798 "libz-sys",4799 "tikv-jemalloc-sys",4800]48014802[[package]]4803name = "libsecp256k1"4804version = "0.7.0"4805source = "registry+https://github.com/rust-lang/crates.io-index"4806checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4807dependencies = [4808 "arrayref",4809 "base64",4810 "digest 0.9.0",4811 "hmac-drbg",4812 "libsecp256k1-core",4813 "libsecp256k1-gen-ecmult",4814 "libsecp256k1-gen-genmult",4815 "rand 0.8.5",4816 "serde",4817 "sha2 0.9.9",4818 "typenum",4819]48204821[[package]]4822name = "libsecp256k1-core"4823version = "0.3.0"4824source = "registry+https://github.com/rust-lang/crates.io-index"4825checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4826dependencies = [4827 "crunchy",4828 "digest 0.9.0",4829 "subtle",4830]48314832[[package]]4833name = "libsecp256k1-gen-ecmult"4834version = "0.3.0"4835source = "registry+https://github.com/rust-lang/crates.io-index"4836checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4837dependencies = [4838 "libsecp256k1-core",4839]48404841[[package]]4842name = "libsecp256k1-gen-genmult"4843version = "0.3.0"4844source = "registry+https://github.com/rust-lang/crates.io-index"4845checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4846dependencies = [4847 "libsecp256k1-core",4848]48494850[[package]]4851name = "libz-sys"4852version = "1.1.6"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4855dependencies = [4856 "cc",4857 "pkg-config",4858 "vcpkg",4859]48604861[[package]]4862name = "linked-hash-map"4863version = "0.5.4"4864source = "registry+https://github.com/rust-lang/crates.io-index"4865checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"48664867[[package]]4868name = "linked_hash_set"4869version = "0.1.4"4870source = "registry+https://github.com/rust-lang/crates.io-index"4871checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4872dependencies = [4873 "linked-hash-map",4874]48754876[[package]]4877name = "linregress"4878version = "0.4.4"4879source = "registry+https://github.com/rust-lang/crates.io-index"4880checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4881dependencies = [4882 "nalgebra",4883 "statrs",4884]48854886[[package]]4887name = "linux-raw-sys"4888version = "0.0.42"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"48914892[[package]]4893name = "lock_api"4894version = "0.4.7"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4897dependencies = [4898 "autocfg",4899 "scopeguard",4900]49014902[[package]]4903name = "log"4904version = "0.4.17"4905source = "registry+https://github.com/rust-lang/crates.io-index"4906checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4907dependencies = [4908 "cfg-if 1.0.0",4909 "value-bag",4910]49114912[[package]]4913name = "lru"4914version = "0.6.6"4915source = "registry+https://github.com/rust-lang/crates.io-index"4916checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4917dependencies = [4918 "hashbrown 0.11.2",4919]49204921[[package]]4922name = "lru"4923version = "0.7.5"4924source = "registry+https://github.com/rust-lang/crates.io-index"4925checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"4926dependencies = [4927 "hashbrown 0.11.2",4928]49294930[[package]]4931name = "lru-cache"4932version = "0.1.2"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4935dependencies = [4936 "linked-hash-map",4937]49384939[[package]]4940name = "lz4"4941version = "1.23.3"4942source = "registry+https://github.com/rust-lang/crates.io-index"4943checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4944dependencies = [4945 "libc",4946 "lz4-sys",4947]49484949[[package]]4950name = "lz4-sys"4951version = "1.9.3"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4954dependencies = [4955 "cc",4956 "libc",4957]49584959[[package]]4960name = "mach"4961version = "0.3.2"4962source = "registry+https://github.com/rust-lang/crates.io-index"4963checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4964dependencies = [4965 "libc",4966]49674968[[package]]4969name = "maplit"4970version = "1.0.2"4971source = "registry+https://github.com/rust-lang/crates.io-index"4972checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"49734974[[package]]4975name = "match_cfg"4976version = "0.1.0"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"49794980[[package]]4981name = "matchers"4982version = "0.0.1"4983source = "registry+https://github.com/rust-lang/crates.io-index"4984checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4985dependencies = [4986 "regex-automata",4987]49884989[[package]]4990name = "matches"4991version = "0.1.9"4992source = "registry+https://github.com/rust-lang/crates.io-index"4993checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"49944995[[package]]4996name = "matrixmultiply"4997version = "0.3.2"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5000dependencies = [5001 "rawpointer",5002]50035004[[package]]5005name = "memchr"5006version = "2.5.0"5007source = "registry+https://github.com/rust-lang/crates.io-index"5008checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50095010[[package]]5011name = "memmap2"5012version = "0.2.3"5013source = "registry+https://github.com/rust-lang/crates.io-index"5014checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5015dependencies = [5016 "libc",5017]50185019[[package]]5020name = "memmap2"5021version = "0.5.3"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5024dependencies = [5025 "libc",5026]50275028[[package]]5029name = "memoffset"5030version = "0.6.5"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5033dependencies = [5034 "autocfg",5035]50365037[[package]]5038name = "memory-db"5039version = "0.29.0"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5042dependencies = [5043 "hash-db",5044 "hashbrown 0.12.1",5045 "parity-util-mem",5046]50475048[[package]]5049name = "memory-lru"5050version = "0.1.0"5051source = "registry+https://github.com/rust-lang/crates.io-index"5052checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5053dependencies = [5054 "lru 0.6.6",5055]50565057[[package]]5058name = "memory_units"5059version = "0.3.0"5060source = "registry+https://github.com/rust-lang/crates.io-index"5061checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"50625063[[package]]5064name = "merlin"5065version = "2.0.1"5066source = "registry+https://github.com/rust-lang/crates.io-index"5067checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5068dependencies = [5069 "byteorder",5070 "keccak",5071 "rand_core 0.5.1",5072 "zeroize",5073]50745075[[package]]5076name = "metered-channel"5077version = "0.9.21"5078source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5079dependencies = [5080 "coarsetime",5081 "crossbeam-queue",5082 "derive_more",5083 "futures 0.3.21",5084 "futures-timer",5085 "nanorand",5086 "thiserror",5087 "tracing-gum",5088]50895090[[package]]5091name = "mick-jaeger"5092version = "0.1.8"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5095dependencies = [5096 "futures 0.3.21",5097 "rand 0.8.5",5098 "thrift",5099]51005101[[package]]5102name = "minimal-lexical"5103version = "0.2.1"5104source = "registry+https://github.com/rust-lang/crates.io-index"5105checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51065107[[package]]5108name = "miniz_oxide"5109version = "0.5.1"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5112dependencies = [5113 "adler",5114]51155116[[package]]5117name = "mio"5118version = "0.6.23"5119source = "registry+https://github.com/rust-lang/crates.io-index"5120checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5121dependencies = [5122 "cfg-if 0.1.10",5123 "fuchsia-zircon",5124 "fuchsia-zircon-sys",5125 "iovec",5126 "kernel32-sys",5127 "libc",5128 "log",5129 "miow",5130 "net2",5131 "slab",5132 "winapi 0.2.8",5133]51345135[[package]]5136name = "mio"5137version = "0.8.3"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5140dependencies = [5141 "libc",5142 "log",5143 "wasi 0.11.0+wasi-snapshot-preview1",5144 "windows-sys",5145]51465147[[package]]5148name = "mio-extras"5149version = "2.0.6"5150source = "registry+https://github.com/rust-lang/crates.io-index"5151checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5152dependencies = [5153 "lazycell",5154 "log",5155 "mio 0.6.23",5156 "slab",5157]51585159[[package]]5160name = "miow"5161version = "0.2.2"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5164dependencies = [5165 "kernel32-sys",5166 "net2",5167 "winapi 0.2.8",5168 "ws2_32-sys",5169]51705171[[package]]5172name = "more-asserts"5173version = "0.2.2"5174source = "registry+https://github.com/rust-lang/crates.io-index"5175checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51765177[[package]]5178name = "multiaddr"5179version = "0.13.0"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5182dependencies = [5183 "arrayref",5184 "bs58",5185 "byteorder",5186 "data-encoding",5187 "multihash 0.14.0",5188 "percent-encoding 2.1.0",5189 "serde",5190 "static_assertions",5191 "unsigned-varint 0.7.1",5192 "url 2.2.2",5193]51945195[[package]]5196name = "multibase"5197version = "0.8.0"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5200dependencies = [5201 "base-x",5202 "data-encoding",5203 "data-encoding-macro",5204]52055206[[package]]5207name = "multihash"5208version = "0.13.2"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5211dependencies = [5212 "blake2b_simd",5213 "blake2s_simd",5214 "blake3 0.3.8",5215 "digest 0.9.0",5216 "generic-array 0.14.5",5217 "multihash-derive",5218 "sha2 0.9.9",5219 "sha3 0.9.1",5220 "unsigned-varint 0.5.1",5221]52225223[[package]]5224name = "multihash"5225version = "0.14.0"5226source = "registry+https://github.com/rust-lang/crates.io-index"5227checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5228dependencies = [5229 "digest 0.9.0",5230 "generic-array 0.14.5",5231 "multihash-derive",5232 "sha2 0.9.9",5233 "unsigned-varint 0.7.1",5234]52355236[[package]]5237name = "multihash-derive"5238version = "0.7.2"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5241dependencies = [5242 "proc-macro-crate 1.1.3",5243 "proc-macro-error",5244 "proc-macro2",5245 "quote",5246 "syn",5247 "synstructure",5248]52495250[[package]]5251name = "multimap"5252version = "0.8.3"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52555256[[package]]5257name = "multistream-select"5258version = "0.10.4"5259source = "registry+https://github.com/rust-lang/crates.io-index"5260checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5261dependencies = [5262 "bytes 1.1.0",5263 "futures 0.3.21",5264 "log",5265 "pin-project 1.0.10",5266 "smallvec",5267 "unsigned-varint 0.7.1",5268]52695270[[package]]5271name = "nalgebra"5272version = "0.27.1"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5275dependencies = [5276 "approx",5277 "matrixmultiply",5278 "nalgebra-macros",5279 "num-complex",5280 "num-rational 0.4.0",5281 "num-traits",5282 "rand 0.8.5",5283 "rand_distr",5284 "simba",5285 "typenum",5286]52875288[[package]]5289name = "nalgebra-macros"5290version = "0.1.0"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5293dependencies = [5294 "proc-macro2",5295 "quote",5296 "syn",5297]52985299[[package]]5300name = "names"5301version = "0.13.0"5302source = "registry+https://github.com/rust-lang/crates.io-index"5303checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5304dependencies = [5305 "rand 0.8.5",5306]53075308[[package]]5309name = "nanorand"5310version = "0.7.0"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53135314[[package]]5315name = "net2"5316version = "0.2.37"5317source = "registry+https://github.com/rust-lang/crates.io-index"5318checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5319dependencies = [5320 "cfg-if 0.1.10",5321 "libc",5322 "winapi 0.3.9",5323]53245325[[package]]5326name = "nodrop"5327version = "0.1.14"5328source = "registry+https://github.com/rust-lang/crates.io-index"5329checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53305331[[package]]5332name = "nohash-hasher"5333version = "0.2.0"5334source = "registry+https://github.com/rust-lang/crates.io-index"5335checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53365337[[package]]5338name = "nom"5339version = "7.1.1"5340source = "registry+https://github.com/rust-lang/crates.io-index"5341checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5342dependencies = [5343 "memchr",5344 "minimal-lexical",5345]53465347[[package]]5348name = "num-bigint"5349version = "0.2.6"5350source = "registry+https://github.com/rust-lang/crates.io-index"5351checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5352dependencies = [5353 "autocfg",5354 "num-integer",5355 "num-traits",5356]53575358[[package]]5359name = "num-complex"5360version = "0.4.1"5361source = "registry+https://github.com/rust-lang/crates.io-index"5362checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5363dependencies = [5364 "num-traits",5365]53665367[[package]]5368name = "num-format"5369version = "0.4.0"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5372dependencies = [5373 "arrayvec 0.4.12",5374 "itoa 0.4.8",5375]53765377[[package]]5378name = "num-integer"5379version = "0.1.45"5380source = "registry+https://github.com/rust-lang/crates.io-index"5381checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5382dependencies = [5383 "autocfg",5384 "num-traits",5385]53865387[[package]]5388name = "num-rational"5389version = "0.2.4"5390source = "registry+https://github.com/rust-lang/crates.io-index"5391checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5392dependencies = [5393 "autocfg",5394 "num-bigint",5395 "num-integer",5396 "num-traits",5397]53985399[[package]]5400name = "num-rational"5401version = "0.4.0"5402source = "registry+https://github.com/rust-lang/crates.io-index"5403checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5404dependencies = [5405 "autocfg",5406 "num-integer",5407 "num-traits",5408]54095410[[package]]5411name = "num-traits"5412version = "0.2.15"5413source = "registry+https://github.com/rust-lang/crates.io-index"5414checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5415dependencies = [5416 "autocfg",5417 "libm",5418]54195420[[package]]5421name = "num_cpus"5422version = "1.13.1"5423source = "registry+https://github.com/rust-lang/crates.io-index"5424checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5425dependencies = [5426 "hermit-abi",5427 "libc",5428]54295430[[package]]5431name = "object"5432version = "0.27.1"5433source = "registry+https://github.com/rust-lang/crates.io-index"5434checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5435dependencies = [5436 "crc32fast",5437 "indexmap",5438 "memchr",5439]54405441[[package]]5442name = "object"5443version = "0.28.4"5444source = "registry+https://github.com/rust-lang/crates.io-index"5445checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5446dependencies = [5447 "memchr",5448]54495450[[package]]5451name = "once_cell"5452version = "1.10.0"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"54555456[[package]]5457name = "opal-runtime"5458version = "0.9.21"5459dependencies = [5460 "cumulus-pallet-aura-ext",5461 "cumulus-pallet-dmp-queue",5462 "cumulus-pallet-parachain-system",5463 "cumulus-pallet-xcm",5464 "cumulus-pallet-xcmp-queue",5465 "cumulus-primitives-core",5466 "cumulus-primitives-timestamp",5467 "cumulus-primitives-utility",5468 "derivative",5469 "fp-evm-mapping",5470 "fp-rpc",5471 "fp-self-contained",5472 "frame-benchmarking",5473 "frame-executive",5474 "frame-support",5475 "frame-system",5476 "frame-system-benchmarking",5477 "frame-system-rpc-runtime-api",5478 "hex-literal",5479 "orml-vesting",5480 "pallet-aura",5481 "pallet-balances",5482 "pallet-base-fee",5483 "pallet-common",5484 "pallet-ethereum",5485 "pallet-evm",5486 "pallet-evm-coder-substrate",5487 "pallet-evm-contract-helpers",5488 "pallet-evm-migration",5489 "pallet-evm-transaction-payment",5490 "pallet-fungible",5491 "pallet-inflation",5492 "pallet-nonfungible",5493 "pallet-randomness-collective-flip",5494 "pallet-refungible",5495 "pallet-sudo",5496 "pallet-template-transaction-payment",5497 "pallet-timestamp",5498 "pallet-transaction-payment",5499 "pallet-transaction-payment-rpc-runtime-api",5500 "pallet-treasury",5501 "pallet-unique",5502 "pallet-unq-scheduler",5503 "pallet-xcm",5504 "parachain-info",5505 "parity-scale-codec",5506 "polkadot-parachain",5507 "scale-info",5508 "serde",5509 "smallvec",5510 "sp-api",5511 "sp-arithmetic",5512 "sp-block-builder",5513 "sp-consensus-aura",5514 "sp-core",5515 "sp-inherents",5516 "sp-io",5517 "sp-offchain",5518 "sp-runtime",5519 "sp-session",5520 "sp-std",5521 "sp-transaction-pool",5522 "sp-version",5523 "substrate-wasm-builder",5524 "unique-runtime-common",5525 "up-data-structs",5526 "up-rpc",5527 "xcm",5528 "xcm-builder",5529 "xcm-executor",5530]55315532[[package]]5533name = "opaque-debug"5534version = "0.2.3"5535source = "registry+https://github.com/rust-lang/crates.io-index"5536checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55375538[[package]]5539name = "opaque-debug"5540version = "0.3.0"5541source = "registry+https://github.com/rust-lang/crates.io-index"5542checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55435544[[package]]5545name = "open-metrics-client"5546version = "0.12.0"5547source = "registry+https://github.com/rust-lang/crates.io-index"5548checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5549dependencies = [5550 "dtoa",5551 "itoa 0.4.8",5552 "open-metrics-client-derive-text-encode",5553 "owning_ref",5554]55555556[[package]]5557name = "open-metrics-client-derive-text-encode"5558version = "0.1.1"5559source = "registry+https://github.com/rust-lang/crates.io-index"5560checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5561dependencies = [5562 "proc-macro2",5563 "quote",5564 "syn",5565]55665567[[package]]5568name = "openssl-probe"5569version = "0.1.5"5570source = "registry+https://github.com/rust-lang/crates.io-index"5571checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55725573[[package]]5574name = "ordered-float"5575version = "1.1.1"5576source = "registry+https://github.com/rust-lang/crates.io-index"5577checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5578dependencies = [5579 "num-traits",5580]55815582[[package]]5583name = "orml-vesting"5584version = "0.4.1-dev"5585source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5586dependencies = [5587 "frame-support",5588 "frame-system",5589 "parity-scale-codec",5590 "scale-info",5591 "serde",5592 "sp-io",5593 "sp-runtime",5594 "sp-std",5595]55965597[[package]]5598name = "os_str_bytes"5599version = "6.0.0"5600source = "registry+https://github.com/rust-lang/crates.io-index"5601checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"56025603[[package]]5604name = "owning_ref"5605version = "0.4.1"5606source = "registry+https://github.com/rust-lang/crates.io-index"5607checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5608dependencies = [5609 "stable_deref_trait",5610]56115612[[package]]5613name = "pallet-aura"5614version = "4.0.0-dev"5615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5616dependencies = [5617 "frame-support",5618 "frame-system",5619 "pallet-timestamp",5620 "parity-scale-codec",5621 "scale-info",5622 "sp-application-crypto",5623 "sp-consensus-aura",5624 "sp-runtime",5625 "sp-std",5626]56275628[[package]]5629name = "pallet-authority-discovery"5630version = "4.0.0-dev"5631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5632dependencies = [5633 "frame-support",5634 "frame-system",5635 "pallet-session",5636 "parity-scale-codec",5637 "scale-info",5638 "sp-application-crypto",5639 "sp-authority-discovery",5640 "sp-runtime",5641 "sp-std",5642]56435644[[package]]5645name = "pallet-authorship"5646version = "4.0.0-dev"5647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5648dependencies = [5649 "frame-support",5650 "frame-system",5651 "impl-trait-for-tuples",5652 "parity-scale-codec",5653 "scale-info",5654 "sp-authorship",5655 "sp-runtime",5656 "sp-std",5657]56585659[[package]]5660name = "pallet-babe"5661version = "4.0.0-dev"5662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5663dependencies = [5664 "frame-benchmarking",5665 "frame-support",5666 "frame-system",5667 "log",5668 "pallet-authorship",5669 "pallet-session",5670 "pallet-timestamp",5671 "parity-scale-codec",5672 "scale-info",5673 "sp-application-crypto",5674 "sp-consensus-babe",5675 "sp-consensus-vrf",5676 "sp-io",5677 "sp-runtime",5678 "sp-session",5679 "sp-staking",5680 "sp-std",5681]56825683[[package]]5684name = "pallet-bags-list"5685version = "4.0.0-dev"5686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5687dependencies = [5688 "frame-benchmarking",5689 "frame-election-provider-support",5690 "frame-support",5691 "frame-system",5692 "log",5693 "pallet-balances",5694 "parity-scale-codec",5695 "scale-info",5696 "sp-core",5697 "sp-io",5698 "sp-runtime",5699 "sp-std",5700 "sp-tracing",5701]57025703[[package]]5704name = "pallet-balances"5705version = "4.0.0-dev"5706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5707dependencies = [5708 "frame-benchmarking",5709 "frame-support",5710 "frame-system",5711 "log",5712 "parity-scale-codec",5713 "scale-info",5714 "sp-runtime",5715 "sp-std",5716]57175718[[package]]5719name = "pallet-base-fee"5720version = "1.0.0"5721source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"5722dependencies = [5723 "fp-evm",5724 "frame-support",5725 "frame-system",5726 "parity-scale-codec",5727 "scale-info",5728 "serde",5729 "sp-core",5730 "sp-runtime",5731]57325733[[package]]5734name = "pallet-beefy"5735version = "4.0.0-dev"5736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5737dependencies = [5738 "beefy-primitives",5739 "frame-support",5740 "frame-system",5741 "pallet-session",5742 "parity-scale-codec",5743 "scale-info",5744 "serde",5745 "sp-runtime",5746 "sp-std",5747]57485749[[package]]5750name = "pallet-beefy-mmr"5751version = "4.0.0-dev"5752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5753dependencies = [5754 "beefy-merkle-tree",5755 "beefy-primitives",5756 "frame-support",5757 "frame-system",5758 "hex",5759 "k256",5760 "log",5761 "pallet-beefy",5762 "pallet-mmr",5763 "pallet-session",5764 "parity-scale-codec",5765 "scale-info",5766 "serde",5767 "sp-core",5768 "sp-io",5769 "sp-runtime",5770 "sp-std",5771]57725773[[package]]5774name = "pallet-bounties"5775version = "4.0.0-dev"5776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5777dependencies = [5778 "frame-benchmarking",5779 "frame-support",5780 "frame-system",5781 "log",5782 "pallet-treasury",5783 "parity-scale-codec",5784 "scale-info",5785 "sp-core",5786 "sp-io",5787 "sp-runtime",5788 "sp-std",5789]57905791[[package]]5792name = "pallet-bridge-dispatch"5793version = "0.1.0"5794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5795dependencies = [5796 "bp-message-dispatch",5797 "bp-runtime",5798 "frame-support",5799 "frame-system",5800 "log",5801 "parity-scale-codec",5802 "scale-info",5803 "sp-core",5804 "sp-runtime",5805 "sp-std",5806]58075808[[package]]5809name = "pallet-bridge-grandpa"5810version = "0.1.0"5811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5812dependencies = [5813 "bp-header-chain",5814 "bp-runtime",5815 "bp-test-utils",5816 "finality-grandpa",5817 "frame-support",5818 "frame-system",5819 "log",5820 "num-traits",5821 "parity-scale-codec",5822 "scale-info",5823 "serde",5824 "sp-finality-grandpa",5825 "sp-runtime",5826 "sp-std",5827 "sp-trie",5828]58295830[[package]]5831name = "pallet-bridge-messages"5832version = "0.1.0"5833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5834dependencies = [5835 "bitvec",5836 "bp-message-dispatch",5837 "bp-messages",5838 "bp-runtime",5839 "frame-support",5840 "frame-system",5841 "log",5842 "num-traits",5843 "parity-scale-codec",5844 "scale-info",5845 "serde",5846 "sp-core",5847 "sp-runtime",5848 "sp-std",5849]58505851[[package]]5852name = "pallet-child-bounties"5853version = "4.0.0-dev"5854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5855dependencies = [5856 "frame-benchmarking",5857 "frame-support",5858 "frame-system",5859 "log",5860 "pallet-bounties",5861 "pallet-treasury",5862 "parity-scale-codec",5863 "scale-info",5864 "sp-core",5865 "sp-io",5866 "sp-runtime",5867 "sp-std",5868]58695870[[package]]5871name = "pallet-collective"5872version = "4.0.0-dev"5873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5874dependencies = [5875 "frame-benchmarking",5876 "frame-support",5877 "frame-system",5878 "log",5879 "parity-scale-codec",5880 "scale-info",5881 "sp-core",5882 "sp-io",5883 "sp-runtime",5884 "sp-std",5885]58865887[[package]]5888name = "pallet-common"5889version = "0.1.0"5890dependencies = [5891 "evm-coder",5892 "fp-evm-mapping",5893 "frame-support",5894 "frame-system",5895 "pallet-evm",5896 "pallet-evm-coder-substrate",5897 "parity-scale-codec",5898 "scale-info",5899 "serde",5900 "sp-core",5901 "sp-runtime",5902 "sp-std",5903 "up-data-structs",5904]59055906[[package]]5907name = "pallet-democracy"5908version = "4.0.0-dev"5909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5910dependencies = [5911 "frame-benchmarking",5912 "frame-support",5913 "frame-system",5914 "parity-scale-codec",5915 "scale-info",5916 "serde",5917 "sp-io",5918 "sp-runtime",5919 "sp-std",5920]59215922[[package]]5923name = "pallet-election-provider-multi-phase"5924version = "4.0.0-dev"5925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5926dependencies = [5927 "frame-benchmarking",5928 "frame-election-provider-support",5929 "frame-support",5930 "frame-system",5931 "log",5932 "parity-scale-codec",5933 "rand 0.7.3",5934 "scale-info",5935 "sp-arithmetic",5936 "sp-core",5937 "sp-io",5938 "sp-npos-elections",5939 "sp-runtime",5940 "sp-std",5941 "static_assertions",5942 "strum 0.23.0",5943]59445945[[package]]5946name = "pallet-election-provider-support-benchmarking"5947version = "4.0.0-dev"5948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5949dependencies = [5950 "frame-benchmarking",5951 "frame-election-provider-support",5952 "frame-system",5953 "parity-scale-codec",5954 "sp-npos-elections",5955 "sp-runtime",5956]59575958[[package]]5959name = "pallet-elections-phragmen"5960version = "5.0.0-dev"5961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5962dependencies = [5963 "frame-benchmarking",5964 "frame-support",5965 "frame-system",5966 "log",5967 "parity-scale-codec",5968 "scale-info",5969 "sp-core",5970 "sp-io",5971 "sp-npos-elections",5972 "sp-runtime",5973 "sp-std",5974]59755976[[package]]5977name = "pallet-ethereum"5978version = "4.0.0-dev"5979source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"5980dependencies = [5981 "ethereum",5982 "ethereum-types",5983 "evm",5984 "fp-consensus",5985 "fp-evm",5986 "fp-evm-mapping",5987 "fp-rpc",5988 "fp-self-contained",5989 "fp-storage",5990 "frame-support",5991 "frame-system",5992 "log",5993 "pallet-balances",5994 "pallet-evm",5995 "pallet-timestamp",5996 "parity-scale-codec",5997 "rlp",5998 "scale-info",5999 "serde",6000 "sha3 0.10.1",6001 "sp-io",6002 "sp-runtime",6003 "sp-std",6004]60056006[[package]]6007name = "pallet-evm"6008version = "6.0.0-dev"6009source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"6010dependencies = [6011 "evm",6012 "fp-evm",6013 "fp-evm-mapping",6014 "frame-benchmarking",6015 "frame-support",6016 "frame-system",6017 "hex",6018 "impl-trait-for-tuples",6019 "log",6020 "pallet-balances",6021 "pallet-timestamp",6022 "parity-scale-codec",6023 "primitive-types",6024 "rlp",6025 "scale-info",6026 "serde",6027 "sha3 0.10.1",6028 "sp-core",6029 "sp-io",6030 "sp-runtime",6031 "sp-std",6032]60336034[[package]]6035name = "pallet-evm-coder-substrate"6036version = "0.1.0"6037dependencies = [6038 "ethereum",6039 "evm-coder",6040 "frame-benchmarking",6041 "frame-support",6042 "frame-system",6043 "pallet-ethereum",6044 "pallet-evm",6045 "parity-scale-codec",6046 "scale-info",6047 "sp-core",6048 "sp-std",6049]60506051[[package]]6052name = "pallet-evm-contract-helpers"6053version = "0.1.0"6054dependencies = [6055 "evm-coder",6056 "fp-evm-mapping",6057 "frame-support",6058 "frame-system",6059 "log",6060 "pallet-evm",6061 "pallet-evm-coder-substrate",6062 "parity-scale-codec",6063 "scale-info",6064 "sp-core",6065 "sp-runtime",6066 "sp-std",6067 "up-sponsorship",6068]60696070[[package]]6071name = "pallet-evm-migration"6072version = "0.1.0"6073dependencies = [6074 "fp-evm",6075 "frame-benchmarking",6076 "frame-support",6077 "frame-system",6078 "pallet-evm",6079 "parity-scale-codec",6080 "scale-info",6081 "sp-core",6082 "sp-io",6083 "sp-runtime",6084 "sp-std",6085]60866087[[package]]6088name = "pallet-evm-transaction-payment"6089version = "0.1.0"6090dependencies = [6091 "fp-evm",6092 "fp-evm-mapping",6093 "frame-support",6094 "frame-system",6095 "pallet-ethereum",6096 "pallet-evm",6097 "parity-scale-codec",6098 "scale-info",6099 "sp-core",6100 "sp-io",6101 "sp-runtime",6102 "sp-std",6103 "up-sponsorship",6104]61056106[[package]]6107name = "pallet-fungible"6108version = "0.1.0"6109dependencies = [6110 "ethereum",6111 "evm-coder",6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "pallet-common",6116 "pallet-evm",6117 "pallet-evm-coder-substrate",6118 "parity-scale-codec",6119 "scale-info",6120 "sp-core",6121 "sp-runtime",6122 "sp-std",6123 "up-data-structs",6124]61256126[[package]]6127name = "pallet-gilt"6128version = "4.0.0-dev"6129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6130dependencies = [6131 "frame-benchmarking",6132 "frame-support",6133 "frame-system",6134 "parity-scale-codec",6135 "scale-info",6136 "sp-arithmetic",6137 "sp-runtime",6138 "sp-std",6139]61406141[[package]]6142name = "pallet-grandpa"6143version = "4.0.0-dev"6144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6145dependencies = [6146 "frame-benchmarking",6147 "frame-support",6148 "frame-system",6149 "log",6150 "pallet-authorship",6151 "pallet-session",6152 "parity-scale-codec",6153 "scale-info",6154 "sp-application-crypto",6155 "sp-core",6156 "sp-finality-grandpa",6157 "sp-io",6158 "sp-runtime",6159 "sp-session",6160 "sp-staking",6161 "sp-std",6162]61636164[[package]]6165name = "pallet-identity"6166version = "4.0.0-dev"6167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6168dependencies = [6169 "enumflags2",6170 "frame-benchmarking",6171 "frame-support",6172 "frame-system",6173 "parity-scale-codec",6174 "scale-info",6175 "sp-io",6176 "sp-runtime",6177 "sp-std",6178]61796180[[package]]6181name = "pallet-im-online"6182version = "4.0.0-dev"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6184dependencies = [6185 "frame-benchmarking",6186 "frame-support",6187 "frame-system",6188 "log",6189 "pallet-authorship",6190 "parity-scale-codec",6191 "scale-info",6192 "sp-application-crypto",6193 "sp-core",6194 "sp-io",6195 "sp-runtime",6196 "sp-staking",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-indices"6202version = "4.0.0-dev"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6204dependencies = [6205 "frame-benchmarking",6206 "frame-support",6207 "frame-system",6208 "parity-scale-codec",6209 "scale-info",6210 "sp-core",6211 "sp-io",6212 "sp-keyring",6213 "sp-runtime",6214 "sp-std",6215]62166217[[package]]6218name = "pallet-inflation"6219version = "0.1.0"6220dependencies = [6221 "frame-benchmarking",6222 "frame-support",6223 "frame-system",6224 "pallet-balances",6225 "pallet-randomness-collective-flip",6226 "pallet-timestamp",6227 "parity-scale-codec",6228 "scale-info",6229 "serde",6230 "sp-core",6231 "sp-io",6232 "sp-runtime",6233 "sp-std",6234]62356236[[package]]6237name = "pallet-membership"6238version = "4.0.0-dev"6239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6240dependencies = [6241 "frame-benchmarking",6242 "frame-support",6243 "frame-system",6244 "log",6245 "parity-scale-codec",6246 "scale-info",6247 "sp-core",6248 "sp-io",6249 "sp-runtime",6250 "sp-std",6251]62526253[[package]]6254name = "pallet-mmr"6255version = "4.0.0-dev"6256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6257dependencies = [6258 "ckb-merkle-mountain-range",6259 "frame-benchmarking",6260 "frame-support",6261 "frame-system",6262 "parity-scale-codec",6263 "scale-info",6264 "sp-core",6265 "sp-io",6266 "sp-mmr-primitives",6267 "sp-runtime",6268 "sp-std",6269]62706271[[package]]6272name = "pallet-mmr-rpc"6273version = "3.0.0"6274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6275dependencies = [6276 "jsonrpc-core",6277 "jsonrpc-core-client",6278 "jsonrpc-derive",6279 "parity-scale-codec",6280 "serde",6281 "sp-api",6282 "sp-blockchain",6283 "sp-core",6284 "sp-mmr-primitives",6285 "sp-runtime",6286]62876288[[package]]6289name = "pallet-multisig"6290version = "4.0.0-dev"6291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6292dependencies = [6293 "frame-benchmarking",6294 "frame-support",6295 "frame-system",6296 "parity-scale-codec",6297 "scale-info",6298 "sp-io",6299 "sp-runtime",6300 "sp-std",6301]63026303[[package]]6304name = "pallet-nicks"6305version = "4.0.0-dev"6306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6307dependencies = [6308 "frame-support",6309 "frame-system",6310 "parity-scale-codec",6311 "scale-info",6312 "sp-io",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-nomination-pools"6319version = "1.0.0"6320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6321dependencies = [6322 "frame-support",6323 "frame-system",6324 "parity-scale-codec",6325 "scale-info",6326 "sp-core",6327 "sp-runtime",6328 "sp-staking",6329 "sp-std",6330]63316332[[package]]6333name = "pallet-nomination-pools-benchmarking"6334version = "1.0.0"6335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6336dependencies = [6337 "frame-benchmarking",6338 "frame-election-provider-support",6339 "frame-support",6340 "frame-system",6341 "pallet-bags-list",6342 "pallet-nomination-pools",6343 "pallet-staking",6344 "parity-scale-codec",6345 "scale-info",6346 "sp-runtime",6347 "sp-staking",6348 "sp-std",6349]63506351[[package]]6352name = "pallet-nonfungible"6353version = "0.1.0"6354dependencies = [6355 "ethereum",6356 "evm-coder",6357 "frame-benchmarking",6358 "frame-support",6359 "frame-system",6360 "pallet-common",6361 "pallet-evm",6362 "pallet-evm-coder-substrate",6363 "parity-scale-codec",6364 "scale-info",6365 "sp-core",6366 "sp-runtime",6367 "sp-std",6368 "up-data-structs",6369]63706371[[package]]6372name = "pallet-offences"6373version = "4.0.0-dev"6374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6375dependencies = [6376 "frame-support",6377 "frame-system",6378 "log",6379 "pallet-balances",6380 "parity-scale-codec",6381 "scale-info",6382 "serde",6383 "sp-runtime",6384 "sp-staking",6385 "sp-std",6386]63876388[[package]]6389name = "pallet-offences-benchmarking"6390version = "4.0.0-dev"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6392dependencies = [6393 "frame-benchmarking",6394 "frame-election-provider-support",6395 "frame-support",6396 "frame-system",6397 "pallet-babe",6398 "pallet-balances",6399 "pallet-grandpa",6400 "pallet-im-online",6401 "pallet-offences",6402 "pallet-session",6403 "pallet-staking",6404 "parity-scale-codec",6405 "scale-info",6406 "sp-runtime",6407 "sp-staking",6408 "sp-std",6409]64106411[[package]]6412name = "pallet-preimage"6413version = "4.0.0-dev"6414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6415dependencies = [6416 "frame-benchmarking",6417 "frame-support",6418 "frame-system",6419 "parity-scale-codec",6420 "scale-info",6421 "sp-core",6422 "sp-io",6423 "sp-runtime",6424 "sp-std",6425]64266427[[package]]6428name = "pallet-proxy"6429version = "4.0.0-dev"6430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6431dependencies = [6432 "frame-benchmarking",6433 "frame-support",6434 "frame-system",6435 "parity-scale-codec",6436 "scale-info",6437 "sp-io",6438 "sp-runtime",6439 "sp-std",6440]64416442[[package]]6443name = "pallet-randomness-collective-flip"6444version = "4.0.0-dev"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6446dependencies = [6447 "frame-support",6448 "frame-system",6449 "parity-scale-codec",6450 "safe-mix",6451 "scale-info",6452 "sp-runtime",6453 "sp-std",6454]64556456[[package]]6457name = "pallet-recovery"6458version = "4.0.0-dev"6459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6460dependencies = [6461 "frame-support",6462 "frame-system",6463 "parity-scale-codec",6464 "scale-info",6465 "sp-io",6466 "sp-runtime",6467 "sp-std",6468]64696470[[package]]6471name = "pallet-refungible"6472version = "0.1.0"6473dependencies = [6474 "frame-benchmarking",6475 "frame-support",6476 "frame-system",6477 "pallet-common",6478 "pallet-evm",6479 "parity-scale-codec",6480 "scale-info",6481 "sp-core",6482 "sp-runtime",6483 "sp-std",6484 "up-data-structs",6485]64866487[[package]]6488name = "pallet-scheduler"6489version = "4.0.0-dev"6490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6491dependencies = [6492 "frame-benchmarking",6493 "frame-support",6494 "frame-system",6495 "log",6496 "parity-scale-codec",6497 "scale-info",6498 "sp-io",6499 "sp-runtime",6500 "sp-std",6501]65026503[[package]]6504name = "pallet-session"6505version = "4.0.0-dev"6506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6507dependencies = [6508 "frame-support",6509 "frame-system",6510 "impl-trait-for-tuples",6511 "log",6512 "pallet-timestamp",6513 "parity-scale-codec",6514 "scale-info",6515 "sp-core",6516 "sp-io",6517 "sp-runtime",6518 "sp-session",6519 "sp-staking",6520 "sp-std",6521 "sp-trie",6522]65236524[[package]]6525name = "pallet-session-benchmarking"6526version = "4.0.0-dev"6527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6528dependencies = [6529 "frame-benchmarking",6530 "frame-support",6531 "frame-system",6532 "pallet-session",6533 "pallet-staking",6534 "rand 0.7.3",6535 "sp-runtime",6536 "sp-session",6537 "sp-std",6538]65396540[[package]]6541name = "pallet-society"6542version = "4.0.0-dev"6543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6544dependencies = [6545 "frame-support",6546 "frame-system",6547 "parity-scale-codec",6548 "rand_chacha 0.2.2",6549 "scale-info",6550 "sp-runtime",6551 "sp-std",6552]65536554[[package]]6555name = "pallet-staking"6556version = "4.0.0-dev"6557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6558dependencies = [6559 "frame-benchmarking",6560 "frame-election-provider-support",6561 "frame-support",6562 "frame-system",6563 "log",6564 "pallet-authorship",6565 "pallet-session",6566 "parity-scale-codec",6567 "rand_chacha 0.2.2",6568 "scale-info",6569 "serde",6570 "sp-application-crypto",6571 "sp-io",6572 "sp-runtime",6573 "sp-staking",6574 "sp-std",6575]65766577[[package]]6578name = "pallet-staking-reward-curve"6579version = "4.0.0-dev"6580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6581dependencies = [6582 "proc-macro-crate 1.1.3",6583 "proc-macro2",6584 "quote",6585 "syn",6586]65876588[[package]]6589name = "pallet-staking-reward-fn"6590version = "4.0.0-dev"6591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6592dependencies = [6593 "log",6594 "sp-arithmetic",6595]65966597[[package]]6598name = "pallet-sudo"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6601dependencies = [6602 "frame-support",6603 "frame-system",6604 "parity-scale-codec",6605 "scale-info",6606 "sp-io",6607 "sp-runtime",6608 "sp-std",6609]66106611[[package]]6612name = "pallet-template-transaction-payment"6613version = "3.0.0"6614source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6615dependencies = [6616 "frame-benchmarking",6617 "frame-support",6618 "frame-system",6619 "pallet-balances",6620 "pallet-transaction-payment",6621 "parity-scale-codec",6622 "scale-info",6623 "serde",6624 "sp-core",6625 "sp-io",6626 "sp-runtime",6627 "sp-std",6628 "up-sponsorship",6629]66306631[[package]]6632name = "pallet-timestamp"6633version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6635dependencies = [6636 "frame-benchmarking",6637 "frame-support",6638 "frame-system",6639 "log",6640 "parity-scale-codec",6641 "scale-info",6642 "sp-inherents",6643 "sp-io",6644 "sp-runtime",6645 "sp-std",6646 "sp-timestamp",6647]66486649[[package]]6650name = "pallet-tips"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6653dependencies = [6654 "frame-benchmarking",6655 "frame-support",6656 "frame-system",6657 "log",6658 "pallet-treasury",6659 "parity-scale-codec",6660 "scale-info",6661 "serde",6662 "sp-core",6663 "sp-io",6664 "sp-runtime",6665 "sp-std",6666]66676668[[package]]6669name = "pallet-transaction-payment"6670version = "4.0.0-dev"6671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6672dependencies = [6673 "frame-support",6674 "frame-system",6675 "parity-scale-codec",6676 "scale-info",6677 "serde",6678 "smallvec",6679 "sp-core",6680 "sp-io",6681 "sp-runtime",6682 "sp-std",6683]66846685[[package]]6686name = "pallet-transaction-payment-rpc"6687version = "4.0.0-dev"6688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6689dependencies = [6690 "jsonrpc-core",6691 "jsonrpc-core-client",6692 "jsonrpc-derive",6693 "pallet-transaction-payment-rpc-runtime-api",6694 "parity-scale-codec",6695 "sp-api",6696 "sp-blockchain",6697 "sp-core",6698 "sp-rpc",6699 "sp-runtime",6700]67016702[[package]]6703name = "pallet-transaction-payment-rpc-runtime-api"6704version = "4.0.0-dev"6705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6706dependencies = [6707 "pallet-transaction-payment",6708 "parity-scale-codec",6709 "sp-api",6710 "sp-runtime",6711]67126713[[package]]6714name = "pallet-treasury"6715version = "4.0.0-dev"6716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6717dependencies = [6718 "frame-benchmarking",6719 "frame-support",6720 "frame-system",6721 "impl-trait-for-tuples",6722 "pallet-balances",6723 "parity-scale-codec",6724 "scale-info",6725 "serde",6726 "sp-runtime",6727 "sp-std",6728]67296730[[package]]6731name = "pallet-unique"6732version = "0.1.0"6733dependencies = [6734 "ethereum",6735 "evm-coder",6736 "fp-evm",6737 "fp-evm-mapping",6738 "frame-benchmarking",6739 "frame-support",6740 "frame-system",6741 "hex-literal",6742 "pallet-balances",6743 "pallet-common",6744 "pallet-ethereum",6745 "pallet-evm",6746 "pallet-evm-coder-substrate",6747 "pallet-fungible",6748 "pallet-nonfungible",6749 "pallet-randomness-collective-flip",6750 "pallet-refungible",6751 "pallet-timestamp",6752 "pallet-transaction-payment",6753 "parity-scale-codec",6754 "primitive-types",6755 "rlp",6756 "scale-info",6757 "serde",6758 "sp-api",6759 "sp-core",6760 "sp-io",6761 "sp-runtime",6762 "sp-std",6763 "up-data-structs",6764 "up-sponsorship",6765]67666767[[package]]6768name = "pallet-unq-scheduler"6769version = "0.1.0"6770dependencies = [6771 "frame-benchmarking",6772 "frame-support",6773 "frame-system",6774 "log",6775 "parity-scale-codec",6776 "scale-info",6777 "serde",6778 "sp-core",6779 "sp-io",6780 "sp-runtime",6781 "sp-std",6782 "substrate-test-utils",6783 "up-sponsorship",6784]67856786[[package]]6787name = "pallet-utility"6788version = "4.0.0-dev"6789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6790dependencies = [6791 "frame-benchmarking",6792 "frame-support",6793 "frame-system",6794 "parity-scale-codec",6795 "scale-info",6796 "sp-core",6797 "sp-io",6798 "sp-runtime",6799 "sp-std",6800]68016802[[package]]6803name = "pallet-vesting"6804version = "4.0.0-dev"6805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6806dependencies = [6807 "frame-benchmarking",6808 "frame-support",6809 "frame-system",6810 "log",6811 "parity-scale-codec",6812 "scale-info",6813 "sp-runtime",6814 "sp-std",6815]68166817[[package]]6818name = "pallet-xcm"6819version = "0.9.21"6820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6821dependencies = [6822 "frame-support",6823 "frame-system",6824 "log",6825 "parity-scale-codec",6826 "scale-info",6827 "serde",6828 "sp-core",6829 "sp-runtime",6830 "sp-std",6831 "xcm",6832 "xcm-executor",6833]68346835[[package]]6836name = "pallet-xcm-benchmarks"6837version = "0.9.21"6838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6839dependencies = [6840 "frame-benchmarking",6841 "frame-support",6842 "frame-system",6843 "log",6844 "parity-scale-codec",6845 "scale-info",6846 "sp-runtime",6847 "sp-std",6848 "xcm",6849 "xcm-executor",6850]68516852[[package]]6853name = "parachain-info"6854version = "0.1.0"6855source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6856dependencies = [6857 "cumulus-primitives-core",6858 "frame-support",6859 "frame-system",6860 "parity-scale-codec",6861 "scale-info",6862 "serde",6863]68646865[[package]]6866name = "parity-db"6867version = "0.3.13"6868source = "registry+https://github.com/rust-lang/crates.io-index"6869checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6870dependencies = [6871 "blake2-rfc",6872 "crc32fast",6873 "fs2",6874 "hex",6875 "libc",6876 "log",6877 "lz4",6878 "memmap2 0.2.3",6879 "parking_lot 0.11.2",6880 "rand 0.8.5",6881 "snap",6882]68836884[[package]]6885name = "parity-scale-codec"6886version = "3.1.2"6887source = "registry+https://github.com/rust-lang/crates.io-index"6888checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6889dependencies = [6890 "arrayvec 0.7.2",6891 "bitvec",6892 "byte-slice-cast",6893 "impl-trait-for-tuples",6894 "parity-scale-codec-derive",6895 "serde",6896]68976898[[package]]6899name = "parity-scale-codec-derive"6900version = "3.1.2"6901source = "registry+https://github.com/rust-lang/crates.io-index"6902checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6903dependencies = [6904 "proc-macro-crate 1.1.3",6905 "proc-macro2",6906 "quote",6907 "syn",6908]69096910[[package]]6911name = "parity-send-wrapper"6912version = "0.1.0"6913source = "registry+https://github.com/rust-lang/crates.io-index"6914checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69156916[[package]]6917name = "parity-tokio-ipc"6918version = "0.9.0"6919source = "registry+https://github.com/rust-lang/crates.io-index"6920checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6921dependencies = [6922 "futures 0.3.21",6923 "libc",6924 "log",6925 "rand 0.7.3",6926 "tokio 1.18.2",6927 "winapi 0.3.9",6928]69296930[[package]]6931name = "parity-util-mem"6932version = "0.11.0"6933source = "registry+https://github.com/rust-lang/crates.io-index"6934checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6935dependencies = [6936 "cfg-if 1.0.0",6937 "ethereum-types",6938 "hashbrown 0.12.1",6939 "impl-trait-for-tuples",6940 "lru 0.7.5",6941 "parity-util-mem-derive",6942 "parking_lot 0.12.0",6943 "primitive-types",6944 "smallvec",6945 "winapi 0.3.9",6946]69476948[[package]]6949name = "parity-util-mem-derive"6950version = "0.1.0"6951source = "registry+https://github.com/rust-lang/crates.io-index"6952checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6953dependencies = [6954 "proc-macro2",6955 "syn",6956 "synstructure",6957]69586959[[package]]6960name = "parity-wasm"6961version = "0.32.0"6962source = "registry+https://github.com/rust-lang/crates.io-index"6963checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6964dependencies = [6965 "byteorder",6966]69676968[[package]]6969name = "parity-wasm"6970version = "0.42.2"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"69736974[[package]]6975name = "parity-ws"6976version = "0.11.1"6977source = "registry+https://github.com/rust-lang/crates.io-index"6978checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6979dependencies = [6980 "byteorder",6981 "bytes 0.4.12",6982 "httparse",6983 "log",6984 "mio 0.6.23",6985 "mio-extras",6986 "rand 0.7.3",6987 "sha-1 0.8.2",6988 "slab",6989 "url 2.2.2",6990]69916992[[package]]6993name = "parking"6994version = "2.0.0"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"69976998[[package]]6999name = "parking_lot"7000version = "0.11.2"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7003dependencies = [7004 "instant",7005 "lock_api",7006 "parking_lot_core 0.8.5",7007]70087009[[package]]7010name = "parking_lot"7011version = "0.12.0"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7014dependencies = [7015 "lock_api",7016 "parking_lot_core 0.9.3",7017]70187019[[package]]7020name = "parking_lot_core"7021version = "0.8.5"7022source = "registry+https://github.com/rust-lang/crates.io-index"7023checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7024dependencies = [7025 "cfg-if 1.0.0",7026 "instant",7027 "libc",7028 "redox_syscall 0.2.13",7029 "smallvec",7030 "winapi 0.3.9",7031]70327033[[package]]7034name = "parking_lot_core"7035version = "0.9.3"7036source = "registry+https://github.com/rust-lang/crates.io-index"7037checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7038dependencies = [7039 "cfg-if 1.0.0",7040 "libc",7041 "redox_syscall 0.2.13",7042 "smallvec",7043 "windows-sys",7044]70457046[[package]]7047name = "paste"7048version = "1.0.7"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"70517052[[package]]7053name = "pbkdf2"7054version = "0.4.0"7055source = "registry+https://github.com/rust-lang/crates.io-index"7056checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7057dependencies = [7058 "crypto-mac 0.8.0",7059]70607061[[package]]7062name = "pbkdf2"7063version = "0.8.0"7064source = "registry+https://github.com/rust-lang/crates.io-index"7065checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7066dependencies = [7067 "crypto-mac 0.11.1",7068]70697070[[package]]7071name = "peeking_take_while"7072version = "0.1.2"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"70757076[[package]]7077name = "percent-encoding"7078version = "1.0.1"7079source = "registry+https://github.com/rust-lang/crates.io-index"7080checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"70817082[[package]]7083name = "percent-encoding"7084version = "2.1.0"7085source = "registry+https://github.com/rust-lang/crates.io-index"7086checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"70877088[[package]]7089name = "pest"7090version = "2.1.3"7091source = "registry+https://github.com/rust-lang/crates.io-index"7092checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7093dependencies = [7094 "ucd-trie",7095]70967097[[package]]7098name = "pest_derive"7099version = "2.1.0"7100source = "registry+https://github.com/rust-lang/crates.io-index"7101checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7102dependencies = [7103 "pest",7104 "pest_generator",7105]71067107[[package]]7108name = "pest_generator"7109version = "2.1.3"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7112dependencies = [7113 "pest",7114 "pest_meta",7115 "proc-macro2",7116 "quote",7117 "syn",7118]71197120[[package]]7121name = "pest_meta"7122version = "2.1.3"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7125dependencies = [7126 "maplit",7127 "pest",7128 "sha-1 0.8.2",7129]71307131[[package]]7132name = "petgraph"7133version = "0.6.0"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7136dependencies = [7137 "fixedbitset",7138 "indexmap",7139]71407141[[package]]7142name = "pin-project"7143version = "0.4.29"7144source = "registry+https://github.com/rust-lang/crates.io-index"7145checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7146dependencies = [7147 "pin-project-internal 0.4.29",7148]71497150[[package]]7151name = "pin-project"7152version = "1.0.10"7153source = "registry+https://github.com/rust-lang/crates.io-index"7154checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7155dependencies = [7156 "pin-project-internal 1.0.10",7157]71587159[[package]]7160name = "pin-project-internal"7161version = "0.4.29"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7164dependencies = [7165 "proc-macro2",7166 "quote",7167 "syn",7168]71697170[[package]]7171name = "pin-project-internal"7172version = "1.0.10"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7175dependencies = [7176 "proc-macro2",7177 "quote",7178 "syn",7179]71807181[[package]]7182name = "pin-project-lite"7183version = "0.1.12"7184source = "registry+https://github.com/rust-lang/crates.io-index"7185checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"71867187[[package]]7188name = "pin-project-lite"7189version = "0.2.9"7190source = "registry+https://github.com/rust-lang/crates.io-index"7191checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"71927193[[package]]7194name = "pin-utils"7195version = "0.1.0"7196source = "registry+https://github.com/rust-lang/crates.io-index"7197checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"71987199[[package]]7200name = "pkcs8"7201version = "0.8.0"7202source = "registry+https://github.com/rust-lang/crates.io-index"7203checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7204dependencies = [7205 "der",7206 "spki",7207 "zeroize",7208]72097210[[package]]7211name = "pkg-config"7212version = "0.3.25"7213source = "registry+https://github.com/rust-lang/crates.io-index"7214checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72157216[[package]]7217name = "platforms"7218version = "2.0.0"7219source = "registry+https://github.com/rust-lang/crates.io-index"7220checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72217222[[package]]7223name = "polkadot-approval-distribution"7224version = "0.9.21"7225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7226dependencies = [7227 "futures 0.3.21",7228 "polkadot-node-network-protocol",7229 "polkadot-node-primitives",7230 "polkadot-node-subsystem",7231 "polkadot-node-subsystem-util",7232 "polkadot-primitives",7233 "rand 0.8.5",7234 "tracing-gum",7235]72367237[[package]]7238name = "polkadot-availability-bitfield-distribution"7239version = "0.9.21"7240source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7241dependencies = [7242 "futures 0.3.21",7243 "polkadot-node-network-protocol",7244 "polkadot-node-subsystem",7245 "polkadot-node-subsystem-util",7246 "polkadot-primitives",7247 "tracing-gum",7248]72497250[[package]]7251name = "polkadot-availability-distribution"7252version = "0.9.21"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7254dependencies = [7255 "derive_more",7256 "fatality",7257 "futures 0.3.21",7258 "lru 0.7.5",7259 "parity-scale-codec",7260 "polkadot-erasure-coding",7261 "polkadot-node-network-protocol",7262 "polkadot-node-primitives",7263 "polkadot-node-subsystem",7264 "polkadot-node-subsystem-util",7265 "polkadot-primitives",7266 "rand 0.8.5",7267 "sp-core",7268 "sp-keystore",7269 "thiserror",7270 "tracing-gum",7271]72727273[[package]]7274name = "polkadot-availability-recovery"7275version = "0.9.21"7276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7277dependencies = [7278 "fatality",7279 "futures 0.3.21",7280 "lru 0.7.5",7281 "parity-scale-codec",7282 "polkadot-erasure-coding",7283 "polkadot-node-network-protocol",7284 "polkadot-node-primitives",7285 "polkadot-node-subsystem",7286 "polkadot-node-subsystem-util",7287 "polkadot-primitives",7288 "rand 0.8.5",7289 "sc-network",7290 "thiserror",7291 "tracing-gum",7292]72937294[[package]]7295name = "polkadot-cli"7296version = "0.9.21"7297source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7298dependencies = [7299 "clap",7300 "frame-benchmarking-cli",7301 "futures 0.3.21",7302 "log",7303 "polkadot-client",7304 "polkadot-node-core-pvf",7305 "polkadot-node-metrics",7306 "polkadot-performance-test",7307 "polkadot-service",7308 "sc-cli",7309 "sc-service",7310 "sc-tracing",7311 "sp-core",7312 "sp-trie",7313 "substrate-build-script-utils",7314 "thiserror",7315 "try-runtime-cli",7316]73177318[[package]]7319name = "polkadot-client"7320version = "0.9.21"7321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7322dependencies = [7323 "beefy-primitives",7324 "frame-benchmarking",7325 "frame-benchmarking-cli",7326 "frame-system",7327 "frame-system-rpc-runtime-api",7328 "pallet-transaction-payment",7329 "pallet-transaction-payment-rpc-runtime-api",7330 "polkadot-core-primitives",7331 "polkadot-node-core-parachains-inherent",7332 "polkadot-primitives",7333 "polkadot-runtime",7334 "polkadot-runtime-common",7335 "sc-client-api",7336 "sc-consensus",7337 "sc-executor",7338 "sc-service",7339 "sp-api",7340 "sp-authority-discovery",7341 "sp-block-builder",7342 "sp-blockchain",7343 "sp-consensus",7344 "sp-consensus-babe",7345 "sp-core",7346 "sp-finality-grandpa",7347 "sp-inherents",7348 "sp-keyring",7349 "sp-mmr-primitives",7350 "sp-offchain",7351 "sp-runtime",7352 "sp-session",7353 "sp-storage",7354 "sp-timestamp",7355 "sp-transaction-pool",7356]73577358[[package]]7359name = "polkadot-collator-protocol"7360version = "0.9.21"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7362dependencies = [7363 "always-assert",7364 "fatality",7365 "futures 0.3.21",7366 "futures-timer",7367 "polkadot-node-network-protocol",7368 "polkadot-node-primitives",7369 "polkadot-node-subsystem",7370 "polkadot-node-subsystem-util",7371 "polkadot-primitives",7372 "sp-core",7373 "sp-keystore",7374 "sp-runtime",7375 "thiserror",7376 "tracing-gum",7377]73787379[[package]]7380name = "polkadot-core-primitives"7381version = "0.9.21"7382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7383dependencies = [7384 "parity-scale-codec",7385 "parity-util-mem",7386 "scale-info",7387 "sp-core",7388 "sp-runtime",7389 "sp-std",7390]73917392[[package]]7393name = "polkadot-dispute-distribution"7394version = "0.9.21"7395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7396dependencies = [7397 "derive_more",7398 "fatality",7399 "futures 0.3.21",7400 "lru 0.7.5",7401 "parity-scale-codec",7402 "polkadot-erasure-coding",7403 "polkadot-node-network-protocol",7404 "polkadot-node-primitives",7405 "polkadot-node-subsystem",7406 "polkadot-node-subsystem-util",7407 "polkadot-primitives",7408 "sc-network",7409 "sp-application-crypto",7410 "sp-keystore",7411 "thiserror",7412 "tracing-gum",7413]74147415[[package]]7416name = "polkadot-erasure-coding"7417version = "0.9.21"7418source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7419dependencies = [7420 "parity-scale-codec",7421 "polkadot-node-primitives",7422 "polkadot-primitives",7423 "reed-solomon-novelpoly",7424 "sp-core",7425 "sp-trie",7426 "thiserror",7427]74287429[[package]]7430name = "polkadot-gossip-support"7431version = "0.9.21"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7433dependencies = [7434 "futures 0.3.21",7435 "futures-timer",7436 "polkadot-node-network-protocol",7437 "polkadot-node-subsystem",7438 "polkadot-node-subsystem-util",7439 "polkadot-primitives",7440 "rand 0.8.5",7441 "rand_chacha 0.3.1",7442 "sc-network",7443 "sp-application-crypto",7444 "sp-core",7445 "sp-keystore",7446 "tracing-gum",7447]74487449[[package]]7450name = "polkadot-network-bridge"7451version = "0.9.21"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7453dependencies = [7454 "async-trait",7455 "futures 0.3.21",7456 "parity-scale-codec",7457 "parking_lot 0.12.0",7458 "polkadot-node-network-protocol",7459 "polkadot-node-subsystem",7460 "polkadot-node-subsystem-util",7461 "polkadot-overseer",7462 "polkadot-primitives",7463 "sc-network",7464 "sp-consensus",7465 "tracing-gum",7466]74677468[[package]]7469name = "polkadot-node-collation-generation"7470version = "0.9.21"7471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7472dependencies = [7473 "futures 0.3.21",7474 "parity-scale-codec",7475 "polkadot-erasure-coding",7476 "polkadot-node-primitives",7477 "polkadot-node-subsystem",7478 "polkadot-node-subsystem-util",7479 "polkadot-primitives",7480 "sp-core",7481 "sp-maybe-compressed-blob",7482 "thiserror",7483 "tracing-gum",7484]74857486[[package]]7487name = "polkadot-node-core-approval-voting"7488version = "0.9.21"7489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7490dependencies = [7491 "bitvec",7492 "derive_more",7493 "futures 0.3.21",7494 "futures-timer",7495 "kvdb",7496 "lru 0.7.5",7497 "merlin",7498 "parity-scale-codec",7499 "polkadot-node-jaeger",7500 "polkadot-node-primitives",7501 "polkadot-node-subsystem",7502 "polkadot-node-subsystem-util",7503 "polkadot-overseer",7504 "polkadot-primitives",7505 "sc-keystore",7506 "schnorrkel",7507 "sp-application-crypto",7508 "sp-consensus",7509 "sp-consensus-slots",7510 "sp-runtime",7511 "thiserror",7512 "tracing-gum",7513]75147515[[package]]7516name = "polkadot-node-core-av-store"7517version = "0.9.21"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7519dependencies = [7520 "bitvec",7521 "futures 0.3.21",7522 "futures-timer",7523 "kvdb",7524 "parity-scale-codec",7525 "polkadot-erasure-coding",7526 "polkadot-node-primitives",7527 "polkadot-node-subsystem",7528 "polkadot-node-subsystem-util",7529 "polkadot-overseer",7530 "polkadot-primitives",7531 "thiserror",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-node-core-backing"7537version = "0.9.21"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7539dependencies = [7540 "bitvec",7541 "futures 0.3.21",7542 "polkadot-erasure-coding",7543 "polkadot-node-primitives",7544 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7547 "polkadot-statement-table",7548 "sp-keystore",7549 "thiserror",7550 "tracing-gum",7551]75527553[[package]]7554name = "polkadot-node-core-bitfield-signing"7555version = "0.9.21"7556source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7557dependencies = [7558 "futures 0.3.21",7559 "polkadot-node-subsystem",7560 "polkadot-node-subsystem-util",7561 "polkadot-primitives",7562 "sp-keystore",7563 "thiserror",7564 "tracing-gum",7565 "wasm-timer",7566]75677568[[package]]7569name = "polkadot-node-core-candidate-validation"7570version = "0.9.21"7571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7572dependencies = [7573 "async-trait",7574 "futures 0.3.21",7575 "parity-scale-codec",7576 "polkadot-node-core-pvf",7577 "polkadot-node-primitives",7578 "polkadot-node-subsystem",7579 "polkadot-node-subsystem-util",7580 "polkadot-parachain",7581 "polkadot-primitives",7582 "sp-maybe-compressed-blob",7583 "tracing-gum",7584]75857586[[package]]7587name = "polkadot-node-core-chain-api"7588version = "0.9.21"7589source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7590dependencies = [7591 "futures 0.3.21",7592 "polkadot-node-subsystem",7593 "polkadot-node-subsystem-util",7594 "polkadot-primitives",7595 "sc-client-api",7596 "sc-consensus-babe",7597 "sp-blockchain",7598 "tracing-gum",7599]76007601[[package]]7602name = "polkadot-node-core-chain-selection"7603version = "0.9.21"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7605dependencies = [7606 "futures 0.3.21",7607 "futures-timer",7608 "kvdb",7609 "parity-scale-codec",7610 "polkadot-node-primitives",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-primitives",7614 "thiserror",7615 "tracing-gum",7616]76177618[[package]]7619name = "polkadot-node-core-dispute-coordinator"7620version = "0.9.21"7621source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7622dependencies = [7623 "fatality",7624 "futures 0.3.21",7625 "kvdb",7626 "lru 0.7.5",7627 "parity-scale-codec",7628 "polkadot-node-primitives",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "sc-keystore",7633 "thiserror",7634 "tracing-gum",7635]76367637[[package]]7638name = "polkadot-node-core-parachains-inherent"7639version = "0.9.21"7640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7641dependencies = [7642 "async-trait",7643 "futures 0.3.21",7644 "futures-timer",7645 "polkadot-node-subsystem",7646 "polkadot-primitives",7647 "sp-blockchain",7648 "sp-inherents",7649 "sp-runtime",7650 "thiserror",7651 "tracing-gum",7652]76537654[[package]]7655name = "polkadot-node-core-provisioner"7656version = "0.9.21"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7658dependencies = [7659 "bitvec",7660 "futures 0.3.21",7661 "futures-timer",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-primitives",7666 "rand 0.8.5",7667 "thiserror",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-pvf"7673version = "0.9.21"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7675dependencies = [7676 "always-assert",7677 "assert_matches",7678 "async-process",7679 "async-std",7680 "futures 0.3.21",7681 "futures-timer",7682 "parity-scale-codec",7683 "pin-project 1.0.10",7684 "polkadot-core-primitives",7685 "polkadot-node-subsystem-util",7686 "polkadot-parachain",7687 "rand 0.8.5",7688 "sc-executor",7689 "sc-executor-common",7690 "sc-executor-wasmtime",7691 "slotmap",7692 "sp-core",7693 "sp-externalities",7694 "sp-io",7695 "sp-maybe-compressed-blob",7696 "sp-tracing",7697 "sp-wasm-interface",7698 "tracing-gum",7699]77007701[[package]]7702name = "polkadot-node-core-pvf-checker"7703version = "0.9.21"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7705dependencies = [7706 "futures 0.3.21",7707 "polkadot-node-primitives",7708 "polkadot-node-subsystem",7709 "polkadot-node-subsystem-util",7710 "polkadot-overseer",7711 "polkadot-primitives",7712 "sp-keystore",7713 "thiserror",7714 "tracing-gum",7715]77167717[[package]]7718name = "polkadot-node-core-runtime-api"7719version = "0.9.21"7720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7721dependencies = [7722 "futures 0.3.21",7723 "memory-lru",7724 "parity-util-mem",7725 "polkadot-node-subsystem",7726 "polkadot-node-subsystem-util",7727 "polkadot-primitives",7728 "sp-api",7729 "sp-authority-discovery",7730 "sp-consensus-babe",7731 "sp-core",7732 "tracing-gum",7733]77347735[[package]]7736name = "polkadot-node-jaeger"7737version = "0.9.21"7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7739dependencies = [7740 "async-std",7741 "lazy_static",7742 "log",7743 "mick-jaeger",7744 "parity-scale-codec",7745 "parking_lot 0.12.0",7746 "polkadot-node-primitives",7747 "polkadot-primitives",7748 "sc-network",7749 "sp-core",7750 "thiserror",7751]77527753[[package]]7754name = "polkadot-node-metrics"7755version = "0.9.21"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7757dependencies = [7758 "bs58",7759 "futures 0.3.21",7760 "futures-timer",7761 "log",7762 "metered-channel",7763 "parity-scale-codec",7764 "polkadot-primitives",7765 "sc-cli",7766 "sc-service",7767 "sc-tracing",7768 "substrate-prometheus-endpoint",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-network-protocol"7774version = "0.9.21"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7776dependencies = [7777 "async-trait",7778 "fatality",7779 "futures 0.3.21",7780 "parity-scale-codec",7781 "polkadot-node-jaeger",7782 "polkadot-node-primitives",7783 "polkadot-primitives",7784 "sc-authority-discovery",7785 "sc-network",7786 "strum 0.24.0",7787 "thiserror",7788]77897790[[package]]7791name = "polkadot-node-primitives"7792version = "0.9.21"7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7794dependencies = [7795 "bounded-vec",7796 "futures 0.3.21",7797 "parity-scale-codec",7798 "polkadot-parachain",7799 "polkadot-primitives",7800 "schnorrkel",7801 "serde",7802 "sp-application-crypto",7803 "sp-consensus-babe",7804 "sp-consensus-vrf",7805 "sp-core",7806 "sp-keystore",7807 "sp-maybe-compressed-blob",7808 "thiserror",7809 "zstd",7810]78117812[[package]]7813name = "polkadot-node-subsystem"7814version = "0.9.21"7815source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7816dependencies = [7817 "polkadot-node-jaeger",7818 "polkadot-node-subsystem-types",7819 "polkadot-overseer",7820]78217822[[package]]7823name = "polkadot-node-subsystem-types"7824version = "0.9.21"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7826dependencies = [7827 "derive_more",7828 "futures 0.3.21",7829 "polkadot-node-jaeger",7830 "polkadot-node-network-protocol",7831 "polkadot-node-primitives",7832 "polkadot-overseer-gen",7833 "polkadot-primitives",7834 "polkadot-statement-table",7835 "sc-network",7836 "smallvec",7837 "substrate-prometheus-endpoint",7838 "thiserror",7839]78407841[[package]]7842name = "polkadot-node-subsystem-util"7843version = "0.9.21"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7845dependencies = [7846 "async-trait",7847 "derive_more",7848 "fatality",7849 "futures 0.3.21",7850 "itertools",7851 "kvdb",7852 "lru 0.7.5",7853 "metered-channel",7854 "parity-db",7855 "parity-scale-codec",7856 "parity-util-mem",7857 "parking_lot 0.11.2",7858 "pin-project 1.0.10",7859 "polkadot-node-jaeger",7860 "polkadot-node-metrics",7861 "polkadot-node-network-protocol",7862 "polkadot-node-primitives",7863 "polkadot-node-subsystem",7864 "polkadot-overseer",7865 "polkadot-primitives",7866 "rand 0.8.5",7867 "sp-application-crypto",7868 "sp-core",7869 "sp-keystore",7870 "thiserror",7871 "tracing-gum",7872]78737874[[package]]7875name = "polkadot-overseer"7876version = "0.9.21"7877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7878dependencies = [7879 "futures 0.3.21",7880 "futures-timer",7881 "lru 0.7.5",7882 "parity-util-mem",7883 "parking_lot 0.12.0",7884 "polkadot-node-metrics",7885 "polkadot-node-network-protocol",7886 "polkadot-node-primitives",7887 "polkadot-node-subsystem-types",7888 "polkadot-overseer-gen",7889 "polkadot-primitives",7890 "sc-client-api",7891 "sp-api",7892 "tracing-gum",7893]78947895[[package]]7896name = "polkadot-overseer-gen"7897version = "0.9.21"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7899dependencies = [7900 "async-trait",7901 "futures 0.3.21",7902 "futures-timer",7903 "metered-channel",7904 "pin-project 1.0.10",7905 "polkadot-node-network-protocol",7906 "polkadot-node-primitives",7907 "polkadot-overseer-gen-proc-macro",7908 "thiserror",7909 "tracing-gum",7910]79117912[[package]]7913name = "polkadot-overseer-gen-proc-macro"7914version = "0.9.21"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7916dependencies = [7917 "expander 0.0.6",7918 "proc-macro-crate 1.1.3",7919 "proc-macro2",7920 "quote",7921 "syn",7922]79237924[[package]]7925name = "polkadot-parachain"7926version = "0.9.21"7927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7928dependencies = [7929 "derive_more",7930 "frame-support",7931 "parity-scale-codec",7932 "parity-util-mem",7933 "polkadot-core-primitives",7934 "scale-info",7935 "serde",7936 "sp-core",7937 "sp-runtime",7938 "sp-std",7939]79407941[[package]]7942name = "polkadot-performance-test"7943version = "0.9.21"7944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7945dependencies = [7946 "env_logger",7947 "kusama-runtime",7948 "log",7949 "polkadot-erasure-coding",7950 "polkadot-node-core-pvf",7951 "polkadot-node-primitives",7952 "quote",7953 "thiserror",7954]79557956[[package]]7957name = "polkadot-primitives"7958version = "0.9.21"7959source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7960dependencies = [7961 "bitvec",7962 "frame-system",7963 "hex-literal",7964 "parity-scale-codec",7965 "parity-util-mem",7966 "polkadot-core-primitives",7967 "polkadot-parachain",7968 "scale-info",7969 "serde",7970 "sp-api",7971 "sp-application-crypto",7972 "sp-arithmetic",7973 "sp-authority-discovery",7974 "sp-consensus-slots",7975 "sp-core",7976 "sp-inherents",7977 "sp-io",7978 "sp-keystore",7979 "sp-runtime",7980 "sp-staking",7981 "sp-std",7982 "sp-trie",7983 "sp-version",7984]79857986[[package]]7987name = "polkadot-rpc"7988version = "0.9.21"7989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7990dependencies = [7991 "beefy-gadget",7992 "beefy-gadget-rpc",7993 "jsonrpc-core",7994 "pallet-mmr-rpc",7995 "pallet-transaction-payment-rpc",7996 "polkadot-primitives",7997 "sc-chain-spec",7998 "sc-client-api",7999 "sc-consensus-babe",8000 "sc-consensus-babe-rpc",8001 "sc-consensus-epochs",8002 "sc-finality-grandpa",8003 "sc-finality-grandpa-rpc",8004 "sc-rpc",8005 "sc-sync-state-rpc",8006 "sc-transaction-pool-api",8007 "sp-api",8008 "sp-block-builder",8009 "sp-blockchain",8010 "sp-consensus",8011 "sp-consensus-babe",8012 "sp-keystore",8013 "sp-runtime",8014 "substrate-frame-rpc-system",8015 "substrate-state-trie-migration-rpc",8016]80178018[[package]]8019name = "polkadot-runtime"8020version = "0.9.21"8021source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8022dependencies = [8023 "beefy-primitives",8024 "bitvec",8025 "frame-benchmarking",8026 "frame-election-provider-support",8027 "frame-executive",8028 "frame-support",8029 "frame-system",8030 "frame-system-benchmarking",8031 "frame-system-rpc-runtime-api",8032 "frame-try-runtime",8033 "hex-literal",8034 "log",8035 "pallet-authority-discovery",8036 "pallet-authorship",8037 "pallet-babe",8038 "pallet-bags-list",8039 "pallet-balances",8040 "pallet-bounties",8041 "pallet-child-bounties",8042 "pallet-collective",8043 "pallet-democracy",8044 "pallet-election-provider-multi-phase",8045 "pallet-election-provider-support-benchmarking",8046 "pallet-elections-phragmen",8047 "pallet-grandpa",8048 "pallet-identity",8049 "pallet-im-online",8050 "pallet-indices",8051 "pallet-membership",8052 "pallet-multisig",8053 "pallet-nicks",8054 "pallet-offences",8055 "pallet-offences-benchmarking",8056 "pallet-preimage",8057 "pallet-proxy",8058 "pallet-scheduler",8059 "pallet-session",8060 "pallet-session-benchmarking",8061 "pallet-staking",8062 "pallet-staking-reward-curve",8063 "pallet-timestamp",8064 "pallet-tips",8065 "pallet-transaction-payment",8066 "pallet-transaction-payment-rpc-runtime-api",8067 "pallet-treasury",8068 "pallet-utility",8069 "pallet-vesting",8070 "pallet-xcm",8071 "parity-scale-codec",8072 "polkadot-primitives",8073 "polkadot-runtime-common",8074 "polkadot-runtime-constants",8075 "polkadot-runtime-parachains",8076 "rustc-hex",8077 "scale-info",8078 "serde",8079 "serde_derive",8080 "smallvec",8081 "sp-api",8082 "sp-authority-discovery",8083 "sp-block-builder",8084 "sp-consensus-babe",8085 "sp-core",8086 "sp-inherents",8087 "sp-io",8088 "sp-mmr-primitives",8089 "sp-npos-elections",8090 "sp-offchain",8091 "sp-runtime",8092 "sp-session",8093 "sp-staking",8094 "sp-std",8095 "sp-transaction-pool",8096 "sp-version",8097 "static_assertions",8098 "substrate-wasm-builder",8099 "xcm",8100 "xcm-builder",8101 "xcm-executor",8102]81038104[[package]]8105name = "polkadot-runtime-common"8106version = "0.9.21"8107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8108dependencies = [8109 "beefy-primitives",8110 "bitvec",8111 "frame-benchmarking",8112 "frame-election-provider-support",8113 "frame-support",8114 "frame-system",8115 "impl-trait-for-tuples",8116 "libsecp256k1",8117 "log",8118 "pallet-authorship",8119 "pallet-babe",8120 "pallet-bags-list",8121 "pallet-balances",8122 "pallet-beefy-mmr",8123 "pallet-election-provider-multi-phase",8124 "pallet-session",8125 "pallet-staking",8126 "pallet-timestamp",8127 "pallet-transaction-payment",8128 "pallet-treasury",8129 "pallet-vesting",8130 "parity-scale-codec",8131 "polkadot-primitives",8132 "polkadot-runtime-parachains",8133 "rustc-hex",8134 "scale-info",8135 "serde",8136 "serde_derive",8137 "slot-range-helper",8138 "sp-api",8139 "sp-core",8140 "sp-inherents",8141 "sp-io",8142 "sp-npos-elections",8143 "sp-runtime",8144 "sp-session",8145 "sp-staking",8146 "sp-std",8147 "static_assertions",8148 "xcm",8149]81508151[[package]]8152name = "polkadot-runtime-constants"8153version = "0.9.21"8154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8155dependencies = [8156 "frame-support",8157 "polkadot-primitives",8158 "polkadot-runtime-common",8159 "smallvec",8160 "sp-runtime",8161]81628163[[package]]8164name = "polkadot-runtime-metrics"8165version = "0.9.21"8166source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8167dependencies = [8168 "bs58",8169 "parity-scale-codec",8170 "polkadot-primitives",8171 "sp-std",8172 "sp-tracing",8173]81748175[[package]]8176name = "polkadot-runtime-parachains"8177version = "0.9.21"8178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8179dependencies = [8180 "bitflags",8181 "bitvec",8182 "derive_more",8183 "frame-benchmarking",8184 "frame-support",8185 "frame-system",8186 "log",8187 "pallet-authority-discovery",8188 "pallet-authorship",8189 "pallet-babe",8190 "pallet-balances",8191 "pallet-session",8192 "pallet-staking",8193 "pallet-timestamp",8194 "pallet-vesting",8195 "parity-scale-codec",8196 "polkadot-primitives",8197 "polkadot-runtime-metrics",8198 "rand 0.8.5",8199 "rand_chacha 0.3.1",8200 "rustc-hex",8201 "scale-info",8202 "serde",8203 "sp-api",8204 "sp-application-crypto",8205 "sp-core",8206 "sp-inherents",8207 "sp-io",8208 "sp-keystore",8209 "sp-runtime",8210 "sp-session",8211 "sp-staking",8212 "sp-std",8213 "static_assertions",8214 "xcm",8215 "xcm-executor",8216]82178218[[package]]8219name = "polkadot-service"8220version = "0.9.21"8221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8222dependencies = [8223 "async-trait",8224 "beefy-gadget",8225 "beefy-primitives",8226 "frame-system-rpc-runtime-api",8227 "futures 0.3.21",8228 "hex-literal",8229 "kusama-runtime",8230 "kvdb",8231 "kvdb-rocksdb",8232 "lru 0.7.5",8233 "pallet-babe",8234 "pallet-im-online",8235 "pallet-staking",8236 "pallet-transaction-payment-rpc-runtime-api",8237 "parity-db",8238 "polkadot-approval-distribution",8239 "polkadot-availability-bitfield-distribution",8240 "polkadot-availability-distribution",8241 "polkadot-availability-recovery",8242 "polkadot-client",8243 "polkadot-collator-protocol",8244 "polkadot-dispute-distribution",8245 "polkadot-gossip-support",8246 "polkadot-network-bridge",8247 "polkadot-node-collation-generation",8248 "polkadot-node-core-approval-voting",8249 "polkadot-node-core-av-store",8250 "polkadot-node-core-backing",8251 "polkadot-node-core-bitfield-signing",8252 "polkadot-node-core-candidate-validation",8253 "polkadot-node-core-chain-api",8254 "polkadot-node-core-chain-selection",8255 "polkadot-node-core-dispute-coordinator",8256 "polkadot-node-core-parachains-inherent",8257 "polkadot-node-core-provisioner",8258 "polkadot-node-core-pvf-checker",8259 "polkadot-node-core-runtime-api",8260 "polkadot-node-network-protocol",8261 "polkadot-node-primitives",8262 "polkadot-node-subsystem",8263 "polkadot-node-subsystem-util",8264 "polkadot-overseer",8265 "polkadot-parachain",8266 "polkadot-primitives",8267 "polkadot-rpc",8268 "polkadot-runtime",8269 "polkadot-runtime-constants",8270 "polkadot-runtime-parachains",8271 "polkadot-statement-distribution",8272 "rococo-runtime",8273 "sc-authority-discovery",8274 "sc-basic-authorship",8275 "sc-block-builder",8276 "sc-chain-spec",8277 "sc-client-api",8278 "sc-client-db",8279 "sc-consensus",8280 "sc-consensus-babe",8281 "sc-consensus-slots",8282 "sc-consensus-uncles",8283 "sc-executor",8284 "sc-finality-grandpa",8285 "sc-keystore",8286 "sc-network",8287 "sc-offchain",8288 "sc-service",8289 "sc-sync-state-rpc",8290 "sc-telemetry",8291 "sc-transaction-pool",8292 "serde",8293 "sp-api",8294 "sp-authority-discovery",8295 "sp-block-builder",8296 "sp-blockchain",8297 "sp-consensus",8298 "sp-consensus-babe",8299 "sp-core",8300 "sp-finality-grandpa",8301 "sp-inherents",8302 "sp-io",8303 "sp-keystore",8304 "sp-offchain",8305 "sp-runtime",8306 "sp-session",8307 "sp-state-machine",8308 "sp-storage",8309 "sp-timestamp",8310 "sp-transaction-pool",8311 "sp-trie",8312 "substrate-prometheus-endpoint",8313 "thiserror",8314 "tracing-gum",8315 "westend-runtime",8316]83178318[[package]]8319name = "polkadot-statement-distribution"8320version = "0.9.21"8321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8322dependencies = [8323 "arrayvec 0.5.2",8324 "fatality",8325 "futures 0.3.21",8326 "indexmap",8327 "parity-scale-codec",8328 "polkadot-node-network-protocol",8329 "polkadot-node-primitives",8330 "polkadot-node-subsystem",8331 "polkadot-node-subsystem-util",8332 "polkadot-primitives",8333 "sp-keystore",8334 "sp-staking",8335 "thiserror",8336 "tracing-gum",8337]83388339[[package]]8340name = "polkadot-statement-table"8341version = "0.9.21"8342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8343dependencies = [8344 "parity-scale-codec",8345 "polkadot-primitives",8346 "sp-core",8347]83488349[[package]]8350name = "polkadot-test-runtime"8351version = "0.9.21"8352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8353dependencies = [8354 "beefy-primitives",8355 "bitvec",8356 "frame-election-provider-support",8357 "frame-executive",8358 "frame-support",8359 "frame-system",8360 "frame-system-rpc-runtime-api",8361 "log",8362 "pallet-authority-discovery",8363 "pallet-authorship",8364 "pallet-babe",8365 "pallet-balances",8366 "pallet-grandpa",8367 "pallet-indices",8368 "pallet-nicks",8369 "pallet-offences",8370 "pallet-session",8371 "pallet-staking",8372 "pallet-staking-reward-curve",8373 "pallet-sudo",8374 "pallet-timestamp",8375 "pallet-transaction-payment",8376 "pallet-transaction-payment-rpc-runtime-api",8377 "pallet-vesting",8378 "pallet-xcm",8379 "parity-scale-codec",8380 "polkadot-parachain",8381 "polkadot-primitives",8382 "polkadot-runtime-common",8383 "polkadot-runtime-parachains",8384 "rustc-hex",8385 "scale-info",8386 "serde",8387 "serde_derive",8388 "smallvec",8389 "sp-api",8390 "sp-authority-discovery",8391 "sp-block-builder",8392 "sp-consensus-babe",8393 "sp-core",8394 "sp-inherents",8395 "sp-io",8396 "sp-mmr-primitives",8397 "sp-offchain",8398 "sp-runtime",8399 "sp-session",8400 "sp-staking",8401 "sp-std",8402 "sp-transaction-pool",8403 "sp-version",8404 "substrate-wasm-builder",8405 "test-runtime-constants",8406 "xcm",8407 "xcm-builder",8408 "xcm-executor",8409]84108411[[package]]8412name = "polkadot-test-service"8413version = "0.9.21"8414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8415dependencies = [8416 "frame-benchmarking",8417 "frame-system",8418 "futures 0.1.31",8419 "futures 0.3.21",8420 "hex",8421 "pallet-balances",8422 "pallet-staking",8423 "pallet-transaction-payment",8424 "polkadot-node-primitives",8425 "polkadot-node-subsystem",8426 "polkadot-overseer",8427 "polkadot-parachain",8428 "polkadot-primitives",8429 "polkadot-rpc",8430 "polkadot-runtime-common",8431 "polkadot-runtime-parachains",8432 "polkadot-service",8433 "polkadot-test-runtime",8434 "rand 0.8.5",8435 "sc-authority-discovery",8436 "sc-chain-spec",8437 "sc-cli",8438 "sc-client-api",8439 "sc-consensus",8440 "sc-consensus-babe",8441 "sc-executor",8442 "sc-finality-grandpa",8443 "sc-network",8444 "sc-service",8445 "sc-tracing",8446 "sc-transaction-pool",8447 "sp-arithmetic",8448 "sp-authority-discovery",8449 "sp-blockchain",8450 "sp-consensus",8451 "sp-consensus-babe",8452 "sp-core",8453 "sp-finality-grandpa",8454 "sp-inherents",8455 "sp-keyring",8456 "sp-runtime",8457 "sp-state-machine",8458 "substrate-test-client",8459 "tempfile",8460 "test-runtime-constants",8461 "tokio 1.18.2",8462 "tracing-gum",8463]84648465[[package]]8466name = "polling"8467version = "2.2.0"8468source = "registry+https://github.com/rust-lang/crates.io-index"8469checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8470dependencies = [8471 "cfg-if 1.0.0",8472 "libc",8473 "log",8474 "wepoll-ffi",8475 "winapi 0.3.9",8476]84778478[[package]]8479name = "poly1305"8480version = "0.7.2"8481source = "registry+https://github.com/rust-lang/crates.io-index"8482checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8483dependencies = [8484 "cpufeatures 0.2.2",8485 "opaque-debug 0.3.0",8486 "universal-hash",8487]84888489[[package]]8490name = "polyval"8491version = "0.5.3"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8494dependencies = [8495 "cfg-if 1.0.0",8496 "cpufeatures 0.2.2",8497 "opaque-debug 0.3.0",8498 "universal-hash",8499]85008501[[package]]8502name = "ppv-lite86"8503version = "0.2.16"8504source = "registry+https://github.com/rust-lang/crates.io-index"8505checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85068507[[package]]8508name = "prettytable-rs"8509version = "0.8.0"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8512dependencies = [8513 "atty",8514 "csv",8515 "encode_unicode",8516 "lazy_static",8517 "term",8518 "unicode-width",8519]85208521[[package]]8522name = "primitive-types"8523version = "0.11.1"8524source = "registry+https://github.com/rust-lang/crates.io-index"8525checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8526dependencies = [8527 "fixed-hash",8528 "impl-codec",8529 "impl-rlp",8530 "impl-serde",8531 "scale-info",8532 "uint",8533]85348535[[package]]8536name = "proc-macro-crate"8537version = "0.1.5"8538source = "registry+https://github.com/rust-lang/crates.io-index"8539checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8540dependencies = [8541 "toml",8542]85438544[[package]]8545name = "proc-macro-crate"8546version = "1.1.3"8547source = "registry+https://github.com/rust-lang/crates.io-index"8548checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8549dependencies = [8550 "thiserror",8551 "toml",8552]85538554[[package]]8555name = "proc-macro-error"8556version = "1.0.4"8557source = "registry+https://github.com/rust-lang/crates.io-index"8558checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8559dependencies = [8560 "proc-macro-error-attr",8561 "proc-macro2",8562 "quote",8563 "syn",8564 "version_check",8565]85668567[[package]]8568name = "proc-macro-error-attr"8569version = "1.0.4"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8572dependencies = [8573 "proc-macro2",8574 "quote",8575 "version_check",8576]85778578[[package]]8579name = "proc-macro2"8580version = "1.0.38"8581source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"8583dependencies = [8584 "unicode-xid",8585]85868587[[package]]8588name = "prometheus"8589version = "0.13.0"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8592dependencies = [8593 "cfg-if 1.0.0",8594 "fnv",8595 "lazy_static",8596 "memchr",8597 "parking_lot 0.11.2",8598 "thiserror",8599]86008601[[package]]8602name = "prost"8603version = "0.9.0"8604source = "registry+https://github.com/rust-lang/crates.io-index"8605checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8606dependencies = [8607 "bytes 1.1.0",8608 "prost-derive",8609]86108611[[package]]8612name = "prost-build"8613version = "0.9.0"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8616dependencies = [8617 "bytes 1.1.0",8618 "heck 0.3.3",8619 "itertools",8620 "lazy_static",8621 "log",8622 "multimap",8623 "petgraph",8624 "prost",8625 "prost-types",8626 "regex",8627 "tempfile",8628 "which",8629]86308631[[package]]8632name = "prost-derive"8633version = "0.9.0"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8636dependencies = [8637 "anyhow",8638 "itertools",8639 "proc-macro2",8640 "quote",8641 "syn",8642]86438644[[package]]8645name = "prost-types"8646version = "0.9.0"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8649dependencies = [8650 "bytes 1.1.0",8651 "prost",8652]86538654[[package]]8655name = "psm"8656version = "0.1.18"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8659dependencies = [8660 "cc",8661]86628663[[package]]8664name = "quartz-runtime"8665version = "0.9.21"8666dependencies = [8667 "cumulus-pallet-aura-ext",8668 "cumulus-pallet-dmp-queue",8669 "cumulus-pallet-parachain-system",8670 "cumulus-pallet-xcm",8671 "cumulus-pallet-xcmp-queue",8672 "cumulus-primitives-core",8673 "cumulus-primitives-timestamp",8674 "cumulus-primitives-utility",8675 "derivative",8676 "fp-evm-mapping",8677 "fp-rpc",8678 "fp-self-contained",8679 "frame-executive",8680 "frame-support",8681 "frame-system",8682 "frame-system-rpc-runtime-api",8683 "orml-vesting",8684 "pallet-aura",8685 "pallet-balances",8686 "pallet-base-fee",8687 "pallet-common",8688 "pallet-ethereum",8689 "pallet-evm",8690 "pallet-evm-coder-substrate",8691 "pallet-evm-contract-helpers",8692 "pallet-evm-migration",8693 "pallet-evm-transaction-payment",8694 "pallet-fungible",8695 "pallet-inflation",8696 "pallet-nonfungible",8697 "pallet-randomness-collective-flip",8698 "pallet-refungible",8699 "pallet-sudo",8700 "pallet-template-transaction-payment",8701 "pallet-timestamp",8702 "pallet-transaction-payment",8703 "pallet-transaction-payment-rpc-runtime-api",8704 "pallet-treasury",8705 "pallet-unique",8706 "pallet-unq-scheduler",8707 "pallet-xcm",8708 "parachain-info",8709 "parity-scale-codec",8710 "polkadot-parachain",8711 "scale-info",8712 "serde",8713 "smallvec",8714 "sp-api",8715 "sp-arithmetic",8716 "sp-block-builder",8717 "sp-consensus-aura",8718 "sp-core",8719 "sp-inherents",8720 "sp-io",8721 "sp-offchain",8722 "sp-runtime",8723 "sp-session",8724 "sp-std",8725 "sp-transaction-pool",8726 "sp-version",8727 "substrate-wasm-builder",8728 "unique-runtime-common",8729 "up-data-structs",8730 "up-rpc",8731 "xcm",8732 "xcm-builder",8733 "xcm-executor",8734]87358736[[package]]8737name = "quick-error"8738version = "1.2.3"8739source = "registry+https://github.com/rust-lang/crates.io-index"8740checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87418742[[package]]8743name = "quick-error"8744version = "2.0.1"8745source = "registry+https://github.com/rust-lang/crates.io-index"8746checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87478748[[package]]8749name = "quicksink"8750version = "0.1.2"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8753dependencies = [8754 "futures-core",8755 "futures-sink",8756 "pin-project-lite 0.1.12",8757]87588759[[package]]8760name = "quote"8761version = "1.0.18"8762source = "registry+https://github.com/rust-lang/crates.io-index"8763checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8764dependencies = [8765 "proc-macro2",8766]87678768[[package]]8769name = "radium"8770version = "0.7.0"8771source = "registry+https://github.com/rust-lang/crates.io-index"8772checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87738774[[package]]8775name = "rand"8776version = "0.7.3"8777source = "registry+https://github.com/rust-lang/crates.io-index"8778checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8779dependencies = [8780 "getrandom 0.1.16",8781 "libc",8782 "rand_chacha 0.2.2",8783 "rand_core 0.5.1",8784 "rand_hc",8785 "rand_pcg 0.2.1",8786]87878788[[package]]8789name = "rand"8790version = "0.8.5"8791source = "registry+https://github.com/rust-lang/crates.io-index"8792checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8793dependencies = [8794 "libc",8795 "rand_chacha 0.3.1",8796 "rand_core 0.6.3",8797]87988799[[package]]8800name = "rand_chacha"8801version = "0.2.2"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8804dependencies = [8805 "ppv-lite86",8806 "rand_core 0.5.1",8807]88088809[[package]]8810name = "rand_chacha"8811version = "0.3.1"8812source = "registry+https://github.com/rust-lang/crates.io-index"8813checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8814dependencies = [8815 "ppv-lite86",8816 "rand_core 0.6.3",8817]88188819[[package]]8820name = "rand_core"8821version = "0.5.1"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8824dependencies = [8825 "getrandom 0.1.16",8826]88278828[[package]]8829name = "rand_core"8830version = "0.6.3"8831source = "registry+https://github.com/rust-lang/crates.io-index"8832checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8833dependencies = [8834 "getrandom 0.2.6",8835]88368837[[package]]8838name = "rand_distr"8839version = "0.4.3"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8842dependencies = [8843 "num-traits",8844 "rand 0.8.5",8845]88468847[[package]]8848name = "rand_hc"8849version = "0.2.0"8850source = "registry+https://github.com/rust-lang/crates.io-index"8851checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8852dependencies = [8853 "rand_core 0.5.1",8854]88558856[[package]]8857name = "rand_pcg"8858version = "0.2.1"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8861dependencies = [8862 "rand_core 0.5.1",8863]88648865[[package]]8866name = "rand_pcg"8867version = "0.3.1"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8870dependencies = [8871 "rand_core 0.6.3",8872]88738874[[package]]8875name = "rawpointer"8876version = "0.2.1"8877source = "registry+https://github.com/rust-lang/crates.io-index"8878checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88798880[[package]]8881name = "rayon"8882version = "1.5.2"8883source = "registry+https://github.com/rust-lang/crates.io-index"8884checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"8885dependencies = [8886 "autocfg",8887 "crossbeam-deque",8888 "either",8889 "rayon-core",8890]88918892[[package]]8893name = "rayon-core"8894version = "1.9.2"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"8897dependencies = [8898 "crossbeam-channel",8899 "crossbeam-deque",8900 "crossbeam-utils",8901 "num_cpus",8902]89038904[[package]]8905name = "redox_syscall"8906version = "0.1.57"8907source = "registry+https://github.com/rust-lang/crates.io-index"8908checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"89098910[[package]]8911name = "redox_syscall"8912version = "0.2.13"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8915dependencies = [8916 "bitflags",8917]89188919[[package]]8920name = "redox_users"8921version = "0.3.5"8922source = "registry+https://github.com/rust-lang/crates.io-index"8923checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8924dependencies = [8925 "getrandom 0.1.16",8926 "redox_syscall 0.1.57",8927 "rust-argon2",8928]89298930[[package]]8931name = "redox_users"8932version = "0.4.3"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8935dependencies = [8936 "getrandom 0.2.6",8937 "redox_syscall 0.2.13",8938 "thiserror",8939]89408941[[package]]8942name = "reed-solomon-novelpoly"8943version = "1.0.0"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8946dependencies = [8947 "derive_more",8948 "fs-err",8949 "itertools",8950 "static_init",8951 "thiserror",8952]89538954[[package]]8955name = "ref-cast"8956version = "1.0.7"8957source = "registry+https://github.com/rust-lang/crates.io-index"8958checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8959dependencies = [8960 "ref-cast-impl",8961]89628963[[package]]8964name = "ref-cast-impl"8965version = "1.0.7"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8968dependencies = [8969 "proc-macro2",8970 "quote",8971 "syn",8972]89738974[[package]]8975name = "regalloc"8976version = "0.0.34"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8979dependencies = [8980 "log",8981 "rustc-hash",8982 "smallvec",8983]89848985[[package]]8986name = "regex"8987version = "1.5.5"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"8990dependencies = [8991 "aho-corasick",8992 "memchr",8993 "regex-syntax",8994]89958996[[package]]8997name = "regex-automata"8998version = "0.1.10"8999source = "registry+https://github.com/rust-lang/crates.io-index"9000checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9001dependencies = [9002 "regex-syntax",9003]90049005[[package]]9006name = "regex-syntax"9007version = "0.6.25"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90109011[[package]]9012name = "region"9013version = "2.2.0"9014source = "registry+https://github.com/rust-lang/crates.io-index"9015checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9016dependencies = [9017 "bitflags",9018 "libc",9019 "mach",9020 "winapi 0.3.9",9021]90229023[[package]]9024name = "remote-externalities"9025version = "0.10.0-dev"9026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9027dependencies = [9028 "env_logger",9029 "jsonrpsee",9030 "log",9031 "parity-scale-codec",9032 "serde",9033 "serde_json",9034 "sp-core",9035 "sp-io",9036 "sp-runtime",9037 "sp-version",9038]90399040[[package]]9041name = "remove_dir_all"9042version = "0.5.3"9043source = "registry+https://github.com/rust-lang/crates.io-index"9044checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9045dependencies = [9046 "winapi 0.3.9",9047]90489049[[package]]9050name = "resolv-conf"9051version = "0.7.0"9052source = "registry+https://github.com/rust-lang/crates.io-index"9053checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9054dependencies = [9055 "hostname",9056 "quick-error 1.2.3",9057]90589059[[package]]9060name = "retain_mut"9061version = "0.1.7"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90649065[[package]]9066name = "ring"9067version = "0.16.20"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9070dependencies = [9071 "cc",9072 "libc",9073 "once_cell",9074 "spin",9075 "untrusted",9076 "web-sys",9077 "winapi 0.3.9",9078]90799080[[package]]9081name = "rlp"9082version = "0.5.1"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9085dependencies = [9086 "bytes 1.1.0",9087 "rustc-hex",9088]90899090[[package]]9091name = "rlp-derive"9092version = "0.1.0"9093source = "registry+https://github.com/rust-lang/crates.io-index"9094checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9095dependencies = [9096 "proc-macro2",9097 "quote",9098 "syn",9099]91009101[[package]]9102name = "rocksdb"9103version = "0.18.0"9104source = "registry+https://github.com/rust-lang/crates.io-index"9105checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9106dependencies = [9107 "libc",9108 "librocksdb-sys",9109]91109111[[package]]9112name = "rococo-runtime"9113version = "0.9.21"9114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9115dependencies = [9116 "beefy-merkle-tree",9117 "beefy-primitives",9118 "bp-messages",9119 "bp-rococo",9120 "bp-runtime",9121 "bp-wococo",9122 "bridge-runtime-common",9123 "frame-benchmarking",9124 "frame-executive",9125 "frame-support",9126 "frame-system",9127 "frame-system-benchmarking",9128 "frame-system-rpc-runtime-api",9129 "hex-literal",9130 "log",9131 "pallet-authority-discovery",9132 "pallet-authorship",9133 "pallet-babe",9134 "pallet-balances",9135 "pallet-beefy",9136 "pallet-beefy-mmr",9137 "pallet-bridge-dispatch",9138 "pallet-bridge-grandpa",9139 "pallet-bridge-messages",9140 "pallet-collective",9141 "pallet-grandpa",9142 "pallet-im-online",9143 "pallet-indices",9144 "pallet-membership",9145 "pallet-mmr",9146 "pallet-multisig",9147 "pallet-offences",9148 "pallet-proxy",9149 "pallet-session",9150 "pallet-staking",9151 "pallet-sudo",9152 "pallet-timestamp",9153 "pallet-transaction-payment",9154 "pallet-transaction-payment-rpc-runtime-api",9155 "pallet-utility",9156 "pallet-xcm",9157 "parity-scale-codec",9158 "polkadot-parachain",9159 "polkadot-primitives",9160 "polkadot-runtime-common",9161 "polkadot-runtime-parachains",9162 "rococo-runtime-constants",9163 "scale-info",9164 "serde",9165 "serde_derive",9166 "smallvec",9167 "sp-api",9168 "sp-authority-discovery",9169 "sp-block-builder",9170 "sp-consensus-babe",9171 "sp-core",9172 "sp-inherents",9173 "sp-io",9174 "sp-mmr-primitives",9175 "sp-offchain",9176 "sp-runtime",9177 "sp-session",9178 "sp-staking",9179 "sp-std",9180 "sp-transaction-pool",9181 "sp-version",9182 "substrate-wasm-builder",9183 "xcm",9184 "xcm-builder",9185 "xcm-executor",9186]91879188[[package]]9189name = "rococo-runtime-constants"9190version = "0.9.21"9191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9192dependencies = [9193 "frame-support",9194 "polkadot-primitives",9195 "polkadot-runtime-common",9196 "smallvec",9197 "sp-runtime",9198]91999200[[package]]9201name = "rpassword"9202version = "5.0.1"9203source = "registry+https://github.com/rust-lang/crates.io-index"9204checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9205dependencies = [9206 "libc",9207 "winapi 0.3.9",9208]92099210[[package]]9211name = "rust-argon2"9212version = "0.8.3"9213source = "registry+https://github.com/rust-lang/crates.io-index"9214checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9215dependencies = [9216 "base64",9217 "blake2b_simd",9218 "constant_time_eq",9219 "crossbeam-utils",9220]92219222[[package]]9223name = "rustc-demangle"9224version = "0.1.21"9225source = "registry+https://github.com/rust-lang/crates.io-index"9226checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92279228[[package]]9229name = "rustc-hash"9230version = "1.1.0"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92339234[[package]]9235name = "rustc-hex"9236version = "2.1.0"9237source = "registry+https://github.com/rust-lang/crates.io-index"9238checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92399240[[package]]9241name = "rustc_version"9242version = "0.2.3"9243source = "registry+https://github.com/rust-lang/crates.io-index"9244checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9245dependencies = [9246 "semver 0.9.0",9247]92489249[[package]]9250name = "rustc_version"9251version = "0.3.3"9252source = "registry+https://github.com/rust-lang/crates.io-index"9253checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9254dependencies = [9255 "semver 0.11.0",9256]92579258[[package]]9259name = "rustc_version"9260version = "0.4.0"9261source = "registry+https://github.com/rust-lang/crates.io-index"9262checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9263dependencies = [9264 "semver 1.0.9",9265]92669267[[package]]9268name = "rustix"9269version = "0.33.7"9270source = "registry+https://github.com/rust-lang/crates.io-index"9271checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9272dependencies = [9273 "bitflags",9274 "errno",9275 "io-lifetimes",9276 "libc",9277 "linux-raw-sys",9278 "winapi 0.3.9",9279]92809281[[package]]9282name = "rustls"9283version = "0.19.1"9284source = "registry+https://github.com/rust-lang/crates.io-index"9285checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9286dependencies = [9287 "base64",9288 "log",9289 "ring",9290 "sct 0.6.1",9291 "webpki 0.21.4",9292]92939294[[package]]9295name = "rustls"9296version = "0.20.4"9297source = "registry+https://github.com/rust-lang/crates.io-index"9298checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9299dependencies = [9300 "log",9301 "ring",9302 "sct 0.7.0",9303 "webpki 0.22.0",9304]93059306[[package]]9307name = "rustls-native-certs"9308version = "0.5.0"9309source = "registry+https://github.com/rust-lang/crates.io-index"9310checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9311dependencies = [9312 "openssl-probe",9313 "rustls 0.19.1",9314 "schannel",9315 "security-framework",9316]93179318[[package]]9319name = "rustls-native-certs"9320version = "0.6.2"9321source = "registry+https://github.com/rust-lang/crates.io-index"9322checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9323dependencies = [9324 "openssl-probe",9325 "rustls-pemfile",9326 "schannel",9327 "security-framework",9328]93299330[[package]]9331name = "rustls-pemfile"9332version = "1.0.0"9333source = "registry+https://github.com/rust-lang/crates.io-index"9334checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9335dependencies = [9336 "base64",9337]93389339[[package]]9340name = "rustversion"9341version = "1.0.6"9342source = "registry+https://github.com/rust-lang/crates.io-index"9343checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93449345[[package]]9346name = "rw-stream-sink"9347version = "0.2.1"9348source = "registry+https://github.com/rust-lang/crates.io-index"9349checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9350dependencies = [9351 "futures 0.3.21",9352 "pin-project 0.4.29",9353 "static_assertions",9354]93559356[[package]]9357name = "ryu"9358version = "1.0.9"9359source = "registry+https://github.com/rust-lang/crates.io-index"9360checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93619362[[package]]9363name = "safe-mix"9364version = "1.0.1"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9367dependencies = [9368 "rustc_version 0.2.3",9369]93709371[[package]]9372name = "salsa20"9373version = "0.9.0"9374source = "registry+https://github.com/rust-lang/crates.io-index"9375checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9376dependencies = [9377 "cipher",9378]93799380[[package]]9381name = "same-file"9382version = "1.0.6"9383source = "registry+https://github.com/rust-lang/crates.io-index"9384checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9385dependencies = [9386 "winapi-util",9387]93889389[[package]]9390name = "sc-allocator"9391version = "4.1.0-dev"9392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9393dependencies = [9394 "log",9395 "sp-core",9396 "sp-wasm-interface",9397 "thiserror",9398]93999400[[package]]9401name = "sc-authority-discovery"9402version = "0.10.0-dev"9403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9404dependencies = [9405 "async-trait",9406 "futures 0.3.21",9407 "futures-timer",9408 "ip_network",9409 "libp2p",9410 "log",9411 "parity-scale-codec",9412 "prost",9413 "prost-build",9414 "rand 0.7.3",9415 "sc-client-api",9416 "sc-network",9417 "sp-api",9418 "sp-authority-discovery",9419 "sp-blockchain",9420 "sp-core",9421 "sp-keystore",9422 "sp-runtime",9423 "substrate-prometheus-endpoint",9424 "thiserror",9425]94269427[[package]]9428name = "sc-basic-authorship"9429version = "0.10.0-dev"9430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9431dependencies = [9432 "futures 0.3.21",9433 "futures-timer",9434 "log",9435 "parity-scale-codec",9436 "sc-block-builder",9437 "sc-client-api",9438 "sc-proposer-metrics",9439 "sc-telemetry",9440 "sc-transaction-pool-api",9441 "sp-api",9442 "sp-blockchain",9443 "sp-consensus",9444 "sp-core",9445 "sp-inherents",9446 "sp-runtime",9447 "substrate-prometheus-endpoint",9448]94499450[[package]]9451name = "sc-block-builder"9452version = "0.10.0-dev"9453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9454dependencies = [9455 "parity-scale-codec",9456 "sc-client-api",9457 "sp-api",9458 "sp-block-builder",9459 "sp-blockchain",9460 "sp-core",9461 "sp-inherents",9462 "sp-runtime",9463 "sp-state-machine",9464]94659466[[package]]9467name = "sc-chain-spec"9468version = "4.0.0-dev"9469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9470dependencies = [9471 "impl-trait-for-tuples",9472 "memmap2 0.5.3",9473 "parity-scale-codec",9474 "sc-chain-spec-derive",9475 "sc-network",9476 "sc-telemetry",9477 "serde",9478 "serde_json",9479 "sp-core",9480 "sp-runtime",9481]94829483[[package]]9484name = "sc-chain-spec-derive"9485version = "4.0.0-dev"9486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9487dependencies = [9488 "proc-macro-crate 1.1.3",9489 "proc-macro2",9490 "quote",9491 "syn",9492]94939494[[package]]9495name = "sc-cli"9496version = "0.10.0-dev"9497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9498dependencies = [9499 "chrono",9500 "clap",9501 "fdlimit",9502 "futures 0.3.21",9503 "hex",9504 "libp2p",9505 "log",9506 "names",9507 "parity-scale-codec",9508 "rand 0.7.3",9509 "regex",9510 "rpassword",9511 "sc-client-api",9512 "sc-keystore",9513 "sc-network",9514 "sc-service",9515 "sc-telemetry",9516 "sc-tracing",9517 "sc-utils",9518 "serde",9519 "serde_json",9520 "sp-blockchain",9521 "sp-core",9522 "sp-keyring",9523 "sp-keystore",9524 "sp-panic-handler",9525 "sp-runtime",9526 "sp-version",9527 "thiserror",9528 "tiny-bip39",9529 "tokio 1.18.2",9530]95319532[[package]]9533name = "sc-client-api"9534version = "4.0.0-dev"9535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9536dependencies = [9537 "fnv",9538 "futures 0.3.21",9539 "hash-db",9540 "log",9541 "parity-scale-codec",9542 "parking_lot 0.12.0",9543 "sc-executor",9544 "sc-transaction-pool-api",9545 "sc-utils",9546 "sp-api",9547 "sp-blockchain",9548 "sp-consensus",9549 "sp-core",9550 "sp-database",9551 "sp-externalities",9552 "sp-keystore",9553 "sp-runtime",9554 "sp-state-machine",9555 "sp-storage",9556 "sp-trie",9557 "substrate-prometheus-endpoint",9558]95599560[[package]]9561name = "sc-client-db"9562version = "0.10.0-dev"9563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9564dependencies = [9565 "hash-db",9566 "kvdb",9567 "kvdb-memorydb",9568 "kvdb-rocksdb",9569 "linked-hash-map",9570 "log",9571 "parity-db",9572 "parity-scale-codec",9573 "parking_lot 0.12.0",9574 "sc-client-api",9575 "sc-state-db",9576 "sp-arithmetic",9577 "sp-blockchain",9578 "sp-core",9579 "sp-database",9580 "sp-runtime",9581 "sp-state-machine",9582 "sp-trie",9583]95849585[[package]]9586name = "sc-consensus"9587version = "0.10.0-dev"9588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9589dependencies = [9590 "async-trait",9591 "futures 0.3.21",9592 "futures-timer",9593 "libp2p",9594 "log",9595 "parking_lot 0.12.0",9596 "sc-client-api",9597 "sc-utils",9598 "serde",9599 "sp-api",9600 "sp-blockchain",9601 "sp-consensus",9602 "sp-core",9603 "sp-runtime",9604 "sp-state-machine",9605 "substrate-prometheus-endpoint",9606 "thiserror",9607]96089609[[package]]9610name = "sc-consensus-aura"9611version = "0.10.0-dev"9612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9613dependencies = [9614 "async-trait",9615 "futures 0.3.21",9616 "log",9617 "parity-scale-codec",9618 "sc-block-builder",9619 "sc-client-api",9620 "sc-consensus",9621 "sc-consensus-slots",9622 "sc-telemetry",9623 "sp-api",9624 "sp-application-crypto",9625 "sp-block-builder",9626 "sp-blockchain",9627 "sp-consensus",9628 "sp-consensus-aura",9629 "sp-consensus-slots",9630 "sp-core",9631 "sp-inherents",9632 "sp-keystore",9633 "sp-runtime",9634 "substrate-prometheus-endpoint",9635 "thiserror",9636]96379638[[package]]9639name = "sc-consensus-babe"9640version = "0.10.0-dev"9641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9642dependencies = [9643 "async-trait",9644 "fork-tree",9645 "futures 0.3.21",9646 "log",9647 "merlin",9648 "num-bigint",9649 "num-rational 0.2.4",9650 "num-traits",9651 "parity-scale-codec",9652 "parking_lot 0.12.0",9653 "rand 0.7.3",9654 "retain_mut",9655 "sc-client-api",9656 "sc-consensus",9657 "sc-consensus-epochs",9658 "sc-consensus-slots",9659 "sc-keystore",9660 "sc-telemetry",9661 "schnorrkel",9662 "serde",9663 "sp-api",9664 "sp-application-crypto",9665 "sp-block-builder",9666 "sp-blockchain",9667 "sp-consensus",9668 "sp-consensus-babe",9669 "sp-consensus-slots",9670 "sp-consensus-vrf",9671 "sp-core",9672 "sp-inherents",9673 "sp-io",9674 "sp-keystore",9675 "sp-runtime",9676 "sp-version",9677 "substrate-prometheus-endpoint",9678 "thiserror",9679]96809681[[package]]9682name = "sc-consensus-babe-rpc"9683version = "0.10.0-dev"9684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9685dependencies = [9686 "futures 0.3.21",9687 "jsonrpc-core",9688 "jsonrpc-core-client",9689 "jsonrpc-derive",9690 "sc-consensus-babe",9691 "sc-consensus-epochs",9692 "sc-rpc-api",9693 "serde",9694 "sp-api",9695 "sp-application-crypto",9696 "sp-blockchain",9697 "sp-consensus",9698 "sp-consensus-babe",9699 "sp-core",9700 "sp-keystore",9701 "sp-runtime",9702 "thiserror",9703]97049705[[package]]9706name = "sc-consensus-epochs"9707version = "0.10.0-dev"9708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9709dependencies = [9710 "fork-tree",9711 "parity-scale-codec",9712 "sc-client-api",9713 "sc-consensus",9714 "sp-blockchain",9715 "sp-runtime",9716]97179718[[package]]9719name = "sc-consensus-manual-seal"9720version = "0.10.0-dev"9721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9722dependencies = [9723 "assert_matches",9724 "async-trait",9725 "futures 0.3.21",9726 "jsonrpc-core",9727 "jsonrpc-core-client",9728 "jsonrpc-derive",9729 "log",9730 "parity-scale-codec",9731 "sc-client-api",9732 "sc-consensus",9733 "sc-consensus-aura",9734 "sc-consensus-babe",9735 "sc-consensus-epochs",9736 "sc-transaction-pool",9737 "sc-transaction-pool-api",9738 "serde",9739 "sp-api",9740 "sp-blockchain",9741 "sp-consensus",9742 "sp-consensus-aura",9743 "sp-consensus-babe",9744 "sp-consensus-slots",9745 "sp-core",9746 "sp-inherents",9747 "sp-keystore",9748 "sp-runtime",9749 "sp-timestamp",9750 "substrate-prometheus-endpoint",9751 "thiserror",9752]97539754[[package]]9755name = "sc-consensus-slots"9756version = "0.10.0-dev"9757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9758dependencies = [9759 "async-trait",9760 "futures 0.3.21",9761 "futures-timer",9762 "log",9763 "parity-scale-codec",9764 "sc-client-api",9765 "sc-consensus",9766 "sc-telemetry",9767 "sp-arithmetic",9768 "sp-blockchain",9769 "sp-consensus",9770 "sp-consensus-slots",9771 "sp-core",9772 "sp-inherents",9773 "sp-runtime",9774 "sp-state-machine",9775 "sp-timestamp",9776 "thiserror",9777]97789779[[package]]9780name = "sc-consensus-uncles"9781version = "0.10.0-dev"9782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9783dependencies = [9784 "sc-client-api",9785 "sp-authorship",9786 "sp-runtime",9787 "thiserror",9788]97899790[[package]]9791name = "sc-executor"9792version = "0.10.0-dev"9793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9794dependencies = [9795 "lazy_static",9796 "lru 0.7.5",9797 "parity-scale-codec",9798 "parking_lot 0.12.0",9799 "sc-executor-common",9800 "sc-executor-wasmi",9801 "sc-executor-wasmtime",9802 "sp-api",9803 "sp-core",9804 "sp-core-hashing-proc-macro",9805 "sp-externalities",9806 "sp-io",9807 "sp-panic-handler",9808 "sp-runtime-interface",9809 "sp-tasks",9810 "sp-trie",9811 "sp-version",9812 "sp-wasm-interface",9813 "tracing",9814 "wasmi",9815]98169817[[package]]9818name = "sc-executor-common"9819version = "0.10.0-dev"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9821dependencies = [9822 "environmental",9823 "parity-scale-codec",9824 "sc-allocator",9825 "sp-core",9826 "sp-maybe-compressed-blob",9827 "sp-serializer",9828 "sp-wasm-interface",9829 "thiserror",9830 "wasm-instrument",9831 "wasmi",9832]98339834[[package]]9835name = "sc-executor-wasmi"9836version = "0.10.0-dev"9837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9838dependencies = [9839 "log",9840 "parity-scale-codec",9841 "sc-allocator",9842 "sc-executor-common",9843 "scoped-tls",9844 "sp-core",9845 "sp-runtime-interface",9846 "sp-wasm-interface",9847 "wasmi",9848]98499850[[package]]9851name = "sc-executor-wasmtime"9852version = "0.10.0-dev"9853source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9854dependencies = [9855 "cfg-if 1.0.0",9856 "libc",9857 "log",9858 "parity-scale-codec",9859 "parity-wasm 0.42.2",9860 "sc-allocator",9861 "sc-executor-common",9862 "sp-core",9863 "sp-runtime-interface",9864 "sp-wasm-interface",9865 "wasmtime",9866]98679868[[package]]9869name = "sc-finality-grandpa"9870version = "0.10.0-dev"9871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9872dependencies = [9873 "ahash",9874 "async-trait",9875 "dyn-clone",9876 "finality-grandpa",9877 "fork-tree",9878 "futures 0.3.21",9879 "futures-timer",9880 "hex",9881 "log",9882 "parity-scale-codec",9883 "parking_lot 0.12.0",9884 "rand 0.8.5",9885 "sc-block-builder",9886 "sc-chain-spec",9887 "sc-client-api",9888 "sc-consensus",9889 "sc-keystore",9890 "sc-network",9891 "sc-network-gossip",9892 "sc-telemetry",9893 "sc-utils",9894 "serde_json",9895 "sp-api",9896 "sp-application-crypto",9897 "sp-arithmetic",9898 "sp-blockchain",9899 "sp-consensus",9900 "sp-core",9901 "sp-finality-grandpa",9902 "sp-keystore",9903 "sp-runtime",9904 "substrate-prometheus-endpoint",9905 "thiserror",9906]99079908[[package]]9909name = "sc-finality-grandpa-rpc"9910version = "0.10.0-dev"9911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9912dependencies = [9913 "finality-grandpa",9914 "futures 0.3.21",9915 "jsonrpc-core",9916 "jsonrpc-core-client",9917 "jsonrpc-derive",9918 "jsonrpc-pubsub",9919 "log",9920 "parity-scale-codec",9921 "sc-client-api",9922 "sc-finality-grandpa",9923 "sc-rpc",9924 "serde",9925 "serde_json",9926 "sp-blockchain",9927 "sp-core",9928 "sp-runtime",9929 "thiserror",9930]99319932[[package]]9933name = "sc-informant"9934version = "0.10.0-dev"9935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9936dependencies = [9937 "ansi_term",9938 "futures 0.3.21",9939 "futures-timer",9940 "log",9941 "parity-util-mem",9942 "sc-client-api",9943 "sc-network",9944 "sc-transaction-pool-api",9945 "sp-blockchain",9946 "sp-runtime",9947]99489949[[package]]9950name = "sc-keystore"9951version = "4.0.0-dev"9952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9953dependencies = [9954 "async-trait",9955 "hex",9956 "parking_lot 0.12.0",9957 "serde_json",9958 "sp-application-crypto",9959 "sp-core",9960 "sp-keystore",9961 "thiserror",9962]99639964[[package]]9965name = "sc-network"9966version = "0.10.0-dev"9967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9968dependencies = [9969 "async-trait",9970 "asynchronous-codec 0.5.0",9971 "bitflags",9972 "bytes 1.1.0",9973 "cid",9974 "either",9975 "fnv",9976 "fork-tree",9977 "futures 0.3.21",9978 "futures-timer",9979 "hex",9980 "ip_network",9981 "libp2p",9982 "linked-hash-map",9983 "linked_hash_set",9984 "log",9985 "lru 0.7.5",9986 "parity-scale-codec",9987 "parking_lot 0.12.0",9988 "pin-project 1.0.10",9989 "prost",9990 "prost-build",9991 "rand 0.7.3",9992 "sc-block-builder",9993 "sc-client-api",9994 "sc-consensus",9995 "sc-peerset",9996 "sc-utils",9997 "serde",9998 "serde_json",9999 "smallvec",10000 "sp-arithmetic",10001 "sp-blockchain",10002 "sp-consensus",10003 "sp-core",10004 "sp-finality-grandpa",10005 "sp-runtime",10006 "substrate-prometheus-endpoint",10007 "thiserror",10008 "unsigned-varint 0.6.0",10009 "void",10010 "zeroize",10011]1001210013[[package]]10014name = "sc-network-gossip"10015version = "0.10.0-dev"10016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10017dependencies = [10018 "ahash",10019 "futures 0.3.21",10020 "futures-timer",10021 "libp2p",10022 "log",10023 "lru 0.7.5",10024 "sc-network",10025 "sp-runtime",10026 "substrate-prometheus-endpoint",10027 "tracing",10028]1002910030[[package]]10031name = "sc-offchain"10032version = "4.0.0-dev"10033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10034dependencies = [10035 "bytes 1.1.0",10036 "fnv",10037 "futures 0.3.21",10038 "futures-timer",10039 "hex",10040 "hyper",10041 "hyper-rustls 0.22.1",10042 "num_cpus",10043 "once_cell",10044 "parity-scale-codec",10045 "parking_lot 0.12.0",10046 "rand 0.7.3",10047 "sc-client-api",10048 "sc-network",10049 "sc-utils",10050 "sp-api",10051 "sp-core",10052 "sp-offchain",10053 "sp-runtime",10054 "threadpool",10055 "tracing",10056]1005710058[[package]]10059name = "sc-peerset"10060version = "4.0.0-dev"10061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10062dependencies = [10063 "futures 0.3.21",10064 "libp2p",10065 "log",10066 "sc-utils",10067 "serde_json",10068 "wasm-timer",10069]1007010071[[package]]10072name = "sc-proposer-metrics"10073version = "0.10.0-dev"10074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10075dependencies = [10076 "log",10077 "substrate-prometheus-endpoint",10078]1007910080[[package]]10081name = "sc-rpc"10082version = "4.0.0-dev"10083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10084dependencies = [10085 "futures 0.3.21",10086 "hash-db",10087 "jsonrpc-core",10088 "jsonrpc-pubsub",10089 "log",10090 "parity-scale-codec",10091 "parking_lot 0.12.0",10092 "sc-block-builder",10093 "sc-chain-spec",10094 "sc-client-api",10095 "sc-rpc-api",10096 "sc-tracing",10097 "sc-transaction-pool-api",10098 "sc-utils",10099 "serde_json",10100 "sp-api",10101 "sp-blockchain",10102 "sp-core",10103 "sp-keystore",10104 "sp-offchain",10105 "sp-rpc",10106 "sp-runtime",10107 "sp-session",10108 "sp-version",10109]1011010111[[package]]10112name = "sc-rpc-api"10113version = "0.10.0-dev"10114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10115dependencies = [10116 "futures 0.3.21",10117 "jsonrpc-core",10118 "jsonrpc-core-client",10119 "jsonrpc-derive",10120 "jsonrpc-pubsub",10121 "log",10122 "parity-scale-codec",10123 "parking_lot 0.12.0",10124 "sc-chain-spec",10125 "sc-transaction-pool-api",10126 "scale-info",10127 "serde",10128 "serde_json",10129 "sp-core",10130 "sp-rpc",10131 "sp-runtime",10132 "sp-tracing",10133 "sp-version",10134 "thiserror",10135]1013610137[[package]]10138name = "sc-rpc-server"10139version = "4.0.0-dev"10140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10141dependencies = [10142 "futures 0.3.21",10143 "jsonrpc-core",10144 "jsonrpc-http-server",10145 "jsonrpc-ipc-server",10146 "jsonrpc-pubsub",10147 "jsonrpc-ws-server",10148 "log",10149 "serde_json",10150 "substrate-prometheus-endpoint",10151 "tokio 1.18.2",10152]1015310154[[package]]10155name = "sc-service"10156version = "0.10.0-dev"10157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10158dependencies = [10159 "async-trait",10160 "directories",10161 "exit-future",10162 "futures 0.3.21",10163 "futures-timer",10164 "hash-db",10165 "jsonrpc-core",10166 "jsonrpc-pubsub",10167 "log",10168 "parity-scale-codec",10169 "parity-util-mem",10170 "parking_lot 0.12.0",10171 "pin-project 1.0.10",10172 "rand 0.7.3",10173 "sc-block-builder",10174 "sc-chain-spec",10175 "sc-client-api",10176 "sc-client-db",10177 "sc-consensus",10178 "sc-executor",10179 "sc-informant",10180 "sc-keystore",10181 "sc-network",10182 "sc-offchain",10183 "sc-rpc",10184 "sc-rpc-server",10185 "sc-sysinfo",10186 "sc-telemetry",10187 "sc-tracing",10188 "sc-transaction-pool",10189 "sc-transaction-pool-api",10190 "sc-utils",10191 "serde",10192 "serde_json",10193 "sp-api",10194 "sp-application-crypto",10195 "sp-block-builder",10196 "sp-blockchain",10197 "sp-consensus",10198 "sp-core",10199 "sp-externalities",10200 "sp-inherents",10201 "sp-keystore",10202 "sp-runtime",10203 "sp-session",10204 "sp-state-machine",10205 "sp-storage",10206 "sp-tracing",10207 "sp-transaction-pool",10208 "sp-transaction-storage-proof",10209 "sp-trie",10210 "sp-version",10211 "substrate-prometheus-endpoint",10212 "tempfile",10213 "thiserror",10214 "tokio 1.18.2",10215 "tracing",10216 "tracing-futures",10217]1021810219[[package]]10220name = "sc-state-db"10221version = "0.10.0-dev"10222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10223dependencies = [10224 "log",10225 "parity-scale-codec",10226 "parity-util-mem",10227 "parity-util-mem-derive",10228 "parking_lot 0.12.0",10229 "sc-client-api",10230 "sp-core",10231]1023210233[[package]]10234name = "sc-sync-state-rpc"10235version = "0.10.0-dev"10236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10237dependencies = [10238 "jsonrpc-core",10239 "jsonrpc-core-client",10240 "jsonrpc-derive",10241 "parity-scale-codec",10242 "sc-chain-spec",10243 "sc-client-api",10244 "sc-consensus-babe",10245 "sc-consensus-epochs",10246 "sc-finality-grandpa",10247 "serde",10248 "serde_json",10249 "sp-blockchain",10250 "sp-runtime",10251 "thiserror",10252]1025310254[[package]]10255name = "sc-sysinfo"10256version = "6.0.0-dev"10257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10258dependencies = [10259 "futures 0.3.21",10260 "libc",10261 "log",10262 "rand 0.7.3",10263 "rand_pcg 0.2.1",10264 "regex",10265 "sc-telemetry",10266 "serde",10267 "serde_json",10268 "sp-core",10269 "sp-io",10270 "sp-std",10271]1027210273[[package]]10274name = "sc-telemetry"10275version = "4.0.0-dev"10276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10277dependencies = [10278 "chrono",10279 "futures 0.3.21",10280 "libp2p",10281 "log",10282 "parking_lot 0.12.0",10283 "pin-project 1.0.10",10284 "rand 0.7.3",10285 "serde",10286 "serde_json",10287 "thiserror",10288 "wasm-timer",10289]1029010291[[package]]10292name = "sc-tracing"10293version = "4.0.0-dev"10294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10295dependencies = [10296 "ansi_term",10297 "atty",10298 "chrono",10299 "lazy_static",10300 "libc",10301 "log",10302 "once_cell",10303 "parking_lot 0.12.0",10304 "regex",10305 "rustc-hash",10306 "sc-client-api",10307 "sc-rpc-server",10308 "sc-tracing-proc-macro",10309 "serde",10310 "sp-api",10311 "sp-blockchain",10312 "sp-core",10313 "sp-rpc",10314 "sp-runtime",10315 "sp-tracing",10316 "thiserror",10317 "tracing",10318 "tracing-log",10319 "tracing-subscriber",10320]1032110322[[package]]10323name = "sc-tracing-proc-macro"10324version = "4.0.0-dev"10325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10326dependencies = [10327 "proc-macro-crate 1.1.3",10328 "proc-macro2",10329 "quote",10330 "syn",10331]1033210333[[package]]10334name = "sc-transaction-pool"10335version = "4.0.0-dev"10336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10337dependencies = [10338 "futures 0.3.21",10339 "futures-timer",10340 "linked-hash-map",10341 "log",10342 "parity-scale-codec",10343 "parity-util-mem",10344 "parking_lot 0.12.0",10345 "retain_mut",10346 "sc-client-api",10347 "sc-transaction-pool-api",10348 "sc-utils",10349 "serde",10350 "sp-api",10351 "sp-blockchain",10352 "sp-core",10353 "sp-runtime",10354 "sp-tracing",10355 "sp-transaction-pool",10356 "substrate-prometheus-endpoint",10357 "thiserror",10358]1035910360[[package]]10361name = "sc-transaction-pool-api"10362version = "4.0.0-dev"10363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10364dependencies = [10365 "futures 0.3.21",10366 "log",10367 "serde",10368 "sp-blockchain",10369 "sp-runtime",10370 "thiserror",10371]1037210373[[package]]10374name = "sc-utils"10375version = "4.0.0-dev"10376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10377dependencies = [10378 "futures 0.3.21",10379 "futures-timer",10380 "lazy_static",10381 "log",10382 "parking_lot 0.12.0",10383 "prometheus",10384]1038510386[[package]]10387name = "scale-info"10388version = "2.1.1"10389source = "registry+https://github.com/rust-lang/crates.io-index"10390checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"10391dependencies = [10392 "bitvec",10393 "cfg-if 1.0.0",10394 "derive_more",10395 "parity-scale-codec",10396 "scale-info-derive",10397 "serde",10398]1039910400[[package]]10401name = "scale-info-derive"10402version = "2.1.1"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"10405dependencies = [10406 "proc-macro-crate 1.1.3",10407 "proc-macro2",10408 "quote",10409 "syn",10410]1041110412[[package]]10413name = "schannel"10414version = "0.1.19"10415source = "registry+https://github.com/rust-lang/crates.io-index"10416checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10417dependencies = [10418 "lazy_static",10419 "winapi 0.3.9",10420]1042110422[[package]]10423name = "schnorrkel"10424version = "0.9.1"10425source = "registry+https://github.com/rust-lang/crates.io-index"10426checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10427dependencies = [10428 "arrayref",10429 "arrayvec 0.5.2",10430 "curve25519-dalek 2.1.3",10431 "getrandom 0.1.16",10432 "merlin",10433 "rand 0.7.3",10434 "rand_core 0.5.1",10435 "sha2 0.8.2",10436 "subtle",10437 "zeroize",10438]1043910440[[package]]10441name = "scoped-tls"10442version = "1.0.0"10443source = "registry+https://github.com/rust-lang/crates.io-index"10444checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1044510446[[package]]10447name = "scopeguard"10448version = "1.1.0"10449source = "registry+https://github.com/rust-lang/crates.io-index"10450checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1045110452[[package]]10453name = "sct"10454version = "0.6.1"10455source = "registry+https://github.com/rust-lang/crates.io-index"10456checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10457dependencies = [10458 "ring",10459 "untrusted",10460]1046110462[[package]]10463name = "sct"10464version = "0.7.0"10465source = "registry+https://github.com/rust-lang/crates.io-index"10466checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10467dependencies = [10468 "ring",10469 "untrusted",10470]1047110472[[package]]10473name = "sec1"10474version = "0.2.1"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10477dependencies = [10478 "der",10479 "generic-array 0.14.5",10480 "pkcs8",10481 "subtle",10482 "zeroize",10483]1048410485[[package]]10486name = "secp256k1"10487version = "0.21.3"10488source = "registry+https://github.com/rust-lang/crates.io-index"10489checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10490dependencies = [10491 "secp256k1-sys",10492]1049310494[[package]]10495name = "secp256k1-sys"10496version = "0.4.2"10497source = "registry+https://github.com/rust-lang/crates.io-index"10498checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10499dependencies = [10500 "cc",10501]1050210503[[package]]10504name = "secrecy"10505version = "0.8.0"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10508dependencies = [10509 "zeroize",10510]1051110512[[package]]10513name = "security-framework"10514version = "2.6.1"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10517dependencies = [10518 "bitflags",10519 "core-foundation",10520 "core-foundation-sys",10521 "libc",10522 "security-framework-sys",10523]1052410525[[package]]10526name = "security-framework-sys"10527version = "2.6.1"10528source = "registry+https://github.com/rust-lang/crates.io-index"10529checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10530dependencies = [10531 "core-foundation-sys",10532 "libc",10533]1053410535[[package]]10536name = "semver"10537version = "0.6.0"10538source = "registry+https://github.com/rust-lang/crates.io-index"10539checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10540dependencies = [10541 "semver-parser 0.7.0",10542]1054310544[[package]]10545name = "semver"10546version = "0.9.0"10547source = "registry+https://github.com/rust-lang/crates.io-index"10548checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10549dependencies = [10550 "semver-parser 0.7.0",10551]1055210553[[package]]10554name = "semver"10555version = "0.11.0"10556source = "registry+https://github.com/rust-lang/crates.io-index"10557checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10558dependencies = [10559 "semver-parser 0.10.2",10560]1056110562[[package]]10563name = "semver"10564version = "1.0.9"10565source = "registry+https://github.com/rust-lang/crates.io-index"10566checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10567dependencies = [10568 "serde",10569]1057010571[[package]]10572name = "semver-parser"10573version = "0.7.0"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1057610577[[package]]10578name = "semver-parser"10579version = "0.10.2"10580source = "registry+https://github.com/rust-lang/crates.io-index"10581checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10582dependencies = [10583 "pest",10584]1058510586[[package]]10587name = "serde"10588version = "1.0.137"10589source = "registry+https://github.com/rust-lang/crates.io-index"10590checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10591dependencies = [10592 "serde_derive",10593]1059410595[[package]]10596name = "serde_derive"10597version = "1.0.137"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10600dependencies = [10601 "proc-macro2",10602 "quote",10603 "syn",10604]1060510606[[package]]10607name = "serde_json"10608version = "1.0.81"10609source = "registry+https://github.com/rust-lang/crates.io-index"10610checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10611dependencies = [10612 "itoa 1.0.1",10613 "ryu",10614 "serde",10615]1061610617[[package]]10618name = "serde_nanos"10619version = "0.1.2"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10622dependencies = [10623 "serde",10624]1062510626[[package]]10627name = "sha-1"10628version = "0.8.2"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10631dependencies = [10632 "block-buffer 0.7.3",10633 "digest 0.8.1",10634 "fake-simd",10635 "opaque-debug 0.2.3",10636]1063710638[[package]]10639name = "sha-1"10640version = "0.9.8"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10643dependencies = [10644 "block-buffer 0.9.0",10645 "cfg-if 1.0.0",10646 "cpufeatures 0.2.2",10647 "digest 0.9.0",10648 "opaque-debug 0.3.0",10649]1065010651[[package]]10652name = "sha2"10653version = "0.8.2"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10656dependencies = [10657 "block-buffer 0.7.3",10658 "digest 0.8.1",10659 "fake-simd",10660 "opaque-debug 0.2.3",10661]1066210663[[package]]10664name = "sha2"10665version = "0.9.9"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10668dependencies = [10669 "block-buffer 0.9.0",10670 "cfg-if 1.0.0",10671 "cpufeatures 0.2.2",10672 "digest 0.9.0",10673 "opaque-debug 0.3.0",10674]1067510676[[package]]10677name = "sha2"10678version = "0.10.2"10679source = "registry+https://github.com/rust-lang/crates.io-index"10680checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10681dependencies = [10682 "cfg-if 1.0.0",10683 "cpufeatures 0.2.2",10684 "digest 0.10.3",10685]1068610687[[package]]10688name = "sha3"10689version = "0.9.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10692dependencies = [10693 "block-buffer 0.9.0",10694 "digest 0.9.0",10695 "keccak",10696 "opaque-debug 0.3.0",10697]1069810699[[package]]10700name = "sha3"10701version = "0.10.1"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10704dependencies = [10705 "digest 0.10.3",10706 "keccak",10707]1070810709[[package]]10710name = "sharded-slab"10711version = "0.1.4"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10714dependencies = [10715 "lazy_static",10716]1071710718[[package]]10719name = "shlex"10720version = "1.1.0"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1072310724[[package]]10725name = "signal-hook"10726version = "0.3.13"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10729dependencies = [10730 "libc",10731 "signal-hook-registry",10732]1073310734[[package]]10735name = "signal-hook-registry"10736version = "1.4.0"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10739dependencies = [10740 "libc",10741]1074210743[[package]]10744name = "signature"10745version = "1.4.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10748dependencies = [10749 "rand_core 0.6.3",10750]1075110752[[package]]10753name = "simba"10754version = "0.5.1"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10757dependencies = [10758 "approx",10759 "num-complex",10760 "num-traits",10761 "paste",10762]1076310764[[package]]10765name = "slab"10766version = "0.4.6"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1076910770[[package]]10771name = "slot-range-helper"10772version = "0.9.21"10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10774dependencies = [10775 "enumn",10776 "parity-scale-codec",10777 "paste",10778 "sp-runtime",10779 "sp-std",10780]1078110782[[package]]10783name = "slotmap"10784version = "1.0.6"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10787dependencies = [10788 "version_check",10789]1079010791[[package]]10792name = "smallvec"10793version = "1.8.0"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1079610797[[package]]10798name = "snap"10799version = "1.0.5"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1080210803[[package]]10804name = "snow"10805version = "0.8.0"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10808dependencies = [10809 "aes-gcm",10810 "blake2 0.9.2",10811 "chacha20poly1305",10812 "rand 0.8.5",10813 "rand_core 0.6.3",10814 "ring",10815 "rustc_version 0.3.3",10816 "sha2 0.9.9",10817 "subtle",10818 "x25519-dalek",10819]1082010821[[package]]10822name = "socket2"10823version = "0.3.19"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10826dependencies = [10827 "cfg-if 1.0.0",10828 "libc",10829 "winapi 0.3.9",10830]1083110832[[package]]10833name = "socket2"10834version = "0.4.4"10835source = "registry+https://github.com/rust-lang/crates.io-index"10836checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10837dependencies = [10838 "libc",10839 "winapi 0.3.9",10840]1084110842[[package]]10843name = "soketto"10844version = "0.7.1"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10847dependencies = [10848 "base64",10849 "bytes 1.1.0",10850 "flate2",10851 "futures 0.3.21",10852 "httparse",10853 "log",10854 "rand 0.8.5",10855 "sha-1 0.9.8",10856]1085710858[[package]]10859name = "sp-api"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10862dependencies = [10863 "hash-db",10864 "log",10865 "parity-scale-codec",10866 "sp-api-proc-macro",10867 "sp-core",10868 "sp-runtime",10869 "sp-state-machine",10870 "sp-std",10871 "sp-version",10872 "thiserror",10873]1087410875[[package]]10876name = "sp-api-proc-macro"10877version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10879dependencies = [10880 "blake2 0.10.4",10881 "proc-macro-crate 1.1.3",10882 "proc-macro2",10883 "quote",10884 "syn",10885]1088610887[[package]]10888name = "sp-application-crypto"10889version = "6.0.0"10890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10891dependencies = [10892 "parity-scale-codec",10893 "scale-info",10894 "serde",10895 "sp-core",10896 "sp-io",10897 "sp-std",10898]1089910900[[package]]10901name = "sp-arithmetic"10902version = "5.0.0"10903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10904dependencies = [10905 "integer-sqrt",10906 "num-traits",10907 "parity-scale-codec",10908 "scale-info",10909 "serde",10910 "sp-debug-derive",10911 "sp-std",10912 "static_assertions",10913]1091410915[[package]]10916name = "sp-authority-discovery"10917version = "4.0.0-dev"10918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10919dependencies = [10920 "parity-scale-codec",10921 "scale-info",10922 "sp-api",10923 "sp-application-crypto",10924 "sp-runtime",10925 "sp-std",10926]1092710928[[package]]10929name = "sp-authorship"10930version = "4.0.0-dev"10931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10932dependencies = [10933 "async-trait",10934 "parity-scale-codec",10935 "sp-inherents",10936 "sp-runtime",10937 "sp-std",10938]1093910940[[package]]10941name = "sp-block-builder"10942version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10944dependencies = [10945 "parity-scale-codec",10946 "sp-api",10947 "sp-inherents",10948 "sp-runtime",10949 "sp-std",10950]1095110952[[package]]10953name = "sp-blockchain"10954version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10956dependencies = [10957 "futures 0.3.21",10958 "log",10959 "lru 0.7.5",10960 "parity-scale-codec",10961 "parking_lot 0.12.0",10962 "sp-api",10963 "sp-consensus",10964 "sp-database",10965 "sp-runtime",10966 "sp-state-machine",10967 "thiserror",10968]1096910970[[package]]10971name = "sp-consensus"10972version = "0.10.0-dev"10973source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10974dependencies = [10975 "async-trait",10976 "futures 0.3.21",10977 "futures-timer",10978 "log",10979 "parity-scale-codec",10980 "sp-core",10981 "sp-inherents",10982 "sp-runtime",10983 "sp-state-machine",10984 "sp-std",10985 "sp-version",10986 "thiserror",10987]1098810989[[package]]10990name = "sp-consensus-aura"10991version = "0.10.0-dev"10992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10993dependencies = [10994 "async-trait",10995 "parity-scale-codec",10996 "scale-info",10997 "sp-api",10998 "sp-application-crypto",10999 "sp-consensus",11000 "sp-consensus-slots",11001 "sp-inherents",11002 "sp-runtime",11003 "sp-std",11004 "sp-timestamp",11005]1100611007[[package]]11008name = "sp-consensus-babe"11009version = "0.10.0-dev"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11011dependencies = [11012 "async-trait",11013 "merlin",11014 "parity-scale-codec",11015 "scale-info",11016 "serde",11017 "sp-api",11018 "sp-application-crypto",11019 "sp-consensus",11020 "sp-consensus-slots",11021 "sp-consensus-vrf",11022 "sp-core",11023 "sp-inherents",11024 "sp-keystore",11025 "sp-runtime",11026 "sp-std",11027 "sp-timestamp",11028]1102911030[[package]]11031name = "sp-consensus-slots"11032version = "0.10.0-dev"11033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11034dependencies = [11035 "parity-scale-codec",11036 "scale-info",11037 "serde",11038 "sp-arithmetic",11039 "sp-runtime",11040 "sp-std",11041 "sp-timestamp",11042]1104311044[[package]]11045name = "sp-consensus-vrf"11046version = "0.10.0-dev"11047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11048dependencies = [11049 "parity-scale-codec",11050 "schnorrkel",11051 "sp-core",11052 "sp-runtime",11053 "sp-std",11054]1105511056[[package]]11057name = "sp-core"11058version = "6.0.0"11059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11060dependencies = [11061 "base58",11062 "bitflags",11063 "blake2-rfc",11064 "byteorder",11065 "dyn-clonable",11066 "ed25519-dalek",11067 "futures 0.3.21",11068 "hash-db",11069 "hash256-std-hasher",11070 "hex",11071 "impl-serde",11072 "lazy_static",11073 "libsecp256k1",11074 "log",11075 "merlin",11076 "num-traits",11077 "parity-scale-codec",11078 "parity-util-mem",11079 "parking_lot 0.12.0",11080 "primitive-types",11081 "rand 0.7.3",11082 "regex",11083 "scale-info",11084 "schnorrkel",11085 "secp256k1",11086 "secrecy",11087 "serde",11088 "sp-core-hashing",11089 "sp-debug-derive",11090 "sp-externalities",11091 "sp-runtime-interface",11092 "sp-std",11093 "sp-storage",11094 "ss58-registry",11095 "substrate-bip39",11096 "thiserror",11097 "tiny-bip39",11098 "wasmi",11099 "zeroize",11100]1110111102[[package]]11103name = "sp-core-hashing"11104version = "4.0.0"11105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11106dependencies = [11107 "blake2 0.10.4",11108 "byteorder",11109 "digest 0.10.3",11110 "sha2 0.10.2",11111 "sha3 0.10.1",11112 "sp-std",11113 "twox-hash",11114]1111511116[[package]]11117name = "sp-core-hashing-proc-macro"11118version = "5.0.0"11119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11120dependencies = [11121 "proc-macro2",11122 "quote",11123 "sp-core-hashing",11124 "syn",11125]1112611127[[package]]11128name = "sp-database"11129version = "4.0.0-dev"11130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11131dependencies = [11132 "kvdb",11133 "parking_lot 0.12.0",11134]1113511136[[package]]11137name = "sp-debug-derive"11138version = "4.0.0"11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11140dependencies = [11141 "proc-macro2",11142 "quote",11143 "syn",11144]1114511146[[package]]11147name = "sp-externalities"11148version = "0.12.0"11149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11150dependencies = [11151 "environmental",11152 "parity-scale-codec",11153 "sp-std",11154 "sp-storage",11155]1115611157[[package]]11158name = "sp-finality-grandpa"11159version = "4.0.0-dev"11160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11161dependencies = [11162 "finality-grandpa",11163 "log",11164 "parity-scale-codec",11165 "scale-info",11166 "serde",11167 "sp-api",11168 "sp-application-crypto",11169 "sp-core",11170 "sp-keystore",11171 "sp-runtime",11172 "sp-std",11173]1117411175[[package]]11176name = "sp-inherents"11177version = "4.0.0-dev"11178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11179dependencies = [11180 "async-trait",11181 "impl-trait-for-tuples",11182 "parity-scale-codec",11183 "sp-core",11184 "sp-runtime",11185 "sp-std",11186 "thiserror",11187]1118811189[[package]]11190name = "sp-io"11191version = "6.0.0"11192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11193dependencies = [11194 "futures 0.3.21",11195 "hash-db",11196 "libsecp256k1",11197 "log",11198 "parity-scale-codec",11199 "parking_lot 0.12.0",11200 "secp256k1",11201 "sp-core",11202 "sp-externalities",11203 "sp-keystore",11204 "sp-runtime-interface",11205 "sp-state-machine",11206 "sp-std",11207 "sp-tracing",11208 "sp-trie",11209 "sp-wasm-interface",11210 "tracing",11211 "tracing-core",11212]1121311214[[package]]11215name = "sp-keyring"11216version = "6.0.0"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11218dependencies = [11219 "lazy_static",11220 "sp-core",11221 "sp-runtime",11222 "strum 0.23.0",11223]1122411225[[package]]11226name = "sp-keystore"11227version = "0.12.0"11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11229dependencies = [11230 "async-trait",11231 "futures 0.3.21",11232 "merlin",11233 "parity-scale-codec",11234 "parking_lot 0.12.0",11235 "schnorrkel",11236 "serde",11237 "sp-core",11238 "sp-externalities",11239 "thiserror",11240]1124111242[[package]]11243name = "sp-maybe-compressed-blob"11244version = "4.1.0-dev"11245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11246dependencies = [11247 "thiserror",11248 "zstd",11249]1125011251[[package]]11252name = "sp-mmr-primitives"11253version = "4.0.0-dev"11254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11255dependencies = [11256 "log",11257 "parity-scale-codec",11258 "serde",11259 "sp-api",11260 "sp-core",11261 "sp-debug-derive",11262 "sp-runtime",11263 "sp-std",11264]1126511266[[package]]11267name = "sp-npos-elections"11268version = "4.0.0-dev"11269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11270dependencies = [11271 "parity-scale-codec",11272 "scale-info",11273 "serde",11274 "sp-arithmetic",11275 "sp-core",11276 "sp-runtime",11277 "sp-std",11278]1127911280[[package]]11281name = "sp-offchain"11282version = "4.0.0-dev"11283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11284dependencies = [11285 "sp-api",11286 "sp-core",11287 "sp-runtime",11288]1128911290[[package]]11291name = "sp-panic-handler"11292version = "4.0.0"11293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11294dependencies = [11295 "backtrace",11296 "lazy_static",11297 "regex",11298]1129911300[[package]]11301name = "sp-rpc"11302version = "6.0.0"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11304dependencies = [11305 "rustc-hash",11306 "serde",11307 "sp-core",11308]1130911310[[package]]11311name = "sp-runtime"11312version = "6.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11314dependencies = [11315 "either",11316 "hash256-std-hasher",11317 "impl-trait-for-tuples",11318 "log",11319 "parity-scale-codec",11320 "parity-util-mem",11321 "paste",11322 "rand 0.7.3",11323 "scale-info",11324 "serde",11325 "sp-application-crypto",11326 "sp-arithmetic",11327 "sp-core",11328 "sp-io",11329 "sp-std",11330]1133111332[[package]]11333name = "sp-runtime-interface"11334version = "6.0.0"11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11336dependencies = [11337 "impl-trait-for-tuples",11338 "parity-scale-codec",11339 "primitive-types",11340 "sp-externalities",11341 "sp-runtime-interface-proc-macro",11342 "sp-std",11343 "sp-storage",11344 "sp-tracing",11345 "sp-wasm-interface",11346 "static_assertions",11347]1134811349[[package]]11350name = "sp-runtime-interface-proc-macro"11351version = "5.0.0"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11353dependencies = [11354 "Inflector",11355 "proc-macro-crate 1.1.3",11356 "proc-macro2",11357 "quote",11358 "syn",11359]1136011361[[package]]11362name = "sp-serializer"11363version = "4.0.0-dev"11364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11365dependencies = [11366 "serde",11367 "serde_json",11368]1136911370[[package]]11371name = "sp-session"11372version = "4.0.0-dev"11373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11374dependencies = [11375 "parity-scale-codec",11376 "scale-info",11377 "sp-api",11378 "sp-core",11379 "sp-runtime",11380 "sp-staking",11381 "sp-std",11382]1138311384[[package]]11385name = "sp-staking"11386version = "4.0.0-dev"11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11388dependencies = [11389 "parity-scale-codec",11390 "scale-info",11391 "sp-runtime",11392 "sp-std",11393]1139411395[[package]]11396name = "sp-state-machine"11397version = "0.12.0"11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11399dependencies = [11400 "hash-db",11401 "log",11402 "num-traits",11403 "parity-scale-codec",11404 "parking_lot 0.12.0",11405 "rand 0.7.3",11406 "smallvec",11407 "sp-core",11408 "sp-externalities",11409 "sp-panic-handler",11410 "sp-std",11411 "sp-trie",11412 "thiserror",11413 "tracing",11414 "trie-root",11415]1141611417[[package]]11418name = "sp-std"11419version = "4.0.0"11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1142111422[[package]]11423name = "sp-storage"11424version = "6.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11426dependencies = [11427 "impl-serde",11428 "parity-scale-codec",11429 "ref-cast",11430 "serde",11431 "sp-debug-derive",11432 "sp-std",11433]1143411435[[package]]11436name = "sp-tasks"11437version = "4.0.0-dev"11438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11439dependencies = [11440 "log",11441 "sp-core",11442 "sp-externalities",11443 "sp-io",11444 "sp-runtime-interface",11445 "sp-std",11446]1144711448[[package]]11449name = "sp-timestamp"11450version = "4.0.0-dev"11451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11452dependencies = [11453 "async-trait",11454 "futures-timer",11455 "log",11456 "parity-scale-codec",11457 "sp-api",11458 "sp-inherents",11459 "sp-runtime",11460 "sp-std",11461 "thiserror",11462]1146311464[[package]]11465name = "sp-tracing"11466version = "5.0.0"11467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11468dependencies = [11469 "parity-scale-codec",11470 "sp-std",11471 "tracing",11472 "tracing-core",11473 "tracing-subscriber",11474]1147511476[[package]]11477name = "sp-transaction-pool"11478version = "4.0.0-dev"11479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11480dependencies = [11481 "sp-api",11482 "sp-runtime",11483]1148411485[[package]]11486name = "sp-transaction-storage-proof"11487version = "4.0.0-dev"11488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11489dependencies = [11490 "async-trait",11491 "log",11492 "parity-scale-codec",11493 "scale-info",11494 "sp-core",11495 "sp-inherents",11496 "sp-runtime",11497 "sp-std",11498 "sp-trie",11499]1150011501[[package]]11502name = "sp-trie"11503version = "6.0.0"11504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11505dependencies = [11506 "hash-db",11507 "memory-db",11508 "parity-scale-codec",11509 "scale-info",11510 "sp-core",11511 "sp-std",11512 "thiserror",11513 "trie-db",11514 "trie-root",11515]1151611517[[package]]11518name = "sp-version"11519version = "5.0.0"11520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11521dependencies = [11522 "impl-serde",11523 "parity-scale-codec",11524 "parity-wasm 0.42.2",11525 "scale-info",11526 "serde",11527 "sp-core-hashing-proc-macro",11528 "sp-runtime",11529 "sp-std",11530 "sp-version-proc-macro",11531 "thiserror",11532]1153311534[[package]]11535name = "sp-version-proc-macro"11536version = "4.0.0-dev"11537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11538dependencies = [11539 "parity-scale-codec",11540 "proc-macro2",11541 "quote",11542 "syn",11543]1154411545[[package]]11546name = "sp-wasm-interface"11547version = "6.0.0"11548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11549dependencies = [11550 "impl-trait-for-tuples",11551 "log",11552 "parity-scale-codec",11553 "sp-std",11554 "wasmi",11555 "wasmtime",11556]1155711558[[package]]11559name = "spin"11560version = "0.5.2"11561source = "registry+https://github.com/rust-lang/crates.io-index"11562checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1156311564[[package]]11565name = "spki"11566version = "0.5.4"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11569dependencies = [11570 "base64ct",11571 "der",11572]1157311574[[package]]11575name = "ss58-registry"11576version = "1.18.0"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11579dependencies = [11580 "Inflector",11581 "num-format",11582 "proc-macro2",11583 "quote",11584 "serde",11585 "serde_json",11586 "unicode-xid",11587]1158811589[[package]]11590name = "stable_deref_trait"11591version = "1.2.0"11592source = "registry+https://github.com/rust-lang/crates.io-index"11593checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1159411595[[package]]11596name = "static_assertions"11597version = "1.1.0"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1160011601[[package]]11602name = "static_init"11603version = "0.5.2"11604source = "registry+https://github.com/rust-lang/crates.io-index"11605checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11606dependencies = [11607 "cfg_aliases",11608 "libc",11609 "parking_lot 0.11.2",11610 "static_init_macro",11611]1161211613[[package]]11614name = "static_init_macro"11615version = "0.5.0"11616source = "registry+https://github.com/rust-lang/crates.io-index"11617checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11618dependencies = [11619 "cfg_aliases",11620 "memchr",11621 "proc-macro2",11622 "quote",11623 "syn",11624]1162511626[[package]]11627name = "statrs"11628version = "0.15.0"11629source = "registry+https://github.com/rust-lang/crates.io-index"11630checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11631dependencies = [11632 "approx",11633 "lazy_static",11634 "nalgebra",11635 "num-traits",11636 "rand 0.8.5",11637]1163811639[[package]]11640name = "strsim"11641version = "0.10.0"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1164411645[[package]]11646name = "strum"11647version = "0.23.0"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11650dependencies = [11651 "strum_macros 0.23.1",11652]1165311654[[package]]11655name = "strum"11656version = "0.24.0"11657source = "registry+https://github.com/rust-lang/crates.io-index"11658checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11659dependencies = [11660 "strum_macros 0.24.0",11661]1166211663[[package]]11664name = "strum_macros"11665version = "0.23.1"11666source = "registry+https://github.com/rust-lang/crates.io-index"11667checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11668dependencies = [11669 "heck 0.3.3",11670 "proc-macro2",11671 "quote",11672 "rustversion",11673 "syn",11674]1167511676[[package]]11677name = "strum_macros"11678version = "0.24.0"11679source = "registry+https://github.com/rust-lang/crates.io-index"11680checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11681dependencies = [11682 "heck 0.4.0",11683 "proc-macro2",11684 "quote",11685 "rustversion",11686 "syn",11687]1168811689[[package]]11690name = "substrate-bip39"11691version = "0.4.4"11692source = "registry+https://github.com/rust-lang/crates.io-index"11693checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11694dependencies = [11695 "hmac 0.11.0",11696 "pbkdf2 0.8.0",11697 "schnorrkel",11698 "sha2 0.9.9",11699 "zeroize",11700]1170111702[[package]]11703name = "substrate-build-script-utils"11704version = "3.0.0"11705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11706dependencies = [11707 "platforms",11708]1170911710[[package]]11711name = "substrate-frame-rpc-system"11712version = "4.0.0-dev"11713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11714dependencies = [11715 "frame-system-rpc-runtime-api",11716 "futures 0.3.21",11717 "jsonrpc-core",11718 "jsonrpc-core-client",11719 "jsonrpc-derive",11720 "log",11721 "parity-scale-codec",11722 "sc-client-api",11723 "sc-rpc-api",11724 "sc-transaction-pool-api",11725 "sp-api",11726 "sp-block-builder",11727 "sp-blockchain",11728 "sp-core",11729 "sp-runtime",11730]1173111732[[package]]11733name = "substrate-prometheus-endpoint"11734version = "0.10.0-dev"11735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11736dependencies = [11737 "futures-util",11738 "hyper",11739 "log",11740 "prometheus",11741 "thiserror",11742 "tokio 1.18.2",11743]1174411745[[package]]11746name = "substrate-state-trie-migration-rpc"11747version = "4.0.0-dev"11748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11749dependencies = [11750 "jsonrpc-core",11751 "jsonrpc-core-client",11752 "jsonrpc-derive",11753 "log",11754 "parity-scale-codec",11755 "sc-client-api",11756 "sc-rpc-api",11757 "scale-info",11758 "serde",11759 "sp-core",11760 "sp-io",11761 "sp-runtime",11762 "sp-state-machine",11763 "sp-std",11764 "sp-trie",11765 "trie-db",11766]1176711768[[package]]11769name = "substrate-test-client"11770version = "2.0.1"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11772dependencies = [11773 "async-trait",11774 "futures 0.3.21",11775 "hex",11776 "parity-scale-codec",11777 "sc-client-api",11778 "sc-client-db",11779 "sc-consensus",11780 "sc-executor",11781 "sc-offchain",11782 "sc-service",11783 "serde",11784 "serde_json",11785 "sp-blockchain",11786 "sp-consensus",11787 "sp-core",11788 "sp-keyring",11789 "sp-keystore",11790 "sp-runtime",11791 "sp-state-machine",11792]1179311794[[package]]11795name = "substrate-test-utils"11796version = "4.0.0-dev"11797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11798dependencies = [11799 "futures 0.3.21",11800 "substrate-test-utils-derive",11801 "tokio 1.18.2",11802]1180311804[[package]]11805name = "substrate-test-utils-derive"11806version = "0.10.0-dev"11807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11808dependencies = [11809 "proc-macro-crate 1.1.3",11810 "proc-macro2",11811 "quote",11812 "syn",11813]1181411815[[package]]11816name = "substrate-wasm-builder"11817version = "5.0.0-dev"11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11819dependencies = [11820 "ansi_term",11821 "build-helper",11822 "cargo_metadata",11823 "sp-maybe-compressed-blob",11824 "strum 0.23.0",11825 "tempfile",11826 "toml",11827 "walkdir",11828 "wasm-gc-api",11829]1183011831[[package]]11832name = "subtle"11833version = "2.4.1"11834source = "registry+https://github.com/rust-lang/crates.io-index"11835checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1183611837[[package]]11838name = "syn"11839version = "1.0.93"11840source = "registry+https://github.com/rust-lang/crates.io-index"11841checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2"11842dependencies = [11843 "proc-macro2",11844 "quote",11845 "unicode-xid",11846]1184711848[[package]]11849name = "synstructure"11850version = "0.12.6"11851source = "registry+https://github.com/rust-lang/crates.io-index"11852checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11853dependencies = [11854 "proc-macro2",11855 "quote",11856 "syn",11857 "unicode-xid",11858]1185911860[[package]]11861name = "tap"11862version = "1.0.1"11863source = "registry+https://github.com/rust-lang/crates.io-index"11864checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1186511866[[package]]11867name = "target-lexicon"11868version = "0.12.3"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1187111872[[package]]11873name = "tempfile"11874version = "3.3.0"11875source = "registry+https://github.com/rust-lang/crates.io-index"11876checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11877dependencies = [11878 "cfg-if 1.0.0",11879 "fastrand",11880 "libc",11881 "redox_syscall 0.2.13",11882 "remove_dir_all",11883 "winapi 0.3.9",11884]1188511886[[package]]11887name = "term"11888version = "0.5.2"11889source = "registry+https://github.com/rust-lang/crates.io-index"11890checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11891dependencies = [11892 "byteorder",11893 "dirs",11894 "winapi 0.3.9",11895]1189611897[[package]]11898name = "termcolor"11899version = "1.1.3"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11902dependencies = [11903 "winapi-util",11904]1190511906[[package]]11907name = "test-runtime-constants"11908version = "0.9.21"11909source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"11910dependencies = [11911 "frame-support",11912 "polkadot-primitives",11913 "polkadot-runtime-common",11914 "smallvec",11915 "sp-runtime",11916]1191711918[[package]]11919name = "textwrap"11920version = "0.15.0"11921source = "registry+https://github.com/rust-lang/crates.io-index"11922checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1192311924[[package]]11925name = "thiserror"11926version = "1.0.31"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11929dependencies = [11930 "thiserror-impl",11931]1193211933[[package]]11934name = "thiserror-impl"11935version = "1.0.31"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11938dependencies = [11939 "proc-macro2",11940 "quote",11941 "syn",11942]1194311944[[package]]11945name = "thousands"11946version = "0.2.0"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1194911950[[package]]11951name = "thread_local"11952version = "1.1.4"11953source = "registry+https://github.com/rust-lang/crates.io-index"11954checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11955dependencies = [11956 "once_cell",11957]1195811959[[package]]11960name = "threadpool"11961version = "1.8.1"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11964dependencies = [11965 "num_cpus",11966]1196711968[[package]]11969name = "thrift"11970version = "0.15.0"11971source = "registry+https://github.com/rust-lang/crates.io-index"11972checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11973dependencies = [11974 "byteorder",11975 "integer-encoding",11976 "log",11977 "ordered-float",11978 "threadpool",11979]1198011981[[package]]11982name = "tikv-jemalloc-sys"11983version = "0.4.3+5.2.1-patched.2"11984source = "registry+https://github.com/rust-lang/crates.io-index"11985checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11986dependencies = [11987 "cc",11988 "fs_extra",11989 "libc",11990]1199111992[[package]]11993name = "time"11994version = "0.1.44"11995source = "registry+https://github.com/rust-lang/crates.io-index"11996checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11997dependencies = [11998 "libc",11999 "wasi 0.10.0+wasi-snapshot-preview1",12000 "winapi 0.3.9",12001]1200212003[[package]]12004name = "tiny-bip39"12005version = "0.8.2"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12008dependencies = [12009 "anyhow",12010 "hmac 0.8.1",12011 "once_cell",12012 "pbkdf2 0.4.0",12013 "rand 0.7.3",12014 "rustc-hash",12015 "sha2 0.9.9",12016 "thiserror",12017 "unicode-normalization",12018 "wasm-bindgen",12019 "zeroize",12020]1202112022[[package]]12023name = "tiny-keccak"12024version = "2.0.2"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12027dependencies = [12028 "crunchy",12029]1203012031[[package]]12032name = "tinyvec"12033version = "1.6.0"12034source = "registry+https://github.com/rust-lang/crates.io-index"12035checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12036dependencies = [12037 "tinyvec_macros",12038]1203912040[[package]]12041name = "tinyvec_macros"12042version = "0.1.0"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1204512046[[package]]12047name = "tokio"12048version = "0.2.25"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12051dependencies = [12052 "bytes 0.5.6",12053 "fnv",12054 "pin-project-lite 0.1.12",12055 "tokio-macros 0.2.6",12056]1205712058[[package]]12059name = "tokio"12060version = "1.18.2"12061source = "registry+https://github.com/rust-lang/crates.io-index"12062checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12063dependencies = [12064 "bytes 1.1.0",12065 "libc",12066 "memchr",12067 "mio 0.8.3",12068 "num_cpus",12069 "once_cell",12070 "parking_lot 0.12.0",12071 "pin-project-lite 0.2.9",12072 "signal-hook-registry",12073 "socket2 0.4.4",12074 "tokio-macros 1.7.0",12075 "winapi 0.3.9",12076]1207712078[[package]]12079name = "tokio-macros"12080version = "0.2.6"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12083dependencies = [12084 "proc-macro2",12085 "quote",12086 "syn",12087]1208812089[[package]]12090name = "tokio-macros"12091version = "1.7.0"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12094dependencies = [12095 "proc-macro2",12096 "quote",12097 "syn",12098]1209912100[[package]]12101name = "tokio-rustls"12102version = "0.22.0"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12105dependencies = [12106 "rustls 0.19.1",12107 "tokio 1.18.2",12108 "webpki 0.21.4",12109]1211012111[[package]]12112name = "tokio-rustls"12113version = "0.23.4"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12116dependencies = [12117 "rustls 0.20.4",12118 "tokio 1.18.2",12119 "webpki 0.22.0",12120]1212112122[[package]]12123name = "tokio-stream"12124version = "0.1.8"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12127dependencies = [12128 "futures-core",12129 "pin-project-lite 0.2.9",12130 "tokio 1.18.2",12131]1213212133[[package]]12134name = "tokio-util"12135version = "0.6.9"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12138dependencies = [12139 "bytes 1.1.0",12140 "futures-core",12141 "futures-sink",12142 "log",12143 "pin-project-lite 0.2.9",12144 "tokio 1.18.2",12145]1214612147[[package]]12148name = "tokio-util"12149version = "0.7.1"12150source = "registry+https://github.com/rust-lang/crates.io-index"12151checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12152dependencies = [12153 "bytes 1.1.0",12154 "futures-core",12155 "futures-io",12156 "futures-sink",12157 "pin-project-lite 0.2.9",12158 "tokio 1.18.2",12159 "tracing",12160]1216112162[[package]]12163name = "toml"12164version = "0.5.9"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12167dependencies = [12168 "serde",12169]1217012171[[package]]12172name = "tower-service"12173version = "0.3.1"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1217612177[[package]]12178name = "tracing"12179version = "0.1.34"12180source = "registry+https://github.com/rust-lang/crates.io-index"12181checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12182dependencies = [12183 "cfg-if 1.0.0",12184 "pin-project-lite 0.2.9",12185 "tracing-attributes",12186 "tracing-core",12187]1218812189[[package]]12190name = "tracing-attributes"12191version = "0.1.21"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12194dependencies = [12195 "proc-macro2",12196 "quote",12197 "syn",12198]1219912200[[package]]12201name = "tracing-core"12202version = "0.1.26"12203source = "registry+https://github.com/rust-lang/crates.io-index"12204checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12205dependencies = [12206 "lazy_static",12207 "valuable",12208]1220912210[[package]]12211name = "tracing-futures"12212version = "0.2.5"12213source = "registry+https://github.com/rust-lang/crates.io-index"12214checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12215dependencies = [12216 "pin-project 1.0.10",12217 "tracing",12218]1221912220[[package]]12221name = "tracing-gum"12222version = "0.9.21"12223source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12224dependencies = [12225 "polkadot-node-jaeger",12226 "polkadot-primitives",12227 "tracing",12228 "tracing-gum-proc-macro",12229]1223012231[[package]]12232name = "tracing-gum-proc-macro"12233version = "0.9.21"12234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12235dependencies = [12236 "expander 0.0.6",12237 "proc-macro-crate 1.1.3",12238 "proc-macro2",12239 "quote",12240 "syn",12241]1224212243[[package]]12244name = "tracing-log"12245version = "0.1.3"12246source = "registry+https://github.com/rust-lang/crates.io-index"12247checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12248dependencies = [12249 "lazy_static",12250 "log",12251 "tracing-core",12252]1225312254[[package]]12255name = "tracing-serde"12256version = "0.1.3"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12259dependencies = [12260 "serde",12261 "tracing-core",12262]1226312264[[package]]12265name = "tracing-subscriber"12266version = "0.2.25"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12269dependencies = [12270 "ansi_term",12271 "chrono",12272 "lazy_static",12273 "matchers",12274 "parking_lot 0.11.2",12275 "regex",12276 "serde",12277 "serde_json",12278 "sharded-slab",12279 "smallvec",12280 "thread_local",12281 "tracing",12282 "tracing-core",12283 "tracing-log",12284 "tracing-serde",12285]1228612287[[package]]12288name = "trie-db"12289version = "0.23.1"12290source = "registry+https://github.com/rust-lang/crates.io-index"12291checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12292dependencies = [12293 "hash-db",12294 "hashbrown 0.12.1",12295 "log",12296 "rustc-hex",12297 "smallvec",12298]1229912300[[package]]12301name = "trie-root"12302version = "0.17.0"12303source = "registry+https://github.com/rust-lang/crates.io-index"12304checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12305dependencies = [12306 "hash-db",12307]1230812309[[package]]12310name = "triehash"12311version = "0.8.4"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12314dependencies = [12315 "hash-db",12316 "rlp",12317]1231812319[[package]]12320name = "trust-dns-proto"12321version = "0.20.4"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12324dependencies = [12325 "async-trait",12326 "cfg-if 1.0.0",12327 "data-encoding",12328 "enum-as-inner",12329 "futures-channel",12330 "futures-io",12331 "futures-util",12332 "idna 0.2.3",12333 "ipnet",12334 "lazy_static",12335 "log",12336 "rand 0.8.5",12337 "smallvec",12338 "thiserror",12339 "tinyvec",12340 "url 2.2.2",12341]1234212343[[package]]12344name = "trust-dns-resolver"12345version = "0.20.4"12346source = "registry+https://github.com/rust-lang/crates.io-index"12347checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12348dependencies = [12349 "cfg-if 1.0.0",12350 "futures-util",12351 "ipconfig",12352 "lazy_static",12353 "log",12354 "lru-cache",12355 "parking_lot 0.11.2",12356 "resolv-conf",12357 "smallvec",12358 "thiserror",12359 "trust-dns-proto",12360]1236112362[[package]]12363name = "try-lock"12364version = "0.2.3"12365source = "registry+https://github.com/rust-lang/crates.io-index"12366checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1236712368[[package]]12369name = "try-runtime-cli"12370version = "0.10.0-dev"12371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12372dependencies = [12373 "clap",12374 "jsonrpsee",12375 "log",12376 "parity-scale-codec",12377 "remote-externalities",12378 "sc-chain-spec",12379 "sc-cli",12380 "sc-executor",12381 "sc-service",12382 "serde",12383 "sp-core",12384 "sp-externalities",12385 "sp-io",12386 "sp-keystore",12387 "sp-runtime",12388 "sp-state-machine",12389 "sp-version",12390 "zstd",12391]1239212393[[package]]12394name = "tt-call"12395version = "1.0.8"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1239812399[[package]]12400name = "twox-hash"12401version = "1.6.3"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12404dependencies = [12405 "cfg-if 1.0.0",12406 "digest 0.10.3",12407 "rand 0.8.5",12408 "static_assertions",12409]1241012411[[package]]12412name = "typenum"12413version = "1.15.0"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1241612417[[package]]12418name = "uc-rpc"12419version = "0.1.0"12420dependencies = [12421 "jsonrpc-core",12422 "jsonrpc-core-client",12423 "jsonrpc-derive",12424 "pallet-common",12425 "pallet-evm",12426 "parity-scale-codec",12427 "sp-api",12428 "sp-blockchain",12429 "sp-core",12430 "sp-rpc",12431 "sp-runtime",12432 "up-data-structs",12433 "up-rpc",12434]1243512436[[package]]12437name = "ucd-trie"12438version = "0.1.3"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1244112442[[package]]12443name = "uint"12444version = "0.9.3"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12447dependencies = [12448 "byteorder",12449 "crunchy",12450 "hex",12451 "static_assertions",12452]1245312454[[package]]12455name = "unicase"12456version = "2.6.0"12457source = "registry+https://github.com/rust-lang/crates.io-index"12458checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12459dependencies = [12460 "version_check",12461]1246212463[[package]]12464name = "unicode-bidi"12465version = "0.3.8"12466source = "registry+https://github.com/rust-lang/crates.io-index"12467checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1246812469[[package]]12470name = "unicode-normalization"12471version = "0.1.19"12472source = "registry+https://github.com/rust-lang/crates.io-index"12473checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12474dependencies = [12475 "tinyvec",12476]1247712478[[package]]12479name = "unicode-segmentation"12480version = "1.9.0"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1248312484[[package]]12485name = "unicode-width"12486version = "0.1.9"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1248912490[[package]]12491name = "unicode-xid"12492version = "0.2.3"12493source = "registry+https://github.com/rust-lang/crates.io-index"12494checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1249512496[[package]]12497name = "unique-node"12498version = "0.9.21"12499dependencies = [12500 "clap",12501 "cumulus-client-cli",12502 "cumulus-client-collator",12503 "cumulus-client-consensus-aura",12504 "cumulus-client-consensus-common",12505 "cumulus-client-network",12506 "cumulus-client-service",12507 "cumulus-primitives-core",12508 "cumulus-primitives-parachain-inherent",12509 "cumulus-relay-chain-inprocess-interface",12510 "cumulus-relay-chain-interface",12511 "cumulus-relay-chain-rpc-interface",12512 "fc-consensus",12513 "fc-db",12514 "fc-mapping-sync",12515 "fc-rpc",12516 "fc-rpc-core",12517 "flexi_logger",12518 "fp-rpc",12519 "frame-benchmarking",12520 "frame-benchmarking-cli",12521 "futures 0.3.21",12522 "jsonrpc-core",12523 "jsonrpc-pubsub",12524 "log",12525 "opal-runtime",12526 "pallet-ethereum",12527 "pallet-transaction-payment-rpc",12528 "pallet-transaction-payment-rpc-runtime-api",12529 "parity-scale-codec",12530 "parking_lot 0.11.2",12531 "polkadot-cli",12532 "polkadot-parachain",12533 "polkadot-primitives",12534 "polkadot-service",12535 "polkadot-test-service",12536 "quartz-runtime",12537 "sc-basic-authorship",12538 "sc-chain-spec",12539 "sc-cli",12540 "sc-client-api",12541 "sc-consensus",12542 "sc-consensus-aura",12543 "sc-consensus-manual-seal",12544 "sc-executor",12545 "sc-finality-grandpa",12546 "sc-keystore",12547 "sc-network",12548 "sc-rpc",12549 "sc-rpc-api",12550 "sc-service",12551 "sc-telemetry",12552 "sc-tracing",12553 "sc-transaction-pool",12554 "serde",12555 "serde_json",12556 "sp-api",12557 "sp-block-builder",12558 "sp-blockchain",12559 "sp-consensus",12560 "sp-consensus-aura",12561 "sp-core",12562 "sp-finality-grandpa",12563 "sp-inherents",12564 "sp-keystore",12565 "sp-offchain",12566 "sp-runtime",12567 "sp-session",12568 "sp-timestamp",12569 "sp-transaction-pool",12570 "sp-trie",12571 "substrate-build-script-utils",12572 "substrate-frame-rpc-system",12573 "substrate-prometheus-endpoint",12574 "tokio 1.18.2",12575 "unique-rpc",12576 "unique-runtime",12577 "unique-runtime-common",12578 "up-data-structs",12579 "up-rpc",12580]1258112582[[package]]12583name = "unique-rpc"12584version = "0.1.0"12585dependencies = [12586 "fc-db",12587 "fc-mapping-sync",12588 "fc-rpc",12589 "fc-rpc-core",12590 "fp-rpc",12591 "fp-storage",12592 "futures 0.3.21",12593 "jsonrpc-core",12594 "jsonrpc-pubsub",12595 "pallet-common",12596 "pallet-ethereum",12597 "pallet-transaction-payment-rpc",12598 "pallet-transaction-payment-rpc-runtime-api",12599 "pallet-unique",12600 "sc-client-api",12601 "sc-consensus-aura",12602 "sc-consensus-epochs",12603 "sc-finality-grandpa",12604 "sc-finality-grandpa-rpc",12605 "sc-keystore",12606 "sc-network",12607 "sc-rpc",12608 "sc-rpc-api",12609 "sc-service",12610 "sc-transaction-pool",12611 "serde",12612 "sp-api",12613 "sp-block-builder",12614 "sp-blockchain",12615 "sp-consensus",12616 "sp-consensus-aura",12617 "sp-core",12618 "sp-offchain",12619 "sp-runtime",12620 "sp-session",12621 "sp-storage",12622 "sp-transaction-pool",12623 "substrate-frame-rpc-system",12624 "tokio 0.2.25",12625 "uc-rpc",12626 "unique-runtime-common",12627 "up-rpc",12628]1262912630[[package]]12631name = "unique-runtime"12632version = "0.9.18"12633dependencies = [12634 "cumulus-pallet-aura-ext",12635 "cumulus-pallet-dmp-queue",12636 "cumulus-pallet-parachain-system",12637 "cumulus-pallet-xcm",12638 "cumulus-pallet-xcmp-queue",12639 "cumulus-primitives-core",12640 "cumulus-primitives-timestamp",12641 "cumulus-primitives-utility",12642 "derivative",12643 "fp-evm-mapping",12644 "fp-rpc",12645 "fp-self-contained",12646 "frame-benchmarking",12647 "frame-executive",12648 "frame-support",12649 "frame-system",12650 "frame-system-benchmarking",12651 "frame-system-rpc-runtime-api",12652 "hex-literal",12653 "orml-vesting",12654 "pallet-aura",12655 "pallet-balances",12656 "pallet-base-fee",12657 "pallet-common",12658 "pallet-ethereum",12659 "pallet-evm",12660 "pallet-evm-coder-substrate",12661 "pallet-evm-contract-helpers",12662 "pallet-evm-migration",12663 "pallet-evm-transaction-payment",12664 "pallet-fungible",12665 "pallet-inflation",12666 "pallet-nonfungible",12667 "pallet-randomness-collective-flip",12668 "pallet-refungible",12669 "pallet-sudo",12670 "pallet-template-transaction-payment",12671 "pallet-timestamp",12672 "pallet-transaction-payment",12673 "pallet-transaction-payment-rpc-runtime-api",12674 "pallet-treasury",12675 "pallet-unique",12676 "pallet-unq-scheduler",12677 "pallet-xcm",12678 "parachain-info",12679 "parity-scale-codec",12680 "polkadot-parachain",12681 "scale-info",12682 "serde",12683 "smallvec",12684 "sp-api",12685 "sp-arithmetic",12686 "sp-block-builder",12687 "sp-consensus-aura",12688 "sp-core",12689 "sp-inherents",12690 "sp-io",12691 "sp-offchain",12692 "sp-runtime",12693 "sp-session",12694 "sp-std",12695 "sp-transaction-pool",12696 "sp-version",12697 "substrate-wasm-builder",12698 "unique-runtime-common",12699 "up-data-structs",12700 "up-rpc",12701 "xcm",12702 "xcm-builder",12703 "xcm-executor",12704]1270512706[[package]]12707name = "unique-runtime-common"12708version = "0.9.21"12709dependencies = [12710 "fp-rpc",12711 "frame-support",12712 "frame-system",12713 "pallet-common",12714 "pallet-evm",12715 "parity-scale-codec",12716 "scale-info",12717 "sp-consensus-aura",12718 "sp-core",12719 "sp-runtime",12720]1272112722[[package]]12723name = "universal-hash"12724version = "0.4.1"12725source = "registry+https://github.com/rust-lang/crates.io-index"12726checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12727dependencies = [12728 "generic-array 0.14.5",12729 "subtle",12730]1273112732[[package]]12733name = "unsigned-varint"12734version = "0.5.1"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1273712738[[package]]12739name = "unsigned-varint"12740version = "0.6.0"12741source = "registry+https://github.com/rust-lang/crates.io-index"12742checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12743dependencies = [12744 "asynchronous-codec 0.5.0",12745 "bytes 1.1.0",12746 "futures-io",12747 "futures-util",12748]1274912750[[package]]12751name = "unsigned-varint"12752version = "0.7.1"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12755dependencies = [12756 "asynchronous-codec 0.6.0",12757 "bytes 1.1.0",12758 "futures-io",12759 "futures-util",12760]1276112762[[package]]12763name = "untrusted"12764version = "0.7.1"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1276712768[[package]]12769name = "up-data-structs"12770version = "0.1.0"12771dependencies = [12772 "derivative",12773 "frame-support",12774 "frame-system",12775 "parity-scale-codec",12776 "scale-info",12777 "serde",12778 "sp-core",12779 "sp-runtime",12780 "sp-std",12781]1278212783[[package]]12784name = "up-rpc"12785version = "0.1.0"12786dependencies = [12787 "pallet-common",12788 "pallet-evm",12789 "parity-scale-codec",12790 "sp-api",12791 "sp-core",12792 "sp-runtime",12793 "sp-std",12794 "up-data-structs",12795]1279612797[[package]]12798name = "up-sponsorship"12799version = "0.1.0"12800source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"12801dependencies = [12802 "impl-trait-for-tuples",12803]1280412805[[package]]12806name = "url"12807version = "1.7.2"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12810dependencies = [12811 "idna 0.1.5",12812 "matches",12813 "percent-encoding 1.0.1",12814]1281512816[[package]]12817name = "url"12818version = "2.2.2"12819source = "registry+https://github.com/rust-lang/crates.io-index"12820checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12821dependencies = [12822 "form_urlencoded",12823 "idna 0.2.3",12824 "matches",12825 "percent-encoding 2.1.0",12826]1282712828[[package]]12829name = "valuable"12830version = "0.1.0"12831source = "registry+https://github.com/rust-lang/crates.io-index"12832checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1283312834[[package]]12835name = "value-bag"12836version = "1.0.0-alpha.9"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12839dependencies = [12840 "ctor",12841 "version_check",12842]1284312844[[package]]12845name = "vcpkg"12846version = "0.2.15"12847source = "registry+https://github.com/rust-lang/crates.io-index"12848checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1284912850[[package]]12851name = "version_check"12852version = "0.9.4"12853source = "registry+https://github.com/rust-lang/crates.io-index"12854checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1285512856[[package]]12857name = "void"12858version = "1.0.2"12859source = "registry+https://github.com/rust-lang/crates.io-index"12860checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1286112862[[package]]12863name = "waker-fn"12864version = "1.1.0"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1286712868[[package]]12869name = "walkdir"12870version = "2.3.2"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12873dependencies = [12874 "same-file",12875 "winapi 0.3.9",12876 "winapi-util",12877]1287812879[[package]]12880name = "want"12881version = "0.3.0"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12884dependencies = [12885 "log",12886 "try-lock",12887]1288812889[[package]]12890name = "wasi"12891version = "0.9.0+wasi-snapshot-preview1"12892source = "registry+https://github.com/rust-lang/crates.io-index"12893checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1289412895[[package]]12896name = "wasi"12897version = "0.10.0+wasi-snapshot-preview1"12898source = "registry+https://github.com/rust-lang/crates.io-index"12899checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1290012901[[package]]12902name = "wasi"12903version = "0.11.0+wasi-snapshot-preview1"12904source = "registry+https://github.com/rust-lang/crates.io-index"12905checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1290612907[[package]]12908name = "wasm-bindgen"12909version = "0.2.80"12910source = "registry+https://github.com/rust-lang/crates.io-index"12911checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12912dependencies = [12913 "cfg-if 1.0.0",12914 "wasm-bindgen-macro",12915]1291612917[[package]]12918name = "wasm-bindgen-backend"12919version = "0.2.80"12920source = "registry+https://github.com/rust-lang/crates.io-index"12921checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12922dependencies = [12923 "bumpalo",12924 "lazy_static",12925 "log",12926 "proc-macro2",12927 "quote",12928 "syn",12929 "wasm-bindgen-shared",12930]1293112932[[package]]12933name = "wasm-bindgen-futures"12934version = "0.4.30"12935source = "registry+https://github.com/rust-lang/crates.io-index"12936checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12937dependencies = [12938 "cfg-if 1.0.0",12939 "js-sys",12940 "wasm-bindgen",12941 "web-sys",12942]1294312944[[package]]12945name = "wasm-bindgen-macro"12946version = "0.2.80"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12949dependencies = [12950 "quote",12951 "wasm-bindgen-macro-support",12952]1295312954[[package]]12955name = "wasm-bindgen-macro-support"12956version = "0.2.80"12957source = "registry+https://github.com/rust-lang/crates.io-index"12958checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12959dependencies = [12960 "proc-macro2",12961 "quote",12962 "syn",12963 "wasm-bindgen-backend",12964 "wasm-bindgen-shared",12965]1296612967[[package]]12968name = "wasm-bindgen-shared"12969version = "0.2.80"12970source = "registry+https://github.com/rust-lang/crates.io-index"12971checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1297212973[[package]]12974name = "wasm-gc-api"12975version = "0.1.11"12976source = "registry+https://github.com/rust-lang/crates.io-index"12977checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12978dependencies = [12979 "log",12980 "parity-wasm 0.32.0",12981 "rustc-demangle",12982]1298312984[[package]]12985name = "wasm-instrument"12986version = "0.1.1"12987source = "registry+https://github.com/rust-lang/crates.io-index"12988checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12989dependencies = [12990 "parity-wasm 0.42.2",12991]1299212993[[package]]12994name = "wasm-timer"12995version = "0.2.5"12996source = "registry+https://github.com/rust-lang/crates.io-index"12997checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12998dependencies = [12999 "futures 0.3.21",13000 "js-sys",13001 "parking_lot 0.11.2",13002 "pin-utils",13003 "wasm-bindgen",13004 "wasm-bindgen-futures",13005 "web-sys",13006]1300713008[[package]]13009name = "wasmi"13010version = "0.9.1"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13013dependencies = [13014 "downcast-rs",13015 "libc",13016 "memory_units",13017 "num-rational 0.2.4",13018 "num-traits",13019 "parity-wasm 0.42.2",13020 "wasmi-validation",13021]1302213023[[package]]13024name = "wasmi-validation"13025version = "0.4.1"13026source = "registry+https://github.com/rust-lang/crates.io-index"13027checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13028dependencies = [13029 "parity-wasm 0.42.2",13030]1303113032[[package]]13033name = "wasmparser"13034version = "0.83.0"13035source = "registry+https://github.com/rust-lang/crates.io-index"13036checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1303713038[[package]]13039name = "wasmtime"13040version = "0.35.3"13041source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13043dependencies = [13044 "anyhow",13045 "backtrace",13046 "bincode",13047 "cfg-if 1.0.0",13048 "indexmap",13049 "lazy_static",13050 "libc",13051 "log",13052 "object 0.27.1",13053 "once_cell",13054 "paste",13055 "psm",13056 "rayon",13057 "region",13058 "serde",13059 "target-lexicon",13060 "wasmparser",13061 "wasmtime-cache",13062 "wasmtime-cranelift",13063 "wasmtime-environ",13064 "wasmtime-jit",13065 "wasmtime-runtime",13066 "winapi 0.3.9",13067]1306813069[[package]]13070name = "wasmtime-cache"13071version = "0.35.3"13072source = "registry+https://github.com/rust-lang/crates.io-index"13073checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13074dependencies = [13075 "anyhow",13076 "base64",13077 "bincode",13078 "directories-next",13079 "file-per-thread-logger",13080 "log",13081 "rustix",13082 "serde",13083 "sha2 0.9.9",13084 "toml",13085 "winapi 0.3.9",13086 "zstd",13087]1308813089[[package]]13090name = "wasmtime-cranelift"13091version = "0.35.3"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13094dependencies = [13095 "anyhow",13096 "cranelift-codegen",13097 "cranelift-entity",13098 "cranelift-frontend",13099 "cranelift-native",13100 "cranelift-wasm",13101 "gimli",13102 "log",13103 "more-asserts",13104 "object 0.27.1",13105 "target-lexicon",13106 "thiserror",13107 "wasmparser",13108 "wasmtime-environ",13109]1311013111[[package]]13112name = "wasmtime-environ"13113version = "0.35.3"13114source = "registry+https://github.com/rust-lang/crates.io-index"13115checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13116dependencies = [13117 "anyhow",13118 "cranelift-entity",13119 "gimli",13120 "indexmap",13121 "log",13122 "more-asserts",13123 "object 0.27.1",13124 "serde",13125 "target-lexicon",13126 "thiserror",13127 "wasmparser",13128 "wasmtime-types",13129]1313013131[[package]]13132name = "wasmtime-jit"13133version = "0.35.3"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13136dependencies = [13137 "addr2line",13138 "anyhow",13139 "bincode",13140 "cfg-if 1.0.0",13141 "cpp_demangle",13142 "gimli",13143 "log",13144 "object 0.27.1",13145 "region",13146 "rustc-demangle",13147 "rustix",13148 "serde",13149 "target-lexicon",13150 "thiserror",13151 "wasmtime-environ",13152 "wasmtime-jit-debug",13153 "wasmtime-runtime",13154 "winapi 0.3.9",13155]1315613157[[package]]13158name = "wasmtime-jit-debug"13159version = "0.35.3"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13162dependencies = [13163 "lazy_static",13164 "object 0.27.1",13165 "rustix",13166]1316713168[[package]]13169name = "wasmtime-runtime"13170version = "0.35.3"13171source = "registry+https://github.com/rust-lang/crates.io-index"13172checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13173dependencies = [13174 "anyhow",13175 "backtrace",13176 "cc",13177 "cfg-if 1.0.0",13178 "indexmap",13179 "libc",13180 "log",13181 "mach",13182 "memoffset",13183 "more-asserts",13184 "rand 0.8.5",13185 "region",13186 "rustix",13187 "thiserror",13188 "wasmtime-environ",13189 "wasmtime-jit-debug",13190 "winapi 0.3.9",13191]1319213193[[package]]13194name = "wasmtime-types"13195version = "0.35.3"13196source = "registry+https://github.com/rust-lang/crates.io-index"13197checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13198dependencies = [13199 "cranelift-entity",13200 "serde",13201 "thiserror",13202 "wasmparser",13203]1320413205[[package]]13206name = "web-sys"13207version = "0.3.57"13208source = "registry+https://github.com/rust-lang/crates.io-index"13209checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13210dependencies = [13211 "js-sys",13212 "wasm-bindgen",13213]1321413215[[package]]13216name = "webpki"13217version = "0.21.4"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13220dependencies = [13221 "ring",13222 "untrusted",13223]1322413225[[package]]13226name = "webpki"13227version = "0.22.0"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13230dependencies = [13231 "ring",13232 "untrusted",13233]1323413235[[package]]13236name = "webpki-roots"13237version = "0.21.1"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13240dependencies = [13241 "webpki 0.21.4",13242]1324313244[[package]]13245name = "webpki-roots"13246version = "0.22.3"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13249dependencies = [13250 "webpki 0.22.0",13251]1325213253[[package]]13254name = "wepoll-ffi"13255version = "0.1.2"13256source = "registry+https://github.com/rust-lang/crates.io-index"13257checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13258dependencies = [13259 "cc",13260]1326113262[[package]]13263name = "westend-runtime"13264version = "0.9.21"13265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13266dependencies = [13267 "beefy-primitives",13268 "bitvec",13269 "frame-benchmarking",13270 "frame-election-provider-support",13271 "frame-executive",13272 "frame-support",13273 "frame-system",13274 "frame-system-benchmarking",13275 "frame-system-rpc-runtime-api",13276 "frame-try-runtime",13277 "hex-literal",13278 "log",13279 "pallet-authority-discovery",13280 "pallet-authorship",13281 "pallet-babe",13282 "pallet-bags-list",13283 "pallet-balances",13284 "pallet-collective",13285 "pallet-democracy",13286 "pallet-election-provider-multi-phase",13287 "pallet-election-provider-support-benchmarking",13288 "pallet-elections-phragmen",13289 "pallet-grandpa",13290 "pallet-identity",13291 "pallet-im-online",13292 "pallet-indices",13293 "pallet-membership",13294 "pallet-multisig",13295 "pallet-nicks",13296 "pallet-nomination-pools",13297 "pallet-nomination-pools-benchmarking",13298 "pallet-offences",13299 "pallet-offences-benchmarking",13300 "pallet-preimage",13301 "pallet-proxy",13302 "pallet-recovery",13303 "pallet-scheduler",13304 "pallet-session",13305 "pallet-session-benchmarking",13306 "pallet-society",13307 "pallet-staking",13308 "pallet-staking-reward-curve",13309 "pallet-sudo",13310 "pallet-timestamp",13311 "pallet-transaction-payment",13312 "pallet-transaction-payment-rpc-runtime-api",13313 "pallet-treasury",13314 "pallet-utility",13315 "pallet-vesting",13316 "pallet-xcm",13317 "pallet-xcm-benchmarks",13318 "parity-scale-codec",13319 "polkadot-parachain",13320 "polkadot-primitives",13321 "polkadot-runtime-common",13322 "polkadot-runtime-parachains",13323 "rustc-hex",13324 "scale-info",13325 "serde",13326 "serde_derive",13327 "smallvec",13328 "sp-api",13329 "sp-authority-discovery",13330 "sp-block-builder",13331 "sp-consensus-babe",13332 "sp-core",13333 "sp-inherents",13334 "sp-io",13335 "sp-mmr-primitives",13336 "sp-npos-elections",13337 "sp-offchain",13338 "sp-runtime",13339 "sp-session",13340 "sp-staking",13341 "sp-std",13342 "sp-transaction-pool",13343 "sp-version",13344 "substrate-wasm-builder",13345 "westend-runtime-constants",13346 "xcm",13347 "xcm-builder",13348 "xcm-executor",13349]1335013351[[package]]13352name = "westend-runtime-constants"13353version = "0.9.21"13354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13355dependencies = [13356 "frame-support",13357 "polkadot-primitives",13358 "polkadot-runtime-common",13359 "smallvec",13360 "sp-runtime",13361]1336213363[[package]]13364name = "which"13365version = "4.2.5"13366source = "registry+https://github.com/rust-lang/crates.io-index"13367checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13368dependencies = [13369 "either",13370 "lazy_static",13371 "libc",13372]1337313374[[package]]13375name = "widestring"13376version = "0.4.3"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1337913380[[package]]13381name = "winapi"13382version = "0.2.8"13383source = "registry+https://github.com/rust-lang/crates.io-index"13384checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1338513386[[package]]13387name = "winapi"13388version = "0.3.9"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13391dependencies = [13392 "winapi-i686-pc-windows-gnu",13393 "winapi-x86_64-pc-windows-gnu",13394]1339513396[[package]]13397name = "winapi-build"13398version = "0.1.1"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1340113402[[package]]13403name = "winapi-i686-pc-windows-gnu"13404version = "0.4.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1340713408[[package]]13409name = "winapi-util"13410version = "0.1.5"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13413dependencies = [13414 "winapi 0.3.9",13415]1341613417[[package]]13418name = "winapi-x86_64-pc-windows-gnu"13419version = "0.4.0"13420source = "registry+https://github.com/rust-lang/crates.io-index"13421checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1342213423[[package]]13424name = "windows-sys"13425version = "0.36.1"13426source = "registry+https://github.com/rust-lang/crates.io-index"13427checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13428dependencies = [13429 "windows_aarch64_msvc",13430 "windows_i686_gnu",13431 "windows_i686_msvc",13432 "windows_x86_64_gnu",13433 "windows_x86_64_msvc",13434]1343513436[[package]]13437name = "windows_aarch64_msvc"13438version = "0.36.1"13439source = "registry+https://github.com/rust-lang/crates.io-index"13440checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1344113442[[package]]13443name = "windows_i686_gnu"13444version = "0.36.1"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1344713448[[package]]13449name = "windows_i686_msvc"13450version = "0.36.1"13451source = "registry+https://github.com/rust-lang/crates.io-index"13452checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1345313454[[package]]13455name = "windows_x86_64_gnu"13456version = "0.36.1"13457source = "registry+https://github.com/rust-lang/crates.io-index"13458checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1345913460[[package]]13461name = "windows_x86_64_msvc"13462version = "0.36.1"13463source = "registry+https://github.com/rust-lang/crates.io-index"13464checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1346513466[[package]]13467name = "winreg"13468version = "0.6.2"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13471dependencies = [13472 "winapi 0.3.9",13473]1347413475[[package]]13476name = "ws2_32-sys"13477version = "0.2.1"13478source = "registry+https://github.com/rust-lang/crates.io-index"13479checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13480dependencies = [13481 "winapi 0.2.8",13482 "winapi-build",13483]1348413485[[package]]13486name = "wyz"13487version = "0.5.0"13488source = "registry+https://github.com/rust-lang/crates.io-index"13489checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13490dependencies = [13491 "tap",13492]1349313494[[package]]13495name = "x25519-dalek"13496version = "1.1.1"13497source = "registry+https://github.com/rust-lang/crates.io-index"13498checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13499dependencies = [13500 "curve25519-dalek 3.2.0",13501 "rand_core 0.5.1",13502 "zeroize",13503]1350413505[[package]]13506name = "xcm"13507version = "0.9.21"13508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13509dependencies = [13510 "derivative",13511 "impl-trait-for-tuples",13512 "log",13513 "parity-scale-codec",13514 "scale-info",13515 "xcm-procedural",13516]1351713518[[package]]13519name = "xcm-builder"13520version = "0.9.21"13521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13522dependencies = [13523 "frame-support",13524 "frame-system",13525 "log",13526 "pallet-transaction-payment",13527 "parity-scale-codec",13528 "polkadot-parachain",13529 "scale-info",13530 "sp-arithmetic",13531 "sp-io",13532 "sp-runtime",13533 "sp-std",13534 "xcm",13535 "xcm-executor",13536]1353713538[[package]]13539name = "xcm-executor"13540version = "0.9.21"13541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13542dependencies = [13543 "frame-benchmarking",13544 "frame-support",13545 "impl-trait-for-tuples",13546 "log",13547 "parity-scale-codec",13548 "sp-arithmetic",13549 "sp-core",13550 "sp-io",13551 "sp-runtime",13552 "sp-std",13553 "xcm",13554]1355513556[[package]]13557name = "xcm-procedural"13558version = "0.1.0"13559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13560dependencies = [13561 "Inflector",13562 "proc-macro2",13563 "quote",13564 "syn",13565]1356613567[[package]]13568name = "yamux"13569version = "0.9.0"13570source = "registry+https://github.com/rust-lang/crates.io-index"13571checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13572dependencies = [13573 "futures 0.3.21",13574 "log",13575 "nohash-hasher",13576 "parking_lot 0.11.2",13577 "rand 0.8.5",13578 "static_assertions",13579]1358013581[[package]]13582name = "yansi"13583version = "0.5.1"13584source = "registry+https://github.com/rust-lang/crates.io-index"13585checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1358613587[[package]]13588name = "zeroize"13589version = "1.5.5"13590source = "registry+https://github.com/rust-lang/crates.io-index"13591checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13592dependencies = [13593 "zeroize_derive",13594]1359513596[[package]]13597name = "zeroize_derive"13598version = "1.3.2"13599source = "registry+https://github.com/rust-lang/crates.io-index"13600checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13601dependencies = [13602 "proc-macro2",13603 "quote",13604 "syn",13605 "synstructure",13606]1360713608[[package]]13609name = "zstd"13610version = "0.10.2+zstd.1.5.2"13611source = "registry+https://github.com/rust-lang/crates.io-index"13612checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13613dependencies = [13614 "zstd-safe",13615]1361613617[[package]]13618name = "zstd-safe"13619version = "4.1.6+zstd.1.5.2"13620source = "registry+https://github.com/rust-lang/crates.io-index"13621checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13622dependencies = [13623 "libc",13624 "zstd-sys",13625]1362613627[[package]]13628name = "zstd-sys"13629version = "1.6.3+zstd.1.5.2"13630source = "registry+https://github.com/rust-lang/crates.io-index"13631checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13632dependencies = [13633 "cc",13634 "libc",13635]