git.delta.rocks / unique-network / refs/commits / 764dfd599fff

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 "evm-coder",6086 "fp-evm-mapping",6087 "frame-support",6088 "frame-system",6089 "log",6090 "pallet-common",6091 "pallet-evm",6092 "pallet-evm-coder-substrate",6093 "parity-scale-codec 3.1.2",6094 "scale-info",6095 "sp-core",6096 "sp-runtime",6097 "sp-std",6098 "up-data-structs",6099 "up-sponsorship",6100]61016102[[package]]6103name = "pallet-evm-migration"6104version = "0.1.0"6105dependencies = [6106 "fp-evm",6107 "frame-benchmarking",6108 "frame-support",6109 "frame-system",6110 "pallet-evm",6111 "parity-scale-codec 3.1.2",6112 "scale-info",6113 "sp-core",6114 "sp-io",6115 "sp-runtime",6116 "sp-std",6117]61186119[[package]]6120name = "pallet-evm-transaction-payment"6121version = "0.1.0"6122dependencies = [6123 "fp-evm",6124 "fp-evm-mapping",6125 "frame-support",6126 "frame-system",6127 "pallet-ethereum",6128 "pallet-evm",6129 "parity-scale-codec 3.1.2",6130 "scale-info",6131 "sp-core",6132 "sp-io",6133 "sp-runtime",6134 "sp-std",6135 "up-sponsorship",6136]61376138[[package]]6139name = "pallet-fungible"6140version = "0.1.0"6141dependencies = [6142 "ethereum",6143 "evm-coder",6144 "frame-benchmarking",6145 "frame-support",6146 "frame-system",6147 "pallet-common",6148 "pallet-evm",6149 "pallet-evm-coder-substrate",6150 "pallet-structure",6151 "parity-scale-codec 3.1.2",6152 "scale-info",6153 "sp-core",6154 "sp-runtime",6155 "sp-std",6156 "up-data-structs",6157]61586159[[package]]6160name = "pallet-gilt"6161version = "4.0.0-dev"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6163dependencies = [6164 "frame-benchmarking",6165 "frame-support",6166 "frame-system",6167 "parity-scale-codec 3.1.2",6168 "scale-info",6169 "sp-arithmetic",6170 "sp-runtime",6171 "sp-std",6172]61736174[[package]]6175name = "pallet-grandpa"6176version = "4.0.0-dev"6177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6178dependencies = [6179 "frame-benchmarking",6180 "frame-support",6181 "frame-system",6182 "log",6183 "pallet-authorship",6184 "pallet-session",6185 "parity-scale-codec 3.1.2",6186 "scale-info",6187 "sp-application-crypto",6188 "sp-core",6189 "sp-finality-grandpa",6190 "sp-io",6191 "sp-runtime",6192 "sp-session",6193 "sp-staking",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-identity"6199version = "4.0.0-dev"6200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6201dependencies = [6202 "enumflags2",6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "parity-scale-codec 3.1.2",6207 "scale-info",6208 "sp-io",6209 "sp-runtime",6210 "sp-std",6211]62126213[[package]]6214name = "pallet-im-online"6215version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6217dependencies = [6218 "frame-benchmarking",6219 "frame-support",6220 "frame-system",6221 "log",6222 "pallet-authorship",6223 "parity-scale-codec 3.1.2",6224 "scale-info",6225 "sp-application-crypto",6226 "sp-core",6227 "sp-io",6228 "sp-runtime",6229 "sp-staking",6230 "sp-std",6231]62326233[[package]]6234name = "pallet-indices"6235version = "4.0.0-dev"6236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6237dependencies = [6238 "frame-benchmarking",6239 "frame-support",6240 "frame-system",6241 "parity-scale-codec 3.1.2",6242 "scale-info",6243 "sp-core",6244 "sp-io",6245 "sp-keyring",6246 "sp-runtime",6247 "sp-std",6248]62496250[[package]]6251name = "pallet-inflation"6252version = "0.1.0"6253dependencies = [6254 "frame-benchmarking",6255 "frame-support",6256 "frame-system",6257 "pallet-balances",6258 "pallet-randomness-collective-flip",6259 "pallet-timestamp",6260 "parity-scale-codec 3.1.2",6261 "scale-info",6262 "serde",6263 "sp-core",6264 "sp-io",6265 "sp-runtime",6266 "sp-std",6267]62686269[[package]]6270name = "pallet-membership"6271version = "4.0.0-dev"6272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6273dependencies = [6274 "frame-benchmarking",6275 "frame-support",6276 "frame-system",6277 "log",6278 "parity-scale-codec 3.1.2",6279 "scale-info",6280 "sp-core",6281 "sp-io",6282 "sp-runtime",6283 "sp-std",6284]62856286[[package]]6287name = "pallet-mmr"6288version = "4.0.0-dev"6289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6290dependencies = [6291 "ckb-merkle-mountain-range",6292 "frame-benchmarking",6293 "frame-support",6294 "frame-system",6295 "parity-scale-codec 3.1.2",6296 "scale-info",6297 "sp-core",6298 "sp-io",6299 "sp-mmr-primitives",6300 "sp-runtime",6301 "sp-std",6302]63036304[[package]]6305name = "pallet-mmr-rpc"6306version = "3.0.0"6307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6308dependencies = [6309 "jsonrpc-core",6310 "jsonrpc-core-client",6311 "jsonrpc-derive",6312 "parity-scale-codec 3.1.2",6313 "serde",6314 "sp-api",6315 "sp-blockchain",6316 "sp-core",6317 "sp-mmr-primitives",6318 "sp-runtime",6319]63206321[[package]]6322name = "pallet-multisig"6323version = "4.0.0-dev"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6325dependencies = [6326 "frame-benchmarking",6327 "frame-support",6328 "frame-system",6329 "parity-scale-codec 3.1.2",6330 "scale-info",6331 "sp-io",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-nicks"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6340dependencies = [6341 "frame-support",6342 "frame-system",6343 "parity-scale-codec 3.1.2",6344 "scale-info",6345 "sp-io",6346 "sp-runtime",6347 "sp-std",6348]63496350[[package]]6351name = "pallet-nomination-pools"6352version = "1.0.0"6353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6354dependencies = [6355 "frame-support",6356 "frame-system",6357 "parity-scale-codec 3.1.2",6358 "scale-info",6359 "sp-core",6360 "sp-runtime",6361 "sp-staking",6362 "sp-std",6363]63646365[[package]]6366name = "pallet-nomination-pools-benchmarking"6367version = "1.0.0"6368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6369dependencies = [6370 "frame-benchmarking",6371 "frame-election-provider-support",6372 "frame-support",6373 "frame-system",6374 "pallet-bags-list",6375 "pallet-nomination-pools",6376 "pallet-staking",6377 "parity-scale-codec 3.1.2",6378 "scale-info",6379 "sp-runtime",6380 "sp-staking",6381 "sp-std",6382]63836384[[package]]6385name = "pallet-nonfungible"6386version = "0.1.0"6387dependencies = [6388 "ethereum",6389 "evm-coder",6390 "frame-benchmarking",6391 "frame-support",6392 "frame-system",6393 "pallet-common",6394 "pallet-evm",6395 "pallet-evm-coder-substrate",6396 "pallet-structure",6397 "parity-scale-codec 3.1.2",6398 "scale-info",6399 "sp-core",6400 "sp-runtime",6401 "sp-std",6402 "struct-versioning",6403 "up-data-structs",6404]64056406[[package]]6407name = "pallet-offences"6408version = "4.0.0-dev"6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6410dependencies = [6411 "frame-support",6412 "frame-system",6413 "log",6414 "pallet-balances",6415 "parity-scale-codec 3.1.2",6416 "scale-info",6417 "serde",6418 "sp-runtime",6419 "sp-staking",6420 "sp-std",6421]64226423[[package]]6424name = "pallet-offences-benchmarking"6425version = "4.0.0-dev"6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6427dependencies = [6428 "frame-benchmarking",6429 "frame-election-provider-support",6430 "frame-support",6431 "frame-system",6432 "pallet-babe",6433 "pallet-balances",6434 "pallet-grandpa",6435 "pallet-im-online",6436 "pallet-offences",6437 "pallet-session",6438 "pallet-staking",6439 "parity-scale-codec 3.1.2",6440 "scale-info",6441 "sp-runtime",6442 "sp-staking",6443 "sp-std",6444]64456446[[package]]6447name = "pallet-preimage"6448version = "4.0.0-dev"6449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6450dependencies = [6451 "frame-benchmarking",6452 "frame-support",6453 "frame-system",6454 "parity-scale-codec 3.1.2",6455 "scale-info",6456 "sp-core",6457 "sp-io",6458 "sp-runtime",6459 "sp-std",6460]64616462[[package]]6463name = "pallet-proxy"6464version = "4.0.0-dev"6465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6466dependencies = [6467 "frame-benchmarking",6468 "frame-support",6469 "frame-system",6470 "parity-scale-codec 3.1.2",6471 "scale-info",6472 "sp-io",6473 "sp-runtime",6474 "sp-std",6475]64766477[[package]]6478name = "pallet-randomness-collective-flip"6479version = "4.0.0-dev"6480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6481dependencies = [6482 "frame-support",6483 "frame-system",6484 "parity-scale-codec 3.1.2",6485 "safe-mix",6486 "scale-info",6487 "sp-runtime",6488 "sp-std",6489]64906491[[package]]6492name = "pallet-recovery"6493version = "4.0.0-dev"6494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6495dependencies = [6496 "frame-support",6497 "frame-system",6498 "parity-scale-codec 3.1.2",6499 "scale-info",6500 "sp-io",6501 "sp-runtime",6502 "sp-std",6503]65046505[[package]]6506name = "pallet-refungible"6507version = "0.1.0"6508dependencies = [6509 "frame-benchmarking",6510 "frame-support",6511 "frame-system",6512 "pallet-common",6513 "pallet-evm",6514 "pallet-structure",6515 "parity-scale-codec 3.1.2",6516 "scale-info",6517 "sp-core",6518 "sp-runtime",6519 "sp-std",6520 "struct-versioning",6521 "up-data-structs",6522]65236524[[package]]6525name = "pallet-rmrk-core"6526version = "0.1.0"6527dependencies = [6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "pallet-common",6532 "pallet-evm",6533 "pallet-nonfungible",6534 "parity-scale-codec 3.1.2",6535 "scale-info",6536 "sp-core",6537 "sp-runtime",6538 "sp-std",6539 "up-data-structs",6540]65416542[[package]]6543name = "pallet-rmrk-equip"6544version = "0.1.0"6545dependencies = [6546 "frame-benchmarking",6547 "frame-support",6548 "frame-system",6549 "pallet-common",6550 "pallet-evm",6551 "pallet-nonfungible",6552 "pallet-rmrk-core",6553 "parity-scale-codec 3.1.2",6554 "scale-info",6555 "sp-core",6556 "sp-runtime",6557 "sp-std",6558 "up-data-structs",6559]65606561[[package]]6562name = "pallet-scheduler"6563version = "4.0.0-dev"6564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6565dependencies = [6566 "frame-benchmarking",6567 "frame-support",6568 "frame-system",6569 "log",6570 "parity-scale-codec 3.1.2",6571 "scale-info",6572 "sp-io",6573 "sp-runtime",6574 "sp-std",6575]65766577[[package]]6578name = "pallet-session"6579version = "4.0.0-dev"6580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6581dependencies = [6582 "frame-support",6583 "frame-system",6584 "impl-trait-for-tuples",6585 "log",6586 "pallet-timestamp",6587 "parity-scale-codec 3.1.2",6588 "scale-info",6589 "sp-core",6590 "sp-io",6591 "sp-runtime",6592 "sp-session",6593 "sp-staking",6594 "sp-std",6595 "sp-trie",6596]65976598[[package]]6599name = "pallet-session-benchmarking"6600version = "4.0.0-dev"6601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6602dependencies = [6603 "frame-benchmarking",6604 "frame-support",6605 "frame-system",6606 "pallet-session",6607 "pallet-staking",6608 "rand 0.7.3",6609 "sp-runtime",6610 "sp-session",6611 "sp-std",6612]66136614[[package]]6615name = "pallet-society"6616version = "4.0.0-dev"6617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6618dependencies = [6619 "frame-support",6620 "frame-system",6621 "parity-scale-codec 3.1.2",6622 "rand_chacha 0.2.2",6623 "scale-info",6624 "sp-runtime",6625 "sp-std",6626]66276628[[package]]6629name = "pallet-staking"6630version = "4.0.0-dev"6631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6632dependencies = [6633 "frame-benchmarking",6634 "frame-election-provider-support",6635 "frame-support",6636 "frame-system",6637 "log",6638 "pallet-authorship",6639 "pallet-session",6640 "parity-scale-codec 3.1.2",6641 "rand_chacha 0.2.2",6642 "scale-info",6643 "serde",6644 "sp-application-crypto",6645 "sp-io",6646 "sp-runtime",6647 "sp-staking",6648 "sp-std",6649]66506651[[package]]6652name = "pallet-staking-reward-curve"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6655dependencies = [6656 "proc-macro-crate 1.1.3",6657 "proc-macro2",6658 "quote",6659 "syn",6660]66616662[[package]]6663name = "pallet-staking-reward-fn"6664version = "4.0.0-dev"6665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6666dependencies = [6667 "log",6668 "sp-arithmetic",6669]66706671[[package]]6672name = "pallet-structure"6673version = "0.1.0"6674dependencies = [6675 "frame-benchmarking",6676 "frame-support",6677 "frame-system",6678 "pallet-common",6679 "pallet-evm",6680 "parity-scale-codec 3.1.2",6681 "scale-info",6682 "sp-std",6683 "up-data-structs",6684]66856686[[package]]6687name = "pallet-sudo"6688version = "4.0.0-dev"6689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6690dependencies = [6691 "frame-support",6692 "frame-system",6693 "parity-scale-codec 3.1.2",6694 "scale-info",6695 "sp-io",6696 "sp-runtime",6697 "sp-std",6698]66996700[[package]]6701name = "pallet-template-transaction-payment"6702version = "3.0.0"6703source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6704dependencies = [6705 "frame-benchmarking",6706 "frame-support",6707 "frame-system",6708 "pallet-balances",6709 "pallet-transaction-payment",6710 "parity-scale-codec 3.1.2",6711 "scale-info",6712 "serde",6713 "sp-core",6714 "sp-io",6715 "sp-runtime",6716 "sp-std",6717 "up-sponsorship",6718]67196720[[package]]6721name = "pallet-timestamp"6722version = "4.0.0-dev"6723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6724dependencies = [6725 "frame-benchmarking",6726 "frame-support",6727 "frame-system",6728 "log",6729 "parity-scale-codec 3.1.2",6730 "scale-info",6731 "sp-inherents",6732 "sp-io",6733 "sp-runtime",6734 "sp-std",6735 "sp-timestamp",6736]67376738[[package]]6739name = "pallet-tips"6740version = "4.0.0-dev"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6742dependencies = [6743 "frame-benchmarking",6744 "frame-support",6745 "frame-system",6746 "log",6747 "pallet-treasury",6748 "parity-scale-codec 3.1.2",6749 "scale-info",6750 "serde",6751 "sp-core",6752 "sp-io",6753 "sp-runtime",6754 "sp-std",6755]67566757[[package]]6758name = "pallet-transaction-payment"6759version = "4.0.0-dev"6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6761dependencies = [6762 "frame-support",6763 "frame-system",6764 "parity-scale-codec 3.1.2",6765 "scale-info",6766 "serde",6767 "smallvec",6768 "sp-core",6769 "sp-io",6770 "sp-runtime",6771 "sp-std",6772]67736774[[package]]6775name = "pallet-transaction-payment-rpc"6776version = "4.0.0-dev"6777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6778dependencies = [6779 "jsonrpc-core",6780 "jsonrpc-core-client",6781 "jsonrpc-derive",6782 "pallet-transaction-payment-rpc-runtime-api",6783 "parity-scale-codec 3.1.2",6784 "sp-api",6785 "sp-blockchain",6786 "sp-core",6787 "sp-rpc",6788 "sp-runtime",6789]67906791[[package]]6792name = "pallet-transaction-payment-rpc-runtime-api"6793version = "4.0.0-dev"6794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6795dependencies = [6796 "pallet-transaction-payment",6797 "parity-scale-codec 3.1.2",6798 "sp-api",6799 "sp-runtime",6800]68016802[[package]]6803name = "pallet-treasury"6804version = "4.0.0-dev"6805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6806dependencies = [6807 "frame-benchmarking",6808 "frame-support",6809 "frame-system",6810 "impl-trait-for-tuples",6811 "pallet-balances",6812 "parity-scale-codec 3.1.2",6813 "scale-info",6814 "serde",6815 "sp-runtime",6816 "sp-std",6817]68186819[[package]]6820name = "pallet-unique"6821version = "0.1.0"6822dependencies = [6823 "ethereum",6824 "evm-coder",6825 "frame-benchmarking",6826 "frame-support",6827 "frame-system",6828 "pallet-common",6829 "pallet-evm",6830 "pallet-evm-coder-substrate",6831 "pallet-nonfungible",6832 "parity-scale-codec 3.1.2",6833 "scale-info",6834 "serde",6835 "sp-core",6836 "sp-io",6837 "sp-runtime",6838 "sp-std",6839 "up-data-structs",6840]68416842[[package]]6843name = "pallet-unq-scheduler"6844version = "0.1.0"6845dependencies = [6846 "frame-benchmarking",6847 "frame-support",6848 "frame-system",6849 "log",6850 "parity-scale-codec 3.1.2",6851 "scale-info",6852 "serde",6853 "sp-core",6854 "sp-io",6855 "sp-runtime",6856 "sp-std",6857 "substrate-test-utils",6858 "up-sponsorship",6859]68606861[[package]]6862name = "pallet-utility"6863version = "4.0.0-dev"6864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6865dependencies = [6866 "frame-benchmarking",6867 "frame-support",6868 "frame-system",6869 "parity-scale-codec 3.1.2",6870 "scale-info",6871 "sp-core",6872 "sp-io",6873 "sp-runtime",6874 "sp-std",6875]68766877[[package]]6878name = "pallet-vesting"6879version = "4.0.0-dev"6880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6881dependencies = [6882 "frame-benchmarking",6883 "frame-support",6884 "frame-system",6885 "log",6886 "parity-scale-codec 3.1.2",6887 "scale-info",6888 "sp-runtime",6889 "sp-std",6890]68916892[[package]]6893name = "pallet-xcm"6894version = "0.9.21"6895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6896dependencies = [6897 "frame-support",6898 "frame-system",6899 "log",6900 "parity-scale-codec 3.1.2",6901 "scale-info",6902 "serde",6903 "sp-core",6904 "sp-runtime",6905 "sp-std",6906 "xcm",6907 "xcm-executor",6908]69096910[[package]]6911name = "pallet-xcm-benchmarks"6912version = "0.9.21"6913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6914dependencies = [6915 "frame-benchmarking",6916 "frame-support",6917 "frame-system",6918 "log",6919 "parity-scale-codec 3.1.2",6920 "scale-info",6921 "sp-runtime",6922 "sp-std",6923 "xcm",6924 "xcm-executor",6925]69266927[[package]]6928name = "parachain-info"6929version = "0.1.0"6930source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6931dependencies = [6932 "cumulus-primitives-core",6933 "frame-support",6934 "frame-system",6935 "parity-scale-codec 3.1.2",6936 "scale-info",6937 "serde",6938]69396940[[package]]6941name = "parity-db"6942version = "0.3.13"6943source = "registry+https://github.com/rust-lang/crates.io-index"6944checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6945dependencies = [6946 "blake2-rfc",6947 "crc32fast",6948 "fs2",6949 "hex",6950 "libc",6951 "log",6952 "lz4",6953 "memmap2 0.2.3",6954 "parking_lot 0.11.2",6955 "rand 0.8.5",6956 "snap",6957]69586959[[package]]6960name = "parity-scale-codec"6961version = "2.3.1"6962source = "registry+https://github.com/rust-lang/crates.io-index"6963checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6964dependencies = [6965 "arrayvec 0.7.2",6966 "bitvec 0.20.4",6967 "byte-slice-cast",6968 "impl-trait-for-tuples",6969 "parity-scale-codec-derive 2.3.1",6970 "serde",6971]69726973[[package]]6974name = "parity-scale-codec"6975version = "3.1.2"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6978dependencies = [6979 "arrayvec 0.7.2",6980 "bitvec 1.0.0",6981 "byte-slice-cast",6982 "impl-trait-for-tuples",6983 "parity-scale-codec-derive 3.1.2",6984 "serde",6985]69866987[[package]]6988name = "parity-scale-codec-derive"6989version = "2.3.1"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6992dependencies = [6993 "proc-macro-crate 1.1.3",6994 "proc-macro2",6995 "quote",6996 "syn",6997]69986999[[package]]7000name = "parity-scale-codec-derive"7001version = "3.1.2"7002source = "registry+https://github.com/rust-lang/crates.io-index"7003checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7004dependencies = [7005 "proc-macro-crate 1.1.3",7006 "proc-macro2",7007 "quote",7008 "syn",7009]70107011[[package]]7012name = "parity-send-wrapper"7013version = "0.1.0"7014source = "registry+https://github.com/rust-lang/crates.io-index"7015checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70167017[[package]]7018name = "parity-tokio-ipc"7019version = "0.9.0"7020source = "registry+https://github.com/rust-lang/crates.io-index"7021checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7022dependencies = [7023 "futures 0.3.21",7024 "libc",7025 "log",7026 "rand 0.7.3",7027 "tokio 1.18.2",7028 "winapi 0.3.9",7029]70307031[[package]]7032name = "parity-util-mem"7033version = "0.11.0"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7036dependencies = [7037 "cfg-if 1.0.0",7038 "ethereum-types",7039 "hashbrown 0.12.1",7040 "impl-trait-for-tuples",7041 "lru 0.7.5",7042 "parity-util-mem-derive",7043 "parking_lot 0.12.0",7044 "primitive-types",7045 "smallvec",7046 "winapi 0.3.9",7047]70487049[[package]]7050name = "parity-util-mem-derive"7051version = "0.1.0"7052source = "registry+https://github.com/rust-lang/crates.io-index"7053checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7054dependencies = [7055 "proc-macro2",7056 "syn",7057 "synstructure",7058]70597060[[package]]7061name = "parity-wasm"7062version = "0.32.0"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7065dependencies = [7066 "byteorder",7067]70687069[[package]]7070name = "parity-wasm"7071version = "0.42.2"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70747075[[package]]7076name = "parity-ws"7077version = "0.11.1"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7080dependencies = [7081 "byteorder",7082 "bytes 0.4.12",7083 "httparse",7084 "log",7085 "mio 0.6.23",7086 "mio-extras",7087 "rand 0.7.3",7088 "sha-1 0.8.2",7089 "slab",7090 "url 2.2.2",7091]70927093[[package]]7094name = "parking"7095version = "2.0.0"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70987099[[package]]7100name = "parking_lot"7101version = "0.11.2"7102source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7104dependencies = [7105 "instant",7106 "lock_api",7107 "parking_lot_core 0.8.5",7108]71097110[[package]]7111name = "parking_lot"7112version = "0.12.0"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7115dependencies = [7116 "lock_api",7117 "parking_lot_core 0.9.3",7118]71197120[[package]]7121name = "parking_lot_core"7122version = "0.8.5"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7125dependencies = [7126 "cfg-if 1.0.0",7127 "instant",7128 "libc",7129 "redox_syscall 0.2.13",7130 "smallvec",7131 "winapi 0.3.9",7132]71337134[[package]]7135name = "parking_lot_core"7136version = "0.9.3"7137source = "registry+https://github.com/rust-lang/crates.io-index"7138checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7139dependencies = [7140 "cfg-if 1.0.0",7141 "libc",7142 "redox_syscall 0.2.13",7143 "smallvec",7144 "windows-sys",7145]71467147[[package]]7148name = "paste"7149version = "1.0.7"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71527153[[package]]7154name = "pbkdf2"7155version = "0.4.0"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7158dependencies = [7159 "crypto-mac 0.8.0",7160]71617162[[package]]7163name = "pbkdf2"7164version = "0.8.0"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7167dependencies = [7168 "crypto-mac 0.11.1",7169]71707171[[package]]7172name = "peeking_take_while"7173version = "0.1.2"7174source = "registry+https://github.com/rust-lang/crates.io-index"7175checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71767177[[package]]7178name = "percent-encoding"7179version = "1.0.1"7180source = "registry+https://github.com/rust-lang/crates.io-index"7181checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71827183[[package]]7184name = "percent-encoding"7185version = "2.1.0"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71887189[[package]]7190name = "pest"7191version = "2.1.3"7192source = "registry+https://github.com/rust-lang/crates.io-index"7193checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7194dependencies = [7195 "ucd-trie",7196]71977198[[package]]7199name = "pest_derive"7200version = "2.1.0"7201source = "registry+https://github.com/rust-lang/crates.io-index"7202checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7203dependencies = [7204 "pest",7205 "pest_generator",7206]72077208[[package]]7209name = "pest_generator"7210version = "2.1.3"7211source = "registry+https://github.com/rust-lang/crates.io-index"7212checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7213dependencies = [7214 "pest",7215 "pest_meta",7216 "proc-macro2",7217 "quote",7218 "syn",7219]72207221[[package]]7222name = "pest_meta"7223version = "2.1.3"7224source = "registry+https://github.com/rust-lang/crates.io-index"7225checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7226dependencies = [7227 "maplit",7228 "pest",7229 "sha-1 0.8.2",7230]72317232[[package]]7233name = "petgraph"7234version = "0.6.0"7235source = "registry+https://github.com/rust-lang/crates.io-index"7236checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7237dependencies = [7238 "fixedbitset",7239 "indexmap",7240]72417242[[package]]7243name = "pin-project"7244version = "0.4.29"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7247dependencies = [7248 "pin-project-internal 0.4.29",7249]72507251[[package]]7252name = "pin-project"7253version = "1.0.10"7254source = "registry+https://github.com/rust-lang/crates.io-index"7255checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7256dependencies = [7257 "pin-project-internal 1.0.10",7258]72597260[[package]]7261name = "pin-project-internal"7262version = "0.4.29"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7265dependencies = [7266 "proc-macro2",7267 "quote",7268 "syn",7269]72707271[[package]]7272name = "pin-project-internal"7273version = "1.0.10"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7276dependencies = [7277 "proc-macro2",7278 "quote",7279 "syn",7280]72817282[[package]]7283name = "pin-project-lite"7284version = "0.1.12"7285source = "registry+https://github.com/rust-lang/crates.io-index"7286checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72877288[[package]]7289name = "pin-project-lite"7290version = "0.2.9"7291source = "registry+https://github.com/rust-lang/crates.io-index"7292checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72937294[[package]]7295name = "pin-utils"7296version = "0.1.0"7297source = "registry+https://github.com/rust-lang/crates.io-index"7298checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72997300[[package]]7301name = "pkcs8"7302version = "0.8.0"7303source = "registry+https://github.com/rust-lang/crates.io-index"7304checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7305dependencies = [7306 "der",7307 "spki",7308 "zeroize",7309]73107311[[package]]7312name = "pkg-config"7313version = "0.3.25"7314source = "registry+https://github.com/rust-lang/crates.io-index"7315checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73167317[[package]]7318name = "platforms"7319version = "2.0.0"7320source = "registry+https://github.com/rust-lang/crates.io-index"7321checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73227323[[package]]7324name = "polkadot-approval-distribution"7325version = "0.9.21"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7327dependencies = [7328 "futures 0.3.21",7329 "polkadot-node-network-protocol",7330 "polkadot-node-primitives",7331 "polkadot-node-subsystem",7332 "polkadot-node-subsystem-util",7333 "polkadot-primitives",7334 "rand 0.8.5",7335 "tracing-gum",7336]73377338[[package]]7339name = "polkadot-availability-bitfield-distribution"7340version = "0.9.21"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7342dependencies = [7343 "futures 0.3.21",7344 "polkadot-node-network-protocol",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "tracing-gum",7349]73507351[[package]]7352name = "polkadot-availability-distribution"7353version = "0.9.21"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7355dependencies = [7356 "derive_more",7357 "fatality",7358 "futures 0.3.21",7359 "lru 0.7.5",7360 "parity-scale-codec 3.1.2",7361 "polkadot-erasure-coding",7362 "polkadot-node-network-protocol",7363 "polkadot-node-primitives",7364 "polkadot-node-subsystem",7365 "polkadot-node-subsystem-util",7366 "polkadot-primitives",7367 "rand 0.8.5",7368 "sp-core",7369 "sp-keystore",7370 "thiserror",7371 "tracing-gum",7372]73737374[[package]]7375name = "polkadot-availability-recovery"7376version = "0.9.21"7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7378dependencies = [7379 "fatality",7380 "futures 0.3.21",7381 "lru 0.7.5",7382 "parity-scale-codec 3.1.2",7383 "polkadot-erasure-coding",7384 "polkadot-node-network-protocol",7385 "polkadot-node-primitives",7386 "polkadot-node-subsystem",7387 "polkadot-node-subsystem-util",7388 "polkadot-primitives",7389 "rand 0.8.5",7390 "sc-network",7391 "thiserror",7392 "tracing-gum",7393]73947395[[package]]7396name = "polkadot-cli"7397version = "0.9.21"7398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7399dependencies = [7400 "clap",7401 "frame-benchmarking-cli",7402 "futures 0.3.21",7403 "log",7404 "polkadot-client",7405 "polkadot-node-core-pvf",7406 "polkadot-node-metrics",7407 "polkadot-performance-test",7408 "polkadot-service",7409 "sc-cli",7410 "sc-service",7411 "sc-tracing",7412 "sp-core",7413 "sp-trie",7414 "substrate-build-script-utils",7415 "thiserror",7416 "try-runtime-cli",7417]74187419[[package]]7420name = "polkadot-client"7421version = "0.9.21"7422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7423dependencies = [7424 "beefy-primitives",7425 "frame-benchmarking",7426 "frame-benchmarking-cli",7427 "frame-system",7428 "frame-system-rpc-runtime-api",7429 "pallet-transaction-payment",7430 "pallet-transaction-payment-rpc-runtime-api",7431 "polkadot-core-primitives",7432 "polkadot-node-core-parachains-inherent",7433 "polkadot-primitives",7434 "polkadot-runtime",7435 "polkadot-runtime-common",7436 "sc-client-api",7437 "sc-consensus",7438 "sc-executor",7439 "sc-service",7440 "sp-api",7441 "sp-authority-discovery",7442 "sp-block-builder",7443 "sp-blockchain",7444 "sp-consensus",7445 "sp-consensus-babe",7446 "sp-core",7447 "sp-finality-grandpa",7448 "sp-inherents",7449 "sp-keyring",7450 "sp-mmr-primitives",7451 "sp-offchain",7452 "sp-runtime",7453 "sp-session",7454 "sp-storage",7455 "sp-timestamp",7456 "sp-transaction-pool",7457]74587459[[package]]7460name = "polkadot-collator-protocol"7461version = "0.9.21"7462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7463dependencies = [7464 "always-assert",7465 "fatality",7466 "futures 0.3.21",7467 "futures-timer",7468 "polkadot-node-network-protocol",7469 "polkadot-node-primitives",7470 "polkadot-node-subsystem",7471 "polkadot-node-subsystem-util",7472 "polkadot-primitives",7473 "sp-core",7474 "sp-keystore",7475 "sp-runtime",7476 "thiserror",7477 "tracing-gum",7478]74797480[[package]]7481name = "polkadot-core-primitives"7482version = "0.9.21"7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7484dependencies = [7485 "parity-scale-codec 3.1.2",7486 "parity-util-mem",7487 "scale-info",7488 "sp-core",7489 "sp-runtime",7490 "sp-std",7491]74927493[[package]]7494name = "polkadot-dispute-distribution"7495version = "0.9.21"7496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7497dependencies = [7498 "derive_more",7499 "fatality",7500 "futures 0.3.21",7501 "lru 0.7.5",7502 "parity-scale-codec 3.1.2",7503 "polkadot-erasure-coding",7504 "polkadot-node-network-protocol",7505 "polkadot-node-primitives",7506 "polkadot-node-subsystem",7507 "polkadot-node-subsystem-util",7508 "polkadot-primitives",7509 "sc-network",7510 "sp-application-crypto",7511 "sp-keystore",7512 "thiserror",7513 "tracing-gum",7514]75157516[[package]]7517name = "polkadot-erasure-coding"7518version = "0.9.21"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7520dependencies = [7521 "parity-scale-codec 3.1.2",7522 "polkadot-node-primitives",7523 "polkadot-primitives",7524 "reed-solomon-novelpoly",7525 "sp-core",7526 "sp-trie",7527 "thiserror",7528]75297530[[package]]7531name = "polkadot-gossip-support"7532version = "0.9.21"7533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7534dependencies = [7535 "futures 0.3.21",7536 "futures-timer",7537 "polkadot-node-network-protocol",7538 "polkadot-node-subsystem",7539 "polkadot-node-subsystem-util",7540 "polkadot-primitives",7541 "rand 0.8.5",7542 "rand_chacha 0.3.1",7543 "sc-network",7544 "sp-application-crypto",7545 "sp-core",7546 "sp-keystore",7547 "tracing-gum",7548]75497550[[package]]7551name = "polkadot-network-bridge"7552version = "0.9.21"7553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7554dependencies = [7555 "async-trait",7556 "futures 0.3.21",7557 "parity-scale-codec 3.1.2",7558 "parking_lot 0.12.0",7559 "polkadot-node-network-protocol",7560 "polkadot-node-subsystem",7561 "polkadot-node-subsystem-util",7562 "polkadot-overseer",7563 "polkadot-primitives",7564 "sc-network",7565 "sp-consensus",7566 "tracing-gum",7567]75687569[[package]]7570name = "polkadot-node-collation-generation"7571version = "0.9.21"7572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7573dependencies = [7574 "futures 0.3.21",7575 "parity-scale-codec 3.1.2",7576 "polkadot-erasure-coding",7577 "polkadot-node-primitives",7578 "polkadot-node-subsystem",7579 "polkadot-node-subsystem-util",7580 "polkadot-primitives",7581 "sp-core",7582 "sp-maybe-compressed-blob",7583 "thiserror",7584 "tracing-gum",7585]75867587[[package]]7588name = "polkadot-node-core-approval-voting"7589version = "0.9.21"7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7591dependencies = [7592 "bitvec 1.0.0",7593 "derive_more",7594 "futures 0.3.21",7595 "futures-timer",7596 "kvdb",7597 "lru 0.7.5",7598 "merlin",7599 "parity-scale-codec 3.1.2",7600 "polkadot-node-jaeger",7601 "polkadot-node-primitives",7602 "polkadot-node-subsystem",7603 "polkadot-node-subsystem-util",7604 "polkadot-overseer",7605 "polkadot-primitives",7606 "sc-keystore",7607 "schnorrkel",7608 "sp-application-crypto",7609 "sp-consensus",7610 "sp-consensus-slots",7611 "sp-runtime",7612 "thiserror",7613 "tracing-gum",7614]76157616[[package]]7617name = "polkadot-node-core-av-store"7618version = "0.9.21"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7620dependencies = [7621 "bitvec 1.0.0",7622 "futures 0.3.21",7623 "futures-timer",7624 "kvdb",7625 "parity-scale-codec 3.1.2",7626 "polkadot-erasure-coding",7627 "polkadot-node-primitives",7628 "polkadot-node-subsystem",7629 "polkadot-node-subsystem-util",7630 "polkadot-overseer",7631 "polkadot-primitives",7632 "thiserror",7633 "tracing-gum",7634]76357636[[package]]7637name = "polkadot-node-core-backing"7638version = "0.9.21"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7640dependencies = [7641 "bitvec 1.0.0",7642 "futures 0.3.21",7643 "polkadot-erasure-coding",7644 "polkadot-node-primitives",7645 "polkadot-node-subsystem",7646 "polkadot-node-subsystem-util",7647 "polkadot-primitives",7648 "polkadot-statement-table",7649 "sp-keystore",7650 "thiserror",7651 "tracing-gum",7652]76537654[[package]]7655name = "polkadot-node-core-bitfield-signing"7656version = "0.9.21"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7658dependencies = [7659 "futures 0.3.21",7660 "polkadot-node-subsystem",7661 "polkadot-node-subsystem-util",7662 "polkadot-primitives",7663 "sp-keystore",7664 "thiserror",7665 "tracing-gum",7666 "wasm-timer",7667]76687669[[package]]7670name = "polkadot-node-core-candidate-validation"7671version = "0.9.21"7672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7673dependencies = [7674 "async-trait",7675 "futures 0.3.21",7676 "parity-scale-codec 3.1.2",7677 "polkadot-node-core-pvf",7678 "polkadot-node-primitives",7679 "polkadot-node-subsystem",7680 "polkadot-node-subsystem-util",7681 "polkadot-parachain",7682 "polkadot-primitives",7683 "sp-maybe-compressed-blob",7684 "tracing-gum",7685]76867687[[package]]7688name = "polkadot-node-core-chain-api"7689version = "0.9.21"7690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7691dependencies = [7692 "futures 0.3.21",7693 "polkadot-node-subsystem",7694 "polkadot-node-subsystem-util",7695 "polkadot-primitives",7696 "sc-client-api",7697 "sc-consensus-babe",7698 "sp-blockchain",7699 "tracing-gum",7700]77017702[[package]]7703name = "polkadot-node-core-chain-selection"7704version = "0.9.21"7705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7706dependencies = [7707 "futures 0.3.21",7708 "futures-timer",7709 "kvdb",7710 "parity-scale-codec 3.1.2",7711 "polkadot-node-primitives",7712 "polkadot-node-subsystem",7713 "polkadot-node-subsystem-util",7714 "polkadot-primitives",7715 "thiserror",7716 "tracing-gum",7717]77187719[[package]]7720name = "polkadot-node-core-dispute-coordinator"7721version = "0.9.21"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7723dependencies = [7724 "fatality",7725 "futures 0.3.21",7726 "kvdb",7727 "lru 0.7.5",7728 "parity-scale-codec 3.1.2",7729 "polkadot-node-primitives",7730 "polkadot-node-subsystem",7731 "polkadot-node-subsystem-util",7732 "polkadot-primitives",7733 "sc-keystore",7734 "thiserror",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-node-core-parachains-inherent"7740version = "0.9.21"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7742dependencies = [7743 "async-trait",7744 "futures 0.3.21",7745 "futures-timer",7746 "polkadot-node-subsystem",7747 "polkadot-primitives",7748 "sp-blockchain",7749 "sp-inherents",7750 "sp-runtime",7751 "thiserror",7752 "tracing-gum",7753]77547755[[package]]7756name = "polkadot-node-core-provisioner"7757version = "0.9.21"7758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7759dependencies = [7760 "bitvec 1.0.0",7761 "futures 0.3.21",7762 "futures-timer",7763 "polkadot-node-primitives",7764 "polkadot-node-subsystem",7765 "polkadot-node-subsystem-util",7766 "polkadot-primitives",7767 "rand 0.8.5",7768 "thiserror",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-pvf"7774version = "0.9.21"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7776dependencies = [7777 "always-assert",7778 "assert_matches",7779 "async-process",7780 "async-std",7781 "futures 0.3.21",7782 "futures-timer",7783 "parity-scale-codec 3.1.2",7784 "pin-project 1.0.10",7785 "polkadot-core-primitives",7786 "polkadot-node-subsystem-util",7787 "polkadot-parachain",7788 "rand 0.8.5",7789 "sc-executor",7790 "sc-executor-common",7791 "sc-executor-wasmtime",7792 "slotmap",7793 "sp-core",7794 "sp-externalities",7795 "sp-io",7796 "sp-maybe-compressed-blob",7797 "sp-tracing",7798 "sp-wasm-interface",7799 "tracing-gum",7800]78017802[[package]]7803name = "polkadot-node-core-pvf-checker"7804version = "0.9.21"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7806dependencies = [7807 "futures 0.3.21",7808 "polkadot-node-primitives",7809 "polkadot-node-subsystem",7810 "polkadot-node-subsystem-util",7811 "polkadot-overseer",7812 "polkadot-primitives",7813 "sp-keystore",7814 "thiserror",7815 "tracing-gum",7816]78177818[[package]]7819name = "polkadot-node-core-runtime-api"7820version = "0.9.21"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7822dependencies = [7823 "futures 0.3.21",7824 "memory-lru",7825 "parity-util-mem",7826 "polkadot-node-subsystem",7827 "polkadot-node-subsystem-util",7828 "polkadot-primitives",7829 "sp-api",7830 "sp-authority-discovery",7831 "sp-consensus-babe",7832 "sp-core",7833 "tracing-gum",7834]78357836[[package]]7837name = "polkadot-node-jaeger"7838version = "0.9.21"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7840dependencies = [7841 "async-std",7842 "lazy_static",7843 "log",7844 "mick-jaeger",7845 "parity-scale-codec 3.1.2",7846 "parking_lot 0.12.0",7847 "polkadot-node-primitives",7848 "polkadot-primitives",7849 "sc-network",7850 "sp-core",7851 "thiserror",7852]78537854[[package]]7855name = "polkadot-node-metrics"7856version = "0.9.21"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7858dependencies = [7859 "bs58",7860 "futures 0.3.21",7861 "futures-timer",7862 "log",7863 "metered-channel",7864 "parity-scale-codec 3.1.2",7865 "polkadot-primitives",7866 "sc-cli",7867 "sc-service",7868 "sc-tracing",7869 "substrate-prometheus-endpoint",7870 "tracing-gum",7871]78727873[[package]]7874name = "polkadot-node-network-protocol"7875version = "0.9.21"7876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7877dependencies = [7878 "async-trait",7879 "fatality",7880 "futures 0.3.21",7881 "parity-scale-codec 3.1.2",7882 "polkadot-node-jaeger",7883 "polkadot-node-primitives",7884 "polkadot-primitives",7885 "sc-authority-discovery",7886 "sc-network",7887 "strum 0.24.0",7888 "thiserror",7889]78907891[[package]]7892name = "polkadot-node-primitives"7893version = "0.9.21"7894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7895dependencies = [7896 "bounded-vec",7897 "futures 0.3.21",7898 "parity-scale-codec 3.1.2",7899 "polkadot-parachain",7900 "polkadot-primitives",7901 "schnorrkel",7902 "serde",7903 "sp-application-crypto",7904 "sp-consensus-babe",7905 "sp-consensus-vrf",7906 "sp-core",7907 "sp-keystore",7908 "sp-maybe-compressed-blob",7909 "thiserror",7910 "zstd",7911]79127913[[package]]7914name = "polkadot-node-subsystem"7915version = "0.9.21"7916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7917dependencies = [7918 "polkadot-node-jaeger",7919 "polkadot-node-subsystem-types",7920 "polkadot-overseer",7921]79227923[[package]]7924name = "polkadot-node-subsystem-types"7925version = "0.9.21"7926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7927dependencies = [7928 "derive_more",7929 "futures 0.3.21",7930 "polkadot-node-jaeger",7931 "polkadot-node-network-protocol",7932 "polkadot-node-primitives",7933 "polkadot-overseer-gen",7934 "polkadot-primitives",7935 "polkadot-statement-table",7936 "sc-network",7937 "smallvec",7938 "substrate-prometheus-endpoint",7939 "thiserror",7940]79417942[[package]]7943name = "polkadot-node-subsystem-util"7944version = "0.9.21"7945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7946dependencies = [7947 "async-trait",7948 "derive_more",7949 "fatality",7950 "futures 0.3.21",7951 "itertools",7952 "kvdb",7953 "lru 0.7.5",7954 "metered-channel",7955 "parity-db",7956 "parity-scale-codec 3.1.2",7957 "parity-util-mem",7958 "parking_lot 0.11.2",7959 "pin-project 1.0.10",7960 "polkadot-node-jaeger",7961 "polkadot-node-metrics",7962 "polkadot-node-network-protocol",7963 "polkadot-node-primitives",7964 "polkadot-node-subsystem",7965 "polkadot-overseer",7966 "polkadot-primitives",7967 "rand 0.8.5",7968 "sp-application-crypto",7969 "sp-core",7970 "sp-keystore",7971 "thiserror",7972 "tracing-gum",7973]79747975[[package]]7976name = "polkadot-overseer"7977version = "0.9.21"7978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7979dependencies = [7980 "futures 0.3.21",7981 "futures-timer",7982 "lru 0.7.5",7983 "parity-util-mem",7984 "parking_lot 0.12.0",7985 "polkadot-node-metrics",7986 "polkadot-node-network-protocol",7987 "polkadot-node-primitives",7988 "polkadot-node-subsystem-types",7989 "polkadot-overseer-gen",7990 "polkadot-primitives",7991 "sc-client-api",7992 "sp-api",7993 "tracing-gum",7994]79957996[[package]]7997name = "polkadot-overseer-gen"7998version = "0.9.21"7999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8000dependencies = [8001 "async-trait",8002 "futures 0.3.21",8003 "futures-timer",8004 "metered-channel",8005 "pin-project 1.0.10",8006 "polkadot-node-network-protocol",8007 "polkadot-node-primitives",8008 "polkadot-overseer-gen-proc-macro",8009 "thiserror",8010 "tracing-gum",8011]80128013[[package]]8014name = "polkadot-overseer-gen-proc-macro"8015version = "0.9.21"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8017dependencies = [8018 "expander 0.0.6",8019 "proc-macro-crate 1.1.3",8020 "proc-macro2",8021 "quote",8022 "syn",8023]80248025[[package]]8026name = "polkadot-parachain"8027version = "0.9.21"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8029dependencies = [8030 "derive_more",8031 "frame-support",8032 "parity-scale-codec 3.1.2",8033 "parity-util-mem",8034 "polkadot-core-primitives",8035 "scale-info",8036 "serde",8037 "sp-core",8038 "sp-runtime",8039 "sp-std",8040]80418042[[package]]8043name = "polkadot-performance-test"8044version = "0.9.21"8045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8046dependencies = [8047 "env_logger",8048 "kusama-runtime",8049 "log",8050 "polkadot-erasure-coding",8051 "polkadot-node-core-pvf",8052 "polkadot-node-primitives",8053 "quote",8054 "thiserror",8055]80568057[[package]]8058name = "polkadot-primitives"8059version = "0.9.21"8060source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8061dependencies = [8062 "bitvec 1.0.0",8063 "frame-system",8064 "hex-literal",8065 "parity-scale-codec 3.1.2",8066 "parity-util-mem",8067 "polkadot-core-primitives",8068 "polkadot-parachain",8069 "scale-info",8070 "serde",8071 "sp-api",8072 "sp-application-crypto",8073 "sp-arithmetic",8074 "sp-authority-discovery",8075 "sp-consensus-slots",8076 "sp-core",8077 "sp-inherents",8078 "sp-io",8079 "sp-keystore",8080 "sp-runtime",8081 "sp-staking",8082 "sp-std",8083 "sp-trie",8084 "sp-version",8085]80868087[[package]]8088name = "polkadot-rpc"8089version = "0.9.21"8090source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8091dependencies = [8092 "beefy-gadget",8093 "beefy-gadget-rpc",8094 "jsonrpc-core",8095 "pallet-mmr-rpc",8096 "pallet-transaction-payment-rpc",8097 "polkadot-primitives",8098 "sc-chain-spec",8099 "sc-client-api",8100 "sc-consensus-babe",8101 "sc-consensus-babe-rpc",8102 "sc-consensus-epochs",8103 "sc-finality-grandpa",8104 "sc-finality-grandpa-rpc",8105 "sc-rpc",8106 "sc-sync-state-rpc",8107 "sc-transaction-pool-api",8108 "sp-api",8109 "sp-block-builder",8110 "sp-blockchain",8111 "sp-consensus",8112 "sp-consensus-babe",8113 "sp-keystore",8114 "sp-runtime",8115 "substrate-frame-rpc-system",8116 "substrate-state-trie-migration-rpc",8117]81188119[[package]]8120name = "polkadot-runtime"8121version = "0.9.21"8122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8123dependencies = [8124 "beefy-primitives",8125 "bitvec 1.0.0",8126 "frame-benchmarking",8127 "frame-election-provider-support",8128 "frame-executive",8129 "frame-support",8130 "frame-system",8131 "frame-system-benchmarking",8132 "frame-system-rpc-runtime-api",8133 "frame-try-runtime",8134 "hex-literal",8135 "log",8136 "pallet-authority-discovery",8137 "pallet-authorship",8138 "pallet-babe",8139 "pallet-bags-list",8140 "pallet-balances",8141 "pallet-bounties",8142 "pallet-child-bounties",8143 "pallet-collective",8144 "pallet-democracy",8145 "pallet-election-provider-multi-phase",8146 "pallet-election-provider-support-benchmarking",8147 "pallet-elections-phragmen",8148 "pallet-grandpa",8149 "pallet-identity",8150 "pallet-im-online",8151 "pallet-indices",8152 "pallet-membership",8153 "pallet-multisig",8154 "pallet-nicks",8155 "pallet-offences",8156 "pallet-offences-benchmarking",8157 "pallet-preimage",8158 "pallet-proxy",8159 "pallet-scheduler",8160 "pallet-session",8161 "pallet-session-benchmarking",8162 "pallet-staking",8163 "pallet-staking-reward-curve",8164 "pallet-timestamp",8165 "pallet-tips",8166 "pallet-transaction-payment",8167 "pallet-transaction-payment-rpc-runtime-api",8168 "pallet-treasury",8169 "pallet-utility",8170 "pallet-vesting",8171 "pallet-xcm",8172 "parity-scale-codec 3.1.2",8173 "polkadot-primitives",8174 "polkadot-runtime-common",8175 "polkadot-runtime-constants",8176 "polkadot-runtime-parachains",8177 "rustc-hex",8178 "scale-info",8179 "serde",8180 "serde_derive",8181 "smallvec",8182 "sp-api",8183 "sp-authority-discovery",8184 "sp-block-builder",8185 "sp-consensus-babe",8186 "sp-core",8187 "sp-inherents",8188 "sp-io",8189 "sp-mmr-primitives",8190 "sp-npos-elections",8191 "sp-offchain",8192 "sp-runtime",8193 "sp-session",8194 "sp-staking",8195 "sp-std",8196 "sp-transaction-pool",8197 "sp-version",8198 "static_assertions",8199 "substrate-wasm-builder",8200 "xcm",8201 "xcm-builder",8202 "xcm-executor",8203]82048205[[package]]8206name = "polkadot-runtime-common"8207version = "0.9.21"8208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8209dependencies = [8210 "beefy-primitives",8211 "bitvec 1.0.0",8212 "frame-benchmarking",8213 "frame-election-provider-support",8214 "frame-support",8215 "frame-system",8216 "impl-trait-for-tuples",8217 "libsecp256k1",8218 "log",8219 "pallet-authorship",8220 "pallet-babe",8221 "pallet-bags-list",8222 "pallet-balances",8223 "pallet-beefy-mmr",8224 "pallet-election-provider-multi-phase",8225 "pallet-session",8226 "pallet-staking",8227 "pallet-timestamp",8228 "pallet-transaction-payment",8229 "pallet-treasury",8230 "pallet-vesting",8231 "parity-scale-codec 3.1.2",8232 "polkadot-primitives",8233 "polkadot-runtime-parachains",8234 "rustc-hex",8235 "scale-info",8236 "serde",8237 "serde_derive",8238 "slot-range-helper",8239 "sp-api",8240 "sp-core",8241 "sp-inherents",8242 "sp-io",8243 "sp-npos-elections",8244 "sp-runtime",8245 "sp-session",8246 "sp-staking",8247 "sp-std",8248 "static_assertions",8249 "xcm",8250]82518252[[package]]8253name = "polkadot-runtime-constants"8254version = "0.9.21"8255source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8256dependencies = [8257 "frame-support",8258 "polkadot-primitives",8259 "polkadot-runtime-common",8260 "smallvec",8261 "sp-runtime",8262]82638264[[package]]8265name = "polkadot-runtime-metrics"8266version = "0.9.21"8267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8268dependencies = [8269 "bs58",8270 "parity-scale-codec 3.1.2",8271 "polkadot-primitives",8272 "sp-std",8273 "sp-tracing",8274]82758276[[package]]8277name = "polkadot-runtime-parachains"8278version = "0.9.21"8279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8280dependencies = [8281 "bitflags",8282 "bitvec 1.0.0",8283 "derive_more",8284 "frame-benchmarking",8285 "frame-support",8286 "frame-system",8287 "log",8288 "pallet-authority-discovery",8289 "pallet-authorship",8290 "pallet-babe",8291 "pallet-balances",8292 "pallet-session",8293 "pallet-staking",8294 "pallet-timestamp",8295 "pallet-vesting",8296 "parity-scale-codec 3.1.2",8297 "polkadot-primitives",8298 "polkadot-runtime-metrics",8299 "rand 0.8.5",8300 "rand_chacha 0.3.1",8301 "rustc-hex",8302 "scale-info",8303 "serde",8304 "sp-api",8305 "sp-application-crypto",8306 "sp-core",8307 "sp-inherents",8308 "sp-io",8309 "sp-keystore",8310 "sp-runtime",8311 "sp-session",8312 "sp-staking",8313 "sp-std",8314 "static_assertions",8315 "xcm",8316 "xcm-executor",8317]83188319[[package]]8320name = "polkadot-service"8321version = "0.9.21"8322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8323dependencies = [8324 "async-trait",8325 "beefy-gadget",8326 "beefy-primitives",8327 "frame-system-rpc-runtime-api",8328 "futures 0.3.21",8329 "hex-literal",8330 "kusama-runtime",8331 "kvdb",8332 "kvdb-rocksdb",8333 "lru 0.7.5",8334 "pallet-babe",8335 "pallet-im-online",8336 "pallet-staking",8337 "pallet-transaction-payment-rpc-runtime-api",8338 "parity-db",8339 "polkadot-approval-distribution",8340 "polkadot-availability-bitfield-distribution",8341 "polkadot-availability-distribution",8342 "polkadot-availability-recovery",8343 "polkadot-client",8344 "polkadot-collator-protocol",8345 "polkadot-dispute-distribution",8346 "polkadot-gossip-support",8347 "polkadot-network-bridge",8348 "polkadot-node-collation-generation",8349 "polkadot-node-core-approval-voting",8350 "polkadot-node-core-av-store",8351 "polkadot-node-core-backing",8352 "polkadot-node-core-bitfield-signing",8353 "polkadot-node-core-candidate-validation",8354 "polkadot-node-core-chain-api",8355 "polkadot-node-core-chain-selection",8356 "polkadot-node-core-dispute-coordinator",8357 "polkadot-node-core-parachains-inherent",8358 "polkadot-node-core-provisioner",8359 "polkadot-node-core-pvf-checker",8360 "polkadot-node-core-runtime-api",8361 "polkadot-node-network-protocol",8362 "polkadot-node-primitives",8363 "polkadot-node-subsystem",8364 "polkadot-node-subsystem-util",8365 "polkadot-overseer",8366 "polkadot-parachain",8367 "polkadot-primitives",8368 "polkadot-rpc",8369 "polkadot-runtime",8370 "polkadot-runtime-constants",8371 "polkadot-runtime-parachains",8372 "polkadot-statement-distribution",8373 "rococo-runtime",8374 "sc-authority-discovery",8375 "sc-basic-authorship",8376 "sc-block-builder",8377 "sc-chain-spec",8378 "sc-client-api",8379 "sc-client-db",8380 "sc-consensus",8381 "sc-consensus-babe",8382 "sc-consensus-slots",8383 "sc-consensus-uncles",8384 "sc-executor",8385 "sc-finality-grandpa",8386 "sc-keystore",8387 "sc-network",8388 "sc-offchain",8389 "sc-service",8390 "sc-sync-state-rpc",8391 "sc-telemetry",8392 "sc-transaction-pool",8393 "serde",8394 "sp-api",8395 "sp-authority-discovery",8396 "sp-block-builder",8397 "sp-blockchain",8398 "sp-consensus",8399 "sp-consensus-babe",8400 "sp-core",8401 "sp-finality-grandpa",8402 "sp-inherents",8403 "sp-io",8404 "sp-keystore",8405 "sp-offchain",8406 "sp-runtime",8407 "sp-session",8408 "sp-state-machine",8409 "sp-storage",8410 "sp-timestamp",8411 "sp-transaction-pool",8412 "sp-trie",8413 "substrate-prometheus-endpoint",8414 "thiserror",8415 "tracing-gum",8416 "westend-runtime",8417]84188419[[package]]8420name = "polkadot-statement-distribution"8421version = "0.9.21"8422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8423dependencies = [8424 "arrayvec 0.5.2",8425 "fatality",8426 "futures 0.3.21",8427 "indexmap",8428 "parity-scale-codec 3.1.2",8429 "polkadot-node-network-protocol",8430 "polkadot-node-primitives",8431 "polkadot-node-subsystem",8432 "polkadot-node-subsystem-util",8433 "polkadot-primitives",8434 "sp-keystore",8435 "sp-staking",8436 "thiserror",8437 "tracing-gum",8438]84398440[[package]]8441name = "polkadot-statement-table"8442version = "0.9.21"8443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8444dependencies = [8445 "parity-scale-codec 3.1.2",8446 "polkadot-primitives",8447 "sp-core",8448]84498450[[package]]8451name = "polkadot-test-runtime"8452version = "0.9.21"8453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8454dependencies = [8455 "beefy-primitives",8456 "bitvec 1.0.0",8457 "frame-election-provider-support",8458 "frame-executive",8459 "frame-support",8460 "frame-system",8461 "frame-system-rpc-runtime-api",8462 "log",8463 "pallet-authority-discovery",8464 "pallet-authorship",8465 "pallet-babe",8466 "pallet-balances",8467 "pallet-grandpa",8468 "pallet-indices",8469 "pallet-nicks",8470 "pallet-offences",8471 "pallet-session",8472 "pallet-staking",8473 "pallet-staking-reward-curve",8474 "pallet-sudo",8475 "pallet-timestamp",8476 "pallet-transaction-payment",8477 "pallet-transaction-payment-rpc-runtime-api",8478 "pallet-vesting",8479 "pallet-xcm",8480 "parity-scale-codec 3.1.2",8481 "polkadot-parachain",8482 "polkadot-primitives",8483 "polkadot-runtime-common",8484 "polkadot-runtime-parachains",8485 "rustc-hex",8486 "scale-info",8487 "serde",8488 "serde_derive",8489 "smallvec",8490 "sp-api",8491 "sp-authority-discovery",8492 "sp-block-builder",8493 "sp-consensus-babe",8494 "sp-core",8495 "sp-inherents",8496 "sp-io",8497 "sp-mmr-primitives",8498 "sp-offchain",8499 "sp-runtime",8500 "sp-session",8501 "sp-staking",8502 "sp-std",8503 "sp-transaction-pool",8504 "sp-version",8505 "substrate-wasm-builder",8506 "test-runtime-constants",8507 "xcm",8508 "xcm-builder",8509 "xcm-executor",8510]85118512[[package]]8513name = "polkadot-test-service"8514version = "0.9.21"8515source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8516dependencies = [8517 "frame-benchmarking",8518 "frame-system",8519 "futures 0.1.31",8520 "futures 0.3.21",8521 "hex",8522 "pallet-balances",8523 "pallet-staking",8524 "pallet-transaction-payment",8525 "polkadot-node-primitives",8526 "polkadot-node-subsystem",8527 "polkadot-overseer",8528 "polkadot-parachain",8529 "polkadot-primitives",8530 "polkadot-rpc",8531 "polkadot-runtime-common",8532 "polkadot-runtime-parachains",8533 "polkadot-service",8534 "polkadot-test-runtime",8535 "rand 0.8.5",8536 "sc-authority-discovery",8537 "sc-chain-spec",8538 "sc-cli",8539 "sc-client-api",8540 "sc-consensus",8541 "sc-consensus-babe",8542 "sc-executor",8543 "sc-finality-grandpa",8544 "sc-network",8545 "sc-service",8546 "sc-tracing",8547 "sc-transaction-pool",8548 "sp-arithmetic",8549 "sp-authority-discovery",8550 "sp-blockchain",8551 "sp-consensus",8552 "sp-consensus-babe",8553 "sp-core",8554 "sp-finality-grandpa",8555 "sp-inherents",8556 "sp-keyring",8557 "sp-runtime",8558 "sp-state-machine",8559 "substrate-test-client",8560 "tempfile",8561 "test-runtime-constants",8562 "tokio 1.18.2",8563 "tracing-gum",8564]85658566[[package]]8567name = "polling"8568version = "2.2.0"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8571dependencies = [8572 "cfg-if 1.0.0",8573 "libc",8574 "log",8575 "wepoll-ffi",8576 "winapi 0.3.9",8577]85788579[[package]]8580name = "poly1305"8581version = "0.7.2"8582source = "registry+https://github.com/rust-lang/crates.io-index"8583checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8584dependencies = [8585 "cpufeatures 0.2.2",8586 "opaque-debug 0.3.0",8587 "universal-hash",8588]85898590[[package]]8591name = "polyval"8592version = "0.5.3"8593source = "registry+https://github.com/rust-lang/crates.io-index"8594checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8595dependencies = [8596 "cfg-if 1.0.0",8597 "cpufeatures 0.2.2",8598 "opaque-debug 0.3.0",8599 "universal-hash",8600]86018602[[package]]8603name = "ppv-lite86"8604version = "0.2.16"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"86078608[[package]]8609name = "prettytable-rs"8610version = "0.8.0"8611source = "registry+https://github.com/rust-lang/crates.io-index"8612checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8613dependencies = [8614 "atty",8615 "csv",8616 "encode_unicode",8617 "lazy_static",8618 "term",8619 "unicode-width",8620]86218622[[package]]8623name = "primitive-types"8624version = "0.11.1"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8627dependencies = [8628 "fixed-hash",8629 "impl-codec",8630 "impl-rlp",8631 "impl-serde",8632 "scale-info",8633 "uint",8634]86358636[[package]]8637name = "proc-macro-crate"8638version = "0.1.5"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8641dependencies = [8642 "toml",8643]86448645[[package]]8646name = "proc-macro-crate"8647version = "1.1.3"8648source = "registry+https://github.com/rust-lang/crates.io-index"8649checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8650dependencies = [8651 "thiserror",8652 "toml",8653]86548655[[package]]8656name = "proc-macro-error"8657version = "1.0.4"8658source = "registry+https://github.com/rust-lang/crates.io-index"8659checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8660dependencies = [8661 "proc-macro-error-attr",8662 "proc-macro2",8663 "quote",8664 "syn",8665 "version_check",8666]86678668[[package]]8669name = "proc-macro-error-attr"8670version = "1.0.4"8671source = "registry+https://github.com/rust-lang/crates.io-index"8672checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8673dependencies = [8674 "proc-macro2",8675 "quote",8676 "version_check",8677]86788679[[package]]8680name = "proc-macro2"8681version = "1.0.39"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8684dependencies = [8685 "unicode-ident",8686]86878688[[package]]8689name = "prometheus"8690version = "0.13.1"8691source = "registry+https://github.com/rust-lang/crates.io-index"8692checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8693dependencies = [8694 "cfg-if 1.0.0",8695 "fnv",8696 "lazy_static",8697 "memchr",8698 "parking_lot 0.12.0",8699 "thiserror",8700]87018702[[package]]8703name = "prost"8704version = "0.9.0"8705source = "registry+https://github.com/rust-lang/crates.io-index"8706checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8707dependencies = [8708 "bytes 1.1.0",8709 "prost-derive",8710]87118712[[package]]8713name = "prost-build"8714version = "0.9.0"8715source = "registry+https://github.com/rust-lang/crates.io-index"8716checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8717dependencies = [8718 "bytes 1.1.0",8719 "heck 0.3.3",8720 "itertools",8721 "lazy_static",8722 "log",8723 "multimap",8724 "petgraph",8725 "prost",8726 "prost-types",8727 "regex",8728 "tempfile",8729 "which",8730]87318732[[package]]8733name = "prost-derive"8734version = "0.9.0"8735source = "registry+https://github.com/rust-lang/crates.io-index"8736checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8737dependencies = [8738 "anyhow",8739 "itertools",8740 "proc-macro2",8741 "quote",8742 "syn",8743]87448745[[package]]8746name = "prost-types"8747version = "0.9.0"8748source = "registry+https://github.com/rust-lang/crates.io-index"8749checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8750dependencies = [8751 "bytes 1.1.0",8752 "prost",8753]87548755[[package]]8756name = "psm"8757version = "0.1.18"8758source = "registry+https://github.com/rust-lang/crates.io-index"8759checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8760dependencies = [8761 "cc",8762]87638764[[package]]8765name = "quartz-runtime"8766version = "0.9.20"8767dependencies = [8768 "cumulus-pallet-aura-ext",8769 "cumulus-pallet-dmp-queue",8770 "cumulus-pallet-parachain-system",8771 "cumulus-pallet-xcm",8772 "cumulus-pallet-xcmp-queue",8773 "cumulus-primitives-core",8774 "cumulus-primitives-timestamp",8775 "cumulus-primitives-utility",8776 "derivative",8777 "fp-evm-mapping",8778 "fp-rpc",8779 "fp-self-contained",8780 "frame-executive",8781 "frame-support",8782 "frame-system",8783 "frame-system-rpc-runtime-api",8784 "frame-try-runtime",8785 "log",8786 "orml-vesting",8787 "pallet-aura",8788 "pallet-balances",8789 "pallet-base-fee",8790 "pallet-common",8791 "pallet-ethereum",8792 "pallet-evm",8793 "pallet-evm-coder-substrate",8794 "pallet-evm-contract-helpers",8795 "pallet-evm-migration",8796 "pallet-evm-transaction-payment",8797 "pallet-fungible",8798 "pallet-inflation",8799 "pallet-nonfungible",8800 "pallet-randomness-collective-flip",8801 "pallet-refungible",8802 "pallet-rmrk-core",8803 "pallet-structure",8804 "pallet-sudo",8805 "pallet-template-transaction-payment",8806 "pallet-timestamp",8807 "pallet-transaction-payment",8808 "pallet-transaction-payment-rpc-runtime-api",8809 "pallet-treasury",8810 "pallet-unique",8811 "pallet-unq-scheduler",8812 "pallet-xcm",8813 "parachain-info",8814 "parity-scale-codec 3.1.2",8815 "polkadot-parachain",8816 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8817 "scale-info",8818 "serde",8819 "smallvec",8820 "sp-api",8821 "sp-arithmetic",8822 "sp-block-builder",8823 "sp-consensus-aura",8824 "sp-core",8825 "sp-inherents",8826 "sp-io",8827 "sp-offchain",8828 "sp-runtime",8829 "sp-session",8830 "sp-std",8831 "sp-transaction-pool",8832 "sp-version",8833 "substrate-wasm-builder",8834 "unique-runtime-common",8835 "up-data-structs",8836 "up-rpc",8837 "xcm",8838 "xcm-builder",8839 "xcm-executor",8840]88418842[[package]]8843name = "quick-error"8844version = "1.2.3"8845source = "registry+https://github.com/rust-lang/crates.io-index"8846checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88478848[[package]]8849name = "quicksink"8850version = "0.1.2"8851source = "registry+https://github.com/rust-lang/crates.io-index"8852checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8853dependencies = [8854 "futures-core",8855 "futures-sink",8856 "pin-project-lite 0.1.12",8857]88588859[[package]]8860name = "quote"8861version = "1.0.18"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8864dependencies = [8865 "proc-macro2",8866]88678868[[package]]8869name = "radium"8870version = "0.6.2"8871source = "registry+https://github.com/rust-lang/crates.io-index"8872checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88738874[[package]]8875name = "radium"8876version = "0.7.0"8877source = "registry+https://github.com/rust-lang/crates.io-index"8878checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88798880[[package]]8881name = "rand"8882version = "0.7.3"8883source = "registry+https://github.com/rust-lang/crates.io-index"8884checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8885dependencies = [8886 "getrandom 0.1.16",8887 "libc",8888 "rand_chacha 0.2.2",8889 "rand_core 0.5.1",8890 "rand_hc",8891 "rand_pcg 0.2.1",8892]88938894[[package]]8895name = "rand"8896version = "0.8.5"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8899dependencies = [8900 "libc",8901 "rand_chacha 0.3.1",8902 "rand_core 0.6.3",8903]89048905[[package]]8906name = "rand_chacha"8907version = "0.2.2"8908source = "registry+https://github.com/rust-lang/crates.io-index"8909checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8910dependencies = [8911 "ppv-lite86",8912 "rand_core 0.5.1",8913]89148915[[package]]8916name = "rand_chacha"8917version = "0.3.1"8918source = "registry+https://github.com/rust-lang/crates.io-index"8919checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8920dependencies = [8921 "ppv-lite86",8922 "rand_core 0.6.3",8923]89248925[[package]]8926name = "rand_core"8927version = "0.5.1"8928source = "registry+https://github.com/rust-lang/crates.io-index"8929checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8930dependencies = [8931 "getrandom 0.1.16",8932]89338934[[package]]8935name = "rand_core"8936version = "0.6.3"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8939dependencies = [8940 "getrandom 0.2.6",8941]89428943[[package]]8944name = "rand_distr"8945version = "0.4.3"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8948dependencies = [8949 "num-traits",8950 "rand 0.8.5",8951]89528953[[package]]8954name = "rand_hc"8955version = "0.2.0"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8958dependencies = [8959 "rand_core 0.5.1",8960]89618962[[package]]8963name = "rand_pcg"8964version = "0.2.1"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8967dependencies = [8968 "rand_core 0.5.1",8969]89708971[[package]]8972name = "rand_pcg"8973version = "0.3.1"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8976dependencies = [8977 "rand_core 0.6.3",8978]89798980[[package]]8981name = "rawpointer"8982version = "0.2.1"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89858986[[package]]8987name = "rayon"8988version = "1.5.3"8989source = "registry+https://github.com/rust-lang/crates.io-index"8990checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8991dependencies = [8992 "autocfg",8993 "crossbeam-deque",8994 "either",8995 "rayon-core",8996]89978998[[package]]8999name = "rayon-core"9000version = "1.9.3"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9003dependencies = [9004 "crossbeam-channel",9005 "crossbeam-deque",9006 "crossbeam-utils",9007 "num_cpus",9008]90099010[[package]]9011name = "redox_syscall"9012version = "0.1.57"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90159016[[package]]9017name = "redox_syscall"9018version = "0.2.13"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9021dependencies = [9022 "bitflags",9023]90249025[[package]]9026name = "redox_users"9027version = "0.3.5"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9030dependencies = [9031 "getrandom 0.1.16",9032 "redox_syscall 0.1.57",9033 "rust-argon2",9034]90359036[[package]]9037name = "redox_users"9038version = "0.4.3"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9041dependencies = [9042 "getrandom 0.2.6",9043 "redox_syscall 0.2.13",9044 "thiserror",9045]90469047[[package]]9048name = "reed-solomon-novelpoly"9049version = "1.0.0"9050source = "registry+https://github.com/rust-lang/crates.io-index"9051checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9052dependencies = [9053 "derive_more",9054 "fs-err",9055 "itertools",9056 "static_init",9057 "thiserror",9058]90599060[[package]]9061name = "ref-cast"9062version = "1.0.7"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9065dependencies = [9066 "ref-cast-impl",9067]90689069[[package]]9070name = "ref-cast-impl"9071version = "1.0.7"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9074dependencies = [9075 "proc-macro2",9076 "quote",9077 "syn",9078]90799080[[package]]9081name = "regalloc"9082version = "0.0.34"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9085dependencies = [9086 "log",9087 "rustc-hash",9088 "smallvec",9089]90909091[[package]]9092name = "regex"9093version = "1.5.6"9094source = "registry+https://github.com/rust-lang/crates.io-index"9095checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9096dependencies = [9097 "aho-corasick",9098 "memchr",9099 "regex-syntax",9100]91019102[[package]]9103name = "regex-automata"9104version = "0.1.10"9105source = "registry+https://github.com/rust-lang/crates.io-index"9106checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9107dependencies = [9108 "regex-syntax",9109]91109111[[package]]9112name = "regex-syntax"9113version = "0.6.26"9114source = "registry+https://github.com/rust-lang/crates.io-index"9115checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"91169117[[package]]9118name = "region"9119version = "2.2.0"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9122dependencies = [9123 "bitflags",9124 "libc",9125 "mach",9126 "winapi 0.3.9",9127]91289129[[package]]9130name = "remote-externalities"9131version = "0.10.0-dev"9132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9133dependencies = [9134 "env_logger",9135 "jsonrpsee",9136 "log",9137 "parity-scale-codec 3.1.2",9138 "serde",9139 "serde_json",9140 "sp-core",9141 "sp-io",9142 "sp-runtime",9143 "sp-version",9144]91459146[[package]]9147name = "remove_dir_all"9148version = "0.5.3"9149source = "registry+https://github.com/rust-lang/crates.io-index"9150checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9151dependencies = [9152 "winapi 0.3.9",9153]91549155[[package]]9156name = "resolv-conf"9157version = "0.7.0"9158source = "registry+https://github.com/rust-lang/crates.io-index"9159checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9160dependencies = [9161 "hostname",9162 "quick-error",9163]91649165[[package]]9166name = "retain_mut"9167version = "0.1.9"9168source = "registry+https://github.com/rust-lang/crates.io-index"9169checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91709171[[package]]9172name = "ring"9173version = "0.16.20"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9176dependencies = [9177 "cc",9178 "libc",9179 "once_cell",9180 "spin",9181 "untrusted",9182 "web-sys",9183 "winapi 0.3.9",9184]91859186[[package]]9187name = "rlp"9188version = "0.5.1"9189source = "registry+https://github.com/rust-lang/crates.io-index"9190checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9191dependencies = [9192 "bytes 1.1.0",9193 "rustc-hex",9194]91959196[[package]]9197name = "rlp-derive"9198version = "0.1.0"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9201dependencies = [9202 "proc-macro2",9203 "quote",9204 "syn",9205]92069207[[package]]9208name = "rmrk-rpc"9209version = "0.0.1"9210dependencies = [9211 "parity-scale-codec 2.3.1",9212 "serde",9213 "sp-api",9214 "sp-core",9215 "sp-runtime",9216 "sp-std",9217 "up-data-structs",9218]92199220[[package]]9221name = "rmrk-rpc"9222version = "0.0.1"9223source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9224dependencies = [9225 "parity-scale-codec 2.3.1",9226 "rmrk-types",9227 "serde",9228 "sp-api",9229 "sp-core",9230 "sp-runtime",9231 "sp-std",9232]92339234[[package]]9235name = "rmrk-types"9236version = "0.0.1"9237source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9238dependencies = [9239 "parity-scale-codec 3.1.2",9240 "scale-info",9241 "serde",9242]92439244[[package]]9245name = "rocksdb"9246version = "0.18.0"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9249dependencies = [9250 "libc",9251 "librocksdb-sys",9252]92539254[[package]]9255name = "rococo-runtime"9256version = "0.9.21"9257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9258dependencies = [9259 "beefy-merkle-tree",9260 "beefy-primitives",9261 "bp-messages",9262 "bp-rococo",9263 "bp-runtime",9264 "bp-wococo",9265 "bridge-runtime-common",9266 "frame-benchmarking",9267 "frame-executive",9268 "frame-support",9269 "frame-system",9270 "frame-system-benchmarking",9271 "frame-system-rpc-runtime-api",9272 "hex-literal",9273 "log",9274 "pallet-authority-discovery",9275 "pallet-authorship",9276 "pallet-babe",9277 "pallet-balances",9278 "pallet-beefy",9279 "pallet-beefy-mmr",9280 "pallet-bridge-dispatch",9281 "pallet-bridge-grandpa",9282 "pallet-bridge-messages",9283 "pallet-collective",9284 "pallet-grandpa",9285 "pallet-im-online",9286 "pallet-indices",9287 "pallet-membership",9288 "pallet-mmr",9289 "pallet-multisig",9290 "pallet-offences",9291 "pallet-proxy",9292 "pallet-session",9293 "pallet-staking",9294 "pallet-sudo",9295 "pallet-timestamp",9296 "pallet-transaction-payment",9297 "pallet-transaction-payment-rpc-runtime-api",9298 "pallet-utility",9299 "pallet-xcm",9300 "parity-scale-codec 3.1.2",9301 "polkadot-parachain",9302 "polkadot-primitives",9303 "polkadot-runtime-common",9304 "polkadot-runtime-parachains",9305 "rococo-runtime-constants",9306 "scale-info",9307 "serde",9308 "serde_derive",9309 "smallvec",9310 "sp-api",9311 "sp-authority-discovery",9312 "sp-block-builder",9313 "sp-consensus-babe",9314 "sp-core",9315 "sp-inherents",9316 "sp-io",9317 "sp-mmr-primitives",9318 "sp-offchain",9319 "sp-runtime",9320 "sp-session",9321 "sp-staking",9322 "sp-std",9323 "sp-transaction-pool",9324 "sp-version",9325 "substrate-wasm-builder",9326 "xcm",9327 "xcm-builder",9328 "xcm-executor",9329]93309331[[package]]9332name = "rococo-runtime-constants"9333version = "0.9.21"9334source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9335dependencies = [9336 "frame-support",9337 "polkadot-primitives",9338 "polkadot-runtime-common",9339 "smallvec",9340 "sp-runtime",9341]93429343[[package]]9344name = "rpassword"9345version = "5.0.1"9346source = "registry+https://github.com/rust-lang/crates.io-index"9347checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9348dependencies = [9349 "libc",9350 "winapi 0.3.9",9351]93529353[[package]]9354name = "rust-argon2"9355version = "0.8.3"9356source = "registry+https://github.com/rust-lang/crates.io-index"9357checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9358dependencies = [9359 "base64",9360 "blake2b_simd",9361 "constant_time_eq",9362 "crossbeam-utils",9363]93649365[[package]]9366name = "rustc-demangle"9367version = "0.1.21"9368source = "registry+https://github.com/rust-lang/crates.io-index"9369checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93709371[[package]]9372name = "rustc-hash"9373version = "1.1.0"9374source = "registry+https://github.com/rust-lang/crates.io-index"9375checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93769377[[package]]9378name = "rustc-hex"9379version = "2.1.0"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93829383[[package]]9384name = "rustc_version"9385version = "0.2.3"9386source = "registry+https://github.com/rust-lang/crates.io-index"9387checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9388dependencies = [9389 "semver 0.9.0",9390]93919392[[package]]9393name = "rustc_version"9394version = "0.3.3"9395source = "registry+https://github.com/rust-lang/crates.io-index"9396checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9397dependencies = [9398 "semver 0.11.0",9399]94009401[[package]]9402name = "rustc_version"9403version = "0.4.0"9404source = "registry+https://github.com/rust-lang/crates.io-index"9405checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9406dependencies = [9407 "semver 1.0.9",9408]94099410[[package]]9411name = "rustix"9412version = "0.33.7"9413source = "registry+https://github.com/rust-lang/crates.io-index"9414checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9415dependencies = [9416 "bitflags",9417 "errno",9418 "io-lifetimes",9419 "libc",9420 "linux-raw-sys",9421 "winapi 0.3.9",9422]94239424[[package]]9425name = "rustls"9426version = "0.19.1"9427source = "registry+https://github.com/rust-lang/crates.io-index"9428checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9429dependencies = [9430 "base64",9431 "log",9432 "ring",9433 "sct 0.6.1",9434 "webpki 0.21.4",9435]94369437[[package]]9438name = "rustls"9439version = "0.20.6"9440source = "registry+https://github.com/rust-lang/crates.io-index"9441checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9442dependencies = [9443 "log",9444 "ring",9445 "sct 0.7.0",9446 "webpki 0.22.0",9447]94489449[[package]]9450name = "rustls-native-certs"9451version = "0.5.0"9452source = "registry+https://github.com/rust-lang/crates.io-index"9453checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9454dependencies = [9455 "openssl-probe",9456 "rustls 0.19.1",9457 "schannel",9458 "security-framework",9459]94609461[[package]]9462name = "rustls-native-certs"9463version = "0.6.2"9464source = "registry+https://github.com/rust-lang/crates.io-index"9465checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9466dependencies = [9467 "openssl-probe",9468 "rustls-pemfile",9469 "schannel",9470 "security-framework",9471]94729473[[package]]9474name = "rustls-pemfile"9475version = "1.0.0"9476source = "registry+https://github.com/rust-lang/crates.io-index"9477checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9478dependencies = [9479 "base64",9480]94819482[[package]]9483name = "rustversion"9484version = "1.0.6"9485source = "registry+https://github.com/rust-lang/crates.io-index"9486checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"94879488[[package]]9489name = "rw-stream-sink"9490version = "0.2.1"9491source = "registry+https://github.com/rust-lang/crates.io-index"9492checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9493dependencies = [9494 "futures 0.3.21",9495 "pin-project 0.4.29",9496 "static_assertions",9497]94989499[[package]]9500name = "ryu"9501version = "1.0.10"9502source = "registry+https://github.com/rust-lang/crates.io-index"9503checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"95049505[[package]]9506name = "safe-mix"9507version = "1.0.1"9508source = "registry+https://github.com/rust-lang/crates.io-index"9509checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9510dependencies = [9511 "rustc_version 0.2.3",9512]95139514[[package]]9515name = "salsa20"9516version = "0.9.0"9517source = "registry+https://github.com/rust-lang/crates.io-index"9518checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9519dependencies = [9520 "cipher",9521]95229523[[package]]9524name = "same-file"9525version = "1.0.6"9526source = "registry+https://github.com/rust-lang/crates.io-index"9527checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9528dependencies = [9529 "winapi-util",9530]95319532[[package]]9533name = "sc-allocator"9534version = "4.1.0-dev"9535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9536dependencies = [9537 "log",9538 "sp-core",9539 "sp-wasm-interface",9540 "thiserror",9541]95429543[[package]]9544name = "sc-authority-discovery"9545version = "0.10.0-dev"9546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9547dependencies = [9548 "async-trait",9549 "futures 0.3.21",9550 "futures-timer",9551 "ip_network",9552 "libp2p",9553 "log",9554 "parity-scale-codec 3.1.2",9555 "prost",9556 "prost-build",9557 "rand 0.7.3",9558 "sc-client-api",9559 "sc-network",9560 "sp-api",9561 "sp-authority-discovery",9562 "sp-blockchain",9563 "sp-core",9564 "sp-keystore",9565 "sp-runtime",9566 "substrate-prometheus-endpoint",9567 "thiserror",9568]95699570[[package]]9571name = "sc-basic-authorship"9572version = "0.10.0-dev"9573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9574dependencies = [9575 "futures 0.3.21",9576 "futures-timer",9577 "log",9578 "parity-scale-codec 3.1.2",9579 "sc-block-builder",9580 "sc-client-api",9581 "sc-proposer-metrics",9582 "sc-telemetry",9583 "sc-transaction-pool-api",9584 "sp-api",9585 "sp-blockchain",9586 "sp-consensus",9587 "sp-core",9588 "sp-inherents",9589 "sp-runtime",9590 "substrate-prometheus-endpoint",9591]95929593[[package]]9594name = "sc-block-builder"9595version = "0.10.0-dev"9596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9597dependencies = [9598 "parity-scale-codec 3.1.2",9599 "sc-client-api",9600 "sp-api",9601 "sp-block-builder",9602 "sp-blockchain",9603 "sp-core",9604 "sp-inherents",9605 "sp-runtime",9606 "sp-state-machine",9607]96089609[[package]]9610name = "sc-chain-spec"9611version = "4.0.0-dev"9612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9613dependencies = [9614 "impl-trait-for-tuples",9615 "memmap2 0.5.3",9616 "parity-scale-codec 3.1.2",9617 "sc-chain-spec-derive",9618 "sc-network",9619 "sc-telemetry",9620 "serde",9621 "serde_json",9622 "sp-core",9623 "sp-runtime",9624]96259626[[package]]9627name = "sc-chain-spec-derive"9628version = "4.0.0-dev"9629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9630dependencies = [9631 "proc-macro-crate 1.1.3",9632 "proc-macro2",9633 "quote",9634 "syn",9635]96369637[[package]]9638name = "sc-cli"9639version = "0.10.0-dev"9640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9641dependencies = [9642 "chrono",9643 "clap",9644 "fdlimit",9645 "futures 0.3.21",9646 "hex",9647 "libp2p",9648 "log",9649 "names",9650 "parity-scale-codec 3.1.2",9651 "rand 0.7.3",9652 "regex",9653 "rpassword",9654 "sc-client-api",9655 "sc-keystore",9656 "sc-network",9657 "sc-service",9658 "sc-telemetry",9659 "sc-tracing",9660 "sc-utils",9661 "serde",9662 "serde_json",9663 "sp-blockchain",9664 "sp-core",9665 "sp-keyring",9666 "sp-keystore",9667 "sp-panic-handler",9668 "sp-runtime",9669 "sp-version",9670 "thiserror",9671 "tiny-bip39",9672 "tokio 1.18.2",9673]96749675[[package]]9676name = "sc-client-api"9677version = "4.0.0-dev"9678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9679dependencies = [9680 "fnv",9681 "futures 0.3.21",9682 "hash-db",9683 "log",9684 "parity-scale-codec 3.1.2",9685 "parking_lot 0.12.0",9686 "sc-executor",9687 "sc-transaction-pool-api",9688 "sc-utils",9689 "sp-api",9690 "sp-blockchain",9691 "sp-consensus",9692 "sp-core",9693 "sp-database",9694 "sp-externalities",9695 "sp-keystore",9696 "sp-runtime",9697 "sp-state-machine",9698 "sp-storage",9699 "sp-trie",9700 "substrate-prometheus-endpoint",9701]97029703[[package]]9704name = "sc-client-db"9705version = "0.10.0-dev"9706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9707dependencies = [9708 "hash-db",9709 "kvdb",9710 "kvdb-memorydb",9711 "kvdb-rocksdb",9712 "linked-hash-map",9713 "log",9714 "parity-db",9715 "parity-scale-codec 3.1.2",9716 "parking_lot 0.12.0",9717 "sc-client-api",9718 "sc-state-db",9719 "sp-arithmetic",9720 "sp-blockchain",9721 "sp-core",9722 "sp-database",9723 "sp-runtime",9724 "sp-state-machine",9725 "sp-trie",9726]97279728[[package]]9729name = "sc-consensus"9730version = "0.10.0-dev"9731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9732dependencies = [9733 "async-trait",9734 "futures 0.3.21",9735 "futures-timer",9736 "libp2p",9737 "log",9738 "parking_lot 0.12.0",9739 "sc-client-api",9740 "sc-utils",9741 "serde",9742 "sp-api",9743 "sp-blockchain",9744 "sp-consensus",9745 "sp-core",9746 "sp-runtime",9747 "sp-state-machine",9748 "substrate-prometheus-endpoint",9749 "thiserror",9750]97519752[[package]]9753name = "sc-consensus-aura"9754version = "0.10.0-dev"9755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9756dependencies = [9757 "async-trait",9758 "futures 0.3.21",9759 "log",9760 "parity-scale-codec 3.1.2",9761 "sc-block-builder",9762 "sc-client-api",9763 "sc-consensus",9764 "sc-consensus-slots",9765 "sc-telemetry",9766 "sp-api",9767 "sp-application-crypto",9768 "sp-block-builder",9769 "sp-blockchain",9770 "sp-consensus",9771 "sp-consensus-aura",9772 "sp-consensus-slots",9773 "sp-core",9774 "sp-inherents",9775 "sp-keystore",9776 "sp-runtime",9777 "substrate-prometheus-endpoint",9778 "thiserror",9779]97809781[[package]]9782name = "sc-consensus-babe"9783version = "0.10.0-dev"9784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9785dependencies = [9786 "async-trait",9787 "fork-tree",9788 "futures 0.3.21",9789 "log",9790 "merlin",9791 "num-bigint",9792 "num-rational 0.2.4",9793 "num-traits",9794 "parity-scale-codec 3.1.2",9795 "parking_lot 0.12.0",9796 "rand 0.7.3",9797 "retain_mut",9798 "sc-client-api",9799 "sc-consensus",9800 "sc-consensus-epochs",9801 "sc-consensus-slots",9802 "sc-keystore",9803 "sc-telemetry",9804 "schnorrkel",9805 "serde",9806 "sp-api",9807 "sp-application-crypto",9808 "sp-block-builder",9809 "sp-blockchain",9810 "sp-consensus",9811 "sp-consensus-babe",9812 "sp-consensus-slots",9813 "sp-consensus-vrf",9814 "sp-core",9815 "sp-inherents",9816 "sp-io",9817 "sp-keystore",9818 "sp-runtime",9819 "sp-version",9820 "substrate-prometheus-endpoint",9821 "thiserror",9822]98239824[[package]]9825name = "sc-consensus-babe-rpc"9826version = "0.10.0-dev"9827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9828dependencies = [9829 "futures 0.3.21",9830 "jsonrpc-core",9831 "jsonrpc-core-client",9832 "jsonrpc-derive",9833 "sc-consensus-babe",9834 "sc-consensus-epochs",9835 "sc-rpc-api",9836 "serde",9837 "sp-api",9838 "sp-application-crypto",9839 "sp-blockchain",9840 "sp-consensus",9841 "sp-consensus-babe",9842 "sp-core",9843 "sp-keystore",9844 "sp-runtime",9845 "thiserror",9846]98479848[[package]]9849name = "sc-consensus-epochs"9850version = "0.10.0-dev"9851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9852dependencies = [9853 "fork-tree",9854 "parity-scale-codec 3.1.2",9855 "sc-client-api",9856 "sc-consensus",9857 "sp-blockchain",9858 "sp-runtime",9859]98609861[[package]]9862name = "sc-consensus-manual-seal"9863version = "0.10.0-dev"9864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9865dependencies = [9866 "assert_matches",9867 "async-trait",9868 "futures 0.3.21",9869 "jsonrpc-core",9870 "jsonrpc-core-client",9871 "jsonrpc-derive",9872 "log",9873 "parity-scale-codec 3.1.2",9874 "sc-client-api",9875 "sc-consensus",9876 "sc-consensus-aura",9877 "sc-consensus-babe",9878 "sc-consensus-epochs",9879 "sc-transaction-pool",9880 "sc-transaction-pool-api",9881 "serde",9882 "sp-api",9883 "sp-blockchain",9884 "sp-consensus",9885 "sp-consensus-aura",9886 "sp-consensus-babe",9887 "sp-consensus-slots",9888 "sp-core",9889 "sp-inherents",9890 "sp-keystore",9891 "sp-runtime",9892 "sp-timestamp",9893 "substrate-prometheus-endpoint",9894 "thiserror",9895]98969897[[package]]9898name = "sc-consensus-slots"9899version = "0.10.0-dev"9900source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9901dependencies = [9902 "async-trait",9903 "futures 0.3.21",9904 "futures-timer",9905 "log",9906 "parity-scale-codec 3.1.2",9907 "sc-client-api",9908 "sc-consensus",9909 "sc-telemetry",9910 "sp-arithmetic",9911 "sp-blockchain",9912 "sp-consensus",9913 "sp-consensus-slots",9914 "sp-core",9915 "sp-inherents",9916 "sp-runtime",9917 "sp-state-machine",9918 "sp-timestamp",9919 "thiserror",9920]99219922[[package]]9923name = "sc-consensus-uncles"9924version = "0.10.0-dev"9925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9926dependencies = [9927 "sc-client-api",9928 "sp-authorship",9929 "sp-runtime",9930 "thiserror",9931]99329933[[package]]9934name = "sc-executor"9935version = "0.10.0-dev"9936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9937dependencies = [9938 "lazy_static",9939 "lru 0.7.5",9940 "parity-scale-codec 3.1.2",9941 "parking_lot 0.12.0",9942 "sc-executor-common",9943 "sc-executor-wasmi",9944 "sc-executor-wasmtime",9945 "sp-api",9946 "sp-core",9947 "sp-core-hashing-proc-macro",9948 "sp-externalities",9949 "sp-io",9950 "sp-panic-handler",9951 "sp-runtime-interface",9952 "sp-tasks",9953 "sp-trie",9954 "sp-version",9955 "sp-wasm-interface",9956 "tracing",9957 "wasmi",9958]99599960[[package]]9961name = "sc-executor-common"9962version = "0.10.0-dev"9963source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9964dependencies = [9965 "environmental",9966 "parity-scale-codec 3.1.2",9967 "sc-allocator",9968 "sp-core",9969 "sp-maybe-compressed-blob",9970 "sp-serializer",9971 "sp-wasm-interface",9972 "thiserror",9973 "wasm-instrument",9974 "wasmi",9975]99769977[[package]]9978name = "sc-executor-wasmi"9979version = "0.10.0-dev"9980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9981dependencies = [9982 "log",9983 "parity-scale-codec 3.1.2",9984 "sc-allocator",9985 "sc-executor-common",9986 "scoped-tls",9987 "sp-core",9988 "sp-runtime-interface",9989 "sp-wasm-interface",9990 "wasmi",9991]99929993[[package]]9994name = "sc-executor-wasmtime"9995version = "0.10.0-dev"9996source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9997dependencies = [9998 "cfg-if 1.0.0",9999 "libc",10000 "log",10001 "parity-scale-codec 3.1.2",10002 "parity-wasm 0.42.2",10003 "sc-allocator",10004 "sc-executor-common",10005 "sp-core",10006 "sp-runtime-interface",10007 "sp-wasm-interface",10008 "wasmtime",10009]1001010011[[package]]10012name = "sc-finality-grandpa"10013version = "0.10.0-dev"10014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10015dependencies = [10016 "ahash",10017 "async-trait",10018 "dyn-clone",10019 "finality-grandpa",10020 "fork-tree",10021 "futures 0.3.21",10022 "futures-timer",10023 "hex",10024 "log",10025 "parity-scale-codec 3.1.2",10026 "parking_lot 0.12.0",10027 "rand 0.8.5",10028 "sc-block-builder",10029 "sc-chain-spec",10030 "sc-client-api",10031 "sc-consensus",10032 "sc-keystore",10033 "sc-network",10034 "sc-network-gossip",10035 "sc-telemetry",10036 "sc-utils",10037 "serde_json",10038 "sp-api",10039 "sp-application-crypto",10040 "sp-arithmetic",10041 "sp-blockchain",10042 "sp-consensus",10043 "sp-core",10044 "sp-finality-grandpa",10045 "sp-keystore",10046 "sp-runtime",10047 "substrate-prometheus-endpoint",10048 "thiserror",10049]1005010051[[package]]10052name = "sc-finality-grandpa-rpc"10053version = "0.10.0-dev"10054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10055dependencies = [10056 "finality-grandpa",10057 "futures 0.3.21",10058 "jsonrpc-core",10059 "jsonrpc-core-client",10060 "jsonrpc-derive",10061 "jsonrpc-pubsub",10062 "log",10063 "parity-scale-codec 3.1.2",10064 "sc-client-api",10065 "sc-finality-grandpa",10066 "sc-rpc",10067 "serde",10068 "serde_json",10069 "sp-blockchain",10070 "sp-core",10071 "sp-runtime",10072 "thiserror",10073]1007410075[[package]]10076name = "sc-informant"10077version = "0.10.0-dev"10078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10079dependencies = [10080 "ansi_term",10081 "futures 0.3.21",10082 "futures-timer",10083 "log",10084 "parity-util-mem",10085 "sc-client-api",10086 "sc-network",10087 "sc-transaction-pool-api",10088 "sp-blockchain",10089 "sp-runtime",10090]1009110092[[package]]10093name = "sc-keystore"10094version = "4.0.0-dev"10095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10096dependencies = [10097 "async-trait",10098 "hex",10099 "parking_lot 0.12.0",10100 "serde_json",10101 "sp-application-crypto",10102 "sp-core",10103 "sp-keystore",10104 "thiserror",10105]1010610107[[package]]10108name = "sc-network"10109version = "0.10.0-dev"10110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10111dependencies = [10112 "async-trait",10113 "asynchronous-codec 0.5.0",10114 "bitflags",10115 "bytes 1.1.0",10116 "cid",10117 "either",10118 "fnv",10119 "fork-tree",10120 "futures 0.3.21",10121 "futures-timer",10122 "hex",10123 "ip_network",10124 "libp2p",10125 "linked-hash-map",10126 "linked_hash_set",10127 "log",10128 "lru 0.7.5",10129 "parity-scale-codec 3.1.2",10130 "parking_lot 0.12.0",10131 "pin-project 1.0.10",10132 "prost",10133 "prost-build",10134 "rand 0.7.3",10135 "sc-block-builder",10136 "sc-client-api",10137 "sc-consensus",10138 "sc-peerset",10139 "sc-utils",10140 "serde",10141 "serde_json",10142 "smallvec",10143 "sp-arithmetic",10144 "sp-blockchain",10145 "sp-consensus",10146 "sp-core",10147 "sp-finality-grandpa",10148 "sp-runtime",10149 "substrate-prometheus-endpoint",10150 "thiserror",10151 "unsigned-varint 0.6.0",10152 "void",10153 "zeroize",10154]1015510156[[package]]10157name = "sc-network-gossip"10158version = "0.10.0-dev"10159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10160dependencies = [10161 "ahash",10162 "futures 0.3.21",10163 "futures-timer",10164 "libp2p",10165 "log",10166 "lru 0.7.5",10167 "sc-network",10168 "sp-runtime",10169 "substrate-prometheus-endpoint",10170 "tracing",10171]1017210173[[package]]10174name = "sc-offchain"10175version = "4.0.0-dev"10176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10177dependencies = [10178 "bytes 1.1.0",10179 "fnv",10180 "futures 0.3.21",10181 "futures-timer",10182 "hex",10183 "hyper",10184 "hyper-rustls 0.22.1",10185 "num_cpus",10186 "once_cell",10187 "parity-scale-codec 3.1.2",10188 "parking_lot 0.12.0",10189 "rand 0.7.3",10190 "sc-client-api",10191 "sc-network",10192 "sc-utils",10193 "sp-api",10194 "sp-core",10195 "sp-offchain",10196 "sp-runtime",10197 "threadpool",10198 "tracing",10199]1020010201[[package]]10202name = "sc-peerset"10203version = "4.0.0-dev"10204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10205dependencies = [10206 "futures 0.3.21",10207 "libp2p",10208 "log",10209 "sc-utils",10210 "serde_json",10211 "wasm-timer",10212]1021310214[[package]]10215name = "sc-proposer-metrics"10216version = "0.10.0-dev"10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10218dependencies = [10219 "log",10220 "substrate-prometheus-endpoint",10221]1022210223[[package]]10224name = "sc-rpc"10225version = "4.0.0-dev"10226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10227dependencies = [10228 "futures 0.3.21",10229 "hash-db",10230 "jsonrpc-core",10231 "jsonrpc-pubsub",10232 "log",10233 "parity-scale-codec 3.1.2",10234 "parking_lot 0.12.0",10235 "sc-block-builder",10236 "sc-chain-spec",10237 "sc-client-api",10238 "sc-rpc-api",10239 "sc-tracing",10240 "sc-transaction-pool-api",10241 "sc-utils",10242 "serde_json",10243 "sp-api",10244 "sp-blockchain",10245 "sp-core",10246 "sp-keystore",10247 "sp-offchain",10248 "sp-rpc",10249 "sp-runtime",10250 "sp-session",10251 "sp-version",10252]1025310254[[package]]10255name = "sc-rpc-api"10256version = "0.10.0-dev"10257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10258dependencies = [10259 "futures 0.3.21",10260 "jsonrpc-core",10261 "jsonrpc-core-client",10262 "jsonrpc-derive",10263 "jsonrpc-pubsub",10264 "log",10265 "parity-scale-codec 3.1.2",10266 "parking_lot 0.12.0",10267 "sc-chain-spec",10268 "sc-transaction-pool-api",10269 "scale-info",10270 "serde",10271 "serde_json",10272 "sp-core",10273 "sp-rpc",10274 "sp-runtime",10275 "sp-tracing",10276 "sp-version",10277 "thiserror",10278]1027910280[[package]]10281name = "sc-rpc-server"10282version = "4.0.0-dev"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10284dependencies = [10285 "futures 0.3.21",10286 "jsonrpc-core",10287 "jsonrpc-http-server",10288 "jsonrpc-ipc-server",10289 "jsonrpc-pubsub",10290 "jsonrpc-ws-server",10291 "log",10292 "serde_json",10293 "substrate-prometheus-endpoint",10294 "tokio 1.18.2",10295]1029610297[[package]]10298name = "sc-service"10299version = "0.10.0-dev"10300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10301dependencies = [10302 "async-trait",10303 "directories",10304 "exit-future",10305 "futures 0.3.21",10306 "futures-timer",10307 "hash-db",10308 "jsonrpc-core",10309 "jsonrpc-pubsub",10310 "log",10311 "parity-scale-codec 3.1.2",10312 "parity-util-mem",10313 "parking_lot 0.12.0",10314 "pin-project 1.0.10",10315 "rand 0.7.3",10316 "sc-block-builder",10317 "sc-chain-spec",10318 "sc-client-api",10319 "sc-client-db",10320 "sc-consensus",10321 "sc-executor",10322 "sc-informant",10323 "sc-keystore",10324 "sc-network",10325 "sc-offchain",10326 "sc-rpc",10327 "sc-rpc-server",10328 "sc-sysinfo",10329 "sc-telemetry",10330 "sc-tracing",10331 "sc-transaction-pool",10332 "sc-transaction-pool-api",10333 "sc-utils",10334 "serde",10335 "serde_json",10336 "sp-api",10337 "sp-application-crypto",10338 "sp-block-builder",10339 "sp-blockchain",10340 "sp-consensus",10341 "sp-core",10342 "sp-externalities",10343 "sp-inherents",10344 "sp-keystore",10345 "sp-runtime",10346 "sp-session",10347 "sp-state-machine",10348 "sp-storage",10349 "sp-tracing",10350 "sp-transaction-pool",10351 "sp-transaction-storage-proof",10352 "sp-trie",10353 "sp-version",10354 "substrate-prometheus-endpoint",10355 "tempfile",10356 "thiserror",10357 "tokio 1.18.2",10358 "tracing",10359 "tracing-futures",10360]1036110362[[package]]10363name = "sc-state-db"10364version = "0.10.0-dev"10365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10366dependencies = [10367 "log",10368 "parity-scale-codec 3.1.2",10369 "parity-util-mem",10370 "parity-util-mem-derive",10371 "parking_lot 0.12.0",10372 "sc-client-api",10373 "sp-core",10374]1037510376[[package]]10377name = "sc-sync-state-rpc"10378version = "0.10.0-dev"10379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10380dependencies = [10381 "jsonrpc-core",10382 "jsonrpc-core-client",10383 "jsonrpc-derive",10384 "parity-scale-codec 3.1.2",10385 "sc-chain-spec",10386 "sc-client-api",10387 "sc-consensus-babe",10388 "sc-consensus-epochs",10389 "sc-finality-grandpa",10390 "serde",10391 "serde_json",10392 "sp-blockchain",10393 "sp-runtime",10394 "thiserror",10395]1039610397[[package]]10398name = "sc-sysinfo"10399version = "6.0.0-dev"10400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10401dependencies = [10402 "futures 0.3.21",10403 "libc",10404 "log",10405 "rand 0.7.3",10406 "rand_pcg 0.2.1",10407 "regex",10408 "sc-telemetry",10409 "serde",10410 "serde_json",10411 "sp-core",10412 "sp-io",10413 "sp-std",10414]1041510416[[package]]10417name = "sc-telemetry"10418version = "4.0.0-dev"10419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10420dependencies = [10421 "chrono",10422 "futures 0.3.21",10423 "libp2p",10424 "log",10425 "parking_lot 0.12.0",10426 "pin-project 1.0.10",10427 "rand 0.7.3",10428 "serde",10429 "serde_json",10430 "thiserror",10431 "wasm-timer",10432]1043310434[[package]]10435name = "sc-tracing"10436version = "4.0.0-dev"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10438dependencies = [10439 "ansi_term",10440 "atty",10441 "chrono",10442 "lazy_static",10443 "libc",10444 "log",10445 "once_cell",10446 "parking_lot 0.12.0",10447 "regex",10448 "rustc-hash",10449 "sc-client-api",10450 "sc-rpc-server",10451 "sc-tracing-proc-macro",10452 "serde",10453 "sp-api",10454 "sp-blockchain",10455 "sp-core",10456 "sp-rpc",10457 "sp-runtime",10458 "sp-tracing",10459 "thiserror",10460 "tracing",10461 "tracing-log",10462 "tracing-subscriber",10463]1046410465[[package]]10466name = "sc-tracing-proc-macro"10467version = "4.0.0-dev"10468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10469dependencies = [10470 "proc-macro-crate 1.1.3",10471 "proc-macro2",10472 "quote",10473 "syn",10474]1047510476[[package]]10477name = "sc-transaction-pool"10478version = "4.0.0-dev"10479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10480dependencies = [10481 "futures 0.3.21",10482 "futures-timer",10483 "linked-hash-map",10484 "log",10485 "parity-scale-codec 3.1.2",10486 "parity-util-mem",10487 "parking_lot 0.12.0",10488 "retain_mut",10489 "sc-client-api",10490 "sc-transaction-pool-api",10491 "sc-utils",10492 "serde",10493 "sp-api",10494 "sp-blockchain",10495 "sp-core",10496 "sp-runtime",10497 "sp-tracing",10498 "sp-transaction-pool",10499 "substrate-prometheus-endpoint",10500 "thiserror",10501]1050210503[[package]]10504name = "sc-transaction-pool-api"10505version = "4.0.0-dev"10506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10507dependencies = [10508 "futures 0.3.21",10509 "log",10510 "serde",10511 "sp-blockchain",10512 "sp-runtime",10513 "thiserror",10514]1051510516[[package]]10517name = "sc-utils"10518version = "4.0.0-dev"10519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10520dependencies = [10521 "futures 0.3.21",10522 "futures-timer",10523 "lazy_static",10524 "log",10525 "parking_lot 0.12.0",10526 "prometheus",10527]1052810529[[package]]10530name = "scale-info"10531version = "2.1.2"10532source = "registry+https://github.com/rust-lang/crates.io-index"10533checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10534dependencies = [10535 "bitvec 1.0.0",10536 "cfg-if 1.0.0",10537 "derive_more",10538 "parity-scale-codec 3.1.2",10539 "scale-info-derive",10540 "serde",10541]1054210543[[package]]10544name = "scale-info-derive"10545version = "2.1.2"10546source = "registry+https://github.com/rust-lang/crates.io-index"10547checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10548dependencies = [10549 "proc-macro-crate 1.1.3",10550 "proc-macro2",10551 "quote",10552 "syn",10553]1055410555[[package]]10556name = "schannel"10557version = "0.1.20"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10560dependencies = [10561 "lazy_static",10562 "windows-sys",10563]1056410565[[package]]10566name = "schnorrkel"10567version = "0.9.1"10568source = "registry+https://github.com/rust-lang/crates.io-index"10569checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10570dependencies = [10571 "arrayref",10572 "arrayvec 0.5.2",10573 "curve25519-dalek 2.1.3",10574 "getrandom 0.1.16",10575 "merlin",10576 "rand 0.7.3",10577 "rand_core 0.5.1",10578 "sha2 0.8.2",10579 "subtle",10580 "zeroize",10581]1058210583[[package]]10584name = "scoped-tls"10585version = "1.0.0"10586source = "registry+https://github.com/rust-lang/crates.io-index"10587checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1058810589[[package]]10590name = "scopeguard"10591version = "1.1.0"10592source = "registry+https://github.com/rust-lang/crates.io-index"10593checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1059410595[[package]]10596name = "sct"10597version = "0.6.1"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10600dependencies = [10601 "ring",10602 "untrusted",10603]1060410605[[package]]10606name = "sct"10607version = "0.7.0"10608source = "registry+https://github.com/rust-lang/crates.io-index"10609checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10610dependencies = [10611 "ring",10612 "untrusted",10613]1061410615[[package]]10616name = "sec1"10617version = "0.2.1"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10620dependencies = [10621 "der",10622 "generic-array 0.14.5",10623 "pkcs8",10624 "subtle",10625 "zeroize",10626]1062710628[[package]]10629name = "secp256k1"10630version = "0.21.3"10631source = "registry+https://github.com/rust-lang/crates.io-index"10632checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10633dependencies = [10634 "secp256k1-sys",10635]1063610637[[package]]10638name = "secp256k1-sys"10639version = "0.4.2"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10642dependencies = [10643 "cc",10644]1064510646[[package]]10647name = "secrecy"10648version = "0.8.0"10649source = "registry+https://github.com/rust-lang/crates.io-index"10650checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10651dependencies = [10652 "zeroize",10653]1065410655[[package]]10656name = "security-framework"10657version = "2.6.1"10658source = "registry+https://github.com/rust-lang/crates.io-index"10659checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10660dependencies = [10661 "bitflags",10662 "core-foundation",10663 "core-foundation-sys",10664 "libc",10665 "security-framework-sys",10666]1066710668[[package]]10669name = "security-framework-sys"10670version = "2.6.1"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10673dependencies = [10674 "core-foundation-sys",10675 "libc",10676]1067710678[[package]]10679name = "semver"10680version = "0.6.0"10681source = "registry+https://github.com/rust-lang/crates.io-index"10682checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10683dependencies = [10684 "semver-parser 0.7.0",10685]1068610687[[package]]10688name = "semver"10689version = "0.9.0"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10692dependencies = [10693 "semver-parser 0.7.0",10694]1069510696[[package]]10697name = "semver"10698version = "0.11.0"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10701dependencies = [10702 "semver-parser 0.10.2",10703]1070410705[[package]]10706name = "semver"10707version = "1.0.9"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10710dependencies = [10711 "serde",10712]1071310714[[package]]10715name = "semver-parser"10716version = "0.7.0"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1071910720[[package]]10721name = "semver-parser"10722version = "0.10.2"10723source = "registry+https://github.com/rust-lang/crates.io-index"10724checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10725dependencies = [10726 "pest",10727]1072810729[[package]]10730name = "serde"10731version = "1.0.137"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10734dependencies = [10735 "serde_derive",10736]1073710738[[package]]10739name = "serde_derive"10740version = "1.0.137"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10743dependencies = [10744 "proc-macro2",10745 "quote",10746 "syn",10747]1074810749[[package]]10750name = "serde_json"10751version = "1.0.81"10752source = "registry+https://github.com/rust-lang/crates.io-index"10753checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10754dependencies = [10755 "itoa 1.0.2",10756 "ryu",10757 "serde",10758]1075910760[[package]]10761name = "serde_nanos"10762version = "0.1.2"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10765dependencies = [10766 "serde",10767]1076810769[[package]]10770name = "sha-1"10771version = "0.8.2"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10774dependencies = [10775 "block-buffer 0.7.3",10776 "digest 0.8.1",10777 "fake-simd",10778 "opaque-debug 0.2.3",10779]1078010781[[package]]10782name = "sha-1"10783version = "0.9.8"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10786dependencies = [10787 "block-buffer 0.9.0",10788 "cfg-if 1.0.0",10789 "cpufeatures 0.2.2",10790 "digest 0.9.0",10791 "opaque-debug 0.3.0",10792]1079310794[[package]]10795name = "sha2"10796version = "0.8.2"10797source = "registry+https://github.com/rust-lang/crates.io-index"10798checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10799dependencies = [10800 "block-buffer 0.7.3",10801 "digest 0.8.1",10802 "fake-simd",10803 "opaque-debug 0.2.3",10804]1080510806[[package]]10807name = "sha2"10808version = "0.9.9"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10811dependencies = [10812 "block-buffer 0.9.0",10813 "cfg-if 1.0.0",10814 "cpufeatures 0.2.2",10815 "digest 0.9.0",10816 "opaque-debug 0.3.0",10817]1081810819[[package]]10820name = "sha2"10821version = "0.10.2"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10824dependencies = [10825 "cfg-if 1.0.0",10826 "cpufeatures 0.2.2",10827 "digest 0.10.3",10828]1082910830[[package]]10831name = "sha3"10832version = "0.9.1"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10835dependencies = [10836 "block-buffer 0.9.0",10837 "digest 0.9.0",10838 "keccak",10839 "opaque-debug 0.3.0",10840]1084110842[[package]]10843name = "sha3"10844version = "0.10.1"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10847dependencies = [10848 "digest 0.10.3",10849 "keccak",10850]1085110852[[package]]10853name = "sharded-slab"10854version = "0.1.4"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10857dependencies = [10858 "lazy_static",10859]1086010861[[package]]10862name = "shlex"10863version = "1.1.0"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1086610867[[package]]10868name = "signal-hook"10869version = "0.3.14"10870source = "registry+https://github.com/rust-lang/crates.io-index"10871checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10872dependencies = [10873 "libc",10874 "signal-hook-registry",10875]1087610877[[package]]10878name = "signal-hook-registry"10879version = "1.4.0"10880source = "registry+https://github.com/rust-lang/crates.io-index"10881checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10882dependencies = [10883 "libc",10884]1088510886[[package]]10887name = "signature"10888version = "1.4.0"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10891dependencies = [10892 "rand_core 0.6.3",10893]1089410895[[package]]10896name = "simba"10897version = "0.5.1"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10900dependencies = [10901 "approx",10902 "num-complex",10903 "num-traits",10904 "paste",10905]1090610907[[package]]10908name = "slab"10909version = "0.4.6"10910source = "registry+https://github.com/rust-lang/crates.io-index"10911checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1091210913[[package]]10914name = "slot-range-helper"10915version = "0.9.21"10916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10917dependencies = [10918 "enumn",10919 "parity-scale-codec 3.1.2",10920 "paste",10921 "sp-runtime",10922 "sp-std",10923]1092410925[[package]]10926name = "slotmap"10927version = "1.0.6"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10930dependencies = [10931 "version_check",10932]1093310934[[package]]10935name = "smallvec"10936version = "1.8.0"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1093910940[[package]]10941name = "snap"10942version = "1.0.5"10943source = "registry+https://github.com/rust-lang/crates.io-index"10944checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1094510946[[package]]10947name = "snow"10948version = "0.8.0"10949source = "registry+https://github.com/rust-lang/crates.io-index"10950checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10951dependencies = [10952 "aes-gcm",10953 "blake2 0.9.2",10954 "chacha20poly1305",10955 "rand 0.8.5",10956 "rand_core 0.6.3",10957 "ring",10958 "rustc_version 0.3.3",10959 "sha2 0.9.9",10960 "subtle",10961 "x25519-dalek",10962]1096310964[[package]]10965name = "socket2"10966version = "0.3.19"10967source = "registry+https://github.com/rust-lang/crates.io-index"10968checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10969dependencies = [10970 "cfg-if 1.0.0",10971 "libc",10972 "winapi 0.3.9",10973]1097410975[[package]]10976name = "socket2"10977version = "0.4.4"10978source = "registry+https://github.com/rust-lang/crates.io-index"10979checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10980dependencies = [10981 "libc",10982 "winapi 0.3.9",10983]1098410985[[package]]10986name = "soketto"10987version = "0.7.1"10988source = "registry+https://github.com/rust-lang/crates.io-index"10989checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10990dependencies = [10991 "base64",10992 "bytes 1.1.0",10993 "flate2",10994 "futures 0.3.21",10995 "httparse",10996 "log",10997 "rand 0.8.5",10998 "sha-1 0.9.8",10999]1100011001[[package]]11002name = "sp-api"11003version = "4.0.0-dev"11004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11005dependencies = [11006 "hash-db",11007 "log",11008 "parity-scale-codec 3.1.2",11009 "sp-api-proc-macro",11010 "sp-core",11011 "sp-runtime",11012 "sp-state-machine",11013 "sp-std",11014 "sp-version",11015 "thiserror",11016]1101711018[[package]]11019name = "sp-api-proc-macro"11020version = "4.0.0-dev"11021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11022dependencies = [11023 "blake2 0.10.4",11024 "proc-macro-crate 1.1.3",11025 "proc-macro2",11026 "quote",11027 "syn",11028]1102911030[[package]]11031name = "sp-application-crypto"11032version = "6.0.0"11033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11034dependencies = [11035 "parity-scale-codec 3.1.2",11036 "scale-info",11037 "serde",11038 "sp-core",11039 "sp-io",11040 "sp-std",11041]1104211043[[package]]11044name = "sp-arithmetic"11045version = "5.0.0"11046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11047dependencies = [11048 "integer-sqrt",11049 "num-traits",11050 "parity-scale-codec 3.1.2",11051 "scale-info",11052 "serde",11053 "sp-debug-derive",11054 "sp-std",11055 "static_assertions",11056]1105711058[[package]]11059name = "sp-authority-discovery"11060version = "4.0.0-dev"11061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11062dependencies = [11063 "parity-scale-codec 3.1.2",11064 "scale-info",11065 "sp-api",11066 "sp-application-crypto",11067 "sp-runtime",11068 "sp-std",11069]1107011071[[package]]11072name = "sp-authorship"11073version = "4.0.0-dev"11074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11075dependencies = [11076 "async-trait",11077 "parity-scale-codec 3.1.2",11078 "sp-inherents",11079 "sp-runtime",11080 "sp-std",11081]1108211083[[package]]11084name = "sp-block-builder"11085version = "4.0.0-dev"11086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11087dependencies = [11088 "parity-scale-codec 3.1.2",11089 "sp-api",11090 "sp-inherents",11091 "sp-runtime",11092 "sp-std",11093]1109411095[[package]]11096name = "sp-blockchain"11097version = "4.0.0-dev"11098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11099dependencies = [11100 "futures 0.3.21",11101 "log",11102 "lru 0.7.5",11103 "parity-scale-codec 3.1.2",11104 "parking_lot 0.12.0",11105 "sp-api",11106 "sp-consensus",11107 "sp-database",11108 "sp-runtime",11109 "sp-state-machine",11110 "thiserror",11111]1111211113[[package]]11114name = "sp-consensus"11115version = "0.10.0-dev"11116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11117dependencies = [11118 "async-trait",11119 "futures 0.3.21",11120 "futures-timer",11121 "log",11122 "parity-scale-codec 3.1.2",11123 "sp-core",11124 "sp-inherents",11125 "sp-runtime",11126 "sp-state-machine",11127 "sp-std",11128 "sp-version",11129 "thiserror",11130]1113111132[[package]]11133name = "sp-consensus-aura"11134version = "0.10.0-dev"11135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11136dependencies = [11137 "async-trait",11138 "parity-scale-codec 3.1.2",11139 "scale-info",11140 "sp-api",11141 "sp-application-crypto",11142 "sp-consensus",11143 "sp-consensus-slots",11144 "sp-inherents",11145 "sp-runtime",11146 "sp-std",11147 "sp-timestamp",11148]1114911150[[package]]11151name = "sp-consensus-babe"11152version = "0.10.0-dev"11153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11154dependencies = [11155 "async-trait",11156 "merlin",11157 "parity-scale-codec 3.1.2",11158 "scale-info",11159 "serde",11160 "sp-api",11161 "sp-application-crypto",11162 "sp-consensus",11163 "sp-consensus-slots",11164 "sp-consensus-vrf",11165 "sp-core",11166 "sp-inherents",11167 "sp-keystore",11168 "sp-runtime",11169 "sp-std",11170 "sp-timestamp",11171]1117211173[[package]]11174name = "sp-consensus-slots"11175version = "0.10.0-dev"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11177dependencies = [11178 "parity-scale-codec 3.1.2",11179 "scale-info",11180 "serde",11181 "sp-arithmetic",11182 "sp-runtime",11183 "sp-std",11184 "sp-timestamp",11185]1118611187[[package]]11188name = "sp-consensus-vrf"11189version = "0.10.0-dev"11190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11191dependencies = [11192 "parity-scale-codec 3.1.2",11193 "schnorrkel",11194 "sp-core",11195 "sp-runtime",11196 "sp-std",11197]1119811199[[package]]11200name = "sp-core"11201version = "6.0.0"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11203dependencies = [11204 "base58",11205 "bitflags",11206 "blake2-rfc",11207 "byteorder",11208 "dyn-clonable",11209 "ed25519-dalek",11210 "futures 0.3.21",11211 "hash-db",11212 "hash256-std-hasher",11213 "hex",11214 "impl-serde",11215 "lazy_static",11216 "libsecp256k1",11217 "log",11218 "merlin",11219 "num-traits",11220 "parity-scale-codec 3.1.2",11221 "parity-util-mem",11222 "parking_lot 0.12.0",11223 "primitive-types",11224 "rand 0.7.3",11225 "regex",11226 "scale-info",11227 "schnorrkel",11228 "secp256k1",11229 "secrecy",11230 "serde",11231 "sp-core-hashing",11232 "sp-debug-derive",11233 "sp-externalities",11234 "sp-runtime-interface",11235 "sp-std",11236 "sp-storage",11237 "ss58-registry",11238 "substrate-bip39",11239 "thiserror",11240 "tiny-bip39",11241 "wasmi",11242 "zeroize",11243]1124411245[[package]]11246name = "sp-core-hashing"11247version = "4.0.0"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11249dependencies = [11250 "blake2 0.10.4",11251 "byteorder",11252 "digest 0.10.3",11253 "sha2 0.10.2",11254 "sha3 0.10.1",11255 "sp-std",11256 "twox-hash",11257]1125811259[[package]]11260name = "sp-core-hashing-proc-macro"11261version = "5.0.0"11262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11263dependencies = [11264 "proc-macro2",11265 "quote",11266 "sp-core-hashing",11267 "syn",11268]1126911270[[package]]11271name = "sp-database"11272version = "4.0.0-dev"11273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11274dependencies = [11275 "kvdb",11276 "parking_lot 0.12.0",11277]1127811279[[package]]11280name = "sp-debug-derive"11281version = "4.0.0"11282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11283dependencies = [11284 "proc-macro2",11285 "quote",11286 "syn",11287]1128811289[[package]]11290name = "sp-externalities"11291version = "0.12.0"11292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11293dependencies = [11294 "environmental",11295 "parity-scale-codec 3.1.2",11296 "sp-std",11297 "sp-storage",11298]1129911300[[package]]11301name = "sp-finality-grandpa"11302version = "4.0.0-dev"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11304dependencies = [11305 "finality-grandpa",11306 "log",11307 "parity-scale-codec 3.1.2",11308 "scale-info",11309 "serde",11310 "sp-api",11311 "sp-application-crypto",11312 "sp-core",11313 "sp-keystore",11314 "sp-runtime",11315 "sp-std",11316]1131711318[[package]]11319name = "sp-inherents"11320version = "4.0.0-dev"11321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11322dependencies = [11323 "async-trait",11324 "impl-trait-for-tuples",11325 "parity-scale-codec 3.1.2",11326 "sp-core",11327 "sp-runtime",11328 "sp-std",11329 "thiserror",11330]1133111332[[package]]11333name = "sp-io"11334version = "6.0.0"11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11336dependencies = [11337 "futures 0.3.21",11338 "hash-db",11339 "libsecp256k1",11340 "log",11341 "parity-scale-codec 3.1.2",11342 "parking_lot 0.12.0",11343 "secp256k1",11344 "sp-core",11345 "sp-externalities",11346 "sp-keystore",11347 "sp-runtime-interface",11348 "sp-state-machine",11349 "sp-std",11350 "sp-tracing",11351 "sp-trie",11352 "sp-wasm-interface",11353 "tracing",11354 "tracing-core",11355]1135611357[[package]]11358name = "sp-keyring"11359version = "6.0.0"11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11361dependencies = [11362 "lazy_static",11363 "sp-core",11364 "sp-runtime",11365 "strum 0.23.0",11366]1136711368[[package]]11369name = "sp-keystore"11370version = "0.12.0"11371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11372dependencies = [11373 "async-trait",11374 "futures 0.3.21",11375 "merlin",11376 "parity-scale-codec 3.1.2",11377 "parking_lot 0.12.0",11378 "schnorrkel",11379 "serde",11380 "sp-core",11381 "sp-externalities",11382 "thiserror",11383]1138411385[[package]]11386name = "sp-maybe-compressed-blob"11387version = "4.1.0-dev"11388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11389dependencies = [11390 "thiserror",11391 "zstd",11392]1139311394[[package]]11395name = "sp-mmr-primitives"11396version = "4.0.0-dev"11397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11398dependencies = [11399 "log",11400 "parity-scale-codec 3.1.2",11401 "serde",11402 "sp-api",11403 "sp-core",11404 "sp-debug-derive",11405 "sp-runtime",11406 "sp-std",11407]1140811409[[package]]11410name = "sp-npos-elections"11411version = "4.0.0-dev"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11413dependencies = [11414 "parity-scale-codec 3.1.2",11415 "scale-info",11416 "serde",11417 "sp-arithmetic",11418 "sp-core",11419 "sp-runtime",11420 "sp-std",11421]1142211423[[package]]11424name = "sp-offchain"11425version = "4.0.0-dev"11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11427dependencies = [11428 "sp-api",11429 "sp-core",11430 "sp-runtime",11431]1143211433[[package]]11434name = "sp-panic-handler"11435version = "4.0.0"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11437dependencies = [11438 "backtrace",11439 "lazy_static",11440 "regex",11441]1144211443[[package]]11444name = "sp-rpc"11445version = "6.0.0"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11447dependencies = [11448 "rustc-hash",11449 "serde",11450 "sp-core",11451]1145211453[[package]]11454name = "sp-runtime"11455version = "6.0.0"11456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11457dependencies = [11458 "either",11459 "hash256-std-hasher",11460 "impl-trait-for-tuples",11461 "log",11462 "parity-scale-codec 3.1.2",11463 "parity-util-mem",11464 "paste",11465 "rand 0.7.3",11466 "scale-info",11467 "serde",11468 "sp-application-crypto",11469 "sp-arithmetic",11470 "sp-core",11471 "sp-io",11472 "sp-std",11473]1147411475[[package]]11476name = "sp-runtime-interface"11477version = "6.0.0"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11479dependencies = [11480 "impl-trait-for-tuples",11481 "parity-scale-codec 3.1.2",11482 "primitive-types",11483 "sp-externalities",11484 "sp-runtime-interface-proc-macro",11485 "sp-std",11486 "sp-storage",11487 "sp-tracing",11488 "sp-wasm-interface",11489 "static_assertions",11490]1149111492[[package]]11493name = "sp-runtime-interface-proc-macro"11494version = "5.0.0"11495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11496dependencies = [11497 "Inflector",11498 "proc-macro-crate 1.1.3",11499 "proc-macro2",11500 "quote",11501 "syn",11502]1150311504[[package]]11505name = "sp-serializer"11506version = "4.0.0-dev"11507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11508dependencies = [11509 "serde",11510 "serde_json",11511]1151211513[[package]]11514name = "sp-session"11515version = "4.0.0-dev"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11517dependencies = [11518 "parity-scale-codec 3.1.2",11519 "scale-info",11520 "sp-api",11521 "sp-core",11522 "sp-runtime",11523 "sp-staking",11524 "sp-std",11525]1152611527[[package]]11528name = "sp-staking"11529version = "4.0.0-dev"11530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11531dependencies = [11532 "parity-scale-codec 3.1.2",11533 "scale-info",11534 "sp-runtime",11535 "sp-std",11536]1153711538[[package]]11539name = "sp-state-machine"11540version = "0.12.0"11541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11542dependencies = [11543 "hash-db",11544 "log",11545 "num-traits",11546 "parity-scale-codec 3.1.2",11547 "parking_lot 0.12.0",11548 "rand 0.7.3",11549 "smallvec",11550 "sp-core",11551 "sp-externalities",11552 "sp-panic-handler",11553 "sp-std",11554 "sp-trie",11555 "thiserror",11556 "tracing",11557 "trie-root",11558]1155911560[[package]]11561name = "sp-std"11562version = "4.0.0"11563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1156411565[[package]]11566name = "sp-storage"11567version = "6.0.0"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11569dependencies = [11570 "impl-serde",11571 "parity-scale-codec 3.1.2",11572 "ref-cast",11573 "serde",11574 "sp-debug-derive",11575 "sp-std",11576]1157711578[[package]]11579name = "sp-tasks"11580version = "4.0.0-dev"11581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11582dependencies = [11583 "log",11584 "sp-core",11585 "sp-externalities",11586 "sp-io",11587 "sp-runtime-interface",11588 "sp-std",11589]1159011591[[package]]11592name = "sp-timestamp"11593version = "4.0.0-dev"11594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11595dependencies = [11596 "async-trait",11597 "futures-timer",11598 "log",11599 "parity-scale-codec 3.1.2",11600 "sp-api",11601 "sp-inherents",11602 "sp-runtime",11603 "sp-std",11604 "thiserror",11605]1160611607[[package]]11608name = "sp-tracing"11609version = "5.0.0"11610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11611dependencies = [11612 "parity-scale-codec 3.1.2",11613 "sp-std",11614 "tracing",11615 "tracing-core",11616 "tracing-subscriber",11617]1161811619[[package]]11620name = "sp-transaction-pool"11621version = "4.0.0-dev"11622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11623dependencies = [11624 "sp-api",11625 "sp-runtime",11626]1162711628[[package]]11629name = "sp-transaction-storage-proof"11630version = "4.0.0-dev"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11632dependencies = [11633 "async-trait",11634 "log",11635 "parity-scale-codec 3.1.2",11636 "scale-info",11637 "sp-core",11638 "sp-inherents",11639 "sp-runtime",11640 "sp-std",11641 "sp-trie",11642]1164311644[[package]]11645name = "sp-trie"11646version = "6.0.0"11647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11648dependencies = [11649 "hash-db",11650 "memory-db",11651 "parity-scale-codec 3.1.2",11652 "scale-info",11653 "sp-core",11654 "sp-std",11655 "thiserror",11656 "trie-db",11657 "trie-root",11658]1165911660[[package]]11661name = "sp-version"11662version = "5.0.0"11663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11664dependencies = [11665 "impl-serde",11666 "parity-scale-codec 3.1.2",11667 "parity-wasm 0.42.2",11668 "scale-info",11669 "serde",11670 "sp-core-hashing-proc-macro",11671 "sp-runtime",11672 "sp-std",11673 "sp-version-proc-macro",11674 "thiserror",11675]1167611677[[package]]11678name = "sp-version-proc-macro"11679version = "4.0.0-dev"11680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11681dependencies = [11682 "parity-scale-codec 3.1.2",11683 "proc-macro2",11684 "quote",11685 "syn",11686]1168711688[[package]]11689name = "sp-wasm-interface"11690version = "6.0.0"11691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11692dependencies = [11693 "impl-trait-for-tuples",11694 "log",11695 "parity-scale-codec 3.1.2",11696 "sp-std",11697 "wasmi",11698 "wasmtime",11699]1170011701[[package]]11702name = "spin"11703version = "0.5.2"11704source = "registry+https://github.com/rust-lang/crates.io-index"11705checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1170611707[[package]]11708name = "spki"11709version = "0.5.4"11710source = "registry+https://github.com/rust-lang/crates.io-index"11711checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11712dependencies = [11713 "base64ct",11714 "der",11715]1171611717[[package]]11718name = "ss58-registry"11719version = "1.18.0"11720source = "registry+https://github.com/rust-lang/crates.io-index"11721checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11722dependencies = [11723 "Inflector",11724 "num-format",11725 "proc-macro2",11726 "quote",11727 "serde",11728 "serde_json",11729 "unicode-xid",11730]1173111732[[package]]11733name = "stable_deref_trait"11734version = "1.2.0"11735source = "registry+https://github.com/rust-lang/crates.io-index"11736checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1173711738[[package]]11739name = "static_assertions"11740version = "1.1.0"11741source = "registry+https://github.com/rust-lang/crates.io-index"11742checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1174311744[[package]]11745name = "static_init"11746version = "0.5.2"11747source = "registry+https://github.com/rust-lang/crates.io-index"11748checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11749dependencies = [11750 "cfg_aliases",11751 "libc",11752 "parking_lot 0.11.2",11753 "static_init_macro",11754]1175511756[[package]]11757name = "static_init_macro"11758version = "0.5.0"11759source = "registry+https://github.com/rust-lang/crates.io-index"11760checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11761dependencies = [11762 "cfg_aliases",11763 "memchr",11764 "proc-macro2",11765 "quote",11766 "syn",11767]1176811769[[package]]11770name = "statrs"11771version = "0.15.0"11772source = "registry+https://github.com/rust-lang/crates.io-index"11773checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11774dependencies = [11775 "approx",11776 "lazy_static",11777 "nalgebra",11778 "num-traits",11779 "rand 0.8.5",11780]1178111782[[package]]11783name = "strsim"11784version = "0.10.0"11785source = "registry+https://github.com/rust-lang/crates.io-index"11786checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1178711788[[package]]11789name = "struct-versioning"11790version = "0.1.0"11791dependencies = [11792 "quote",11793 "syn",11794]1179511796[[package]]11797name = "strum"11798version = "0.23.0"11799source = "registry+https://github.com/rust-lang/crates.io-index"11800checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11801dependencies = [11802 "strum_macros 0.23.1",11803]1180411805[[package]]11806name = "strum"11807version = "0.24.0"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11810dependencies = [11811 "strum_macros 0.24.0",11812]1181311814[[package]]11815name = "strum_macros"11816version = "0.23.1"11817source = "registry+https://github.com/rust-lang/crates.io-index"11818checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11819dependencies = [11820 "heck 0.3.3",11821 "proc-macro2",11822 "quote",11823 "rustversion",11824 "syn",11825]1182611827[[package]]11828name = "strum_macros"11829version = "0.24.0"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11832dependencies = [11833 "heck 0.4.0",11834 "proc-macro2",11835 "quote",11836 "rustversion",11837 "syn",11838]1183911840[[package]]11841name = "substrate-bip39"11842version = "0.4.4"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11845dependencies = [11846 "hmac 0.11.0",11847 "pbkdf2 0.8.0",11848 "schnorrkel",11849 "sha2 0.9.9",11850 "zeroize",11851]1185211853[[package]]11854name = "substrate-build-script-utils"11855version = "3.0.0"11856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11857dependencies = [11858 "platforms",11859]1186011861[[package]]11862name = "substrate-frame-rpc-system"11863version = "4.0.0-dev"11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11865dependencies = [11866 "frame-system-rpc-runtime-api",11867 "futures 0.3.21",11868 "jsonrpc-core",11869 "jsonrpc-core-client",11870 "jsonrpc-derive",11871 "log",11872 "parity-scale-codec 3.1.2",11873 "sc-client-api",11874 "sc-rpc-api",11875 "sc-transaction-pool-api",11876 "sp-api",11877 "sp-block-builder",11878 "sp-blockchain",11879 "sp-core",11880 "sp-runtime",11881]1188211883[[package]]11884name = "substrate-prometheus-endpoint"11885version = "0.10.0-dev"11886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11887dependencies = [11888 "futures-util",11889 "hyper",11890 "log",11891 "prometheus",11892 "thiserror",11893 "tokio 1.18.2",11894]1189511896[[package]]11897name = "substrate-state-trie-migration-rpc"11898version = "4.0.0-dev"11899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11900dependencies = [11901 "jsonrpc-core",11902 "jsonrpc-core-client",11903 "jsonrpc-derive",11904 "log",11905 "parity-scale-codec 3.1.2",11906 "sc-client-api",11907 "sc-rpc-api",11908 "scale-info",11909 "serde",11910 "sp-core",11911 "sp-io",11912 "sp-runtime",11913 "sp-state-machine",11914 "sp-std",11915 "sp-trie",11916 "trie-db",11917]1191811919[[package]]11920name = "substrate-test-client"11921version = "2.0.1"11922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11923dependencies = [11924 "async-trait",11925 "futures 0.3.21",11926 "hex",11927 "parity-scale-codec 3.1.2",11928 "sc-client-api",11929 "sc-client-db",11930 "sc-consensus",11931 "sc-executor",11932 "sc-offchain",11933 "sc-service",11934 "serde",11935 "serde_json",11936 "sp-blockchain",11937 "sp-consensus",11938 "sp-core",11939 "sp-keyring",11940 "sp-keystore",11941 "sp-runtime",11942 "sp-state-machine",11943]1194411945[[package]]11946name = "substrate-test-utils"11947version = "4.0.0-dev"11948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11949dependencies = [11950 "futures 0.3.21",11951 "substrate-test-utils-derive",11952 "tokio 1.18.2",11953]1195411955[[package]]11956name = "substrate-test-utils-derive"11957version = "0.10.0-dev"11958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11959dependencies = [11960 "proc-macro-crate 1.1.3",11961 "proc-macro2",11962 "quote",11963 "syn",11964]1196511966[[package]]11967name = "substrate-wasm-builder"11968version = "5.0.0-dev"11969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11970dependencies = [11971 "ansi_term",11972 "build-helper",11973 "cargo_metadata",11974 "sp-maybe-compressed-blob",11975 "strum 0.23.0",11976 "tempfile",11977 "toml",11978 "walkdir",11979 "wasm-gc-api",11980]1198111982[[package]]11983name = "subtle"11984version = "2.4.1"11985source = "registry+https://github.com/rust-lang/crates.io-index"11986checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1198711988[[package]]11989name = "syn"11990version = "1.0.95"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"11993dependencies = [11994 "proc-macro2",11995 "quote",11996 "unicode-ident",11997]1199811999[[package]]12000name = "synstructure"12001version = "0.12.6"12002source = "registry+https://github.com/rust-lang/crates.io-index"12003checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12004dependencies = [12005 "proc-macro2",12006 "quote",12007 "syn",12008 "unicode-xid",12009]1201012011[[package]]12012name = "tap"12013version = "1.0.1"12014source = "registry+https://github.com/rust-lang/crates.io-index"12015checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1201612017[[package]]12018name = "target-lexicon"12019version = "0.12.4"12020source = "registry+https://github.com/rust-lang/crates.io-index"12021checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1202212023[[package]]12024name = "tempfile"12025version = "3.3.0"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12028dependencies = [12029 "cfg-if 1.0.0",12030 "fastrand",12031 "libc",12032 "redox_syscall 0.2.13",12033 "remove_dir_all",12034 "winapi 0.3.9",12035]1203612037[[package]]12038name = "term"12039version = "0.5.2"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12042dependencies = [12043 "byteorder",12044 "dirs",12045 "winapi 0.3.9",12046]1204712048[[package]]12049name = "termcolor"12050version = "1.1.3"12051source = "registry+https://github.com/rust-lang/crates.io-index"12052checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12053dependencies = [12054 "winapi-util",12055]1205612057[[package]]12058name = "test-runtime-constants"12059version = "0.9.21"12060source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12061dependencies = [12062 "frame-support",12063 "polkadot-primitives",12064 "polkadot-runtime-common",12065 "smallvec",12066 "sp-runtime",12067]1206812069[[package]]12070name = "tests"12071version = "0.1.0"12072dependencies = [12073 "fp-evm-mapping",12074 "frame-support",12075 "frame-system",12076 "pallet-balances",12077 "pallet-common",12078 "pallet-ethereum",12079 "pallet-evm",12080 "pallet-evm-coder-substrate",12081 "pallet-fungible",12082 "pallet-nonfungible",12083 "pallet-refungible",12084 "pallet-structure",12085 "pallet-timestamp",12086 "pallet-transaction-payment",12087 "pallet-unique",12088 "parity-scale-codec 3.1.2",12089 "scale-info",12090 "sp-core",12091 "sp-io",12092 "sp-runtime",12093 "sp-std",12094 "unique-runtime-common",12095 "up-data-structs",12096]1209712098[[package]]12099name = "textwrap"12100version = "0.15.0"12101source = "registry+https://github.com/rust-lang/crates.io-index"12102checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1210312104[[package]]12105name = "thiserror"12106version = "1.0.31"12107source = "registry+https://github.com/rust-lang/crates.io-index"12108checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12109dependencies = [12110 "thiserror-impl",12111]1211212113[[package]]12114name = "thiserror-impl"12115version = "1.0.31"12116source = "registry+https://github.com/rust-lang/crates.io-index"12117checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12118dependencies = [12119 "proc-macro2",12120 "quote",12121 "syn",12122]1212312124[[package]]12125name = "thousands"12126version = "0.2.0"12127source = "registry+https://github.com/rust-lang/crates.io-index"12128checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1212912130[[package]]12131name = "thread_local"12132version = "1.1.4"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12135dependencies = [12136 "once_cell",12137]1213812139[[package]]12140name = "threadpool"12141version = "1.8.1"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12144dependencies = [12145 "num_cpus",12146]1214712148[[package]]12149name = "thrift"12150version = "0.15.0"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12153dependencies = [12154 "byteorder",12155 "integer-encoding",12156 "log",12157 "ordered-float",12158 "threadpool",12159]1216012161[[package]]12162name = "tikv-jemalloc-sys"12163version = "0.4.3+5.2.1-patched.2"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12166dependencies = [12167 "cc",12168 "fs_extra",12169 "libc",12170]1217112172[[package]]12173name = "time"12174version = "0.1.44"12175source = "registry+https://github.com/rust-lang/crates.io-index"12176checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12177dependencies = [12178 "libc",12179 "wasi 0.10.0+wasi-snapshot-preview1",12180 "winapi 0.3.9",12181]1218212183[[package]]12184name = "tiny-bip39"12185version = "0.8.2"12186source = "registry+https://github.com/rust-lang/crates.io-index"12187checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12188dependencies = [12189 "anyhow",12190 "hmac 0.8.1",12191 "once_cell",12192 "pbkdf2 0.4.0",12193 "rand 0.7.3",12194 "rustc-hash",12195 "sha2 0.9.9",12196 "thiserror",12197 "unicode-normalization",12198 "wasm-bindgen",12199 "zeroize",12200]1220112202[[package]]12203name = "tiny-keccak"12204version = "2.0.2"12205source = "registry+https://github.com/rust-lang/crates.io-index"12206checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12207dependencies = [12208 "crunchy",12209]1221012211[[package]]12212name = "tinyvec"12213version = "1.6.0"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12216dependencies = [12217 "tinyvec_macros",12218]1221912220[[package]]12221name = "tinyvec_macros"12222version = "0.1.0"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1222512226[[package]]12227name = "tokio"12228version = "0.2.25"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12231dependencies = [12232 "bytes 0.5.6",12233 "fnv",12234 "pin-project-lite 0.1.12",12235 "tokio-macros 0.2.6",12236]1223712238[[package]]12239name = "tokio"12240version = "1.18.2"12241source = "registry+https://github.com/rust-lang/crates.io-index"12242checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12243dependencies = [12244 "bytes 1.1.0",12245 "libc",12246 "memchr",12247 "mio 0.8.3",12248 "num_cpus",12249 "once_cell",12250 "parking_lot 0.12.0",12251 "pin-project-lite 0.2.9",12252 "signal-hook-registry",12253 "socket2 0.4.4",12254 "tokio-macros 1.7.0",12255 "winapi 0.3.9",12256]1225712258[[package]]12259name = "tokio-macros"12260version = "0.2.6"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12263dependencies = [12264 "proc-macro2",12265 "quote",12266 "syn",12267]1226812269[[package]]12270name = "tokio-macros"12271version = "1.7.0"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12274dependencies = [12275 "proc-macro2",12276 "quote",12277 "syn",12278]1227912280[[package]]12281name = "tokio-rustls"12282version = "0.22.0"12283source = "registry+https://github.com/rust-lang/crates.io-index"12284checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12285dependencies = [12286 "rustls 0.19.1",12287 "tokio 1.18.2",12288 "webpki 0.21.4",12289]1229012291[[package]]12292name = "tokio-rustls"12293version = "0.23.4"12294source = "registry+https://github.com/rust-lang/crates.io-index"12295checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12296dependencies = [12297 "rustls 0.20.6",12298 "tokio 1.18.2",12299 "webpki 0.22.0",12300]1230112302[[package]]12303name = "tokio-stream"12304version = "0.1.8"12305source = "registry+https://github.com/rust-lang/crates.io-index"12306checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12307dependencies = [12308 "futures-core",12309 "pin-project-lite 0.2.9",12310 "tokio 1.18.2",12311]1231212313[[package]]12314name = "tokio-util"12315version = "0.6.10"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12318dependencies = [12319 "bytes 1.1.0",12320 "futures-core",12321 "futures-sink",12322 "log",12323 "pin-project-lite 0.2.9",12324 "tokio 1.18.2",12325]1232612327[[package]]12328name = "tokio-util"12329version = "0.7.2"12330source = "registry+https://github.com/rust-lang/crates.io-index"12331checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12332dependencies = [12333 "bytes 1.1.0",12334 "futures-core",12335 "futures-io",12336 "futures-sink",12337 "pin-project-lite 0.2.9",12338 "tokio 1.18.2",12339 "tracing",12340]1234112342[[package]]12343name = "toml"12344version = "0.5.9"12345source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12347dependencies = [12348 "serde",12349]1235012351[[package]]12352name = "tower-service"12353version = "0.3.1"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1235612357[[package]]12358name = "tracing"12359version = "0.1.34"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12362dependencies = [12363 "cfg-if 1.0.0",12364 "pin-project-lite 0.2.9",12365 "tracing-attributes",12366 "tracing-core",12367]1236812369[[package]]12370name = "tracing-attributes"12371version = "0.1.21"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12374dependencies = [12375 "proc-macro2",12376 "quote",12377 "syn",12378]1237912380[[package]]12381name = "tracing-core"12382version = "0.1.26"12383source = "registry+https://github.com/rust-lang/crates.io-index"12384checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12385dependencies = [12386 "lazy_static",12387 "valuable",12388]1238912390[[package]]12391name = "tracing-futures"12392version = "0.2.5"12393source = "registry+https://github.com/rust-lang/crates.io-index"12394checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12395dependencies = [12396 "pin-project 1.0.10",12397 "tracing",12398]1239912400[[package]]12401name = "tracing-gum"12402version = "0.9.21"12403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12404dependencies = [12405 "polkadot-node-jaeger",12406 "polkadot-primitives",12407 "tracing",12408 "tracing-gum-proc-macro",12409]1241012411[[package]]12412name = "tracing-gum-proc-macro"12413version = "0.9.21"12414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12415dependencies = [12416 "expander 0.0.6",12417 "proc-macro-crate 1.1.3",12418 "proc-macro2",12419 "quote",12420 "syn",12421]1242212423[[package]]12424name = "tracing-log"12425version = "0.1.3"12426source = "registry+https://github.com/rust-lang/crates.io-index"12427checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12428dependencies = [12429 "lazy_static",12430 "log",12431 "tracing-core",12432]1243312434[[package]]12435name = "tracing-serde"12436version = "0.1.3"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12439dependencies = [12440 "serde",12441 "tracing-core",12442]1244312444[[package]]12445name = "tracing-subscriber"12446version = "0.2.25"12447source = "registry+https://github.com/rust-lang/crates.io-index"12448checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12449dependencies = [12450 "ansi_term",12451 "chrono",12452 "lazy_static",12453 "matchers",12454 "parking_lot 0.11.2",12455 "regex",12456 "serde",12457 "serde_json",12458 "sharded-slab",12459 "smallvec",12460 "thread_local",12461 "tracing",12462 "tracing-core",12463 "tracing-log",12464 "tracing-serde",12465]1246612467[[package]]12468name = "trie-db"12469version = "0.23.1"12470source = "registry+https://github.com/rust-lang/crates.io-index"12471checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12472dependencies = [12473 "hash-db",12474 "hashbrown 0.12.1",12475 "log",12476 "rustc-hex",12477 "smallvec",12478]1247912480[[package]]12481name = "trie-root"12482version = "0.17.0"12483source = "registry+https://github.com/rust-lang/crates.io-index"12484checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12485dependencies = [12486 "hash-db",12487]1248812489[[package]]12490name = "triehash"12491version = "0.8.4"12492source = "registry+https://github.com/rust-lang/crates.io-index"12493checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12494dependencies = [12495 "hash-db",12496 "rlp",12497]1249812499[[package]]12500name = "trust-dns-proto"12501version = "0.20.4"12502source = "registry+https://github.com/rust-lang/crates.io-index"12503checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12504dependencies = [12505 "async-trait",12506 "cfg-if 1.0.0",12507 "data-encoding",12508 "enum-as-inner",12509 "futures-channel",12510 "futures-io",12511 "futures-util",12512 "idna 0.2.3",12513 "ipnet",12514 "lazy_static",12515 "log",12516 "rand 0.8.5",12517 "smallvec",12518 "thiserror",12519 "tinyvec",12520 "url 2.2.2",12521]1252212523[[package]]12524name = "trust-dns-resolver"12525version = "0.20.4"12526source = "registry+https://github.com/rust-lang/crates.io-index"12527checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12528dependencies = [12529 "cfg-if 1.0.0",12530 "futures-util",12531 "ipconfig",12532 "lazy_static",12533 "log",12534 "lru-cache",12535 "parking_lot 0.11.2",12536 "resolv-conf",12537 "smallvec",12538 "thiserror",12539 "trust-dns-proto",12540]1254112542[[package]]12543name = "try-lock"12544version = "0.2.3"12545source = "registry+https://github.com/rust-lang/crates.io-index"12546checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1254712548[[package]]12549name = "try-runtime-cli"12550version = "0.10.0-dev"12551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12552dependencies = [12553 "clap",12554 "jsonrpsee",12555 "log",12556 "parity-scale-codec 3.1.2",12557 "remote-externalities",12558 "sc-chain-spec",12559 "sc-cli",12560 "sc-executor",12561 "sc-service",12562 "serde",12563 "sp-core",12564 "sp-externalities",12565 "sp-io",12566 "sp-keystore",12567 "sp-runtime",12568 "sp-state-machine",12569 "sp-version",12570 "zstd",12571]1257212573[[package]]12574name = "tt-call"12575version = "1.0.8"12576source = "registry+https://github.com/rust-lang/crates.io-index"12577checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1257812579[[package]]12580name = "twox-hash"12581version = "1.6.3"12582source = "registry+https://github.com/rust-lang/crates.io-index"12583checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12584dependencies = [12585 "cfg-if 1.0.0",12586 "digest 0.10.3",12587 "rand 0.8.5",12588 "static_assertions",12589]1259012591[[package]]12592name = "typenum"12593version = "1.15.0"12594source = "registry+https://github.com/rust-lang/crates.io-index"12595checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1259612597[[package]]12598name = "uc-rpc"12599version = "0.1.0"12600dependencies = [12601 "jsonrpc-core",12602 "jsonrpc-core-client",12603 "jsonrpc-derive",12604 "pallet-common",12605 "pallet-evm",12606 "parity-scale-codec 3.1.2",12607 "rmrk-rpc 0.0.1",12608 "sp-api",12609 "sp-blockchain",12610 "sp-core",12611 "sp-rpc",12612 "sp-runtime",12613 "unique-runtime-common",12614 "up-data-structs",12615 "up-rpc",12616]1261712618[[package]]12619name = "ucd-trie"12620version = "0.1.3"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1262312624[[package]]12625name = "uint"12626version = "0.9.3"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12629dependencies = [12630 "byteorder",12631 "crunchy",12632 "hex",12633 "static_assertions",12634]1263512636[[package]]12637name = "unicase"12638version = "2.6.0"12639source = "registry+https://github.com/rust-lang/crates.io-index"12640checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12641dependencies = [12642 "version_check",12643]1264412645[[package]]12646name = "unicode-bidi"12647version = "0.3.8"12648source = "registry+https://github.com/rust-lang/crates.io-index"12649checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1265012651[[package]]12652name = "unicode-ident"12653version = "1.0.0"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1265612657[[package]]12658name = "unicode-normalization"12659version = "0.1.19"12660source = "registry+https://github.com/rust-lang/crates.io-index"12661checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12662dependencies = [12663 "tinyvec",12664]1266512666[[package]]12667name = "unicode-segmentation"12668version = "1.9.0"12669source = "registry+https://github.com/rust-lang/crates.io-index"12670checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1267112672[[package]]12673name = "unicode-width"12674version = "0.1.9"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1267712678[[package]]12679name = "unicode-xid"12680version = "0.2.3"12681source = "registry+https://github.com/rust-lang/crates.io-index"12682checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1268312684[[package]]12685name = "unique-node"12686version = "0.9.20"12687dependencies = [12688 "clap",12689 "cumulus-client-cli",12690 "cumulus-client-collator",12691 "cumulus-client-consensus-aura",12692 "cumulus-client-consensus-common",12693 "cumulus-client-network",12694 "cumulus-client-service",12695 "cumulus-primitives-core",12696 "cumulus-primitives-parachain-inherent",12697 "cumulus-relay-chain-inprocess-interface",12698 "cumulus-relay-chain-interface",12699 "cumulus-relay-chain-rpc-interface",12700 "fc-consensus",12701 "fc-db",12702 "fc-mapping-sync",12703 "fc-rpc",12704 "fc-rpc-core",12705 "flexi_logger",12706 "fp-rpc",12707 "frame-benchmarking",12708 "frame-benchmarking-cli",12709 "futures 0.3.21",12710 "jsonrpc-core",12711 "jsonrpc-pubsub",12712 "log",12713 "opal-runtime",12714 "pallet-ethereum",12715 "pallet-transaction-payment-rpc",12716 "pallet-transaction-payment-rpc-runtime-api",12717 "parity-scale-codec 3.1.2",12718 "parking_lot 0.11.2",12719 "polkadot-cli",12720 "polkadot-parachain",12721 "polkadot-primitives",12722 "polkadot-service",12723 "polkadot-test-service",12724 "quartz-runtime",12725 "rmrk-rpc 0.0.1",12726 "sc-basic-authorship",12727 "sc-chain-spec",12728 "sc-cli",12729 "sc-client-api",12730 "sc-consensus",12731 "sc-consensus-aura",12732 "sc-consensus-manual-seal",12733 "sc-executor",12734 "sc-finality-grandpa",12735 "sc-keystore",12736 "sc-network",12737 "sc-rpc",12738 "sc-rpc-api",12739 "sc-service",12740 "sc-telemetry",12741 "sc-tracing",12742 "sc-transaction-pool",12743 "serde",12744 "serde_json",12745 "sp-api",12746 "sp-block-builder",12747 "sp-blockchain",12748 "sp-consensus",12749 "sp-consensus-aura",12750 "sp-core",12751 "sp-finality-grandpa",12752 "sp-inherents",12753 "sp-keystore",12754 "sp-offchain",12755 "sp-runtime",12756 "sp-session",12757 "sp-timestamp",12758 "sp-transaction-pool",12759 "sp-trie",12760 "substrate-build-script-utils",12761 "substrate-frame-rpc-system",12762 "substrate-prometheus-endpoint",12763 "tokio 1.18.2",12764 "try-runtime-cli",12765 "unique-rpc",12766 "unique-runtime",12767 "unique-runtime-common",12768 "up-data-structs",12769 "up-rpc",12770]1277112772[[package]]12773name = "unique-rpc"12774version = "0.1.0"12775dependencies = [12776 "fc-db",12777 "fc-mapping-sync",12778 "fc-rpc",12779 "fc-rpc-core",12780 "fp-rpc",12781 "fp-storage",12782 "futures 0.3.21",12783 "jsonrpc-core",12784 "jsonrpc-pubsub",12785 "pallet-common",12786 "pallet-ethereum",12787 "pallet-transaction-payment-rpc",12788 "pallet-transaction-payment-rpc-runtime-api",12789 "pallet-unique",12790 "rmrk-rpc 0.0.1",12791 "sc-client-api",12792 "sc-consensus-aura",12793 "sc-consensus-epochs",12794 "sc-finality-grandpa",12795 "sc-finality-grandpa-rpc",12796 "sc-keystore",12797 "sc-network",12798 "sc-rpc",12799 "sc-rpc-api",12800 "sc-service",12801 "sc-transaction-pool",12802 "serde",12803 "sp-api",12804 "sp-block-builder",12805 "sp-blockchain",12806 "sp-consensus",12807 "sp-consensus-aura",12808 "sp-core",12809 "sp-offchain",12810 "sp-runtime",12811 "sp-session",12812 "sp-storage",12813 "sp-transaction-pool",12814 "substrate-frame-rpc-system",12815 "tokio 0.2.25",12816 "uc-rpc",12817 "unique-runtime-common",12818 "up-data-structs",12819 "up-rpc",12820]1282112822[[package]]12823name = "unique-runtime"12824version = "0.9.18"12825dependencies = [12826 "cumulus-pallet-aura-ext",12827 "cumulus-pallet-dmp-queue",12828 "cumulus-pallet-parachain-system",12829 "cumulus-pallet-xcm",12830 "cumulus-pallet-xcmp-queue",12831 "cumulus-primitives-core",12832 "cumulus-primitives-timestamp",12833 "cumulus-primitives-utility",12834 "derivative",12835 "fp-evm-mapping",12836 "fp-rpc",12837 "fp-self-contained",12838 "frame-benchmarking",12839 "frame-executive",12840 "frame-support",12841 "frame-system",12842 "frame-system-benchmarking",12843 "frame-system-rpc-runtime-api",12844 "frame-try-runtime",12845 "hex-literal",12846 "log",12847 "orml-vesting",12848 "pallet-aura",12849 "pallet-balances",12850 "pallet-base-fee",12851 "pallet-common",12852 "pallet-ethereum",12853 "pallet-evm",12854 "pallet-evm-coder-substrate",12855 "pallet-evm-contract-helpers",12856 "pallet-evm-migration",12857 "pallet-evm-transaction-payment",12858 "pallet-fungible",12859 "pallet-inflation",12860 "pallet-nonfungible",12861 "pallet-randomness-collective-flip",12862 "pallet-refungible",12863 "pallet-rmrk-core",12864 "pallet-structure",12865 "pallet-sudo",12866 "pallet-template-transaction-payment",12867 "pallet-timestamp",12868 "pallet-transaction-payment",12869 "pallet-transaction-payment-rpc-runtime-api",12870 "pallet-treasury",12871 "pallet-unique",12872 "pallet-unq-scheduler",12873 "pallet-xcm",12874 "parachain-info",12875 "parity-scale-codec 3.1.2",12876 "polkadot-parachain",12877 "rmrk-rpc 0.0.1",12878 "scale-info",12879 "serde",12880 "smallvec",12881 "sp-api",12882 "sp-arithmetic",12883 "sp-block-builder",12884 "sp-consensus-aura",12885 "sp-core",12886 "sp-inherents",12887 "sp-io",12888 "sp-offchain",12889 "sp-runtime",12890 "sp-session",12891 "sp-std",12892 "sp-transaction-pool",12893 "sp-version",12894 "substrate-wasm-builder",12895 "unique-runtime-common",12896 "up-data-structs",12897 "up-rpc",12898 "xcm",12899 "xcm-builder",12900 "xcm-executor",12901]1290212903[[package]]12904name = "unique-runtime-common"12905version = "0.9.20"12906dependencies = [12907 "evm-coder",12908 "fp-rpc",12909 "frame-support",12910 "frame-system",12911 "pallet-common",12912 "pallet-evm",12913 "pallet-fungible",12914 "pallet-nonfungible",12915 "pallet-refungible",12916 "pallet-unique",12917 "parity-scale-codec 3.1.2",12918 "rmrk-rpc 0.0.1",12919 "scale-info",12920 "sp-consensus-aura",12921 "sp-core",12922 "sp-runtime",12923 "sp-std",12924 "up-data-structs",12925 "up-sponsorship",12926]1292712928[[package]]12929name = "universal-hash"12930version = "0.4.1"12931source = "registry+https://github.com/rust-lang/crates.io-index"12932checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12933dependencies = [12934 "generic-array 0.14.5",12935 "subtle",12936]1293712938[[package]]12939name = "unsigned-varint"12940version = "0.5.1"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1294312944[[package]]12945name = "unsigned-varint"12946version = "0.6.0"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12949dependencies = [12950 "asynchronous-codec 0.5.0",12951 "bytes 1.1.0",12952 "futures-io",12953 "futures-util",12954]1295512956[[package]]12957name = "unsigned-varint"12958version = "0.7.1"12959source = "registry+https://github.com/rust-lang/crates.io-index"12960checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12961dependencies = [12962 "asynchronous-codec 0.6.0",12963 "bytes 1.1.0",12964 "futures-io",12965 "futures-util",12966]1296712968[[package]]12969name = "untrusted"12970version = "0.7.1"12971source = "registry+https://github.com/rust-lang/crates.io-index"12972checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1297312974[[package]]12975name = "up-data-structs"12976version = "0.1.0"12977dependencies = [12978 "derivative",12979 "frame-support",12980 "frame-system",12981 "pallet-evm",12982 "parity-scale-codec 3.1.2",12983 "scale-info",12984 "serde",12985 "sp-core",12986 "sp-runtime",12987 "sp-std",12988 "struct-versioning",12989]1299012991[[package]]12992name = "up-rpc"12993version = "0.1.0"12994dependencies = [12995 "pallet-common",12996 "pallet-evm",12997 "parity-scale-codec 3.1.2",12998 "sp-api",12999 "sp-core",13000 "sp-runtime",13001 "sp-std",13002 "up-data-structs",13003]1300413005[[package]]13006name = "up-sponsorship"13007version = "0.1.0"13008source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"13009dependencies = [13010 "impl-trait-for-tuples",13011]1301213013[[package]]13014name = "url"13015version = "1.7.2"13016source = "registry+https://github.com/rust-lang/crates.io-index"13017checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13018dependencies = [13019 "idna 0.1.5",13020 "matches",13021 "percent-encoding 1.0.1",13022]1302313024[[package]]13025name = "url"13026version = "2.2.2"13027source = "registry+https://github.com/rust-lang/crates.io-index"13028checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13029dependencies = [13030 "form_urlencoded",13031 "idna 0.2.3",13032 "matches",13033 "percent-encoding 2.1.0",13034]1303513036[[package]]13037name = "valuable"13038version = "0.1.0"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1304113042[[package]]13043name = "value-bag"13044version = "1.0.0-alpha.9"13045source = "registry+https://github.com/rust-lang/crates.io-index"13046checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13047dependencies = [13048 "ctor",13049 "version_check",13050]1305113052[[package]]13053name = "vcpkg"13054version = "0.2.15"13055source = "registry+https://github.com/rust-lang/crates.io-index"13056checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1305713058[[package]]13059name = "version_check"13060version = "0.9.4"13061source = "registry+https://github.com/rust-lang/crates.io-index"13062checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1306313064[[package]]13065name = "void"13066version = "1.0.2"13067source = "registry+https://github.com/rust-lang/crates.io-index"13068checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1306913070[[package]]13071name = "waker-fn"13072version = "1.1.0"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1307513076[[package]]13077name = "walkdir"13078version = "2.3.2"13079source = "registry+https://github.com/rust-lang/crates.io-index"13080checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13081dependencies = [13082 "same-file",13083 "winapi 0.3.9",13084 "winapi-util",13085]1308613087[[package]]13088name = "want"13089version = "0.3.0"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13092dependencies = [13093 "log",13094 "try-lock",13095]1309613097[[package]]13098name = "wasi"13099version = "0.9.0+wasi-snapshot-preview1"13100source = "registry+https://github.com/rust-lang/crates.io-index"13101checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1310213103[[package]]13104name = "wasi"13105version = "0.10.0+wasi-snapshot-preview1"13106source = "registry+https://github.com/rust-lang/crates.io-index"13107checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1310813109[[package]]13110name = "wasi"13111version = "0.11.0+wasi-snapshot-preview1"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1311413115[[package]]13116name = "wasm-bindgen"13117version = "0.2.80"13118source = "registry+https://github.com/rust-lang/crates.io-index"13119checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13120dependencies = [13121 "cfg-if 1.0.0",13122 "wasm-bindgen-macro",13123]1312413125[[package]]13126name = "wasm-bindgen-backend"13127version = "0.2.80"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13130dependencies = [13131 "bumpalo",13132 "lazy_static",13133 "log",13134 "proc-macro2",13135 "quote",13136 "syn",13137 "wasm-bindgen-shared",13138]1313913140[[package]]13141name = "wasm-bindgen-futures"13142version = "0.4.30"13143source = "registry+https://github.com/rust-lang/crates.io-index"13144checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13145dependencies = [13146 "cfg-if 1.0.0",13147 "js-sys",13148 "wasm-bindgen",13149 "web-sys",13150]1315113152[[package]]13153name = "wasm-bindgen-macro"13154version = "0.2.80"13155source = "registry+https://github.com/rust-lang/crates.io-index"13156checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13157dependencies = [13158 "quote",13159 "wasm-bindgen-macro-support",13160]1316113162[[package]]13163name = "wasm-bindgen-macro-support"13164version = "0.2.80"13165source = "registry+https://github.com/rust-lang/crates.io-index"13166checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13167dependencies = [13168 "proc-macro2",13169 "quote",13170 "syn",13171 "wasm-bindgen-backend",13172 "wasm-bindgen-shared",13173]1317413175[[package]]13176name = "wasm-bindgen-shared"13177version = "0.2.80"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1318013181[[package]]13182name = "wasm-gc-api"13183version = "0.1.11"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13186dependencies = [13187 "log",13188 "parity-wasm 0.32.0",13189 "rustc-demangle",13190]1319113192[[package]]13193name = "wasm-instrument"13194version = "0.1.1"13195source = "registry+https://github.com/rust-lang/crates.io-index"13196checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13197dependencies = [13198 "parity-wasm 0.42.2",13199]1320013201[[package]]13202name = "wasm-timer"13203version = "0.2.5"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13206dependencies = [13207 "futures 0.3.21",13208 "js-sys",13209 "parking_lot 0.11.2",13210 "pin-utils",13211 "wasm-bindgen",13212 "wasm-bindgen-futures",13213 "web-sys",13214]1321513216[[package]]13217name = "wasmi"13218version = "0.9.1"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13221dependencies = [13222 "downcast-rs",13223 "libc",13224 "memory_units",13225 "num-rational 0.2.4",13226 "num-traits",13227 "parity-wasm 0.42.2",13228 "wasmi-validation",13229]1323013231[[package]]13232name = "wasmi-validation"13233version = "0.4.1"13234source = "registry+https://github.com/rust-lang/crates.io-index"13235checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13236dependencies = [13237 "parity-wasm 0.42.2",13238]1323913240[[package]]13241name = "wasmparser"13242version = "0.83.0"13243source = "registry+https://github.com/rust-lang/crates.io-index"13244checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1324513246[[package]]13247name = "wasmtime"13248version = "0.35.3"13249source = "registry+https://github.com/rust-lang/crates.io-index"13250checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13251dependencies = [13252 "anyhow",13253 "backtrace",13254 "bincode",13255 "cfg-if 1.0.0",13256 "indexmap",13257 "lazy_static",13258 "libc",13259 "log",13260 "object 0.27.1",13261 "once_cell",13262 "paste",13263 "psm",13264 "rayon",13265 "region",13266 "serde",13267 "target-lexicon",13268 "wasmparser",13269 "wasmtime-cache",13270 "wasmtime-cranelift",13271 "wasmtime-environ",13272 "wasmtime-jit",13273 "wasmtime-runtime",13274 "winapi 0.3.9",13275]1327613277[[package]]13278name = "wasmtime-cache"13279version = "0.35.3"13280source = "registry+https://github.com/rust-lang/crates.io-index"13281checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13282dependencies = [13283 "anyhow",13284 "base64",13285 "bincode",13286 "directories-next",13287 "file-per-thread-logger",13288 "log",13289 "rustix",13290 "serde",13291 "sha2 0.9.9",13292 "toml",13293 "winapi 0.3.9",13294 "zstd",13295]1329613297[[package]]13298name = "wasmtime-cranelift"13299version = "0.35.3"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13302dependencies = [13303 "anyhow",13304 "cranelift-codegen",13305 "cranelift-entity",13306 "cranelift-frontend",13307 "cranelift-native",13308 "cranelift-wasm",13309 "gimli",13310 "log",13311 "more-asserts",13312 "object 0.27.1",13313 "target-lexicon",13314 "thiserror",13315 "wasmparser",13316 "wasmtime-environ",13317]1331813319[[package]]13320name = "wasmtime-environ"13321version = "0.35.3"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13324dependencies = [13325 "anyhow",13326 "cranelift-entity",13327 "gimli",13328 "indexmap",13329 "log",13330 "more-asserts",13331 "object 0.27.1",13332 "serde",13333 "target-lexicon",13334 "thiserror",13335 "wasmparser",13336 "wasmtime-types",13337]1333813339[[package]]13340name = "wasmtime-jit"13341version = "0.35.3"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13344dependencies = [13345 "addr2line",13346 "anyhow",13347 "bincode",13348 "cfg-if 1.0.0",13349 "cpp_demangle",13350 "gimli",13351 "log",13352 "object 0.27.1",13353 "region",13354 "rustc-demangle",13355 "rustix",13356 "serde",13357 "target-lexicon",13358 "thiserror",13359 "wasmtime-environ",13360 "wasmtime-jit-debug",13361 "wasmtime-runtime",13362 "winapi 0.3.9",13363]1336413365[[package]]13366name = "wasmtime-jit-debug"13367version = "0.35.3"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13370dependencies = [13371 "lazy_static",13372 "object 0.27.1",13373 "rustix",13374]1337513376[[package]]13377name = "wasmtime-runtime"13378version = "0.35.3"13379source = "registry+https://github.com/rust-lang/crates.io-index"13380checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13381dependencies = [13382 "anyhow",13383 "backtrace",13384 "cc",13385 "cfg-if 1.0.0",13386 "indexmap",13387 "libc",13388 "log",13389 "mach",13390 "memoffset",13391 "more-asserts",13392 "rand 0.8.5",13393 "region",13394 "rustix",13395 "thiserror",13396 "wasmtime-environ",13397 "wasmtime-jit-debug",13398 "winapi 0.3.9",13399]1340013401[[package]]13402name = "wasmtime-types"13403version = "0.35.3"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13406dependencies = [13407 "cranelift-entity",13408 "serde",13409 "thiserror",13410 "wasmparser",13411]1341213413[[package]]13414name = "web-sys"13415version = "0.3.57"13416source = "registry+https://github.com/rust-lang/crates.io-index"13417checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13418dependencies = [13419 "js-sys",13420 "wasm-bindgen",13421]1342213423[[package]]13424name = "webpki"13425version = "0.21.4"13426source = "registry+https://github.com/rust-lang/crates.io-index"13427checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13428dependencies = [13429 "ring",13430 "untrusted",13431]1343213433[[package]]13434name = "webpki"13435version = "0.22.0"13436source = "registry+https://github.com/rust-lang/crates.io-index"13437checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13438dependencies = [13439 "ring",13440 "untrusted",13441]1344213443[[package]]13444name = "webpki-roots"13445version = "0.21.1"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13448dependencies = [13449 "webpki 0.21.4",13450]1345113452[[package]]13453name = "webpki-roots"13454version = "0.22.3"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13457dependencies = [13458 "webpki 0.22.0",13459]1346013461[[package]]13462name = "wepoll-ffi"13463version = "0.1.2"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13466dependencies = [13467 "cc",13468]1346913470[[package]]13471name = "westend-runtime"13472version = "0.9.21"13473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13474dependencies = [13475 "beefy-primitives",13476 "bitvec 1.0.0",13477 "frame-benchmarking",13478 "frame-election-provider-support",13479 "frame-executive",13480 "frame-support",13481 "frame-system",13482 "frame-system-benchmarking",13483 "frame-system-rpc-runtime-api",13484 "frame-try-runtime",13485 "hex-literal",13486 "log",13487 "pallet-authority-discovery",13488 "pallet-authorship",13489 "pallet-babe",13490 "pallet-bags-list",13491 "pallet-balances",13492 "pallet-collective",13493 "pallet-democracy",13494 "pallet-election-provider-multi-phase",13495 "pallet-election-provider-support-benchmarking",13496 "pallet-elections-phragmen",13497 "pallet-grandpa",13498 "pallet-identity",13499 "pallet-im-online",13500 "pallet-indices",13501 "pallet-membership",13502 "pallet-multisig",13503 "pallet-nicks",13504 "pallet-nomination-pools",13505 "pallet-nomination-pools-benchmarking",13506 "pallet-offences",13507 "pallet-offences-benchmarking",13508 "pallet-preimage",13509 "pallet-proxy",13510 "pallet-recovery",13511 "pallet-scheduler",13512 "pallet-session",13513 "pallet-session-benchmarking",13514 "pallet-society",13515 "pallet-staking",13516 "pallet-staking-reward-curve",13517 "pallet-sudo",13518 "pallet-timestamp",13519 "pallet-transaction-payment",13520 "pallet-transaction-payment-rpc-runtime-api",13521 "pallet-treasury",13522 "pallet-utility",13523 "pallet-vesting",13524 "pallet-xcm",13525 "pallet-xcm-benchmarks",13526 "parity-scale-codec 3.1.2",13527 "polkadot-parachain",13528 "polkadot-primitives",13529 "polkadot-runtime-common",13530 "polkadot-runtime-parachains",13531 "rustc-hex",13532 "scale-info",13533 "serde",13534 "serde_derive",13535 "smallvec",13536 "sp-api",13537 "sp-authority-discovery",13538 "sp-block-builder",13539 "sp-consensus-babe",13540 "sp-core",13541 "sp-inherents",13542 "sp-io",13543 "sp-mmr-primitives",13544 "sp-npos-elections",13545 "sp-offchain",13546 "sp-runtime",13547 "sp-session",13548 "sp-staking",13549 "sp-std",13550 "sp-transaction-pool",13551 "sp-version",13552 "substrate-wasm-builder",13553 "westend-runtime-constants",13554 "xcm",13555 "xcm-builder",13556 "xcm-executor",13557]1355813559[[package]]13560name = "westend-runtime-constants"13561version = "0.9.21"13562source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13563dependencies = [13564 "frame-support",13565 "polkadot-primitives",13566 "polkadot-runtime-common",13567 "smallvec",13568 "sp-runtime",13569]1357013571[[package]]13572name = "which"13573version = "4.2.5"13574source = "registry+https://github.com/rust-lang/crates.io-index"13575checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13576dependencies = [13577 "either",13578 "lazy_static",13579 "libc",13580]1358113582[[package]]13583name = "widestring"13584version = "0.4.3"13585source = "registry+https://github.com/rust-lang/crates.io-index"13586checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1358713588[[package]]13589name = "winapi"13590version = "0.2.8"13591source = "registry+https://github.com/rust-lang/crates.io-index"13592checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1359313594[[package]]13595name = "winapi"13596version = "0.3.9"13597source = "registry+https://github.com/rust-lang/crates.io-index"13598checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13599dependencies = [13600 "winapi-i686-pc-windows-gnu",13601 "winapi-x86_64-pc-windows-gnu",13602]1360313604[[package]]13605name = "winapi-build"13606version = "0.1.1"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1360913610[[package]]13611name = "winapi-i686-pc-windows-gnu"13612version = "0.4.0"13613source = "registry+https://github.com/rust-lang/crates.io-index"13614checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1361513616[[package]]13617name = "winapi-util"13618version = "0.1.5"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13621dependencies = [13622 "winapi 0.3.9",13623]1362413625[[package]]13626name = "winapi-x86_64-pc-windows-gnu"13627version = "0.4.0"13628source = "registry+https://github.com/rust-lang/crates.io-index"13629checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1363013631[[package]]13632name = "windows-sys"13633version = "0.36.1"13634source = "registry+https://github.com/rust-lang/crates.io-index"13635checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13636dependencies = [13637 "windows_aarch64_msvc",13638 "windows_i686_gnu",13639 "windows_i686_msvc",13640 "windows_x86_64_gnu",13641 "windows_x86_64_msvc",13642]1364313644[[package]]13645name = "windows_aarch64_msvc"13646version = "0.36.1"13647source = "registry+https://github.com/rust-lang/crates.io-index"13648checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1364913650[[package]]13651name = "windows_i686_gnu"13652version = "0.36.1"13653source = "registry+https://github.com/rust-lang/crates.io-index"13654checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1365513656[[package]]13657name = "windows_i686_msvc"13658version = "0.36.1"13659source = "registry+https://github.com/rust-lang/crates.io-index"13660checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1366113662[[package]]13663name = "windows_x86_64_gnu"13664version = "0.36.1"13665source = "registry+https://github.com/rust-lang/crates.io-index"13666checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1366713668[[package]]13669name = "windows_x86_64_msvc"13670version = "0.36.1"13671source = "registry+https://github.com/rust-lang/crates.io-index"13672checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1367313674[[package]]13675name = "winreg"13676version = "0.6.2"13677source = "registry+https://github.com/rust-lang/crates.io-index"13678checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13679dependencies = [13680 "winapi 0.3.9",13681]1368213683[[package]]13684name = "ws2_32-sys"13685version = "0.2.1"13686source = "registry+https://github.com/rust-lang/crates.io-index"13687checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13688dependencies = [13689 "winapi 0.2.8",13690 "winapi-build",13691]1369213693[[package]]13694name = "wyz"13695version = "0.2.0"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1369813699[[package]]13700name = "wyz"13701version = "0.5.0"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13704dependencies = [13705 "tap",13706]1370713708[[package]]13709name = "x25519-dalek"13710version = "1.1.1"13711source = "registry+https://github.com/rust-lang/crates.io-index"13712checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13713dependencies = [13714 "curve25519-dalek 3.2.0",13715 "rand_core 0.5.1",13716 "zeroize",13717]1371813719[[package]]13720name = "xcm"13721version = "0.9.21"13722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13723dependencies = [13724 "derivative",13725 "impl-trait-for-tuples",13726 "log",13727 "parity-scale-codec 3.1.2",13728 "scale-info",13729 "xcm-procedural",13730]1373113732[[package]]13733name = "xcm-builder"13734version = "0.9.21"13735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13736dependencies = [13737 "frame-support",13738 "frame-system",13739 "log",13740 "pallet-transaction-payment",13741 "parity-scale-codec 3.1.2",13742 "polkadot-parachain",13743 "scale-info",13744 "sp-arithmetic",13745 "sp-io",13746 "sp-runtime",13747 "sp-std",13748 "xcm",13749 "xcm-executor",13750]1375113752[[package]]13753name = "xcm-executor"13754version = "0.9.21"13755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13756dependencies = [13757 "frame-benchmarking",13758 "frame-support",13759 "impl-trait-for-tuples",13760 "log",13761 "parity-scale-codec 3.1.2",13762 "sp-arithmetic",13763 "sp-core",13764 "sp-io",13765 "sp-runtime",13766 "sp-std",13767 "xcm",13768]1376913770[[package]]13771name = "xcm-procedural"13772version = "0.1.0"13773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13774dependencies = [13775 "Inflector",13776 "proc-macro2",13777 "quote",13778 "syn",13779]1378013781[[package]]13782name = "yamux"13783version = "0.9.0"13784source = "registry+https://github.com/rust-lang/crates.io-index"13785checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13786dependencies = [13787 "futures 0.3.21",13788 "log",13789 "nohash-hasher",13790 "parking_lot 0.11.2",13791 "rand 0.8.5",13792 "static_assertions",13793]1379413795[[package]]13796name = "yansi"13797version = "0.5.1"13798source = "registry+https://github.com/rust-lang/crates.io-index"13799checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1380013801[[package]]13802name = "zeroize"13803version = "1.5.5"13804source = "registry+https://github.com/rust-lang/crates.io-index"13805checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13806dependencies = [13807 "zeroize_derive",13808]1380913810[[package]]13811name = "zeroize_derive"13812version = "1.3.2"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13815dependencies = [13816 "proc-macro2",13817 "quote",13818 "syn",13819 "synstructure",13820]1382113822[[package]]13823name = "zstd"13824version = "0.10.2+zstd.1.5.2"13825source = "registry+https://github.com/rust-lang/crates.io-index"13826checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13827dependencies = [13828 "zstd-safe",13829]1383013831[[package]]13832name = "zstd-safe"13833version = "4.1.6+zstd.1.5.2"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13836dependencies = [13837 "libc",13838 "zstd-sys",13839]1384013841[[package]]13842name = "zstd-sys"13843version = "1.6.3+zstd.1.5.2"13844source = "registry+https://github.com/rust-lang/crates.io-index"13845checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13846dependencies = [13847 "cc",13848 "libc",13849]