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.1",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.3",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.7"981source = "registry+https://github.com/rust-lang/crates.io-index"982checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"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.16"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"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.7"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"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.4.1"2206source = "registry+https://github.com/rust-lang/crates.io-index"2207checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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.1",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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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-logs#79cd4c4cf29106c431facd6779783fc887b21475"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.1",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.1",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.1",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.1",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.1",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.1",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.1",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.1",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 0.2.2",5130 "net2",5131 "slab",5132 "winapi 0.2.8",5133]51345135[[package]]5136name = "mio"5137version = "0.8.2"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5140dependencies = [5141 "libc",5142 "log",5143 "miow 0.3.7",5144 "ntapi",5145 "wasi 0.11.0+wasi-snapshot-preview1",5146 "winapi 0.3.9",5147]51485149[[package]]5150name = "mio-extras"5151version = "2.0.6"5152source = "registry+https://github.com/rust-lang/crates.io-index"5153checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5154dependencies = [5155 "lazycell",5156 "log",5157 "mio 0.6.23",5158 "slab",5159]51605161[[package]]5162name = "miow"5163version = "0.2.2"5164source = "registry+https://github.com/rust-lang/crates.io-index"5165checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5166dependencies = [5167 "kernel32-sys",5168 "net2",5169 "winapi 0.2.8",5170 "ws2_32-sys",5171]51725173[[package]]5174name = "miow"5175version = "0.3.7"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5178dependencies = [5179 "winapi 0.3.9",5180]51815182[[package]]5183name = "more-asserts"5184version = "0.2.2"5185source = "registry+https://github.com/rust-lang/crates.io-index"5186checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51875188[[package]]5189name = "multiaddr"5190version = "0.13.0"5191source = "registry+https://github.com/rust-lang/crates.io-index"5192checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5193dependencies = [5194 "arrayref",5195 "bs58",5196 "byteorder",5197 "data-encoding",5198 "multihash 0.14.0",5199 "percent-encoding 2.1.0",5200 "serde",5201 "static_assertions",5202 "unsigned-varint 0.7.1",5203 "url 2.2.2",5204]52055206[[package]]5207name = "multibase"5208version = "0.8.0"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5211dependencies = [5212 "base-x",5213 "data-encoding",5214 "data-encoding-macro",5215]52165217[[package]]5218name = "multihash"5219version = "0.13.2"5220source = "registry+https://github.com/rust-lang/crates.io-index"5221checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5222dependencies = [5223 "blake2b_simd",5224 "blake2s_simd",5225 "blake3 0.3.8",5226 "digest 0.9.0",5227 "generic-array 0.14.5",5228 "multihash-derive",5229 "sha2 0.9.9",5230 "sha3 0.9.1",5231 "unsigned-varint 0.5.1",5232]52335234[[package]]5235name = "multihash"5236version = "0.14.0"5237source = "registry+https://github.com/rust-lang/crates.io-index"5238checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5239dependencies = [5240 "digest 0.9.0",5241 "generic-array 0.14.5",5242 "multihash-derive",5243 "sha2 0.9.9",5244 "unsigned-varint 0.7.1",5245]52465247[[package]]5248name = "multihash-derive"5249version = "0.7.2"5250source = "registry+https://github.com/rust-lang/crates.io-index"5251checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5252dependencies = [5253 "proc-macro-crate 1.1.3",5254 "proc-macro-error",5255 "proc-macro2",5256 "quote",5257 "syn",5258 "synstructure",5259]52605261[[package]]5262name = "multimap"5263version = "0.8.3"5264source = "registry+https://github.com/rust-lang/crates.io-index"5265checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52665267[[package]]5268name = "multistream-select"5269version = "0.10.4"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5272dependencies = [5273 "bytes 1.1.0",5274 "futures 0.3.21",5275 "log",5276 "pin-project 1.0.10",5277 "smallvec",5278 "unsigned-varint 0.7.1",5279]52805281[[package]]5282name = "nalgebra"5283version = "0.27.1"5284source = "registry+https://github.com/rust-lang/crates.io-index"5285checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5286dependencies = [5287 "approx",5288 "matrixmultiply",5289 "nalgebra-macros",5290 "num-complex",5291 "num-rational 0.4.0",5292 "num-traits",5293 "rand 0.8.5",5294 "rand_distr",5295 "simba",5296 "typenum",5297]52985299[[package]]5300name = "nalgebra-macros"5301version = "0.1.0"5302source = "registry+https://github.com/rust-lang/crates.io-index"5303checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5304dependencies = [5305 "proc-macro2",5306 "quote",5307 "syn",5308]53095310[[package]]5311name = "names"5312version = "0.13.0"5313source = "registry+https://github.com/rust-lang/crates.io-index"5314checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5315dependencies = [5316 "rand 0.8.5",5317]53185319[[package]]5320name = "nanorand"5321version = "0.7.0"5322source = "registry+https://github.com/rust-lang/crates.io-index"5323checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53245325[[package]]5326name = "net2"5327version = "0.2.37"5328source = "registry+https://github.com/rust-lang/crates.io-index"5329checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5330dependencies = [5331 "cfg-if 0.1.10",5332 "libc",5333 "winapi 0.3.9",5334]53355336[[package]]5337name = "nodrop"5338version = "0.1.14"5339source = "registry+https://github.com/rust-lang/crates.io-index"5340checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53415342[[package]]5343name = "nohash-hasher"5344version = "0.2.0"5345source = "registry+https://github.com/rust-lang/crates.io-index"5346checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53475348[[package]]5349name = "nom"5350version = "7.1.1"5351source = "registry+https://github.com/rust-lang/crates.io-index"5352checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5353dependencies = [5354 "memchr",5355 "minimal-lexical",5356]53575358[[package]]5359name = "ntapi"5360version = "0.3.7"5361source = "registry+https://github.com/rust-lang/crates.io-index"5362checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5363dependencies = [5364 "winapi 0.3.9",5365]53665367[[package]]5368name = "num-bigint"5369version = "0.2.6"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5372dependencies = [5373 "autocfg",5374 "num-integer",5375 "num-traits",5376]53775378[[package]]5379name = "num-complex"5380version = "0.4.1"5381source = "registry+https://github.com/rust-lang/crates.io-index"5382checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5383dependencies = [5384 "num-traits",5385]53865387[[package]]5388name = "num-format"5389version = "0.4.0"5390source = "registry+https://github.com/rust-lang/crates.io-index"5391checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5392dependencies = [5393 "arrayvec 0.4.12",5394 "itoa 0.4.8",5395]53965397[[package]]5398name = "num-integer"5399version = "0.1.45"5400source = "registry+https://github.com/rust-lang/crates.io-index"5401checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5402dependencies = [5403 "autocfg",5404 "num-traits",5405]54065407[[package]]5408name = "num-rational"5409version = "0.2.4"5410source = "registry+https://github.com/rust-lang/crates.io-index"5411checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5412dependencies = [5413 "autocfg",5414 "num-bigint",5415 "num-integer",5416 "num-traits",5417]54185419[[package]]5420name = "num-rational"5421version = "0.4.0"5422source = "registry+https://github.com/rust-lang/crates.io-index"5423checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5424dependencies = [5425 "autocfg",5426 "num-integer",5427 "num-traits",5428]54295430[[package]]5431name = "num-traits"5432version = "0.2.15"5433source = "registry+https://github.com/rust-lang/crates.io-index"5434checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5435dependencies = [5436 "autocfg",5437 "libm",5438]54395440[[package]]5441name = "num_cpus"5442version = "1.13.1"5443source = "registry+https://github.com/rust-lang/crates.io-index"5444checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5445dependencies = [5446 "hermit-abi",5447 "libc",5448]54495450[[package]]5451name = "object"5452version = "0.27.1"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5455dependencies = [5456 "crc32fast",5457 "indexmap",5458 "memchr",5459]54605461[[package]]5462name = "object"5463version = "0.28.3"5464source = "registry+https://github.com/rust-lang/crates.io-index"5465checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"5466dependencies = [5467 "memchr",5468]54695470[[package]]5471name = "once_cell"5472version = "1.10.0"5473source = "registry+https://github.com/rust-lang/crates.io-index"5474checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"54755476[[package]]5477name = "opal-runtime"5478version = "0.9.20"5479dependencies = [5480 "cumulus-pallet-aura-ext",5481 "cumulus-pallet-dmp-queue",5482 "cumulus-pallet-parachain-system",5483 "cumulus-pallet-xcm",5484 "cumulus-pallet-xcmp-queue",5485 "cumulus-primitives-core",5486 "cumulus-primitives-timestamp",5487 "cumulus-primitives-utility",5488 "derivative",5489 "fp-evm-mapping",5490 "fp-rpc",5491 "fp-self-contained",5492 "frame-benchmarking",5493 "frame-executive",5494 "frame-support",5495 "frame-system",5496 "frame-system-benchmarking",5497 "frame-system-rpc-runtime-api",5498 "frame-try-runtime",5499 "hex-literal",5500 "log",5501 "orml-vesting",5502 "pallet-aura",5503 "pallet-balances",5504 "pallet-base-fee",5505 "pallet-common",5506 "pallet-ethereum",5507 "pallet-evm",5508 "pallet-evm-coder-substrate",5509 "pallet-evm-contract-helpers",5510 "pallet-evm-migration",5511 "pallet-evm-transaction-payment",5512 "pallet-fungible",5513 "pallet-inflation",5514 "pallet-nonfungible",5515 "pallet-randomness-collective-flip",5516 "pallet-refungible",5517 "pallet-structure",5518 "pallet-sudo",5519 "pallet-template-transaction-payment",5520 "pallet-timestamp",5521 "pallet-transaction-payment",5522 "pallet-transaction-payment-rpc-runtime-api",5523 "pallet-treasury",5524 "pallet-unique",5525 "pallet-unq-scheduler",5526 "pallet-xcm",5527 "parachain-info",5528 "parity-scale-codec",5529 "polkadot-parachain",5530 "scale-info",5531 "serde",5532 "smallvec",5533 "sp-api",5534 "sp-arithmetic",5535 "sp-block-builder",5536 "sp-consensus-aura",5537 "sp-core",5538 "sp-inherents",5539 "sp-io",5540 "sp-offchain",5541 "sp-runtime",5542 "sp-session",5543 "sp-std",5544 "sp-transaction-pool",5545 "sp-version",5546 "substrate-wasm-builder",5547 "unique-runtime-common",5548 "up-data-structs",5549 "up-rpc",5550 "xcm",5551 "xcm-builder",5552 "xcm-executor",5553]55545555[[package]]5556name = "opaque-debug"5557version = "0.2.3"5558source = "registry+https://github.com/rust-lang/crates.io-index"5559checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55605561[[package]]5562name = "opaque-debug"5563version = "0.3.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55665567[[package]]5568name = "open-metrics-client"5569version = "0.12.0"5570source = "registry+https://github.com/rust-lang/crates.io-index"5571checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5572dependencies = [5573 "dtoa",5574 "itoa 0.4.8",5575 "open-metrics-client-derive-text-encode",5576 "owning_ref",5577]55785579[[package]]5580name = "open-metrics-client-derive-text-encode"5581version = "0.1.1"5582source = "registry+https://github.com/rust-lang/crates.io-index"5583checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5584dependencies = [5585 "proc-macro2",5586 "quote",5587 "syn",5588]55895590[[package]]5591name = "openssl-probe"5592version = "0.1.5"5593source = "registry+https://github.com/rust-lang/crates.io-index"5594checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55955596[[package]]5597name = "ordered-float"5598version = "1.1.1"5599source = "registry+https://github.com/rust-lang/crates.io-index"5600checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5601dependencies = [5602 "num-traits",5603]56045605[[package]]5606name = "orml-vesting"5607version = "0.4.1-dev"5608source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5609dependencies = [5610 "frame-support",5611 "frame-system",5612 "parity-scale-codec",5613 "scale-info",5614 "serde",5615 "sp-io",5616 "sp-runtime",5617 "sp-std",5618]56195620[[package]]5621name = "os_str_bytes"5622version = "6.0.0"5623source = "registry+https://github.com/rust-lang/crates.io-index"5624checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"56255626[[package]]5627name = "owning_ref"5628version = "0.4.1"5629source = "registry+https://github.com/rust-lang/crates.io-index"5630checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5631dependencies = [5632 "stable_deref_trait",5633]56345635[[package]]5636name = "pallet-aura"5637version = "4.0.0-dev"5638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5639dependencies = [5640 "frame-support",5641 "frame-system",5642 "pallet-timestamp",5643 "parity-scale-codec",5644 "scale-info",5645 "sp-application-crypto",5646 "sp-consensus-aura",5647 "sp-runtime",5648 "sp-std",5649]56505651[[package]]5652name = "pallet-authority-discovery"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5655dependencies = [5656 "frame-support",5657 "frame-system",5658 "pallet-session",5659 "parity-scale-codec",5660 "scale-info",5661 "sp-application-crypto",5662 "sp-authority-discovery",5663 "sp-runtime",5664 "sp-std",5665]56665667[[package]]5668name = "pallet-authorship"5669version = "4.0.0-dev"5670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5671dependencies = [5672 "frame-support",5673 "frame-system",5674 "impl-trait-for-tuples",5675 "parity-scale-codec",5676 "scale-info",5677 "sp-authorship",5678 "sp-runtime",5679 "sp-std",5680]56815682[[package]]5683name = "pallet-babe"5684version = "4.0.0-dev"5685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5686dependencies = [5687 "frame-benchmarking",5688 "frame-support",5689 "frame-system",5690 "log",5691 "pallet-authorship",5692 "pallet-session",5693 "pallet-timestamp",5694 "parity-scale-codec",5695 "scale-info",5696 "sp-application-crypto",5697 "sp-consensus-babe",5698 "sp-consensus-vrf",5699 "sp-io",5700 "sp-runtime",5701 "sp-session",5702 "sp-staking",5703 "sp-std",5704]57055706[[package]]5707name = "pallet-bags-list"5708version = "4.0.0-dev"5709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5710dependencies = [5711 "frame-benchmarking",5712 "frame-election-provider-support",5713 "frame-support",5714 "frame-system",5715 "log",5716 "pallet-balances",5717 "parity-scale-codec",5718 "scale-info",5719 "sp-core",5720 "sp-io",5721 "sp-runtime",5722 "sp-std",5723 "sp-tracing",5724]57255726[[package]]5727name = "pallet-balances"5728version = "4.0.0-dev"5729source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5730dependencies = [5731 "frame-benchmarking",5732 "frame-support",5733 "frame-system",5734 "log",5735 "parity-scale-codec",5736 "scale-info",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-base-fee"5743version = "1.0.0"5744source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5745dependencies = [5746 "fp-evm",5747 "frame-support",5748 "frame-system",5749 "parity-scale-codec",5750 "scale-info",5751 "serde",5752 "sp-core",5753 "sp-runtime",5754]57555756[[package]]5757name = "pallet-beefy"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5760dependencies = [5761 "beefy-primitives",5762 "frame-support",5763 "frame-system",5764 "pallet-session",5765 "parity-scale-codec",5766 "scale-info",5767 "serde",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-beefy-mmr"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5776dependencies = [5777 "beefy-merkle-tree",5778 "beefy-primitives",5779 "frame-support",5780 "frame-system",5781 "hex",5782 "k256",5783 "log",5784 "pallet-beefy",5785 "pallet-mmr",5786 "pallet-session",5787 "parity-scale-codec",5788 "scale-info",5789 "serde",5790 "sp-core",5791 "sp-io",5792 "sp-runtime",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-bounties"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5800dependencies = [5801 "frame-benchmarking",5802 "frame-support",5803 "frame-system",5804 "log",5805 "pallet-treasury",5806 "parity-scale-codec",5807 "scale-info",5808 "sp-core",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-bridge-dispatch"5816version = "0.1.0"5817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5818dependencies = [5819 "bp-message-dispatch",5820 "bp-runtime",5821 "frame-support",5822 "frame-system",5823 "log",5824 "parity-scale-codec",5825 "scale-info",5826 "sp-core",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-bridge-grandpa"5833version = "0.1.0"5834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5835dependencies = [5836 "bp-header-chain",5837 "bp-runtime",5838 "bp-test-utils",5839 "finality-grandpa",5840 "frame-support",5841 "frame-system",5842 "log",5843 "num-traits",5844 "parity-scale-codec",5845 "scale-info",5846 "serde",5847 "sp-finality-grandpa",5848 "sp-runtime",5849 "sp-std",5850 "sp-trie",5851]58525853[[package]]5854name = "pallet-bridge-messages"5855version = "0.1.0"5856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5857dependencies = [5858 "bitvec",5859 "bp-message-dispatch",5860 "bp-messages",5861 "bp-runtime",5862 "frame-support",5863 "frame-system",5864 "log",5865 "num-traits",5866 "parity-scale-codec",5867 "scale-info",5868 "serde",5869 "sp-core",5870 "sp-runtime",5871 "sp-std",5872]58735874[[package]]5875name = "pallet-child-bounties"5876version = "4.0.0-dev"5877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5878dependencies = [5879 "frame-benchmarking",5880 "frame-support",5881 "frame-system",5882 "log",5883 "pallet-bounties",5884 "pallet-treasury",5885 "parity-scale-codec",5886 "scale-info",5887 "sp-core",5888 "sp-io",5889 "sp-runtime",5890 "sp-std",5891]58925893[[package]]5894name = "pallet-collective"5895version = "4.0.0-dev"5896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5897dependencies = [5898 "frame-benchmarking",5899 "frame-support",5900 "frame-system",5901 "log",5902 "parity-scale-codec",5903 "scale-info",5904 "sp-core",5905 "sp-io",5906 "sp-runtime",5907 "sp-std",5908]59095910[[package]]5911name = "pallet-common"5912version = "0.1.0"5913dependencies = [5914 "evm-coder",5915 "fp-evm-mapping",5916 "frame-support",5917 "frame-system",5918 "pallet-evm",5919 "pallet-evm-coder-substrate",5920 "parity-scale-codec",5921 "scale-info",5922 "serde",5923 "sp-core",5924 "sp-runtime",5925 "sp-std",5926 "up-data-structs",5927]59285929[[package]]5930name = "pallet-democracy"5931version = "4.0.0-dev"5932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5933dependencies = [5934 "frame-benchmarking",5935 "frame-support",5936 "frame-system",5937 "parity-scale-codec",5938 "scale-info",5939 "serde",5940 "sp-io",5941 "sp-runtime",5942 "sp-std",5943]59445945[[package]]5946name = "pallet-election-provider-multi-phase"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-support",5953 "frame-system",5954 "log",5955 "parity-scale-codec",5956 "rand 0.7.3",5957 "scale-info",5958 "sp-arithmetic",5959 "sp-core",5960 "sp-io",5961 "sp-npos-elections",5962 "sp-runtime",5963 "sp-std",5964 "static_assertions",5965 "strum 0.23.0",5966]59675968[[package]]5969name = "pallet-election-provider-support-benchmarking"5970version = "4.0.0-dev"5971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5972dependencies = [5973 "frame-benchmarking",5974 "frame-election-provider-support",5975 "frame-system",5976 "parity-scale-codec",5977 "sp-npos-elections",5978 "sp-runtime",5979]59805981[[package]]5982name = "pallet-elections-phragmen"5983version = "5.0.0-dev"5984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5985dependencies = [5986 "frame-benchmarking",5987 "frame-support",5988 "frame-system",5989 "log",5990 "parity-scale-codec",5991 "scale-info",5992 "sp-core",5993 "sp-io",5994 "sp-npos-elections",5995 "sp-runtime",5996 "sp-std",5997]59985999[[package]]6000name = "pallet-ethereum"6001version = "4.0.0-dev"6002source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6003dependencies = [6004 "ethereum",6005 "ethereum-types",6006 "evm",6007 "fp-consensus",6008 "fp-evm",6009 "fp-evm-mapping",6010 "fp-rpc",6011 "fp-self-contained",6012 "fp-storage",6013 "frame-support",6014 "frame-system",6015 "log",6016 "pallet-balances",6017 "pallet-evm",6018 "pallet-timestamp",6019 "parity-scale-codec",6020 "rlp",6021 "scale-info",6022 "serde",6023 "sha3 0.10.1",6024 "sp-io",6025 "sp-runtime",6026 "sp-std",6027]60286029[[package]]6030name = "pallet-evm"6031version = "6.0.0-dev"6032source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6033dependencies = [6034 "evm",6035 "fp-evm",6036 "fp-evm-mapping",6037 "frame-benchmarking",6038 "frame-support",6039 "frame-system",6040 "hex",6041 "impl-trait-for-tuples",6042 "log",6043 "pallet-balances",6044 "pallet-timestamp",6045 "parity-scale-codec",6046 "primitive-types",6047 "rlp",6048 "scale-info",6049 "serde",6050 "sha3 0.10.1",6051 "sp-core",6052 "sp-io",6053 "sp-runtime",6054 "sp-std",6055]60566057[[package]]6058name = "pallet-evm-coder-substrate"6059version = "0.1.0"6060dependencies = [6061 "ethereum",6062 "evm-coder",6063 "frame-benchmarking",6064 "frame-support",6065 "frame-system",6066 "pallet-ethereum",6067 "pallet-evm",6068 "parity-scale-codec",6069 "scale-info",6070 "sp-core",6071 "sp-std",6072 "up-data-structs",6073]60746075[[package]]6076name = "pallet-evm-contract-helpers"6077version = "0.1.0"6078dependencies = [6079 "evm-coder",6080 "fp-evm-mapping",6081 "frame-support",6082 "frame-system",6083 "log",6084 "pallet-evm",6085 "pallet-evm-coder-substrate",6086 "parity-scale-codec",6087 "scale-info",6088 "sp-core",6089 "sp-runtime",6090 "sp-std",6091 "up-sponsorship",6092]60936094[[package]]6095name = "pallet-evm-migration"6096version = "0.1.0"6097dependencies = [6098 "fp-evm",6099 "frame-benchmarking",6100 "frame-support",6101 "frame-system",6102 "pallet-evm",6103 "parity-scale-codec",6104 "scale-info",6105 "sp-core",6106 "sp-io",6107 "sp-runtime",6108 "sp-std",6109]61106111[[package]]6112name = "pallet-evm-transaction-payment"6113version = "0.1.0"6114dependencies = [6115 "fp-evm",6116 "fp-evm-mapping",6117 "frame-support",6118 "frame-system",6119 "pallet-ethereum",6120 "pallet-evm",6121 "parity-scale-codec",6122 "scale-info",6123 "sp-core",6124 "sp-io",6125 "sp-runtime",6126 "sp-std",6127 "up-sponsorship",6128]61296130[[package]]6131name = "pallet-fungible"6132version = "0.1.0"6133dependencies = [6134 "ethereum",6135 "evm-coder",6136 "frame-benchmarking",6137 "frame-support",6138 "frame-system",6139 "pallet-common",6140 "pallet-evm",6141 "pallet-evm-coder-substrate",6142 "pallet-structure",6143 "parity-scale-codec",6144 "scale-info",6145 "sp-core",6146 "sp-runtime",6147 "sp-std",6148 "up-data-structs",6149]61506151[[package]]6152name = "pallet-gilt"6153version = "4.0.0-dev"6154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6155dependencies = [6156 "frame-benchmarking",6157 "frame-support",6158 "frame-system",6159 "parity-scale-codec",6160 "scale-info",6161 "sp-arithmetic",6162 "sp-runtime",6163 "sp-std",6164]61656166[[package]]6167name = "pallet-grandpa"6168version = "4.0.0-dev"6169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6170dependencies = [6171 "frame-benchmarking",6172 "frame-support",6173 "frame-system",6174 "log",6175 "pallet-authorship",6176 "pallet-session",6177 "parity-scale-codec",6178 "scale-info",6179 "sp-application-crypto",6180 "sp-core",6181 "sp-finality-grandpa",6182 "sp-io",6183 "sp-runtime",6184 "sp-session",6185 "sp-staking",6186 "sp-std",6187]61886189[[package]]6190name = "pallet-identity"6191version = "4.0.0-dev"6192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6193dependencies = [6194 "enumflags2",6195 "frame-benchmarking",6196 "frame-support",6197 "frame-system",6198 "parity-scale-codec",6199 "scale-info",6200 "sp-io",6201 "sp-runtime",6202 "sp-std",6203]62046205[[package]]6206name = "pallet-im-online"6207version = "4.0.0-dev"6208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6209dependencies = [6210 "frame-benchmarking",6211 "frame-support",6212 "frame-system",6213 "log",6214 "pallet-authorship",6215 "parity-scale-codec",6216 "scale-info",6217 "sp-application-crypto",6218 "sp-core",6219 "sp-io",6220 "sp-runtime",6221 "sp-staking",6222 "sp-std",6223]62246225[[package]]6226name = "pallet-indices"6227version = "4.0.0-dev"6228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6229dependencies = [6230 "frame-benchmarking",6231 "frame-support",6232 "frame-system",6233 "parity-scale-codec",6234 "scale-info",6235 "sp-core",6236 "sp-io",6237 "sp-keyring",6238 "sp-runtime",6239 "sp-std",6240]62416242[[package]]6243name = "pallet-inflation"6244version = "0.1.0"6245dependencies = [6246 "frame-benchmarking",6247 "frame-support",6248 "frame-system",6249 "pallet-balances",6250 "pallet-randomness-collective-flip",6251 "pallet-timestamp",6252 "parity-scale-codec",6253 "scale-info",6254 "serde",6255 "sp-core",6256 "sp-io",6257 "sp-runtime",6258 "sp-std",6259]62606261[[package]]6262name = "pallet-membership"6263version = "4.0.0-dev"6264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6265dependencies = [6266 "frame-benchmarking",6267 "frame-support",6268 "frame-system",6269 "log",6270 "parity-scale-codec",6271 "scale-info",6272 "sp-core",6273 "sp-io",6274 "sp-runtime",6275 "sp-std",6276]62776278[[package]]6279name = "pallet-mmr"6280version = "4.0.0-dev"6281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6282dependencies = [6283 "ckb-merkle-mountain-range",6284 "frame-benchmarking",6285 "frame-support",6286 "frame-system",6287 "parity-scale-codec",6288 "scale-info",6289 "sp-core",6290 "sp-io",6291 "sp-mmr-primitives",6292 "sp-runtime",6293 "sp-std",6294]62956296[[package]]6297name = "pallet-mmr-rpc"6298version = "3.0.0"6299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6300dependencies = [6301 "jsonrpc-core",6302 "jsonrpc-core-client",6303 "jsonrpc-derive",6304 "parity-scale-codec",6305 "serde",6306 "sp-api",6307 "sp-blockchain",6308 "sp-core",6309 "sp-mmr-primitives",6310 "sp-runtime",6311]63126313[[package]]6314name = "pallet-multisig"6315version = "4.0.0-dev"6316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6317dependencies = [6318 "frame-benchmarking",6319 "frame-support",6320 "frame-system",6321 "parity-scale-codec",6322 "scale-info",6323 "sp-io",6324 "sp-runtime",6325 "sp-std",6326]63276328[[package]]6329name = "pallet-nicks"6330version = "4.0.0-dev"6331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6332dependencies = [6333 "frame-support",6334 "frame-system",6335 "parity-scale-codec",6336 "scale-info",6337 "sp-io",6338 "sp-runtime",6339 "sp-std",6340]63416342[[package]]6343name = "pallet-nomination-pools"6344version = "1.0.0"6345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6346dependencies = [6347 "frame-support",6348 "frame-system",6349 "parity-scale-codec",6350 "scale-info",6351 "sp-core",6352 "sp-runtime",6353 "sp-staking",6354 "sp-std",6355]63566357[[package]]6358name = "pallet-nomination-pools-benchmarking"6359version = "1.0.0"6360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6361dependencies = [6362 "frame-benchmarking",6363 "frame-election-provider-support",6364 "frame-support",6365 "frame-system",6366 "pallet-bags-list",6367 "pallet-nomination-pools",6368 "pallet-staking",6369 "parity-scale-codec",6370 "scale-info",6371 "sp-runtime",6372 "sp-staking",6373 "sp-std",6374]63756376[[package]]6377name = "pallet-nonfungible"6378version = "0.1.0"6379dependencies = [6380 "ethereum",6381 "evm-coder",6382 "frame-benchmarking",6383 "frame-support",6384 "frame-system",6385 "pallet-common",6386 "pallet-evm",6387 "pallet-evm-coder-substrate",6388 "pallet-structure",6389 "parity-scale-codec",6390 "scale-info",6391 "sp-core",6392 "sp-runtime",6393 "sp-std",6394 "up-data-structs",6395]63966397[[package]]6398name = "pallet-offences"6399version = "4.0.0-dev"6400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6401dependencies = [6402 "frame-support",6403 "frame-system",6404 "log",6405 "pallet-balances",6406 "parity-scale-codec",6407 "scale-info",6408 "serde",6409 "sp-runtime",6410 "sp-staking",6411 "sp-std",6412]64136414[[package]]6415name = "pallet-offences-benchmarking"6416version = "4.0.0-dev"6417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6418dependencies = [6419 "frame-benchmarking",6420 "frame-election-provider-support",6421 "frame-support",6422 "frame-system",6423 "pallet-babe",6424 "pallet-balances",6425 "pallet-grandpa",6426 "pallet-im-online",6427 "pallet-offences",6428 "pallet-session",6429 "pallet-staking",6430 "parity-scale-codec",6431 "scale-info",6432 "sp-runtime",6433 "sp-staking",6434 "sp-std",6435]64366437[[package]]6438name = "pallet-preimage"6439version = "4.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6441dependencies = [6442 "frame-benchmarking",6443 "frame-support",6444 "frame-system",6445 "parity-scale-codec",6446 "scale-info",6447 "sp-core",6448 "sp-io",6449 "sp-runtime",6450 "sp-std",6451]64526453[[package]]6454name = "pallet-proxy"6455version = "4.0.0-dev"6456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6457dependencies = [6458 "frame-benchmarking",6459 "frame-support",6460 "frame-system",6461 "parity-scale-codec",6462 "scale-info",6463 "sp-io",6464 "sp-runtime",6465 "sp-std",6466]64676468[[package]]6469name = "pallet-randomness-collective-flip"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6472dependencies = [6473 "frame-support",6474 "frame-system",6475 "parity-scale-codec",6476 "safe-mix",6477 "scale-info",6478 "sp-runtime",6479 "sp-std",6480]64816482[[package]]6483name = "pallet-recovery"6484version = "4.0.0-dev"6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6486dependencies = [6487 "frame-support",6488 "frame-system",6489 "parity-scale-codec",6490 "scale-info",6491 "sp-io",6492 "sp-runtime",6493 "sp-std",6494]64956496[[package]]6497name = "pallet-refungible"6498version = "0.1.0"6499dependencies = [6500 "frame-benchmarking",6501 "frame-support",6502 "frame-system",6503 "pallet-common",6504 "pallet-evm",6505 "pallet-structure",6506 "parity-scale-codec",6507 "scale-info",6508 "sp-core",6509 "sp-runtime",6510 "sp-std",6511 "up-data-structs",6512]65136514[[package]]6515name = "pallet-scheduler"6516version = "4.0.0-dev"6517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6518dependencies = [6519 "frame-benchmarking",6520 "frame-support",6521 "frame-system",6522 "log",6523 "parity-scale-codec",6524 "scale-info",6525 "sp-io",6526 "sp-runtime",6527 "sp-std",6528]65296530[[package]]6531name = "pallet-session"6532version = "4.0.0-dev"6533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6534dependencies = [6535 "frame-support",6536 "frame-system",6537 "impl-trait-for-tuples",6538 "log",6539 "pallet-timestamp",6540 "parity-scale-codec",6541 "scale-info",6542 "sp-core",6543 "sp-io",6544 "sp-runtime",6545 "sp-session",6546 "sp-staking",6547 "sp-std",6548 "sp-trie",6549]65506551[[package]]6552name = "pallet-session-benchmarking"6553version = "4.0.0-dev"6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6555dependencies = [6556 "frame-benchmarking",6557 "frame-support",6558 "frame-system",6559 "pallet-session",6560 "pallet-staking",6561 "rand 0.7.3",6562 "sp-runtime",6563 "sp-session",6564 "sp-std",6565]65666567[[package]]6568name = "pallet-society"6569version = "4.0.0-dev"6570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6571dependencies = [6572 "frame-support",6573 "frame-system",6574 "parity-scale-codec",6575 "rand_chacha 0.2.2",6576 "scale-info",6577 "sp-runtime",6578 "sp-std",6579]65806581[[package]]6582name = "pallet-staking"6583version = "4.0.0-dev"6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6585dependencies = [6586 "frame-benchmarking",6587 "frame-election-provider-support",6588 "frame-support",6589 "frame-system",6590 "log",6591 "pallet-authorship",6592 "pallet-session",6593 "parity-scale-codec",6594 "rand_chacha 0.2.2",6595 "scale-info",6596 "serde",6597 "sp-application-crypto",6598 "sp-io",6599 "sp-runtime",6600 "sp-staking",6601 "sp-std",6602]66036604[[package]]6605name = "pallet-staking-reward-curve"6606version = "4.0.0-dev"6607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6608dependencies = [6609 "proc-macro-crate 1.1.3",6610 "proc-macro2",6611 "quote",6612 "syn",6613]66146615[[package]]6616name = "pallet-staking-reward-fn"6617version = "4.0.0-dev"6618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6619dependencies = [6620 "log",6621 "sp-arithmetic",6622]66236624[[package]]6625name = "pallet-structure"6626version = "0.1.0"6627dependencies = [6628 "frame-benchmarking",6629 "frame-support",6630 "frame-system",6631 "pallet-common",6632 "parity-scale-codec",6633 "scale-info",6634 "sp-std",6635 "up-data-structs",6636]66376638[[package]]6639name = "pallet-sudo"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6642dependencies = [6643 "frame-support",6644 "frame-system",6645 "parity-scale-codec",6646 "scale-info",6647 "sp-io",6648 "sp-runtime",6649 "sp-std",6650]66516652[[package]]6653name = "pallet-template-transaction-payment"6654version = "3.0.0"6655source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6656dependencies = [6657 "frame-benchmarking",6658 "frame-support",6659 "frame-system",6660 "pallet-balances",6661 "pallet-transaction-payment",6662 "parity-scale-codec",6663 "scale-info",6664 "serde",6665 "sp-core",6666 "sp-io",6667 "sp-runtime",6668 "sp-std",6669 "up-sponsorship",6670]66716672[[package]]6673name = "pallet-timestamp"6674version = "4.0.0-dev"6675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6676dependencies = [6677 "frame-benchmarking",6678 "frame-support",6679 "frame-system",6680 "log",6681 "parity-scale-codec",6682 "scale-info",6683 "sp-inherents",6684 "sp-io",6685 "sp-runtime",6686 "sp-std",6687 "sp-timestamp",6688]66896690[[package]]6691name = "pallet-tips"6692version = "4.0.0-dev"6693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6694dependencies = [6695 "frame-benchmarking",6696 "frame-support",6697 "frame-system",6698 "log",6699 "pallet-treasury",6700 "parity-scale-codec",6701 "scale-info",6702 "serde",6703 "sp-core",6704 "sp-io",6705 "sp-runtime",6706 "sp-std",6707]67086709[[package]]6710name = "pallet-transaction-payment"6711version = "4.0.0-dev"6712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6713dependencies = [6714 "frame-support",6715 "frame-system",6716 "parity-scale-codec",6717 "scale-info",6718 "serde",6719 "smallvec",6720 "sp-core",6721 "sp-io",6722 "sp-runtime",6723 "sp-std",6724]67256726[[package]]6727name = "pallet-transaction-payment-rpc"6728version = "4.0.0-dev"6729source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6730dependencies = [6731 "jsonrpc-core",6732 "jsonrpc-core-client",6733 "jsonrpc-derive",6734 "pallet-transaction-payment-rpc-runtime-api",6735 "parity-scale-codec",6736 "sp-api",6737 "sp-blockchain",6738 "sp-core",6739 "sp-rpc",6740 "sp-runtime",6741]67426743[[package]]6744name = "pallet-transaction-payment-rpc-runtime-api"6745version = "4.0.0-dev"6746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6747dependencies = [6748 "pallet-transaction-payment",6749 "parity-scale-codec",6750 "sp-api",6751 "sp-runtime",6752]67536754[[package]]6755name = "pallet-treasury"6756version = "4.0.0-dev"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6758dependencies = [6759 "frame-benchmarking",6760 "frame-support",6761 "frame-system",6762 "impl-trait-for-tuples",6763 "pallet-balances",6764 "parity-scale-codec",6765 "scale-info",6766 "serde",6767 "sp-runtime",6768 "sp-std",6769]67706771[[package]]6772name = "pallet-unique"6773version = "0.1.0"6774dependencies = [6775 "frame-benchmarking",6776 "frame-support",6777 "frame-system",6778 "pallet-common",6779 "pallet-evm",6780 "parity-scale-codec",6781 "scale-info",6782 "sp-core",6783 "sp-io",6784 "sp-runtime",6785 "sp-std",6786 "up-data-structs",6787]67886789[[package]]6790name = "pallet-unq-scheduler"6791version = "0.1.0"6792dependencies = [6793 "frame-benchmarking",6794 "frame-support",6795 "frame-system",6796 "log",6797 "parity-scale-codec",6798 "scale-info",6799 "serde",6800 "sp-core",6801 "sp-io",6802 "sp-runtime",6803 "sp-std",6804 "substrate-test-utils",6805 "up-sponsorship",6806]68076808[[package]]6809name = "pallet-utility"6810version = "4.0.0-dev"6811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6812dependencies = [6813 "frame-benchmarking",6814 "frame-support",6815 "frame-system",6816 "parity-scale-codec",6817 "scale-info",6818 "sp-core",6819 "sp-io",6820 "sp-runtime",6821 "sp-std",6822]68236824[[package]]6825name = "pallet-vesting"6826version = "4.0.0-dev"6827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6828dependencies = [6829 "frame-benchmarking",6830 "frame-support",6831 "frame-system",6832 "log",6833 "parity-scale-codec",6834 "scale-info",6835 "sp-runtime",6836 "sp-std",6837]68386839[[package]]6840name = "pallet-xcm"6841version = "0.9.21"6842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6843dependencies = [6844 "frame-support",6845 "frame-system",6846 "log",6847 "parity-scale-codec",6848 "scale-info",6849 "serde",6850 "sp-core",6851 "sp-runtime",6852 "sp-std",6853 "xcm",6854 "xcm-executor",6855]68566857[[package]]6858name = "pallet-xcm-benchmarks"6859version = "0.9.21"6860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6861dependencies = [6862 "frame-benchmarking",6863 "frame-support",6864 "frame-system",6865 "log",6866 "parity-scale-codec",6867 "scale-info",6868 "sp-runtime",6869 "sp-std",6870 "xcm",6871 "xcm-executor",6872]68736874[[package]]6875name = "parachain-info"6876version = "0.1.0"6877source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6878dependencies = [6879 "cumulus-primitives-core",6880 "frame-support",6881 "frame-system",6882 "parity-scale-codec",6883 "scale-info",6884 "serde",6885]68866887[[package]]6888name = "parity-db"6889version = "0.3.12"6890source = "registry+https://github.com/rust-lang/crates.io-index"6891checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"6892dependencies = [6893 "blake2-rfc",6894 "crc32fast",6895 "fs2",6896 "hex",6897 "libc",6898 "log",6899 "lz4",6900 "memmap2 0.2.3",6901 "parking_lot 0.11.2",6902 "rand 0.8.5",6903 "snap",6904]69056906[[package]]6907name = "parity-scale-codec"6908version = "3.1.2"6909source = "registry+https://github.com/rust-lang/crates.io-index"6910checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6911dependencies = [6912 "arrayvec 0.7.2",6913 "bitvec",6914 "byte-slice-cast",6915 "impl-trait-for-tuples",6916 "parity-scale-codec-derive",6917 "serde",6918]69196920[[package]]6921name = "parity-scale-codec-derive"6922version = "3.1.2"6923source = "registry+https://github.com/rust-lang/crates.io-index"6924checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6925dependencies = [6926 "proc-macro-crate 1.1.3",6927 "proc-macro2",6928 "quote",6929 "syn",6930]69316932[[package]]6933name = "parity-send-wrapper"6934version = "0.1.0"6935source = "registry+https://github.com/rust-lang/crates.io-index"6936checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69376938[[package]]6939name = "parity-tokio-ipc"6940version = "0.9.0"6941source = "registry+https://github.com/rust-lang/crates.io-index"6942checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6943dependencies = [6944 "futures 0.3.21",6945 "libc",6946 "log",6947 "rand 0.7.3",6948 "tokio 1.18.1",6949 "winapi 0.3.9",6950]69516952[[package]]6953name = "parity-util-mem"6954version = "0.11.0"6955source = "registry+https://github.com/rust-lang/crates.io-index"6956checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6957dependencies = [6958 "cfg-if 1.0.0",6959 "ethereum-types",6960 "hashbrown 0.12.1",6961 "impl-trait-for-tuples",6962 "lru 0.7.5",6963 "parity-util-mem-derive",6964 "parking_lot 0.12.0",6965 "primitive-types",6966 "smallvec",6967 "winapi 0.3.9",6968]69696970[[package]]6971name = "parity-util-mem-derive"6972version = "0.1.0"6973source = "registry+https://github.com/rust-lang/crates.io-index"6974checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6975dependencies = [6976 "proc-macro2",6977 "syn",6978 "synstructure",6979]69806981[[package]]6982name = "parity-wasm"6983version = "0.32.0"6984source = "registry+https://github.com/rust-lang/crates.io-index"6985checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6986dependencies = [6987 "byteorder",6988]69896990[[package]]6991name = "parity-wasm"6992version = "0.42.2"6993source = "registry+https://github.com/rust-lang/crates.io-index"6994checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"69956996[[package]]6997name = "parity-ws"6998version = "0.11.1"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7001dependencies = [7002 "byteorder",7003 "bytes 0.4.12",7004 "httparse",7005 "log",7006 "mio 0.6.23",7007 "mio-extras",7008 "rand 0.7.3",7009 "sha-1 0.8.2",7010 "slab",7011 "url 2.2.2",7012]70137014[[package]]7015name = "parking"7016version = "2.0.0"7017source = "registry+https://github.com/rust-lang/crates.io-index"7018checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70197020[[package]]7021name = "parking_lot"7022version = "0.11.2"7023source = "registry+https://github.com/rust-lang/crates.io-index"7024checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7025dependencies = [7026 "instant",7027 "lock_api",7028 "parking_lot_core 0.8.5",7029]70307031[[package]]7032name = "parking_lot"7033version = "0.12.0"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7036dependencies = [7037 "lock_api",7038 "parking_lot_core 0.9.3",7039]70407041[[package]]7042name = "parking_lot_core"7043version = "0.8.5"7044source = "registry+https://github.com/rust-lang/crates.io-index"7045checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7046dependencies = [7047 "cfg-if 1.0.0",7048 "instant",7049 "libc",7050 "redox_syscall 0.2.13",7051 "smallvec",7052 "winapi 0.3.9",7053]70547055[[package]]7056name = "parking_lot_core"7057version = "0.9.3"7058source = "registry+https://github.com/rust-lang/crates.io-index"7059checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7060dependencies = [7061 "cfg-if 1.0.0",7062 "libc",7063 "redox_syscall 0.2.13",7064 "smallvec",7065 "windows-sys",7066]70677068[[package]]7069name = "paste"7070version = "1.0.7"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"70737074[[package]]7075name = "pbkdf2"7076version = "0.4.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7079dependencies = [7080 "crypto-mac 0.8.0",7081]70827083[[package]]7084name = "pbkdf2"7085version = "0.8.0"7086source = "registry+https://github.com/rust-lang/crates.io-index"7087checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7088dependencies = [7089 "crypto-mac 0.11.1",7090]70917092[[package]]7093name = "peeking_take_while"7094version = "0.1.2"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"70977098[[package]]7099name = "percent-encoding"7100version = "1.0.1"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71037104[[package]]7105name = "percent-encoding"7106version = "2.1.0"7107source = "registry+https://github.com/rust-lang/crates.io-index"7108checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71097110[[package]]7111name = "pest"7112version = "2.1.3"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7115dependencies = [7116 "ucd-trie",7117]71187119[[package]]7120name = "pest_derive"7121version = "2.1.0"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7124dependencies = [7125 "pest",7126 "pest_generator",7127]71287129[[package]]7130name = "pest_generator"7131version = "2.1.3"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7134dependencies = [7135 "pest",7136 "pest_meta",7137 "proc-macro2",7138 "quote",7139 "syn",7140]71417142[[package]]7143name = "pest_meta"7144version = "2.1.3"7145source = "registry+https://github.com/rust-lang/crates.io-index"7146checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7147dependencies = [7148 "maplit",7149 "pest",7150 "sha-1 0.8.2",7151]71527153[[package]]7154name = "petgraph"7155version = "0.6.0"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7158dependencies = [7159 "fixedbitset",7160 "indexmap",7161]71627163[[package]]7164name = "pin-project"7165version = "0.4.29"7166source = "registry+https://github.com/rust-lang/crates.io-index"7167checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7168dependencies = [7169 "pin-project-internal 0.4.29",7170]71717172[[package]]7173name = "pin-project"7174version = "1.0.10"7175source = "registry+https://github.com/rust-lang/crates.io-index"7176checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7177dependencies = [7178 "pin-project-internal 1.0.10",7179]71807181[[package]]7182name = "pin-project-internal"7183version = "0.4.29"7184source = "registry+https://github.com/rust-lang/crates.io-index"7185checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7186dependencies = [7187 "proc-macro2",7188 "quote",7189 "syn",7190]71917192[[package]]7193name = "pin-project-internal"7194version = "1.0.10"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7197dependencies = [7198 "proc-macro2",7199 "quote",7200 "syn",7201]72027203[[package]]7204name = "pin-project-lite"7205version = "0.1.12"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72087209[[package]]7210name = "pin-project-lite"7211version = "0.2.9"7212source = "registry+https://github.com/rust-lang/crates.io-index"7213checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72147215[[package]]7216name = "pin-utils"7217version = "0.1.0"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72207221[[package]]7222name = "pkcs8"7223version = "0.8.0"7224source = "registry+https://github.com/rust-lang/crates.io-index"7225checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7226dependencies = [7227 "der",7228 "spki",7229 "zeroize",7230]72317232[[package]]7233name = "pkg-config"7234version = "0.3.25"7235source = "registry+https://github.com/rust-lang/crates.io-index"7236checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72377238[[package]]7239name = "platforms"7240version = "2.0.0"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72437244[[package]]7245name = "polkadot-approval-distribution"7246version = "0.9.21"7247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7248dependencies = [7249 "futures 0.3.21",7250 "polkadot-node-network-protocol",7251 "polkadot-node-primitives",7252 "polkadot-node-subsystem",7253 "polkadot-node-subsystem-util",7254 "polkadot-primitives",7255 "rand 0.8.5",7256 "tracing-gum",7257]72587259[[package]]7260name = "polkadot-availability-bitfield-distribution"7261version = "0.9.21"7262source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7263dependencies = [7264 "futures 0.3.21",7265 "polkadot-node-network-protocol",7266 "polkadot-node-subsystem",7267 "polkadot-node-subsystem-util",7268 "polkadot-primitives",7269 "tracing-gum",7270]72717272[[package]]7273name = "polkadot-availability-distribution"7274version = "0.9.21"7275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7276dependencies = [7277 "derive_more",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 "sp-core",7290 "sp-keystore",7291 "thiserror",7292 "tracing-gum",7293]72947295[[package]]7296name = "polkadot-availability-recovery"7297version = "0.9.21"7298source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7299dependencies = [7300 "fatality",7301 "futures 0.3.21",7302 "lru 0.7.5",7303 "parity-scale-codec",7304 "polkadot-erasure-coding",7305 "polkadot-node-network-protocol",7306 "polkadot-node-primitives",7307 "polkadot-node-subsystem",7308 "polkadot-node-subsystem-util",7309 "polkadot-primitives",7310 "rand 0.8.5",7311 "sc-network",7312 "thiserror",7313 "tracing-gum",7314]73157316[[package]]7317name = "polkadot-cli"7318version = "0.9.21"7319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7320dependencies = [7321 "clap",7322 "frame-benchmarking-cli",7323 "futures 0.3.21",7324 "log",7325 "polkadot-client",7326 "polkadot-node-core-pvf",7327 "polkadot-node-metrics",7328 "polkadot-performance-test",7329 "polkadot-service",7330 "sc-cli",7331 "sc-service",7332 "sc-tracing",7333 "sp-core",7334 "sp-trie",7335 "substrate-build-script-utils",7336 "thiserror",7337 "try-runtime-cli",7338]73397340[[package]]7341name = "polkadot-client"7342version = "0.9.21"7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7344dependencies = [7345 "beefy-primitives",7346 "frame-benchmarking",7347 "frame-benchmarking-cli",7348 "frame-system",7349 "frame-system-rpc-runtime-api",7350 "pallet-transaction-payment",7351 "pallet-transaction-payment-rpc-runtime-api",7352 "polkadot-core-primitives",7353 "polkadot-node-core-parachains-inherent",7354 "polkadot-primitives",7355 "polkadot-runtime",7356 "polkadot-runtime-common",7357 "sc-client-api",7358 "sc-consensus",7359 "sc-executor",7360 "sc-service",7361 "sp-api",7362 "sp-authority-discovery",7363 "sp-block-builder",7364 "sp-blockchain",7365 "sp-consensus",7366 "sp-consensus-babe",7367 "sp-core",7368 "sp-finality-grandpa",7369 "sp-inherents",7370 "sp-keyring",7371 "sp-mmr-primitives",7372 "sp-offchain",7373 "sp-runtime",7374 "sp-session",7375 "sp-storage",7376 "sp-timestamp",7377 "sp-transaction-pool",7378]73797380[[package]]7381name = "polkadot-collator-protocol"7382version = "0.9.21"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7384dependencies = [7385 "always-assert",7386 "fatality",7387 "futures 0.3.21",7388 "futures-timer",7389 "polkadot-node-network-protocol",7390 "polkadot-node-primitives",7391 "polkadot-node-subsystem",7392 "polkadot-node-subsystem-util",7393 "polkadot-primitives",7394 "sp-core",7395 "sp-keystore",7396 "sp-runtime",7397 "thiserror",7398 "tracing-gum",7399]74007401[[package]]7402name = "polkadot-core-primitives"7403version = "0.9.21"7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7405dependencies = [7406 "parity-scale-codec",7407 "parity-util-mem",7408 "scale-info",7409 "sp-core",7410 "sp-runtime",7411 "sp-std",7412]74137414[[package]]7415name = "polkadot-dispute-distribution"7416version = "0.9.21"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7418dependencies = [7419 "derive_more",7420 "fatality",7421 "futures 0.3.21",7422 "lru 0.7.5",7423 "parity-scale-codec",7424 "polkadot-erasure-coding",7425 "polkadot-node-network-protocol",7426 "polkadot-node-primitives",7427 "polkadot-node-subsystem",7428 "polkadot-node-subsystem-util",7429 "polkadot-primitives",7430 "sc-network",7431 "sp-application-crypto",7432 "sp-keystore",7433 "thiserror",7434 "tracing-gum",7435]74367437[[package]]7438name = "polkadot-erasure-coding"7439version = "0.9.21"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7441dependencies = [7442 "parity-scale-codec",7443 "polkadot-node-primitives",7444 "polkadot-primitives",7445 "reed-solomon-novelpoly",7446 "sp-core",7447 "sp-trie",7448 "thiserror",7449]74507451[[package]]7452name = "polkadot-gossip-support"7453version = "0.9.21"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7455dependencies = [7456 "futures 0.3.21",7457 "futures-timer",7458 "polkadot-node-network-protocol",7459 "polkadot-node-subsystem",7460 "polkadot-node-subsystem-util",7461 "polkadot-primitives",7462 "rand 0.8.5",7463 "rand_chacha 0.3.1",7464 "sc-network",7465 "sp-application-crypto",7466 "sp-core",7467 "sp-keystore",7468 "tracing-gum",7469]74707471[[package]]7472name = "polkadot-network-bridge"7473version = "0.9.21"7474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7475dependencies = [7476 "async-trait",7477 "futures 0.3.21",7478 "parity-scale-codec",7479 "parking_lot 0.12.0",7480 "polkadot-node-network-protocol",7481 "polkadot-node-subsystem",7482 "polkadot-node-subsystem-util",7483 "polkadot-overseer",7484 "polkadot-primitives",7485 "sc-network",7486 "sp-consensus",7487 "tracing-gum",7488]74897490[[package]]7491name = "polkadot-node-collation-generation"7492version = "0.9.21"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7494dependencies = [7495 "futures 0.3.21",7496 "parity-scale-codec",7497 "polkadot-erasure-coding",7498 "polkadot-node-primitives",7499 "polkadot-node-subsystem",7500 "polkadot-node-subsystem-util",7501 "polkadot-primitives",7502 "sp-core",7503 "sp-maybe-compressed-blob",7504 "thiserror",7505 "tracing-gum",7506]75077508[[package]]7509name = "polkadot-node-core-approval-voting"7510version = "0.9.21"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7512dependencies = [7513 "bitvec",7514 "derive_more",7515 "futures 0.3.21",7516 "futures-timer",7517 "kvdb",7518 "lru 0.7.5",7519 "merlin",7520 "parity-scale-codec",7521 "polkadot-node-jaeger",7522 "polkadot-node-primitives",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-overseer",7526 "polkadot-primitives",7527 "sc-keystore",7528 "schnorrkel",7529 "sp-application-crypto",7530 "sp-consensus",7531 "sp-consensus-slots",7532 "sp-runtime",7533 "thiserror",7534 "tracing-gum",7535]75367537[[package]]7538name = "polkadot-node-core-av-store"7539version = "0.9.21"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7541dependencies = [7542 "bitvec",7543 "futures 0.3.21",7544 "futures-timer",7545 "kvdb",7546 "parity-scale-codec",7547 "polkadot-erasure-coding",7548 "polkadot-node-primitives",7549 "polkadot-node-subsystem",7550 "polkadot-node-subsystem-util",7551 "polkadot-overseer",7552 "polkadot-primitives",7553 "thiserror",7554 "tracing-gum",7555]75567557[[package]]7558name = "polkadot-node-core-backing"7559version = "0.9.21"7560source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7561dependencies = [7562 "bitvec",7563 "futures 0.3.21",7564 "polkadot-erasure-coding",7565 "polkadot-node-primitives",7566 "polkadot-node-subsystem",7567 "polkadot-node-subsystem-util",7568 "polkadot-primitives",7569 "polkadot-statement-table",7570 "sp-keystore",7571 "thiserror",7572 "tracing-gum",7573]75747575[[package]]7576name = "polkadot-node-core-bitfield-signing"7577version = "0.9.21"7578source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7579dependencies = [7580 "futures 0.3.21",7581 "polkadot-node-subsystem",7582 "polkadot-node-subsystem-util",7583 "polkadot-primitives",7584 "sp-keystore",7585 "thiserror",7586 "tracing-gum",7587 "wasm-timer",7588]75897590[[package]]7591name = "polkadot-node-core-candidate-validation"7592version = "0.9.21"7593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7594dependencies = [7595 "async-trait",7596 "futures 0.3.21",7597 "parity-scale-codec",7598 "polkadot-node-core-pvf",7599 "polkadot-node-primitives",7600 "polkadot-node-subsystem",7601 "polkadot-node-subsystem-util",7602 "polkadot-parachain",7603 "polkadot-primitives",7604 "sp-maybe-compressed-blob",7605 "tracing-gum",7606]76077608[[package]]7609name = "polkadot-node-core-chain-api"7610version = "0.9.21"7611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7612dependencies = [7613 "futures 0.3.21",7614 "polkadot-node-subsystem",7615 "polkadot-node-subsystem-util",7616 "polkadot-primitives",7617 "sc-client-api",7618 "sc-consensus-babe",7619 "sp-blockchain",7620 "tracing-gum",7621]76227623[[package]]7624name = "polkadot-node-core-chain-selection"7625version = "0.9.21"7626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7627dependencies = [7628 "futures 0.3.21",7629 "futures-timer",7630 "kvdb",7631 "parity-scale-codec",7632 "polkadot-node-primitives",7633 "polkadot-node-subsystem",7634 "polkadot-node-subsystem-util",7635 "polkadot-primitives",7636 "thiserror",7637 "tracing-gum",7638]76397640[[package]]7641name = "polkadot-node-core-dispute-coordinator"7642version = "0.9.21"7643source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7644dependencies = [7645 "fatality",7646 "futures 0.3.21",7647 "kvdb",7648 "lru 0.7.5",7649 "parity-scale-codec",7650 "polkadot-node-primitives",7651 "polkadot-node-subsystem",7652 "polkadot-node-subsystem-util",7653 "polkadot-primitives",7654 "sc-keystore",7655 "thiserror",7656 "tracing-gum",7657]76587659[[package]]7660name = "polkadot-node-core-parachains-inherent"7661version = "0.9.21"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7663dependencies = [7664 "async-trait",7665 "futures 0.3.21",7666 "futures-timer",7667 "polkadot-node-subsystem",7668 "polkadot-primitives",7669 "sp-blockchain",7670 "sp-inherents",7671 "sp-runtime",7672 "thiserror",7673 "tracing-gum",7674]76757676[[package]]7677name = "polkadot-node-core-provisioner"7678version = "0.9.21"7679source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7680dependencies = [7681 "bitvec",7682 "futures 0.3.21",7683 "futures-timer",7684 "polkadot-node-primitives",7685 "polkadot-node-subsystem",7686 "polkadot-node-subsystem-util",7687 "polkadot-primitives",7688 "rand 0.8.5",7689 "thiserror",7690 "tracing-gum",7691]76927693[[package]]7694name = "polkadot-node-core-pvf"7695version = "0.9.21"7696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7697dependencies = [7698 "always-assert",7699 "assert_matches",7700 "async-process",7701 "async-std",7702 "futures 0.3.21",7703 "futures-timer",7704 "parity-scale-codec",7705 "pin-project 1.0.10",7706 "polkadot-core-primitives",7707 "polkadot-node-subsystem-util",7708 "polkadot-parachain",7709 "rand 0.8.5",7710 "sc-executor",7711 "sc-executor-common",7712 "sc-executor-wasmtime",7713 "slotmap",7714 "sp-core",7715 "sp-externalities",7716 "sp-io",7717 "sp-maybe-compressed-blob",7718 "sp-tracing",7719 "sp-wasm-interface",7720 "tracing-gum",7721]77227723[[package]]7724name = "polkadot-node-core-pvf-checker"7725version = "0.9.21"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7727dependencies = [7728 "futures 0.3.21",7729 "polkadot-node-primitives",7730 "polkadot-node-subsystem",7731 "polkadot-node-subsystem-util",7732 "polkadot-overseer",7733 "polkadot-primitives",7734 "sp-keystore",7735 "thiserror",7736 "tracing-gum",7737]77387739[[package]]7740name = "polkadot-node-core-runtime-api"7741version = "0.9.21"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7743dependencies = [7744 "futures 0.3.21",7745 "memory-lru",7746 "parity-util-mem",7747 "polkadot-node-subsystem",7748 "polkadot-node-subsystem-util",7749 "polkadot-primitives",7750 "sp-api",7751 "sp-authority-discovery",7752 "sp-consensus-babe",7753 "sp-core",7754 "tracing-gum",7755]77567757[[package]]7758name = "polkadot-node-jaeger"7759version = "0.9.21"7760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7761dependencies = [7762 "async-std",7763 "lazy_static",7764 "log",7765 "mick-jaeger",7766 "parity-scale-codec",7767 "parking_lot 0.12.0",7768 "polkadot-node-primitives",7769 "polkadot-primitives",7770 "sc-network",7771 "sp-core",7772 "thiserror",7773]77747775[[package]]7776name = "polkadot-node-metrics"7777version = "0.9.21"7778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7779dependencies = [7780 "bs58",7781 "futures 0.3.21",7782 "futures-timer",7783 "log",7784 "metered-channel",7785 "parity-scale-codec",7786 "polkadot-primitives",7787 "sc-cli",7788 "sc-service",7789 "sc-tracing",7790 "substrate-prometheus-endpoint",7791 "tracing-gum",7792]77937794[[package]]7795name = "polkadot-node-network-protocol"7796version = "0.9.21"7797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7798dependencies = [7799 "async-trait",7800 "fatality",7801 "futures 0.3.21",7802 "parity-scale-codec",7803 "polkadot-node-jaeger",7804 "polkadot-node-primitives",7805 "polkadot-primitives",7806 "sc-authority-discovery",7807 "sc-network",7808 "strum 0.24.0",7809 "thiserror",7810]78117812[[package]]7813name = "polkadot-node-primitives"7814version = "0.9.21"7815source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7816dependencies = [7817 "bounded-vec",7818 "futures 0.3.21",7819 "parity-scale-codec",7820 "polkadot-parachain",7821 "polkadot-primitives",7822 "schnorrkel",7823 "serde",7824 "sp-application-crypto",7825 "sp-consensus-babe",7826 "sp-consensus-vrf",7827 "sp-core",7828 "sp-keystore",7829 "sp-maybe-compressed-blob",7830 "thiserror",7831 "zstd",7832]78337834[[package]]7835name = "polkadot-node-subsystem"7836version = "0.9.21"7837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7838dependencies = [7839 "polkadot-node-jaeger",7840 "polkadot-node-subsystem-types",7841 "polkadot-overseer",7842]78437844[[package]]7845name = "polkadot-node-subsystem-types"7846version = "0.9.21"7847source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7848dependencies = [7849 "derive_more",7850 "futures 0.3.21",7851 "polkadot-node-jaeger",7852 "polkadot-node-network-protocol",7853 "polkadot-node-primitives",7854 "polkadot-overseer-gen",7855 "polkadot-primitives",7856 "polkadot-statement-table",7857 "sc-network",7858 "smallvec",7859 "substrate-prometheus-endpoint",7860 "thiserror",7861]78627863[[package]]7864name = "polkadot-node-subsystem-util"7865version = "0.9.21"7866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7867dependencies = [7868 "async-trait",7869 "derive_more",7870 "fatality",7871 "futures 0.3.21",7872 "itertools",7873 "kvdb",7874 "lru 0.7.5",7875 "metered-channel",7876 "parity-db",7877 "parity-scale-codec",7878 "parity-util-mem",7879 "parking_lot 0.11.2",7880 "pin-project 1.0.10",7881 "polkadot-node-jaeger",7882 "polkadot-node-metrics",7883 "polkadot-node-network-protocol",7884 "polkadot-node-primitives",7885 "polkadot-node-subsystem",7886 "polkadot-overseer",7887 "polkadot-primitives",7888 "rand 0.8.5",7889 "sp-application-crypto",7890 "sp-core",7891 "sp-keystore",7892 "thiserror",7893 "tracing-gum",7894]78957896[[package]]7897name = "polkadot-overseer"7898version = "0.9.21"7899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7900dependencies = [7901 "futures 0.3.21",7902 "futures-timer",7903 "lru 0.7.5",7904 "parity-util-mem",7905 "parking_lot 0.12.0",7906 "polkadot-node-metrics",7907 "polkadot-node-network-protocol",7908 "polkadot-node-primitives",7909 "polkadot-node-subsystem-types",7910 "polkadot-overseer-gen",7911 "polkadot-primitives",7912 "sc-client-api",7913 "sp-api",7914 "tracing-gum",7915]79167917[[package]]7918name = "polkadot-overseer-gen"7919version = "0.9.21"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7921dependencies = [7922 "async-trait",7923 "futures 0.3.21",7924 "futures-timer",7925 "metered-channel",7926 "pin-project 1.0.10",7927 "polkadot-node-network-protocol",7928 "polkadot-node-primitives",7929 "polkadot-overseer-gen-proc-macro",7930 "thiserror",7931 "tracing-gum",7932]79337934[[package]]7935name = "polkadot-overseer-gen-proc-macro"7936version = "0.9.21"7937source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7938dependencies = [7939 "expander 0.0.6",7940 "proc-macro-crate 1.1.3",7941 "proc-macro2",7942 "quote",7943 "syn",7944]79457946[[package]]7947name = "polkadot-parachain"7948version = "0.9.21"7949source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7950dependencies = [7951 "derive_more",7952 "frame-support",7953 "parity-scale-codec",7954 "parity-util-mem",7955 "polkadot-core-primitives",7956 "scale-info",7957 "serde",7958 "sp-core",7959 "sp-runtime",7960 "sp-std",7961]79627963[[package]]7964name = "polkadot-performance-test"7965version = "0.9.21"7966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7967dependencies = [7968 "env_logger",7969 "kusama-runtime",7970 "log",7971 "polkadot-erasure-coding",7972 "polkadot-node-core-pvf",7973 "polkadot-node-primitives",7974 "quote",7975 "thiserror",7976]79777978[[package]]7979name = "polkadot-primitives"7980version = "0.9.21"7981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7982dependencies = [7983 "bitvec",7984 "frame-system",7985 "hex-literal",7986 "parity-scale-codec",7987 "parity-util-mem",7988 "polkadot-core-primitives",7989 "polkadot-parachain",7990 "scale-info",7991 "serde",7992 "sp-api",7993 "sp-application-crypto",7994 "sp-arithmetic",7995 "sp-authority-discovery",7996 "sp-consensus-slots",7997 "sp-core",7998 "sp-inherents",7999 "sp-io",8000 "sp-keystore",8001 "sp-runtime",8002 "sp-staking",8003 "sp-std",8004 "sp-trie",8005 "sp-version",8006]80078008[[package]]8009name = "polkadot-rpc"8010version = "0.9.21"8011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8012dependencies = [8013 "beefy-gadget",8014 "beefy-gadget-rpc",8015 "jsonrpc-core",8016 "pallet-mmr-rpc",8017 "pallet-transaction-payment-rpc",8018 "polkadot-primitives",8019 "sc-chain-spec",8020 "sc-client-api",8021 "sc-consensus-babe",8022 "sc-consensus-babe-rpc",8023 "sc-consensus-epochs",8024 "sc-finality-grandpa",8025 "sc-finality-grandpa-rpc",8026 "sc-rpc",8027 "sc-sync-state-rpc",8028 "sc-transaction-pool-api",8029 "sp-api",8030 "sp-block-builder",8031 "sp-blockchain",8032 "sp-consensus",8033 "sp-consensus-babe",8034 "sp-keystore",8035 "sp-runtime",8036 "substrate-frame-rpc-system",8037 "substrate-state-trie-migration-rpc",8038]80398040[[package]]8041name = "polkadot-runtime"8042version = "0.9.21"8043source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8044dependencies = [8045 "beefy-primitives",8046 "bitvec",8047 "frame-benchmarking",8048 "frame-election-provider-support",8049 "frame-executive",8050 "frame-support",8051 "frame-system",8052 "frame-system-benchmarking",8053 "frame-system-rpc-runtime-api",8054 "frame-try-runtime",8055 "hex-literal",8056 "log",8057 "pallet-authority-discovery",8058 "pallet-authorship",8059 "pallet-babe",8060 "pallet-bags-list",8061 "pallet-balances",8062 "pallet-bounties",8063 "pallet-child-bounties",8064 "pallet-collective",8065 "pallet-democracy",8066 "pallet-election-provider-multi-phase",8067 "pallet-election-provider-support-benchmarking",8068 "pallet-elections-phragmen",8069 "pallet-grandpa",8070 "pallet-identity",8071 "pallet-im-online",8072 "pallet-indices",8073 "pallet-membership",8074 "pallet-multisig",8075 "pallet-nicks",8076 "pallet-offences",8077 "pallet-offences-benchmarking",8078 "pallet-preimage",8079 "pallet-proxy",8080 "pallet-scheduler",8081 "pallet-session",8082 "pallet-session-benchmarking",8083 "pallet-staking",8084 "pallet-staking-reward-curve",8085 "pallet-timestamp",8086 "pallet-tips",8087 "pallet-transaction-payment",8088 "pallet-transaction-payment-rpc-runtime-api",8089 "pallet-treasury",8090 "pallet-utility",8091 "pallet-vesting",8092 "pallet-xcm",8093 "parity-scale-codec",8094 "polkadot-primitives",8095 "polkadot-runtime-common",8096 "polkadot-runtime-constants",8097 "polkadot-runtime-parachains",8098 "rustc-hex",8099 "scale-info",8100 "serde",8101 "serde_derive",8102 "smallvec",8103 "sp-api",8104 "sp-authority-discovery",8105 "sp-block-builder",8106 "sp-consensus-babe",8107 "sp-core",8108 "sp-inherents",8109 "sp-io",8110 "sp-mmr-primitives",8111 "sp-npos-elections",8112 "sp-offchain",8113 "sp-runtime",8114 "sp-session",8115 "sp-staking",8116 "sp-std",8117 "sp-transaction-pool",8118 "sp-version",8119 "static_assertions",8120 "substrate-wasm-builder",8121 "xcm",8122 "xcm-builder",8123 "xcm-executor",8124]81258126[[package]]8127name = "polkadot-runtime-common"8128version = "0.9.21"8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8130dependencies = [8131 "beefy-primitives",8132 "bitvec",8133 "frame-benchmarking",8134 "frame-election-provider-support",8135 "frame-support",8136 "frame-system",8137 "impl-trait-for-tuples",8138 "libsecp256k1",8139 "log",8140 "pallet-authorship",8141 "pallet-babe",8142 "pallet-bags-list",8143 "pallet-balances",8144 "pallet-beefy-mmr",8145 "pallet-election-provider-multi-phase",8146 "pallet-session",8147 "pallet-staking",8148 "pallet-timestamp",8149 "pallet-transaction-payment",8150 "pallet-treasury",8151 "pallet-vesting",8152 "parity-scale-codec",8153 "polkadot-primitives",8154 "polkadot-runtime-parachains",8155 "rustc-hex",8156 "scale-info",8157 "serde",8158 "serde_derive",8159 "slot-range-helper",8160 "sp-api",8161 "sp-core",8162 "sp-inherents",8163 "sp-io",8164 "sp-npos-elections",8165 "sp-runtime",8166 "sp-session",8167 "sp-staking",8168 "sp-std",8169 "static_assertions",8170 "xcm",8171]81728173[[package]]8174name = "polkadot-runtime-constants"8175version = "0.9.21"8176source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8177dependencies = [8178 "frame-support",8179 "polkadot-primitives",8180 "polkadot-runtime-common",8181 "smallvec",8182 "sp-runtime",8183]81848185[[package]]8186name = "polkadot-runtime-metrics"8187version = "0.9.21"8188source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8189dependencies = [8190 "bs58",8191 "parity-scale-codec",8192 "polkadot-primitives",8193 "sp-std",8194 "sp-tracing",8195]81968197[[package]]8198name = "polkadot-runtime-parachains"8199version = "0.9.21"8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8201dependencies = [8202 "bitflags",8203 "bitvec",8204 "derive_more",8205 "frame-benchmarking",8206 "frame-support",8207 "frame-system",8208 "log",8209 "pallet-authority-discovery",8210 "pallet-authorship",8211 "pallet-babe",8212 "pallet-balances",8213 "pallet-session",8214 "pallet-staking",8215 "pallet-timestamp",8216 "pallet-vesting",8217 "parity-scale-codec",8218 "polkadot-primitives",8219 "polkadot-runtime-metrics",8220 "rand 0.8.5",8221 "rand_chacha 0.3.1",8222 "rustc-hex",8223 "scale-info",8224 "serde",8225 "sp-api",8226 "sp-application-crypto",8227 "sp-core",8228 "sp-inherents",8229 "sp-io",8230 "sp-keystore",8231 "sp-runtime",8232 "sp-session",8233 "sp-staking",8234 "sp-std",8235 "static_assertions",8236 "xcm",8237 "xcm-executor",8238]82398240[[package]]8241name = "polkadot-service"8242version = "0.9.21"8243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8244dependencies = [8245 "async-trait",8246 "beefy-gadget",8247 "beefy-primitives",8248 "frame-system-rpc-runtime-api",8249 "futures 0.3.21",8250 "hex-literal",8251 "kusama-runtime",8252 "kvdb",8253 "kvdb-rocksdb",8254 "lru 0.7.5",8255 "pallet-babe",8256 "pallet-im-online",8257 "pallet-staking",8258 "pallet-transaction-payment-rpc-runtime-api",8259 "parity-db",8260 "polkadot-approval-distribution",8261 "polkadot-availability-bitfield-distribution",8262 "polkadot-availability-distribution",8263 "polkadot-availability-recovery",8264 "polkadot-client",8265 "polkadot-collator-protocol",8266 "polkadot-dispute-distribution",8267 "polkadot-gossip-support",8268 "polkadot-network-bridge",8269 "polkadot-node-collation-generation",8270 "polkadot-node-core-approval-voting",8271 "polkadot-node-core-av-store",8272 "polkadot-node-core-backing",8273 "polkadot-node-core-bitfield-signing",8274 "polkadot-node-core-candidate-validation",8275 "polkadot-node-core-chain-api",8276 "polkadot-node-core-chain-selection",8277 "polkadot-node-core-dispute-coordinator",8278 "polkadot-node-core-parachains-inherent",8279 "polkadot-node-core-provisioner",8280 "polkadot-node-core-pvf-checker",8281 "polkadot-node-core-runtime-api",8282 "polkadot-node-network-protocol",8283 "polkadot-node-primitives",8284 "polkadot-node-subsystem",8285 "polkadot-node-subsystem-util",8286 "polkadot-overseer",8287 "polkadot-parachain",8288 "polkadot-primitives",8289 "polkadot-rpc",8290 "polkadot-runtime",8291 "polkadot-runtime-constants",8292 "polkadot-runtime-parachains",8293 "polkadot-statement-distribution",8294 "rococo-runtime",8295 "sc-authority-discovery",8296 "sc-basic-authorship",8297 "sc-block-builder",8298 "sc-chain-spec",8299 "sc-client-api",8300 "sc-client-db",8301 "sc-consensus",8302 "sc-consensus-babe",8303 "sc-consensus-slots",8304 "sc-consensus-uncles",8305 "sc-executor",8306 "sc-finality-grandpa",8307 "sc-keystore",8308 "sc-network",8309 "sc-offchain",8310 "sc-service",8311 "sc-sync-state-rpc",8312 "sc-telemetry",8313 "sc-transaction-pool",8314 "serde",8315 "sp-api",8316 "sp-authority-discovery",8317 "sp-block-builder",8318 "sp-blockchain",8319 "sp-consensus",8320 "sp-consensus-babe",8321 "sp-core",8322 "sp-finality-grandpa",8323 "sp-inherents",8324 "sp-io",8325 "sp-keystore",8326 "sp-offchain",8327 "sp-runtime",8328 "sp-session",8329 "sp-state-machine",8330 "sp-storage",8331 "sp-timestamp",8332 "sp-transaction-pool",8333 "sp-trie",8334 "substrate-prometheus-endpoint",8335 "thiserror",8336 "tracing-gum",8337 "westend-runtime",8338]83398340[[package]]8341name = "polkadot-statement-distribution"8342version = "0.9.21"8343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8344dependencies = [8345 "arrayvec 0.5.2",8346 "fatality",8347 "futures 0.3.21",8348 "indexmap",8349 "parity-scale-codec",8350 "polkadot-node-network-protocol",8351 "polkadot-node-primitives",8352 "polkadot-node-subsystem",8353 "polkadot-node-subsystem-util",8354 "polkadot-primitives",8355 "sp-keystore",8356 "sp-staking",8357 "thiserror",8358 "tracing-gum",8359]83608361[[package]]8362name = "polkadot-statement-table"8363version = "0.9.21"8364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8365dependencies = [8366 "parity-scale-codec",8367 "polkadot-primitives",8368 "sp-core",8369]83708371[[package]]8372name = "polkadot-test-runtime"8373version = "0.9.21"8374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8375dependencies = [8376 "beefy-primitives",8377 "bitvec",8378 "frame-election-provider-support",8379 "frame-executive",8380 "frame-support",8381 "frame-system",8382 "frame-system-rpc-runtime-api",8383 "log",8384 "pallet-authority-discovery",8385 "pallet-authorship",8386 "pallet-babe",8387 "pallet-balances",8388 "pallet-grandpa",8389 "pallet-indices",8390 "pallet-nicks",8391 "pallet-offences",8392 "pallet-session",8393 "pallet-staking",8394 "pallet-staking-reward-curve",8395 "pallet-sudo",8396 "pallet-timestamp",8397 "pallet-transaction-payment",8398 "pallet-transaction-payment-rpc-runtime-api",8399 "pallet-vesting",8400 "pallet-xcm",8401 "parity-scale-codec",8402 "polkadot-parachain",8403 "polkadot-primitives",8404 "polkadot-runtime-common",8405 "polkadot-runtime-parachains",8406 "rustc-hex",8407 "scale-info",8408 "serde",8409 "serde_derive",8410 "smallvec",8411 "sp-api",8412 "sp-authority-discovery",8413 "sp-block-builder",8414 "sp-consensus-babe",8415 "sp-core",8416 "sp-inherents",8417 "sp-io",8418 "sp-mmr-primitives",8419 "sp-offchain",8420 "sp-runtime",8421 "sp-session",8422 "sp-staking",8423 "sp-std",8424 "sp-transaction-pool",8425 "sp-version",8426 "substrate-wasm-builder",8427 "test-runtime-constants",8428 "xcm",8429 "xcm-builder",8430 "xcm-executor",8431]84328433[[package]]8434name = "polkadot-test-service"8435version = "0.9.21"8436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8437dependencies = [8438 "frame-benchmarking",8439 "frame-system",8440 "futures 0.1.31",8441 "futures 0.3.21",8442 "hex",8443 "pallet-balances",8444 "pallet-staking",8445 "pallet-transaction-payment",8446 "polkadot-node-primitives",8447 "polkadot-node-subsystem",8448 "polkadot-overseer",8449 "polkadot-parachain",8450 "polkadot-primitives",8451 "polkadot-rpc",8452 "polkadot-runtime-common",8453 "polkadot-runtime-parachains",8454 "polkadot-service",8455 "polkadot-test-runtime",8456 "rand 0.8.5",8457 "sc-authority-discovery",8458 "sc-chain-spec",8459 "sc-cli",8460 "sc-client-api",8461 "sc-consensus",8462 "sc-consensus-babe",8463 "sc-executor",8464 "sc-finality-grandpa",8465 "sc-network",8466 "sc-service",8467 "sc-tracing",8468 "sc-transaction-pool",8469 "sp-arithmetic",8470 "sp-authority-discovery",8471 "sp-blockchain",8472 "sp-consensus",8473 "sp-consensus-babe",8474 "sp-core",8475 "sp-finality-grandpa",8476 "sp-inherents",8477 "sp-keyring",8478 "sp-runtime",8479 "sp-state-machine",8480 "substrate-test-client",8481 "tempfile",8482 "test-runtime-constants",8483 "tokio 1.18.1",8484 "tracing-gum",8485]84868487[[package]]8488name = "polling"8489version = "2.2.0"8490source = "registry+https://github.com/rust-lang/crates.io-index"8491checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8492dependencies = [8493 "cfg-if 1.0.0",8494 "libc",8495 "log",8496 "wepoll-ffi",8497 "winapi 0.3.9",8498]84998500[[package]]8501name = "poly1305"8502version = "0.7.2"8503source = "registry+https://github.com/rust-lang/crates.io-index"8504checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8505dependencies = [8506 "cpufeatures 0.2.2",8507 "opaque-debug 0.3.0",8508 "universal-hash",8509]85108511[[package]]8512name = "polyval"8513version = "0.5.3"8514source = "registry+https://github.com/rust-lang/crates.io-index"8515checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8516dependencies = [8517 "cfg-if 1.0.0",8518 "cpufeatures 0.2.2",8519 "opaque-debug 0.3.0",8520 "universal-hash",8521]85228523[[package]]8524name = "ppv-lite86"8525version = "0.2.16"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85288529[[package]]8530name = "prettytable-rs"8531version = "0.8.0"8532source = "registry+https://github.com/rust-lang/crates.io-index"8533checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8534dependencies = [8535 "atty",8536 "csv",8537 "encode_unicode",8538 "lazy_static",8539 "term",8540 "unicode-width",8541]85428543[[package]]8544name = "primitive-types"8545version = "0.11.1"8546source = "registry+https://github.com/rust-lang/crates.io-index"8547checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8548dependencies = [8549 "fixed-hash",8550 "impl-codec",8551 "impl-rlp",8552 "impl-serde",8553 "scale-info",8554 "uint",8555]85568557[[package]]8558name = "proc-macro-crate"8559version = "0.1.5"8560source = "registry+https://github.com/rust-lang/crates.io-index"8561checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8562dependencies = [8563 "toml",8564]85658566[[package]]8567name = "proc-macro-crate"8568version = "1.1.3"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8571dependencies = [8572 "thiserror",8573 "toml",8574]85758576[[package]]8577name = "proc-macro-error"8578version = "1.0.4"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8581dependencies = [8582 "proc-macro-error-attr",8583 "proc-macro2",8584 "quote",8585 "syn",8586 "version_check",8587]85888589[[package]]8590name = "proc-macro-error-attr"8591version = "1.0.4"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8594dependencies = [8595 "proc-macro2",8596 "quote",8597 "version_check",8598]85998600[[package]]8601name = "proc-macro2"8602version = "1.0.38"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"8605dependencies = [8606 "unicode-xid",8607]86088609[[package]]8610name = "prometheus"8611version = "0.13.0"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8614dependencies = [8615 "cfg-if 1.0.0",8616 "fnv",8617 "lazy_static",8618 "memchr",8619 "parking_lot 0.11.2",8620 "thiserror",8621]86228623[[package]]8624name = "prost"8625version = "0.9.0"8626source = "registry+https://github.com/rust-lang/crates.io-index"8627checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8628dependencies = [8629 "bytes 1.1.0",8630 "prost-derive",8631]86328633[[package]]8634name = "prost-build"8635version = "0.9.0"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8638dependencies = [8639 "bytes 1.1.0",8640 "heck 0.3.3",8641 "itertools",8642 "lazy_static",8643 "log",8644 "multimap",8645 "petgraph",8646 "prost",8647 "prost-types",8648 "regex",8649 "tempfile",8650 "which",8651]86528653[[package]]8654name = "prost-derive"8655version = "0.9.0"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8658dependencies = [8659 "anyhow",8660 "itertools",8661 "proc-macro2",8662 "quote",8663 "syn",8664]86658666[[package]]8667name = "prost-types"8668version = "0.9.0"8669source = "registry+https://github.com/rust-lang/crates.io-index"8670checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8671dependencies = [8672 "bytes 1.1.0",8673 "prost",8674]86758676[[package]]8677name = "psm"8678version = "0.1.18"8679source = "registry+https://github.com/rust-lang/crates.io-index"8680checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8681dependencies = [8682 "cc",8683]86848685[[package]]8686name = "quartz-runtime"8687version = "0.9.20"8688dependencies = [8689 "cumulus-pallet-aura-ext",8690 "cumulus-pallet-dmp-queue",8691 "cumulus-pallet-parachain-system",8692 "cumulus-pallet-xcm",8693 "cumulus-pallet-xcmp-queue",8694 "cumulus-primitives-core",8695 "cumulus-primitives-timestamp",8696 "cumulus-primitives-utility",8697 "derivative",8698 "fp-evm-mapping",8699 "fp-rpc",8700 "fp-self-contained",8701 "frame-executive",8702 "frame-support",8703 "frame-system",8704 "frame-system-rpc-runtime-api",8705 "frame-try-runtime",8706 "log",8707 "orml-vesting",8708 "pallet-aura",8709 "pallet-balances",8710 "pallet-base-fee",8711 "pallet-common",8712 "pallet-ethereum",8713 "pallet-evm",8714 "pallet-evm-coder-substrate",8715 "pallet-evm-contract-helpers",8716 "pallet-evm-migration",8717 "pallet-evm-transaction-payment",8718 "pallet-fungible",8719 "pallet-inflation",8720 "pallet-nonfungible",8721 "pallet-randomness-collective-flip",8722 "pallet-refungible",8723 "pallet-structure",8724 "pallet-sudo",8725 "pallet-template-transaction-payment",8726 "pallet-timestamp",8727 "pallet-transaction-payment",8728 "pallet-transaction-payment-rpc-runtime-api",8729 "pallet-treasury",8730 "pallet-unique",8731 "pallet-unq-scheduler",8732 "pallet-xcm",8733 "parachain-info",8734 "parity-scale-codec",8735 "polkadot-parachain",8736 "scale-info",8737 "serde",8738 "smallvec",8739 "sp-api",8740 "sp-arithmetic",8741 "sp-block-builder",8742 "sp-consensus-aura",8743 "sp-core",8744 "sp-inherents",8745 "sp-io",8746 "sp-offchain",8747 "sp-runtime",8748 "sp-session",8749 "sp-std",8750 "sp-transaction-pool",8751 "sp-version",8752 "substrate-wasm-builder",8753 "unique-runtime-common",8754 "up-data-structs",8755 "up-rpc",8756 "xcm",8757 "xcm-builder",8758 "xcm-executor",8759]87608761[[package]]8762name = "quick-error"8763version = "1.2.3"8764source = "registry+https://github.com/rust-lang/crates.io-index"8765checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87668767[[package]]8768name = "quick-error"8769version = "2.0.1"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87728773[[package]]8774name = "quicksink"8775version = "0.1.2"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8778dependencies = [8779 "futures-core",8780 "futures-sink",8781 "pin-project-lite 0.1.12",8782]87838784[[package]]8785name = "quote"8786version = "1.0.18"8787source = "registry+https://github.com/rust-lang/crates.io-index"8788checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8789dependencies = [8790 "proc-macro2",8791]87928793[[package]]8794name = "radium"8795version = "0.7.0"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87988799[[package]]8800name = "rand"8801version = "0.7.3"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8804dependencies = [8805 "getrandom 0.1.16",8806 "libc",8807 "rand_chacha 0.2.2",8808 "rand_core 0.5.1",8809 "rand_hc",8810 "rand_pcg 0.2.1",8811]88128813[[package]]8814name = "rand"8815version = "0.8.5"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8818dependencies = [8819 "libc",8820 "rand_chacha 0.3.1",8821 "rand_core 0.6.3",8822]88238824[[package]]8825name = "rand_chacha"8826version = "0.2.2"8827source = "registry+https://github.com/rust-lang/crates.io-index"8828checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8829dependencies = [8830 "ppv-lite86",8831 "rand_core 0.5.1",8832]88338834[[package]]8835name = "rand_chacha"8836version = "0.3.1"8837source = "registry+https://github.com/rust-lang/crates.io-index"8838checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8839dependencies = [8840 "ppv-lite86",8841 "rand_core 0.6.3",8842]88438844[[package]]8845name = "rand_core"8846version = "0.5.1"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8849dependencies = [8850 "getrandom 0.1.16",8851]88528853[[package]]8854name = "rand_core"8855version = "0.6.3"8856source = "registry+https://github.com/rust-lang/crates.io-index"8857checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8858dependencies = [8859 "getrandom 0.2.6",8860]88618862[[package]]8863name = "rand_distr"8864version = "0.4.3"8865source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8867dependencies = [8868 "num-traits",8869 "rand 0.8.5",8870]88718872[[package]]8873name = "rand_hc"8874version = "0.2.0"8875source = "registry+https://github.com/rust-lang/crates.io-index"8876checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8877dependencies = [8878 "rand_core 0.5.1",8879]88808881[[package]]8882name = "rand_pcg"8883version = "0.2.1"8884source = "registry+https://github.com/rust-lang/crates.io-index"8885checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8886dependencies = [8887 "rand_core 0.5.1",8888]88898890[[package]]8891name = "rand_pcg"8892version = "0.3.1"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8895dependencies = [8896 "rand_core 0.6.3",8897]88988899[[package]]8900name = "rawpointer"8901version = "0.2.1"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89048905[[package]]8906name = "rayon"8907version = "1.5.2"8908source = "registry+https://github.com/rust-lang/crates.io-index"8909checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"8910dependencies = [8911 "autocfg",8912 "crossbeam-deque",8913 "either",8914 "rayon-core",8915]89168917[[package]]8918name = "rayon-core"8919version = "1.9.2"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"8922dependencies = [8923 "crossbeam-channel",8924 "crossbeam-deque",8925 "crossbeam-utils",8926 "num_cpus",8927]89288929[[package]]8930name = "redox_syscall"8931version = "0.1.57"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"89348935[[package]]8936name = "redox_syscall"8937version = "0.2.13"8938source = "registry+https://github.com/rust-lang/crates.io-index"8939checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8940dependencies = [8941 "bitflags",8942]89438944[[package]]8945name = "redox_users"8946version = "0.3.5"8947source = "registry+https://github.com/rust-lang/crates.io-index"8948checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8949dependencies = [8950 "getrandom 0.1.16",8951 "redox_syscall 0.1.57",8952 "rust-argon2",8953]89548955[[package]]8956name = "redox_users"8957version = "0.4.3"8958source = "registry+https://github.com/rust-lang/crates.io-index"8959checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8960dependencies = [8961 "getrandom 0.2.6",8962 "redox_syscall 0.2.13",8963 "thiserror",8964]89658966[[package]]8967name = "reed-solomon-novelpoly"8968version = "1.0.0"8969source = "registry+https://github.com/rust-lang/crates.io-index"8970checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8971dependencies = [8972 "derive_more",8973 "fs-err",8974 "itertools",8975 "static_init",8976 "thiserror",8977]89788979[[package]]8980name = "ref-cast"8981version = "1.0.7"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8984dependencies = [8985 "ref-cast-impl",8986]89878988[[package]]8989name = "ref-cast-impl"8990version = "1.0.7"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8993dependencies = [8994 "proc-macro2",8995 "quote",8996 "syn",8997]89988999[[package]]9000name = "regalloc"9001version = "0.0.34"9002source = "registry+https://github.com/rust-lang/crates.io-index"9003checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9004dependencies = [9005 "log",9006 "rustc-hash",9007 "smallvec",9008]90099010[[package]]9011name = "regex"9012version = "1.5.5"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9015dependencies = [9016 "aho-corasick",9017 "memchr",9018 "regex-syntax",9019]90209021[[package]]9022name = "regex-automata"9023version = "0.1.10"9024source = "registry+https://github.com/rust-lang/crates.io-index"9025checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9026dependencies = [9027 "regex-syntax",9028]90299030[[package]]9031name = "regex-syntax"9032version = "0.6.25"9033source = "registry+https://github.com/rust-lang/crates.io-index"9034checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90359036[[package]]9037name = "region"9038version = "2.2.0"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9041dependencies = [9042 "bitflags",9043 "libc",9044 "mach",9045 "winapi 0.3.9",9046]90479048[[package]]9049name = "remote-externalities"9050version = "0.10.0-dev"9051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9052dependencies = [9053 "env_logger",9054 "jsonrpsee",9055 "log",9056 "parity-scale-codec",9057 "serde",9058 "serde_json",9059 "sp-core",9060 "sp-io",9061 "sp-runtime",9062 "sp-version",9063]90649065[[package]]9066name = "remove_dir_all"9067version = "0.5.3"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9070dependencies = [9071 "winapi 0.3.9",9072]90739074[[package]]9075name = "resolv-conf"9076version = "0.7.0"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9079dependencies = [9080 "hostname",9081 "quick-error 1.2.3",9082]90839084[[package]]9085name = "retain_mut"9086version = "0.1.7"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90899090[[package]]9091name = "ring"9092version = "0.16.20"9093source = "registry+https://github.com/rust-lang/crates.io-index"9094checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9095dependencies = [9096 "cc",9097 "libc",9098 "once_cell",9099 "spin",9100 "untrusted",9101 "web-sys",9102 "winapi 0.3.9",9103]91049105[[package]]9106name = "rlp"9107version = "0.5.1"9108source = "registry+https://github.com/rust-lang/crates.io-index"9109checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9110dependencies = [9111 "bytes 1.1.0",9112 "rustc-hex",9113]91149115[[package]]9116name = "rlp-derive"9117version = "0.1.0"9118source = "registry+https://github.com/rust-lang/crates.io-index"9119checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9120dependencies = [9121 "proc-macro2",9122 "quote",9123 "syn",9124]91259126[[package]]9127name = "rocksdb"9128version = "0.18.0"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9131dependencies = [9132 "libc",9133 "librocksdb-sys",9134]91359136[[package]]9137name = "rococo-runtime"9138version = "0.9.21"9139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9140dependencies = [9141 "beefy-merkle-tree",9142 "beefy-primitives",9143 "bp-messages",9144 "bp-rococo",9145 "bp-runtime",9146 "bp-wococo",9147 "bridge-runtime-common",9148 "frame-benchmarking",9149 "frame-executive",9150 "frame-support",9151 "frame-system",9152 "frame-system-benchmarking",9153 "frame-system-rpc-runtime-api",9154 "hex-literal",9155 "log",9156 "pallet-authority-discovery",9157 "pallet-authorship",9158 "pallet-babe",9159 "pallet-balances",9160 "pallet-beefy",9161 "pallet-beefy-mmr",9162 "pallet-bridge-dispatch",9163 "pallet-bridge-grandpa",9164 "pallet-bridge-messages",9165 "pallet-collective",9166 "pallet-grandpa",9167 "pallet-im-online",9168 "pallet-indices",9169 "pallet-membership",9170 "pallet-mmr",9171 "pallet-multisig",9172 "pallet-offences",9173 "pallet-proxy",9174 "pallet-session",9175 "pallet-staking",9176 "pallet-sudo",9177 "pallet-timestamp",9178 "pallet-transaction-payment",9179 "pallet-transaction-payment-rpc-runtime-api",9180 "pallet-utility",9181 "pallet-xcm",9182 "parity-scale-codec",9183 "polkadot-parachain",9184 "polkadot-primitives",9185 "polkadot-runtime-common",9186 "polkadot-runtime-parachains",9187 "rococo-runtime-constants",9188 "scale-info",9189 "serde",9190 "serde_derive",9191 "smallvec",9192 "sp-api",9193 "sp-authority-discovery",9194 "sp-block-builder",9195 "sp-consensus-babe",9196 "sp-core",9197 "sp-inherents",9198 "sp-io",9199 "sp-mmr-primitives",9200 "sp-offchain",9201 "sp-runtime",9202 "sp-session",9203 "sp-staking",9204 "sp-std",9205 "sp-transaction-pool",9206 "sp-version",9207 "substrate-wasm-builder",9208 "xcm",9209 "xcm-builder",9210 "xcm-executor",9211]92129213[[package]]9214name = "rococo-runtime-constants"9215version = "0.9.21"9216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9217dependencies = [9218 "frame-support",9219 "polkadot-primitives",9220 "polkadot-runtime-common",9221 "smallvec",9222 "sp-runtime",9223]92249225[[package]]9226name = "rpassword"9227version = "5.0.1"9228source = "registry+https://github.com/rust-lang/crates.io-index"9229checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9230dependencies = [9231 "libc",9232 "winapi 0.3.9",9233]92349235[[package]]9236name = "rust-argon2"9237version = "0.8.3"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9240dependencies = [9241 "base64",9242 "blake2b_simd",9243 "constant_time_eq",9244 "crossbeam-utils",9245]92469247[[package]]9248name = "rustc-demangle"9249version = "0.1.21"9250source = "registry+https://github.com/rust-lang/crates.io-index"9251checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92529253[[package]]9254name = "rustc-hash"9255version = "1.1.0"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92589259[[package]]9260name = "rustc-hex"9261version = "2.1.0"9262source = "registry+https://github.com/rust-lang/crates.io-index"9263checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92649265[[package]]9266name = "rustc_version"9267version = "0.2.3"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9270dependencies = [9271 "semver 0.9.0",9272]92739274[[package]]9275name = "rustc_version"9276version = "0.3.3"9277source = "registry+https://github.com/rust-lang/crates.io-index"9278checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9279dependencies = [9280 "semver 0.11.0",9281]92829283[[package]]9284name = "rustc_version"9285version = "0.4.0"9286source = "registry+https://github.com/rust-lang/crates.io-index"9287checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9288dependencies = [9289 "semver 1.0.9",9290]92919292[[package]]9293name = "rustix"9294version = "0.33.7"9295source = "registry+https://github.com/rust-lang/crates.io-index"9296checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9297dependencies = [9298 "bitflags",9299 "errno",9300 "io-lifetimes",9301 "libc",9302 "linux-raw-sys",9303 "winapi 0.3.9",9304]93059306[[package]]9307name = "rustls"9308version = "0.19.1"9309source = "registry+https://github.com/rust-lang/crates.io-index"9310checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9311dependencies = [9312 "base64",9313 "log",9314 "ring",9315 "sct 0.6.1",9316 "webpki 0.21.4",9317]93189319[[package]]9320name = "rustls"9321version = "0.20.4"9322source = "registry+https://github.com/rust-lang/crates.io-index"9323checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9324dependencies = [9325 "log",9326 "ring",9327 "sct 0.7.0",9328 "webpki 0.22.0",9329]93309331[[package]]9332name = "rustls-native-certs"9333version = "0.5.0"9334source = "registry+https://github.com/rust-lang/crates.io-index"9335checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9336dependencies = [9337 "openssl-probe",9338 "rustls 0.19.1",9339 "schannel",9340 "security-framework",9341]93429343[[package]]9344name = "rustls-native-certs"9345version = "0.6.2"9346source = "registry+https://github.com/rust-lang/crates.io-index"9347checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9348dependencies = [9349 "openssl-probe",9350 "rustls-pemfile",9351 "schannel",9352 "security-framework",9353]93549355[[package]]9356name = "rustls-pemfile"9357version = "1.0.0"9358source = "registry+https://github.com/rust-lang/crates.io-index"9359checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9360dependencies = [9361 "base64",9362]93639364[[package]]9365name = "rustversion"9366version = "1.0.6"9367source = "registry+https://github.com/rust-lang/crates.io-index"9368checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93699370[[package]]9371name = "rw-stream-sink"9372version = "0.2.1"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9375dependencies = [9376 "futures 0.3.21",9377 "pin-project 0.4.29",9378 "static_assertions",9379]93809381[[package]]9382name = "ryu"9383version = "1.0.9"9384source = "registry+https://github.com/rust-lang/crates.io-index"9385checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93869387[[package]]9388name = "safe-mix"9389version = "1.0.1"9390source = "registry+https://github.com/rust-lang/crates.io-index"9391checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9392dependencies = [9393 "rustc_version 0.2.3",9394]93959396[[package]]9397name = "salsa20"9398version = "0.9.0"9399source = "registry+https://github.com/rust-lang/crates.io-index"9400checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9401dependencies = [9402 "cipher",9403]94049405[[package]]9406name = "same-file"9407version = "1.0.6"9408source = "registry+https://github.com/rust-lang/crates.io-index"9409checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9410dependencies = [9411 "winapi-util",9412]94139414[[package]]9415name = "sc-allocator"9416version = "4.1.0-dev"9417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9418dependencies = [9419 "log",9420 "sp-core",9421 "sp-wasm-interface",9422 "thiserror",9423]94249425[[package]]9426name = "sc-authority-discovery"9427version = "0.10.0-dev"9428source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9429dependencies = [9430 "async-trait",9431 "futures 0.3.21",9432 "futures-timer",9433 "ip_network",9434 "libp2p",9435 "log",9436 "parity-scale-codec",9437 "prost",9438 "prost-build",9439 "rand 0.7.3",9440 "sc-client-api",9441 "sc-network",9442 "sp-api",9443 "sp-authority-discovery",9444 "sp-blockchain",9445 "sp-core",9446 "sp-keystore",9447 "sp-runtime",9448 "substrate-prometheus-endpoint",9449 "thiserror",9450]94519452[[package]]9453name = "sc-basic-authorship"9454version = "0.10.0-dev"9455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9456dependencies = [9457 "futures 0.3.21",9458 "futures-timer",9459 "log",9460 "parity-scale-codec",9461 "sc-block-builder",9462 "sc-client-api",9463 "sc-proposer-metrics",9464 "sc-telemetry",9465 "sc-transaction-pool-api",9466 "sp-api",9467 "sp-blockchain",9468 "sp-consensus",9469 "sp-core",9470 "sp-inherents",9471 "sp-runtime",9472 "substrate-prometheus-endpoint",9473]94749475[[package]]9476name = "sc-block-builder"9477version = "0.10.0-dev"9478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9479dependencies = [9480 "parity-scale-codec",9481 "sc-client-api",9482 "sp-api",9483 "sp-block-builder",9484 "sp-blockchain",9485 "sp-core",9486 "sp-inherents",9487 "sp-runtime",9488 "sp-state-machine",9489]94909491[[package]]9492name = "sc-chain-spec"9493version = "4.0.0-dev"9494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9495dependencies = [9496 "impl-trait-for-tuples",9497 "memmap2 0.5.3",9498 "parity-scale-codec",9499 "sc-chain-spec-derive",9500 "sc-network",9501 "sc-telemetry",9502 "serde",9503 "serde_json",9504 "sp-core",9505 "sp-runtime",9506]95079508[[package]]9509name = "sc-chain-spec-derive"9510version = "4.0.0-dev"9511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9512dependencies = [9513 "proc-macro-crate 1.1.3",9514 "proc-macro2",9515 "quote",9516 "syn",9517]95189519[[package]]9520name = "sc-cli"9521version = "0.10.0-dev"9522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9523dependencies = [9524 "chrono",9525 "clap",9526 "fdlimit",9527 "futures 0.3.21",9528 "hex",9529 "libp2p",9530 "log",9531 "names",9532 "parity-scale-codec",9533 "rand 0.7.3",9534 "regex",9535 "rpassword",9536 "sc-client-api",9537 "sc-keystore",9538 "sc-network",9539 "sc-service",9540 "sc-telemetry",9541 "sc-tracing",9542 "sc-utils",9543 "serde",9544 "serde_json",9545 "sp-blockchain",9546 "sp-core",9547 "sp-keyring",9548 "sp-keystore",9549 "sp-panic-handler",9550 "sp-runtime",9551 "sp-version",9552 "thiserror",9553 "tiny-bip39",9554 "tokio 1.18.1",9555]95569557[[package]]9558name = "sc-client-api"9559version = "4.0.0-dev"9560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9561dependencies = [9562 "fnv",9563 "futures 0.3.21",9564 "hash-db",9565 "log",9566 "parity-scale-codec",9567 "parking_lot 0.12.0",9568 "sc-executor",9569 "sc-transaction-pool-api",9570 "sc-utils",9571 "sp-api",9572 "sp-blockchain",9573 "sp-consensus",9574 "sp-core",9575 "sp-database",9576 "sp-externalities",9577 "sp-keystore",9578 "sp-runtime",9579 "sp-state-machine",9580 "sp-storage",9581 "sp-trie",9582 "substrate-prometheus-endpoint",9583]95849585[[package]]9586name = "sc-client-db"9587version = "0.10.0-dev"9588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9589dependencies = [9590 "hash-db",9591 "kvdb",9592 "kvdb-memorydb",9593 "kvdb-rocksdb",9594 "linked-hash-map",9595 "log",9596 "parity-db",9597 "parity-scale-codec",9598 "parking_lot 0.12.0",9599 "sc-client-api",9600 "sc-state-db",9601 "sp-arithmetic",9602 "sp-blockchain",9603 "sp-core",9604 "sp-database",9605 "sp-runtime",9606 "sp-state-machine",9607 "sp-trie",9608]96099610[[package]]9611name = "sc-consensus"9612version = "0.10.0-dev"9613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9614dependencies = [9615 "async-trait",9616 "futures 0.3.21",9617 "futures-timer",9618 "libp2p",9619 "log",9620 "parking_lot 0.12.0",9621 "sc-client-api",9622 "sc-utils",9623 "serde",9624 "sp-api",9625 "sp-blockchain",9626 "sp-consensus",9627 "sp-core",9628 "sp-runtime",9629 "sp-state-machine",9630 "substrate-prometheus-endpoint",9631 "thiserror",9632]96339634[[package]]9635name = "sc-consensus-aura"9636version = "0.10.0-dev"9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9638dependencies = [9639 "async-trait",9640 "futures 0.3.21",9641 "log",9642 "parity-scale-codec",9643 "sc-block-builder",9644 "sc-client-api",9645 "sc-consensus",9646 "sc-consensus-slots",9647 "sc-telemetry",9648 "sp-api",9649 "sp-application-crypto",9650 "sp-block-builder",9651 "sp-blockchain",9652 "sp-consensus",9653 "sp-consensus-aura",9654 "sp-consensus-slots",9655 "sp-core",9656 "sp-inherents",9657 "sp-keystore",9658 "sp-runtime",9659 "substrate-prometheus-endpoint",9660 "thiserror",9661]96629663[[package]]9664name = "sc-consensus-babe"9665version = "0.10.0-dev"9666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9667dependencies = [9668 "async-trait",9669 "fork-tree",9670 "futures 0.3.21",9671 "log",9672 "merlin",9673 "num-bigint",9674 "num-rational 0.2.4",9675 "num-traits",9676 "parity-scale-codec",9677 "parking_lot 0.12.0",9678 "rand 0.7.3",9679 "retain_mut",9680 "sc-client-api",9681 "sc-consensus",9682 "sc-consensus-epochs",9683 "sc-consensus-slots",9684 "sc-keystore",9685 "sc-telemetry",9686 "schnorrkel",9687 "serde",9688 "sp-api",9689 "sp-application-crypto",9690 "sp-block-builder",9691 "sp-blockchain",9692 "sp-consensus",9693 "sp-consensus-babe",9694 "sp-consensus-slots",9695 "sp-consensus-vrf",9696 "sp-core",9697 "sp-inherents",9698 "sp-io",9699 "sp-keystore",9700 "sp-runtime",9701 "sp-version",9702 "substrate-prometheus-endpoint",9703 "thiserror",9704]97059706[[package]]9707name = "sc-consensus-babe-rpc"9708version = "0.10.0-dev"9709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9710dependencies = [9711 "futures 0.3.21",9712 "jsonrpc-core",9713 "jsonrpc-core-client",9714 "jsonrpc-derive",9715 "sc-consensus-babe",9716 "sc-consensus-epochs",9717 "sc-rpc-api",9718 "serde",9719 "sp-api",9720 "sp-application-crypto",9721 "sp-blockchain",9722 "sp-consensus",9723 "sp-consensus-babe",9724 "sp-core",9725 "sp-keystore",9726 "sp-runtime",9727 "thiserror",9728]97299730[[package]]9731name = "sc-consensus-epochs"9732version = "0.10.0-dev"9733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9734dependencies = [9735 "fork-tree",9736 "parity-scale-codec",9737 "sc-client-api",9738 "sc-consensus",9739 "sp-blockchain",9740 "sp-runtime",9741]97429743[[package]]9744name = "sc-consensus-manual-seal"9745version = "0.10.0-dev"9746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9747dependencies = [9748 "assert_matches",9749 "async-trait",9750 "futures 0.3.21",9751 "jsonrpc-core",9752 "jsonrpc-core-client",9753 "jsonrpc-derive",9754 "log",9755 "parity-scale-codec",9756 "sc-client-api",9757 "sc-consensus",9758 "sc-consensus-aura",9759 "sc-consensus-babe",9760 "sc-consensus-epochs",9761 "sc-transaction-pool",9762 "sc-transaction-pool-api",9763 "serde",9764 "sp-api",9765 "sp-blockchain",9766 "sp-consensus",9767 "sp-consensus-aura",9768 "sp-consensus-babe",9769 "sp-consensus-slots",9770 "sp-core",9771 "sp-inherents",9772 "sp-keystore",9773 "sp-runtime",9774 "sp-timestamp",9775 "substrate-prometheus-endpoint",9776 "thiserror",9777]97789779[[package]]9780name = "sc-consensus-slots"9781version = "0.10.0-dev"9782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9783dependencies = [9784 "async-trait",9785 "futures 0.3.21",9786 "futures-timer",9787 "log",9788 "parity-scale-codec",9789 "sc-client-api",9790 "sc-consensus",9791 "sc-telemetry",9792 "sp-arithmetic",9793 "sp-blockchain",9794 "sp-consensus",9795 "sp-consensus-slots",9796 "sp-core",9797 "sp-inherents",9798 "sp-runtime",9799 "sp-state-machine",9800 "sp-timestamp",9801 "thiserror",9802]98039804[[package]]9805name = "sc-consensus-uncles"9806version = "0.10.0-dev"9807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9808dependencies = [9809 "sc-client-api",9810 "sp-authorship",9811 "sp-runtime",9812 "thiserror",9813]98149815[[package]]9816name = "sc-executor"9817version = "0.10.0-dev"9818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9819dependencies = [9820 "lazy_static",9821 "lru 0.7.5",9822 "parity-scale-codec",9823 "parking_lot 0.12.0",9824 "sc-executor-common",9825 "sc-executor-wasmi",9826 "sc-executor-wasmtime",9827 "sp-api",9828 "sp-core",9829 "sp-core-hashing-proc-macro",9830 "sp-externalities",9831 "sp-io",9832 "sp-panic-handler",9833 "sp-runtime-interface",9834 "sp-tasks",9835 "sp-trie",9836 "sp-version",9837 "sp-wasm-interface",9838 "tracing",9839 "wasmi",9840]98419842[[package]]9843name = "sc-executor-common"9844version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9846dependencies = [9847 "environmental",9848 "parity-scale-codec",9849 "sc-allocator",9850 "sp-core",9851 "sp-maybe-compressed-blob",9852 "sp-serializer",9853 "sp-wasm-interface",9854 "thiserror",9855 "wasm-instrument",9856 "wasmi",9857]98589859[[package]]9860name = "sc-executor-wasmi"9861version = "0.10.0-dev"9862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9863dependencies = [9864 "log",9865 "parity-scale-codec",9866 "sc-allocator",9867 "sc-executor-common",9868 "scoped-tls",9869 "sp-core",9870 "sp-runtime-interface",9871 "sp-wasm-interface",9872 "wasmi",9873]98749875[[package]]9876name = "sc-executor-wasmtime"9877version = "0.10.0-dev"9878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9879dependencies = [9880 "cfg-if 1.0.0",9881 "libc",9882 "log",9883 "parity-scale-codec",9884 "parity-wasm 0.42.2",9885 "sc-allocator",9886 "sc-executor-common",9887 "sp-core",9888 "sp-runtime-interface",9889 "sp-wasm-interface",9890 "wasmtime",9891]98929893[[package]]9894name = "sc-finality-grandpa"9895version = "0.10.0-dev"9896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9897dependencies = [9898 "ahash",9899 "async-trait",9900 "dyn-clone",9901 "finality-grandpa",9902 "fork-tree",9903 "futures 0.3.21",9904 "futures-timer",9905 "hex",9906 "log",9907 "parity-scale-codec",9908 "parking_lot 0.12.0",9909 "rand 0.8.5",9910 "sc-block-builder",9911 "sc-chain-spec",9912 "sc-client-api",9913 "sc-consensus",9914 "sc-keystore",9915 "sc-network",9916 "sc-network-gossip",9917 "sc-telemetry",9918 "sc-utils",9919 "serde_json",9920 "sp-api",9921 "sp-application-crypto",9922 "sp-arithmetic",9923 "sp-blockchain",9924 "sp-consensus",9925 "sp-core",9926 "sp-finality-grandpa",9927 "sp-keystore",9928 "sp-runtime",9929 "substrate-prometheus-endpoint",9930 "thiserror",9931]99329933[[package]]9934name = "sc-finality-grandpa-rpc"9935version = "0.10.0-dev"9936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9937dependencies = [9938 "finality-grandpa",9939 "futures 0.3.21",9940 "jsonrpc-core",9941 "jsonrpc-core-client",9942 "jsonrpc-derive",9943 "jsonrpc-pubsub",9944 "log",9945 "parity-scale-codec",9946 "sc-client-api",9947 "sc-finality-grandpa",9948 "sc-rpc",9949 "serde",9950 "serde_json",9951 "sp-blockchain",9952 "sp-core",9953 "sp-runtime",9954 "thiserror",9955]99569957[[package]]9958name = "sc-informant"9959version = "0.10.0-dev"9960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9961dependencies = [9962 "ansi_term",9963 "futures 0.3.21",9964 "futures-timer",9965 "log",9966 "parity-util-mem",9967 "sc-client-api",9968 "sc-network",9969 "sc-transaction-pool-api",9970 "sp-blockchain",9971 "sp-runtime",9972]99739974[[package]]9975name = "sc-keystore"9976version = "4.0.0-dev"9977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9978dependencies = [9979 "async-trait",9980 "hex",9981 "parking_lot 0.12.0",9982 "serde_json",9983 "sp-application-crypto",9984 "sp-core",9985 "sp-keystore",9986 "thiserror",9987]99889989[[package]]9990name = "sc-network"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9993dependencies = [9994 "async-trait",9995 "asynchronous-codec 0.5.0",9996 "bitflags",9997 "bytes 1.1.0",9998 "cid",9999 "either",10000 "fnv",10001 "fork-tree",10002 "futures 0.3.21",10003 "futures-timer",10004 "hex",10005 "ip_network",10006 "libp2p",10007 "linked-hash-map",10008 "linked_hash_set",10009 "log",10010 "lru 0.7.5",10011 "parity-scale-codec",10012 "parking_lot 0.12.0",10013 "pin-project 1.0.10",10014 "prost",10015 "prost-build",10016 "rand 0.7.3",10017 "sc-block-builder",10018 "sc-client-api",10019 "sc-consensus",10020 "sc-peerset",10021 "sc-utils",10022 "serde",10023 "serde_json",10024 "smallvec",10025 "sp-arithmetic",10026 "sp-blockchain",10027 "sp-consensus",10028 "sp-core",10029 "sp-finality-grandpa",10030 "sp-runtime",10031 "substrate-prometheus-endpoint",10032 "thiserror",10033 "unsigned-varint 0.6.0",10034 "void",10035 "zeroize",10036]1003710038[[package]]10039name = "sc-network-gossip"10040version = "0.10.0-dev"10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10042dependencies = [10043 "ahash",10044 "futures 0.3.21",10045 "futures-timer",10046 "libp2p",10047 "log",10048 "lru 0.7.5",10049 "sc-network",10050 "sp-runtime",10051 "substrate-prometheus-endpoint",10052 "tracing",10053]1005410055[[package]]10056name = "sc-offchain"10057version = "4.0.0-dev"10058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10059dependencies = [10060 "bytes 1.1.0",10061 "fnv",10062 "futures 0.3.21",10063 "futures-timer",10064 "hex",10065 "hyper",10066 "hyper-rustls 0.22.1",10067 "num_cpus",10068 "once_cell",10069 "parity-scale-codec",10070 "parking_lot 0.12.0",10071 "rand 0.7.3",10072 "sc-client-api",10073 "sc-network",10074 "sc-utils",10075 "sp-api",10076 "sp-core",10077 "sp-offchain",10078 "sp-runtime",10079 "threadpool",10080 "tracing",10081]1008210083[[package]]10084name = "sc-peerset"10085version = "4.0.0-dev"10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10087dependencies = [10088 "futures 0.3.21",10089 "libp2p",10090 "log",10091 "sc-utils",10092 "serde_json",10093 "wasm-timer",10094]1009510096[[package]]10097name = "sc-proposer-metrics"10098version = "0.10.0-dev"10099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10100dependencies = [10101 "log",10102 "substrate-prometheus-endpoint",10103]1010410105[[package]]10106name = "sc-rpc"10107version = "4.0.0-dev"10108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10109dependencies = [10110 "futures 0.3.21",10111 "hash-db",10112 "jsonrpc-core",10113 "jsonrpc-pubsub",10114 "log",10115 "parity-scale-codec",10116 "parking_lot 0.12.0",10117 "sc-block-builder",10118 "sc-chain-spec",10119 "sc-client-api",10120 "sc-rpc-api",10121 "sc-tracing",10122 "sc-transaction-pool-api",10123 "sc-utils",10124 "serde_json",10125 "sp-api",10126 "sp-blockchain",10127 "sp-core",10128 "sp-keystore",10129 "sp-offchain",10130 "sp-rpc",10131 "sp-runtime",10132 "sp-session",10133 "sp-version",10134]1013510136[[package]]10137name = "sc-rpc-api"10138version = "0.10.0-dev"10139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10140dependencies = [10141 "futures 0.3.21",10142 "jsonrpc-core",10143 "jsonrpc-core-client",10144 "jsonrpc-derive",10145 "jsonrpc-pubsub",10146 "log",10147 "parity-scale-codec",10148 "parking_lot 0.12.0",10149 "sc-chain-spec",10150 "sc-transaction-pool-api",10151 "scale-info",10152 "serde",10153 "serde_json",10154 "sp-core",10155 "sp-rpc",10156 "sp-runtime",10157 "sp-tracing",10158 "sp-version",10159 "thiserror",10160]1016110162[[package]]10163name = "sc-rpc-server"10164version = "4.0.0-dev"10165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10166dependencies = [10167 "futures 0.3.21",10168 "jsonrpc-core",10169 "jsonrpc-http-server",10170 "jsonrpc-ipc-server",10171 "jsonrpc-pubsub",10172 "jsonrpc-ws-server",10173 "log",10174 "serde_json",10175 "substrate-prometheus-endpoint",10176 "tokio 1.18.1",10177]1017810179[[package]]10180name = "sc-service"10181version = "0.10.0-dev"10182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10183dependencies = [10184 "async-trait",10185 "directories",10186 "exit-future",10187 "futures 0.3.21",10188 "futures-timer",10189 "hash-db",10190 "jsonrpc-core",10191 "jsonrpc-pubsub",10192 "log",10193 "parity-scale-codec",10194 "parity-util-mem",10195 "parking_lot 0.12.0",10196 "pin-project 1.0.10",10197 "rand 0.7.3",10198 "sc-block-builder",10199 "sc-chain-spec",10200 "sc-client-api",10201 "sc-client-db",10202 "sc-consensus",10203 "sc-executor",10204 "sc-informant",10205 "sc-keystore",10206 "sc-network",10207 "sc-offchain",10208 "sc-rpc",10209 "sc-rpc-server",10210 "sc-sysinfo",10211 "sc-telemetry",10212 "sc-tracing",10213 "sc-transaction-pool",10214 "sc-transaction-pool-api",10215 "sc-utils",10216 "serde",10217 "serde_json",10218 "sp-api",10219 "sp-application-crypto",10220 "sp-block-builder",10221 "sp-blockchain",10222 "sp-consensus",10223 "sp-core",10224 "sp-externalities",10225 "sp-inherents",10226 "sp-keystore",10227 "sp-runtime",10228 "sp-session",10229 "sp-state-machine",10230 "sp-storage",10231 "sp-tracing",10232 "sp-transaction-pool",10233 "sp-transaction-storage-proof",10234 "sp-trie",10235 "sp-version",10236 "substrate-prometheus-endpoint",10237 "tempfile",10238 "thiserror",10239 "tokio 1.18.1",10240 "tracing",10241 "tracing-futures",10242]1024310244[[package]]10245name = "sc-state-db"10246version = "0.10.0-dev"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10248dependencies = [10249 "log",10250 "parity-scale-codec",10251 "parity-util-mem",10252 "parity-util-mem-derive",10253 "parking_lot 0.12.0",10254 "sc-client-api",10255 "sp-core",10256]1025710258[[package]]10259name = "sc-sync-state-rpc"10260version = "0.10.0-dev"10261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10262dependencies = [10263 "jsonrpc-core",10264 "jsonrpc-core-client",10265 "jsonrpc-derive",10266 "parity-scale-codec",10267 "sc-chain-spec",10268 "sc-client-api",10269 "sc-consensus-babe",10270 "sc-consensus-epochs",10271 "sc-finality-grandpa",10272 "serde",10273 "serde_json",10274 "sp-blockchain",10275 "sp-runtime",10276 "thiserror",10277]1027810279[[package]]10280name = "sc-sysinfo"10281version = "6.0.0-dev"10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10283dependencies = [10284 "futures 0.3.21",10285 "libc",10286 "log",10287 "rand 0.7.3",10288 "rand_pcg 0.2.1",10289 "regex",10290 "sc-telemetry",10291 "serde",10292 "serde_json",10293 "sp-core",10294 "sp-io",10295 "sp-std",10296]1029710298[[package]]10299name = "sc-telemetry"10300version = "4.0.0-dev"10301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10302dependencies = [10303 "chrono",10304 "futures 0.3.21",10305 "libp2p",10306 "log",10307 "parking_lot 0.12.0",10308 "pin-project 1.0.10",10309 "rand 0.7.3",10310 "serde",10311 "serde_json",10312 "thiserror",10313 "wasm-timer",10314]1031510316[[package]]10317name = "sc-tracing"10318version = "4.0.0-dev"10319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10320dependencies = [10321 "ansi_term",10322 "atty",10323 "chrono",10324 "lazy_static",10325 "libc",10326 "log",10327 "once_cell",10328 "parking_lot 0.12.0",10329 "regex",10330 "rustc-hash",10331 "sc-client-api",10332 "sc-rpc-server",10333 "sc-tracing-proc-macro",10334 "serde",10335 "sp-api",10336 "sp-blockchain",10337 "sp-core",10338 "sp-rpc",10339 "sp-runtime",10340 "sp-tracing",10341 "thiserror",10342 "tracing",10343 "tracing-log",10344 "tracing-subscriber",10345]1034610347[[package]]10348name = "sc-tracing-proc-macro"10349version = "4.0.0-dev"10350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10351dependencies = [10352 "proc-macro-crate 1.1.3",10353 "proc-macro2",10354 "quote",10355 "syn",10356]1035710358[[package]]10359name = "sc-transaction-pool"10360version = "4.0.0-dev"10361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10362dependencies = [10363 "futures 0.3.21",10364 "futures-timer",10365 "linked-hash-map",10366 "log",10367 "parity-scale-codec",10368 "parity-util-mem",10369 "parking_lot 0.12.0",10370 "retain_mut",10371 "sc-client-api",10372 "sc-transaction-pool-api",10373 "sc-utils",10374 "serde",10375 "sp-api",10376 "sp-blockchain",10377 "sp-core",10378 "sp-runtime",10379 "sp-tracing",10380 "sp-transaction-pool",10381 "substrate-prometheus-endpoint",10382 "thiserror",10383]1038410385[[package]]10386name = "sc-transaction-pool-api"10387version = "4.0.0-dev"10388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10389dependencies = [10390 "futures 0.3.21",10391 "log",10392 "serde",10393 "sp-blockchain",10394 "sp-runtime",10395 "thiserror",10396]1039710398[[package]]10399name = "sc-utils"10400version = "4.0.0-dev"10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10402dependencies = [10403 "futures 0.3.21",10404 "futures-timer",10405 "lazy_static",10406 "log",10407 "parking_lot 0.12.0",10408 "prometheus",10409]1041010411[[package]]10412name = "scale-info"10413version = "2.1.1"10414source = "registry+https://github.com/rust-lang/crates.io-index"10415checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"10416dependencies = [10417 "bitvec",10418 "cfg-if 1.0.0",10419 "derive_more",10420 "parity-scale-codec",10421 "scale-info-derive",10422 "serde",10423]1042410425[[package]]10426name = "scale-info-derive"10427version = "2.1.1"10428source = "registry+https://github.com/rust-lang/crates.io-index"10429checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"10430dependencies = [10431 "proc-macro-crate 1.1.3",10432 "proc-macro2",10433 "quote",10434 "syn",10435]1043610437[[package]]10438name = "schannel"10439version = "0.1.19"10440source = "registry+https://github.com/rust-lang/crates.io-index"10441checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10442dependencies = [10443 "lazy_static",10444 "winapi 0.3.9",10445]1044610447[[package]]10448name = "schnorrkel"10449version = "0.9.1"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10452dependencies = [10453 "arrayref",10454 "arrayvec 0.5.2",10455 "curve25519-dalek 2.1.3",10456 "getrandom 0.1.16",10457 "merlin",10458 "rand 0.7.3",10459 "rand_core 0.5.1",10460 "sha2 0.8.2",10461 "subtle",10462 "zeroize",10463]1046410465[[package]]10466name = "scoped-tls"10467version = "1.0.0"10468source = "registry+https://github.com/rust-lang/crates.io-index"10469checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1047010471[[package]]10472name = "scopeguard"10473version = "1.1.0"10474source = "registry+https://github.com/rust-lang/crates.io-index"10475checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1047610477[[package]]10478name = "sct"10479version = "0.6.1"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10482dependencies = [10483 "ring",10484 "untrusted",10485]1048610487[[package]]10488name = "sct"10489version = "0.7.0"10490source = "registry+https://github.com/rust-lang/crates.io-index"10491checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10492dependencies = [10493 "ring",10494 "untrusted",10495]1049610497[[package]]10498name = "sec1"10499version = "0.2.1"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10502dependencies = [10503 "der",10504 "generic-array 0.14.5",10505 "pkcs8",10506 "subtle",10507 "zeroize",10508]1050910510[[package]]10511name = "secp256k1"10512version = "0.21.3"10513source = "registry+https://github.com/rust-lang/crates.io-index"10514checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10515dependencies = [10516 "secp256k1-sys",10517]1051810519[[package]]10520name = "secp256k1-sys"10521version = "0.4.2"10522source = "registry+https://github.com/rust-lang/crates.io-index"10523checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10524dependencies = [10525 "cc",10526]1052710528[[package]]10529name = "secrecy"10530version = "0.8.0"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10533dependencies = [10534 "zeroize",10535]1053610537[[package]]10538name = "security-framework"10539version = "2.6.1"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10542dependencies = [10543 "bitflags",10544 "core-foundation",10545 "core-foundation-sys",10546 "libc",10547 "security-framework-sys",10548]1054910550[[package]]10551name = "security-framework-sys"10552version = "2.6.1"10553source = "registry+https://github.com/rust-lang/crates.io-index"10554checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10555dependencies = [10556 "core-foundation-sys",10557 "libc",10558]1055910560[[package]]10561name = "semver"10562version = "0.6.0"10563source = "registry+https://github.com/rust-lang/crates.io-index"10564checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10565dependencies = [10566 "semver-parser 0.7.0",10567]1056810569[[package]]10570name = "semver"10571version = "0.9.0"10572source = "registry+https://github.com/rust-lang/crates.io-index"10573checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10574dependencies = [10575 "semver-parser 0.7.0",10576]1057710578[[package]]10579name = "semver"10580version = "0.11.0"10581source = "registry+https://github.com/rust-lang/crates.io-index"10582checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10583dependencies = [10584 "semver-parser 0.10.2",10585]1058610587[[package]]10588name = "semver"10589version = "1.0.9"10590source = "registry+https://github.com/rust-lang/crates.io-index"10591checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10592dependencies = [10593 "serde",10594]1059510596[[package]]10597name = "semver-parser"10598version = "0.7.0"10599source = "registry+https://github.com/rust-lang/crates.io-index"10600checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1060110602[[package]]10603name = "semver-parser"10604version = "0.10.2"10605source = "registry+https://github.com/rust-lang/crates.io-index"10606checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10607dependencies = [10608 "pest",10609]1061010611[[package]]10612name = "serde"10613version = "1.0.137"10614source = "registry+https://github.com/rust-lang/crates.io-index"10615checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10616dependencies = [10617 "serde_derive",10618]1061910620[[package]]10621name = "serde_derive"10622version = "1.0.137"10623source = "registry+https://github.com/rust-lang/crates.io-index"10624checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10625dependencies = [10626 "proc-macro2",10627 "quote",10628 "syn",10629]1063010631[[package]]10632name = "serde_json"10633version = "1.0.81"10634source = "registry+https://github.com/rust-lang/crates.io-index"10635checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10636dependencies = [10637 "itoa 1.0.1",10638 "ryu",10639 "serde",10640]1064110642[[package]]10643name = "serde_nanos"10644version = "0.1.2"10645source = "registry+https://github.com/rust-lang/crates.io-index"10646checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10647dependencies = [10648 "serde",10649]1065010651[[package]]10652name = "sha-1"10653version = "0.8.2"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"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 = "sha-1"10665version = "0.9.8"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"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.8.2"10679source = "registry+https://github.com/rust-lang/crates.io-index"10680checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10681dependencies = [10682 "block-buffer 0.7.3",10683 "digest 0.8.1",10684 "fake-simd",10685 "opaque-debug 0.2.3",10686]1068710688[[package]]10689name = "sha2"10690version = "0.9.9"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10693dependencies = [10694 "block-buffer 0.9.0",10695 "cfg-if 1.0.0",10696 "cpufeatures 0.2.2",10697 "digest 0.9.0",10698 "opaque-debug 0.3.0",10699]1070010701[[package]]10702name = "sha2"10703version = "0.10.2"10704source = "registry+https://github.com/rust-lang/crates.io-index"10705checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10706dependencies = [10707 "cfg-if 1.0.0",10708 "cpufeatures 0.2.2",10709 "digest 0.10.3",10710]1071110712[[package]]10713name = "sha3"10714version = "0.9.1"10715source = "registry+https://github.com/rust-lang/crates.io-index"10716checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10717dependencies = [10718 "block-buffer 0.9.0",10719 "digest 0.9.0",10720 "keccak",10721 "opaque-debug 0.3.0",10722]1072310724[[package]]10725name = "sha3"10726version = "0.10.1"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10729dependencies = [10730 "digest 0.10.3",10731 "keccak",10732]1073310734[[package]]10735name = "sharded-slab"10736version = "0.1.4"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10739dependencies = [10740 "lazy_static",10741]1074210743[[package]]10744name = "shlex"10745version = "1.1.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1074810749[[package]]10750name = "signal-hook"10751version = "0.3.13"10752source = "registry+https://github.com/rust-lang/crates.io-index"10753checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10754dependencies = [10755 "libc",10756 "signal-hook-registry",10757]1075810759[[package]]10760name = "signal-hook-registry"10761version = "1.4.0"10762source = "registry+https://github.com/rust-lang/crates.io-index"10763checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10764dependencies = [10765 "libc",10766]1076710768[[package]]10769name = "signature"10770version = "1.4.0"10771source = "registry+https://github.com/rust-lang/crates.io-index"10772checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10773dependencies = [10774 "rand_core 0.6.3",10775]1077610777[[package]]10778name = "simba"10779version = "0.5.1"10780source = "registry+https://github.com/rust-lang/crates.io-index"10781checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10782dependencies = [10783 "approx",10784 "num-complex",10785 "num-traits",10786 "paste",10787]1078810789[[package]]10790name = "slab"10791version = "0.4.6"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1079410795[[package]]10796name = "slot-range-helper"10797version = "0.9.21"10798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10799dependencies = [10800 "enumn",10801 "parity-scale-codec",10802 "paste",10803 "sp-runtime",10804 "sp-std",10805]1080610807[[package]]10808name = "slotmap"10809version = "1.0.6"10810source = "registry+https://github.com/rust-lang/crates.io-index"10811checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10812dependencies = [10813 "version_check",10814]1081510816[[package]]10817name = "smallvec"10818version = "1.8.0"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1082110822[[package]]10823name = "snap"10824version = "1.0.5"10825source = "registry+https://github.com/rust-lang/crates.io-index"10826checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1082710828[[package]]10829name = "snow"10830version = "0.8.0"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10833dependencies = [10834 "aes-gcm",10835 "blake2 0.9.2",10836 "chacha20poly1305",10837 "rand 0.8.5",10838 "rand_core 0.6.3",10839 "ring",10840 "rustc_version 0.3.3",10841 "sha2 0.9.9",10842 "subtle",10843 "x25519-dalek",10844]1084510846[[package]]10847name = "socket2"10848version = "0.3.19"10849source = "registry+https://github.com/rust-lang/crates.io-index"10850checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10851dependencies = [10852 "cfg-if 1.0.0",10853 "libc",10854 "winapi 0.3.9",10855]1085610857[[package]]10858name = "socket2"10859version = "0.4.4"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10862dependencies = [10863 "libc",10864 "winapi 0.3.9",10865]1086610867[[package]]10868name = "soketto"10869version = "0.7.1"10870source = "registry+https://github.com/rust-lang/crates.io-index"10871checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10872dependencies = [10873 "base64",10874 "bytes 1.1.0",10875 "flate2",10876 "futures 0.3.21",10877 "httparse",10878 "log",10879 "rand 0.8.5",10880 "sha-1 0.9.8",10881]1088210883[[package]]10884name = "sp-api"10885version = "4.0.0-dev"10886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10887dependencies = [10888 "hash-db",10889 "log",10890 "parity-scale-codec",10891 "sp-api-proc-macro",10892 "sp-core",10893 "sp-runtime",10894 "sp-state-machine",10895 "sp-std",10896 "sp-version",10897 "thiserror",10898]1089910900[[package]]10901name = "sp-api-proc-macro"10902version = "4.0.0-dev"10903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10904dependencies = [10905 "blake2 0.10.4",10906 "proc-macro-crate 1.1.3",10907 "proc-macro2",10908 "quote",10909 "syn",10910]1091110912[[package]]10913name = "sp-application-crypto"10914version = "6.0.0"10915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10916dependencies = [10917 "parity-scale-codec",10918 "scale-info",10919 "serde",10920 "sp-core",10921 "sp-io",10922 "sp-std",10923]1092410925[[package]]10926name = "sp-arithmetic"10927version = "5.0.0"10928source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10929dependencies = [10930 "integer-sqrt",10931 "num-traits",10932 "parity-scale-codec",10933 "scale-info",10934 "serde",10935 "sp-debug-derive",10936 "sp-std",10937 "static_assertions",10938]1093910940[[package]]10941name = "sp-authority-discovery"10942version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10944dependencies = [10945 "parity-scale-codec",10946 "scale-info",10947 "sp-api",10948 "sp-application-crypto",10949 "sp-runtime",10950 "sp-std",10951]1095210953[[package]]10954name = "sp-authorship"10955version = "4.0.0-dev"10956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10957dependencies = [10958 "async-trait",10959 "parity-scale-codec",10960 "sp-inherents",10961 "sp-runtime",10962 "sp-std",10963]1096410965[[package]]10966name = "sp-block-builder"10967version = "4.0.0-dev"10968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10969dependencies = [10970 "parity-scale-codec",10971 "sp-api",10972 "sp-inherents",10973 "sp-runtime",10974 "sp-std",10975]1097610977[[package]]10978name = "sp-blockchain"10979version = "4.0.0-dev"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10981dependencies = [10982 "futures 0.3.21",10983 "log",10984 "lru 0.7.5",10985 "parity-scale-codec",10986 "parking_lot 0.12.0",10987 "sp-api",10988 "sp-consensus",10989 "sp-database",10990 "sp-runtime",10991 "sp-state-machine",10992 "thiserror",10993]1099410995[[package]]10996name = "sp-consensus"10997version = "0.10.0-dev"10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10999dependencies = [11000 "async-trait",11001 "futures 0.3.21",11002 "futures-timer",11003 "log",11004 "parity-scale-codec",11005 "sp-core",11006 "sp-inherents",11007 "sp-runtime",11008 "sp-state-machine",11009 "sp-std",11010 "sp-version",11011 "thiserror",11012]1101311014[[package]]11015name = "sp-consensus-aura"11016version = "0.10.0-dev"11017source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11018dependencies = [11019 "async-trait",11020 "parity-scale-codec",11021 "scale-info",11022 "sp-api",11023 "sp-application-crypto",11024 "sp-consensus",11025 "sp-consensus-slots",11026 "sp-inherents",11027 "sp-runtime",11028 "sp-std",11029 "sp-timestamp",11030]1103111032[[package]]11033name = "sp-consensus-babe"11034version = "0.10.0-dev"11035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11036dependencies = [11037 "async-trait",11038 "merlin",11039 "parity-scale-codec",11040 "scale-info",11041 "serde",11042 "sp-api",11043 "sp-application-crypto",11044 "sp-consensus",11045 "sp-consensus-slots",11046 "sp-consensus-vrf",11047 "sp-core",11048 "sp-inherents",11049 "sp-keystore",11050 "sp-runtime",11051 "sp-std",11052 "sp-timestamp",11053]1105411055[[package]]11056name = "sp-consensus-slots"11057version = "0.10.0-dev"11058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11059dependencies = [11060 "parity-scale-codec",11061 "scale-info",11062 "serde",11063 "sp-arithmetic",11064 "sp-runtime",11065 "sp-std",11066 "sp-timestamp",11067]1106811069[[package]]11070name = "sp-consensus-vrf"11071version = "0.10.0-dev"11072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11073dependencies = [11074 "parity-scale-codec",11075 "schnorrkel",11076 "sp-core",11077 "sp-runtime",11078 "sp-std",11079]1108011081[[package]]11082name = "sp-core"11083version = "6.0.0"11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11085dependencies = [11086 "base58",11087 "bitflags",11088 "blake2-rfc",11089 "byteorder",11090 "dyn-clonable",11091 "ed25519-dalek",11092 "futures 0.3.21",11093 "hash-db",11094 "hash256-std-hasher",11095 "hex",11096 "impl-serde",11097 "lazy_static",11098 "libsecp256k1",11099 "log",11100 "merlin",11101 "num-traits",11102 "parity-scale-codec",11103 "parity-util-mem",11104 "parking_lot 0.12.0",11105 "primitive-types",11106 "rand 0.7.3",11107 "regex",11108 "scale-info",11109 "schnorrkel",11110 "secp256k1",11111 "secrecy",11112 "serde",11113 "sp-core-hashing",11114 "sp-debug-derive",11115 "sp-externalities",11116 "sp-runtime-interface",11117 "sp-std",11118 "sp-storage",11119 "ss58-registry",11120 "substrate-bip39",11121 "thiserror",11122 "tiny-bip39",11123 "wasmi",11124 "zeroize",11125]1112611127[[package]]11128name = "sp-core-hashing"11129version = "4.0.0"11130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11131dependencies = [11132 "blake2 0.10.4",11133 "byteorder",11134 "digest 0.10.3",11135 "sha2 0.10.2",11136 "sha3 0.10.1",11137 "sp-std",11138 "twox-hash",11139]1114011141[[package]]11142name = "sp-core-hashing-proc-macro"11143version = "5.0.0"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11145dependencies = [11146 "proc-macro2",11147 "quote",11148 "sp-core-hashing",11149 "syn",11150]1115111152[[package]]11153name = "sp-database"11154version = "4.0.0-dev"11155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11156dependencies = [11157 "kvdb",11158 "parking_lot 0.12.0",11159]1116011161[[package]]11162name = "sp-debug-derive"11163version = "4.0.0"11164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11165dependencies = [11166 "proc-macro2",11167 "quote",11168 "syn",11169]1117011171[[package]]11172name = "sp-externalities"11173version = "0.12.0"11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11175dependencies = [11176 "environmental",11177 "parity-scale-codec",11178 "sp-std",11179 "sp-storage",11180]1118111182[[package]]11183name = "sp-finality-grandpa"11184version = "4.0.0-dev"11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11186dependencies = [11187 "finality-grandpa",11188 "log",11189 "parity-scale-codec",11190 "scale-info",11191 "serde",11192 "sp-api",11193 "sp-application-crypto",11194 "sp-core",11195 "sp-keystore",11196 "sp-runtime",11197 "sp-std",11198]1119911200[[package]]11201name = "sp-inherents"11202version = "4.0.0-dev"11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11204dependencies = [11205 "async-trait",11206 "impl-trait-for-tuples",11207 "parity-scale-codec",11208 "sp-core",11209 "sp-runtime",11210 "sp-std",11211 "thiserror",11212]1121311214[[package]]11215name = "sp-io"11216version = "6.0.0"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11218dependencies = [11219 "futures 0.3.21",11220 "hash-db",11221 "libsecp256k1",11222 "log",11223 "parity-scale-codec",11224 "parking_lot 0.12.0",11225 "secp256k1",11226 "sp-core",11227 "sp-externalities",11228 "sp-keystore",11229 "sp-runtime-interface",11230 "sp-state-machine",11231 "sp-std",11232 "sp-tracing",11233 "sp-trie",11234 "sp-wasm-interface",11235 "tracing",11236 "tracing-core",11237]1123811239[[package]]11240name = "sp-keyring"11241version = "6.0.0"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11243dependencies = [11244 "lazy_static",11245 "sp-core",11246 "sp-runtime",11247 "strum 0.23.0",11248]1124911250[[package]]11251name = "sp-keystore"11252version = "0.12.0"11253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11254dependencies = [11255 "async-trait",11256 "futures 0.3.21",11257 "merlin",11258 "parity-scale-codec",11259 "parking_lot 0.12.0",11260 "schnorrkel",11261 "serde",11262 "sp-core",11263 "sp-externalities",11264 "thiserror",11265]1126611267[[package]]11268name = "sp-maybe-compressed-blob"11269version = "4.1.0-dev"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11271dependencies = [11272 "thiserror",11273 "zstd",11274]1127511276[[package]]11277name = "sp-mmr-primitives"11278version = "4.0.0-dev"11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11280dependencies = [11281 "log",11282 "parity-scale-codec",11283 "serde",11284 "sp-api",11285 "sp-core",11286 "sp-debug-derive",11287 "sp-runtime",11288 "sp-std",11289]1129011291[[package]]11292name = "sp-npos-elections"11293version = "4.0.0-dev"11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11295dependencies = [11296 "parity-scale-codec",11297 "scale-info",11298 "serde",11299 "sp-arithmetic",11300 "sp-core",11301 "sp-runtime",11302 "sp-std",11303]1130411305[[package]]11306name = "sp-offchain"11307version = "4.0.0-dev"11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11309dependencies = [11310 "sp-api",11311 "sp-core",11312 "sp-runtime",11313]1131411315[[package]]11316name = "sp-panic-handler"11317version = "4.0.0"11318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11319dependencies = [11320 "backtrace",11321 "lazy_static",11322 "regex",11323]1132411325[[package]]11326name = "sp-rpc"11327version = "6.0.0"11328source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11329dependencies = [11330 "rustc-hash",11331 "serde",11332 "sp-core",11333]1133411335[[package]]11336name = "sp-runtime"11337version = "6.0.0"11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11339dependencies = [11340 "either",11341 "hash256-std-hasher",11342 "impl-trait-for-tuples",11343 "log",11344 "parity-scale-codec",11345 "parity-util-mem",11346 "paste",11347 "rand 0.7.3",11348 "scale-info",11349 "serde",11350 "sp-application-crypto",11351 "sp-arithmetic",11352 "sp-core",11353 "sp-io",11354 "sp-std",11355]1135611357[[package]]11358name = "sp-runtime-interface"11359version = "6.0.0"11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11361dependencies = [11362 "impl-trait-for-tuples",11363 "parity-scale-codec",11364 "primitive-types",11365 "sp-externalities",11366 "sp-runtime-interface-proc-macro",11367 "sp-std",11368 "sp-storage",11369 "sp-tracing",11370 "sp-wasm-interface",11371 "static_assertions",11372]1137311374[[package]]11375name = "sp-runtime-interface-proc-macro"11376version = "5.0.0"11377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11378dependencies = [11379 "Inflector",11380 "proc-macro-crate 1.1.3",11381 "proc-macro2",11382 "quote",11383 "syn",11384]1138511386[[package]]11387name = "sp-serializer"11388version = "4.0.0-dev"11389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11390dependencies = [11391 "serde",11392 "serde_json",11393]1139411395[[package]]11396name = "sp-session"11397version = "4.0.0-dev"11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11399dependencies = [11400 "parity-scale-codec",11401 "scale-info",11402 "sp-api",11403 "sp-core",11404 "sp-runtime",11405 "sp-staking",11406 "sp-std",11407]1140811409[[package]]11410name = "sp-staking"11411version = "4.0.0-dev"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11413dependencies = [11414 "parity-scale-codec",11415 "scale-info",11416 "sp-runtime",11417 "sp-std",11418]1141911420[[package]]11421name = "sp-state-machine"11422version = "0.12.0"11423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11424dependencies = [11425 "hash-db",11426 "log",11427 "num-traits",11428 "parity-scale-codec",11429 "parking_lot 0.12.0",11430 "rand 0.7.3",11431 "smallvec",11432 "sp-core",11433 "sp-externalities",11434 "sp-panic-handler",11435 "sp-std",11436 "sp-trie",11437 "thiserror",11438 "tracing",11439 "trie-root",11440]1144111442[[package]]11443name = "sp-std"11444version = "4.0.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1144611447[[package]]11448name = "sp-storage"11449version = "6.0.0"11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11451dependencies = [11452 "impl-serde",11453 "parity-scale-codec",11454 "ref-cast",11455 "serde",11456 "sp-debug-derive",11457 "sp-std",11458]1145911460[[package]]11461name = "sp-tasks"11462version = "4.0.0-dev"11463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11464dependencies = [11465 "log",11466 "sp-core",11467 "sp-externalities",11468 "sp-io",11469 "sp-runtime-interface",11470 "sp-std",11471]1147211473[[package]]11474name = "sp-timestamp"11475version = "4.0.0-dev"11476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11477dependencies = [11478 "async-trait",11479 "futures-timer",11480 "log",11481 "parity-scale-codec",11482 "sp-api",11483 "sp-inherents",11484 "sp-runtime",11485 "sp-std",11486 "thiserror",11487]1148811489[[package]]11490name = "sp-tracing"11491version = "5.0.0"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11493dependencies = [11494 "parity-scale-codec",11495 "sp-std",11496 "tracing",11497 "tracing-core",11498 "tracing-subscriber",11499]1150011501[[package]]11502name = "sp-transaction-pool"11503version = "4.0.0-dev"11504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11505dependencies = [11506 "sp-api",11507 "sp-runtime",11508]1150911510[[package]]11511name = "sp-transaction-storage-proof"11512version = "4.0.0-dev"11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11514dependencies = [11515 "async-trait",11516 "log",11517 "parity-scale-codec",11518 "scale-info",11519 "sp-core",11520 "sp-inherents",11521 "sp-runtime",11522 "sp-std",11523 "sp-trie",11524]1152511526[[package]]11527name = "sp-trie"11528version = "6.0.0"11529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11530dependencies = [11531 "hash-db",11532 "memory-db",11533 "parity-scale-codec",11534 "scale-info",11535 "sp-core",11536 "sp-std",11537 "thiserror",11538 "trie-db",11539 "trie-root",11540]1154111542[[package]]11543name = "sp-version"11544version = "5.0.0"11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11546dependencies = [11547 "impl-serde",11548 "parity-scale-codec",11549 "parity-wasm 0.42.2",11550 "scale-info",11551 "serde",11552 "sp-core-hashing-proc-macro",11553 "sp-runtime",11554 "sp-std",11555 "sp-version-proc-macro",11556 "thiserror",11557]1155811559[[package]]11560name = "sp-version-proc-macro"11561version = "4.0.0-dev"11562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11563dependencies = [11564 "parity-scale-codec",11565 "proc-macro2",11566 "quote",11567 "syn",11568]1156911570[[package]]11571name = "sp-wasm-interface"11572version = "6.0.0"11573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11574dependencies = [11575 "impl-trait-for-tuples",11576 "log",11577 "parity-scale-codec",11578 "sp-std",11579 "wasmi",11580 "wasmtime",11581]1158211583[[package]]11584name = "spin"11585version = "0.5.2"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1158811589[[package]]11590name = "spki"11591version = "0.5.4"11592source = "registry+https://github.com/rust-lang/crates.io-index"11593checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11594dependencies = [11595 "base64ct",11596 "der",11597]1159811599[[package]]11600name = "ss58-registry"11601version = "1.17.0"11602source = "registry+https://github.com/rust-lang/crates.io-index"11603checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11604dependencies = [11605 "Inflector",11606 "num-format",11607 "proc-macro2",11608 "quote",11609 "serde",11610 "serde_json",11611 "unicode-xid",11612]1161311614[[package]]11615name = "stable_deref_trait"11616version = "1.2.0"11617source = "registry+https://github.com/rust-lang/crates.io-index"11618checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1161911620[[package]]11621name = "static_assertions"11622version = "1.1.0"11623source = "registry+https://github.com/rust-lang/crates.io-index"11624checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1162511626[[package]]11627name = "static_init"11628version = "0.5.2"11629source = "registry+https://github.com/rust-lang/crates.io-index"11630checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11631dependencies = [11632 "cfg_aliases",11633 "libc",11634 "parking_lot 0.11.2",11635 "static_init_macro",11636]1163711638[[package]]11639name = "static_init_macro"11640version = "0.5.0"11641source = "registry+https://github.com/rust-lang/crates.io-index"11642checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11643dependencies = [11644 "cfg_aliases",11645 "memchr",11646 "proc-macro2",11647 "quote",11648 "syn",11649]1165011651[[package]]11652name = "statrs"11653version = "0.15.0"11654source = "registry+https://github.com/rust-lang/crates.io-index"11655checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11656dependencies = [11657 "approx",11658 "lazy_static",11659 "nalgebra",11660 "num-traits",11661 "rand 0.8.5",11662]1166311664[[package]]11665name = "strsim"11666version = "0.10.0"11667source = "registry+https://github.com/rust-lang/crates.io-index"11668checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1166911670[[package]]11671name = "struct-versioning"11672version = "0.1.0"11673dependencies = [11674 "quote",11675 "syn",11676]1167711678[[package]]11679name = "strum"11680version = "0.23.0"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11683dependencies = [11684 "strum_macros 0.23.1",11685]1168611687[[package]]11688name = "strum"11689version = "0.24.0"11690source = "registry+https://github.com/rust-lang/crates.io-index"11691checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11692dependencies = [11693 "strum_macros 0.24.0",11694]1169511696[[package]]11697name = "strum_macros"11698version = "0.23.1"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11701dependencies = [11702 "heck 0.3.3",11703 "proc-macro2",11704 "quote",11705 "rustversion",11706 "syn",11707]1170811709[[package]]11710name = "strum_macros"11711version = "0.24.0"11712source = "registry+https://github.com/rust-lang/crates.io-index"11713checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11714dependencies = [11715 "heck 0.4.0",11716 "proc-macro2",11717 "quote",11718 "rustversion",11719 "syn",11720]1172111722[[package]]11723name = "substrate-bip39"11724version = "0.4.4"11725source = "registry+https://github.com/rust-lang/crates.io-index"11726checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11727dependencies = [11728 "hmac 0.11.0",11729 "pbkdf2 0.8.0",11730 "schnorrkel",11731 "sha2 0.9.9",11732 "zeroize",11733]1173411735[[package]]11736name = "substrate-build-script-utils"11737version = "3.0.0"11738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11739dependencies = [11740 "platforms",11741]1174211743[[package]]11744name = "substrate-frame-rpc-system"11745version = "4.0.0-dev"11746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11747dependencies = [11748 "frame-system-rpc-runtime-api",11749 "futures 0.3.21",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 "sc-transaction-pool-api",11758 "sp-api",11759 "sp-block-builder",11760 "sp-blockchain",11761 "sp-core",11762 "sp-runtime",11763]1176411765[[package]]11766name = "substrate-prometheus-endpoint"11767version = "0.10.0-dev"11768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11769dependencies = [11770 "futures-util",11771 "hyper",11772 "log",11773 "prometheus",11774 "thiserror",11775 "tokio 1.18.1",11776]1177711778[[package]]11779name = "substrate-state-trie-migration-rpc"11780version = "4.0.0-dev"11781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11782dependencies = [11783 "jsonrpc-core",11784 "jsonrpc-core-client",11785 "jsonrpc-derive",11786 "log",11787 "parity-scale-codec",11788 "sc-client-api",11789 "sc-rpc-api",11790 "scale-info",11791 "serde",11792 "sp-core",11793 "sp-io",11794 "sp-runtime",11795 "sp-state-machine",11796 "sp-std",11797 "sp-trie",11798 "trie-db",11799]1180011801[[package]]11802name = "substrate-test-client"11803version = "2.0.1"11804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11805dependencies = [11806 "async-trait",11807 "futures 0.3.21",11808 "hex",11809 "parity-scale-codec",11810 "sc-client-api",11811 "sc-client-db",11812 "sc-consensus",11813 "sc-executor",11814 "sc-offchain",11815 "sc-service",11816 "serde",11817 "serde_json",11818 "sp-blockchain",11819 "sp-consensus",11820 "sp-core",11821 "sp-keyring",11822 "sp-keystore",11823 "sp-runtime",11824 "sp-state-machine",11825]1182611827[[package]]11828name = "substrate-test-utils"11829version = "4.0.0-dev"11830source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11831dependencies = [11832 "futures 0.3.21",11833 "substrate-test-utils-derive",11834 "tokio 1.18.1",11835]1183611837[[package]]11838name = "substrate-test-utils-derive"11839version = "0.10.0-dev"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11841dependencies = [11842 "proc-macro-crate 1.1.3",11843 "proc-macro2",11844 "quote",11845 "syn",11846]1184711848[[package]]11849name = "substrate-wasm-builder"11850version = "5.0.0-dev"11851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11852dependencies = [11853 "ansi_term",11854 "build-helper",11855 "cargo_metadata",11856 "sp-maybe-compressed-blob",11857 "strum 0.23.0",11858 "tempfile",11859 "toml",11860 "walkdir",11861 "wasm-gc-api",11862]1186311864[[package]]11865name = "subtle"11866version = "2.4.1"11867source = "registry+https://github.com/rust-lang/crates.io-index"11868checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1186911870[[package]]11871name = "syn"11872version = "1.0.92"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"11875dependencies = [11876 "proc-macro2",11877 "quote",11878 "unicode-xid",11879]1188011881[[package]]11882name = "synstructure"11883version = "0.12.6"11884source = "registry+https://github.com/rust-lang/crates.io-index"11885checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11886dependencies = [11887 "proc-macro2",11888 "quote",11889 "syn",11890 "unicode-xid",11891]1189211893[[package]]11894name = "tap"11895version = "1.0.1"11896source = "registry+https://github.com/rust-lang/crates.io-index"11897checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1189811899[[package]]11900name = "target-lexicon"11901version = "0.12.3"11902source = "registry+https://github.com/rust-lang/crates.io-index"11903checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1190411905[[package]]11906name = "tempfile"11907version = "3.3.0"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11910dependencies = [11911 "cfg-if 1.0.0",11912 "fastrand",11913 "libc",11914 "redox_syscall 0.2.13",11915 "remove_dir_all",11916 "winapi 0.3.9",11917]1191811919[[package]]11920name = "term"11921version = "0.5.2"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11924dependencies = [11925 "byteorder",11926 "dirs",11927 "winapi 0.3.9",11928]1192911930[[package]]11931name = "termcolor"11932version = "1.1.3"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11935dependencies = [11936 "winapi-util",11937]1193811939[[package]]11940name = "test-runtime-constants"11941version = "0.9.21"11942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"11943dependencies = [11944 "frame-support",11945 "polkadot-primitives",11946 "polkadot-runtime-common",11947 "smallvec",11948 "sp-runtime",11949]1195011951[[package]]11952name = "tests"11953version = "0.1.0"11954dependencies = [11955 "fp-evm-mapping",11956 "frame-support",11957 "frame-system",11958 "pallet-balances",11959 "pallet-common",11960 "pallet-ethereum",11961 "pallet-evm",11962 "pallet-evm-coder-substrate",11963 "pallet-fungible",11964 "pallet-nonfungible",11965 "pallet-refungible",11966 "pallet-structure",11967 "pallet-timestamp",11968 "pallet-transaction-payment",11969 "pallet-unique",11970 "parity-scale-codec",11971 "scale-info",11972 "sp-core",11973 "sp-io",11974 "sp-runtime",11975 "sp-std",11976 "unique-runtime-common",11977 "up-data-structs",11978]1197911980[[package]]11981name = "textwrap"11982version = "0.15.0"11983source = "registry+https://github.com/rust-lang/crates.io-index"11984checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1198511986[[package]]11987name = "thiserror"11988version = "1.0.31"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11991dependencies = [11992 "thiserror-impl",11993]1199411995[[package]]11996name = "thiserror-impl"11997version = "1.0.31"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12000dependencies = [12001 "proc-macro2",12002 "quote",12003 "syn",12004]1200512006[[package]]12007name = "thousands"12008version = "0.2.0"12009source = "registry+https://github.com/rust-lang/crates.io-index"12010checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1201112012[[package]]12013name = "thread_local"12014version = "1.1.4"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12017dependencies = [12018 "once_cell",12019]1202012021[[package]]12022name = "threadpool"12023version = "1.8.1"12024source = "registry+https://github.com/rust-lang/crates.io-index"12025checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12026dependencies = [12027 "num_cpus",12028]1202912030[[package]]12031name = "thrift"12032version = "0.15.0"12033source = "registry+https://github.com/rust-lang/crates.io-index"12034checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12035dependencies = [12036 "byteorder",12037 "integer-encoding",12038 "log",12039 "ordered-float",12040 "threadpool",12041]1204212043[[package]]12044name = "tikv-jemalloc-sys"12045version = "0.4.3+5.2.1-patched.2"12046source = "registry+https://github.com/rust-lang/crates.io-index"12047checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12048dependencies = [12049 "cc",12050 "fs_extra",12051 "libc",12052]1205312054[[package]]12055name = "time"12056version = "0.1.44"12057source = "registry+https://github.com/rust-lang/crates.io-index"12058checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12059dependencies = [12060 "libc",12061 "wasi 0.10.0+wasi-snapshot-preview1",12062 "winapi 0.3.9",12063]1206412065[[package]]12066name = "tiny-bip39"12067version = "0.8.2"12068source = "registry+https://github.com/rust-lang/crates.io-index"12069checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12070dependencies = [12071 "anyhow",12072 "hmac 0.8.1",12073 "once_cell",12074 "pbkdf2 0.4.0",12075 "rand 0.7.3",12076 "rustc-hash",12077 "sha2 0.9.9",12078 "thiserror",12079 "unicode-normalization",12080 "wasm-bindgen",12081 "zeroize",12082]1208312084[[package]]12085name = "tiny-keccak"12086version = "2.0.2"12087source = "registry+https://github.com/rust-lang/crates.io-index"12088checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12089dependencies = [12090 "crunchy",12091]1209212093[[package]]12094name = "tinyvec"12095version = "1.6.0"12096source = "registry+https://github.com/rust-lang/crates.io-index"12097checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12098dependencies = [12099 "tinyvec_macros",12100]1210112102[[package]]12103name = "tinyvec_macros"12104version = "0.1.0"12105source = "registry+https://github.com/rust-lang/crates.io-index"12106checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1210712108[[package]]12109name = "tokio"12110version = "0.2.25"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12113dependencies = [12114 "bytes 0.5.6",12115 "fnv",12116 "pin-project-lite 0.1.12",12117 "tokio-macros 0.2.6",12118]1211912120[[package]]12121name = "tokio"12122version = "1.18.1"12123source = "registry+https://github.com/rust-lang/crates.io-index"12124checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"12125dependencies = [12126 "bytes 1.1.0",12127 "libc",12128 "memchr",12129 "mio 0.8.2",12130 "num_cpus",12131 "once_cell",12132 "parking_lot 0.12.0",12133 "pin-project-lite 0.2.9",12134 "signal-hook-registry",12135 "socket2 0.4.4",12136 "tokio-macros 1.7.0",12137 "winapi 0.3.9",12138]1213912140[[package]]12141name = "tokio-macros"12142version = "0.2.6"12143source = "registry+https://github.com/rust-lang/crates.io-index"12144checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12145dependencies = [12146 "proc-macro2",12147 "quote",12148 "syn",12149]1215012151[[package]]12152name = "tokio-macros"12153version = "1.7.0"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12156dependencies = [12157 "proc-macro2",12158 "quote",12159 "syn",12160]1216112162[[package]]12163name = "tokio-rustls"12164version = "0.22.0"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12167dependencies = [12168 "rustls 0.19.1",12169 "tokio 1.18.1",12170 "webpki 0.21.4",12171]1217212173[[package]]12174name = "tokio-rustls"12175version = "0.23.4"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12178dependencies = [12179 "rustls 0.20.4",12180 "tokio 1.18.1",12181 "webpki 0.22.0",12182]1218312184[[package]]12185name = "tokio-stream"12186version = "0.1.8"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12189dependencies = [12190 "futures-core",12191 "pin-project-lite 0.2.9",12192 "tokio 1.18.1",12193]1219412195[[package]]12196name = "tokio-util"12197version = "0.6.9"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12200dependencies = [12201 "bytes 1.1.0",12202 "futures-core",12203 "futures-sink",12204 "log",12205 "pin-project-lite 0.2.9",12206 "tokio 1.18.1",12207]1220812209[[package]]12210name = "tokio-util"12211version = "0.7.1"12212source = "registry+https://github.com/rust-lang/crates.io-index"12213checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12214dependencies = [12215 "bytes 1.1.0",12216 "futures-core",12217 "futures-io",12218 "futures-sink",12219 "pin-project-lite 0.2.9",12220 "tokio 1.18.1",12221 "tracing",12222]1222312224[[package]]12225name = "toml"12226version = "0.5.9"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12229dependencies = [12230 "serde",12231]1223212233[[package]]12234name = "tower-service"12235version = "0.3.1"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1223812239[[package]]12240name = "tracing"12241version = "0.1.34"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12244dependencies = [12245 "cfg-if 1.0.0",12246 "pin-project-lite 0.2.9",12247 "tracing-attributes",12248 "tracing-core",12249]1225012251[[package]]12252name = "tracing-attributes"12253version = "0.1.21"12254source = "registry+https://github.com/rust-lang/crates.io-index"12255checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12256dependencies = [12257 "proc-macro2",12258 "quote",12259 "syn",12260]1226112262[[package]]12263name = "tracing-core"12264version = "0.1.26"12265source = "registry+https://github.com/rust-lang/crates.io-index"12266checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12267dependencies = [12268 "lazy_static",12269 "valuable",12270]1227112272[[package]]12273name = "tracing-futures"12274version = "0.2.5"12275source = "registry+https://github.com/rust-lang/crates.io-index"12276checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12277dependencies = [12278 "pin-project 1.0.10",12279 "tracing",12280]1228112282[[package]]12283name = "tracing-gum"12284version = "0.9.21"12285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12286dependencies = [12287 "polkadot-node-jaeger",12288 "polkadot-primitives",12289 "tracing",12290 "tracing-gum-proc-macro",12291]1229212293[[package]]12294name = "tracing-gum-proc-macro"12295version = "0.9.21"12296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12297dependencies = [12298 "expander 0.0.6",12299 "proc-macro-crate 1.1.3",12300 "proc-macro2",12301 "quote",12302 "syn",12303]1230412305[[package]]12306name = "tracing-log"12307version = "0.1.3"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12310dependencies = [12311 "lazy_static",12312 "log",12313 "tracing-core",12314]1231512316[[package]]12317name = "tracing-serde"12318version = "0.1.3"12319source = "registry+https://github.com/rust-lang/crates.io-index"12320checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12321dependencies = [12322 "serde",12323 "tracing-core",12324]1232512326[[package]]12327name = "tracing-subscriber"12328version = "0.2.25"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12331dependencies = [12332 "ansi_term",12333 "chrono",12334 "lazy_static",12335 "matchers",12336 "parking_lot 0.11.2",12337 "regex",12338 "serde",12339 "serde_json",12340 "sharded-slab",12341 "smallvec",12342 "thread_local",12343 "tracing",12344 "tracing-core",12345 "tracing-log",12346 "tracing-serde",12347]1234812349[[package]]12350name = "trie-db"12351version = "0.23.1"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12354dependencies = [12355 "hash-db",12356 "hashbrown 0.12.1",12357 "log",12358 "rustc-hex",12359 "smallvec",12360]1236112362[[package]]12363name = "trie-root"12364version = "0.17.0"12365source = "registry+https://github.com/rust-lang/crates.io-index"12366checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12367dependencies = [12368 "hash-db",12369]1237012371[[package]]12372name = "triehash"12373version = "0.8.4"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12376dependencies = [12377 "hash-db",12378 "rlp",12379]1238012381[[package]]12382name = "trust-dns-proto"12383version = "0.20.4"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12386dependencies = [12387 "async-trait",12388 "cfg-if 1.0.0",12389 "data-encoding",12390 "enum-as-inner",12391 "futures-channel",12392 "futures-io",12393 "futures-util",12394 "idna 0.2.3",12395 "ipnet",12396 "lazy_static",12397 "log",12398 "rand 0.8.5",12399 "smallvec",12400 "thiserror",12401 "tinyvec",12402 "url 2.2.2",12403]1240412405[[package]]12406name = "trust-dns-resolver"12407version = "0.20.4"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12410dependencies = [12411 "cfg-if 1.0.0",12412 "futures-util",12413 "ipconfig",12414 "lazy_static",12415 "log",12416 "lru-cache",12417 "parking_lot 0.11.2",12418 "resolv-conf",12419 "smallvec",12420 "thiserror",12421 "trust-dns-proto",12422]1242312424[[package]]12425name = "try-lock"12426version = "0.2.3"12427source = "registry+https://github.com/rust-lang/crates.io-index"12428checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1242912430[[package]]12431name = "try-runtime-cli"12432version = "0.10.0-dev"12433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12434dependencies = [12435 "clap",12436 "jsonrpsee",12437 "log",12438 "parity-scale-codec",12439 "remote-externalities",12440 "sc-chain-spec",12441 "sc-cli",12442 "sc-executor",12443 "sc-service",12444 "serde",12445 "sp-core",12446 "sp-externalities",12447 "sp-io",12448 "sp-keystore",12449 "sp-runtime",12450 "sp-state-machine",12451 "sp-version",12452 "zstd",12453]1245412455[[package]]12456name = "tt-call"12457version = "1.0.8"12458source = "registry+https://github.com/rust-lang/crates.io-index"12459checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1246012461[[package]]12462name = "twox-hash"12463version = "1.6.3"12464source = "registry+https://github.com/rust-lang/crates.io-index"12465checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12466dependencies = [12467 "cfg-if 1.0.0",12468 "digest 0.10.3",12469 "rand 0.8.5",12470 "static_assertions",12471]1247212473[[package]]12474name = "typenum"12475version = "1.15.0"12476source = "registry+https://github.com/rust-lang/crates.io-index"12477checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1247812479[[package]]12480name = "uc-rpc"12481version = "0.1.0"12482dependencies = [12483 "jsonrpc-core",12484 "jsonrpc-core-client",12485 "jsonrpc-derive",12486 "pallet-common",12487 "pallet-evm",12488 "parity-scale-codec",12489 "sp-api",12490 "sp-blockchain",12491 "sp-core",12492 "sp-rpc",12493 "sp-runtime",12494 "up-data-structs",12495 "up-rpc",12496]1249712498[[package]]12499name = "ucd-trie"12500version = "0.1.3"12501source = "registry+https://github.com/rust-lang/crates.io-index"12502checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1250312504[[package]]12505name = "uint"12506version = "0.9.3"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12509dependencies = [12510 "byteorder",12511 "crunchy",12512 "hex",12513 "static_assertions",12514]1251512516[[package]]12517name = "unicase"12518version = "2.6.0"12519source = "registry+https://github.com/rust-lang/crates.io-index"12520checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12521dependencies = [12522 "version_check",12523]1252412525[[package]]12526name = "unicode-bidi"12527version = "0.3.8"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1253012531[[package]]12532name = "unicode-normalization"12533version = "0.1.19"12534source = "registry+https://github.com/rust-lang/crates.io-index"12535checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12536dependencies = [12537 "tinyvec",12538]1253912540[[package]]12541name = "unicode-segmentation"12542version = "1.9.0"12543source = "registry+https://github.com/rust-lang/crates.io-index"12544checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1254512546[[package]]12547name = "unicode-width"12548version = "0.1.9"12549source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1255112552[[package]]12553name = "unicode-xid"12554version = "0.2.3"12555source = "registry+https://github.com/rust-lang/crates.io-index"12556checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1255712558[[package]]12559name = "unique-node"12560version = "0.9.20"12561dependencies = [12562 "clap",12563 "cumulus-client-cli",12564 "cumulus-client-collator",12565 "cumulus-client-consensus-aura",12566 "cumulus-client-consensus-common",12567 "cumulus-client-network",12568 "cumulus-client-service",12569 "cumulus-primitives-core",12570 "cumulus-primitives-parachain-inherent",12571 "cumulus-relay-chain-inprocess-interface",12572 "cumulus-relay-chain-interface",12573 "cumulus-relay-chain-rpc-interface",12574 "fc-consensus",12575 "fc-db",12576 "fc-mapping-sync",12577 "fc-rpc",12578 "fc-rpc-core",12579 "flexi_logger",12580 "fp-rpc",12581 "frame-benchmarking",12582 "frame-benchmarking-cli",12583 "futures 0.3.21",12584 "jsonrpc-core",12585 "jsonrpc-pubsub",12586 "log",12587 "opal-runtime",12588 "pallet-ethereum",12589 "pallet-transaction-payment-rpc",12590 "pallet-transaction-payment-rpc-runtime-api",12591 "parity-scale-codec",12592 "parking_lot 0.11.2",12593 "polkadot-cli",12594 "polkadot-parachain",12595 "polkadot-primitives",12596 "polkadot-service",12597 "polkadot-test-service",12598 "quartz-runtime",12599 "sc-basic-authorship",12600 "sc-chain-spec",12601 "sc-cli",12602 "sc-client-api",12603 "sc-consensus",12604 "sc-consensus-aura",12605 "sc-consensus-manual-seal",12606 "sc-executor",12607 "sc-finality-grandpa",12608 "sc-keystore",12609 "sc-network",12610 "sc-rpc",12611 "sc-rpc-api",12612 "sc-service",12613 "sc-telemetry",12614 "sc-tracing",12615 "sc-transaction-pool",12616 "serde",12617 "serde_json",12618 "sp-api",12619 "sp-block-builder",12620 "sp-blockchain",12621 "sp-consensus",12622 "sp-consensus-aura",12623 "sp-core",12624 "sp-finality-grandpa",12625 "sp-inherents",12626 "sp-keystore",12627 "sp-offchain",12628 "sp-runtime",12629 "sp-session",12630 "sp-timestamp",12631 "sp-transaction-pool",12632 "sp-trie",12633 "substrate-build-script-utils",12634 "substrate-frame-rpc-system",12635 "substrate-prometheus-endpoint",12636 "tokio 1.18.1",12637 "try-runtime-cli",12638 "unique-rpc",12639 "unique-runtime",12640 "unique-runtime-common",12641 "up-data-structs",12642 "up-rpc",12643]1264412645[[package]]12646name = "unique-rpc"12647version = "0.1.0"12648dependencies = [12649 "fc-db",12650 "fc-mapping-sync",12651 "fc-rpc",12652 "fc-rpc-core",12653 "fp-rpc",12654 "fp-storage",12655 "futures 0.3.21",12656 "jsonrpc-core",12657 "jsonrpc-pubsub",12658 "pallet-common",12659 "pallet-ethereum",12660 "pallet-transaction-payment-rpc",12661 "pallet-transaction-payment-rpc-runtime-api",12662 "pallet-unique",12663 "sc-client-api",12664 "sc-consensus-aura",12665 "sc-consensus-epochs",12666 "sc-finality-grandpa",12667 "sc-finality-grandpa-rpc",12668 "sc-keystore",12669 "sc-network",12670 "sc-rpc",12671 "sc-rpc-api",12672 "sc-service",12673 "sc-transaction-pool",12674 "serde",12675 "sp-api",12676 "sp-block-builder",12677 "sp-blockchain",12678 "sp-consensus",12679 "sp-consensus-aura",12680 "sp-core",12681 "sp-offchain",12682 "sp-runtime",12683 "sp-session",12684 "sp-storage",12685 "sp-transaction-pool",12686 "substrate-frame-rpc-system",12687 "tokio 0.2.25",12688 "uc-rpc",12689 "unique-runtime-common",12690 "up-rpc",12691]1269212693[[package]]12694name = "unique-runtime"12695version = "0.9.18"12696dependencies = [12697 "cumulus-pallet-aura-ext",12698 "cumulus-pallet-dmp-queue",12699 "cumulus-pallet-parachain-system",12700 "cumulus-pallet-xcm",12701 "cumulus-pallet-xcmp-queue",12702 "cumulus-primitives-core",12703 "cumulus-primitives-timestamp",12704 "cumulus-primitives-utility",12705 "derivative",12706 "fp-evm-mapping",12707 "fp-rpc",12708 "fp-self-contained",12709 "frame-benchmarking",12710 "frame-executive",12711 "frame-support",12712 "frame-system",12713 "frame-system-benchmarking",12714 "frame-system-rpc-runtime-api",12715 "frame-try-runtime",12716 "hex-literal",12717 "log",12718 "orml-vesting",12719 "pallet-aura",12720 "pallet-balances",12721 "pallet-base-fee",12722 "pallet-common",12723 "pallet-ethereum",12724 "pallet-evm",12725 "pallet-evm-coder-substrate",12726 "pallet-evm-contract-helpers",12727 "pallet-evm-migration",12728 "pallet-evm-transaction-payment",12729 "pallet-fungible",12730 "pallet-inflation",12731 "pallet-nonfungible",12732 "pallet-randomness-collective-flip",12733 "pallet-refungible",12734 "pallet-structure",12735 "pallet-sudo",12736 "pallet-template-transaction-payment",12737 "pallet-timestamp",12738 "pallet-transaction-payment",12739 "pallet-transaction-payment-rpc-runtime-api",12740 "pallet-treasury",12741 "pallet-unique",12742 "pallet-unq-scheduler",12743 "pallet-xcm",12744 "parachain-info",12745 "parity-scale-codec",12746 "polkadot-parachain",12747 "scale-info",12748 "serde",12749 "smallvec",12750 "sp-api",12751 "sp-arithmetic",12752 "sp-block-builder",12753 "sp-consensus-aura",12754 "sp-core",12755 "sp-inherents",12756 "sp-io",12757 "sp-offchain",12758 "sp-runtime",12759 "sp-session",12760 "sp-std",12761 "sp-transaction-pool",12762 "sp-version",12763 "substrate-wasm-builder",12764 "unique-runtime-common",12765 "up-data-structs",12766 "up-rpc",12767 "xcm",12768 "xcm-builder",12769 "xcm-executor",12770]1277112772[[package]]12773name = "unique-runtime-common"12774version = "0.9.20"12775dependencies = [12776 "evm-coder",12777 "fp-rpc",12778 "frame-support",12779 "frame-system",12780 "pallet-common",12781 "pallet-evm",12782 "pallet-fungible",12783 "pallet-nonfungible",12784 "pallet-refungible",12785 "pallet-unique",12786 "parity-scale-codec",12787 "scale-info",12788 "sp-consensus-aura",12789 "sp-core",12790 "sp-runtime",12791 "sp-std",12792 "up-data-structs",12793 "up-sponsorship",12794]1279512796[[package]]12797name = "universal-hash"12798version = "0.4.1"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12801dependencies = [12802 "generic-array 0.14.5",12803 "subtle",12804]1280512806[[package]]12807name = "unsigned-varint"12808version = "0.5.1"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1281112812[[package]]12813name = "unsigned-varint"12814version = "0.6.0"12815source = "registry+https://github.com/rust-lang/crates.io-index"12816checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12817dependencies = [12818 "asynchronous-codec 0.5.0",12819 "bytes 1.1.0",12820 "futures-io",12821 "futures-util",12822]1282312824[[package]]12825name = "unsigned-varint"12826version = "0.7.1"12827source = "registry+https://github.com/rust-lang/crates.io-index"12828checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12829dependencies = [12830 "asynchronous-codec 0.6.0",12831 "bytes 1.1.0",12832 "futures-io",12833 "futures-util",12834]1283512836[[package]]12837name = "untrusted"12838version = "0.7.1"12839source = "registry+https://github.com/rust-lang/crates.io-index"12840checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1284112842[[package]]12843name = "up-data-structs"12844version = "0.1.0"12845dependencies = [12846 "derivative",12847 "frame-support",12848 "frame-system",12849 "pallet-evm",12850 "parity-scale-codec",12851 "scale-info",12852 "serde",12853 "sp-core",12854 "sp-runtime",12855 "sp-std",12856 "struct-versioning",12857]1285812859[[package]]12860name = "up-rpc"12861version = "0.1.0"12862dependencies = [12863 "pallet-common",12864 "pallet-evm",12865 "parity-scale-codec",12866 "sp-api",12867 "sp-core",12868 "sp-runtime",12869 "sp-std",12870 "up-data-structs",12871]1287212873[[package]]12874name = "up-sponsorship"12875version = "0.1.0"12876source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"12877dependencies = [12878 "impl-trait-for-tuples",12879]1288012881[[package]]12882name = "url"12883version = "1.7.2"12884source = "registry+https://github.com/rust-lang/crates.io-index"12885checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12886dependencies = [12887 "idna 0.1.5",12888 "matches",12889 "percent-encoding 1.0.1",12890]1289112892[[package]]12893name = "url"12894version = "2.2.2"12895source = "registry+https://github.com/rust-lang/crates.io-index"12896checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12897dependencies = [12898 "form_urlencoded",12899 "idna 0.2.3",12900 "matches",12901 "percent-encoding 2.1.0",12902]1290312904[[package]]12905name = "valuable"12906version = "0.1.0"12907source = "registry+https://github.com/rust-lang/crates.io-index"12908checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1290912910[[package]]12911name = "value-bag"12912version = "1.0.0-alpha.9"12913source = "registry+https://github.com/rust-lang/crates.io-index"12914checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12915dependencies = [12916 "ctor",12917 "version_check",12918]1291912920[[package]]12921name = "vcpkg"12922version = "0.2.15"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1292512926[[package]]12927name = "version_check"12928version = "0.9.4"12929source = "registry+https://github.com/rust-lang/crates.io-index"12930checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1293112932[[package]]12933name = "void"12934version = "1.0.2"12935source = "registry+https://github.com/rust-lang/crates.io-index"12936checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1293712938[[package]]12939name = "waker-fn"12940version = "1.1.0"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1294312944[[package]]12945name = "walkdir"12946version = "2.3.2"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12949dependencies = [12950 "same-file",12951 "winapi 0.3.9",12952 "winapi-util",12953]1295412955[[package]]12956name = "want"12957version = "0.3.0"12958source = "registry+https://github.com/rust-lang/crates.io-index"12959checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12960dependencies = [12961 "log",12962 "try-lock",12963]1296412965[[package]]12966name = "wasi"12967version = "0.9.0+wasi-snapshot-preview1"12968source = "registry+https://github.com/rust-lang/crates.io-index"12969checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1297012971[[package]]12972name = "wasi"12973version = "0.10.0+wasi-snapshot-preview1"12974source = "registry+https://github.com/rust-lang/crates.io-index"12975checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1297612977[[package]]12978name = "wasi"12979version = "0.11.0+wasi-snapshot-preview1"12980source = "registry+https://github.com/rust-lang/crates.io-index"12981checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1298212983[[package]]12984name = "wasm-bindgen"12985version = "0.2.80"12986source = "registry+https://github.com/rust-lang/crates.io-index"12987checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12988dependencies = [12989 "cfg-if 1.0.0",12990 "wasm-bindgen-macro",12991]1299212993[[package]]12994name = "wasm-bindgen-backend"12995version = "0.2.80"12996source = "registry+https://github.com/rust-lang/crates.io-index"12997checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12998dependencies = [12999 "bumpalo",13000 "lazy_static",13001 "log",13002 "proc-macro2",13003 "quote",13004 "syn",13005 "wasm-bindgen-shared",13006]1300713008[[package]]13009name = "wasm-bindgen-futures"13010version = "0.4.30"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13013dependencies = [13014 "cfg-if 1.0.0",13015 "js-sys",13016 "wasm-bindgen",13017 "web-sys",13018]1301913020[[package]]13021name = "wasm-bindgen-macro"13022version = "0.2.80"13023source = "registry+https://github.com/rust-lang/crates.io-index"13024checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13025dependencies = [13026 "quote",13027 "wasm-bindgen-macro-support",13028]1302913030[[package]]13031name = "wasm-bindgen-macro-support"13032version = "0.2.80"13033source = "registry+https://github.com/rust-lang/crates.io-index"13034checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13035dependencies = [13036 "proc-macro2",13037 "quote",13038 "syn",13039 "wasm-bindgen-backend",13040 "wasm-bindgen-shared",13041]1304213043[[package]]13044name = "wasm-bindgen-shared"13045version = "0.2.80"13046source = "registry+https://github.com/rust-lang/crates.io-index"13047checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1304813049[[package]]13050name = "wasm-gc-api"13051version = "0.1.11"13052source = "registry+https://github.com/rust-lang/crates.io-index"13053checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13054dependencies = [13055 "log",13056 "parity-wasm 0.32.0",13057 "rustc-demangle",13058]1305913060[[package]]13061name = "wasm-instrument"13062version = "0.1.1"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13065dependencies = [13066 "parity-wasm 0.42.2",13067]1306813069[[package]]13070name = "wasm-timer"13071version = "0.2.5"13072source = "registry+https://github.com/rust-lang/crates.io-index"13073checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13074dependencies = [13075 "futures 0.3.21",13076 "js-sys",13077 "parking_lot 0.11.2",13078 "pin-utils",13079 "wasm-bindgen",13080 "wasm-bindgen-futures",13081 "web-sys",13082]1308313084[[package]]13085name = "wasmi"13086version = "0.9.1"13087source = "registry+https://github.com/rust-lang/crates.io-index"13088checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13089dependencies = [13090 "downcast-rs",13091 "libc",13092 "memory_units",13093 "num-rational 0.2.4",13094 "num-traits",13095 "parity-wasm 0.42.2",13096 "wasmi-validation",13097]1309813099[[package]]13100name = "wasmi-validation"13101version = "0.4.1"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13104dependencies = [13105 "parity-wasm 0.42.2",13106]1310713108[[package]]13109name = "wasmparser"13110version = "0.83.0"13111source = "registry+https://github.com/rust-lang/crates.io-index"13112checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1311313114[[package]]13115name = "wasmtime"13116version = "0.35.3"13117source = "registry+https://github.com/rust-lang/crates.io-index"13118checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13119dependencies = [13120 "anyhow",13121 "backtrace",13122 "bincode",13123 "cfg-if 1.0.0",13124 "indexmap",13125 "lazy_static",13126 "libc",13127 "log",13128 "object 0.27.1",13129 "once_cell",13130 "paste",13131 "psm",13132 "rayon",13133 "region",13134 "serde",13135 "target-lexicon",13136 "wasmparser",13137 "wasmtime-cache",13138 "wasmtime-cranelift",13139 "wasmtime-environ",13140 "wasmtime-jit",13141 "wasmtime-runtime",13142 "winapi 0.3.9",13143]1314413145[[package]]13146name = "wasmtime-cache"13147version = "0.35.3"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13150dependencies = [13151 "anyhow",13152 "base64",13153 "bincode",13154 "directories-next",13155 "file-per-thread-logger",13156 "log",13157 "rustix",13158 "serde",13159 "sha2 0.9.9",13160 "toml",13161 "winapi 0.3.9",13162 "zstd",13163]1316413165[[package]]13166name = "wasmtime-cranelift"13167version = "0.35.3"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13170dependencies = [13171 "anyhow",13172 "cranelift-codegen",13173 "cranelift-entity",13174 "cranelift-frontend",13175 "cranelift-native",13176 "cranelift-wasm",13177 "gimli",13178 "log",13179 "more-asserts",13180 "object 0.27.1",13181 "target-lexicon",13182 "thiserror",13183 "wasmparser",13184 "wasmtime-environ",13185]1318613187[[package]]13188name = "wasmtime-environ"13189version = "0.35.3"13190source = "registry+https://github.com/rust-lang/crates.io-index"13191checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13192dependencies = [13193 "anyhow",13194 "cranelift-entity",13195 "gimli",13196 "indexmap",13197 "log",13198 "more-asserts",13199 "object 0.27.1",13200 "serde",13201 "target-lexicon",13202 "thiserror",13203 "wasmparser",13204 "wasmtime-types",13205]1320613207[[package]]13208name = "wasmtime-jit"13209version = "0.35.3"13210source = "registry+https://github.com/rust-lang/crates.io-index"13211checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13212dependencies = [13213 "addr2line",13214 "anyhow",13215 "bincode",13216 "cfg-if 1.0.0",13217 "cpp_demangle",13218 "gimli",13219 "log",13220 "object 0.27.1",13221 "region",13222 "rustc-demangle",13223 "rustix",13224 "serde",13225 "target-lexicon",13226 "thiserror",13227 "wasmtime-environ",13228 "wasmtime-jit-debug",13229 "wasmtime-runtime",13230 "winapi 0.3.9",13231]1323213233[[package]]13234name = "wasmtime-jit-debug"13235version = "0.35.3"13236source = "registry+https://github.com/rust-lang/crates.io-index"13237checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13238dependencies = [13239 "lazy_static",13240 "object 0.27.1",13241 "rustix",13242]1324313244[[package]]13245name = "wasmtime-runtime"13246version = "0.35.3"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13249dependencies = [13250 "anyhow",13251 "backtrace",13252 "cc",13253 "cfg-if 1.0.0",13254 "indexmap",13255 "libc",13256 "log",13257 "mach",13258 "memoffset",13259 "more-asserts",13260 "rand 0.8.5",13261 "region",13262 "rustix",13263 "thiserror",13264 "wasmtime-environ",13265 "wasmtime-jit-debug",13266 "winapi 0.3.9",13267]1326813269[[package]]13270name = "wasmtime-types"13271version = "0.35.3"13272source = "registry+https://github.com/rust-lang/crates.io-index"13273checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13274dependencies = [13275 "cranelift-entity",13276 "serde",13277 "thiserror",13278 "wasmparser",13279]1328013281[[package]]13282name = "web-sys"13283version = "0.3.57"13284source = "registry+https://github.com/rust-lang/crates.io-index"13285checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13286dependencies = [13287 "js-sys",13288 "wasm-bindgen",13289]1329013291[[package]]13292name = "webpki"13293version = "0.21.4"13294source = "registry+https://github.com/rust-lang/crates.io-index"13295checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13296dependencies = [13297 "ring",13298 "untrusted",13299]1330013301[[package]]13302name = "webpki"13303version = "0.22.0"13304source = "registry+https://github.com/rust-lang/crates.io-index"13305checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13306dependencies = [13307 "ring",13308 "untrusted",13309]1331013311[[package]]13312name = "webpki-roots"13313version = "0.21.1"13314source = "registry+https://github.com/rust-lang/crates.io-index"13315checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13316dependencies = [13317 "webpki 0.21.4",13318]1331913320[[package]]13321name = "webpki-roots"13322version = "0.22.3"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13325dependencies = [13326 "webpki 0.22.0",13327]1332813329[[package]]13330name = "wepoll-ffi"13331version = "0.1.2"13332source = "registry+https://github.com/rust-lang/crates.io-index"13333checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13334dependencies = [13335 "cc",13336]1333713338[[package]]13339name = "westend-runtime"13340version = "0.9.21"13341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13342dependencies = [13343 "beefy-primitives",13344 "bitvec",13345 "frame-benchmarking",13346 "frame-election-provider-support",13347 "frame-executive",13348 "frame-support",13349 "frame-system",13350 "frame-system-benchmarking",13351 "frame-system-rpc-runtime-api",13352 "frame-try-runtime",13353 "hex-literal",13354 "log",13355 "pallet-authority-discovery",13356 "pallet-authorship",13357 "pallet-babe",13358 "pallet-bags-list",13359 "pallet-balances",13360 "pallet-collective",13361 "pallet-democracy",13362 "pallet-election-provider-multi-phase",13363 "pallet-election-provider-support-benchmarking",13364 "pallet-elections-phragmen",13365 "pallet-grandpa",13366 "pallet-identity",13367 "pallet-im-online",13368 "pallet-indices",13369 "pallet-membership",13370 "pallet-multisig",13371 "pallet-nicks",13372 "pallet-nomination-pools",13373 "pallet-nomination-pools-benchmarking",13374 "pallet-offences",13375 "pallet-offences-benchmarking",13376 "pallet-preimage",13377 "pallet-proxy",13378 "pallet-recovery",13379 "pallet-scheduler",13380 "pallet-session",13381 "pallet-session-benchmarking",13382 "pallet-society",13383 "pallet-staking",13384 "pallet-staking-reward-curve",13385 "pallet-sudo",13386 "pallet-timestamp",13387 "pallet-transaction-payment",13388 "pallet-transaction-payment-rpc-runtime-api",13389 "pallet-treasury",13390 "pallet-utility",13391 "pallet-vesting",13392 "pallet-xcm",13393 "pallet-xcm-benchmarks",13394 "parity-scale-codec",13395 "polkadot-parachain",13396 "polkadot-primitives",13397 "polkadot-runtime-common",13398 "polkadot-runtime-parachains",13399 "rustc-hex",13400 "scale-info",13401 "serde",13402 "serde_derive",13403 "smallvec",13404 "sp-api",13405 "sp-authority-discovery",13406 "sp-block-builder",13407 "sp-consensus-babe",13408 "sp-core",13409 "sp-inherents",13410 "sp-io",13411 "sp-mmr-primitives",13412 "sp-npos-elections",13413 "sp-offchain",13414 "sp-runtime",13415 "sp-session",13416 "sp-staking",13417 "sp-std",13418 "sp-transaction-pool",13419 "sp-version",13420 "substrate-wasm-builder",13421 "westend-runtime-constants",13422 "xcm",13423 "xcm-builder",13424 "xcm-executor",13425]1342613427[[package]]13428name = "westend-runtime-constants"13429version = "0.9.21"13430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13431dependencies = [13432 "frame-support",13433 "polkadot-primitives",13434 "polkadot-runtime-common",13435 "smallvec",13436 "sp-runtime",13437]1343813439[[package]]13440name = "which"13441version = "4.2.5"13442source = "registry+https://github.com/rust-lang/crates.io-index"13443checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13444dependencies = [13445 "either",13446 "lazy_static",13447 "libc",13448]1344913450[[package]]13451name = "widestring"13452version = "0.4.3"13453source = "registry+https://github.com/rust-lang/crates.io-index"13454checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1345513456[[package]]13457name = "winapi"13458version = "0.2.8"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1346113462[[package]]13463name = "winapi"13464version = "0.3.9"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13467dependencies = [13468 "winapi-i686-pc-windows-gnu",13469 "winapi-x86_64-pc-windows-gnu",13470]1347113472[[package]]13473name = "winapi-build"13474version = "0.1.1"13475source = "registry+https://github.com/rust-lang/crates.io-index"13476checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1347713478[[package]]13479name = "winapi-i686-pc-windows-gnu"13480version = "0.4.0"13481source = "registry+https://github.com/rust-lang/crates.io-index"13482checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1348313484[[package]]13485name = "winapi-util"13486version = "0.1.5"13487source = "registry+https://github.com/rust-lang/crates.io-index"13488checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13489dependencies = [13490 "winapi 0.3.9",13491]1349213493[[package]]13494name = "winapi-x86_64-pc-windows-gnu"13495version = "0.4.0"13496source = "registry+https://github.com/rust-lang/crates.io-index"13497checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1349813499[[package]]13500name = "windows-sys"13501version = "0.36.1"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13504dependencies = [13505 "windows_aarch64_msvc",13506 "windows_i686_gnu",13507 "windows_i686_msvc",13508 "windows_x86_64_gnu",13509 "windows_x86_64_msvc",13510]1351113512[[package]]13513name = "windows_aarch64_msvc"13514version = "0.36.1"13515source = "registry+https://github.com/rust-lang/crates.io-index"13516checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1351713518[[package]]13519name = "windows_i686_gnu"13520version = "0.36.1"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1352313524[[package]]13525name = "windows_i686_msvc"13526version = "0.36.1"13527source = "registry+https://github.com/rust-lang/crates.io-index"13528checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1352913530[[package]]13531name = "windows_x86_64_gnu"13532version = "0.36.1"13533source = "registry+https://github.com/rust-lang/crates.io-index"13534checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1353513536[[package]]13537name = "windows_x86_64_msvc"13538version = "0.36.1"13539source = "registry+https://github.com/rust-lang/crates.io-index"13540checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1354113542[[package]]13543name = "winreg"13544version = "0.6.2"13545source = "registry+https://github.com/rust-lang/crates.io-index"13546checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13547dependencies = [13548 "winapi 0.3.9",13549]1355013551[[package]]13552name = "ws2_32-sys"13553version = "0.2.1"13554source = "registry+https://github.com/rust-lang/crates.io-index"13555checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13556dependencies = [13557 "winapi 0.2.8",13558 "winapi-build",13559]1356013561[[package]]13562name = "wyz"13563version = "0.5.0"13564source = "registry+https://github.com/rust-lang/crates.io-index"13565checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13566dependencies = [13567 "tap",13568]1356913570[[package]]13571name = "x25519-dalek"13572version = "1.1.1"13573source = "registry+https://github.com/rust-lang/crates.io-index"13574checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13575dependencies = [13576 "curve25519-dalek 3.2.0",13577 "rand_core 0.5.1",13578 "zeroize",13579]1358013581[[package]]13582name = "xcm"13583version = "0.9.21"13584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13585dependencies = [13586 "derivative",13587 "impl-trait-for-tuples",13588 "log",13589 "parity-scale-codec",13590 "scale-info",13591 "xcm-procedural",13592]1359313594[[package]]13595name = "xcm-builder"13596version = "0.9.21"13597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13598dependencies = [13599 "frame-support",13600 "frame-system",13601 "log",13602 "pallet-transaction-payment",13603 "parity-scale-codec",13604 "polkadot-parachain",13605 "scale-info",13606 "sp-arithmetic",13607 "sp-io",13608 "sp-runtime",13609 "sp-std",13610 "xcm",13611 "xcm-executor",13612]1361313614[[package]]13615name = "xcm-executor"13616version = "0.9.21"13617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13618dependencies = [13619 "frame-benchmarking",13620 "frame-support",13621 "impl-trait-for-tuples",13622 "log",13623 "parity-scale-codec",13624 "sp-arithmetic",13625 "sp-core",13626 "sp-io",13627 "sp-runtime",13628 "sp-std",13629 "xcm",13630]1363113632[[package]]13633name = "xcm-procedural"13634version = "0.1.0"13635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13636dependencies = [13637 "Inflector",13638 "proc-macro2",13639 "quote",13640 "syn",13641]1364213643[[package]]13644name = "yamux"13645version = "0.9.0"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13648dependencies = [13649 "futures 0.3.21",13650 "log",13651 "nohash-hasher",13652 "parking_lot 0.11.2",13653 "rand 0.8.5",13654 "static_assertions",13655]1365613657[[package]]13658name = "yansi"13659version = "0.5.1"13660source = "registry+https://github.com/rust-lang/crates.io-index"13661checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1366213663[[package]]13664name = "zeroize"13665version = "1.5.5"13666source = "registry+https://github.com/rust-lang/crates.io-index"13667checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13668dependencies = [13669 "zeroize_derive",13670]1367113672[[package]]13673name = "zeroize_derive"13674version = "1.3.2"13675source = "registry+https://github.com/rust-lang/crates.io-index"13676checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13677dependencies = [13678 "proc-macro2",13679 "quote",13680 "syn",13681 "synstructure",13682]1368313684[[package]]13685name = "zstd"13686version = "0.10.0+zstd.1.5.2"13687source = "registry+https://github.com/rust-lang/crates.io-index"13688checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"13689dependencies = [13690 "zstd-safe",13691]1369213693[[package]]13694name = "zstd-safe"13695version = "4.1.4+zstd.1.5.2"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"13698dependencies = [13699 "libc",13700 "zstd-sys",13701]1370213703[[package]]13704name = "zstd-sys"13705version = "1.6.3+zstd.1.5.2"13706source = "registry+https://github.com/rust-lang/crates.io-index"13707checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13708dependencies = [13709 "cc",13710 "libc",13711]