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

difftreelog

source

Cargo.lock306.2 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.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#4c0dea347d0388a7b261cbc36568170e288f3e7a"2559dependencies = [2560 "async-trait",2561 "fc-db",2562 "fp-consensus",2563 "fp-rpc",2564 "sc-client-api",2565 "sc-consensus",2566 "sp-api",2567 "sp-block-builder",2568 "sp-blockchain",2569 "sp-consensus",2570 "sp-runtime",2571 "thiserror",2572]25732574[[package]]2575name = "fc-db"2576version = "2.0.0-dev"2577source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2578dependencies = [2579 "fp-storage",2580 "kvdb-rocksdb",2581 "parity-scale-codec",2582 "parking_lot 0.12.0",2583 "sp-core",2584 "sp-database",2585 "sp-runtime",2586]25872588[[package]]2589name = "fc-mapping-sync"2590version = "2.0.0-dev"2591source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2592dependencies = [2593 "fc-db",2594 "fp-consensus",2595 "fp-rpc",2596 "futures 0.3.21",2597 "futures-timer",2598 "log",2599 "sc-client-api",2600 "sp-api",2601 "sp-blockchain",2602 "sp-runtime",2603]26042605[[package]]2606name = "fc-rpc"2607version = "2.0.0-dev"2608source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2609dependencies = [2610 "ethereum",2611 "ethereum-types",2612 "evm",2613 "fc-db",2614 "fc-rpc-core",2615 "fp-rpc",2616 "fp-storage",2617 "futures 0.3.21",2618 "hex",2619 "jsonrpc-core",2620 "jsonrpc-core-client",2621 "jsonrpc-pubsub",2622 "libsecp256k1",2623 "log",2624 "lru 0.6.6",2625 "parity-scale-codec",2626 "rand 0.8.5",2627 "rlp",2628 "sc-client-api",2629 "sc-network",2630 "sc-rpc",2631 "sc-service",2632 "sc-transaction-pool",2633 "sc-transaction-pool-api",2634 "sp-api",2635 "sp-block-builder",2636 "sp-blockchain",2637 "sp-core",2638 "sp-io",2639 "sp-runtime",2640 "sp-storage",2641 "tokio 1.18.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#4c0dea347d0388a7b261cbc36568170e288f3e7a"2648dependencies = [2649 "ethereum",2650 "ethereum-types",2651 "jsonrpc-core",2652 "jsonrpc-core-client",2653 "jsonrpc-derive",2654 "jsonrpc-pubsub",2655 "rlp",2656 "rustc-hex",2657 "serde",2658 "serde_json",2659]26602661[[package]]2662name = "fdlimit"2663version = "0.2.1"2664source = "registry+https://github.com/rust-lang/crates.io-index"2665checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2666dependencies = [2667 "libc",2668]26692670[[package]]2671name = "ff"2672version = "0.11.1"2673source = "registry+https://github.com/rust-lang/crates.io-index"2674checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2675dependencies = [2676 "rand_core 0.6.3",2677 "subtle",2678]26792680[[package]]2681name = "file-per-thread-logger"2682version = "0.1.5"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2685dependencies = [2686 "env_logger",2687 "log",2688]26892690[[package]]2691name = "finality-grandpa"2692version = "0.15.0"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2695dependencies = [2696 "either",2697 "futures 0.3.21",2698 "futures-timer",2699 "log",2700 "num-traits",2701 "parity-scale-codec",2702 "parking_lot 0.11.2",2703 "scale-info",2704]27052706[[package]]2707name = "fixed-hash"2708version = "0.7.0"2709source = "registry+https://github.com/rust-lang/crates.io-index"2710checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2711dependencies = [2712 "byteorder",2713 "rand 0.8.5",2714 "rustc-hex",2715 "static_assertions",2716]27172718[[package]]2719name = "fixedbitset"2720version = "0.4.1"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"27232724[[package]]2725name = "flate2"2726version = "1.0.23"2727source = "registry+https://github.com/rust-lang/crates.io-index"2728checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2729dependencies = [2730 "cfg-if 1.0.0",2731 "crc32fast",2732 "libc",2733 "libz-sys",2734 "miniz_oxide",2735]27362737[[package]]2738name = "flexi_logger"2739version = "0.15.12"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2742dependencies = [2743 "atty",2744 "chrono",2745 "glob",2746 "lazy_static",2747 "log",2748 "regex",2749 "thiserror",2750 "yansi",2751]27522753[[package]]2754name = "fnv"2755version = "1.0.7"2756source = "registry+https://github.com/rust-lang/crates.io-index"2757checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27582759[[package]]2760name = "fork-tree"2761version = "3.0.0"2762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2763dependencies = [2764 "parity-scale-codec",2765]27662767[[package]]2768name = "form_urlencoded"2769version = "1.0.1"2770source = "registry+https://github.com/rust-lang/crates.io-index"2771checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2772dependencies = [2773 "matches",2774 "percent-encoding 2.1.0",2775]27762777[[package]]2778name = "fp-consensus"2779version = "2.0.0-dev"2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2781dependencies = [2782 "ethereum",2783 "parity-scale-codec",2784 "sp-core",2785 "sp-runtime",2786 "sp-std",2787]27882789[[package]]2790name = "fp-evm"2791version = "3.0.0-dev"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2793dependencies = [2794 "evm",2795 "impl-trait-for-tuples",2796 "parity-scale-codec",2797 "serde",2798 "sp-core",2799 "sp-std",2800]28012802[[package]]2803name = "fp-evm-mapping"2804version = "0.1.0"2805source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2806dependencies = [2807 "frame-support",2808 "sp-core",2809]28102811[[package]]2812name = "fp-rpc"2813version = "3.0.0-dev"2814source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2815dependencies = [2816 "ethereum",2817 "ethereum-types",2818 "fp-evm",2819 "parity-scale-codec",2820 "scale-info",2821 "sp-api",2822 "sp-core",2823 "sp-io",2824 "sp-runtime",2825 "sp-std",2826]28272828[[package]]2829name = "fp-self-contained"2830version = "1.0.0-dev"2831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2832dependencies = [2833 "ethereum",2834 "frame-support",2835 "parity-scale-codec",2836 "parity-util-mem",2837 "scale-info",2838 "serde",2839 "sp-debug-derive",2840 "sp-io",2841 "sp-runtime",2842]28432844[[package]]2845name = "fp-storage"2846version = "2.0.0"2847source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"2848dependencies = [2849 "parity-scale-codec",2850]28512852[[package]]2853name = "frame-benchmarking"2854version = "4.0.0-dev"2855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2856dependencies = [2857 "frame-support",2858 "frame-system",2859 "linregress",2860 "log",2861 "parity-scale-codec",2862 "paste",2863 "scale-info",2864 "serde",2865 "sp-api",2866 "sp-application-crypto",2867 "sp-io",2868 "sp-runtime",2869 "sp-runtime-interface",2870 "sp-std",2871 "sp-storage",2872]28732874[[package]]2875name = "frame-benchmarking-cli"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2878dependencies = [2879 "Inflector",2880 "chrono",2881 "clap",2882 "frame-benchmarking",2883 "frame-support",2884 "frame-system",2885 "handlebars",2886 "hash-db",2887 "hex",2888 "itertools",2889 "kvdb",2890 "linked-hash-map",2891 "log",2892 "memory-db",2893 "parity-scale-codec",2894 "prettytable-rs",2895 "rand 0.8.5",2896 "rand_pcg 0.3.1",2897 "sc-block-builder",2898 "sc-cli",2899 "sc-client-api",2900 "sc-client-db",2901 "sc-executor",2902 "sc-service",2903 "sc-sysinfo",2904 "serde",2905 "serde_json",2906 "serde_nanos",2907 "sp-api",2908 "sp-blockchain",2909 "sp-core",2910 "sp-database",2911 "sp-externalities",2912 "sp-inherents",2913 "sp-keystore",2914 "sp-runtime",2915 "sp-state-machine",2916 "sp-storage",2917 "sp-trie",2918 "tempfile",2919 "thousands",2920]29212922[[package]]2923name = "frame-election-provider-solution-type"2924version = "4.0.0-dev"2925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2926dependencies = [2927 "proc-macro-crate 1.1.3",2928 "proc-macro2",2929 "quote",2930 "syn",2931]29322933[[package]]2934name = "frame-election-provider-support"2935version = "4.0.0-dev"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2937dependencies = [2938 "frame-election-provider-solution-type",2939 "frame-support",2940 "frame-system",2941 "parity-scale-codec",2942 "scale-info",2943 "sp-arithmetic",2944 "sp-npos-elections",2945 "sp-runtime",2946 "sp-std",2947]29482949[[package]]2950name = "frame-executive"2951version = "4.0.0-dev"2952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2953dependencies = [2954 "frame-support",2955 "frame-system",2956 "parity-scale-codec",2957 "scale-info",2958 "sp-core",2959 "sp-io",2960 "sp-runtime",2961 "sp-std",2962 "sp-tracing",2963]29642965[[package]]2966name = "frame-metadata"2967version = "15.0.0"2968source = "registry+https://github.com/rust-lang/crates.io-index"2969checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2970dependencies = [2971 "cfg-if 1.0.0",2972 "parity-scale-codec",2973 "scale-info",2974 "serde",2975]29762977[[package]]2978name = "frame-support"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2981dependencies = [2982 "bitflags",2983 "frame-metadata",2984 "frame-support-procedural",2985 "impl-trait-for-tuples",2986 "log",2987 "once_cell",2988 "parity-scale-codec",2989 "paste",2990 "scale-info",2991 "serde",2992 "smallvec",2993 "sp-arithmetic",2994 "sp-core",2995 "sp-core-hashing-proc-macro",2996 "sp-inherents",2997 "sp-io",2998 "sp-runtime",2999 "sp-staking",3000 "sp-state-machine",3001 "sp-std",3002 "sp-tracing",3003 "tt-call",3004]30053006[[package]]3007name = "frame-support-procedural"3008version = "4.0.0-dev"3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3010dependencies = [3011 "Inflector",3012 "frame-support-procedural-tools",3013 "proc-macro2",3014 "quote",3015 "syn",3016]30173018[[package]]3019name = "frame-support-procedural-tools"3020version = "4.0.0-dev"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3022dependencies = [3023 "frame-support-procedural-tools-derive",3024 "proc-macro-crate 1.1.3",3025 "proc-macro2",3026 "quote",3027 "syn",3028]30293030[[package]]3031name = "frame-support-procedural-tools-derive"3032version = "3.0.0"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3034dependencies = [3035 "proc-macro2",3036 "quote",3037 "syn",3038]30393040[[package]]3041name = "frame-system"3042version = "4.0.0-dev"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3044dependencies = [3045 "frame-support",3046 "log",3047 "parity-scale-codec",3048 "scale-info",3049 "serde",3050 "sp-core",3051 "sp-io",3052 "sp-runtime",3053 "sp-std",3054 "sp-version",3055]30563057[[package]]3058name = "frame-system-benchmarking"3059version = "4.0.0-dev"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3061dependencies = [3062 "frame-benchmarking",3063 "frame-support",3064 "frame-system",3065 "parity-scale-codec",3066 "scale-info",3067 "sp-core",3068 "sp-runtime",3069 "sp-std",3070]30713072[[package]]3073name = "frame-system-rpc-runtime-api"3074version = "4.0.0-dev"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3076dependencies = [3077 "parity-scale-codec",3078 "sp-api",3079]30803081[[package]]3082name = "frame-try-runtime"3083version = "0.10.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3085dependencies = [3086 "frame-support",3087 "sp-api",3088 "sp-runtime",3089 "sp-std",3090]30913092[[package]]3093name = "fs-err"3094version = "2.7.0"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30973098[[package]]3099name = "fs-swap"3100version = "0.2.6"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3103dependencies = [3104 "lazy_static",3105 "libc",3106 "libloading 0.5.2",3107 "winapi 0.3.9",3108]31093110[[package]]3111name = "fs2"3112version = "0.4.3"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3115dependencies = [3116 "libc",3117 "winapi 0.3.9",3118]31193120[[package]]3121name = "fs_extra"3122version = "1.2.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31253126[[package]]3127name = "fuchsia-zircon"3128version = "0.3.3"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3131dependencies = [3132 "bitflags",3133 "fuchsia-zircon-sys",3134]31353136[[package]]3137name = "fuchsia-zircon-sys"3138version = "0.3.3"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"31413142[[package]]3143name = "funty"3144version = "2.0.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31473148[[package]]3149name = "futures"3150version = "0.1.31"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31533154[[package]]3155name = "futures"3156version = "0.3.21"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3159dependencies = [3160 "futures-channel",3161 "futures-core",3162 "futures-executor",3163 "futures-io",3164 "futures-sink",3165 "futures-task",3166 "futures-util",3167]31683169[[package]]3170name = "futures-channel"3171version = "0.3.21"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3174dependencies = [3175 "futures-core",3176 "futures-sink",3177]31783179[[package]]3180name = "futures-core"3181version = "0.3.21"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31843185[[package]]3186name = "futures-executor"3187version = "0.3.21"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3190dependencies = [3191 "futures-core",3192 "futures-task",3193 "futures-util",3194 "num_cpus",3195]31963197[[package]]3198name = "futures-io"3199version = "0.3.21"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"32023203[[package]]3204name = "futures-lite"3205version = "1.12.0"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3208dependencies = [3209 "fastrand",3210 "futures-core",3211 "futures-io",3212 "memchr",3213 "parking",3214 "pin-project-lite 0.2.9",3215 "waker-fn",3216]32173218[[package]]3219name = "futures-macro"3220version = "0.3.21"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3223dependencies = [3224 "proc-macro2",3225 "quote",3226 "syn",3227]32283229[[package]]3230name = "futures-rustls"3231version = "0.21.1"3232source = "registry+https://github.com/rust-lang/crates.io-index"3233checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3234dependencies = [3235 "futures-io",3236 "rustls 0.19.1",3237 "webpki 0.21.4",3238]32393240[[package]]3241name = "futures-sink"3242version = "0.3.21"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32453246[[package]]3247name = "futures-task"3248version = "0.3.21"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32513252[[package]]3253name = "futures-timer"3254version = "3.0.2"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32573258[[package]]3259name = "futures-util"3260version = "0.3.21"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3263dependencies = [3264 "futures 0.1.31",3265 "futures-channel",3266 "futures-core",3267 "futures-io",3268 "futures-macro",3269 "futures-sink",3270 "futures-task",3271 "memchr",3272 "pin-project-lite 0.2.9",3273 "pin-utils",3274 "slab",3275]32763277[[package]]3278name = "generic-array"3279version = "0.12.4"3280source = "registry+https://github.com/rust-lang/crates.io-index"3281checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3282dependencies = [3283 "typenum",3284]32853286[[package]]3287name = "generic-array"3288version = "0.14.5"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3291dependencies = [3292 "typenum",3293 "version_check",3294]32953296[[package]]3297name = "getrandom"3298version = "0.1.16"3299source = "registry+https://github.com/rust-lang/crates.io-index"3300checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3301dependencies = [3302 "cfg-if 1.0.0",3303 "js-sys",3304 "libc",3305 "wasi 0.9.0+wasi-snapshot-preview1",3306 "wasm-bindgen",3307]33083309[[package]]3310name = "getrandom"3311version = "0.2.6"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3314dependencies = [3315 "cfg-if 1.0.0",3316 "libc",3317 "wasi 0.10.0+wasi-snapshot-preview1",3318]33193320[[package]]3321name = "ghash"3322version = "0.4.4"3323source = "registry+https://github.com/rust-lang/crates.io-index"3324checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3325dependencies = [3326 "opaque-debug 0.3.0",3327 "polyval",3328]33293330[[package]]3331name = "gimli"3332version = "0.26.1"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3335dependencies = [3336 "fallible-iterator",3337 "indexmap",3338 "stable_deref_trait",3339]33403341[[package]]3342name = "glob"3343version = "0.3.0"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33463347[[package]]3348name = "globset"3349version = "0.4.8"3350source = "registry+https://github.com/rust-lang/crates.io-index"3351checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3352dependencies = [3353 "aho-corasick",3354 "bstr",3355 "fnv",3356 "log",3357 "regex",3358]33593360[[package]]3361name = "gloo-timers"3362version = "0.2.4"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3365dependencies = [3366 "futures-channel",3367 "futures-core",3368 "js-sys",3369 "wasm-bindgen",3370]33713372[[package]]3373name = "group"3374version = "0.11.0"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3377dependencies = [3378 "ff",3379 "rand_core 0.6.3",3380 "subtle",3381]33823383[[package]]3384name = "h2"3385version = "0.3.13"3386source = "registry+https://github.com/rust-lang/crates.io-index"3387checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3388dependencies = [3389 "bytes 1.1.0",3390 "fnv",3391 "futures-core",3392 "futures-sink",3393 "futures-util",3394 "http",3395 "indexmap",3396 "slab",3397 "tokio 1.18.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 "hex-literal",5499 "orml-vesting",5500 "pallet-aura",5501 "pallet-balances",5502 "pallet-base-fee",5503 "pallet-common",5504 "pallet-ethereum",5505 "pallet-evm",5506 "pallet-evm-coder-substrate",5507 "pallet-evm-contract-helpers",5508 "pallet-evm-migration",5509 "pallet-evm-transaction-payment",5510 "pallet-fungible",5511 "pallet-inflation",5512 "pallet-nonfungible",5513 "pallet-randomness-collective-flip",5514 "pallet-refungible",5515 "pallet-sudo",5516 "pallet-template-transaction-payment",5517 "pallet-timestamp",5518 "pallet-transaction-payment",5519 "pallet-transaction-payment-rpc-runtime-api",5520 "pallet-treasury",5521 "pallet-unique",5522 "pallet-unq-scheduler",5523 "pallet-xcm",5524 "parachain-info",5525 "parity-scale-codec",5526 "polkadot-parachain",5527 "scale-info",5528 "serde",5529 "smallvec",5530 "sp-api",5531 "sp-arithmetic",5532 "sp-block-builder",5533 "sp-consensus-aura",5534 "sp-core",5535 "sp-inherents",5536 "sp-io",5537 "sp-offchain",5538 "sp-runtime",5539 "sp-session",5540 "sp-std",5541 "sp-transaction-pool",5542 "sp-version",5543 "substrate-wasm-builder",5544 "unique-runtime-common",5545 "up-data-structs",5546 "up-rpc",5547 "xcm",5548 "xcm-builder",5549 "xcm-executor",5550]55515552[[package]]5553name = "opaque-debug"5554version = "0.2.3"5555source = "registry+https://github.com/rust-lang/crates.io-index"5556checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55575558[[package]]5559name = "opaque-debug"5560version = "0.3.0"5561source = "registry+https://github.com/rust-lang/crates.io-index"5562checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55635564[[package]]5565name = "open-metrics-client"5566version = "0.12.0"5567source = "registry+https://github.com/rust-lang/crates.io-index"5568checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5569dependencies = [5570 "dtoa",5571 "itoa 0.4.8",5572 "open-metrics-client-derive-text-encode",5573 "owning_ref",5574]55755576[[package]]5577name = "open-metrics-client-derive-text-encode"5578version = "0.1.1"5579source = "registry+https://github.com/rust-lang/crates.io-index"5580checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5581dependencies = [5582 "proc-macro2",5583 "quote",5584 "syn",5585]55865587[[package]]5588name = "openssl-probe"5589version = "0.1.5"5590source = "registry+https://github.com/rust-lang/crates.io-index"5591checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55925593[[package]]5594name = "ordered-float"5595version = "1.1.1"5596source = "registry+https://github.com/rust-lang/crates.io-index"5597checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5598dependencies = [5599 "num-traits",5600]56015602[[package]]5603name = "orml-vesting"5604version = "0.4.1-dev"5605source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5606dependencies = [5607 "frame-support",5608 "frame-system",5609 "parity-scale-codec",5610 "scale-info",5611 "serde",5612 "sp-io",5613 "sp-runtime",5614 "sp-std",5615]56165617[[package]]5618name = "os_str_bytes"5619version = "6.0.0"5620source = "registry+https://github.com/rust-lang/crates.io-index"5621checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"56225623[[package]]5624name = "owning_ref"5625version = "0.4.1"5626source = "registry+https://github.com/rust-lang/crates.io-index"5627checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5628dependencies = [5629 "stable_deref_trait",5630]56315632[[package]]5633name = "pallet-aura"5634version = "4.0.0-dev"5635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5636dependencies = [5637 "frame-support",5638 "frame-system",5639 "pallet-timestamp",5640 "parity-scale-codec",5641 "scale-info",5642 "sp-application-crypto",5643 "sp-consensus-aura",5644 "sp-runtime",5645 "sp-std",5646]56475648[[package]]5649name = "pallet-authority-discovery"5650version = "4.0.0-dev"5651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5652dependencies = [5653 "frame-support",5654 "frame-system",5655 "pallet-session",5656 "parity-scale-codec",5657 "scale-info",5658 "sp-application-crypto",5659 "sp-authority-discovery",5660 "sp-runtime",5661 "sp-std",5662]56635664[[package]]5665name = "pallet-authorship"5666version = "4.0.0-dev"5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5668dependencies = [5669 "frame-support",5670 "frame-system",5671 "impl-trait-for-tuples",5672 "parity-scale-codec",5673 "scale-info",5674 "sp-authorship",5675 "sp-runtime",5676 "sp-std",5677]56785679[[package]]5680name = "pallet-babe"5681version = "4.0.0-dev"5682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5683dependencies = [5684 "frame-benchmarking",5685 "frame-support",5686 "frame-system",5687 "log",5688 "pallet-authorship",5689 "pallet-session",5690 "pallet-timestamp",5691 "parity-scale-codec",5692 "scale-info",5693 "sp-application-crypto",5694 "sp-consensus-babe",5695 "sp-consensus-vrf",5696 "sp-io",5697 "sp-runtime",5698 "sp-session",5699 "sp-staking",5700 "sp-std",5701]57025703[[package]]5704name = "pallet-bags-list"5705version = "4.0.0-dev"5706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5707dependencies = [5708 "frame-benchmarking",5709 "frame-election-provider-support",5710 "frame-support",5711 "frame-system",5712 "log",5713 "pallet-balances",5714 "parity-scale-codec",5715 "scale-info",5716 "sp-core",5717 "sp-io",5718 "sp-runtime",5719 "sp-std",5720 "sp-tracing",5721]57225723[[package]]5724name = "pallet-balances"5725version = "4.0.0-dev"5726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5727dependencies = [5728 "frame-benchmarking",5729 "frame-support",5730 "frame-system",5731 "log",5732 "parity-scale-codec",5733 "scale-info",5734 "sp-runtime",5735 "sp-std",5736]57375738[[package]]5739name = "pallet-base-fee"5740version = "1.0.0"5741source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"5742dependencies = [5743 "fp-evm",5744 "frame-support",5745 "frame-system",5746 "parity-scale-codec",5747 "scale-info",5748 "serde",5749 "sp-core",5750 "sp-runtime",5751]57525753[[package]]5754name = "pallet-beefy"5755version = "4.0.0-dev"5756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5757dependencies = [5758 "beefy-primitives",5759 "frame-support",5760 "frame-system",5761 "pallet-session",5762 "parity-scale-codec",5763 "scale-info",5764 "serde",5765 "sp-runtime",5766 "sp-std",5767]57685769[[package]]5770name = "pallet-beefy-mmr"5771version = "4.0.0-dev"5772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5773dependencies = [5774 "beefy-merkle-tree",5775 "beefy-primitives",5776 "frame-support",5777 "frame-system",5778 "hex",5779 "k256",5780 "log",5781 "pallet-beefy",5782 "pallet-mmr",5783 "pallet-session",5784 "parity-scale-codec",5785 "scale-info",5786 "serde",5787 "sp-core",5788 "sp-io",5789 "sp-runtime",5790 "sp-std",5791]57925793[[package]]5794name = "pallet-bounties"5795version = "4.0.0-dev"5796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5797dependencies = [5798 "frame-benchmarking",5799 "frame-support",5800 "frame-system",5801 "log",5802 "pallet-treasury",5803 "parity-scale-codec",5804 "scale-info",5805 "sp-core",5806 "sp-io",5807 "sp-runtime",5808 "sp-std",5809]58105811[[package]]5812name = "pallet-bridge-dispatch"5813version = "0.1.0"5814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5815dependencies = [5816 "bp-message-dispatch",5817 "bp-runtime",5818 "frame-support",5819 "frame-system",5820 "log",5821 "parity-scale-codec",5822 "scale-info",5823 "sp-core",5824 "sp-runtime",5825 "sp-std",5826]58275828[[package]]5829name = "pallet-bridge-grandpa"5830version = "0.1.0"5831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5832dependencies = [5833 "bp-header-chain",5834 "bp-runtime",5835 "bp-test-utils",5836 "finality-grandpa",5837 "frame-support",5838 "frame-system",5839 "log",5840 "num-traits",5841 "parity-scale-codec",5842 "scale-info",5843 "serde",5844 "sp-finality-grandpa",5845 "sp-runtime",5846 "sp-std",5847 "sp-trie",5848]58495850[[package]]5851name = "pallet-bridge-messages"5852version = "0.1.0"5853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5854dependencies = [5855 "bitvec",5856 "bp-message-dispatch",5857 "bp-messages",5858 "bp-runtime",5859 "frame-support",5860 "frame-system",5861 "log",5862 "num-traits",5863 "parity-scale-codec",5864 "scale-info",5865 "serde",5866 "sp-core",5867 "sp-runtime",5868 "sp-std",5869]58705871[[package]]5872name = "pallet-child-bounties"5873version = "4.0.0-dev"5874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5875dependencies = [5876 "frame-benchmarking",5877 "frame-support",5878 "frame-system",5879 "log",5880 "pallet-bounties",5881 "pallet-treasury",5882 "parity-scale-codec",5883 "scale-info",5884 "sp-core",5885 "sp-io",5886 "sp-runtime",5887 "sp-std",5888]58895890[[package]]5891name = "pallet-collective"5892version = "4.0.0-dev"5893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5894dependencies = [5895 "frame-benchmarking",5896 "frame-support",5897 "frame-system",5898 "log",5899 "parity-scale-codec",5900 "scale-info",5901 "sp-core",5902 "sp-io",5903 "sp-runtime",5904 "sp-std",5905]59065907[[package]]5908name = "pallet-common"5909version = "0.1.0"5910dependencies = [5911 "evm-coder",5912 "fp-evm-mapping",5913 "frame-support",5914 "frame-system",5915 "pallet-evm",5916 "pallet-evm-coder-substrate",5917 "parity-scale-codec",5918 "scale-info",5919 "serde",5920 "sp-core",5921 "sp-runtime",5922 "sp-std",5923 "up-data-structs",5924]59255926[[package]]5927name = "pallet-democracy"5928version = "4.0.0-dev"5929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5930dependencies = [5931 "frame-benchmarking",5932 "frame-support",5933 "frame-system",5934 "parity-scale-codec",5935 "scale-info",5936 "serde",5937 "sp-io",5938 "sp-runtime",5939 "sp-std",5940]59415942[[package]]5943name = "pallet-election-provider-multi-phase"5944version = "4.0.0-dev"5945source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5946dependencies = [5947 "frame-benchmarking",5948 "frame-election-provider-support",5949 "frame-support",5950 "frame-system",5951 "log",5952 "parity-scale-codec",5953 "rand 0.7.3",5954 "scale-info",5955 "sp-arithmetic",5956 "sp-core",5957 "sp-io",5958 "sp-npos-elections",5959 "sp-runtime",5960 "sp-std",5961 "static_assertions",5962 "strum 0.23.0",5963]59645965[[package]]5966name = "pallet-election-provider-support-benchmarking"5967version = "4.0.0-dev"5968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5969dependencies = [5970 "frame-benchmarking",5971 "frame-election-provider-support",5972 "frame-system",5973 "parity-scale-codec",5974 "sp-npos-elections",5975 "sp-runtime",5976]59775978[[package]]5979name = "pallet-elections-phragmen"5980version = "5.0.0-dev"5981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5982dependencies = [5983 "frame-benchmarking",5984 "frame-support",5985 "frame-system",5986 "log",5987 "parity-scale-codec",5988 "scale-info",5989 "sp-core",5990 "sp-io",5991 "sp-npos-elections",5992 "sp-runtime",5993 "sp-std",5994]59955996[[package]]5997name = "pallet-ethereum"5998version = "4.0.0-dev"5999source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"6000dependencies = [6001 "ethereum",6002 "ethereum-types",6003 "evm",6004 "fp-consensus",6005 "fp-evm",6006 "fp-evm-mapping",6007 "fp-rpc",6008 "fp-self-contained",6009 "fp-storage",6010 "frame-support",6011 "frame-system",6012 "log",6013 "pallet-balances",6014 "pallet-evm",6015 "pallet-timestamp",6016 "parity-scale-codec",6017 "rlp",6018 "scale-info",6019 "serde",6020 "sha3 0.10.1",6021 "sp-io",6022 "sp-runtime",6023 "sp-std",6024]60256026[[package]]6027name = "pallet-evm"6028version = "6.0.0-dev"6029source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21#4c0dea347d0388a7b261cbc36568170e288f3e7a"6030dependencies = [6031 "evm",6032 "fp-evm",6033 "fp-evm-mapping",6034 "frame-benchmarking",6035 "frame-support",6036 "frame-system",6037 "hex",6038 "impl-trait-for-tuples",6039 "log",6040 "pallet-balances",6041 "pallet-timestamp",6042 "parity-scale-codec",6043 "primitive-types",6044 "rlp",6045 "scale-info",6046 "serde",6047 "sha3 0.10.1",6048 "sp-core",6049 "sp-io",6050 "sp-runtime",6051 "sp-std",6052]60536054[[package]]6055name = "pallet-evm-coder-substrate"6056version = "0.1.0"6057dependencies = [6058 "ethereum",6059 "evm-coder",6060 "frame-benchmarking",6061 "frame-support",6062 "frame-system",6063 "pallet-ethereum",6064 "pallet-evm",6065 "parity-scale-codec",6066 "scale-info",6067 "sp-core",6068 "sp-std",6069]60706071[[package]]6072name = "pallet-evm-contract-helpers"6073version = "0.1.0"6074dependencies = [6075 "evm-coder",6076 "fp-evm-mapping",6077 "frame-support",6078 "frame-system",6079 "log",6080 "pallet-evm",6081 "pallet-evm-coder-substrate",6082 "parity-scale-codec",6083 "scale-info",6084 "sp-core",6085 "sp-runtime",6086 "sp-std",6087 "up-sponsorship",6088]60896090[[package]]6091name = "pallet-evm-migration"6092version = "0.1.0"6093dependencies = [6094 "fp-evm",6095 "frame-benchmarking",6096 "frame-support",6097 "frame-system",6098 "pallet-evm",6099 "parity-scale-codec",6100 "scale-info",6101 "sp-core",6102 "sp-io",6103 "sp-runtime",6104 "sp-std",6105]61066107[[package]]6108name = "pallet-evm-transaction-payment"6109version = "0.1.0"6110dependencies = [6111 "fp-evm",6112 "fp-evm-mapping",6113 "frame-support",6114 "frame-system",6115 "pallet-ethereum",6116 "pallet-evm",6117 "parity-scale-codec",6118 "scale-info",6119 "sp-core",6120 "sp-io",6121 "sp-runtime",6122 "sp-std",6123 "up-sponsorship",6124]61256126[[package]]6127name = "pallet-fungible"6128version = "0.1.0"6129dependencies = [6130 "ethereum",6131 "evm-coder",6132 "frame-benchmarking",6133 "frame-support",6134 "frame-system",6135 "pallet-common",6136 "pallet-evm",6137 "pallet-evm-coder-substrate",6138 "parity-scale-codec",6139 "scale-info",6140 "sp-core",6141 "sp-runtime",6142 "sp-std",6143 "up-data-structs",6144]61456146[[package]]6147name = "pallet-gilt"6148version = "4.0.0-dev"6149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6150dependencies = [6151 "frame-benchmarking",6152 "frame-support",6153 "frame-system",6154 "parity-scale-codec",6155 "scale-info",6156 "sp-arithmetic",6157 "sp-runtime",6158 "sp-std",6159]61606161[[package]]6162name = "pallet-grandpa"6163version = "4.0.0-dev"6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6165dependencies = [6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "log",6170 "pallet-authorship",6171 "pallet-session",6172 "parity-scale-codec",6173 "scale-info",6174 "sp-application-crypto",6175 "sp-core",6176 "sp-finality-grandpa",6177 "sp-io",6178 "sp-runtime",6179 "sp-session",6180 "sp-staking",6181 "sp-std",6182]61836184[[package]]6185name = "pallet-identity"6186version = "4.0.0-dev"6187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6188dependencies = [6189 "enumflags2",6190 "frame-benchmarking",6191 "frame-support",6192 "frame-system",6193 "parity-scale-codec",6194 "scale-info",6195 "sp-io",6196 "sp-runtime",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-im-online"6202version = "4.0.0-dev"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6204dependencies = [6205 "frame-benchmarking",6206 "frame-support",6207 "frame-system",6208 "log",6209 "pallet-authorship",6210 "parity-scale-codec",6211 "scale-info",6212 "sp-application-crypto",6213 "sp-core",6214 "sp-io",6215 "sp-runtime",6216 "sp-staking",6217 "sp-std",6218]62196220[[package]]6221name = "pallet-indices"6222version = "4.0.0-dev"6223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6224dependencies = [6225 "frame-benchmarking",6226 "frame-support",6227 "frame-system",6228 "parity-scale-codec",6229 "scale-info",6230 "sp-core",6231 "sp-io",6232 "sp-keyring",6233 "sp-runtime",6234 "sp-std",6235]62366237[[package]]6238name = "pallet-inflation"6239version = "0.1.0"6240dependencies = [6241 "frame-benchmarking",6242 "frame-support",6243 "frame-system",6244 "pallet-balances",6245 "pallet-randomness-collective-flip",6246 "pallet-timestamp",6247 "parity-scale-codec",6248 "scale-info",6249 "serde",6250 "sp-core",6251 "sp-io",6252 "sp-runtime",6253 "sp-std",6254]62556256[[package]]6257name = "pallet-membership"6258version = "4.0.0-dev"6259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6260dependencies = [6261 "frame-benchmarking",6262 "frame-support",6263 "frame-system",6264 "log",6265 "parity-scale-codec",6266 "scale-info",6267 "sp-core",6268 "sp-io",6269 "sp-runtime",6270 "sp-std",6271]62726273[[package]]6274name = "pallet-mmr"6275version = "4.0.0-dev"6276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6277dependencies = [6278 "ckb-merkle-mountain-range",6279 "frame-benchmarking",6280 "frame-support",6281 "frame-system",6282 "parity-scale-codec",6283 "scale-info",6284 "sp-core",6285 "sp-io",6286 "sp-mmr-primitives",6287 "sp-runtime",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-mmr-rpc"6293version = "3.0.0"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6295dependencies = [6296 "jsonrpc-core",6297 "jsonrpc-core-client",6298 "jsonrpc-derive",6299 "parity-scale-codec",6300 "serde",6301 "sp-api",6302 "sp-blockchain",6303 "sp-core",6304 "sp-mmr-primitives",6305 "sp-runtime",6306]63076308[[package]]6309name = "pallet-multisig"6310version = "4.0.0-dev"6311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6312dependencies = [6313 "frame-benchmarking",6314 "frame-support",6315 "frame-system",6316 "parity-scale-codec",6317 "scale-info",6318 "sp-io",6319 "sp-runtime",6320 "sp-std",6321]63226323[[package]]6324name = "pallet-nicks"6325version = "4.0.0-dev"6326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6327dependencies = [6328 "frame-support",6329 "frame-system",6330 "parity-scale-codec",6331 "scale-info",6332 "sp-io",6333 "sp-runtime",6334 "sp-std",6335]63366337[[package]]6338name = "pallet-nomination-pools"6339version = "1.0.0"6340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6341dependencies = [6342 "frame-support",6343 "frame-system",6344 "parity-scale-codec",6345 "scale-info",6346 "sp-core",6347 "sp-runtime",6348 "sp-staking",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-nomination-pools-benchmarking"6354version = "1.0.0"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6356dependencies = [6357 "frame-benchmarking",6358 "frame-election-provider-support",6359 "frame-support",6360 "frame-system",6361 "pallet-bags-list",6362 "pallet-nomination-pools",6363 "pallet-staking",6364 "parity-scale-codec",6365 "scale-info",6366 "sp-runtime",6367 "sp-staking",6368 "sp-std",6369]63706371[[package]]6372name = "pallet-nonfungible"6373version = "0.1.0"6374dependencies = [6375 "ethereum",6376 "evm-coder",6377 "frame-benchmarking",6378 "frame-support",6379 "frame-system",6380 "pallet-common",6381 "pallet-evm",6382 "pallet-evm-coder-substrate",6383 "parity-scale-codec",6384 "scale-info",6385 "sp-core",6386 "sp-runtime",6387 "sp-std",6388 "up-data-structs",6389]63906391[[package]]6392name = "pallet-offences"6393version = "4.0.0-dev"6394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6395dependencies = [6396 "frame-support",6397 "frame-system",6398 "log",6399 "pallet-balances",6400 "parity-scale-codec",6401 "scale-info",6402 "serde",6403 "sp-runtime",6404 "sp-staking",6405 "sp-std",6406]64076408[[package]]6409name = "pallet-offences-benchmarking"6410version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6412dependencies = [6413 "frame-benchmarking",6414 "frame-election-provider-support",6415 "frame-support",6416 "frame-system",6417 "pallet-babe",6418 "pallet-balances",6419 "pallet-grandpa",6420 "pallet-im-online",6421 "pallet-offences",6422 "pallet-session",6423 "pallet-staking",6424 "parity-scale-codec",6425 "scale-info",6426 "sp-runtime",6427 "sp-staking",6428 "sp-std",6429]64306431[[package]]6432name = "pallet-preimage"6433version = "4.0.0-dev"6434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6435dependencies = [6436 "frame-benchmarking",6437 "frame-support",6438 "frame-system",6439 "parity-scale-codec",6440 "scale-info",6441 "sp-core",6442 "sp-io",6443 "sp-runtime",6444 "sp-std",6445]64466447[[package]]6448name = "pallet-proxy"6449version = "4.0.0-dev"6450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6451dependencies = [6452 "frame-benchmarking",6453 "frame-support",6454 "frame-system",6455 "parity-scale-codec",6456 "scale-info",6457 "sp-io",6458 "sp-runtime",6459 "sp-std",6460]64616462[[package]]6463name = "pallet-randomness-collective-flip"6464version = "4.0.0-dev"6465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6466dependencies = [6467 "frame-support",6468 "frame-system",6469 "parity-scale-codec",6470 "safe-mix",6471 "scale-info",6472 "sp-runtime",6473 "sp-std",6474]64756476[[package]]6477name = "pallet-recovery"6478version = "4.0.0-dev"6479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6480dependencies = [6481 "frame-support",6482 "frame-system",6483 "parity-scale-codec",6484 "scale-info",6485 "sp-io",6486 "sp-runtime",6487 "sp-std",6488]64896490[[package]]6491name = "pallet-refungible"6492version = "0.1.0"6493dependencies = [6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "pallet-common",6498 "pallet-evm",6499 "parity-scale-codec",6500 "scale-info",6501 "sp-core",6502 "sp-runtime",6503 "sp-std",6504 "up-data-structs",6505]65066507[[package]]6508name = "pallet-scheduler"6509version = "4.0.0-dev"6510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6511dependencies = [6512 "frame-benchmarking",6513 "frame-support",6514 "frame-system",6515 "log",6516 "parity-scale-codec",6517 "scale-info",6518 "sp-io",6519 "sp-runtime",6520 "sp-std",6521]65226523[[package]]6524name = "pallet-session"6525version = "4.0.0-dev"6526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6527dependencies = [6528 "frame-support",6529 "frame-system",6530 "impl-trait-for-tuples",6531 "log",6532 "pallet-timestamp",6533 "parity-scale-codec",6534 "scale-info",6535 "sp-core",6536 "sp-io",6537 "sp-runtime",6538 "sp-session",6539 "sp-staking",6540 "sp-std",6541 "sp-trie",6542]65436544[[package]]6545name = "pallet-session-benchmarking"6546version = "4.0.0-dev"6547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6548dependencies = [6549 "frame-benchmarking",6550 "frame-support",6551 "frame-system",6552 "pallet-session",6553 "pallet-staking",6554 "rand 0.7.3",6555 "sp-runtime",6556 "sp-session",6557 "sp-std",6558]65596560[[package]]6561name = "pallet-society"6562version = "4.0.0-dev"6563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6564dependencies = [6565 "frame-support",6566 "frame-system",6567 "parity-scale-codec",6568 "rand_chacha 0.2.2",6569 "scale-info",6570 "sp-runtime",6571 "sp-std",6572]65736574[[package]]6575name = "pallet-staking"6576version = "4.0.0-dev"6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6578dependencies = [6579 "frame-benchmarking",6580 "frame-election-provider-support",6581 "frame-support",6582 "frame-system",6583 "log",6584 "pallet-authorship",6585 "pallet-session",6586 "parity-scale-codec",6587 "rand_chacha 0.2.2",6588 "scale-info",6589 "serde",6590 "sp-application-crypto",6591 "sp-io",6592 "sp-runtime",6593 "sp-staking",6594 "sp-std",6595]65966597[[package]]6598name = "pallet-staking-reward-curve"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6601dependencies = [6602 "proc-macro-crate 1.1.3",6603 "proc-macro2",6604 "quote",6605 "syn",6606]66076608[[package]]6609name = "pallet-staking-reward-fn"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6612dependencies = [6613 "log",6614 "sp-arithmetic",6615]66166617[[package]]6618name = "pallet-sudo"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6621dependencies = [6622 "frame-support",6623 "frame-system",6624 "parity-scale-codec",6625 "scale-info",6626 "sp-io",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-template-transaction-payment"6633version = "3.0.0"6634source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6635dependencies = [6636 "frame-benchmarking",6637 "frame-support",6638 "frame-system",6639 "pallet-balances",6640 "pallet-transaction-payment",6641 "parity-scale-codec",6642 "scale-info",6643 "serde",6644 "sp-core",6645 "sp-io",6646 "sp-runtime",6647 "sp-std",6648 "up-sponsorship",6649]66506651[[package]]6652name = "pallet-timestamp"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6655dependencies = [6656 "frame-benchmarking",6657 "frame-support",6658 "frame-system",6659 "log",6660 "parity-scale-codec",6661 "scale-info",6662 "sp-inherents",6663 "sp-io",6664 "sp-runtime",6665 "sp-std",6666 "sp-timestamp",6667]66686669[[package]]6670name = "pallet-tips"6671version = "4.0.0-dev"6672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6673dependencies = [6674 "frame-benchmarking",6675 "frame-support",6676 "frame-system",6677 "log",6678 "pallet-treasury",6679 "parity-scale-codec",6680 "scale-info",6681 "serde",6682 "sp-core",6683 "sp-io",6684 "sp-runtime",6685 "sp-std",6686]66876688[[package]]6689name = "pallet-transaction-payment"6690version = "4.0.0-dev"6691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6692dependencies = [6693 "frame-support",6694 "frame-system",6695 "parity-scale-codec",6696 "scale-info",6697 "serde",6698 "smallvec",6699 "sp-core",6700 "sp-io",6701 "sp-runtime",6702 "sp-std",6703]67046705[[package]]6706name = "pallet-transaction-payment-rpc"6707version = "4.0.0-dev"6708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6709dependencies = [6710 "jsonrpc-core",6711 "jsonrpc-core-client",6712 "jsonrpc-derive",6713 "pallet-transaction-payment-rpc-runtime-api",6714 "parity-scale-codec",6715 "sp-api",6716 "sp-blockchain",6717 "sp-core",6718 "sp-rpc",6719 "sp-runtime",6720]67216722[[package]]6723name = "pallet-transaction-payment-rpc-runtime-api"6724version = "4.0.0-dev"6725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6726dependencies = [6727 "pallet-transaction-payment",6728 "parity-scale-codec",6729 "sp-api",6730 "sp-runtime",6731]67326733[[package]]6734name = "pallet-treasury"6735version = "4.0.0-dev"6736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6737dependencies = [6738 "frame-benchmarking",6739 "frame-support",6740 "frame-system",6741 "impl-trait-for-tuples",6742 "pallet-balances",6743 "parity-scale-codec",6744 "scale-info",6745 "serde",6746 "sp-runtime",6747 "sp-std",6748]67496750[[package]]6751name = "pallet-unique"6752version = "0.1.0"6753dependencies = [6754 "ethereum",6755 "evm-coder",6756 "fp-evm",6757 "fp-evm-mapping",6758 "frame-benchmarking",6759 "frame-support",6760 "frame-system",6761 "hex-literal",6762 "pallet-balances",6763 "pallet-common",6764 "pallet-ethereum",6765 "pallet-evm",6766 "pallet-evm-coder-substrate",6767 "pallet-fungible",6768 "pallet-nonfungible",6769 "pallet-randomness-collective-flip",6770 "pallet-refungible",6771 "pallet-timestamp",6772 "pallet-transaction-payment",6773 "parity-scale-codec",6774 "primitive-types",6775 "rlp",6776 "scale-info",6777 "serde",6778 "sp-api",6779 "sp-core",6780 "sp-io",6781 "sp-runtime",6782 "sp-std",6783 "up-data-structs",6784 "up-sponsorship",6785]67866787[[package]]6788name = "pallet-unq-scheduler"6789version = "0.1.0"6790dependencies = [6791 "frame-benchmarking",6792 "frame-support",6793 "frame-system",6794 "log",6795 "parity-scale-codec",6796 "scale-info",6797 "serde",6798 "sp-core",6799 "sp-io",6800 "sp-runtime",6801 "sp-std",6802 "substrate-test-utils",6803 "up-sponsorship",6804]68056806[[package]]6807name = "pallet-utility"6808version = "4.0.0-dev"6809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6810dependencies = [6811 "frame-benchmarking",6812 "frame-support",6813 "frame-system",6814 "parity-scale-codec",6815 "scale-info",6816 "sp-core",6817 "sp-io",6818 "sp-runtime",6819 "sp-std",6820]68216822[[package]]6823name = "pallet-vesting"6824version = "4.0.0-dev"6825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6826dependencies = [6827 "frame-benchmarking",6828 "frame-support",6829 "frame-system",6830 "log",6831 "parity-scale-codec",6832 "scale-info",6833 "sp-runtime",6834 "sp-std",6835]68366837[[package]]6838name = "pallet-xcm"6839version = "0.9.21"6840source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6841dependencies = [6842 "frame-support",6843 "frame-system",6844 "log",6845 "parity-scale-codec",6846 "scale-info",6847 "serde",6848 "sp-core",6849 "sp-runtime",6850 "sp-std",6851 "xcm",6852 "xcm-executor",6853]68546855[[package]]6856name = "pallet-xcm-benchmarks"6857version = "0.9.21"6858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6859dependencies = [6860 "frame-benchmarking",6861 "frame-support",6862 "frame-system",6863 "log",6864 "parity-scale-codec",6865 "scale-info",6866 "sp-runtime",6867 "sp-std",6868 "xcm",6869 "xcm-executor",6870]68716872[[package]]6873name = "parachain-info"6874version = "0.1.0"6875source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6876dependencies = [6877 "cumulus-primitives-core",6878 "frame-support",6879 "frame-system",6880 "parity-scale-codec",6881 "scale-info",6882 "serde",6883]68846885[[package]]6886name = "parity-db"6887version = "0.3.12"6888source = "registry+https://github.com/rust-lang/crates.io-index"6889checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"6890dependencies = [6891 "blake2-rfc",6892 "crc32fast",6893 "fs2",6894 "hex",6895 "libc",6896 "log",6897 "lz4",6898 "memmap2 0.2.3",6899 "parking_lot 0.11.2",6900 "rand 0.8.5",6901 "snap",6902]69036904[[package]]6905name = "parity-scale-codec"6906version = "3.1.2"6907source = "registry+https://github.com/rust-lang/crates.io-index"6908checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6909dependencies = [6910 "arrayvec 0.7.2",6911 "bitvec",6912 "byte-slice-cast",6913 "impl-trait-for-tuples",6914 "parity-scale-codec-derive",6915 "serde",6916]69176918[[package]]6919name = "parity-scale-codec-derive"6920version = "3.1.2"6921source = "registry+https://github.com/rust-lang/crates.io-index"6922checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6923dependencies = [6924 "proc-macro-crate 1.1.3",6925 "proc-macro2",6926 "quote",6927 "syn",6928]69296930[[package]]6931name = "parity-send-wrapper"6932version = "0.1.0"6933source = "registry+https://github.com/rust-lang/crates.io-index"6934checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69356936[[package]]6937name = "parity-tokio-ipc"6938version = "0.9.0"6939source = "registry+https://github.com/rust-lang/crates.io-index"6940checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6941dependencies = [6942 "futures 0.3.21",6943 "libc",6944 "log",6945 "rand 0.7.3",6946 "tokio 1.18.1",6947 "winapi 0.3.9",6948]69496950[[package]]6951name = "parity-util-mem"6952version = "0.11.0"6953source = "registry+https://github.com/rust-lang/crates.io-index"6954checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6955dependencies = [6956 "cfg-if 1.0.0",6957 "ethereum-types",6958 "hashbrown 0.12.1",6959 "impl-trait-for-tuples",6960 "lru 0.7.5",6961 "parity-util-mem-derive",6962 "parking_lot 0.12.0",6963 "primitive-types",6964 "smallvec",6965 "winapi 0.3.9",6966]69676968[[package]]6969name = "parity-util-mem-derive"6970version = "0.1.0"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6973dependencies = [6974 "proc-macro2",6975 "syn",6976 "synstructure",6977]69786979[[package]]6980name = "parity-wasm"6981version = "0.32.0"6982source = "registry+https://github.com/rust-lang/crates.io-index"6983checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6984dependencies = [6985 "byteorder",6986]69876988[[package]]6989name = "parity-wasm"6990version = "0.42.2"6991source = "registry+https://github.com/rust-lang/crates.io-index"6992checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"69936994[[package]]6995name = "parity-ws"6996version = "0.11.1"6997source = "registry+https://github.com/rust-lang/crates.io-index"6998checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6999dependencies = [7000 "byteorder",7001 "bytes 0.4.12",7002 "httparse",7003 "log",7004 "mio 0.6.23",7005 "mio-extras",7006 "rand 0.7.3",7007 "sha-1 0.8.2",7008 "slab",7009 "url 2.2.2",7010]70117012[[package]]7013name = "parking"7014version = "2.0.0"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70177018[[package]]7019name = "parking_lot"7020version = "0.11.2"7021source = "registry+https://github.com/rust-lang/crates.io-index"7022checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7023dependencies = [7024 "instant",7025 "lock_api",7026 "parking_lot_core 0.8.5",7027]70287029[[package]]7030name = "parking_lot"7031version = "0.12.0"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7034dependencies = [7035 "lock_api",7036 "parking_lot_core 0.9.3",7037]70387039[[package]]7040name = "parking_lot_core"7041version = "0.8.5"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7044dependencies = [7045 "cfg-if 1.0.0",7046 "instant",7047 "libc",7048 "redox_syscall 0.2.13",7049 "smallvec",7050 "winapi 0.3.9",7051]70527053[[package]]7054name = "parking_lot_core"7055version = "0.9.3"7056source = "registry+https://github.com/rust-lang/crates.io-index"7057checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7058dependencies = [7059 "cfg-if 1.0.0",7060 "libc",7061 "redox_syscall 0.2.13",7062 "smallvec",7063 "windows-sys",7064]70657066[[package]]7067name = "paste"7068version = "1.0.7"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"70717072[[package]]7073name = "pbkdf2"7074version = "0.4.0"7075source = "registry+https://github.com/rust-lang/crates.io-index"7076checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7077dependencies = [7078 "crypto-mac 0.8.0",7079]70807081[[package]]7082name = "pbkdf2"7083version = "0.8.0"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7086dependencies = [7087 "crypto-mac 0.11.1",7088]70897090[[package]]7091name = "peeking_take_while"7092version = "0.1.2"7093source = "registry+https://github.com/rust-lang/crates.io-index"7094checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"70957096[[package]]7097name = "percent-encoding"7098version = "1.0.1"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71017102[[package]]7103name = "percent-encoding"7104version = "2.1.0"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71077108[[package]]7109name = "pest"7110version = "2.1.3"7111source = "registry+https://github.com/rust-lang/crates.io-index"7112checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7113dependencies = [7114 "ucd-trie",7115]71167117[[package]]7118name = "pest_derive"7119version = "2.1.0"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7122dependencies = [7123 "pest",7124 "pest_generator",7125]71267127[[package]]7128name = "pest_generator"7129version = "2.1.3"7130source = "registry+https://github.com/rust-lang/crates.io-index"7131checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7132dependencies = [7133 "pest",7134 "pest_meta",7135 "proc-macro2",7136 "quote",7137 "syn",7138]71397140[[package]]7141name = "pest_meta"7142version = "2.1.3"7143source = "registry+https://github.com/rust-lang/crates.io-index"7144checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7145dependencies = [7146 "maplit",7147 "pest",7148 "sha-1 0.8.2",7149]71507151[[package]]7152name = "petgraph"7153version = "0.6.0"7154source = "registry+https://github.com/rust-lang/crates.io-index"7155checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7156dependencies = [7157 "fixedbitset",7158 "indexmap",7159]71607161[[package]]7162name = "pin-project"7163version = "0.4.29"7164source = "registry+https://github.com/rust-lang/crates.io-index"7165checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7166dependencies = [7167 "pin-project-internal 0.4.29",7168]71697170[[package]]7171name = "pin-project"7172version = "1.0.10"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7175dependencies = [7176 "pin-project-internal 1.0.10",7177]71787179[[package]]7180name = "pin-project-internal"7181version = "0.4.29"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7184dependencies = [7185 "proc-macro2",7186 "quote",7187 "syn",7188]71897190[[package]]7191name = "pin-project-internal"7192version = "1.0.10"7193source = "registry+https://github.com/rust-lang/crates.io-index"7194checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7195dependencies = [7196 "proc-macro2",7197 "quote",7198 "syn",7199]72007201[[package]]7202name = "pin-project-lite"7203version = "0.1.12"7204source = "registry+https://github.com/rust-lang/crates.io-index"7205checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72067207[[package]]7208name = "pin-project-lite"7209version = "0.2.9"7210source = "registry+https://github.com/rust-lang/crates.io-index"7211checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72127213[[package]]7214name = "pin-utils"7215version = "0.1.0"7216source = "registry+https://github.com/rust-lang/crates.io-index"7217checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72187219[[package]]7220name = "pkcs8"7221version = "0.8.0"7222source = "registry+https://github.com/rust-lang/crates.io-index"7223checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7224dependencies = [7225 "der",7226 "spki",7227 "zeroize",7228]72297230[[package]]7231name = "pkg-config"7232version = "0.3.25"7233source = "registry+https://github.com/rust-lang/crates.io-index"7234checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72357236[[package]]7237name = "platforms"7238version = "2.0.0"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72417242[[package]]7243name = "polkadot-approval-distribution"7244version = "0.9.21"7245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7246dependencies = [7247 "futures 0.3.21",7248 "polkadot-node-network-protocol",7249 "polkadot-node-primitives",7250 "polkadot-node-subsystem",7251 "polkadot-node-subsystem-util",7252 "polkadot-primitives",7253 "rand 0.8.5",7254 "tracing-gum",7255]72567257[[package]]7258name = "polkadot-availability-bitfield-distribution"7259version = "0.9.21"7260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7261dependencies = [7262 "futures 0.3.21",7263 "polkadot-node-network-protocol",7264 "polkadot-node-subsystem",7265 "polkadot-node-subsystem-util",7266 "polkadot-primitives",7267 "tracing-gum",7268]72697270[[package]]7271name = "polkadot-availability-distribution"7272version = "0.9.21"7273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7274dependencies = [7275 "derive_more",7276 "fatality",7277 "futures 0.3.21",7278 "lru 0.7.5",7279 "parity-scale-codec",7280 "polkadot-erasure-coding",7281 "polkadot-node-network-protocol",7282 "polkadot-node-primitives",7283 "polkadot-node-subsystem",7284 "polkadot-node-subsystem-util",7285 "polkadot-primitives",7286 "rand 0.8.5",7287 "sp-core",7288 "sp-keystore",7289 "thiserror",7290 "tracing-gum",7291]72927293[[package]]7294name = "polkadot-availability-recovery"7295version = "0.9.21"7296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7297dependencies = [7298 "fatality",7299 "futures 0.3.21",7300 "lru 0.7.5",7301 "parity-scale-codec",7302 "polkadot-erasure-coding",7303 "polkadot-node-network-protocol",7304 "polkadot-node-primitives",7305 "polkadot-node-subsystem",7306 "polkadot-node-subsystem-util",7307 "polkadot-primitives",7308 "rand 0.8.5",7309 "sc-network",7310 "thiserror",7311 "tracing-gum",7312]73137314[[package]]7315name = "polkadot-cli"7316version = "0.9.21"7317source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7318dependencies = [7319 "clap",7320 "frame-benchmarking-cli",7321 "futures 0.3.21",7322 "log",7323 "polkadot-client",7324 "polkadot-node-core-pvf",7325 "polkadot-node-metrics",7326 "polkadot-performance-test",7327 "polkadot-service",7328 "sc-cli",7329 "sc-service",7330 "sc-tracing",7331 "sp-core",7332 "sp-trie",7333 "substrate-build-script-utils",7334 "thiserror",7335 "try-runtime-cli",7336]73377338[[package]]7339name = "polkadot-client"7340version = "0.9.21"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7342dependencies = [7343 "beefy-primitives",7344 "frame-benchmarking",7345 "frame-benchmarking-cli",7346 "frame-system",7347 "frame-system-rpc-runtime-api",7348 "pallet-transaction-payment",7349 "pallet-transaction-payment-rpc-runtime-api",7350 "polkadot-core-primitives",7351 "polkadot-node-core-parachains-inherent",7352 "polkadot-primitives",7353 "polkadot-runtime",7354 "polkadot-runtime-common",7355 "sc-client-api",7356 "sc-consensus",7357 "sc-executor",7358 "sc-service",7359 "sp-api",7360 "sp-authority-discovery",7361 "sp-block-builder",7362 "sp-blockchain",7363 "sp-consensus",7364 "sp-consensus-babe",7365 "sp-core",7366 "sp-finality-grandpa",7367 "sp-inherents",7368 "sp-keyring",7369 "sp-mmr-primitives",7370 "sp-offchain",7371 "sp-runtime",7372 "sp-session",7373 "sp-storage",7374 "sp-timestamp",7375 "sp-transaction-pool",7376]73777378[[package]]7379name = "polkadot-collator-protocol"7380version = "0.9.21"7381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7382dependencies = [7383 "always-assert",7384 "fatality",7385 "futures 0.3.21",7386 "futures-timer",7387 "polkadot-node-network-protocol",7388 "polkadot-node-primitives",7389 "polkadot-node-subsystem",7390 "polkadot-node-subsystem-util",7391 "polkadot-primitives",7392 "sp-core",7393 "sp-keystore",7394 "sp-runtime",7395 "thiserror",7396 "tracing-gum",7397]73987399[[package]]7400name = "polkadot-core-primitives"7401version = "0.9.21"7402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7403dependencies = [7404 "parity-scale-codec",7405 "parity-util-mem",7406 "scale-info",7407 "sp-core",7408 "sp-runtime",7409 "sp-std",7410]74117412[[package]]7413name = "polkadot-dispute-distribution"7414version = "0.9.21"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7416dependencies = [7417 "derive_more",7418 "fatality",7419 "futures 0.3.21",7420 "lru 0.7.5",7421 "parity-scale-codec",7422 "polkadot-erasure-coding",7423 "polkadot-node-network-protocol",7424 "polkadot-node-primitives",7425 "polkadot-node-subsystem",7426 "polkadot-node-subsystem-util",7427 "polkadot-primitives",7428 "sc-network",7429 "sp-application-crypto",7430 "sp-keystore",7431 "thiserror",7432 "tracing-gum",7433]74347435[[package]]7436name = "polkadot-erasure-coding"7437version = "0.9.21"7438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7439dependencies = [7440 "parity-scale-codec",7441 "polkadot-node-primitives",7442 "polkadot-primitives",7443 "reed-solomon-novelpoly",7444 "sp-core",7445 "sp-trie",7446 "thiserror",7447]74487449[[package]]7450name = "polkadot-gossip-support"7451version = "0.9.21"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7453dependencies = [7454 "futures 0.3.21",7455 "futures-timer",7456 "polkadot-node-network-protocol",7457 "polkadot-node-subsystem",7458 "polkadot-node-subsystem-util",7459 "polkadot-primitives",7460 "rand 0.8.5",7461 "rand_chacha 0.3.1",7462 "sc-network",7463 "sp-application-crypto",7464 "sp-core",7465 "sp-keystore",7466 "tracing-gum",7467]74687469[[package]]7470name = "polkadot-network-bridge"7471version = "0.9.21"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7473dependencies = [7474 "async-trait",7475 "futures 0.3.21",7476 "parity-scale-codec",7477 "parking_lot 0.12.0",7478 "polkadot-node-network-protocol",7479 "polkadot-node-subsystem",7480 "polkadot-node-subsystem-util",7481 "polkadot-overseer",7482 "polkadot-primitives",7483 "sc-network",7484 "sp-consensus",7485 "tracing-gum",7486]74877488[[package]]7489name = "polkadot-node-collation-generation"7490version = "0.9.21"7491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7492dependencies = [7493 "futures 0.3.21",7494 "parity-scale-codec",7495 "polkadot-erasure-coding",7496 "polkadot-node-primitives",7497 "polkadot-node-subsystem",7498 "polkadot-node-subsystem-util",7499 "polkadot-primitives",7500 "sp-core",7501 "sp-maybe-compressed-blob",7502 "thiserror",7503 "tracing-gum",7504]75057506[[package]]7507name = "polkadot-node-core-approval-voting"7508version = "0.9.21"7509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7510dependencies = [7511 "bitvec",7512 "derive_more",7513 "futures 0.3.21",7514 "futures-timer",7515 "kvdb",7516 "lru 0.7.5",7517 "merlin",7518 "parity-scale-codec",7519 "polkadot-node-jaeger",7520 "polkadot-node-primitives",7521 "polkadot-node-subsystem",7522 "polkadot-node-subsystem-util",7523 "polkadot-overseer",7524 "polkadot-primitives",7525 "sc-keystore",7526 "schnorrkel",7527 "sp-application-crypto",7528 "sp-consensus",7529 "sp-consensus-slots",7530 "sp-runtime",7531 "thiserror",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-node-core-av-store"7537version = "0.9.21"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7539dependencies = [7540 "bitvec",7541 "futures 0.3.21",7542 "futures-timer",7543 "kvdb",7544 "parity-scale-codec",7545 "polkadot-erasure-coding",7546 "polkadot-node-primitives",7547 "polkadot-node-subsystem",7548 "polkadot-node-subsystem-util",7549 "polkadot-overseer",7550 "polkadot-primitives",7551 "thiserror",7552 "tracing-gum",7553]75547555[[package]]7556name = "polkadot-node-core-backing"7557version = "0.9.21"7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7559dependencies = [7560 "bitvec",7561 "futures 0.3.21",7562 "polkadot-erasure-coding",7563 "polkadot-node-primitives",7564 "polkadot-node-subsystem",7565 "polkadot-node-subsystem-util",7566 "polkadot-primitives",7567 "polkadot-statement-table",7568 "sp-keystore",7569 "thiserror",7570 "tracing-gum",7571]75727573[[package]]7574name = "polkadot-node-core-bitfield-signing"7575version = "0.9.21"7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7577dependencies = [7578 "futures 0.3.21",7579 "polkadot-node-subsystem",7580 "polkadot-node-subsystem-util",7581 "polkadot-primitives",7582 "sp-keystore",7583 "thiserror",7584 "tracing-gum",7585 "wasm-timer",7586]75877588[[package]]7589name = "polkadot-node-core-candidate-validation"7590version = "0.9.21"7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7592dependencies = [7593 "async-trait",7594 "futures 0.3.21",7595 "parity-scale-codec",7596 "polkadot-node-core-pvf",7597 "polkadot-node-primitives",7598 "polkadot-node-subsystem",7599 "polkadot-node-subsystem-util",7600 "polkadot-parachain",7601 "polkadot-primitives",7602 "sp-maybe-compressed-blob",7603 "tracing-gum",7604]76057606[[package]]7607name = "polkadot-node-core-chain-api"7608version = "0.9.21"7609source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7610dependencies = [7611 "futures 0.3.21",7612 "polkadot-node-subsystem",7613 "polkadot-node-subsystem-util",7614 "polkadot-primitives",7615 "sc-client-api",7616 "sc-consensus-babe",7617 "sp-blockchain",7618 "tracing-gum",7619]76207621[[package]]7622name = "polkadot-node-core-chain-selection"7623version = "0.9.21"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7625dependencies = [7626 "futures 0.3.21",7627 "futures-timer",7628 "kvdb",7629 "parity-scale-codec",7630 "polkadot-node-primitives",7631 "polkadot-node-subsystem",7632 "polkadot-node-subsystem-util",7633 "polkadot-primitives",7634 "thiserror",7635 "tracing-gum",7636]76377638[[package]]7639name = "polkadot-node-core-dispute-coordinator"7640version = "0.9.21"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7642dependencies = [7643 "fatality",7644 "futures 0.3.21",7645 "kvdb",7646 "lru 0.7.5",7647 "parity-scale-codec",7648 "polkadot-node-primitives",7649 "polkadot-node-subsystem",7650 "polkadot-node-subsystem-util",7651 "polkadot-primitives",7652 "sc-keystore",7653 "thiserror",7654 "tracing-gum",7655]76567657[[package]]7658name = "polkadot-node-core-parachains-inherent"7659version = "0.9.21"7660source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7661dependencies = [7662 "async-trait",7663 "futures 0.3.21",7664 "futures-timer",7665 "polkadot-node-subsystem",7666 "polkadot-primitives",7667 "sp-blockchain",7668 "sp-inherents",7669 "sp-runtime",7670 "thiserror",7671 "tracing-gum",7672]76737674[[package]]7675name = "polkadot-node-core-provisioner"7676version = "0.9.21"7677source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7678dependencies = [7679 "bitvec",7680 "futures 0.3.21",7681 "futures-timer",7682 "polkadot-node-primitives",7683 "polkadot-node-subsystem",7684 "polkadot-node-subsystem-util",7685 "polkadot-primitives",7686 "rand 0.8.5",7687 "thiserror",7688 "tracing-gum",7689]76907691[[package]]7692name = "polkadot-node-core-pvf"7693version = "0.9.21"7694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7695dependencies = [7696 "always-assert",7697 "assert_matches",7698 "async-process",7699 "async-std",7700 "futures 0.3.21",7701 "futures-timer",7702 "parity-scale-codec",7703 "pin-project 1.0.10",7704 "polkadot-core-primitives",7705 "polkadot-node-subsystem-util",7706 "polkadot-parachain",7707 "rand 0.8.5",7708 "sc-executor",7709 "sc-executor-common",7710 "sc-executor-wasmtime",7711 "slotmap",7712 "sp-core",7713 "sp-externalities",7714 "sp-io",7715 "sp-maybe-compressed-blob",7716 "sp-tracing",7717 "sp-wasm-interface",7718 "tracing-gum",7719]77207721[[package]]7722name = "polkadot-node-core-pvf-checker"7723version = "0.9.21"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7725dependencies = [7726 "futures 0.3.21",7727 "polkadot-node-primitives",7728 "polkadot-node-subsystem",7729 "polkadot-node-subsystem-util",7730 "polkadot-overseer",7731 "polkadot-primitives",7732 "sp-keystore",7733 "thiserror",7734 "tracing-gum",7735]77367737[[package]]7738name = "polkadot-node-core-runtime-api"7739version = "0.9.21"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7741dependencies = [7742 "futures 0.3.21",7743 "memory-lru",7744 "parity-util-mem",7745 "polkadot-node-subsystem",7746 "polkadot-node-subsystem-util",7747 "polkadot-primitives",7748 "sp-api",7749 "sp-authority-discovery",7750 "sp-consensus-babe",7751 "sp-core",7752 "tracing-gum",7753]77547755[[package]]7756name = "polkadot-node-jaeger"7757version = "0.9.21"7758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7759dependencies = [7760 "async-std",7761 "lazy_static",7762 "log",7763 "mick-jaeger",7764 "parity-scale-codec",7765 "parking_lot 0.12.0",7766 "polkadot-node-primitives",7767 "polkadot-primitives",7768 "sc-network",7769 "sp-core",7770 "thiserror",7771]77727773[[package]]7774name = "polkadot-node-metrics"7775version = "0.9.21"7776source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7777dependencies = [7778 "bs58",7779 "futures 0.3.21",7780 "futures-timer",7781 "log",7782 "metered-channel",7783 "parity-scale-codec",7784 "polkadot-primitives",7785 "sc-cli",7786 "sc-service",7787 "sc-tracing",7788 "substrate-prometheus-endpoint",7789 "tracing-gum",7790]77917792[[package]]7793name = "polkadot-node-network-protocol"7794version = "0.9.21"7795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7796dependencies = [7797 "async-trait",7798 "fatality",7799 "futures 0.3.21",7800 "parity-scale-codec",7801 "polkadot-node-jaeger",7802 "polkadot-node-primitives",7803 "polkadot-primitives",7804 "sc-authority-discovery",7805 "sc-network",7806 "strum 0.24.0",7807 "thiserror",7808]78097810[[package]]7811name = "polkadot-node-primitives"7812version = "0.9.21"7813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7814dependencies = [7815 "bounded-vec",7816 "futures 0.3.21",7817 "parity-scale-codec",7818 "polkadot-parachain",7819 "polkadot-primitives",7820 "schnorrkel",7821 "serde",7822 "sp-application-crypto",7823 "sp-consensus-babe",7824 "sp-consensus-vrf",7825 "sp-core",7826 "sp-keystore",7827 "sp-maybe-compressed-blob",7828 "thiserror",7829 "zstd",7830]78317832[[package]]7833name = "polkadot-node-subsystem"7834version = "0.9.21"7835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7836dependencies = [7837 "polkadot-node-jaeger",7838 "polkadot-node-subsystem-types",7839 "polkadot-overseer",7840]78417842[[package]]7843name = "polkadot-node-subsystem-types"7844version = "0.9.21"7845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7846dependencies = [7847 "derive_more",7848 "futures 0.3.21",7849 "polkadot-node-jaeger",7850 "polkadot-node-network-protocol",7851 "polkadot-node-primitives",7852 "polkadot-overseer-gen",7853 "polkadot-primitives",7854 "polkadot-statement-table",7855 "sc-network",7856 "smallvec",7857 "substrate-prometheus-endpoint",7858 "thiserror",7859]78607861[[package]]7862name = "polkadot-node-subsystem-util"7863version = "0.9.21"7864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7865dependencies = [7866 "async-trait",7867 "derive_more",7868 "fatality",7869 "futures 0.3.21",7870 "itertools",7871 "kvdb",7872 "lru 0.7.5",7873 "metered-channel",7874 "parity-db",7875 "parity-scale-codec",7876 "parity-util-mem",7877 "parking_lot 0.11.2",7878 "pin-project 1.0.10",7879 "polkadot-node-jaeger",7880 "polkadot-node-metrics",7881 "polkadot-node-network-protocol",7882 "polkadot-node-primitives",7883 "polkadot-node-subsystem",7884 "polkadot-overseer",7885 "polkadot-primitives",7886 "rand 0.8.5",7887 "sp-application-crypto",7888 "sp-core",7889 "sp-keystore",7890 "thiserror",7891 "tracing-gum",7892]78937894[[package]]7895name = "polkadot-overseer"7896version = "0.9.21"7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7898dependencies = [7899 "futures 0.3.21",7900 "futures-timer",7901 "lru 0.7.5",7902 "parity-util-mem",7903 "parking_lot 0.12.0",7904 "polkadot-node-metrics",7905 "polkadot-node-network-protocol",7906 "polkadot-node-primitives",7907 "polkadot-node-subsystem-types",7908 "polkadot-overseer-gen",7909 "polkadot-primitives",7910 "sc-client-api",7911 "sp-api",7912 "tracing-gum",7913]79147915[[package]]7916name = "polkadot-overseer-gen"7917version = "0.9.21"7918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7919dependencies = [7920 "async-trait",7921 "futures 0.3.21",7922 "futures-timer",7923 "metered-channel",7924 "pin-project 1.0.10",7925 "polkadot-node-network-protocol",7926 "polkadot-node-primitives",7927 "polkadot-overseer-gen-proc-macro",7928 "thiserror",7929 "tracing-gum",7930]79317932[[package]]7933name = "polkadot-overseer-gen-proc-macro"7934version = "0.9.21"7935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7936dependencies = [7937 "expander 0.0.6",7938 "proc-macro-crate 1.1.3",7939 "proc-macro2",7940 "quote",7941 "syn",7942]79437944[[package]]7945name = "polkadot-parachain"7946version = "0.9.21"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7948dependencies = [7949 "derive_more",7950 "frame-support",7951 "parity-scale-codec",7952 "parity-util-mem",7953 "polkadot-core-primitives",7954 "scale-info",7955 "serde",7956 "sp-core",7957 "sp-runtime",7958 "sp-std",7959]79607961[[package]]7962name = "polkadot-performance-test"7963version = "0.9.21"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7965dependencies = [7966 "env_logger",7967 "kusama-runtime",7968 "log",7969 "polkadot-erasure-coding",7970 "polkadot-node-core-pvf",7971 "polkadot-node-primitives",7972 "quote",7973 "thiserror",7974]79757976[[package]]7977name = "polkadot-primitives"7978version = "0.9.21"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7980dependencies = [7981 "bitvec",7982 "frame-system",7983 "hex-literal",7984 "parity-scale-codec",7985 "parity-util-mem",7986 "polkadot-core-primitives",7987 "polkadot-parachain",7988 "scale-info",7989 "serde",7990 "sp-api",7991 "sp-application-crypto",7992 "sp-arithmetic",7993 "sp-authority-discovery",7994 "sp-consensus-slots",7995 "sp-core",7996 "sp-inherents",7997 "sp-io",7998 "sp-keystore",7999 "sp-runtime",8000 "sp-staking",8001 "sp-std",8002 "sp-trie",8003 "sp-version",8004]80058006[[package]]8007name = "polkadot-rpc"8008version = "0.9.21"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8010dependencies = [8011 "beefy-gadget",8012 "beefy-gadget-rpc",8013 "jsonrpc-core",8014 "pallet-mmr-rpc",8015 "pallet-transaction-payment-rpc",8016 "polkadot-primitives",8017 "sc-chain-spec",8018 "sc-client-api",8019 "sc-consensus-babe",8020 "sc-consensus-babe-rpc",8021 "sc-consensus-epochs",8022 "sc-finality-grandpa",8023 "sc-finality-grandpa-rpc",8024 "sc-rpc",8025 "sc-sync-state-rpc",8026 "sc-transaction-pool-api",8027 "sp-api",8028 "sp-block-builder",8029 "sp-blockchain",8030 "sp-consensus",8031 "sp-consensus-babe",8032 "sp-keystore",8033 "sp-runtime",8034 "substrate-frame-rpc-system",8035 "substrate-state-trie-migration-rpc",8036]80378038[[package]]8039name = "polkadot-runtime"8040version = "0.9.21"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8042dependencies = [8043 "beefy-primitives",8044 "bitvec",8045 "frame-benchmarking",8046 "frame-election-provider-support",8047 "frame-executive",8048 "frame-support",8049 "frame-system",8050 "frame-system-benchmarking",8051 "frame-system-rpc-runtime-api",8052 "frame-try-runtime",8053 "hex-literal",8054 "log",8055 "pallet-authority-discovery",8056 "pallet-authorship",8057 "pallet-babe",8058 "pallet-bags-list",8059 "pallet-balances",8060 "pallet-bounties",8061 "pallet-child-bounties",8062 "pallet-collective",8063 "pallet-democracy",8064 "pallet-election-provider-multi-phase",8065 "pallet-election-provider-support-benchmarking",8066 "pallet-elections-phragmen",8067 "pallet-grandpa",8068 "pallet-identity",8069 "pallet-im-online",8070 "pallet-indices",8071 "pallet-membership",8072 "pallet-multisig",8073 "pallet-nicks",8074 "pallet-offences",8075 "pallet-offences-benchmarking",8076 "pallet-preimage",8077 "pallet-proxy",8078 "pallet-scheduler",8079 "pallet-session",8080 "pallet-session-benchmarking",8081 "pallet-staking",8082 "pallet-staking-reward-curve",8083 "pallet-timestamp",8084 "pallet-tips",8085 "pallet-transaction-payment",8086 "pallet-transaction-payment-rpc-runtime-api",8087 "pallet-treasury",8088 "pallet-utility",8089 "pallet-vesting",8090 "pallet-xcm",8091 "parity-scale-codec",8092 "polkadot-primitives",8093 "polkadot-runtime-common",8094 "polkadot-runtime-constants",8095 "polkadot-runtime-parachains",8096 "rustc-hex",8097 "scale-info",8098 "serde",8099 "serde_derive",8100 "smallvec",8101 "sp-api",8102 "sp-authority-discovery",8103 "sp-block-builder",8104 "sp-consensus-babe",8105 "sp-core",8106 "sp-inherents",8107 "sp-io",8108 "sp-mmr-primitives",8109 "sp-npos-elections",8110 "sp-offchain",8111 "sp-runtime",8112 "sp-session",8113 "sp-staking",8114 "sp-std",8115 "sp-transaction-pool",8116 "sp-version",8117 "static_assertions",8118 "substrate-wasm-builder",8119 "xcm",8120 "xcm-builder",8121 "xcm-executor",8122]81238124[[package]]8125name = "polkadot-runtime-common"8126version = "0.9.21"8127source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8128dependencies = [8129 "beefy-primitives",8130 "bitvec",8131 "frame-benchmarking",8132 "frame-election-provider-support",8133 "frame-support",8134 "frame-system",8135 "impl-trait-for-tuples",8136 "libsecp256k1",8137 "log",8138 "pallet-authorship",8139 "pallet-babe",8140 "pallet-bags-list",8141 "pallet-balances",8142 "pallet-beefy-mmr",8143 "pallet-election-provider-multi-phase",8144 "pallet-session",8145 "pallet-staking",8146 "pallet-timestamp",8147 "pallet-transaction-payment",8148 "pallet-treasury",8149 "pallet-vesting",8150 "parity-scale-codec",8151 "polkadot-primitives",8152 "polkadot-runtime-parachains",8153 "rustc-hex",8154 "scale-info",8155 "serde",8156 "serde_derive",8157 "slot-range-helper",8158 "sp-api",8159 "sp-core",8160 "sp-inherents",8161 "sp-io",8162 "sp-npos-elections",8163 "sp-runtime",8164 "sp-session",8165 "sp-staking",8166 "sp-std",8167 "static_assertions",8168 "xcm",8169]81708171[[package]]8172name = "polkadot-runtime-constants"8173version = "0.9.21"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8175dependencies = [8176 "frame-support",8177 "polkadot-primitives",8178 "polkadot-runtime-common",8179 "smallvec",8180 "sp-runtime",8181]81828183[[package]]8184name = "polkadot-runtime-metrics"8185version = "0.9.21"8186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8187dependencies = [8188 "bs58",8189 "parity-scale-codec",8190 "polkadot-primitives",8191 "sp-std",8192 "sp-tracing",8193]81948195[[package]]8196name = "polkadot-runtime-parachains"8197version = "0.9.21"8198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8199dependencies = [8200 "bitflags",8201 "bitvec",8202 "derive_more",8203 "frame-benchmarking",8204 "frame-support",8205 "frame-system",8206 "log",8207 "pallet-authority-discovery",8208 "pallet-authorship",8209 "pallet-babe",8210 "pallet-balances",8211 "pallet-session",8212 "pallet-staking",8213 "pallet-timestamp",8214 "pallet-vesting",8215 "parity-scale-codec",8216 "polkadot-primitives",8217 "polkadot-runtime-metrics",8218 "rand 0.8.5",8219 "rand_chacha 0.3.1",8220 "rustc-hex",8221 "scale-info",8222 "serde",8223 "sp-api",8224 "sp-application-crypto",8225 "sp-core",8226 "sp-inherents",8227 "sp-io",8228 "sp-keystore",8229 "sp-runtime",8230 "sp-session",8231 "sp-staking",8232 "sp-std",8233 "static_assertions",8234 "xcm",8235 "xcm-executor",8236]82378238[[package]]8239name = "polkadot-service"8240version = "0.9.21"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8242dependencies = [8243 "async-trait",8244 "beefy-gadget",8245 "beefy-primitives",8246 "frame-system-rpc-runtime-api",8247 "futures 0.3.21",8248 "hex-literal",8249 "kusama-runtime",8250 "kvdb",8251 "kvdb-rocksdb",8252 "lru 0.7.5",8253 "pallet-babe",8254 "pallet-im-online",8255 "pallet-staking",8256 "pallet-transaction-payment-rpc-runtime-api",8257 "parity-db",8258 "polkadot-approval-distribution",8259 "polkadot-availability-bitfield-distribution",8260 "polkadot-availability-distribution",8261 "polkadot-availability-recovery",8262 "polkadot-client",8263 "polkadot-collator-protocol",8264 "polkadot-dispute-distribution",8265 "polkadot-gossip-support",8266 "polkadot-network-bridge",8267 "polkadot-node-collation-generation",8268 "polkadot-node-core-approval-voting",8269 "polkadot-node-core-av-store",8270 "polkadot-node-core-backing",8271 "polkadot-node-core-bitfield-signing",8272 "polkadot-node-core-candidate-validation",8273 "polkadot-node-core-chain-api",8274 "polkadot-node-core-chain-selection",8275 "polkadot-node-core-dispute-coordinator",8276 "polkadot-node-core-parachains-inherent",8277 "polkadot-node-core-provisioner",8278 "polkadot-node-core-pvf-checker",8279 "polkadot-node-core-runtime-api",8280 "polkadot-node-network-protocol",8281 "polkadot-node-primitives",8282 "polkadot-node-subsystem",8283 "polkadot-node-subsystem-util",8284 "polkadot-overseer",8285 "polkadot-parachain",8286 "polkadot-primitives",8287 "polkadot-rpc",8288 "polkadot-runtime",8289 "polkadot-runtime-constants",8290 "polkadot-runtime-parachains",8291 "polkadot-statement-distribution",8292 "rococo-runtime",8293 "sc-authority-discovery",8294 "sc-basic-authorship",8295 "sc-block-builder",8296 "sc-chain-spec",8297 "sc-client-api",8298 "sc-client-db",8299 "sc-consensus",8300 "sc-consensus-babe",8301 "sc-consensus-slots",8302 "sc-consensus-uncles",8303 "sc-executor",8304 "sc-finality-grandpa",8305 "sc-keystore",8306 "sc-network",8307 "sc-offchain",8308 "sc-service",8309 "sc-sync-state-rpc",8310 "sc-telemetry",8311 "sc-transaction-pool",8312 "serde",8313 "sp-api",8314 "sp-authority-discovery",8315 "sp-block-builder",8316 "sp-blockchain",8317 "sp-consensus",8318 "sp-consensus-babe",8319 "sp-core",8320 "sp-finality-grandpa",8321 "sp-inherents",8322 "sp-io",8323 "sp-keystore",8324 "sp-offchain",8325 "sp-runtime",8326 "sp-session",8327 "sp-state-machine",8328 "sp-storage",8329 "sp-timestamp",8330 "sp-transaction-pool",8331 "sp-trie",8332 "substrate-prometheus-endpoint",8333 "thiserror",8334 "tracing-gum",8335 "westend-runtime",8336]83378338[[package]]8339name = "polkadot-statement-distribution"8340version = "0.9.21"8341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8342dependencies = [8343 "arrayvec 0.5.2",8344 "fatality",8345 "futures 0.3.21",8346 "indexmap",8347 "parity-scale-codec",8348 "polkadot-node-network-protocol",8349 "polkadot-node-primitives",8350 "polkadot-node-subsystem",8351 "polkadot-node-subsystem-util",8352 "polkadot-primitives",8353 "sp-keystore",8354 "sp-staking",8355 "thiserror",8356 "tracing-gum",8357]83588359[[package]]8360name = "polkadot-statement-table"8361version = "0.9.21"8362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8363dependencies = [8364 "parity-scale-codec",8365 "polkadot-primitives",8366 "sp-core",8367]83688369[[package]]8370name = "polkadot-test-runtime"8371version = "0.9.21"8372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8373dependencies = [8374 "beefy-primitives",8375 "bitvec",8376 "frame-election-provider-support",8377 "frame-executive",8378 "frame-support",8379 "frame-system",8380 "frame-system-rpc-runtime-api",8381 "log",8382 "pallet-authority-discovery",8383 "pallet-authorship",8384 "pallet-babe",8385 "pallet-balances",8386 "pallet-grandpa",8387 "pallet-indices",8388 "pallet-nicks",8389 "pallet-offences",8390 "pallet-session",8391 "pallet-staking",8392 "pallet-staking-reward-curve",8393 "pallet-sudo",8394 "pallet-timestamp",8395 "pallet-transaction-payment",8396 "pallet-transaction-payment-rpc-runtime-api",8397 "pallet-vesting",8398 "pallet-xcm",8399 "parity-scale-codec",8400 "polkadot-parachain",8401 "polkadot-primitives",8402 "polkadot-runtime-common",8403 "polkadot-runtime-parachains",8404 "rustc-hex",8405 "scale-info",8406 "serde",8407 "serde_derive",8408 "smallvec",8409 "sp-api",8410 "sp-authority-discovery",8411 "sp-block-builder",8412 "sp-consensus-babe",8413 "sp-core",8414 "sp-inherents",8415 "sp-io",8416 "sp-mmr-primitives",8417 "sp-offchain",8418 "sp-runtime",8419 "sp-session",8420 "sp-staking",8421 "sp-std",8422 "sp-transaction-pool",8423 "sp-version",8424 "substrate-wasm-builder",8425 "test-runtime-constants",8426 "xcm",8427 "xcm-builder",8428 "xcm-executor",8429]84308431[[package]]8432name = "polkadot-test-service"8433version = "0.9.21"8434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8435dependencies = [8436 "frame-benchmarking",8437 "frame-system",8438 "futures 0.1.31",8439 "futures 0.3.21",8440 "hex",8441 "pallet-balances",8442 "pallet-staking",8443 "pallet-transaction-payment",8444 "polkadot-node-primitives",8445 "polkadot-node-subsystem",8446 "polkadot-overseer",8447 "polkadot-parachain",8448 "polkadot-primitives",8449 "polkadot-rpc",8450 "polkadot-runtime-common",8451 "polkadot-runtime-parachains",8452 "polkadot-service",8453 "polkadot-test-runtime",8454 "rand 0.8.5",8455 "sc-authority-discovery",8456 "sc-chain-spec",8457 "sc-cli",8458 "sc-client-api",8459 "sc-consensus",8460 "sc-consensus-babe",8461 "sc-executor",8462 "sc-finality-grandpa",8463 "sc-network",8464 "sc-service",8465 "sc-tracing",8466 "sc-transaction-pool",8467 "sp-arithmetic",8468 "sp-authority-discovery",8469 "sp-blockchain",8470 "sp-consensus",8471 "sp-consensus-babe",8472 "sp-core",8473 "sp-finality-grandpa",8474 "sp-inherents",8475 "sp-keyring",8476 "sp-runtime",8477 "sp-state-machine",8478 "substrate-test-client",8479 "tempfile",8480 "test-runtime-constants",8481 "tokio 1.18.1",8482 "tracing-gum",8483]84848485[[package]]8486name = "polling"8487version = "2.2.0"8488source = "registry+https://github.com/rust-lang/crates.io-index"8489checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8490dependencies = [8491 "cfg-if 1.0.0",8492 "libc",8493 "log",8494 "wepoll-ffi",8495 "winapi 0.3.9",8496]84978498[[package]]8499name = "poly1305"8500version = "0.7.2"8501source = "registry+https://github.com/rust-lang/crates.io-index"8502checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8503dependencies = [8504 "cpufeatures 0.2.2",8505 "opaque-debug 0.3.0",8506 "universal-hash",8507]85088509[[package]]8510name = "polyval"8511version = "0.5.3"8512source = "registry+https://github.com/rust-lang/crates.io-index"8513checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8514dependencies = [8515 "cfg-if 1.0.0",8516 "cpufeatures 0.2.2",8517 "opaque-debug 0.3.0",8518 "universal-hash",8519]85208521[[package]]8522name = "ppv-lite86"8523version = "0.2.16"8524source = "registry+https://github.com/rust-lang/crates.io-index"8525checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85268527[[package]]8528name = "prettytable-rs"8529version = "0.8.0"8530source = "registry+https://github.com/rust-lang/crates.io-index"8531checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8532dependencies = [8533 "atty",8534 "csv",8535 "encode_unicode",8536 "lazy_static",8537 "term",8538 "unicode-width",8539]85408541[[package]]8542name = "primitive-types"8543version = "0.11.1"8544source = "registry+https://github.com/rust-lang/crates.io-index"8545checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8546dependencies = [8547 "fixed-hash",8548 "impl-codec",8549 "impl-rlp",8550 "impl-serde",8551 "scale-info",8552 "uint",8553]85548555[[package]]8556name = "proc-macro-crate"8557version = "0.1.5"8558source = "registry+https://github.com/rust-lang/crates.io-index"8559checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8560dependencies = [8561 "toml",8562]85638564[[package]]8565name = "proc-macro-crate"8566version = "1.1.3"8567source = "registry+https://github.com/rust-lang/crates.io-index"8568checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8569dependencies = [8570 "thiserror",8571 "toml",8572]85738574[[package]]8575name = "proc-macro-error"8576version = "1.0.4"8577source = "registry+https://github.com/rust-lang/crates.io-index"8578checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8579dependencies = [8580 "proc-macro-error-attr",8581 "proc-macro2",8582 "quote",8583 "syn",8584 "version_check",8585]85868587[[package]]8588name = "proc-macro-error-attr"8589version = "1.0.4"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8592dependencies = [8593 "proc-macro2",8594 "quote",8595 "version_check",8596]85978598[[package]]8599name = "proc-macro2"8600version = "1.0.38"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"8603dependencies = [8604 "unicode-xid",8605]86068607[[package]]8608name = "prometheus"8609version = "0.13.0"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8612dependencies = [8613 "cfg-if 1.0.0",8614 "fnv",8615 "lazy_static",8616 "memchr",8617 "parking_lot 0.11.2",8618 "thiserror",8619]86208621[[package]]8622name = "prost"8623version = "0.9.0"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8626dependencies = [8627 "bytes 1.1.0",8628 "prost-derive",8629]86308631[[package]]8632name = "prost-build"8633version = "0.9.0"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8636dependencies = [8637 "bytes 1.1.0",8638 "heck 0.3.3",8639 "itertools",8640 "lazy_static",8641 "log",8642 "multimap",8643 "petgraph",8644 "prost",8645 "prost-types",8646 "regex",8647 "tempfile",8648 "which",8649]86508651[[package]]8652name = "prost-derive"8653version = "0.9.0"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8656dependencies = [8657 "anyhow",8658 "itertools",8659 "proc-macro2",8660 "quote",8661 "syn",8662]86638664[[package]]8665name = "prost-types"8666version = "0.9.0"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8669dependencies = [8670 "bytes 1.1.0",8671 "prost",8672]86738674[[package]]8675name = "psm"8676version = "0.1.18"8677source = "registry+https://github.com/rust-lang/crates.io-index"8678checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8679dependencies = [8680 "cc",8681]86828683[[package]]8684name = "quartz-runtime"8685version = "0.9.20"8686dependencies = [8687 "cumulus-pallet-aura-ext",8688 "cumulus-pallet-dmp-queue",8689 "cumulus-pallet-parachain-system",8690 "cumulus-pallet-xcm",8691 "cumulus-pallet-xcmp-queue",8692 "cumulus-primitives-core",8693 "cumulus-primitives-timestamp",8694 "cumulus-primitives-utility",8695 "derivative",8696 "fp-evm-mapping",8697 "fp-rpc",8698 "fp-self-contained",8699 "frame-executive",8700 "frame-support",8701 "frame-system",8702 "frame-system-rpc-runtime-api",8703 "orml-vesting",8704 "pallet-aura",8705 "pallet-balances",8706 "pallet-base-fee",8707 "pallet-common",8708 "pallet-ethereum",8709 "pallet-evm",8710 "pallet-evm-coder-substrate",8711 "pallet-evm-contract-helpers",8712 "pallet-evm-migration",8713 "pallet-evm-transaction-payment",8714 "pallet-fungible",8715 "pallet-inflation",8716 "pallet-nonfungible",8717 "pallet-randomness-collective-flip",8718 "pallet-refungible",8719 "pallet-sudo",8720 "pallet-template-transaction-payment",8721 "pallet-timestamp",8722 "pallet-transaction-payment",8723 "pallet-transaction-payment-rpc-runtime-api",8724 "pallet-treasury",8725 "pallet-unique",8726 "pallet-unq-scheduler",8727 "pallet-xcm",8728 "parachain-info",8729 "parity-scale-codec",8730 "polkadot-parachain",8731 "scale-info",8732 "serde",8733 "smallvec",8734 "sp-api",8735 "sp-arithmetic",8736 "sp-block-builder",8737 "sp-consensus-aura",8738 "sp-core",8739 "sp-inherents",8740 "sp-io",8741 "sp-offchain",8742 "sp-runtime",8743 "sp-session",8744 "sp-std",8745 "sp-transaction-pool",8746 "sp-version",8747 "substrate-wasm-builder",8748 "unique-runtime-common",8749 "up-data-structs",8750 "up-rpc",8751 "xcm",8752 "xcm-builder",8753 "xcm-executor",8754]87558756[[package]]8757name = "quick-error"8758version = "1.2.3"8759source = "registry+https://github.com/rust-lang/crates.io-index"8760checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87618762[[package]]8763name = "quick-error"8764version = "2.0.1"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87678768[[package]]8769name = "quicksink"8770version = "0.1.2"8771source = "registry+https://github.com/rust-lang/crates.io-index"8772checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8773dependencies = [8774 "futures-core",8775 "futures-sink",8776 "pin-project-lite 0.1.12",8777]87788779[[package]]8780name = "quote"8781version = "1.0.18"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8784dependencies = [8785 "proc-macro2",8786]87878788[[package]]8789name = "radium"8790version = "0.7.0"8791source = "registry+https://github.com/rust-lang/crates.io-index"8792checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87938794[[package]]8795name = "rand"8796version = "0.7.3"8797source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8799dependencies = [8800 "getrandom 0.1.16",8801 "libc",8802 "rand_chacha 0.2.2",8803 "rand_core 0.5.1",8804 "rand_hc",8805 "rand_pcg 0.2.1",8806]88078808[[package]]8809name = "rand"8810version = "0.8.5"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8813dependencies = [8814 "libc",8815 "rand_chacha 0.3.1",8816 "rand_core 0.6.3",8817]88188819[[package]]8820name = "rand_chacha"8821version = "0.2.2"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8824dependencies = [8825 "ppv-lite86",8826 "rand_core 0.5.1",8827]88288829[[package]]8830name = "rand_chacha"8831version = "0.3.1"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8834dependencies = [8835 "ppv-lite86",8836 "rand_core 0.6.3",8837]88388839[[package]]8840name = "rand_core"8841version = "0.5.1"8842source = "registry+https://github.com/rust-lang/crates.io-index"8843checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8844dependencies = [8845 "getrandom 0.1.16",8846]88478848[[package]]8849name = "rand_core"8850version = "0.6.3"8851source = "registry+https://github.com/rust-lang/crates.io-index"8852checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8853dependencies = [8854 "getrandom 0.2.6",8855]88568857[[package]]8858name = "rand_distr"8859version = "0.4.3"8860source = "registry+https://github.com/rust-lang/crates.io-index"8861checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8862dependencies = [8863 "num-traits",8864 "rand 0.8.5",8865]88668867[[package]]8868name = "rand_hc"8869version = "0.2.0"8870source = "registry+https://github.com/rust-lang/crates.io-index"8871checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8872dependencies = [8873 "rand_core 0.5.1",8874]88758876[[package]]8877name = "rand_pcg"8878version = "0.2.1"8879source = "registry+https://github.com/rust-lang/crates.io-index"8880checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8881dependencies = [8882 "rand_core 0.5.1",8883]88848885[[package]]8886name = "rand_pcg"8887version = "0.3.1"8888source = "registry+https://github.com/rust-lang/crates.io-index"8889checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8890dependencies = [8891 "rand_core 0.6.3",8892]88938894[[package]]8895name = "rawpointer"8896version = "0.2.1"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88998900[[package]]8901name = "rayon"8902version = "1.5.2"8903source = "registry+https://github.com/rust-lang/crates.io-index"8904checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"8905dependencies = [8906 "autocfg",8907 "crossbeam-deque",8908 "either",8909 "rayon-core",8910]89118912[[package]]8913name = "rayon-core"8914version = "1.9.2"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"8917dependencies = [8918 "crossbeam-channel",8919 "crossbeam-deque",8920 "crossbeam-utils",8921 "num_cpus",8922]89238924[[package]]8925name = "redox_syscall"8926version = "0.1.57"8927source = "registry+https://github.com/rust-lang/crates.io-index"8928checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"89298930[[package]]8931name = "redox_syscall"8932version = "0.2.13"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8935dependencies = [8936 "bitflags",8937]89388939[[package]]8940name = "redox_users"8941version = "0.3.5"8942source = "registry+https://github.com/rust-lang/crates.io-index"8943checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8944dependencies = [8945 "getrandom 0.1.16",8946 "redox_syscall 0.1.57",8947 "rust-argon2",8948]89498950[[package]]8951name = "redox_users"8952version = "0.4.3"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8955dependencies = [8956 "getrandom 0.2.6",8957 "redox_syscall 0.2.13",8958 "thiserror",8959]89608961[[package]]8962name = "reed-solomon-novelpoly"8963version = "1.0.0"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8966dependencies = [8967 "derive_more",8968 "fs-err",8969 "itertools",8970 "static_init",8971 "thiserror",8972]89738974[[package]]8975name = "ref-cast"8976version = "1.0.7"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8979dependencies = [8980 "ref-cast-impl",8981]89828983[[package]]8984name = "ref-cast-impl"8985version = "1.0.7"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8988dependencies = [8989 "proc-macro2",8990 "quote",8991 "syn",8992]89938994[[package]]8995name = "regalloc"8996version = "0.0.34"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8999dependencies = [9000 "log",9001 "rustc-hash",9002 "smallvec",9003]90049005[[package]]9006name = "regex"9007version = "1.5.5"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9010dependencies = [9011 "aho-corasick",9012 "memchr",9013 "regex-syntax",9014]90159016[[package]]9017name = "regex-automata"9018version = "0.1.10"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9021dependencies = [9022 "regex-syntax",9023]90249025[[package]]9026name = "regex-syntax"9027version = "0.6.25"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90309031[[package]]9032name = "region"9033version = "2.2.0"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9036dependencies = [9037 "bitflags",9038 "libc",9039 "mach",9040 "winapi 0.3.9",9041]90429043[[package]]9044name = "remote-externalities"9045version = "0.10.0-dev"9046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9047dependencies = [9048 "env_logger",9049 "jsonrpsee",9050 "log",9051 "parity-scale-codec",9052 "serde",9053 "serde_json",9054 "sp-core",9055 "sp-io",9056 "sp-runtime",9057 "sp-version",9058]90599060[[package]]9061name = "remove_dir_all"9062version = "0.5.3"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9065dependencies = [9066 "winapi 0.3.9",9067]90689069[[package]]9070name = "resolv-conf"9071version = "0.7.0"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9074dependencies = [9075 "hostname",9076 "quick-error 1.2.3",9077]90789079[[package]]9080name = "retain_mut"9081version = "0.1.7"9082source = "registry+https://github.com/rust-lang/crates.io-index"9083checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90849085[[package]]9086name = "ring"9087version = "0.16.20"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9090dependencies = [9091 "cc",9092 "libc",9093 "once_cell",9094 "spin",9095 "untrusted",9096 "web-sys",9097 "winapi 0.3.9",9098]90999100[[package]]9101name = "rlp"9102version = "0.5.1"9103source = "registry+https://github.com/rust-lang/crates.io-index"9104checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9105dependencies = [9106 "bytes 1.1.0",9107 "rustc-hex",9108]91099110[[package]]9111name = "rlp-derive"9112version = "0.1.0"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9115dependencies = [9116 "proc-macro2",9117 "quote",9118 "syn",9119]91209121[[package]]9122name = "rocksdb"9123version = "0.18.0"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9126dependencies = [9127 "libc",9128 "librocksdb-sys",9129]91309131[[package]]9132name = "rococo-runtime"9133version = "0.9.21"9134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9135dependencies = [9136 "beefy-merkle-tree",9137 "beefy-primitives",9138 "bp-messages",9139 "bp-rococo",9140 "bp-runtime",9141 "bp-wococo",9142 "bridge-runtime-common",9143 "frame-benchmarking",9144 "frame-executive",9145 "frame-support",9146 "frame-system",9147 "frame-system-benchmarking",9148 "frame-system-rpc-runtime-api",9149 "hex-literal",9150 "log",9151 "pallet-authority-discovery",9152 "pallet-authorship",9153 "pallet-babe",9154 "pallet-balances",9155 "pallet-beefy",9156 "pallet-beefy-mmr",9157 "pallet-bridge-dispatch",9158 "pallet-bridge-grandpa",9159 "pallet-bridge-messages",9160 "pallet-collective",9161 "pallet-grandpa",9162 "pallet-im-online",9163 "pallet-indices",9164 "pallet-membership",9165 "pallet-mmr",9166 "pallet-multisig",9167 "pallet-offences",9168 "pallet-proxy",9169 "pallet-session",9170 "pallet-staking",9171 "pallet-sudo",9172 "pallet-timestamp",9173 "pallet-transaction-payment",9174 "pallet-transaction-payment-rpc-runtime-api",9175 "pallet-utility",9176 "pallet-xcm",9177 "parity-scale-codec",9178 "polkadot-parachain",9179 "polkadot-primitives",9180 "polkadot-runtime-common",9181 "polkadot-runtime-parachains",9182 "rococo-runtime-constants",9183 "scale-info",9184 "serde",9185 "serde_derive",9186 "smallvec",9187 "sp-api",9188 "sp-authority-discovery",9189 "sp-block-builder",9190 "sp-consensus-babe",9191 "sp-core",9192 "sp-inherents",9193 "sp-io",9194 "sp-mmr-primitives",9195 "sp-offchain",9196 "sp-runtime",9197 "sp-session",9198 "sp-staking",9199 "sp-std",9200 "sp-transaction-pool",9201 "sp-version",9202 "substrate-wasm-builder",9203 "xcm",9204 "xcm-builder",9205 "xcm-executor",9206]92079208[[package]]9209name = "rococo-runtime-constants"9210version = "0.9.21"9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9212dependencies = [9213 "frame-support",9214 "polkadot-primitives",9215 "polkadot-runtime-common",9216 "smallvec",9217 "sp-runtime",9218]92199220[[package]]9221name = "rpassword"9222version = "5.0.1"9223source = "registry+https://github.com/rust-lang/crates.io-index"9224checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9225dependencies = [9226 "libc",9227 "winapi 0.3.9",9228]92299230[[package]]9231name = "rust-argon2"9232version = "0.8.3"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9235dependencies = [9236 "base64",9237 "blake2b_simd",9238 "constant_time_eq",9239 "crossbeam-utils",9240]92419242[[package]]9243name = "rustc-demangle"9244version = "0.1.21"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92479248[[package]]9249name = "rustc-hash"9250version = "1.1.0"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92539254[[package]]9255name = "rustc-hex"9256version = "2.1.0"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92599260[[package]]9261name = "rustc_version"9262version = "0.2.3"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9265dependencies = [9266 "semver 0.9.0",9267]92689269[[package]]9270name = "rustc_version"9271version = "0.3.3"9272source = "registry+https://github.com/rust-lang/crates.io-index"9273checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9274dependencies = [9275 "semver 0.11.0",9276]92779278[[package]]9279name = "rustc_version"9280version = "0.4.0"9281source = "registry+https://github.com/rust-lang/crates.io-index"9282checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9283dependencies = [9284 "semver 1.0.9",9285]92869287[[package]]9288name = "rustix"9289version = "0.33.7"9290source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9292dependencies = [9293 "bitflags",9294 "errno",9295 "io-lifetimes",9296 "libc",9297 "linux-raw-sys",9298 "winapi 0.3.9",9299]93009301[[package]]9302name = "rustls"9303version = "0.19.1"9304source = "registry+https://github.com/rust-lang/crates.io-index"9305checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9306dependencies = [9307 "base64",9308 "log",9309 "ring",9310 "sct 0.6.1",9311 "webpki 0.21.4",9312]93139314[[package]]9315name = "rustls"9316version = "0.20.4"9317source = "registry+https://github.com/rust-lang/crates.io-index"9318checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9319dependencies = [9320 "log",9321 "ring",9322 "sct 0.7.0",9323 "webpki 0.22.0",9324]93259326[[package]]9327name = "rustls-native-certs"9328version = "0.5.0"9329source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9331dependencies = [9332 "openssl-probe",9333 "rustls 0.19.1",9334 "schannel",9335 "security-framework",9336]93379338[[package]]9339name = "rustls-native-certs"9340version = "0.6.2"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9343dependencies = [9344 "openssl-probe",9345 "rustls-pemfile",9346 "schannel",9347 "security-framework",9348]93499350[[package]]9351name = "rustls-pemfile"9352version = "1.0.0"9353source = "registry+https://github.com/rust-lang/crates.io-index"9354checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9355dependencies = [9356 "base64",9357]93589359[[package]]9360name = "rustversion"9361version = "1.0.6"9362source = "registry+https://github.com/rust-lang/crates.io-index"9363checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93649365[[package]]9366name = "rw-stream-sink"9367version = "0.2.1"9368source = "registry+https://github.com/rust-lang/crates.io-index"9369checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9370dependencies = [9371 "futures 0.3.21",9372 "pin-project 0.4.29",9373 "static_assertions",9374]93759376[[package]]9377name = "ryu"9378version = "1.0.9"9379source = "registry+https://github.com/rust-lang/crates.io-index"9380checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93819382[[package]]9383name = "safe-mix"9384version = "1.0.1"9385source = "registry+https://github.com/rust-lang/crates.io-index"9386checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9387dependencies = [9388 "rustc_version 0.2.3",9389]93909391[[package]]9392name = "salsa20"9393version = "0.9.0"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9396dependencies = [9397 "cipher",9398]93999400[[package]]9401name = "same-file"9402version = "1.0.6"9403source = "registry+https://github.com/rust-lang/crates.io-index"9404checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9405dependencies = [9406 "winapi-util",9407]94089409[[package]]9410name = "sc-allocator"9411version = "4.1.0-dev"9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9413dependencies = [9414 "log",9415 "sp-core",9416 "sp-wasm-interface",9417 "thiserror",9418]94199420[[package]]9421name = "sc-authority-discovery"9422version = "0.10.0-dev"9423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9424dependencies = [9425 "async-trait",9426 "futures 0.3.21",9427 "futures-timer",9428 "ip_network",9429 "libp2p",9430 "log",9431 "parity-scale-codec",9432 "prost",9433 "prost-build",9434 "rand 0.7.3",9435 "sc-client-api",9436 "sc-network",9437 "sp-api",9438 "sp-authority-discovery",9439 "sp-blockchain",9440 "sp-core",9441 "sp-keystore",9442 "sp-runtime",9443 "substrate-prometheus-endpoint",9444 "thiserror",9445]94469447[[package]]9448name = "sc-basic-authorship"9449version = "0.10.0-dev"9450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9451dependencies = [9452 "futures 0.3.21",9453 "futures-timer",9454 "log",9455 "parity-scale-codec",9456 "sc-block-builder",9457 "sc-client-api",9458 "sc-proposer-metrics",9459 "sc-telemetry",9460 "sc-transaction-pool-api",9461 "sp-api",9462 "sp-blockchain",9463 "sp-consensus",9464 "sp-core",9465 "sp-inherents",9466 "sp-runtime",9467 "substrate-prometheus-endpoint",9468]94699470[[package]]9471name = "sc-block-builder"9472version = "0.10.0-dev"9473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9474dependencies = [9475 "parity-scale-codec",9476 "sc-client-api",9477 "sp-api",9478 "sp-block-builder",9479 "sp-blockchain",9480 "sp-core",9481 "sp-inherents",9482 "sp-runtime",9483 "sp-state-machine",9484]94859486[[package]]9487name = "sc-chain-spec"9488version = "4.0.0-dev"9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9490dependencies = [9491 "impl-trait-for-tuples",9492 "memmap2 0.5.3",9493 "parity-scale-codec",9494 "sc-chain-spec-derive",9495 "sc-network",9496 "sc-telemetry",9497 "serde",9498 "serde_json",9499 "sp-core",9500 "sp-runtime",9501]95029503[[package]]9504name = "sc-chain-spec-derive"9505version = "4.0.0-dev"9506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9507dependencies = [9508 "proc-macro-crate 1.1.3",9509 "proc-macro2",9510 "quote",9511 "syn",9512]95139514[[package]]9515name = "sc-cli"9516version = "0.10.0-dev"9517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9518dependencies = [9519 "chrono",9520 "clap",9521 "fdlimit",9522 "futures 0.3.21",9523 "hex",9524 "libp2p",9525 "log",9526 "names",9527 "parity-scale-codec",9528 "rand 0.7.3",9529 "regex",9530 "rpassword",9531 "sc-client-api",9532 "sc-keystore",9533 "sc-network",9534 "sc-service",9535 "sc-telemetry",9536 "sc-tracing",9537 "sc-utils",9538 "serde",9539 "serde_json",9540 "sp-blockchain",9541 "sp-core",9542 "sp-keyring",9543 "sp-keystore",9544 "sp-panic-handler",9545 "sp-runtime",9546 "sp-version",9547 "thiserror",9548 "tiny-bip39",9549 "tokio 1.18.1",9550]95519552[[package]]9553name = "sc-client-api"9554version = "4.0.0-dev"9555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9556dependencies = [9557 "fnv",9558 "futures 0.3.21",9559 "hash-db",9560 "log",9561 "parity-scale-codec",9562 "parking_lot 0.12.0",9563 "sc-executor",9564 "sc-transaction-pool-api",9565 "sc-utils",9566 "sp-api",9567 "sp-blockchain",9568 "sp-consensus",9569 "sp-core",9570 "sp-database",9571 "sp-externalities",9572 "sp-keystore",9573 "sp-runtime",9574 "sp-state-machine",9575 "sp-storage",9576 "sp-trie",9577 "substrate-prometheus-endpoint",9578]95799580[[package]]9581name = "sc-client-db"9582version = "0.10.0-dev"9583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9584dependencies = [9585 "hash-db",9586 "kvdb",9587 "kvdb-memorydb",9588 "kvdb-rocksdb",9589 "linked-hash-map",9590 "log",9591 "parity-db",9592 "parity-scale-codec",9593 "parking_lot 0.12.0",9594 "sc-client-api",9595 "sc-state-db",9596 "sp-arithmetic",9597 "sp-blockchain",9598 "sp-core",9599 "sp-database",9600 "sp-runtime",9601 "sp-state-machine",9602 "sp-trie",9603]96049605[[package]]9606name = "sc-consensus"9607version = "0.10.0-dev"9608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9609dependencies = [9610 "async-trait",9611 "futures 0.3.21",9612 "futures-timer",9613 "libp2p",9614 "log",9615 "parking_lot 0.12.0",9616 "sc-client-api",9617 "sc-utils",9618 "serde",9619 "sp-api",9620 "sp-blockchain",9621 "sp-consensus",9622 "sp-core",9623 "sp-runtime",9624 "sp-state-machine",9625 "substrate-prometheus-endpoint",9626 "thiserror",9627]96289629[[package]]9630name = "sc-consensus-aura"9631version = "0.10.0-dev"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9633dependencies = [9634 "async-trait",9635 "futures 0.3.21",9636 "log",9637 "parity-scale-codec",9638 "sc-block-builder",9639 "sc-client-api",9640 "sc-consensus",9641 "sc-consensus-slots",9642 "sc-telemetry",9643 "sp-api",9644 "sp-application-crypto",9645 "sp-block-builder",9646 "sp-blockchain",9647 "sp-consensus",9648 "sp-consensus-aura",9649 "sp-consensus-slots",9650 "sp-core",9651 "sp-inherents",9652 "sp-keystore",9653 "sp-runtime",9654 "substrate-prometheus-endpoint",9655 "thiserror",9656]96579658[[package]]9659name = "sc-consensus-babe"9660version = "0.10.0-dev"9661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9662dependencies = [9663 "async-trait",9664 "fork-tree",9665 "futures 0.3.21",9666 "log",9667 "merlin",9668 "num-bigint",9669 "num-rational 0.2.4",9670 "num-traits",9671 "parity-scale-codec",9672 "parking_lot 0.12.0",9673 "rand 0.7.3",9674 "retain_mut",9675 "sc-client-api",9676 "sc-consensus",9677 "sc-consensus-epochs",9678 "sc-consensus-slots",9679 "sc-keystore",9680 "sc-telemetry",9681 "schnorrkel",9682 "serde",9683 "sp-api",9684 "sp-application-crypto",9685 "sp-block-builder",9686 "sp-blockchain",9687 "sp-consensus",9688 "sp-consensus-babe",9689 "sp-consensus-slots",9690 "sp-consensus-vrf",9691 "sp-core",9692 "sp-inherents",9693 "sp-io",9694 "sp-keystore",9695 "sp-runtime",9696 "sp-version",9697 "substrate-prometheus-endpoint",9698 "thiserror",9699]97009701[[package]]9702name = "sc-consensus-babe-rpc"9703version = "0.10.0-dev"9704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9705dependencies = [9706 "futures 0.3.21",9707 "jsonrpc-core",9708 "jsonrpc-core-client",9709 "jsonrpc-derive",9710 "sc-consensus-babe",9711 "sc-consensus-epochs",9712 "sc-rpc-api",9713 "serde",9714 "sp-api",9715 "sp-application-crypto",9716 "sp-blockchain",9717 "sp-consensus",9718 "sp-consensus-babe",9719 "sp-core",9720 "sp-keystore",9721 "sp-runtime",9722 "thiserror",9723]97249725[[package]]9726name = "sc-consensus-epochs"9727version = "0.10.0-dev"9728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9729dependencies = [9730 "fork-tree",9731 "parity-scale-codec",9732 "sc-client-api",9733 "sc-consensus",9734 "sp-blockchain",9735 "sp-runtime",9736]97379738[[package]]9739name = "sc-consensus-manual-seal"9740version = "0.10.0-dev"9741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9742dependencies = [9743 "assert_matches",9744 "async-trait",9745 "futures 0.3.21",9746 "jsonrpc-core",9747 "jsonrpc-core-client",9748 "jsonrpc-derive",9749 "log",9750 "parity-scale-codec",9751 "sc-client-api",9752 "sc-consensus",9753 "sc-consensus-aura",9754 "sc-consensus-babe",9755 "sc-consensus-epochs",9756 "sc-transaction-pool",9757 "sc-transaction-pool-api",9758 "serde",9759 "sp-api",9760 "sp-blockchain",9761 "sp-consensus",9762 "sp-consensus-aura",9763 "sp-consensus-babe",9764 "sp-consensus-slots",9765 "sp-core",9766 "sp-inherents",9767 "sp-keystore",9768 "sp-runtime",9769 "sp-timestamp",9770 "substrate-prometheus-endpoint",9771 "thiserror",9772]97739774[[package]]9775name = "sc-consensus-slots"9776version = "0.10.0-dev"9777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9778dependencies = [9779 "async-trait",9780 "futures 0.3.21",9781 "futures-timer",9782 "log",9783 "parity-scale-codec",9784 "sc-client-api",9785 "sc-consensus",9786 "sc-telemetry",9787 "sp-arithmetic",9788 "sp-blockchain",9789 "sp-consensus",9790 "sp-consensus-slots",9791 "sp-core",9792 "sp-inherents",9793 "sp-runtime",9794 "sp-state-machine",9795 "sp-timestamp",9796 "thiserror",9797]97989799[[package]]9800name = "sc-consensus-uncles"9801version = "0.10.0-dev"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9803dependencies = [9804 "sc-client-api",9805 "sp-authorship",9806 "sp-runtime",9807 "thiserror",9808]98099810[[package]]9811name = "sc-executor"9812version = "0.10.0-dev"9813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9814dependencies = [9815 "lazy_static",9816 "lru 0.7.5",9817 "parity-scale-codec",9818 "parking_lot 0.12.0",9819 "sc-executor-common",9820 "sc-executor-wasmi",9821 "sc-executor-wasmtime",9822 "sp-api",9823 "sp-core",9824 "sp-core-hashing-proc-macro",9825 "sp-externalities",9826 "sp-io",9827 "sp-panic-handler",9828 "sp-runtime-interface",9829 "sp-tasks",9830 "sp-trie",9831 "sp-version",9832 "sp-wasm-interface",9833 "tracing",9834 "wasmi",9835]98369837[[package]]9838name = "sc-executor-common"9839version = "0.10.0-dev"9840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9841dependencies = [9842 "environmental",9843 "parity-scale-codec",9844 "sc-allocator",9845 "sp-core",9846 "sp-maybe-compressed-blob",9847 "sp-serializer",9848 "sp-wasm-interface",9849 "thiserror",9850 "wasm-instrument",9851 "wasmi",9852]98539854[[package]]9855name = "sc-executor-wasmi"9856version = "0.10.0-dev"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9858dependencies = [9859 "log",9860 "parity-scale-codec",9861 "sc-allocator",9862 "sc-executor-common",9863 "scoped-tls",9864 "sp-core",9865 "sp-runtime-interface",9866 "sp-wasm-interface",9867 "wasmi",9868]98699870[[package]]9871name = "sc-executor-wasmtime"9872version = "0.10.0-dev"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9874dependencies = [9875 "cfg-if 1.0.0",9876 "libc",9877 "log",9878 "parity-scale-codec",9879 "parity-wasm 0.42.2",9880 "sc-allocator",9881 "sc-executor-common",9882 "sp-core",9883 "sp-runtime-interface",9884 "sp-wasm-interface",9885 "wasmtime",9886]98879888[[package]]9889name = "sc-finality-grandpa"9890version = "0.10.0-dev"9891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9892dependencies = [9893 "ahash",9894 "async-trait",9895 "dyn-clone",9896 "finality-grandpa",9897 "fork-tree",9898 "futures 0.3.21",9899 "futures-timer",9900 "hex",9901 "log",9902 "parity-scale-codec",9903 "parking_lot 0.12.0",9904 "rand 0.8.5",9905 "sc-block-builder",9906 "sc-chain-spec",9907 "sc-client-api",9908 "sc-consensus",9909 "sc-keystore",9910 "sc-network",9911 "sc-network-gossip",9912 "sc-telemetry",9913 "sc-utils",9914 "serde_json",9915 "sp-api",9916 "sp-application-crypto",9917 "sp-arithmetic",9918 "sp-blockchain",9919 "sp-consensus",9920 "sp-core",9921 "sp-finality-grandpa",9922 "sp-keystore",9923 "sp-runtime",9924 "substrate-prometheus-endpoint",9925 "thiserror",9926]99279928[[package]]9929name = "sc-finality-grandpa-rpc"9930version = "0.10.0-dev"9931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9932dependencies = [9933 "finality-grandpa",9934 "futures 0.3.21",9935 "jsonrpc-core",9936 "jsonrpc-core-client",9937 "jsonrpc-derive",9938 "jsonrpc-pubsub",9939 "log",9940 "parity-scale-codec",9941 "sc-client-api",9942 "sc-finality-grandpa",9943 "sc-rpc",9944 "serde",9945 "serde_json",9946 "sp-blockchain",9947 "sp-core",9948 "sp-runtime",9949 "thiserror",9950]99519952[[package]]9953name = "sc-informant"9954version = "0.10.0-dev"9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9956dependencies = [9957 "ansi_term",9958 "futures 0.3.21",9959 "futures-timer",9960 "log",9961 "parity-util-mem",9962 "sc-client-api",9963 "sc-network",9964 "sc-transaction-pool-api",9965 "sp-blockchain",9966 "sp-runtime",9967]99689969[[package]]9970name = "sc-keystore"9971version = "4.0.0-dev"9972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9973dependencies = [9974 "async-trait",9975 "hex",9976 "parking_lot 0.12.0",9977 "serde_json",9978 "sp-application-crypto",9979 "sp-core",9980 "sp-keystore",9981 "thiserror",9982]99839984[[package]]9985name = "sc-network"9986version = "0.10.0-dev"9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9988dependencies = [9989 "async-trait",9990 "asynchronous-codec 0.5.0",9991 "bitflags",9992 "bytes 1.1.0",9993 "cid",9994 "either",9995 "fnv",9996 "fork-tree",9997 "futures 0.3.21",9998 "futures-timer",9999 "hex",10000 "ip_network",10001 "libp2p",10002 "linked-hash-map",10003 "linked_hash_set",10004 "log",10005 "lru 0.7.5",10006 "parity-scale-codec",10007 "parking_lot 0.12.0",10008 "pin-project 1.0.10",10009 "prost",10010 "prost-build",10011 "rand 0.7.3",10012 "sc-block-builder",10013 "sc-client-api",10014 "sc-consensus",10015 "sc-peerset",10016 "sc-utils",10017 "serde",10018 "serde_json",10019 "smallvec",10020 "sp-arithmetic",10021 "sp-blockchain",10022 "sp-consensus",10023 "sp-core",10024 "sp-finality-grandpa",10025 "sp-runtime",10026 "substrate-prometheus-endpoint",10027 "thiserror",10028 "unsigned-varint 0.6.0",10029 "void",10030 "zeroize",10031]1003210033[[package]]10034name = "sc-network-gossip"10035version = "0.10.0-dev"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10037dependencies = [10038 "ahash",10039 "futures 0.3.21",10040 "futures-timer",10041 "libp2p",10042 "log",10043 "lru 0.7.5",10044 "sc-network",10045 "sp-runtime",10046 "substrate-prometheus-endpoint",10047 "tracing",10048]1004910050[[package]]10051name = "sc-offchain"10052version = "4.0.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10054dependencies = [10055 "bytes 1.1.0",10056 "fnv",10057 "futures 0.3.21",10058 "futures-timer",10059 "hex",10060 "hyper",10061 "hyper-rustls 0.22.1",10062 "num_cpus",10063 "once_cell",10064 "parity-scale-codec",10065 "parking_lot 0.12.0",10066 "rand 0.7.3",10067 "sc-client-api",10068 "sc-network",10069 "sc-utils",10070 "sp-api",10071 "sp-core",10072 "sp-offchain",10073 "sp-runtime",10074 "threadpool",10075 "tracing",10076]1007710078[[package]]10079name = "sc-peerset"10080version = "4.0.0-dev"10081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10082dependencies = [10083 "futures 0.3.21",10084 "libp2p",10085 "log",10086 "sc-utils",10087 "serde_json",10088 "wasm-timer",10089]1009010091[[package]]10092name = "sc-proposer-metrics"10093version = "0.10.0-dev"10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10095dependencies = [10096 "log",10097 "substrate-prometheus-endpoint",10098]1009910100[[package]]10101name = "sc-rpc"10102version = "4.0.0-dev"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10104dependencies = [10105 "futures 0.3.21",10106 "hash-db",10107 "jsonrpc-core",10108 "jsonrpc-pubsub",10109 "log",10110 "parity-scale-codec",10111 "parking_lot 0.12.0",10112 "sc-block-builder",10113 "sc-chain-spec",10114 "sc-client-api",10115 "sc-rpc-api",10116 "sc-tracing",10117 "sc-transaction-pool-api",10118 "sc-utils",10119 "serde_json",10120 "sp-api",10121 "sp-blockchain",10122 "sp-core",10123 "sp-keystore",10124 "sp-offchain",10125 "sp-rpc",10126 "sp-runtime",10127 "sp-session",10128 "sp-version",10129]1013010131[[package]]10132name = "sc-rpc-api"10133version = "0.10.0-dev"10134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10135dependencies = [10136 "futures 0.3.21",10137 "jsonrpc-core",10138 "jsonrpc-core-client",10139 "jsonrpc-derive",10140 "jsonrpc-pubsub",10141 "log",10142 "parity-scale-codec",10143 "parking_lot 0.12.0",10144 "sc-chain-spec",10145 "sc-transaction-pool-api",10146 "scale-info",10147 "serde",10148 "serde_json",10149 "sp-core",10150 "sp-rpc",10151 "sp-runtime",10152 "sp-tracing",10153 "sp-version",10154 "thiserror",10155]1015610157[[package]]10158name = "sc-rpc-server"10159version = "4.0.0-dev"10160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10161dependencies = [10162 "futures 0.3.21",10163 "jsonrpc-core",10164 "jsonrpc-http-server",10165 "jsonrpc-ipc-server",10166 "jsonrpc-pubsub",10167 "jsonrpc-ws-server",10168 "log",10169 "serde_json",10170 "substrate-prometheus-endpoint",10171 "tokio 1.18.1",10172]1017310174[[package]]10175name = "sc-service"10176version = "0.10.0-dev"10177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10178dependencies = [10179 "async-trait",10180 "directories",10181 "exit-future",10182 "futures 0.3.21",10183 "futures-timer",10184 "hash-db",10185 "jsonrpc-core",10186 "jsonrpc-pubsub",10187 "log",10188 "parity-scale-codec",10189 "parity-util-mem",10190 "parking_lot 0.12.0",10191 "pin-project 1.0.10",10192 "rand 0.7.3",10193 "sc-block-builder",10194 "sc-chain-spec",10195 "sc-client-api",10196 "sc-client-db",10197 "sc-consensus",10198 "sc-executor",10199 "sc-informant",10200 "sc-keystore",10201 "sc-network",10202 "sc-offchain",10203 "sc-rpc",10204 "sc-rpc-server",10205 "sc-sysinfo",10206 "sc-telemetry",10207 "sc-tracing",10208 "sc-transaction-pool",10209 "sc-transaction-pool-api",10210 "sc-utils",10211 "serde",10212 "serde_json",10213 "sp-api",10214 "sp-application-crypto",10215 "sp-block-builder",10216 "sp-blockchain",10217 "sp-consensus",10218 "sp-core",10219 "sp-externalities",10220 "sp-inherents",10221 "sp-keystore",10222 "sp-runtime",10223 "sp-session",10224 "sp-state-machine",10225 "sp-storage",10226 "sp-tracing",10227 "sp-transaction-pool",10228 "sp-transaction-storage-proof",10229 "sp-trie",10230 "sp-version",10231 "substrate-prometheus-endpoint",10232 "tempfile",10233 "thiserror",10234 "tokio 1.18.1",10235 "tracing",10236 "tracing-futures",10237]1023810239[[package]]10240name = "sc-state-db"10241version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10243dependencies = [10244 "log",10245 "parity-scale-codec",10246 "parity-util-mem",10247 "parity-util-mem-derive",10248 "parking_lot 0.12.0",10249 "sc-client-api",10250 "sp-core",10251]1025210253[[package]]10254name = "sc-sync-state-rpc"10255version = "0.10.0-dev"10256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10257dependencies = [10258 "jsonrpc-core",10259 "jsonrpc-core-client",10260 "jsonrpc-derive",10261 "parity-scale-codec",10262 "sc-chain-spec",10263 "sc-client-api",10264 "sc-consensus-babe",10265 "sc-consensus-epochs",10266 "sc-finality-grandpa",10267 "serde",10268 "serde_json",10269 "sp-blockchain",10270 "sp-runtime",10271 "thiserror",10272]1027310274[[package]]10275name = "sc-sysinfo"10276version = "6.0.0-dev"10277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10278dependencies = [10279 "futures 0.3.21",10280 "libc",10281 "log",10282 "rand 0.7.3",10283 "rand_pcg 0.2.1",10284 "regex",10285 "sc-telemetry",10286 "serde",10287 "serde_json",10288 "sp-core",10289 "sp-io",10290 "sp-std",10291]1029210293[[package]]10294name = "sc-telemetry"10295version = "4.0.0-dev"10296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10297dependencies = [10298 "chrono",10299 "futures 0.3.21",10300 "libp2p",10301 "log",10302 "parking_lot 0.12.0",10303 "pin-project 1.0.10",10304 "rand 0.7.3",10305 "serde",10306 "serde_json",10307 "thiserror",10308 "wasm-timer",10309]1031010311[[package]]10312name = "sc-tracing"10313version = "4.0.0-dev"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10315dependencies = [10316 "ansi_term",10317 "atty",10318 "chrono",10319 "lazy_static",10320 "libc",10321 "log",10322 "once_cell",10323 "parking_lot 0.12.0",10324 "regex",10325 "rustc-hash",10326 "sc-client-api",10327 "sc-rpc-server",10328 "sc-tracing-proc-macro",10329 "serde",10330 "sp-api",10331 "sp-blockchain",10332 "sp-core",10333 "sp-rpc",10334 "sp-runtime",10335 "sp-tracing",10336 "thiserror",10337 "tracing",10338 "tracing-log",10339 "tracing-subscriber",10340]1034110342[[package]]10343name = "sc-tracing-proc-macro"10344version = "4.0.0-dev"10345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10346dependencies = [10347 "proc-macro-crate 1.1.3",10348 "proc-macro2",10349 "quote",10350 "syn",10351]1035210353[[package]]10354name = "sc-transaction-pool"10355version = "4.0.0-dev"10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10357dependencies = [10358 "futures 0.3.21",10359 "futures-timer",10360 "linked-hash-map",10361 "log",10362 "parity-scale-codec",10363 "parity-util-mem",10364 "parking_lot 0.12.0",10365 "retain_mut",10366 "sc-client-api",10367 "sc-transaction-pool-api",10368 "sc-utils",10369 "serde",10370 "sp-api",10371 "sp-blockchain",10372 "sp-core",10373 "sp-runtime",10374 "sp-tracing",10375 "sp-transaction-pool",10376 "substrate-prometheus-endpoint",10377 "thiserror",10378]1037910380[[package]]10381name = "sc-transaction-pool-api"10382version = "4.0.0-dev"10383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10384dependencies = [10385 "futures 0.3.21",10386 "log",10387 "serde",10388 "sp-blockchain",10389 "sp-runtime",10390 "thiserror",10391]1039210393[[package]]10394name = "sc-utils"10395version = "4.0.0-dev"10396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10397dependencies = [10398 "futures 0.3.21",10399 "futures-timer",10400 "lazy_static",10401 "log",10402 "parking_lot 0.12.0",10403 "prometheus",10404]1040510406[[package]]10407name = "scale-info"10408version = "2.1.1"10409source = "registry+https://github.com/rust-lang/crates.io-index"10410checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"10411dependencies = [10412 "bitvec",10413 "cfg-if 1.0.0",10414 "derive_more",10415 "parity-scale-codec",10416 "scale-info-derive",10417 "serde",10418]1041910420[[package]]10421name = "scale-info-derive"10422version = "2.1.1"10423source = "registry+https://github.com/rust-lang/crates.io-index"10424checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"10425dependencies = [10426 "proc-macro-crate 1.1.3",10427 "proc-macro2",10428 "quote",10429 "syn",10430]1043110432[[package]]10433name = "schannel"10434version = "0.1.19"10435source = "registry+https://github.com/rust-lang/crates.io-index"10436checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10437dependencies = [10438 "lazy_static",10439 "winapi 0.3.9",10440]1044110442[[package]]10443name = "schnorrkel"10444version = "0.9.1"10445source = "registry+https://github.com/rust-lang/crates.io-index"10446checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10447dependencies = [10448 "arrayref",10449 "arrayvec 0.5.2",10450 "curve25519-dalek 2.1.3",10451 "getrandom 0.1.16",10452 "merlin",10453 "rand 0.7.3",10454 "rand_core 0.5.1",10455 "sha2 0.8.2",10456 "subtle",10457 "zeroize",10458]1045910460[[package]]10461name = "scoped-tls"10462version = "1.0.0"10463source = "registry+https://github.com/rust-lang/crates.io-index"10464checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1046510466[[package]]10467name = "scopeguard"10468version = "1.1.0"10469source = "registry+https://github.com/rust-lang/crates.io-index"10470checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1047110472[[package]]10473name = "sct"10474version = "0.6.1"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10477dependencies = [10478 "ring",10479 "untrusted",10480]1048110482[[package]]10483name = "sct"10484version = "0.7.0"10485source = "registry+https://github.com/rust-lang/crates.io-index"10486checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10487dependencies = [10488 "ring",10489 "untrusted",10490]1049110492[[package]]10493name = "sec1"10494version = "0.2.1"10495source = "registry+https://github.com/rust-lang/crates.io-index"10496checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10497dependencies = [10498 "der",10499 "generic-array 0.14.5",10500 "pkcs8",10501 "subtle",10502 "zeroize",10503]1050410505[[package]]10506name = "secp256k1"10507version = "0.21.3"10508source = "registry+https://github.com/rust-lang/crates.io-index"10509checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10510dependencies = [10511 "secp256k1-sys",10512]1051310514[[package]]10515name = "secp256k1-sys"10516version = "0.4.2"10517source = "registry+https://github.com/rust-lang/crates.io-index"10518checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10519dependencies = [10520 "cc",10521]1052210523[[package]]10524name = "secrecy"10525version = "0.8.0"10526source = "registry+https://github.com/rust-lang/crates.io-index"10527checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10528dependencies = [10529 "zeroize",10530]1053110532[[package]]10533name = "security-framework"10534version = "2.6.1"10535source = "registry+https://github.com/rust-lang/crates.io-index"10536checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10537dependencies = [10538 "bitflags",10539 "core-foundation",10540 "core-foundation-sys",10541 "libc",10542 "security-framework-sys",10543]1054410545[[package]]10546name = "security-framework-sys"10547version = "2.6.1"10548source = "registry+https://github.com/rust-lang/crates.io-index"10549checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10550dependencies = [10551 "core-foundation-sys",10552 "libc",10553]1055410555[[package]]10556name = "semver"10557version = "0.6.0"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10560dependencies = [10561 "semver-parser 0.7.0",10562]1056310564[[package]]10565name = "semver"10566version = "0.9.0"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10569dependencies = [10570 "semver-parser 0.7.0",10571]1057210573[[package]]10574name = "semver"10575version = "0.11.0"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10578dependencies = [10579 "semver-parser 0.10.2",10580]1058110582[[package]]10583name = "semver"10584version = "1.0.9"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10587dependencies = [10588 "serde",10589]1059010591[[package]]10592name = "semver-parser"10593version = "0.7.0"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1059610597[[package]]10598name = "semver-parser"10599version = "0.10.2"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10602dependencies = [10603 "pest",10604]1060510606[[package]]10607name = "serde"10608version = "1.0.137"10609source = "registry+https://github.com/rust-lang/crates.io-index"10610checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10611dependencies = [10612 "serde_derive",10613]1061410615[[package]]10616name = "serde_derive"10617version = "1.0.137"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10620dependencies = [10621 "proc-macro2",10622 "quote",10623 "syn",10624]1062510626[[package]]10627name = "serde_json"10628version = "1.0.81"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10631dependencies = [10632 "itoa 1.0.1",10633 "ryu",10634 "serde",10635]1063610637[[package]]10638name = "serde_nanos"10639version = "0.1.2"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10642dependencies = [10643 "serde",10644]1064510646[[package]]10647name = "sha-1"10648version = "0.8.2"10649source = "registry+https://github.com/rust-lang/crates.io-index"10650checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10651dependencies = [10652 "block-buffer 0.7.3",10653 "digest 0.8.1",10654 "fake-simd",10655 "opaque-debug 0.2.3",10656]1065710658[[package]]10659name = "sha-1"10660version = "0.9.8"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10663dependencies = [10664 "block-buffer 0.9.0",10665 "cfg-if 1.0.0",10666 "cpufeatures 0.2.2",10667 "digest 0.9.0",10668 "opaque-debug 0.3.0",10669]1067010671[[package]]10672name = "sha2"10673version = "0.8.2"10674source = "registry+https://github.com/rust-lang/crates.io-index"10675checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10676dependencies = [10677 "block-buffer 0.7.3",10678 "digest 0.8.1",10679 "fake-simd",10680 "opaque-debug 0.2.3",10681]1068210683[[package]]10684name = "sha2"10685version = "0.9.9"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10688dependencies = [10689 "block-buffer 0.9.0",10690 "cfg-if 1.0.0",10691 "cpufeatures 0.2.2",10692 "digest 0.9.0",10693 "opaque-debug 0.3.0",10694]1069510696[[package]]10697name = "sha2"10698version = "0.10.2"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10701dependencies = [10702 "cfg-if 1.0.0",10703 "cpufeatures 0.2.2",10704 "digest 0.10.3",10705]1070610707[[package]]10708name = "sha3"10709version = "0.9.1"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10712dependencies = [10713 "block-buffer 0.9.0",10714 "digest 0.9.0",10715 "keccak",10716 "opaque-debug 0.3.0",10717]1071810719[[package]]10720name = "sha3"10721version = "0.10.1"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10724dependencies = [10725 "digest 0.10.3",10726 "keccak",10727]1072810729[[package]]10730name = "sharded-slab"10731version = "0.1.4"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10734dependencies = [10735 "lazy_static",10736]1073710738[[package]]10739name = "shlex"10740version = "1.1.0"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1074310744[[package]]10745name = "signal-hook"10746version = "0.3.13"10747source = "registry+https://github.com/rust-lang/crates.io-index"10748checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10749dependencies = [10750 "libc",10751 "signal-hook-registry",10752]1075310754[[package]]10755name = "signal-hook-registry"10756version = "1.4.0"10757source = "registry+https://github.com/rust-lang/crates.io-index"10758checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10759dependencies = [10760 "libc",10761]1076210763[[package]]10764name = "signature"10765version = "1.4.0"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10768dependencies = [10769 "rand_core 0.6.3",10770]1077110772[[package]]10773name = "simba"10774version = "0.5.1"10775source = "registry+https://github.com/rust-lang/crates.io-index"10776checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10777dependencies = [10778 "approx",10779 "num-complex",10780 "num-traits",10781 "paste",10782]1078310784[[package]]10785name = "slab"10786version = "0.4.6"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1078910790[[package]]10791name = "slot-range-helper"10792version = "0.9.21"10793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10794dependencies = [10795 "enumn",10796 "parity-scale-codec",10797 "paste",10798 "sp-runtime",10799 "sp-std",10800]1080110802[[package]]10803name = "slotmap"10804version = "1.0.6"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10807dependencies = [10808 "version_check",10809]1081010811[[package]]10812name = "smallvec"10813version = "1.8.0"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1081610817[[package]]10818name = "snap"10819version = "1.0.5"10820source = "registry+https://github.com/rust-lang/crates.io-index"10821checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1082210823[[package]]10824name = "snow"10825version = "0.8.0"10826source = "registry+https://github.com/rust-lang/crates.io-index"10827checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10828dependencies = [10829 "aes-gcm",10830 "blake2 0.9.2",10831 "chacha20poly1305",10832 "rand 0.8.5",10833 "rand_core 0.6.3",10834 "ring",10835 "rustc_version 0.3.3",10836 "sha2 0.9.9",10837 "subtle",10838 "x25519-dalek",10839]1084010841[[package]]10842name = "socket2"10843version = "0.3.19"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10846dependencies = [10847 "cfg-if 1.0.0",10848 "libc",10849 "winapi 0.3.9",10850]1085110852[[package]]10853name = "socket2"10854version = "0.4.4"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10857dependencies = [10858 "libc",10859 "winapi 0.3.9",10860]1086110862[[package]]10863name = "soketto"10864version = "0.7.1"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10867dependencies = [10868 "base64",10869 "bytes 1.1.0",10870 "flate2",10871 "futures 0.3.21",10872 "httparse",10873 "log",10874 "rand 0.8.5",10875 "sha-1 0.9.8",10876]1087710878[[package]]10879name = "sp-api"10880version = "4.0.0-dev"10881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10882dependencies = [10883 "hash-db",10884 "log",10885 "parity-scale-codec",10886 "sp-api-proc-macro",10887 "sp-core",10888 "sp-runtime",10889 "sp-state-machine",10890 "sp-std",10891 "sp-version",10892 "thiserror",10893]1089410895[[package]]10896name = "sp-api-proc-macro"10897version = "4.0.0-dev"10898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10899dependencies = [10900 "blake2 0.10.4",10901 "proc-macro-crate 1.1.3",10902 "proc-macro2",10903 "quote",10904 "syn",10905]1090610907[[package]]10908name = "sp-application-crypto"10909version = "6.0.0"10910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10911dependencies = [10912 "parity-scale-codec",10913 "scale-info",10914 "serde",10915 "sp-core",10916 "sp-io",10917 "sp-std",10918]1091910920[[package]]10921name = "sp-arithmetic"10922version = "5.0.0"10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10924dependencies = [10925 "integer-sqrt",10926 "num-traits",10927 "parity-scale-codec",10928 "scale-info",10929 "serde",10930 "sp-debug-derive",10931 "sp-std",10932 "static_assertions",10933]1093410935[[package]]10936name = "sp-authority-discovery"10937version = "4.0.0-dev"10938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10939dependencies = [10940 "parity-scale-codec",10941 "scale-info",10942 "sp-api",10943 "sp-application-crypto",10944 "sp-runtime",10945 "sp-std",10946]1094710948[[package]]10949name = "sp-authorship"10950version = "4.0.0-dev"10951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10952dependencies = [10953 "async-trait",10954 "parity-scale-codec",10955 "sp-inherents",10956 "sp-runtime",10957 "sp-std",10958]1095910960[[package]]10961name = "sp-block-builder"10962version = "4.0.0-dev"10963source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10964dependencies = [10965 "parity-scale-codec",10966 "sp-api",10967 "sp-inherents",10968 "sp-runtime",10969 "sp-std",10970]1097110972[[package]]10973name = "sp-blockchain"10974version = "4.0.0-dev"10975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10976dependencies = [10977 "futures 0.3.21",10978 "log",10979 "lru 0.7.5",10980 "parity-scale-codec",10981 "parking_lot 0.12.0",10982 "sp-api",10983 "sp-consensus",10984 "sp-database",10985 "sp-runtime",10986 "sp-state-machine",10987 "thiserror",10988]1098910990[[package]]10991name = "sp-consensus"10992version = "0.10.0-dev"10993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10994dependencies = [10995 "async-trait",10996 "futures 0.3.21",10997 "futures-timer",10998 "log",10999 "parity-scale-codec",11000 "sp-core",11001 "sp-inherents",11002 "sp-runtime",11003 "sp-state-machine",11004 "sp-std",11005 "sp-version",11006 "thiserror",11007]1100811009[[package]]11010name = "sp-consensus-aura"11011version = "0.10.0-dev"11012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11013dependencies = [11014 "async-trait",11015 "parity-scale-codec",11016 "scale-info",11017 "sp-api",11018 "sp-application-crypto",11019 "sp-consensus",11020 "sp-consensus-slots",11021 "sp-inherents",11022 "sp-runtime",11023 "sp-std",11024 "sp-timestamp",11025]1102611027[[package]]11028name = "sp-consensus-babe"11029version = "0.10.0-dev"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11031dependencies = [11032 "async-trait",11033 "merlin",11034 "parity-scale-codec",11035 "scale-info",11036 "serde",11037 "sp-api",11038 "sp-application-crypto",11039 "sp-consensus",11040 "sp-consensus-slots",11041 "sp-consensus-vrf",11042 "sp-core",11043 "sp-inherents",11044 "sp-keystore",11045 "sp-runtime",11046 "sp-std",11047 "sp-timestamp",11048]1104911050[[package]]11051name = "sp-consensus-slots"11052version = "0.10.0-dev"11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11054dependencies = [11055 "parity-scale-codec",11056 "scale-info",11057 "serde",11058 "sp-arithmetic",11059 "sp-runtime",11060 "sp-std",11061 "sp-timestamp",11062]1106311064[[package]]11065name = "sp-consensus-vrf"11066version = "0.10.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11068dependencies = [11069 "parity-scale-codec",11070 "schnorrkel",11071 "sp-core",11072 "sp-runtime",11073 "sp-std",11074]1107511076[[package]]11077name = "sp-core"11078version = "6.0.0"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11080dependencies = [11081 "base58",11082 "bitflags",11083 "blake2-rfc",11084 "byteorder",11085 "dyn-clonable",11086 "ed25519-dalek",11087 "futures 0.3.21",11088 "hash-db",11089 "hash256-std-hasher",11090 "hex",11091 "impl-serde",11092 "lazy_static",11093 "libsecp256k1",11094 "log",11095 "merlin",11096 "num-traits",11097 "parity-scale-codec",11098 "parity-util-mem",11099 "parking_lot 0.12.0",11100 "primitive-types",11101 "rand 0.7.3",11102 "regex",11103 "scale-info",11104 "schnorrkel",11105 "secp256k1",11106 "secrecy",11107 "serde",11108 "sp-core-hashing",11109 "sp-debug-derive",11110 "sp-externalities",11111 "sp-runtime-interface",11112 "sp-std",11113 "sp-storage",11114 "ss58-registry",11115 "substrate-bip39",11116 "thiserror",11117 "tiny-bip39",11118 "wasmi",11119 "zeroize",11120]1112111122[[package]]11123name = "sp-core-hashing"11124version = "4.0.0"11125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11126dependencies = [11127 "blake2 0.10.4",11128 "byteorder",11129 "digest 0.10.3",11130 "sha2 0.10.2",11131 "sha3 0.10.1",11132 "sp-std",11133 "twox-hash",11134]1113511136[[package]]11137name = "sp-core-hashing-proc-macro"11138version = "5.0.0"11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11140dependencies = [11141 "proc-macro2",11142 "quote",11143 "sp-core-hashing",11144 "syn",11145]1114611147[[package]]11148name = "sp-database"11149version = "4.0.0-dev"11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11151dependencies = [11152 "kvdb",11153 "parking_lot 0.12.0",11154]1115511156[[package]]11157name = "sp-debug-derive"11158version = "4.0.0"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11160dependencies = [11161 "proc-macro2",11162 "quote",11163 "syn",11164]1116511166[[package]]11167name = "sp-externalities"11168version = "0.12.0"11169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11170dependencies = [11171 "environmental",11172 "parity-scale-codec",11173 "sp-std",11174 "sp-storage",11175]1117611177[[package]]11178name = "sp-finality-grandpa"11179version = "4.0.0-dev"11180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11181dependencies = [11182 "finality-grandpa",11183 "log",11184 "parity-scale-codec",11185 "scale-info",11186 "serde",11187 "sp-api",11188 "sp-application-crypto",11189 "sp-core",11190 "sp-keystore",11191 "sp-runtime",11192 "sp-std",11193]1119411195[[package]]11196name = "sp-inherents"11197version = "4.0.0-dev"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11199dependencies = [11200 "async-trait",11201 "impl-trait-for-tuples",11202 "parity-scale-codec",11203 "sp-core",11204 "sp-runtime",11205 "sp-std",11206 "thiserror",11207]1120811209[[package]]11210name = "sp-io"11211version = "6.0.0"11212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11213dependencies = [11214 "futures 0.3.21",11215 "hash-db",11216 "libsecp256k1",11217 "log",11218 "parity-scale-codec",11219 "parking_lot 0.12.0",11220 "secp256k1",11221 "sp-core",11222 "sp-externalities",11223 "sp-keystore",11224 "sp-runtime-interface",11225 "sp-state-machine",11226 "sp-std",11227 "sp-tracing",11228 "sp-trie",11229 "sp-wasm-interface",11230 "tracing",11231 "tracing-core",11232]1123311234[[package]]11235name = "sp-keyring"11236version = "6.0.0"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11238dependencies = [11239 "lazy_static",11240 "sp-core",11241 "sp-runtime",11242 "strum 0.23.0",11243]1124411245[[package]]11246name = "sp-keystore"11247version = "0.12.0"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11249dependencies = [11250 "async-trait",11251 "futures 0.3.21",11252 "merlin",11253 "parity-scale-codec",11254 "parking_lot 0.12.0",11255 "schnorrkel",11256 "serde",11257 "sp-core",11258 "sp-externalities",11259 "thiserror",11260]1126111262[[package]]11263name = "sp-maybe-compressed-blob"11264version = "4.1.0-dev"11265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11266dependencies = [11267 "thiserror",11268 "zstd",11269]1127011271[[package]]11272name = "sp-mmr-primitives"11273version = "4.0.0-dev"11274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11275dependencies = [11276 "log",11277 "parity-scale-codec",11278 "serde",11279 "sp-api",11280 "sp-core",11281 "sp-debug-derive",11282 "sp-runtime",11283 "sp-std",11284]1128511286[[package]]11287name = "sp-npos-elections"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11290dependencies = [11291 "parity-scale-codec",11292 "scale-info",11293 "serde",11294 "sp-arithmetic",11295 "sp-core",11296 "sp-runtime",11297 "sp-std",11298]1129911300[[package]]11301name = "sp-offchain"11302version = "4.0.0-dev"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11304dependencies = [11305 "sp-api",11306 "sp-core",11307 "sp-runtime",11308]1130911310[[package]]11311name = "sp-panic-handler"11312version = "4.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11314dependencies = [11315 "backtrace",11316 "lazy_static",11317 "regex",11318]1131911320[[package]]11321name = "sp-rpc"11322version = "6.0.0"11323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11324dependencies = [11325 "rustc-hash",11326 "serde",11327 "sp-core",11328]1132911330[[package]]11331name = "sp-runtime"11332version = "6.0.0"11333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11334dependencies = [11335 "either",11336 "hash256-std-hasher",11337 "impl-trait-for-tuples",11338 "log",11339 "parity-scale-codec",11340 "parity-util-mem",11341 "paste",11342 "rand 0.7.3",11343 "scale-info",11344 "serde",11345 "sp-application-crypto",11346 "sp-arithmetic",11347 "sp-core",11348 "sp-io",11349 "sp-std",11350]1135111352[[package]]11353name = "sp-runtime-interface"11354version = "6.0.0"11355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11356dependencies = [11357 "impl-trait-for-tuples",11358 "parity-scale-codec",11359 "primitive-types",11360 "sp-externalities",11361 "sp-runtime-interface-proc-macro",11362 "sp-std",11363 "sp-storage",11364 "sp-tracing",11365 "sp-wasm-interface",11366 "static_assertions",11367]1136811369[[package]]11370name = "sp-runtime-interface-proc-macro"11371version = "5.0.0"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11373dependencies = [11374 "Inflector",11375 "proc-macro-crate 1.1.3",11376 "proc-macro2",11377 "quote",11378 "syn",11379]1138011381[[package]]11382name = "sp-serializer"11383version = "4.0.0-dev"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11385dependencies = [11386 "serde",11387 "serde_json",11388]1138911390[[package]]11391name = "sp-session"11392version = "4.0.0-dev"11393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11394dependencies = [11395 "parity-scale-codec",11396 "scale-info",11397 "sp-api",11398 "sp-core",11399 "sp-runtime",11400 "sp-staking",11401 "sp-std",11402]1140311404[[package]]11405name = "sp-staking"11406version = "4.0.0-dev"11407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11408dependencies = [11409 "parity-scale-codec",11410 "scale-info",11411 "sp-runtime",11412 "sp-std",11413]1141411415[[package]]11416name = "sp-state-machine"11417version = "0.12.0"11418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11419dependencies = [11420 "hash-db",11421 "log",11422 "num-traits",11423 "parity-scale-codec",11424 "parking_lot 0.12.0",11425 "rand 0.7.3",11426 "smallvec",11427 "sp-core",11428 "sp-externalities",11429 "sp-panic-handler",11430 "sp-std",11431 "sp-trie",11432 "thiserror",11433 "tracing",11434 "trie-root",11435]1143611437[[package]]11438name = "sp-std"11439version = "4.0.0"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1144111442[[package]]11443name = "sp-storage"11444version = "6.0.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11446dependencies = [11447 "impl-serde",11448 "parity-scale-codec",11449 "ref-cast",11450 "serde",11451 "sp-debug-derive",11452 "sp-std",11453]1145411455[[package]]11456name = "sp-tasks"11457version = "4.0.0-dev"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11459dependencies = [11460 "log",11461 "sp-core",11462 "sp-externalities",11463 "sp-io",11464 "sp-runtime-interface",11465 "sp-std",11466]1146711468[[package]]11469name = "sp-timestamp"11470version = "4.0.0-dev"11471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11472dependencies = [11473 "async-trait",11474 "futures-timer",11475 "log",11476 "parity-scale-codec",11477 "sp-api",11478 "sp-inherents",11479 "sp-runtime",11480 "sp-std",11481 "thiserror",11482]1148311484[[package]]11485name = "sp-tracing"11486version = "5.0.0"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11488dependencies = [11489 "parity-scale-codec",11490 "sp-std",11491 "tracing",11492 "tracing-core",11493 "tracing-subscriber",11494]1149511496[[package]]11497name = "sp-transaction-pool"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11500dependencies = [11501 "sp-api",11502 "sp-runtime",11503]1150411505[[package]]11506name = "sp-transaction-storage-proof"11507version = "4.0.0-dev"11508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11509dependencies = [11510 "async-trait",11511 "log",11512 "parity-scale-codec",11513 "scale-info",11514 "sp-core",11515 "sp-inherents",11516 "sp-runtime",11517 "sp-std",11518 "sp-trie",11519]1152011521[[package]]11522name = "sp-trie"11523version = "6.0.0"11524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11525dependencies = [11526 "hash-db",11527 "memory-db",11528 "parity-scale-codec",11529 "scale-info",11530 "sp-core",11531 "sp-std",11532 "thiserror",11533 "trie-db",11534 "trie-root",11535]1153611537[[package]]11538name = "sp-version"11539version = "5.0.0"11540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11541dependencies = [11542 "impl-serde",11543 "parity-scale-codec",11544 "parity-wasm 0.42.2",11545 "scale-info",11546 "serde",11547 "sp-core-hashing-proc-macro",11548 "sp-runtime",11549 "sp-std",11550 "sp-version-proc-macro",11551 "thiserror",11552]1155311554[[package]]11555name = "sp-version-proc-macro"11556version = "4.0.0-dev"11557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11558dependencies = [11559 "parity-scale-codec",11560 "proc-macro2",11561 "quote",11562 "syn",11563]1156411565[[package]]11566name = "sp-wasm-interface"11567version = "6.0.0"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11569dependencies = [11570 "impl-trait-for-tuples",11571 "log",11572 "parity-scale-codec",11573 "sp-std",11574 "wasmi",11575 "wasmtime",11576]1157711578[[package]]11579name = "spin"11580version = "0.5.2"11581source = "registry+https://github.com/rust-lang/crates.io-index"11582checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1158311584[[package]]11585name = "spki"11586version = "0.5.4"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11589dependencies = [11590 "base64ct",11591 "der",11592]1159311594[[package]]11595name = "ss58-registry"11596version = "1.17.0"11597source = "registry+https://github.com/rust-lang/crates.io-index"11598checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11599dependencies = [11600 "Inflector",11601 "num-format",11602 "proc-macro2",11603 "quote",11604 "serde",11605 "serde_json",11606 "unicode-xid",11607]1160811609[[package]]11610name = "stable_deref_trait"11611version = "1.2.0"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1161411615[[package]]11616name = "static_assertions"11617version = "1.1.0"11618source = "registry+https://github.com/rust-lang/crates.io-index"11619checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1162011621[[package]]11622name = "static_init"11623version = "0.5.2"11624source = "registry+https://github.com/rust-lang/crates.io-index"11625checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11626dependencies = [11627 "cfg_aliases",11628 "libc",11629 "parking_lot 0.11.2",11630 "static_init_macro",11631]1163211633[[package]]11634name = "static_init_macro"11635version = "0.5.0"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11638dependencies = [11639 "cfg_aliases",11640 "memchr",11641 "proc-macro2",11642 "quote",11643 "syn",11644]1164511646[[package]]11647name = "statrs"11648version = "0.15.0"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11651dependencies = [11652 "approx",11653 "lazy_static",11654 "nalgebra",11655 "num-traits",11656 "rand 0.8.5",11657]1165811659[[package]]11660name = "strsim"11661version = "0.10.0"11662source = "registry+https://github.com/rust-lang/crates.io-index"11663checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1166411665[[package]]11666name = "strum"11667version = "0.23.0"11668source = "registry+https://github.com/rust-lang/crates.io-index"11669checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11670dependencies = [11671 "strum_macros 0.23.1",11672]1167311674[[package]]11675name = "strum"11676version = "0.24.0"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11679dependencies = [11680 "strum_macros 0.24.0",11681]1168211683[[package]]11684name = "strum_macros"11685version = "0.23.1"11686source = "registry+https://github.com/rust-lang/crates.io-index"11687checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11688dependencies = [11689 "heck 0.3.3",11690 "proc-macro2",11691 "quote",11692 "rustversion",11693 "syn",11694]1169511696[[package]]11697name = "strum_macros"11698version = "0.24.0"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11701dependencies = [11702 "heck 0.4.0",11703 "proc-macro2",11704 "quote",11705 "rustversion",11706 "syn",11707]1170811709[[package]]11710name = "substrate-bip39"11711version = "0.4.4"11712source = "registry+https://github.com/rust-lang/crates.io-index"11713checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11714dependencies = [11715 "hmac 0.11.0",11716 "pbkdf2 0.8.0",11717 "schnorrkel",11718 "sha2 0.9.9",11719 "zeroize",11720]1172111722[[package]]11723name = "substrate-build-script-utils"11724version = "3.0.0"11725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11726dependencies = [11727 "platforms",11728]1172911730[[package]]11731name = "substrate-frame-rpc-system"11732version = "4.0.0-dev"11733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11734dependencies = [11735 "frame-system-rpc-runtime-api",11736 "futures 0.3.21",11737 "jsonrpc-core",11738 "jsonrpc-core-client",11739 "jsonrpc-derive",11740 "log",11741 "parity-scale-codec",11742 "sc-client-api",11743 "sc-rpc-api",11744 "sc-transaction-pool-api",11745 "sp-api",11746 "sp-block-builder",11747 "sp-blockchain",11748 "sp-core",11749 "sp-runtime",11750]1175111752[[package]]11753name = "substrate-prometheus-endpoint"11754version = "0.10.0-dev"11755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11756dependencies = [11757 "futures-util",11758 "hyper",11759 "log",11760 "prometheus",11761 "thiserror",11762 "tokio 1.18.1",11763]1176411765[[package]]11766name = "substrate-state-trie-migration-rpc"11767version = "4.0.0-dev"11768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11769dependencies = [11770 "jsonrpc-core",11771 "jsonrpc-core-client",11772 "jsonrpc-derive",11773 "log",11774 "parity-scale-codec",11775 "sc-client-api",11776 "sc-rpc-api",11777 "scale-info",11778 "serde",11779 "sp-core",11780 "sp-io",11781 "sp-runtime",11782 "sp-state-machine",11783 "sp-std",11784 "sp-trie",11785 "trie-db",11786]1178711788[[package]]11789name = "substrate-test-client"11790version = "2.0.1"11791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11792dependencies = [11793 "async-trait",11794 "futures 0.3.21",11795 "hex",11796 "parity-scale-codec",11797 "sc-client-api",11798 "sc-client-db",11799 "sc-consensus",11800 "sc-executor",11801 "sc-offchain",11802 "sc-service",11803 "serde",11804 "serde_json",11805 "sp-blockchain",11806 "sp-consensus",11807 "sp-core",11808 "sp-keyring",11809 "sp-keystore",11810 "sp-runtime",11811 "sp-state-machine",11812]1181311814[[package]]11815name = "substrate-test-utils"11816version = "4.0.0-dev"11817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11818dependencies = [11819 "futures 0.3.21",11820 "substrate-test-utils-derive",11821 "tokio 1.18.1",11822]1182311824[[package]]11825name = "substrate-test-utils-derive"11826version = "0.10.0-dev"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11828dependencies = [11829 "proc-macro-crate 1.1.3",11830 "proc-macro2",11831 "quote",11832 "syn",11833]1183411835[[package]]11836name = "substrate-wasm-builder"11837version = "5.0.0-dev"11838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11839dependencies = [11840 "ansi_term",11841 "build-helper",11842 "cargo_metadata",11843 "sp-maybe-compressed-blob",11844 "strum 0.23.0",11845 "tempfile",11846 "toml",11847 "walkdir",11848 "wasm-gc-api",11849]1185011851[[package]]11852name = "subtle"11853version = "2.4.1"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1185611857[[package]]11858name = "syn"11859version = "1.0.92"11860source = "registry+https://github.com/rust-lang/crates.io-index"11861checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"11862dependencies = [11863 "proc-macro2",11864 "quote",11865 "unicode-xid",11866]1186711868[[package]]11869name = "synstructure"11870version = "0.12.6"11871source = "registry+https://github.com/rust-lang/crates.io-index"11872checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11873dependencies = [11874 "proc-macro2",11875 "quote",11876 "syn",11877 "unicode-xid",11878]1187911880[[package]]11881name = "tap"11882version = "1.0.1"11883source = "registry+https://github.com/rust-lang/crates.io-index"11884checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1188511886[[package]]11887name = "target-lexicon"11888version = "0.12.3"11889source = "registry+https://github.com/rust-lang/crates.io-index"11890checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1189111892[[package]]11893name = "tempfile"11894version = "3.3.0"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11897dependencies = [11898 "cfg-if 1.0.0",11899 "fastrand",11900 "libc",11901 "redox_syscall 0.2.13",11902 "remove_dir_all",11903 "winapi 0.3.9",11904]1190511906[[package]]11907name = "term"11908version = "0.5.2"11909source = "registry+https://github.com/rust-lang/crates.io-index"11910checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11911dependencies = [11912 "byteorder",11913 "dirs",11914 "winapi 0.3.9",11915]1191611917[[package]]11918name = "termcolor"11919version = "1.1.3"11920source = "registry+https://github.com/rust-lang/crates.io-index"11921checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11922dependencies = [11923 "winapi-util",11924]1192511926[[package]]11927name = "test-runtime-constants"11928version = "0.9.21"11929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"11930dependencies = [11931 "frame-support",11932 "polkadot-primitives",11933 "polkadot-runtime-common",11934 "smallvec",11935 "sp-runtime",11936]1193711938[[package]]11939name = "textwrap"11940version = "0.15.0"11941source = "registry+https://github.com/rust-lang/crates.io-index"11942checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1194311944[[package]]11945name = "thiserror"11946version = "1.0.31"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11949dependencies = [11950 "thiserror-impl",11951]1195211953[[package]]11954name = "thiserror-impl"11955version = "1.0.31"11956source = "registry+https://github.com/rust-lang/crates.io-index"11957checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11958dependencies = [11959 "proc-macro2",11960 "quote",11961 "syn",11962]1196311964[[package]]11965name = "thousands"11966version = "0.2.0"11967source = "registry+https://github.com/rust-lang/crates.io-index"11968checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1196911970[[package]]11971name = "thread_local"11972version = "1.1.4"11973source = "registry+https://github.com/rust-lang/crates.io-index"11974checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11975dependencies = [11976 "once_cell",11977]1197811979[[package]]11980name = "threadpool"11981version = "1.8.1"11982source = "registry+https://github.com/rust-lang/crates.io-index"11983checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11984dependencies = [11985 "num_cpus",11986]1198711988[[package]]11989name = "thrift"11990version = "0.15.0"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11993dependencies = [11994 "byteorder",11995 "integer-encoding",11996 "log",11997 "ordered-float",11998 "threadpool",11999]1200012001[[package]]12002name = "tikv-jemalloc-sys"12003version = "0.4.3+5.2.1-patched.2"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12006dependencies = [12007 "cc",12008 "fs_extra",12009 "libc",12010]1201112012[[package]]12013name = "time"12014version = "0.1.44"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12017dependencies = [12018 "libc",12019 "wasi 0.10.0+wasi-snapshot-preview1",12020 "winapi 0.3.9",12021]1202212023[[package]]12024name = "tiny-bip39"12025version = "0.8.2"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12028dependencies = [12029 "anyhow",12030 "hmac 0.8.1",12031 "once_cell",12032 "pbkdf2 0.4.0",12033 "rand 0.7.3",12034 "rustc-hash",12035 "sha2 0.9.9",12036 "thiserror",12037 "unicode-normalization",12038 "wasm-bindgen",12039 "zeroize",12040]1204112042[[package]]12043name = "tiny-keccak"12044version = "2.0.2"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12047dependencies = [12048 "crunchy",12049]1205012051[[package]]12052name = "tinyvec"12053version = "1.6.0"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12056dependencies = [12057 "tinyvec_macros",12058]1205912060[[package]]12061name = "tinyvec_macros"12062version = "0.1.0"12063source = "registry+https://github.com/rust-lang/crates.io-index"12064checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1206512066[[package]]12067name = "tokio"12068version = "0.2.25"12069source = "registry+https://github.com/rust-lang/crates.io-index"12070checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12071dependencies = [12072 "bytes 0.5.6",12073 "fnv",12074 "pin-project-lite 0.1.12",12075 "tokio-macros 0.2.6",12076]1207712078[[package]]12079name = "tokio"12080version = "1.18.1"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"12083dependencies = [12084 "bytes 1.1.0",12085 "libc",12086 "memchr",12087 "mio 0.8.2",12088 "num_cpus",12089 "once_cell",12090 "parking_lot 0.12.0",12091 "pin-project-lite 0.2.9",12092 "signal-hook-registry",12093 "socket2 0.4.4",12094 "tokio-macros 1.7.0",12095 "winapi 0.3.9",12096]1209712098[[package]]12099name = "tokio-macros"12100version = "0.2.6"12101source = "registry+https://github.com/rust-lang/crates.io-index"12102checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12103dependencies = [12104 "proc-macro2",12105 "quote",12106 "syn",12107]1210812109[[package]]12110name = "tokio-macros"12111version = "1.7.0"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12114dependencies = [12115 "proc-macro2",12116 "quote",12117 "syn",12118]1211912120[[package]]12121name = "tokio-rustls"12122version = "0.22.0"12123source = "registry+https://github.com/rust-lang/crates.io-index"12124checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12125dependencies = [12126 "rustls 0.19.1",12127 "tokio 1.18.1",12128 "webpki 0.21.4",12129]1213012131[[package]]12132name = "tokio-rustls"12133version = "0.23.4"12134source = "registry+https://github.com/rust-lang/crates.io-index"12135checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12136dependencies = [12137 "rustls 0.20.4",12138 "tokio 1.18.1",12139 "webpki 0.22.0",12140]1214112142[[package]]12143name = "tokio-stream"12144version = "0.1.8"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12147dependencies = [12148 "futures-core",12149 "pin-project-lite 0.2.9",12150 "tokio 1.18.1",12151]1215212153[[package]]12154name = "tokio-util"12155version = "0.6.9"12156source = "registry+https://github.com/rust-lang/crates.io-index"12157checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12158dependencies = [12159 "bytes 1.1.0",12160 "futures-core",12161 "futures-sink",12162 "log",12163 "pin-project-lite 0.2.9",12164 "tokio 1.18.1",12165]1216612167[[package]]12168name = "tokio-util"12169version = "0.7.1"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12172dependencies = [12173 "bytes 1.1.0",12174 "futures-core",12175 "futures-io",12176 "futures-sink",12177 "pin-project-lite 0.2.9",12178 "tokio 1.18.1",12179 "tracing",12180]1218112182[[package]]12183name = "toml"12184version = "0.5.9"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12187dependencies = [12188 "serde",12189]1219012191[[package]]12192name = "tower-service"12193version = "0.3.1"12194source = "registry+https://github.com/rust-lang/crates.io-index"12195checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1219612197[[package]]12198name = "tracing"12199version = "0.1.34"12200source = "registry+https://github.com/rust-lang/crates.io-index"12201checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12202dependencies = [12203 "cfg-if 1.0.0",12204 "pin-project-lite 0.2.9",12205 "tracing-attributes",12206 "tracing-core",12207]1220812209[[package]]12210name = "tracing-attributes"12211version = "0.1.21"12212source = "registry+https://github.com/rust-lang/crates.io-index"12213checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12214dependencies = [12215 "proc-macro2",12216 "quote",12217 "syn",12218]1221912220[[package]]12221name = "tracing-core"12222version = "0.1.26"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12225dependencies = [12226 "lazy_static",12227 "valuable",12228]1222912230[[package]]12231name = "tracing-futures"12232version = "0.2.5"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12235dependencies = [12236 "pin-project 1.0.10",12237 "tracing",12238]1223912240[[package]]12241name = "tracing-gum"12242version = "0.9.21"12243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12244dependencies = [12245 "polkadot-node-jaeger",12246 "polkadot-primitives",12247 "tracing",12248 "tracing-gum-proc-macro",12249]1225012251[[package]]12252name = "tracing-gum-proc-macro"12253version = "0.9.21"12254source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12255dependencies = [12256 "expander 0.0.6",12257 "proc-macro-crate 1.1.3",12258 "proc-macro2",12259 "quote",12260 "syn",12261]1226212263[[package]]12264name = "tracing-log"12265version = "0.1.3"12266source = "registry+https://github.com/rust-lang/crates.io-index"12267checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12268dependencies = [12269 "lazy_static",12270 "log",12271 "tracing-core",12272]1227312274[[package]]12275name = "tracing-serde"12276version = "0.1.3"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12279dependencies = [12280 "serde",12281 "tracing-core",12282]1228312284[[package]]12285name = "tracing-subscriber"12286version = "0.2.25"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12289dependencies = [12290 "ansi_term",12291 "chrono",12292 "lazy_static",12293 "matchers",12294 "parking_lot 0.11.2",12295 "regex",12296 "serde",12297 "serde_json",12298 "sharded-slab",12299 "smallvec",12300 "thread_local",12301 "tracing",12302 "tracing-core",12303 "tracing-log",12304 "tracing-serde",12305]1230612307[[package]]12308name = "trie-db"12309version = "0.23.1"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12312dependencies = [12313 "hash-db",12314 "hashbrown 0.12.1",12315 "log",12316 "rustc-hex",12317 "smallvec",12318]1231912320[[package]]12321name = "trie-root"12322version = "0.17.0"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12325dependencies = [12326 "hash-db",12327]1232812329[[package]]12330name = "triehash"12331version = "0.8.4"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12334dependencies = [12335 "hash-db",12336 "rlp",12337]1233812339[[package]]12340name = "trust-dns-proto"12341version = "0.20.4"12342source = "registry+https://github.com/rust-lang/crates.io-index"12343checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12344dependencies = [12345 "async-trait",12346 "cfg-if 1.0.0",12347 "data-encoding",12348 "enum-as-inner",12349 "futures-channel",12350 "futures-io",12351 "futures-util",12352 "idna 0.2.3",12353 "ipnet",12354 "lazy_static",12355 "log",12356 "rand 0.8.5",12357 "smallvec",12358 "thiserror",12359 "tinyvec",12360 "url 2.2.2",12361]1236212363[[package]]12364name = "trust-dns-resolver"12365version = "0.20.4"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12368dependencies = [12369 "cfg-if 1.0.0",12370 "futures-util",12371 "ipconfig",12372 "lazy_static",12373 "log",12374 "lru-cache",12375 "parking_lot 0.11.2",12376 "resolv-conf",12377 "smallvec",12378 "thiserror",12379 "trust-dns-proto",12380]1238112382[[package]]12383name = "try-lock"12384version = "0.2.3"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1238712388[[package]]12389name = "try-runtime-cli"12390version = "0.10.0-dev"12391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12392dependencies = [12393 "clap",12394 "jsonrpsee",12395 "log",12396 "parity-scale-codec",12397 "remote-externalities",12398 "sc-chain-spec",12399 "sc-cli",12400 "sc-executor",12401 "sc-service",12402 "serde",12403 "sp-core",12404 "sp-externalities",12405 "sp-io",12406 "sp-keystore",12407 "sp-runtime",12408 "sp-state-machine",12409 "sp-version",12410 "zstd",12411]1241212413[[package]]12414name = "tt-call"12415version = "1.0.8"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1241812419[[package]]12420name = "twox-hash"12421version = "1.6.3"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12424dependencies = [12425 "cfg-if 1.0.0",12426 "digest 0.10.3",12427 "rand 0.8.5",12428 "static_assertions",12429]1243012431[[package]]12432name = "typenum"12433version = "1.15.0"12434source = "registry+https://github.com/rust-lang/crates.io-index"12435checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1243612437[[package]]12438name = "uc-rpc"12439version = "0.1.0"12440dependencies = [12441 "jsonrpc-core",12442 "jsonrpc-core-client",12443 "jsonrpc-derive",12444 "pallet-common",12445 "pallet-evm",12446 "parity-scale-codec",12447 "sp-api",12448 "sp-blockchain",12449 "sp-core",12450 "sp-rpc",12451 "sp-runtime",12452 "up-data-structs",12453 "up-rpc",12454]1245512456[[package]]12457name = "ucd-trie"12458version = "0.1.3"12459source = "registry+https://github.com/rust-lang/crates.io-index"12460checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1246112462[[package]]12463name = "uint"12464version = "0.9.3"12465source = "registry+https://github.com/rust-lang/crates.io-index"12466checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12467dependencies = [12468 "byteorder",12469 "crunchy",12470 "hex",12471 "static_assertions",12472]1247312474[[package]]12475name = "unicase"12476version = "2.6.0"12477source = "registry+https://github.com/rust-lang/crates.io-index"12478checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12479dependencies = [12480 "version_check",12481]1248212483[[package]]12484name = "unicode-bidi"12485version = "0.3.8"12486source = "registry+https://github.com/rust-lang/crates.io-index"12487checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1248812489[[package]]12490name = "unicode-normalization"12491version = "0.1.19"12492source = "registry+https://github.com/rust-lang/crates.io-index"12493checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12494dependencies = [12495 "tinyvec",12496]1249712498[[package]]12499name = "unicode-segmentation"12500version = "1.9.0"12501source = "registry+https://github.com/rust-lang/crates.io-index"12502checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1250312504[[package]]12505name = "unicode-width"12506version = "0.1.9"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1250912510[[package]]12511name = "unicode-xid"12512version = "0.2.3"12513source = "registry+https://github.com/rust-lang/crates.io-index"12514checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1251512516[[package]]12517name = "unique-node"12518version = "0.9.20"12519dependencies = [12520 "clap",12521 "cumulus-client-cli",12522 "cumulus-client-collator",12523 "cumulus-client-consensus-aura",12524 "cumulus-client-consensus-common",12525 "cumulus-client-network",12526 "cumulus-client-service",12527 "cumulus-primitives-core",12528 "cumulus-primitives-parachain-inherent",12529 "cumulus-relay-chain-inprocess-interface",12530 "cumulus-relay-chain-interface",12531 "cumulus-relay-chain-rpc-interface",12532 "fc-consensus",12533 "fc-db",12534 "fc-mapping-sync",12535 "fc-rpc",12536 "fc-rpc-core",12537 "flexi_logger",12538 "fp-rpc",12539 "frame-benchmarking",12540 "frame-benchmarking-cli",12541 "futures 0.3.21",12542 "jsonrpc-core",12543 "jsonrpc-pubsub",12544 "log",12545 "opal-runtime",12546 "pallet-ethereum",12547 "pallet-transaction-payment-rpc",12548 "pallet-transaction-payment-rpc-runtime-api",12549 "parity-scale-codec",12550 "parking_lot 0.11.2",12551 "polkadot-cli",12552 "polkadot-parachain",12553 "polkadot-primitives",12554 "polkadot-service",12555 "polkadot-test-service",12556 "quartz-runtime",12557 "sc-basic-authorship",12558 "sc-chain-spec",12559 "sc-cli",12560 "sc-client-api",12561 "sc-consensus",12562 "sc-consensus-aura",12563 "sc-consensus-manual-seal",12564 "sc-executor",12565 "sc-finality-grandpa",12566 "sc-keystore",12567 "sc-network",12568 "sc-rpc",12569 "sc-rpc-api",12570 "sc-service",12571 "sc-telemetry",12572 "sc-tracing",12573 "sc-transaction-pool",12574 "serde",12575 "serde_json",12576 "sp-api",12577 "sp-block-builder",12578 "sp-blockchain",12579 "sp-consensus",12580 "sp-consensus-aura",12581 "sp-core",12582 "sp-finality-grandpa",12583 "sp-inherents",12584 "sp-keystore",12585 "sp-offchain",12586 "sp-runtime",12587 "sp-session",12588 "sp-timestamp",12589 "sp-transaction-pool",12590 "sp-trie",12591 "substrate-build-script-utils",12592 "substrate-frame-rpc-system",12593 "substrate-prometheus-endpoint",12594 "tokio 1.18.1",12595 "unique-rpc",12596 "unique-runtime",12597 "unique-runtime-common",12598 "up-data-structs",12599 "up-rpc",12600]1260112602[[package]]12603name = "unique-rpc"12604version = "0.1.0"12605dependencies = [12606 "fc-db",12607 "fc-mapping-sync",12608 "fc-rpc",12609 "fc-rpc-core",12610 "fp-rpc",12611 "fp-storage",12612 "futures 0.3.21",12613 "jsonrpc-core",12614 "jsonrpc-pubsub",12615 "pallet-common",12616 "pallet-ethereum",12617 "pallet-transaction-payment-rpc",12618 "pallet-transaction-payment-rpc-runtime-api",12619 "pallet-unique",12620 "sc-client-api",12621 "sc-consensus-aura",12622 "sc-consensus-epochs",12623 "sc-finality-grandpa",12624 "sc-finality-grandpa-rpc",12625 "sc-keystore",12626 "sc-network",12627 "sc-rpc",12628 "sc-rpc-api",12629 "sc-service",12630 "sc-transaction-pool",12631 "serde",12632 "sp-api",12633 "sp-block-builder",12634 "sp-blockchain",12635 "sp-consensus",12636 "sp-consensus-aura",12637 "sp-core",12638 "sp-offchain",12639 "sp-runtime",12640 "sp-session",12641 "sp-storage",12642 "sp-transaction-pool",12643 "substrate-frame-rpc-system",12644 "tokio 0.2.25",12645 "uc-rpc",12646 "unique-runtime-common",12647 "up-rpc",12648]1264912650[[package]]12651name = "unique-runtime"12652version = "0.9.18"12653dependencies = [12654 "cumulus-pallet-aura-ext",12655 "cumulus-pallet-dmp-queue",12656 "cumulus-pallet-parachain-system",12657 "cumulus-pallet-xcm",12658 "cumulus-pallet-xcmp-queue",12659 "cumulus-primitives-core",12660 "cumulus-primitives-timestamp",12661 "cumulus-primitives-utility",12662 "derivative",12663 "fp-evm-mapping",12664 "fp-rpc",12665 "fp-self-contained",12666 "frame-benchmarking",12667 "frame-executive",12668 "frame-support",12669 "frame-system",12670 "frame-system-benchmarking",12671 "frame-system-rpc-runtime-api",12672 "hex-literal",12673 "orml-vesting",12674 "pallet-aura",12675 "pallet-balances",12676 "pallet-base-fee",12677 "pallet-common",12678 "pallet-ethereum",12679 "pallet-evm",12680 "pallet-evm-coder-substrate",12681 "pallet-evm-contract-helpers",12682 "pallet-evm-migration",12683 "pallet-evm-transaction-payment",12684 "pallet-fungible",12685 "pallet-inflation",12686 "pallet-nonfungible",12687 "pallet-randomness-collective-flip",12688 "pallet-refungible",12689 "pallet-sudo",12690 "pallet-template-transaction-payment",12691 "pallet-timestamp",12692 "pallet-transaction-payment",12693 "pallet-transaction-payment-rpc-runtime-api",12694 "pallet-treasury",12695 "pallet-unique",12696 "pallet-unq-scheduler",12697 "pallet-xcm",12698 "parachain-info",12699 "parity-scale-codec",12700 "polkadot-parachain",12701 "scale-info",12702 "serde",12703 "smallvec",12704 "sp-api",12705 "sp-arithmetic",12706 "sp-block-builder",12707 "sp-consensus-aura",12708 "sp-core",12709 "sp-inherents",12710 "sp-io",12711 "sp-offchain",12712 "sp-runtime",12713 "sp-session",12714 "sp-std",12715 "sp-transaction-pool",12716 "sp-version",12717 "substrate-wasm-builder",12718 "unique-runtime-common",12719 "up-data-structs",12720 "up-rpc",12721 "xcm",12722 "xcm-builder",12723 "xcm-executor",12724]1272512726[[package]]12727name = "unique-runtime-common"12728version = "0.9.20"12729dependencies = [12730 "fp-rpc",12731 "frame-support",12732 "frame-system",12733 "pallet-common",12734 "pallet-evm",12735 "parity-scale-codec",12736 "scale-info",12737 "sp-consensus-aura",12738 "sp-core",12739 "sp-runtime",12740]1274112742[[package]]12743name = "universal-hash"12744version = "0.4.1"12745source = "registry+https://github.com/rust-lang/crates.io-index"12746checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12747dependencies = [12748 "generic-array 0.14.5",12749 "subtle",12750]1275112752[[package]]12753name = "unsigned-varint"12754version = "0.5.1"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1275712758[[package]]12759name = "unsigned-varint"12760version = "0.6.0"12761source = "registry+https://github.com/rust-lang/crates.io-index"12762checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12763dependencies = [12764 "asynchronous-codec 0.5.0",12765 "bytes 1.1.0",12766 "futures-io",12767 "futures-util",12768]1276912770[[package]]12771name = "unsigned-varint"12772version = "0.7.1"12773source = "registry+https://github.com/rust-lang/crates.io-index"12774checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12775dependencies = [12776 "asynchronous-codec 0.6.0",12777 "bytes 1.1.0",12778 "futures-io",12779 "futures-util",12780]1278112782[[package]]12783name = "untrusted"12784version = "0.7.1"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1278712788[[package]]12789name = "up-data-structs"12790version = "0.1.0"12791dependencies = [12792 "derivative",12793 "frame-support",12794 "frame-system",12795 "parity-scale-codec",12796 "scale-info",12797 "serde",12798 "sp-core",12799 "sp-runtime",12800 "sp-std",12801]1280212803[[package]]12804name = "up-rpc"12805version = "0.1.0"12806dependencies = [12807 "pallet-common",12808 "pallet-evm",12809 "parity-scale-codec",12810 "sp-api",12811 "sp-core",12812 "sp-runtime",12813 "sp-std",12814 "up-data-structs",12815]1281612817[[package]]12818name = "up-sponsorship"12819version = "0.1.0"12820source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"12821dependencies = [12822 "impl-trait-for-tuples",12823]1282412825[[package]]12826name = "url"12827version = "1.7.2"12828source = "registry+https://github.com/rust-lang/crates.io-index"12829checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12830dependencies = [12831 "idna 0.1.5",12832 "matches",12833 "percent-encoding 1.0.1",12834]1283512836[[package]]12837name = "url"12838version = "2.2.2"12839source = "registry+https://github.com/rust-lang/crates.io-index"12840checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12841dependencies = [12842 "form_urlencoded",12843 "idna 0.2.3",12844 "matches",12845 "percent-encoding 2.1.0",12846]1284712848[[package]]12849name = "valuable"12850version = "0.1.0"12851source = "registry+https://github.com/rust-lang/crates.io-index"12852checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1285312854[[package]]12855name = "value-bag"12856version = "1.0.0-alpha.9"12857source = "registry+https://github.com/rust-lang/crates.io-index"12858checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12859dependencies = [12860 "ctor",12861 "version_check",12862]1286312864[[package]]12865name = "vcpkg"12866version = "0.2.15"12867source = "registry+https://github.com/rust-lang/crates.io-index"12868checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1286912870[[package]]12871name = "version_check"12872version = "0.9.4"12873source = "registry+https://github.com/rust-lang/crates.io-index"12874checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1287512876[[package]]12877name = "void"12878version = "1.0.2"12879source = "registry+https://github.com/rust-lang/crates.io-index"12880checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1288112882[[package]]12883name = "waker-fn"12884version = "1.1.0"12885source = "registry+https://github.com/rust-lang/crates.io-index"12886checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1288712888[[package]]12889name = "walkdir"12890version = "2.3.2"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12893dependencies = [12894 "same-file",12895 "winapi 0.3.9",12896 "winapi-util",12897]1289812899[[package]]12900name = "want"12901version = "0.3.0"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12904dependencies = [12905 "log",12906 "try-lock",12907]1290812909[[package]]12910name = "wasi"12911version = "0.9.0+wasi-snapshot-preview1"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1291412915[[package]]12916name = "wasi"12917version = "0.10.0+wasi-snapshot-preview1"12918source = "registry+https://github.com/rust-lang/crates.io-index"12919checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1292012921[[package]]12922name = "wasi"12923version = "0.11.0+wasi-snapshot-preview1"12924source = "registry+https://github.com/rust-lang/crates.io-index"12925checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1292612927[[package]]12928name = "wasm-bindgen"12929version = "0.2.80"12930source = "registry+https://github.com/rust-lang/crates.io-index"12931checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12932dependencies = [12933 "cfg-if 1.0.0",12934 "wasm-bindgen-macro",12935]1293612937[[package]]12938name = "wasm-bindgen-backend"12939version = "0.2.80"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12942dependencies = [12943 "bumpalo",12944 "lazy_static",12945 "log",12946 "proc-macro2",12947 "quote",12948 "syn",12949 "wasm-bindgen-shared",12950]1295112952[[package]]12953name = "wasm-bindgen-futures"12954version = "0.4.30"12955source = "registry+https://github.com/rust-lang/crates.io-index"12956checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12957dependencies = [12958 "cfg-if 1.0.0",12959 "js-sys",12960 "wasm-bindgen",12961 "web-sys",12962]1296312964[[package]]12965name = "wasm-bindgen-macro"12966version = "0.2.80"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12969dependencies = [12970 "quote",12971 "wasm-bindgen-macro-support",12972]1297312974[[package]]12975name = "wasm-bindgen-macro-support"12976version = "0.2.80"12977source = "registry+https://github.com/rust-lang/crates.io-index"12978checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12979dependencies = [12980 "proc-macro2",12981 "quote",12982 "syn",12983 "wasm-bindgen-backend",12984 "wasm-bindgen-shared",12985]1298612987[[package]]12988name = "wasm-bindgen-shared"12989version = "0.2.80"12990source = "registry+https://github.com/rust-lang/crates.io-index"12991checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1299212993[[package]]12994name = "wasm-gc-api"12995version = "0.1.11"12996source = "registry+https://github.com/rust-lang/crates.io-index"12997checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12998dependencies = [12999 "log",13000 "parity-wasm 0.32.0",13001 "rustc-demangle",13002]1300313004[[package]]13005name = "wasm-instrument"13006version = "0.1.1"13007source = "registry+https://github.com/rust-lang/crates.io-index"13008checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13009dependencies = [13010 "parity-wasm 0.42.2",13011]1301213013[[package]]13014name = "wasm-timer"13015version = "0.2.5"13016source = "registry+https://github.com/rust-lang/crates.io-index"13017checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13018dependencies = [13019 "futures 0.3.21",13020 "js-sys",13021 "parking_lot 0.11.2",13022 "pin-utils",13023 "wasm-bindgen",13024 "wasm-bindgen-futures",13025 "web-sys",13026]1302713028[[package]]13029name = "wasmi"13030version = "0.9.1"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13033dependencies = [13034 "downcast-rs",13035 "libc",13036 "memory_units",13037 "num-rational 0.2.4",13038 "num-traits",13039 "parity-wasm 0.42.2",13040 "wasmi-validation",13041]1304213043[[package]]13044name = "wasmi-validation"13045version = "0.4.1"13046source = "registry+https://github.com/rust-lang/crates.io-index"13047checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13048dependencies = [13049 "parity-wasm 0.42.2",13050]1305113052[[package]]13053name = "wasmparser"13054version = "0.83.0"13055source = "registry+https://github.com/rust-lang/crates.io-index"13056checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1305713058[[package]]13059name = "wasmtime"13060version = "0.35.3"13061source = "registry+https://github.com/rust-lang/crates.io-index"13062checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13063dependencies = [13064 "anyhow",13065 "backtrace",13066 "bincode",13067 "cfg-if 1.0.0",13068 "indexmap",13069 "lazy_static",13070 "libc",13071 "log",13072 "object 0.27.1",13073 "once_cell",13074 "paste",13075 "psm",13076 "rayon",13077 "region",13078 "serde",13079 "target-lexicon",13080 "wasmparser",13081 "wasmtime-cache",13082 "wasmtime-cranelift",13083 "wasmtime-environ",13084 "wasmtime-jit",13085 "wasmtime-runtime",13086 "winapi 0.3.9",13087]1308813089[[package]]13090name = "wasmtime-cache"13091version = "0.35.3"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13094dependencies = [13095 "anyhow",13096 "base64",13097 "bincode",13098 "directories-next",13099 "file-per-thread-logger",13100 "log",13101 "rustix",13102 "serde",13103 "sha2 0.9.9",13104 "toml",13105 "winapi 0.3.9",13106 "zstd",13107]1310813109[[package]]13110name = "wasmtime-cranelift"13111version = "0.35.3"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13114dependencies = [13115 "anyhow",13116 "cranelift-codegen",13117 "cranelift-entity",13118 "cranelift-frontend",13119 "cranelift-native",13120 "cranelift-wasm",13121 "gimli",13122 "log",13123 "more-asserts",13124 "object 0.27.1",13125 "target-lexicon",13126 "thiserror",13127 "wasmparser",13128 "wasmtime-environ",13129]1313013131[[package]]13132name = "wasmtime-environ"13133version = "0.35.3"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13136dependencies = [13137 "anyhow",13138 "cranelift-entity",13139 "gimli",13140 "indexmap",13141 "log",13142 "more-asserts",13143 "object 0.27.1",13144 "serde",13145 "target-lexicon",13146 "thiserror",13147 "wasmparser",13148 "wasmtime-types",13149]1315013151[[package]]13152name = "wasmtime-jit"13153version = "0.35.3"13154source = "registry+https://github.com/rust-lang/crates.io-index"13155checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13156dependencies = [13157 "addr2line",13158 "anyhow",13159 "bincode",13160 "cfg-if 1.0.0",13161 "cpp_demangle",13162 "gimli",13163 "log",13164 "object 0.27.1",13165 "region",13166 "rustc-demangle",13167 "rustix",13168 "serde",13169 "target-lexicon",13170 "thiserror",13171 "wasmtime-environ",13172 "wasmtime-jit-debug",13173 "wasmtime-runtime",13174 "winapi 0.3.9",13175]1317613177[[package]]13178name = "wasmtime-jit-debug"13179version = "0.35.3"13180source = "registry+https://github.com/rust-lang/crates.io-index"13181checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13182dependencies = [13183 "lazy_static",13184 "object 0.27.1",13185 "rustix",13186]1318713188[[package]]13189name = "wasmtime-runtime"13190version = "0.35.3"13191source = "registry+https://github.com/rust-lang/crates.io-index"13192checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13193dependencies = [13194 "anyhow",13195 "backtrace",13196 "cc",13197 "cfg-if 1.0.0",13198 "indexmap",13199 "libc",13200 "log",13201 "mach",13202 "memoffset",13203 "more-asserts",13204 "rand 0.8.5",13205 "region",13206 "rustix",13207 "thiserror",13208 "wasmtime-environ",13209 "wasmtime-jit-debug",13210 "winapi 0.3.9",13211]1321213213[[package]]13214name = "wasmtime-types"13215version = "0.35.3"13216source = "registry+https://github.com/rust-lang/crates.io-index"13217checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13218dependencies = [13219 "cranelift-entity",13220 "serde",13221 "thiserror",13222 "wasmparser",13223]1322413225[[package]]13226name = "web-sys"13227version = "0.3.57"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13230dependencies = [13231 "js-sys",13232 "wasm-bindgen",13233]1323413235[[package]]13236name = "webpki"13237version = "0.21.4"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13240dependencies = [13241 "ring",13242 "untrusted",13243]1324413245[[package]]13246name = "webpki"13247version = "0.22.0"13248source = "registry+https://github.com/rust-lang/crates.io-index"13249checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13250dependencies = [13251 "ring",13252 "untrusted",13253]1325413255[[package]]13256name = "webpki-roots"13257version = "0.21.1"13258source = "registry+https://github.com/rust-lang/crates.io-index"13259checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13260dependencies = [13261 "webpki 0.21.4",13262]1326313264[[package]]13265name = "webpki-roots"13266version = "0.22.3"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13269dependencies = [13270 "webpki 0.22.0",13271]1327213273[[package]]13274name = "wepoll-ffi"13275version = "0.1.2"13276source = "registry+https://github.com/rust-lang/crates.io-index"13277checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13278dependencies = [13279 "cc",13280]1328113282[[package]]13283name = "westend-runtime"13284version = "0.9.21"13285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13286dependencies = [13287 "beefy-primitives",13288 "bitvec",13289 "frame-benchmarking",13290 "frame-election-provider-support",13291 "frame-executive",13292 "frame-support",13293 "frame-system",13294 "frame-system-benchmarking",13295 "frame-system-rpc-runtime-api",13296 "frame-try-runtime",13297 "hex-literal",13298 "log",13299 "pallet-authority-discovery",13300 "pallet-authorship",13301 "pallet-babe",13302 "pallet-bags-list",13303 "pallet-balances",13304 "pallet-collective",13305 "pallet-democracy",13306 "pallet-election-provider-multi-phase",13307 "pallet-election-provider-support-benchmarking",13308 "pallet-elections-phragmen",13309 "pallet-grandpa",13310 "pallet-identity",13311 "pallet-im-online",13312 "pallet-indices",13313 "pallet-membership",13314 "pallet-multisig",13315 "pallet-nicks",13316 "pallet-nomination-pools",13317 "pallet-nomination-pools-benchmarking",13318 "pallet-offences",13319 "pallet-offences-benchmarking",13320 "pallet-preimage",13321 "pallet-proxy",13322 "pallet-recovery",13323 "pallet-scheduler",13324 "pallet-session",13325 "pallet-session-benchmarking",13326 "pallet-society",13327 "pallet-staking",13328 "pallet-staking-reward-curve",13329 "pallet-sudo",13330 "pallet-timestamp",13331 "pallet-transaction-payment",13332 "pallet-transaction-payment-rpc-runtime-api",13333 "pallet-treasury",13334 "pallet-utility",13335 "pallet-vesting",13336 "pallet-xcm",13337 "pallet-xcm-benchmarks",13338 "parity-scale-codec",13339 "polkadot-parachain",13340 "polkadot-primitives",13341 "polkadot-runtime-common",13342 "polkadot-runtime-parachains",13343 "rustc-hex",13344 "scale-info",13345 "serde",13346 "serde_derive",13347 "smallvec",13348 "sp-api",13349 "sp-authority-discovery",13350 "sp-block-builder",13351 "sp-consensus-babe",13352 "sp-core",13353 "sp-inherents",13354 "sp-io",13355 "sp-mmr-primitives",13356 "sp-npos-elections",13357 "sp-offchain",13358 "sp-runtime",13359 "sp-session",13360 "sp-staking",13361 "sp-std",13362 "sp-transaction-pool",13363 "sp-version",13364 "substrate-wasm-builder",13365 "westend-runtime-constants",13366 "xcm",13367 "xcm-builder",13368 "xcm-executor",13369]1337013371[[package]]13372name = "westend-runtime-constants"13373version = "0.9.21"13374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13375dependencies = [13376 "frame-support",13377 "polkadot-primitives",13378 "polkadot-runtime-common",13379 "smallvec",13380 "sp-runtime",13381]1338213383[[package]]13384name = "which"13385version = "4.2.5"13386source = "registry+https://github.com/rust-lang/crates.io-index"13387checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13388dependencies = [13389 "either",13390 "lazy_static",13391 "libc",13392]1339313394[[package]]13395name = "widestring"13396version = "0.4.3"13397source = "registry+https://github.com/rust-lang/crates.io-index"13398checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1339913400[[package]]13401name = "winapi"13402version = "0.2.8"13403source = "registry+https://github.com/rust-lang/crates.io-index"13404checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1340513406[[package]]13407name = "winapi"13408version = "0.3.9"13409source = "registry+https://github.com/rust-lang/crates.io-index"13410checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13411dependencies = [13412 "winapi-i686-pc-windows-gnu",13413 "winapi-x86_64-pc-windows-gnu",13414]1341513416[[package]]13417name = "winapi-build"13418version = "0.1.1"13419source = "registry+https://github.com/rust-lang/crates.io-index"13420checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1342113422[[package]]13423name = "winapi-i686-pc-windows-gnu"13424version = "0.4.0"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1342713428[[package]]13429name = "winapi-util"13430version = "0.1.5"13431source = "registry+https://github.com/rust-lang/crates.io-index"13432checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13433dependencies = [13434 "winapi 0.3.9",13435]1343613437[[package]]13438name = "winapi-x86_64-pc-windows-gnu"13439version = "0.4.0"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1344213443[[package]]13444name = "windows-sys"13445version = "0.36.1"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13448dependencies = [13449 "windows_aarch64_msvc",13450 "windows_i686_gnu",13451 "windows_i686_msvc",13452 "windows_x86_64_gnu",13453 "windows_x86_64_msvc",13454]1345513456[[package]]13457name = "windows_aarch64_msvc"13458version = "0.36.1"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1346113462[[package]]13463name = "windows_i686_gnu"13464version = "0.36.1"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1346713468[[package]]13469name = "windows_i686_msvc"13470version = "0.36.1"13471source = "registry+https://github.com/rust-lang/crates.io-index"13472checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1347313474[[package]]13475name = "windows_x86_64_gnu"13476version = "0.36.1"13477source = "registry+https://github.com/rust-lang/crates.io-index"13478checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1347913480[[package]]13481name = "windows_x86_64_msvc"13482version = "0.36.1"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1348513486[[package]]13487name = "winreg"13488version = "0.6.2"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13491dependencies = [13492 "winapi 0.3.9",13493]1349413495[[package]]13496name = "ws2_32-sys"13497version = "0.2.1"13498source = "registry+https://github.com/rust-lang/crates.io-index"13499checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13500dependencies = [13501 "winapi 0.2.8",13502 "winapi-build",13503]1350413505[[package]]13506name = "wyz"13507version = "0.5.0"13508source = "registry+https://github.com/rust-lang/crates.io-index"13509checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13510dependencies = [13511 "tap",13512]1351313514[[package]]13515name = "x25519-dalek"13516version = "1.1.1"13517source = "registry+https://github.com/rust-lang/crates.io-index"13518checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13519dependencies = [13520 "curve25519-dalek 3.2.0",13521 "rand_core 0.5.1",13522 "zeroize",13523]1352413525[[package]]13526name = "xcm"13527version = "0.9.21"13528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13529dependencies = [13530 "derivative",13531 "impl-trait-for-tuples",13532 "log",13533 "parity-scale-codec",13534 "scale-info",13535 "xcm-procedural",13536]1353713538[[package]]13539name = "xcm-builder"13540version = "0.9.21"13541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13542dependencies = [13543 "frame-support",13544 "frame-system",13545 "log",13546 "pallet-transaction-payment",13547 "parity-scale-codec",13548 "polkadot-parachain",13549 "scale-info",13550 "sp-arithmetic",13551 "sp-io",13552 "sp-runtime",13553 "sp-std",13554 "xcm",13555 "xcm-executor",13556]1355713558[[package]]13559name = "xcm-executor"13560version = "0.9.21"13561source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13562dependencies = [13563 "frame-benchmarking",13564 "frame-support",13565 "impl-trait-for-tuples",13566 "log",13567 "parity-scale-codec",13568 "sp-arithmetic",13569 "sp-core",13570 "sp-io",13571 "sp-runtime",13572 "sp-std",13573 "xcm",13574]1357513576[[package]]13577name = "xcm-procedural"13578version = "0.1.0"13579source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13580dependencies = [13581 "Inflector",13582 "proc-macro2",13583 "quote",13584 "syn",13585]1358613587[[package]]13588name = "yamux"13589version = "0.9.0"13590source = "registry+https://github.com/rust-lang/crates.io-index"13591checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13592dependencies = [13593 "futures 0.3.21",13594 "log",13595 "nohash-hasher",13596 "parking_lot 0.11.2",13597 "rand 0.8.5",13598 "static_assertions",13599]1360013601[[package]]13602name = "yansi"13603version = "0.5.1"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1360613607[[package]]13608name = "zeroize"13609version = "1.5.5"13610source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13612dependencies = [13613 "zeroize_derive",13614]1361513616[[package]]13617name = "zeroize_derive"13618version = "1.3.2"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13621dependencies = [13622 "proc-macro2",13623 "quote",13624 "syn",13625 "synstructure",13626]1362713628[[package]]13629name = "zstd"13630version = "0.10.0+zstd.1.5.2"13631source = "registry+https://github.com/rust-lang/crates.io-index"13632checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"13633dependencies = [13634 "zstd-safe",13635]1363613637[[package]]13638name = "zstd-safe"13639version = "4.1.4+zstd.1.5.2"13640source = "registry+https://github.com/rust-lang/crates.io-index"13641checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"13642dependencies = [13643 "libc",13644 "zstd-sys",13645]1364613647[[package]]13648name = "zstd-sys"13649version = "1.6.3+zstd.1.5.2"13650source = "registry+https://github.com/rust-lang/crates.io-index"13651checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13652dependencies = [13653 "cc",13654 "libc",13655]