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

difftreelog

source

Cargo.lock311.5 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.2",400]401402[[package]]403name = "backtrace"404version = "0.3.65"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object 0.28.4",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.10"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.5.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "futures-timer",465 "hex",466 "log",467 "parity-scale-codec 3.1.2",468 "parking_lot 0.12.0",469 "sc-chain-spec",470 "sc-client-api",471 "sc-finality-grandpa",472 "sc-keystore",473 "sc-network",474 "sc-network-gossip",475 "sc-utils",476 "sp-api",477 "sp-application-crypto",478 "sp-arithmetic",479 "sp-blockchain",480 "sp-consensus",481 "sp-core",482 "sp-keystore",483 "sp-mmr-primitives",484 "sp-runtime",485 "substrate-prometheus-endpoint",486 "thiserror",487 "wasm-timer",488]489490[[package]]491name = "beefy-gadget-rpc"492version = "4.0.0-dev"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"494dependencies = [495 "beefy-gadget",496 "beefy-primitives",497 "futures 0.3.21",498 "jsonrpc-core",499 "jsonrpc-core-client",500 "jsonrpc-derive",501 "jsonrpc-pubsub",502 "log",503 "parity-scale-codec 3.1.2",504 "parking_lot 0.12.0",505 "sc-rpc",506 "sc-utils",507 "serde",508 "sp-core",509 "sp-runtime",510 "thiserror",511]512513[[package]]514name = "beefy-merkle-tree"515version = "4.0.0-dev"516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"517518[[package]]519name = "beefy-primitives"520version = "4.0.0-dev"521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"522dependencies = [523 "parity-scale-codec 3.1.2",524 "scale-info",525 "sp-api",526 "sp-application-crypto",527 "sp-core",528 "sp-runtime",529 "sp-std",530]531532[[package]]533name = "bimap"534version = "0.6.2"535source = "registry+https://github.com/rust-lang/crates.io-index"536checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"537538[[package]]539name = "bincode"540version = "1.3.3"541source = "registry+https://github.com/rust-lang/crates.io-index"542checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"543dependencies = [544 "serde",545]546547[[package]]548name = "bindgen"549version = "0.59.2"550source = "registry+https://github.com/rust-lang/crates.io-index"551checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"552dependencies = [553 "bitflags",554 "cexpr",555 "clang-sys",556 "lazy_static",557 "lazycell",558 "peeking_take_while",559 "proc-macro2",560 "quote",561 "regex",562 "rustc-hash",563 "shlex",564]565566[[package]]567name = "bitflags"568version = "1.3.2"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"571572[[package]]573name = "bitvec"574version = "0.20.4"575source = "registry+https://github.com/rust-lang/crates.io-index"576checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"577dependencies = [578 "funty 1.1.0",579 "radium 0.6.2",580 "tap",581 "wyz 0.2.0",582]583584[[package]]585name = "bitvec"586version = "1.0.0"587source = "registry+https://github.com/rust-lang/crates.io-index"588checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"589dependencies = [590 "funty 2.0.0",591 "radium 0.7.0",592 "tap",593 "wyz 0.5.0",594]595596[[package]]597name = "blake2"598version = "0.9.2"599source = "registry+https://github.com/rust-lang/crates.io-index"600checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"601dependencies = [602 "crypto-mac 0.8.0",603 "digest 0.9.0",604 "opaque-debug 0.3.0",605]606607[[package]]608name = "blake2"609version = "0.10.4"610source = "registry+https://github.com/rust-lang/crates.io-index"611checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"612dependencies = [613 "digest 0.10.3",614]615616[[package]]617name = "blake2-rfc"618version = "0.2.18"619source = "registry+https://github.com/rust-lang/crates.io-index"620checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"621dependencies = [622 "arrayvec 0.4.12",623 "constant_time_eq",624]625626[[package]]627name = "blake2b_simd"628version = "0.5.11"629source = "registry+https://github.com/rust-lang/crates.io-index"630checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"631dependencies = [632 "arrayref",633 "arrayvec 0.5.2",634 "constant_time_eq",635]636637[[package]]638name = "blake2s_simd"639version = "0.5.11"640source = "registry+https://github.com/rust-lang/crates.io-index"641checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"642dependencies = [643 "arrayref",644 "arrayvec 0.5.2",645 "constant_time_eq",646]647648[[package]]649name = "blake3"650version = "0.3.8"651source = "registry+https://github.com/rust-lang/crates.io-index"652checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"653dependencies = [654 "arrayref",655 "arrayvec 0.5.2",656 "cc",657 "cfg-if 0.1.10",658 "constant_time_eq",659 "crypto-mac 0.8.0",660 "digest 0.9.0",661]662663[[package]]664name = "blake3"665version = "1.3.1"666source = "registry+https://github.com/rust-lang/crates.io-index"667checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"668dependencies = [669 "arrayref",670 "arrayvec 0.7.2",671 "cc",672 "cfg-if 1.0.0",673 "constant_time_eq",674 "digest 0.10.3",675]676677[[package]]678name = "block-buffer"679version = "0.7.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"682dependencies = [683 "block-padding 0.1.5",684 "byte-tools",685 "byteorder",686 "generic-array 0.12.4",687]688689[[package]]690name = "block-buffer"691version = "0.9.0"692source = "registry+https://github.com/rust-lang/crates.io-index"693checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"694dependencies = [695 "block-padding 0.2.1",696 "generic-array 0.14.5",697]698699[[package]]700name = "block-buffer"701version = "0.10.2"702source = "registry+https://github.com/rust-lang/crates.io-index"703checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"704dependencies = [705 "generic-array 0.14.5",706]707708[[package]]709name = "block-padding"710version = "0.1.5"711source = "registry+https://github.com/rust-lang/crates.io-index"712checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"713dependencies = [714 "byte-tools",715]716717[[package]]718name = "block-padding"719version = "0.2.1"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"722723[[package]]724name = "blocking"725version = "1.2.0"726source = "registry+https://github.com/rust-lang/crates.io-index"727checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"728dependencies = [729 "async-channel",730 "async-task",731 "atomic-waker",732 "fastrand",733 "futures-lite",734 "once_cell",735]736737[[package]]738name = "bounded-vec"739version = "0.5.0"740source = "registry+https://github.com/rust-lang/crates.io-index"741checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"742dependencies = [743 "thiserror",744]745746[[package]]747name = "bp-header-chain"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"750dependencies = [751 "bp-runtime",752 "finality-grandpa",753 "frame-support",754 "parity-scale-codec 3.1.2",755 "scale-info",756 "serde",757 "sp-core",758 "sp-finality-grandpa",759 "sp-runtime",760 "sp-std",761]762763[[package]]764name = "bp-message-dispatch"765version = "0.1.0"766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"767dependencies = [768 "bp-runtime",769 "frame-support",770 "parity-scale-codec 3.1.2",771 "scale-info",772 "sp-std",773]774775[[package]]776name = "bp-messages"777version = "0.1.0"778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"779dependencies = [780 "bitvec 1.0.0",781 "bp-runtime",782 "frame-support",783 "frame-system",784 "impl-trait-for-tuples",785 "parity-scale-codec 3.1.2",786 "scale-info",787 "serde",788 "sp-core",789 "sp-std",790]791792[[package]]793name = "bp-polkadot-core"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"796dependencies = [797 "bp-messages",798 "bp-runtime",799 "frame-support",800 "frame-system",801 "parity-scale-codec 3.1.2",802 "scale-info",803 "sp-api",804 "sp-core",805 "sp-runtime",806 "sp-std",807 "sp-version",808]809810[[package]]811name = "bp-rococo"812version = "0.1.0"813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"814dependencies = [815 "bp-messages",816 "bp-polkadot-core",817 "bp-runtime",818 "frame-support",819 "parity-scale-codec 3.1.2",820 "smallvec",821 "sp-api",822 "sp-runtime",823 "sp-std",824 "sp-version",825]826827[[package]]828name = "bp-runtime"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"831dependencies = [832 "frame-support",833 "hash-db",834 "num-traits",835 "parity-scale-codec 3.1.2",836 "scale-info",837 "sp-core",838 "sp-io",839 "sp-runtime",840 "sp-state-machine",841 "sp-std",842 "sp-trie",843]844845[[package]]846name = "bp-test-utils"847version = "0.1.0"848source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"849dependencies = [850 "bp-header-chain",851 "ed25519-dalek",852 "finality-grandpa",853 "parity-scale-codec 3.1.2",854 "sp-application-crypto",855 "sp-finality-grandpa",856 "sp-runtime",857 "sp-std",858]859860[[package]]861name = "bp-wococo"862version = "0.1.0"863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"864dependencies = [865 "bp-messages",866 "bp-polkadot-core",867 "bp-rococo",868 "bp-runtime",869 "parity-scale-codec 3.1.2",870 "sp-api",871 "sp-runtime",872 "sp-std",873]874875[[package]]876name = "bridge-runtime-common"877version = "0.1.0"878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"879dependencies = [880 "bp-message-dispatch",881 "bp-messages",882 "bp-runtime",883 "frame-support",884 "frame-system",885 "hash-db",886 "pallet-bridge-dispatch",887 "pallet-bridge-grandpa",888 "pallet-bridge-messages",889 "pallet-transaction-payment",890 "parity-scale-codec 3.1.2",891 "scale-info",892 "sp-api",893 "sp-core",894 "sp-runtime",895 "sp-state-machine",896 "sp-std",897 "sp-trie",898]899900[[package]]901name = "bs58"902version = "0.4.0"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"905906[[package]]907name = "bstr"908version = "0.2.17"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"911dependencies = [912 "lazy_static",913 "memchr",914 "regex-automata",915 "serde",916]917918[[package]]919name = "build-helper"920version = "0.1.1"921source = "registry+https://github.com/rust-lang/crates.io-index"922checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"923dependencies = [924 "semver 0.6.0",925]926927[[package]]928name = "bumpalo"929version = "3.9.1"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"932933[[package]]934name = "byte-slice-cast"935version = "1.2.1"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"938939[[package]]940name = "byte-tools"941version = "0.3.1"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"944945[[package]]946name = "byteorder"947version = "1.4.3"948source = "registry+https://github.com/rust-lang/crates.io-index"949checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"950951[[package]]952name = "bytes"953version = "0.4.12"954source = "registry+https://github.com/rust-lang/crates.io-index"955checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"956dependencies = [957 "byteorder",958 "iovec",959]960961[[package]]962name = "bytes"963version = "0.5.6"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"966967[[package]]968name = "bytes"969version = "1.1.0"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"972973[[package]]974name = "bzip2-sys"975version = "0.1.11+1.0.8"976source = "registry+https://github.com/rust-lang/crates.io-index"977checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"978dependencies = [979 "cc",980 "libc",981 "pkg-config",982]983984[[package]]985name = "cache-padded"986version = "1.2.0"987source = "registry+https://github.com/rust-lang/crates.io-index"988checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"989990[[package]]991name = "camino"992version = "1.0.9"993source = "registry+https://github.com/rust-lang/crates.io-index"994checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"995dependencies = [996 "serde",997]998999[[package]]1000name = "cargo-platform"1001version = "0.1.2"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"1004dependencies = [1005 "serde",1006]10071008[[package]]1009name = "cargo_metadata"1010version = "0.14.2"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"1013dependencies = [1014 "camino",1015 "cargo-platform",1016 "semver 1.0.9",1017 "serde",1018 "serde_json",1019]10201021[[package]]1022name = "cc"1023version = "1.0.73"1024source = "registry+https://github.com/rust-lang/crates.io-index"1025checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1026dependencies = [1027 "jobserver",1028]10291030[[package]]1031name = "cexpr"1032version = "0.6.0"1033source = "registry+https://github.com/rust-lang/crates.io-index"1034checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1035dependencies = [1036 "nom",1037]10381039[[package]]1040name = "cfg-if"1041version = "0.1.10"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10441045[[package]]1046name = "cfg-if"1047version = "1.0.0"1048source = "registry+https://github.com/rust-lang/crates.io-index"1049checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10501051[[package]]1052name = "cfg_aliases"1053version = "0.1.1"1054source = "registry+https://github.com/rust-lang/crates.io-index"1055checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10561057[[package]]1058name = "chacha20"1059version = "0.7.1"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1062dependencies = [1063 "cfg-if 1.0.0",1064 "cipher",1065 "cpufeatures 0.1.5",1066 "zeroize",1067]10681069[[package]]1070name = "chacha20poly1305"1071version = "0.8.0"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1074dependencies = [1075 "aead",1076 "chacha20",1077 "cipher",1078 "poly1305",1079 "zeroize",1080]10811082[[package]]1083name = "chrono"1084version = "0.4.19"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1087dependencies = [1088 "libc",1089 "num-integer",1090 "num-traits",1091 "time",1092 "winapi 0.3.9",1093]10941095[[package]]1096name = "cid"1097version = "0.6.1"1098source = "registry+https://github.com/rust-lang/crates.io-index"1099checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1100dependencies = [1101 "multibase",1102 "multihash 0.13.2",1103 "unsigned-varint 0.5.1",1104]11051106[[package]]1107name = "cipher"1108version = "0.3.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1111dependencies = [1112 "generic-array 0.14.5",1113]11141115[[package]]1116name = "ckb-merkle-mountain-range"1117version = "0.3.2"1118source = "registry+https://github.com/rust-lang/crates.io-index"1119checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1120dependencies = [1121 "cfg-if 0.1.10",1122]11231124[[package]]1125name = "clang-sys"1126version = "1.3.2"1127source = "registry+https://github.com/rust-lang/crates.io-index"1128checksum = "bf6b561dcf059c85bbe388e0a7b0a1469acb3934cc0cfa148613a830629e3049"1129dependencies = [1130 "glob",1131 "libc",1132 "libloading 0.7.3",1133]11341135[[package]]1136name = "clap"1137version = "3.1.18"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"1140dependencies = [1141 "atty",1142 "bitflags",1143 "clap_derive",1144 "clap_lex",1145 "indexmap",1146 "lazy_static",1147 "strsim",1148 "termcolor",1149 "textwrap",1150]11511152[[package]]1153name = "clap_derive"1154version = "3.1.18"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"1157dependencies = [1158 "heck 0.4.0",1159 "proc-macro-error",1160 "proc-macro2",1161 "quote",1162 "syn",1163]11641165[[package]]1166name = "clap_lex"1167version = "0.2.0"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"1170dependencies = [1171 "os_str_bytes",1172]11731174[[package]]1175name = "coarsetime"1176version = "0.1.22"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1179dependencies = [1180 "libc",1181 "once_cell",1182 "wasi 0.11.0+wasi-snapshot-preview1",1183 "wasm-bindgen",1184]11851186[[package]]1187name = "concurrent-queue"1188version = "1.2.2"1189source = "registry+https://github.com/rust-lang/crates.io-index"1190checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1191dependencies = [1192 "cache-padded",1193]11941195[[package]]1196name = "const-oid"1197version = "0.7.1"1198source = "registry+https://github.com/rust-lang/crates.io-index"1199checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"12001201[[package]]1202name = "constant_time_eq"1203version = "0.1.5"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"12061207[[package]]1208name = "convert_case"1209version = "0.4.0"1210source = "registry+https://github.com/rust-lang/crates.io-index"1211checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"12121213[[package]]1214name = "core-foundation"1215version = "0.9.3"1216source = "registry+https://github.com/rust-lang/crates.io-index"1217checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1218dependencies = [1219 "core-foundation-sys",1220 "libc",1221]12221223[[package]]1224name = "core-foundation-sys"1225version = "0.8.3"1226source = "registry+https://github.com/rust-lang/crates.io-index"1227checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"12281229[[package]]1230name = "cpp_demangle"1231version = "0.3.5"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1234dependencies = [1235 "cfg-if 1.0.0",1236]12371238[[package]]1239name = "cpufeatures"1240version = "0.1.5"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1243dependencies = [1244 "libc",1245]12461247[[package]]1248name = "cpufeatures"1249version = "0.2.2"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1252dependencies = [1253 "libc",1254]12551256[[package]]1257name = "cranelift-bforest"1258version = "0.82.3"1259source = "registry+https://github.com/rust-lang/crates.io-index"1260checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1261dependencies = [1262 "cranelift-entity",1263]12641265[[package]]1266name = "cranelift-codegen"1267version = "0.82.3"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1270dependencies = [1271 "cranelift-bforest",1272 "cranelift-codegen-meta",1273 "cranelift-codegen-shared",1274 "cranelift-entity",1275 "gimli",1276 "log",1277 "regalloc",1278 "smallvec",1279 "target-lexicon",1280]12811282[[package]]1283name = "cranelift-codegen-meta"1284version = "0.82.3"1285source = "registry+https://github.com/rust-lang/crates.io-index"1286checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1287dependencies = [1288 "cranelift-codegen-shared",1289]12901291[[package]]1292name = "cranelift-codegen-shared"1293version = "0.82.3"1294source = "registry+https://github.com/rust-lang/crates.io-index"1295checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12961297[[package]]1298name = "cranelift-entity"1299version = "0.82.3"1300source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1302dependencies = [1303 "serde",1304]13051306[[package]]1307name = "cranelift-frontend"1308version = "0.82.3"1309source = "registry+https://github.com/rust-lang/crates.io-index"1310checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1311dependencies = [1312 "cranelift-codegen",1313 "log",1314 "smallvec",1315 "target-lexicon",1316]13171318[[package]]1319name = "cranelift-native"1320version = "0.82.3"1321source = "registry+https://github.com/rust-lang/crates.io-index"1322checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1323dependencies = [1324 "cranelift-codegen",1325 "libc",1326 "target-lexicon",1327]13281329[[package]]1330name = "cranelift-wasm"1331version = "0.82.3"1332source = "registry+https://github.com/rust-lang/crates.io-index"1333checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1334dependencies = [1335 "cranelift-codegen",1336 "cranelift-entity",1337 "cranelift-frontend",1338 "itertools",1339 "log",1340 "smallvec",1341 "wasmparser",1342 "wasmtime-types",1343]13441345[[package]]1346name = "crc32fast"1347version = "1.3.2"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1350dependencies = [1351 "cfg-if 1.0.0",1352]13531354[[package]]1355name = "crossbeam-channel"1356version = "0.5.4"1357source = "registry+https://github.com/rust-lang/crates.io-index"1358checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1359dependencies = [1360 "cfg-if 1.0.0",1361 "crossbeam-utils",1362]13631364[[package]]1365name = "crossbeam-deque"1366version = "0.8.1"1367source = "registry+https://github.com/rust-lang/crates.io-index"1368checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1369dependencies = [1370 "cfg-if 1.0.0",1371 "crossbeam-epoch",1372 "crossbeam-utils",1373]13741375[[package]]1376name = "crossbeam-epoch"1377version = "0.9.8"1378source = "registry+https://github.com/rust-lang/crates.io-index"1379checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1380dependencies = [1381 "autocfg",1382 "cfg-if 1.0.0",1383 "crossbeam-utils",1384 "lazy_static",1385 "memoffset",1386 "scopeguard",1387]13881389[[package]]1390name = "crossbeam-queue"1391version = "0.3.5"1392source = "registry+https://github.com/rust-lang/crates.io-index"1393checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1394dependencies = [1395 "cfg-if 1.0.0",1396 "crossbeam-utils",1397]13981399[[package]]1400name = "crossbeam-utils"1401version = "0.8.8"1402source = "registry+https://github.com/rust-lang/crates.io-index"1403checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1404dependencies = [1405 "cfg-if 1.0.0",1406 "lazy_static",1407]14081409[[package]]1410name = "crunchy"1411version = "0.2.2"1412source = "registry+https://github.com/rust-lang/crates.io-index"1413checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"14141415[[package]]1416name = "crypto-bigint"1417version = "0.3.2"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1420dependencies = [1421 "generic-array 0.14.5",1422 "rand_core 0.6.3",1423 "subtle",1424 "zeroize",1425]14261427[[package]]1428name = "crypto-common"1429version = "0.1.3"1430source = "registry+https://github.com/rust-lang/crates.io-index"1431checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1432dependencies = [1433 "generic-array 0.14.5",1434 "typenum",1435]14361437[[package]]1438name = "crypto-mac"1439version = "0.8.0"1440source = "registry+https://github.com/rust-lang/crates.io-index"1441checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1442dependencies = [1443 "generic-array 0.14.5",1444 "subtle",1445]14461447[[package]]1448name = "crypto-mac"1449version = "0.11.1"1450source = "registry+https://github.com/rust-lang/crates.io-index"1451checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1452dependencies = [1453 "generic-array 0.14.5",1454 "subtle",1455]14561457[[package]]1458name = "csv"1459version = "1.1.6"1460source = "registry+https://github.com/rust-lang/crates.io-index"1461checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"1462dependencies = [1463 "bstr",1464 "csv-core",1465 "itoa 0.4.8",1466 "ryu",1467 "serde",1468]14691470[[package]]1471name = "csv-core"1472version = "0.1.10"1473source = "registry+https://github.com/rust-lang/crates.io-index"1474checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"1475dependencies = [1476 "memchr",1477]14781479[[package]]1480name = "ct-logs"1481version = "0.8.0"1482source = "registry+https://github.com/rust-lang/crates.io-index"1483checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1484dependencies = [1485 "sct 0.6.1",1486]14871488[[package]]1489name = "ctor"1490version = "0.1.22"1491source = "registry+https://github.com/rust-lang/crates.io-index"1492checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1493dependencies = [1494 "quote",1495 "syn",1496]14971498[[package]]1499name = "ctr"1500version = "0.8.0"1501source = "registry+https://github.com/rust-lang/crates.io-index"1502checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1503dependencies = [1504 "cipher",1505]15061507[[package]]1508name = "cuckoofilter"1509version = "0.5.0"1510source = "registry+https://github.com/rust-lang/crates.io-index"1511checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1512dependencies = [1513 "byteorder",1514 "fnv",1515 "rand 0.7.3",1516]15171518[[package]]1519name = "cumulus-client-cli"1520version = "0.1.0"1521source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1522dependencies = [1523 "clap",1524 "sc-cli",1525 "sc-service",1526 "url 2.2.2",1527]15281529[[package]]1530name = "cumulus-client-collator"1531version = "0.1.0"1532source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1533dependencies = [1534 "cumulus-client-consensus-common",1535 "cumulus-client-network",1536 "cumulus-primitives-core",1537 "cumulus-relay-chain-interface",1538 "futures 0.3.21",1539 "parity-scale-codec 3.1.2",1540 "parking_lot 0.12.0",1541 "polkadot-node-primitives",1542 "polkadot-node-subsystem",1543 "polkadot-overseer",1544 "polkadot-primitives",1545 "sc-client-api",1546 "sp-api",1547 "sp-consensus",1548 "sp-core",1549 "sp-runtime",1550 "tracing",1551]15521553[[package]]1554name = "cumulus-client-consensus-aura"1555version = "0.1.0"1556source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1557dependencies = [1558 "async-trait",1559 "cumulus-client-consensus-common",1560 "cumulus-primitives-core",1561 "futures 0.3.21",1562 "parity-scale-codec 3.1.2",1563 "sc-client-api",1564 "sc-consensus",1565 "sc-consensus-aura",1566 "sc-consensus-slots",1567 "sc-telemetry",1568 "sp-api",1569 "sp-application-crypto",1570 "sp-block-builder",1571 "sp-blockchain",1572 "sp-consensus",1573 "sp-consensus-aura",1574 "sp-core",1575 "sp-inherents",1576 "sp-keystore",1577 "sp-runtime",1578 "substrate-prometheus-endpoint",1579 "tracing",1580]15811582[[package]]1583name = "cumulus-client-consensus-common"1584version = "0.1.0"1585source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1586dependencies = [1587 "async-trait",1588 "cumulus-relay-chain-interface",1589 "dyn-clone",1590 "futures 0.3.21",1591 "parity-scale-codec 3.1.2",1592 "polkadot-primitives",1593 "sc-client-api",1594 "sc-consensus",1595 "sp-api",1596 "sp-blockchain",1597 "sp-consensus",1598 "sp-runtime",1599 "sp-trie",1600 "tracing",1601]16021603[[package]]1604name = "cumulus-client-network"1605version = "0.1.0"1606source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1607dependencies = [1608 "async-trait",1609 "cumulus-relay-chain-interface",1610 "derive_more",1611 "futures 0.3.21",1612 "futures-timer",1613 "parity-scale-codec 3.1.2",1614 "parking_lot 0.12.0",1615 "polkadot-node-primitives",1616 "polkadot-parachain",1617 "polkadot-primitives",1618 "sc-client-api",1619 "sp-api",1620 "sp-blockchain",1621 "sp-consensus",1622 "sp-core",1623 "sp-runtime",1624 "sp-state-machine",1625 "tracing",1626]16271628[[package]]1629name = "cumulus-client-pov-recovery"1630version = "0.1.0"1631source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1632dependencies = [1633 "cumulus-primitives-core",1634 "cumulus-relay-chain-interface",1635 "futures 0.3.21",1636 "futures-timer",1637 "parity-scale-codec 3.1.2",1638 "polkadot-node-primitives",1639 "polkadot-node-subsystem",1640 "polkadot-overseer",1641 "polkadot-primitives",1642 "rand 0.8.5",1643 "sc-client-api",1644 "sc-consensus",1645 "sp-api",1646 "sp-consensus",1647 "sp-maybe-compressed-blob",1648 "sp-runtime",1649 "tracing",1650]16511652[[package]]1653name = "cumulus-client-service"1654version = "0.1.0"1655source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1656dependencies = [1657 "cumulus-client-cli",1658 "cumulus-client-collator",1659 "cumulus-client-consensus-common",1660 "cumulus-client-pov-recovery",1661 "cumulus-primitives-core",1662 "cumulus-relay-chain-interface",1663 "parity-scale-codec 3.1.2",1664 "parking_lot 0.12.0",1665 "polkadot-overseer",1666 "polkadot-primitives",1667 "sc-chain-spec",1668 "sc-client-api",1669 "sc-consensus",1670 "sc-consensus-babe",1671 "sc-service",1672 "sc-telemetry",1673 "sc-tracing",1674 "sp-api",1675 "sp-blockchain",1676 "sp-consensus",1677 "sp-core",1678 "sp-runtime",1679 "tracing",1680]16811682[[package]]1683name = "cumulus-pallet-aura-ext"1684version = "0.1.0"1685source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1686dependencies = [1687 "frame-executive",1688 "frame-support",1689 "frame-system",1690 "pallet-aura",1691 "parity-scale-codec 3.1.2",1692 "scale-info",1693 "serde",1694 "sp-application-crypto",1695 "sp-consensus-aura",1696 "sp-runtime",1697 "sp-std",1698]16991700[[package]]1701name = "cumulus-pallet-dmp-queue"1702version = "0.1.0"1703source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1704dependencies = [1705 "cumulus-primitives-core",1706 "frame-support",1707 "frame-system",1708 "log",1709 "parity-scale-codec 3.1.2",1710 "scale-info",1711 "sp-io",1712 "sp-runtime",1713 "sp-std",1714 "xcm",1715 "xcm-executor",1716]17171718[[package]]1719name = "cumulus-pallet-parachain-system"1720version = "0.1.0"1721source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1722dependencies = [1723 "cumulus-pallet-parachain-system-proc-macro",1724 "cumulus-primitives-core",1725 "cumulus-primitives-parachain-inherent",1726 "environmental",1727 "frame-support",1728 "frame-system",1729 "impl-trait-for-tuples",1730 "log",1731 "pallet-balances",1732 "parity-scale-codec 3.1.2",1733 "polkadot-parachain",1734 "scale-info",1735 "serde",1736 "sp-core",1737 "sp-externalities",1738 "sp-inherents",1739 "sp-io",1740 "sp-runtime",1741 "sp-state-machine",1742 "sp-std",1743 "sp-trie",1744 "sp-version",1745 "xcm",1746]17471748[[package]]1749name = "cumulus-pallet-parachain-system-proc-macro"1750version = "0.1.0"1751source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1752dependencies = [1753 "proc-macro-crate 1.1.3",1754 "proc-macro2",1755 "quote",1756 "syn",1757]17581759[[package]]1760name = "cumulus-pallet-xcm"1761version = "0.1.0"1762source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1763dependencies = [1764 "cumulus-primitives-core",1765 "frame-support",1766 "frame-system",1767 "parity-scale-codec 3.1.2",1768 "scale-info",1769 "serde",1770 "sp-io",1771 "sp-runtime",1772 "sp-std",1773 "xcm",1774]17751776[[package]]1777name = "cumulus-pallet-xcmp-queue"1778version = "0.1.0"1779source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1780dependencies = [1781 "cumulus-primitives-core",1782 "frame-support",1783 "frame-system",1784 "log",1785 "parity-scale-codec 3.1.2",1786 "rand_chacha 0.3.1",1787 "scale-info",1788 "sp-runtime",1789 "sp-std",1790 "xcm",1791 "xcm-executor",1792]17931794[[package]]1795name = "cumulus-primitives-core"1796version = "0.1.0"1797source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1798dependencies = [1799 "frame-support",1800 "parity-scale-codec 3.1.2",1801 "polkadot-core-primitives",1802 "polkadot-parachain",1803 "polkadot-primitives",1804 "sp-api",1805 "sp-runtime",1806 "sp-std",1807 "sp-trie",1808]18091810[[package]]1811name = "cumulus-primitives-parachain-inherent"1812version = "0.1.0"1813source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1814dependencies = [1815 "async-trait",1816 "cumulus-primitives-core",1817 "cumulus-relay-chain-interface",1818 "cumulus-test-relay-sproof-builder",1819 "parity-scale-codec 3.1.2",1820 "sc-client-api",1821 "scale-info",1822 "sp-api",1823 "sp-core",1824 "sp-inherents",1825 "sp-runtime",1826 "sp-state-machine",1827 "sp-std",1828 "sp-storage",1829 "sp-trie",1830 "tracing",1831]18321833[[package]]1834name = "cumulus-primitives-timestamp"1835version = "0.1.0"1836source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1837dependencies = [1838 "cumulus-primitives-core",1839 "futures 0.3.21",1840 "parity-scale-codec 3.1.2",1841 "sp-inherents",1842 "sp-std",1843 "sp-timestamp",1844]18451846[[package]]1847name = "cumulus-primitives-utility"1848version = "0.1.0"1849source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1850dependencies = [1851 "cumulus-primitives-core",1852 "frame-support",1853 "parity-scale-codec 3.1.2",1854 "polkadot-core-primitives",1855 "polkadot-parachain",1856 "polkadot-primitives",1857 "sp-runtime",1858 "sp-std",1859 "sp-trie",1860 "xcm",1861]18621863[[package]]1864name = "cumulus-relay-chain-inprocess-interface"1865version = "0.1.0"1866source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1867dependencies = [1868 "async-trait",1869 "cumulus-primitives-core",1870 "cumulus-relay-chain-interface",1871 "futures 0.3.21",1872 "futures-timer",1873 "parking_lot 0.12.0",1874 "polkadot-client",1875 "polkadot-service",1876 "sc-client-api",1877 "sc-consensus-babe",1878 "sc-network",1879 "sc-service",1880 "sc-telemetry",1881 "sc-tracing",1882 "sp-api",1883 "sp-blockchain",1884 "sp-consensus",1885 "sp-core",1886 "sp-runtime",1887 "sp-state-machine",1888 "tracing",1889]18901891[[package]]1892name = "cumulus-relay-chain-interface"1893version = "0.1.0"1894source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1895dependencies = [1896 "async-trait",1897 "cumulus-primitives-core",1898 "derive_more",1899 "futures 0.3.21",1900 "jsonrpsee-core",1901 "parity-scale-codec 3.1.2",1902 "parking_lot 0.12.0",1903 "polkadot-overseer",1904 "polkadot-service",1905 "sc-client-api",1906 "sc-service",1907 "sp-api",1908 "sp-blockchain",1909 "sp-core",1910 "sp-runtime",1911 "sp-state-machine",1912 "thiserror",1913]19141915[[package]]1916name = "cumulus-relay-chain-rpc-interface"1917version = "0.1.0"1918source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1919dependencies = [1920 "async-trait",1921 "backoff",1922 "cumulus-primitives-core",1923 "cumulus-relay-chain-interface",1924 "futures 0.3.21",1925 "futures-timer",1926 "jsonrpsee",1927 "parity-scale-codec 3.1.2",1928 "parking_lot 0.12.0",1929 "polkadot-service",1930 "sc-client-api",1931 "sc-rpc-api",1932 "sp-api",1933 "sp-core",1934 "sp-runtime",1935 "sp-state-machine",1936 "sp-storage",1937 "tracing",1938 "url 2.2.2",1939]19401941[[package]]1942name = "cumulus-test-relay-sproof-builder"1943version = "0.1.0"1944source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1945dependencies = [1946 "cumulus-primitives-core",1947 "parity-scale-codec 3.1.2",1948 "polkadot-primitives",1949 "sp-runtime",1950 "sp-state-machine",1951 "sp-std",1952]19531954[[package]]1955name = "curve25519-dalek"1956version = "2.1.3"1957source = "registry+https://github.com/rust-lang/crates.io-index"1958checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1959dependencies = [1960 "byteorder",1961 "digest 0.8.1",1962 "rand_core 0.5.1",1963 "subtle",1964 "zeroize",1965]19661967[[package]]1968name = "curve25519-dalek"1969version = "3.2.0"1970source = "registry+https://github.com/rust-lang/crates.io-index"1971checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1972dependencies = [1973 "byteorder",1974 "digest 0.9.0",1975 "rand_core 0.5.1",1976 "subtle",1977 "zeroize",1978]19791980[[package]]1981name = "darling"1982version = "0.13.4"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1985dependencies = [1986 "darling_core",1987 "darling_macro",1988]19891990[[package]]1991name = "darling_core"1992version = "0.13.4"1993source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1995dependencies = [1996 "fnv",1997 "ident_case",1998 "proc-macro2",1999 "quote",2000 "strsim",2001 "syn",2002]20032004[[package]]2005name = "darling_macro"2006version = "0.13.4"2007source = "registry+https://github.com/rust-lang/crates.io-index"2008checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"2009dependencies = [2010 "darling_core",2011 "quote",2012 "syn",2013]20142015[[package]]2016name = "data-encoding"2017version = "2.3.2"2018source = "registry+https://github.com/rust-lang/crates.io-index"2019checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"20202021[[package]]2022name = "data-encoding-macro"2023version = "0.1.12"2024source = "registry+https://github.com/rust-lang/crates.io-index"2025checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"2026dependencies = [2027 "data-encoding",2028 "data-encoding-macro-internal",2029]20302031[[package]]2032name = "data-encoding-macro-internal"2033version = "0.1.10"2034source = "registry+https://github.com/rust-lang/crates.io-index"2035checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"2036dependencies = [2037 "data-encoding",2038 "syn",2039]20402041[[package]]2042name = "der"2043version = "0.5.1"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"2046dependencies = [2047 "const-oid",2048]20492050[[package]]2051name = "derivative"2052version = "2.2.0"2053source = "registry+https://github.com/rust-lang/crates.io-index"2054checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2055dependencies = [2056 "proc-macro2",2057 "quote",2058 "syn",2059]20602061[[package]]2062name = "derive_more"2063version = "0.99.17"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2066dependencies = [2067 "convert_case",2068 "proc-macro2",2069 "quote",2070 "rustc_version 0.4.0",2071 "syn",2072]20732074[[package]]2075name = "digest"2076version = "0.8.1"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2079dependencies = [2080 "generic-array 0.12.4",2081]20822083[[package]]2084name = "digest"2085version = "0.9.0"2086source = "registry+https://github.com/rust-lang/crates.io-index"2087checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2088dependencies = [2089 "generic-array 0.14.5",2090]20912092[[package]]2093name = "digest"2094version = "0.10.3"2095source = "registry+https://github.com/rust-lang/crates.io-index"2096checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2097dependencies = [2098 "block-buffer 0.10.2",2099 "crypto-common",2100 "subtle",2101]21022103[[package]]2104name = "directories"2105version = "4.0.1"2106source = "registry+https://github.com/rust-lang/crates.io-index"2107checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2108dependencies = [2109 "dirs-sys",2110]21112112[[package]]2113name = "directories-next"2114version = "2.0.0"2115source = "registry+https://github.com/rust-lang/crates.io-index"2116checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2117dependencies = [2118 "cfg-if 1.0.0",2119 "dirs-sys-next",2120]21212122[[package]]2123name = "dirs"2124version = "1.0.5"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"2127dependencies = [2128 "libc",2129 "redox_users 0.3.5",2130 "winapi 0.3.9",2131]21322133[[package]]2134name = "dirs-sys"2135version = "0.3.7"2136source = "registry+https://github.com/rust-lang/crates.io-index"2137checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2138dependencies = [2139 "libc",2140 "redox_users 0.4.3",2141 "winapi 0.3.9",2142]21432144[[package]]2145name = "dirs-sys-next"2146version = "0.1.2"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2149dependencies = [2150 "libc",2151 "redox_users 0.4.3",2152 "winapi 0.3.9",2153]21542155[[package]]2156name = "dns-parser"2157version = "0.8.0"2158source = "registry+https://github.com/rust-lang/crates.io-index"2159checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2160dependencies = [2161 "byteorder",2162 "quick-error",2163]21642165[[package]]2166name = "downcast-rs"2167version = "1.2.0"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21702171[[package]]2172name = "dtoa"2173version = "0.4.8"2174source = "registry+https://github.com/rust-lang/crates.io-index"2175checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"21762177[[package]]2178name = "dyn-clonable"2179version = "0.9.0"2180source = "registry+https://github.com/rust-lang/crates.io-index"2181checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2182dependencies = [2183 "dyn-clonable-impl",2184 "dyn-clone",2185]21862187[[package]]2188name = "dyn-clonable-impl"2189version = "0.9.0"2190source = "registry+https://github.com/rust-lang/crates.io-index"2191checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2192dependencies = [2193 "proc-macro2",2194 "quote",2195 "syn",2196]21972198[[package]]2199name = "dyn-clone"2200version = "1.0.5"2201source = "registry+https://github.com/rust-lang/crates.io-index"2202checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"22032204[[package]]2205name = "ecdsa"2206version = "0.13.4"2207source = "registry+https://github.com/rust-lang/crates.io-index"2208checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2209dependencies = [2210 "der",2211 "elliptic-curve",2212 "signature",2213]22142215[[package]]2216name = "ed25519"2217version = "1.5.2"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2220dependencies = [2221 "signature",2222]22232224[[package]]2225name = "ed25519-dalek"2226version = "1.0.1"2227source = "registry+https://github.com/rust-lang/crates.io-index"2228checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2229dependencies = [2230 "curve25519-dalek 3.2.0",2231 "ed25519",2232 "rand 0.7.3",2233 "serde",2234 "sha2 0.9.9",2235 "zeroize",2236]22372238[[package]]2239name = "either"2240version = "1.6.1"2241source = "registry+https://github.com/rust-lang/crates.io-index"2242checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"22432244[[package]]2245name = "elliptic-curve"2246version = "0.11.12"2247source = "registry+https://github.com/rust-lang/crates.io-index"2248checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2249dependencies = [2250 "base16ct",2251 "crypto-bigint",2252 "der",2253 "ff",2254 "generic-array 0.14.5",2255 "group",2256 "rand_core 0.6.3",2257 "sec1",2258 "subtle",2259 "zeroize",2260]22612262[[package]]2263name = "encode_unicode"2264version = "0.3.6"2265source = "registry+https://github.com/rust-lang/crates.io-index"2266checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"22672268[[package]]2269name = "enum-as-inner"2270version = "0.3.4"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2273dependencies = [2274 "heck 0.4.0",2275 "proc-macro2",2276 "quote",2277 "syn",2278]22792280[[package]]2281name = "enumflags2"2282version = "0.7.5"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2285dependencies = [2286 "enumflags2_derive",2287]22882289[[package]]2290name = "enumflags2_derive"2291version = "0.7.4"2292source = "registry+https://github.com/rust-lang/crates.io-index"2293checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2294dependencies = [2295 "proc-macro2",2296 "quote",2297 "syn",2298]22992300[[package]]2301name = "enumn"2302version = "0.1.4"2303source = "registry+https://github.com/rust-lang/crates.io-index"2304checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2305dependencies = [2306 "proc-macro2",2307 "quote",2308 "syn",2309]23102311[[package]]2312name = "env_logger"2313version = "0.9.0"2314source = "registry+https://github.com/rust-lang/crates.io-index"2315checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2316dependencies = [2317 "atty",2318 "humantime",2319 "log",2320 "regex",2321 "termcolor",2322]23232324[[package]]2325name = "environmental"2326version = "1.1.3"2327source = "registry+https://github.com/rust-lang/crates.io-index"2328checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"23292330[[package]]2331name = "errno"2332version = "0.2.8"2333source = "registry+https://github.com/rust-lang/crates.io-index"2334checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2335dependencies = [2336 "errno-dragonfly",2337 "libc",2338 "winapi 0.3.9",2339]23402341[[package]]2342name = "errno-dragonfly"2343version = "0.1.2"2344source = "registry+https://github.com/rust-lang/crates.io-index"2345checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2346dependencies = [2347 "cc",2348 "libc",2349]23502351[[package]]2352name = "ethbloom"2353version = "0.12.1"2354source = "registry+https://github.com/rust-lang/crates.io-index"2355checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2356dependencies = [2357 "crunchy",2358 "fixed-hash",2359 "impl-codec",2360 "impl-rlp",2361 "impl-serde",2362 "scale-info",2363 "tiny-keccak",2364]23652366[[package]]2367name = "ethereum"2368version = "0.12.0"2369source = "registry+https://github.com/rust-lang/crates.io-index"2370checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2371dependencies = [2372 "bytes 1.1.0",2373 "ethereum-types",2374 "hash-db",2375 "hash256-std-hasher",2376 "parity-scale-codec 3.1.2",2377 "rlp",2378 "rlp-derive",2379 "scale-info",2380 "serde",2381 "sha3 0.10.1",2382 "triehash",2383]23842385[[package]]2386name = "ethereum-types"2387version = "0.13.1"2388source = "registry+https://github.com/rust-lang/crates.io-index"2389checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2390dependencies = [2391 "ethbloom",2392 "fixed-hash",2393 "impl-codec",2394 "impl-rlp",2395 "impl-serde",2396 "primitive-types",2397 "scale-info",2398 "uint",2399]24002401[[package]]2402name = "event-listener"2403version = "2.5.2"2404source = "registry+https://github.com/rust-lang/crates.io-index"2405checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"24062407[[package]]2408name = "evm"2409version = "0.35.0"2410source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2411dependencies = [2412 "auto_impl",2413 "environmental",2414 "ethereum",2415 "evm-core",2416 "evm-gasometer",2417 "evm-runtime",2418 "log",2419 "parity-scale-codec 3.1.2",2420 "primitive-types",2421 "rlp",2422 "scale-info",2423 "serde",2424 "sha3 0.10.1",2425]24262427[[package]]2428name = "evm-coder"2429version = "0.1.0"2430dependencies = [2431 "ethereum",2432 "evm-coder-macros",2433 "evm-core",2434 "hex",2435 "hex-literal",2436 "impl-trait-for-tuples",2437 "primitive-types",2438]24392440[[package]]2441name = "evm-coder-macros"2442version = "0.1.0"2443dependencies = [2444 "Inflector",2445 "darling",2446 "hex",2447 "proc-macro2",2448 "quote",2449 "sha3 0.9.1",2450 "syn",2451]24522453[[package]]2454name = "evm-core"2455version = "0.35.0"2456source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2457dependencies = [2458 "parity-scale-codec 3.1.2",2459 "primitive-types",2460 "scale-info",2461 "serde",2462]24632464[[package]]2465name = "evm-gasometer"2466version = "0.35.0"2467source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2468dependencies = [2469 "environmental",2470 "evm-core",2471 "evm-runtime",2472 "primitive-types",2473]24742475[[package]]2476name = "evm-runtime"2477version = "0.35.0"2478source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2479dependencies = [2480 "auto_impl",2481 "environmental",2482 "evm-core",2483 "primitive-types",2484 "sha3 0.10.1",2485]24862487[[package]]2488name = "exit-future"2489version = "0.2.0"2490source = "registry+https://github.com/rust-lang/crates.io-index"2491checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2492dependencies = [2493 "futures 0.3.21",2494]24952496[[package]]2497name = "expander"2498version = "0.0.4"2499source = "registry+https://github.com/rust-lang/crates.io-index"2500checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2501dependencies = [2502 "blake3 1.3.1",2503 "fs-err",2504 "proc-macro2",2505 "quote",2506]25072508[[package]]2509name = "expander"2510version = "0.0.6"2511source = "registry+https://github.com/rust-lang/crates.io-index"2512checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2513dependencies = [2514 "blake2 0.10.4",2515 "fs-err",2516 "proc-macro2",2517 "quote",2518 "syn",2519]25202521[[package]]2522name = "fake-simd"2523version = "0.1.2"2524source = "registry+https://github.com/rust-lang/crates.io-index"2525checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"25262527[[package]]2528name = "fallible-iterator"2529version = "0.2.0"2530source = "registry+https://github.com/rust-lang/crates.io-index"2531checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"25322533[[package]]2534name = "fastrand"2535version = "1.7.0"2536source = "registry+https://github.com/rust-lang/crates.io-index"2537checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2538dependencies = [2539 "instant",2540]25412542[[package]]2543name = "fatality"2544version = "0.0.6"2545source = "registry+https://github.com/rust-lang/crates.io-index"2546checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2547dependencies = [2548 "fatality-proc-macro",2549 "thiserror",2550]25512552[[package]]2553name = "fatality-proc-macro"2554version = "0.0.6"2555source = "registry+https://github.com/rust-lang/crates.io-index"2556checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2557dependencies = [2558 "expander 0.0.4",2559 "indexmap",2560 "proc-macro-crate 1.1.3",2561 "proc-macro2",2562 "quote",2563 "syn",2564 "thiserror",2565]25662567[[package]]2568name = "fc-consensus"2569version = "2.0.0-dev"2570source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2571dependencies = [2572 "async-trait",2573 "fc-db",2574 "fp-consensus",2575 "fp-rpc",2576 "sc-client-api",2577 "sc-consensus",2578 "sp-api",2579 "sp-block-builder",2580 "sp-blockchain",2581 "sp-consensus",2582 "sp-runtime",2583 "thiserror",2584]25852586[[package]]2587name = "fc-db"2588version = "2.0.0-dev"2589source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2590dependencies = [2591 "fp-storage",2592 "kvdb-rocksdb",2593 "parity-scale-codec 3.1.2",2594 "parking_lot 0.12.0",2595 "sp-core",2596 "sp-database",2597 "sp-runtime",2598]25992600[[package]]2601name = "fc-mapping-sync"2602version = "2.0.0-dev"2603source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2604dependencies = [2605 "fc-db",2606 "fp-consensus",2607 "fp-rpc",2608 "futures 0.3.21",2609 "futures-timer",2610 "log",2611 "sc-client-api",2612 "sp-api",2613 "sp-blockchain",2614 "sp-runtime",2615]26162617[[package]]2618name = "fc-rpc"2619version = "2.0.0-dev"2620source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2621dependencies = [2622 "ethereum",2623 "ethereum-types",2624 "evm",2625 "fc-db",2626 "fc-rpc-core",2627 "fp-rpc",2628 "fp-storage",2629 "futures 0.3.21",2630 "hex",2631 "jsonrpc-core",2632 "jsonrpc-core-client",2633 "jsonrpc-pubsub",2634 "libsecp256k1",2635 "log",2636 "lru 0.6.6",2637 "parity-scale-codec 3.1.2",2638 "rand 0.8.5",2639 "rlp",2640 "sc-client-api",2641 "sc-network",2642 "sc-rpc",2643 "sc-service",2644 "sc-transaction-pool",2645 "sc-transaction-pool-api",2646 "sp-api",2647 "sp-block-builder",2648 "sp-blockchain",2649 "sp-core",2650 "sp-io",2651 "sp-runtime",2652 "sp-storage",2653 "tokio 1.18.2",2654]26552656[[package]]2657name = "fc-rpc-core"2658version = "1.1.0-dev"2659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2660dependencies = [2661 "ethereum",2662 "ethereum-types",2663 "jsonrpc-core",2664 "jsonrpc-core-client",2665 "jsonrpc-derive",2666 "jsonrpc-pubsub",2667 "rlp",2668 "rustc-hex",2669 "serde",2670 "serde_json",2671]26722673[[package]]2674name = "fdlimit"2675version = "0.2.1"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2678dependencies = [2679 "libc",2680]26812682[[package]]2683name = "ff"2684version = "0.11.1"2685source = "registry+https://github.com/rust-lang/crates.io-index"2686checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2687dependencies = [2688 "rand_core 0.6.3",2689 "subtle",2690]26912692[[package]]2693name = "file-per-thread-logger"2694version = "0.1.5"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2697dependencies = [2698 "env_logger",2699 "log",2700]27012702[[package]]2703name = "finality-grandpa"2704version = "0.15.0"2705source = "registry+https://github.com/rust-lang/crates.io-index"2706checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2707dependencies = [2708 "either",2709 "futures 0.3.21",2710 "futures-timer",2711 "log",2712 "num-traits",2713 "parity-scale-codec 3.1.2",2714 "parking_lot 0.11.2",2715 "scale-info",2716]27172718[[package]]2719name = "fixed-hash"2720version = "0.7.0"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2723dependencies = [2724 "byteorder",2725 "rand 0.8.5",2726 "rustc-hex",2727 "static_assertions",2728]27292730[[package]]2731name = "fixedbitset"2732version = "0.4.1"2733source = "registry+https://github.com/rust-lang/crates.io-index"2734checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"27352736[[package]]2737name = "flate2"2738version = "1.0.23"2739source = "registry+https://github.com/rust-lang/crates.io-index"2740checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"2741dependencies = [2742 "cfg-if 1.0.0",2743 "crc32fast",2744 "libc",2745 "libz-sys",2746 "miniz_oxide",2747]27482749[[package]]2750name = "flexi_logger"2751version = "0.15.12"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2754dependencies = [2755 "atty",2756 "chrono",2757 "glob",2758 "lazy_static",2759 "log",2760 "regex",2761 "thiserror",2762 "yansi",2763]27642765[[package]]2766name = "fnv"2767version = "1.0.7"2768source = "registry+https://github.com/rust-lang/crates.io-index"2769checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27702771[[package]]2772name = "fork-tree"2773version = "3.0.0"2774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2775dependencies = [2776 "parity-scale-codec 3.1.2",2777]27782779[[package]]2780name = "form_urlencoded"2781version = "1.0.1"2782source = "registry+https://github.com/rust-lang/crates.io-index"2783checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2784dependencies = [2785 "matches",2786 "percent-encoding 2.1.0",2787]27882789[[package]]2790name = "fp-consensus"2791version = "2.0.0-dev"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2793dependencies = [2794 "ethereum",2795 "parity-scale-codec 3.1.2",2796 "sp-core",2797 "sp-runtime",2798 "sp-std",2799]28002801[[package]]2802name = "fp-evm"2803version = "3.0.0-dev"2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2805dependencies = [2806 "evm",2807 "impl-trait-for-tuples",2808 "parity-scale-codec 3.1.2",2809 "serde",2810 "sp-core",2811 "sp-std",2812]28132814[[package]]2815name = "fp-evm-mapping"2816version = "0.1.0"2817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2818dependencies = [2819 "frame-support",2820 "sp-core",2821]28222823[[package]]2824name = "fp-rpc"2825version = "3.0.0-dev"2826source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2827dependencies = [2828 "ethereum",2829 "ethereum-types",2830 "fp-evm",2831 "parity-scale-codec 3.1.2",2832 "scale-info",2833 "sp-api",2834 "sp-core",2835 "sp-io",2836 "sp-runtime",2837 "sp-std",2838]28392840[[package]]2841name = "fp-self-contained"2842version = "1.0.0-dev"2843source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2844dependencies = [2845 "ethereum",2846 "frame-support",2847 "parity-scale-codec 3.1.2",2848 "parity-util-mem",2849 "scale-info",2850 "serde",2851 "sp-debug-derive",2852 "sp-io",2853 "sp-runtime",2854]28552856[[package]]2857name = "fp-storage"2858version = "2.0.0"2859source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2860dependencies = [2861 "parity-scale-codec 3.1.2",2862]28632864[[package]]2865name = "frame-benchmarking"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2868dependencies = [2869 "frame-support",2870 "frame-system",2871 "linregress",2872 "log",2873 "parity-scale-codec 3.1.2",2874 "paste",2875 "scale-info",2876 "serde",2877 "sp-api",2878 "sp-application-crypto",2879 "sp-io",2880 "sp-runtime",2881 "sp-runtime-interface",2882 "sp-std",2883 "sp-storage",2884]28852886[[package]]2887name = "frame-benchmarking-cli"2888version = "4.0.0-dev"2889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2890dependencies = [2891 "Inflector",2892 "chrono",2893 "clap",2894 "frame-benchmarking",2895 "frame-support",2896 "frame-system",2897 "handlebars",2898 "hash-db",2899 "hex",2900 "itertools",2901 "kvdb",2902 "linked-hash-map",2903 "log",2904 "memory-db",2905 "parity-scale-codec 3.1.2",2906 "prettytable-rs",2907 "rand 0.8.5",2908 "rand_pcg 0.3.1",2909 "sc-block-builder",2910 "sc-cli",2911 "sc-client-api",2912 "sc-client-db",2913 "sc-executor",2914 "sc-service",2915 "sc-sysinfo",2916 "serde",2917 "serde_json",2918 "serde_nanos",2919 "sp-api",2920 "sp-blockchain",2921 "sp-core",2922 "sp-database",2923 "sp-externalities",2924 "sp-inherents",2925 "sp-keystore",2926 "sp-runtime",2927 "sp-state-machine",2928 "sp-storage",2929 "sp-trie",2930 "tempfile",2931 "thousands",2932]29332934[[package]]2935name = "frame-election-provider-solution-type"2936version = "4.0.0-dev"2937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2938dependencies = [2939 "proc-macro-crate 1.1.3",2940 "proc-macro2",2941 "quote",2942 "syn",2943]29442945[[package]]2946name = "frame-election-provider-support"2947version = "4.0.0-dev"2948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2949dependencies = [2950 "frame-election-provider-solution-type",2951 "frame-support",2952 "frame-system",2953 "parity-scale-codec 3.1.2",2954 "scale-info",2955 "sp-arithmetic",2956 "sp-npos-elections",2957 "sp-runtime",2958 "sp-std",2959]29602961[[package]]2962name = "frame-executive"2963version = "4.0.0-dev"2964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2965dependencies = [2966 "frame-support",2967 "frame-system",2968 "parity-scale-codec 3.1.2",2969 "scale-info",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-tracing",2975]29762977[[package]]2978name = "frame-metadata"2979version = "15.0.0"2980source = "registry+https://github.com/rust-lang/crates.io-index"2981checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2982dependencies = [2983 "cfg-if 1.0.0",2984 "parity-scale-codec 3.1.2",2985 "scale-info",2986 "serde",2987]29882989[[package]]2990name = "frame-support"2991version = "4.0.0-dev"2992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2993dependencies = [2994 "bitflags",2995 "frame-metadata",2996 "frame-support-procedural",2997 "impl-trait-for-tuples",2998 "log",2999 "once_cell",3000 "parity-scale-codec 3.1.2",3001 "paste",3002 "scale-info",3003 "serde",3004 "smallvec",3005 "sp-arithmetic",3006 "sp-core",3007 "sp-core-hashing-proc-macro",3008 "sp-inherents",3009 "sp-io",3010 "sp-runtime",3011 "sp-staking",3012 "sp-state-machine",3013 "sp-std",3014 "sp-tracing",3015 "tt-call",3016]30173018[[package]]3019name = "frame-support-procedural"3020version = "4.0.0-dev"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3022dependencies = [3023 "Inflector",3024 "frame-support-procedural-tools",3025 "proc-macro2",3026 "quote",3027 "syn",3028]30293030[[package]]3031name = "frame-support-procedural-tools"3032version = "4.0.0-dev"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3034dependencies = [3035 "frame-support-procedural-tools-derive",3036 "proc-macro-crate 1.1.3",3037 "proc-macro2",3038 "quote",3039 "syn",3040]30413042[[package]]3043name = "frame-support-procedural-tools-derive"3044version = "3.0.0"3045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3046dependencies = [3047 "proc-macro2",3048 "quote",3049 "syn",3050]30513052[[package]]3053name = "frame-system"3054version = "4.0.0-dev"3055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3056dependencies = [3057 "frame-support",3058 "log",3059 "parity-scale-codec 3.1.2",3060 "scale-info",3061 "serde",3062 "sp-core",3063 "sp-io",3064 "sp-runtime",3065 "sp-std",3066 "sp-version",3067]30683069[[package]]3070name = "frame-system-benchmarking"3071version = "4.0.0-dev"3072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3073dependencies = [3074 "frame-benchmarking",3075 "frame-support",3076 "frame-system",3077 "parity-scale-codec 3.1.2",3078 "scale-info",3079 "sp-core",3080 "sp-runtime",3081 "sp-std",3082]30833084[[package]]3085name = "frame-system-rpc-runtime-api"3086version = "4.0.0-dev"3087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3088dependencies = [3089 "parity-scale-codec 3.1.2",3090 "sp-api",3091]30923093[[package]]3094name = "frame-try-runtime"3095version = "0.10.0-dev"3096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3097dependencies = [3098 "frame-support",3099 "sp-api",3100 "sp-runtime",3101 "sp-std",3102]31033104[[package]]3105name = "fs-err"3106version = "2.7.0"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"31093110[[package]]3111name = "fs-swap"3112version = "0.2.6"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3115dependencies = [3116 "lazy_static",3117 "libc",3118 "libloading 0.5.2",3119 "winapi 0.3.9",3120]31213122[[package]]3123name = "fs2"3124version = "0.4.3"3125source = "registry+https://github.com/rust-lang/crates.io-index"3126checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3127dependencies = [3128 "libc",3129 "winapi 0.3.9",3130]31313132[[package]]3133name = "fs_extra"3134version = "1.2.0"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31373138[[package]]3139name = "fuchsia-zircon"3140version = "0.3.3"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3143dependencies = [3144 "bitflags",3145 "fuchsia-zircon-sys",3146]31473148[[package]]3149name = "fuchsia-zircon-sys"3150version = "0.3.3"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"31533154[[package]]3155name = "funty"3156version = "1.1.0"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31593160[[package]]3161name = "funty"3162version = "2.0.0"3163source = "registry+https://github.com/rust-lang/crates.io-index"3164checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31653166[[package]]3167name = "futures"3168version = "0.1.31"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31713172[[package]]3173name = "futures"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3177dependencies = [3178 "futures-channel",3179 "futures-core",3180 "futures-executor",3181 "futures-io",3182 "futures-sink",3183 "futures-task",3184 "futures-util",3185]31863187[[package]]3188name = "futures-channel"3189version = "0.3.21"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3192dependencies = [3193 "futures-core",3194 "futures-sink",3195]31963197[[package]]3198name = "futures-core"3199version = "0.3.21"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"32023203[[package]]3204name = "futures-executor"3205version = "0.3.21"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3208dependencies = [3209 "futures-core",3210 "futures-task",3211 "futures-util",3212 "num_cpus",3213]32143215[[package]]3216name = "futures-io"3217version = "0.3.21"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"32203221[[package]]3222name = "futures-lite"3223version = "1.12.0"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3226dependencies = [3227 "fastrand",3228 "futures-core",3229 "futures-io",3230 "memchr",3231 "parking",3232 "pin-project-lite 0.2.9",3233 "waker-fn",3234]32353236[[package]]3237name = "futures-macro"3238version = "0.3.21"3239source = "registry+https://github.com/rust-lang/crates.io-index"3240checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3241dependencies = [3242 "proc-macro2",3243 "quote",3244 "syn",3245]32463247[[package]]3248name = "futures-rustls"3249version = "0.21.1"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3252dependencies = [3253 "futures-io",3254 "rustls 0.19.1",3255 "webpki 0.21.4",3256]32573258[[package]]3259name = "futures-sink"3260version = "0.3.21"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32633264[[package]]3265name = "futures-task"3266version = "0.3.21"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32693270[[package]]3271name = "futures-timer"3272version = "3.0.2"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32753276[[package]]3277name = "futures-util"3278version = "0.3.21"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3281dependencies = [3282 "futures 0.1.31",3283 "futures-channel",3284 "futures-core",3285 "futures-io",3286 "futures-macro",3287 "futures-sink",3288 "futures-task",3289 "memchr",3290 "pin-project-lite 0.2.9",3291 "pin-utils",3292 "slab",3293]32943295[[package]]3296name = "generic-array"3297version = "0.12.4"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3300dependencies = [3301 "typenum",3302]33033304[[package]]3305name = "generic-array"3306version = "0.14.5"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3309dependencies = [3310 "typenum",3311 "version_check",3312]33133314[[package]]3315name = "getrandom"3316version = "0.1.16"3317source = "registry+https://github.com/rust-lang/crates.io-index"3318checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3319dependencies = [3320 "cfg-if 1.0.0",3321 "js-sys",3322 "libc",3323 "wasi 0.9.0+wasi-snapshot-preview1",3324 "wasm-bindgen",3325]33263327[[package]]3328name = "getrandom"3329version = "0.2.6"3330source = "registry+https://github.com/rust-lang/crates.io-index"3331checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3332dependencies = [3333 "cfg-if 1.0.0",3334 "libc",3335 "wasi 0.10.0+wasi-snapshot-preview1",3336]33373338[[package]]3339name = "ghash"3340version = "0.4.4"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3343dependencies = [3344 "opaque-debug 0.3.0",3345 "polyval",3346]33473348[[package]]3349name = "gimli"3350version = "0.26.1"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3353dependencies = [3354 "fallible-iterator",3355 "indexmap",3356 "stable_deref_trait",3357]33583359[[package]]3360name = "glob"3361version = "0.3.0"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33643365[[package]]3366name = "globset"3367version = "0.4.8"3368source = "registry+https://github.com/rust-lang/crates.io-index"3369checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3370dependencies = [3371 "aho-corasick",3372 "bstr",3373 "fnv",3374 "log",3375 "regex",3376]33773378[[package]]3379name = "gloo-timers"3380version = "0.2.4"3381source = "registry+https://github.com/rust-lang/crates.io-index"3382checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3383dependencies = [3384 "futures-channel",3385 "futures-core",3386 "js-sys",3387 "wasm-bindgen",3388]33893390[[package]]3391name = "group"3392version = "0.11.0"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3395dependencies = [3396 "ff",3397 "rand_core 0.6.3",3398 "subtle",3399]34003401[[package]]3402name = "h2"3403version = "0.3.13"3404source = "registry+https://github.com/rust-lang/crates.io-index"3405checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3406dependencies = [3407 "bytes 1.1.0",3408 "fnv",3409 "futures-core",3410 "futures-sink",3411 "futures-util",3412 "http",3413 "indexmap",3414 "slab",3415 "tokio 1.18.2",3416 "tokio-util 0.7.2",3417 "tracing",3418]34193420[[package]]3421name = "handlebars"3422version = "4.3.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"3425dependencies = [3426 "log",3427 "pest",3428 "pest_derive",3429 "serde",3430 "serde_json",3431 "thiserror",3432]34333434[[package]]3435name = "hash-db"3436version = "0.15.2"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34393440[[package]]3441name = "hash256-std-hasher"3442version = "0.15.2"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3445dependencies = [3446 "crunchy",3447]34483449[[package]]3450name = "hashbrown"3451version = "0.11.2"3452source = "registry+https://github.com/rust-lang/crates.io-index"3453checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3454dependencies = [3455 "ahash",3456]34573458[[package]]3459name = "hashbrown"3460version = "0.12.1"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3463dependencies = [3464 "ahash",3465]34663467[[package]]3468name = "heck"3469version = "0.3.3"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3472dependencies = [3473 "unicode-segmentation",3474]34753476[[package]]3477name = "heck"3478version = "0.4.0"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34813482[[package]]3483name = "hermit-abi"3484version = "0.1.19"3485source = "registry+https://github.com/rust-lang/crates.io-index"3486checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3487dependencies = [3488 "libc",3489]34903491[[package]]3492name = "hex"3493version = "0.4.3"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34963497[[package]]3498name = "hex-literal"3499version = "0.3.4"3500source = "registry+https://github.com/rust-lang/crates.io-index"3501checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"35023503[[package]]3504name = "hex_fmt"3505version = "0.3.0"3506source = "registry+https://github.com/rust-lang/crates.io-index"3507checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"35083509[[package]]3510name = "hmac"3511version = "0.8.1"3512source = "registry+https://github.com/rust-lang/crates.io-index"3513checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3514dependencies = [3515 "crypto-mac 0.8.0",3516 "digest 0.9.0",3517]35183519[[package]]3520name = "hmac"3521version = "0.11.0"3522source = "registry+https://github.com/rust-lang/crates.io-index"3523checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3524dependencies = [3525 "crypto-mac 0.11.1",3526 "digest 0.9.0",3527]35283529[[package]]3530name = "hmac-drbg"3531version = "0.3.0"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3534dependencies = [3535 "digest 0.9.0",3536 "generic-array 0.14.5",3537 "hmac 0.8.1",3538]35393540[[package]]3541name = "hostname"3542version = "0.3.1"3543source = "registry+https://github.com/rust-lang/crates.io-index"3544checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3545dependencies = [3546 "libc",3547 "match_cfg",3548 "winapi 0.3.9",3549]35503551[[package]]3552name = "http"3553version = "0.2.7"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3556dependencies = [3557 "bytes 1.1.0",3558 "fnv",3559 "itoa 1.0.2",3560]35613562[[package]]3563name = "http-body"3564version = "0.4.5"3565source = "registry+https://github.com/rust-lang/crates.io-index"3566checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3567dependencies = [3568 "bytes 1.1.0",3569 "http",3570 "pin-project-lite 0.2.9",3571]35723573[[package]]3574name = "httparse"3575version = "1.7.1"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"35783579[[package]]3580name = "httpdate"3581version = "1.0.2"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35843585[[package]]3586name = "humantime"3587version = "2.1.0"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35903591[[package]]3592name = "hyper"3593version = "0.14.18"3594source = "registry+https://github.com/rust-lang/crates.io-index"3595checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3596dependencies = [3597 "bytes 1.1.0",3598 "futures-channel",3599 "futures-core",3600 "futures-util",3601 "h2",3602 "http",3603 "http-body",3604 "httparse",3605 "httpdate",3606 "itoa 1.0.2",3607 "pin-project-lite 0.2.9",3608 "socket2 0.4.4",3609 "tokio 1.18.2",3610 "tower-service",3611 "tracing",3612 "want",3613]36143615[[package]]3616name = "hyper-rustls"3617version = "0.22.1"3618source = "registry+https://github.com/rust-lang/crates.io-index"3619checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3620dependencies = [3621 "ct-logs",3622 "futures-util",3623 "hyper",3624 "log",3625 "rustls 0.19.1",3626 "rustls-native-certs 0.5.0",3627 "tokio 1.18.2",3628 "tokio-rustls 0.22.0",3629 "webpki 0.21.4",3630]36313632[[package]]3633name = "hyper-rustls"3634version = "0.23.0"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3637dependencies = [3638 "http",3639 "hyper",3640 "log",3641 "rustls 0.20.6",3642 "rustls-native-certs 0.6.2",3643 "tokio 1.18.2",3644 "tokio-rustls 0.23.4",3645 "webpki-roots 0.22.3",3646]36473648[[package]]3649name = "ident_case"3650version = "1.0.1"3651source = "registry+https://github.com/rust-lang/crates.io-index"3652checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"36533654[[package]]3655name = "idna"3656version = "0.1.5"3657source = "registry+https://github.com/rust-lang/crates.io-index"3658checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3659dependencies = [3660 "matches",3661 "unicode-bidi",3662 "unicode-normalization",3663]36643665[[package]]3666name = "idna"3667version = "0.2.3"3668source = "registry+https://github.com/rust-lang/crates.io-index"3669checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3670dependencies = [3671 "matches",3672 "unicode-bidi",3673 "unicode-normalization",3674]36753676[[package]]3677name = "if-addrs"3678version = "0.6.7"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3681dependencies = [3682 "if-addrs-sys",3683 "libc",3684 "winapi 0.3.9",3685]36863687[[package]]3688name = "if-addrs-sys"3689version = "0.3.2"3690source = "registry+https://github.com/rust-lang/crates.io-index"3691checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3692dependencies = [3693 "cc",3694 "libc",3695]36963697[[package]]3698name = "if-watch"3699version = "0.2.2"3700source = "registry+https://github.com/rust-lang/crates.io-index"3701checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3702dependencies = [3703 "async-io",3704 "futures 0.3.21",3705 "futures-lite",3706 "if-addrs",3707 "ipnet",3708 "libc",3709 "log",3710 "winapi 0.3.9",3711]37123713[[package]]3714name = "impl-codec"3715version = "0.6.0"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3718dependencies = [3719 "parity-scale-codec 3.1.2",3720]37213722[[package]]3723name = "impl-rlp"3724version = "0.3.0"3725source = "registry+https://github.com/rust-lang/crates.io-index"3726checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3727dependencies = [3728 "rlp",3729]37303731[[package]]3732name = "impl-serde"3733version = "0.3.2"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3736dependencies = [3737 "serde",3738]37393740[[package]]3741name = "impl-trait-for-tuples"3742version = "0.2.2"3743source = "registry+https://github.com/rust-lang/crates.io-index"3744checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3745dependencies = [3746 "proc-macro2",3747 "quote",3748 "syn",3749]37503751[[package]]3752name = "indexmap"3753version = "1.8.1"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3756dependencies = [3757 "autocfg",3758 "hashbrown 0.11.2",3759 "serde",3760]37613762[[package]]3763name = "instant"3764version = "0.1.12"3765source = "registry+https://github.com/rust-lang/crates.io-index"3766checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3767dependencies = [3768 "cfg-if 1.0.0",3769]37703771[[package]]3772name = "integer-encoding"3773version = "3.0.3"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37763777[[package]]3778name = "integer-sqrt"3779version = "0.1.5"3780source = "registry+https://github.com/rust-lang/crates.io-index"3781checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3782dependencies = [3783 "num-traits",3784]37853786[[package]]3787name = "io-lifetimes"3788version = "0.5.3"3789source = "registry+https://github.com/rust-lang/crates.io-index"3790checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"37913792[[package]]3793name = "iovec"3794version = "0.1.4"3795source = "registry+https://github.com/rust-lang/crates.io-index"3796checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3797dependencies = [3798 "libc",3799]38003801[[package]]3802name = "ip_network"3803version = "0.4.1"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"38063807[[package]]3808name = "ipconfig"3809version = "0.2.2"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3812dependencies = [3813 "socket2 0.3.19",3814 "widestring",3815 "winapi 0.3.9",3816 "winreg",3817]38183819[[package]]3820name = "ipnet"3821version = "2.5.0"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"38243825[[package]]3826name = "itertools"3827version = "0.10.3"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3830dependencies = [3831 "either",3832]38333834[[package]]3835name = "itoa"3836version = "0.4.8"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"38393840[[package]]3841name = "itoa"3842version = "1.0.2"3843source = "registry+https://github.com/rust-lang/crates.io-index"3844checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"38453846[[package]]3847name = "jobserver"3848version = "0.1.24"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3851dependencies = [3852 "libc",3853]38543855[[package]]3856name = "js-sys"3857version = "0.3.57"3858source = "registry+https://github.com/rust-lang/crates.io-index"3859checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3860dependencies = [3861 "wasm-bindgen",3862]38633864[[package]]3865name = "jsonrpc-client-transports"3866version = "18.0.0"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3869dependencies = [3870 "derive_more",3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-pubsub",3874 "log",3875 "serde",3876 "serde_json",3877 "url 1.7.2",3878]38793880[[package]]3881name = "jsonrpc-core"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3885dependencies = [3886 "futures 0.3.21",3887 "futures-executor",3888 "futures-util",3889 "log",3890 "serde",3891 "serde_derive",3892 "serde_json",3893]38943895[[package]]3896name = "jsonrpc-core-client"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3900dependencies = [3901 "futures 0.3.21",3902 "jsonrpc-client-transports",3903]39043905[[package]]3906name = "jsonrpc-derive"3907version = "18.0.0"3908source = "registry+https://github.com/rust-lang/crates.io-index"3909checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3910dependencies = [3911 "proc-macro-crate 0.1.5",3912 "proc-macro2",3913 "quote",3914 "syn",3915]39163917[[package]]3918name = "jsonrpc-http-server"3919version = "18.0.0"3920source = "registry+https://github.com/rust-lang/crates.io-index"3921checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3922dependencies = [3923 "futures 0.3.21",3924 "hyper",3925 "jsonrpc-core",3926 "jsonrpc-server-utils",3927 "log",3928 "net2",3929 "parking_lot 0.11.2",3930 "unicase",3931]39323933[[package]]3934name = "jsonrpc-ipc-server"3935version = "18.0.0"3936source = "registry+https://github.com/rust-lang/crates.io-index"3937checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3938dependencies = [3939 "futures 0.3.21",3940 "jsonrpc-core",3941 "jsonrpc-server-utils",3942 "log",3943 "parity-tokio-ipc",3944 "parking_lot 0.11.2",3945 "tower-service",3946]39473948[[package]]3949name = "jsonrpc-pubsub"3950version = "18.0.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3953dependencies = [3954 "futures 0.3.21",3955 "jsonrpc-core",3956 "lazy_static",3957 "log",3958 "parking_lot 0.11.2",3959 "rand 0.7.3",3960 "serde",3961]39623963[[package]]3964name = "jsonrpc-server-utils"3965version = "18.0.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3968dependencies = [3969 "bytes 1.1.0",3970 "futures 0.3.21",3971 "globset",3972 "jsonrpc-core",3973 "lazy_static",3974 "log",3975 "tokio 1.18.2",3976 "tokio-stream",3977 "tokio-util 0.6.10",3978 "unicase",3979]39803981[[package]]3982name = "jsonrpc-ws-server"3983version = "18.0.0"3984source = "registry+https://github.com/rust-lang/crates.io-index"3985checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3986dependencies = [3987 "futures 0.3.21",3988 "jsonrpc-core",3989 "jsonrpc-server-utils",3990 "log",3991 "parity-ws",3992 "parking_lot 0.11.2",3993 "slab",3994]39953996[[package]]3997name = "jsonrpsee"3998version = "0.10.1"3999source = "registry+https://github.com/rust-lang/crates.io-index"4000checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"4001dependencies = [4002 "jsonrpsee-core",4003 "jsonrpsee-http-client",4004 "jsonrpsee-proc-macros",4005 "jsonrpsee-types",4006 "jsonrpsee-ws-client",4007]40084009[[package]]4010name = "jsonrpsee-client-transport"4011version = "0.10.1"4012source = "registry+https://github.com/rust-lang/crates.io-index"4013checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"4014dependencies = [4015 "futures 0.3.21",4016 "http",4017 "jsonrpsee-core",4018 "jsonrpsee-types",4019 "pin-project 1.0.10",4020 "rustls-native-certs 0.6.2",4021 "soketto",4022 "thiserror",4023 "tokio 1.18.2",4024 "tokio-rustls 0.23.4",4025 "tokio-util 0.7.2",4026 "tracing",4027 "webpki-roots 0.22.3",4028]40294030[[package]]4031name = "jsonrpsee-core"4032version = "0.10.1"4033source = "registry+https://github.com/rust-lang/crates.io-index"4034checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4035dependencies = [4036 "anyhow",4037 "arrayvec 0.7.2",4038 "async-trait",4039 "beef",4040 "futures-channel",4041 "futures-util",4042 "hyper",4043 "jsonrpsee-types",4044 "rustc-hash",4045 "serde",4046 "serde_json",4047 "soketto",4048 "thiserror",4049 "tokio 1.18.2",4050 "tracing",4051]40524053[[package]]4054name = "jsonrpsee-http-client"4055version = "0.10.1"4056source = "registry+https://github.com/rust-lang/crates.io-index"4057checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4058dependencies = [4059 "async-trait",4060 "hyper",4061 "hyper-rustls 0.23.0",4062 "jsonrpsee-core",4063 "jsonrpsee-types",4064 "rustc-hash",4065 "serde",4066 "serde_json",4067 "thiserror",4068 "tokio 1.18.2",4069 "tracing",4070]40714072[[package]]4073name = "jsonrpsee-proc-macros"4074version = "0.10.1"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4077dependencies = [4078 "proc-macro-crate 1.1.3",4079 "proc-macro2",4080 "quote",4081 "syn",4082]40834084[[package]]4085name = "jsonrpsee-types"4086version = "0.10.1"4087source = "registry+https://github.com/rust-lang/crates.io-index"4088checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4089dependencies = [4090 "anyhow",4091 "beef",4092 "serde",4093 "serde_json",4094 "thiserror",4095 "tracing",4096]40974098[[package]]4099name = "jsonrpsee-ws-client"4100version = "0.10.1"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4103dependencies = [4104 "jsonrpsee-client-transport",4105 "jsonrpsee-core",4106 "jsonrpsee-types",4107]41084109[[package]]4110name = "k256"4111version = "0.10.4"4112source = "registry+https://github.com/rust-lang/crates.io-index"4113checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4114dependencies = [4115 "cfg-if 1.0.0",4116 "ecdsa",4117 "elliptic-curve",4118 "sec1",4119]41204121[[package]]4122name = "keccak"4123version = "0.1.0"4124source = "registry+https://github.com/rust-lang/crates.io-index"4125checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"41264127[[package]]4128name = "kernel32-sys"4129version = "0.2.2"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4132dependencies = [4133 "winapi 0.2.8",4134 "winapi-build",4135]41364137[[package]]4138name = "kusama-runtime"4139version = "0.9.21"4140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4141dependencies = [4142 "beefy-primitives",4143 "bitvec 1.0.0",4144 "frame-benchmarking",4145 "frame-election-provider-support",4146 "frame-executive",4147 "frame-support",4148 "frame-system",4149 "frame-system-benchmarking",4150 "frame-system-rpc-runtime-api",4151 "frame-try-runtime",4152 "hex-literal",4153 "kusama-runtime-constants",4154 "log",4155 "pallet-authority-discovery",4156 "pallet-authorship",4157 "pallet-babe",4158 "pallet-bags-list",4159 "pallet-balances",4160 "pallet-bounties",4161 "pallet-child-bounties",4162 "pallet-collective",4163 "pallet-democracy",4164 "pallet-election-provider-multi-phase",4165 "pallet-election-provider-support-benchmarking",4166 "pallet-elections-phragmen",4167 "pallet-gilt",4168 "pallet-grandpa",4169 "pallet-identity",4170 "pallet-im-online",4171 "pallet-indices",4172 "pallet-membership",4173 "pallet-multisig",4174 "pallet-nicks",4175 "pallet-offences",4176 "pallet-offences-benchmarking",4177 "pallet-preimage",4178 "pallet-proxy",4179 "pallet-recovery",4180 "pallet-scheduler",4181 "pallet-session",4182 "pallet-session-benchmarking",4183 "pallet-society",4184 "pallet-staking",4185 "pallet-staking-reward-fn",4186 "pallet-timestamp",4187 "pallet-tips",4188 "pallet-transaction-payment",4189 "pallet-transaction-payment-rpc-runtime-api",4190 "pallet-treasury",4191 "pallet-utility",4192 "pallet-vesting",4193 "pallet-xcm",4194 "pallet-xcm-benchmarks",4195 "parity-scale-codec 3.1.2",4196 "polkadot-primitives",4197 "polkadot-runtime-common",4198 "polkadot-runtime-parachains",4199 "rustc-hex",4200 "scale-info",4201 "serde",4202 "serde_derive",4203 "smallvec",4204 "sp-api",4205 "sp-arithmetic",4206 "sp-authority-discovery",4207 "sp-block-builder",4208 "sp-consensus-babe",4209 "sp-core",4210 "sp-inherents",4211 "sp-io",4212 "sp-mmr-primitives",4213 "sp-npos-elections",4214 "sp-offchain",4215 "sp-runtime",4216 "sp-session",4217 "sp-staking",4218 "sp-std",4219 "sp-transaction-pool",4220 "sp-version",4221 "static_assertions",4222 "substrate-wasm-builder",4223 "xcm",4224 "xcm-builder",4225 "xcm-executor",4226]42274228[[package]]4229name = "kusama-runtime-constants"4230version = "0.9.21"4231source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4232dependencies = [4233 "frame-support",4234 "polkadot-primitives",4235 "polkadot-runtime-common",4236 "smallvec",4237 "sp-runtime",4238]42394240[[package]]4241name = "kv-log-macro"4242version = "1.0.7"4243source = "registry+https://github.com/rust-lang/crates.io-index"4244checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4245dependencies = [4246 "log",4247]42484249[[package]]4250name = "kvdb"4251version = "0.11.0"4252source = "registry+https://github.com/rust-lang/crates.io-index"4253checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4254dependencies = [4255 "parity-util-mem",4256 "smallvec",4257]42584259[[package]]4260name = "kvdb-memorydb"4261version = "0.11.0"4262source = "registry+https://github.com/rust-lang/crates.io-index"4263checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4264dependencies = [4265 "kvdb",4266 "parity-util-mem",4267 "parking_lot 0.12.0",4268]42694270[[package]]4271name = "kvdb-rocksdb"4272version = "0.15.2"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4275dependencies = [4276 "fs-swap",4277 "kvdb",4278 "log",4279 "num_cpus",4280 "owning_ref",4281 "parity-util-mem",4282 "parking_lot 0.12.0",4283 "regex",4284 "rocksdb",4285 "smallvec",4286]42874288[[package]]4289name = "lazy_static"4290version = "1.4.0"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"4293dependencies = [4294 "spin",4295]42964297[[package]]4298name = "lazycell"4299version = "1.3.0"4300source = "registry+https://github.com/rust-lang/crates.io-index"4301checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43024303[[package]]4304name = "libc"4305version = "0.2.126"4306source = "registry+https://github.com/rust-lang/crates.io-index"4307checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"43084309[[package]]4310name = "libloading"4311version = "0.5.2"4312source = "registry+https://github.com/rust-lang/crates.io-index"4313checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4314dependencies = [4315 "cc",4316 "winapi 0.3.9",4317]43184319[[package]]4320name = "libloading"4321version = "0.7.3"4322source = "registry+https://github.com/rust-lang/crates.io-index"4323checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4324dependencies = [4325 "cfg-if 1.0.0",4326 "winapi 0.3.9",4327]43284329[[package]]4330name = "libm"4331version = "0.2.2"4332source = "registry+https://github.com/rust-lang/crates.io-index"4333checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"43344335[[package]]4336name = "libp2p"4337version = "0.40.0"4338source = "registry+https://github.com/rust-lang/crates.io-index"4339checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4340dependencies = [4341 "atomic",4342 "bytes 1.1.0",4343 "futures 0.3.21",4344 "lazy_static",4345 "libp2p-core",4346 "libp2p-deflate",4347 "libp2p-dns",4348 "libp2p-floodsub",4349 "libp2p-gossipsub",4350 "libp2p-identify",4351 "libp2p-kad",4352 "libp2p-mdns",4353 "libp2p-metrics",4354 "libp2p-mplex",4355 "libp2p-noise",4356 "libp2p-ping",4357 "libp2p-plaintext",4358 "libp2p-pnet",4359 "libp2p-relay",4360 "libp2p-rendezvous",4361 "libp2p-request-response",4362 "libp2p-swarm",4363 "libp2p-swarm-derive",4364 "libp2p-tcp",4365 "libp2p-uds",4366 "libp2p-wasm-ext",4367 "libp2p-websocket",4368 "libp2p-yamux",4369 "multiaddr",4370 "parking_lot 0.11.2",4371 "pin-project 1.0.10",4372 "smallvec",4373 "wasm-timer",4374]43754376[[package]]4377name = "libp2p-core"4378version = "0.30.2"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4381dependencies = [4382 "asn1_der",4383 "bs58",4384 "ed25519-dalek",4385 "either",4386 "fnv",4387 "futures 0.3.21",4388 "futures-timer",4389 "instant",4390 "lazy_static",4391 "libsecp256k1",4392 "log",4393 "multiaddr",4394 "multihash 0.14.0",4395 "multistream-select",4396 "parking_lot 0.11.2",4397 "pin-project 1.0.10",4398 "prost",4399 "prost-build",4400 "rand 0.8.5",4401 "ring",4402 "rw-stream-sink",4403 "sha2 0.9.9",4404 "smallvec",4405 "thiserror",4406 "unsigned-varint 0.7.1",4407 "void",4408 "zeroize",4409]44104411[[package]]4412name = "libp2p-deflate"4413version = "0.30.0"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4416dependencies = [4417 "flate2",4418 "futures 0.3.21",4419 "libp2p-core",4420]44214422[[package]]4423name = "libp2p-dns"4424version = "0.30.0"4425source = "registry+https://github.com/rust-lang/crates.io-index"4426checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4427dependencies = [4428 "async-std-resolver",4429 "futures 0.3.21",4430 "libp2p-core",4431 "log",4432 "smallvec",4433 "trust-dns-resolver",4434]44354436[[package]]4437name = "libp2p-floodsub"4438version = "0.31.0"4439source = "registry+https://github.com/rust-lang/crates.io-index"4440checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4441dependencies = [4442 "cuckoofilter",4443 "fnv",4444 "futures 0.3.21",4445 "libp2p-core",4446 "libp2p-swarm",4447 "log",4448 "prost",4449 "prost-build",4450 "rand 0.7.3",4451 "smallvec",4452]44534454[[package]]4455name = "libp2p-gossipsub"4456version = "0.33.0"4457source = "registry+https://github.com/rust-lang/crates.io-index"4458checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4459dependencies = [4460 "asynchronous-codec 0.6.0",4461 "base64",4462 "byteorder",4463 "bytes 1.1.0",4464 "fnv",4465 "futures 0.3.21",4466 "hex_fmt",4467 "libp2p-core",4468 "libp2p-swarm",4469 "log",4470 "prost",4471 "prost-build",4472 "rand 0.7.3",4473 "regex",4474 "sha2 0.9.9",4475 "smallvec",4476 "unsigned-varint 0.7.1",4477 "wasm-timer",4478]44794480[[package]]4481name = "libp2p-identify"4482version = "0.31.0"4483source = "registry+https://github.com/rust-lang/crates.io-index"4484checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4485dependencies = [4486 "futures 0.3.21",4487 "libp2p-core",4488 "libp2p-swarm",4489 "log",4490 "lru 0.6.6",4491 "prost",4492 "prost-build",4493 "smallvec",4494 "wasm-timer",4495]44964497[[package]]4498name = "libp2p-kad"4499version = "0.32.0"4500source = "registry+https://github.com/rust-lang/crates.io-index"4501checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4502dependencies = [4503 "arrayvec 0.5.2",4504 "asynchronous-codec 0.6.0",4505 "bytes 1.1.0",4506 "either",4507 "fnv",4508 "futures 0.3.21",4509 "libp2p-core",4510 "libp2p-swarm",4511 "log",4512 "prost",4513 "prost-build",4514 "rand 0.7.3",4515 "sha2 0.9.9",4516 "smallvec",4517 "uint",4518 "unsigned-varint 0.7.1",4519 "void",4520 "wasm-timer",4521]45224523[[package]]4524name = "libp2p-mdns"4525version = "0.32.0"4526source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4528dependencies = [4529 "async-io",4530 "data-encoding",4531 "dns-parser",4532 "futures 0.3.21",4533 "if-watch",4534 "lazy_static",4535 "libp2p-core",4536 "libp2p-swarm",4537 "log",4538 "rand 0.8.5",4539 "smallvec",4540 "socket2 0.4.4",4541 "void",4542]45434544[[package]]4545name = "libp2p-metrics"4546version = "0.1.0"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4549dependencies = [4550 "libp2p-core",4551 "libp2p-identify",4552 "libp2p-kad",4553 "libp2p-ping",4554 "libp2p-swarm",4555 "open-metrics-client",4556]45574558[[package]]4559name = "libp2p-mplex"4560version = "0.30.0"4561source = "registry+https://github.com/rust-lang/crates.io-index"4562checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4563dependencies = [4564 "asynchronous-codec 0.6.0",4565 "bytes 1.1.0",4566 "futures 0.3.21",4567 "libp2p-core",4568 "log",4569 "nohash-hasher",4570 "parking_lot 0.11.2",4571 "rand 0.7.3",4572 "smallvec",4573 "unsigned-varint 0.7.1",4574]45754576[[package]]4577name = "libp2p-noise"4578version = "0.33.0"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4581dependencies = [4582 "bytes 1.1.0",4583 "curve25519-dalek 3.2.0",4584 "futures 0.3.21",4585 "lazy_static",4586 "libp2p-core",4587 "log",4588 "prost",4589 "prost-build",4590 "rand 0.8.5",4591 "sha2 0.9.9",4592 "snow",4593 "static_assertions",4594 "x25519-dalek",4595 "zeroize",4596]45974598[[package]]4599name = "libp2p-ping"4600version = "0.31.0"4601source = "registry+https://github.com/rust-lang/crates.io-index"4602checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4603dependencies = [4604 "futures 0.3.21",4605 "libp2p-core",4606 "libp2p-swarm",4607 "log",4608 "rand 0.7.3",4609 "void",4610 "wasm-timer",4611]46124613[[package]]4614name = "libp2p-plaintext"4615version = "0.30.0"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4618dependencies = [4619 "asynchronous-codec 0.6.0",4620 "bytes 1.1.0",4621 "futures 0.3.21",4622 "libp2p-core",4623 "log",4624 "prost",4625 "prost-build",4626 "unsigned-varint 0.7.1",4627 "void",4628]46294630[[package]]4631name = "libp2p-pnet"4632version = "0.22.0"4633source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4635dependencies = [4636 "futures 0.3.21",4637 "log",4638 "pin-project 1.0.10",4639 "rand 0.7.3",4640 "salsa20",4641 "sha3 0.9.1",4642]46434644[[package]]4645name = "libp2p-relay"4646version = "0.4.0"4647source = "registry+https://github.com/rust-lang/crates.io-index"4648checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4649dependencies = [4650 "asynchronous-codec 0.6.0",4651 "bytes 1.1.0",4652 "futures 0.3.21",4653 "futures-timer",4654 "libp2p-core",4655 "libp2p-swarm",4656 "log",4657 "pin-project 1.0.10",4658 "prost",4659 "prost-build",4660 "rand 0.7.3",4661 "smallvec",4662 "unsigned-varint 0.7.1",4663 "void",4664 "wasm-timer",4665]46664667[[package]]4668name = "libp2p-rendezvous"4669version = "0.1.0"4670source = "registry+https://github.com/rust-lang/crates.io-index"4671checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4672dependencies = [4673 "asynchronous-codec 0.6.0",4674 "bimap",4675 "futures 0.3.21",4676 "libp2p-core",4677 "libp2p-swarm",4678 "log",4679 "prost",4680 "prost-build",4681 "rand 0.8.5",4682 "sha2 0.9.9",4683 "thiserror",4684 "unsigned-varint 0.7.1",4685 "void",4686 "wasm-timer",4687]46884689[[package]]4690name = "libp2p-request-response"4691version = "0.13.0"4692source = "registry+https://github.com/rust-lang/crates.io-index"4693checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4694dependencies = [4695 "async-trait",4696 "bytes 1.1.0",4697 "futures 0.3.21",4698 "libp2p-core",4699 "libp2p-swarm",4700 "log",4701 "lru 0.7.5",4702 "rand 0.7.3",4703 "smallvec",4704 "unsigned-varint 0.7.1",4705 "wasm-timer",4706]47074708[[package]]4709name = "libp2p-swarm"4710version = "0.31.0"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4713dependencies = [4714 "either",4715 "futures 0.3.21",4716 "libp2p-core",4717 "log",4718 "rand 0.7.3",4719 "smallvec",4720 "void",4721 "wasm-timer",4722]47234724[[package]]4725name = "libp2p-swarm-derive"4726version = "0.25.0"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4729dependencies = [4730 "quote",4731 "syn",4732]47334734[[package]]4735name = "libp2p-tcp"4736version = "0.30.0"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4739dependencies = [4740 "async-io",4741 "futures 0.3.21",4742 "futures-timer",4743 "if-watch",4744 "ipnet",4745 "libc",4746 "libp2p-core",4747 "log",4748 "socket2 0.4.4",4749]47504751[[package]]4752name = "libp2p-uds"4753version = "0.30.0"4754source = "registry+https://github.com/rust-lang/crates.io-index"4755checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4756dependencies = [4757 "async-std",4758 "futures 0.3.21",4759 "libp2p-core",4760 "log",4761]47624763[[package]]4764name = "libp2p-wasm-ext"4765version = "0.30.0"4766source = "registry+https://github.com/rust-lang/crates.io-index"4767checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4768dependencies = [4769 "futures 0.3.21",4770 "js-sys",4771 "libp2p-core",4772 "parity-send-wrapper",4773 "wasm-bindgen",4774 "wasm-bindgen-futures",4775]47764777[[package]]4778name = "libp2p-websocket"4779version = "0.31.0"4780source = "registry+https://github.com/rust-lang/crates.io-index"4781checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4782dependencies = [4783 "either",4784 "futures 0.3.21",4785 "futures-rustls",4786 "libp2p-core",4787 "log",4788 "quicksink",4789 "rw-stream-sink",4790 "soketto",4791 "url 2.2.2",4792 "webpki-roots 0.21.1",4793]47944795[[package]]4796name = "libp2p-yamux"4797version = "0.34.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4800dependencies = [4801 "futures 0.3.21",4802 "libp2p-core",4803 "parking_lot 0.11.2",4804 "thiserror",4805 "yamux",4806]48074808[[package]]4809name = "librocksdb-sys"4810version = "0.6.1+6.28.2"4811source = "registry+https://github.com/rust-lang/crates.io-index"4812checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4813dependencies = [4814 "bindgen",4815 "bzip2-sys",4816 "cc",4817 "glob",4818 "libc",4819 "libz-sys",4820 "tikv-jemalloc-sys",4821]48224823[[package]]4824name = "libsecp256k1"4825version = "0.7.0"4826source = "registry+https://github.com/rust-lang/crates.io-index"4827checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4828dependencies = [4829 "arrayref",4830 "base64",4831 "digest 0.9.0",4832 "hmac-drbg",4833 "libsecp256k1-core",4834 "libsecp256k1-gen-ecmult",4835 "libsecp256k1-gen-genmult",4836 "rand 0.8.5",4837 "serde",4838 "sha2 0.9.9",4839 "typenum",4840]48414842[[package]]4843name = "libsecp256k1-core"4844version = "0.3.0"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4847dependencies = [4848 "crunchy",4849 "digest 0.9.0",4850 "subtle",4851]48524853[[package]]4854name = "libsecp256k1-gen-ecmult"4855version = "0.3.0"4856source = "registry+https://github.com/rust-lang/crates.io-index"4857checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4858dependencies = [4859 "libsecp256k1-core",4860]48614862[[package]]4863name = "libsecp256k1-gen-genmult"4864version = "0.3.0"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4867dependencies = [4868 "libsecp256k1-core",4869]48704871[[package]]4872name = "libz-sys"4873version = "1.1.6"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4876dependencies = [4877 "cc",4878 "pkg-config",4879 "vcpkg",4880]48814882[[package]]4883name = "linked-hash-map"4884version = "0.5.4"4885source = "registry+https://github.com/rust-lang/crates.io-index"4886checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"48874888[[package]]4889name = "linked_hash_set"4890version = "0.1.4"4891source = "registry+https://github.com/rust-lang/crates.io-index"4892checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4893dependencies = [4894 "linked-hash-map",4895]48964897[[package]]4898name = "linregress"4899version = "0.4.4"4900source = "registry+https://github.com/rust-lang/crates.io-index"4901checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4902dependencies = [4903 "nalgebra",4904 "statrs",4905]49064907[[package]]4908name = "linux-raw-sys"4909version = "0.0.42"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"49124913[[package]]4914name = "lock_api"4915version = "0.4.7"4916source = "registry+https://github.com/rust-lang/crates.io-index"4917checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4918dependencies = [4919 "autocfg",4920 "scopeguard",4921]49224923[[package]]4924name = "log"4925version = "0.4.17"4926source = "registry+https://github.com/rust-lang/crates.io-index"4927checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4928dependencies = [4929 "cfg-if 1.0.0",4930 "value-bag",4931]49324933[[package]]4934name = "lru"4935version = "0.6.6"4936source = "registry+https://github.com/rust-lang/crates.io-index"4937checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4938dependencies = [4939 "hashbrown 0.11.2",4940]49414942[[package]]4943name = "lru"4944version = "0.7.5"4945source = "registry+https://github.com/rust-lang/crates.io-index"4946checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"4947dependencies = [4948 "hashbrown 0.11.2",4949]49504951[[package]]4952name = "lru-cache"4953version = "0.1.2"4954source = "registry+https://github.com/rust-lang/crates.io-index"4955checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4956dependencies = [4957 "linked-hash-map",4958]49594960[[package]]4961name = "lz4"4962version = "1.23.3"4963source = "registry+https://github.com/rust-lang/crates.io-index"4964checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4965dependencies = [4966 "libc",4967 "lz4-sys",4968]49694970[[package]]4971name = "lz4-sys"4972version = "1.9.3"4973source = "registry+https://github.com/rust-lang/crates.io-index"4974checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4975dependencies = [4976 "cc",4977 "libc",4978]49794980[[package]]4981name = "mach"4982version = "0.3.2"4983source = "registry+https://github.com/rust-lang/crates.io-index"4984checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4985dependencies = [4986 "libc",4987]49884989[[package]]4990name = "maplit"4991version = "1.0.2"4992source = "registry+https://github.com/rust-lang/crates.io-index"4993checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"49944995[[package]]4996name = "match_cfg"4997version = "0.1.0"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50005001[[package]]5002name = "matchers"5003version = "0.0.1"5004source = "registry+https://github.com/rust-lang/crates.io-index"5005checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5006dependencies = [5007 "regex-automata",5008]50095010[[package]]5011name = "matches"5012version = "0.1.9"5013source = "registry+https://github.com/rust-lang/crates.io-index"5014checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50155016[[package]]5017name = "matrixmultiply"5018version = "0.3.2"5019source = "registry+https://github.com/rust-lang/crates.io-index"5020checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5021dependencies = [5022 "rawpointer",5023]50245025[[package]]5026name = "memchr"5027version = "2.5.0"5028source = "registry+https://github.com/rust-lang/crates.io-index"5029checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50305031[[package]]5032name = "memmap2"5033version = "0.2.3"5034source = "registry+https://github.com/rust-lang/crates.io-index"5035checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5036dependencies = [5037 "libc",5038]50395040[[package]]5041name = "memmap2"5042version = "0.5.3"5043source = "registry+https://github.com/rust-lang/crates.io-index"5044checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5045dependencies = [5046 "libc",5047]50485049[[package]]5050name = "memoffset"5051version = "0.6.5"5052source = "registry+https://github.com/rust-lang/crates.io-index"5053checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5054dependencies = [5055 "autocfg",5056]50575058[[package]]5059name = "memory-db"5060version = "0.29.0"5061source = "registry+https://github.com/rust-lang/crates.io-index"5062checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5063dependencies = [5064 "hash-db",5065 "hashbrown 0.12.1",5066 "parity-util-mem",5067]50685069[[package]]5070name = "memory-lru"5071version = "0.1.0"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5074dependencies = [5075 "lru 0.6.6",5076]50775078[[package]]5079name = "memory_units"5080version = "0.3.0"5081source = "registry+https://github.com/rust-lang/crates.io-index"5082checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"50835084[[package]]5085name = "merlin"5086version = "2.0.1"5087source = "registry+https://github.com/rust-lang/crates.io-index"5088checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5089dependencies = [5090 "byteorder",5091 "keccak",5092 "rand_core 0.5.1",5093 "zeroize",5094]50955096[[package]]5097name = "metered-channel"5098version = "0.9.21"5099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5100dependencies = [5101 "coarsetime",5102 "crossbeam-queue",5103 "derive_more",5104 "futures 0.3.21",5105 "futures-timer",5106 "nanorand",5107 "thiserror",5108 "tracing-gum",5109]51105111[[package]]5112name = "mick-jaeger"5113version = "0.1.8"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5116dependencies = [5117 "futures 0.3.21",5118 "rand 0.8.5",5119 "thrift",5120]51215122[[package]]5123name = "minimal-lexical"5124version = "0.2.1"5125source = "registry+https://github.com/rust-lang/crates.io-index"5126checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51275128[[package]]5129name = "miniz_oxide"5130version = "0.5.1"5131source = "registry+https://github.com/rust-lang/crates.io-index"5132checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5133dependencies = [5134 "adler",5135]51365137[[package]]5138name = "mio"5139version = "0.6.23"5140source = "registry+https://github.com/rust-lang/crates.io-index"5141checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5142dependencies = [5143 "cfg-if 0.1.10",5144 "fuchsia-zircon",5145 "fuchsia-zircon-sys",5146 "iovec",5147 "kernel32-sys",5148 "libc",5149 "log",5150 "miow",5151 "net2",5152 "slab",5153 "winapi 0.2.8",5154]51555156[[package]]5157name = "mio"5158version = "0.8.3"5159source = "registry+https://github.com/rust-lang/crates.io-index"5160checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5161dependencies = [5162 "libc",5163 "log",5164 "wasi 0.11.0+wasi-snapshot-preview1",5165 "windows-sys",5166]51675168[[package]]5169name = "mio-extras"5170version = "2.0.6"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5173dependencies = [5174 "lazycell",5175 "log",5176 "mio 0.6.23",5177 "slab",5178]51795180[[package]]5181name = "miow"5182version = "0.2.2"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5185dependencies = [5186 "kernel32-sys",5187 "net2",5188 "winapi 0.2.8",5189 "ws2_32-sys",5190]51915192[[package]]5193name = "more-asserts"5194version = "0.2.2"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51975198[[package]]5199name = "multiaddr"5200version = "0.13.0"5201source = "registry+https://github.com/rust-lang/crates.io-index"5202checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5203dependencies = [5204 "arrayref",5205 "bs58",5206 "byteorder",5207 "data-encoding",5208 "multihash 0.14.0",5209 "percent-encoding 2.1.0",5210 "serde",5211 "static_assertions",5212 "unsigned-varint 0.7.1",5213 "url 2.2.2",5214]52155216[[package]]5217name = "multibase"5218version = "0.8.0"5219source = "registry+https://github.com/rust-lang/crates.io-index"5220checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5221dependencies = [5222 "base-x",5223 "data-encoding",5224 "data-encoding-macro",5225]52265227[[package]]5228name = "multihash"5229version = "0.13.2"5230source = "registry+https://github.com/rust-lang/crates.io-index"5231checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5232dependencies = [5233 "blake2b_simd",5234 "blake2s_simd",5235 "blake3 0.3.8",5236 "digest 0.9.0",5237 "generic-array 0.14.5",5238 "multihash-derive",5239 "sha2 0.9.9",5240 "sha3 0.9.1",5241 "unsigned-varint 0.5.1",5242]52435244[[package]]5245name = "multihash"5246version = "0.14.0"5247source = "registry+https://github.com/rust-lang/crates.io-index"5248checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5249dependencies = [5250 "digest 0.9.0",5251 "generic-array 0.14.5",5252 "multihash-derive",5253 "sha2 0.9.9",5254 "unsigned-varint 0.7.1",5255]52565257[[package]]5258name = "multihash-derive"5259version = "0.7.2"5260source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5262dependencies = [5263 "proc-macro-crate 1.1.3",5264 "proc-macro-error",5265 "proc-macro2",5266 "quote",5267 "syn",5268 "synstructure",5269]52705271[[package]]5272name = "multimap"5273version = "0.8.3"5274source = "registry+https://github.com/rust-lang/crates.io-index"5275checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52765277[[package]]5278name = "multistream-select"5279version = "0.10.4"5280source = "registry+https://github.com/rust-lang/crates.io-index"5281checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5282dependencies = [5283 "bytes 1.1.0",5284 "futures 0.3.21",5285 "log",5286 "pin-project 1.0.10",5287 "smallvec",5288 "unsigned-varint 0.7.1",5289]52905291[[package]]5292name = "nalgebra"5293version = "0.27.1"5294source = "registry+https://github.com/rust-lang/crates.io-index"5295checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5296dependencies = [5297 "approx",5298 "matrixmultiply",5299 "nalgebra-macros",5300 "num-complex",5301 "num-rational 0.4.0",5302 "num-traits",5303 "rand 0.8.5",5304 "rand_distr",5305 "simba",5306 "typenum",5307]53085309[[package]]5310name = "nalgebra-macros"5311version = "0.1.0"5312source = "registry+https://github.com/rust-lang/crates.io-index"5313checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5314dependencies = [5315 "proc-macro2",5316 "quote",5317 "syn",5318]53195320[[package]]5321name = "names"5322version = "0.13.0"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5325dependencies = [5326 "rand 0.8.5",5327]53285329[[package]]5330name = "nanorand"5331version = "0.7.0"5332source = "registry+https://github.com/rust-lang/crates.io-index"5333checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53345335[[package]]5336name = "net2"5337version = "0.2.37"5338source = "registry+https://github.com/rust-lang/crates.io-index"5339checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5340dependencies = [5341 "cfg-if 0.1.10",5342 "libc",5343 "winapi 0.3.9",5344]53455346[[package]]5347name = "nodrop"5348version = "0.1.14"5349source = "registry+https://github.com/rust-lang/crates.io-index"5350checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53515352[[package]]5353name = "nohash-hasher"5354version = "0.2.0"5355source = "registry+https://github.com/rust-lang/crates.io-index"5356checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53575358[[package]]5359name = "nom"5360version = "7.1.1"5361source = "registry+https://github.com/rust-lang/crates.io-index"5362checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5363dependencies = [5364 "memchr",5365 "minimal-lexical",5366]53675368[[package]]5369name = "num-bigint"5370version = "0.2.6"5371source = "registry+https://github.com/rust-lang/crates.io-index"5372checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5373dependencies = [5374 "autocfg",5375 "num-integer",5376 "num-traits",5377]53785379[[package]]5380name = "num-complex"5381version = "0.4.1"5382source = "registry+https://github.com/rust-lang/crates.io-index"5383checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5384dependencies = [5385 "num-traits",5386]53875388[[package]]5389name = "num-format"5390version = "0.4.0"5391source = "registry+https://github.com/rust-lang/crates.io-index"5392checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5393dependencies = [5394 "arrayvec 0.4.12",5395 "itoa 0.4.8",5396]53975398[[package]]5399name = "num-integer"5400version = "0.1.45"5401source = "registry+https://github.com/rust-lang/crates.io-index"5402checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5403dependencies = [5404 "autocfg",5405 "num-traits",5406]54075408[[package]]5409name = "num-rational"5410version = "0.2.4"5411source = "registry+https://github.com/rust-lang/crates.io-index"5412checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5413dependencies = [5414 "autocfg",5415 "num-bigint",5416 "num-integer",5417 "num-traits",5418]54195420[[package]]5421name = "num-rational"5422version = "0.4.0"5423source = "registry+https://github.com/rust-lang/crates.io-index"5424checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5425dependencies = [5426 "autocfg",5427 "num-integer",5428 "num-traits",5429]54305431[[package]]5432name = "num-traits"5433version = "0.2.15"5434source = "registry+https://github.com/rust-lang/crates.io-index"5435checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5436dependencies = [5437 "autocfg",5438 "libm",5439]54405441[[package]]5442name = "num_cpus"5443version = "1.13.1"5444source = "registry+https://github.com/rust-lang/crates.io-index"5445checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5446dependencies = [5447 "hermit-abi",5448 "libc",5449]54505451[[package]]5452name = "object"5453version = "0.27.1"5454source = "registry+https://github.com/rust-lang/crates.io-index"5455checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5456dependencies = [5457 "crc32fast",5458 "indexmap",5459 "memchr",5460]54615462[[package]]5463name = "object"5464version = "0.28.4"5465source = "registry+https://github.com/rust-lang/crates.io-index"5466checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5467dependencies = [5468 "memchr",5469]54705471[[package]]5472name = "once_cell"5473version = "1.12.0"5474source = "registry+https://github.com/rust-lang/crates.io-index"5475checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"54765477[[package]]5478name = "opal-runtime"5479version = "0.9.20"5480dependencies = [5481 "cumulus-pallet-aura-ext",5482 "cumulus-pallet-dmp-queue",5483 "cumulus-pallet-parachain-system",5484 "cumulus-pallet-xcm",5485 "cumulus-pallet-xcmp-queue",5486 "cumulus-primitives-core",5487 "cumulus-primitives-timestamp",5488 "cumulus-primitives-utility",5489 "derivative",5490 "fp-evm-mapping",5491 "fp-rpc",5492 "fp-self-contained",5493 "frame-benchmarking",5494 "frame-executive",5495 "frame-support",5496 "frame-system",5497 "frame-system-benchmarking",5498 "frame-system-rpc-runtime-api",5499 "frame-try-runtime",5500 "hex-literal",5501 "log",5502 "orml-vesting",5503 "pallet-aura",5504 "pallet-balances",5505 "pallet-base-fee",5506 "pallet-common",5507 "pallet-ethereum",5508 "pallet-evm",5509 "pallet-evm-coder-substrate",5510 "pallet-evm-contract-helpers",5511 "pallet-evm-migration",5512 "pallet-evm-transaction-payment",5513 "pallet-fungible",5514 "pallet-inflation",5515 "pallet-nonfungible",5516 "pallet-randomness-collective-flip",5517 "pallet-refungible",5518 "pallet-rmrk-core",5519 "pallet-rmrk-equip",5520 "pallet-structure",5521 "pallet-sudo",5522 "pallet-template-transaction-payment",5523 "pallet-timestamp",5524 "pallet-transaction-payment",5525 "pallet-transaction-payment-rpc-runtime-api",5526 "pallet-treasury",5527 "pallet-unique",5528 "pallet-unq-scheduler",5529 "pallet-xcm",5530 "parachain-info",5531 "parity-scale-codec 3.1.2",5532 "polkadot-parachain",5533 "rmrk-rpc 0.0.1",5534 "scale-info",5535 "serde",5536 "smallvec",5537 "sp-api",5538 "sp-arithmetic",5539 "sp-block-builder",5540 "sp-consensus-aura",5541 "sp-core",5542 "sp-inherents",5543 "sp-io",5544 "sp-offchain",5545 "sp-runtime",5546 "sp-session",5547 "sp-std",5548 "sp-transaction-pool",5549 "sp-version",5550 "substrate-wasm-builder",5551 "unique-runtime-common",5552 "up-data-structs",5553 "up-rpc",5554 "xcm",5555 "xcm-builder",5556 "xcm-executor",5557]55585559[[package]]5560name = "opaque-debug"5561version = "0.2.3"5562source = "registry+https://github.com/rust-lang/crates.io-index"5563checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55645565[[package]]5566name = "opaque-debug"5567version = "0.3.0"5568source = "registry+https://github.com/rust-lang/crates.io-index"5569checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55705571[[package]]5572name = "open-metrics-client"5573version = "0.12.0"5574source = "registry+https://github.com/rust-lang/crates.io-index"5575checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5576dependencies = [5577 "dtoa",5578 "itoa 0.4.8",5579 "open-metrics-client-derive-text-encode",5580 "owning_ref",5581]55825583[[package]]5584name = "open-metrics-client-derive-text-encode"5585version = "0.1.1"5586source = "registry+https://github.com/rust-lang/crates.io-index"5587checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5588dependencies = [5589 "proc-macro2",5590 "quote",5591 "syn",5592]55935594[[package]]5595name = "openssl-probe"5596version = "0.1.5"5597source = "registry+https://github.com/rust-lang/crates.io-index"5598checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55995600[[package]]5601name = "ordered-float"5602version = "1.1.1"5603source = "registry+https://github.com/rust-lang/crates.io-index"5604checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5605dependencies = [5606 "num-traits",5607]56085609[[package]]5610name = "orml-vesting"5611version = "0.4.1-dev"5612source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5613dependencies = [5614 "frame-support",5615 "frame-system",5616 "parity-scale-codec 3.1.2",5617 "scale-info",5618 "serde",5619 "sp-io",5620 "sp-runtime",5621 "sp-std",5622]56235624[[package]]5625name = "os_str_bytes"5626version = "6.0.1"5627source = "registry+https://github.com/rust-lang/crates.io-index"5628checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"56295630[[package]]5631name = "owning_ref"5632version = "0.4.1"5633source = "registry+https://github.com/rust-lang/crates.io-index"5634checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5635dependencies = [5636 "stable_deref_trait",5637]56385639[[package]]5640name = "pallet-aura"5641version = "4.0.0-dev"5642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5643dependencies = [5644 "frame-support",5645 "frame-system",5646 "pallet-timestamp",5647 "parity-scale-codec 3.1.2",5648 "scale-info",5649 "sp-application-crypto",5650 "sp-consensus-aura",5651 "sp-runtime",5652 "sp-std",5653]56545655[[package]]5656name = "pallet-authority-discovery"5657version = "4.0.0-dev"5658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5659dependencies = [5660 "frame-support",5661 "frame-system",5662 "pallet-session",5663 "parity-scale-codec 3.1.2",5664 "scale-info",5665 "sp-application-crypto",5666 "sp-authority-discovery",5667 "sp-runtime",5668 "sp-std",5669]56705671[[package]]5672name = "pallet-authorship"5673version = "4.0.0-dev"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5675dependencies = [5676 "frame-support",5677 "frame-system",5678 "impl-trait-for-tuples",5679 "parity-scale-codec 3.1.2",5680 "scale-info",5681 "sp-authorship",5682 "sp-runtime",5683 "sp-std",5684]56855686[[package]]5687name = "pallet-babe"5688version = "4.0.0-dev"5689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5690dependencies = [5691 "frame-benchmarking",5692 "frame-support",5693 "frame-system",5694 "log",5695 "pallet-authorship",5696 "pallet-session",5697 "pallet-timestamp",5698 "parity-scale-codec 3.1.2",5699 "scale-info",5700 "sp-application-crypto",5701 "sp-consensus-babe",5702 "sp-consensus-vrf",5703 "sp-io",5704 "sp-runtime",5705 "sp-session",5706 "sp-staking",5707 "sp-std",5708]57095710[[package]]5711name = "pallet-bags-list"5712version = "4.0.0-dev"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5714dependencies = [5715 "frame-benchmarking",5716 "frame-election-provider-support",5717 "frame-support",5718 "frame-system",5719 "log",5720 "pallet-balances",5721 "parity-scale-codec 3.1.2",5722 "scale-info",5723 "sp-core",5724 "sp-io",5725 "sp-runtime",5726 "sp-std",5727 "sp-tracing",5728]57295730[[package]]5731name = "pallet-balances"5732version = "4.0.0-dev"5733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5734dependencies = [5735 "frame-benchmarking",5736 "frame-support",5737 "frame-system",5738 "log",5739 "parity-scale-codec 3.1.2",5740 "scale-info",5741 "sp-runtime",5742 "sp-std",5743]57445745[[package]]5746name = "pallet-base-fee"5747version = "1.0.0"5748source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5749dependencies = [5750 "fp-evm",5751 "frame-support",5752 "frame-system",5753 "parity-scale-codec 3.1.2",5754 "scale-info",5755 "serde",5756 "sp-core",5757 "sp-runtime",5758]57595760[[package]]5761name = "pallet-beefy"5762version = "4.0.0-dev"5763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5764dependencies = [5765 "beefy-primitives",5766 "frame-support",5767 "frame-system",5768 "pallet-session",5769 "parity-scale-codec 3.1.2",5770 "scale-info",5771 "serde",5772 "sp-runtime",5773 "sp-std",5774]57755776[[package]]5777name = "pallet-beefy-mmr"5778version = "4.0.0-dev"5779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5780dependencies = [5781 "beefy-merkle-tree",5782 "beefy-primitives",5783 "frame-support",5784 "frame-system",5785 "hex",5786 "k256",5787 "log",5788 "pallet-beefy",5789 "pallet-mmr",5790 "pallet-session",5791 "parity-scale-codec 3.1.2",5792 "scale-info",5793 "serde",5794 "sp-core",5795 "sp-io",5796 "sp-runtime",5797 "sp-std",5798]57995800[[package]]5801name = "pallet-bounties"5802version = "4.0.0-dev"5803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5804dependencies = [5805 "frame-benchmarking",5806 "frame-support",5807 "frame-system",5808 "log",5809 "pallet-treasury",5810 "parity-scale-codec 3.1.2",5811 "scale-info",5812 "sp-core",5813 "sp-io",5814 "sp-runtime",5815 "sp-std",5816]58175818[[package]]5819name = "pallet-bridge-dispatch"5820version = "0.1.0"5821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5822dependencies = [5823 "bp-message-dispatch",5824 "bp-runtime",5825 "frame-support",5826 "frame-system",5827 "log",5828 "parity-scale-codec 3.1.2",5829 "scale-info",5830 "sp-core",5831 "sp-runtime",5832 "sp-std",5833]58345835[[package]]5836name = "pallet-bridge-grandpa"5837version = "0.1.0"5838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5839dependencies = [5840 "bp-header-chain",5841 "bp-runtime",5842 "bp-test-utils",5843 "finality-grandpa",5844 "frame-support",5845 "frame-system",5846 "log",5847 "num-traits",5848 "parity-scale-codec 3.1.2",5849 "scale-info",5850 "serde",5851 "sp-finality-grandpa",5852 "sp-runtime",5853 "sp-std",5854 "sp-trie",5855]58565857[[package]]5858name = "pallet-bridge-messages"5859version = "0.1.0"5860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5861dependencies = [5862 "bitvec 1.0.0",5863 "bp-message-dispatch",5864 "bp-messages",5865 "bp-runtime",5866 "frame-support",5867 "frame-system",5868 "log",5869 "num-traits",5870 "parity-scale-codec 3.1.2",5871 "scale-info",5872 "serde",5873 "sp-core",5874 "sp-runtime",5875 "sp-std",5876]58775878[[package]]5879name = "pallet-child-bounties"5880version = "4.0.0-dev"5881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5882dependencies = [5883 "frame-benchmarking",5884 "frame-support",5885 "frame-system",5886 "log",5887 "pallet-bounties",5888 "pallet-treasury",5889 "parity-scale-codec 3.1.2",5890 "scale-info",5891 "sp-core",5892 "sp-io",5893 "sp-runtime",5894 "sp-std",5895]58965897[[package]]5898name = "pallet-collective"5899version = "4.0.0-dev"5900source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5901dependencies = [5902 "frame-benchmarking",5903 "frame-support",5904 "frame-system",5905 "log",5906 "parity-scale-codec 3.1.2",5907 "scale-info",5908 "sp-core",5909 "sp-io",5910 "sp-runtime",5911 "sp-std",5912]59135914[[package]]5915name = "pallet-common"5916version = "0.1.0"5917dependencies = [5918 "evm-coder",5919 "fp-evm-mapping",5920 "frame-benchmarking",5921 "frame-support",5922 "frame-system",5923 "lazy_static",5924 "pallet-evm",5925 "pallet-evm-coder-substrate",5926 "parity-scale-codec 3.1.2",5927 "scale-info",5928 "serde",5929 "sp-core",5930 "sp-runtime",5931 "sp-std",5932 "up-data-structs",5933]59345935[[package]]5936name = "pallet-democracy"5937version = "4.0.0-dev"5938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5939dependencies = [5940 "frame-benchmarking",5941 "frame-support",5942 "frame-system",5943 "parity-scale-codec 3.1.2",5944 "scale-info",5945 "serde",5946 "sp-io",5947 "sp-runtime",5948 "sp-std",5949]59505951[[package]]5952name = "pallet-election-provider-multi-phase"5953version = "4.0.0-dev"5954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5955dependencies = [5956 "frame-benchmarking",5957 "frame-election-provider-support",5958 "frame-support",5959 "frame-system",5960 "log",5961 "parity-scale-codec 3.1.2",5962 "rand 0.7.3",5963 "scale-info",5964 "sp-arithmetic",5965 "sp-core",5966 "sp-io",5967 "sp-npos-elections",5968 "sp-runtime",5969 "sp-std",5970 "static_assertions",5971 "strum 0.23.0",5972]59735974[[package]]5975name = "pallet-election-provider-support-benchmarking"5976version = "4.0.0-dev"5977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5978dependencies = [5979 "frame-benchmarking",5980 "frame-election-provider-support",5981 "frame-system",5982 "parity-scale-codec 3.1.2",5983 "sp-npos-elections",5984 "sp-runtime",5985]59865987[[package]]5988name = "pallet-elections-phragmen"5989version = "5.0.0-dev"5990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5991dependencies = [5992 "frame-benchmarking",5993 "frame-support",5994 "frame-system",5995 "log",5996 "parity-scale-codec 3.1.2",5997 "scale-info",5998 "sp-core",5999 "sp-io",6000 "sp-npos-elections",6001 "sp-runtime",6002 "sp-std",6003]60046005[[package]]6006name = "pallet-ethereum"6007version = "4.0.0-dev"6008source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6009dependencies = [6010 "ethereum",6011 "ethereum-types",6012 "evm",6013 "fp-consensus",6014 "fp-evm",6015 "fp-evm-mapping",6016 "fp-rpc",6017 "fp-self-contained",6018 "fp-storage",6019 "frame-support",6020 "frame-system",6021 "log",6022 "pallet-balances",6023 "pallet-evm",6024 "pallet-timestamp",6025 "parity-scale-codec 3.1.2",6026 "rlp",6027 "scale-info",6028 "serde",6029 "sha3 0.10.1",6030 "sp-io",6031 "sp-runtime",6032 "sp-std",6033]60346035[[package]]6036name = "pallet-evm"6037version = "6.0.0-dev"6038source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6039dependencies = [6040 "evm",6041 "fp-evm",6042 "fp-evm-mapping",6043 "frame-benchmarking",6044 "frame-support",6045 "frame-system",6046 "hex",6047 "impl-trait-for-tuples",6048 "log",6049 "pallet-balances",6050 "pallet-timestamp",6051 "parity-scale-codec 3.1.2",6052 "primitive-types",6053 "rlp",6054 "scale-info",6055 "serde",6056 "sha3 0.10.1",6057 "sp-core",6058 "sp-io",6059 "sp-runtime",6060 "sp-std",6061]60626063[[package]]6064name = "pallet-evm-coder-substrate"6065version = "0.1.0"6066dependencies = [6067 "ethereum",6068 "evm-coder",6069 "frame-benchmarking",6070 "frame-support",6071 "frame-system",6072 "pallet-ethereum",6073 "pallet-evm",6074 "parity-scale-codec 3.1.2",6075 "scale-info",6076 "sp-core",6077 "sp-std",6078 "up-data-structs",6079]60806081[[package]]6082name = "pallet-evm-contract-helpers"6083version = "0.1.0"6084dependencies = [6085 "ethereum",6086 "evm-coder",6087 "fp-evm-mapping",6088 "frame-support",6089 "frame-system",6090 "log",6091 "pallet-common",6092 "pallet-evm",6093 "pallet-evm-coder-substrate",6094 "pallet-nonfungible",6095 "parity-scale-codec 3.1.2",6096 "scale-info",6097 "sp-core",6098 "sp-runtime",6099 "sp-std",6100 "up-data-structs",6101 "up-sponsorship",6102]61036104[[package]]6105name = "pallet-evm-migration"6106version = "0.1.0"6107dependencies = [6108 "fp-evm",6109 "frame-benchmarking",6110 "frame-support",6111 "frame-system",6112 "pallet-evm",6113 "parity-scale-codec 3.1.2",6114 "scale-info",6115 "sp-core",6116 "sp-io",6117 "sp-runtime",6118 "sp-std",6119]61206121[[package]]6122name = "pallet-evm-transaction-payment"6123version = "0.1.0"6124dependencies = [6125 "fp-evm",6126 "fp-evm-mapping",6127 "frame-support",6128 "frame-system",6129 "pallet-ethereum",6130 "pallet-evm",6131 "parity-scale-codec 3.1.2",6132 "scale-info",6133 "sp-core",6134 "sp-io",6135 "sp-runtime",6136 "sp-std",6137 "up-sponsorship",6138]61396140[[package]]6141name = "pallet-fungible"6142version = "0.1.0"6143dependencies = [6144 "ethereum",6145 "evm-coder",6146 "frame-benchmarking",6147 "frame-support",6148 "frame-system",6149 "pallet-common",6150 "pallet-evm",6151 "pallet-evm-coder-substrate",6152 "pallet-structure",6153 "parity-scale-codec 3.1.2",6154 "scale-info",6155 "sp-core",6156 "sp-runtime",6157 "sp-std",6158 "up-data-structs",6159]61606161[[package]]6162name = "pallet-gilt"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 "parity-scale-codec 3.1.2",6170 "scale-info",6171 "sp-arithmetic",6172 "sp-runtime",6173 "sp-std",6174]61756176[[package]]6177name = "pallet-grandpa"6178version = "4.0.0-dev"6179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6180dependencies = [6181 "frame-benchmarking",6182 "frame-support",6183 "frame-system",6184 "log",6185 "pallet-authorship",6186 "pallet-session",6187 "parity-scale-codec 3.1.2",6188 "scale-info",6189 "sp-application-crypto",6190 "sp-core",6191 "sp-finality-grandpa",6192 "sp-io",6193 "sp-runtime",6194 "sp-session",6195 "sp-staking",6196 "sp-std",6197]61986199[[package]]6200name = "pallet-identity"6201version = "4.0.0-dev"6202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6203dependencies = [6204 "enumflags2",6205 "frame-benchmarking",6206 "frame-support",6207 "frame-system",6208 "parity-scale-codec 3.1.2",6209 "scale-info",6210 "sp-io",6211 "sp-runtime",6212 "sp-std",6213]62146215[[package]]6216name = "pallet-im-online"6217version = "4.0.0-dev"6218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6219dependencies = [6220 "frame-benchmarking",6221 "frame-support",6222 "frame-system",6223 "log",6224 "pallet-authorship",6225 "parity-scale-codec 3.1.2",6226 "scale-info",6227 "sp-application-crypto",6228 "sp-core",6229 "sp-io",6230 "sp-runtime",6231 "sp-staking",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-indices"6237version = "4.0.0-dev"6238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6239dependencies = [6240 "frame-benchmarking",6241 "frame-support",6242 "frame-system",6243 "parity-scale-codec 3.1.2",6244 "scale-info",6245 "sp-core",6246 "sp-io",6247 "sp-keyring",6248 "sp-runtime",6249 "sp-std",6250]62516252[[package]]6253name = "pallet-inflation"6254version = "0.1.0"6255dependencies = [6256 "frame-benchmarking",6257 "frame-support",6258 "frame-system",6259 "pallet-balances",6260 "pallet-randomness-collective-flip",6261 "pallet-timestamp",6262 "parity-scale-codec 3.1.2",6263 "scale-info",6264 "serde",6265 "sp-core",6266 "sp-io",6267 "sp-runtime",6268 "sp-std",6269]62706271[[package]]6272name = "pallet-membership"6273version = "4.0.0-dev"6274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6275dependencies = [6276 "frame-benchmarking",6277 "frame-support",6278 "frame-system",6279 "log",6280 "parity-scale-codec 3.1.2",6281 "scale-info",6282 "sp-core",6283 "sp-io",6284 "sp-runtime",6285 "sp-std",6286]62876288[[package]]6289name = "pallet-mmr"6290version = "4.0.0-dev"6291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6292dependencies = [6293 "ckb-merkle-mountain-range",6294 "frame-benchmarking",6295 "frame-support",6296 "frame-system",6297 "parity-scale-codec 3.1.2",6298 "scale-info",6299 "sp-core",6300 "sp-io",6301 "sp-mmr-primitives",6302 "sp-runtime",6303 "sp-std",6304]63056306[[package]]6307name = "pallet-mmr-rpc"6308version = "3.0.0"6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6310dependencies = [6311 "jsonrpc-core",6312 "jsonrpc-core-client",6313 "jsonrpc-derive",6314 "parity-scale-codec 3.1.2",6315 "serde",6316 "sp-api",6317 "sp-blockchain",6318 "sp-core",6319 "sp-mmr-primitives",6320 "sp-runtime",6321]63226323[[package]]6324name = "pallet-multisig"6325version = "4.0.0-dev"6326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6327dependencies = [6328 "frame-benchmarking",6329 "frame-support",6330 "frame-system",6331 "parity-scale-codec 3.1.2",6332 "scale-info",6333 "sp-io",6334 "sp-runtime",6335 "sp-std",6336]63376338[[package]]6339name = "pallet-nicks"6340version = "4.0.0-dev"6341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6342dependencies = [6343 "frame-support",6344 "frame-system",6345 "parity-scale-codec 3.1.2",6346 "scale-info",6347 "sp-io",6348 "sp-runtime",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-nomination-pools"6354version = "1.0.0"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6356dependencies = [6357 "frame-support",6358 "frame-system",6359 "parity-scale-codec 3.1.2",6360 "scale-info",6361 "sp-core",6362 "sp-runtime",6363 "sp-staking",6364 "sp-std",6365]63666367[[package]]6368name = "pallet-nomination-pools-benchmarking"6369version = "1.0.0"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6371dependencies = [6372 "frame-benchmarking",6373 "frame-election-provider-support",6374 "frame-support",6375 "frame-system",6376 "pallet-bags-list",6377 "pallet-nomination-pools",6378 "pallet-staking",6379 "parity-scale-codec 3.1.2",6380 "scale-info",6381 "sp-runtime",6382 "sp-staking",6383 "sp-std",6384]63856386[[package]]6387name = "pallet-nonfungible"6388version = "0.1.0"6389dependencies = [6390 "ethereum",6391 "evm-coder",6392 "frame-benchmarking",6393 "frame-support",6394 "frame-system",6395 "pallet-common",6396 "pallet-evm",6397 "pallet-evm-coder-substrate",6398 "pallet-structure",6399 "parity-scale-codec 3.1.2",6400 "scale-info",6401 "sp-core",6402 "sp-runtime",6403 "sp-std",6404 "struct-versioning",6405 "up-data-structs",6406]64076408[[package]]6409name = "pallet-offences"6410version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6412dependencies = [6413 "frame-support",6414 "frame-system",6415 "log",6416 "pallet-balances",6417 "parity-scale-codec 3.1.2",6418 "scale-info",6419 "serde",6420 "sp-runtime",6421 "sp-staking",6422 "sp-std",6423]64246425[[package]]6426name = "pallet-offences-benchmarking"6427version = "4.0.0-dev"6428source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6429dependencies = [6430 "frame-benchmarking",6431 "frame-election-provider-support",6432 "frame-support",6433 "frame-system",6434 "pallet-babe",6435 "pallet-balances",6436 "pallet-grandpa",6437 "pallet-im-online",6438 "pallet-offences",6439 "pallet-session",6440 "pallet-staking",6441 "parity-scale-codec 3.1.2",6442 "scale-info",6443 "sp-runtime",6444 "sp-staking",6445 "sp-std",6446]64476448[[package]]6449name = "pallet-preimage"6450version = "4.0.0-dev"6451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6452dependencies = [6453 "frame-benchmarking",6454 "frame-support",6455 "frame-system",6456 "parity-scale-codec 3.1.2",6457 "scale-info",6458 "sp-core",6459 "sp-io",6460 "sp-runtime",6461 "sp-std",6462]64636464[[package]]6465name = "pallet-proxy"6466version = "4.0.0-dev"6467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6468dependencies = [6469 "frame-benchmarking",6470 "frame-support",6471 "frame-system",6472 "parity-scale-codec 3.1.2",6473 "scale-info",6474 "sp-io",6475 "sp-runtime",6476 "sp-std",6477]64786479[[package]]6480name = "pallet-randomness-collective-flip"6481version = "4.0.0-dev"6482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6483dependencies = [6484 "frame-support",6485 "frame-system",6486 "parity-scale-codec 3.1.2",6487 "safe-mix",6488 "scale-info",6489 "sp-runtime",6490 "sp-std",6491]64926493[[package]]6494name = "pallet-recovery"6495version = "4.0.0-dev"6496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6497dependencies = [6498 "frame-support",6499 "frame-system",6500 "parity-scale-codec 3.1.2",6501 "scale-info",6502 "sp-io",6503 "sp-runtime",6504 "sp-std",6505]65066507[[package]]6508name = "pallet-refungible"6509version = "0.1.0"6510dependencies = [6511 "frame-benchmarking",6512 "frame-support",6513 "frame-system",6514 "pallet-common",6515 "pallet-evm",6516 "pallet-structure",6517 "parity-scale-codec 3.1.2",6518 "scale-info",6519 "sp-core",6520 "sp-runtime",6521 "sp-std",6522 "struct-versioning",6523 "up-data-structs",6524]65256526[[package]]6527name = "pallet-rmrk-core"6528version = "0.1.0"6529dependencies = [6530 "frame-benchmarking",6531 "frame-support",6532 "frame-system",6533 "pallet-common",6534 "pallet-evm",6535 "pallet-nonfungible",6536 "parity-scale-codec 3.1.2",6537 "scale-info",6538 "sp-core",6539 "sp-runtime",6540 "sp-std",6541 "up-data-structs",6542]65436544[[package]]6545name = "pallet-rmrk-equip"6546version = "0.1.0"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "pallet-nonfungible",6554 "pallet-rmrk-core",6555 "parity-scale-codec 3.1.2",6556 "scale-info",6557 "sp-core",6558 "sp-runtime",6559 "sp-std",6560 "up-data-structs",6561]65626563[[package]]6564name = "pallet-scheduler"6565version = "4.0.0-dev"6566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6567dependencies = [6568 "frame-benchmarking",6569 "frame-support",6570 "frame-system",6571 "log",6572 "parity-scale-codec 3.1.2",6573 "scale-info",6574 "sp-io",6575 "sp-runtime",6576 "sp-std",6577]65786579[[package]]6580name = "pallet-session"6581version = "4.0.0-dev"6582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6583dependencies = [6584 "frame-support",6585 "frame-system",6586 "impl-trait-for-tuples",6587 "log",6588 "pallet-timestamp",6589 "parity-scale-codec 3.1.2",6590 "scale-info",6591 "sp-core",6592 "sp-io",6593 "sp-runtime",6594 "sp-session",6595 "sp-staking",6596 "sp-std",6597 "sp-trie",6598]65996600[[package]]6601name = "pallet-session-benchmarking"6602version = "4.0.0-dev"6603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6604dependencies = [6605 "frame-benchmarking",6606 "frame-support",6607 "frame-system",6608 "pallet-session",6609 "pallet-staking",6610 "rand 0.7.3",6611 "sp-runtime",6612 "sp-session",6613 "sp-std",6614]66156616[[package]]6617name = "pallet-society"6618version = "4.0.0-dev"6619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6620dependencies = [6621 "frame-support",6622 "frame-system",6623 "parity-scale-codec 3.1.2",6624 "rand_chacha 0.2.2",6625 "scale-info",6626 "sp-runtime",6627 "sp-std",6628]66296630[[package]]6631name = "pallet-staking"6632version = "4.0.0-dev"6633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6634dependencies = [6635 "frame-benchmarking",6636 "frame-election-provider-support",6637 "frame-support",6638 "frame-system",6639 "log",6640 "pallet-authorship",6641 "pallet-session",6642 "parity-scale-codec 3.1.2",6643 "rand_chacha 0.2.2",6644 "scale-info",6645 "serde",6646 "sp-application-crypto",6647 "sp-io",6648 "sp-runtime",6649 "sp-staking",6650 "sp-std",6651]66526653[[package]]6654name = "pallet-staking-reward-curve"6655version = "4.0.0-dev"6656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6657dependencies = [6658 "proc-macro-crate 1.1.3",6659 "proc-macro2",6660 "quote",6661 "syn",6662]66636664[[package]]6665name = "pallet-staking-reward-fn"6666version = "4.0.0-dev"6667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6668dependencies = [6669 "log",6670 "sp-arithmetic",6671]66726673[[package]]6674name = "pallet-structure"6675version = "0.1.0"6676dependencies = [6677 "frame-benchmarking",6678 "frame-support",6679 "frame-system",6680 "pallet-common",6681 "pallet-evm",6682 "parity-scale-codec 3.1.2",6683 "scale-info",6684 "sp-std",6685 "up-data-structs",6686]66876688[[package]]6689name = "pallet-sudo"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 3.1.2",6696 "scale-info",6697 "sp-io",6698 "sp-runtime",6699 "sp-std",6700]67016702[[package]]6703name = "pallet-template-transaction-payment"6704version = "3.0.0"6705source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6706dependencies = [6707 "frame-benchmarking",6708 "frame-support",6709 "frame-system",6710 "pallet-balances",6711 "pallet-transaction-payment",6712 "parity-scale-codec 3.1.2",6713 "scale-info",6714 "serde",6715 "sp-core",6716 "sp-io",6717 "sp-runtime",6718 "sp-std",6719 "up-sponsorship",6720]67216722[[package]]6723name = "pallet-timestamp"6724version = "4.0.0-dev"6725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6726dependencies = [6727 "frame-benchmarking",6728 "frame-support",6729 "frame-system",6730 "log",6731 "parity-scale-codec 3.1.2",6732 "scale-info",6733 "sp-inherents",6734 "sp-io",6735 "sp-runtime",6736 "sp-std",6737 "sp-timestamp",6738]67396740[[package]]6741name = "pallet-tips"6742version = "4.0.0-dev"6743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6744dependencies = [6745 "frame-benchmarking",6746 "frame-support",6747 "frame-system",6748 "log",6749 "pallet-treasury",6750 "parity-scale-codec 3.1.2",6751 "scale-info",6752 "serde",6753 "sp-core",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757]67586759[[package]]6760name = "pallet-transaction-payment"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6763dependencies = [6764 "frame-support",6765 "frame-system",6766 "parity-scale-codec 3.1.2",6767 "scale-info",6768 "serde",6769 "smallvec",6770 "sp-core",6771 "sp-io",6772 "sp-runtime",6773 "sp-std",6774]67756776[[package]]6777name = "pallet-transaction-payment-rpc"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6780dependencies = [6781 "jsonrpc-core",6782 "jsonrpc-core-client",6783 "jsonrpc-derive",6784 "pallet-transaction-payment-rpc-runtime-api",6785 "parity-scale-codec 3.1.2",6786 "sp-api",6787 "sp-blockchain",6788 "sp-core",6789 "sp-rpc",6790 "sp-runtime",6791]67926793[[package]]6794name = "pallet-transaction-payment-rpc-runtime-api"6795version = "4.0.0-dev"6796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6797dependencies = [6798 "pallet-transaction-payment",6799 "parity-scale-codec 3.1.2",6800 "sp-api",6801 "sp-runtime",6802]68036804[[package]]6805name = "pallet-treasury"6806version = "4.0.0-dev"6807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6808dependencies = [6809 "frame-benchmarking",6810 "frame-support",6811 "frame-system",6812 "impl-trait-for-tuples",6813 "pallet-balances",6814 "parity-scale-codec 3.1.2",6815 "scale-info",6816 "serde",6817 "sp-runtime",6818 "sp-std",6819]68206821[[package]]6822name = "pallet-unique"6823version = "0.1.0"6824dependencies = [6825 "ethereum",6826 "evm-coder",6827 "frame-benchmarking",6828 "frame-support",6829 "frame-system",6830 "pallet-common",6831 "pallet-evm",6832 "pallet-evm-coder-substrate",6833 "pallet-nonfungible",6834 "parity-scale-codec 3.1.2",6835 "scale-info",6836 "serde",6837 "sp-core",6838 "sp-io",6839 "sp-runtime",6840 "sp-std",6841 "up-data-structs",6842]68436844[[package]]6845name = "pallet-unq-scheduler"6846version = "0.1.0"6847dependencies = [6848 "frame-benchmarking",6849 "frame-support",6850 "frame-system",6851 "log",6852 "parity-scale-codec 3.1.2",6853 "scale-info",6854 "serde",6855 "sp-core",6856 "sp-io",6857 "sp-runtime",6858 "sp-std",6859 "substrate-test-utils",6860 "up-sponsorship",6861]68626863[[package]]6864name = "pallet-utility"6865version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6867dependencies = [6868 "frame-benchmarking",6869 "frame-support",6870 "frame-system",6871 "parity-scale-codec 3.1.2",6872 "scale-info",6873 "sp-core",6874 "sp-io",6875 "sp-runtime",6876 "sp-std",6877]68786879[[package]]6880name = "pallet-vesting"6881version = "4.0.0-dev"6882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6883dependencies = [6884 "frame-benchmarking",6885 "frame-support",6886 "frame-system",6887 "log",6888 "parity-scale-codec 3.1.2",6889 "scale-info",6890 "sp-runtime",6891 "sp-std",6892]68936894[[package]]6895name = "pallet-xcm"6896version = "0.9.21"6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6898dependencies = [6899 "frame-support",6900 "frame-system",6901 "log",6902 "parity-scale-codec 3.1.2",6903 "scale-info",6904 "serde",6905 "sp-core",6906 "sp-runtime",6907 "sp-std",6908 "xcm",6909 "xcm-executor",6910]69116912[[package]]6913name = "pallet-xcm-benchmarks"6914version = "0.9.21"6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6916dependencies = [6917 "frame-benchmarking",6918 "frame-support",6919 "frame-system",6920 "log",6921 "parity-scale-codec 3.1.2",6922 "scale-info",6923 "sp-runtime",6924 "sp-std",6925 "xcm",6926 "xcm-executor",6927]69286929[[package]]6930name = "parachain-info"6931version = "0.1.0"6932source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6933dependencies = [6934 "cumulus-primitives-core",6935 "frame-support",6936 "frame-system",6937 "parity-scale-codec 3.1.2",6938 "scale-info",6939 "serde",6940]69416942[[package]]6943name = "parity-db"6944version = "0.3.13"6945source = "registry+https://github.com/rust-lang/crates.io-index"6946checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6947dependencies = [6948 "blake2-rfc",6949 "crc32fast",6950 "fs2",6951 "hex",6952 "libc",6953 "log",6954 "lz4",6955 "memmap2 0.2.3",6956 "parking_lot 0.11.2",6957 "rand 0.8.5",6958 "snap",6959]69606961[[package]]6962name = "parity-scale-codec"6963version = "2.3.1"6964source = "registry+https://github.com/rust-lang/crates.io-index"6965checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6966dependencies = [6967 "arrayvec 0.7.2",6968 "bitvec 0.20.4",6969 "byte-slice-cast",6970 "impl-trait-for-tuples",6971 "parity-scale-codec-derive 2.3.1",6972 "serde",6973]69746975[[package]]6976name = "parity-scale-codec"6977version = "3.1.2"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6980dependencies = [6981 "arrayvec 0.7.2",6982 "bitvec 1.0.0",6983 "byte-slice-cast",6984 "impl-trait-for-tuples",6985 "parity-scale-codec-derive 3.1.2",6986 "serde",6987]69886989[[package]]6990name = "parity-scale-codec-derive"6991version = "2.3.1"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6994dependencies = [6995 "proc-macro-crate 1.1.3",6996 "proc-macro2",6997 "quote",6998 "syn",6999]70007001[[package]]7002name = "parity-scale-codec-derive"7003version = "3.1.2"7004source = "registry+https://github.com/rust-lang/crates.io-index"7005checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7006dependencies = [7007 "proc-macro-crate 1.1.3",7008 "proc-macro2",7009 "quote",7010 "syn",7011]70127013[[package]]7014name = "parity-send-wrapper"7015version = "0.1.0"7016source = "registry+https://github.com/rust-lang/crates.io-index"7017checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70187019[[package]]7020name = "parity-tokio-ipc"7021version = "0.9.0"7022source = "registry+https://github.com/rust-lang/crates.io-index"7023checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7024dependencies = [7025 "futures 0.3.21",7026 "libc",7027 "log",7028 "rand 0.7.3",7029 "tokio 1.18.2",7030 "winapi 0.3.9",7031]70327033[[package]]7034name = "parity-util-mem"7035version = "0.11.0"7036source = "registry+https://github.com/rust-lang/crates.io-index"7037checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7038dependencies = [7039 "cfg-if 1.0.0",7040 "ethereum-types",7041 "hashbrown 0.12.1",7042 "impl-trait-for-tuples",7043 "lru 0.7.5",7044 "parity-util-mem-derive",7045 "parking_lot 0.12.0",7046 "primitive-types",7047 "smallvec",7048 "winapi 0.3.9",7049]70507051[[package]]7052name = "parity-util-mem-derive"7053version = "0.1.0"7054source = "registry+https://github.com/rust-lang/crates.io-index"7055checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7056dependencies = [7057 "proc-macro2",7058 "syn",7059 "synstructure",7060]70617062[[package]]7063name = "parity-wasm"7064version = "0.32.0"7065source = "registry+https://github.com/rust-lang/crates.io-index"7066checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7067dependencies = [7068 "byteorder",7069]70707071[[package]]7072name = "parity-wasm"7073version = "0.42.2"7074source = "registry+https://github.com/rust-lang/crates.io-index"7075checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70767077[[package]]7078name = "parity-ws"7079version = "0.11.1"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7082dependencies = [7083 "byteorder",7084 "bytes 0.4.12",7085 "httparse",7086 "log",7087 "mio 0.6.23",7088 "mio-extras",7089 "rand 0.7.3",7090 "sha-1 0.8.2",7091 "slab",7092 "url 2.2.2",7093]70947095[[package]]7096name = "parking"7097version = "2.0.0"7098source = "registry+https://github.com/rust-lang/crates.io-index"7099checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71007101[[package]]7102name = "parking_lot"7103version = "0.11.2"7104source = "registry+https://github.com/rust-lang/crates.io-index"7105checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7106dependencies = [7107 "instant",7108 "lock_api",7109 "parking_lot_core 0.8.5",7110]71117112[[package]]7113name = "parking_lot"7114version = "0.12.0"7115source = "registry+https://github.com/rust-lang/crates.io-index"7116checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7117dependencies = [7118 "lock_api",7119 "parking_lot_core 0.9.3",7120]71217122[[package]]7123name = "parking_lot_core"7124version = "0.8.5"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7127dependencies = [7128 "cfg-if 1.0.0",7129 "instant",7130 "libc",7131 "redox_syscall 0.2.13",7132 "smallvec",7133 "winapi 0.3.9",7134]71357136[[package]]7137name = "parking_lot_core"7138version = "0.9.3"7139source = "registry+https://github.com/rust-lang/crates.io-index"7140checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7141dependencies = [7142 "cfg-if 1.0.0",7143 "libc",7144 "redox_syscall 0.2.13",7145 "smallvec",7146 "windows-sys",7147]71487149[[package]]7150name = "paste"7151version = "1.0.7"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71547155[[package]]7156name = "pbkdf2"7157version = "0.4.0"7158source = "registry+https://github.com/rust-lang/crates.io-index"7159checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7160dependencies = [7161 "crypto-mac 0.8.0",7162]71637164[[package]]7165name = "pbkdf2"7166version = "0.8.0"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7169dependencies = [7170 "crypto-mac 0.11.1",7171]71727173[[package]]7174name = "peeking_take_while"7175version = "0.1.2"7176source = "registry+https://github.com/rust-lang/crates.io-index"7177checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71787179[[package]]7180name = "percent-encoding"7181version = "1.0.1"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71847185[[package]]7186name = "percent-encoding"7187version = "2.1.0"7188source = "registry+https://github.com/rust-lang/crates.io-index"7189checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71907191[[package]]7192name = "pest"7193version = "2.1.3"7194source = "registry+https://github.com/rust-lang/crates.io-index"7195checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7196dependencies = [7197 "ucd-trie",7198]71997200[[package]]7201name = "pest_derive"7202version = "2.1.0"7203source = "registry+https://github.com/rust-lang/crates.io-index"7204checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7205dependencies = [7206 "pest",7207 "pest_generator",7208]72097210[[package]]7211name = "pest_generator"7212version = "2.1.3"7213source = "registry+https://github.com/rust-lang/crates.io-index"7214checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7215dependencies = [7216 "pest",7217 "pest_meta",7218 "proc-macro2",7219 "quote",7220 "syn",7221]72227223[[package]]7224name = "pest_meta"7225version = "2.1.3"7226source = "registry+https://github.com/rust-lang/crates.io-index"7227checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7228dependencies = [7229 "maplit",7230 "pest",7231 "sha-1 0.8.2",7232]72337234[[package]]7235name = "petgraph"7236version = "0.6.0"7237source = "registry+https://github.com/rust-lang/crates.io-index"7238checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7239dependencies = [7240 "fixedbitset",7241 "indexmap",7242]72437244[[package]]7245name = "pin-project"7246version = "0.4.29"7247source = "registry+https://github.com/rust-lang/crates.io-index"7248checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7249dependencies = [7250 "pin-project-internal 0.4.29",7251]72527253[[package]]7254name = "pin-project"7255version = "1.0.10"7256source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7258dependencies = [7259 "pin-project-internal 1.0.10",7260]72617262[[package]]7263name = "pin-project-internal"7264version = "0.4.29"7265source = "registry+https://github.com/rust-lang/crates.io-index"7266checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7267dependencies = [7268 "proc-macro2",7269 "quote",7270 "syn",7271]72727273[[package]]7274name = "pin-project-internal"7275version = "1.0.10"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7278dependencies = [7279 "proc-macro2",7280 "quote",7281 "syn",7282]72837284[[package]]7285name = "pin-project-lite"7286version = "0.1.12"7287source = "registry+https://github.com/rust-lang/crates.io-index"7288checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72897290[[package]]7291name = "pin-project-lite"7292version = "0.2.9"7293source = "registry+https://github.com/rust-lang/crates.io-index"7294checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72957296[[package]]7297name = "pin-utils"7298version = "0.1.0"7299source = "registry+https://github.com/rust-lang/crates.io-index"7300checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"73017302[[package]]7303name = "pkcs8"7304version = "0.8.0"7305source = "registry+https://github.com/rust-lang/crates.io-index"7306checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7307dependencies = [7308 "der",7309 "spki",7310 "zeroize",7311]73127313[[package]]7314name = "pkg-config"7315version = "0.3.25"7316source = "registry+https://github.com/rust-lang/crates.io-index"7317checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73187319[[package]]7320name = "platforms"7321version = "2.0.0"7322source = "registry+https://github.com/rust-lang/crates.io-index"7323checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73247325[[package]]7326name = "polkadot-approval-distribution"7327version = "0.9.21"7328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7329dependencies = [7330 "futures 0.3.21",7331 "polkadot-node-network-protocol",7332 "polkadot-node-primitives",7333 "polkadot-node-subsystem",7334 "polkadot-node-subsystem-util",7335 "polkadot-primitives",7336 "rand 0.8.5",7337 "tracing-gum",7338]73397340[[package]]7341name = "polkadot-availability-bitfield-distribution"7342version = "0.9.21"7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7344dependencies = [7345 "futures 0.3.21",7346 "polkadot-node-network-protocol",7347 "polkadot-node-subsystem",7348 "polkadot-node-subsystem-util",7349 "polkadot-primitives",7350 "tracing-gum",7351]73527353[[package]]7354name = "polkadot-availability-distribution"7355version = "0.9.21"7356source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7357dependencies = [7358 "derive_more",7359 "fatality",7360 "futures 0.3.21",7361 "lru 0.7.5",7362 "parity-scale-codec 3.1.2",7363 "polkadot-erasure-coding",7364 "polkadot-node-network-protocol",7365 "polkadot-node-primitives",7366 "polkadot-node-subsystem",7367 "polkadot-node-subsystem-util",7368 "polkadot-primitives",7369 "rand 0.8.5",7370 "sp-core",7371 "sp-keystore",7372 "thiserror",7373 "tracing-gum",7374]73757376[[package]]7377name = "polkadot-availability-recovery"7378version = "0.9.21"7379source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7380dependencies = [7381 "fatality",7382 "futures 0.3.21",7383 "lru 0.7.5",7384 "parity-scale-codec 3.1.2",7385 "polkadot-erasure-coding",7386 "polkadot-node-network-protocol",7387 "polkadot-node-primitives",7388 "polkadot-node-subsystem",7389 "polkadot-node-subsystem-util",7390 "polkadot-primitives",7391 "rand 0.8.5",7392 "sc-network",7393 "thiserror",7394 "tracing-gum",7395]73967397[[package]]7398name = "polkadot-cli"7399version = "0.9.21"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7401dependencies = [7402 "clap",7403 "frame-benchmarking-cli",7404 "futures 0.3.21",7405 "log",7406 "polkadot-client",7407 "polkadot-node-core-pvf",7408 "polkadot-node-metrics",7409 "polkadot-performance-test",7410 "polkadot-service",7411 "sc-cli",7412 "sc-service",7413 "sc-tracing",7414 "sp-core",7415 "sp-trie",7416 "substrate-build-script-utils",7417 "thiserror",7418 "try-runtime-cli",7419]74207421[[package]]7422name = "polkadot-client"7423version = "0.9.21"7424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7425dependencies = [7426 "beefy-primitives",7427 "frame-benchmarking",7428 "frame-benchmarking-cli",7429 "frame-system",7430 "frame-system-rpc-runtime-api",7431 "pallet-transaction-payment",7432 "pallet-transaction-payment-rpc-runtime-api",7433 "polkadot-core-primitives",7434 "polkadot-node-core-parachains-inherent",7435 "polkadot-primitives",7436 "polkadot-runtime",7437 "polkadot-runtime-common",7438 "sc-client-api",7439 "sc-consensus",7440 "sc-executor",7441 "sc-service",7442 "sp-api",7443 "sp-authority-discovery",7444 "sp-block-builder",7445 "sp-blockchain",7446 "sp-consensus",7447 "sp-consensus-babe",7448 "sp-core",7449 "sp-finality-grandpa",7450 "sp-inherents",7451 "sp-keyring",7452 "sp-mmr-primitives",7453 "sp-offchain",7454 "sp-runtime",7455 "sp-session",7456 "sp-storage",7457 "sp-timestamp",7458 "sp-transaction-pool",7459]74607461[[package]]7462name = "polkadot-collator-protocol"7463version = "0.9.21"7464source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7465dependencies = [7466 "always-assert",7467 "fatality",7468 "futures 0.3.21",7469 "futures-timer",7470 "polkadot-node-network-protocol",7471 "polkadot-node-primitives",7472 "polkadot-node-subsystem",7473 "polkadot-node-subsystem-util",7474 "polkadot-primitives",7475 "sp-core",7476 "sp-keystore",7477 "sp-runtime",7478 "thiserror",7479 "tracing-gum",7480]74817482[[package]]7483name = "polkadot-core-primitives"7484version = "0.9.21"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7486dependencies = [7487 "parity-scale-codec 3.1.2",7488 "parity-util-mem",7489 "scale-info",7490 "sp-core",7491 "sp-runtime",7492 "sp-std",7493]74947495[[package]]7496name = "polkadot-dispute-distribution"7497version = "0.9.21"7498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7499dependencies = [7500 "derive_more",7501 "fatality",7502 "futures 0.3.21",7503 "lru 0.7.5",7504 "parity-scale-codec 3.1.2",7505 "polkadot-erasure-coding",7506 "polkadot-node-network-protocol",7507 "polkadot-node-primitives",7508 "polkadot-node-subsystem",7509 "polkadot-node-subsystem-util",7510 "polkadot-primitives",7511 "sc-network",7512 "sp-application-crypto",7513 "sp-keystore",7514 "thiserror",7515 "tracing-gum",7516]75177518[[package]]7519name = "polkadot-erasure-coding"7520version = "0.9.21"7521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7522dependencies = [7523 "parity-scale-codec 3.1.2",7524 "polkadot-node-primitives",7525 "polkadot-primitives",7526 "reed-solomon-novelpoly",7527 "sp-core",7528 "sp-trie",7529 "thiserror",7530]75317532[[package]]7533name = "polkadot-gossip-support"7534version = "0.9.21"7535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7536dependencies = [7537 "futures 0.3.21",7538 "futures-timer",7539 "polkadot-node-network-protocol",7540 "polkadot-node-subsystem",7541 "polkadot-node-subsystem-util",7542 "polkadot-primitives",7543 "rand 0.8.5",7544 "rand_chacha 0.3.1",7545 "sc-network",7546 "sp-application-crypto",7547 "sp-core",7548 "sp-keystore",7549 "tracing-gum",7550]75517552[[package]]7553name = "polkadot-network-bridge"7554version = "0.9.21"7555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7556dependencies = [7557 "async-trait",7558 "futures 0.3.21",7559 "parity-scale-codec 3.1.2",7560 "parking_lot 0.12.0",7561 "polkadot-node-network-protocol",7562 "polkadot-node-subsystem",7563 "polkadot-node-subsystem-util",7564 "polkadot-overseer",7565 "polkadot-primitives",7566 "sc-network",7567 "sp-consensus",7568 "tracing-gum",7569]75707571[[package]]7572name = "polkadot-node-collation-generation"7573version = "0.9.21"7574source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7575dependencies = [7576 "futures 0.3.21",7577 "parity-scale-codec 3.1.2",7578 "polkadot-erasure-coding",7579 "polkadot-node-primitives",7580 "polkadot-node-subsystem",7581 "polkadot-node-subsystem-util",7582 "polkadot-primitives",7583 "sp-core",7584 "sp-maybe-compressed-blob",7585 "thiserror",7586 "tracing-gum",7587]75887589[[package]]7590name = "polkadot-node-core-approval-voting"7591version = "0.9.21"7592source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7593dependencies = [7594 "bitvec 1.0.0",7595 "derive_more",7596 "futures 0.3.21",7597 "futures-timer",7598 "kvdb",7599 "lru 0.7.5",7600 "merlin",7601 "parity-scale-codec 3.1.2",7602 "polkadot-node-jaeger",7603 "polkadot-node-primitives",7604 "polkadot-node-subsystem",7605 "polkadot-node-subsystem-util",7606 "polkadot-overseer",7607 "polkadot-primitives",7608 "sc-keystore",7609 "schnorrkel",7610 "sp-application-crypto",7611 "sp-consensus",7612 "sp-consensus-slots",7613 "sp-runtime",7614 "thiserror",7615 "tracing-gum",7616]76177618[[package]]7619name = "polkadot-node-core-av-store"7620version = "0.9.21"7621source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7622dependencies = [7623 "bitvec 1.0.0",7624 "futures 0.3.21",7625 "futures-timer",7626 "kvdb",7627 "parity-scale-codec 3.1.2",7628 "polkadot-erasure-coding",7629 "polkadot-node-primitives",7630 "polkadot-node-subsystem",7631 "polkadot-node-subsystem-util",7632 "polkadot-overseer",7633 "polkadot-primitives",7634 "thiserror",7635 "tracing-gum",7636]76377638[[package]]7639name = "polkadot-node-core-backing"7640version = "0.9.21"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7642dependencies = [7643 "bitvec 1.0.0",7644 "futures 0.3.21",7645 "polkadot-erasure-coding",7646 "polkadot-node-primitives",7647 "polkadot-node-subsystem",7648 "polkadot-node-subsystem-util",7649 "polkadot-primitives",7650 "polkadot-statement-table",7651 "sp-keystore",7652 "thiserror",7653 "tracing-gum",7654]76557656[[package]]7657name = "polkadot-node-core-bitfield-signing"7658version = "0.9.21"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7660dependencies = [7661 "futures 0.3.21",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-primitives",7665 "sp-keystore",7666 "thiserror",7667 "tracing-gum",7668 "wasm-timer",7669]76707671[[package]]7672name = "polkadot-node-core-candidate-validation"7673version = "0.9.21"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7675dependencies = [7676 "async-trait",7677 "futures 0.3.21",7678 "parity-scale-codec 3.1.2",7679 "polkadot-node-core-pvf",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-parachain",7684 "polkadot-primitives",7685 "sp-maybe-compressed-blob",7686 "tracing-gum",7687]76887689[[package]]7690name = "polkadot-node-core-chain-api"7691version = "0.9.21"7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7693dependencies = [7694 "futures 0.3.21",7695 "polkadot-node-subsystem",7696 "polkadot-node-subsystem-util",7697 "polkadot-primitives",7698 "sc-client-api",7699 "sc-consensus-babe",7700 "sp-blockchain",7701 "tracing-gum",7702]77037704[[package]]7705name = "polkadot-node-core-chain-selection"7706version = "0.9.21"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7708dependencies = [7709 "futures 0.3.21",7710 "futures-timer",7711 "kvdb",7712 "parity-scale-codec 3.1.2",7713 "polkadot-node-primitives",7714 "polkadot-node-subsystem",7715 "polkadot-node-subsystem-util",7716 "polkadot-primitives",7717 "thiserror",7718 "tracing-gum",7719]77207721[[package]]7722name = "polkadot-node-core-dispute-coordinator"7723version = "0.9.21"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7725dependencies = [7726 "fatality",7727 "futures 0.3.21",7728 "kvdb",7729 "lru 0.7.5",7730 "parity-scale-codec 3.1.2",7731 "polkadot-node-primitives",7732 "polkadot-node-subsystem",7733 "polkadot-node-subsystem-util",7734 "polkadot-primitives",7735 "sc-keystore",7736 "thiserror",7737 "tracing-gum",7738]77397740[[package]]7741name = "polkadot-node-core-parachains-inherent"7742version = "0.9.21"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7744dependencies = [7745 "async-trait",7746 "futures 0.3.21",7747 "futures-timer",7748 "polkadot-node-subsystem",7749 "polkadot-primitives",7750 "sp-blockchain",7751 "sp-inherents",7752 "sp-runtime",7753 "thiserror",7754 "tracing-gum",7755]77567757[[package]]7758name = "polkadot-node-core-provisioner"7759version = "0.9.21"7760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7761dependencies = [7762 "bitvec 1.0.0",7763 "futures 0.3.21",7764 "futures-timer",7765 "polkadot-node-primitives",7766 "polkadot-node-subsystem",7767 "polkadot-node-subsystem-util",7768 "polkadot-primitives",7769 "rand 0.8.5",7770 "thiserror",7771 "tracing-gum",7772]77737774[[package]]7775name = "polkadot-node-core-pvf"7776version = "0.9.21"7777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7778dependencies = [7779 "always-assert",7780 "assert_matches",7781 "async-process",7782 "async-std",7783 "futures 0.3.21",7784 "futures-timer",7785 "parity-scale-codec 3.1.2",7786 "pin-project 1.0.10",7787 "polkadot-core-primitives",7788 "polkadot-node-subsystem-util",7789 "polkadot-parachain",7790 "rand 0.8.5",7791 "sc-executor",7792 "sc-executor-common",7793 "sc-executor-wasmtime",7794 "slotmap",7795 "sp-core",7796 "sp-externalities",7797 "sp-io",7798 "sp-maybe-compressed-blob",7799 "sp-tracing",7800 "sp-wasm-interface",7801 "tracing-gum",7802]78037804[[package]]7805name = "polkadot-node-core-pvf-checker"7806version = "0.9.21"7807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7808dependencies = [7809 "futures 0.3.21",7810 "polkadot-node-primitives",7811 "polkadot-node-subsystem",7812 "polkadot-node-subsystem-util",7813 "polkadot-overseer",7814 "polkadot-primitives",7815 "sp-keystore",7816 "thiserror",7817 "tracing-gum",7818]78197820[[package]]7821name = "polkadot-node-core-runtime-api"7822version = "0.9.21"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7824dependencies = [7825 "futures 0.3.21",7826 "memory-lru",7827 "parity-util-mem",7828 "polkadot-node-subsystem",7829 "polkadot-node-subsystem-util",7830 "polkadot-primitives",7831 "sp-api",7832 "sp-authority-discovery",7833 "sp-consensus-babe",7834 "sp-core",7835 "tracing-gum",7836]78377838[[package]]7839name = "polkadot-node-jaeger"7840version = "0.9.21"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7842dependencies = [7843 "async-std",7844 "lazy_static",7845 "log",7846 "mick-jaeger",7847 "parity-scale-codec 3.1.2",7848 "parking_lot 0.12.0",7849 "polkadot-node-primitives",7850 "polkadot-primitives",7851 "sc-network",7852 "sp-core",7853 "thiserror",7854]78557856[[package]]7857name = "polkadot-node-metrics"7858version = "0.9.21"7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7860dependencies = [7861 "bs58",7862 "futures 0.3.21",7863 "futures-timer",7864 "log",7865 "metered-channel",7866 "parity-scale-codec 3.1.2",7867 "polkadot-primitives",7868 "sc-cli",7869 "sc-service",7870 "sc-tracing",7871 "substrate-prometheus-endpoint",7872 "tracing-gum",7873]78747875[[package]]7876name = "polkadot-node-network-protocol"7877version = "0.9.21"7878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7879dependencies = [7880 "async-trait",7881 "fatality",7882 "futures 0.3.21",7883 "parity-scale-codec 3.1.2",7884 "polkadot-node-jaeger",7885 "polkadot-node-primitives",7886 "polkadot-primitives",7887 "sc-authority-discovery",7888 "sc-network",7889 "strum 0.24.0",7890 "thiserror",7891]78927893[[package]]7894name = "polkadot-node-primitives"7895version = "0.9.21"7896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7897dependencies = [7898 "bounded-vec",7899 "futures 0.3.21",7900 "parity-scale-codec 3.1.2",7901 "polkadot-parachain",7902 "polkadot-primitives",7903 "schnorrkel",7904 "serde",7905 "sp-application-crypto",7906 "sp-consensus-babe",7907 "sp-consensus-vrf",7908 "sp-core",7909 "sp-keystore",7910 "sp-maybe-compressed-blob",7911 "thiserror",7912 "zstd",7913]79147915[[package]]7916name = "polkadot-node-subsystem"7917version = "0.9.21"7918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7919dependencies = [7920 "polkadot-node-jaeger",7921 "polkadot-node-subsystem-types",7922 "polkadot-overseer",7923]79247925[[package]]7926name = "polkadot-node-subsystem-types"7927version = "0.9.21"7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7929dependencies = [7930 "derive_more",7931 "futures 0.3.21",7932 "polkadot-node-jaeger",7933 "polkadot-node-network-protocol",7934 "polkadot-node-primitives",7935 "polkadot-overseer-gen",7936 "polkadot-primitives",7937 "polkadot-statement-table",7938 "sc-network",7939 "smallvec",7940 "substrate-prometheus-endpoint",7941 "thiserror",7942]79437944[[package]]7945name = "polkadot-node-subsystem-util"7946version = "0.9.21"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7948dependencies = [7949 "async-trait",7950 "derive_more",7951 "fatality",7952 "futures 0.3.21",7953 "itertools",7954 "kvdb",7955 "lru 0.7.5",7956 "metered-channel",7957 "parity-db",7958 "parity-scale-codec 3.1.2",7959 "parity-util-mem",7960 "parking_lot 0.11.2",7961 "pin-project 1.0.10",7962 "polkadot-node-jaeger",7963 "polkadot-node-metrics",7964 "polkadot-node-network-protocol",7965 "polkadot-node-primitives",7966 "polkadot-node-subsystem",7967 "polkadot-overseer",7968 "polkadot-primitives",7969 "rand 0.8.5",7970 "sp-application-crypto",7971 "sp-core",7972 "sp-keystore",7973 "thiserror",7974 "tracing-gum",7975]79767977[[package]]7978name = "polkadot-overseer"7979version = "0.9.21"7980source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7981dependencies = [7982 "futures 0.3.21",7983 "futures-timer",7984 "lru 0.7.5",7985 "parity-util-mem",7986 "parking_lot 0.12.0",7987 "polkadot-node-metrics",7988 "polkadot-node-network-protocol",7989 "polkadot-node-primitives",7990 "polkadot-node-subsystem-types",7991 "polkadot-overseer-gen",7992 "polkadot-primitives",7993 "sc-client-api",7994 "sp-api",7995 "tracing-gum",7996]79977998[[package]]7999name = "polkadot-overseer-gen"8000version = "0.9.21"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8002dependencies = [8003 "async-trait",8004 "futures 0.3.21",8005 "futures-timer",8006 "metered-channel",8007 "pin-project 1.0.10",8008 "polkadot-node-network-protocol",8009 "polkadot-node-primitives",8010 "polkadot-overseer-gen-proc-macro",8011 "thiserror",8012 "tracing-gum",8013]80148015[[package]]8016name = "polkadot-overseer-gen-proc-macro"8017version = "0.9.21"8018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8019dependencies = [8020 "expander 0.0.6",8021 "proc-macro-crate 1.1.3",8022 "proc-macro2",8023 "quote",8024 "syn",8025]80268027[[package]]8028name = "polkadot-parachain"8029version = "0.9.21"8030source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8031dependencies = [8032 "derive_more",8033 "frame-support",8034 "parity-scale-codec 3.1.2",8035 "parity-util-mem",8036 "polkadot-core-primitives",8037 "scale-info",8038 "serde",8039 "sp-core",8040 "sp-runtime",8041 "sp-std",8042]80438044[[package]]8045name = "polkadot-performance-test"8046version = "0.9.21"8047source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8048dependencies = [8049 "env_logger",8050 "kusama-runtime",8051 "log",8052 "polkadot-erasure-coding",8053 "polkadot-node-core-pvf",8054 "polkadot-node-primitives",8055 "quote",8056 "thiserror",8057]80588059[[package]]8060name = "polkadot-primitives"8061version = "0.9.21"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8063dependencies = [8064 "bitvec 1.0.0",8065 "frame-system",8066 "hex-literal",8067 "parity-scale-codec 3.1.2",8068 "parity-util-mem",8069 "polkadot-core-primitives",8070 "polkadot-parachain",8071 "scale-info",8072 "serde",8073 "sp-api",8074 "sp-application-crypto",8075 "sp-arithmetic",8076 "sp-authority-discovery",8077 "sp-consensus-slots",8078 "sp-core",8079 "sp-inherents",8080 "sp-io",8081 "sp-keystore",8082 "sp-runtime",8083 "sp-staking",8084 "sp-std",8085 "sp-trie",8086 "sp-version",8087]80888089[[package]]8090name = "polkadot-rpc"8091version = "0.9.21"8092source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8093dependencies = [8094 "beefy-gadget",8095 "beefy-gadget-rpc",8096 "jsonrpc-core",8097 "pallet-mmr-rpc",8098 "pallet-transaction-payment-rpc",8099 "polkadot-primitives",8100 "sc-chain-spec",8101 "sc-client-api",8102 "sc-consensus-babe",8103 "sc-consensus-babe-rpc",8104 "sc-consensus-epochs",8105 "sc-finality-grandpa",8106 "sc-finality-grandpa-rpc",8107 "sc-rpc",8108 "sc-sync-state-rpc",8109 "sc-transaction-pool-api",8110 "sp-api",8111 "sp-block-builder",8112 "sp-blockchain",8113 "sp-consensus",8114 "sp-consensus-babe",8115 "sp-keystore",8116 "sp-runtime",8117 "substrate-frame-rpc-system",8118 "substrate-state-trie-migration-rpc",8119]81208121[[package]]8122name = "polkadot-runtime"8123version = "0.9.21"8124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8125dependencies = [8126 "beefy-primitives",8127 "bitvec 1.0.0",8128 "frame-benchmarking",8129 "frame-election-provider-support",8130 "frame-executive",8131 "frame-support",8132 "frame-system",8133 "frame-system-benchmarking",8134 "frame-system-rpc-runtime-api",8135 "frame-try-runtime",8136 "hex-literal",8137 "log",8138 "pallet-authority-discovery",8139 "pallet-authorship",8140 "pallet-babe",8141 "pallet-bags-list",8142 "pallet-balances",8143 "pallet-bounties",8144 "pallet-child-bounties",8145 "pallet-collective",8146 "pallet-democracy",8147 "pallet-election-provider-multi-phase",8148 "pallet-election-provider-support-benchmarking",8149 "pallet-elections-phragmen",8150 "pallet-grandpa",8151 "pallet-identity",8152 "pallet-im-online",8153 "pallet-indices",8154 "pallet-membership",8155 "pallet-multisig",8156 "pallet-nicks",8157 "pallet-offences",8158 "pallet-offences-benchmarking",8159 "pallet-preimage",8160 "pallet-proxy",8161 "pallet-scheduler",8162 "pallet-session",8163 "pallet-session-benchmarking",8164 "pallet-staking",8165 "pallet-staking-reward-curve",8166 "pallet-timestamp",8167 "pallet-tips",8168 "pallet-transaction-payment",8169 "pallet-transaction-payment-rpc-runtime-api",8170 "pallet-treasury",8171 "pallet-utility",8172 "pallet-vesting",8173 "pallet-xcm",8174 "parity-scale-codec 3.1.2",8175 "polkadot-primitives",8176 "polkadot-runtime-common",8177 "polkadot-runtime-constants",8178 "polkadot-runtime-parachains",8179 "rustc-hex",8180 "scale-info",8181 "serde",8182 "serde_derive",8183 "smallvec",8184 "sp-api",8185 "sp-authority-discovery",8186 "sp-block-builder",8187 "sp-consensus-babe",8188 "sp-core",8189 "sp-inherents",8190 "sp-io",8191 "sp-mmr-primitives",8192 "sp-npos-elections",8193 "sp-offchain",8194 "sp-runtime",8195 "sp-session",8196 "sp-staking",8197 "sp-std",8198 "sp-transaction-pool",8199 "sp-version",8200 "static_assertions",8201 "substrate-wasm-builder",8202 "xcm",8203 "xcm-builder",8204 "xcm-executor",8205]82068207[[package]]8208name = "polkadot-runtime-common"8209version = "0.9.21"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8211dependencies = [8212 "beefy-primitives",8213 "bitvec 1.0.0",8214 "frame-benchmarking",8215 "frame-election-provider-support",8216 "frame-support",8217 "frame-system",8218 "impl-trait-for-tuples",8219 "libsecp256k1",8220 "log",8221 "pallet-authorship",8222 "pallet-babe",8223 "pallet-bags-list",8224 "pallet-balances",8225 "pallet-beefy-mmr",8226 "pallet-election-provider-multi-phase",8227 "pallet-session",8228 "pallet-staking",8229 "pallet-timestamp",8230 "pallet-transaction-payment",8231 "pallet-treasury",8232 "pallet-vesting",8233 "parity-scale-codec 3.1.2",8234 "polkadot-primitives",8235 "polkadot-runtime-parachains",8236 "rustc-hex",8237 "scale-info",8238 "serde",8239 "serde_derive",8240 "slot-range-helper",8241 "sp-api",8242 "sp-core",8243 "sp-inherents",8244 "sp-io",8245 "sp-npos-elections",8246 "sp-runtime",8247 "sp-session",8248 "sp-staking",8249 "sp-std",8250 "static_assertions",8251 "xcm",8252]82538254[[package]]8255name = "polkadot-runtime-constants"8256version = "0.9.21"8257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8258dependencies = [8259 "frame-support",8260 "polkadot-primitives",8261 "polkadot-runtime-common",8262 "smallvec",8263 "sp-runtime",8264]82658266[[package]]8267name = "polkadot-runtime-metrics"8268version = "0.9.21"8269source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8270dependencies = [8271 "bs58",8272 "parity-scale-codec 3.1.2",8273 "polkadot-primitives",8274 "sp-std",8275 "sp-tracing",8276]82778278[[package]]8279name = "polkadot-runtime-parachains"8280version = "0.9.21"8281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8282dependencies = [8283 "bitflags",8284 "bitvec 1.0.0",8285 "derive_more",8286 "frame-benchmarking",8287 "frame-support",8288 "frame-system",8289 "log",8290 "pallet-authority-discovery",8291 "pallet-authorship",8292 "pallet-babe",8293 "pallet-balances",8294 "pallet-session",8295 "pallet-staking",8296 "pallet-timestamp",8297 "pallet-vesting",8298 "parity-scale-codec 3.1.2",8299 "polkadot-primitives",8300 "polkadot-runtime-metrics",8301 "rand 0.8.5",8302 "rand_chacha 0.3.1",8303 "rustc-hex",8304 "scale-info",8305 "serde",8306 "sp-api",8307 "sp-application-crypto",8308 "sp-core",8309 "sp-inherents",8310 "sp-io",8311 "sp-keystore",8312 "sp-runtime",8313 "sp-session",8314 "sp-staking",8315 "sp-std",8316 "static_assertions",8317 "xcm",8318 "xcm-executor",8319]83208321[[package]]8322name = "polkadot-service"8323version = "0.9.21"8324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8325dependencies = [8326 "async-trait",8327 "beefy-gadget",8328 "beefy-primitives",8329 "frame-system-rpc-runtime-api",8330 "futures 0.3.21",8331 "hex-literal",8332 "kusama-runtime",8333 "kvdb",8334 "kvdb-rocksdb",8335 "lru 0.7.5",8336 "pallet-babe",8337 "pallet-im-online",8338 "pallet-staking",8339 "pallet-transaction-payment-rpc-runtime-api",8340 "parity-db",8341 "polkadot-approval-distribution",8342 "polkadot-availability-bitfield-distribution",8343 "polkadot-availability-distribution",8344 "polkadot-availability-recovery",8345 "polkadot-client",8346 "polkadot-collator-protocol",8347 "polkadot-dispute-distribution",8348 "polkadot-gossip-support",8349 "polkadot-network-bridge",8350 "polkadot-node-collation-generation",8351 "polkadot-node-core-approval-voting",8352 "polkadot-node-core-av-store",8353 "polkadot-node-core-backing",8354 "polkadot-node-core-bitfield-signing",8355 "polkadot-node-core-candidate-validation",8356 "polkadot-node-core-chain-api",8357 "polkadot-node-core-chain-selection",8358 "polkadot-node-core-dispute-coordinator",8359 "polkadot-node-core-parachains-inherent",8360 "polkadot-node-core-provisioner",8361 "polkadot-node-core-pvf-checker",8362 "polkadot-node-core-runtime-api",8363 "polkadot-node-network-protocol",8364 "polkadot-node-primitives",8365 "polkadot-node-subsystem",8366 "polkadot-node-subsystem-util",8367 "polkadot-overseer",8368 "polkadot-parachain",8369 "polkadot-primitives",8370 "polkadot-rpc",8371 "polkadot-runtime",8372 "polkadot-runtime-constants",8373 "polkadot-runtime-parachains",8374 "polkadot-statement-distribution",8375 "rococo-runtime",8376 "sc-authority-discovery",8377 "sc-basic-authorship",8378 "sc-block-builder",8379 "sc-chain-spec",8380 "sc-client-api",8381 "sc-client-db",8382 "sc-consensus",8383 "sc-consensus-babe",8384 "sc-consensus-slots",8385 "sc-consensus-uncles",8386 "sc-executor",8387 "sc-finality-grandpa",8388 "sc-keystore",8389 "sc-network",8390 "sc-offchain",8391 "sc-service",8392 "sc-sync-state-rpc",8393 "sc-telemetry",8394 "sc-transaction-pool",8395 "serde",8396 "sp-api",8397 "sp-authority-discovery",8398 "sp-block-builder",8399 "sp-blockchain",8400 "sp-consensus",8401 "sp-consensus-babe",8402 "sp-core",8403 "sp-finality-grandpa",8404 "sp-inherents",8405 "sp-io",8406 "sp-keystore",8407 "sp-offchain",8408 "sp-runtime",8409 "sp-session",8410 "sp-state-machine",8411 "sp-storage",8412 "sp-timestamp",8413 "sp-transaction-pool",8414 "sp-trie",8415 "substrate-prometheus-endpoint",8416 "thiserror",8417 "tracing-gum",8418 "westend-runtime",8419]84208421[[package]]8422name = "polkadot-statement-distribution"8423version = "0.9.21"8424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8425dependencies = [8426 "arrayvec 0.5.2",8427 "fatality",8428 "futures 0.3.21",8429 "indexmap",8430 "parity-scale-codec 3.1.2",8431 "polkadot-node-network-protocol",8432 "polkadot-node-primitives",8433 "polkadot-node-subsystem",8434 "polkadot-node-subsystem-util",8435 "polkadot-primitives",8436 "sp-keystore",8437 "sp-staking",8438 "thiserror",8439 "tracing-gum",8440]84418442[[package]]8443name = "polkadot-statement-table"8444version = "0.9.21"8445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8446dependencies = [8447 "parity-scale-codec 3.1.2",8448 "polkadot-primitives",8449 "sp-core",8450]84518452[[package]]8453name = "polkadot-test-runtime"8454version = "0.9.21"8455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8456dependencies = [8457 "beefy-primitives",8458 "bitvec 1.0.0",8459 "frame-election-provider-support",8460 "frame-executive",8461 "frame-support",8462 "frame-system",8463 "frame-system-rpc-runtime-api",8464 "log",8465 "pallet-authority-discovery",8466 "pallet-authorship",8467 "pallet-babe",8468 "pallet-balances",8469 "pallet-grandpa",8470 "pallet-indices",8471 "pallet-nicks",8472 "pallet-offences",8473 "pallet-session",8474 "pallet-staking",8475 "pallet-staking-reward-curve",8476 "pallet-sudo",8477 "pallet-timestamp",8478 "pallet-transaction-payment",8479 "pallet-transaction-payment-rpc-runtime-api",8480 "pallet-vesting",8481 "pallet-xcm",8482 "parity-scale-codec 3.1.2",8483 "polkadot-parachain",8484 "polkadot-primitives",8485 "polkadot-runtime-common",8486 "polkadot-runtime-parachains",8487 "rustc-hex",8488 "scale-info",8489 "serde",8490 "serde_derive",8491 "smallvec",8492 "sp-api",8493 "sp-authority-discovery",8494 "sp-block-builder",8495 "sp-consensus-babe",8496 "sp-core",8497 "sp-inherents",8498 "sp-io",8499 "sp-mmr-primitives",8500 "sp-offchain",8501 "sp-runtime",8502 "sp-session",8503 "sp-staking",8504 "sp-std",8505 "sp-transaction-pool",8506 "sp-version",8507 "substrate-wasm-builder",8508 "test-runtime-constants",8509 "xcm",8510 "xcm-builder",8511 "xcm-executor",8512]85138514[[package]]8515name = "polkadot-test-service"8516version = "0.9.21"8517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8518dependencies = [8519 "frame-benchmarking",8520 "frame-system",8521 "futures 0.1.31",8522 "futures 0.3.21",8523 "hex",8524 "pallet-balances",8525 "pallet-staking",8526 "pallet-transaction-payment",8527 "polkadot-node-primitives",8528 "polkadot-node-subsystem",8529 "polkadot-overseer",8530 "polkadot-parachain",8531 "polkadot-primitives",8532 "polkadot-rpc",8533 "polkadot-runtime-common",8534 "polkadot-runtime-parachains",8535 "polkadot-service",8536 "polkadot-test-runtime",8537 "rand 0.8.5",8538 "sc-authority-discovery",8539 "sc-chain-spec",8540 "sc-cli",8541 "sc-client-api",8542 "sc-consensus",8543 "sc-consensus-babe",8544 "sc-executor",8545 "sc-finality-grandpa",8546 "sc-network",8547 "sc-service",8548 "sc-tracing",8549 "sc-transaction-pool",8550 "sp-arithmetic",8551 "sp-authority-discovery",8552 "sp-blockchain",8553 "sp-consensus",8554 "sp-consensus-babe",8555 "sp-core",8556 "sp-finality-grandpa",8557 "sp-inherents",8558 "sp-keyring",8559 "sp-runtime",8560 "sp-state-machine",8561 "substrate-test-client",8562 "tempfile",8563 "test-runtime-constants",8564 "tokio 1.18.2",8565 "tracing-gum",8566]85678568[[package]]8569name = "polling"8570version = "2.2.0"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8573dependencies = [8574 "cfg-if 1.0.0",8575 "libc",8576 "log",8577 "wepoll-ffi",8578 "winapi 0.3.9",8579]85808581[[package]]8582name = "poly1305"8583version = "0.7.2"8584source = "registry+https://github.com/rust-lang/crates.io-index"8585checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8586dependencies = [8587 "cpufeatures 0.2.2",8588 "opaque-debug 0.3.0",8589 "universal-hash",8590]85918592[[package]]8593name = "polyval"8594version = "0.5.3"8595source = "registry+https://github.com/rust-lang/crates.io-index"8596checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8597dependencies = [8598 "cfg-if 1.0.0",8599 "cpufeatures 0.2.2",8600 "opaque-debug 0.3.0",8601 "universal-hash",8602]86038604[[package]]8605name = "ppv-lite86"8606version = "0.2.16"8607source = "registry+https://github.com/rust-lang/crates.io-index"8608checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"86098610[[package]]8611name = "prettytable-rs"8612version = "0.8.0"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8615dependencies = [8616 "atty",8617 "csv",8618 "encode_unicode",8619 "lazy_static",8620 "term",8621 "unicode-width",8622]86238624[[package]]8625name = "primitive-types"8626version = "0.11.1"8627source = "registry+https://github.com/rust-lang/crates.io-index"8628checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8629dependencies = [8630 "fixed-hash",8631 "impl-codec",8632 "impl-rlp",8633 "impl-serde",8634 "scale-info",8635 "uint",8636]86378638[[package]]8639name = "proc-macro-crate"8640version = "0.1.5"8641source = "registry+https://github.com/rust-lang/crates.io-index"8642checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8643dependencies = [8644 "toml",8645]86468647[[package]]8648name = "proc-macro-crate"8649version = "1.1.3"8650source = "registry+https://github.com/rust-lang/crates.io-index"8651checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8652dependencies = [8653 "thiserror",8654 "toml",8655]86568657[[package]]8658name = "proc-macro-error"8659version = "1.0.4"8660source = "registry+https://github.com/rust-lang/crates.io-index"8661checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8662dependencies = [8663 "proc-macro-error-attr",8664 "proc-macro2",8665 "quote",8666 "syn",8667 "version_check",8668]86698670[[package]]8671name = "proc-macro-error-attr"8672version = "1.0.4"8673source = "registry+https://github.com/rust-lang/crates.io-index"8674checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8675dependencies = [8676 "proc-macro2",8677 "quote",8678 "version_check",8679]86808681[[package]]8682name = "proc-macro2"8683version = "1.0.39"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8686dependencies = [8687 "unicode-ident",8688]86898690[[package]]8691name = "prometheus"8692version = "0.13.1"8693source = "registry+https://github.com/rust-lang/crates.io-index"8694checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8695dependencies = [8696 "cfg-if 1.0.0",8697 "fnv",8698 "lazy_static",8699 "memchr",8700 "parking_lot 0.12.0",8701 "thiserror",8702]87038704[[package]]8705name = "prost"8706version = "0.9.0"8707source = "registry+https://github.com/rust-lang/crates.io-index"8708checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8709dependencies = [8710 "bytes 1.1.0",8711 "prost-derive",8712]87138714[[package]]8715name = "prost-build"8716version = "0.9.0"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8719dependencies = [8720 "bytes 1.1.0",8721 "heck 0.3.3",8722 "itertools",8723 "lazy_static",8724 "log",8725 "multimap",8726 "petgraph",8727 "prost",8728 "prost-types",8729 "regex",8730 "tempfile",8731 "which",8732]87338734[[package]]8735name = "prost-derive"8736version = "0.9.0"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8739dependencies = [8740 "anyhow",8741 "itertools",8742 "proc-macro2",8743 "quote",8744 "syn",8745]87468747[[package]]8748name = "prost-types"8749version = "0.9.0"8750source = "registry+https://github.com/rust-lang/crates.io-index"8751checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8752dependencies = [8753 "bytes 1.1.0",8754 "prost",8755]87568757[[package]]8758name = "psm"8759version = "0.1.18"8760source = "registry+https://github.com/rust-lang/crates.io-index"8761checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8762dependencies = [8763 "cc",8764]87658766[[package]]8767name = "quartz-runtime"8768version = "0.9.20"8769dependencies = [8770 "cumulus-pallet-aura-ext",8771 "cumulus-pallet-dmp-queue",8772 "cumulus-pallet-parachain-system",8773 "cumulus-pallet-xcm",8774 "cumulus-pallet-xcmp-queue",8775 "cumulus-primitives-core",8776 "cumulus-primitives-timestamp",8777 "cumulus-primitives-utility",8778 "derivative",8779 "fp-evm-mapping",8780 "fp-rpc",8781 "fp-self-contained",8782 "frame-executive",8783 "frame-support",8784 "frame-system",8785 "frame-system-rpc-runtime-api",8786 "frame-try-runtime",8787 "log",8788 "orml-vesting",8789 "pallet-aura",8790 "pallet-balances",8791 "pallet-base-fee",8792 "pallet-common",8793 "pallet-ethereum",8794 "pallet-evm",8795 "pallet-evm-coder-substrate",8796 "pallet-evm-contract-helpers",8797 "pallet-evm-migration",8798 "pallet-evm-transaction-payment",8799 "pallet-fungible",8800 "pallet-inflation",8801 "pallet-nonfungible",8802 "pallet-randomness-collective-flip",8803 "pallet-refungible",8804 "pallet-rmrk-core",8805 "pallet-structure",8806 "pallet-sudo",8807 "pallet-template-transaction-payment",8808 "pallet-timestamp",8809 "pallet-transaction-payment",8810 "pallet-transaction-payment-rpc-runtime-api",8811 "pallet-treasury",8812 "pallet-unique",8813 "pallet-unq-scheduler",8814 "pallet-xcm",8815 "parachain-info",8816 "parity-scale-codec 3.1.2",8817 "polkadot-parachain",8818 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8819 "scale-info",8820 "serde",8821 "smallvec",8822 "sp-api",8823 "sp-arithmetic",8824 "sp-block-builder",8825 "sp-consensus-aura",8826 "sp-core",8827 "sp-inherents",8828 "sp-io",8829 "sp-offchain",8830 "sp-runtime",8831 "sp-session",8832 "sp-std",8833 "sp-transaction-pool",8834 "sp-version",8835 "substrate-wasm-builder",8836 "unique-runtime-common",8837 "up-data-structs",8838 "up-rpc",8839 "xcm",8840 "xcm-builder",8841 "xcm-executor",8842]88438844[[package]]8845name = "quick-error"8846version = "1.2.3"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88498850[[package]]8851name = "quicksink"8852version = "0.1.2"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8855dependencies = [8856 "futures-core",8857 "futures-sink",8858 "pin-project-lite 0.1.12",8859]88608861[[package]]8862name = "quote"8863version = "1.0.18"8864source = "registry+https://github.com/rust-lang/crates.io-index"8865checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8866dependencies = [8867 "proc-macro2",8868]88698870[[package]]8871name = "radium"8872version = "0.6.2"8873source = "registry+https://github.com/rust-lang/crates.io-index"8874checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88758876[[package]]8877name = "radium"8878version = "0.7.0"8879source = "registry+https://github.com/rust-lang/crates.io-index"8880checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88818882[[package]]8883name = "rand"8884version = "0.7.3"8885source = "registry+https://github.com/rust-lang/crates.io-index"8886checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8887dependencies = [8888 "getrandom 0.1.16",8889 "libc",8890 "rand_chacha 0.2.2",8891 "rand_core 0.5.1",8892 "rand_hc",8893 "rand_pcg 0.2.1",8894]88958896[[package]]8897name = "rand"8898version = "0.8.5"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8901dependencies = [8902 "libc",8903 "rand_chacha 0.3.1",8904 "rand_core 0.6.3",8905]89068907[[package]]8908name = "rand_chacha"8909version = "0.2.2"8910source = "registry+https://github.com/rust-lang/crates.io-index"8911checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8912dependencies = [8913 "ppv-lite86",8914 "rand_core 0.5.1",8915]89168917[[package]]8918name = "rand_chacha"8919version = "0.3.1"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8922dependencies = [8923 "ppv-lite86",8924 "rand_core 0.6.3",8925]89268927[[package]]8928name = "rand_core"8929version = "0.5.1"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8932dependencies = [8933 "getrandom 0.1.16",8934]89358936[[package]]8937name = "rand_core"8938version = "0.6.3"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8941dependencies = [8942 "getrandom 0.2.6",8943]89448945[[package]]8946name = "rand_distr"8947version = "0.4.3"8948source = "registry+https://github.com/rust-lang/crates.io-index"8949checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8950dependencies = [8951 "num-traits",8952 "rand 0.8.5",8953]89548955[[package]]8956name = "rand_hc"8957version = "0.2.0"8958source = "registry+https://github.com/rust-lang/crates.io-index"8959checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8960dependencies = [8961 "rand_core 0.5.1",8962]89638964[[package]]8965name = "rand_pcg"8966version = "0.2.1"8967source = "registry+https://github.com/rust-lang/crates.io-index"8968checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8969dependencies = [8970 "rand_core 0.5.1",8971]89728973[[package]]8974name = "rand_pcg"8975version = "0.3.1"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8978dependencies = [8979 "rand_core 0.6.3",8980]89818982[[package]]8983name = "rawpointer"8984version = "0.2.1"8985source = "registry+https://github.com/rust-lang/crates.io-index"8986checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89878988[[package]]8989name = "rayon"8990version = "1.5.3"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8993dependencies = [8994 "autocfg",8995 "crossbeam-deque",8996 "either",8997 "rayon-core",8998]89999000[[package]]9001name = "rayon-core"9002version = "1.9.3"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9005dependencies = [9006 "crossbeam-channel",9007 "crossbeam-deque",9008 "crossbeam-utils",9009 "num_cpus",9010]90119012[[package]]9013name = "redox_syscall"9014version = "0.1.57"9015source = "registry+https://github.com/rust-lang/crates.io-index"9016checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90179018[[package]]9019name = "redox_syscall"9020version = "0.2.13"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9023dependencies = [9024 "bitflags",9025]90269027[[package]]9028name = "redox_users"9029version = "0.3.5"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9032dependencies = [9033 "getrandom 0.1.16",9034 "redox_syscall 0.1.57",9035 "rust-argon2",9036]90379038[[package]]9039name = "redox_users"9040version = "0.4.3"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9043dependencies = [9044 "getrandom 0.2.6",9045 "redox_syscall 0.2.13",9046 "thiserror",9047]90489049[[package]]9050name = "reed-solomon-novelpoly"9051version = "1.0.0"9052source = "registry+https://github.com/rust-lang/crates.io-index"9053checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9054dependencies = [9055 "derive_more",9056 "fs-err",9057 "itertools",9058 "static_init",9059 "thiserror",9060]90619062[[package]]9063name = "ref-cast"9064version = "1.0.7"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9067dependencies = [9068 "ref-cast-impl",9069]90709071[[package]]9072name = "ref-cast-impl"9073version = "1.0.7"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9076dependencies = [9077 "proc-macro2",9078 "quote",9079 "syn",9080]90819082[[package]]9083name = "regalloc"9084version = "0.0.34"9085source = "registry+https://github.com/rust-lang/crates.io-index"9086checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9087dependencies = [9088 "log",9089 "rustc-hash",9090 "smallvec",9091]90929093[[package]]9094name = "regex"9095version = "1.5.6"9096source = "registry+https://github.com/rust-lang/crates.io-index"9097checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9098dependencies = [9099 "aho-corasick",9100 "memchr",9101 "regex-syntax",9102]91039104[[package]]9105name = "regex-automata"9106version = "0.1.10"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9109dependencies = [9110 "regex-syntax",9111]91129113[[package]]9114name = "regex-syntax"9115version = "0.6.26"9116source = "registry+https://github.com/rust-lang/crates.io-index"9117checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"91189119[[package]]9120name = "region"9121version = "2.2.0"9122source = "registry+https://github.com/rust-lang/crates.io-index"9123checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9124dependencies = [9125 "bitflags",9126 "libc",9127 "mach",9128 "winapi 0.3.9",9129]91309131[[package]]9132name = "remote-externalities"9133version = "0.10.0-dev"9134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9135dependencies = [9136 "env_logger",9137 "jsonrpsee",9138 "log",9139 "parity-scale-codec 3.1.2",9140 "serde",9141 "serde_json",9142 "sp-core",9143 "sp-io",9144 "sp-runtime",9145 "sp-version",9146]91479148[[package]]9149name = "remove_dir_all"9150version = "0.5.3"9151source = "registry+https://github.com/rust-lang/crates.io-index"9152checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9153dependencies = [9154 "winapi 0.3.9",9155]91569157[[package]]9158name = "resolv-conf"9159version = "0.7.0"9160source = "registry+https://github.com/rust-lang/crates.io-index"9161checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9162dependencies = [9163 "hostname",9164 "quick-error",9165]91669167[[package]]9168name = "retain_mut"9169version = "0.1.9"9170source = "registry+https://github.com/rust-lang/crates.io-index"9171checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91729173[[package]]9174name = "ring"9175version = "0.16.20"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9178dependencies = [9179 "cc",9180 "libc",9181 "once_cell",9182 "spin",9183 "untrusted",9184 "web-sys",9185 "winapi 0.3.9",9186]91879188[[package]]9189name = "rlp"9190version = "0.5.1"9191source = "registry+https://github.com/rust-lang/crates.io-index"9192checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9193dependencies = [9194 "bytes 1.1.0",9195 "rustc-hex",9196]91979198[[package]]9199name = "rlp-derive"9200version = "0.1.0"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9203dependencies = [9204 "proc-macro2",9205 "quote",9206 "syn",9207]92089209[[package]]9210name = "rmrk-rpc"9211version = "0.0.1"9212dependencies = [9213 "parity-scale-codec 2.3.1",9214 "serde",9215 "sp-api",9216 "sp-core",9217 "sp-runtime",9218 "sp-std",9219 "up-data-structs",9220]92219222[[package]]9223name = "rmrk-rpc"9224version = "0.0.1"9225source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9226dependencies = [9227 "parity-scale-codec 2.3.1",9228 "rmrk-types",9229 "serde",9230 "sp-api",9231 "sp-core",9232 "sp-runtime",9233 "sp-std",9234]92359236[[package]]9237name = "rmrk-types"9238version = "0.0.1"9239source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9240dependencies = [9241 "parity-scale-codec 3.1.2",9242 "scale-info",9243 "serde",9244]92459246[[package]]9247name = "rocksdb"9248version = "0.18.0"9249source = "registry+https://github.com/rust-lang/crates.io-index"9250checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9251dependencies = [9252 "libc",9253 "librocksdb-sys",9254]92559256[[package]]9257name = "rococo-runtime"9258version = "0.9.21"9259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9260dependencies = [9261 "beefy-merkle-tree",9262 "beefy-primitives",9263 "bp-messages",9264 "bp-rococo",9265 "bp-runtime",9266 "bp-wococo",9267 "bridge-runtime-common",9268 "frame-benchmarking",9269 "frame-executive",9270 "frame-support",9271 "frame-system",9272 "frame-system-benchmarking",9273 "frame-system-rpc-runtime-api",9274 "hex-literal",9275 "log",9276 "pallet-authority-discovery",9277 "pallet-authorship",9278 "pallet-babe",9279 "pallet-balances",9280 "pallet-beefy",9281 "pallet-beefy-mmr",9282 "pallet-bridge-dispatch",9283 "pallet-bridge-grandpa",9284 "pallet-bridge-messages",9285 "pallet-collective",9286 "pallet-grandpa",9287 "pallet-im-online",9288 "pallet-indices",9289 "pallet-membership",9290 "pallet-mmr",9291 "pallet-multisig",9292 "pallet-offences",9293 "pallet-proxy",9294 "pallet-session",9295 "pallet-staking",9296 "pallet-sudo",9297 "pallet-timestamp",9298 "pallet-transaction-payment",9299 "pallet-transaction-payment-rpc-runtime-api",9300 "pallet-utility",9301 "pallet-xcm",9302 "parity-scale-codec 3.1.2",9303 "polkadot-parachain",9304 "polkadot-primitives",9305 "polkadot-runtime-common",9306 "polkadot-runtime-parachains",9307 "rococo-runtime-constants",9308 "scale-info",9309 "serde",9310 "serde_derive",9311 "smallvec",9312 "sp-api",9313 "sp-authority-discovery",9314 "sp-block-builder",9315 "sp-consensus-babe",9316 "sp-core",9317 "sp-inherents",9318 "sp-io",9319 "sp-mmr-primitives",9320 "sp-offchain",9321 "sp-runtime",9322 "sp-session",9323 "sp-staking",9324 "sp-std",9325 "sp-transaction-pool",9326 "sp-version",9327 "substrate-wasm-builder",9328 "xcm",9329 "xcm-builder",9330 "xcm-executor",9331]93329333[[package]]9334name = "rococo-runtime-constants"9335version = "0.9.21"9336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9337dependencies = [9338 "frame-support",9339 "polkadot-primitives",9340 "polkadot-runtime-common",9341 "smallvec",9342 "sp-runtime",9343]93449345[[package]]9346name = "rpassword"9347version = "5.0.1"9348source = "registry+https://github.com/rust-lang/crates.io-index"9349checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9350dependencies = [9351 "libc",9352 "winapi 0.3.9",9353]93549355[[package]]9356name = "rust-argon2"9357version = "0.8.3"9358source = "registry+https://github.com/rust-lang/crates.io-index"9359checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9360dependencies = [9361 "base64",9362 "blake2b_simd",9363 "constant_time_eq",9364 "crossbeam-utils",9365]93669367[[package]]9368name = "rustc-demangle"9369version = "0.1.21"9370source = "registry+https://github.com/rust-lang/crates.io-index"9371checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93729373[[package]]9374name = "rustc-hash"9375version = "1.1.0"9376source = "registry+https://github.com/rust-lang/crates.io-index"9377checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93789379[[package]]9380name = "rustc-hex"9381version = "2.1.0"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93849385[[package]]9386name = "rustc_version"9387version = "0.2.3"9388source = "registry+https://github.com/rust-lang/crates.io-index"9389checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9390dependencies = [9391 "semver 0.9.0",9392]93939394[[package]]9395name = "rustc_version"9396version = "0.3.3"9397source = "registry+https://github.com/rust-lang/crates.io-index"9398checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9399dependencies = [9400 "semver 0.11.0",9401]94029403[[package]]9404name = "rustc_version"9405version = "0.4.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9408dependencies = [9409 "semver 1.0.9",9410]94119412[[package]]9413name = "rustix"9414version = "0.33.7"9415source = "registry+https://github.com/rust-lang/crates.io-index"9416checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9417dependencies = [9418 "bitflags",9419 "errno",9420 "io-lifetimes",9421 "libc",9422 "linux-raw-sys",9423 "winapi 0.3.9",9424]94259426[[package]]9427name = "rustls"9428version = "0.19.1"9429source = "registry+https://github.com/rust-lang/crates.io-index"9430checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9431dependencies = [9432 "base64",9433 "log",9434 "ring",9435 "sct 0.6.1",9436 "webpki 0.21.4",9437]94389439[[package]]9440name = "rustls"9441version = "0.20.6"9442source = "registry+https://github.com/rust-lang/crates.io-index"9443checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9444dependencies = [9445 "log",9446 "ring",9447 "sct 0.7.0",9448 "webpki 0.22.0",9449]94509451[[package]]9452name = "rustls-native-certs"9453version = "0.5.0"9454source = "registry+https://github.com/rust-lang/crates.io-index"9455checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9456dependencies = [9457 "openssl-probe",9458 "rustls 0.19.1",9459 "schannel",9460 "security-framework",9461]94629463[[package]]9464name = "rustls-native-certs"9465version = "0.6.2"9466source = "registry+https://github.com/rust-lang/crates.io-index"9467checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9468dependencies = [9469 "openssl-probe",9470 "rustls-pemfile",9471 "schannel",9472 "security-framework",9473]94749475[[package]]9476name = "rustls-pemfile"9477version = "1.0.0"9478source = "registry+https://github.com/rust-lang/crates.io-index"9479checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9480dependencies = [9481 "base64",9482]94839484[[package]]9485name = "rustversion"9486version = "1.0.6"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"94899490[[package]]9491name = "rw-stream-sink"9492version = "0.2.1"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9495dependencies = [9496 "futures 0.3.21",9497 "pin-project 0.4.29",9498 "static_assertions",9499]95009501[[package]]9502name = "ryu"9503version = "1.0.10"9504source = "registry+https://github.com/rust-lang/crates.io-index"9505checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"95069507[[package]]9508name = "safe-mix"9509version = "1.0.1"9510source = "registry+https://github.com/rust-lang/crates.io-index"9511checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9512dependencies = [9513 "rustc_version 0.2.3",9514]95159516[[package]]9517name = "salsa20"9518version = "0.9.0"9519source = "registry+https://github.com/rust-lang/crates.io-index"9520checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9521dependencies = [9522 "cipher",9523]95249525[[package]]9526name = "same-file"9527version = "1.0.6"9528source = "registry+https://github.com/rust-lang/crates.io-index"9529checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9530dependencies = [9531 "winapi-util",9532]95339534[[package]]9535name = "sc-allocator"9536version = "4.1.0-dev"9537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9538dependencies = [9539 "log",9540 "sp-core",9541 "sp-wasm-interface",9542 "thiserror",9543]95449545[[package]]9546name = "sc-authority-discovery"9547version = "0.10.0-dev"9548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9549dependencies = [9550 "async-trait",9551 "futures 0.3.21",9552 "futures-timer",9553 "ip_network",9554 "libp2p",9555 "log",9556 "parity-scale-codec 3.1.2",9557 "prost",9558 "prost-build",9559 "rand 0.7.3",9560 "sc-client-api",9561 "sc-network",9562 "sp-api",9563 "sp-authority-discovery",9564 "sp-blockchain",9565 "sp-core",9566 "sp-keystore",9567 "sp-runtime",9568 "substrate-prometheus-endpoint",9569 "thiserror",9570]95719572[[package]]9573name = "sc-basic-authorship"9574version = "0.10.0-dev"9575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9576dependencies = [9577 "futures 0.3.21",9578 "futures-timer",9579 "log",9580 "parity-scale-codec 3.1.2",9581 "sc-block-builder",9582 "sc-client-api",9583 "sc-proposer-metrics",9584 "sc-telemetry",9585 "sc-transaction-pool-api",9586 "sp-api",9587 "sp-blockchain",9588 "sp-consensus",9589 "sp-core",9590 "sp-inherents",9591 "sp-runtime",9592 "substrate-prometheus-endpoint",9593]95949595[[package]]9596name = "sc-block-builder"9597version = "0.10.0-dev"9598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9599dependencies = [9600 "parity-scale-codec 3.1.2",9601 "sc-client-api",9602 "sp-api",9603 "sp-block-builder",9604 "sp-blockchain",9605 "sp-core",9606 "sp-inherents",9607 "sp-runtime",9608 "sp-state-machine",9609]96109611[[package]]9612name = "sc-chain-spec"9613version = "4.0.0-dev"9614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9615dependencies = [9616 "impl-trait-for-tuples",9617 "memmap2 0.5.3",9618 "parity-scale-codec 3.1.2",9619 "sc-chain-spec-derive",9620 "sc-network",9621 "sc-telemetry",9622 "serde",9623 "serde_json",9624 "sp-core",9625 "sp-runtime",9626]96279628[[package]]9629name = "sc-chain-spec-derive"9630version = "4.0.0-dev"9631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9632dependencies = [9633 "proc-macro-crate 1.1.3",9634 "proc-macro2",9635 "quote",9636 "syn",9637]96389639[[package]]9640name = "sc-cli"9641version = "0.10.0-dev"9642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9643dependencies = [9644 "chrono",9645 "clap",9646 "fdlimit",9647 "futures 0.3.21",9648 "hex",9649 "libp2p",9650 "log",9651 "names",9652 "parity-scale-codec 3.1.2",9653 "rand 0.7.3",9654 "regex",9655 "rpassword",9656 "sc-client-api",9657 "sc-keystore",9658 "sc-network",9659 "sc-service",9660 "sc-telemetry",9661 "sc-tracing",9662 "sc-utils",9663 "serde",9664 "serde_json",9665 "sp-blockchain",9666 "sp-core",9667 "sp-keyring",9668 "sp-keystore",9669 "sp-panic-handler",9670 "sp-runtime",9671 "sp-version",9672 "thiserror",9673 "tiny-bip39",9674 "tokio 1.18.2",9675]96769677[[package]]9678name = "sc-client-api"9679version = "4.0.0-dev"9680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9681dependencies = [9682 "fnv",9683 "futures 0.3.21",9684 "hash-db",9685 "log",9686 "parity-scale-codec 3.1.2",9687 "parking_lot 0.12.0",9688 "sc-executor",9689 "sc-transaction-pool-api",9690 "sc-utils",9691 "sp-api",9692 "sp-blockchain",9693 "sp-consensus",9694 "sp-core",9695 "sp-database",9696 "sp-externalities",9697 "sp-keystore",9698 "sp-runtime",9699 "sp-state-machine",9700 "sp-storage",9701 "sp-trie",9702 "substrate-prometheus-endpoint",9703]97049705[[package]]9706name = "sc-client-db"9707version = "0.10.0-dev"9708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9709dependencies = [9710 "hash-db",9711 "kvdb",9712 "kvdb-memorydb",9713 "kvdb-rocksdb",9714 "linked-hash-map",9715 "log",9716 "parity-db",9717 "parity-scale-codec 3.1.2",9718 "parking_lot 0.12.0",9719 "sc-client-api",9720 "sc-state-db",9721 "sp-arithmetic",9722 "sp-blockchain",9723 "sp-core",9724 "sp-database",9725 "sp-runtime",9726 "sp-state-machine",9727 "sp-trie",9728]97299730[[package]]9731name = "sc-consensus"9732version = "0.10.0-dev"9733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9734dependencies = [9735 "async-trait",9736 "futures 0.3.21",9737 "futures-timer",9738 "libp2p",9739 "log",9740 "parking_lot 0.12.0",9741 "sc-client-api",9742 "sc-utils",9743 "serde",9744 "sp-api",9745 "sp-blockchain",9746 "sp-consensus",9747 "sp-core",9748 "sp-runtime",9749 "sp-state-machine",9750 "substrate-prometheus-endpoint",9751 "thiserror",9752]97539754[[package]]9755name = "sc-consensus-aura"9756version = "0.10.0-dev"9757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9758dependencies = [9759 "async-trait",9760 "futures 0.3.21",9761 "log",9762 "parity-scale-codec 3.1.2",9763 "sc-block-builder",9764 "sc-client-api",9765 "sc-consensus",9766 "sc-consensus-slots",9767 "sc-telemetry",9768 "sp-api",9769 "sp-application-crypto",9770 "sp-block-builder",9771 "sp-blockchain",9772 "sp-consensus",9773 "sp-consensus-aura",9774 "sp-consensus-slots",9775 "sp-core",9776 "sp-inherents",9777 "sp-keystore",9778 "sp-runtime",9779 "substrate-prometheus-endpoint",9780 "thiserror",9781]97829783[[package]]9784name = "sc-consensus-babe"9785version = "0.10.0-dev"9786source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9787dependencies = [9788 "async-trait",9789 "fork-tree",9790 "futures 0.3.21",9791 "log",9792 "merlin",9793 "num-bigint",9794 "num-rational 0.2.4",9795 "num-traits",9796 "parity-scale-codec 3.1.2",9797 "parking_lot 0.12.0",9798 "rand 0.7.3",9799 "retain_mut",9800 "sc-client-api",9801 "sc-consensus",9802 "sc-consensus-epochs",9803 "sc-consensus-slots",9804 "sc-keystore",9805 "sc-telemetry",9806 "schnorrkel",9807 "serde",9808 "sp-api",9809 "sp-application-crypto",9810 "sp-block-builder",9811 "sp-blockchain",9812 "sp-consensus",9813 "sp-consensus-babe",9814 "sp-consensus-slots",9815 "sp-consensus-vrf",9816 "sp-core",9817 "sp-inherents",9818 "sp-io",9819 "sp-keystore",9820 "sp-runtime",9821 "sp-version",9822 "substrate-prometheus-endpoint",9823 "thiserror",9824]98259826[[package]]9827name = "sc-consensus-babe-rpc"9828version = "0.10.0-dev"9829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9830dependencies = [9831 "futures 0.3.21",9832 "jsonrpc-core",9833 "jsonrpc-core-client",9834 "jsonrpc-derive",9835 "sc-consensus-babe",9836 "sc-consensus-epochs",9837 "sc-rpc-api",9838 "serde",9839 "sp-api",9840 "sp-application-crypto",9841 "sp-blockchain",9842 "sp-consensus",9843 "sp-consensus-babe",9844 "sp-core",9845 "sp-keystore",9846 "sp-runtime",9847 "thiserror",9848]98499850[[package]]9851name = "sc-consensus-epochs"9852version = "0.10.0-dev"9853source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9854dependencies = [9855 "fork-tree",9856 "parity-scale-codec 3.1.2",9857 "sc-client-api",9858 "sc-consensus",9859 "sp-blockchain",9860 "sp-runtime",9861]98629863[[package]]9864name = "sc-consensus-manual-seal"9865version = "0.10.0-dev"9866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9867dependencies = [9868 "assert_matches",9869 "async-trait",9870 "futures 0.3.21",9871 "jsonrpc-core",9872 "jsonrpc-core-client",9873 "jsonrpc-derive",9874 "log",9875 "parity-scale-codec 3.1.2",9876 "sc-client-api",9877 "sc-consensus",9878 "sc-consensus-aura",9879 "sc-consensus-babe",9880 "sc-consensus-epochs",9881 "sc-transaction-pool",9882 "sc-transaction-pool-api",9883 "serde",9884 "sp-api",9885 "sp-blockchain",9886 "sp-consensus",9887 "sp-consensus-aura",9888 "sp-consensus-babe",9889 "sp-consensus-slots",9890 "sp-core",9891 "sp-inherents",9892 "sp-keystore",9893 "sp-runtime",9894 "sp-timestamp",9895 "substrate-prometheus-endpoint",9896 "thiserror",9897]98989899[[package]]9900name = "sc-consensus-slots"9901version = "0.10.0-dev"9902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9903dependencies = [9904 "async-trait",9905 "futures 0.3.21",9906 "futures-timer",9907 "log",9908 "parity-scale-codec 3.1.2",9909 "sc-client-api",9910 "sc-consensus",9911 "sc-telemetry",9912 "sp-arithmetic",9913 "sp-blockchain",9914 "sp-consensus",9915 "sp-consensus-slots",9916 "sp-core",9917 "sp-inherents",9918 "sp-runtime",9919 "sp-state-machine",9920 "sp-timestamp",9921 "thiserror",9922]99239924[[package]]9925name = "sc-consensus-uncles"9926version = "0.10.0-dev"9927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9928dependencies = [9929 "sc-client-api",9930 "sp-authorship",9931 "sp-runtime",9932 "thiserror",9933]99349935[[package]]9936name = "sc-executor"9937version = "0.10.0-dev"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9939dependencies = [9940 "lazy_static",9941 "lru 0.7.5",9942 "parity-scale-codec 3.1.2",9943 "parking_lot 0.12.0",9944 "sc-executor-common",9945 "sc-executor-wasmi",9946 "sc-executor-wasmtime",9947 "sp-api",9948 "sp-core",9949 "sp-core-hashing-proc-macro",9950 "sp-externalities",9951 "sp-io",9952 "sp-panic-handler",9953 "sp-runtime-interface",9954 "sp-tasks",9955 "sp-trie",9956 "sp-version",9957 "sp-wasm-interface",9958 "tracing",9959 "wasmi",9960]99619962[[package]]9963name = "sc-executor-common"9964version = "0.10.0-dev"9965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9966dependencies = [9967 "environmental",9968 "parity-scale-codec 3.1.2",9969 "sc-allocator",9970 "sp-core",9971 "sp-maybe-compressed-blob",9972 "sp-serializer",9973 "sp-wasm-interface",9974 "thiserror",9975 "wasm-instrument",9976 "wasmi",9977]99789979[[package]]9980name = "sc-executor-wasmi"9981version = "0.10.0-dev"9982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9983dependencies = [9984 "log",9985 "parity-scale-codec 3.1.2",9986 "sc-allocator",9987 "sc-executor-common",9988 "scoped-tls",9989 "sp-core",9990 "sp-runtime-interface",9991 "sp-wasm-interface",9992 "wasmi",9993]99949995[[package]]9996name = "sc-executor-wasmtime"9997version = "0.10.0-dev"9998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9999dependencies = [10000 "cfg-if 1.0.0",10001 "libc",10002 "log",10003 "parity-scale-codec 3.1.2",10004 "parity-wasm 0.42.2",10005 "sc-allocator",10006 "sc-executor-common",10007 "sp-core",10008 "sp-runtime-interface",10009 "sp-wasm-interface",10010 "wasmtime",10011]1001210013[[package]]10014name = "sc-finality-grandpa"10015version = "0.10.0-dev"10016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10017dependencies = [10018 "ahash",10019 "async-trait",10020 "dyn-clone",10021 "finality-grandpa",10022 "fork-tree",10023 "futures 0.3.21",10024 "futures-timer",10025 "hex",10026 "log",10027 "parity-scale-codec 3.1.2",10028 "parking_lot 0.12.0",10029 "rand 0.8.5",10030 "sc-block-builder",10031 "sc-chain-spec",10032 "sc-client-api",10033 "sc-consensus",10034 "sc-keystore",10035 "sc-network",10036 "sc-network-gossip",10037 "sc-telemetry",10038 "sc-utils",10039 "serde_json",10040 "sp-api",10041 "sp-application-crypto",10042 "sp-arithmetic",10043 "sp-blockchain",10044 "sp-consensus",10045 "sp-core",10046 "sp-finality-grandpa",10047 "sp-keystore",10048 "sp-runtime",10049 "substrate-prometheus-endpoint",10050 "thiserror",10051]1005210053[[package]]10054name = "sc-finality-grandpa-rpc"10055version = "0.10.0-dev"10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10057dependencies = [10058 "finality-grandpa",10059 "futures 0.3.21",10060 "jsonrpc-core",10061 "jsonrpc-core-client",10062 "jsonrpc-derive",10063 "jsonrpc-pubsub",10064 "log",10065 "parity-scale-codec 3.1.2",10066 "sc-client-api",10067 "sc-finality-grandpa",10068 "sc-rpc",10069 "serde",10070 "serde_json",10071 "sp-blockchain",10072 "sp-core",10073 "sp-runtime",10074 "thiserror",10075]1007610077[[package]]10078name = "sc-informant"10079version = "0.10.0-dev"10080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10081dependencies = [10082 "ansi_term",10083 "futures 0.3.21",10084 "futures-timer",10085 "log",10086 "parity-util-mem",10087 "sc-client-api",10088 "sc-network",10089 "sc-transaction-pool-api",10090 "sp-blockchain",10091 "sp-runtime",10092]1009310094[[package]]10095name = "sc-keystore"10096version = "4.0.0-dev"10097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10098dependencies = [10099 "async-trait",10100 "hex",10101 "parking_lot 0.12.0",10102 "serde_json",10103 "sp-application-crypto",10104 "sp-core",10105 "sp-keystore",10106 "thiserror",10107]1010810109[[package]]10110name = "sc-network"10111version = "0.10.0-dev"10112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10113dependencies = [10114 "async-trait",10115 "asynchronous-codec 0.5.0",10116 "bitflags",10117 "bytes 1.1.0",10118 "cid",10119 "either",10120 "fnv",10121 "fork-tree",10122 "futures 0.3.21",10123 "futures-timer",10124 "hex",10125 "ip_network",10126 "libp2p",10127 "linked-hash-map",10128 "linked_hash_set",10129 "log",10130 "lru 0.7.5",10131 "parity-scale-codec 3.1.2",10132 "parking_lot 0.12.0",10133 "pin-project 1.0.10",10134 "prost",10135 "prost-build",10136 "rand 0.7.3",10137 "sc-block-builder",10138 "sc-client-api",10139 "sc-consensus",10140 "sc-peerset",10141 "sc-utils",10142 "serde",10143 "serde_json",10144 "smallvec",10145 "sp-arithmetic",10146 "sp-blockchain",10147 "sp-consensus",10148 "sp-core",10149 "sp-finality-grandpa",10150 "sp-runtime",10151 "substrate-prometheus-endpoint",10152 "thiserror",10153 "unsigned-varint 0.6.0",10154 "void",10155 "zeroize",10156]1015710158[[package]]10159name = "sc-network-gossip"10160version = "0.10.0-dev"10161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10162dependencies = [10163 "ahash",10164 "futures 0.3.21",10165 "futures-timer",10166 "libp2p",10167 "log",10168 "lru 0.7.5",10169 "sc-network",10170 "sp-runtime",10171 "substrate-prometheus-endpoint",10172 "tracing",10173]1017410175[[package]]10176name = "sc-offchain"10177version = "4.0.0-dev"10178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10179dependencies = [10180 "bytes 1.1.0",10181 "fnv",10182 "futures 0.3.21",10183 "futures-timer",10184 "hex",10185 "hyper",10186 "hyper-rustls 0.22.1",10187 "num_cpus",10188 "once_cell",10189 "parity-scale-codec 3.1.2",10190 "parking_lot 0.12.0",10191 "rand 0.7.3",10192 "sc-client-api",10193 "sc-network",10194 "sc-utils",10195 "sp-api",10196 "sp-core",10197 "sp-offchain",10198 "sp-runtime",10199 "threadpool",10200 "tracing",10201]1020210203[[package]]10204name = "sc-peerset"10205version = "4.0.0-dev"10206source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10207dependencies = [10208 "futures 0.3.21",10209 "libp2p",10210 "log",10211 "sc-utils",10212 "serde_json",10213 "wasm-timer",10214]1021510216[[package]]10217name = "sc-proposer-metrics"10218version = "0.10.0-dev"10219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10220dependencies = [10221 "log",10222 "substrate-prometheus-endpoint",10223]1022410225[[package]]10226name = "sc-rpc"10227version = "4.0.0-dev"10228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10229dependencies = [10230 "futures 0.3.21",10231 "hash-db",10232 "jsonrpc-core",10233 "jsonrpc-pubsub",10234 "log",10235 "parity-scale-codec 3.1.2",10236 "parking_lot 0.12.0",10237 "sc-block-builder",10238 "sc-chain-spec",10239 "sc-client-api",10240 "sc-rpc-api",10241 "sc-tracing",10242 "sc-transaction-pool-api",10243 "sc-utils",10244 "serde_json",10245 "sp-api",10246 "sp-blockchain",10247 "sp-core",10248 "sp-keystore",10249 "sp-offchain",10250 "sp-rpc",10251 "sp-runtime",10252 "sp-session",10253 "sp-version",10254]1025510256[[package]]10257name = "sc-rpc-api"10258version = "0.10.0-dev"10259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10260dependencies = [10261 "futures 0.3.21",10262 "jsonrpc-core",10263 "jsonrpc-core-client",10264 "jsonrpc-derive",10265 "jsonrpc-pubsub",10266 "log",10267 "parity-scale-codec 3.1.2",10268 "parking_lot 0.12.0",10269 "sc-chain-spec",10270 "sc-transaction-pool-api",10271 "scale-info",10272 "serde",10273 "serde_json",10274 "sp-core",10275 "sp-rpc",10276 "sp-runtime",10277 "sp-tracing",10278 "sp-version",10279 "thiserror",10280]1028110282[[package]]10283name = "sc-rpc-server"10284version = "4.0.0-dev"10285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10286dependencies = [10287 "futures 0.3.21",10288 "jsonrpc-core",10289 "jsonrpc-http-server",10290 "jsonrpc-ipc-server",10291 "jsonrpc-pubsub",10292 "jsonrpc-ws-server",10293 "log",10294 "serde_json",10295 "substrate-prometheus-endpoint",10296 "tokio 1.18.2",10297]1029810299[[package]]10300name = "sc-service"10301version = "0.10.0-dev"10302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10303dependencies = [10304 "async-trait",10305 "directories",10306 "exit-future",10307 "futures 0.3.21",10308 "futures-timer",10309 "hash-db",10310 "jsonrpc-core",10311 "jsonrpc-pubsub",10312 "log",10313 "parity-scale-codec 3.1.2",10314 "parity-util-mem",10315 "parking_lot 0.12.0",10316 "pin-project 1.0.10",10317 "rand 0.7.3",10318 "sc-block-builder",10319 "sc-chain-spec",10320 "sc-client-api",10321 "sc-client-db",10322 "sc-consensus",10323 "sc-executor",10324 "sc-informant",10325 "sc-keystore",10326 "sc-network",10327 "sc-offchain",10328 "sc-rpc",10329 "sc-rpc-server",10330 "sc-sysinfo",10331 "sc-telemetry",10332 "sc-tracing",10333 "sc-transaction-pool",10334 "sc-transaction-pool-api",10335 "sc-utils",10336 "serde",10337 "serde_json",10338 "sp-api",10339 "sp-application-crypto",10340 "sp-block-builder",10341 "sp-blockchain",10342 "sp-consensus",10343 "sp-core",10344 "sp-externalities",10345 "sp-inherents",10346 "sp-keystore",10347 "sp-runtime",10348 "sp-session",10349 "sp-state-machine",10350 "sp-storage",10351 "sp-tracing",10352 "sp-transaction-pool",10353 "sp-transaction-storage-proof",10354 "sp-trie",10355 "sp-version",10356 "substrate-prometheus-endpoint",10357 "tempfile",10358 "thiserror",10359 "tokio 1.18.2",10360 "tracing",10361 "tracing-futures",10362]1036310364[[package]]10365name = "sc-state-db"10366version = "0.10.0-dev"10367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10368dependencies = [10369 "log",10370 "parity-scale-codec 3.1.2",10371 "parity-util-mem",10372 "parity-util-mem-derive",10373 "parking_lot 0.12.0",10374 "sc-client-api",10375 "sp-core",10376]1037710378[[package]]10379name = "sc-sync-state-rpc"10380version = "0.10.0-dev"10381source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10382dependencies = [10383 "jsonrpc-core",10384 "jsonrpc-core-client",10385 "jsonrpc-derive",10386 "parity-scale-codec 3.1.2",10387 "sc-chain-spec",10388 "sc-client-api",10389 "sc-consensus-babe",10390 "sc-consensus-epochs",10391 "sc-finality-grandpa",10392 "serde",10393 "serde_json",10394 "sp-blockchain",10395 "sp-runtime",10396 "thiserror",10397]1039810399[[package]]10400name = "sc-sysinfo"10401version = "6.0.0-dev"10402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10403dependencies = [10404 "futures 0.3.21",10405 "libc",10406 "log",10407 "rand 0.7.3",10408 "rand_pcg 0.2.1",10409 "regex",10410 "sc-telemetry",10411 "serde",10412 "serde_json",10413 "sp-core",10414 "sp-io",10415 "sp-std",10416]1041710418[[package]]10419name = "sc-telemetry"10420version = "4.0.0-dev"10421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10422dependencies = [10423 "chrono",10424 "futures 0.3.21",10425 "libp2p",10426 "log",10427 "parking_lot 0.12.0",10428 "pin-project 1.0.10",10429 "rand 0.7.3",10430 "serde",10431 "serde_json",10432 "thiserror",10433 "wasm-timer",10434]1043510436[[package]]10437name = "sc-tracing"10438version = "4.0.0-dev"10439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10440dependencies = [10441 "ansi_term",10442 "atty",10443 "chrono",10444 "lazy_static",10445 "libc",10446 "log",10447 "once_cell",10448 "parking_lot 0.12.0",10449 "regex",10450 "rustc-hash",10451 "sc-client-api",10452 "sc-rpc-server",10453 "sc-tracing-proc-macro",10454 "serde",10455 "sp-api",10456 "sp-blockchain",10457 "sp-core",10458 "sp-rpc",10459 "sp-runtime",10460 "sp-tracing",10461 "thiserror",10462 "tracing",10463 "tracing-log",10464 "tracing-subscriber",10465]1046610467[[package]]10468name = "sc-tracing-proc-macro"10469version = "4.0.0-dev"10470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10471dependencies = [10472 "proc-macro-crate 1.1.3",10473 "proc-macro2",10474 "quote",10475 "syn",10476]1047710478[[package]]10479name = "sc-transaction-pool"10480version = "4.0.0-dev"10481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10482dependencies = [10483 "futures 0.3.21",10484 "futures-timer",10485 "linked-hash-map",10486 "log",10487 "parity-scale-codec 3.1.2",10488 "parity-util-mem",10489 "parking_lot 0.12.0",10490 "retain_mut",10491 "sc-client-api",10492 "sc-transaction-pool-api",10493 "sc-utils",10494 "serde",10495 "sp-api",10496 "sp-blockchain",10497 "sp-core",10498 "sp-runtime",10499 "sp-tracing",10500 "sp-transaction-pool",10501 "substrate-prometheus-endpoint",10502 "thiserror",10503]1050410505[[package]]10506name = "sc-transaction-pool-api"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10509dependencies = [10510 "futures 0.3.21",10511 "log",10512 "serde",10513 "sp-blockchain",10514 "sp-runtime",10515 "thiserror",10516]1051710518[[package]]10519name = "sc-utils"10520version = "4.0.0-dev"10521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10522dependencies = [10523 "futures 0.3.21",10524 "futures-timer",10525 "lazy_static",10526 "log",10527 "parking_lot 0.12.0",10528 "prometheus",10529]1053010531[[package]]10532name = "scale-info"10533version = "2.1.2"10534source = "registry+https://github.com/rust-lang/crates.io-index"10535checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10536dependencies = [10537 "bitvec 1.0.0",10538 "cfg-if 1.0.0",10539 "derive_more",10540 "parity-scale-codec 3.1.2",10541 "scale-info-derive",10542 "serde",10543]1054410545[[package]]10546name = "scale-info-derive"10547version = "2.1.2"10548source = "registry+https://github.com/rust-lang/crates.io-index"10549checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10550dependencies = [10551 "proc-macro-crate 1.1.3",10552 "proc-macro2",10553 "quote",10554 "syn",10555]1055610557[[package]]10558name = "schannel"10559version = "0.1.20"10560source = "registry+https://github.com/rust-lang/crates.io-index"10561checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10562dependencies = [10563 "lazy_static",10564 "windows-sys",10565]1056610567[[package]]10568name = "schnorrkel"10569version = "0.9.1"10570source = "registry+https://github.com/rust-lang/crates.io-index"10571checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10572dependencies = [10573 "arrayref",10574 "arrayvec 0.5.2",10575 "curve25519-dalek 2.1.3",10576 "getrandom 0.1.16",10577 "merlin",10578 "rand 0.7.3",10579 "rand_core 0.5.1",10580 "sha2 0.8.2",10581 "subtle",10582 "zeroize",10583]1058410585[[package]]10586name = "scoped-tls"10587version = "1.0.0"10588source = "registry+https://github.com/rust-lang/crates.io-index"10589checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1059010591[[package]]10592name = "scopeguard"10593version = "1.1.0"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1059610597[[package]]10598name = "sct"10599version = "0.6.1"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10602dependencies = [10603 "ring",10604 "untrusted",10605]1060610607[[package]]10608name = "sct"10609version = "0.7.0"10610source = "registry+https://github.com/rust-lang/crates.io-index"10611checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10612dependencies = [10613 "ring",10614 "untrusted",10615]1061610617[[package]]10618name = "sec1"10619version = "0.2.1"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10622dependencies = [10623 "der",10624 "generic-array 0.14.5",10625 "pkcs8",10626 "subtle",10627 "zeroize",10628]1062910630[[package]]10631name = "secp256k1"10632version = "0.21.3"10633source = "registry+https://github.com/rust-lang/crates.io-index"10634checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10635dependencies = [10636 "secp256k1-sys",10637]1063810639[[package]]10640name = "secp256k1-sys"10641version = "0.4.2"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10644dependencies = [10645 "cc",10646]1064710648[[package]]10649name = "secrecy"10650version = "0.8.0"10651source = "registry+https://github.com/rust-lang/crates.io-index"10652checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10653dependencies = [10654 "zeroize",10655]1065610657[[package]]10658name = "security-framework"10659version = "2.6.1"10660source = "registry+https://github.com/rust-lang/crates.io-index"10661checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10662dependencies = [10663 "bitflags",10664 "core-foundation",10665 "core-foundation-sys",10666 "libc",10667 "security-framework-sys",10668]1066910670[[package]]10671name = "security-framework-sys"10672version = "2.6.1"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10675dependencies = [10676 "core-foundation-sys",10677 "libc",10678]1067910680[[package]]10681name = "semver"10682version = "0.6.0"10683source = "registry+https://github.com/rust-lang/crates.io-index"10684checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10685dependencies = [10686 "semver-parser 0.7.0",10687]1068810689[[package]]10690name = "semver"10691version = "0.9.0"10692source = "registry+https://github.com/rust-lang/crates.io-index"10693checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10694dependencies = [10695 "semver-parser 0.7.0",10696]1069710698[[package]]10699name = "semver"10700version = "0.11.0"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10703dependencies = [10704 "semver-parser 0.10.2",10705]1070610707[[package]]10708name = "semver"10709version = "1.0.9"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10712dependencies = [10713 "serde",10714]1071510716[[package]]10717name = "semver-parser"10718version = "0.7.0"10719source = "registry+https://github.com/rust-lang/crates.io-index"10720checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1072110722[[package]]10723name = "semver-parser"10724version = "0.10.2"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10727dependencies = [10728 "pest",10729]1073010731[[package]]10732name = "serde"10733version = "1.0.137"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10736dependencies = [10737 "serde_derive",10738]1073910740[[package]]10741name = "serde_derive"10742version = "1.0.137"10743source = "registry+https://github.com/rust-lang/crates.io-index"10744checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10745dependencies = [10746 "proc-macro2",10747 "quote",10748 "syn",10749]1075010751[[package]]10752name = "serde_json"10753version = "1.0.81"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10756dependencies = [10757 "itoa 1.0.2",10758 "ryu",10759 "serde",10760]1076110762[[package]]10763name = "serde_nanos"10764version = "0.1.2"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10767dependencies = [10768 "serde",10769]1077010771[[package]]10772name = "sha-1"10773version = "0.8.2"10774source = "registry+https://github.com/rust-lang/crates.io-index"10775checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10776dependencies = [10777 "block-buffer 0.7.3",10778 "digest 0.8.1",10779 "fake-simd",10780 "opaque-debug 0.2.3",10781]1078210783[[package]]10784name = "sha-1"10785version = "0.9.8"10786source = "registry+https://github.com/rust-lang/crates.io-index"10787checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10788dependencies = [10789 "block-buffer 0.9.0",10790 "cfg-if 1.0.0",10791 "cpufeatures 0.2.2",10792 "digest 0.9.0",10793 "opaque-debug 0.3.0",10794]1079510796[[package]]10797name = "sha2"10798version = "0.8.2"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10801dependencies = [10802 "block-buffer 0.7.3",10803 "digest 0.8.1",10804 "fake-simd",10805 "opaque-debug 0.2.3",10806]1080710808[[package]]10809name = "sha2"10810version = "0.9.9"10811source = "registry+https://github.com/rust-lang/crates.io-index"10812checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10813dependencies = [10814 "block-buffer 0.9.0",10815 "cfg-if 1.0.0",10816 "cpufeatures 0.2.2",10817 "digest 0.9.0",10818 "opaque-debug 0.3.0",10819]1082010821[[package]]10822name = "sha2"10823version = "0.10.2"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10826dependencies = [10827 "cfg-if 1.0.0",10828 "cpufeatures 0.2.2",10829 "digest 0.10.3",10830]1083110832[[package]]10833name = "sha3"10834version = "0.9.1"10835source = "registry+https://github.com/rust-lang/crates.io-index"10836checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10837dependencies = [10838 "block-buffer 0.9.0",10839 "digest 0.9.0",10840 "keccak",10841 "opaque-debug 0.3.0",10842]1084310844[[package]]10845name = "sha3"10846version = "0.10.1"10847source = "registry+https://github.com/rust-lang/crates.io-index"10848checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10849dependencies = [10850 "digest 0.10.3",10851 "keccak",10852]1085310854[[package]]10855name = "sharded-slab"10856version = "0.1.4"10857source = "registry+https://github.com/rust-lang/crates.io-index"10858checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10859dependencies = [10860 "lazy_static",10861]1086210863[[package]]10864name = "shlex"10865version = "1.1.0"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1086810869[[package]]10870name = "signal-hook"10871version = "0.3.14"10872source = "registry+https://github.com/rust-lang/crates.io-index"10873checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10874dependencies = [10875 "libc",10876 "signal-hook-registry",10877]1087810879[[package]]10880name = "signal-hook-registry"10881version = "1.4.0"10882source = "registry+https://github.com/rust-lang/crates.io-index"10883checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10884dependencies = [10885 "libc",10886]1088710888[[package]]10889name = "signature"10890version = "1.4.0"10891source = "registry+https://github.com/rust-lang/crates.io-index"10892checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10893dependencies = [10894 "rand_core 0.6.3",10895]1089610897[[package]]10898name = "simba"10899version = "0.5.1"10900source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10902dependencies = [10903 "approx",10904 "num-complex",10905 "num-traits",10906 "paste",10907]1090810909[[package]]10910name = "slab"10911version = "0.4.6"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1091410915[[package]]10916name = "slot-range-helper"10917version = "0.9.21"10918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10919dependencies = [10920 "enumn",10921 "parity-scale-codec 3.1.2",10922 "paste",10923 "sp-runtime",10924 "sp-std",10925]1092610927[[package]]10928name = "slotmap"10929version = "1.0.6"10930source = "registry+https://github.com/rust-lang/crates.io-index"10931checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10932dependencies = [10933 "version_check",10934]1093510936[[package]]10937name = "smallvec"10938version = "1.8.0"10939source = "registry+https://github.com/rust-lang/crates.io-index"10940checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1094110942[[package]]10943name = "snap"10944version = "1.0.5"10945source = "registry+https://github.com/rust-lang/crates.io-index"10946checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1094710948[[package]]10949name = "snow"10950version = "0.8.0"10951source = "registry+https://github.com/rust-lang/crates.io-index"10952checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10953dependencies = [10954 "aes-gcm",10955 "blake2 0.9.2",10956 "chacha20poly1305",10957 "rand 0.8.5",10958 "rand_core 0.6.3",10959 "ring",10960 "rustc_version 0.3.3",10961 "sha2 0.9.9",10962 "subtle",10963 "x25519-dalek",10964]1096510966[[package]]10967name = "socket2"10968version = "0.3.19"10969source = "registry+https://github.com/rust-lang/crates.io-index"10970checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10971dependencies = [10972 "cfg-if 1.0.0",10973 "libc",10974 "winapi 0.3.9",10975]1097610977[[package]]10978name = "socket2"10979version = "0.4.4"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10982dependencies = [10983 "libc",10984 "winapi 0.3.9",10985]1098610987[[package]]10988name = "soketto"10989version = "0.7.1"10990source = "registry+https://github.com/rust-lang/crates.io-index"10991checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10992dependencies = [10993 "base64",10994 "bytes 1.1.0",10995 "flate2",10996 "futures 0.3.21",10997 "httparse",10998 "log",10999 "rand 0.8.5",11000 "sha-1 0.9.8",11001]1100211003[[package]]11004name = "sp-api"11005version = "4.0.0-dev"11006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11007dependencies = [11008 "hash-db",11009 "log",11010 "parity-scale-codec 3.1.2",11011 "sp-api-proc-macro",11012 "sp-core",11013 "sp-runtime",11014 "sp-state-machine",11015 "sp-std",11016 "sp-version",11017 "thiserror",11018]1101911020[[package]]11021name = "sp-api-proc-macro"11022version = "4.0.0-dev"11023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11024dependencies = [11025 "blake2 0.10.4",11026 "proc-macro-crate 1.1.3",11027 "proc-macro2",11028 "quote",11029 "syn",11030]1103111032[[package]]11033name = "sp-application-crypto"11034version = "6.0.0"11035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11036dependencies = [11037 "parity-scale-codec 3.1.2",11038 "scale-info",11039 "serde",11040 "sp-core",11041 "sp-io",11042 "sp-std",11043]1104411045[[package]]11046name = "sp-arithmetic"11047version = "5.0.0"11048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11049dependencies = [11050 "integer-sqrt",11051 "num-traits",11052 "parity-scale-codec 3.1.2",11053 "scale-info",11054 "serde",11055 "sp-debug-derive",11056 "sp-std",11057 "static_assertions",11058]1105911060[[package]]11061name = "sp-authority-discovery"11062version = "4.0.0-dev"11063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11064dependencies = [11065 "parity-scale-codec 3.1.2",11066 "scale-info",11067 "sp-api",11068 "sp-application-crypto",11069 "sp-runtime",11070 "sp-std",11071]1107211073[[package]]11074name = "sp-authorship"11075version = "4.0.0-dev"11076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11077dependencies = [11078 "async-trait",11079 "parity-scale-codec 3.1.2",11080 "sp-inherents",11081 "sp-runtime",11082 "sp-std",11083]1108411085[[package]]11086name = "sp-block-builder"11087version = "4.0.0-dev"11088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11089dependencies = [11090 "parity-scale-codec 3.1.2",11091 "sp-api",11092 "sp-inherents",11093 "sp-runtime",11094 "sp-std",11095]1109611097[[package]]11098name = "sp-blockchain"11099version = "4.0.0-dev"11100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11101dependencies = [11102 "futures 0.3.21",11103 "log",11104 "lru 0.7.5",11105 "parity-scale-codec 3.1.2",11106 "parking_lot 0.12.0",11107 "sp-api",11108 "sp-consensus",11109 "sp-database",11110 "sp-runtime",11111 "sp-state-machine",11112 "thiserror",11113]1111411115[[package]]11116name = "sp-consensus"11117version = "0.10.0-dev"11118source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11119dependencies = [11120 "async-trait",11121 "futures 0.3.21",11122 "futures-timer",11123 "log",11124 "parity-scale-codec 3.1.2",11125 "sp-core",11126 "sp-inherents",11127 "sp-runtime",11128 "sp-state-machine",11129 "sp-std",11130 "sp-version",11131 "thiserror",11132]1113311134[[package]]11135name = "sp-consensus-aura"11136version = "0.10.0-dev"11137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11138dependencies = [11139 "async-trait",11140 "parity-scale-codec 3.1.2",11141 "scale-info",11142 "sp-api",11143 "sp-application-crypto",11144 "sp-consensus",11145 "sp-consensus-slots",11146 "sp-inherents",11147 "sp-runtime",11148 "sp-std",11149 "sp-timestamp",11150]1115111152[[package]]11153name = "sp-consensus-babe"11154version = "0.10.0-dev"11155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11156dependencies = [11157 "async-trait",11158 "merlin",11159 "parity-scale-codec 3.1.2",11160 "scale-info",11161 "serde",11162 "sp-api",11163 "sp-application-crypto",11164 "sp-consensus",11165 "sp-consensus-slots",11166 "sp-consensus-vrf",11167 "sp-core",11168 "sp-inherents",11169 "sp-keystore",11170 "sp-runtime",11171 "sp-std",11172 "sp-timestamp",11173]1117411175[[package]]11176name = "sp-consensus-slots"11177version = "0.10.0-dev"11178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11179dependencies = [11180 "parity-scale-codec 3.1.2",11181 "scale-info",11182 "serde",11183 "sp-arithmetic",11184 "sp-runtime",11185 "sp-std",11186 "sp-timestamp",11187]1118811189[[package]]11190name = "sp-consensus-vrf"11191version = "0.10.0-dev"11192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11193dependencies = [11194 "parity-scale-codec 3.1.2",11195 "schnorrkel",11196 "sp-core",11197 "sp-runtime",11198 "sp-std",11199]1120011201[[package]]11202name = "sp-core"11203version = "6.0.0"11204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11205dependencies = [11206 "base58",11207 "bitflags",11208 "blake2-rfc",11209 "byteorder",11210 "dyn-clonable",11211 "ed25519-dalek",11212 "futures 0.3.21",11213 "hash-db",11214 "hash256-std-hasher",11215 "hex",11216 "impl-serde",11217 "lazy_static",11218 "libsecp256k1",11219 "log",11220 "merlin",11221 "num-traits",11222 "parity-scale-codec 3.1.2",11223 "parity-util-mem",11224 "parking_lot 0.12.0",11225 "primitive-types",11226 "rand 0.7.3",11227 "regex",11228 "scale-info",11229 "schnorrkel",11230 "secp256k1",11231 "secrecy",11232 "serde",11233 "sp-core-hashing",11234 "sp-debug-derive",11235 "sp-externalities",11236 "sp-runtime-interface",11237 "sp-std",11238 "sp-storage",11239 "ss58-registry",11240 "substrate-bip39",11241 "thiserror",11242 "tiny-bip39",11243 "wasmi",11244 "zeroize",11245]1124611247[[package]]11248name = "sp-core-hashing"11249version = "4.0.0"11250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11251dependencies = [11252 "blake2 0.10.4",11253 "byteorder",11254 "digest 0.10.3",11255 "sha2 0.10.2",11256 "sha3 0.10.1",11257 "sp-std",11258 "twox-hash",11259]1126011261[[package]]11262name = "sp-core-hashing-proc-macro"11263version = "5.0.0"11264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11265dependencies = [11266 "proc-macro2",11267 "quote",11268 "sp-core-hashing",11269 "syn",11270]1127111272[[package]]11273name = "sp-database"11274version = "4.0.0-dev"11275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11276dependencies = [11277 "kvdb",11278 "parking_lot 0.12.0",11279]1128011281[[package]]11282name = "sp-debug-derive"11283version = "4.0.0"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11285dependencies = [11286 "proc-macro2",11287 "quote",11288 "syn",11289]1129011291[[package]]11292name = "sp-externalities"11293version = "0.12.0"11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11295dependencies = [11296 "environmental",11297 "parity-scale-codec 3.1.2",11298 "sp-std",11299 "sp-storage",11300]1130111302[[package]]11303name = "sp-finality-grandpa"11304version = "4.0.0-dev"11305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11306dependencies = [11307 "finality-grandpa",11308 "log",11309 "parity-scale-codec 3.1.2",11310 "scale-info",11311 "serde",11312 "sp-api",11313 "sp-application-crypto",11314 "sp-core",11315 "sp-keystore",11316 "sp-runtime",11317 "sp-std",11318]1131911320[[package]]11321name = "sp-inherents"11322version = "4.0.0-dev"11323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11324dependencies = [11325 "async-trait",11326 "impl-trait-for-tuples",11327 "parity-scale-codec 3.1.2",11328 "sp-core",11329 "sp-runtime",11330 "sp-std",11331 "thiserror",11332]1133311334[[package]]11335name = "sp-io"11336version = "6.0.0"11337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11338dependencies = [11339 "futures 0.3.21",11340 "hash-db",11341 "libsecp256k1",11342 "log",11343 "parity-scale-codec 3.1.2",11344 "parking_lot 0.12.0",11345 "secp256k1",11346 "sp-core",11347 "sp-externalities",11348 "sp-keystore",11349 "sp-runtime-interface",11350 "sp-state-machine",11351 "sp-std",11352 "sp-tracing",11353 "sp-trie",11354 "sp-wasm-interface",11355 "tracing",11356 "tracing-core",11357]1135811359[[package]]11360name = "sp-keyring"11361version = "6.0.0"11362source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11363dependencies = [11364 "lazy_static",11365 "sp-core",11366 "sp-runtime",11367 "strum 0.23.0",11368]1136911370[[package]]11371name = "sp-keystore"11372version = "0.12.0"11373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11374dependencies = [11375 "async-trait",11376 "futures 0.3.21",11377 "merlin",11378 "parity-scale-codec 3.1.2",11379 "parking_lot 0.12.0",11380 "schnorrkel",11381 "serde",11382 "sp-core",11383 "sp-externalities",11384 "thiserror",11385]1138611387[[package]]11388name = "sp-maybe-compressed-blob"11389version = "4.1.0-dev"11390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11391dependencies = [11392 "thiserror",11393 "zstd",11394]1139511396[[package]]11397name = "sp-mmr-primitives"11398version = "4.0.0-dev"11399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11400dependencies = [11401 "log",11402 "parity-scale-codec 3.1.2",11403 "serde",11404 "sp-api",11405 "sp-core",11406 "sp-debug-derive",11407 "sp-runtime",11408 "sp-std",11409]1141011411[[package]]11412name = "sp-npos-elections"11413version = "4.0.0-dev"11414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11415dependencies = [11416 "parity-scale-codec 3.1.2",11417 "scale-info",11418 "serde",11419 "sp-arithmetic",11420 "sp-core",11421 "sp-runtime",11422 "sp-std",11423]1142411425[[package]]11426name = "sp-offchain"11427version = "4.0.0-dev"11428source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11429dependencies = [11430 "sp-api",11431 "sp-core",11432 "sp-runtime",11433]1143411435[[package]]11436name = "sp-panic-handler"11437version = "4.0.0"11438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11439dependencies = [11440 "backtrace",11441 "lazy_static",11442 "regex",11443]1144411445[[package]]11446name = "sp-rpc"11447version = "6.0.0"11448source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11449dependencies = [11450 "rustc-hash",11451 "serde",11452 "sp-core",11453]1145411455[[package]]11456name = "sp-runtime"11457version = "6.0.0"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11459dependencies = [11460 "either",11461 "hash256-std-hasher",11462 "impl-trait-for-tuples",11463 "log",11464 "parity-scale-codec 3.1.2",11465 "parity-util-mem",11466 "paste",11467 "rand 0.7.3",11468 "scale-info",11469 "serde",11470 "sp-application-crypto",11471 "sp-arithmetic",11472 "sp-core",11473 "sp-io",11474 "sp-std",11475]1147611477[[package]]11478name = "sp-runtime-interface"11479version = "6.0.0"11480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11481dependencies = [11482 "impl-trait-for-tuples",11483 "parity-scale-codec 3.1.2",11484 "primitive-types",11485 "sp-externalities",11486 "sp-runtime-interface-proc-macro",11487 "sp-std",11488 "sp-storage",11489 "sp-tracing",11490 "sp-wasm-interface",11491 "static_assertions",11492]1149311494[[package]]11495name = "sp-runtime-interface-proc-macro"11496version = "5.0.0"11497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11498dependencies = [11499 "Inflector",11500 "proc-macro-crate 1.1.3",11501 "proc-macro2",11502 "quote",11503 "syn",11504]1150511506[[package]]11507name = "sp-serializer"11508version = "4.0.0-dev"11509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11510dependencies = [11511 "serde",11512 "serde_json",11513]1151411515[[package]]11516name = "sp-session"11517version = "4.0.0-dev"11518source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11519dependencies = [11520 "parity-scale-codec 3.1.2",11521 "scale-info",11522 "sp-api",11523 "sp-core",11524 "sp-runtime",11525 "sp-staking",11526 "sp-std",11527]1152811529[[package]]11530name = "sp-staking"11531version = "4.0.0-dev"11532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11533dependencies = [11534 "parity-scale-codec 3.1.2",11535 "scale-info",11536 "sp-runtime",11537 "sp-std",11538]1153911540[[package]]11541name = "sp-state-machine"11542version = "0.12.0"11543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11544dependencies = [11545 "hash-db",11546 "log",11547 "num-traits",11548 "parity-scale-codec 3.1.2",11549 "parking_lot 0.12.0",11550 "rand 0.7.3",11551 "smallvec",11552 "sp-core",11553 "sp-externalities",11554 "sp-panic-handler",11555 "sp-std",11556 "sp-trie",11557 "thiserror",11558 "tracing",11559 "trie-root",11560]1156111562[[package]]11563name = "sp-std"11564version = "4.0.0"11565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1156611567[[package]]11568name = "sp-storage"11569version = "6.0.0"11570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11571dependencies = [11572 "impl-serde",11573 "parity-scale-codec 3.1.2",11574 "ref-cast",11575 "serde",11576 "sp-debug-derive",11577 "sp-std",11578]1157911580[[package]]11581name = "sp-tasks"11582version = "4.0.0-dev"11583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11584dependencies = [11585 "log",11586 "sp-core",11587 "sp-externalities",11588 "sp-io",11589 "sp-runtime-interface",11590 "sp-std",11591]1159211593[[package]]11594name = "sp-timestamp"11595version = "4.0.0-dev"11596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11597dependencies = [11598 "async-trait",11599 "futures-timer",11600 "log",11601 "parity-scale-codec 3.1.2",11602 "sp-api",11603 "sp-inherents",11604 "sp-runtime",11605 "sp-std",11606 "thiserror",11607]1160811609[[package]]11610name = "sp-tracing"11611version = "5.0.0"11612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11613dependencies = [11614 "parity-scale-codec 3.1.2",11615 "sp-std",11616 "tracing",11617 "tracing-core",11618 "tracing-subscriber",11619]1162011621[[package]]11622name = "sp-transaction-pool"11623version = "4.0.0-dev"11624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11625dependencies = [11626 "sp-api",11627 "sp-runtime",11628]1162911630[[package]]11631name = "sp-transaction-storage-proof"11632version = "4.0.0-dev"11633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11634dependencies = [11635 "async-trait",11636 "log",11637 "parity-scale-codec 3.1.2",11638 "scale-info",11639 "sp-core",11640 "sp-inherents",11641 "sp-runtime",11642 "sp-std",11643 "sp-trie",11644]1164511646[[package]]11647name = "sp-trie"11648version = "6.0.0"11649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11650dependencies = [11651 "hash-db",11652 "memory-db",11653 "parity-scale-codec 3.1.2",11654 "scale-info",11655 "sp-core",11656 "sp-std",11657 "thiserror",11658 "trie-db",11659 "trie-root",11660]1166111662[[package]]11663name = "sp-version"11664version = "5.0.0"11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11666dependencies = [11667 "impl-serde",11668 "parity-scale-codec 3.1.2",11669 "parity-wasm 0.42.2",11670 "scale-info",11671 "serde",11672 "sp-core-hashing-proc-macro",11673 "sp-runtime",11674 "sp-std",11675 "sp-version-proc-macro",11676 "thiserror",11677]1167811679[[package]]11680name = "sp-version-proc-macro"11681version = "4.0.0-dev"11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11683dependencies = [11684 "parity-scale-codec 3.1.2",11685 "proc-macro2",11686 "quote",11687 "syn",11688]1168911690[[package]]11691name = "sp-wasm-interface"11692version = "6.0.0"11693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11694dependencies = [11695 "impl-trait-for-tuples",11696 "log",11697 "parity-scale-codec 3.1.2",11698 "sp-std",11699 "wasmi",11700 "wasmtime",11701]1170211703[[package]]11704name = "spin"11705version = "0.5.2"11706source = "registry+https://github.com/rust-lang/crates.io-index"11707checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1170811709[[package]]11710name = "spki"11711version = "0.5.4"11712source = "registry+https://github.com/rust-lang/crates.io-index"11713checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11714dependencies = [11715 "base64ct",11716 "der",11717]1171811719[[package]]11720name = "ss58-registry"11721version = "1.18.0"11722source = "registry+https://github.com/rust-lang/crates.io-index"11723checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11724dependencies = [11725 "Inflector",11726 "num-format",11727 "proc-macro2",11728 "quote",11729 "serde",11730 "serde_json",11731 "unicode-xid",11732]1173311734[[package]]11735name = "stable_deref_trait"11736version = "1.2.0"11737source = "registry+https://github.com/rust-lang/crates.io-index"11738checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1173911740[[package]]11741name = "static_assertions"11742version = "1.1.0"11743source = "registry+https://github.com/rust-lang/crates.io-index"11744checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1174511746[[package]]11747name = "static_init"11748version = "0.5.2"11749source = "registry+https://github.com/rust-lang/crates.io-index"11750checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11751dependencies = [11752 "cfg_aliases",11753 "libc",11754 "parking_lot 0.11.2",11755 "static_init_macro",11756]1175711758[[package]]11759name = "static_init_macro"11760version = "0.5.0"11761source = "registry+https://github.com/rust-lang/crates.io-index"11762checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11763dependencies = [11764 "cfg_aliases",11765 "memchr",11766 "proc-macro2",11767 "quote",11768 "syn",11769]1177011771[[package]]11772name = "statrs"11773version = "0.15.0"11774source = "registry+https://github.com/rust-lang/crates.io-index"11775checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11776dependencies = [11777 "approx",11778 "lazy_static",11779 "nalgebra",11780 "num-traits",11781 "rand 0.8.5",11782]1178311784[[package]]11785name = "strsim"11786version = "0.10.0"11787source = "registry+https://github.com/rust-lang/crates.io-index"11788checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1178911790[[package]]11791name = "struct-versioning"11792version = "0.1.0"11793dependencies = [11794 "quote",11795 "syn",11796]1179711798[[package]]11799name = "strum"11800version = "0.23.0"11801source = "registry+https://github.com/rust-lang/crates.io-index"11802checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11803dependencies = [11804 "strum_macros 0.23.1",11805]1180611807[[package]]11808name = "strum"11809version = "0.24.0"11810source = "registry+https://github.com/rust-lang/crates.io-index"11811checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11812dependencies = [11813 "strum_macros 0.24.0",11814]1181511816[[package]]11817name = "strum_macros"11818version = "0.23.1"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11821dependencies = [11822 "heck 0.3.3",11823 "proc-macro2",11824 "quote",11825 "rustversion",11826 "syn",11827]1182811829[[package]]11830name = "strum_macros"11831version = "0.24.0"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11834dependencies = [11835 "heck 0.4.0",11836 "proc-macro2",11837 "quote",11838 "rustversion",11839 "syn",11840]1184111842[[package]]11843name = "substrate-bip39"11844version = "0.4.4"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11847dependencies = [11848 "hmac 0.11.0",11849 "pbkdf2 0.8.0",11850 "schnorrkel",11851 "sha2 0.9.9",11852 "zeroize",11853]1185411855[[package]]11856name = "substrate-build-script-utils"11857version = "3.0.0"11858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11859dependencies = [11860 "platforms",11861]1186211863[[package]]11864name = "substrate-frame-rpc-system"11865version = "4.0.0-dev"11866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11867dependencies = [11868 "frame-system-rpc-runtime-api",11869 "futures 0.3.21",11870 "jsonrpc-core",11871 "jsonrpc-core-client",11872 "jsonrpc-derive",11873 "log",11874 "parity-scale-codec 3.1.2",11875 "sc-client-api",11876 "sc-rpc-api",11877 "sc-transaction-pool-api",11878 "sp-api",11879 "sp-block-builder",11880 "sp-blockchain",11881 "sp-core",11882 "sp-runtime",11883]1188411885[[package]]11886name = "substrate-prometheus-endpoint"11887version = "0.10.0-dev"11888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11889dependencies = [11890 "futures-util",11891 "hyper",11892 "log",11893 "prometheus",11894 "thiserror",11895 "tokio 1.18.2",11896]1189711898[[package]]11899name = "substrate-state-trie-migration-rpc"11900version = "4.0.0-dev"11901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11902dependencies = [11903 "jsonrpc-core",11904 "jsonrpc-core-client",11905 "jsonrpc-derive",11906 "log",11907 "parity-scale-codec 3.1.2",11908 "sc-client-api",11909 "sc-rpc-api",11910 "scale-info",11911 "serde",11912 "sp-core",11913 "sp-io",11914 "sp-runtime",11915 "sp-state-machine",11916 "sp-std",11917 "sp-trie",11918 "trie-db",11919]1192011921[[package]]11922name = "substrate-test-client"11923version = "2.0.1"11924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11925dependencies = [11926 "async-trait",11927 "futures 0.3.21",11928 "hex",11929 "parity-scale-codec 3.1.2",11930 "sc-client-api",11931 "sc-client-db",11932 "sc-consensus",11933 "sc-executor",11934 "sc-offchain",11935 "sc-service",11936 "serde",11937 "serde_json",11938 "sp-blockchain",11939 "sp-consensus",11940 "sp-core",11941 "sp-keyring",11942 "sp-keystore",11943 "sp-runtime",11944 "sp-state-machine",11945]1194611947[[package]]11948name = "substrate-test-utils"11949version = "4.0.0-dev"11950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11951dependencies = [11952 "futures 0.3.21",11953 "substrate-test-utils-derive",11954 "tokio 1.18.2",11955]1195611957[[package]]11958name = "substrate-test-utils-derive"11959version = "0.10.0-dev"11960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11961dependencies = [11962 "proc-macro-crate 1.1.3",11963 "proc-macro2",11964 "quote",11965 "syn",11966]1196711968[[package]]11969name = "substrate-wasm-builder"11970version = "5.0.0-dev"11971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11972dependencies = [11973 "ansi_term",11974 "build-helper",11975 "cargo_metadata",11976 "sp-maybe-compressed-blob",11977 "strum 0.23.0",11978 "tempfile",11979 "toml",11980 "walkdir",11981 "wasm-gc-api",11982]1198311984[[package]]11985name = "subtle"11986version = "2.4.1"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1198911990[[package]]11991name = "syn"11992version = "1.0.95"11993source = "registry+https://github.com/rust-lang/crates.io-index"11994checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"11995dependencies = [11996 "proc-macro2",11997 "quote",11998 "unicode-ident",11999]1200012001[[package]]12002name = "synstructure"12003version = "0.12.6"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12006dependencies = [12007 "proc-macro2",12008 "quote",12009 "syn",12010 "unicode-xid",12011]1201212013[[package]]12014name = "tap"12015version = "1.0.1"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1201812019[[package]]12020name = "target-lexicon"12021version = "0.12.4"12022source = "registry+https://github.com/rust-lang/crates.io-index"12023checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1202412025[[package]]12026name = "tempfile"12027version = "3.3.0"12028source = "registry+https://github.com/rust-lang/crates.io-index"12029checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12030dependencies = [12031 "cfg-if 1.0.0",12032 "fastrand",12033 "libc",12034 "redox_syscall 0.2.13",12035 "remove_dir_all",12036 "winapi 0.3.9",12037]1203812039[[package]]12040name = "term"12041version = "0.5.2"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12044dependencies = [12045 "byteorder",12046 "dirs",12047 "winapi 0.3.9",12048]1204912050[[package]]12051name = "termcolor"12052version = "1.1.3"12053source = "registry+https://github.com/rust-lang/crates.io-index"12054checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12055dependencies = [12056 "winapi-util",12057]1205812059[[package]]12060name = "test-runtime-constants"12061version = "0.9.21"12062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12063dependencies = [12064 "frame-support",12065 "polkadot-primitives",12066 "polkadot-runtime-common",12067 "smallvec",12068 "sp-runtime",12069]1207012071[[package]]12072name = "tests"12073version = "0.1.0"12074dependencies = [12075 "fp-evm-mapping",12076 "frame-support",12077 "frame-system",12078 "pallet-balances",12079 "pallet-common",12080 "pallet-ethereum",12081 "pallet-evm",12082 "pallet-evm-coder-substrate",12083 "pallet-fungible",12084 "pallet-nonfungible",12085 "pallet-refungible",12086 "pallet-structure",12087 "pallet-timestamp",12088 "pallet-transaction-payment",12089 "pallet-unique",12090 "parity-scale-codec 3.1.2",12091 "scale-info",12092 "sp-core",12093 "sp-io",12094 "sp-runtime",12095 "sp-std",12096 "unique-runtime-common",12097 "up-data-structs",12098]1209912100[[package]]12101name = "textwrap"12102version = "0.15.0"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1210512106[[package]]12107name = "thiserror"12108version = "1.0.31"12109source = "registry+https://github.com/rust-lang/crates.io-index"12110checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12111dependencies = [12112 "thiserror-impl",12113]1211412115[[package]]12116name = "thiserror-impl"12117version = "1.0.31"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12120dependencies = [12121 "proc-macro2",12122 "quote",12123 "syn",12124]1212512126[[package]]12127name = "thousands"12128version = "0.2.0"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1213112132[[package]]12133name = "thread_local"12134version = "1.1.4"12135source = "registry+https://github.com/rust-lang/crates.io-index"12136checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12137dependencies = [12138 "once_cell",12139]1214012141[[package]]12142name = "threadpool"12143version = "1.8.1"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12146dependencies = [12147 "num_cpus",12148]1214912150[[package]]12151name = "thrift"12152version = "0.15.0"12153source = "registry+https://github.com/rust-lang/crates.io-index"12154checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12155dependencies = [12156 "byteorder",12157 "integer-encoding",12158 "log",12159 "ordered-float",12160 "threadpool",12161]1216212163[[package]]12164name = "tikv-jemalloc-sys"12165version = "0.4.3+5.2.1-patched.2"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12168dependencies = [12169 "cc",12170 "fs_extra",12171 "libc",12172]1217312174[[package]]12175name = "time"12176version = "0.1.44"12177source = "registry+https://github.com/rust-lang/crates.io-index"12178checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12179dependencies = [12180 "libc",12181 "wasi 0.10.0+wasi-snapshot-preview1",12182 "winapi 0.3.9",12183]1218412185[[package]]12186name = "tiny-bip39"12187version = "0.8.2"12188source = "registry+https://github.com/rust-lang/crates.io-index"12189checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12190dependencies = [12191 "anyhow",12192 "hmac 0.8.1",12193 "once_cell",12194 "pbkdf2 0.4.0",12195 "rand 0.7.3",12196 "rustc-hash",12197 "sha2 0.9.9",12198 "thiserror",12199 "unicode-normalization",12200 "wasm-bindgen",12201 "zeroize",12202]1220312204[[package]]12205name = "tiny-keccak"12206version = "2.0.2"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12209dependencies = [12210 "crunchy",12211]1221212213[[package]]12214name = "tinyvec"12215version = "1.6.0"12216source = "registry+https://github.com/rust-lang/crates.io-index"12217checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12218dependencies = [12219 "tinyvec_macros",12220]1222112222[[package]]12223name = "tinyvec_macros"12224version = "0.1.0"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1222712228[[package]]12229name = "tokio"12230version = "0.2.25"12231source = "registry+https://github.com/rust-lang/crates.io-index"12232checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12233dependencies = [12234 "bytes 0.5.6",12235 "fnv",12236 "pin-project-lite 0.1.12",12237 "tokio-macros 0.2.6",12238]1223912240[[package]]12241name = "tokio"12242version = "1.18.2"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12245dependencies = [12246 "bytes 1.1.0",12247 "libc",12248 "memchr",12249 "mio 0.8.3",12250 "num_cpus",12251 "once_cell",12252 "parking_lot 0.12.0",12253 "pin-project-lite 0.2.9",12254 "signal-hook-registry",12255 "socket2 0.4.4",12256 "tokio-macros 1.7.0",12257 "winapi 0.3.9",12258]1225912260[[package]]12261name = "tokio-macros"12262version = "0.2.6"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12265dependencies = [12266 "proc-macro2",12267 "quote",12268 "syn",12269]1227012271[[package]]12272name = "tokio-macros"12273version = "1.7.0"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12276dependencies = [12277 "proc-macro2",12278 "quote",12279 "syn",12280]1228112282[[package]]12283name = "tokio-rustls"12284version = "0.22.0"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12287dependencies = [12288 "rustls 0.19.1",12289 "tokio 1.18.2",12290 "webpki 0.21.4",12291]1229212293[[package]]12294name = "tokio-rustls"12295version = "0.23.4"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12298dependencies = [12299 "rustls 0.20.6",12300 "tokio 1.18.2",12301 "webpki 0.22.0",12302]1230312304[[package]]12305name = "tokio-stream"12306version = "0.1.8"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12309dependencies = [12310 "futures-core",12311 "pin-project-lite 0.2.9",12312 "tokio 1.18.2",12313]1231412315[[package]]12316name = "tokio-util"12317version = "0.6.10"12318source = "registry+https://github.com/rust-lang/crates.io-index"12319checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12320dependencies = [12321 "bytes 1.1.0",12322 "futures-core",12323 "futures-sink",12324 "log",12325 "pin-project-lite 0.2.9",12326 "tokio 1.18.2",12327]1232812329[[package]]12330name = "tokio-util"12331version = "0.7.2"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12334dependencies = [12335 "bytes 1.1.0",12336 "futures-core",12337 "futures-io",12338 "futures-sink",12339 "pin-project-lite 0.2.9",12340 "tokio 1.18.2",12341 "tracing",12342]1234312344[[package]]12345name = "toml"12346version = "0.5.9"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12349dependencies = [12350 "serde",12351]1235212353[[package]]12354name = "tower-service"12355version = "0.3.1"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1235812359[[package]]12360name = "tracing"12361version = "0.1.34"12362source = "registry+https://github.com/rust-lang/crates.io-index"12363checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12364dependencies = [12365 "cfg-if 1.0.0",12366 "pin-project-lite 0.2.9",12367 "tracing-attributes",12368 "tracing-core",12369]1237012371[[package]]12372name = "tracing-attributes"12373version = "0.1.21"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12376dependencies = [12377 "proc-macro2",12378 "quote",12379 "syn",12380]1238112382[[package]]12383name = "tracing-core"12384version = "0.1.26"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12387dependencies = [12388 "lazy_static",12389 "valuable",12390]1239112392[[package]]12393name = "tracing-futures"12394version = "0.2.5"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12397dependencies = [12398 "pin-project 1.0.10",12399 "tracing",12400]1240112402[[package]]12403name = "tracing-gum"12404version = "0.9.21"12405source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12406dependencies = [12407 "polkadot-node-jaeger",12408 "polkadot-primitives",12409 "tracing",12410 "tracing-gum-proc-macro",12411]1241212413[[package]]12414name = "tracing-gum-proc-macro"12415version = "0.9.21"12416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12417dependencies = [12418 "expander 0.0.6",12419 "proc-macro-crate 1.1.3",12420 "proc-macro2",12421 "quote",12422 "syn",12423]1242412425[[package]]12426name = "tracing-log"12427version = "0.1.3"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12430dependencies = [12431 "lazy_static",12432 "log",12433 "tracing-core",12434]1243512436[[package]]12437name = "tracing-serde"12438version = "0.1.3"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12441dependencies = [12442 "serde",12443 "tracing-core",12444]1244512446[[package]]12447name = "tracing-subscriber"12448version = "0.2.25"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12451dependencies = [12452 "ansi_term",12453 "chrono",12454 "lazy_static",12455 "matchers",12456 "parking_lot 0.11.2",12457 "regex",12458 "serde",12459 "serde_json",12460 "sharded-slab",12461 "smallvec",12462 "thread_local",12463 "tracing",12464 "tracing-core",12465 "tracing-log",12466 "tracing-serde",12467]1246812469[[package]]12470name = "trie-db"12471version = "0.23.1"12472source = "registry+https://github.com/rust-lang/crates.io-index"12473checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12474dependencies = [12475 "hash-db",12476 "hashbrown 0.12.1",12477 "log",12478 "rustc-hex",12479 "smallvec",12480]1248112482[[package]]12483name = "trie-root"12484version = "0.17.0"12485source = "registry+https://github.com/rust-lang/crates.io-index"12486checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12487dependencies = [12488 "hash-db",12489]1249012491[[package]]12492name = "triehash"12493version = "0.8.4"12494source = "registry+https://github.com/rust-lang/crates.io-index"12495checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12496dependencies = [12497 "hash-db",12498 "rlp",12499]1250012501[[package]]12502name = "trust-dns-proto"12503version = "0.20.4"12504source = "registry+https://github.com/rust-lang/crates.io-index"12505checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12506dependencies = [12507 "async-trait",12508 "cfg-if 1.0.0",12509 "data-encoding",12510 "enum-as-inner",12511 "futures-channel",12512 "futures-io",12513 "futures-util",12514 "idna 0.2.3",12515 "ipnet",12516 "lazy_static",12517 "log",12518 "rand 0.8.5",12519 "smallvec",12520 "thiserror",12521 "tinyvec",12522 "url 2.2.2",12523]1252412525[[package]]12526name = "trust-dns-resolver"12527version = "0.20.4"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12530dependencies = [12531 "cfg-if 1.0.0",12532 "futures-util",12533 "ipconfig",12534 "lazy_static",12535 "log",12536 "lru-cache",12537 "parking_lot 0.11.2",12538 "resolv-conf",12539 "smallvec",12540 "thiserror",12541 "trust-dns-proto",12542]1254312544[[package]]12545name = "try-lock"12546version = "0.2.3"12547source = "registry+https://github.com/rust-lang/crates.io-index"12548checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1254912550[[package]]12551name = "try-runtime-cli"12552version = "0.10.0-dev"12553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12554dependencies = [12555 "clap",12556 "jsonrpsee",12557 "log",12558 "parity-scale-codec 3.1.2",12559 "remote-externalities",12560 "sc-chain-spec",12561 "sc-cli",12562 "sc-executor",12563 "sc-service",12564 "serde",12565 "sp-core",12566 "sp-externalities",12567 "sp-io",12568 "sp-keystore",12569 "sp-runtime",12570 "sp-state-machine",12571 "sp-version",12572 "zstd",12573]1257412575[[package]]12576name = "tt-call"12577version = "1.0.8"12578source = "registry+https://github.com/rust-lang/crates.io-index"12579checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1258012581[[package]]12582name = "twox-hash"12583version = "1.6.3"12584source = "registry+https://github.com/rust-lang/crates.io-index"12585checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12586dependencies = [12587 "cfg-if 1.0.0",12588 "digest 0.10.3",12589 "rand 0.8.5",12590 "static_assertions",12591]1259212593[[package]]12594name = "typenum"12595version = "1.15.0"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1259812599[[package]]12600name = "uc-rpc"12601version = "0.1.0"12602dependencies = [12603 "jsonrpc-core",12604 "jsonrpc-core-client",12605 "jsonrpc-derive",12606 "pallet-common",12607 "pallet-evm",12608 "parity-scale-codec 3.1.2",12609 "rmrk-rpc 0.0.1",12610 "sp-api",12611 "sp-blockchain",12612 "sp-core",12613 "sp-rpc",12614 "sp-runtime",12615 "unique-runtime-common",12616 "up-data-structs",12617 "up-rpc",12618]1261912620[[package]]12621name = "ucd-trie"12622version = "0.1.3"12623source = "registry+https://github.com/rust-lang/crates.io-index"12624checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1262512626[[package]]12627name = "uint"12628version = "0.9.3"12629source = "registry+https://github.com/rust-lang/crates.io-index"12630checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12631dependencies = [12632 "byteorder",12633 "crunchy",12634 "hex",12635 "static_assertions",12636]1263712638[[package]]12639name = "unicase"12640version = "2.6.0"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12643dependencies = [12644 "version_check",12645]1264612647[[package]]12648name = "unicode-bidi"12649version = "0.3.8"12650source = "registry+https://github.com/rust-lang/crates.io-index"12651checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1265212653[[package]]12654name = "unicode-ident"12655version = "1.0.0"12656source = "registry+https://github.com/rust-lang/crates.io-index"12657checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1265812659[[package]]12660name = "unicode-normalization"12661version = "0.1.19"12662source = "registry+https://github.com/rust-lang/crates.io-index"12663checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12664dependencies = [12665 "tinyvec",12666]1266712668[[package]]12669name = "unicode-segmentation"12670version = "1.9.0"12671source = "registry+https://github.com/rust-lang/crates.io-index"12672checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1267312674[[package]]12675name = "unicode-width"12676version = "0.1.9"12677source = "registry+https://github.com/rust-lang/crates.io-index"12678checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1267912680[[package]]12681name = "unicode-xid"12682version = "0.2.3"12683source = "registry+https://github.com/rust-lang/crates.io-index"12684checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1268512686[[package]]12687name = "unique-node"12688version = "0.9.20"12689dependencies = [12690 "clap",12691 "cumulus-client-cli",12692 "cumulus-client-collator",12693 "cumulus-client-consensus-aura",12694 "cumulus-client-consensus-common",12695 "cumulus-client-network",12696 "cumulus-client-service",12697 "cumulus-primitives-core",12698 "cumulus-primitives-parachain-inherent",12699 "cumulus-relay-chain-inprocess-interface",12700 "cumulus-relay-chain-interface",12701 "cumulus-relay-chain-rpc-interface",12702 "fc-consensus",12703 "fc-db",12704 "fc-mapping-sync",12705 "fc-rpc",12706 "fc-rpc-core",12707 "flexi_logger",12708 "fp-rpc",12709 "frame-benchmarking",12710 "frame-benchmarking-cli",12711 "futures 0.3.21",12712 "jsonrpc-core",12713 "jsonrpc-pubsub",12714 "log",12715 "opal-runtime",12716 "pallet-ethereum",12717 "pallet-transaction-payment-rpc",12718 "pallet-transaction-payment-rpc-runtime-api",12719 "parity-scale-codec 3.1.2",12720 "parking_lot 0.11.2",12721 "polkadot-cli",12722 "polkadot-parachain",12723 "polkadot-primitives",12724 "polkadot-service",12725 "polkadot-test-service",12726 "quartz-runtime",12727 "rmrk-rpc 0.0.1",12728 "sc-basic-authorship",12729 "sc-chain-spec",12730 "sc-cli",12731 "sc-client-api",12732 "sc-consensus",12733 "sc-consensus-aura",12734 "sc-consensus-manual-seal",12735 "sc-executor",12736 "sc-finality-grandpa",12737 "sc-keystore",12738 "sc-network",12739 "sc-rpc",12740 "sc-rpc-api",12741 "sc-service",12742 "sc-telemetry",12743 "sc-tracing",12744 "sc-transaction-pool",12745 "serde",12746 "serde_json",12747 "sp-api",12748 "sp-block-builder",12749 "sp-blockchain",12750 "sp-consensus",12751 "sp-consensus-aura",12752 "sp-core",12753 "sp-finality-grandpa",12754 "sp-inherents",12755 "sp-keystore",12756 "sp-offchain",12757 "sp-runtime",12758 "sp-session",12759 "sp-timestamp",12760 "sp-transaction-pool",12761 "sp-trie",12762 "substrate-build-script-utils",12763 "substrate-frame-rpc-system",12764 "substrate-prometheus-endpoint",12765 "tokio 1.18.2",12766 "try-runtime-cli",12767 "unique-rpc",12768 "unique-runtime",12769 "unique-runtime-common",12770 "up-data-structs",12771 "up-rpc",12772]1277312774[[package]]12775name = "unique-rpc"12776version = "0.1.0"12777dependencies = [12778 "fc-db",12779 "fc-mapping-sync",12780 "fc-rpc",12781 "fc-rpc-core",12782 "fp-rpc",12783 "fp-storage",12784 "futures 0.3.21",12785 "jsonrpc-core",12786 "jsonrpc-pubsub",12787 "pallet-common",12788 "pallet-ethereum",12789 "pallet-transaction-payment-rpc",12790 "pallet-transaction-payment-rpc-runtime-api",12791 "pallet-unique",12792 "rmrk-rpc 0.0.1",12793 "sc-client-api",12794 "sc-consensus-aura",12795 "sc-consensus-epochs",12796 "sc-finality-grandpa",12797 "sc-finality-grandpa-rpc",12798 "sc-keystore",12799 "sc-network",12800 "sc-rpc",12801 "sc-rpc-api",12802 "sc-service",12803 "sc-transaction-pool",12804 "serde",12805 "sp-api",12806 "sp-block-builder",12807 "sp-blockchain",12808 "sp-consensus",12809 "sp-consensus-aura",12810 "sp-core",12811 "sp-offchain",12812 "sp-runtime",12813 "sp-session",12814 "sp-storage",12815 "sp-transaction-pool",12816 "substrate-frame-rpc-system",12817 "tokio 0.2.25",12818 "uc-rpc",12819 "unique-runtime-common",12820 "up-data-structs",12821 "up-rpc",12822]1282312824[[package]]12825name = "unique-runtime"12826version = "0.9.18"12827dependencies = [12828 "cumulus-pallet-aura-ext",12829 "cumulus-pallet-dmp-queue",12830 "cumulus-pallet-parachain-system",12831 "cumulus-pallet-xcm",12832 "cumulus-pallet-xcmp-queue",12833 "cumulus-primitives-core",12834 "cumulus-primitives-timestamp",12835 "cumulus-primitives-utility",12836 "derivative",12837 "fp-evm-mapping",12838 "fp-rpc",12839 "fp-self-contained",12840 "frame-benchmarking",12841 "frame-executive",12842 "frame-support",12843 "frame-system",12844 "frame-system-benchmarking",12845 "frame-system-rpc-runtime-api",12846 "frame-try-runtime",12847 "hex-literal",12848 "log",12849 "orml-vesting",12850 "pallet-aura",12851 "pallet-balances",12852 "pallet-base-fee",12853 "pallet-common",12854 "pallet-ethereum",12855 "pallet-evm",12856 "pallet-evm-coder-substrate",12857 "pallet-evm-contract-helpers",12858 "pallet-evm-migration",12859 "pallet-evm-transaction-payment",12860 "pallet-fungible",12861 "pallet-inflation",12862 "pallet-nonfungible",12863 "pallet-randomness-collective-flip",12864 "pallet-refungible",12865 "pallet-rmrk-core",12866 "pallet-structure",12867 "pallet-sudo",12868 "pallet-template-transaction-payment",12869 "pallet-timestamp",12870 "pallet-transaction-payment",12871 "pallet-transaction-payment-rpc-runtime-api",12872 "pallet-treasury",12873 "pallet-unique",12874 "pallet-unq-scheduler",12875 "pallet-xcm",12876 "parachain-info",12877 "parity-scale-codec 3.1.2",12878 "polkadot-parachain",12879 "rmrk-rpc 0.0.1",12880 "scale-info",12881 "serde",12882 "smallvec",12883 "sp-api",12884 "sp-arithmetic",12885 "sp-block-builder",12886 "sp-consensus-aura",12887 "sp-core",12888 "sp-inherents",12889 "sp-io",12890 "sp-offchain",12891 "sp-runtime",12892 "sp-session",12893 "sp-std",12894 "sp-transaction-pool",12895 "sp-version",12896 "substrate-wasm-builder",12897 "unique-runtime-common",12898 "up-data-structs",12899 "up-rpc",12900 "xcm",12901 "xcm-builder",12902 "xcm-executor",12903]1290412905[[package]]12906name = "unique-runtime-common"12907version = "0.9.20"12908dependencies = [12909 "evm-coder",12910 "fp-rpc",12911 "frame-support",12912 "frame-system",12913 "pallet-common",12914 "pallet-evm",12915 "pallet-fungible",12916 "pallet-nonfungible",12917 "pallet-refungible",12918 "pallet-unique",12919 "parity-scale-codec 3.1.2",12920 "rmrk-rpc 0.0.1",12921 "scale-info",12922 "sp-consensus-aura",12923 "sp-core",12924 "sp-runtime",12925 "sp-std",12926 "up-data-structs",12927 "up-sponsorship",12928]1292912930[[package]]12931name = "universal-hash"12932version = "0.4.1"12933source = "registry+https://github.com/rust-lang/crates.io-index"12934checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12935dependencies = [12936 "generic-array 0.14.5",12937 "subtle",12938]1293912940[[package]]12941name = "unsigned-varint"12942version = "0.5.1"12943source = "registry+https://github.com/rust-lang/crates.io-index"12944checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1294512946[[package]]12947name = "unsigned-varint"12948version = "0.6.0"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12951dependencies = [12952 "asynchronous-codec 0.5.0",12953 "bytes 1.1.0",12954 "futures-io",12955 "futures-util",12956]1295712958[[package]]12959name = "unsigned-varint"12960version = "0.7.1"12961source = "registry+https://github.com/rust-lang/crates.io-index"12962checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12963dependencies = [12964 "asynchronous-codec 0.6.0",12965 "bytes 1.1.0",12966 "futures-io",12967 "futures-util",12968]1296912970[[package]]12971name = "untrusted"12972version = "0.7.1"12973source = "registry+https://github.com/rust-lang/crates.io-index"12974checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1297512976[[package]]12977name = "up-data-structs"12978version = "0.1.0"12979dependencies = [12980 "derivative",12981 "frame-support",12982 "frame-system",12983 "pallet-evm",12984 "parity-scale-codec 3.1.2",12985 "scale-info",12986 "serde",12987 "sp-core",12988 "sp-runtime",12989 "sp-std",12990 "struct-versioning",12991]1299212993[[package]]12994name = "up-rpc"12995version = "0.1.0"12996dependencies = [12997 "pallet-common",12998 "pallet-evm",12999 "parity-scale-codec 3.1.2",13000 "sp-api",13001 "sp-core",13002 "sp-runtime",13003 "sp-std",13004 "up-data-structs",13005]1300613007[[package]]13008name = "up-sponsorship"13009version = "0.1.0"13010source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"13011dependencies = [13012 "impl-trait-for-tuples",13013]1301413015[[package]]13016name = "url"13017version = "1.7.2"13018source = "registry+https://github.com/rust-lang/crates.io-index"13019checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13020dependencies = [13021 "idna 0.1.5",13022 "matches",13023 "percent-encoding 1.0.1",13024]1302513026[[package]]13027name = "url"13028version = "2.2.2"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13031dependencies = [13032 "form_urlencoded",13033 "idna 0.2.3",13034 "matches",13035 "percent-encoding 2.1.0",13036]1303713038[[package]]13039name = "valuable"13040version = "0.1.0"13041source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1304313044[[package]]13045name = "value-bag"13046version = "1.0.0-alpha.9"13047source = "registry+https://github.com/rust-lang/crates.io-index"13048checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13049dependencies = [13050 "ctor",13051 "version_check",13052]1305313054[[package]]13055name = "vcpkg"13056version = "0.2.15"13057source = "registry+https://github.com/rust-lang/crates.io-index"13058checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1305913060[[package]]13061name = "version_check"13062version = "0.9.4"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1306513066[[package]]13067name = "void"13068version = "1.0.2"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1307113072[[package]]13073name = "waker-fn"13074version = "1.1.0"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1307713078[[package]]13079name = "walkdir"13080version = "2.3.2"13081source = "registry+https://github.com/rust-lang/crates.io-index"13082checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13083dependencies = [13084 "same-file",13085 "winapi 0.3.9",13086 "winapi-util",13087]1308813089[[package]]13090name = "want"13091version = "0.3.0"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13094dependencies = [13095 "log",13096 "try-lock",13097]1309813099[[package]]13100name = "wasi"13101version = "0.9.0+wasi-snapshot-preview1"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1310413105[[package]]13106name = "wasi"13107version = "0.10.0+wasi-snapshot-preview1"13108source = "registry+https://github.com/rust-lang/crates.io-index"13109checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1311013111[[package]]13112name = "wasi"13113version = "0.11.0+wasi-snapshot-preview1"13114source = "registry+https://github.com/rust-lang/crates.io-index"13115checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1311613117[[package]]13118name = "wasm-bindgen"13119version = "0.2.80"13120source = "registry+https://github.com/rust-lang/crates.io-index"13121checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13122dependencies = [13123 "cfg-if 1.0.0",13124 "wasm-bindgen-macro",13125]1312613127[[package]]13128name = "wasm-bindgen-backend"13129version = "0.2.80"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13132dependencies = [13133 "bumpalo",13134 "lazy_static",13135 "log",13136 "proc-macro2",13137 "quote",13138 "syn",13139 "wasm-bindgen-shared",13140]1314113142[[package]]13143name = "wasm-bindgen-futures"13144version = "0.4.30"13145source = "registry+https://github.com/rust-lang/crates.io-index"13146checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13147dependencies = [13148 "cfg-if 1.0.0",13149 "js-sys",13150 "wasm-bindgen",13151 "web-sys",13152]1315313154[[package]]13155name = "wasm-bindgen-macro"13156version = "0.2.80"13157source = "registry+https://github.com/rust-lang/crates.io-index"13158checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13159dependencies = [13160 "quote",13161 "wasm-bindgen-macro-support",13162]1316313164[[package]]13165name = "wasm-bindgen-macro-support"13166version = "0.2.80"13167source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13169dependencies = [13170 "proc-macro2",13171 "quote",13172 "syn",13173 "wasm-bindgen-backend",13174 "wasm-bindgen-shared",13175]1317613177[[package]]13178name = "wasm-bindgen-shared"13179version = "0.2.80"13180source = "registry+https://github.com/rust-lang/crates.io-index"13181checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1318213183[[package]]13184name = "wasm-gc-api"13185version = "0.1.11"13186source = "registry+https://github.com/rust-lang/crates.io-index"13187checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13188dependencies = [13189 "log",13190 "parity-wasm 0.32.0",13191 "rustc-demangle",13192]1319313194[[package]]13195name = "wasm-instrument"13196version = "0.1.1"13197source = "registry+https://github.com/rust-lang/crates.io-index"13198checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13199dependencies = [13200 "parity-wasm 0.42.2",13201]1320213203[[package]]13204name = "wasm-timer"13205version = "0.2.5"13206source = "registry+https://github.com/rust-lang/crates.io-index"13207checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13208dependencies = [13209 "futures 0.3.21",13210 "js-sys",13211 "parking_lot 0.11.2",13212 "pin-utils",13213 "wasm-bindgen",13214 "wasm-bindgen-futures",13215 "web-sys",13216]1321713218[[package]]13219name = "wasmi"13220version = "0.9.1"13221source = "registry+https://github.com/rust-lang/crates.io-index"13222checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13223dependencies = [13224 "downcast-rs",13225 "libc",13226 "memory_units",13227 "num-rational 0.2.4",13228 "num-traits",13229 "parity-wasm 0.42.2",13230 "wasmi-validation",13231]1323213233[[package]]13234name = "wasmi-validation"13235version = "0.4.1"13236source = "registry+https://github.com/rust-lang/crates.io-index"13237checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13238dependencies = [13239 "parity-wasm 0.42.2",13240]1324113242[[package]]13243name = "wasmparser"13244version = "0.83.0"13245source = "registry+https://github.com/rust-lang/crates.io-index"13246checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1324713248[[package]]13249name = "wasmtime"13250version = "0.35.3"13251source = "registry+https://github.com/rust-lang/crates.io-index"13252checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13253dependencies = [13254 "anyhow",13255 "backtrace",13256 "bincode",13257 "cfg-if 1.0.0",13258 "indexmap",13259 "lazy_static",13260 "libc",13261 "log",13262 "object 0.27.1",13263 "once_cell",13264 "paste",13265 "psm",13266 "rayon",13267 "region",13268 "serde",13269 "target-lexicon",13270 "wasmparser",13271 "wasmtime-cache",13272 "wasmtime-cranelift",13273 "wasmtime-environ",13274 "wasmtime-jit",13275 "wasmtime-runtime",13276 "winapi 0.3.9",13277]1327813279[[package]]13280name = "wasmtime-cache"13281version = "0.35.3"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13284dependencies = [13285 "anyhow",13286 "base64",13287 "bincode",13288 "directories-next",13289 "file-per-thread-logger",13290 "log",13291 "rustix",13292 "serde",13293 "sha2 0.9.9",13294 "toml",13295 "winapi 0.3.9",13296 "zstd",13297]1329813299[[package]]13300name = "wasmtime-cranelift"13301version = "0.35.3"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13304dependencies = [13305 "anyhow",13306 "cranelift-codegen",13307 "cranelift-entity",13308 "cranelift-frontend",13309 "cranelift-native",13310 "cranelift-wasm",13311 "gimli",13312 "log",13313 "more-asserts",13314 "object 0.27.1",13315 "target-lexicon",13316 "thiserror",13317 "wasmparser",13318 "wasmtime-environ",13319]1332013321[[package]]13322name = "wasmtime-environ"13323version = "0.35.3"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13326dependencies = [13327 "anyhow",13328 "cranelift-entity",13329 "gimli",13330 "indexmap",13331 "log",13332 "more-asserts",13333 "object 0.27.1",13334 "serde",13335 "target-lexicon",13336 "thiserror",13337 "wasmparser",13338 "wasmtime-types",13339]1334013341[[package]]13342name = "wasmtime-jit"13343version = "0.35.3"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13346dependencies = [13347 "addr2line",13348 "anyhow",13349 "bincode",13350 "cfg-if 1.0.0",13351 "cpp_demangle",13352 "gimli",13353 "log",13354 "object 0.27.1",13355 "region",13356 "rustc-demangle",13357 "rustix",13358 "serde",13359 "target-lexicon",13360 "thiserror",13361 "wasmtime-environ",13362 "wasmtime-jit-debug",13363 "wasmtime-runtime",13364 "winapi 0.3.9",13365]1336613367[[package]]13368name = "wasmtime-jit-debug"13369version = "0.35.3"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13372dependencies = [13373 "lazy_static",13374 "object 0.27.1",13375 "rustix",13376]1337713378[[package]]13379name = "wasmtime-runtime"13380version = "0.35.3"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13383dependencies = [13384 "anyhow",13385 "backtrace",13386 "cc",13387 "cfg-if 1.0.0",13388 "indexmap",13389 "libc",13390 "log",13391 "mach",13392 "memoffset",13393 "more-asserts",13394 "rand 0.8.5",13395 "region",13396 "rustix",13397 "thiserror",13398 "wasmtime-environ",13399 "wasmtime-jit-debug",13400 "winapi 0.3.9",13401]1340213403[[package]]13404name = "wasmtime-types"13405version = "0.35.3"13406source = "registry+https://github.com/rust-lang/crates.io-index"13407checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13408dependencies = [13409 "cranelift-entity",13410 "serde",13411 "thiserror",13412 "wasmparser",13413]1341413415[[package]]13416name = "web-sys"13417version = "0.3.57"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13420dependencies = [13421 "js-sys",13422 "wasm-bindgen",13423]1342413425[[package]]13426name = "webpki"13427version = "0.21.4"13428source = "registry+https://github.com/rust-lang/crates.io-index"13429checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13430dependencies = [13431 "ring",13432 "untrusted",13433]1343413435[[package]]13436name = "webpki"13437version = "0.22.0"13438source = "registry+https://github.com/rust-lang/crates.io-index"13439checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13440dependencies = [13441 "ring",13442 "untrusted",13443]1344413445[[package]]13446name = "webpki-roots"13447version = "0.21.1"13448source = "registry+https://github.com/rust-lang/crates.io-index"13449checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13450dependencies = [13451 "webpki 0.21.4",13452]1345313454[[package]]13455name = "webpki-roots"13456version = "0.22.3"13457source = "registry+https://github.com/rust-lang/crates.io-index"13458checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13459dependencies = [13460 "webpki 0.22.0",13461]1346213463[[package]]13464name = "wepoll-ffi"13465version = "0.1.2"13466source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13468dependencies = [13469 "cc",13470]1347113472[[package]]13473name = "westend-runtime"13474version = "0.9.21"13475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13476dependencies = [13477 "beefy-primitives",13478 "bitvec 1.0.0",13479 "frame-benchmarking",13480 "frame-election-provider-support",13481 "frame-executive",13482 "frame-support",13483 "frame-system",13484 "frame-system-benchmarking",13485 "frame-system-rpc-runtime-api",13486 "frame-try-runtime",13487 "hex-literal",13488 "log",13489 "pallet-authority-discovery",13490 "pallet-authorship",13491 "pallet-babe",13492 "pallet-bags-list",13493 "pallet-balances",13494 "pallet-collective",13495 "pallet-democracy",13496 "pallet-election-provider-multi-phase",13497 "pallet-election-provider-support-benchmarking",13498 "pallet-elections-phragmen",13499 "pallet-grandpa",13500 "pallet-identity",13501 "pallet-im-online",13502 "pallet-indices",13503 "pallet-membership",13504 "pallet-multisig",13505 "pallet-nicks",13506 "pallet-nomination-pools",13507 "pallet-nomination-pools-benchmarking",13508 "pallet-offences",13509 "pallet-offences-benchmarking",13510 "pallet-preimage",13511 "pallet-proxy",13512 "pallet-recovery",13513 "pallet-scheduler",13514 "pallet-session",13515 "pallet-session-benchmarking",13516 "pallet-society",13517 "pallet-staking",13518 "pallet-staking-reward-curve",13519 "pallet-sudo",13520 "pallet-timestamp",13521 "pallet-transaction-payment",13522 "pallet-transaction-payment-rpc-runtime-api",13523 "pallet-treasury",13524 "pallet-utility",13525 "pallet-vesting",13526 "pallet-xcm",13527 "pallet-xcm-benchmarks",13528 "parity-scale-codec 3.1.2",13529 "polkadot-parachain",13530 "polkadot-primitives",13531 "polkadot-runtime-common",13532 "polkadot-runtime-parachains",13533 "rustc-hex",13534 "scale-info",13535 "serde",13536 "serde_derive",13537 "smallvec",13538 "sp-api",13539 "sp-authority-discovery",13540 "sp-block-builder",13541 "sp-consensus-babe",13542 "sp-core",13543 "sp-inherents",13544 "sp-io",13545 "sp-mmr-primitives",13546 "sp-npos-elections",13547 "sp-offchain",13548 "sp-runtime",13549 "sp-session",13550 "sp-staking",13551 "sp-std",13552 "sp-transaction-pool",13553 "sp-version",13554 "substrate-wasm-builder",13555 "westend-runtime-constants",13556 "xcm",13557 "xcm-builder",13558 "xcm-executor",13559]1356013561[[package]]13562name = "westend-runtime-constants"13563version = "0.9.21"13564source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13565dependencies = [13566 "frame-support",13567 "polkadot-primitives",13568 "polkadot-runtime-common",13569 "smallvec",13570 "sp-runtime",13571]1357213573[[package]]13574name = "which"13575version = "4.2.5"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13578dependencies = [13579 "either",13580 "lazy_static",13581 "libc",13582]1358313584[[package]]13585name = "widestring"13586version = "0.4.3"13587source = "registry+https://github.com/rust-lang/crates.io-index"13588checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1358913590[[package]]13591name = "winapi"13592version = "0.2.8"13593source = "registry+https://github.com/rust-lang/crates.io-index"13594checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1359513596[[package]]13597name = "winapi"13598version = "0.3.9"13599source = "registry+https://github.com/rust-lang/crates.io-index"13600checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13601dependencies = [13602 "winapi-i686-pc-windows-gnu",13603 "winapi-x86_64-pc-windows-gnu",13604]1360513606[[package]]13607name = "winapi-build"13608version = "0.1.1"13609source = "registry+https://github.com/rust-lang/crates.io-index"13610checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1361113612[[package]]13613name = "winapi-i686-pc-windows-gnu"13614version = "0.4.0"13615source = "registry+https://github.com/rust-lang/crates.io-index"13616checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1361713618[[package]]13619name = "winapi-util"13620version = "0.1.5"13621source = "registry+https://github.com/rust-lang/crates.io-index"13622checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13623dependencies = [13624 "winapi 0.3.9",13625]1362613627[[package]]13628name = "winapi-x86_64-pc-windows-gnu"13629version = "0.4.0"13630source = "registry+https://github.com/rust-lang/crates.io-index"13631checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1363213633[[package]]13634name = "windows-sys"13635version = "0.36.1"13636source = "registry+https://github.com/rust-lang/crates.io-index"13637checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13638dependencies = [13639 "windows_aarch64_msvc",13640 "windows_i686_gnu",13641 "windows_i686_msvc",13642 "windows_x86_64_gnu",13643 "windows_x86_64_msvc",13644]1364513646[[package]]13647name = "windows_aarch64_msvc"13648version = "0.36.1"13649source = "registry+https://github.com/rust-lang/crates.io-index"13650checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1365113652[[package]]13653name = "windows_i686_gnu"13654version = "0.36.1"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1365713658[[package]]13659name = "windows_i686_msvc"13660version = "0.36.1"13661source = "registry+https://github.com/rust-lang/crates.io-index"13662checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1366313664[[package]]13665name = "windows_x86_64_gnu"13666version = "0.36.1"13667source = "registry+https://github.com/rust-lang/crates.io-index"13668checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1366913670[[package]]13671name = "windows_x86_64_msvc"13672version = "0.36.1"13673source = "registry+https://github.com/rust-lang/crates.io-index"13674checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1367513676[[package]]13677name = "winreg"13678version = "0.6.2"13679source = "registry+https://github.com/rust-lang/crates.io-index"13680checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13681dependencies = [13682 "winapi 0.3.9",13683]1368413685[[package]]13686name = "ws2_32-sys"13687version = "0.2.1"13688source = "registry+https://github.com/rust-lang/crates.io-index"13689checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13690dependencies = [13691 "winapi 0.2.8",13692 "winapi-build",13693]1369413695[[package]]13696name = "wyz"13697version = "0.2.0"13698source = "registry+https://github.com/rust-lang/crates.io-index"13699checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1370013701[[package]]13702name = "wyz"13703version = "0.5.0"13704source = "registry+https://github.com/rust-lang/crates.io-index"13705checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13706dependencies = [13707 "tap",13708]1370913710[[package]]13711name = "x25519-dalek"13712version = "1.1.1"13713source = "registry+https://github.com/rust-lang/crates.io-index"13714checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13715dependencies = [13716 "curve25519-dalek 3.2.0",13717 "rand_core 0.5.1",13718 "zeroize",13719]1372013721[[package]]13722name = "xcm"13723version = "0.9.21"13724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13725dependencies = [13726 "derivative",13727 "impl-trait-for-tuples",13728 "log",13729 "parity-scale-codec 3.1.2",13730 "scale-info",13731 "xcm-procedural",13732]1373313734[[package]]13735name = "xcm-builder"13736version = "0.9.21"13737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13738dependencies = [13739 "frame-support",13740 "frame-system",13741 "log",13742 "pallet-transaction-payment",13743 "parity-scale-codec 3.1.2",13744 "polkadot-parachain",13745 "scale-info",13746 "sp-arithmetic",13747 "sp-io",13748 "sp-runtime",13749 "sp-std",13750 "xcm",13751 "xcm-executor",13752]1375313754[[package]]13755name = "xcm-executor"13756version = "0.9.21"13757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13758dependencies = [13759 "frame-benchmarking",13760 "frame-support",13761 "impl-trait-for-tuples",13762 "log",13763 "parity-scale-codec 3.1.2",13764 "sp-arithmetic",13765 "sp-core",13766 "sp-io",13767 "sp-runtime",13768 "sp-std",13769 "xcm",13770]1377113772[[package]]13773name = "xcm-procedural"13774version = "0.1.0"13775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13776dependencies = [13777 "Inflector",13778 "proc-macro2",13779 "quote",13780 "syn",13781]1378213783[[package]]13784name = "yamux"13785version = "0.9.0"13786source = "registry+https://github.com/rust-lang/crates.io-index"13787checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13788dependencies = [13789 "futures 0.3.21",13790 "log",13791 "nohash-hasher",13792 "parking_lot 0.11.2",13793 "rand 0.8.5",13794 "static_assertions",13795]1379613797[[package]]13798name = "yansi"13799version = "0.5.1"13800source = "registry+https://github.com/rust-lang/crates.io-index"13801checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1380213803[[package]]13804name = "zeroize"13805version = "1.5.5"13806source = "registry+https://github.com/rust-lang/crates.io-index"13807checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13808dependencies = [13809 "zeroize_derive",13810]1381113812[[package]]13813name = "zeroize_derive"13814version = "1.3.2"13815source = "registry+https://github.com/rust-lang/crates.io-index"13816checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13817dependencies = [13818 "proc-macro2",13819 "quote",13820 "syn",13821 "synstructure",13822]1382313824[[package]]13825name = "zstd"13826version = "0.10.2+zstd.1.5.2"13827source = "registry+https://github.com/rust-lang/crates.io-index"13828checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13829dependencies = [13830 "zstd-safe",13831]1383213833[[package]]13834name = "zstd-safe"13835version = "4.1.6+zstd.1.5.2"13836source = "registry+https://github.com/rust-lang/crates.io-index"13837checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13838dependencies = [13839 "libc",13840 "zstd-sys",13841]1384213843[[package]]13844name = "zstd-sys"13845version = "1.6.3+zstd.1.5.2"13846source = "registry+https://github.com/rust-lang/crates.io-index"13847checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13848dependencies = [13849 "cc",13850 "libc",13851]