git.delta.rocks / unique-network / refs/commits / 25b9e9e7bf38

difftreelog

source

Cargo.lock312.1 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"42934294[[package]]4295name = "lazycell"4296version = "1.3.0"4297source = "registry+https://github.com/rust-lang/crates.io-index"4298checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42994300[[package]]4301name = "libc"4302version = "0.2.126"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"43054306[[package]]4307name = "libloading"4308version = "0.5.2"4309source = "registry+https://github.com/rust-lang/crates.io-index"4310checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4311dependencies = [4312 "cc",4313 "winapi 0.3.9",4314]43154316[[package]]4317name = "libloading"4318version = "0.7.3"4319source = "registry+https://github.com/rust-lang/crates.io-index"4320checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4321dependencies = [4322 "cfg-if 1.0.0",4323 "winapi 0.3.9",4324]43254326[[package]]4327name = "libm"4328version = "0.2.2"4329source = "registry+https://github.com/rust-lang/crates.io-index"4330checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"43314332[[package]]4333name = "libp2p"4334version = "0.40.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4337dependencies = [4338 "atomic",4339 "bytes 1.1.0",4340 "futures 0.3.21",4341 "lazy_static",4342 "libp2p-core",4343 "libp2p-deflate",4344 "libp2p-dns",4345 "libp2p-floodsub",4346 "libp2p-gossipsub",4347 "libp2p-identify",4348 "libp2p-kad",4349 "libp2p-mdns",4350 "libp2p-metrics",4351 "libp2p-mplex",4352 "libp2p-noise",4353 "libp2p-ping",4354 "libp2p-plaintext",4355 "libp2p-pnet",4356 "libp2p-relay",4357 "libp2p-rendezvous",4358 "libp2p-request-response",4359 "libp2p-swarm",4360 "libp2p-swarm-derive",4361 "libp2p-tcp",4362 "libp2p-uds",4363 "libp2p-wasm-ext",4364 "libp2p-websocket",4365 "libp2p-yamux",4366 "multiaddr",4367 "parking_lot 0.11.2",4368 "pin-project 1.0.10",4369 "smallvec",4370 "wasm-timer",4371]43724373[[package]]4374name = "libp2p-core"4375version = "0.30.2"4376source = "registry+https://github.com/rust-lang/crates.io-index"4377checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4378dependencies = [4379 "asn1_der",4380 "bs58",4381 "ed25519-dalek",4382 "either",4383 "fnv",4384 "futures 0.3.21",4385 "futures-timer",4386 "instant",4387 "lazy_static",4388 "libsecp256k1",4389 "log",4390 "multiaddr",4391 "multihash 0.14.0",4392 "multistream-select",4393 "parking_lot 0.11.2",4394 "pin-project 1.0.10",4395 "prost",4396 "prost-build",4397 "rand 0.8.5",4398 "ring",4399 "rw-stream-sink",4400 "sha2 0.9.9",4401 "smallvec",4402 "thiserror",4403 "unsigned-varint 0.7.1",4404 "void",4405 "zeroize",4406]44074408[[package]]4409name = "libp2p-deflate"4410version = "0.30.0"4411source = "registry+https://github.com/rust-lang/crates.io-index"4412checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4413dependencies = [4414 "flate2",4415 "futures 0.3.21",4416 "libp2p-core",4417]44184419[[package]]4420name = "libp2p-dns"4421version = "0.30.0"4422source = "registry+https://github.com/rust-lang/crates.io-index"4423checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4424dependencies = [4425 "async-std-resolver",4426 "futures 0.3.21",4427 "libp2p-core",4428 "log",4429 "smallvec",4430 "trust-dns-resolver",4431]44324433[[package]]4434name = "libp2p-floodsub"4435version = "0.31.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4438dependencies = [4439 "cuckoofilter",4440 "fnv",4441 "futures 0.3.21",4442 "libp2p-core",4443 "libp2p-swarm",4444 "log",4445 "prost",4446 "prost-build",4447 "rand 0.7.3",4448 "smallvec",4449]44504451[[package]]4452name = "libp2p-gossipsub"4453version = "0.33.0"4454source = "registry+https://github.com/rust-lang/crates.io-index"4455checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4456dependencies = [4457 "asynchronous-codec 0.6.0",4458 "base64",4459 "byteorder",4460 "bytes 1.1.0",4461 "fnv",4462 "futures 0.3.21",4463 "hex_fmt",4464 "libp2p-core",4465 "libp2p-swarm",4466 "log",4467 "prost",4468 "prost-build",4469 "rand 0.7.3",4470 "regex",4471 "sha2 0.9.9",4472 "smallvec",4473 "unsigned-varint 0.7.1",4474 "wasm-timer",4475]44764477[[package]]4478name = "libp2p-identify"4479version = "0.31.0"4480source = "registry+https://github.com/rust-lang/crates.io-index"4481checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4482dependencies = [4483 "futures 0.3.21",4484 "libp2p-core",4485 "libp2p-swarm",4486 "log",4487 "lru 0.6.6",4488 "prost",4489 "prost-build",4490 "smallvec",4491 "wasm-timer",4492]44934494[[package]]4495name = "libp2p-kad"4496version = "0.32.0"4497source = "registry+https://github.com/rust-lang/crates.io-index"4498checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4499dependencies = [4500 "arrayvec 0.5.2",4501 "asynchronous-codec 0.6.0",4502 "bytes 1.1.0",4503 "either",4504 "fnv",4505 "futures 0.3.21",4506 "libp2p-core",4507 "libp2p-swarm",4508 "log",4509 "prost",4510 "prost-build",4511 "rand 0.7.3",4512 "sha2 0.9.9",4513 "smallvec",4514 "uint",4515 "unsigned-varint 0.7.1",4516 "void",4517 "wasm-timer",4518]45194520[[package]]4521name = "libp2p-mdns"4522version = "0.32.0"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4525dependencies = [4526 "async-io",4527 "data-encoding",4528 "dns-parser",4529 "futures 0.3.21",4530 "if-watch",4531 "lazy_static",4532 "libp2p-core",4533 "libp2p-swarm",4534 "log",4535 "rand 0.8.5",4536 "smallvec",4537 "socket2 0.4.4",4538 "void",4539]45404541[[package]]4542name = "libp2p-metrics"4543version = "0.1.0"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4546dependencies = [4547 "libp2p-core",4548 "libp2p-identify",4549 "libp2p-kad",4550 "libp2p-ping",4551 "libp2p-swarm",4552 "open-metrics-client",4553]45544555[[package]]4556name = "libp2p-mplex"4557version = "0.30.0"4558source = "registry+https://github.com/rust-lang/crates.io-index"4559checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4560dependencies = [4561 "asynchronous-codec 0.6.0",4562 "bytes 1.1.0",4563 "futures 0.3.21",4564 "libp2p-core",4565 "log",4566 "nohash-hasher",4567 "parking_lot 0.11.2",4568 "rand 0.7.3",4569 "smallvec",4570 "unsigned-varint 0.7.1",4571]45724573[[package]]4574name = "libp2p-noise"4575version = "0.33.0"4576source = "registry+https://github.com/rust-lang/crates.io-index"4577checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4578dependencies = [4579 "bytes 1.1.0",4580 "curve25519-dalek 3.2.0",4581 "futures 0.3.21",4582 "lazy_static",4583 "libp2p-core",4584 "log",4585 "prost",4586 "prost-build",4587 "rand 0.8.5",4588 "sha2 0.9.9",4589 "snow",4590 "static_assertions",4591 "x25519-dalek",4592 "zeroize",4593]45944595[[package]]4596name = "libp2p-ping"4597version = "0.31.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4600dependencies = [4601 "futures 0.3.21",4602 "libp2p-core",4603 "libp2p-swarm",4604 "log",4605 "rand 0.7.3",4606 "void",4607 "wasm-timer",4608]46094610[[package]]4611name = "libp2p-plaintext"4612version = "0.30.0"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4615dependencies = [4616 "asynchronous-codec 0.6.0",4617 "bytes 1.1.0",4618 "futures 0.3.21",4619 "libp2p-core",4620 "log",4621 "prost",4622 "prost-build",4623 "unsigned-varint 0.7.1",4624 "void",4625]46264627[[package]]4628name = "libp2p-pnet"4629version = "0.22.0"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4632dependencies = [4633 "futures 0.3.21",4634 "log",4635 "pin-project 1.0.10",4636 "rand 0.7.3",4637 "salsa20",4638 "sha3 0.9.1",4639]46404641[[package]]4642name = "libp2p-relay"4643version = "0.4.0"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4646dependencies = [4647 "asynchronous-codec 0.6.0",4648 "bytes 1.1.0",4649 "futures 0.3.21",4650 "futures-timer",4651 "libp2p-core",4652 "libp2p-swarm",4653 "log",4654 "pin-project 1.0.10",4655 "prost",4656 "prost-build",4657 "rand 0.7.3",4658 "smallvec",4659 "unsigned-varint 0.7.1",4660 "void",4661 "wasm-timer",4662]46634664[[package]]4665name = "libp2p-rendezvous"4666version = "0.1.0"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4669dependencies = [4670 "asynchronous-codec 0.6.0",4671 "bimap",4672 "futures 0.3.21",4673 "libp2p-core",4674 "libp2p-swarm",4675 "log",4676 "prost",4677 "prost-build",4678 "rand 0.8.5",4679 "sha2 0.9.9",4680 "thiserror",4681 "unsigned-varint 0.7.1",4682 "void",4683 "wasm-timer",4684]46854686[[package]]4687name = "libp2p-request-response"4688version = "0.13.0"4689source = "registry+https://github.com/rust-lang/crates.io-index"4690checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4691dependencies = [4692 "async-trait",4693 "bytes 1.1.0",4694 "futures 0.3.21",4695 "libp2p-core",4696 "libp2p-swarm",4697 "log",4698 "lru 0.7.5",4699 "rand 0.7.3",4700 "smallvec",4701 "unsigned-varint 0.7.1",4702 "wasm-timer",4703]47044705[[package]]4706name = "libp2p-swarm"4707version = "0.31.0"4708source = "registry+https://github.com/rust-lang/crates.io-index"4709checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4710dependencies = [4711 "either",4712 "futures 0.3.21",4713 "libp2p-core",4714 "log",4715 "rand 0.7.3",4716 "smallvec",4717 "void",4718 "wasm-timer",4719]47204721[[package]]4722name = "libp2p-swarm-derive"4723version = "0.25.0"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4726dependencies = [4727 "quote",4728 "syn",4729]47304731[[package]]4732name = "libp2p-tcp"4733version = "0.30.0"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4736dependencies = [4737 "async-io",4738 "futures 0.3.21",4739 "futures-timer",4740 "if-watch",4741 "ipnet",4742 "libc",4743 "libp2p-core",4744 "log",4745 "socket2 0.4.4",4746]47474748[[package]]4749name = "libp2p-uds"4750version = "0.30.0"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4753dependencies = [4754 "async-std",4755 "futures 0.3.21",4756 "libp2p-core",4757 "log",4758]47594760[[package]]4761name = "libp2p-wasm-ext"4762version = "0.30.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4765dependencies = [4766 "futures 0.3.21",4767 "js-sys",4768 "libp2p-core",4769 "parity-send-wrapper",4770 "wasm-bindgen",4771 "wasm-bindgen-futures",4772]47734774[[package]]4775name = "libp2p-websocket"4776version = "0.31.0"4777source = "registry+https://github.com/rust-lang/crates.io-index"4778checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4779dependencies = [4780 "either",4781 "futures 0.3.21",4782 "futures-rustls",4783 "libp2p-core",4784 "log",4785 "quicksink",4786 "rw-stream-sink",4787 "soketto",4788 "url 2.2.2",4789 "webpki-roots 0.21.1",4790]47914792[[package]]4793name = "libp2p-yamux"4794version = "0.34.0"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4797dependencies = [4798 "futures 0.3.21",4799 "libp2p-core",4800 "parking_lot 0.11.2",4801 "thiserror",4802 "yamux",4803]48044805[[package]]4806name = "librocksdb-sys"4807version = "0.6.1+6.28.2"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4810dependencies = [4811 "bindgen",4812 "bzip2-sys",4813 "cc",4814 "glob",4815 "libc",4816 "libz-sys",4817 "tikv-jemalloc-sys",4818]48194820[[package]]4821name = "libsecp256k1"4822version = "0.7.0"4823source = "registry+https://github.com/rust-lang/crates.io-index"4824checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4825dependencies = [4826 "arrayref",4827 "base64",4828 "digest 0.9.0",4829 "hmac-drbg",4830 "libsecp256k1-core",4831 "libsecp256k1-gen-ecmult",4832 "libsecp256k1-gen-genmult",4833 "rand 0.8.5",4834 "serde",4835 "sha2 0.9.9",4836 "typenum",4837]48384839[[package]]4840name = "libsecp256k1-core"4841version = "0.3.0"4842source = "registry+https://github.com/rust-lang/crates.io-index"4843checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4844dependencies = [4845 "crunchy",4846 "digest 0.9.0",4847 "subtle",4848]48494850[[package]]4851name = "libsecp256k1-gen-ecmult"4852version = "0.3.0"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4855dependencies = [4856 "libsecp256k1-core",4857]48584859[[package]]4860name = "libsecp256k1-gen-genmult"4861version = "0.3.0"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4864dependencies = [4865 "libsecp256k1-core",4866]48674868[[package]]4869name = "libz-sys"4870version = "1.1.6"4871source = "registry+https://github.com/rust-lang/crates.io-index"4872checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"4873dependencies = [4874 "cc",4875 "pkg-config",4876 "vcpkg",4877]48784879[[package]]4880name = "linked-hash-map"4881version = "0.5.4"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"48844885[[package]]4886name = "linked_hash_set"4887version = "0.1.4"4888source = "registry+https://github.com/rust-lang/crates.io-index"4889checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4890dependencies = [4891 "linked-hash-map",4892]48934894[[package]]4895name = "linregress"4896version = "0.4.4"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4899dependencies = [4900 "nalgebra",4901 "statrs",4902]49034904[[package]]4905name = "linux-raw-sys"4906version = "0.0.42"4907source = "registry+https://github.com/rust-lang/crates.io-index"4908checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"49094910[[package]]4911name = "lock_api"4912version = "0.4.7"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4915dependencies = [4916 "autocfg",4917 "scopeguard",4918]49194920[[package]]4921name = "log"4922version = "0.4.17"4923source = "registry+https://github.com/rust-lang/crates.io-index"4924checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4925dependencies = [4926 "cfg-if 1.0.0",4927 "value-bag",4928]49294930[[package]]4931name = "lru"4932version = "0.6.6"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4935dependencies = [4936 "hashbrown 0.11.2",4937]49384939[[package]]4940name = "lru"4941version = "0.7.5"4942source = "registry+https://github.com/rust-lang/crates.io-index"4943checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"4944dependencies = [4945 "hashbrown 0.11.2",4946]49474948[[package]]4949name = "lru-cache"4950version = "0.1.2"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4953dependencies = [4954 "linked-hash-map",4955]49564957[[package]]4958name = "lz4"4959version = "1.23.3"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4962dependencies = [4963 "libc",4964 "lz4-sys",4965]49664967[[package]]4968name = "lz4-sys"4969version = "1.9.3"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4972dependencies = [4973 "cc",4974 "libc",4975]49764977[[package]]4978name = "mach"4979version = "0.3.2"4980source = "registry+https://github.com/rust-lang/crates.io-index"4981checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4982dependencies = [4983 "libc",4984]49854986[[package]]4987name = "maplit"4988version = "1.0.2"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"49914992[[package]]4993name = "match_cfg"4994version = "0.1.0"4995source = "registry+https://github.com/rust-lang/crates.io-index"4996checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"49974998[[package]]4999name = "matchers"5000version = "0.0.1"5001source = "registry+https://github.com/rust-lang/crates.io-index"5002checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5003dependencies = [5004 "regex-automata",5005]50065007[[package]]5008name = "matches"5009version = "0.1.9"5010source = "registry+https://github.com/rust-lang/crates.io-index"5011checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50125013[[package]]5014name = "matrixmultiply"5015version = "0.3.2"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5018dependencies = [5019 "rawpointer",5020]50215022[[package]]5023name = "memchr"5024version = "2.5.0"5025source = "registry+https://github.com/rust-lang/crates.io-index"5026checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50275028[[package]]5029name = "memmap2"5030version = "0.2.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5033dependencies = [5034 "libc",5035]50365037[[package]]5038name = "memmap2"5039version = "0.5.3"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5042dependencies = [5043 "libc",5044]50455046[[package]]5047name = "memoffset"5048version = "0.6.5"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5051dependencies = [5052 "autocfg",5053]50545055[[package]]5056name = "memory-db"5057version = "0.29.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5060dependencies = [5061 "hash-db",5062 "hashbrown 0.12.1",5063 "parity-util-mem",5064]50655066[[package]]5067name = "memory-lru"5068version = "0.1.0"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5071dependencies = [5072 "lru 0.6.6",5073]50745075[[package]]5076name = "memory_units"5077version = "0.3.0"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"50805081[[package]]5082name = "merlin"5083version = "2.0.1"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5086dependencies = [5087 "byteorder",5088 "keccak",5089 "rand_core 0.5.1",5090 "zeroize",5091]50925093[[package]]5094name = "metered-channel"5095version = "0.9.21"5096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5097dependencies = [5098 "coarsetime",5099 "crossbeam-queue",5100 "derive_more",5101 "futures 0.3.21",5102 "futures-timer",5103 "nanorand",5104 "thiserror",5105 "tracing-gum",5106]51075108[[package]]5109name = "mick-jaeger"5110version = "0.1.8"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5113dependencies = [5114 "futures 0.3.21",5115 "rand 0.8.5",5116 "thrift",5117]51185119[[package]]5120name = "minimal-lexical"5121version = "0.2.1"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51245125[[package]]5126name = "miniz_oxide"5127version = "0.5.1"5128source = "registry+https://github.com/rust-lang/crates.io-index"5129checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5130dependencies = [5131 "adler",5132]51335134[[package]]5135name = "mio"5136version = "0.6.23"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5139dependencies = [5140 "cfg-if 0.1.10",5141 "fuchsia-zircon",5142 "fuchsia-zircon-sys",5143 "iovec",5144 "kernel32-sys",5145 "libc",5146 "log",5147 "miow",5148 "net2",5149 "slab",5150 "winapi 0.2.8",5151]51525153[[package]]5154name = "mio"5155version = "0.8.3"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5158dependencies = [5159 "libc",5160 "log",5161 "wasi 0.11.0+wasi-snapshot-preview1",5162 "windows-sys",5163]51645165[[package]]5166name = "mio-extras"5167version = "2.0.6"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5170dependencies = [5171 "lazycell",5172 "log",5173 "mio 0.6.23",5174 "slab",5175]51765177[[package]]5178name = "miow"5179version = "0.2.2"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5182dependencies = [5183 "kernel32-sys",5184 "net2",5185 "winapi 0.2.8",5186 "ws2_32-sys",5187]51885189[[package]]5190name = "more-asserts"5191version = "0.2.2"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51945195[[package]]5196name = "multiaddr"5197version = "0.13.0"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5200dependencies = [5201 "arrayref",5202 "bs58",5203 "byteorder",5204 "data-encoding",5205 "multihash 0.14.0",5206 "percent-encoding 2.1.0",5207 "serde",5208 "static_assertions",5209 "unsigned-varint 0.7.1",5210 "url 2.2.2",5211]52125213[[package]]5214name = "multibase"5215version = "0.8.0"5216source = "registry+https://github.com/rust-lang/crates.io-index"5217checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5218dependencies = [5219 "base-x",5220 "data-encoding",5221 "data-encoding-macro",5222]52235224[[package]]5225name = "multihash"5226version = "0.13.2"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5229dependencies = [5230 "blake2b_simd",5231 "blake2s_simd",5232 "blake3 0.3.8",5233 "digest 0.9.0",5234 "generic-array 0.14.5",5235 "multihash-derive",5236 "sha2 0.9.9",5237 "sha3 0.9.1",5238 "unsigned-varint 0.5.1",5239]52405241[[package]]5242name = "multihash"5243version = "0.14.0"5244source = "registry+https://github.com/rust-lang/crates.io-index"5245checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5246dependencies = [5247 "digest 0.9.0",5248 "generic-array 0.14.5",5249 "multihash-derive",5250 "sha2 0.9.9",5251 "unsigned-varint 0.7.1",5252]52535254[[package]]5255name = "multihash-derive"5256version = "0.7.2"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5259dependencies = [5260 "proc-macro-crate 1.1.3",5261 "proc-macro-error",5262 "proc-macro2",5263 "quote",5264 "syn",5265 "synstructure",5266]52675268[[package]]5269name = "multimap"5270version = "0.8.3"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52735274[[package]]5275name = "multistream-select"5276version = "0.10.4"5277source = "registry+https://github.com/rust-lang/crates.io-index"5278checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5279dependencies = [5280 "bytes 1.1.0",5281 "futures 0.3.21",5282 "log",5283 "pin-project 1.0.10",5284 "smallvec",5285 "unsigned-varint 0.7.1",5286]52875288[[package]]5289name = "nalgebra"5290version = "0.27.1"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5293dependencies = [5294 "approx",5295 "matrixmultiply",5296 "nalgebra-macros",5297 "num-complex",5298 "num-rational 0.4.0",5299 "num-traits",5300 "rand 0.8.5",5301 "rand_distr",5302 "simba",5303 "typenum",5304]53055306[[package]]5307name = "nalgebra-macros"5308version = "0.1.0"5309source = "registry+https://github.com/rust-lang/crates.io-index"5310checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5311dependencies = [5312 "proc-macro2",5313 "quote",5314 "syn",5315]53165317[[package]]5318name = "names"5319version = "0.13.0"5320source = "registry+https://github.com/rust-lang/crates.io-index"5321checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5322dependencies = [5323 "rand 0.8.5",5324]53255326[[package]]5327name = "nanorand"5328version = "0.7.0"5329source = "registry+https://github.com/rust-lang/crates.io-index"5330checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53315332[[package]]5333name = "net2"5334version = "0.2.37"5335source = "registry+https://github.com/rust-lang/crates.io-index"5336checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5337dependencies = [5338 "cfg-if 0.1.10",5339 "libc",5340 "winapi 0.3.9",5341]53425343[[package]]5344name = "nodrop"5345version = "0.1.14"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53485349[[package]]5350name = "nohash-hasher"5351version = "0.2.0"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53545355[[package]]5356name = "nom"5357version = "7.1.1"5358source = "registry+https://github.com/rust-lang/crates.io-index"5359checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5360dependencies = [5361 "memchr",5362 "minimal-lexical",5363]53645365[[package]]5366name = "num-bigint"5367version = "0.2.6"5368source = "registry+https://github.com/rust-lang/crates.io-index"5369checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5370dependencies = [5371 "autocfg",5372 "num-integer",5373 "num-traits",5374]53755376[[package]]5377name = "num-complex"5378version = "0.4.1"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5381dependencies = [5382 "num-traits",5383]53845385[[package]]5386name = "num-format"5387version = "0.4.0"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5390dependencies = [5391 "arrayvec 0.4.12",5392 "itoa 0.4.8",5393]53945395[[package]]5396name = "num-integer"5397version = "0.1.45"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5400dependencies = [5401 "autocfg",5402 "num-traits",5403]54045405[[package]]5406name = "num-rational"5407version = "0.2.4"5408source = "registry+https://github.com/rust-lang/crates.io-index"5409checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5410dependencies = [5411 "autocfg",5412 "num-bigint",5413 "num-integer",5414 "num-traits",5415]54165417[[package]]5418name = "num-rational"5419version = "0.4.0"5420source = "registry+https://github.com/rust-lang/crates.io-index"5421checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5422dependencies = [5423 "autocfg",5424 "num-integer",5425 "num-traits",5426]54275428[[package]]5429name = "num-traits"5430version = "0.2.15"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5433dependencies = [5434 "autocfg",5435 "libm",5436]54375438[[package]]5439name = "num_cpus"5440version = "1.13.1"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5443dependencies = [5444 "hermit-abi",5445 "libc",5446]54475448[[package]]5449name = "object"5450version = "0.27.1"5451source = "registry+https://github.com/rust-lang/crates.io-index"5452checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5453dependencies = [5454 "crc32fast",5455 "indexmap",5456 "memchr",5457]54585459[[package]]5460name = "object"5461version = "0.28.4"5462source = "registry+https://github.com/rust-lang/crates.io-index"5463checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5464dependencies = [5465 "memchr",5466]54675468[[package]]5469name = "once_cell"5470version = "1.11.0"5471source = "registry+https://github.com/rust-lang/crates.io-index"5472checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca"54735474[[package]]5475name = "opal-runtime"5476version = "0.9.20"5477dependencies = [5478 "cumulus-pallet-aura-ext",5479 "cumulus-pallet-dmp-queue",5480 "cumulus-pallet-parachain-system",5481 "cumulus-pallet-xcm",5482 "cumulus-pallet-xcmp-queue",5483 "cumulus-primitives-core",5484 "cumulus-primitives-timestamp",5485 "cumulus-primitives-utility",5486 "derivative",5487 "fp-evm-mapping",5488 "fp-rpc",5489 "fp-self-contained",5490 "frame-benchmarking",5491 "frame-executive",5492 "frame-support",5493 "frame-system",5494 "frame-system-benchmarking",5495 "frame-system-rpc-runtime-api",5496 "frame-try-runtime",5497 "hex-literal",5498 "log",5499 "orml-vesting",5500 "pallet-aura",5501 "pallet-balances",5502 "pallet-base-fee",5503 "pallet-common",5504 "pallet-ethereum",5505 "pallet-evm",5506 "pallet-evm-coder-substrate",5507 "pallet-evm-collection",5508 "pallet-evm-contract-helpers",5509 "pallet-evm-migration",5510 "pallet-evm-transaction-payment",5511 "pallet-fungible",5512 "pallet-inflation",5513 "pallet-nonfungible",5514 "pallet-randomness-collective-flip",5515 "pallet-refungible",5516 "pallet-rmrk-core",5517 "pallet-rmrk-equip",5518 "pallet-structure",5519 "pallet-sudo",5520 "pallet-template-transaction-payment",5521 "pallet-timestamp",5522 "pallet-transaction-payment",5523 "pallet-transaction-payment-rpc-runtime-api",5524 "pallet-treasury",5525 "pallet-unique",5526 "pallet-unq-scheduler",5527 "pallet-xcm",5528 "parachain-info",5529 "parity-scale-codec 3.1.2",5530 "polkadot-parachain",5531 "rmrk-rpc 0.0.1",5532 "scale-info",5533 "serde",5534 "smallvec",5535 "sp-api",5536 "sp-arithmetic",5537 "sp-block-builder",5538 "sp-consensus-aura",5539 "sp-core",5540 "sp-inherents",5541 "sp-io",5542 "sp-offchain",5543 "sp-runtime",5544 "sp-session",5545 "sp-std",5546 "sp-transaction-pool",5547 "sp-version",5548 "substrate-wasm-builder",5549 "unique-runtime-common",5550 "up-data-structs",5551 "up-rpc",5552 "xcm",5553 "xcm-builder",5554 "xcm-executor",5555]55565557[[package]]5558name = "opaque-debug"5559version = "0.2.3"5560source = "registry+https://github.com/rust-lang/crates.io-index"5561checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55625563[[package]]5564name = "opaque-debug"5565version = "0.3.0"5566source = "registry+https://github.com/rust-lang/crates.io-index"5567checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55685569[[package]]5570name = "open-metrics-client"5571version = "0.12.0"5572source = "registry+https://github.com/rust-lang/crates.io-index"5573checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5574dependencies = [5575 "dtoa",5576 "itoa 0.4.8",5577 "open-metrics-client-derive-text-encode",5578 "owning_ref",5579]55805581[[package]]5582name = "open-metrics-client-derive-text-encode"5583version = "0.1.1"5584source = "registry+https://github.com/rust-lang/crates.io-index"5585checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5586dependencies = [5587 "proc-macro2",5588 "quote",5589 "syn",5590]55915592[[package]]5593name = "openssl-probe"5594version = "0.1.5"5595source = "registry+https://github.com/rust-lang/crates.io-index"5596checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55975598[[package]]5599name = "ordered-float"5600version = "1.1.1"5601source = "registry+https://github.com/rust-lang/crates.io-index"5602checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5603dependencies = [5604 "num-traits",5605]56065607[[package]]5608name = "orml-vesting"5609version = "0.4.1-dev"5610source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5611dependencies = [5612 "frame-support",5613 "frame-system",5614 "parity-scale-codec 3.1.2",5615 "scale-info",5616 "serde",5617 "sp-io",5618 "sp-runtime",5619 "sp-std",5620]56215622[[package]]5623name = "os_str_bytes"5624version = "6.0.1"5625source = "registry+https://github.com/rust-lang/crates.io-index"5626checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"56275628[[package]]5629name = "owning_ref"5630version = "0.4.1"5631source = "registry+https://github.com/rust-lang/crates.io-index"5632checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5633dependencies = [5634 "stable_deref_trait",5635]56365637[[package]]5638name = "pallet-aura"5639version = "4.0.0-dev"5640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5641dependencies = [5642 "frame-support",5643 "frame-system",5644 "pallet-timestamp",5645 "parity-scale-codec 3.1.2",5646 "scale-info",5647 "sp-application-crypto",5648 "sp-consensus-aura",5649 "sp-runtime",5650 "sp-std",5651]56525653[[package]]5654name = "pallet-authority-discovery"5655version = "4.0.0-dev"5656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5657dependencies = [5658 "frame-support",5659 "frame-system",5660 "pallet-session",5661 "parity-scale-codec 3.1.2",5662 "scale-info",5663 "sp-application-crypto",5664 "sp-authority-discovery",5665 "sp-runtime",5666 "sp-std",5667]56685669[[package]]5670name = "pallet-authorship"5671version = "4.0.0-dev"5672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5673dependencies = [5674 "frame-support",5675 "frame-system",5676 "impl-trait-for-tuples",5677 "parity-scale-codec 3.1.2",5678 "scale-info",5679 "sp-authorship",5680 "sp-runtime",5681 "sp-std",5682]56835684[[package]]5685name = "pallet-babe"5686version = "4.0.0-dev"5687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5688dependencies = [5689 "frame-benchmarking",5690 "frame-support",5691 "frame-system",5692 "log",5693 "pallet-authorship",5694 "pallet-session",5695 "pallet-timestamp",5696 "parity-scale-codec 3.1.2",5697 "scale-info",5698 "sp-application-crypto",5699 "sp-consensus-babe",5700 "sp-consensus-vrf",5701 "sp-io",5702 "sp-runtime",5703 "sp-session",5704 "sp-staking",5705 "sp-std",5706]57075708[[package]]5709name = "pallet-bags-list"5710version = "4.0.0-dev"5711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5712dependencies = [5713 "frame-benchmarking",5714 "frame-election-provider-support",5715 "frame-support",5716 "frame-system",5717 "log",5718 "pallet-balances",5719 "parity-scale-codec 3.1.2",5720 "scale-info",5721 "sp-core",5722 "sp-io",5723 "sp-runtime",5724 "sp-std",5725 "sp-tracing",5726]57275728[[package]]5729name = "pallet-balances"5730version = "4.0.0-dev"5731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5732dependencies = [5733 "frame-benchmarking",5734 "frame-support",5735 "frame-system",5736 "log",5737 "parity-scale-codec 3.1.2",5738 "scale-info",5739 "sp-runtime",5740 "sp-std",5741]57425743[[package]]5744name = "pallet-base-fee"5745version = "1.0.0"5746source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5747dependencies = [5748 "fp-evm",5749 "frame-support",5750 "frame-system",5751 "parity-scale-codec 3.1.2",5752 "scale-info",5753 "serde",5754 "sp-core",5755 "sp-runtime",5756]57575758[[package]]5759name = "pallet-beefy"5760version = "4.0.0-dev"5761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5762dependencies = [5763 "beefy-primitives",5764 "frame-support",5765 "frame-system",5766 "pallet-session",5767 "parity-scale-codec 3.1.2",5768 "scale-info",5769 "serde",5770 "sp-runtime",5771 "sp-std",5772]57735774[[package]]5775name = "pallet-beefy-mmr"5776version = "4.0.0-dev"5777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5778dependencies = [5779 "beefy-merkle-tree",5780 "beefy-primitives",5781 "frame-support",5782 "frame-system",5783 "hex",5784 "k256",5785 "log",5786 "pallet-beefy",5787 "pallet-mmr",5788 "pallet-session",5789 "parity-scale-codec 3.1.2",5790 "scale-info",5791 "serde",5792 "sp-core",5793 "sp-io",5794 "sp-runtime",5795 "sp-std",5796]57975798[[package]]5799name = "pallet-bounties"5800version = "4.0.0-dev"5801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5802dependencies = [5803 "frame-benchmarking",5804 "frame-support",5805 "frame-system",5806 "log",5807 "pallet-treasury",5808 "parity-scale-codec 3.1.2",5809 "scale-info",5810 "sp-core",5811 "sp-io",5812 "sp-runtime",5813 "sp-std",5814]58155816[[package]]5817name = "pallet-bridge-dispatch"5818version = "0.1.0"5819source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5820dependencies = [5821 "bp-message-dispatch",5822 "bp-runtime",5823 "frame-support",5824 "frame-system",5825 "log",5826 "parity-scale-codec 3.1.2",5827 "scale-info",5828 "sp-core",5829 "sp-runtime",5830 "sp-std",5831]58325833[[package]]5834name = "pallet-bridge-grandpa"5835version = "0.1.0"5836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5837dependencies = [5838 "bp-header-chain",5839 "bp-runtime",5840 "bp-test-utils",5841 "finality-grandpa",5842 "frame-support",5843 "frame-system",5844 "log",5845 "num-traits",5846 "parity-scale-codec 3.1.2",5847 "scale-info",5848 "serde",5849 "sp-finality-grandpa",5850 "sp-runtime",5851 "sp-std",5852 "sp-trie",5853]58545855[[package]]5856name = "pallet-bridge-messages"5857version = "0.1.0"5858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5859dependencies = [5860 "bitvec 1.0.0",5861 "bp-message-dispatch",5862 "bp-messages",5863 "bp-runtime",5864 "frame-support",5865 "frame-system",5866 "log",5867 "num-traits",5868 "parity-scale-codec 3.1.2",5869 "scale-info",5870 "serde",5871 "sp-core",5872 "sp-runtime",5873 "sp-std",5874]58755876[[package]]5877name = "pallet-child-bounties"5878version = "4.0.0-dev"5879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5880dependencies = [5881 "frame-benchmarking",5882 "frame-support",5883 "frame-system",5884 "log",5885 "pallet-bounties",5886 "pallet-treasury",5887 "parity-scale-codec 3.1.2",5888 "scale-info",5889 "sp-core",5890 "sp-io",5891 "sp-runtime",5892 "sp-std",5893]58945895[[package]]5896name = "pallet-collective"5897version = "4.0.0-dev"5898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5899dependencies = [5900 "frame-benchmarking",5901 "frame-support",5902 "frame-system",5903 "log",5904 "parity-scale-codec 3.1.2",5905 "scale-info",5906 "sp-core",5907 "sp-io",5908 "sp-runtime",5909 "sp-std",5910]59115912[[package]]5913name = "pallet-common"5914version = "0.1.0"5915dependencies = [5916 "evm-coder",5917 "fp-evm-mapping",5918 "frame-benchmarking",5919 "frame-support",5920 "frame-system",5921 "pallet-evm",5922 "pallet-evm-coder-substrate",5923 "parity-scale-codec 3.1.2",5924 "scale-info",5925 "serde",5926 "sp-core",5927 "sp-runtime",5928 "sp-std",5929 "up-data-structs",5930]59315932[[package]]5933name = "pallet-democracy"5934version = "4.0.0-dev"5935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5936dependencies = [5937 "frame-benchmarking",5938 "frame-support",5939 "frame-system",5940 "parity-scale-codec 3.1.2",5941 "scale-info",5942 "serde",5943 "sp-io",5944 "sp-runtime",5945 "sp-std",5946]59475948[[package]]5949name = "pallet-election-provider-multi-phase"5950version = "4.0.0-dev"5951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5952dependencies = [5953 "frame-benchmarking",5954 "frame-election-provider-support",5955 "frame-support",5956 "frame-system",5957 "log",5958 "parity-scale-codec 3.1.2",5959 "rand 0.7.3",5960 "scale-info",5961 "sp-arithmetic",5962 "sp-core",5963 "sp-io",5964 "sp-npos-elections",5965 "sp-runtime",5966 "sp-std",5967 "static_assertions",5968 "strum 0.23.0",5969]59705971[[package]]5972name = "pallet-election-provider-support-benchmarking"5973version = "4.0.0-dev"5974source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5975dependencies = [5976 "frame-benchmarking",5977 "frame-election-provider-support",5978 "frame-system",5979 "parity-scale-codec 3.1.2",5980 "sp-npos-elections",5981 "sp-runtime",5982]59835984[[package]]5985name = "pallet-elections-phragmen"5986version = "5.0.0-dev"5987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5988dependencies = [5989 "frame-benchmarking",5990 "frame-support",5991 "frame-system",5992 "log",5993 "parity-scale-codec 3.1.2",5994 "scale-info",5995 "sp-core",5996 "sp-io",5997 "sp-npos-elections",5998 "sp-runtime",5999 "sp-std",6000]60016002[[package]]6003name = "pallet-ethereum"6004version = "4.0.0-dev"6005source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6006dependencies = [6007 "ethereum",6008 "ethereum-types",6009 "evm",6010 "fp-consensus",6011 "fp-evm",6012 "fp-evm-mapping",6013 "fp-rpc",6014 "fp-self-contained",6015 "fp-storage",6016 "frame-support",6017 "frame-system",6018 "log",6019 "pallet-balances",6020 "pallet-evm",6021 "pallet-timestamp",6022 "parity-scale-codec 3.1.2",6023 "rlp",6024 "scale-info",6025 "serde",6026 "sha3 0.10.1",6027 "sp-io",6028 "sp-runtime",6029 "sp-std",6030]60316032[[package]]6033name = "pallet-evm"6034version = "6.0.0-dev"6035source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6036dependencies = [6037 "evm",6038 "fp-evm",6039 "fp-evm-mapping",6040 "frame-benchmarking",6041 "frame-support",6042 "frame-system",6043 "hex",6044 "impl-trait-for-tuples",6045 "log",6046 "pallet-balances",6047 "pallet-timestamp",6048 "parity-scale-codec 3.1.2",6049 "primitive-types",6050 "rlp",6051 "scale-info",6052 "serde",6053 "sha3 0.10.1",6054 "sp-core",6055 "sp-io",6056 "sp-runtime",6057 "sp-std",6058]60596060[[package]]6061name = "pallet-evm-coder-substrate"6062version = "0.1.0"6063dependencies = [6064 "ethereum",6065 "evm-coder",6066 "frame-benchmarking",6067 "frame-support",6068 "frame-system",6069 "pallet-ethereum",6070 "pallet-evm",6071 "parity-scale-codec 3.1.2",6072 "scale-info",6073 "sp-core",6074 "sp-std",6075 "up-data-structs",6076]60776078[[package]]6079name = "pallet-evm-collection"6080version = "0.1.0"6081dependencies = [6082 "ethereum",6083 "evm-coder",6084 "fp-evm-mapping",6085 "frame-support",6086 "frame-system",6087 "log",6088 "pallet-common",6089 "pallet-evm",6090 "pallet-evm-coder-substrate",6091 "pallet-nonfungible",6092 "parity-scale-codec 3.1.2",6093 "scale-info",6094 "serde-json-core",6095 "sp-core",6096 "sp-runtime",6097 "sp-std",6098 "up-data-structs",6099]61006101[[package]]6102name = "pallet-evm-contract-helpers"6103version = "0.1.0"6104dependencies = [6105 "ethereum",6106 "evm-coder",6107 "fp-evm-mapping",6108 "frame-support",6109 "frame-system",6110 "log",6111 "pallet-common",6112 "pallet-evm",6113 "pallet-evm-coder-substrate",6114 "pallet-nonfungible",6115 "parity-scale-codec 3.1.2",6116 "scale-info",6117 "sp-core",6118 "sp-runtime",6119 "sp-std",6120 "up-data-structs",6121 "up-sponsorship",6122]61236124[[package]]6125name = "pallet-evm-migration"6126version = "0.1.0"6127dependencies = [6128 "fp-evm",6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "pallet-evm",6133 "parity-scale-codec 3.1.2",6134 "scale-info",6135 "sp-core",6136 "sp-io",6137 "sp-runtime",6138 "sp-std",6139]61406141[[package]]6142name = "pallet-evm-transaction-payment"6143version = "0.1.0"6144dependencies = [6145 "fp-evm",6146 "fp-evm-mapping",6147 "frame-support",6148 "frame-system",6149 "pallet-ethereum",6150 "pallet-evm",6151 "parity-scale-codec 3.1.2",6152 "scale-info",6153 "sp-core",6154 "sp-io",6155 "sp-runtime",6156 "sp-std",6157 "up-sponsorship",6158]61596160[[package]]6161name = "pallet-fungible"6162version = "0.1.0"6163dependencies = [6164 "ethereum",6165 "evm-coder",6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "pallet-common",6170 "pallet-evm",6171 "pallet-evm-coder-substrate",6172 "pallet-structure",6173 "parity-scale-codec 3.1.2",6174 "scale-info",6175 "sp-core",6176 "sp-runtime",6177 "sp-std",6178 "up-data-structs",6179]61806181[[package]]6182name = "pallet-gilt"6183version = "4.0.0-dev"6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6185dependencies = [6186 "frame-benchmarking",6187 "frame-support",6188 "frame-system",6189 "parity-scale-codec 3.1.2",6190 "scale-info",6191 "sp-arithmetic",6192 "sp-runtime",6193 "sp-std",6194]61956196[[package]]6197name = "pallet-grandpa"6198version = "4.0.0-dev"6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "log",6205 "pallet-authorship",6206 "pallet-session",6207 "parity-scale-codec 3.1.2",6208 "scale-info",6209 "sp-application-crypto",6210 "sp-core",6211 "sp-finality-grandpa",6212 "sp-io",6213 "sp-runtime",6214 "sp-session",6215 "sp-staking",6216 "sp-std",6217]62186219[[package]]6220name = "pallet-identity"6221version = "4.0.0-dev"6222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6223dependencies = [6224 "enumflags2",6225 "frame-benchmarking",6226 "frame-support",6227 "frame-system",6228 "parity-scale-codec 3.1.2",6229 "scale-info",6230 "sp-io",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-im-online"6237version = "4.0.0-dev"6238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6239dependencies = [6240 "frame-benchmarking",6241 "frame-support",6242 "frame-system",6243 "log",6244 "pallet-authorship",6245 "parity-scale-codec 3.1.2",6246 "scale-info",6247 "sp-application-crypto",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-staking",6252 "sp-std",6253]62546255[[package]]6256name = "pallet-indices"6257version = "4.0.0-dev"6258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6259dependencies = [6260 "frame-benchmarking",6261 "frame-support",6262 "frame-system",6263 "parity-scale-codec 3.1.2",6264 "scale-info",6265 "sp-core",6266 "sp-io",6267 "sp-keyring",6268 "sp-runtime",6269 "sp-std",6270]62716272[[package]]6273name = "pallet-inflation"6274version = "0.1.0"6275dependencies = [6276 "frame-benchmarking",6277 "frame-support",6278 "frame-system",6279 "pallet-balances",6280 "pallet-randomness-collective-flip",6281 "pallet-timestamp",6282 "parity-scale-codec 3.1.2",6283 "scale-info",6284 "serde",6285 "sp-core",6286 "sp-io",6287 "sp-runtime",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-membership"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6295dependencies = [6296 "frame-benchmarking",6297 "frame-support",6298 "frame-system",6299 "log",6300 "parity-scale-codec 3.1.2",6301 "scale-info",6302 "sp-core",6303 "sp-io",6304 "sp-runtime",6305 "sp-std",6306]63076308[[package]]6309name = "pallet-mmr"6310version = "4.0.0-dev"6311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6312dependencies = [6313 "ckb-merkle-mountain-range",6314 "frame-benchmarking",6315 "frame-support",6316 "frame-system",6317 "parity-scale-codec 3.1.2",6318 "scale-info",6319 "sp-core",6320 "sp-io",6321 "sp-mmr-primitives",6322 "sp-runtime",6323 "sp-std",6324]63256326[[package]]6327name = "pallet-mmr-rpc"6328version = "3.0.0"6329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6330dependencies = [6331 "jsonrpc-core",6332 "jsonrpc-core-client",6333 "jsonrpc-derive",6334 "parity-scale-codec 3.1.2",6335 "serde",6336 "sp-api",6337 "sp-blockchain",6338 "sp-core",6339 "sp-mmr-primitives",6340 "sp-runtime",6341]63426343[[package]]6344name = "pallet-multisig"6345version = "4.0.0-dev"6346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6347dependencies = [6348 "frame-benchmarking",6349 "frame-support",6350 "frame-system",6351 "parity-scale-codec 3.1.2",6352 "scale-info",6353 "sp-io",6354 "sp-runtime",6355 "sp-std",6356]63576358[[package]]6359name = "pallet-nicks"6360version = "4.0.0-dev"6361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6362dependencies = [6363 "frame-support",6364 "frame-system",6365 "parity-scale-codec 3.1.2",6366 "scale-info",6367 "sp-io",6368 "sp-runtime",6369 "sp-std",6370]63716372[[package]]6373name = "pallet-nomination-pools"6374version = "1.0.0"6375source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6376dependencies = [6377 "frame-support",6378 "frame-system",6379 "parity-scale-codec 3.1.2",6380 "scale-info",6381 "sp-core",6382 "sp-runtime",6383 "sp-staking",6384 "sp-std",6385]63866387[[package]]6388name = "pallet-nomination-pools-benchmarking"6389version = "1.0.0"6390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6391dependencies = [6392 "frame-benchmarking",6393 "frame-election-provider-support",6394 "frame-support",6395 "frame-system",6396 "pallet-bags-list",6397 "pallet-nomination-pools",6398 "pallet-staking",6399 "parity-scale-codec 3.1.2",6400 "scale-info",6401 "sp-runtime",6402 "sp-staking",6403 "sp-std",6404]64056406[[package]]6407name = "pallet-nonfungible"6408version = "0.1.0"6409dependencies = [6410 "ethereum",6411 "evm-coder",6412 "frame-benchmarking",6413 "frame-support",6414 "frame-system",6415 "pallet-common",6416 "pallet-evm",6417 "pallet-evm-coder-substrate",6418 "pallet-structure",6419 "parity-scale-codec 3.1.2",6420 "scale-info",6421 "sp-core",6422 "sp-runtime",6423 "sp-std",6424 "struct-versioning",6425 "up-data-structs",6426]64276428[[package]]6429name = "pallet-offences"6430version = "4.0.0-dev"6431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6432dependencies = [6433 "frame-support",6434 "frame-system",6435 "log",6436 "pallet-balances",6437 "parity-scale-codec 3.1.2",6438 "scale-info",6439 "serde",6440 "sp-runtime",6441 "sp-staking",6442 "sp-std",6443]64446445[[package]]6446name = "pallet-offences-benchmarking"6447version = "4.0.0-dev"6448source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6449dependencies = [6450 "frame-benchmarking",6451 "frame-election-provider-support",6452 "frame-support",6453 "frame-system",6454 "pallet-babe",6455 "pallet-balances",6456 "pallet-grandpa",6457 "pallet-im-online",6458 "pallet-offences",6459 "pallet-session",6460 "pallet-staking",6461 "parity-scale-codec 3.1.2",6462 "scale-info",6463 "sp-runtime",6464 "sp-staking",6465 "sp-std",6466]64676468[[package]]6469name = "pallet-preimage"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6472dependencies = [6473 "frame-benchmarking",6474 "frame-support",6475 "frame-system",6476 "parity-scale-codec 3.1.2",6477 "scale-info",6478 "sp-core",6479 "sp-io",6480 "sp-runtime",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-proxy"6486version = "4.0.0-dev"6487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6488dependencies = [6489 "frame-benchmarking",6490 "frame-support",6491 "frame-system",6492 "parity-scale-codec 3.1.2",6493 "scale-info",6494 "sp-io",6495 "sp-runtime",6496 "sp-std",6497]64986499[[package]]6500name = "pallet-randomness-collective-flip"6501version = "4.0.0-dev"6502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6503dependencies = [6504 "frame-support",6505 "frame-system",6506 "parity-scale-codec 3.1.2",6507 "safe-mix",6508 "scale-info",6509 "sp-runtime",6510 "sp-std",6511]65126513[[package]]6514name = "pallet-recovery"6515version = "4.0.0-dev"6516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6517dependencies = [6518 "frame-support",6519 "frame-system",6520 "parity-scale-codec 3.1.2",6521 "scale-info",6522 "sp-io",6523 "sp-runtime",6524 "sp-std",6525]65266527[[package]]6528name = "pallet-refungible"6529version = "0.1.0"6530dependencies = [6531 "frame-benchmarking",6532 "frame-support",6533 "frame-system",6534 "pallet-common",6535 "pallet-evm",6536 "pallet-structure",6537 "parity-scale-codec 3.1.2",6538 "scale-info",6539 "sp-core",6540 "sp-runtime",6541 "sp-std",6542 "struct-versioning",6543 "up-data-structs",6544]65456546[[package]]6547name = "pallet-rmrk-core"6548version = "0.1.0"6549dependencies = [6550 "frame-benchmarking",6551 "frame-support",6552 "frame-system",6553 "pallet-common",6554 "pallet-evm",6555 "pallet-nonfungible",6556 "parity-scale-codec 3.1.2",6557 "scale-info",6558 "sp-core",6559 "sp-runtime",6560 "sp-std",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-rmrk-equip"6566version = "0.1.0"6567dependencies = [6568 "frame-benchmarking",6569 "frame-support",6570 "frame-system",6571 "pallet-common",6572 "pallet-evm",6573 "pallet-nonfungible",6574 "pallet-rmrk-core",6575 "parity-scale-codec 3.1.2",6576 "scale-info",6577 "sp-core",6578 "sp-runtime",6579 "sp-std",6580 "up-data-structs",6581]65826583[[package]]6584name = "pallet-scheduler"6585version = "4.0.0-dev"6586source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6587dependencies = [6588 "frame-benchmarking",6589 "frame-support",6590 "frame-system",6591 "log",6592 "parity-scale-codec 3.1.2",6593 "scale-info",6594 "sp-io",6595 "sp-runtime",6596 "sp-std",6597]65986599[[package]]6600name = "pallet-session"6601version = "4.0.0-dev"6602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6603dependencies = [6604 "frame-support",6605 "frame-system",6606 "impl-trait-for-tuples",6607 "log",6608 "pallet-timestamp",6609 "parity-scale-codec 3.1.2",6610 "scale-info",6611 "sp-core",6612 "sp-io",6613 "sp-runtime",6614 "sp-session",6615 "sp-staking",6616 "sp-std",6617 "sp-trie",6618]66196620[[package]]6621name = "pallet-session-benchmarking"6622version = "4.0.0-dev"6623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6624dependencies = [6625 "frame-benchmarking",6626 "frame-support",6627 "frame-system",6628 "pallet-session",6629 "pallet-staking",6630 "rand 0.7.3",6631 "sp-runtime",6632 "sp-session",6633 "sp-std",6634]66356636[[package]]6637name = "pallet-society"6638version = "4.0.0-dev"6639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6640dependencies = [6641 "frame-support",6642 "frame-system",6643 "parity-scale-codec 3.1.2",6644 "rand_chacha 0.2.2",6645 "scale-info",6646 "sp-runtime",6647 "sp-std",6648]66496650[[package]]6651name = "pallet-staking"6652version = "4.0.0-dev"6653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6654dependencies = [6655 "frame-benchmarking",6656 "frame-election-provider-support",6657 "frame-support",6658 "frame-system",6659 "log",6660 "pallet-authorship",6661 "pallet-session",6662 "parity-scale-codec 3.1.2",6663 "rand_chacha 0.2.2",6664 "scale-info",6665 "serde",6666 "sp-application-crypto",6667 "sp-io",6668 "sp-runtime",6669 "sp-staking",6670 "sp-std",6671]66726673[[package]]6674name = "pallet-staking-reward-curve"6675version = "4.0.0-dev"6676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6677dependencies = [6678 "proc-macro-crate 1.1.3",6679 "proc-macro2",6680 "quote",6681 "syn",6682]66836684[[package]]6685name = "pallet-staking-reward-fn"6686version = "4.0.0-dev"6687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6688dependencies = [6689 "log",6690 "sp-arithmetic",6691]66926693[[package]]6694name = "pallet-structure"6695version = "0.1.0"6696dependencies = [6697 "frame-benchmarking",6698 "frame-support",6699 "frame-system",6700 "pallet-common",6701 "pallet-evm",6702 "parity-scale-codec 3.1.2",6703 "scale-info",6704 "sp-std",6705 "up-data-structs",6706]67076708[[package]]6709name = "pallet-sudo"6710version = "4.0.0-dev"6711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6712dependencies = [6713 "frame-support",6714 "frame-system",6715 "parity-scale-codec 3.1.2",6716 "scale-info",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720]67216722[[package]]6723name = "pallet-template-transaction-payment"6724version = "3.0.0"6725source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6726dependencies = [6727 "frame-benchmarking",6728 "frame-support",6729 "frame-system",6730 "pallet-balances",6731 "pallet-transaction-payment",6732 "parity-scale-codec 3.1.2",6733 "scale-info",6734 "serde",6735 "sp-core",6736 "sp-io",6737 "sp-runtime",6738 "sp-std",6739 "up-sponsorship",6740]67416742[[package]]6743name = "pallet-timestamp"6744version = "4.0.0-dev"6745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6746dependencies = [6747 "frame-benchmarking",6748 "frame-support",6749 "frame-system",6750 "log",6751 "parity-scale-codec 3.1.2",6752 "scale-info",6753 "sp-inherents",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757 "sp-timestamp",6758]67596760[[package]]6761name = "pallet-tips"6762version = "4.0.0-dev"6763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6764dependencies = [6765 "frame-benchmarking",6766 "frame-support",6767 "frame-system",6768 "log",6769 "pallet-treasury",6770 "parity-scale-codec 3.1.2",6771 "scale-info",6772 "serde",6773 "sp-core",6774 "sp-io",6775 "sp-runtime",6776 "sp-std",6777]67786779[[package]]6780name = "pallet-transaction-payment"6781version = "4.0.0-dev"6782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6783dependencies = [6784 "frame-support",6785 "frame-system",6786 "parity-scale-codec 3.1.2",6787 "scale-info",6788 "serde",6789 "smallvec",6790 "sp-core",6791 "sp-io",6792 "sp-runtime",6793 "sp-std",6794]67956796[[package]]6797name = "pallet-transaction-payment-rpc"6798version = "4.0.0-dev"6799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6800dependencies = [6801 "jsonrpc-core",6802 "jsonrpc-core-client",6803 "jsonrpc-derive",6804 "pallet-transaction-payment-rpc-runtime-api",6805 "parity-scale-codec 3.1.2",6806 "sp-api",6807 "sp-blockchain",6808 "sp-core",6809 "sp-rpc",6810 "sp-runtime",6811]68126813[[package]]6814name = "pallet-transaction-payment-rpc-runtime-api"6815version = "4.0.0-dev"6816source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6817dependencies = [6818 "pallet-transaction-payment",6819 "parity-scale-codec 3.1.2",6820 "sp-api",6821 "sp-runtime",6822]68236824[[package]]6825name = "pallet-treasury"6826version = "4.0.0-dev"6827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6828dependencies = [6829 "frame-benchmarking",6830 "frame-support",6831 "frame-system",6832 "impl-trait-for-tuples",6833 "pallet-balances",6834 "parity-scale-codec 3.1.2",6835 "scale-info",6836 "serde",6837 "sp-runtime",6838 "sp-std",6839]68406841[[package]]6842name = "pallet-unique"6843version = "0.1.0"6844dependencies = [6845 "frame-benchmarking",6846 "frame-support",6847 "frame-system",6848 "pallet-common",6849 "pallet-evm",6850 "parity-scale-codec 3.1.2",6851 "scale-info",6852 "sp-core",6853 "sp-io",6854 "sp-runtime",6855 "sp-std",6856 "up-data-structs",6857]68586859[[package]]6860name = "pallet-unq-scheduler"6861version = "0.1.0"6862dependencies = [6863 "frame-benchmarking",6864 "frame-support",6865 "frame-system",6866 "log",6867 "parity-scale-codec 3.1.2",6868 "scale-info",6869 "serde",6870 "sp-core",6871 "sp-io",6872 "sp-runtime",6873 "sp-std",6874 "substrate-test-utils",6875 "up-sponsorship",6876]68776878[[package]]6879name = "pallet-utility"6880version = "4.0.0-dev"6881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6882dependencies = [6883 "frame-benchmarking",6884 "frame-support",6885 "frame-system",6886 "parity-scale-codec 3.1.2",6887 "scale-info",6888 "sp-core",6889 "sp-io",6890 "sp-runtime",6891 "sp-std",6892]68936894[[package]]6895name = "pallet-vesting"6896version = "4.0.0-dev"6897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6898dependencies = [6899 "frame-benchmarking",6900 "frame-support",6901 "frame-system",6902 "log",6903 "parity-scale-codec 3.1.2",6904 "scale-info",6905 "sp-runtime",6906 "sp-std",6907]69086909[[package]]6910name = "pallet-xcm"6911version = "0.9.21"6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6913dependencies = [6914 "frame-support",6915 "frame-system",6916 "log",6917 "parity-scale-codec 3.1.2",6918 "scale-info",6919 "serde",6920 "sp-core",6921 "sp-runtime",6922 "sp-std",6923 "xcm",6924 "xcm-executor",6925]69266927[[package]]6928name = "pallet-xcm-benchmarks"6929version = "0.9.21"6930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6931dependencies = [6932 "frame-benchmarking",6933 "frame-support",6934 "frame-system",6935 "log",6936 "parity-scale-codec 3.1.2",6937 "scale-info",6938 "sp-runtime",6939 "sp-std",6940 "xcm",6941 "xcm-executor",6942]69436944[[package]]6945name = "parachain-info"6946version = "0.1.0"6947source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6948dependencies = [6949 "cumulus-primitives-core",6950 "frame-support",6951 "frame-system",6952 "parity-scale-codec 3.1.2",6953 "scale-info",6954 "serde",6955]69566957[[package]]6958name = "parity-db"6959version = "0.3.13"6960source = "registry+https://github.com/rust-lang/crates.io-index"6961checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6962dependencies = [6963 "blake2-rfc",6964 "crc32fast",6965 "fs2",6966 "hex",6967 "libc",6968 "log",6969 "lz4",6970 "memmap2 0.2.3",6971 "parking_lot 0.11.2",6972 "rand 0.8.5",6973 "snap",6974]69756976[[package]]6977name = "parity-scale-codec"6978version = "2.3.1"6979source = "registry+https://github.com/rust-lang/crates.io-index"6980checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6981dependencies = [6982 "arrayvec 0.7.2",6983 "bitvec 0.20.4",6984 "byte-slice-cast",6985 "impl-trait-for-tuples",6986 "parity-scale-codec-derive 2.3.1",6987 "serde",6988]69896990[[package]]6991name = "parity-scale-codec"6992version = "3.1.2"6993source = "registry+https://github.com/rust-lang/crates.io-index"6994checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6995dependencies = [6996 "arrayvec 0.7.2",6997 "bitvec 1.0.0",6998 "byte-slice-cast",6999 "impl-trait-for-tuples",7000 "parity-scale-codec-derive 3.1.2",7001 "serde",7002]70037004[[package]]7005name = "parity-scale-codec-derive"7006version = "2.3.1"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7009dependencies = [7010 "proc-macro-crate 1.1.3",7011 "proc-macro2",7012 "quote",7013 "syn",7014]70157016[[package]]7017name = "parity-scale-codec-derive"7018version = "3.1.2"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7021dependencies = [7022 "proc-macro-crate 1.1.3",7023 "proc-macro2",7024 "quote",7025 "syn",7026]70277028[[package]]7029name = "parity-send-wrapper"7030version = "0.1.0"7031source = "registry+https://github.com/rust-lang/crates.io-index"7032checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70337034[[package]]7035name = "parity-tokio-ipc"7036version = "0.9.0"7037source = "registry+https://github.com/rust-lang/crates.io-index"7038checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7039dependencies = [7040 "futures 0.3.21",7041 "libc",7042 "log",7043 "rand 0.7.3",7044 "tokio 1.18.2",7045 "winapi 0.3.9",7046]70477048[[package]]7049name = "parity-util-mem"7050version = "0.11.0"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7053dependencies = [7054 "cfg-if 1.0.0",7055 "ethereum-types",7056 "hashbrown 0.12.1",7057 "impl-trait-for-tuples",7058 "lru 0.7.5",7059 "parity-util-mem-derive",7060 "parking_lot 0.12.0",7061 "primitive-types",7062 "smallvec",7063 "winapi 0.3.9",7064]70657066[[package]]7067name = "parity-util-mem-derive"7068version = "0.1.0"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7071dependencies = [7072 "proc-macro2",7073 "syn",7074 "synstructure",7075]70767077[[package]]7078name = "parity-wasm"7079version = "0.32.0"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7082dependencies = [7083 "byteorder",7084]70857086[[package]]7087name = "parity-wasm"7088version = "0.42.2"7089source = "registry+https://github.com/rust-lang/crates.io-index"7090checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70917092[[package]]7093name = "parity-ws"7094version = "0.11.1"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7097dependencies = [7098 "byteorder",7099 "bytes 0.4.12",7100 "httparse",7101 "log",7102 "mio 0.6.23",7103 "mio-extras",7104 "rand 0.7.3",7105 "sha-1 0.8.2",7106 "slab",7107 "url 2.2.2",7108]71097110[[package]]7111name = "parking"7112version = "2.0.0"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"71157116[[package]]7117name = "parking_lot"7118version = "0.11.2"7119source = "registry+https://github.com/rust-lang/crates.io-index"7120checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7121dependencies = [7122 "instant",7123 "lock_api",7124 "parking_lot_core 0.8.5",7125]71267127[[package]]7128name = "parking_lot"7129version = "0.12.0"7130source = "registry+https://github.com/rust-lang/crates.io-index"7131checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7132dependencies = [7133 "lock_api",7134 "parking_lot_core 0.9.3",7135]71367137[[package]]7138name = "parking_lot_core"7139version = "0.8.5"7140source = "registry+https://github.com/rust-lang/crates.io-index"7141checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7142dependencies = [7143 "cfg-if 1.0.0",7144 "instant",7145 "libc",7146 "redox_syscall 0.2.13",7147 "smallvec",7148 "winapi 0.3.9",7149]71507151[[package]]7152name = "parking_lot_core"7153version = "0.9.3"7154source = "registry+https://github.com/rust-lang/crates.io-index"7155checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7156dependencies = [7157 "cfg-if 1.0.0",7158 "libc",7159 "redox_syscall 0.2.13",7160 "smallvec",7161 "windows-sys",7162]71637164[[package]]7165name = "paste"7166version = "1.0.7"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71697170[[package]]7171name = "pbkdf2"7172version = "0.4.0"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7175dependencies = [7176 "crypto-mac 0.8.0",7177]71787179[[package]]7180name = "pbkdf2"7181version = "0.8.0"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7184dependencies = [7185 "crypto-mac 0.11.1",7186]71877188[[package]]7189name = "peeking_take_while"7190version = "0.1.2"7191source = "registry+https://github.com/rust-lang/crates.io-index"7192checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71937194[[package]]7195name = "percent-encoding"7196version = "1.0.1"7197source = "registry+https://github.com/rust-lang/crates.io-index"7198checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71997200[[package]]7201name = "percent-encoding"7202version = "2.1.0"7203source = "registry+https://github.com/rust-lang/crates.io-index"7204checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"72057206[[package]]7207name = "pest"7208version = "2.1.3"7209source = "registry+https://github.com/rust-lang/crates.io-index"7210checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7211dependencies = [7212 "ucd-trie",7213]72147215[[package]]7216name = "pest_derive"7217version = "2.1.0"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7220dependencies = [7221 "pest",7222 "pest_generator",7223]72247225[[package]]7226name = "pest_generator"7227version = "2.1.3"7228source = "registry+https://github.com/rust-lang/crates.io-index"7229checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7230dependencies = [7231 "pest",7232 "pest_meta",7233 "proc-macro2",7234 "quote",7235 "syn",7236]72377238[[package]]7239name = "pest_meta"7240version = "2.1.3"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7243dependencies = [7244 "maplit",7245 "pest",7246 "sha-1 0.8.2",7247]72487249[[package]]7250name = "petgraph"7251version = "0.6.0"7252source = "registry+https://github.com/rust-lang/crates.io-index"7253checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7254dependencies = [7255 "fixedbitset",7256 "indexmap",7257]72587259[[package]]7260name = "pin-project"7261version = "0.4.29"7262source = "registry+https://github.com/rust-lang/crates.io-index"7263checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7264dependencies = [7265 "pin-project-internal 0.4.29",7266]72677268[[package]]7269name = "pin-project"7270version = "1.0.10"7271source = "registry+https://github.com/rust-lang/crates.io-index"7272checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7273dependencies = [7274 "pin-project-internal 1.0.10",7275]72767277[[package]]7278name = "pin-project-internal"7279version = "0.4.29"7280source = "registry+https://github.com/rust-lang/crates.io-index"7281checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7282dependencies = [7283 "proc-macro2",7284 "quote",7285 "syn",7286]72877288[[package]]7289name = "pin-project-internal"7290version = "1.0.10"7291source = "registry+https://github.com/rust-lang/crates.io-index"7292checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7293dependencies = [7294 "proc-macro2",7295 "quote",7296 "syn",7297]72987299[[package]]7300name = "pin-project-lite"7301version = "0.1.12"7302source = "registry+https://github.com/rust-lang/crates.io-index"7303checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"73047305[[package]]7306name = "pin-project-lite"7307version = "0.2.9"7308source = "registry+https://github.com/rust-lang/crates.io-index"7309checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"73107311[[package]]7312name = "pin-utils"7313version = "0.1.0"7314source = "registry+https://github.com/rust-lang/crates.io-index"7315checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"73167317[[package]]7318name = "pkcs8"7319version = "0.8.0"7320source = "registry+https://github.com/rust-lang/crates.io-index"7321checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7322dependencies = [7323 "der",7324 "spki",7325 "zeroize",7326]73277328[[package]]7329name = "pkg-config"7330version = "0.3.25"7331source = "registry+https://github.com/rust-lang/crates.io-index"7332checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73337334[[package]]7335name = "platforms"7336version = "2.0.0"7337source = "registry+https://github.com/rust-lang/crates.io-index"7338checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73397340[[package]]7341name = "polkadot-approval-distribution"7342version = "0.9.21"7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7344dependencies = [7345 "futures 0.3.21",7346 "polkadot-node-network-protocol",7347 "polkadot-node-primitives",7348 "polkadot-node-subsystem",7349 "polkadot-node-subsystem-util",7350 "polkadot-primitives",7351 "rand 0.8.5",7352 "tracing-gum",7353]73547355[[package]]7356name = "polkadot-availability-bitfield-distribution"7357version = "0.9.21"7358source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7359dependencies = [7360 "futures 0.3.21",7361 "polkadot-node-network-protocol",7362 "polkadot-node-subsystem",7363 "polkadot-node-subsystem-util",7364 "polkadot-primitives",7365 "tracing-gum",7366]73677368[[package]]7369name = "polkadot-availability-distribution"7370version = "0.9.21"7371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7372dependencies = [7373 "derive_more",7374 "fatality",7375 "futures 0.3.21",7376 "lru 0.7.5",7377 "parity-scale-codec 3.1.2",7378 "polkadot-erasure-coding",7379 "polkadot-node-network-protocol",7380 "polkadot-node-primitives",7381 "polkadot-node-subsystem",7382 "polkadot-node-subsystem-util",7383 "polkadot-primitives",7384 "rand 0.8.5",7385 "sp-core",7386 "sp-keystore",7387 "thiserror",7388 "tracing-gum",7389]73907391[[package]]7392name = "polkadot-availability-recovery"7393version = "0.9.21"7394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7395dependencies = [7396 "fatality",7397 "futures 0.3.21",7398 "lru 0.7.5",7399 "parity-scale-codec 3.1.2",7400 "polkadot-erasure-coding",7401 "polkadot-node-network-protocol",7402 "polkadot-node-primitives",7403 "polkadot-node-subsystem",7404 "polkadot-node-subsystem-util",7405 "polkadot-primitives",7406 "rand 0.8.5",7407 "sc-network",7408 "thiserror",7409 "tracing-gum",7410]74117412[[package]]7413name = "polkadot-cli"7414version = "0.9.21"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7416dependencies = [7417 "clap",7418 "frame-benchmarking-cli",7419 "futures 0.3.21",7420 "log",7421 "polkadot-client",7422 "polkadot-node-core-pvf",7423 "polkadot-node-metrics",7424 "polkadot-performance-test",7425 "polkadot-service",7426 "sc-cli",7427 "sc-service",7428 "sc-tracing",7429 "sp-core",7430 "sp-trie",7431 "substrate-build-script-utils",7432 "thiserror",7433 "try-runtime-cli",7434]74357436[[package]]7437name = "polkadot-client"7438version = "0.9.21"7439source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7440dependencies = [7441 "beefy-primitives",7442 "frame-benchmarking",7443 "frame-benchmarking-cli",7444 "frame-system",7445 "frame-system-rpc-runtime-api",7446 "pallet-transaction-payment",7447 "pallet-transaction-payment-rpc-runtime-api",7448 "polkadot-core-primitives",7449 "polkadot-node-core-parachains-inherent",7450 "polkadot-primitives",7451 "polkadot-runtime",7452 "polkadot-runtime-common",7453 "sc-client-api",7454 "sc-consensus",7455 "sc-executor",7456 "sc-service",7457 "sp-api",7458 "sp-authority-discovery",7459 "sp-block-builder",7460 "sp-blockchain",7461 "sp-consensus",7462 "sp-consensus-babe",7463 "sp-core",7464 "sp-finality-grandpa",7465 "sp-inherents",7466 "sp-keyring",7467 "sp-mmr-primitives",7468 "sp-offchain",7469 "sp-runtime",7470 "sp-session",7471 "sp-storage",7472 "sp-timestamp",7473 "sp-transaction-pool",7474]74757476[[package]]7477name = "polkadot-collator-protocol"7478version = "0.9.21"7479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7480dependencies = [7481 "always-assert",7482 "fatality",7483 "futures 0.3.21",7484 "futures-timer",7485 "polkadot-node-network-protocol",7486 "polkadot-node-primitives",7487 "polkadot-node-subsystem",7488 "polkadot-node-subsystem-util",7489 "polkadot-primitives",7490 "sp-core",7491 "sp-keystore",7492 "sp-runtime",7493 "thiserror",7494 "tracing-gum",7495]74967497[[package]]7498name = "polkadot-core-primitives"7499version = "0.9.21"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7501dependencies = [7502 "parity-scale-codec 3.1.2",7503 "parity-util-mem",7504 "scale-info",7505 "sp-core",7506 "sp-runtime",7507 "sp-std",7508]75097510[[package]]7511name = "polkadot-dispute-distribution"7512version = "0.9.21"7513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7514dependencies = [7515 "derive_more",7516 "fatality",7517 "futures 0.3.21",7518 "lru 0.7.5",7519 "parity-scale-codec 3.1.2",7520 "polkadot-erasure-coding",7521 "polkadot-node-network-protocol",7522 "polkadot-node-primitives",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-primitives",7526 "sc-network",7527 "sp-application-crypto",7528 "sp-keystore",7529 "thiserror",7530 "tracing-gum",7531]75327533[[package]]7534name = "polkadot-erasure-coding"7535version = "0.9.21"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7537dependencies = [7538 "parity-scale-codec 3.1.2",7539 "polkadot-node-primitives",7540 "polkadot-primitives",7541 "reed-solomon-novelpoly",7542 "sp-core",7543 "sp-trie",7544 "thiserror",7545]75467547[[package]]7548name = "polkadot-gossip-support"7549version = "0.9.21"7550source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7551dependencies = [7552 "futures 0.3.21",7553 "futures-timer",7554 "polkadot-node-network-protocol",7555 "polkadot-node-subsystem",7556 "polkadot-node-subsystem-util",7557 "polkadot-primitives",7558 "rand 0.8.5",7559 "rand_chacha 0.3.1",7560 "sc-network",7561 "sp-application-crypto",7562 "sp-core",7563 "sp-keystore",7564 "tracing-gum",7565]75667567[[package]]7568name = "polkadot-network-bridge"7569version = "0.9.21"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7571dependencies = [7572 "async-trait",7573 "futures 0.3.21",7574 "parity-scale-codec 3.1.2",7575 "parking_lot 0.12.0",7576 "polkadot-node-network-protocol",7577 "polkadot-node-subsystem",7578 "polkadot-node-subsystem-util",7579 "polkadot-overseer",7580 "polkadot-primitives",7581 "sc-network",7582 "sp-consensus",7583 "tracing-gum",7584]75857586[[package]]7587name = "polkadot-node-collation-generation"7588version = "0.9.21"7589source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7590dependencies = [7591 "futures 0.3.21",7592 "parity-scale-codec 3.1.2",7593 "polkadot-erasure-coding",7594 "polkadot-node-primitives",7595 "polkadot-node-subsystem",7596 "polkadot-node-subsystem-util",7597 "polkadot-primitives",7598 "sp-core",7599 "sp-maybe-compressed-blob",7600 "thiserror",7601 "tracing-gum",7602]76037604[[package]]7605name = "polkadot-node-core-approval-voting"7606version = "0.9.21"7607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7608dependencies = [7609 "bitvec 1.0.0",7610 "derive_more",7611 "futures 0.3.21",7612 "futures-timer",7613 "kvdb",7614 "lru 0.7.5",7615 "merlin",7616 "parity-scale-codec 3.1.2",7617 "polkadot-node-jaeger",7618 "polkadot-node-primitives",7619 "polkadot-node-subsystem",7620 "polkadot-node-subsystem-util",7621 "polkadot-overseer",7622 "polkadot-primitives",7623 "sc-keystore",7624 "schnorrkel",7625 "sp-application-crypto",7626 "sp-consensus",7627 "sp-consensus-slots",7628 "sp-runtime",7629 "thiserror",7630 "tracing-gum",7631]76327633[[package]]7634name = "polkadot-node-core-av-store"7635version = "0.9.21"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7637dependencies = [7638 "bitvec 1.0.0",7639 "futures 0.3.21",7640 "futures-timer",7641 "kvdb",7642 "parity-scale-codec 3.1.2",7643 "polkadot-erasure-coding",7644 "polkadot-node-primitives",7645 "polkadot-node-subsystem",7646 "polkadot-node-subsystem-util",7647 "polkadot-overseer",7648 "polkadot-primitives",7649 "thiserror",7650 "tracing-gum",7651]76527653[[package]]7654name = "polkadot-node-core-backing"7655version = "0.9.21"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7657dependencies = [7658 "bitvec 1.0.0",7659 "futures 0.3.21",7660 "polkadot-erasure-coding",7661 "polkadot-node-primitives",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-primitives",7665 "polkadot-statement-table",7666 "sp-keystore",7667 "thiserror",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-bitfield-signing"7673version = "0.9.21"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7675dependencies = [7676 "futures 0.3.21",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "sp-keystore",7681 "thiserror",7682 "tracing-gum",7683 "wasm-timer",7684]76857686[[package]]7687name = "polkadot-node-core-candidate-validation"7688version = "0.9.21"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7690dependencies = [7691 "async-trait",7692 "futures 0.3.21",7693 "parity-scale-codec 3.1.2",7694 "polkadot-node-core-pvf",7695 "polkadot-node-primitives",7696 "polkadot-node-subsystem",7697 "polkadot-node-subsystem-util",7698 "polkadot-parachain",7699 "polkadot-primitives",7700 "sp-maybe-compressed-blob",7701 "tracing-gum",7702]77037704[[package]]7705name = "polkadot-node-core-chain-api"7706version = "0.9.21"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7708dependencies = [7709 "futures 0.3.21",7710 "polkadot-node-subsystem",7711 "polkadot-node-subsystem-util",7712 "polkadot-primitives",7713 "sc-client-api",7714 "sc-consensus-babe",7715 "sp-blockchain",7716 "tracing-gum",7717]77187719[[package]]7720name = "polkadot-node-core-chain-selection"7721version = "0.9.21"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7723dependencies = [7724 "futures 0.3.21",7725 "futures-timer",7726 "kvdb",7727 "parity-scale-codec 3.1.2",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-primitives",7732 "thiserror",7733 "tracing-gum",7734]77357736[[package]]7737name = "polkadot-node-core-dispute-coordinator"7738version = "0.9.21"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7740dependencies = [7741 "fatality",7742 "futures 0.3.21",7743 "kvdb",7744 "lru 0.7.5",7745 "parity-scale-codec 3.1.2",7746 "polkadot-node-primitives",7747 "polkadot-node-subsystem",7748 "polkadot-node-subsystem-util",7749 "polkadot-primitives",7750 "sc-keystore",7751 "thiserror",7752 "tracing-gum",7753]77547755[[package]]7756name = "polkadot-node-core-parachains-inherent"7757version = "0.9.21"7758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7759dependencies = [7760 "async-trait",7761 "futures 0.3.21",7762 "futures-timer",7763 "polkadot-node-subsystem",7764 "polkadot-primitives",7765 "sp-blockchain",7766 "sp-inherents",7767 "sp-runtime",7768 "thiserror",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-provisioner"7774version = "0.9.21"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7776dependencies = [7777 "bitvec 1.0.0",7778 "futures 0.3.21",7779 "futures-timer",7780 "polkadot-node-primitives",7781 "polkadot-node-subsystem",7782 "polkadot-node-subsystem-util",7783 "polkadot-primitives",7784 "rand 0.8.5",7785 "thiserror",7786 "tracing-gum",7787]77887789[[package]]7790name = "polkadot-node-core-pvf"7791version = "0.9.21"7792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7793dependencies = [7794 "always-assert",7795 "assert_matches",7796 "async-process",7797 "async-std",7798 "futures 0.3.21",7799 "futures-timer",7800 "parity-scale-codec 3.1.2",7801 "pin-project 1.0.10",7802 "polkadot-core-primitives",7803 "polkadot-node-subsystem-util",7804 "polkadot-parachain",7805 "rand 0.8.5",7806 "sc-executor",7807 "sc-executor-common",7808 "sc-executor-wasmtime",7809 "slotmap",7810 "sp-core",7811 "sp-externalities",7812 "sp-io",7813 "sp-maybe-compressed-blob",7814 "sp-tracing",7815 "sp-wasm-interface",7816 "tracing-gum",7817]78187819[[package]]7820name = "polkadot-node-core-pvf-checker"7821version = "0.9.21"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7823dependencies = [7824 "futures 0.3.21",7825 "polkadot-node-primitives",7826 "polkadot-node-subsystem",7827 "polkadot-node-subsystem-util",7828 "polkadot-overseer",7829 "polkadot-primitives",7830 "sp-keystore",7831 "thiserror",7832 "tracing-gum",7833]78347835[[package]]7836name = "polkadot-node-core-runtime-api"7837version = "0.9.21"7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7839dependencies = [7840 "futures 0.3.21",7841 "memory-lru",7842 "parity-util-mem",7843 "polkadot-node-subsystem",7844 "polkadot-node-subsystem-util",7845 "polkadot-primitives",7846 "sp-api",7847 "sp-authority-discovery",7848 "sp-consensus-babe",7849 "sp-core",7850 "tracing-gum",7851]78527853[[package]]7854name = "polkadot-node-jaeger"7855version = "0.9.21"7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7857dependencies = [7858 "async-std",7859 "lazy_static",7860 "log",7861 "mick-jaeger",7862 "parity-scale-codec 3.1.2",7863 "parking_lot 0.12.0",7864 "polkadot-node-primitives",7865 "polkadot-primitives",7866 "sc-network",7867 "sp-core",7868 "thiserror",7869]78707871[[package]]7872name = "polkadot-node-metrics"7873version = "0.9.21"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7875dependencies = [7876 "bs58",7877 "futures 0.3.21",7878 "futures-timer",7879 "log",7880 "metered-channel",7881 "parity-scale-codec 3.1.2",7882 "polkadot-primitives",7883 "sc-cli",7884 "sc-service",7885 "sc-tracing",7886 "substrate-prometheus-endpoint",7887 "tracing-gum",7888]78897890[[package]]7891name = "polkadot-node-network-protocol"7892version = "0.9.21"7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7894dependencies = [7895 "async-trait",7896 "fatality",7897 "futures 0.3.21",7898 "parity-scale-codec 3.1.2",7899 "polkadot-node-jaeger",7900 "polkadot-node-primitives",7901 "polkadot-primitives",7902 "sc-authority-discovery",7903 "sc-network",7904 "strum 0.24.0",7905 "thiserror",7906]79077908[[package]]7909name = "polkadot-node-primitives"7910version = "0.9.21"7911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7912dependencies = [7913 "bounded-vec",7914 "futures 0.3.21",7915 "parity-scale-codec 3.1.2",7916 "polkadot-parachain",7917 "polkadot-primitives",7918 "schnorrkel",7919 "serde",7920 "sp-application-crypto",7921 "sp-consensus-babe",7922 "sp-consensus-vrf",7923 "sp-core",7924 "sp-keystore",7925 "sp-maybe-compressed-blob",7926 "thiserror",7927 "zstd",7928]79297930[[package]]7931name = "polkadot-node-subsystem"7932version = "0.9.21"7933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7934dependencies = [7935 "polkadot-node-jaeger",7936 "polkadot-node-subsystem-types",7937 "polkadot-overseer",7938]79397940[[package]]7941name = "polkadot-node-subsystem-types"7942version = "0.9.21"7943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7944dependencies = [7945 "derive_more",7946 "futures 0.3.21",7947 "polkadot-node-jaeger",7948 "polkadot-node-network-protocol",7949 "polkadot-node-primitives",7950 "polkadot-overseer-gen",7951 "polkadot-primitives",7952 "polkadot-statement-table",7953 "sc-network",7954 "smallvec",7955 "substrate-prometheus-endpoint",7956 "thiserror",7957]79587959[[package]]7960name = "polkadot-node-subsystem-util"7961version = "0.9.21"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7963dependencies = [7964 "async-trait",7965 "derive_more",7966 "fatality",7967 "futures 0.3.21",7968 "itertools",7969 "kvdb",7970 "lru 0.7.5",7971 "metered-channel",7972 "parity-db",7973 "parity-scale-codec 3.1.2",7974 "parity-util-mem",7975 "parking_lot 0.11.2",7976 "pin-project 1.0.10",7977 "polkadot-node-jaeger",7978 "polkadot-node-metrics",7979 "polkadot-node-network-protocol",7980 "polkadot-node-primitives",7981 "polkadot-node-subsystem",7982 "polkadot-overseer",7983 "polkadot-primitives",7984 "rand 0.8.5",7985 "sp-application-crypto",7986 "sp-core",7987 "sp-keystore",7988 "thiserror",7989 "tracing-gum",7990]79917992[[package]]7993name = "polkadot-overseer"7994version = "0.9.21"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7996dependencies = [7997 "futures 0.3.21",7998 "futures-timer",7999 "lru 0.7.5",8000 "parity-util-mem",8001 "parking_lot 0.12.0",8002 "polkadot-node-metrics",8003 "polkadot-node-network-protocol",8004 "polkadot-node-primitives",8005 "polkadot-node-subsystem-types",8006 "polkadot-overseer-gen",8007 "polkadot-primitives",8008 "sc-client-api",8009 "sp-api",8010 "tracing-gum",8011]80128013[[package]]8014name = "polkadot-overseer-gen"8015version = "0.9.21"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8017dependencies = [8018 "async-trait",8019 "futures 0.3.21",8020 "futures-timer",8021 "metered-channel",8022 "pin-project 1.0.10",8023 "polkadot-node-network-protocol",8024 "polkadot-node-primitives",8025 "polkadot-overseer-gen-proc-macro",8026 "thiserror",8027 "tracing-gum",8028]80298030[[package]]8031name = "polkadot-overseer-gen-proc-macro"8032version = "0.9.21"8033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8034dependencies = [8035 "expander 0.0.6",8036 "proc-macro-crate 1.1.3",8037 "proc-macro2",8038 "quote",8039 "syn",8040]80418042[[package]]8043name = "polkadot-parachain"8044version = "0.9.21"8045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8046dependencies = [8047 "derive_more",8048 "frame-support",8049 "parity-scale-codec 3.1.2",8050 "parity-util-mem",8051 "polkadot-core-primitives",8052 "scale-info",8053 "serde",8054 "sp-core",8055 "sp-runtime",8056 "sp-std",8057]80588059[[package]]8060name = "polkadot-performance-test"8061version = "0.9.21"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8063dependencies = [8064 "env_logger",8065 "kusama-runtime",8066 "log",8067 "polkadot-erasure-coding",8068 "polkadot-node-core-pvf",8069 "polkadot-node-primitives",8070 "quote",8071 "thiserror",8072]80738074[[package]]8075name = "polkadot-primitives"8076version = "0.9.21"8077source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8078dependencies = [8079 "bitvec 1.0.0",8080 "frame-system",8081 "hex-literal",8082 "parity-scale-codec 3.1.2",8083 "parity-util-mem",8084 "polkadot-core-primitives",8085 "polkadot-parachain",8086 "scale-info",8087 "serde",8088 "sp-api",8089 "sp-application-crypto",8090 "sp-arithmetic",8091 "sp-authority-discovery",8092 "sp-consensus-slots",8093 "sp-core",8094 "sp-inherents",8095 "sp-io",8096 "sp-keystore",8097 "sp-runtime",8098 "sp-staking",8099 "sp-std",8100 "sp-trie",8101 "sp-version",8102]81038104[[package]]8105name = "polkadot-rpc"8106version = "0.9.21"8107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8108dependencies = [8109 "beefy-gadget",8110 "beefy-gadget-rpc",8111 "jsonrpc-core",8112 "pallet-mmr-rpc",8113 "pallet-transaction-payment-rpc",8114 "polkadot-primitives",8115 "sc-chain-spec",8116 "sc-client-api",8117 "sc-consensus-babe",8118 "sc-consensus-babe-rpc",8119 "sc-consensus-epochs",8120 "sc-finality-grandpa",8121 "sc-finality-grandpa-rpc",8122 "sc-rpc",8123 "sc-sync-state-rpc",8124 "sc-transaction-pool-api",8125 "sp-api",8126 "sp-block-builder",8127 "sp-blockchain",8128 "sp-consensus",8129 "sp-consensus-babe",8130 "sp-keystore",8131 "sp-runtime",8132 "substrate-frame-rpc-system",8133 "substrate-state-trie-migration-rpc",8134]81358136[[package]]8137name = "polkadot-runtime"8138version = "0.9.21"8139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8140dependencies = [8141 "beefy-primitives",8142 "bitvec 1.0.0",8143 "frame-benchmarking",8144 "frame-election-provider-support",8145 "frame-executive",8146 "frame-support",8147 "frame-system",8148 "frame-system-benchmarking",8149 "frame-system-rpc-runtime-api",8150 "frame-try-runtime",8151 "hex-literal",8152 "log",8153 "pallet-authority-discovery",8154 "pallet-authorship",8155 "pallet-babe",8156 "pallet-bags-list",8157 "pallet-balances",8158 "pallet-bounties",8159 "pallet-child-bounties",8160 "pallet-collective",8161 "pallet-democracy",8162 "pallet-election-provider-multi-phase",8163 "pallet-election-provider-support-benchmarking",8164 "pallet-elections-phragmen",8165 "pallet-grandpa",8166 "pallet-identity",8167 "pallet-im-online",8168 "pallet-indices",8169 "pallet-membership",8170 "pallet-multisig",8171 "pallet-nicks",8172 "pallet-offences",8173 "pallet-offences-benchmarking",8174 "pallet-preimage",8175 "pallet-proxy",8176 "pallet-scheduler",8177 "pallet-session",8178 "pallet-session-benchmarking",8179 "pallet-staking",8180 "pallet-staking-reward-curve",8181 "pallet-timestamp",8182 "pallet-tips",8183 "pallet-transaction-payment",8184 "pallet-transaction-payment-rpc-runtime-api",8185 "pallet-treasury",8186 "pallet-utility",8187 "pallet-vesting",8188 "pallet-xcm",8189 "parity-scale-codec 3.1.2",8190 "polkadot-primitives",8191 "polkadot-runtime-common",8192 "polkadot-runtime-constants",8193 "polkadot-runtime-parachains",8194 "rustc-hex",8195 "scale-info",8196 "serde",8197 "serde_derive",8198 "smallvec",8199 "sp-api",8200 "sp-authority-discovery",8201 "sp-block-builder",8202 "sp-consensus-babe",8203 "sp-core",8204 "sp-inherents",8205 "sp-io",8206 "sp-mmr-primitives",8207 "sp-npos-elections",8208 "sp-offchain",8209 "sp-runtime",8210 "sp-session",8211 "sp-staking",8212 "sp-std",8213 "sp-transaction-pool",8214 "sp-version",8215 "static_assertions",8216 "substrate-wasm-builder",8217 "xcm",8218 "xcm-builder",8219 "xcm-executor",8220]82218222[[package]]8223name = "polkadot-runtime-common"8224version = "0.9.21"8225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8226dependencies = [8227 "beefy-primitives",8228 "bitvec 1.0.0",8229 "frame-benchmarking",8230 "frame-election-provider-support",8231 "frame-support",8232 "frame-system",8233 "impl-trait-for-tuples",8234 "libsecp256k1",8235 "log",8236 "pallet-authorship",8237 "pallet-babe",8238 "pallet-bags-list",8239 "pallet-balances",8240 "pallet-beefy-mmr",8241 "pallet-election-provider-multi-phase",8242 "pallet-session",8243 "pallet-staking",8244 "pallet-timestamp",8245 "pallet-transaction-payment",8246 "pallet-treasury",8247 "pallet-vesting",8248 "parity-scale-codec 3.1.2",8249 "polkadot-primitives",8250 "polkadot-runtime-parachains",8251 "rustc-hex",8252 "scale-info",8253 "serde",8254 "serde_derive",8255 "slot-range-helper",8256 "sp-api",8257 "sp-core",8258 "sp-inherents",8259 "sp-io",8260 "sp-npos-elections",8261 "sp-runtime",8262 "sp-session",8263 "sp-staking",8264 "sp-std",8265 "static_assertions",8266 "xcm",8267]82688269[[package]]8270name = "polkadot-runtime-constants"8271version = "0.9.21"8272source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8273dependencies = [8274 "frame-support",8275 "polkadot-primitives",8276 "polkadot-runtime-common",8277 "smallvec",8278 "sp-runtime",8279]82808281[[package]]8282name = "polkadot-runtime-metrics"8283version = "0.9.21"8284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8285dependencies = [8286 "bs58",8287 "parity-scale-codec 3.1.2",8288 "polkadot-primitives",8289 "sp-std",8290 "sp-tracing",8291]82928293[[package]]8294name = "polkadot-runtime-parachains"8295version = "0.9.21"8296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8297dependencies = [8298 "bitflags",8299 "bitvec 1.0.0",8300 "derive_more",8301 "frame-benchmarking",8302 "frame-support",8303 "frame-system",8304 "log",8305 "pallet-authority-discovery",8306 "pallet-authorship",8307 "pallet-babe",8308 "pallet-balances",8309 "pallet-session",8310 "pallet-staking",8311 "pallet-timestamp",8312 "pallet-vesting",8313 "parity-scale-codec 3.1.2",8314 "polkadot-primitives",8315 "polkadot-runtime-metrics",8316 "rand 0.8.5",8317 "rand_chacha 0.3.1",8318 "rustc-hex",8319 "scale-info",8320 "serde",8321 "sp-api",8322 "sp-application-crypto",8323 "sp-core",8324 "sp-inherents",8325 "sp-io",8326 "sp-keystore",8327 "sp-runtime",8328 "sp-session",8329 "sp-staking",8330 "sp-std",8331 "static_assertions",8332 "xcm",8333 "xcm-executor",8334]83358336[[package]]8337name = "polkadot-service"8338version = "0.9.21"8339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8340dependencies = [8341 "async-trait",8342 "beefy-gadget",8343 "beefy-primitives",8344 "frame-system-rpc-runtime-api",8345 "futures 0.3.21",8346 "hex-literal",8347 "kusama-runtime",8348 "kvdb",8349 "kvdb-rocksdb",8350 "lru 0.7.5",8351 "pallet-babe",8352 "pallet-im-online",8353 "pallet-staking",8354 "pallet-transaction-payment-rpc-runtime-api",8355 "parity-db",8356 "polkadot-approval-distribution",8357 "polkadot-availability-bitfield-distribution",8358 "polkadot-availability-distribution",8359 "polkadot-availability-recovery",8360 "polkadot-client",8361 "polkadot-collator-protocol",8362 "polkadot-dispute-distribution",8363 "polkadot-gossip-support",8364 "polkadot-network-bridge",8365 "polkadot-node-collation-generation",8366 "polkadot-node-core-approval-voting",8367 "polkadot-node-core-av-store",8368 "polkadot-node-core-backing",8369 "polkadot-node-core-bitfield-signing",8370 "polkadot-node-core-candidate-validation",8371 "polkadot-node-core-chain-api",8372 "polkadot-node-core-chain-selection",8373 "polkadot-node-core-dispute-coordinator",8374 "polkadot-node-core-parachains-inherent",8375 "polkadot-node-core-provisioner",8376 "polkadot-node-core-pvf-checker",8377 "polkadot-node-core-runtime-api",8378 "polkadot-node-network-protocol",8379 "polkadot-node-primitives",8380 "polkadot-node-subsystem",8381 "polkadot-node-subsystem-util",8382 "polkadot-overseer",8383 "polkadot-parachain",8384 "polkadot-primitives",8385 "polkadot-rpc",8386 "polkadot-runtime",8387 "polkadot-runtime-constants",8388 "polkadot-runtime-parachains",8389 "polkadot-statement-distribution",8390 "rococo-runtime",8391 "sc-authority-discovery",8392 "sc-basic-authorship",8393 "sc-block-builder",8394 "sc-chain-spec",8395 "sc-client-api",8396 "sc-client-db",8397 "sc-consensus",8398 "sc-consensus-babe",8399 "sc-consensus-slots",8400 "sc-consensus-uncles",8401 "sc-executor",8402 "sc-finality-grandpa",8403 "sc-keystore",8404 "sc-network",8405 "sc-offchain",8406 "sc-service",8407 "sc-sync-state-rpc",8408 "sc-telemetry",8409 "sc-transaction-pool",8410 "serde",8411 "sp-api",8412 "sp-authority-discovery",8413 "sp-block-builder",8414 "sp-blockchain",8415 "sp-consensus",8416 "sp-consensus-babe",8417 "sp-core",8418 "sp-finality-grandpa",8419 "sp-inherents",8420 "sp-io",8421 "sp-keystore",8422 "sp-offchain",8423 "sp-runtime",8424 "sp-session",8425 "sp-state-machine",8426 "sp-storage",8427 "sp-timestamp",8428 "sp-transaction-pool",8429 "sp-trie",8430 "substrate-prometheus-endpoint",8431 "thiserror",8432 "tracing-gum",8433 "westend-runtime",8434]84358436[[package]]8437name = "polkadot-statement-distribution"8438version = "0.9.21"8439source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8440dependencies = [8441 "arrayvec 0.5.2",8442 "fatality",8443 "futures 0.3.21",8444 "indexmap",8445 "parity-scale-codec 3.1.2",8446 "polkadot-node-network-protocol",8447 "polkadot-node-primitives",8448 "polkadot-node-subsystem",8449 "polkadot-node-subsystem-util",8450 "polkadot-primitives",8451 "sp-keystore",8452 "sp-staking",8453 "thiserror",8454 "tracing-gum",8455]84568457[[package]]8458name = "polkadot-statement-table"8459version = "0.9.21"8460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8461dependencies = [8462 "parity-scale-codec 3.1.2",8463 "polkadot-primitives",8464 "sp-core",8465]84668467[[package]]8468name = "polkadot-test-runtime"8469version = "0.9.21"8470source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8471dependencies = [8472 "beefy-primitives",8473 "bitvec 1.0.0",8474 "frame-election-provider-support",8475 "frame-executive",8476 "frame-support",8477 "frame-system",8478 "frame-system-rpc-runtime-api",8479 "log",8480 "pallet-authority-discovery",8481 "pallet-authorship",8482 "pallet-babe",8483 "pallet-balances",8484 "pallet-grandpa",8485 "pallet-indices",8486 "pallet-nicks",8487 "pallet-offences",8488 "pallet-session",8489 "pallet-staking",8490 "pallet-staking-reward-curve",8491 "pallet-sudo",8492 "pallet-timestamp",8493 "pallet-transaction-payment",8494 "pallet-transaction-payment-rpc-runtime-api",8495 "pallet-vesting",8496 "pallet-xcm",8497 "parity-scale-codec 3.1.2",8498 "polkadot-parachain",8499 "polkadot-primitives",8500 "polkadot-runtime-common",8501 "polkadot-runtime-parachains",8502 "rustc-hex",8503 "scale-info",8504 "serde",8505 "serde_derive",8506 "smallvec",8507 "sp-api",8508 "sp-authority-discovery",8509 "sp-block-builder",8510 "sp-consensus-babe",8511 "sp-core",8512 "sp-inherents",8513 "sp-io",8514 "sp-mmr-primitives",8515 "sp-offchain",8516 "sp-runtime",8517 "sp-session",8518 "sp-staking",8519 "sp-std",8520 "sp-transaction-pool",8521 "sp-version",8522 "substrate-wasm-builder",8523 "test-runtime-constants",8524 "xcm",8525 "xcm-builder",8526 "xcm-executor",8527]85288529[[package]]8530name = "polkadot-test-service"8531version = "0.9.21"8532source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8533dependencies = [8534 "frame-benchmarking",8535 "frame-system",8536 "futures 0.1.31",8537 "futures 0.3.21",8538 "hex",8539 "pallet-balances",8540 "pallet-staking",8541 "pallet-transaction-payment",8542 "polkadot-node-primitives",8543 "polkadot-node-subsystem",8544 "polkadot-overseer",8545 "polkadot-parachain",8546 "polkadot-primitives",8547 "polkadot-rpc",8548 "polkadot-runtime-common",8549 "polkadot-runtime-parachains",8550 "polkadot-service",8551 "polkadot-test-runtime",8552 "rand 0.8.5",8553 "sc-authority-discovery",8554 "sc-chain-spec",8555 "sc-cli",8556 "sc-client-api",8557 "sc-consensus",8558 "sc-consensus-babe",8559 "sc-executor",8560 "sc-finality-grandpa",8561 "sc-network",8562 "sc-service",8563 "sc-tracing",8564 "sc-transaction-pool",8565 "sp-arithmetic",8566 "sp-authority-discovery",8567 "sp-blockchain",8568 "sp-consensus",8569 "sp-consensus-babe",8570 "sp-core",8571 "sp-finality-grandpa",8572 "sp-inherents",8573 "sp-keyring",8574 "sp-runtime",8575 "sp-state-machine",8576 "substrate-test-client",8577 "tempfile",8578 "test-runtime-constants",8579 "tokio 1.18.2",8580 "tracing-gum",8581]85828583[[package]]8584name = "polling"8585version = "2.2.0"8586source = "registry+https://github.com/rust-lang/crates.io-index"8587checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8588dependencies = [8589 "cfg-if 1.0.0",8590 "libc",8591 "log",8592 "wepoll-ffi",8593 "winapi 0.3.9",8594]85958596[[package]]8597name = "poly1305"8598version = "0.7.2"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8601dependencies = [8602 "cpufeatures 0.2.2",8603 "opaque-debug 0.3.0",8604 "universal-hash",8605]86068607[[package]]8608name = "polyval"8609version = "0.5.3"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8612dependencies = [8613 "cfg-if 1.0.0",8614 "cpufeatures 0.2.2",8615 "opaque-debug 0.3.0",8616 "universal-hash",8617]86188619[[package]]8620name = "ppv-lite86"8621version = "0.2.16"8622source = "registry+https://github.com/rust-lang/crates.io-index"8623checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"86248625[[package]]8626name = "prettytable-rs"8627version = "0.8.0"8628source = "registry+https://github.com/rust-lang/crates.io-index"8629checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8630dependencies = [8631 "atty",8632 "csv",8633 "encode_unicode",8634 "lazy_static",8635 "term",8636 "unicode-width",8637]86388639[[package]]8640name = "primitive-types"8641version = "0.11.1"8642source = "registry+https://github.com/rust-lang/crates.io-index"8643checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8644dependencies = [8645 "fixed-hash",8646 "impl-codec",8647 "impl-rlp",8648 "impl-serde",8649 "scale-info",8650 "uint",8651]86528653[[package]]8654name = "proc-macro-crate"8655version = "0.1.5"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8658dependencies = [8659 "toml",8660]86618662[[package]]8663name = "proc-macro-crate"8664version = "1.1.3"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8667dependencies = [8668 "thiserror",8669 "toml",8670]86718672[[package]]8673name = "proc-macro-error"8674version = "1.0.4"8675source = "registry+https://github.com/rust-lang/crates.io-index"8676checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8677dependencies = [8678 "proc-macro-error-attr",8679 "proc-macro2",8680 "quote",8681 "syn",8682 "version_check",8683]86848685[[package]]8686name = "proc-macro-error-attr"8687version = "1.0.4"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8690dependencies = [8691 "proc-macro2",8692 "quote",8693 "version_check",8694]86958696[[package]]8697name = "proc-macro2"8698version = "1.0.39"8699source = "registry+https://github.com/rust-lang/crates.io-index"8700checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8701dependencies = [8702 "unicode-ident",8703]87048705[[package]]8706name = "prometheus"8707version = "0.13.1"8708source = "registry+https://github.com/rust-lang/crates.io-index"8709checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8710dependencies = [8711 "cfg-if 1.0.0",8712 "fnv",8713 "lazy_static",8714 "memchr",8715 "parking_lot 0.12.0",8716 "thiserror",8717]87188719[[package]]8720name = "prost"8721version = "0.9.0"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8724dependencies = [8725 "bytes 1.1.0",8726 "prost-derive",8727]87288729[[package]]8730name = "prost-build"8731version = "0.9.0"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8734dependencies = [8735 "bytes 1.1.0",8736 "heck 0.3.3",8737 "itertools",8738 "lazy_static",8739 "log",8740 "multimap",8741 "petgraph",8742 "prost",8743 "prost-types",8744 "regex",8745 "tempfile",8746 "which",8747]87488749[[package]]8750name = "prost-derive"8751version = "0.9.0"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8754dependencies = [8755 "anyhow",8756 "itertools",8757 "proc-macro2",8758 "quote",8759 "syn",8760]87618762[[package]]8763name = "prost-types"8764version = "0.9.0"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8767dependencies = [8768 "bytes 1.1.0",8769 "prost",8770]87718772[[package]]8773name = "psm"8774version = "0.1.18"8775source = "registry+https://github.com/rust-lang/crates.io-index"8776checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8777dependencies = [8778 "cc",8779]87808781[[package]]8782name = "quartz-runtime"8783version = "0.9.20"8784dependencies = [8785 "cumulus-pallet-aura-ext",8786 "cumulus-pallet-dmp-queue",8787 "cumulus-pallet-parachain-system",8788 "cumulus-pallet-xcm",8789 "cumulus-pallet-xcmp-queue",8790 "cumulus-primitives-core",8791 "cumulus-primitives-timestamp",8792 "cumulus-primitives-utility",8793 "derivative",8794 "fp-evm-mapping",8795 "fp-rpc",8796 "fp-self-contained",8797 "frame-executive",8798 "frame-support",8799 "frame-system",8800 "frame-system-rpc-runtime-api",8801 "frame-try-runtime",8802 "log",8803 "orml-vesting",8804 "pallet-aura",8805 "pallet-balances",8806 "pallet-base-fee",8807 "pallet-common",8808 "pallet-ethereum",8809 "pallet-evm",8810 "pallet-evm-coder-substrate",8811 "pallet-evm-collection",8812 "pallet-evm-contract-helpers",8813 "pallet-evm-migration",8814 "pallet-evm-transaction-payment",8815 "pallet-fungible",8816 "pallet-inflation",8817 "pallet-nonfungible",8818 "pallet-randomness-collective-flip",8819 "pallet-refungible",8820 "pallet-rmrk-core",8821 "pallet-structure",8822 "pallet-sudo",8823 "pallet-template-transaction-payment",8824 "pallet-timestamp",8825 "pallet-transaction-payment",8826 "pallet-transaction-payment-rpc-runtime-api",8827 "pallet-treasury",8828 "pallet-unique",8829 "pallet-unq-scheduler",8830 "pallet-xcm",8831 "parachain-info",8832 "parity-scale-codec 3.1.2",8833 "polkadot-parachain",8834 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8835 "scale-info",8836 "serde",8837 "smallvec",8838 "sp-api",8839 "sp-arithmetic",8840 "sp-block-builder",8841 "sp-consensus-aura",8842 "sp-core",8843 "sp-inherents",8844 "sp-io",8845 "sp-offchain",8846 "sp-runtime",8847 "sp-session",8848 "sp-std",8849 "sp-transaction-pool",8850 "sp-version",8851 "substrate-wasm-builder",8852 "unique-runtime-common",8853 "up-data-structs",8854 "up-rpc",8855 "xcm",8856 "xcm-builder",8857 "xcm-executor",8858]88598860[[package]]8861name = "quick-error"8862version = "1.2.3"8863source = "registry+https://github.com/rust-lang/crates.io-index"8864checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88658866[[package]]8867name = "quicksink"8868version = "0.1.2"8869source = "registry+https://github.com/rust-lang/crates.io-index"8870checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8871dependencies = [8872 "futures-core",8873 "futures-sink",8874 "pin-project-lite 0.1.12",8875]88768877[[package]]8878name = "quote"8879version = "1.0.18"8880source = "registry+https://github.com/rust-lang/crates.io-index"8881checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8882dependencies = [8883 "proc-macro2",8884]88858886[[package]]8887name = "radium"8888version = "0.6.2"8889source = "registry+https://github.com/rust-lang/crates.io-index"8890checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88918892[[package]]8893name = "radium"8894version = "0.7.0"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88978898[[package]]8899name = "rand"8900version = "0.7.3"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8903dependencies = [8904 "getrandom 0.1.16",8905 "libc",8906 "rand_chacha 0.2.2",8907 "rand_core 0.5.1",8908 "rand_hc",8909 "rand_pcg 0.2.1",8910]89118912[[package]]8913name = "rand"8914version = "0.8.5"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8917dependencies = [8918 "libc",8919 "rand_chacha 0.3.1",8920 "rand_core 0.6.3",8921]89228923[[package]]8924name = "rand_chacha"8925version = "0.2.2"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8928dependencies = [8929 "ppv-lite86",8930 "rand_core 0.5.1",8931]89328933[[package]]8934name = "rand_chacha"8935version = "0.3.1"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8938dependencies = [8939 "ppv-lite86",8940 "rand_core 0.6.3",8941]89428943[[package]]8944name = "rand_core"8945version = "0.5.1"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8948dependencies = [8949 "getrandom 0.1.16",8950]89518952[[package]]8953name = "rand_core"8954version = "0.6.3"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8957dependencies = [8958 "getrandom 0.2.6",8959]89608961[[package]]8962name = "rand_distr"8963version = "0.4.3"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8966dependencies = [8967 "num-traits",8968 "rand 0.8.5",8969]89708971[[package]]8972name = "rand_hc"8973version = "0.2.0"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8976dependencies = [8977 "rand_core 0.5.1",8978]89798980[[package]]8981name = "rand_pcg"8982version = "0.2.1"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8985dependencies = [8986 "rand_core 0.5.1",8987]89888989[[package]]8990name = "rand_pcg"8991version = "0.3.1"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8994dependencies = [8995 "rand_core 0.6.3",8996]89978998[[package]]8999name = "rawpointer"9000version = "0.2.1"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90039004[[package]]9005name = "rayon"9006version = "1.5.3"9007source = "registry+https://github.com/rust-lang/crates.io-index"9008checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9009dependencies = [9010 "autocfg",9011 "crossbeam-deque",9012 "either",9013 "rayon-core",9014]90159016[[package]]9017name = "rayon-core"9018version = "1.9.3"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9021dependencies = [9022 "crossbeam-channel",9023 "crossbeam-deque",9024 "crossbeam-utils",9025 "num_cpus",9026]90279028[[package]]9029name = "redox_syscall"9030version = "0.1.57"9031source = "registry+https://github.com/rust-lang/crates.io-index"9032checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90339034[[package]]9035name = "redox_syscall"9036version = "0.2.13"9037source = "registry+https://github.com/rust-lang/crates.io-index"9038checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9039dependencies = [9040 "bitflags",9041]90429043[[package]]9044name = "redox_users"9045version = "0.3.5"9046source = "registry+https://github.com/rust-lang/crates.io-index"9047checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9048dependencies = [9049 "getrandom 0.1.16",9050 "redox_syscall 0.1.57",9051 "rust-argon2",9052]90539054[[package]]9055name = "redox_users"9056version = "0.4.3"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9059dependencies = [9060 "getrandom 0.2.6",9061 "redox_syscall 0.2.13",9062 "thiserror",9063]90649065[[package]]9066name = "reed-solomon-novelpoly"9067version = "1.0.0"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9070dependencies = [9071 "derive_more",9072 "fs-err",9073 "itertools",9074 "static_init",9075 "thiserror",9076]90779078[[package]]9079name = "ref-cast"9080version = "1.0.7"9081source = "registry+https://github.com/rust-lang/crates.io-index"9082checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9083dependencies = [9084 "ref-cast-impl",9085]90869087[[package]]9088name = "ref-cast-impl"9089version = "1.0.7"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9092dependencies = [9093 "proc-macro2",9094 "quote",9095 "syn",9096]90979098[[package]]9099name = "regalloc"9100version = "0.0.34"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9103dependencies = [9104 "log",9105 "rustc-hash",9106 "smallvec",9107]91089109[[package]]9110name = "regex"9111version = "1.5.6"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9114dependencies = [9115 "aho-corasick",9116 "memchr",9117 "regex-syntax",9118]91199120[[package]]9121name = "regex-automata"9122version = "0.1.10"9123source = "registry+https://github.com/rust-lang/crates.io-index"9124checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9125dependencies = [9126 "regex-syntax",9127]91289129[[package]]9130name = "regex-syntax"9131version = "0.6.26"9132source = "registry+https://github.com/rust-lang/crates.io-index"9133checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"91349135[[package]]9136name = "region"9137version = "2.2.0"9138source = "registry+https://github.com/rust-lang/crates.io-index"9139checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9140dependencies = [9141 "bitflags",9142 "libc",9143 "mach",9144 "winapi 0.3.9",9145]91469147[[package]]9148name = "remote-externalities"9149version = "0.10.0-dev"9150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9151dependencies = [9152 "env_logger",9153 "jsonrpsee",9154 "log",9155 "parity-scale-codec 3.1.2",9156 "serde",9157 "serde_json",9158 "sp-core",9159 "sp-io",9160 "sp-runtime",9161 "sp-version",9162]91639164[[package]]9165name = "remove_dir_all"9166version = "0.5.3"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9169dependencies = [9170 "winapi 0.3.9",9171]91729173[[package]]9174name = "resolv-conf"9175version = "0.7.0"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9178dependencies = [9179 "hostname",9180 "quick-error",9181]91829183[[package]]9184name = "retain_mut"9185version = "0.1.9"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91889189[[package]]9190name = "ring"9191version = "0.16.20"9192source = "registry+https://github.com/rust-lang/crates.io-index"9193checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9194dependencies = [9195 "cc",9196 "libc",9197 "once_cell",9198 "spin",9199 "untrusted",9200 "web-sys",9201 "winapi 0.3.9",9202]92039204[[package]]9205name = "rlp"9206version = "0.5.1"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9209dependencies = [9210 "bytes 1.1.0",9211 "rustc-hex",9212]92139214[[package]]9215name = "rlp-derive"9216version = "0.1.0"9217source = "registry+https://github.com/rust-lang/crates.io-index"9218checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9219dependencies = [9220 "proc-macro2",9221 "quote",9222 "syn",9223]92249225[[package]]9226name = "rmrk-rpc"9227version = "0.0.1"9228dependencies = [9229 "parity-scale-codec 2.3.1",9230 "serde",9231 "sp-api",9232 "sp-core",9233 "sp-runtime",9234 "sp-std",9235 "up-data-structs",9236]92379238[[package]]9239name = "rmrk-rpc"9240version = "0.0.1"9241source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9242dependencies = [9243 "parity-scale-codec 2.3.1",9244 "rmrk-types",9245 "serde",9246 "sp-api",9247 "sp-core",9248 "sp-runtime",9249 "sp-std",9250]92519252[[package]]9253name = "rmrk-types"9254version = "0.0.1"9255source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9256dependencies = [9257 "parity-scale-codec 3.1.2",9258 "scale-info",9259 "serde",9260]92619262[[package]]9263name = "rocksdb"9264version = "0.18.0"9265source = "registry+https://github.com/rust-lang/crates.io-index"9266checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9267dependencies = [9268 "libc",9269 "librocksdb-sys",9270]92719272[[package]]9273name = "rococo-runtime"9274version = "0.9.21"9275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9276dependencies = [9277 "beefy-merkle-tree",9278 "beefy-primitives",9279 "bp-messages",9280 "bp-rococo",9281 "bp-runtime",9282 "bp-wococo",9283 "bridge-runtime-common",9284 "frame-benchmarking",9285 "frame-executive",9286 "frame-support",9287 "frame-system",9288 "frame-system-benchmarking",9289 "frame-system-rpc-runtime-api",9290 "hex-literal",9291 "log",9292 "pallet-authority-discovery",9293 "pallet-authorship",9294 "pallet-babe",9295 "pallet-balances",9296 "pallet-beefy",9297 "pallet-beefy-mmr",9298 "pallet-bridge-dispatch",9299 "pallet-bridge-grandpa",9300 "pallet-bridge-messages",9301 "pallet-collective",9302 "pallet-grandpa",9303 "pallet-im-online",9304 "pallet-indices",9305 "pallet-membership",9306 "pallet-mmr",9307 "pallet-multisig",9308 "pallet-offences",9309 "pallet-proxy",9310 "pallet-session",9311 "pallet-staking",9312 "pallet-sudo",9313 "pallet-timestamp",9314 "pallet-transaction-payment",9315 "pallet-transaction-payment-rpc-runtime-api",9316 "pallet-utility",9317 "pallet-xcm",9318 "parity-scale-codec 3.1.2",9319 "polkadot-parachain",9320 "polkadot-primitives",9321 "polkadot-runtime-common",9322 "polkadot-runtime-parachains",9323 "rococo-runtime-constants",9324 "scale-info",9325 "serde",9326 "serde_derive",9327 "smallvec",9328 "sp-api",9329 "sp-authority-discovery",9330 "sp-block-builder",9331 "sp-consensus-babe",9332 "sp-core",9333 "sp-inherents",9334 "sp-io",9335 "sp-mmr-primitives",9336 "sp-offchain",9337 "sp-runtime",9338 "sp-session",9339 "sp-staking",9340 "sp-std",9341 "sp-transaction-pool",9342 "sp-version",9343 "substrate-wasm-builder",9344 "xcm",9345 "xcm-builder",9346 "xcm-executor",9347]93489349[[package]]9350name = "rococo-runtime-constants"9351version = "0.9.21"9352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9353dependencies = [9354 "frame-support",9355 "polkadot-primitives",9356 "polkadot-runtime-common",9357 "smallvec",9358 "sp-runtime",9359]93609361[[package]]9362name = "rpassword"9363version = "5.0.1"9364source = "registry+https://github.com/rust-lang/crates.io-index"9365checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9366dependencies = [9367 "libc",9368 "winapi 0.3.9",9369]93709371[[package]]9372name = "rust-argon2"9373version = "0.8.3"9374source = "registry+https://github.com/rust-lang/crates.io-index"9375checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9376dependencies = [9377 "base64",9378 "blake2b_simd",9379 "constant_time_eq",9380 "crossbeam-utils",9381]93829383[[package]]9384name = "rustc-demangle"9385version = "0.1.21"9386source = "registry+https://github.com/rust-lang/crates.io-index"9387checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93889389[[package]]9390name = "rustc-hash"9391version = "1.1.0"9392source = "registry+https://github.com/rust-lang/crates.io-index"9393checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93949395[[package]]9396name = "rustc-hex"9397version = "2.1.0"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94009401[[package]]9402name = "rustc_version"9403version = "0.2.3"9404source = "registry+https://github.com/rust-lang/crates.io-index"9405checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9406dependencies = [9407 "semver 0.9.0",9408]94099410[[package]]9411name = "rustc_version"9412version = "0.3.3"9413source = "registry+https://github.com/rust-lang/crates.io-index"9414checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9415dependencies = [9416 "semver 0.11.0",9417]94189419[[package]]9420name = "rustc_version"9421version = "0.4.0"9422source = "registry+https://github.com/rust-lang/crates.io-index"9423checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9424dependencies = [9425 "semver 1.0.9",9426]94279428[[package]]9429name = "rustix"9430version = "0.33.7"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9433dependencies = [9434 "bitflags",9435 "errno",9436 "io-lifetimes",9437 "libc",9438 "linux-raw-sys",9439 "winapi 0.3.9",9440]94419442[[package]]9443name = "rustls"9444version = "0.19.1"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9447dependencies = [9448 "base64",9449 "log",9450 "ring",9451 "sct 0.6.1",9452 "webpki 0.21.4",9453]94549455[[package]]9456name = "rustls"9457version = "0.20.6"9458source = "registry+https://github.com/rust-lang/crates.io-index"9459checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9460dependencies = [9461 "log",9462 "ring",9463 "sct 0.7.0",9464 "webpki 0.22.0",9465]94669467[[package]]9468name = "rustls-native-certs"9469version = "0.5.0"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9472dependencies = [9473 "openssl-probe",9474 "rustls 0.19.1",9475 "schannel",9476 "security-framework",9477]94789479[[package]]9480name = "rustls-native-certs"9481version = "0.6.2"9482source = "registry+https://github.com/rust-lang/crates.io-index"9483checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9484dependencies = [9485 "openssl-probe",9486 "rustls-pemfile",9487 "schannel",9488 "security-framework",9489]94909491[[package]]9492name = "rustls-pemfile"9493version = "1.0.0"9494source = "registry+https://github.com/rust-lang/crates.io-index"9495checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9496dependencies = [9497 "base64",9498]94999500[[package]]9501name = "rustversion"9502version = "1.0.6"9503source = "registry+https://github.com/rust-lang/crates.io-index"9504checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"95059506[[package]]9507name = "rw-stream-sink"9508version = "0.2.1"9509source = "registry+https://github.com/rust-lang/crates.io-index"9510checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9511dependencies = [9512 "futures 0.3.21",9513 "pin-project 0.4.29",9514 "static_assertions",9515]95169517[[package]]9518name = "ryu"9519version = "1.0.10"9520source = "registry+https://github.com/rust-lang/crates.io-index"9521checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"95229523[[package]]9524name = "safe-mix"9525version = "1.0.1"9526source = "registry+https://github.com/rust-lang/crates.io-index"9527checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9528dependencies = [9529 "rustc_version 0.2.3",9530]95319532[[package]]9533name = "salsa20"9534version = "0.9.0"9535source = "registry+https://github.com/rust-lang/crates.io-index"9536checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9537dependencies = [9538 "cipher",9539]95409541[[package]]9542name = "same-file"9543version = "1.0.6"9544source = "registry+https://github.com/rust-lang/crates.io-index"9545checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9546dependencies = [9547 "winapi-util",9548]95499550[[package]]9551name = "sc-allocator"9552version = "4.1.0-dev"9553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9554dependencies = [9555 "log",9556 "sp-core",9557 "sp-wasm-interface",9558 "thiserror",9559]95609561[[package]]9562name = "sc-authority-discovery"9563version = "0.10.0-dev"9564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9565dependencies = [9566 "async-trait",9567 "futures 0.3.21",9568 "futures-timer",9569 "ip_network",9570 "libp2p",9571 "log",9572 "parity-scale-codec 3.1.2",9573 "prost",9574 "prost-build",9575 "rand 0.7.3",9576 "sc-client-api",9577 "sc-network",9578 "sp-api",9579 "sp-authority-discovery",9580 "sp-blockchain",9581 "sp-core",9582 "sp-keystore",9583 "sp-runtime",9584 "substrate-prometheus-endpoint",9585 "thiserror",9586]95879588[[package]]9589name = "sc-basic-authorship"9590version = "0.10.0-dev"9591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9592dependencies = [9593 "futures 0.3.21",9594 "futures-timer",9595 "log",9596 "parity-scale-codec 3.1.2",9597 "sc-block-builder",9598 "sc-client-api",9599 "sc-proposer-metrics",9600 "sc-telemetry",9601 "sc-transaction-pool-api",9602 "sp-api",9603 "sp-blockchain",9604 "sp-consensus",9605 "sp-core",9606 "sp-inherents",9607 "sp-runtime",9608 "substrate-prometheus-endpoint",9609]96109611[[package]]9612name = "sc-block-builder"9613version = "0.10.0-dev"9614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9615dependencies = [9616 "parity-scale-codec 3.1.2",9617 "sc-client-api",9618 "sp-api",9619 "sp-block-builder",9620 "sp-blockchain",9621 "sp-core",9622 "sp-inherents",9623 "sp-runtime",9624 "sp-state-machine",9625]96269627[[package]]9628name = "sc-chain-spec"9629version = "4.0.0-dev"9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9631dependencies = [9632 "impl-trait-for-tuples",9633 "memmap2 0.5.3",9634 "parity-scale-codec 3.1.2",9635 "sc-chain-spec-derive",9636 "sc-network",9637 "sc-telemetry",9638 "serde",9639 "serde_json",9640 "sp-core",9641 "sp-runtime",9642]96439644[[package]]9645name = "sc-chain-spec-derive"9646version = "4.0.0-dev"9647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9648dependencies = [9649 "proc-macro-crate 1.1.3",9650 "proc-macro2",9651 "quote",9652 "syn",9653]96549655[[package]]9656name = "sc-cli"9657version = "0.10.0-dev"9658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9659dependencies = [9660 "chrono",9661 "clap",9662 "fdlimit",9663 "futures 0.3.21",9664 "hex",9665 "libp2p",9666 "log",9667 "names",9668 "parity-scale-codec 3.1.2",9669 "rand 0.7.3",9670 "regex",9671 "rpassword",9672 "sc-client-api",9673 "sc-keystore",9674 "sc-network",9675 "sc-service",9676 "sc-telemetry",9677 "sc-tracing",9678 "sc-utils",9679 "serde",9680 "serde_json",9681 "sp-blockchain",9682 "sp-core",9683 "sp-keyring",9684 "sp-keystore",9685 "sp-panic-handler",9686 "sp-runtime",9687 "sp-version",9688 "thiserror",9689 "tiny-bip39",9690 "tokio 1.18.2",9691]96929693[[package]]9694name = "sc-client-api"9695version = "4.0.0-dev"9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9697dependencies = [9698 "fnv",9699 "futures 0.3.21",9700 "hash-db",9701 "log",9702 "parity-scale-codec 3.1.2",9703 "parking_lot 0.12.0",9704 "sc-executor",9705 "sc-transaction-pool-api",9706 "sc-utils",9707 "sp-api",9708 "sp-blockchain",9709 "sp-consensus",9710 "sp-core",9711 "sp-database",9712 "sp-externalities",9713 "sp-keystore",9714 "sp-runtime",9715 "sp-state-machine",9716 "sp-storage",9717 "sp-trie",9718 "substrate-prometheus-endpoint",9719]97209721[[package]]9722name = "sc-client-db"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9725dependencies = [9726 "hash-db",9727 "kvdb",9728 "kvdb-memorydb",9729 "kvdb-rocksdb",9730 "linked-hash-map",9731 "log",9732 "parity-db",9733 "parity-scale-codec 3.1.2",9734 "parking_lot 0.12.0",9735 "sc-client-api",9736 "sc-state-db",9737 "sp-arithmetic",9738 "sp-blockchain",9739 "sp-core",9740 "sp-database",9741 "sp-runtime",9742 "sp-state-machine",9743 "sp-trie",9744]97459746[[package]]9747name = "sc-consensus"9748version = "0.10.0-dev"9749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9750dependencies = [9751 "async-trait",9752 "futures 0.3.21",9753 "futures-timer",9754 "libp2p",9755 "log",9756 "parking_lot 0.12.0",9757 "sc-client-api",9758 "sc-utils",9759 "serde",9760 "sp-api",9761 "sp-blockchain",9762 "sp-consensus",9763 "sp-core",9764 "sp-runtime",9765 "sp-state-machine",9766 "substrate-prometheus-endpoint",9767 "thiserror",9768]97699770[[package]]9771name = "sc-consensus-aura"9772version = "0.10.0-dev"9773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9774dependencies = [9775 "async-trait",9776 "futures 0.3.21",9777 "log",9778 "parity-scale-codec 3.1.2",9779 "sc-block-builder",9780 "sc-client-api",9781 "sc-consensus",9782 "sc-consensus-slots",9783 "sc-telemetry",9784 "sp-api",9785 "sp-application-crypto",9786 "sp-block-builder",9787 "sp-blockchain",9788 "sp-consensus",9789 "sp-consensus-aura",9790 "sp-consensus-slots",9791 "sp-core",9792 "sp-inherents",9793 "sp-keystore",9794 "sp-runtime",9795 "substrate-prometheus-endpoint",9796 "thiserror",9797]97989799[[package]]9800name = "sc-consensus-babe"9801version = "0.10.0-dev"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9803dependencies = [9804 "async-trait",9805 "fork-tree",9806 "futures 0.3.21",9807 "log",9808 "merlin",9809 "num-bigint",9810 "num-rational 0.2.4",9811 "num-traits",9812 "parity-scale-codec 3.1.2",9813 "parking_lot 0.12.0",9814 "rand 0.7.3",9815 "retain_mut",9816 "sc-client-api",9817 "sc-consensus",9818 "sc-consensus-epochs",9819 "sc-consensus-slots",9820 "sc-keystore",9821 "sc-telemetry",9822 "schnorrkel",9823 "serde",9824 "sp-api",9825 "sp-application-crypto",9826 "sp-block-builder",9827 "sp-blockchain",9828 "sp-consensus",9829 "sp-consensus-babe",9830 "sp-consensus-slots",9831 "sp-consensus-vrf",9832 "sp-core",9833 "sp-inherents",9834 "sp-io",9835 "sp-keystore",9836 "sp-runtime",9837 "sp-version",9838 "substrate-prometheus-endpoint",9839 "thiserror",9840]98419842[[package]]9843name = "sc-consensus-babe-rpc"9844version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9846dependencies = [9847 "futures 0.3.21",9848 "jsonrpc-core",9849 "jsonrpc-core-client",9850 "jsonrpc-derive",9851 "sc-consensus-babe",9852 "sc-consensus-epochs",9853 "sc-rpc-api",9854 "serde",9855 "sp-api",9856 "sp-application-crypto",9857 "sp-blockchain",9858 "sp-consensus",9859 "sp-consensus-babe",9860 "sp-core",9861 "sp-keystore",9862 "sp-runtime",9863 "thiserror",9864]98659866[[package]]9867name = "sc-consensus-epochs"9868version = "0.10.0-dev"9869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9870dependencies = [9871 "fork-tree",9872 "parity-scale-codec 3.1.2",9873 "sc-client-api",9874 "sc-consensus",9875 "sp-blockchain",9876 "sp-runtime",9877]98789879[[package]]9880name = "sc-consensus-manual-seal"9881version = "0.10.0-dev"9882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9883dependencies = [9884 "assert_matches",9885 "async-trait",9886 "futures 0.3.21",9887 "jsonrpc-core",9888 "jsonrpc-core-client",9889 "jsonrpc-derive",9890 "log",9891 "parity-scale-codec 3.1.2",9892 "sc-client-api",9893 "sc-consensus",9894 "sc-consensus-aura",9895 "sc-consensus-babe",9896 "sc-consensus-epochs",9897 "sc-transaction-pool",9898 "sc-transaction-pool-api",9899 "serde",9900 "sp-api",9901 "sp-blockchain",9902 "sp-consensus",9903 "sp-consensus-aura",9904 "sp-consensus-babe",9905 "sp-consensus-slots",9906 "sp-core",9907 "sp-inherents",9908 "sp-keystore",9909 "sp-runtime",9910 "sp-timestamp",9911 "substrate-prometheus-endpoint",9912 "thiserror",9913]99149915[[package]]9916name = "sc-consensus-slots"9917version = "0.10.0-dev"9918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9919dependencies = [9920 "async-trait",9921 "futures 0.3.21",9922 "futures-timer",9923 "log",9924 "parity-scale-codec 3.1.2",9925 "sc-client-api",9926 "sc-consensus",9927 "sc-telemetry",9928 "sp-arithmetic",9929 "sp-blockchain",9930 "sp-consensus",9931 "sp-consensus-slots",9932 "sp-core",9933 "sp-inherents",9934 "sp-runtime",9935 "sp-state-machine",9936 "sp-timestamp",9937 "thiserror",9938]99399940[[package]]9941name = "sc-consensus-uncles"9942version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9944dependencies = [9945 "sc-client-api",9946 "sp-authorship",9947 "sp-runtime",9948 "thiserror",9949]99509951[[package]]9952name = "sc-executor"9953version = "0.10.0-dev"9954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9955dependencies = [9956 "lazy_static",9957 "lru 0.7.5",9958 "parity-scale-codec 3.1.2",9959 "parking_lot 0.12.0",9960 "sc-executor-common",9961 "sc-executor-wasmi",9962 "sc-executor-wasmtime",9963 "sp-api",9964 "sp-core",9965 "sp-core-hashing-proc-macro",9966 "sp-externalities",9967 "sp-io",9968 "sp-panic-handler",9969 "sp-runtime-interface",9970 "sp-tasks",9971 "sp-trie",9972 "sp-version",9973 "sp-wasm-interface",9974 "tracing",9975 "wasmi",9976]99779978[[package]]9979name = "sc-executor-common"9980version = "0.10.0-dev"9981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9982dependencies = [9983 "environmental",9984 "parity-scale-codec 3.1.2",9985 "sc-allocator",9986 "sp-core",9987 "sp-maybe-compressed-blob",9988 "sp-serializer",9989 "sp-wasm-interface",9990 "thiserror",9991 "wasm-instrument",9992 "wasmi",9993]99949995[[package]]9996name = "sc-executor-wasmi"9997version = "0.10.0-dev"9998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9999dependencies = [10000 "log",10001 "parity-scale-codec 3.1.2",10002 "sc-allocator",10003 "sc-executor-common",10004 "scoped-tls",10005 "sp-core",10006 "sp-runtime-interface",10007 "sp-wasm-interface",10008 "wasmi",10009]1001010011[[package]]10012name = "sc-executor-wasmtime"10013version = "0.10.0-dev"10014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10015dependencies = [10016 "cfg-if 1.0.0",10017 "libc",10018 "log",10019 "parity-scale-codec 3.1.2",10020 "parity-wasm 0.42.2",10021 "sc-allocator",10022 "sc-executor-common",10023 "sp-core",10024 "sp-runtime-interface",10025 "sp-wasm-interface",10026 "wasmtime",10027]1002810029[[package]]10030name = "sc-finality-grandpa"10031version = "0.10.0-dev"10032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10033dependencies = [10034 "ahash",10035 "async-trait",10036 "dyn-clone",10037 "finality-grandpa",10038 "fork-tree",10039 "futures 0.3.21",10040 "futures-timer",10041 "hex",10042 "log",10043 "parity-scale-codec 3.1.2",10044 "parking_lot 0.12.0",10045 "rand 0.8.5",10046 "sc-block-builder",10047 "sc-chain-spec",10048 "sc-client-api",10049 "sc-consensus",10050 "sc-keystore",10051 "sc-network",10052 "sc-network-gossip",10053 "sc-telemetry",10054 "sc-utils",10055 "serde_json",10056 "sp-api",10057 "sp-application-crypto",10058 "sp-arithmetic",10059 "sp-blockchain",10060 "sp-consensus",10061 "sp-core",10062 "sp-finality-grandpa",10063 "sp-keystore",10064 "sp-runtime",10065 "substrate-prometheus-endpoint",10066 "thiserror",10067]1006810069[[package]]10070name = "sc-finality-grandpa-rpc"10071version = "0.10.0-dev"10072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10073dependencies = [10074 "finality-grandpa",10075 "futures 0.3.21",10076 "jsonrpc-core",10077 "jsonrpc-core-client",10078 "jsonrpc-derive",10079 "jsonrpc-pubsub",10080 "log",10081 "parity-scale-codec 3.1.2",10082 "sc-client-api",10083 "sc-finality-grandpa",10084 "sc-rpc",10085 "serde",10086 "serde_json",10087 "sp-blockchain",10088 "sp-core",10089 "sp-runtime",10090 "thiserror",10091]1009210093[[package]]10094name = "sc-informant"10095version = "0.10.0-dev"10096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10097dependencies = [10098 "ansi_term",10099 "futures 0.3.21",10100 "futures-timer",10101 "log",10102 "parity-util-mem",10103 "sc-client-api",10104 "sc-network",10105 "sc-transaction-pool-api",10106 "sp-blockchain",10107 "sp-runtime",10108]1010910110[[package]]10111name = "sc-keystore"10112version = "4.0.0-dev"10113source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10114dependencies = [10115 "async-trait",10116 "hex",10117 "parking_lot 0.12.0",10118 "serde_json",10119 "sp-application-crypto",10120 "sp-core",10121 "sp-keystore",10122 "thiserror",10123]1012410125[[package]]10126name = "sc-network"10127version = "0.10.0-dev"10128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10129dependencies = [10130 "async-trait",10131 "asynchronous-codec 0.5.0",10132 "bitflags",10133 "bytes 1.1.0",10134 "cid",10135 "either",10136 "fnv",10137 "fork-tree",10138 "futures 0.3.21",10139 "futures-timer",10140 "hex",10141 "ip_network",10142 "libp2p",10143 "linked-hash-map",10144 "linked_hash_set",10145 "log",10146 "lru 0.7.5",10147 "parity-scale-codec 3.1.2",10148 "parking_lot 0.12.0",10149 "pin-project 1.0.10",10150 "prost",10151 "prost-build",10152 "rand 0.7.3",10153 "sc-block-builder",10154 "sc-client-api",10155 "sc-consensus",10156 "sc-peerset",10157 "sc-utils",10158 "serde",10159 "serde_json",10160 "smallvec",10161 "sp-arithmetic",10162 "sp-blockchain",10163 "sp-consensus",10164 "sp-core",10165 "sp-finality-grandpa",10166 "sp-runtime",10167 "substrate-prometheus-endpoint",10168 "thiserror",10169 "unsigned-varint 0.6.0",10170 "void",10171 "zeroize",10172]1017310174[[package]]10175name = "sc-network-gossip"10176version = "0.10.0-dev"10177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10178dependencies = [10179 "ahash",10180 "futures 0.3.21",10181 "futures-timer",10182 "libp2p",10183 "log",10184 "lru 0.7.5",10185 "sc-network",10186 "sp-runtime",10187 "substrate-prometheus-endpoint",10188 "tracing",10189]1019010191[[package]]10192name = "sc-offchain"10193version = "4.0.0-dev"10194source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10195dependencies = [10196 "bytes 1.1.0",10197 "fnv",10198 "futures 0.3.21",10199 "futures-timer",10200 "hex",10201 "hyper",10202 "hyper-rustls 0.22.1",10203 "num_cpus",10204 "once_cell",10205 "parity-scale-codec 3.1.2",10206 "parking_lot 0.12.0",10207 "rand 0.7.3",10208 "sc-client-api",10209 "sc-network",10210 "sc-utils",10211 "sp-api",10212 "sp-core",10213 "sp-offchain",10214 "sp-runtime",10215 "threadpool",10216 "tracing",10217]1021810219[[package]]10220name = "sc-peerset"10221version = "4.0.0-dev"10222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10223dependencies = [10224 "futures 0.3.21",10225 "libp2p",10226 "log",10227 "sc-utils",10228 "serde_json",10229 "wasm-timer",10230]1023110232[[package]]10233name = "sc-proposer-metrics"10234version = "0.10.0-dev"10235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10236dependencies = [10237 "log",10238 "substrate-prometheus-endpoint",10239]1024010241[[package]]10242name = "sc-rpc"10243version = "4.0.0-dev"10244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10245dependencies = [10246 "futures 0.3.21",10247 "hash-db",10248 "jsonrpc-core",10249 "jsonrpc-pubsub",10250 "log",10251 "parity-scale-codec 3.1.2",10252 "parking_lot 0.12.0",10253 "sc-block-builder",10254 "sc-chain-spec",10255 "sc-client-api",10256 "sc-rpc-api",10257 "sc-tracing",10258 "sc-transaction-pool-api",10259 "sc-utils",10260 "serde_json",10261 "sp-api",10262 "sp-blockchain",10263 "sp-core",10264 "sp-keystore",10265 "sp-offchain",10266 "sp-rpc",10267 "sp-runtime",10268 "sp-session",10269 "sp-version",10270]1027110272[[package]]10273name = "sc-rpc-api"10274version = "0.10.0-dev"10275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10276dependencies = [10277 "futures 0.3.21",10278 "jsonrpc-core",10279 "jsonrpc-core-client",10280 "jsonrpc-derive",10281 "jsonrpc-pubsub",10282 "log",10283 "parity-scale-codec 3.1.2",10284 "parking_lot 0.12.0",10285 "sc-chain-spec",10286 "sc-transaction-pool-api",10287 "scale-info",10288 "serde",10289 "serde_json",10290 "sp-core",10291 "sp-rpc",10292 "sp-runtime",10293 "sp-tracing",10294 "sp-version",10295 "thiserror",10296]1029710298[[package]]10299name = "sc-rpc-server"10300version = "4.0.0-dev"10301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10302dependencies = [10303 "futures 0.3.21",10304 "jsonrpc-core",10305 "jsonrpc-http-server",10306 "jsonrpc-ipc-server",10307 "jsonrpc-pubsub",10308 "jsonrpc-ws-server",10309 "log",10310 "serde_json",10311 "substrate-prometheus-endpoint",10312 "tokio 1.18.2",10313]1031410315[[package]]10316name = "sc-service"10317version = "0.10.0-dev"10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10319dependencies = [10320 "async-trait",10321 "directories",10322 "exit-future",10323 "futures 0.3.21",10324 "futures-timer",10325 "hash-db",10326 "jsonrpc-core",10327 "jsonrpc-pubsub",10328 "log",10329 "parity-scale-codec 3.1.2",10330 "parity-util-mem",10331 "parking_lot 0.12.0",10332 "pin-project 1.0.10",10333 "rand 0.7.3",10334 "sc-block-builder",10335 "sc-chain-spec",10336 "sc-client-api",10337 "sc-client-db",10338 "sc-consensus",10339 "sc-executor",10340 "sc-informant",10341 "sc-keystore",10342 "sc-network",10343 "sc-offchain",10344 "sc-rpc",10345 "sc-rpc-server",10346 "sc-sysinfo",10347 "sc-telemetry",10348 "sc-tracing",10349 "sc-transaction-pool",10350 "sc-transaction-pool-api",10351 "sc-utils",10352 "serde",10353 "serde_json",10354 "sp-api",10355 "sp-application-crypto",10356 "sp-block-builder",10357 "sp-blockchain",10358 "sp-consensus",10359 "sp-core",10360 "sp-externalities",10361 "sp-inherents",10362 "sp-keystore",10363 "sp-runtime",10364 "sp-session",10365 "sp-state-machine",10366 "sp-storage",10367 "sp-tracing",10368 "sp-transaction-pool",10369 "sp-transaction-storage-proof",10370 "sp-trie",10371 "sp-version",10372 "substrate-prometheus-endpoint",10373 "tempfile",10374 "thiserror",10375 "tokio 1.18.2",10376 "tracing",10377 "tracing-futures",10378]1037910380[[package]]10381name = "sc-state-db"10382version = "0.10.0-dev"10383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10384dependencies = [10385 "log",10386 "parity-scale-codec 3.1.2",10387 "parity-util-mem",10388 "parity-util-mem-derive",10389 "parking_lot 0.12.0",10390 "sc-client-api",10391 "sp-core",10392]1039310394[[package]]10395name = "sc-sync-state-rpc"10396version = "0.10.0-dev"10397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10398dependencies = [10399 "jsonrpc-core",10400 "jsonrpc-core-client",10401 "jsonrpc-derive",10402 "parity-scale-codec 3.1.2",10403 "sc-chain-spec",10404 "sc-client-api",10405 "sc-consensus-babe",10406 "sc-consensus-epochs",10407 "sc-finality-grandpa",10408 "serde",10409 "serde_json",10410 "sp-blockchain",10411 "sp-runtime",10412 "thiserror",10413]1041410415[[package]]10416name = "sc-sysinfo"10417version = "6.0.0-dev"10418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10419dependencies = [10420 "futures 0.3.21",10421 "libc",10422 "log",10423 "rand 0.7.3",10424 "rand_pcg 0.2.1",10425 "regex",10426 "sc-telemetry",10427 "serde",10428 "serde_json",10429 "sp-core",10430 "sp-io",10431 "sp-std",10432]1043310434[[package]]10435name = "sc-telemetry"10436version = "4.0.0-dev"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10438dependencies = [10439 "chrono",10440 "futures 0.3.21",10441 "libp2p",10442 "log",10443 "parking_lot 0.12.0",10444 "pin-project 1.0.10",10445 "rand 0.7.3",10446 "serde",10447 "serde_json",10448 "thiserror",10449 "wasm-timer",10450]1045110452[[package]]10453name = "sc-tracing"10454version = "4.0.0-dev"10455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10456dependencies = [10457 "ansi_term",10458 "atty",10459 "chrono",10460 "lazy_static",10461 "libc",10462 "log",10463 "once_cell",10464 "parking_lot 0.12.0",10465 "regex",10466 "rustc-hash",10467 "sc-client-api",10468 "sc-rpc-server",10469 "sc-tracing-proc-macro",10470 "serde",10471 "sp-api",10472 "sp-blockchain",10473 "sp-core",10474 "sp-rpc",10475 "sp-runtime",10476 "sp-tracing",10477 "thiserror",10478 "tracing",10479 "tracing-log",10480 "tracing-subscriber",10481]1048210483[[package]]10484name = "sc-tracing-proc-macro"10485version = "4.0.0-dev"10486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10487dependencies = [10488 "proc-macro-crate 1.1.3",10489 "proc-macro2",10490 "quote",10491 "syn",10492]1049310494[[package]]10495name = "sc-transaction-pool"10496version = "4.0.0-dev"10497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10498dependencies = [10499 "futures 0.3.21",10500 "futures-timer",10501 "linked-hash-map",10502 "log",10503 "parity-scale-codec 3.1.2",10504 "parity-util-mem",10505 "parking_lot 0.12.0",10506 "retain_mut",10507 "sc-client-api",10508 "sc-transaction-pool-api",10509 "sc-utils",10510 "serde",10511 "sp-api",10512 "sp-blockchain",10513 "sp-core",10514 "sp-runtime",10515 "sp-tracing",10516 "sp-transaction-pool",10517 "substrate-prometheus-endpoint",10518 "thiserror",10519]1052010521[[package]]10522name = "sc-transaction-pool-api"10523version = "4.0.0-dev"10524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10525dependencies = [10526 "futures 0.3.21",10527 "log",10528 "serde",10529 "sp-blockchain",10530 "sp-runtime",10531 "thiserror",10532]1053310534[[package]]10535name = "sc-utils"10536version = "4.0.0-dev"10537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10538dependencies = [10539 "futures 0.3.21",10540 "futures-timer",10541 "lazy_static",10542 "log",10543 "parking_lot 0.12.0",10544 "prometheus",10545]1054610547[[package]]10548name = "scale-info"10549version = "2.1.2"10550source = "registry+https://github.com/rust-lang/crates.io-index"10551checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10552dependencies = [10553 "bitvec 1.0.0",10554 "cfg-if 1.0.0",10555 "derive_more",10556 "parity-scale-codec 3.1.2",10557 "scale-info-derive",10558 "serde",10559]1056010561[[package]]10562name = "scale-info-derive"10563version = "2.1.2"10564source = "registry+https://github.com/rust-lang/crates.io-index"10565checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10566dependencies = [10567 "proc-macro-crate 1.1.3",10568 "proc-macro2",10569 "quote",10570 "syn",10571]1057210573[[package]]10574name = "schannel"10575version = "0.1.20"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10578dependencies = [10579 "lazy_static",10580 "windows-sys",10581]1058210583[[package]]10584name = "schnorrkel"10585version = "0.9.1"10586source = "registry+https://github.com/rust-lang/crates.io-index"10587checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10588dependencies = [10589 "arrayref",10590 "arrayvec 0.5.2",10591 "curve25519-dalek 2.1.3",10592 "getrandom 0.1.16",10593 "merlin",10594 "rand 0.7.3",10595 "rand_core 0.5.1",10596 "sha2 0.8.2",10597 "subtle",10598 "zeroize",10599]1060010601[[package]]10602name = "scoped-tls"10603version = "1.0.0"10604source = "registry+https://github.com/rust-lang/crates.io-index"10605checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1060610607[[package]]10608name = "scopeguard"10609version = "1.1.0"10610source = "registry+https://github.com/rust-lang/crates.io-index"10611checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1061210613[[package]]10614name = "sct"10615version = "0.6.1"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10618dependencies = [10619 "ring",10620 "untrusted",10621]1062210623[[package]]10624name = "sct"10625version = "0.7.0"10626source = "registry+https://github.com/rust-lang/crates.io-index"10627checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10628dependencies = [10629 "ring",10630 "untrusted",10631]1063210633[[package]]10634name = "sec1"10635version = "0.2.1"10636source = "registry+https://github.com/rust-lang/crates.io-index"10637checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10638dependencies = [10639 "der",10640 "generic-array 0.14.5",10641 "pkcs8",10642 "subtle",10643 "zeroize",10644]1064510646[[package]]10647name = "secp256k1"10648version = "0.21.3"10649source = "registry+https://github.com/rust-lang/crates.io-index"10650checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10651dependencies = [10652 "secp256k1-sys",10653]1065410655[[package]]10656name = "secp256k1-sys"10657version = "0.4.2"10658source = "registry+https://github.com/rust-lang/crates.io-index"10659checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10660dependencies = [10661 "cc",10662]1066310664[[package]]10665name = "secrecy"10666version = "0.8.0"10667source = "registry+https://github.com/rust-lang/crates.io-index"10668checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10669dependencies = [10670 "zeroize",10671]1067210673[[package]]10674name = "security-framework"10675version = "2.6.1"10676source = "registry+https://github.com/rust-lang/crates.io-index"10677checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10678dependencies = [10679 "bitflags",10680 "core-foundation",10681 "core-foundation-sys",10682 "libc",10683 "security-framework-sys",10684]1068510686[[package]]10687name = "security-framework-sys"10688version = "2.6.1"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10691dependencies = [10692 "core-foundation-sys",10693 "libc",10694]1069510696[[package]]10697name = "semver"10698version = "0.6.0"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10701dependencies = [10702 "semver-parser 0.7.0",10703]1070410705[[package]]10706name = "semver"10707version = "0.9.0"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10710dependencies = [10711 "semver-parser 0.7.0",10712]1071310714[[package]]10715name = "semver"10716version = "0.11.0"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10719dependencies = [10720 "semver-parser 0.10.2",10721]1072210723[[package]]10724name = "semver"10725version = "1.0.9"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10728dependencies = [10729 "serde",10730]1073110732[[package]]10733name = "semver-parser"10734version = "0.7.0"10735source = "registry+https://github.com/rust-lang/crates.io-index"10736checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1073710738[[package]]10739name = "semver-parser"10740version = "0.10.2"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10743dependencies = [10744 "pest",10745]1074610747[[package]]10748name = "serde"10749version = "1.0.137"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10752dependencies = [10753 "serde_derive",10754]1075510756[[package]]10757name = "serde-json-core"10758version = "0.4.0"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"10761dependencies = [10762 "ryu",10763 "serde",10764]1076510766[[package]]10767name = "serde_derive"10768version = "1.0.137"10769source = "registry+https://github.com/rust-lang/crates.io-index"10770checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10771dependencies = [10772 "proc-macro2",10773 "quote",10774 "syn",10775]1077610777[[package]]10778name = "serde_json"10779version = "1.0.81"10780source = "registry+https://github.com/rust-lang/crates.io-index"10781checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10782dependencies = [10783 "itoa 1.0.2",10784 "ryu",10785 "serde",10786]1078710788[[package]]10789name = "serde_nanos"10790version = "0.1.2"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10793dependencies = [10794 "serde",10795]1079610797[[package]]10798name = "sha-1"10799version = "0.8.2"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10802dependencies = [10803 "block-buffer 0.7.3",10804 "digest 0.8.1",10805 "fake-simd",10806 "opaque-debug 0.2.3",10807]1080810809[[package]]10810name = "sha-1"10811version = "0.9.8"10812source = "registry+https://github.com/rust-lang/crates.io-index"10813checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10814dependencies = [10815 "block-buffer 0.9.0",10816 "cfg-if 1.0.0",10817 "cpufeatures 0.2.2",10818 "digest 0.9.0",10819 "opaque-debug 0.3.0",10820]1082110822[[package]]10823name = "sha2"10824version = "0.8.2"10825source = "registry+https://github.com/rust-lang/crates.io-index"10826checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10827dependencies = [10828 "block-buffer 0.7.3",10829 "digest 0.8.1",10830 "fake-simd",10831 "opaque-debug 0.2.3",10832]1083310834[[package]]10835name = "sha2"10836version = "0.9.9"10837source = "registry+https://github.com/rust-lang/crates.io-index"10838checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10839dependencies = [10840 "block-buffer 0.9.0",10841 "cfg-if 1.0.0",10842 "cpufeatures 0.2.2",10843 "digest 0.9.0",10844 "opaque-debug 0.3.0",10845]1084610847[[package]]10848name = "sha2"10849version = "0.10.2"10850source = "registry+https://github.com/rust-lang/crates.io-index"10851checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10852dependencies = [10853 "cfg-if 1.0.0",10854 "cpufeatures 0.2.2",10855 "digest 0.10.3",10856]1085710858[[package]]10859name = "sha3"10860version = "0.9.1"10861source = "registry+https://github.com/rust-lang/crates.io-index"10862checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10863dependencies = [10864 "block-buffer 0.9.0",10865 "digest 0.9.0",10866 "keccak",10867 "opaque-debug 0.3.0",10868]1086910870[[package]]10871name = "sha3"10872version = "0.10.1"10873source = "registry+https://github.com/rust-lang/crates.io-index"10874checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10875dependencies = [10876 "digest 0.10.3",10877 "keccak",10878]1087910880[[package]]10881name = "sharded-slab"10882version = "0.1.4"10883source = "registry+https://github.com/rust-lang/crates.io-index"10884checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10885dependencies = [10886 "lazy_static",10887]1088810889[[package]]10890name = "shlex"10891version = "1.1.0"10892source = "registry+https://github.com/rust-lang/crates.io-index"10893checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1089410895[[package]]10896name = "signal-hook"10897version = "0.3.14"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10900dependencies = [10901 "libc",10902 "signal-hook-registry",10903]1090410905[[package]]10906name = "signal-hook-registry"10907version = "1.4.0"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10910dependencies = [10911 "libc",10912]1091310914[[package]]10915name = "signature"10916version = "1.4.0"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10919dependencies = [10920 "rand_core 0.6.3",10921]1092210923[[package]]10924name = "simba"10925version = "0.5.1"10926source = "registry+https://github.com/rust-lang/crates.io-index"10927checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10928dependencies = [10929 "approx",10930 "num-complex",10931 "num-traits",10932 "paste",10933]1093410935[[package]]10936name = "slab"10937version = "0.4.6"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1094010941[[package]]10942name = "slot-range-helper"10943version = "0.9.21"10944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10945dependencies = [10946 "enumn",10947 "parity-scale-codec 3.1.2",10948 "paste",10949 "sp-runtime",10950 "sp-std",10951]1095210953[[package]]10954name = "slotmap"10955version = "1.0.6"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10958dependencies = [10959 "version_check",10960]1096110962[[package]]10963name = "smallvec"10964version = "1.8.0"10965source = "registry+https://github.com/rust-lang/crates.io-index"10966checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1096710968[[package]]10969name = "snap"10970version = "1.0.5"10971source = "registry+https://github.com/rust-lang/crates.io-index"10972checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1097310974[[package]]10975name = "snow"10976version = "0.8.0"10977source = "registry+https://github.com/rust-lang/crates.io-index"10978checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10979dependencies = [10980 "aes-gcm",10981 "blake2 0.9.2",10982 "chacha20poly1305",10983 "rand 0.8.5",10984 "rand_core 0.6.3",10985 "ring",10986 "rustc_version 0.3.3",10987 "sha2 0.9.9",10988 "subtle",10989 "x25519-dalek",10990]1099110992[[package]]10993name = "socket2"10994version = "0.3.19"10995source = "registry+https://github.com/rust-lang/crates.io-index"10996checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10997dependencies = [10998 "cfg-if 1.0.0",10999 "libc",11000 "winapi 0.3.9",11001]1100211003[[package]]11004name = "socket2"11005version = "0.4.4"11006source = "registry+https://github.com/rust-lang/crates.io-index"11007checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"11008dependencies = [11009 "libc",11010 "winapi 0.3.9",11011]1101211013[[package]]11014name = "soketto"11015version = "0.7.1"11016source = "registry+https://github.com/rust-lang/crates.io-index"11017checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11018dependencies = [11019 "base64",11020 "bytes 1.1.0",11021 "flate2",11022 "futures 0.3.21",11023 "httparse",11024 "log",11025 "rand 0.8.5",11026 "sha-1 0.9.8",11027]1102811029[[package]]11030name = "sp-api"11031version = "4.0.0-dev"11032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11033dependencies = [11034 "hash-db",11035 "log",11036 "parity-scale-codec 3.1.2",11037 "sp-api-proc-macro",11038 "sp-core",11039 "sp-runtime",11040 "sp-state-machine",11041 "sp-std",11042 "sp-version",11043 "thiserror",11044]1104511046[[package]]11047name = "sp-api-proc-macro"11048version = "4.0.0-dev"11049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11050dependencies = [11051 "blake2 0.10.4",11052 "proc-macro-crate 1.1.3",11053 "proc-macro2",11054 "quote",11055 "syn",11056]1105711058[[package]]11059name = "sp-application-crypto"11060version = "6.0.0"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 "serde",11066 "sp-core",11067 "sp-io",11068 "sp-std",11069]1107011071[[package]]11072name = "sp-arithmetic"11073version = "5.0.0"11074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11075dependencies = [11076 "integer-sqrt",11077 "num-traits",11078 "parity-scale-codec 3.1.2",11079 "scale-info",11080 "serde",11081 "sp-debug-derive",11082 "sp-std",11083 "static_assertions",11084]1108511086[[package]]11087name = "sp-authority-discovery"11088version = "4.0.0-dev"11089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11090dependencies = [11091 "parity-scale-codec 3.1.2",11092 "scale-info",11093 "sp-api",11094 "sp-application-crypto",11095 "sp-runtime",11096 "sp-std",11097]1109811099[[package]]11100name = "sp-authorship"11101version = "4.0.0-dev"11102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11103dependencies = [11104 "async-trait",11105 "parity-scale-codec 3.1.2",11106 "sp-inherents",11107 "sp-runtime",11108 "sp-std",11109]1111011111[[package]]11112name = "sp-block-builder"11113version = "4.0.0-dev"11114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11115dependencies = [11116 "parity-scale-codec 3.1.2",11117 "sp-api",11118 "sp-inherents",11119 "sp-runtime",11120 "sp-std",11121]1112211123[[package]]11124name = "sp-blockchain"11125version = "4.0.0-dev"11126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11127dependencies = [11128 "futures 0.3.21",11129 "log",11130 "lru 0.7.5",11131 "parity-scale-codec 3.1.2",11132 "parking_lot 0.12.0",11133 "sp-api",11134 "sp-consensus",11135 "sp-database",11136 "sp-runtime",11137 "sp-state-machine",11138 "thiserror",11139]1114011141[[package]]11142name = "sp-consensus"11143version = "0.10.0-dev"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11145dependencies = [11146 "async-trait",11147 "futures 0.3.21",11148 "futures-timer",11149 "log",11150 "parity-scale-codec 3.1.2",11151 "sp-core",11152 "sp-inherents",11153 "sp-runtime",11154 "sp-state-machine",11155 "sp-std",11156 "sp-version",11157 "thiserror",11158]1115911160[[package]]11161name = "sp-consensus-aura"11162version = "0.10.0-dev"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11164dependencies = [11165 "async-trait",11166 "parity-scale-codec 3.1.2",11167 "scale-info",11168 "sp-api",11169 "sp-application-crypto",11170 "sp-consensus",11171 "sp-consensus-slots",11172 "sp-inherents",11173 "sp-runtime",11174 "sp-std",11175 "sp-timestamp",11176]1117711178[[package]]11179name = "sp-consensus-babe"11180version = "0.10.0-dev"11181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11182dependencies = [11183 "async-trait",11184 "merlin",11185 "parity-scale-codec 3.1.2",11186 "scale-info",11187 "serde",11188 "sp-api",11189 "sp-application-crypto",11190 "sp-consensus",11191 "sp-consensus-slots",11192 "sp-consensus-vrf",11193 "sp-core",11194 "sp-inherents",11195 "sp-keystore",11196 "sp-runtime",11197 "sp-std",11198 "sp-timestamp",11199]1120011201[[package]]11202name = "sp-consensus-slots"11203version = "0.10.0-dev"11204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11205dependencies = [11206 "parity-scale-codec 3.1.2",11207 "scale-info",11208 "serde",11209 "sp-arithmetic",11210 "sp-runtime",11211 "sp-std",11212 "sp-timestamp",11213]1121411215[[package]]11216name = "sp-consensus-vrf"11217version = "0.10.0-dev"11218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11219dependencies = [11220 "parity-scale-codec 3.1.2",11221 "schnorrkel",11222 "sp-core",11223 "sp-runtime",11224 "sp-std",11225]1122611227[[package]]11228name = "sp-core"11229version = "6.0.0"11230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11231dependencies = [11232 "base58",11233 "bitflags",11234 "blake2-rfc",11235 "byteorder",11236 "dyn-clonable",11237 "ed25519-dalek",11238 "futures 0.3.21",11239 "hash-db",11240 "hash256-std-hasher",11241 "hex",11242 "impl-serde",11243 "lazy_static",11244 "libsecp256k1",11245 "log",11246 "merlin",11247 "num-traits",11248 "parity-scale-codec 3.1.2",11249 "parity-util-mem",11250 "parking_lot 0.12.0",11251 "primitive-types",11252 "rand 0.7.3",11253 "regex",11254 "scale-info",11255 "schnorrkel",11256 "secp256k1",11257 "secrecy",11258 "serde",11259 "sp-core-hashing",11260 "sp-debug-derive",11261 "sp-externalities",11262 "sp-runtime-interface",11263 "sp-std",11264 "sp-storage",11265 "ss58-registry",11266 "substrate-bip39",11267 "thiserror",11268 "tiny-bip39",11269 "wasmi",11270 "zeroize",11271]1127211273[[package]]11274name = "sp-core-hashing"11275version = "4.0.0"11276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11277dependencies = [11278 "blake2 0.10.4",11279 "byteorder",11280 "digest 0.10.3",11281 "sha2 0.10.2",11282 "sha3 0.10.1",11283 "sp-std",11284 "twox-hash",11285]1128611287[[package]]11288name = "sp-core-hashing-proc-macro"11289version = "5.0.0"11290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11291dependencies = [11292 "proc-macro2",11293 "quote",11294 "sp-core-hashing",11295 "syn",11296]1129711298[[package]]11299name = "sp-database"11300version = "4.0.0-dev"11301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11302dependencies = [11303 "kvdb",11304 "parking_lot 0.12.0",11305]1130611307[[package]]11308name = "sp-debug-derive"11309version = "4.0.0"11310source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11311dependencies = [11312 "proc-macro2",11313 "quote",11314 "syn",11315]1131611317[[package]]11318name = "sp-externalities"11319version = "0.12.0"11320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11321dependencies = [11322 "environmental",11323 "parity-scale-codec 3.1.2",11324 "sp-std",11325 "sp-storage",11326]1132711328[[package]]11329name = "sp-finality-grandpa"11330version = "4.0.0-dev"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11332dependencies = [11333 "finality-grandpa",11334 "log",11335 "parity-scale-codec 3.1.2",11336 "scale-info",11337 "serde",11338 "sp-api",11339 "sp-application-crypto",11340 "sp-core",11341 "sp-keystore",11342 "sp-runtime",11343 "sp-std",11344]1134511346[[package]]11347name = "sp-inherents"11348version = "4.0.0-dev"11349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11350dependencies = [11351 "async-trait",11352 "impl-trait-for-tuples",11353 "parity-scale-codec 3.1.2",11354 "sp-core",11355 "sp-runtime",11356 "sp-std",11357 "thiserror",11358]1135911360[[package]]11361name = "sp-io"11362version = "6.0.0"11363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11364dependencies = [11365 "futures 0.3.21",11366 "hash-db",11367 "libsecp256k1",11368 "log",11369 "parity-scale-codec 3.1.2",11370 "parking_lot 0.12.0",11371 "secp256k1",11372 "sp-core",11373 "sp-externalities",11374 "sp-keystore",11375 "sp-runtime-interface",11376 "sp-state-machine",11377 "sp-std",11378 "sp-tracing",11379 "sp-trie",11380 "sp-wasm-interface",11381 "tracing",11382 "tracing-core",11383]1138411385[[package]]11386name = "sp-keyring"11387version = "6.0.0"11388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11389dependencies = [11390 "lazy_static",11391 "sp-core",11392 "sp-runtime",11393 "strum 0.23.0",11394]1139511396[[package]]11397name = "sp-keystore"11398version = "0.12.0"11399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11400dependencies = [11401 "async-trait",11402 "futures 0.3.21",11403 "merlin",11404 "parity-scale-codec 3.1.2",11405 "parking_lot 0.12.0",11406 "schnorrkel",11407 "serde",11408 "sp-core",11409 "sp-externalities",11410 "thiserror",11411]1141211413[[package]]11414name = "sp-maybe-compressed-blob"11415version = "4.1.0-dev"11416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11417dependencies = [11418 "thiserror",11419 "zstd",11420]1142111422[[package]]11423name = "sp-mmr-primitives"11424version = "4.0.0-dev"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11426dependencies = [11427 "log",11428 "parity-scale-codec 3.1.2",11429 "serde",11430 "sp-api",11431 "sp-core",11432 "sp-debug-derive",11433 "sp-runtime",11434 "sp-std",11435]1143611437[[package]]11438name = "sp-npos-elections"11439version = "4.0.0-dev"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11441dependencies = [11442 "parity-scale-codec 3.1.2",11443 "scale-info",11444 "serde",11445 "sp-arithmetic",11446 "sp-core",11447 "sp-runtime",11448 "sp-std",11449]1145011451[[package]]11452name = "sp-offchain"11453version = "4.0.0-dev"11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11455dependencies = [11456 "sp-api",11457 "sp-core",11458 "sp-runtime",11459]1146011461[[package]]11462name = "sp-panic-handler"11463version = "4.0.0"11464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11465dependencies = [11466 "backtrace",11467 "lazy_static",11468 "regex",11469]1147011471[[package]]11472name = "sp-rpc"11473version = "6.0.0"11474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11475dependencies = [11476 "rustc-hash",11477 "serde",11478 "sp-core",11479]1148011481[[package]]11482name = "sp-runtime"11483version = "6.0.0"11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11485dependencies = [11486 "either",11487 "hash256-std-hasher",11488 "impl-trait-for-tuples",11489 "log",11490 "parity-scale-codec 3.1.2",11491 "parity-util-mem",11492 "paste",11493 "rand 0.7.3",11494 "scale-info",11495 "serde",11496 "sp-application-crypto",11497 "sp-arithmetic",11498 "sp-core",11499 "sp-io",11500 "sp-std",11501]1150211503[[package]]11504name = "sp-runtime-interface"11505version = "6.0.0"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11507dependencies = [11508 "impl-trait-for-tuples",11509 "parity-scale-codec 3.1.2",11510 "primitive-types",11511 "sp-externalities",11512 "sp-runtime-interface-proc-macro",11513 "sp-std",11514 "sp-storage",11515 "sp-tracing",11516 "sp-wasm-interface",11517 "static_assertions",11518]1151911520[[package]]11521name = "sp-runtime-interface-proc-macro"11522version = "5.0.0"11523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11524dependencies = [11525 "Inflector",11526 "proc-macro-crate 1.1.3",11527 "proc-macro2",11528 "quote",11529 "syn",11530]1153111532[[package]]11533name = "sp-serializer"11534version = "4.0.0-dev"11535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11536dependencies = [11537 "serde",11538 "serde_json",11539]1154011541[[package]]11542name = "sp-session"11543version = "4.0.0-dev"11544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11545dependencies = [11546 "parity-scale-codec 3.1.2",11547 "scale-info",11548 "sp-api",11549 "sp-core",11550 "sp-runtime",11551 "sp-staking",11552 "sp-std",11553]1155411555[[package]]11556name = "sp-staking"11557version = "4.0.0-dev"11558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11559dependencies = [11560 "parity-scale-codec 3.1.2",11561 "scale-info",11562 "sp-runtime",11563 "sp-std",11564]1156511566[[package]]11567name = "sp-state-machine"11568version = "0.12.0"11569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11570dependencies = [11571 "hash-db",11572 "log",11573 "num-traits",11574 "parity-scale-codec 3.1.2",11575 "parking_lot 0.12.0",11576 "rand 0.7.3",11577 "smallvec",11578 "sp-core",11579 "sp-externalities",11580 "sp-panic-handler",11581 "sp-std",11582 "sp-trie",11583 "thiserror",11584 "tracing",11585 "trie-root",11586]1158711588[[package]]11589name = "sp-std"11590version = "4.0.0"11591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1159211593[[package]]11594name = "sp-storage"11595version = "6.0.0"11596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11597dependencies = [11598 "impl-serde",11599 "parity-scale-codec 3.1.2",11600 "ref-cast",11601 "serde",11602 "sp-debug-derive",11603 "sp-std",11604]1160511606[[package]]11607name = "sp-tasks"11608version = "4.0.0-dev"11609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11610dependencies = [11611 "log",11612 "sp-core",11613 "sp-externalities",11614 "sp-io",11615 "sp-runtime-interface",11616 "sp-std",11617]1161811619[[package]]11620name = "sp-timestamp"11621version = "4.0.0-dev"11622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11623dependencies = [11624 "async-trait",11625 "futures-timer",11626 "log",11627 "parity-scale-codec 3.1.2",11628 "sp-api",11629 "sp-inherents",11630 "sp-runtime",11631 "sp-std",11632 "thiserror",11633]1163411635[[package]]11636name = "sp-tracing"11637version = "5.0.0"11638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11639dependencies = [11640 "parity-scale-codec 3.1.2",11641 "sp-std",11642 "tracing",11643 "tracing-core",11644 "tracing-subscriber",11645]1164611647[[package]]11648name = "sp-transaction-pool"11649version = "4.0.0-dev"11650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11651dependencies = [11652 "sp-api",11653 "sp-runtime",11654]1165511656[[package]]11657name = "sp-transaction-storage-proof"11658version = "4.0.0-dev"11659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11660dependencies = [11661 "async-trait",11662 "log",11663 "parity-scale-codec 3.1.2",11664 "scale-info",11665 "sp-core",11666 "sp-inherents",11667 "sp-runtime",11668 "sp-std",11669 "sp-trie",11670]1167111672[[package]]11673name = "sp-trie"11674version = "6.0.0"11675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11676dependencies = [11677 "hash-db",11678 "memory-db",11679 "parity-scale-codec 3.1.2",11680 "scale-info",11681 "sp-core",11682 "sp-std",11683 "thiserror",11684 "trie-db",11685 "trie-root",11686]1168711688[[package]]11689name = "sp-version"11690version = "5.0.0"11691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11692dependencies = [11693 "impl-serde",11694 "parity-scale-codec 3.1.2",11695 "parity-wasm 0.42.2",11696 "scale-info",11697 "serde",11698 "sp-core-hashing-proc-macro",11699 "sp-runtime",11700 "sp-std",11701 "sp-version-proc-macro",11702 "thiserror",11703]1170411705[[package]]11706name = "sp-version-proc-macro"11707version = "4.0.0-dev"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11709dependencies = [11710 "parity-scale-codec 3.1.2",11711 "proc-macro2",11712 "quote",11713 "syn",11714]1171511716[[package]]11717name = "sp-wasm-interface"11718version = "6.0.0"11719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11720dependencies = [11721 "impl-trait-for-tuples",11722 "log",11723 "parity-scale-codec 3.1.2",11724 "sp-std",11725 "wasmi",11726 "wasmtime",11727]1172811729[[package]]11730name = "spin"11731version = "0.5.2"11732source = "registry+https://github.com/rust-lang/crates.io-index"11733checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1173411735[[package]]11736name = "spki"11737version = "0.5.4"11738source = "registry+https://github.com/rust-lang/crates.io-index"11739checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11740dependencies = [11741 "base64ct",11742 "der",11743]1174411745[[package]]11746name = "ss58-registry"11747version = "1.18.0"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11750dependencies = [11751 "Inflector",11752 "num-format",11753 "proc-macro2",11754 "quote",11755 "serde",11756 "serde_json",11757 "unicode-xid",11758]1175911760[[package]]11761name = "stable_deref_trait"11762version = "1.2.0"11763source = "registry+https://github.com/rust-lang/crates.io-index"11764checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1176511766[[package]]11767name = "static_assertions"11768version = "1.1.0"11769source = "registry+https://github.com/rust-lang/crates.io-index"11770checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1177111772[[package]]11773name = "static_init"11774version = "0.5.2"11775source = "registry+https://github.com/rust-lang/crates.io-index"11776checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11777dependencies = [11778 "cfg_aliases",11779 "libc",11780 "parking_lot 0.11.2",11781 "static_init_macro",11782]1178311784[[package]]11785name = "static_init_macro"11786version = "0.5.0"11787source = "registry+https://github.com/rust-lang/crates.io-index"11788checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11789dependencies = [11790 "cfg_aliases",11791 "memchr",11792 "proc-macro2",11793 "quote",11794 "syn",11795]1179611797[[package]]11798name = "statrs"11799version = "0.15.0"11800source = "registry+https://github.com/rust-lang/crates.io-index"11801checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11802dependencies = [11803 "approx",11804 "lazy_static",11805 "nalgebra",11806 "num-traits",11807 "rand 0.8.5",11808]1180911810[[package]]11811name = "strsim"11812version = "0.10.0"11813source = "registry+https://github.com/rust-lang/crates.io-index"11814checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1181511816[[package]]11817name = "struct-versioning"11818version = "0.1.0"11819dependencies = [11820 "quote",11821 "syn",11822]1182311824[[package]]11825name = "strum"11826version = "0.23.0"11827source = "registry+https://github.com/rust-lang/crates.io-index"11828checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11829dependencies = [11830 "strum_macros 0.23.1",11831]1183211833[[package]]11834name = "strum"11835version = "0.24.0"11836source = "registry+https://github.com/rust-lang/crates.io-index"11837checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11838dependencies = [11839 "strum_macros 0.24.0",11840]1184111842[[package]]11843name = "strum_macros"11844version = "0.23.1"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11847dependencies = [11848 "heck 0.3.3",11849 "proc-macro2",11850 "quote",11851 "rustversion",11852 "syn",11853]1185411855[[package]]11856name = "strum_macros"11857version = "0.24.0"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11860dependencies = [11861 "heck 0.4.0",11862 "proc-macro2",11863 "quote",11864 "rustversion",11865 "syn",11866]1186711868[[package]]11869name = "substrate-bip39"11870version = "0.4.4"11871source = "registry+https://github.com/rust-lang/crates.io-index"11872checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11873dependencies = [11874 "hmac 0.11.0",11875 "pbkdf2 0.8.0",11876 "schnorrkel",11877 "sha2 0.9.9",11878 "zeroize",11879]1188011881[[package]]11882name = "substrate-build-script-utils"11883version = "3.0.0"11884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11885dependencies = [11886 "platforms",11887]1188811889[[package]]11890name = "substrate-frame-rpc-system"11891version = "4.0.0-dev"11892source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11893dependencies = [11894 "frame-system-rpc-runtime-api",11895 "futures 0.3.21",11896 "jsonrpc-core",11897 "jsonrpc-core-client",11898 "jsonrpc-derive",11899 "log",11900 "parity-scale-codec 3.1.2",11901 "sc-client-api",11902 "sc-rpc-api",11903 "sc-transaction-pool-api",11904 "sp-api",11905 "sp-block-builder",11906 "sp-blockchain",11907 "sp-core",11908 "sp-runtime",11909]1191011911[[package]]11912name = "substrate-prometheus-endpoint"11913version = "0.10.0-dev"11914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11915dependencies = [11916 "futures-util",11917 "hyper",11918 "log",11919 "prometheus",11920 "thiserror",11921 "tokio 1.18.2",11922]1192311924[[package]]11925name = "substrate-state-trie-migration-rpc"11926version = "4.0.0-dev"11927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11928dependencies = [11929 "jsonrpc-core",11930 "jsonrpc-core-client",11931 "jsonrpc-derive",11932 "log",11933 "parity-scale-codec 3.1.2",11934 "sc-client-api",11935 "sc-rpc-api",11936 "scale-info",11937 "serde",11938 "sp-core",11939 "sp-io",11940 "sp-runtime",11941 "sp-state-machine",11942 "sp-std",11943 "sp-trie",11944 "trie-db",11945]1194611947[[package]]11948name = "substrate-test-client"11949version = "2.0.1"11950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11951dependencies = [11952 "async-trait",11953 "futures 0.3.21",11954 "hex",11955 "parity-scale-codec 3.1.2",11956 "sc-client-api",11957 "sc-client-db",11958 "sc-consensus",11959 "sc-executor",11960 "sc-offchain",11961 "sc-service",11962 "serde",11963 "serde_json",11964 "sp-blockchain",11965 "sp-consensus",11966 "sp-core",11967 "sp-keyring",11968 "sp-keystore",11969 "sp-runtime",11970 "sp-state-machine",11971]1197211973[[package]]11974name = "substrate-test-utils"11975version = "4.0.0-dev"11976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11977dependencies = [11978 "futures 0.3.21",11979 "substrate-test-utils-derive",11980 "tokio 1.18.2",11981]1198211983[[package]]11984name = "substrate-test-utils-derive"11985version = "0.10.0-dev"11986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11987dependencies = [11988 "proc-macro-crate 1.1.3",11989 "proc-macro2",11990 "quote",11991 "syn",11992]1199311994[[package]]11995name = "substrate-wasm-builder"11996version = "5.0.0-dev"11997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11998dependencies = [11999 "ansi_term",12000 "build-helper",12001 "cargo_metadata",12002 "sp-maybe-compressed-blob",12003 "strum 0.23.0",12004 "tempfile",12005 "toml",12006 "walkdir",12007 "wasm-gc-api",12008]1200912010[[package]]12011name = "subtle"12012version = "2.4.1"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1201512016[[package]]12017name = "syn"12018version = "1.0.95"12019source = "registry+https://github.com/rust-lang/crates.io-index"12020checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"12021dependencies = [12022 "proc-macro2",12023 "quote",12024 "unicode-ident",12025]1202612027[[package]]12028name = "synstructure"12029version = "0.12.6"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12032dependencies = [12033 "proc-macro2",12034 "quote",12035 "syn",12036 "unicode-xid",12037]1203812039[[package]]12040name = "tap"12041version = "1.0.1"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1204412045[[package]]12046name = "target-lexicon"12047version = "0.12.3"12048source = "registry+https://github.com/rust-lang/crates.io-index"12049checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1205012051[[package]]12052name = "tempfile"12053version = "3.3.0"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12056dependencies = [12057 "cfg-if 1.0.0",12058 "fastrand",12059 "libc",12060 "redox_syscall 0.2.13",12061 "remove_dir_all",12062 "winapi 0.3.9",12063]1206412065[[package]]12066name = "term"12067version = "0.5.2"12068source = "registry+https://github.com/rust-lang/crates.io-index"12069checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12070dependencies = [12071 "byteorder",12072 "dirs",12073 "winapi 0.3.9",12074]1207512076[[package]]12077name = "termcolor"12078version = "1.1.3"12079source = "registry+https://github.com/rust-lang/crates.io-index"12080checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12081dependencies = [12082 "winapi-util",12083]1208412085[[package]]12086name = "test-runtime-constants"12087version = "0.9.21"12088source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12089dependencies = [12090 "frame-support",12091 "polkadot-primitives",12092 "polkadot-runtime-common",12093 "smallvec",12094 "sp-runtime",12095]1209612097[[package]]12098name = "tests"12099version = "0.1.0"12100dependencies = [12101 "fp-evm-mapping",12102 "frame-support",12103 "frame-system",12104 "pallet-balances",12105 "pallet-common",12106 "pallet-ethereum",12107 "pallet-evm",12108 "pallet-evm-coder-substrate",12109 "pallet-fungible",12110 "pallet-nonfungible",12111 "pallet-refungible",12112 "pallet-structure",12113 "pallet-timestamp",12114 "pallet-transaction-payment",12115 "pallet-unique",12116 "parity-scale-codec 3.1.2",12117 "scale-info",12118 "sp-core",12119 "sp-io",12120 "sp-runtime",12121 "sp-std",12122 "unique-runtime-common",12123 "up-data-structs",12124]1212512126[[package]]12127name = "textwrap"12128version = "0.15.0"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1213112132[[package]]12133name = "thiserror"12134version = "1.0.31"12135source = "registry+https://github.com/rust-lang/crates.io-index"12136checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12137dependencies = [12138 "thiserror-impl",12139]1214012141[[package]]12142name = "thiserror-impl"12143version = "1.0.31"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12146dependencies = [12147 "proc-macro2",12148 "quote",12149 "syn",12150]1215112152[[package]]12153name = "thousands"12154version = "0.2.0"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1215712158[[package]]12159name = "thread_local"12160version = "1.1.4"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12163dependencies = [12164 "once_cell",12165]1216612167[[package]]12168name = "threadpool"12169version = "1.8.1"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12172dependencies = [12173 "num_cpus",12174]1217512176[[package]]12177name = "thrift"12178version = "0.15.0"12179source = "registry+https://github.com/rust-lang/crates.io-index"12180checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12181dependencies = [12182 "byteorder",12183 "integer-encoding",12184 "log",12185 "ordered-float",12186 "threadpool",12187]1218812189[[package]]12190name = "tikv-jemalloc-sys"12191version = "0.4.3+5.2.1-patched.2"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12194dependencies = [12195 "cc",12196 "fs_extra",12197 "libc",12198]1219912200[[package]]12201name = "time"12202version = "0.1.44"12203source = "registry+https://github.com/rust-lang/crates.io-index"12204checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12205dependencies = [12206 "libc",12207 "wasi 0.10.0+wasi-snapshot-preview1",12208 "winapi 0.3.9",12209]1221012211[[package]]12212name = "tiny-bip39"12213version = "0.8.2"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12216dependencies = [12217 "anyhow",12218 "hmac 0.8.1",12219 "once_cell",12220 "pbkdf2 0.4.0",12221 "rand 0.7.3",12222 "rustc-hash",12223 "sha2 0.9.9",12224 "thiserror",12225 "unicode-normalization",12226 "wasm-bindgen",12227 "zeroize",12228]1222912230[[package]]12231name = "tiny-keccak"12232version = "2.0.2"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12235dependencies = [12236 "crunchy",12237]1223812239[[package]]12240name = "tinyvec"12241version = "1.6.0"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12244dependencies = [12245 "tinyvec_macros",12246]1224712248[[package]]12249name = "tinyvec_macros"12250version = "0.1.0"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1225312254[[package]]12255name = "tokio"12256version = "0.2.25"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12259dependencies = [12260 "bytes 0.5.6",12261 "fnv",12262 "pin-project-lite 0.1.12",12263 "tokio-macros 0.2.6",12264]1226512266[[package]]12267name = "tokio"12268version = "1.18.2"12269source = "registry+https://github.com/rust-lang/crates.io-index"12270checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12271dependencies = [12272 "bytes 1.1.0",12273 "libc",12274 "memchr",12275 "mio 0.8.3",12276 "num_cpus",12277 "once_cell",12278 "parking_lot 0.12.0",12279 "pin-project-lite 0.2.9",12280 "signal-hook-registry",12281 "socket2 0.4.4",12282 "tokio-macros 1.7.0",12283 "winapi 0.3.9",12284]1228512286[[package]]12287name = "tokio-macros"12288version = "0.2.6"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12291dependencies = [12292 "proc-macro2",12293 "quote",12294 "syn",12295]1229612297[[package]]12298name = "tokio-macros"12299version = "1.7.0"12300source = "registry+https://github.com/rust-lang/crates.io-index"12301checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12302dependencies = [12303 "proc-macro2",12304 "quote",12305 "syn",12306]1230712308[[package]]12309name = "tokio-rustls"12310version = "0.22.0"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12313dependencies = [12314 "rustls 0.19.1",12315 "tokio 1.18.2",12316 "webpki 0.21.4",12317]1231812319[[package]]12320name = "tokio-rustls"12321version = "0.23.4"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12324dependencies = [12325 "rustls 0.20.6",12326 "tokio 1.18.2",12327 "webpki 0.22.0",12328]1232912330[[package]]12331name = "tokio-stream"12332version = "0.1.8"12333source = "registry+https://github.com/rust-lang/crates.io-index"12334checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12335dependencies = [12336 "futures-core",12337 "pin-project-lite 0.2.9",12338 "tokio 1.18.2",12339]1234012341[[package]]12342name = "tokio-util"12343version = "0.6.10"12344source = "registry+https://github.com/rust-lang/crates.io-index"12345checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12346dependencies = [12347 "bytes 1.1.0",12348 "futures-core",12349 "futures-sink",12350 "log",12351 "pin-project-lite 0.2.9",12352 "tokio 1.18.2",12353]1235412355[[package]]12356name = "tokio-util"12357version = "0.7.2"12358source = "registry+https://github.com/rust-lang/crates.io-index"12359checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12360dependencies = [12361 "bytes 1.1.0",12362 "futures-core",12363 "futures-io",12364 "futures-sink",12365 "pin-project-lite 0.2.9",12366 "tokio 1.18.2",12367 "tracing",12368]1236912370[[package]]12371name = "toml"12372version = "0.5.9"12373source = "registry+https://github.com/rust-lang/crates.io-index"12374checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12375dependencies = [12376 "serde",12377]1237812379[[package]]12380name = "tower-service"12381version = "0.3.1"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1238412385[[package]]12386name = "tracing"12387version = "0.1.34"12388source = "registry+https://github.com/rust-lang/crates.io-index"12389checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12390dependencies = [12391 "cfg-if 1.0.0",12392 "pin-project-lite 0.2.9",12393 "tracing-attributes",12394 "tracing-core",12395]1239612397[[package]]12398name = "tracing-attributes"12399version = "0.1.21"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12402dependencies = [12403 "proc-macro2",12404 "quote",12405 "syn",12406]1240712408[[package]]12409name = "tracing-core"12410version = "0.1.26"12411source = "registry+https://github.com/rust-lang/crates.io-index"12412checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12413dependencies = [12414 "lazy_static",12415 "valuable",12416]1241712418[[package]]12419name = "tracing-futures"12420version = "0.2.5"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12423dependencies = [12424 "pin-project 1.0.10",12425 "tracing",12426]1242712428[[package]]12429name = "tracing-gum"12430version = "0.9.21"12431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12432dependencies = [12433 "polkadot-node-jaeger",12434 "polkadot-primitives",12435 "tracing",12436 "tracing-gum-proc-macro",12437]1243812439[[package]]12440name = "tracing-gum-proc-macro"12441version = "0.9.21"12442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12443dependencies = [12444 "expander 0.0.6",12445 "proc-macro-crate 1.1.3",12446 "proc-macro2",12447 "quote",12448 "syn",12449]1245012451[[package]]12452name = "tracing-log"12453version = "0.1.3"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12456dependencies = [12457 "lazy_static",12458 "log",12459 "tracing-core",12460]1246112462[[package]]12463name = "tracing-serde"12464version = "0.1.3"12465source = "registry+https://github.com/rust-lang/crates.io-index"12466checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12467dependencies = [12468 "serde",12469 "tracing-core",12470]1247112472[[package]]12473name = "tracing-subscriber"12474version = "0.2.25"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12477dependencies = [12478 "ansi_term",12479 "chrono",12480 "lazy_static",12481 "matchers",12482 "parking_lot 0.11.2",12483 "regex",12484 "serde",12485 "serde_json",12486 "sharded-slab",12487 "smallvec",12488 "thread_local",12489 "tracing",12490 "tracing-core",12491 "tracing-log",12492 "tracing-serde",12493]1249412495[[package]]12496name = "trie-db"12497version = "0.23.1"12498source = "registry+https://github.com/rust-lang/crates.io-index"12499checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12500dependencies = [12501 "hash-db",12502 "hashbrown 0.12.1",12503 "log",12504 "rustc-hex",12505 "smallvec",12506]1250712508[[package]]12509name = "trie-root"12510version = "0.17.0"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12513dependencies = [12514 "hash-db",12515]1251612517[[package]]12518name = "triehash"12519version = "0.8.4"12520source = "registry+https://github.com/rust-lang/crates.io-index"12521checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12522dependencies = [12523 "hash-db",12524 "rlp",12525]1252612527[[package]]12528name = "trust-dns-proto"12529version = "0.20.4"12530source = "registry+https://github.com/rust-lang/crates.io-index"12531checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12532dependencies = [12533 "async-trait",12534 "cfg-if 1.0.0",12535 "data-encoding",12536 "enum-as-inner",12537 "futures-channel",12538 "futures-io",12539 "futures-util",12540 "idna 0.2.3",12541 "ipnet",12542 "lazy_static",12543 "log",12544 "rand 0.8.5",12545 "smallvec",12546 "thiserror",12547 "tinyvec",12548 "url 2.2.2",12549]1255012551[[package]]12552name = "trust-dns-resolver"12553version = "0.20.4"12554source = "registry+https://github.com/rust-lang/crates.io-index"12555checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12556dependencies = [12557 "cfg-if 1.0.0",12558 "futures-util",12559 "ipconfig",12560 "lazy_static",12561 "log",12562 "lru-cache",12563 "parking_lot 0.11.2",12564 "resolv-conf",12565 "smallvec",12566 "thiserror",12567 "trust-dns-proto",12568]1256912570[[package]]12571name = "try-lock"12572version = "0.2.3"12573source = "registry+https://github.com/rust-lang/crates.io-index"12574checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1257512576[[package]]12577name = "try-runtime-cli"12578version = "0.10.0-dev"12579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12580dependencies = [12581 "clap",12582 "jsonrpsee",12583 "log",12584 "parity-scale-codec 3.1.2",12585 "remote-externalities",12586 "sc-chain-spec",12587 "sc-cli",12588 "sc-executor",12589 "sc-service",12590 "serde",12591 "sp-core",12592 "sp-externalities",12593 "sp-io",12594 "sp-keystore",12595 "sp-runtime",12596 "sp-state-machine",12597 "sp-version",12598 "zstd",12599]1260012601[[package]]12602name = "tt-call"12603version = "1.0.8"12604source = "registry+https://github.com/rust-lang/crates.io-index"12605checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1260612607[[package]]12608name = "twox-hash"12609version = "1.6.3"12610source = "registry+https://github.com/rust-lang/crates.io-index"12611checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12612dependencies = [12613 "cfg-if 1.0.0",12614 "digest 0.10.3",12615 "rand 0.8.5",12616 "static_assertions",12617]1261812619[[package]]12620name = "typenum"12621version = "1.15.0"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1262412625[[package]]12626name = "uc-rpc"12627version = "0.1.0"12628dependencies = [12629 "jsonrpc-core",12630 "jsonrpc-core-client",12631 "jsonrpc-derive",12632 "pallet-common",12633 "pallet-evm",12634 "parity-scale-codec 3.1.2",12635 "rmrk-rpc 0.0.1",12636 "sp-api",12637 "sp-blockchain",12638 "sp-core",12639 "sp-rpc",12640 "sp-runtime",12641 "unique-runtime-common",12642 "up-data-structs",12643 "up-rpc",12644]1264512646[[package]]12647name = "ucd-trie"12648version = "0.1.3"12649source = "registry+https://github.com/rust-lang/crates.io-index"12650checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1265112652[[package]]12653name = "uint"12654version = "0.9.3"12655source = "registry+https://github.com/rust-lang/crates.io-index"12656checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12657dependencies = [12658 "byteorder",12659 "crunchy",12660 "hex",12661 "static_assertions",12662]1266312664[[package]]12665name = "unicase"12666version = "2.6.0"12667source = "registry+https://github.com/rust-lang/crates.io-index"12668checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12669dependencies = [12670 "version_check",12671]1267212673[[package]]12674name = "unicode-bidi"12675version = "0.3.8"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1267812679[[package]]12680name = "unicode-ident"12681version = "1.0.0"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1268412685[[package]]12686name = "unicode-normalization"12687version = "0.1.19"12688source = "registry+https://github.com/rust-lang/crates.io-index"12689checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12690dependencies = [12691 "tinyvec",12692]1269312694[[package]]12695name = "unicode-segmentation"12696version = "1.9.0"12697source = "registry+https://github.com/rust-lang/crates.io-index"12698checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1269912700[[package]]12701name = "unicode-width"12702version = "0.1.9"12703source = "registry+https://github.com/rust-lang/crates.io-index"12704checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1270512706[[package]]12707name = "unicode-xid"12708version = "0.2.3"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1271112712[[package]]12713name = "unique-node"12714version = "0.9.20"12715dependencies = [12716 "clap",12717 "cumulus-client-cli",12718 "cumulus-client-collator",12719 "cumulus-client-consensus-aura",12720 "cumulus-client-consensus-common",12721 "cumulus-client-network",12722 "cumulus-client-service",12723 "cumulus-primitives-core",12724 "cumulus-primitives-parachain-inherent",12725 "cumulus-relay-chain-inprocess-interface",12726 "cumulus-relay-chain-interface",12727 "cumulus-relay-chain-rpc-interface",12728 "fc-consensus",12729 "fc-db",12730 "fc-mapping-sync",12731 "fc-rpc",12732 "fc-rpc-core",12733 "flexi_logger",12734 "fp-rpc",12735 "frame-benchmarking",12736 "frame-benchmarking-cli",12737 "futures 0.3.21",12738 "jsonrpc-core",12739 "jsonrpc-pubsub",12740 "log",12741 "opal-runtime",12742 "pallet-ethereum",12743 "pallet-transaction-payment-rpc",12744 "pallet-transaction-payment-rpc-runtime-api",12745 "parity-scale-codec 3.1.2",12746 "parking_lot 0.11.2",12747 "polkadot-cli",12748 "polkadot-parachain",12749 "polkadot-primitives",12750 "polkadot-service",12751 "polkadot-test-service",12752 "quartz-runtime",12753 "rmrk-rpc 0.0.1",12754 "sc-basic-authorship",12755 "sc-chain-spec",12756 "sc-cli",12757 "sc-client-api",12758 "sc-consensus",12759 "sc-consensus-aura",12760 "sc-consensus-manual-seal",12761 "sc-executor",12762 "sc-finality-grandpa",12763 "sc-keystore",12764 "sc-network",12765 "sc-rpc",12766 "sc-rpc-api",12767 "sc-service",12768 "sc-telemetry",12769 "sc-tracing",12770 "sc-transaction-pool",12771 "serde",12772 "serde_json",12773 "sp-api",12774 "sp-block-builder",12775 "sp-blockchain",12776 "sp-consensus",12777 "sp-consensus-aura",12778 "sp-core",12779 "sp-finality-grandpa",12780 "sp-inherents",12781 "sp-keystore",12782 "sp-offchain",12783 "sp-runtime",12784 "sp-session",12785 "sp-timestamp",12786 "sp-transaction-pool",12787 "sp-trie",12788 "substrate-build-script-utils",12789 "substrate-frame-rpc-system",12790 "substrate-prometheus-endpoint",12791 "tokio 1.18.2",12792 "try-runtime-cli",12793 "unique-rpc",12794 "unique-runtime",12795 "unique-runtime-common",12796 "up-data-structs",12797 "up-rpc",12798]1279912800[[package]]12801name = "unique-rpc"12802version = "0.1.0"12803dependencies = [12804 "fc-db",12805 "fc-mapping-sync",12806 "fc-rpc",12807 "fc-rpc-core",12808 "fp-rpc",12809 "fp-storage",12810 "futures 0.3.21",12811 "jsonrpc-core",12812 "jsonrpc-pubsub",12813 "pallet-common",12814 "pallet-ethereum",12815 "pallet-transaction-payment-rpc",12816 "pallet-transaction-payment-rpc-runtime-api",12817 "pallet-unique",12818 "rmrk-rpc 0.0.1",12819 "sc-client-api",12820 "sc-consensus-aura",12821 "sc-consensus-epochs",12822 "sc-finality-grandpa",12823 "sc-finality-grandpa-rpc",12824 "sc-keystore",12825 "sc-network",12826 "sc-rpc",12827 "sc-rpc-api",12828 "sc-service",12829 "sc-transaction-pool",12830 "serde",12831 "sp-api",12832 "sp-block-builder",12833 "sp-blockchain",12834 "sp-consensus",12835 "sp-consensus-aura",12836 "sp-core",12837 "sp-offchain",12838 "sp-runtime",12839 "sp-session",12840 "sp-storage",12841 "sp-transaction-pool",12842 "substrate-frame-rpc-system",12843 "tokio 0.2.25",12844 "uc-rpc",12845 "unique-runtime-common",12846 "up-data-structs",12847 "up-rpc",12848]1284912850[[package]]12851name = "unique-runtime"12852version = "0.9.18"12853dependencies = [12854 "cumulus-pallet-aura-ext",12855 "cumulus-pallet-dmp-queue",12856 "cumulus-pallet-parachain-system",12857 "cumulus-pallet-xcm",12858 "cumulus-pallet-xcmp-queue",12859 "cumulus-primitives-core",12860 "cumulus-primitives-timestamp",12861 "cumulus-primitives-utility",12862 "derivative",12863 "fp-evm-mapping",12864 "fp-rpc",12865 "fp-self-contained",12866 "frame-benchmarking",12867 "frame-executive",12868 "frame-support",12869 "frame-system",12870 "frame-system-benchmarking",12871 "frame-system-rpc-runtime-api",12872 "frame-try-runtime",12873 "hex-literal",12874 "log",12875 "orml-vesting",12876 "pallet-aura",12877 "pallet-balances",12878 "pallet-base-fee",12879 "pallet-common",12880 "pallet-ethereum",12881 "pallet-evm",12882 "pallet-evm-coder-substrate",12883 "pallet-evm-collection",12884 "pallet-evm-contract-helpers",12885 "pallet-evm-migration",12886 "pallet-evm-transaction-payment",12887 "pallet-fungible",12888 "pallet-inflation",12889 "pallet-nonfungible",12890 "pallet-randomness-collective-flip",12891 "pallet-refungible",12892 "pallet-rmrk-core",12893 "pallet-structure",12894 "pallet-sudo",12895 "pallet-template-transaction-payment",12896 "pallet-timestamp",12897 "pallet-transaction-payment",12898 "pallet-transaction-payment-rpc-runtime-api",12899 "pallet-treasury",12900 "pallet-unique",12901 "pallet-unq-scheduler",12902 "pallet-xcm",12903 "parachain-info",12904 "parity-scale-codec 3.1.2",12905 "polkadot-parachain",12906 "rmrk-rpc 0.0.1",12907 "scale-info",12908 "serde",12909 "smallvec",12910 "sp-api",12911 "sp-arithmetic",12912 "sp-block-builder",12913 "sp-consensus-aura",12914 "sp-core",12915 "sp-inherents",12916 "sp-io",12917 "sp-offchain",12918 "sp-runtime",12919 "sp-session",12920 "sp-std",12921 "sp-transaction-pool",12922 "sp-version",12923 "substrate-wasm-builder",12924 "unique-runtime-common",12925 "up-data-structs",12926 "up-rpc",12927 "xcm",12928 "xcm-builder",12929 "xcm-executor",12930]1293112932[[package]]12933name = "unique-runtime-common"12934version = "0.9.20"12935dependencies = [12936 "evm-coder",12937 "fp-rpc",12938 "frame-support",12939 "frame-system",12940 "pallet-common",12941 "pallet-evm",12942 "pallet-fungible",12943 "pallet-nonfungible",12944 "pallet-refungible",12945 "pallet-unique",12946 "parity-scale-codec 3.1.2",12947 "rmrk-rpc 0.0.1",12948 "scale-info",12949 "sp-consensus-aura",12950 "sp-core",12951 "sp-runtime",12952 "sp-std",12953 "up-data-structs",12954 "up-sponsorship",12955]1295612957[[package]]12958name = "universal-hash"12959version = "0.4.1"12960source = "registry+https://github.com/rust-lang/crates.io-index"12961checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12962dependencies = [12963 "generic-array 0.14.5",12964 "subtle",12965]1296612967[[package]]12968name = "unsigned-varint"12969version = "0.5.1"12970source = "registry+https://github.com/rust-lang/crates.io-index"12971checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1297212973[[package]]12974name = "unsigned-varint"12975version = "0.6.0"12976source = "registry+https://github.com/rust-lang/crates.io-index"12977checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12978dependencies = [12979 "asynchronous-codec 0.5.0",12980 "bytes 1.1.0",12981 "futures-io",12982 "futures-util",12983]1298412985[[package]]12986name = "unsigned-varint"12987version = "0.7.1"12988source = "registry+https://github.com/rust-lang/crates.io-index"12989checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12990dependencies = [12991 "asynchronous-codec 0.6.0",12992 "bytes 1.1.0",12993 "futures-io",12994 "futures-util",12995]1299612997[[package]]12998name = "untrusted"12999version = "0.7.1"13000source = "registry+https://github.com/rust-lang/crates.io-index"13001checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1300213003[[package]]13004name = "up-data-structs"13005version = "0.1.0"13006dependencies = [13007 "derivative",13008 "frame-support",13009 "frame-system",13010 "pallet-evm",13011 "parity-scale-codec 3.1.2",13012 "scale-info",13013 "serde",13014 "sp-core",13015 "sp-runtime",13016 "sp-std",13017 "struct-versioning",13018]1301913020[[package]]13021name = "up-rpc"13022version = "0.1.0"13023dependencies = [13024 "pallet-common",13025 "pallet-evm",13026 "parity-scale-codec 3.1.2",13027 "sp-api",13028 "sp-core",13029 "sp-runtime",13030 "sp-std",13031 "up-data-structs",13032]1303313034[[package]]13035name = "up-sponsorship"13036version = "0.1.0"13037source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"13038dependencies = [13039 "impl-trait-for-tuples",13040]1304113042[[package]]13043name = "url"13044version = "1.7.2"13045source = "registry+https://github.com/rust-lang/crates.io-index"13046checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13047dependencies = [13048 "idna 0.1.5",13049 "matches",13050 "percent-encoding 1.0.1",13051]1305213053[[package]]13054name = "url"13055version = "2.2.2"13056source = "registry+https://github.com/rust-lang/crates.io-index"13057checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13058dependencies = [13059 "form_urlencoded",13060 "idna 0.2.3",13061 "matches",13062 "percent-encoding 2.1.0",13063]1306413065[[package]]13066name = "valuable"13067version = "0.1.0"13068source = "registry+https://github.com/rust-lang/crates.io-index"13069checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1307013071[[package]]13072name = "value-bag"13073version = "1.0.0-alpha.9"13074source = "registry+https://github.com/rust-lang/crates.io-index"13075checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13076dependencies = [13077 "ctor",13078 "version_check",13079]1308013081[[package]]13082name = "vcpkg"13083version = "0.2.15"13084source = "registry+https://github.com/rust-lang/crates.io-index"13085checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1308613087[[package]]13088name = "version_check"13089version = "0.9.4"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1309213093[[package]]13094name = "void"13095version = "1.0.2"13096source = "registry+https://github.com/rust-lang/crates.io-index"13097checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1309813099[[package]]13100name = "waker-fn"13101version = "1.1.0"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1310413105[[package]]13106name = "walkdir"13107version = "2.3.2"13108source = "registry+https://github.com/rust-lang/crates.io-index"13109checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13110dependencies = [13111 "same-file",13112 "winapi 0.3.9",13113 "winapi-util",13114]1311513116[[package]]13117name = "want"13118version = "0.3.0"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13121dependencies = [13122 "log",13123 "try-lock",13124]1312513126[[package]]13127name = "wasi"13128version = "0.9.0+wasi-snapshot-preview1"13129source = "registry+https://github.com/rust-lang/crates.io-index"13130checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1313113132[[package]]13133name = "wasi"13134version = "0.10.0+wasi-snapshot-preview1"13135source = "registry+https://github.com/rust-lang/crates.io-index"13136checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1313713138[[package]]13139name = "wasi"13140version = "0.11.0+wasi-snapshot-preview1"13141source = "registry+https://github.com/rust-lang/crates.io-index"13142checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1314313144[[package]]13145name = "wasm-bindgen"13146version = "0.2.80"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13149dependencies = [13150 "cfg-if 1.0.0",13151 "wasm-bindgen-macro",13152]1315313154[[package]]13155name = "wasm-bindgen-backend"13156version = "0.2.80"13157source = "registry+https://github.com/rust-lang/crates.io-index"13158checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13159dependencies = [13160 "bumpalo",13161 "lazy_static",13162 "log",13163 "proc-macro2",13164 "quote",13165 "syn",13166 "wasm-bindgen-shared",13167]1316813169[[package]]13170name = "wasm-bindgen-futures"13171version = "0.4.30"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13174dependencies = [13175 "cfg-if 1.0.0",13176 "js-sys",13177 "wasm-bindgen",13178 "web-sys",13179]1318013181[[package]]13182name = "wasm-bindgen-macro"13183version = "0.2.80"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13186dependencies = [13187 "quote",13188 "wasm-bindgen-macro-support",13189]1319013191[[package]]13192name = "wasm-bindgen-macro-support"13193version = "0.2.80"13194source = "registry+https://github.com/rust-lang/crates.io-index"13195checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13196dependencies = [13197 "proc-macro2",13198 "quote",13199 "syn",13200 "wasm-bindgen-backend",13201 "wasm-bindgen-shared",13202]1320313204[[package]]13205name = "wasm-bindgen-shared"13206version = "0.2.80"13207source = "registry+https://github.com/rust-lang/crates.io-index"13208checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1320913210[[package]]13211name = "wasm-gc-api"13212version = "0.1.11"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13215dependencies = [13216 "log",13217 "parity-wasm 0.32.0",13218 "rustc-demangle",13219]1322013221[[package]]13222name = "wasm-instrument"13223version = "0.1.1"13224source = "registry+https://github.com/rust-lang/crates.io-index"13225checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13226dependencies = [13227 "parity-wasm 0.42.2",13228]1322913230[[package]]13231name = "wasm-timer"13232version = "0.2.5"13233source = "registry+https://github.com/rust-lang/crates.io-index"13234checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13235dependencies = [13236 "futures 0.3.21",13237 "js-sys",13238 "parking_lot 0.11.2",13239 "pin-utils",13240 "wasm-bindgen",13241 "wasm-bindgen-futures",13242 "web-sys",13243]1324413245[[package]]13246name = "wasmi"13247version = "0.9.1"13248source = "registry+https://github.com/rust-lang/crates.io-index"13249checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13250dependencies = [13251 "downcast-rs",13252 "libc",13253 "memory_units",13254 "num-rational 0.2.4",13255 "num-traits",13256 "parity-wasm 0.42.2",13257 "wasmi-validation",13258]1325913260[[package]]13261name = "wasmi-validation"13262version = "0.4.1"13263source = "registry+https://github.com/rust-lang/crates.io-index"13264checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13265dependencies = [13266 "parity-wasm 0.42.2",13267]1326813269[[package]]13270name = "wasmparser"13271version = "0.83.0"13272source = "registry+https://github.com/rust-lang/crates.io-index"13273checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1327413275[[package]]13276name = "wasmtime"13277version = "0.35.3"13278source = "registry+https://github.com/rust-lang/crates.io-index"13279checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13280dependencies = [13281 "anyhow",13282 "backtrace",13283 "bincode",13284 "cfg-if 1.0.0",13285 "indexmap",13286 "lazy_static",13287 "libc",13288 "log",13289 "object 0.27.1",13290 "once_cell",13291 "paste",13292 "psm",13293 "rayon",13294 "region",13295 "serde",13296 "target-lexicon",13297 "wasmparser",13298 "wasmtime-cache",13299 "wasmtime-cranelift",13300 "wasmtime-environ",13301 "wasmtime-jit",13302 "wasmtime-runtime",13303 "winapi 0.3.9",13304]1330513306[[package]]13307name = "wasmtime-cache"13308version = "0.35.3"13309source = "registry+https://github.com/rust-lang/crates.io-index"13310checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13311dependencies = [13312 "anyhow",13313 "base64",13314 "bincode",13315 "directories-next",13316 "file-per-thread-logger",13317 "log",13318 "rustix",13319 "serde",13320 "sha2 0.9.9",13321 "toml",13322 "winapi 0.3.9",13323 "zstd",13324]1332513326[[package]]13327name = "wasmtime-cranelift"13328version = "0.35.3"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13331dependencies = [13332 "anyhow",13333 "cranelift-codegen",13334 "cranelift-entity",13335 "cranelift-frontend",13336 "cranelift-native",13337 "cranelift-wasm",13338 "gimli",13339 "log",13340 "more-asserts",13341 "object 0.27.1",13342 "target-lexicon",13343 "thiserror",13344 "wasmparser",13345 "wasmtime-environ",13346]1334713348[[package]]13349name = "wasmtime-environ"13350version = "0.35.3"13351source = "registry+https://github.com/rust-lang/crates.io-index"13352checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13353dependencies = [13354 "anyhow",13355 "cranelift-entity",13356 "gimli",13357 "indexmap",13358 "log",13359 "more-asserts",13360 "object 0.27.1",13361 "serde",13362 "target-lexicon",13363 "thiserror",13364 "wasmparser",13365 "wasmtime-types",13366]1336713368[[package]]13369name = "wasmtime-jit"13370version = "0.35.3"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13373dependencies = [13374 "addr2line",13375 "anyhow",13376 "bincode",13377 "cfg-if 1.0.0",13378 "cpp_demangle",13379 "gimli",13380 "log",13381 "object 0.27.1",13382 "region",13383 "rustc-demangle",13384 "rustix",13385 "serde",13386 "target-lexicon",13387 "thiserror",13388 "wasmtime-environ",13389 "wasmtime-jit-debug",13390 "wasmtime-runtime",13391 "winapi 0.3.9",13392]1339313394[[package]]13395name = "wasmtime-jit-debug"13396version = "0.35.3"13397source = "registry+https://github.com/rust-lang/crates.io-index"13398checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13399dependencies = [13400 "lazy_static",13401 "object 0.27.1",13402 "rustix",13403]1340413405[[package]]13406name = "wasmtime-runtime"13407version = "0.35.3"13408source = "registry+https://github.com/rust-lang/crates.io-index"13409checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13410dependencies = [13411 "anyhow",13412 "backtrace",13413 "cc",13414 "cfg-if 1.0.0",13415 "indexmap",13416 "libc",13417 "log",13418 "mach",13419 "memoffset",13420 "more-asserts",13421 "rand 0.8.5",13422 "region",13423 "rustix",13424 "thiserror",13425 "wasmtime-environ",13426 "wasmtime-jit-debug",13427 "winapi 0.3.9",13428]1342913430[[package]]13431name = "wasmtime-types"13432version = "0.35.3"13433source = "registry+https://github.com/rust-lang/crates.io-index"13434checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13435dependencies = [13436 "cranelift-entity",13437 "serde",13438 "thiserror",13439 "wasmparser",13440]1344113442[[package]]13443name = "web-sys"13444version = "0.3.57"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13447dependencies = [13448 "js-sys",13449 "wasm-bindgen",13450]1345113452[[package]]13453name = "webpki"13454version = "0.21.4"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13457dependencies = [13458 "ring",13459 "untrusted",13460]1346113462[[package]]13463name = "webpki"13464version = "0.22.0"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13467dependencies = [13468 "ring",13469 "untrusted",13470]1347113472[[package]]13473name = "webpki-roots"13474version = "0.21.1"13475source = "registry+https://github.com/rust-lang/crates.io-index"13476checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13477dependencies = [13478 "webpki 0.21.4",13479]1348013481[[package]]13482name = "webpki-roots"13483version = "0.22.3"13484source = "registry+https://github.com/rust-lang/crates.io-index"13485checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13486dependencies = [13487 "webpki 0.22.0",13488]1348913490[[package]]13491name = "wepoll-ffi"13492version = "0.1.2"13493source = "registry+https://github.com/rust-lang/crates.io-index"13494checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13495dependencies = [13496 "cc",13497]1349813499[[package]]13500name = "westend-runtime"13501version = "0.9.21"13502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13503dependencies = [13504 "beefy-primitives",13505 "bitvec 1.0.0",13506 "frame-benchmarking",13507 "frame-election-provider-support",13508 "frame-executive",13509 "frame-support",13510 "frame-system",13511 "frame-system-benchmarking",13512 "frame-system-rpc-runtime-api",13513 "frame-try-runtime",13514 "hex-literal",13515 "log",13516 "pallet-authority-discovery",13517 "pallet-authorship",13518 "pallet-babe",13519 "pallet-bags-list",13520 "pallet-balances",13521 "pallet-collective",13522 "pallet-democracy",13523 "pallet-election-provider-multi-phase",13524 "pallet-election-provider-support-benchmarking",13525 "pallet-elections-phragmen",13526 "pallet-grandpa",13527 "pallet-identity",13528 "pallet-im-online",13529 "pallet-indices",13530 "pallet-membership",13531 "pallet-multisig",13532 "pallet-nicks",13533 "pallet-nomination-pools",13534 "pallet-nomination-pools-benchmarking",13535 "pallet-offences",13536 "pallet-offences-benchmarking",13537 "pallet-preimage",13538 "pallet-proxy",13539 "pallet-recovery",13540 "pallet-scheduler",13541 "pallet-session",13542 "pallet-session-benchmarking",13543 "pallet-society",13544 "pallet-staking",13545 "pallet-staking-reward-curve",13546 "pallet-sudo",13547 "pallet-timestamp",13548 "pallet-transaction-payment",13549 "pallet-transaction-payment-rpc-runtime-api",13550 "pallet-treasury",13551 "pallet-utility",13552 "pallet-vesting",13553 "pallet-xcm",13554 "pallet-xcm-benchmarks",13555 "parity-scale-codec 3.1.2",13556 "polkadot-parachain",13557 "polkadot-primitives",13558 "polkadot-runtime-common",13559 "polkadot-runtime-parachains",13560 "rustc-hex",13561 "scale-info",13562 "serde",13563 "serde_derive",13564 "smallvec",13565 "sp-api",13566 "sp-authority-discovery",13567 "sp-block-builder",13568 "sp-consensus-babe",13569 "sp-core",13570 "sp-inherents",13571 "sp-io",13572 "sp-mmr-primitives",13573 "sp-npos-elections",13574 "sp-offchain",13575 "sp-runtime",13576 "sp-session",13577 "sp-staking",13578 "sp-std",13579 "sp-transaction-pool",13580 "sp-version",13581 "substrate-wasm-builder",13582 "westend-runtime-constants",13583 "xcm",13584 "xcm-builder",13585 "xcm-executor",13586]1358713588[[package]]13589name = "westend-runtime-constants"13590version = "0.9.21"13591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13592dependencies = [13593 "frame-support",13594 "polkadot-primitives",13595 "polkadot-runtime-common",13596 "smallvec",13597 "sp-runtime",13598]1359913600[[package]]13601name = "which"13602version = "4.2.5"13603source = "registry+https://github.com/rust-lang/crates.io-index"13604checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13605dependencies = [13606 "either",13607 "lazy_static",13608 "libc",13609]1361013611[[package]]13612name = "widestring"13613version = "0.4.3"13614source = "registry+https://github.com/rust-lang/crates.io-index"13615checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1361613617[[package]]13618name = "winapi"13619version = "0.2.8"13620source = "registry+https://github.com/rust-lang/crates.io-index"13621checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1362213623[[package]]13624name = "winapi"13625version = "0.3.9"13626source = "registry+https://github.com/rust-lang/crates.io-index"13627checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13628dependencies = [13629 "winapi-i686-pc-windows-gnu",13630 "winapi-x86_64-pc-windows-gnu",13631]1363213633[[package]]13634name = "winapi-build"13635version = "0.1.1"13636source = "registry+https://github.com/rust-lang/crates.io-index"13637checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1363813639[[package]]13640name = "winapi-i686-pc-windows-gnu"13641version = "0.4.0"13642source = "registry+https://github.com/rust-lang/crates.io-index"13643checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1364413645[[package]]13646name = "winapi-util"13647version = "0.1.5"13648source = "registry+https://github.com/rust-lang/crates.io-index"13649checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13650dependencies = [13651 "winapi 0.3.9",13652]1365313654[[package]]13655name = "winapi-x86_64-pc-windows-gnu"13656version = "0.4.0"13657source = "registry+https://github.com/rust-lang/crates.io-index"13658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1365913660[[package]]13661name = "windows-sys"13662version = "0.36.1"13663source = "registry+https://github.com/rust-lang/crates.io-index"13664checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13665dependencies = [13666 "windows_aarch64_msvc",13667 "windows_i686_gnu",13668 "windows_i686_msvc",13669 "windows_x86_64_gnu",13670 "windows_x86_64_msvc",13671]1367213673[[package]]13674name = "windows_aarch64_msvc"13675version = "0.36.1"13676source = "registry+https://github.com/rust-lang/crates.io-index"13677checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1367813679[[package]]13680name = "windows_i686_gnu"13681version = "0.36.1"13682source = "registry+https://github.com/rust-lang/crates.io-index"13683checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1368413685[[package]]13686name = "windows_i686_msvc"13687version = "0.36.1"13688source = "registry+https://github.com/rust-lang/crates.io-index"13689checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1369013691[[package]]13692name = "windows_x86_64_gnu"13693version = "0.36.1"13694source = "registry+https://github.com/rust-lang/crates.io-index"13695checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1369613697[[package]]13698name = "windows_x86_64_msvc"13699version = "0.36.1"13700source = "registry+https://github.com/rust-lang/crates.io-index"13701checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1370213703[[package]]13704name = "winreg"13705version = "0.6.2"13706source = "registry+https://github.com/rust-lang/crates.io-index"13707checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13708dependencies = [13709 "winapi 0.3.9",13710]1371113712[[package]]13713name = "ws2_32-sys"13714version = "0.2.1"13715source = "registry+https://github.com/rust-lang/crates.io-index"13716checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13717dependencies = [13718 "winapi 0.2.8",13719 "winapi-build",13720]1372113722[[package]]13723name = "wyz"13724version = "0.2.0"13725source = "registry+https://github.com/rust-lang/crates.io-index"13726checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1372713728[[package]]13729name = "wyz"13730version = "0.5.0"13731source = "registry+https://github.com/rust-lang/crates.io-index"13732checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13733dependencies = [13734 "tap",13735]1373613737[[package]]13738name = "x25519-dalek"13739version = "1.1.1"13740source = "registry+https://github.com/rust-lang/crates.io-index"13741checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13742dependencies = [13743 "curve25519-dalek 3.2.0",13744 "rand_core 0.5.1",13745 "zeroize",13746]1374713748[[package]]13749name = "xcm"13750version = "0.9.21"13751source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13752dependencies = [13753 "derivative",13754 "impl-trait-for-tuples",13755 "log",13756 "parity-scale-codec 3.1.2",13757 "scale-info",13758 "xcm-procedural",13759]1376013761[[package]]13762name = "xcm-builder"13763version = "0.9.21"13764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13765dependencies = [13766 "frame-support",13767 "frame-system",13768 "log",13769 "pallet-transaction-payment",13770 "parity-scale-codec 3.1.2",13771 "polkadot-parachain",13772 "scale-info",13773 "sp-arithmetic",13774 "sp-io",13775 "sp-runtime",13776 "sp-std",13777 "xcm",13778 "xcm-executor",13779]1378013781[[package]]13782name = "xcm-executor"13783version = "0.9.21"13784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13785dependencies = [13786 "frame-benchmarking",13787 "frame-support",13788 "impl-trait-for-tuples",13789 "log",13790 "parity-scale-codec 3.1.2",13791 "sp-arithmetic",13792 "sp-core",13793 "sp-io",13794 "sp-runtime",13795 "sp-std",13796 "xcm",13797]1379813799[[package]]13800name = "xcm-procedural"13801version = "0.1.0"13802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13803dependencies = [13804 "Inflector",13805 "proc-macro2",13806 "quote",13807 "syn",13808]1380913810[[package]]13811name = "yamux"13812version = "0.9.0"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13815dependencies = [13816 "futures 0.3.21",13817 "log",13818 "nohash-hasher",13819 "parking_lot 0.11.2",13820 "rand 0.8.5",13821 "static_assertions",13822]1382313824[[package]]13825name = "yansi"13826version = "0.5.1"13827source = "registry+https://github.com/rust-lang/crates.io-index"13828checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1382913830[[package]]13831name = "zeroize"13832version = "1.5.5"13833source = "registry+https://github.com/rust-lang/crates.io-index"13834checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13835dependencies = [13836 "zeroize_derive",13837]1383813839[[package]]13840name = "zeroize_derive"13841version = "1.3.2"13842source = "registry+https://github.com/rust-lang/crates.io-index"13843checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13844dependencies = [13845 "proc-macro2",13846 "quote",13847 "syn",13848 "synstructure",13849]1385013851[[package]]13852name = "zstd"13853version = "0.10.2+zstd.1.5.2"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13856dependencies = [13857 "zstd-safe",13858]1385913860[[package]]13861name = "zstd-safe"13862version = "4.1.6+zstd.1.5.2"13863source = "registry+https://github.com/rust-lang/crates.io-index"13864checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13865dependencies = [13866 "libc",13867 "zstd-sys",13868]1386913870[[package]]13871name = "zstd-sys"13872version = "1.6.3+zstd.1.5.2"13873source = "registry+https://github.com/rust-lang/crates.io-index"13874checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13875dependencies = [13876 "cc",13877 "libc",13878]