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

difftreelog

source

Cargo.lock311.0 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-contract-helpers",5508 "pallet-evm-migration",5509 "pallet-evm-transaction-payment",5510 "pallet-fungible",5511 "pallet-inflation",5512 "pallet-nonfungible",5513 "pallet-randomness-collective-flip",5514 "pallet-refungible",5515 "pallet-rmrk-core",5516 "pallet-structure",5517 "pallet-sudo",5518 "pallet-template-transaction-payment",5519 "pallet-timestamp",5520 "pallet-transaction-payment",5521 "pallet-transaction-payment-rpc-runtime-api",5522 "pallet-treasury",5523 "pallet-unique",5524 "pallet-unq-scheduler",5525 "pallet-xcm",5526 "parachain-info",5527 "parity-scale-codec 3.1.2",5528 "polkadot-parachain",5529 "rmrk-rpc 0.0.1",5530 "scale-info",5531 "serde",5532 "smallvec",5533 "sp-api",5534 "sp-arithmetic",5535 "sp-block-builder",5536 "sp-consensus-aura",5537 "sp-core",5538 "sp-inherents",5539 "sp-io",5540 "sp-offchain",5541 "sp-runtime",5542 "sp-session",5543 "sp-std",5544 "sp-transaction-pool",5545 "sp-version",5546 "substrate-wasm-builder",5547 "unique-runtime-common",5548 "up-data-structs",5549 "up-rpc",5550 "xcm",5551 "xcm-builder",5552 "xcm-executor",5553]55545555[[package]]5556name = "opaque-debug"5557version = "0.2.3"5558source = "registry+https://github.com/rust-lang/crates.io-index"5559checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55605561[[package]]5562name = "opaque-debug"5563version = "0.3.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55665567[[package]]5568name = "open-metrics-client"5569version = "0.12.0"5570source = "registry+https://github.com/rust-lang/crates.io-index"5571checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5572dependencies = [5573 "dtoa",5574 "itoa 0.4.8",5575 "open-metrics-client-derive-text-encode",5576 "owning_ref",5577]55785579[[package]]5580name = "open-metrics-client-derive-text-encode"5581version = "0.1.1"5582source = "registry+https://github.com/rust-lang/crates.io-index"5583checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5584dependencies = [5585 "proc-macro2",5586 "quote",5587 "syn",5588]55895590[[package]]5591name = "openssl-probe"5592version = "0.1.5"5593source = "registry+https://github.com/rust-lang/crates.io-index"5594checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55955596[[package]]5597name = "ordered-float"5598version = "1.1.1"5599source = "registry+https://github.com/rust-lang/crates.io-index"5600checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5601dependencies = [5602 "num-traits",5603]56045605[[package]]5606name = "orml-vesting"5607version = "0.4.1-dev"5608source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5609dependencies = [5610 "frame-support",5611 "frame-system",5612 "parity-scale-codec 3.1.2",5613 "scale-info",5614 "serde",5615 "sp-io",5616 "sp-runtime",5617 "sp-std",5618]56195620[[package]]5621name = "os_str_bytes"5622version = "6.0.1"5623source = "registry+https://github.com/rust-lang/crates.io-index"5624checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"56255626[[package]]5627name = "owning_ref"5628version = "0.4.1"5629source = "registry+https://github.com/rust-lang/crates.io-index"5630checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5631dependencies = [5632 "stable_deref_trait",5633]56345635[[package]]5636name = "pallet-aura"5637version = "4.0.0-dev"5638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5639dependencies = [5640 "frame-support",5641 "frame-system",5642 "pallet-timestamp",5643 "parity-scale-codec 3.1.2",5644 "scale-info",5645 "sp-application-crypto",5646 "sp-consensus-aura",5647 "sp-runtime",5648 "sp-std",5649]56505651[[package]]5652name = "pallet-authority-discovery"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5655dependencies = [5656 "frame-support",5657 "frame-system",5658 "pallet-session",5659 "parity-scale-codec 3.1.2",5660 "scale-info",5661 "sp-application-crypto",5662 "sp-authority-discovery",5663 "sp-runtime",5664 "sp-std",5665]56665667[[package]]5668name = "pallet-authorship"5669version = "4.0.0-dev"5670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5671dependencies = [5672 "frame-support",5673 "frame-system",5674 "impl-trait-for-tuples",5675 "parity-scale-codec 3.1.2",5676 "scale-info",5677 "sp-authorship",5678 "sp-runtime",5679 "sp-std",5680]56815682[[package]]5683name = "pallet-babe"5684version = "4.0.0-dev"5685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5686dependencies = [5687 "frame-benchmarking",5688 "frame-support",5689 "frame-system",5690 "log",5691 "pallet-authorship",5692 "pallet-session",5693 "pallet-timestamp",5694 "parity-scale-codec 3.1.2",5695 "scale-info",5696 "sp-application-crypto",5697 "sp-consensus-babe",5698 "sp-consensus-vrf",5699 "sp-io",5700 "sp-runtime",5701 "sp-session",5702 "sp-staking",5703 "sp-std",5704]57055706[[package]]5707name = "pallet-bags-list"5708version = "4.0.0-dev"5709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5710dependencies = [5711 "frame-benchmarking",5712 "frame-election-provider-support",5713 "frame-support",5714 "frame-system",5715 "log",5716 "pallet-balances",5717 "parity-scale-codec 3.1.2",5718 "scale-info",5719 "sp-core",5720 "sp-io",5721 "sp-runtime",5722 "sp-std",5723 "sp-tracing",5724]57255726[[package]]5727name = "pallet-balances"5728version = "4.0.0-dev"5729source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5730dependencies = [5731 "frame-benchmarking",5732 "frame-support",5733 "frame-system",5734 "log",5735 "parity-scale-codec 3.1.2",5736 "scale-info",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-base-fee"5743version = "1.0.0"5744source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5745dependencies = [5746 "fp-evm",5747 "frame-support",5748 "frame-system",5749 "parity-scale-codec 3.1.2",5750 "scale-info",5751 "serde",5752 "sp-core",5753 "sp-runtime",5754]57555756[[package]]5757name = "pallet-beefy"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5760dependencies = [5761 "beefy-primitives",5762 "frame-support",5763 "frame-system",5764 "pallet-session",5765 "parity-scale-codec 3.1.2",5766 "scale-info",5767 "serde",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-beefy-mmr"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5776dependencies = [5777 "beefy-merkle-tree",5778 "beefy-primitives",5779 "frame-support",5780 "frame-system",5781 "hex",5782 "k256",5783 "log",5784 "pallet-beefy",5785 "pallet-mmr",5786 "pallet-session",5787 "parity-scale-codec 3.1.2",5788 "scale-info",5789 "serde",5790 "sp-core",5791 "sp-io",5792 "sp-runtime",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-bounties"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5800dependencies = [5801 "frame-benchmarking",5802 "frame-support",5803 "frame-system",5804 "log",5805 "pallet-treasury",5806 "parity-scale-codec 3.1.2",5807 "scale-info",5808 "sp-core",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-bridge-dispatch"5816version = "0.1.0"5817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5818dependencies = [5819 "bp-message-dispatch",5820 "bp-runtime",5821 "frame-support",5822 "frame-system",5823 "log",5824 "parity-scale-codec 3.1.2",5825 "scale-info",5826 "sp-core",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-bridge-grandpa"5833version = "0.1.0"5834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5835dependencies = [5836 "bp-header-chain",5837 "bp-runtime",5838 "bp-test-utils",5839 "finality-grandpa",5840 "frame-support",5841 "frame-system",5842 "log",5843 "num-traits",5844 "parity-scale-codec 3.1.2",5845 "scale-info",5846 "serde",5847 "sp-finality-grandpa",5848 "sp-runtime",5849 "sp-std",5850 "sp-trie",5851]58525853[[package]]5854name = "pallet-bridge-messages"5855version = "0.1.0"5856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5857dependencies = [5858 "bitvec 1.0.0",5859 "bp-message-dispatch",5860 "bp-messages",5861 "bp-runtime",5862 "frame-support",5863 "frame-system",5864 "log",5865 "num-traits",5866 "parity-scale-codec 3.1.2",5867 "scale-info",5868 "serde",5869 "sp-core",5870 "sp-runtime",5871 "sp-std",5872]58735874[[package]]5875name = "pallet-child-bounties"5876version = "4.0.0-dev"5877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5878dependencies = [5879 "frame-benchmarking",5880 "frame-support",5881 "frame-system",5882 "log",5883 "pallet-bounties",5884 "pallet-treasury",5885 "parity-scale-codec 3.1.2",5886 "scale-info",5887 "sp-core",5888 "sp-io",5889 "sp-runtime",5890 "sp-std",5891]58925893[[package]]5894name = "pallet-collective"5895version = "4.0.0-dev"5896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5897dependencies = [5898 "frame-benchmarking",5899 "frame-support",5900 "frame-system",5901 "log",5902 "parity-scale-codec 3.1.2",5903 "scale-info",5904 "sp-core",5905 "sp-io",5906 "sp-runtime",5907 "sp-std",5908]59095910[[package]]5911name = "pallet-common"5912version = "0.1.0"5913dependencies = [5914 "evm-coder",5915 "fp-evm-mapping",5916 "frame-benchmarking",5917 "frame-support",5918 "frame-system",5919 "pallet-evm",5920 "pallet-evm-coder-substrate",5921 "parity-scale-codec 3.1.2",5922 "scale-info",5923 "serde",5924 "sp-core",5925 "sp-runtime",5926 "sp-std",5927 "up-data-structs",5928]59295930[[package]]5931name = "pallet-democracy"5932version = "4.0.0-dev"5933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5934dependencies = [5935 "frame-benchmarking",5936 "frame-support",5937 "frame-system",5938 "parity-scale-codec 3.1.2",5939 "scale-info",5940 "serde",5941 "sp-io",5942 "sp-runtime",5943 "sp-std",5944]59455946[[package]]5947name = "pallet-election-provider-multi-phase"5948version = "4.0.0-dev"5949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5950dependencies = [5951 "frame-benchmarking",5952 "frame-election-provider-support",5953 "frame-support",5954 "frame-system",5955 "log",5956 "parity-scale-codec 3.1.2",5957 "rand 0.7.3",5958 "scale-info",5959 "sp-arithmetic",5960 "sp-core",5961 "sp-io",5962 "sp-npos-elections",5963 "sp-runtime",5964 "sp-std",5965 "static_assertions",5966 "strum 0.23.0",5967]59685969[[package]]5970name = "pallet-election-provider-support-benchmarking"5971version = "4.0.0-dev"5972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5973dependencies = [5974 "frame-benchmarking",5975 "frame-election-provider-support",5976 "frame-system",5977 "parity-scale-codec 3.1.2",5978 "sp-npos-elections",5979 "sp-runtime",5980]59815982[[package]]5983name = "pallet-elections-phragmen"5984version = "5.0.0-dev"5985source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5986dependencies = [5987 "frame-benchmarking",5988 "frame-support",5989 "frame-system",5990 "log",5991 "parity-scale-codec 3.1.2",5992 "scale-info",5993 "sp-core",5994 "sp-io",5995 "sp-npos-elections",5996 "sp-runtime",5997 "sp-std",5998]59996000[[package]]6001name = "pallet-ethereum"6002version = "4.0.0-dev"6003source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6004dependencies = [6005 "ethereum",6006 "ethereum-types",6007 "evm",6008 "fp-consensus",6009 "fp-evm",6010 "fp-evm-mapping",6011 "fp-rpc",6012 "fp-self-contained",6013 "fp-storage",6014 "frame-support",6015 "frame-system",6016 "log",6017 "pallet-balances",6018 "pallet-evm",6019 "pallet-timestamp",6020 "parity-scale-codec 3.1.2",6021 "rlp",6022 "scale-info",6023 "serde",6024 "sha3 0.10.1",6025 "sp-io",6026 "sp-runtime",6027 "sp-std",6028]60296030[[package]]6031name = "pallet-evm"6032version = "6.0.0-dev"6033source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6034dependencies = [6035 "evm",6036 "fp-evm",6037 "fp-evm-mapping",6038 "frame-benchmarking",6039 "frame-support",6040 "frame-system",6041 "hex",6042 "impl-trait-for-tuples",6043 "log",6044 "pallet-balances",6045 "pallet-timestamp",6046 "parity-scale-codec 3.1.2",6047 "primitive-types",6048 "rlp",6049 "scale-info",6050 "serde",6051 "sha3 0.10.1",6052 "sp-core",6053 "sp-io",6054 "sp-runtime",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-evm-coder-substrate"6060version = "0.1.0"6061dependencies = [6062 "ethereum",6063 "evm-coder",6064 "frame-benchmarking",6065 "frame-support",6066 "frame-system",6067 "pallet-ethereum",6068 "pallet-evm",6069 "parity-scale-codec 3.1.2",6070 "scale-info",6071 "sp-core",6072 "sp-std",6073 "up-data-structs",6074]60756076[[package]]6077name = "pallet-evm-contract-helpers"6078version = "0.1.0"6079dependencies = [6080 "evm-coder",6081 "fp-evm-mapping",6082 "frame-support",6083 "frame-system",6084 "log",6085 "pallet-evm",6086 "pallet-evm-coder-substrate",6087 "parity-scale-codec 3.1.2",6088 "scale-info",6089 "sp-core",6090 "sp-runtime",6091 "sp-std",6092 "up-sponsorship",6093]60946095[[package]]6096name = "pallet-evm-migration"6097version = "0.1.0"6098dependencies = [6099 "fp-evm",6100 "frame-benchmarking",6101 "frame-support",6102 "frame-system",6103 "pallet-evm",6104 "parity-scale-codec 3.1.2",6105 "scale-info",6106 "sp-core",6107 "sp-io",6108 "sp-runtime",6109 "sp-std",6110]61116112[[package]]6113name = "pallet-evm-transaction-payment"6114version = "0.1.0"6115dependencies = [6116 "fp-evm",6117 "fp-evm-mapping",6118 "frame-support",6119 "frame-system",6120 "pallet-ethereum",6121 "pallet-evm",6122 "parity-scale-codec 3.1.2",6123 "scale-info",6124 "sp-core",6125 "sp-io",6126 "sp-runtime",6127 "sp-std",6128 "up-sponsorship",6129]61306131[[package]]6132name = "pallet-fungible"6133version = "0.1.0"6134dependencies = [6135 "ethereum",6136 "evm-coder",6137 "frame-benchmarking",6138 "frame-support",6139 "frame-system",6140 "pallet-common",6141 "pallet-evm",6142 "pallet-evm-coder-substrate",6143 "pallet-structure",6144 "parity-scale-codec 3.1.2",6145 "scale-info",6146 "sp-core",6147 "sp-runtime",6148 "sp-std",6149 "up-data-structs",6150]61516152[[package]]6153name = "pallet-gilt"6154version = "4.0.0-dev"6155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6156dependencies = [6157 "frame-benchmarking",6158 "frame-support",6159 "frame-system",6160 "parity-scale-codec 3.1.2",6161 "scale-info",6162 "sp-arithmetic",6163 "sp-runtime",6164 "sp-std",6165]61666167[[package]]6168name = "pallet-grandpa"6169version = "4.0.0-dev"6170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6171dependencies = [6172 "frame-benchmarking",6173 "frame-support",6174 "frame-system",6175 "log",6176 "pallet-authorship",6177 "pallet-session",6178 "parity-scale-codec 3.1.2",6179 "scale-info",6180 "sp-application-crypto",6181 "sp-core",6182 "sp-finality-grandpa",6183 "sp-io",6184 "sp-runtime",6185 "sp-session",6186 "sp-staking",6187 "sp-std",6188]61896190[[package]]6191name = "pallet-identity"6192version = "4.0.0-dev"6193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6194dependencies = [6195 "enumflags2",6196 "frame-benchmarking",6197 "frame-support",6198 "frame-system",6199 "parity-scale-codec 3.1.2",6200 "scale-info",6201 "sp-io",6202 "sp-runtime",6203 "sp-std",6204]62056206[[package]]6207name = "pallet-im-online"6208version = "4.0.0-dev"6209source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6210dependencies = [6211 "frame-benchmarking",6212 "frame-support",6213 "frame-system",6214 "log",6215 "pallet-authorship",6216 "parity-scale-codec 3.1.2",6217 "scale-info",6218 "sp-application-crypto",6219 "sp-core",6220 "sp-io",6221 "sp-runtime",6222 "sp-staking",6223 "sp-std",6224]62256226[[package]]6227name = "pallet-indices"6228version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6230dependencies = [6231 "frame-benchmarking",6232 "frame-support",6233 "frame-system",6234 "parity-scale-codec 3.1.2",6235 "scale-info",6236 "sp-core",6237 "sp-io",6238 "sp-keyring",6239 "sp-runtime",6240 "sp-std",6241]62426243[[package]]6244name = "pallet-inflation"6245version = "0.1.0"6246dependencies = [6247 "frame-benchmarking",6248 "frame-support",6249 "frame-system",6250 "pallet-balances",6251 "pallet-randomness-collective-flip",6252 "pallet-timestamp",6253 "parity-scale-codec 3.1.2",6254 "scale-info",6255 "serde",6256 "sp-core",6257 "sp-io",6258 "sp-runtime",6259 "sp-std",6260]62616262[[package]]6263name = "pallet-membership"6264version = "4.0.0-dev"6265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6266dependencies = [6267 "frame-benchmarking",6268 "frame-support",6269 "frame-system",6270 "log",6271 "parity-scale-codec 3.1.2",6272 "scale-info",6273 "sp-core",6274 "sp-io",6275 "sp-runtime",6276 "sp-std",6277]62786279[[package]]6280name = "pallet-mmr"6281version = "4.0.0-dev"6282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6283dependencies = [6284 "ckb-merkle-mountain-range",6285 "frame-benchmarking",6286 "frame-support",6287 "frame-system",6288 "parity-scale-codec 3.1.2",6289 "scale-info",6290 "sp-core",6291 "sp-io",6292 "sp-mmr-primitives",6293 "sp-runtime",6294 "sp-std",6295]62966297[[package]]6298name = "pallet-mmr-rpc"6299version = "3.0.0"6300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6301dependencies = [6302 "jsonrpc-core",6303 "jsonrpc-core-client",6304 "jsonrpc-derive",6305 "parity-scale-codec 3.1.2",6306 "serde",6307 "sp-api",6308 "sp-blockchain",6309 "sp-core",6310 "sp-mmr-primitives",6311 "sp-runtime",6312]63136314[[package]]6315name = "pallet-multisig"6316version = "4.0.0-dev"6317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6318dependencies = [6319 "frame-benchmarking",6320 "frame-support",6321 "frame-system",6322 "parity-scale-codec 3.1.2",6323 "scale-info",6324 "sp-io",6325 "sp-runtime",6326 "sp-std",6327]63286329[[package]]6330name = "pallet-nicks"6331version = "4.0.0-dev"6332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6333dependencies = [6334 "frame-support",6335 "frame-system",6336 "parity-scale-codec 3.1.2",6337 "scale-info",6338 "sp-io",6339 "sp-runtime",6340 "sp-std",6341]63426343[[package]]6344name = "pallet-nomination-pools"6345version = "1.0.0"6346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6347dependencies = [6348 "frame-support",6349 "frame-system",6350 "parity-scale-codec 3.1.2",6351 "scale-info",6352 "sp-core",6353 "sp-runtime",6354 "sp-staking",6355 "sp-std",6356]63576358[[package]]6359name = "pallet-nomination-pools-benchmarking"6360version = "1.0.0"6361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6362dependencies = [6363 "frame-benchmarking",6364 "frame-election-provider-support",6365 "frame-support",6366 "frame-system",6367 "pallet-bags-list",6368 "pallet-nomination-pools",6369 "pallet-staking",6370 "parity-scale-codec 3.1.2",6371 "scale-info",6372 "sp-runtime",6373 "sp-staking",6374 "sp-std",6375]63766377[[package]]6378name = "pallet-nonfungible"6379version = "0.1.0"6380dependencies = [6381 "ethereum",6382 "evm-coder",6383 "frame-benchmarking",6384 "frame-support",6385 "frame-system",6386 "pallet-common",6387 "pallet-evm",6388 "pallet-evm-coder-substrate",6389 "pallet-structure",6390 "parity-scale-codec 3.1.2",6391 "scale-info",6392 "sp-core",6393 "sp-runtime",6394 "sp-std",6395 "struct-versioning",6396 "up-data-structs",6397]63986399[[package]]6400name = "pallet-offences"6401version = "4.0.0-dev"6402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6403dependencies = [6404 "frame-support",6405 "frame-system",6406 "log",6407 "pallet-balances",6408 "parity-scale-codec 3.1.2",6409 "scale-info",6410 "serde",6411 "sp-runtime",6412 "sp-staking",6413 "sp-std",6414]64156416[[package]]6417name = "pallet-offences-benchmarking"6418version = "4.0.0-dev"6419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6420dependencies = [6421 "frame-benchmarking",6422 "frame-election-provider-support",6423 "frame-support",6424 "frame-system",6425 "pallet-babe",6426 "pallet-balances",6427 "pallet-grandpa",6428 "pallet-im-online",6429 "pallet-offences",6430 "pallet-session",6431 "pallet-staking",6432 "parity-scale-codec 3.1.2",6433 "scale-info",6434 "sp-runtime",6435 "sp-staking",6436 "sp-std",6437]64386439[[package]]6440name = "pallet-preimage"6441version = "4.0.0-dev"6442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6443dependencies = [6444 "frame-benchmarking",6445 "frame-support",6446 "frame-system",6447 "parity-scale-codec 3.1.2",6448 "scale-info",6449 "sp-core",6450 "sp-io",6451 "sp-runtime",6452 "sp-std",6453]64546455[[package]]6456name = "pallet-proxy"6457version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6459dependencies = [6460 "frame-benchmarking",6461 "frame-support",6462 "frame-system",6463 "parity-scale-codec 3.1.2",6464 "scale-info",6465 "sp-io",6466 "sp-runtime",6467 "sp-std",6468]64696470[[package]]6471name = "pallet-randomness-collective-flip"6472version = "4.0.0-dev"6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6474dependencies = [6475 "frame-support",6476 "frame-system",6477 "parity-scale-codec 3.1.2",6478 "safe-mix",6479 "scale-info",6480 "sp-runtime",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-recovery"6486version = "4.0.0-dev"6487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6488dependencies = [6489 "frame-support",6490 "frame-system",6491 "parity-scale-codec 3.1.2",6492 "scale-info",6493 "sp-io",6494 "sp-runtime",6495 "sp-std",6496]64976498[[package]]6499name = "pallet-refungible"6500version = "0.1.0"6501dependencies = [6502 "frame-benchmarking",6503 "frame-support",6504 "frame-system",6505 "pallet-common",6506 "pallet-evm",6507 "pallet-structure",6508 "parity-scale-codec 3.1.2",6509 "scale-info",6510 "sp-core",6511 "sp-runtime",6512 "sp-std",6513 "struct-versioning",6514 "up-data-structs",6515]65166517[[package]]6518name = "pallet-rmrk-core"6519version = "0.1.0"6520dependencies = [6521 "frame-benchmarking",6522 "frame-support",6523 "frame-system",6524 "pallet-common",6525 "pallet-evm",6526 "pallet-nonfungible",6527 "parity-scale-codec 3.1.2",6528 "scale-info",6529 "sp-core",6530 "sp-runtime",6531 "sp-std",6532 "up-data-structs",6533]65346535[[package]]6536name = "pallet-scheduler"6537version = "4.0.0-dev"6538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6539dependencies = [6540 "frame-benchmarking",6541 "frame-support",6542 "frame-system",6543 "log",6544 "parity-scale-codec 3.1.2",6545 "scale-info",6546 "sp-io",6547 "sp-runtime",6548 "sp-std",6549]65506551[[package]]6552name = "pallet-session"6553version = "4.0.0-dev"6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6555dependencies = [6556 "frame-support",6557 "frame-system",6558 "impl-trait-for-tuples",6559 "log",6560 "pallet-timestamp",6561 "parity-scale-codec 3.1.2",6562 "scale-info",6563 "sp-core",6564 "sp-io",6565 "sp-runtime",6566 "sp-session",6567 "sp-staking",6568 "sp-std",6569 "sp-trie",6570]65716572[[package]]6573name = "pallet-session-benchmarking"6574version = "4.0.0-dev"6575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6576dependencies = [6577 "frame-benchmarking",6578 "frame-support",6579 "frame-system",6580 "pallet-session",6581 "pallet-staking",6582 "rand 0.7.3",6583 "sp-runtime",6584 "sp-session",6585 "sp-std",6586]65876588[[package]]6589name = "pallet-society"6590version = "4.0.0-dev"6591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6592dependencies = [6593 "frame-support",6594 "frame-system",6595 "parity-scale-codec 3.1.2",6596 "rand_chacha 0.2.2",6597 "scale-info",6598 "sp-runtime",6599 "sp-std",6600]66016602[[package]]6603name = "pallet-staking"6604version = "4.0.0-dev"6605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6606dependencies = [6607 "frame-benchmarking",6608 "frame-election-provider-support",6609 "frame-support",6610 "frame-system",6611 "log",6612 "pallet-authorship",6613 "pallet-session",6614 "parity-scale-codec 3.1.2",6615 "rand_chacha 0.2.2",6616 "scale-info",6617 "serde",6618 "sp-application-crypto",6619 "sp-io",6620 "sp-runtime",6621 "sp-staking",6622 "sp-std",6623]66246625[[package]]6626name = "pallet-staking-reward-curve"6627version = "4.0.0-dev"6628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6629dependencies = [6630 "proc-macro-crate 1.1.3",6631 "proc-macro2",6632 "quote",6633 "syn",6634]66356636[[package]]6637name = "pallet-staking-reward-fn"6638version = "4.0.0-dev"6639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6640dependencies = [6641 "log",6642 "sp-arithmetic",6643]66446645[[package]]6646name = "pallet-structure"6647version = "0.1.0"6648dependencies = [6649 "frame-benchmarking",6650 "frame-support",6651 "frame-system",6652 "pallet-common",6653 "pallet-evm",6654 "parity-scale-codec 3.1.2",6655 "scale-info",6656 "sp-std",6657 "up-data-structs",6658]66596660[[package]]6661name = "pallet-sudo"6662version = "4.0.0-dev"6663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6664dependencies = [6665 "frame-support",6666 "frame-system",6667 "parity-scale-codec 3.1.2",6668 "scale-info",6669 "sp-io",6670 "sp-runtime",6671 "sp-std",6672]66736674[[package]]6675name = "pallet-template-transaction-payment"6676version = "3.0.0"6677source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6678dependencies = [6679 "frame-benchmarking",6680 "frame-support",6681 "frame-system",6682 "pallet-balances",6683 "pallet-transaction-payment",6684 "parity-scale-codec 3.1.2",6685 "scale-info",6686 "serde",6687 "sp-core",6688 "sp-io",6689 "sp-runtime",6690 "sp-std",6691 "up-sponsorship",6692]66936694[[package]]6695name = "pallet-timestamp"6696version = "4.0.0-dev"6697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6698dependencies = [6699 "frame-benchmarking",6700 "frame-support",6701 "frame-system",6702 "log",6703 "parity-scale-codec 3.1.2",6704 "scale-info",6705 "sp-inherents",6706 "sp-io",6707 "sp-runtime",6708 "sp-std",6709 "sp-timestamp",6710]67116712[[package]]6713name = "pallet-tips"6714version = "4.0.0-dev"6715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6716dependencies = [6717 "frame-benchmarking",6718 "frame-support",6719 "frame-system",6720 "log",6721 "pallet-treasury",6722 "parity-scale-codec 3.1.2",6723 "scale-info",6724 "serde",6725 "sp-core",6726 "sp-io",6727 "sp-runtime",6728 "sp-std",6729]67306731[[package]]6732name = "pallet-transaction-payment"6733version = "4.0.0-dev"6734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6735dependencies = [6736 "frame-support",6737 "frame-system",6738 "parity-scale-codec 3.1.2",6739 "scale-info",6740 "serde",6741 "smallvec",6742 "sp-core",6743 "sp-io",6744 "sp-runtime",6745 "sp-std",6746]67476748[[package]]6749name = "pallet-transaction-payment-rpc"6750version = "4.0.0-dev"6751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6752dependencies = [6753 "jsonrpc-core",6754 "jsonrpc-core-client",6755 "jsonrpc-derive",6756 "pallet-transaction-payment-rpc-runtime-api",6757 "parity-scale-codec 3.1.2",6758 "sp-api",6759 "sp-blockchain",6760 "sp-core",6761 "sp-rpc",6762 "sp-runtime",6763]67646765[[package]]6766name = "pallet-transaction-payment-rpc-runtime-api"6767version = "4.0.0-dev"6768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6769dependencies = [6770 "pallet-transaction-payment",6771 "parity-scale-codec 3.1.2",6772 "sp-api",6773 "sp-runtime",6774]67756776[[package]]6777name = "pallet-treasury"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6780dependencies = [6781 "frame-benchmarking",6782 "frame-support",6783 "frame-system",6784 "impl-trait-for-tuples",6785 "pallet-balances",6786 "parity-scale-codec 3.1.2",6787 "scale-info",6788 "serde",6789 "sp-runtime",6790 "sp-std",6791]67926793[[package]]6794name = "pallet-unique"6795version = "0.1.0"6796dependencies = [6797 "frame-benchmarking",6798 "frame-support",6799 "frame-system",6800 "pallet-common",6801 "pallet-evm",6802 "parity-scale-codec 3.1.2",6803 "scale-info",6804 "sp-core",6805 "sp-io",6806 "sp-runtime",6807 "sp-std",6808 "up-data-structs",6809]68106811[[package]]6812name = "pallet-unq-scheduler"6813version = "0.1.0"6814dependencies = [6815 "frame-benchmarking",6816 "frame-support",6817 "frame-system",6818 "log",6819 "parity-scale-codec 3.1.2",6820 "scale-info",6821 "serde",6822 "sp-core",6823 "sp-io",6824 "sp-runtime",6825 "sp-std",6826 "substrate-test-utils",6827 "up-sponsorship",6828]68296830[[package]]6831name = "pallet-utility"6832version = "4.0.0-dev"6833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6834dependencies = [6835 "frame-benchmarking",6836 "frame-support",6837 "frame-system",6838 "parity-scale-codec 3.1.2",6839 "scale-info",6840 "sp-core",6841 "sp-io",6842 "sp-runtime",6843 "sp-std",6844]68456846[[package]]6847name = "pallet-vesting"6848version = "4.0.0-dev"6849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6850dependencies = [6851 "frame-benchmarking",6852 "frame-support",6853 "frame-system",6854 "log",6855 "parity-scale-codec 3.1.2",6856 "scale-info",6857 "sp-runtime",6858 "sp-std",6859]68606861[[package]]6862name = "pallet-xcm"6863version = "0.9.21"6864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6865dependencies = [6866 "frame-support",6867 "frame-system",6868 "log",6869 "parity-scale-codec 3.1.2",6870 "scale-info",6871 "serde",6872 "sp-core",6873 "sp-runtime",6874 "sp-std",6875 "xcm",6876 "xcm-executor",6877]68786879[[package]]6880name = "pallet-xcm-benchmarks"6881version = "0.9.21"6882source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6883dependencies = [6884 "frame-benchmarking",6885 "frame-support",6886 "frame-system",6887 "log",6888 "parity-scale-codec 3.1.2",6889 "scale-info",6890 "sp-runtime",6891 "sp-std",6892 "xcm",6893 "xcm-executor",6894]68956896[[package]]6897name = "parachain-info"6898version = "0.1.0"6899source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6900dependencies = [6901 "cumulus-primitives-core",6902 "frame-support",6903 "frame-system",6904 "parity-scale-codec 3.1.2",6905 "scale-info",6906 "serde",6907]69086909[[package]]6910name = "parity-db"6911version = "0.3.13"6912source = "registry+https://github.com/rust-lang/crates.io-index"6913checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6914dependencies = [6915 "blake2-rfc",6916 "crc32fast",6917 "fs2",6918 "hex",6919 "libc",6920 "log",6921 "lz4",6922 "memmap2 0.2.3",6923 "parking_lot 0.11.2",6924 "rand 0.8.5",6925 "snap",6926]69276928[[package]]6929name = "parity-scale-codec"6930version = "2.3.1"6931source = "registry+https://github.com/rust-lang/crates.io-index"6932checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6933dependencies = [6934 "arrayvec 0.7.2",6935 "bitvec 0.20.4",6936 "byte-slice-cast",6937 "impl-trait-for-tuples",6938 "parity-scale-codec-derive 2.3.1",6939 "serde",6940]69416942[[package]]6943name = "parity-scale-codec"6944version = "3.1.2"6945source = "registry+https://github.com/rust-lang/crates.io-index"6946checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6947dependencies = [6948 "arrayvec 0.7.2",6949 "bitvec 1.0.0",6950 "byte-slice-cast",6951 "impl-trait-for-tuples",6952 "parity-scale-codec-derive 3.1.2",6953 "serde",6954]69556956[[package]]6957name = "parity-scale-codec-derive"6958version = "2.3.1"6959source = "registry+https://github.com/rust-lang/crates.io-index"6960checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6961dependencies = [6962 "proc-macro-crate 1.1.3",6963 "proc-macro2",6964 "quote",6965 "syn",6966]69676968[[package]]6969name = "parity-scale-codec-derive"6970version = "3.1.2"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6973dependencies = [6974 "proc-macro-crate 1.1.3",6975 "proc-macro2",6976 "quote",6977 "syn",6978]69796980[[package]]6981name = "parity-send-wrapper"6982version = "0.1.0"6983source = "registry+https://github.com/rust-lang/crates.io-index"6984checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69856986[[package]]6987name = "parity-tokio-ipc"6988version = "0.9.0"6989source = "registry+https://github.com/rust-lang/crates.io-index"6990checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6991dependencies = [6992 "futures 0.3.21",6993 "libc",6994 "log",6995 "rand 0.7.3",6996 "tokio 1.18.2",6997 "winapi 0.3.9",6998]69997000[[package]]7001name = "parity-util-mem"7002version = "0.11.0"7003source = "registry+https://github.com/rust-lang/crates.io-index"7004checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7005dependencies = [7006 "cfg-if 1.0.0",7007 "ethereum-types",7008 "hashbrown 0.12.1",7009 "impl-trait-for-tuples",7010 "lru 0.7.5",7011 "parity-util-mem-derive",7012 "parking_lot 0.12.0",7013 "primitive-types",7014 "smallvec",7015 "winapi 0.3.9",7016]70177018[[package]]7019name = "parity-util-mem-derive"7020version = "0.1.0"7021source = "registry+https://github.com/rust-lang/crates.io-index"7022checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7023dependencies = [7024 "proc-macro2",7025 "syn",7026 "synstructure",7027]70287029[[package]]7030name = "parity-wasm"7031version = "0.32.0"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7034dependencies = [7035 "byteorder",7036]70377038[[package]]7039name = "parity-wasm"7040version = "0.42.2"7041source = "registry+https://github.com/rust-lang/crates.io-index"7042checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70437044[[package]]7045name = "parity-ws"7046version = "0.11.1"7047source = "registry+https://github.com/rust-lang/crates.io-index"7048checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7049dependencies = [7050 "byteorder",7051 "bytes 0.4.12",7052 "httparse",7053 "log",7054 "mio 0.6.23",7055 "mio-extras",7056 "rand 0.7.3",7057 "sha-1 0.8.2",7058 "slab",7059 "url 2.2.2",7060]70617062[[package]]7063name = "parking"7064version = "2.0.0"7065source = "registry+https://github.com/rust-lang/crates.io-index"7066checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70677068[[package]]7069name = "parking_lot"7070version = "0.11.2"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7073dependencies = [7074 "instant",7075 "lock_api",7076 "parking_lot_core 0.8.5",7077]70787079[[package]]7080name = "parking_lot"7081version = "0.12.0"7082source = "registry+https://github.com/rust-lang/crates.io-index"7083checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7084dependencies = [7085 "lock_api",7086 "parking_lot_core 0.9.3",7087]70887089[[package]]7090name = "parking_lot_core"7091version = "0.8.5"7092source = "registry+https://github.com/rust-lang/crates.io-index"7093checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7094dependencies = [7095 "cfg-if 1.0.0",7096 "instant",7097 "libc",7098 "redox_syscall 0.2.13",7099 "smallvec",7100 "winapi 0.3.9",7101]71027103[[package]]7104name = "parking_lot_core"7105version = "0.9.3"7106source = "registry+https://github.com/rust-lang/crates.io-index"7107checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7108dependencies = [7109 "cfg-if 1.0.0",7110 "libc",7111 "redox_syscall 0.2.13",7112 "smallvec",7113 "windows-sys",7114]71157116[[package]]7117name = "paste"7118version = "1.0.7"7119source = "registry+https://github.com/rust-lang/crates.io-index"7120checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71217122[[package]]7123name = "pbkdf2"7124version = "0.4.0"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7127dependencies = [7128 "crypto-mac 0.8.0",7129]71307131[[package]]7132name = "pbkdf2"7133version = "0.8.0"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7136dependencies = [7137 "crypto-mac 0.11.1",7138]71397140[[package]]7141name = "peeking_take_while"7142version = "0.1.2"7143source = "registry+https://github.com/rust-lang/crates.io-index"7144checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71457146[[package]]7147name = "percent-encoding"7148version = "1.0.1"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71517152[[package]]7153name = "percent-encoding"7154version = "2.1.0"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71577158[[package]]7159name = "pest"7160version = "2.1.3"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7163dependencies = [7164 "ucd-trie",7165]71667167[[package]]7168name = "pest_derive"7169version = "2.1.0"7170source = "registry+https://github.com/rust-lang/crates.io-index"7171checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7172dependencies = [7173 "pest",7174 "pest_generator",7175]71767177[[package]]7178name = "pest_generator"7179version = "2.1.3"7180source = "registry+https://github.com/rust-lang/crates.io-index"7181checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7182dependencies = [7183 "pest",7184 "pest_meta",7185 "proc-macro2",7186 "quote",7187 "syn",7188]71897190[[package]]7191name = "pest_meta"7192version = "2.1.3"7193source = "registry+https://github.com/rust-lang/crates.io-index"7194checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7195dependencies = [7196 "maplit",7197 "pest",7198 "sha-1 0.8.2",7199]72007201[[package]]7202name = "petgraph"7203version = "0.6.0"7204source = "registry+https://github.com/rust-lang/crates.io-index"7205checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7206dependencies = [7207 "fixedbitset",7208 "indexmap",7209]72107211[[package]]7212name = "pin-project"7213version = "0.4.29"7214source = "registry+https://github.com/rust-lang/crates.io-index"7215checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7216dependencies = [7217 "pin-project-internal 0.4.29",7218]72197220[[package]]7221name = "pin-project"7222version = "1.0.10"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7225dependencies = [7226 "pin-project-internal 1.0.10",7227]72287229[[package]]7230name = "pin-project-internal"7231version = "0.4.29"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7234dependencies = [7235 "proc-macro2",7236 "quote",7237 "syn",7238]72397240[[package]]7241name = "pin-project-internal"7242version = "1.0.10"7243source = "registry+https://github.com/rust-lang/crates.io-index"7244checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7245dependencies = [7246 "proc-macro2",7247 "quote",7248 "syn",7249]72507251[[package]]7252name = "pin-project-lite"7253version = "0.1.12"7254source = "registry+https://github.com/rust-lang/crates.io-index"7255checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72567257[[package]]7258name = "pin-project-lite"7259version = "0.2.9"7260source = "registry+https://github.com/rust-lang/crates.io-index"7261checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72627263[[package]]7264name = "pin-utils"7265version = "0.1.0"7266source = "registry+https://github.com/rust-lang/crates.io-index"7267checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72687269[[package]]7270name = "pkcs8"7271version = "0.8.0"7272source = "registry+https://github.com/rust-lang/crates.io-index"7273checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7274dependencies = [7275 "der",7276 "spki",7277 "zeroize",7278]72797280[[package]]7281name = "pkg-config"7282version = "0.3.25"7283source = "registry+https://github.com/rust-lang/crates.io-index"7284checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72857286[[package]]7287name = "platforms"7288version = "2.0.0"7289source = "registry+https://github.com/rust-lang/crates.io-index"7290checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72917292[[package]]7293name = "polkadot-approval-distribution"7294version = "0.9.21"7295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7296dependencies = [7297 "futures 0.3.21",7298 "polkadot-node-network-protocol",7299 "polkadot-node-primitives",7300 "polkadot-node-subsystem",7301 "polkadot-node-subsystem-util",7302 "polkadot-primitives",7303 "rand 0.8.5",7304 "tracing-gum",7305]73067307[[package]]7308name = "polkadot-availability-bitfield-distribution"7309version = "0.9.21"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7311dependencies = [7312 "futures 0.3.21",7313 "polkadot-node-network-protocol",7314 "polkadot-node-subsystem",7315 "polkadot-node-subsystem-util",7316 "polkadot-primitives",7317 "tracing-gum",7318]73197320[[package]]7321name = "polkadot-availability-distribution"7322version = "0.9.21"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7324dependencies = [7325 "derive_more",7326 "fatality",7327 "futures 0.3.21",7328 "lru 0.7.5",7329 "parity-scale-codec 3.1.2",7330 "polkadot-erasure-coding",7331 "polkadot-node-network-protocol",7332 "polkadot-node-primitives",7333 "polkadot-node-subsystem",7334 "polkadot-node-subsystem-util",7335 "polkadot-primitives",7336 "rand 0.8.5",7337 "sp-core",7338 "sp-keystore",7339 "thiserror",7340 "tracing-gum",7341]73427343[[package]]7344name = "polkadot-availability-recovery"7345version = "0.9.21"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7347dependencies = [7348 "fatality",7349 "futures 0.3.21",7350 "lru 0.7.5",7351 "parity-scale-codec 3.1.2",7352 "polkadot-erasure-coding",7353 "polkadot-node-network-protocol",7354 "polkadot-node-primitives",7355 "polkadot-node-subsystem",7356 "polkadot-node-subsystem-util",7357 "polkadot-primitives",7358 "rand 0.8.5",7359 "sc-network",7360 "thiserror",7361 "tracing-gum",7362]73637364[[package]]7365name = "polkadot-cli"7366version = "0.9.21"7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7368dependencies = [7369 "clap",7370 "frame-benchmarking-cli",7371 "futures 0.3.21",7372 "log",7373 "polkadot-client",7374 "polkadot-node-core-pvf",7375 "polkadot-node-metrics",7376 "polkadot-performance-test",7377 "polkadot-service",7378 "sc-cli",7379 "sc-service",7380 "sc-tracing",7381 "sp-core",7382 "sp-trie",7383 "substrate-build-script-utils",7384 "thiserror",7385 "try-runtime-cli",7386]73877388[[package]]7389name = "polkadot-client"7390version = "0.9.21"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7392dependencies = [7393 "beefy-primitives",7394 "frame-benchmarking",7395 "frame-benchmarking-cli",7396 "frame-system",7397 "frame-system-rpc-runtime-api",7398 "pallet-transaction-payment",7399 "pallet-transaction-payment-rpc-runtime-api",7400 "polkadot-core-primitives",7401 "polkadot-node-core-parachains-inherent",7402 "polkadot-primitives",7403 "polkadot-runtime",7404 "polkadot-runtime-common",7405 "sc-client-api",7406 "sc-consensus",7407 "sc-executor",7408 "sc-service",7409 "sp-api",7410 "sp-authority-discovery",7411 "sp-block-builder",7412 "sp-blockchain",7413 "sp-consensus",7414 "sp-consensus-babe",7415 "sp-core",7416 "sp-finality-grandpa",7417 "sp-inherents",7418 "sp-keyring",7419 "sp-mmr-primitives",7420 "sp-offchain",7421 "sp-runtime",7422 "sp-session",7423 "sp-storage",7424 "sp-timestamp",7425 "sp-transaction-pool",7426]74277428[[package]]7429name = "polkadot-collator-protocol"7430version = "0.9.21"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7432dependencies = [7433 "always-assert",7434 "fatality",7435 "futures 0.3.21",7436 "futures-timer",7437 "polkadot-node-network-protocol",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-primitives",7442 "sp-core",7443 "sp-keystore",7444 "sp-runtime",7445 "thiserror",7446 "tracing-gum",7447]74487449[[package]]7450name = "polkadot-core-primitives"7451version = "0.9.21"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7453dependencies = [7454 "parity-scale-codec 3.1.2",7455 "parity-util-mem",7456 "scale-info",7457 "sp-core",7458 "sp-runtime",7459 "sp-std",7460]74617462[[package]]7463name = "polkadot-dispute-distribution"7464version = "0.9.21"7465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7466dependencies = [7467 "derive_more",7468 "fatality",7469 "futures 0.3.21",7470 "lru 0.7.5",7471 "parity-scale-codec 3.1.2",7472 "polkadot-erasure-coding",7473 "polkadot-node-network-protocol",7474 "polkadot-node-primitives",7475 "polkadot-node-subsystem",7476 "polkadot-node-subsystem-util",7477 "polkadot-primitives",7478 "sc-network",7479 "sp-application-crypto",7480 "sp-keystore",7481 "thiserror",7482 "tracing-gum",7483]74847485[[package]]7486name = "polkadot-erasure-coding"7487version = "0.9.21"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7489dependencies = [7490 "parity-scale-codec 3.1.2",7491 "polkadot-node-primitives",7492 "polkadot-primitives",7493 "reed-solomon-novelpoly",7494 "sp-core",7495 "sp-trie",7496 "thiserror",7497]74987499[[package]]7500name = "polkadot-gossip-support"7501version = "0.9.21"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7503dependencies = [7504 "futures 0.3.21",7505 "futures-timer",7506 "polkadot-node-network-protocol",7507 "polkadot-node-subsystem",7508 "polkadot-node-subsystem-util",7509 "polkadot-primitives",7510 "rand 0.8.5",7511 "rand_chacha 0.3.1",7512 "sc-network",7513 "sp-application-crypto",7514 "sp-core",7515 "sp-keystore",7516 "tracing-gum",7517]75187519[[package]]7520name = "polkadot-network-bridge"7521version = "0.9.21"7522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7523dependencies = [7524 "async-trait",7525 "futures 0.3.21",7526 "parity-scale-codec 3.1.2",7527 "parking_lot 0.12.0",7528 "polkadot-node-network-protocol",7529 "polkadot-node-subsystem",7530 "polkadot-node-subsystem-util",7531 "polkadot-overseer",7532 "polkadot-primitives",7533 "sc-network",7534 "sp-consensus",7535 "tracing-gum",7536]75377538[[package]]7539name = "polkadot-node-collation-generation"7540version = "0.9.21"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7542dependencies = [7543 "futures 0.3.21",7544 "parity-scale-codec 3.1.2",7545 "polkadot-erasure-coding",7546 "polkadot-node-primitives",7547 "polkadot-node-subsystem",7548 "polkadot-node-subsystem-util",7549 "polkadot-primitives",7550 "sp-core",7551 "sp-maybe-compressed-blob",7552 "thiserror",7553 "tracing-gum",7554]75557556[[package]]7557name = "polkadot-node-core-approval-voting"7558version = "0.9.21"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7560dependencies = [7561 "bitvec 1.0.0",7562 "derive_more",7563 "futures 0.3.21",7564 "futures-timer",7565 "kvdb",7566 "lru 0.7.5",7567 "merlin",7568 "parity-scale-codec 3.1.2",7569 "polkadot-node-jaeger",7570 "polkadot-node-primitives",7571 "polkadot-node-subsystem",7572 "polkadot-node-subsystem-util",7573 "polkadot-overseer",7574 "polkadot-primitives",7575 "sc-keystore",7576 "schnorrkel",7577 "sp-application-crypto",7578 "sp-consensus",7579 "sp-consensus-slots",7580 "sp-runtime",7581 "thiserror",7582 "tracing-gum",7583]75847585[[package]]7586name = "polkadot-node-core-av-store"7587version = "0.9.21"7588source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7589dependencies = [7590 "bitvec 1.0.0",7591 "futures 0.3.21",7592 "futures-timer",7593 "kvdb",7594 "parity-scale-codec 3.1.2",7595 "polkadot-erasure-coding",7596 "polkadot-node-primitives",7597 "polkadot-node-subsystem",7598 "polkadot-node-subsystem-util",7599 "polkadot-overseer",7600 "polkadot-primitives",7601 "thiserror",7602 "tracing-gum",7603]76047605[[package]]7606name = "polkadot-node-core-backing"7607version = "0.9.21"7608source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7609dependencies = [7610 "bitvec 1.0.0",7611 "futures 0.3.21",7612 "polkadot-erasure-coding",7613 "polkadot-node-primitives",7614 "polkadot-node-subsystem",7615 "polkadot-node-subsystem-util",7616 "polkadot-primitives",7617 "polkadot-statement-table",7618 "sp-keystore",7619 "thiserror",7620 "tracing-gum",7621]76227623[[package]]7624name = "polkadot-node-core-bitfield-signing"7625version = "0.9.21"7626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7627dependencies = [7628 "futures 0.3.21",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "sp-keystore",7633 "thiserror",7634 "tracing-gum",7635 "wasm-timer",7636]76377638[[package]]7639name = "polkadot-node-core-candidate-validation"7640version = "0.9.21"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7642dependencies = [7643 "async-trait",7644 "futures 0.3.21",7645 "parity-scale-codec 3.1.2",7646 "polkadot-node-core-pvf",7647 "polkadot-node-primitives",7648 "polkadot-node-subsystem",7649 "polkadot-node-subsystem-util",7650 "polkadot-parachain",7651 "polkadot-primitives",7652 "sp-maybe-compressed-blob",7653 "tracing-gum",7654]76557656[[package]]7657name = "polkadot-node-core-chain-api"7658version = "0.9.21"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7660dependencies = [7661 "futures 0.3.21",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-primitives",7665 "sc-client-api",7666 "sc-consensus-babe",7667 "sp-blockchain",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-chain-selection"7673version = "0.9.21"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7675dependencies = [7676 "futures 0.3.21",7677 "futures-timer",7678 "kvdb",7679 "parity-scale-codec 3.1.2",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-primitives",7684 "thiserror",7685 "tracing-gum",7686]76877688[[package]]7689name = "polkadot-node-core-dispute-coordinator"7690version = "0.9.21"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7692dependencies = [7693 "fatality",7694 "futures 0.3.21",7695 "kvdb",7696 "lru 0.7.5",7697 "parity-scale-codec 3.1.2",7698 "polkadot-node-primitives",7699 "polkadot-node-subsystem",7700 "polkadot-node-subsystem-util",7701 "polkadot-primitives",7702 "sc-keystore",7703 "thiserror",7704 "tracing-gum",7705]77067707[[package]]7708name = "polkadot-node-core-parachains-inherent"7709version = "0.9.21"7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7711dependencies = [7712 "async-trait",7713 "futures 0.3.21",7714 "futures-timer",7715 "polkadot-node-subsystem",7716 "polkadot-primitives",7717 "sp-blockchain",7718 "sp-inherents",7719 "sp-runtime",7720 "thiserror",7721 "tracing-gum",7722]77237724[[package]]7725name = "polkadot-node-core-provisioner"7726version = "0.9.21"7727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7728dependencies = [7729 "bitvec 1.0.0",7730 "futures 0.3.21",7731 "futures-timer",7732 "polkadot-node-primitives",7733 "polkadot-node-subsystem",7734 "polkadot-node-subsystem-util",7735 "polkadot-primitives",7736 "rand 0.8.5",7737 "thiserror",7738 "tracing-gum",7739]77407741[[package]]7742name = "polkadot-node-core-pvf"7743version = "0.9.21"7744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7745dependencies = [7746 "always-assert",7747 "assert_matches",7748 "async-process",7749 "async-std",7750 "futures 0.3.21",7751 "futures-timer",7752 "parity-scale-codec 3.1.2",7753 "pin-project 1.0.10",7754 "polkadot-core-primitives",7755 "polkadot-node-subsystem-util",7756 "polkadot-parachain",7757 "rand 0.8.5",7758 "sc-executor",7759 "sc-executor-common",7760 "sc-executor-wasmtime",7761 "slotmap",7762 "sp-core",7763 "sp-externalities",7764 "sp-io",7765 "sp-maybe-compressed-blob",7766 "sp-tracing",7767 "sp-wasm-interface",7768 "tracing-gum",7769]77707771[[package]]7772name = "polkadot-node-core-pvf-checker"7773version = "0.9.21"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7775dependencies = [7776 "futures 0.3.21",7777 "polkadot-node-primitives",7778 "polkadot-node-subsystem",7779 "polkadot-node-subsystem-util",7780 "polkadot-overseer",7781 "polkadot-primitives",7782 "sp-keystore",7783 "thiserror",7784 "tracing-gum",7785]77867787[[package]]7788name = "polkadot-node-core-runtime-api"7789version = "0.9.21"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7791dependencies = [7792 "futures 0.3.21",7793 "memory-lru",7794 "parity-util-mem",7795 "polkadot-node-subsystem",7796 "polkadot-node-subsystem-util",7797 "polkadot-primitives",7798 "sp-api",7799 "sp-authority-discovery",7800 "sp-consensus-babe",7801 "sp-core",7802 "tracing-gum",7803]78047805[[package]]7806name = "polkadot-node-jaeger"7807version = "0.9.21"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7809dependencies = [7810 "async-std",7811 "lazy_static",7812 "log",7813 "mick-jaeger",7814 "parity-scale-codec 3.1.2",7815 "parking_lot 0.12.0",7816 "polkadot-node-primitives",7817 "polkadot-primitives",7818 "sc-network",7819 "sp-core",7820 "thiserror",7821]78227823[[package]]7824name = "polkadot-node-metrics"7825version = "0.9.21"7826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7827dependencies = [7828 "bs58",7829 "futures 0.3.21",7830 "futures-timer",7831 "log",7832 "metered-channel",7833 "parity-scale-codec 3.1.2",7834 "polkadot-primitives",7835 "sc-cli",7836 "sc-service",7837 "sc-tracing",7838 "substrate-prometheus-endpoint",7839 "tracing-gum",7840]78417842[[package]]7843name = "polkadot-node-network-protocol"7844version = "0.9.21"7845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7846dependencies = [7847 "async-trait",7848 "fatality",7849 "futures 0.3.21",7850 "parity-scale-codec 3.1.2",7851 "polkadot-node-jaeger",7852 "polkadot-node-primitives",7853 "polkadot-primitives",7854 "sc-authority-discovery",7855 "sc-network",7856 "strum 0.24.0",7857 "thiserror",7858]78597860[[package]]7861name = "polkadot-node-primitives"7862version = "0.9.21"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7864dependencies = [7865 "bounded-vec",7866 "futures 0.3.21",7867 "parity-scale-codec 3.1.2",7868 "polkadot-parachain",7869 "polkadot-primitives",7870 "schnorrkel",7871 "serde",7872 "sp-application-crypto",7873 "sp-consensus-babe",7874 "sp-consensus-vrf",7875 "sp-core",7876 "sp-keystore",7877 "sp-maybe-compressed-blob",7878 "thiserror",7879 "zstd",7880]78817882[[package]]7883name = "polkadot-node-subsystem"7884version = "0.9.21"7885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7886dependencies = [7887 "polkadot-node-jaeger",7888 "polkadot-node-subsystem-types",7889 "polkadot-overseer",7890]78917892[[package]]7893name = "polkadot-node-subsystem-types"7894version = "0.9.21"7895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7896dependencies = [7897 "derive_more",7898 "futures 0.3.21",7899 "polkadot-node-jaeger",7900 "polkadot-node-network-protocol",7901 "polkadot-node-primitives",7902 "polkadot-overseer-gen",7903 "polkadot-primitives",7904 "polkadot-statement-table",7905 "sc-network",7906 "smallvec",7907 "substrate-prometheus-endpoint",7908 "thiserror",7909]79107911[[package]]7912name = "polkadot-node-subsystem-util"7913version = "0.9.21"7914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7915dependencies = [7916 "async-trait",7917 "derive_more",7918 "fatality",7919 "futures 0.3.21",7920 "itertools",7921 "kvdb",7922 "lru 0.7.5",7923 "metered-channel",7924 "parity-db",7925 "parity-scale-codec 3.1.2",7926 "parity-util-mem",7927 "parking_lot 0.11.2",7928 "pin-project 1.0.10",7929 "polkadot-node-jaeger",7930 "polkadot-node-metrics",7931 "polkadot-node-network-protocol",7932 "polkadot-node-primitives",7933 "polkadot-node-subsystem",7934 "polkadot-overseer",7935 "polkadot-primitives",7936 "rand 0.8.5",7937 "sp-application-crypto",7938 "sp-core",7939 "sp-keystore",7940 "thiserror",7941 "tracing-gum",7942]79437944[[package]]7945name = "polkadot-overseer"7946version = "0.9.21"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7948dependencies = [7949 "futures 0.3.21",7950 "futures-timer",7951 "lru 0.7.5",7952 "parity-util-mem",7953 "parking_lot 0.12.0",7954 "polkadot-node-metrics",7955 "polkadot-node-network-protocol",7956 "polkadot-node-primitives",7957 "polkadot-node-subsystem-types",7958 "polkadot-overseer-gen",7959 "polkadot-primitives",7960 "sc-client-api",7961 "sp-api",7962 "tracing-gum",7963]79647965[[package]]7966name = "polkadot-overseer-gen"7967version = "0.9.21"7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7969dependencies = [7970 "async-trait",7971 "futures 0.3.21",7972 "futures-timer",7973 "metered-channel",7974 "pin-project 1.0.10",7975 "polkadot-node-network-protocol",7976 "polkadot-node-primitives",7977 "polkadot-overseer-gen-proc-macro",7978 "thiserror",7979 "tracing-gum",7980]79817982[[package]]7983name = "polkadot-overseer-gen-proc-macro"7984version = "0.9.21"7985source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7986dependencies = [7987 "expander 0.0.6",7988 "proc-macro-crate 1.1.3",7989 "proc-macro2",7990 "quote",7991 "syn",7992]79937994[[package]]7995name = "polkadot-parachain"7996version = "0.9.21"7997source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7998dependencies = [7999 "derive_more",8000 "frame-support",8001 "parity-scale-codec 3.1.2",8002 "parity-util-mem",8003 "polkadot-core-primitives",8004 "scale-info",8005 "serde",8006 "sp-core",8007 "sp-runtime",8008 "sp-std",8009]80108011[[package]]8012name = "polkadot-performance-test"8013version = "0.9.21"8014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8015dependencies = [8016 "env_logger",8017 "kusama-runtime",8018 "log",8019 "polkadot-erasure-coding",8020 "polkadot-node-core-pvf",8021 "polkadot-node-primitives",8022 "quote",8023 "thiserror",8024]80258026[[package]]8027name = "polkadot-primitives"8028version = "0.9.21"8029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8030dependencies = [8031 "bitvec 1.0.0",8032 "frame-system",8033 "hex-literal",8034 "parity-scale-codec 3.1.2",8035 "parity-util-mem",8036 "polkadot-core-primitives",8037 "polkadot-parachain",8038 "scale-info",8039 "serde",8040 "sp-api",8041 "sp-application-crypto",8042 "sp-arithmetic",8043 "sp-authority-discovery",8044 "sp-consensus-slots",8045 "sp-core",8046 "sp-inherents",8047 "sp-io",8048 "sp-keystore",8049 "sp-runtime",8050 "sp-staking",8051 "sp-std",8052 "sp-trie",8053 "sp-version",8054]80558056[[package]]8057name = "polkadot-rpc"8058version = "0.9.21"8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8060dependencies = [8061 "beefy-gadget",8062 "beefy-gadget-rpc",8063 "jsonrpc-core",8064 "pallet-mmr-rpc",8065 "pallet-transaction-payment-rpc",8066 "polkadot-primitives",8067 "sc-chain-spec",8068 "sc-client-api",8069 "sc-consensus-babe",8070 "sc-consensus-babe-rpc",8071 "sc-consensus-epochs",8072 "sc-finality-grandpa",8073 "sc-finality-grandpa-rpc",8074 "sc-rpc",8075 "sc-sync-state-rpc",8076 "sc-transaction-pool-api",8077 "sp-api",8078 "sp-block-builder",8079 "sp-blockchain",8080 "sp-consensus",8081 "sp-consensus-babe",8082 "sp-keystore",8083 "sp-runtime",8084 "substrate-frame-rpc-system",8085 "substrate-state-trie-migration-rpc",8086]80878088[[package]]8089name = "polkadot-runtime"8090version = "0.9.21"8091source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8092dependencies = [8093 "beefy-primitives",8094 "bitvec 1.0.0",8095 "frame-benchmarking",8096 "frame-election-provider-support",8097 "frame-executive",8098 "frame-support",8099 "frame-system",8100 "frame-system-benchmarking",8101 "frame-system-rpc-runtime-api",8102 "frame-try-runtime",8103 "hex-literal",8104 "log",8105 "pallet-authority-discovery",8106 "pallet-authorship",8107 "pallet-babe",8108 "pallet-bags-list",8109 "pallet-balances",8110 "pallet-bounties",8111 "pallet-child-bounties",8112 "pallet-collective",8113 "pallet-democracy",8114 "pallet-election-provider-multi-phase",8115 "pallet-election-provider-support-benchmarking",8116 "pallet-elections-phragmen",8117 "pallet-grandpa",8118 "pallet-identity",8119 "pallet-im-online",8120 "pallet-indices",8121 "pallet-membership",8122 "pallet-multisig",8123 "pallet-nicks",8124 "pallet-offences",8125 "pallet-offences-benchmarking",8126 "pallet-preimage",8127 "pallet-proxy",8128 "pallet-scheduler",8129 "pallet-session",8130 "pallet-session-benchmarking",8131 "pallet-staking",8132 "pallet-staking-reward-curve",8133 "pallet-timestamp",8134 "pallet-tips",8135 "pallet-transaction-payment",8136 "pallet-transaction-payment-rpc-runtime-api",8137 "pallet-treasury",8138 "pallet-utility",8139 "pallet-vesting",8140 "pallet-xcm",8141 "parity-scale-codec 3.1.2",8142 "polkadot-primitives",8143 "polkadot-runtime-common",8144 "polkadot-runtime-constants",8145 "polkadot-runtime-parachains",8146 "rustc-hex",8147 "scale-info",8148 "serde",8149 "serde_derive",8150 "smallvec",8151 "sp-api",8152 "sp-authority-discovery",8153 "sp-block-builder",8154 "sp-consensus-babe",8155 "sp-core",8156 "sp-inherents",8157 "sp-io",8158 "sp-mmr-primitives",8159 "sp-npos-elections",8160 "sp-offchain",8161 "sp-runtime",8162 "sp-session",8163 "sp-staking",8164 "sp-std",8165 "sp-transaction-pool",8166 "sp-version",8167 "static_assertions",8168 "substrate-wasm-builder",8169 "xcm",8170 "xcm-builder",8171 "xcm-executor",8172]81738174[[package]]8175name = "polkadot-runtime-common"8176version = "0.9.21"8177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8178dependencies = [8179 "beefy-primitives",8180 "bitvec 1.0.0",8181 "frame-benchmarking",8182 "frame-election-provider-support",8183 "frame-support",8184 "frame-system",8185 "impl-trait-for-tuples",8186 "libsecp256k1",8187 "log",8188 "pallet-authorship",8189 "pallet-babe",8190 "pallet-bags-list",8191 "pallet-balances",8192 "pallet-beefy-mmr",8193 "pallet-election-provider-multi-phase",8194 "pallet-session",8195 "pallet-staking",8196 "pallet-timestamp",8197 "pallet-transaction-payment",8198 "pallet-treasury",8199 "pallet-vesting",8200 "parity-scale-codec 3.1.2",8201 "polkadot-primitives",8202 "polkadot-runtime-parachains",8203 "rustc-hex",8204 "scale-info",8205 "serde",8206 "serde_derive",8207 "slot-range-helper",8208 "sp-api",8209 "sp-core",8210 "sp-inherents",8211 "sp-io",8212 "sp-npos-elections",8213 "sp-runtime",8214 "sp-session",8215 "sp-staking",8216 "sp-std",8217 "static_assertions",8218 "xcm",8219]82208221[[package]]8222name = "polkadot-runtime-constants"8223version = "0.9.21"8224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8225dependencies = [8226 "frame-support",8227 "polkadot-primitives",8228 "polkadot-runtime-common",8229 "smallvec",8230 "sp-runtime",8231]82328233[[package]]8234name = "polkadot-runtime-metrics"8235version = "0.9.21"8236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8237dependencies = [8238 "bs58",8239 "parity-scale-codec 3.1.2",8240 "polkadot-primitives",8241 "sp-std",8242 "sp-tracing",8243]82448245[[package]]8246name = "polkadot-runtime-parachains"8247version = "0.9.21"8248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8249dependencies = [8250 "bitflags",8251 "bitvec 1.0.0",8252 "derive_more",8253 "frame-benchmarking",8254 "frame-support",8255 "frame-system",8256 "log",8257 "pallet-authority-discovery",8258 "pallet-authorship",8259 "pallet-babe",8260 "pallet-balances",8261 "pallet-session",8262 "pallet-staking",8263 "pallet-timestamp",8264 "pallet-vesting",8265 "parity-scale-codec 3.1.2",8266 "polkadot-primitives",8267 "polkadot-runtime-metrics",8268 "rand 0.8.5",8269 "rand_chacha 0.3.1",8270 "rustc-hex",8271 "scale-info",8272 "serde",8273 "sp-api",8274 "sp-application-crypto",8275 "sp-core",8276 "sp-inherents",8277 "sp-io",8278 "sp-keystore",8279 "sp-runtime",8280 "sp-session",8281 "sp-staking",8282 "sp-std",8283 "static_assertions",8284 "xcm",8285 "xcm-executor",8286]82878288[[package]]8289name = "polkadot-service"8290version = "0.9.21"8291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8292dependencies = [8293 "async-trait",8294 "beefy-gadget",8295 "beefy-primitives",8296 "frame-system-rpc-runtime-api",8297 "futures 0.3.21",8298 "hex-literal",8299 "kusama-runtime",8300 "kvdb",8301 "kvdb-rocksdb",8302 "lru 0.7.5",8303 "pallet-babe",8304 "pallet-im-online",8305 "pallet-staking",8306 "pallet-transaction-payment-rpc-runtime-api",8307 "parity-db",8308 "polkadot-approval-distribution",8309 "polkadot-availability-bitfield-distribution",8310 "polkadot-availability-distribution",8311 "polkadot-availability-recovery",8312 "polkadot-client",8313 "polkadot-collator-protocol",8314 "polkadot-dispute-distribution",8315 "polkadot-gossip-support",8316 "polkadot-network-bridge",8317 "polkadot-node-collation-generation",8318 "polkadot-node-core-approval-voting",8319 "polkadot-node-core-av-store",8320 "polkadot-node-core-backing",8321 "polkadot-node-core-bitfield-signing",8322 "polkadot-node-core-candidate-validation",8323 "polkadot-node-core-chain-api",8324 "polkadot-node-core-chain-selection",8325 "polkadot-node-core-dispute-coordinator",8326 "polkadot-node-core-parachains-inherent",8327 "polkadot-node-core-provisioner",8328 "polkadot-node-core-pvf-checker",8329 "polkadot-node-core-runtime-api",8330 "polkadot-node-network-protocol",8331 "polkadot-node-primitives",8332 "polkadot-node-subsystem",8333 "polkadot-node-subsystem-util",8334 "polkadot-overseer",8335 "polkadot-parachain",8336 "polkadot-primitives",8337 "polkadot-rpc",8338 "polkadot-runtime",8339 "polkadot-runtime-constants",8340 "polkadot-runtime-parachains",8341 "polkadot-statement-distribution",8342 "rococo-runtime",8343 "sc-authority-discovery",8344 "sc-basic-authorship",8345 "sc-block-builder",8346 "sc-chain-spec",8347 "sc-client-api",8348 "sc-client-db",8349 "sc-consensus",8350 "sc-consensus-babe",8351 "sc-consensus-slots",8352 "sc-consensus-uncles",8353 "sc-executor",8354 "sc-finality-grandpa",8355 "sc-keystore",8356 "sc-network",8357 "sc-offchain",8358 "sc-service",8359 "sc-sync-state-rpc",8360 "sc-telemetry",8361 "sc-transaction-pool",8362 "serde",8363 "sp-api",8364 "sp-authority-discovery",8365 "sp-block-builder",8366 "sp-blockchain",8367 "sp-consensus",8368 "sp-consensus-babe",8369 "sp-core",8370 "sp-finality-grandpa",8371 "sp-inherents",8372 "sp-io",8373 "sp-keystore",8374 "sp-offchain",8375 "sp-runtime",8376 "sp-session",8377 "sp-state-machine",8378 "sp-storage",8379 "sp-timestamp",8380 "sp-transaction-pool",8381 "sp-trie",8382 "substrate-prometheus-endpoint",8383 "thiserror",8384 "tracing-gum",8385 "westend-runtime",8386]83878388[[package]]8389name = "polkadot-statement-distribution"8390version = "0.9.21"8391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8392dependencies = [8393 "arrayvec 0.5.2",8394 "fatality",8395 "futures 0.3.21",8396 "indexmap",8397 "parity-scale-codec 3.1.2",8398 "polkadot-node-network-protocol",8399 "polkadot-node-primitives",8400 "polkadot-node-subsystem",8401 "polkadot-node-subsystem-util",8402 "polkadot-primitives",8403 "sp-keystore",8404 "sp-staking",8405 "thiserror",8406 "tracing-gum",8407]84088409[[package]]8410name = "polkadot-statement-table"8411version = "0.9.21"8412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8413dependencies = [8414 "parity-scale-codec 3.1.2",8415 "polkadot-primitives",8416 "sp-core",8417]84188419[[package]]8420name = "polkadot-test-runtime"8421version = "0.9.21"8422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8423dependencies = [8424 "beefy-primitives",8425 "bitvec 1.0.0",8426 "frame-election-provider-support",8427 "frame-executive",8428 "frame-support",8429 "frame-system",8430 "frame-system-rpc-runtime-api",8431 "log",8432 "pallet-authority-discovery",8433 "pallet-authorship",8434 "pallet-babe",8435 "pallet-balances",8436 "pallet-grandpa",8437 "pallet-indices",8438 "pallet-nicks",8439 "pallet-offences",8440 "pallet-session",8441 "pallet-staking",8442 "pallet-staking-reward-curve",8443 "pallet-sudo",8444 "pallet-timestamp",8445 "pallet-transaction-payment",8446 "pallet-transaction-payment-rpc-runtime-api",8447 "pallet-vesting",8448 "pallet-xcm",8449 "parity-scale-codec 3.1.2",8450 "polkadot-parachain",8451 "polkadot-primitives",8452 "polkadot-runtime-common",8453 "polkadot-runtime-parachains",8454 "rustc-hex",8455 "scale-info",8456 "serde",8457 "serde_derive",8458 "smallvec",8459 "sp-api",8460 "sp-authority-discovery",8461 "sp-block-builder",8462 "sp-consensus-babe",8463 "sp-core",8464 "sp-inherents",8465 "sp-io",8466 "sp-mmr-primitives",8467 "sp-offchain",8468 "sp-runtime",8469 "sp-session",8470 "sp-staking",8471 "sp-std",8472 "sp-transaction-pool",8473 "sp-version",8474 "substrate-wasm-builder",8475 "test-runtime-constants",8476 "xcm",8477 "xcm-builder",8478 "xcm-executor",8479]84808481[[package]]8482name = "polkadot-test-service"8483version = "0.9.21"8484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8485dependencies = [8486 "frame-benchmarking",8487 "frame-system",8488 "futures 0.1.31",8489 "futures 0.3.21",8490 "hex",8491 "pallet-balances",8492 "pallet-staking",8493 "pallet-transaction-payment",8494 "polkadot-node-primitives",8495 "polkadot-node-subsystem",8496 "polkadot-overseer",8497 "polkadot-parachain",8498 "polkadot-primitives",8499 "polkadot-rpc",8500 "polkadot-runtime-common",8501 "polkadot-runtime-parachains",8502 "polkadot-service",8503 "polkadot-test-runtime",8504 "rand 0.8.5",8505 "sc-authority-discovery",8506 "sc-chain-spec",8507 "sc-cli",8508 "sc-client-api",8509 "sc-consensus",8510 "sc-consensus-babe",8511 "sc-executor",8512 "sc-finality-grandpa",8513 "sc-network",8514 "sc-service",8515 "sc-tracing",8516 "sc-transaction-pool",8517 "sp-arithmetic",8518 "sp-authority-discovery",8519 "sp-blockchain",8520 "sp-consensus",8521 "sp-consensus-babe",8522 "sp-core",8523 "sp-finality-grandpa",8524 "sp-inherents",8525 "sp-keyring",8526 "sp-runtime",8527 "sp-state-machine",8528 "substrate-test-client",8529 "tempfile",8530 "test-runtime-constants",8531 "tokio 1.18.2",8532 "tracing-gum",8533]85348535[[package]]8536name = "polling"8537version = "2.2.0"8538source = "registry+https://github.com/rust-lang/crates.io-index"8539checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8540dependencies = [8541 "cfg-if 1.0.0",8542 "libc",8543 "log",8544 "wepoll-ffi",8545 "winapi 0.3.9",8546]85478548[[package]]8549name = "poly1305"8550version = "0.7.2"8551source = "registry+https://github.com/rust-lang/crates.io-index"8552checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8553dependencies = [8554 "cpufeatures 0.2.2",8555 "opaque-debug 0.3.0",8556 "universal-hash",8557]85588559[[package]]8560name = "polyval"8561version = "0.5.3"8562source = "registry+https://github.com/rust-lang/crates.io-index"8563checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8564dependencies = [8565 "cfg-if 1.0.0",8566 "cpufeatures 0.2.2",8567 "opaque-debug 0.3.0",8568 "universal-hash",8569]85708571[[package]]8572name = "ppv-lite86"8573version = "0.2.16"8574source = "registry+https://github.com/rust-lang/crates.io-index"8575checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85768577[[package]]8578name = "prettytable-rs"8579version = "0.8.0"8580source = "registry+https://github.com/rust-lang/crates.io-index"8581checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8582dependencies = [8583 "atty",8584 "csv",8585 "encode_unicode",8586 "lazy_static",8587 "term",8588 "unicode-width",8589]85908591[[package]]8592name = "primitive-types"8593version = "0.11.1"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8596dependencies = [8597 "fixed-hash",8598 "impl-codec",8599 "impl-rlp",8600 "impl-serde",8601 "scale-info",8602 "uint",8603]86048605[[package]]8606name = "proc-macro-crate"8607version = "0.1.5"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8610dependencies = [8611 "toml",8612]86138614[[package]]8615name = "proc-macro-crate"8616version = "1.1.3"8617source = "registry+https://github.com/rust-lang/crates.io-index"8618checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8619dependencies = [8620 "thiserror",8621 "toml",8622]86238624[[package]]8625name = "proc-macro-error"8626version = "1.0.4"8627source = "registry+https://github.com/rust-lang/crates.io-index"8628checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8629dependencies = [8630 "proc-macro-error-attr",8631 "proc-macro2",8632 "quote",8633 "syn",8634 "version_check",8635]86368637[[package]]8638name = "proc-macro-error-attr"8639version = "1.0.4"8640source = "registry+https://github.com/rust-lang/crates.io-index"8641checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8642dependencies = [8643 "proc-macro2",8644 "quote",8645 "version_check",8646]86478648[[package]]8649name = "proc-macro2"8650version = "1.0.39"8651source = "registry+https://github.com/rust-lang/crates.io-index"8652checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8653dependencies = [8654 "unicode-ident",8655]86568657[[package]]8658name = "prometheus"8659version = "0.13.1"8660source = "registry+https://github.com/rust-lang/crates.io-index"8661checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8662dependencies = [8663 "cfg-if 1.0.0",8664 "fnv",8665 "lazy_static",8666 "memchr",8667 "parking_lot 0.12.0",8668 "thiserror",8669]86708671[[package]]8672name = "prost"8673version = "0.9.0"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8676dependencies = [8677 "bytes 1.1.0",8678 "prost-derive",8679]86808681[[package]]8682name = "prost-build"8683version = "0.9.0"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8686dependencies = [8687 "bytes 1.1.0",8688 "heck 0.3.3",8689 "itertools",8690 "lazy_static",8691 "log",8692 "multimap",8693 "petgraph",8694 "prost",8695 "prost-types",8696 "regex",8697 "tempfile",8698 "which",8699]87008701[[package]]8702name = "prost-derive"8703version = "0.9.0"8704source = "registry+https://github.com/rust-lang/crates.io-index"8705checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8706dependencies = [8707 "anyhow",8708 "itertools",8709 "proc-macro2",8710 "quote",8711 "syn",8712]87138714[[package]]8715name = "prost-types"8716version = "0.9.0"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8719dependencies = [8720 "bytes 1.1.0",8721 "prost",8722]87238724[[package]]8725name = "psm"8726version = "0.1.18"8727source = "registry+https://github.com/rust-lang/crates.io-index"8728checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8729dependencies = [8730 "cc",8731]87328733[[package]]8734name = "quartz-runtime"8735version = "0.9.20"8736dependencies = [8737 "cumulus-pallet-aura-ext",8738 "cumulus-pallet-dmp-queue",8739 "cumulus-pallet-parachain-system",8740 "cumulus-pallet-xcm",8741 "cumulus-pallet-xcmp-queue",8742 "cumulus-primitives-core",8743 "cumulus-primitives-timestamp",8744 "cumulus-primitives-utility",8745 "derivative",8746 "fp-evm-mapping",8747 "fp-rpc",8748 "fp-self-contained",8749 "frame-executive",8750 "frame-support",8751 "frame-system",8752 "frame-system-rpc-runtime-api",8753 "frame-try-runtime",8754 "log",8755 "orml-vesting",8756 "pallet-aura",8757 "pallet-balances",8758 "pallet-base-fee",8759 "pallet-common",8760 "pallet-ethereum",8761 "pallet-evm",8762 "pallet-evm-coder-substrate",8763 "pallet-evm-contract-helpers",8764 "pallet-evm-migration",8765 "pallet-evm-transaction-payment",8766 "pallet-fungible",8767 "pallet-inflation",8768 "pallet-nonfungible",8769 "pallet-randomness-collective-flip",8770 "pallet-refungible",8771 "pallet-rmrk-core",8772 "pallet-structure",8773 "pallet-sudo",8774 "pallet-template-transaction-payment",8775 "pallet-timestamp",8776 "pallet-transaction-payment",8777 "pallet-transaction-payment-rpc-runtime-api",8778 "pallet-treasury",8779 "pallet-unique",8780 "pallet-unq-scheduler",8781 "pallet-xcm",8782 "parachain-info",8783 "parity-scale-codec 3.1.2",8784 "polkadot-parachain",8785 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8786 "scale-info",8787 "serde",8788 "smallvec",8789 "sp-api",8790 "sp-arithmetic",8791 "sp-block-builder",8792 "sp-consensus-aura",8793 "sp-core",8794 "sp-inherents",8795 "sp-io",8796 "sp-offchain",8797 "sp-runtime",8798 "sp-session",8799 "sp-std",8800 "sp-transaction-pool",8801 "sp-version",8802 "substrate-wasm-builder",8803 "unique-runtime-common",8804 "up-data-structs",8805 "up-rpc",8806 "xcm",8807 "xcm-builder",8808 "xcm-executor",8809]88108811[[package]]8812name = "quick-error"8813version = "1.2.3"8814source = "registry+https://github.com/rust-lang/crates.io-index"8815checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88168817[[package]]8818name = "quicksink"8819version = "0.1.2"8820source = "registry+https://github.com/rust-lang/crates.io-index"8821checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8822dependencies = [8823 "futures-core",8824 "futures-sink",8825 "pin-project-lite 0.1.12",8826]88278828[[package]]8829name = "quote"8830version = "1.0.18"8831source = "registry+https://github.com/rust-lang/crates.io-index"8832checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8833dependencies = [8834 "proc-macro2",8835]88368837[[package]]8838name = "radium"8839version = "0.6.2"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88428843[[package]]8844name = "radium"8845version = "0.7.0"8846source = "registry+https://github.com/rust-lang/crates.io-index"8847checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88488849[[package]]8850name = "rand"8851version = "0.7.3"8852source = "registry+https://github.com/rust-lang/crates.io-index"8853checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8854dependencies = [8855 "getrandom 0.1.16",8856 "libc",8857 "rand_chacha 0.2.2",8858 "rand_core 0.5.1",8859 "rand_hc",8860 "rand_pcg 0.2.1",8861]88628863[[package]]8864name = "rand"8865version = "0.8.5"8866source = "registry+https://github.com/rust-lang/crates.io-index"8867checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8868dependencies = [8869 "libc",8870 "rand_chacha 0.3.1",8871 "rand_core 0.6.3",8872]88738874[[package]]8875name = "rand_chacha"8876version = "0.2.2"8877source = "registry+https://github.com/rust-lang/crates.io-index"8878checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8879dependencies = [8880 "ppv-lite86",8881 "rand_core 0.5.1",8882]88838884[[package]]8885name = "rand_chacha"8886version = "0.3.1"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8889dependencies = [8890 "ppv-lite86",8891 "rand_core 0.6.3",8892]88938894[[package]]8895name = "rand_core"8896version = "0.5.1"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8899dependencies = [8900 "getrandom 0.1.16",8901]89028903[[package]]8904name = "rand_core"8905version = "0.6.3"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8908dependencies = [8909 "getrandom 0.2.6",8910]89118912[[package]]8913name = "rand_distr"8914version = "0.4.3"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8917dependencies = [8918 "num-traits",8919 "rand 0.8.5",8920]89218922[[package]]8923name = "rand_hc"8924version = "0.2.0"8925source = "registry+https://github.com/rust-lang/crates.io-index"8926checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8927dependencies = [8928 "rand_core 0.5.1",8929]89308931[[package]]8932name = "rand_pcg"8933version = "0.2.1"8934source = "registry+https://github.com/rust-lang/crates.io-index"8935checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8936dependencies = [8937 "rand_core 0.5.1",8938]89398940[[package]]8941name = "rand_pcg"8942version = "0.3.1"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8945dependencies = [8946 "rand_core 0.6.3",8947]89488949[[package]]8950name = "rawpointer"8951version = "0.2.1"8952source = "registry+https://github.com/rust-lang/crates.io-index"8953checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89548955[[package]]8956name = "rayon"8957version = "1.5.3"8958source = "registry+https://github.com/rust-lang/crates.io-index"8959checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8960dependencies = [8961 "autocfg",8962 "crossbeam-deque",8963 "either",8964 "rayon-core",8965]89668967[[package]]8968name = "rayon-core"8969version = "1.9.3"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8972dependencies = [8973 "crossbeam-channel",8974 "crossbeam-deque",8975 "crossbeam-utils",8976 "num_cpus",8977]89788979[[package]]8980name = "redox_syscall"8981version = "0.1.57"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"89848985[[package]]8986name = "redox_syscall"8987version = "0.2.13"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8990dependencies = [8991 "bitflags",8992]89938994[[package]]8995name = "redox_users"8996version = "0.3.5"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8999dependencies = [9000 "getrandom 0.1.16",9001 "redox_syscall 0.1.57",9002 "rust-argon2",9003]90049005[[package]]9006name = "redox_users"9007version = "0.4.3"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9010dependencies = [9011 "getrandom 0.2.6",9012 "redox_syscall 0.2.13",9013 "thiserror",9014]90159016[[package]]9017name = "reed-solomon-novelpoly"9018version = "1.0.0"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9021dependencies = [9022 "derive_more",9023 "fs-err",9024 "itertools",9025 "static_init",9026 "thiserror",9027]90289029[[package]]9030name = "ref-cast"9031version = "1.0.7"9032source = "registry+https://github.com/rust-lang/crates.io-index"9033checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9034dependencies = [9035 "ref-cast-impl",9036]90379038[[package]]9039name = "ref-cast-impl"9040version = "1.0.7"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9043dependencies = [9044 "proc-macro2",9045 "quote",9046 "syn",9047]90489049[[package]]9050name = "regalloc"9051version = "0.0.34"9052source = "registry+https://github.com/rust-lang/crates.io-index"9053checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9054dependencies = [9055 "log",9056 "rustc-hash",9057 "smallvec",9058]90599060[[package]]9061name = "regex"9062version = "1.5.6"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9065dependencies = [9066 "aho-corasick",9067 "memchr",9068 "regex-syntax",9069]90709071[[package]]9072name = "regex-automata"9073version = "0.1.10"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9076dependencies = [9077 "regex-syntax",9078]90799080[[package]]9081name = "regex-syntax"9082version = "0.6.26"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"90859086[[package]]9087name = "region"9088version = "2.2.0"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9091dependencies = [9092 "bitflags",9093 "libc",9094 "mach",9095 "winapi 0.3.9",9096]90979098[[package]]9099name = "remote-externalities"9100version = "0.10.0-dev"9101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9102dependencies = [9103 "env_logger",9104 "jsonrpsee",9105 "log",9106 "parity-scale-codec 3.1.2",9107 "serde",9108 "serde_json",9109 "sp-core",9110 "sp-io",9111 "sp-runtime",9112 "sp-version",9113]91149115[[package]]9116name = "remove_dir_all"9117version = "0.5.3"9118source = "registry+https://github.com/rust-lang/crates.io-index"9119checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9120dependencies = [9121 "winapi 0.3.9",9122]91239124[[package]]9125name = "resolv-conf"9126version = "0.7.0"9127source = "registry+https://github.com/rust-lang/crates.io-index"9128checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9129dependencies = [9130 "hostname",9131 "quick-error",9132]91339134[[package]]9135name = "retain_mut"9136version = "0.1.9"9137source = "registry+https://github.com/rust-lang/crates.io-index"9138checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91399140[[package]]9141name = "ring"9142version = "0.16.20"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9145dependencies = [9146 "cc",9147 "libc",9148 "once_cell",9149 "spin",9150 "untrusted",9151 "web-sys",9152 "winapi 0.3.9",9153]91549155[[package]]9156name = "rlp"9157version = "0.5.1"9158source = "registry+https://github.com/rust-lang/crates.io-index"9159checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9160dependencies = [9161 "bytes 1.1.0",9162 "rustc-hex",9163]91649165[[package]]9166name = "rlp-derive"9167version = "0.1.0"9168source = "registry+https://github.com/rust-lang/crates.io-index"9169checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9170dependencies = [9171 "proc-macro2",9172 "quote",9173 "syn",9174]91759176[[package]]9177name = "rmrk-rpc"9178version = "0.0.1"9179dependencies = [9180 "parity-scale-codec 2.3.1",9181 "serde",9182 "sp-api",9183 "sp-core",9184 "sp-runtime",9185 "sp-std",9186 "up-data-structs",9187]91889189[[package]]9190name = "rmrk-rpc"9191version = "0.0.1"9192source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9193dependencies = [9194 "parity-scale-codec 2.3.1",9195 "rmrk-types",9196 "serde",9197 "sp-api",9198 "sp-core",9199 "sp-runtime",9200 "sp-std",9201]92029203[[package]]9204name = "rmrk-types"9205version = "0.0.1"9206source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9207dependencies = [9208 "parity-scale-codec 3.1.2",9209 "scale-info",9210 "serde",9211]92129213[[package]]9214name = "rocksdb"9215version = "0.18.0"9216source = "registry+https://github.com/rust-lang/crates.io-index"9217checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9218dependencies = [9219 "libc",9220 "librocksdb-sys",9221]92229223[[package]]9224name = "rococo-runtime"9225version = "0.9.21"9226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9227dependencies = [9228 "beefy-merkle-tree",9229 "beefy-primitives",9230 "bp-messages",9231 "bp-rococo",9232 "bp-runtime",9233 "bp-wococo",9234 "bridge-runtime-common",9235 "frame-benchmarking",9236 "frame-executive",9237 "frame-support",9238 "frame-system",9239 "frame-system-benchmarking",9240 "frame-system-rpc-runtime-api",9241 "hex-literal",9242 "log",9243 "pallet-authority-discovery",9244 "pallet-authorship",9245 "pallet-babe",9246 "pallet-balances",9247 "pallet-beefy",9248 "pallet-beefy-mmr",9249 "pallet-bridge-dispatch",9250 "pallet-bridge-grandpa",9251 "pallet-bridge-messages",9252 "pallet-collective",9253 "pallet-grandpa",9254 "pallet-im-online",9255 "pallet-indices",9256 "pallet-membership",9257 "pallet-mmr",9258 "pallet-multisig",9259 "pallet-offences",9260 "pallet-proxy",9261 "pallet-session",9262 "pallet-staking",9263 "pallet-sudo",9264 "pallet-timestamp",9265 "pallet-transaction-payment",9266 "pallet-transaction-payment-rpc-runtime-api",9267 "pallet-utility",9268 "pallet-xcm",9269 "parity-scale-codec 3.1.2",9270 "polkadot-parachain",9271 "polkadot-primitives",9272 "polkadot-runtime-common",9273 "polkadot-runtime-parachains",9274 "rococo-runtime-constants",9275 "scale-info",9276 "serde",9277 "serde_derive",9278 "smallvec",9279 "sp-api",9280 "sp-authority-discovery",9281 "sp-block-builder",9282 "sp-consensus-babe",9283 "sp-core",9284 "sp-inherents",9285 "sp-io",9286 "sp-mmr-primitives",9287 "sp-offchain",9288 "sp-runtime",9289 "sp-session",9290 "sp-staking",9291 "sp-std",9292 "sp-transaction-pool",9293 "sp-version",9294 "substrate-wasm-builder",9295 "xcm",9296 "xcm-builder",9297 "xcm-executor",9298]92999300[[package]]9301name = "rococo-runtime-constants"9302version = "0.9.21"9303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9304dependencies = [9305 "frame-support",9306 "polkadot-primitives",9307 "polkadot-runtime-common",9308 "smallvec",9309 "sp-runtime",9310]93119312[[package]]9313name = "rpassword"9314version = "5.0.1"9315source = "registry+https://github.com/rust-lang/crates.io-index"9316checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9317dependencies = [9318 "libc",9319 "winapi 0.3.9",9320]93219322[[package]]9323name = "rust-argon2"9324version = "0.8.3"9325source = "registry+https://github.com/rust-lang/crates.io-index"9326checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9327dependencies = [9328 "base64",9329 "blake2b_simd",9330 "constant_time_eq",9331 "crossbeam-utils",9332]93339334[[package]]9335name = "rustc-demangle"9336version = "0.1.21"9337source = "registry+https://github.com/rust-lang/crates.io-index"9338checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93399340[[package]]9341name = "rustc-hash"9342version = "1.1.0"9343source = "registry+https://github.com/rust-lang/crates.io-index"9344checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93459346[[package]]9347name = "rustc-hex"9348version = "2.1.0"9349source = "registry+https://github.com/rust-lang/crates.io-index"9350checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93519352[[package]]9353name = "rustc_version"9354version = "0.2.3"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9357dependencies = [9358 "semver 0.9.0",9359]93609361[[package]]9362name = "rustc_version"9363version = "0.3.3"9364source = "registry+https://github.com/rust-lang/crates.io-index"9365checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9366dependencies = [9367 "semver 0.11.0",9368]93699370[[package]]9371name = "rustc_version"9372version = "0.4.0"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9375dependencies = [9376 "semver 1.0.9",9377]93789379[[package]]9380name = "rustix"9381version = "0.33.7"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9384dependencies = [9385 "bitflags",9386 "errno",9387 "io-lifetimes",9388 "libc",9389 "linux-raw-sys",9390 "winapi 0.3.9",9391]93929393[[package]]9394name = "rustls"9395version = "0.19.1"9396source = "registry+https://github.com/rust-lang/crates.io-index"9397checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9398dependencies = [9399 "base64",9400 "log",9401 "ring",9402 "sct 0.6.1",9403 "webpki 0.21.4",9404]94059406[[package]]9407name = "rustls"9408version = "0.20.6"9409source = "registry+https://github.com/rust-lang/crates.io-index"9410checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9411dependencies = [9412 "log",9413 "ring",9414 "sct 0.7.0",9415 "webpki 0.22.0",9416]94179418[[package]]9419name = "rustls-native-certs"9420version = "0.5.0"9421source = "registry+https://github.com/rust-lang/crates.io-index"9422checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9423dependencies = [9424 "openssl-probe",9425 "rustls 0.19.1",9426 "schannel",9427 "security-framework",9428]94299430[[package]]9431name = "rustls-native-certs"9432version = "0.6.2"9433source = "registry+https://github.com/rust-lang/crates.io-index"9434checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9435dependencies = [9436 "openssl-probe",9437 "rustls-pemfile",9438 "schannel",9439 "security-framework",9440]94419442[[package]]9443name = "rustls-pemfile"9444version = "1.0.0"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9447dependencies = [9448 "base64",9449]94509451[[package]]9452name = "rustversion"9453version = "1.0.6"9454source = "registry+https://github.com/rust-lang/crates.io-index"9455checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"94569457[[package]]9458name = "rw-stream-sink"9459version = "0.2.1"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9462dependencies = [9463 "futures 0.3.21",9464 "pin-project 0.4.29",9465 "static_assertions",9466]94679468[[package]]9469name = "ryu"9470version = "1.0.10"9471source = "registry+https://github.com/rust-lang/crates.io-index"9472checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"94739474[[package]]9475name = "safe-mix"9476version = "1.0.1"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9479dependencies = [9480 "rustc_version 0.2.3",9481]94829483[[package]]9484name = "salsa20"9485version = "0.9.0"9486source = "registry+https://github.com/rust-lang/crates.io-index"9487checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9488dependencies = [9489 "cipher",9490]94919492[[package]]9493name = "same-file"9494version = "1.0.6"9495source = "registry+https://github.com/rust-lang/crates.io-index"9496checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9497dependencies = [9498 "winapi-util",9499]95009501[[package]]9502name = "sc-allocator"9503version = "4.1.0-dev"9504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9505dependencies = [9506 "log",9507 "sp-core",9508 "sp-wasm-interface",9509 "thiserror",9510]95119512[[package]]9513name = "sc-authority-discovery"9514version = "0.10.0-dev"9515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9516dependencies = [9517 "async-trait",9518 "futures 0.3.21",9519 "futures-timer",9520 "ip_network",9521 "libp2p",9522 "log",9523 "parity-scale-codec 3.1.2",9524 "prost",9525 "prost-build",9526 "rand 0.7.3",9527 "sc-client-api",9528 "sc-network",9529 "sp-api",9530 "sp-authority-discovery",9531 "sp-blockchain",9532 "sp-core",9533 "sp-keystore",9534 "sp-runtime",9535 "substrate-prometheus-endpoint",9536 "thiserror",9537]95389539[[package]]9540name = "sc-basic-authorship"9541version = "0.10.0-dev"9542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9543dependencies = [9544 "futures 0.3.21",9545 "futures-timer",9546 "log",9547 "parity-scale-codec 3.1.2",9548 "sc-block-builder",9549 "sc-client-api",9550 "sc-proposer-metrics",9551 "sc-telemetry",9552 "sc-transaction-pool-api",9553 "sp-api",9554 "sp-blockchain",9555 "sp-consensus",9556 "sp-core",9557 "sp-inherents",9558 "sp-runtime",9559 "substrate-prometheus-endpoint",9560]95619562[[package]]9563name = "sc-block-builder"9564version = "0.10.0-dev"9565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9566dependencies = [9567 "parity-scale-codec 3.1.2",9568 "sc-client-api",9569 "sp-api",9570 "sp-block-builder",9571 "sp-blockchain",9572 "sp-core",9573 "sp-inherents",9574 "sp-runtime",9575 "sp-state-machine",9576]95779578[[package]]9579name = "sc-chain-spec"9580version = "4.0.0-dev"9581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9582dependencies = [9583 "impl-trait-for-tuples",9584 "memmap2 0.5.3",9585 "parity-scale-codec 3.1.2",9586 "sc-chain-spec-derive",9587 "sc-network",9588 "sc-telemetry",9589 "serde",9590 "serde_json",9591 "sp-core",9592 "sp-runtime",9593]95949595[[package]]9596name = "sc-chain-spec-derive"9597version = "4.0.0-dev"9598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9599dependencies = [9600 "proc-macro-crate 1.1.3",9601 "proc-macro2",9602 "quote",9603 "syn",9604]96059606[[package]]9607name = "sc-cli"9608version = "0.10.0-dev"9609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9610dependencies = [9611 "chrono",9612 "clap",9613 "fdlimit",9614 "futures 0.3.21",9615 "hex",9616 "libp2p",9617 "log",9618 "names",9619 "parity-scale-codec 3.1.2",9620 "rand 0.7.3",9621 "regex",9622 "rpassword",9623 "sc-client-api",9624 "sc-keystore",9625 "sc-network",9626 "sc-service",9627 "sc-telemetry",9628 "sc-tracing",9629 "sc-utils",9630 "serde",9631 "serde_json",9632 "sp-blockchain",9633 "sp-core",9634 "sp-keyring",9635 "sp-keystore",9636 "sp-panic-handler",9637 "sp-runtime",9638 "sp-version",9639 "thiserror",9640 "tiny-bip39",9641 "tokio 1.18.2",9642]96439644[[package]]9645name = "sc-client-api"9646version = "4.0.0-dev"9647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9648dependencies = [9649 "fnv",9650 "futures 0.3.21",9651 "hash-db",9652 "log",9653 "parity-scale-codec 3.1.2",9654 "parking_lot 0.12.0",9655 "sc-executor",9656 "sc-transaction-pool-api",9657 "sc-utils",9658 "sp-api",9659 "sp-blockchain",9660 "sp-consensus",9661 "sp-core",9662 "sp-database",9663 "sp-externalities",9664 "sp-keystore",9665 "sp-runtime",9666 "sp-state-machine",9667 "sp-storage",9668 "sp-trie",9669 "substrate-prometheus-endpoint",9670]96719672[[package]]9673name = "sc-client-db"9674version = "0.10.0-dev"9675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9676dependencies = [9677 "hash-db",9678 "kvdb",9679 "kvdb-memorydb",9680 "kvdb-rocksdb",9681 "linked-hash-map",9682 "log",9683 "parity-db",9684 "parity-scale-codec 3.1.2",9685 "parking_lot 0.12.0",9686 "sc-client-api",9687 "sc-state-db",9688 "sp-arithmetic",9689 "sp-blockchain",9690 "sp-core",9691 "sp-database",9692 "sp-runtime",9693 "sp-state-machine",9694 "sp-trie",9695]96969697[[package]]9698name = "sc-consensus"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9701dependencies = [9702 "async-trait",9703 "futures 0.3.21",9704 "futures-timer",9705 "libp2p",9706 "log",9707 "parking_lot 0.12.0",9708 "sc-client-api",9709 "sc-utils",9710 "serde",9711 "sp-api",9712 "sp-blockchain",9713 "sp-consensus",9714 "sp-core",9715 "sp-runtime",9716 "sp-state-machine",9717 "substrate-prometheus-endpoint",9718 "thiserror",9719]97209721[[package]]9722name = "sc-consensus-aura"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9725dependencies = [9726 "async-trait",9727 "futures 0.3.21",9728 "log",9729 "parity-scale-codec 3.1.2",9730 "sc-block-builder",9731 "sc-client-api",9732 "sc-consensus",9733 "sc-consensus-slots",9734 "sc-telemetry",9735 "sp-api",9736 "sp-application-crypto",9737 "sp-block-builder",9738 "sp-blockchain",9739 "sp-consensus",9740 "sp-consensus-aura",9741 "sp-consensus-slots",9742 "sp-core",9743 "sp-inherents",9744 "sp-keystore",9745 "sp-runtime",9746 "substrate-prometheus-endpoint",9747 "thiserror",9748]97499750[[package]]9751name = "sc-consensus-babe"9752version = "0.10.0-dev"9753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9754dependencies = [9755 "async-trait",9756 "fork-tree",9757 "futures 0.3.21",9758 "log",9759 "merlin",9760 "num-bigint",9761 "num-rational 0.2.4",9762 "num-traits",9763 "parity-scale-codec 3.1.2",9764 "parking_lot 0.12.0",9765 "rand 0.7.3",9766 "retain_mut",9767 "sc-client-api",9768 "sc-consensus",9769 "sc-consensus-epochs",9770 "sc-consensus-slots",9771 "sc-keystore",9772 "sc-telemetry",9773 "schnorrkel",9774 "serde",9775 "sp-api",9776 "sp-application-crypto",9777 "sp-block-builder",9778 "sp-blockchain",9779 "sp-consensus",9780 "sp-consensus-babe",9781 "sp-consensus-slots",9782 "sp-consensus-vrf",9783 "sp-core",9784 "sp-inherents",9785 "sp-io",9786 "sp-keystore",9787 "sp-runtime",9788 "sp-version",9789 "substrate-prometheus-endpoint",9790 "thiserror",9791]97929793[[package]]9794name = "sc-consensus-babe-rpc"9795version = "0.10.0-dev"9796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9797dependencies = [9798 "futures 0.3.21",9799 "jsonrpc-core",9800 "jsonrpc-core-client",9801 "jsonrpc-derive",9802 "sc-consensus-babe",9803 "sc-consensus-epochs",9804 "sc-rpc-api",9805 "serde",9806 "sp-api",9807 "sp-application-crypto",9808 "sp-blockchain",9809 "sp-consensus",9810 "sp-consensus-babe",9811 "sp-core",9812 "sp-keystore",9813 "sp-runtime",9814 "thiserror",9815]98169817[[package]]9818name = "sc-consensus-epochs"9819version = "0.10.0-dev"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9821dependencies = [9822 "fork-tree",9823 "parity-scale-codec 3.1.2",9824 "sc-client-api",9825 "sc-consensus",9826 "sp-blockchain",9827 "sp-runtime",9828]98299830[[package]]9831name = "sc-consensus-manual-seal"9832version = "0.10.0-dev"9833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9834dependencies = [9835 "assert_matches",9836 "async-trait",9837 "futures 0.3.21",9838 "jsonrpc-core",9839 "jsonrpc-core-client",9840 "jsonrpc-derive",9841 "log",9842 "parity-scale-codec 3.1.2",9843 "sc-client-api",9844 "sc-consensus",9845 "sc-consensus-aura",9846 "sc-consensus-babe",9847 "sc-consensus-epochs",9848 "sc-transaction-pool",9849 "sc-transaction-pool-api",9850 "serde",9851 "sp-api",9852 "sp-blockchain",9853 "sp-consensus",9854 "sp-consensus-aura",9855 "sp-consensus-babe",9856 "sp-consensus-slots",9857 "sp-core",9858 "sp-inherents",9859 "sp-keystore",9860 "sp-runtime",9861 "sp-timestamp",9862 "substrate-prometheus-endpoint",9863 "thiserror",9864]98659866[[package]]9867name = "sc-consensus-slots"9868version = "0.10.0-dev"9869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9870dependencies = [9871 "async-trait",9872 "futures 0.3.21",9873 "futures-timer",9874 "log",9875 "parity-scale-codec 3.1.2",9876 "sc-client-api",9877 "sc-consensus",9878 "sc-telemetry",9879 "sp-arithmetic",9880 "sp-blockchain",9881 "sp-consensus",9882 "sp-consensus-slots",9883 "sp-core",9884 "sp-inherents",9885 "sp-runtime",9886 "sp-state-machine",9887 "sp-timestamp",9888 "thiserror",9889]98909891[[package]]9892name = "sc-consensus-uncles"9893version = "0.10.0-dev"9894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9895dependencies = [9896 "sc-client-api",9897 "sp-authorship",9898 "sp-runtime",9899 "thiserror",9900]99019902[[package]]9903name = "sc-executor"9904version = "0.10.0-dev"9905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9906dependencies = [9907 "lazy_static",9908 "lru 0.7.5",9909 "parity-scale-codec 3.1.2",9910 "parking_lot 0.12.0",9911 "sc-executor-common",9912 "sc-executor-wasmi",9913 "sc-executor-wasmtime",9914 "sp-api",9915 "sp-core",9916 "sp-core-hashing-proc-macro",9917 "sp-externalities",9918 "sp-io",9919 "sp-panic-handler",9920 "sp-runtime-interface",9921 "sp-tasks",9922 "sp-trie",9923 "sp-version",9924 "sp-wasm-interface",9925 "tracing",9926 "wasmi",9927]99289929[[package]]9930name = "sc-executor-common"9931version = "0.10.0-dev"9932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9933dependencies = [9934 "environmental",9935 "parity-scale-codec 3.1.2",9936 "sc-allocator",9937 "sp-core",9938 "sp-maybe-compressed-blob",9939 "sp-serializer",9940 "sp-wasm-interface",9941 "thiserror",9942 "wasm-instrument",9943 "wasmi",9944]99459946[[package]]9947name = "sc-executor-wasmi"9948version = "0.10.0-dev"9949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9950dependencies = [9951 "log",9952 "parity-scale-codec 3.1.2",9953 "sc-allocator",9954 "sc-executor-common",9955 "scoped-tls",9956 "sp-core",9957 "sp-runtime-interface",9958 "sp-wasm-interface",9959 "wasmi",9960]99619962[[package]]9963name = "sc-executor-wasmtime"9964version = "0.10.0-dev"9965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9966dependencies = [9967 "cfg-if 1.0.0",9968 "libc",9969 "log",9970 "parity-scale-codec 3.1.2",9971 "parity-wasm 0.42.2",9972 "sc-allocator",9973 "sc-executor-common",9974 "sp-core",9975 "sp-runtime-interface",9976 "sp-wasm-interface",9977 "wasmtime",9978]99799980[[package]]9981name = "sc-finality-grandpa"9982version = "0.10.0-dev"9983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9984dependencies = [9985 "ahash",9986 "async-trait",9987 "dyn-clone",9988 "finality-grandpa",9989 "fork-tree",9990 "futures 0.3.21",9991 "futures-timer",9992 "hex",9993 "log",9994 "parity-scale-codec 3.1.2",9995 "parking_lot 0.12.0",9996 "rand 0.8.5",9997 "sc-block-builder",9998 "sc-chain-spec",9999 "sc-client-api",10000 "sc-consensus",10001 "sc-keystore",10002 "sc-network",10003 "sc-network-gossip",10004 "sc-telemetry",10005 "sc-utils",10006 "serde_json",10007 "sp-api",10008 "sp-application-crypto",10009 "sp-arithmetic",10010 "sp-blockchain",10011 "sp-consensus",10012 "sp-core",10013 "sp-finality-grandpa",10014 "sp-keystore",10015 "sp-runtime",10016 "substrate-prometheus-endpoint",10017 "thiserror",10018]1001910020[[package]]10021name = "sc-finality-grandpa-rpc"10022version = "0.10.0-dev"10023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10024dependencies = [10025 "finality-grandpa",10026 "futures 0.3.21",10027 "jsonrpc-core",10028 "jsonrpc-core-client",10029 "jsonrpc-derive",10030 "jsonrpc-pubsub",10031 "log",10032 "parity-scale-codec 3.1.2",10033 "sc-client-api",10034 "sc-finality-grandpa",10035 "sc-rpc",10036 "serde",10037 "serde_json",10038 "sp-blockchain",10039 "sp-core",10040 "sp-runtime",10041 "thiserror",10042]1004310044[[package]]10045name = "sc-informant"10046version = "0.10.0-dev"10047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10048dependencies = [10049 "ansi_term",10050 "futures 0.3.21",10051 "futures-timer",10052 "log",10053 "parity-util-mem",10054 "sc-client-api",10055 "sc-network",10056 "sc-transaction-pool-api",10057 "sp-blockchain",10058 "sp-runtime",10059]1006010061[[package]]10062name = "sc-keystore"10063version = "4.0.0-dev"10064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10065dependencies = [10066 "async-trait",10067 "hex",10068 "parking_lot 0.12.0",10069 "serde_json",10070 "sp-application-crypto",10071 "sp-core",10072 "sp-keystore",10073 "thiserror",10074]1007510076[[package]]10077name = "sc-network"10078version = "0.10.0-dev"10079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10080dependencies = [10081 "async-trait",10082 "asynchronous-codec 0.5.0",10083 "bitflags",10084 "bytes 1.1.0",10085 "cid",10086 "either",10087 "fnv",10088 "fork-tree",10089 "futures 0.3.21",10090 "futures-timer",10091 "hex",10092 "ip_network",10093 "libp2p",10094 "linked-hash-map",10095 "linked_hash_set",10096 "log",10097 "lru 0.7.5",10098 "parity-scale-codec 3.1.2",10099 "parking_lot 0.12.0",10100 "pin-project 1.0.10",10101 "prost",10102 "prost-build",10103 "rand 0.7.3",10104 "sc-block-builder",10105 "sc-client-api",10106 "sc-consensus",10107 "sc-peerset",10108 "sc-utils",10109 "serde",10110 "serde_json",10111 "smallvec",10112 "sp-arithmetic",10113 "sp-blockchain",10114 "sp-consensus",10115 "sp-core",10116 "sp-finality-grandpa",10117 "sp-runtime",10118 "substrate-prometheus-endpoint",10119 "thiserror",10120 "unsigned-varint 0.6.0",10121 "void",10122 "zeroize",10123]1012410125[[package]]10126name = "sc-network-gossip"10127version = "0.10.0-dev"10128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10129dependencies = [10130 "ahash",10131 "futures 0.3.21",10132 "futures-timer",10133 "libp2p",10134 "log",10135 "lru 0.7.5",10136 "sc-network",10137 "sp-runtime",10138 "substrate-prometheus-endpoint",10139 "tracing",10140]1014110142[[package]]10143name = "sc-offchain"10144version = "4.0.0-dev"10145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10146dependencies = [10147 "bytes 1.1.0",10148 "fnv",10149 "futures 0.3.21",10150 "futures-timer",10151 "hex",10152 "hyper",10153 "hyper-rustls 0.22.1",10154 "num_cpus",10155 "once_cell",10156 "parity-scale-codec 3.1.2",10157 "parking_lot 0.12.0",10158 "rand 0.7.3",10159 "sc-client-api",10160 "sc-network",10161 "sc-utils",10162 "sp-api",10163 "sp-core",10164 "sp-offchain",10165 "sp-runtime",10166 "threadpool",10167 "tracing",10168]1016910170[[package]]10171name = "sc-peerset"10172version = "4.0.0-dev"10173source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10174dependencies = [10175 "futures 0.3.21",10176 "libp2p",10177 "log",10178 "sc-utils",10179 "serde_json",10180 "wasm-timer",10181]1018210183[[package]]10184name = "sc-proposer-metrics"10185version = "0.10.0-dev"10186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10187dependencies = [10188 "log",10189 "substrate-prometheus-endpoint",10190]1019110192[[package]]10193name = "sc-rpc"10194version = "4.0.0-dev"10195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10196dependencies = [10197 "futures 0.3.21",10198 "hash-db",10199 "jsonrpc-core",10200 "jsonrpc-pubsub",10201 "log",10202 "parity-scale-codec 3.1.2",10203 "parking_lot 0.12.0",10204 "sc-block-builder",10205 "sc-chain-spec",10206 "sc-client-api",10207 "sc-rpc-api",10208 "sc-tracing",10209 "sc-transaction-pool-api",10210 "sc-utils",10211 "serde_json",10212 "sp-api",10213 "sp-blockchain",10214 "sp-core",10215 "sp-keystore",10216 "sp-offchain",10217 "sp-rpc",10218 "sp-runtime",10219 "sp-session",10220 "sp-version",10221]1022210223[[package]]10224name = "sc-rpc-api"10225version = "0.10.0-dev"10226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10227dependencies = [10228 "futures 0.3.21",10229 "jsonrpc-core",10230 "jsonrpc-core-client",10231 "jsonrpc-derive",10232 "jsonrpc-pubsub",10233 "log",10234 "parity-scale-codec 3.1.2",10235 "parking_lot 0.12.0",10236 "sc-chain-spec",10237 "sc-transaction-pool-api",10238 "scale-info",10239 "serde",10240 "serde_json",10241 "sp-core",10242 "sp-rpc",10243 "sp-runtime",10244 "sp-tracing",10245 "sp-version",10246 "thiserror",10247]1024810249[[package]]10250name = "sc-rpc-server"10251version = "4.0.0-dev"10252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10253dependencies = [10254 "futures 0.3.21",10255 "jsonrpc-core",10256 "jsonrpc-http-server",10257 "jsonrpc-ipc-server",10258 "jsonrpc-pubsub",10259 "jsonrpc-ws-server",10260 "log",10261 "serde_json",10262 "substrate-prometheus-endpoint",10263 "tokio 1.18.2",10264]1026510266[[package]]10267name = "sc-service"10268version = "0.10.0-dev"10269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10270dependencies = [10271 "async-trait",10272 "directories",10273 "exit-future",10274 "futures 0.3.21",10275 "futures-timer",10276 "hash-db",10277 "jsonrpc-core",10278 "jsonrpc-pubsub",10279 "log",10280 "parity-scale-codec 3.1.2",10281 "parity-util-mem",10282 "parking_lot 0.12.0",10283 "pin-project 1.0.10",10284 "rand 0.7.3",10285 "sc-block-builder",10286 "sc-chain-spec",10287 "sc-client-api",10288 "sc-client-db",10289 "sc-consensus",10290 "sc-executor",10291 "sc-informant",10292 "sc-keystore",10293 "sc-network",10294 "sc-offchain",10295 "sc-rpc",10296 "sc-rpc-server",10297 "sc-sysinfo",10298 "sc-telemetry",10299 "sc-tracing",10300 "sc-transaction-pool",10301 "sc-transaction-pool-api",10302 "sc-utils",10303 "serde",10304 "serde_json",10305 "sp-api",10306 "sp-application-crypto",10307 "sp-block-builder",10308 "sp-blockchain",10309 "sp-consensus",10310 "sp-core",10311 "sp-externalities",10312 "sp-inherents",10313 "sp-keystore",10314 "sp-runtime",10315 "sp-session",10316 "sp-state-machine",10317 "sp-storage",10318 "sp-tracing",10319 "sp-transaction-pool",10320 "sp-transaction-storage-proof",10321 "sp-trie",10322 "sp-version",10323 "substrate-prometheus-endpoint",10324 "tempfile",10325 "thiserror",10326 "tokio 1.18.2",10327 "tracing",10328 "tracing-futures",10329]1033010331[[package]]10332name = "sc-state-db"10333version = "0.10.0-dev"10334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10335dependencies = [10336 "log",10337 "parity-scale-codec 3.1.2",10338 "parity-util-mem",10339 "parity-util-mem-derive",10340 "parking_lot 0.12.0",10341 "sc-client-api",10342 "sp-core",10343]1034410345[[package]]10346name = "sc-sync-state-rpc"10347version = "0.10.0-dev"10348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10349dependencies = [10350 "jsonrpc-core",10351 "jsonrpc-core-client",10352 "jsonrpc-derive",10353 "parity-scale-codec 3.1.2",10354 "sc-chain-spec",10355 "sc-client-api",10356 "sc-consensus-babe",10357 "sc-consensus-epochs",10358 "sc-finality-grandpa",10359 "serde",10360 "serde_json",10361 "sp-blockchain",10362 "sp-runtime",10363 "thiserror",10364]1036510366[[package]]10367name = "sc-sysinfo"10368version = "6.0.0-dev"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10370dependencies = [10371 "futures 0.3.21",10372 "libc",10373 "log",10374 "rand 0.7.3",10375 "rand_pcg 0.2.1",10376 "regex",10377 "sc-telemetry",10378 "serde",10379 "serde_json",10380 "sp-core",10381 "sp-io",10382 "sp-std",10383]1038410385[[package]]10386name = "sc-telemetry"10387version = "4.0.0-dev"10388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10389dependencies = [10390 "chrono",10391 "futures 0.3.21",10392 "libp2p",10393 "log",10394 "parking_lot 0.12.0",10395 "pin-project 1.0.10",10396 "rand 0.7.3",10397 "serde",10398 "serde_json",10399 "thiserror",10400 "wasm-timer",10401]1040210403[[package]]10404name = "sc-tracing"10405version = "4.0.0-dev"10406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10407dependencies = [10408 "ansi_term",10409 "atty",10410 "chrono",10411 "lazy_static",10412 "libc",10413 "log",10414 "once_cell",10415 "parking_lot 0.12.0",10416 "regex",10417 "rustc-hash",10418 "sc-client-api",10419 "sc-rpc-server",10420 "sc-tracing-proc-macro",10421 "serde",10422 "sp-api",10423 "sp-blockchain",10424 "sp-core",10425 "sp-rpc",10426 "sp-runtime",10427 "sp-tracing",10428 "thiserror",10429 "tracing",10430 "tracing-log",10431 "tracing-subscriber",10432]1043310434[[package]]10435name = "sc-tracing-proc-macro"10436version = "4.0.0-dev"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10438dependencies = [10439 "proc-macro-crate 1.1.3",10440 "proc-macro2",10441 "quote",10442 "syn",10443]1044410445[[package]]10446name = "sc-transaction-pool"10447version = "4.0.0-dev"10448source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10449dependencies = [10450 "futures 0.3.21",10451 "futures-timer",10452 "linked-hash-map",10453 "log",10454 "parity-scale-codec 3.1.2",10455 "parity-util-mem",10456 "parking_lot 0.12.0",10457 "retain_mut",10458 "sc-client-api",10459 "sc-transaction-pool-api",10460 "sc-utils",10461 "serde",10462 "sp-api",10463 "sp-blockchain",10464 "sp-core",10465 "sp-runtime",10466 "sp-tracing",10467 "sp-transaction-pool",10468 "substrate-prometheus-endpoint",10469 "thiserror",10470]1047110472[[package]]10473name = "sc-transaction-pool-api"10474version = "4.0.0-dev"10475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10476dependencies = [10477 "futures 0.3.21",10478 "log",10479 "serde",10480 "sp-blockchain",10481 "sp-runtime",10482 "thiserror",10483]1048410485[[package]]10486name = "sc-utils"10487version = "4.0.0-dev"10488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10489dependencies = [10490 "futures 0.3.21",10491 "futures-timer",10492 "lazy_static",10493 "log",10494 "parking_lot 0.12.0",10495 "prometheus",10496]1049710498[[package]]10499name = "scale-info"10500version = "2.1.2"10501source = "registry+https://github.com/rust-lang/crates.io-index"10502checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10503dependencies = [10504 "bitvec 1.0.0",10505 "cfg-if 1.0.0",10506 "derive_more",10507 "parity-scale-codec 3.1.2",10508 "scale-info-derive",10509 "serde",10510]1051110512[[package]]10513name = "scale-info-derive"10514version = "2.1.2"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10517dependencies = [10518 "proc-macro-crate 1.1.3",10519 "proc-macro2",10520 "quote",10521 "syn",10522]1052310524[[package]]10525name = "schannel"10526version = "0.1.20"10527source = "registry+https://github.com/rust-lang/crates.io-index"10528checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10529dependencies = [10530 "lazy_static",10531 "windows-sys",10532]1053310534[[package]]10535name = "schnorrkel"10536version = "0.9.1"10537source = "registry+https://github.com/rust-lang/crates.io-index"10538checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10539dependencies = [10540 "arrayref",10541 "arrayvec 0.5.2",10542 "curve25519-dalek 2.1.3",10543 "getrandom 0.1.16",10544 "merlin",10545 "rand 0.7.3",10546 "rand_core 0.5.1",10547 "sha2 0.8.2",10548 "subtle",10549 "zeroize",10550]1055110552[[package]]10553name = "scoped-tls"10554version = "1.0.0"10555source = "registry+https://github.com/rust-lang/crates.io-index"10556checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1055710558[[package]]10559name = "scopeguard"10560version = "1.1.0"10561source = "registry+https://github.com/rust-lang/crates.io-index"10562checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1056310564[[package]]10565name = "sct"10566version = "0.6.1"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10569dependencies = [10570 "ring",10571 "untrusted",10572]1057310574[[package]]10575name = "sct"10576version = "0.7.0"10577source = "registry+https://github.com/rust-lang/crates.io-index"10578checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10579dependencies = [10580 "ring",10581 "untrusted",10582]1058310584[[package]]10585name = "sec1"10586version = "0.2.1"10587source = "registry+https://github.com/rust-lang/crates.io-index"10588checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10589dependencies = [10590 "der",10591 "generic-array 0.14.5",10592 "pkcs8",10593 "subtle",10594 "zeroize",10595]1059610597[[package]]10598name = "secp256k1"10599version = "0.21.3"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10602dependencies = [10603 "secp256k1-sys",10604]1060510606[[package]]10607name = "secp256k1-sys"10608version = "0.4.2"10609source = "registry+https://github.com/rust-lang/crates.io-index"10610checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10611dependencies = [10612 "cc",10613]1061410615[[package]]10616name = "secrecy"10617version = "0.8.0"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10620dependencies = [10621 "zeroize",10622]1062310624[[package]]10625name = "security-framework"10626version = "2.6.1"10627source = "registry+https://github.com/rust-lang/crates.io-index"10628checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10629dependencies = [10630 "bitflags",10631 "core-foundation",10632 "core-foundation-sys",10633 "libc",10634 "security-framework-sys",10635]1063610637[[package]]10638name = "security-framework-sys"10639version = "2.6.1"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10642dependencies = [10643 "core-foundation-sys",10644 "libc",10645]1064610647[[package]]10648name = "semver"10649version = "0.6.0"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10652dependencies = [10653 "semver-parser 0.7.0",10654]1065510656[[package]]10657name = "semver"10658version = "0.9.0"10659source = "registry+https://github.com/rust-lang/crates.io-index"10660checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10661dependencies = [10662 "semver-parser 0.7.0",10663]1066410665[[package]]10666name = "semver"10667version = "0.11.0"10668source = "registry+https://github.com/rust-lang/crates.io-index"10669checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10670dependencies = [10671 "semver-parser 0.10.2",10672]1067310674[[package]]10675name = "semver"10676version = "1.0.9"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10679dependencies = [10680 "serde",10681]1068210683[[package]]10684name = "semver-parser"10685version = "0.7.0"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1068810689[[package]]10690name = "semver-parser"10691version = "0.10.2"10692source = "registry+https://github.com/rust-lang/crates.io-index"10693checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10694dependencies = [10695 "pest",10696]1069710698[[package]]10699name = "serde"10700version = "1.0.137"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10703dependencies = [10704 "serde_derive",10705]1070610707[[package]]10708name = "serde_derive"10709version = "1.0.137"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10712dependencies = [10713 "proc-macro2",10714 "quote",10715 "syn",10716]1071710718[[package]]10719name = "serde_json"10720version = "1.0.81"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10723dependencies = [10724 "itoa 1.0.2",10725 "ryu",10726 "serde",10727]1072810729[[package]]10730name = "serde_nanos"10731version = "0.1.2"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10734dependencies = [10735 "serde",10736]1073710738[[package]]10739name = "sha-1"10740version = "0.8.2"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10743dependencies = [10744 "block-buffer 0.7.3",10745 "digest 0.8.1",10746 "fake-simd",10747 "opaque-debug 0.2.3",10748]1074910750[[package]]10751name = "sha-1"10752version = "0.9.8"10753source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10755dependencies = [10756 "block-buffer 0.9.0",10757 "cfg-if 1.0.0",10758 "cpufeatures 0.2.2",10759 "digest 0.9.0",10760 "opaque-debug 0.3.0",10761]1076210763[[package]]10764name = "sha2"10765version = "0.8.2"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10768dependencies = [10769 "block-buffer 0.7.3",10770 "digest 0.8.1",10771 "fake-simd",10772 "opaque-debug 0.2.3",10773]1077410775[[package]]10776name = "sha2"10777version = "0.9.9"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10780dependencies = [10781 "block-buffer 0.9.0",10782 "cfg-if 1.0.0",10783 "cpufeatures 0.2.2",10784 "digest 0.9.0",10785 "opaque-debug 0.3.0",10786]1078710788[[package]]10789name = "sha2"10790version = "0.10.2"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10793dependencies = [10794 "cfg-if 1.0.0",10795 "cpufeatures 0.2.2",10796 "digest 0.10.3",10797]1079810799[[package]]10800name = "sha3"10801version = "0.9.1"10802source = "registry+https://github.com/rust-lang/crates.io-index"10803checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10804dependencies = [10805 "block-buffer 0.9.0",10806 "digest 0.9.0",10807 "keccak",10808 "opaque-debug 0.3.0",10809]1081010811[[package]]10812name = "sha3"10813version = "0.10.1"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10816dependencies = [10817 "digest 0.10.3",10818 "keccak",10819]1082010821[[package]]10822name = "sharded-slab"10823version = "0.1.4"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10826dependencies = [10827 "lazy_static",10828]1082910830[[package]]10831name = "shlex"10832version = "1.1.0"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1083510836[[package]]10837name = "signal-hook"10838version = "0.3.14"10839source = "registry+https://github.com/rust-lang/crates.io-index"10840checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10841dependencies = [10842 "libc",10843 "signal-hook-registry",10844]1084510846[[package]]10847name = "signal-hook-registry"10848version = "1.4.0"10849source = "registry+https://github.com/rust-lang/crates.io-index"10850checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10851dependencies = [10852 "libc",10853]1085410855[[package]]10856name = "signature"10857version = "1.4.0"10858source = "registry+https://github.com/rust-lang/crates.io-index"10859checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10860dependencies = [10861 "rand_core 0.6.3",10862]1086310864[[package]]10865name = "simba"10866version = "0.5.1"10867source = "registry+https://github.com/rust-lang/crates.io-index"10868checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10869dependencies = [10870 "approx",10871 "num-complex",10872 "num-traits",10873 "paste",10874]1087510876[[package]]10877name = "slab"10878version = "0.4.6"10879source = "registry+https://github.com/rust-lang/crates.io-index"10880checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1088110882[[package]]10883name = "slot-range-helper"10884version = "0.9.21"10885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10886dependencies = [10887 "enumn",10888 "parity-scale-codec 3.1.2",10889 "paste",10890 "sp-runtime",10891 "sp-std",10892]1089310894[[package]]10895name = "slotmap"10896version = "1.0.6"10897source = "registry+https://github.com/rust-lang/crates.io-index"10898checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10899dependencies = [10900 "version_check",10901]1090210903[[package]]10904name = "smallvec"10905version = "1.8.0"10906source = "registry+https://github.com/rust-lang/crates.io-index"10907checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1090810909[[package]]10910name = "snap"10911version = "1.0.5"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1091410915[[package]]10916name = "snow"10917version = "0.8.0"10918source = "registry+https://github.com/rust-lang/crates.io-index"10919checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10920dependencies = [10921 "aes-gcm",10922 "blake2 0.9.2",10923 "chacha20poly1305",10924 "rand 0.8.5",10925 "rand_core 0.6.3",10926 "ring",10927 "rustc_version 0.3.3",10928 "sha2 0.9.9",10929 "subtle",10930 "x25519-dalek",10931]1093210933[[package]]10934name = "socket2"10935version = "0.3.19"10936source = "registry+https://github.com/rust-lang/crates.io-index"10937checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10938dependencies = [10939 "cfg-if 1.0.0",10940 "libc",10941 "winapi 0.3.9",10942]1094310944[[package]]10945name = "socket2"10946version = "0.4.4"10947source = "registry+https://github.com/rust-lang/crates.io-index"10948checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10949dependencies = [10950 "libc",10951 "winapi 0.3.9",10952]1095310954[[package]]10955name = "soketto"10956version = "0.7.1"10957source = "registry+https://github.com/rust-lang/crates.io-index"10958checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10959dependencies = [10960 "base64",10961 "bytes 1.1.0",10962 "flate2",10963 "futures 0.3.21",10964 "httparse",10965 "log",10966 "rand 0.8.5",10967 "sha-1 0.9.8",10968]1096910970[[package]]10971name = "sp-api"10972version = "4.0.0-dev"10973source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10974dependencies = [10975 "hash-db",10976 "log",10977 "parity-scale-codec 3.1.2",10978 "sp-api-proc-macro",10979 "sp-core",10980 "sp-runtime",10981 "sp-state-machine",10982 "sp-std",10983 "sp-version",10984 "thiserror",10985]1098610987[[package]]10988name = "sp-api-proc-macro"10989version = "4.0.0-dev"10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10991dependencies = [10992 "blake2 0.10.4",10993 "proc-macro-crate 1.1.3",10994 "proc-macro2",10995 "quote",10996 "syn",10997]1099810999[[package]]11000name = "sp-application-crypto"11001version = "6.0.0"11002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11003dependencies = [11004 "parity-scale-codec 3.1.2",11005 "scale-info",11006 "serde",11007 "sp-core",11008 "sp-io",11009 "sp-std",11010]1101111012[[package]]11013name = "sp-arithmetic"11014version = "5.0.0"11015source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11016dependencies = [11017 "integer-sqrt",11018 "num-traits",11019 "parity-scale-codec 3.1.2",11020 "scale-info",11021 "serde",11022 "sp-debug-derive",11023 "sp-std",11024 "static_assertions",11025]1102611027[[package]]11028name = "sp-authority-discovery"11029version = "4.0.0-dev"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11031dependencies = [11032 "parity-scale-codec 3.1.2",11033 "scale-info",11034 "sp-api",11035 "sp-application-crypto",11036 "sp-runtime",11037 "sp-std",11038]1103911040[[package]]11041name = "sp-authorship"11042version = "4.0.0-dev"11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11044dependencies = [11045 "async-trait",11046 "parity-scale-codec 3.1.2",11047 "sp-inherents",11048 "sp-runtime",11049 "sp-std",11050]1105111052[[package]]11053name = "sp-block-builder"11054version = "4.0.0-dev"11055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11056dependencies = [11057 "parity-scale-codec 3.1.2",11058 "sp-api",11059 "sp-inherents",11060 "sp-runtime",11061 "sp-std",11062]1106311064[[package]]11065name = "sp-blockchain"11066version = "4.0.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11068dependencies = [11069 "futures 0.3.21",11070 "log",11071 "lru 0.7.5",11072 "parity-scale-codec 3.1.2",11073 "parking_lot 0.12.0",11074 "sp-api",11075 "sp-consensus",11076 "sp-database",11077 "sp-runtime",11078 "sp-state-machine",11079 "thiserror",11080]1108111082[[package]]11083name = "sp-consensus"11084version = "0.10.0-dev"11085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11086dependencies = [11087 "async-trait",11088 "futures 0.3.21",11089 "futures-timer",11090 "log",11091 "parity-scale-codec 3.1.2",11092 "sp-core",11093 "sp-inherents",11094 "sp-runtime",11095 "sp-state-machine",11096 "sp-std",11097 "sp-version",11098 "thiserror",11099]1110011101[[package]]11102name = "sp-consensus-aura"11103version = "0.10.0-dev"11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11105dependencies = [11106 "async-trait",11107 "parity-scale-codec 3.1.2",11108 "scale-info",11109 "sp-api",11110 "sp-application-crypto",11111 "sp-consensus",11112 "sp-consensus-slots",11113 "sp-inherents",11114 "sp-runtime",11115 "sp-std",11116 "sp-timestamp",11117]1111811119[[package]]11120name = "sp-consensus-babe"11121version = "0.10.0-dev"11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11123dependencies = [11124 "async-trait",11125 "merlin",11126 "parity-scale-codec 3.1.2",11127 "scale-info",11128 "serde",11129 "sp-api",11130 "sp-application-crypto",11131 "sp-consensus",11132 "sp-consensus-slots",11133 "sp-consensus-vrf",11134 "sp-core",11135 "sp-inherents",11136 "sp-keystore",11137 "sp-runtime",11138 "sp-std",11139 "sp-timestamp",11140]1114111142[[package]]11143name = "sp-consensus-slots"11144version = "0.10.0-dev"11145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11146dependencies = [11147 "parity-scale-codec 3.1.2",11148 "scale-info",11149 "serde",11150 "sp-arithmetic",11151 "sp-runtime",11152 "sp-std",11153 "sp-timestamp",11154]1115511156[[package]]11157name = "sp-consensus-vrf"11158version = "0.10.0-dev"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11160dependencies = [11161 "parity-scale-codec 3.1.2",11162 "schnorrkel",11163 "sp-core",11164 "sp-runtime",11165 "sp-std",11166]1116711168[[package]]11169name = "sp-core"11170version = "6.0.0"11171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11172dependencies = [11173 "base58",11174 "bitflags",11175 "blake2-rfc",11176 "byteorder",11177 "dyn-clonable",11178 "ed25519-dalek",11179 "futures 0.3.21",11180 "hash-db",11181 "hash256-std-hasher",11182 "hex",11183 "impl-serde",11184 "lazy_static",11185 "libsecp256k1",11186 "log",11187 "merlin",11188 "num-traits",11189 "parity-scale-codec 3.1.2",11190 "parity-util-mem",11191 "parking_lot 0.12.0",11192 "primitive-types",11193 "rand 0.7.3",11194 "regex",11195 "scale-info",11196 "schnorrkel",11197 "secp256k1",11198 "secrecy",11199 "serde",11200 "sp-core-hashing",11201 "sp-debug-derive",11202 "sp-externalities",11203 "sp-runtime-interface",11204 "sp-std",11205 "sp-storage",11206 "ss58-registry",11207 "substrate-bip39",11208 "thiserror",11209 "tiny-bip39",11210 "wasmi",11211 "zeroize",11212]1121311214[[package]]11215name = "sp-core-hashing"11216version = "4.0.0"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11218dependencies = [11219 "blake2 0.10.4",11220 "byteorder",11221 "digest 0.10.3",11222 "sha2 0.10.2",11223 "sha3 0.10.1",11224 "sp-std",11225 "twox-hash",11226]1122711228[[package]]11229name = "sp-core-hashing-proc-macro"11230version = "5.0.0"11231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11232dependencies = [11233 "proc-macro2",11234 "quote",11235 "sp-core-hashing",11236 "syn",11237]1123811239[[package]]11240name = "sp-database"11241version = "4.0.0-dev"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11243dependencies = [11244 "kvdb",11245 "parking_lot 0.12.0",11246]1124711248[[package]]11249name = "sp-debug-derive"11250version = "4.0.0"11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11252dependencies = [11253 "proc-macro2",11254 "quote",11255 "syn",11256]1125711258[[package]]11259name = "sp-externalities"11260version = "0.12.0"11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11262dependencies = [11263 "environmental",11264 "parity-scale-codec 3.1.2",11265 "sp-std",11266 "sp-storage",11267]1126811269[[package]]11270name = "sp-finality-grandpa"11271version = "4.0.0-dev"11272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11273dependencies = [11274 "finality-grandpa",11275 "log",11276 "parity-scale-codec 3.1.2",11277 "scale-info",11278 "serde",11279 "sp-api",11280 "sp-application-crypto",11281 "sp-core",11282 "sp-keystore",11283 "sp-runtime",11284 "sp-std",11285]1128611287[[package]]11288name = "sp-inherents"11289version = "4.0.0-dev"11290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11291dependencies = [11292 "async-trait",11293 "impl-trait-for-tuples",11294 "parity-scale-codec 3.1.2",11295 "sp-core",11296 "sp-runtime",11297 "sp-std",11298 "thiserror",11299]1130011301[[package]]11302name = "sp-io"11303version = "6.0.0"11304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11305dependencies = [11306 "futures 0.3.21",11307 "hash-db",11308 "libsecp256k1",11309 "log",11310 "parity-scale-codec 3.1.2",11311 "parking_lot 0.12.0",11312 "secp256k1",11313 "sp-core",11314 "sp-externalities",11315 "sp-keystore",11316 "sp-runtime-interface",11317 "sp-state-machine",11318 "sp-std",11319 "sp-tracing",11320 "sp-trie",11321 "sp-wasm-interface",11322 "tracing",11323 "tracing-core",11324]1132511326[[package]]11327name = "sp-keyring"11328version = "6.0.0"11329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11330dependencies = [11331 "lazy_static",11332 "sp-core",11333 "sp-runtime",11334 "strum 0.23.0",11335]1133611337[[package]]11338name = "sp-keystore"11339version = "0.12.0"11340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11341dependencies = [11342 "async-trait",11343 "futures 0.3.21",11344 "merlin",11345 "parity-scale-codec 3.1.2",11346 "parking_lot 0.12.0",11347 "schnorrkel",11348 "serde",11349 "sp-core",11350 "sp-externalities",11351 "thiserror",11352]1135311354[[package]]11355name = "sp-maybe-compressed-blob"11356version = "4.1.0-dev"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11358dependencies = [11359 "thiserror",11360 "zstd",11361]1136211363[[package]]11364name = "sp-mmr-primitives"11365version = "4.0.0-dev"11366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11367dependencies = [11368 "log",11369 "parity-scale-codec 3.1.2",11370 "serde",11371 "sp-api",11372 "sp-core",11373 "sp-debug-derive",11374 "sp-runtime",11375 "sp-std",11376]1137711378[[package]]11379name = "sp-npos-elections"11380version = "4.0.0-dev"11381source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11382dependencies = [11383 "parity-scale-codec 3.1.2",11384 "scale-info",11385 "serde",11386 "sp-arithmetic",11387 "sp-core",11388 "sp-runtime",11389 "sp-std",11390]1139111392[[package]]11393name = "sp-offchain"11394version = "4.0.0-dev"11395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11396dependencies = [11397 "sp-api",11398 "sp-core",11399 "sp-runtime",11400]1140111402[[package]]11403name = "sp-panic-handler"11404version = "4.0.0"11405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11406dependencies = [11407 "backtrace",11408 "lazy_static",11409 "regex",11410]1141111412[[package]]11413name = "sp-rpc"11414version = "6.0.0"11415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11416dependencies = [11417 "rustc-hash",11418 "serde",11419 "sp-core",11420]1142111422[[package]]11423name = "sp-runtime"11424version = "6.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11426dependencies = [11427 "either",11428 "hash256-std-hasher",11429 "impl-trait-for-tuples",11430 "log",11431 "parity-scale-codec 3.1.2",11432 "parity-util-mem",11433 "paste",11434 "rand 0.7.3",11435 "scale-info",11436 "serde",11437 "sp-application-crypto",11438 "sp-arithmetic",11439 "sp-core",11440 "sp-io",11441 "sp-std",11442]1144311444[[package]]11445name = "sp-runtime-interface"11446version = "6.0.0"11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11448dependencies = [11449 "impl-trait-for-tuples",11450 "parity-scale-codec 3.1.2",11451 "primitive-types",11452 "sp-externalities",11453 "sp-runtime-interface-proc-macro",11454 "sp-std",11455 "sp-storage",11456 "sp-tracing",11457 "sp-wasm-interface",11458 "static_assertions",11459]1146011461[[package]]11462name = "sp-runtime-interface-proc-macro"11463version = "5.0.0"11464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11465dependencies = [11466 "Inflector",11467 "proc-macro-crate 1.1.3",11468 "proc-macro2",11469 "quote",11470 "syn",11471]1147211473[[package]]11474name = "sp-serializer"11475version = "4.0.0-dev"11476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11477dependencies = [11478 "serde",11479 "serde_json",11480]1148111482[[package]]11483name = "sp-session"11484version = "4.0.0-dev"11485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11486dependencies = [11487 "parity-scale-codec 3.1.2",11488 "scale-info",11489 "sp-api",11490 "sp-core",11491 "sp-runtime",11492 "sp-staking",11493 "sp-std",11494]1149511496[[package]]11497name = "sp-staking"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11500dependencies = [11501 "parity-scale-codec 3.1.2",11502 "scale-info",11503 "sp-runtime",11504 "sp-std",11505]1150611507[[package]]11508name = "sp-state-machine"11509version = "0.12.0"11510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11511dependencies = [11512 "hash-db",11513 "log",11514 "num-traits",11515 "parity-scale-codec 3.1.2",11516 "parking_lot 0.12.0",11517 "rand 0.7.3",11518 "smallvec",11519 "sp-core",11520 "sp-externalities",11521 "sp-panic-handler",11522 "sp-std",11523 "sp-trie",11524 "thiserror",11525 "tracing",11526 "trie-root",11527]1152811529[[package]]11530name = "sp-std"11531version = "4.0.0"11532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1153311534[[package]]11535name = "sp-storage"11536version = "6.0.0"11537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11538dependencies = [11539 "impl-serde",11540 "parity-scale-codec 3.1.2",11541 "ref-cast",11542 "serde",11543 "sp-debug-derive",11544 "sp-std",11545]1154611547[[package]]11548name = "sp-tasks"11549version = "4.0.0-dev"11550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11551dependencies = [11552 "log",11553 "sp-core",11554 "sp-externalities",11555 "sp-io",11556 "sp-runtime-interface",11557 "sp-std",11558]1155911560[[package]]11561name = "sp-timestamp"11562version = "4.0.0-dev"11563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11564dependencies = [11565 "async-trait",11566 "futures-timer",11567 "log",11568 "parity-scale-codec 3.1.2",11569 "sp-api",11570 "sp-inherents",11571 "sp-runtime",11572 "sp-std",11573 "thiserror",11574]1157511576[[package]]11577name = "sp-tracing"11578version = "5.0.0"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11580dependencies = [11581 "parity-scale-codec 3.1.2",11582 "sp-std",11583 "tracing",11584 "tracing-core",11585 "tracing-subscriber",11586]1158711588[[package]]11589name = "sp-transaction-pool"11590version = "4.0.0-dev"11591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11592dependencies = [11593 "sp-api",11594 "sp-runtime",11595]1159611597[[package]]11598name = "sp-transaction-storage-proof"11599version = "4.0.0-dev"11600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11601dependencies = [11602 "async-trait",11603 "log",11604 "parity-scale-codec 3.1.2",11605 "scale-info",11606 "sp-core",11607 "sp-inherents",11608 "sp-runtime",11609 "sp-std",11610 "sp-trie",11611]1161211613[[package]]11614name = "sp-trie"11615version = "6.0.0"11616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11617dependencies = [11618 "hash-db",11619 "memory-db",11620 "parity-scale-codec 3.1.2",11621 "scale-info",11622 "sp-core",11623 "sp-std",11624 "thiserror",11625 "trie-db",11626 "trie-root",11627]1162811629[[package]]11630name = "sp-version"11631version = "5.0.0"11632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11633dependencies = [11634 "impl-serde",11635 "parity-scale-codec 3.1.2",11636 "parity-wasm 0.42.2",11637 "scale-info",11638 "serde",11639 "sp-core-hashing-proc-macro",11640 "sp-runtime",11641 "sp-std",11642 "sp-version-proc-macro",11643 "thiserror",11644]1164511646[[package]]11647name = "sp-version-proc-macro"11648version = "4.0.0-dev"11649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11650dependencies = [11651 "parity-scale-codec 3.1.2",11652 "proc-macro2",11653 "quote",11654 "syn",11655]1165611657[[package]]11658name = "sp-wasm-interface"11659version = "6.0.0"11660source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11661dependencies = [11662 "impl-trait-for-tuples",11663 "log",11664 "parity-scale-codec 3.1.2",11665 "sp-std",11666 "wasmi",11667 "wasmtime",11668]1166911670[[package]]11671name = "spin"11672version = "0.5.2"11673source = "registry+https://github.com/rust-lang/crates.io-index"11674checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1167511676[[package]]11677name = "spki"11678version = "0.5.4"11679source = "registry+https://github.com/rust-lang/crates.io-index"11680checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11681dependencies = [11682 "base64ct",11683 "der",11684]1168511686[[package]]11687name = "ss58-registry"11688version = "1.18.0"11689source = "registry+https://github.com/rust-lang/crates.io-index"11690checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc"11691dependencies = [11692 "Inflector",11693 "num-format",11694 "proc-macro2",11695 "quote",11696 "serde",11697 "serde_json",11698 "unicode-xid",11699]1170011701[[package]]11702name = "stable_deref_trait"11703version = "1.2.0"11704source = "registry+https://github.com/rust-lang/crates.io-index"11705checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1170611707[[package]]11708name = "static_assertions"11709version = "1.1.0"11710source = "registry+https://github.com/rust-lang/crates.io-index"11711checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1171211713[[package]]11714name = "static_init"11715version = "0.5.2"11716source = "registry+https://github.com/rust-lang/crates.io-index"11717checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11718dependencies = [11719 "cfg_aliases",11720 "libc",11721 "parking_lot 0.11.2",11722 "static_init_macro",11723]1172411725[[package]]11726name = "static_init_macro"11727version = "0.5.0"11728source = "registry+https://github.com/rust-lang/crates.io-index"11729checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11730dependencies = [11731 "cfg_aliases",11732 "memchr",11733 "proc-macro2",11734 "quote",11735 "syn",11736]1173711738[[package]]11739name = "statrs"11740version = "0.15.0"11741source = "registry+https://github.com/rust-lang/crates.io-index"11742checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11743dependencies = [11744 "approx",11745 "lazy_static",11746 "nalgebra",11747 "num-traits",11748 "rand 0.8.5",11749]1175011751[[package]]11752name = "strsim"11753version = "0.10.0"11754source = "registry+https://github.com/rust-lang/crates.io-index"11755checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1175611757[[package]]11758name = "struct-versioning"11759version = "0.1.0"11760dependencies = [11761 "quote",11762 "syn",11763]1176411765[[package]]11766name = "strum"11767version = "0.23.0"11768source = "registry+https://github.com/rust-lang/crates.io-index"11769checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11770dependencies = [11771 "strum_macros 0.23.1",11772]1177311774[[package]]11775name = "strum"11776version = "0.24.0"11777source = "registry+https://github.com/rust-lang/crates.io-index"11778checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11779dependencies = [11780 "strum_macros 0.24.0",11781]1178211783[[package]]11784name = "strum_macros"11785version = "0.23.1"11786source = "registry+https://github.com/rust-lang/crates.io-index"11787checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11788dependencies = [11789 "heck 0.3.3",11790 "proc-macro2",11791 "quote",11792 "rustversion",11793 "syn",11794]1179511796[[package]]11797name = "strum_macros"11798version = "0.24.0"11799source = "registry+https://github.com/rust-lang/crates.io-index"11800checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11801dependencies = [11802 "heck 0.4.0",11803 "proc-macro2",11804 "quote",11805 "rustversion",11806 "syn",11807]1180811809[[package]]11810name = "substrate-bip39"11811version = "0.4.4"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11814dependencies = [11815 "hmac 0.11.0",11816 "pbkdf2 0.8.0",11817 "schnorrkel",11818 "sha2 0.9.9",11819 "zeroize",11820]1182111822[[package]]11823name = "substrate-build-script-utils"11824version = "3.0.0"11825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11826dependencies = [11827 "platforms",11828]1182911830[[package]]11831name = "substrate-frame-rpc-system"11832version = "4.0.0-dev"11833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11834dependencies = [11835 "frame-system-rpc-runtime-api",11836 "futures 0.3.21",11837 "jsonrpc-core",11838 "jsonrpc-core-client",11839 "jsonrpc-derive",11840 "log",11841 "parity-scale-codec 3.1.2",11842 "sc-client-api",11843 "sc-rpc-api",11844 "sc-transaction-pool-api",11845 "sp-api",11846 "sp-block-builder",11847 "sp-blockchain",11848 "sp-core",11849 "sp-runtime",11850]1185111852[[package]]11853name = "substrate-prometheus-endpoint"11854version = "0.10.0-dev"11855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11856dependencies = [11857 "futures-util",11858 "hyper",11859 "log",11860 "prometheus",11861 "thiserror",11862 "tokio 1.18.2",11863]1186411865[[package]]11866name = "substrate-state-trie-migration-rpc"11867version = "4.0.0-dev"11868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11869dependencies = [11870 "jsonrpc-core",11871 "jsonrpc-core-client",11872 "jsonrpc-derive",11873 "log",11874 "parity-scale-codec 3.1.2",11875 "sc-client-api",11876 "sc-rpc-api",11877 "scale-info",11878 "serde",11879 "sp-core",11880 "sp-io",11881 "sp-runtime",11882 "sp-state-machine",11883 "sp-std",11884 "sp-trie",11885 "trie-db",11886]1188711888[[package]]11889name = "substrate-test-client"11890version = "2.0.1"11891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11892dependencies = [11893 "async-trait",11894 "futures 0.3.21",11895 "hex",11896 "parity-scale-codec 3.1.2",11897 "sc-client-api",11898 "sc-client-db",11899 "sc-consensus",11900 "sc-executor",11901 "sc-offchain",11902 "sc-service",11903 "serde",11904 "serde_json",11905 "sp-blockchain",11906 "sp-consensus",11907 "sp-core",11908 "sp-keyring",11909 "sp-keystore",11910 "sp-runtime",11911 "sp-state-machine",11912]1191311914[[package]]11915name = "substrate-test-utils"11916version = "4.0.0-dev"11917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11918dependencies = [11919 "futures 0.3.21",11920 "substrate-test-utils-derive",11921 "tokio 1.18.2",11922]1192311924[[package]]11925name = "substrate-test-utils-derive"11926version = "0.10.0-dev"11927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11928dependencies = [11929 "proc-macro-crate 1.1.3",11930 "proc-macro2",11931 "quote",11932 "syn",11933]1193411935[[package]]11936name = "substrate-wasm-builder"11937version = "5.0.0-dev"11938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11939dependencies = [11940 "ansi_term",11941 "build-helper",11942 "cargo_metadata",11943 "sp-maybe-compressed-blob",11944 "strum 0.23.0",11945 "tempfile",11946 "toml",11947 "walkdir",11948 "wasm-gc-api",11949]1195011951[[package]]11952name = "subtle"11953version = "2.4.1"11954source = "registry+https://github.com/rust-lang/crates.io-index"11955checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1195611957[[package]]11958name = "syn"11959version = "1.0.95"11960source = "registry+https://github.com/rust-lang/crates.io-index"11961checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"11962dependencies = [11963 "proc-macro2",11964 "quote",11965 "unicode-ident",11966]1196711968[[package]]11969name = "synstructure"11970version = "0.12.6"11971source = "registry+https://github.com/rust-lang/crates.io-index"11972checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11973dependencies = [11974 "proc-macro2",11975 "quote",11976 "syn",11977 "unicode-xid",11978]1197911980[[package]]11981name = "tap"11982version = "1.0.1"11983source = "registry+https://github.com/rust-lang/crates.io-index"11984checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1198511986[[package]]11987name = "target-lexicon"11988version = "0.12.3"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1199111992[[package]]11993name = "tempfile"11994version = "3.3.0"11995source = "registry+https://github.com/rust-lang/crates.io-index"11996checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11997dependencies = [11998 "cfg-if 1.0.0",11999 "fastrand",12000 "libc",12001 "redox_syscall 0.2.13",12002 "remove_dir_all",12003 "winapi 0.3.9",12004]1200512006[[package]]12007name = "term"12008version = "0.5.2"12009source = "registry+https://github.com/rust-lang/crates.io-index"12010checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12011dependencies = [12012 "byteorder",12013 "dirs",12014 "winapi 0.3.9",12015]1201612017[[package]]12018name = "termcolor"12019version = "1.1.3"12020source = "registry+https://github.com/rust-lang/crates.io-index"12021checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12022dependencies = [12023 "winapi-util",12024]1202512026[[package]]12027name = "test-runtime-constants"12028version = "0.9.21"12029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12030dependencies = [12031 "frame-support",12032 "polkadot-primitives",12033 "polkadot-runtime-common",12034 "smallvec",12035 "sp-runtime",12036]1203712038[[package]]12039name = "tests"12040version = "0.1.0"12041dependencies = [12042 "fp-evm-mapping",12043 "frame-support",12044 "frame-system",12045 "pallet-balances",12046 "pallet-common",12047 "pallet-ethereum",12048 "pallet-evm",12049 "pallet-evm-coder-substrate",12050 "pallet-fungible",12051 "pallet-nonfungible",12052 "pallet-refungible",12053 "pallet-structure",12054 "pallet-timestamp",12055 "pallet-transaction-payment",12056 "pallet-unique",12057 "parity-scale-codec 3.1.2",12058 "scale-info",12059 "sp-core",12060 "sp-io",12061 "sp-runtime",12062 "sp-std",12063 "unique-runtime-common",12064 "up-data-structs",12065]1206612067[[package]]12068name = "textwrap"12069version = "0.15.0"12070source = "registry+https://github.com/rust-lang/crates.io-index"12071checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1207212073[[package]]12074name = "thiserror"12075version = "1.0.31"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12078dependencies = [12079 "thiserror-impl",12080]1208112082[[package]]12083name = "thiserror-impl"12084version = "1.0.31"12085source = "registry+https://github.com/rust-lang/crates.io-index"12086checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12087dependencies = [12088 "proc-macro2",12089 "quote",12090 "syn",12091]1209212093[[package]]12094name = "thousands"12095version = "0.2.0"12096source = "registry+https://github.com/rust-lang/crates.io-index"12097checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1209812099[[package]]12100name = "thread_local"12101version = "1.1.4"12102source = "registry+https://github.com/rust-lang/crates.io-index"12103checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12104dependencies = [12105 "once_cell",12106]1210712108[[package]]12109name = "threadpool"12110version = "1.8.1"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12113dependencies = [12114 "num_cpus",12115]1211612117[[package]]12118name = "thrift"12119version = "0.15.0"12120source = "registry+https://github.com/rust-lang/crates.io-index"12121checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12122dependencies = [12123 "byteorder",12124 "integer-encoding",12125 "log",12126 "ordered-float",12127 "threadpool",12128]1212912130[[package]]12131name = "tikv-jemalloc-sys"12132version = "0.4.3+5.2.1-patched.2"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12135dependencies = [12136 "cc",12137 "fs_extra",12138 "libc",12139]1214012141[[package]]12142name = "time"12143version = "0.1.44"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12146dependencies = [12147 "libc",12148 "wasi 0.10.0+wasi-snapshot-preview1",12149 "winapi 0.3.9",12150]1215112152[[package]]12153name = "tiny-bip39"12154version = "0.8.2"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12157dependencies = [12158 "anyhow",12159 "hmac 0.8.1",12160 "once_cell",12161 "pbkdf2 0.4.0",12162 "rand 0.7.3",12163 "rustc-hash",12164 "sha2 0.9.9",12165 "thiserror",12166 "unicode-normalization",12167 "wasm-bindgen",12168 "zeroize",12169]1217012171[[package]]12172name = "tiny-keccak"12173version = "2.0.2"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12176dependencies = [12177 "crunchy",12178]1217912180[[package]]12181name = "tinyvec"12182version = "1.6.0"12183source = "registry+https://github.com/rust-lang/crates.io-index"12184checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12185dependencies = [12186 "tinyvec_macros",12187]1218812189[[package]]12190name = "tinyvec_macros"12191version = "0.1.0"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1219412195[[package]]12196name = "tokio"12197version = "0.2.25"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12200dependencies = [12201 "bytes 0.5.6",12202 "fnv",12203 "pin-project-lite 0.1.12",12204 "tokio-macros 0.2.6",12205]1220612207[[package]]12208name = "tokio"12209version = "1.18.2"12210source = "registry+https://github.com/rust-lang/crates.io-index"12211checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12212dependencies = [12213 "bytes 1.1.0",12214 "libc",12215 "memchr",12216 "mio 0.8.3",12217 "num_cpus",12218 "once_cell",12219 "parking_lot 0.12.0",12220 "pin-project-lite 0.2.9",12221 "signal-hook-registry",12222 "socket2 0.4.4",12223 "tokio-macros 1.7.0",12224 "winapi 0.3.9",12225]1222612227[[package]]12228name = "tokio-macros"12229version = "0.2.6"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12232dependencies = [12233 "proc-macro2",12234 "quote",12235 "syn",12236]1223712238[[package]]12239name = "tokio-macros"12240version = "1.7.0"12241source = "registry+https://github.com/rust-lang/crates.io-index"12242checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12243dependencies = [12244 "proc-macro2",12245 "quote",12246 "syn",12247]1224812249[[package]]12250name = "tokio-rustls"12251version = "0.22.0"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12254dependencies = [12255 "rustls 0.19.1",12256 "tokio 1.18.2",12257 "webpki 0.21.4",12258]1225912260[[package]]12261name = "tokio-rustls"12262version = "0.23.4"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12265dependencies = [12266 "rustls 0.20.6",12267 "tokio 1.18.2",12268 "webpki 0.22.0",12269]1227012271[[package]]12272name = "tokio-stream"12273version = "0.1.8"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12276dependencies = [12277 "futures-core",12278 "pin-project-lite 0.2.9",12279 "tokio 1.18.2",12280]1228112282[[package]]12283name = "tokio-util"12284version = "0.6.10"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12287dependencies = [12288 "bytes 1.1.0",12289 "futures-core",12290 "futures-sink",12291 "log",12292 "pin-project-lite 0.2.9",12293 "tokio 1.18.2",12294]1229512296[[package]]12297name = "tokio-util"12298version = "0.7.2"12299source = "registry+https://github.com/rust-lang/crates.io-index"12300checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12301dependencies = [12302 "bytes 1.1.0",12303 "futures-core",12304 "futures-io",12305 "futures-sink",12306 "pin-project-lite 0.2.9",12307 "tokio 1.18.2",12308 "tracing",12309]1231012311[[package]]12312name = "toml"12313version = "0.5.9"12314source = "registry+https://github.com/rust-lang/crates.io-index"12315checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12316dependencies = [12317 "serde",12318]1231912320[[package]]12321name = "tower-service"12322version = "0.3.1"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1232512326[[package]]12327name = "tracing"12328version = "0.1.34"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12331dependencies = [12332 "cfg-if 1.0.0",12333 "pin-project-lite 0.2.9",12334 "tracing-attributes",12335 "tracing-core",12336]1233712338[[package]]12339name = "tracing-attributes"12340version = "0.1.21"12341source = "registry+https://github.com/rust-lang/crates.io-index"12342checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12343dependencies = [12344 "proc-macro2",12345 "quote",12346 "syn",12347]1234812349[[package]]12350name = "tracing-core"12351version = "0.1.26"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12354dependencies = [12355 "lazy_static",12356 "valuable",12357]1235812359[[package]]12360name = "tracing-futures"12361version = "0.2.5"12362source = "registry+https://github.com/rust-lang/crates.io-index"12363checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12364dependencies = [12365 "pin-project 1.0.10",12366 "tracing",12367]1236812369[[package]]12370name = "tracing-gum"12371version = "0.9.21"12372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12373dependencies = [12374 "polkadot-node-jaeger",12375 "polkadot-primitives",12376 "tracing",12377 "tracing-gum-proc-macro",12378]1237912380[[package]]12381name = "tracing-gum-proc-macro"12382version = "0.9.21"12383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12384dependencies = [12385 "expander 0.0.6",12386 "proc-macro-crate 1.1.3",12387 "proc-macro2",12388 "quote",12389 "syn",12390]1239112392[[package]]12393name = "tracing-log"12394version = "0.1.3"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12397dependencies = [12398 "lazy_static",12399 "log",12400 "tracing-core",12401]1240212403[[package]]12404name = "tracing-serde"12405version = "0.1.3"12406source = "registry+https://github.com/rust-lang/crates.io-index"12407checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12408dependencies = [12409 "serde",12410 "tracing-core",12411]1241212413[[package]]12414name = "tracing-subscriber"12415version = "0.2.25"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12418dependencies = [12419 "ansi_term",12420 "chrono",12421 "lazy_static",12422 "matchers",12423 "parking_lot 0.11.2",12424 "regex",12425 "serde",12426 "serde_json",12427 "sharded-slab",12428 "smallvec",12429 "thread_local",12430 "tracing",12431 "tracing-core",12432 "tracing-log",12433 "tracing-serde",12434]1243512436[[package]]12437name = "trie-db"12438version = "0.23.1"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12441dependencies = [12442 "hash-db",12443 "hashbrown 0.12.1",12444 "log",12445 "rustc-hex",12446 "smallvec",12447]1244812449[[package]]12450name = "trie-root"12451version = "0.17.0"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12454dependencies = [12455 "hash-db",12456]1245712458[[package]]12459name = "triehash"12460version = "0.8.4"12461source = "registry+https://github.com/rust-lang/crates.io-index"12462checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12463dependencies = [12464 "hash-db",12465 "rlp",12466]1246712468[[package]]12469name = "trust-dns-proto"12470version = "0.20.4"12471source = "registry+https://github.com/rust-lang/crates.io-index"12472checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12473dependencies = [12474 "async-trait",12475 "cfg-if 1.0.0",12476 "data-encoding",12477 "enum-as-inner",12478 "futures-channel",12479 "futures-io",12480 "futures-util",12481 "idna 0.2.3",12482 "ipnet",12483 "lazy_static",12484 "log",12485 "rand 0.8.5",12486 "smallvec",12487 "thiserror",12488 "tinyvec",12489 "url 2.2.2",12490]1249112492[[package]]12493name = "trust-dns-resolver"12494version = "0.20.4"12495source = "registry+https://github.com/rust-lang/crates.io-index"12496checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12497dependencies = [12498 "cfg-if 1.0.0",12499 "futures-util",12500 "ipconfig",12501 "lazy_static",12502 "log",12503 "lru-cache",12504 "parking_lot 0.11.2",12505 "resolv-conf",12506 "smallvec",12507 "thiserror",12508 "trust-dns-proto",12509]1251012511[[package]]12512name = "try-lock"12513version = "0.2.3"12514source = "registry+https://github.com/rust-lang/crates.io-index"12515checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1251612517[[package]]12518name = "try-runtime-cli"12519version = "0.10.0-dev"12520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12521dependencies = [12522 "clap",12523 "jsonrpsee",12524 "log",12525 "parity-scale-codec 3.1.2",12526 "remote-externalities",12527 "sc-chain-spec",12528 "sc-cli",12529 "sc-executor",12530 "sc-service",12531 "serde",12532 "sp-core",12533 "sp-externalities",12534 "sp-io",12535 "sp-keystore",12536 "sp-runtime",12537 "sp-state-machine",12538 "sp-version",12539 "zstd",12540]1254112542[[package]]12543name = "tt-call"12544version = "1.0.8"12545source = "registry+https://github.com/rust-lang/crates.io-index"12546checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1254712548[[package]]12549name = "twox-hash"12550version = "1.6.3"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12553dependencies = [12554 "cfg-if 1.0.0",12555 "digest 0.10.3",12556 "rand 0.8.5",12557 "static_assertions",12558]1255912560[[package]]12561name = "typenum"12562version = "1.15.0"12563source = "registry+https://github.com/rust-lang/crates.io-index"12564checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1256512566[[package]]12567name = "uc-rpc"12568version = "0.1.0"12569dependencies = [12570 "jsonrpc-core",12571 "jsonrpc-core-client",12572 "jsonrpc-derive",12573 "pallet-common",12574 "pallet-evm",12575 "parity-scale-codec 3.1.2",12576 "rmrk-rpc 0.0.1",12577 "sp-api",12578 "sp-blockchain",12579 "sp-core",12580 "sp-rpc",12581 "sp-runtime",12582 "unique-runtime-common",12583 "up-data-structs",12584 "up-rpc",12585]1258612587[[package]]12588name = "ucd-trie"12589version = "0.1.3"12590source = "registry+https://github.com/rust-lang/crates.io-index"12591checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1259212593[[package]]12594name = "uint"12595version = "0.9.3"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12598dependencies = [12599 "byteorder",12600 "crunchy",12601 "hex",12602 "static_assertions",12603]1260412605[[package]]12606name = "unicase"12607version = "2.6.0"12608source = "registry+https://github.com/rust-lang/crates.io-index"12609checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12610dependencies = [12611 "version_check",12612]1261312614[[package]]12615name = "unicode-bidi"12616version = "0.3.8"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1261912620[[package]]12621name = "unicode-ident"12622version = "1.0.0"12623source = "registry+https://github.com/rust-lang/crates.io-index"12624checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1262512626[[package]]12627name = "unicode-normalization"12628version = "0.1.19"12629source = "registry+https://github.com/rust-lang/crates.io-index"12630checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12631dependencies = [12632 "tinyvec",12633]1263412635[[package]]12636name = "unicode-segmentation"12637version = "1.9.0"12638source = "registry+https://github.com/rust-lang/crates.io-index"12639checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1264012641[[package]]12642name = "unicode-width"12643version = "0.1.9"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1264612647[[package]]12648name = "unicode-xid"12649version = "0.2.3"12650source = "registry+https://github.com/rust-lang/crates.io-index"12651checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1265212653[[package]]12654name = "unique-node"12655version = "0.9.20"12656dependencies = [12657 "clap",12658 "cumulus-client-cli",12659 "cumulus-client-collator",12660 "cumulus-client-consensus-aura",12661 "cumulus-client-consensus-common",12662 "cumulus-client-network",12663 "cumulus-client-service",12664 "cumulus-primitives-core",12665 "cumulus-primitives-parachain-inherent",12666 "cumulus-relay-chain-inprocess-interface",12667 "cumulus-relay-chain-interface",12668 "cumulus-relay-chain-rpc-interface",12669 "fc-consensus",12670 "fc-db",12671 "fc-mapping-sync",12672 "fc-rpc",12673 "fc-rpc-core",12674 "flexi_logger",12675 "fp-rpc",12676 "frame-benchmarking",12677 "frame-benchmarking-cli",12678 "futures 0.3.21",12679 "jsonrpc-core",12680 "jsonrpc-pubsub",12681 "log",12682 "opal-runtime",12683 "pallet-ethereum",12684 "pallet-transaction-payment-rpc",12685 "pallet-transaction-payment-rpc-runtime-api",12686 "parity-scale-codec 3.1.2",12687 "parking_lot 0.11.2",12688 "polkadot-cli",12689 "polkadot-parachain",12690 "polkadot-primitives",12691 "polkadot-service",12692 "polkadot-test-service",12693 "quartz-runtime",12694 "rmrk-rpc 0.0.1",12695 "sc-basic-authorship",12696 "sc-chain-spec",12697 "sc-cli",12698 "sc-client-api",12699 "sc-consensus",12700 "sc-consensus-aura",12701 "sc-consensus-manual-seal",12702 "sc-executor",12703 "sc-finality-grandpa",12704 "sc-keystore",12705 "sc-network",12706 "sc-rpc",12707 "sc-rpc-api",12708 "sc-service",12709 "sc-telemetry",12710 "sc-tracing",12711 "sc-transaction-pool",12712 "serde",12713 "serde_json",12714 "sp-api",12715 "sp-block-builder",12716 "sp-blockchain",12717 "sp-consensus",12718 "sp-consensus-aura",12719 "sp-core",12720 "sp-finality-grandpa",12721 "sp-inherents",12722 "sp-keystore",12723 "sp-offchain",12724 "sp-runtime",12725 "sp-session",12726 "sp-timestamp",12727 "sp-transaction-pool",12728 "sp-trie",12729 "substrate-build-script-utils",12730 "substrate-frame-rpc-system",12731 "substrate-prometheus-endpoint",12732 "tokio 1.18.2",12733 "try-runtime-cli",12734 "unique-rpc",12735 "unique-runtime",12736 "unique-runtime-common",12737 "up-data-structs",12738 "up-rpc",12739]1274012741[[package]]12742name = "unique-rpc"12743version = "0.1.0"12744dependencies = [12745 "fc-db",12746 "fc-mapping-sync",12747 "fc-rpc",12748 "fc-rpc-core",12749 "fp-rpc",12750 "fp-storage",12751 "futures 0.3.21",12752 "jsonrpc-core",12753 "jsonrpc-pubsub",12754 "pallet-common",12755 "pallet-ethereum",12756 "pallet-transaction-payment-rpc",12757 "pallet-transaction-payment-rpc-runtime-api",12758 "pallet-unique",12759 "rmrk-rpc 0.0.1",12760 "sc-client-api",12761 "sc-consensus-aura",12762 "sc-consensus-epochs",12763 "sc-finality-grandpa",12764 "sc-finality-grandpa-rpc",12765 "sc-keystore",12766 "sc-network",12767 "sc-rpc",12768 "sc-rpc-api",12769 "sc-service",12770 "sc-transaction-pool",12771 "serde",12772 "sp-api",12773 "sp-block-builder",12774 "sp-blockchain",12775 "sp-consensus",12776 "sp-consensus-aura",12777 "sp-core",12778 "sp-offchain",12779 "sp-runtime",12780 "sp-session",12781 "sp-storage",12782 "sp-transaction-pool",12783 "substrate-frame-rpc-system",12784 "tokio 0.2.25",12785 "uc-rpc",12786 "unique-runtime-common",12787 "up-data-structs",12788 "up-rpc",12789]1279012791[[package]]12792name = "unique-runtime"12793version = "0.9.18"12794dependencies = [12795 "cumulus-pallet-aura-ext",12796 "cumulus-pallet-dmp-queue",12797 "cumulus-pallet-parachain-system",12798 "cumulus-pallet-xcm",12799 "cumulus-pallet-xcmp-queue",12800 "cumulus-primitives-core",12801 "cumulus-primitives-timestamp",12802 "cumulus-primitives-utility",12803 "derivative",12804 "fp-evm-mapping",12805 "fp-rpc",12806 "fp-self-contained",12807 "frame-benchmarking",12808 "frame-executive",12809 "frame-support",12810 "frame-system",12811 "frame-system-benchmarking",12812 "frame-system-rpc-runtime-api",12813 "frame-try-runtime",12814 "hex-literal",12815 "log",12816 "orml-vesting",12817 "pallet-aura",12818 "pallet-balances",12819 "pallet-base-fee",12820 "pallet-common",12821 "pallet-ethereum",12822 "pallet-evm",12823 "pallet-evm-coder-substrate",12824 "pallet-evm-contract-helpers",12825 "pallet-evm-migration",12826 "pallet-evm-transaction-payment",12827 "pallet-fungible",12828 "pallet-inflation",12829 "pallet-nonfungible",12830 "pallet-randomness-collective-flip",12831 "pallet-refungible",12832 "pallet-rmrk-core",12833 "pallet-structure",12834 "pallet-sudo",12835 "pallet-template-transaction-payment",12836 "pallet-timestamp",12837 "pallet-transaction-payment",12838 "pallet-transaction-payment-rpc-runtime-api",12839 "pallet-treasury",12840 "pallet-unique",12841 "pallet-unq-scheduler",12842 "pallet-xcm",12843 "parachain-info",12844 "parity-scale-codec 3.1.2",12845 "polkadot-parachain",12846 "rmrk-rpc 0.0.1",12847 "scale-info",12848 "serde",12849 "smallvec",12850 "sp-api",12851 "sp-arithmetic",12852 "sp-block-builder",12853 "sp-consensus-aura",12854 "sp-core",12855 "sp-inherents",12856 "sp-io",12857 "sp-offchain",12858 "sp-runtime",12859 "sp-session",12860 "sp-std",12861 "sp-transaction-pool",12862 "sp-version",12863 "substrate-wasm-builder",12864 "unique-runtime-common",12865 "up-data-structs",12866 "up-rpc",12867 "xcm",12868 "xcm-builder",12869 "xcm-executor",12870]1287112872[[package]]12873name = "unique-runtime-common"12874version = "0.9.20"12875dependencies = [12876 "evm-coder",12877 "fp-rpc",12878 "frame-support",12879 "frame-system",12880 "pallet-common",12881 "pallet-evm",12882 "pallet-fungible",12883 "pallet-nonfungible",12884 "pallet-refungible",12885 "pallet-unique",12886 "parity-scale-codec 3.1.2",12887 "rmrk-rpc 0.0.1",12888 "scale-info",12889 "sp-consensus-aura",12890 "sp-core",12891 "sp-runtime",12892 "sp-std",12893 "up-data-structs",12894 "up-sponsorship",12895]1289612897[[package]]12898name = "universal-hash"12899version = "0.4.1"12900source = "registry+https://github.com/rust-lang/crates.io-index"12901checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12902dependencies = [12903 "generic-array 0.14.5",12904 "subtle",12905]1290612907[[package]]12908name = "unsigned-varint"12909version = "0.5.1"12910source = "registry+https://github.com/rust-lang/crates.io-index"12911checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1291212913[[package]]12914name = "unsigned-varint"12915version = "0.6.0"12916source = "registry+https://github.com/rust-lang/crates.io-index"12917checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12918dependencies = [12919 "asynchronous-codec 0.5.0",12920 "bytes 1.1.0",12921 "futures-io",12922 "futures-util",12923]1292412925[[package]]12926name = "unsigned-varint"12927version = "0.7.1"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12930dependencies = [12931 "asynchronous-codec 0.6.0",12932 "bytes 1.1.0",12933 "futures-io",12934 "futures-util",12935]1293612937[[package]]12938name = "untrusted"12939version = "0.7.1"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1294212943[[package]]12944name = "up-data-structs"12945version = "0.1.0"12946dependencies = [12947 "derivative",12948 "frame-support",12949 "frame-system",12950 "pallet-evm",12951 "parity-scale-codec 3.1.2",12952 "scale-info",12953 "serde",12954 "sp-core",12955 "sp-runtime",12956 "sp-std",12957 "struct-versioning",12958]1295912960[[package]]12961name = "up-rpc"12962version = "0.1.0"12963dependencies = [12964 "pallet-common",12965 "pallet-evm",12966 "parity-scale-codec 3.1.2",12967 "sp-api",12968 "sp-core",12969 "sp-runtime",12970 "sp-std",12971 "up-data-structs",12972]1297312974[[package]]12975name = "up-sponsorship"12976version = "0.1.0"12977source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"12978dependencies = [12979 "impl-trait-for-tuples",12980]1298112982[[package]]12983name = "url"12984version = "1.7.2"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12987dependencies = [12988 "idna 0.1.5",12989 "matches",12990 "percent-encoding 1.0.1",12991]1299212993[[package]]12994name = "url"12995version = "2.2.2"12996source = "registry+https://github.com/rust-lang/crates.io-index"12997checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12998dependencies = [12999 "form_urlencoded",13000 "idna 0.2.3",13001 "matches",13002 "percent-encoding 2.1.0",13003]1300413005[[package]]13006name = "valuable"13007version = "0.1.0"13008source = "registry+https://github.com/rust-lang/crates.io-index"13009checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1301013011[[package]]13012name = "value-bag"13013version = "1.0.0-alpha.9"13014source = "registry+https://github.com/rust-lang/crates.io-index"13015checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13016dependencies = [13017 "ctor",13018 "version_check",13019]1302013021[[package]]13022name = "vcpkg"13023version = "0.2.15"13024source = "registry+https://github.com/rust-lang/crates.io-index"13025checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1302613027[[package]]13028name = "version_check"13029version = "0.9.4"13030source = "registry+https://github.com/rust-lang/crates.io-index"13031checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1303213033[[package]]13034name = "void"13035version = "1.0.2"13036source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1303813039[[package]]13040name = "waker-fn"13041version = "1.1.0"13042source = "registry+https://github.com/rust-lang/crates.io-index"13043checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1304413045[[package]]13046name = "walkdir"13047version = "2.3.2"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13050dependencies = [13051 "same-file",13052 "winapi 0.3.9",13053 "winapi-util",13054]1305513056[[package]]13057name = "want"13058version = "0.3.0"13059source = "registry+https://github.com/rust-lang/crates.io-index"13060checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13061dependencies = [13062 "log",13063 "try-lock",13064]1306513066[[package]]13067name = "wasi"13068version = "0.9.0+wasi-snapshot-preview1"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1307113072[[package]]13073name = "wasi"13074version = "0.10.0+wasi-snapshot-preview1"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1307713078[[package]]13079name = "wasi"13080version = "0.11.0+wasi-snapshot-preview1"13081source = "registry+https://github.com/rust-lang/crates.io-index"13082checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1308313084[[package]]13085name = "wasm-bindgen"13086version = "0.2.80"13087source = "registry+https://github.com/rust-lang/crates.io-index"13088checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13089dependencies = [13090 "cfg-if 1.0.0",13091 "wasm-bindgen-macro",13092]1309313094[[package]]13095name = "wasm-bindgen-backend"13096version = "0.2.80"13097source = "registry+https://github.com/rust-lang/crates.io-index"13098checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13099dependencies = [13100 "bumpalo",13101 "lazy_static",13102 "log",13103 "proc-macro2",13104 "quote",13105 "syn",13106 "wasm-bindgen-shared",13107]1310813109[[package]]13110name = "wasm-bindgen-futures"13111version = "0.4.30"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13114dependencies = [13115 "cfg-if 1.0.0",13116 "js-sys",13117 "wasm-bindgen",13118 "web-sys",13119]1312013121[[package]]13122name = "wasm-bindgen-macro"13123version = "0.2.80"13124source = "registry+https://github.com/rust-lang/crates.io-index"13125checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13126dependencies = [13127 "quote",13128 "wasm-bindgen-macro-support",13129]1313013131[[package]]13132name = "wasm-bindgen-macro-support"13133version = "0.2.80"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13136dependencies = [13137 "proc-macro2",13138 "quote",13139 "syn",13140 "wasm-bindgen-backend",13141 "wasm-bindgen-shared",13142]1314313144[[package]]13145name = "wasm-bindgen-shared"13146version = "0.2.80"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1314913150[[package]]13151name = "wasm-gc-api"13152version = "0.1.11"13153source = "registry+https://github.com/rust-lang/crates.io-index"13154checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13155dependencies = [13156 "log",13157 "parity-wasm 0.32.0",13158 "rustc-demangle",13159]1316013161[[package]]13162name = "wasm-instrument"13163version = "0.1.1"13164source = "registry+https://github.com/rust-lang/crates.io-index"13165checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13166dependencies = [13167 "parity-wasm 0.42.2",13168]1316913170[[package]]13171name = "wasm-timer"13172version = "0.2.5"13173source = "registry+https://github.com/rust-lang/crates.io-index"13174checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13175dependencies = [13176 "futures 0.3.21",13177 "js-sys",13178 "parking_lot 0.11.2",13179 "pin-utils",13180 "wasm-bindgen",13181 "wasm-bindgen-futures",13182 "web-sys",13183]1318413185[[package]]13186name = "wasmi"13187version = "0.9.1"13188source = "registry+https://github.com/rust-lang/crates.io-index"13189checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13190dependencies = [13191 "downcast-rs",13192 "libc",13193 "memory_units",13194 "num-rational 0.2.4",13195 "num-traits",13196 "parity-wasm 0.42.2",13197 "wasmi-validation",13198]1319913200[[package]]13201name = "wasmi-validation"13202version = "0.4.1"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13205dependencies = [13206 "parity-wasm 0.42.2",13207]1320813209[[package]]13210name = "wasmparser"13211version = "0.83.0"13212source = "registry+https://github.com/rust-lang/crates.io-index"13213checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1321413215[[package]]13216name = "wasmtime"13217version = "0.35.3"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13220dependencies = [13221 "anyhow",13222 "backtrace",13223 "bincode",13224 "cfg-if 1.0.0",13225 "indexmap",13226 "lazy_static",13227 "libc",13228 "log",13229 "object 0.27.1",13230 "once_cell",13231 "paste",13232 "psm",13233 "rayon",13234 "region",13235 "serde",13236 "target-lexicon",13237 "wasmparser",13238 "wasmtime-cache",13239 "wasmtime-cranelift",13240 "wasmtime-environ",13241 "wasmtime-jit",13242 "wasmtime-runtime",13243 "winapi 0.3.9",13244]1324513246[[package]]13247name = "wasmtime-cache"13248version = "0.35.3"13249source = "registry+https://github.com/rust-lang/crates.io-index"13250checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13251dependencies = [13252 "anyhow",13253 "base64",13254 "bincode",13255 "directories-next",13256 "file-per-thread-logger",13257 "log",13258 "rustix",13259 "serde",13260 "sha2 0.9.9",13261 "toml",13262 "winapi 0.3.9",13263 "zstd",13264]1326513266[[package]]13267name = "wasmtime-cranelift"13268version = "0.35.3"13269source = "registry+https://github.com/rust-lang/crates.io-index"13270checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13271dependencies = [13272 "anyhow",13273 "cranelift-codegen",13274 "cranelift-entity",13275 "cranelift-frontend",13276 "cranelift-native",13277 "cranelift-wasm",13278 "gimli",13279 "log",13280 "more-asserts",13281 "object 0.27.1",13282 "target-lexicon",13283 "thiserror",13284 "wasmparser",13285 "wasmtime-environ",13286]1328713288[[package]]13289name = "wasmtime-environ"13290version = "0.35.3"13291source = "registry+https://github.com/rust-lang/crates.io-index"13292checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13293dependencies = [13294 "anyhow",13295 "cranelift-entity",13296 "gimli",13297 "indexmap",13298 "log",13299 "more-asserts",13300 "object 0.27.1",13301 "serde",13302 "target-lexicon",13303 "thiserror",13304 "wasmparser",13305 "wasmtime-types",13306]1330713308[[package]]13309name = "wasmtime-jit"13310version = "0.35.3"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13313dependencies = [13314 "addr2line",13315 "anyhow",13316 "bincode",13317 "cfg-if 1.0.0",13318 "cpp_demangle",13319 "gimli",13320 "log",13321 "object 0.27.1",13322 "region",13323 "rustc-demangle",13324 "rustix",13325 "serde",13326 "target-lexicon",13327 "thiserror",13328 "wasmtime-environ",13329 "wasmtime-jit-debug",13330 "wasmtime-runtime",13331 "winapi 0.3.9",13332]1333313334[[package]]13335name = "wasmtime-jit-debug"13336version = "0.35.3"13337source = "registry+https://github.com/rust-lang/crates.io-index"13338checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13339dependencies = [13340 "lazy_static",13341 "object 0.27.1",13342 "rustix",13343]1334413345[[package]]13346name = "wasmtime-runtime"13347version = "0.35.3"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13350dependencies = [13351 "anyhow",13352 "backtrace",13353 "cc",13354 "cfg-if 1.0.0",13355 "indexmap",13356 "libc",13357 "log",13358 "mach",13359 "memoffset",13360 "more-asserts",13361 "rand 0.8.5",13362 "region",13363 "rustix",13364 "thiserror",13365 "wasmtime-environ",13366 "wasmtime-jit-debug",13367 "winapi 0.3.9",13368]1336913370[[package]]13371name = "wasmtime-types"13372version = "0.35.3"13373source = "registry+https://github.com/rust-lang/crates.io-index"13374checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13375dependencies = [13376 "cranelift-entity",13377 "serde",13378 "thiserror",13379 "wasmparser",13380]1338113382[[package]]13383name = "web-sys"13384version = "0.3.57"13385source = "registry+https://github.com/rust-lang/crates.io-index"13386checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13387dependencies = [13388 "js-sys",13389 "wasm-bindgen",13390]1339113392[[package]]13393name = "webpki"13394version = "0.21.4"13395source = "registry+https://github.com/rust-lang/crates.io-index"13396checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13397dependencies = [13398 "ring",13399 "untrusted",13400]1340113402[[package]]13403name = "webpki"13404version = "0.22.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13407dependencies = [13408 "ring",13409 "untrusted",13410]1341113412[[package]]13413name = "webpki-roots"13414version = "0.21.1"13415source = "registry+https://github.com/rust-lang/crates.io-index"13416checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13417dependencies = [13418 "webpki 0.21.4",13419]1342013421[[package]]13422name = "webpki-roots"13423version = "0.22.3"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13426dependencies = [13427 "webpki 0.22.0",13428]1342913430[[package]]13431name = "wepoll-ffi"13432version = "0.1.2"13433source = "registry+https://github.com/rust-lang/crates.io-index"13434checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13435dependencies = [13436 "cc",13437]1343813439[[package]]13440name = "westend-runtime"13441version = "0.9.21"13442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13443dependencies = [13444 "beefy-primitives",13445 "bitvec 1.0.0",13446 "frame-benchmarking",13447 "frame-election-provider-support",13448 "frame-executive",13449 "frame-support",13450 "frame-system",13451 "frame-system-benchmarking",13452 "frame-system-rpc-runtime-api",13453 "frame-try-runtime",13454 "hex-literal",13455 "log",13456 "pallet-authority-discovery",13457 "pallet-authorship",13458 "pallet-babe",13459 "pallet-bags-list",13460 "pallet-balances",13461 "pallet-collective",13462 "pallet-democracy",13463 "pallet-election-provider-multi-phase",13464 "pallet-election-provider-support-benchmarking",13465 "pallet-elections-phragmen",13466 "pallet-grandpa",13467 "pallet-identity",13468 "pallet-im-online",13469 "pallet-indices",13470 "pallet-membership",13471 "pallet-multisig",13472 "pallet-nicks",13473 "pallet-nomination-pools",13474 "pallet-nomination-pools-benchmarking",13475 "pallet-offences",13476 "pallet-offences-benchmarking",13477 "pallet-preimage",13478 "pallet-proxy",13479 "pallet-recovery",13480 "pallet-scheduler",13481 "pallet-session",13482 "pallet-session-benchmarking",13483 "pallet-society",13484 "pallet-staking",13485 "pallet-staking-reward-curve",13486 "pallet-sudo",13487 "pallet-timestamp",13488 "pallet-transaction-payment",13489 "pallet-transaction-payment-rpc-runtime-api",13490 "pallet-treasury",13491 "pallet-utility",13492 "pallet-vesting",13493 "pallet-xcm",13494 "pallet-xcm-benchmarks",13495 "parity-scale-codec 3.1.2",13496 "polkadot-parachain",13497 "polkadot-primitives",13498 "polkadot-runtime-common",13499 "polkadot-runtime-parachains",13500 "rustc-hex",13501 "scale-info",13502 "serde",13503 "serde_derive",13504 "smallvec",13505 "sp-api",13506 "sp-authority-discovery",13507 "sp-block-builder",13508 "sp-consensus-babe",13509 "sp-core",13510 "sp-inherents",13511 "sp-io",13512 "sp-mmr-primitives",13513 "sp-npos-elections",13514 "sp-offchain",13515 "sp-runtime",13516 "sp-session",13517 "sp-staking",13518 "sp-std",13519 "sp-transaction-pool",13520 "sp-version",13521 "substrate-wasm-builder",13522 "westend-runtime-constants",13523 "xcm",13524 "xcm-builder",13525 "xcm-executor",13526]1352713528[[package]]13529name = "westend-runtime-constants"13530version = "0.9.21"13531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13532dependencies = [13533 "frame-support",13534 "polkadot-primitives",13535 "polkadot-runtime-common",13536 "smallvec",13537 "sp-runtime",13538]1353913540[[package]]13541name = "which"13542version = "4.2.5"13543source = "registry+https://github.com/rust-lang/crates.io-index"13544checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13545dependencies = [13546 "either",13547 "lazy_static",13548 "libc",13549]1355013551[[package]]13552name = "widestring"13553version = "0.4.3"13554source = "registry+https://github.com/rust-lang/crates.io-index"13555checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1355613557[[package]]13558name = "winapi"13559version = "0.2.8"13560source = "registry+https://github.com/rust-lang/crates.io-index"13561checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1356213563[[package]]13564name = "winapi"13565version = "0.3.9"13566source = "registry+https://github.com/rust-lang/crates.io-index"13567checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13568dependencies = [13569 "winapi-i686-pc-windows-gnu",13570 "winapi-x86_64-pc-windows-gnu",13571]1357213573[[package]]13574name = "winapi-build"13575version = "0.1.1"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1357813579[[package]]13580name = "winapi-i686-pc-windows-gnu"13581version = "0.4.0"13582source = "registry+https://github.com/rust-lang/crates.io-index"13583checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1358413585[[package]]13586name = "winapi-util"13587version = "0.1.5"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13590dependencies = [13591 "winapi 0.3.9",13592]1359313594[[package]]13595name = "winapi-x86_64-pc-windows-gnu"13596version = "0.4.0"13597source = "registry+https://github.com/rust-lang/crates.io-index"13598checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1359913600[[package]]13601name = "windows-sys"13602version = "0.36.1"13603source = "registry+https://github.com/rust-lang/crates.io-index"13604checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13605dependencies = [13606 "windows_aarch64_msvc",13607 "windows_i686_gnu",13608 "windows_i686_msvc",13609 "windows_x86_64_gnu",13610 "windows_x86_64_msvc",13611]1361213613[[package]]13614name = "windows_aarch64_msvc"13615version = "0.36.1"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1361813619[[package]]13620name = "windows_i686_gnu"13621version = "0.36.1"13622source = "registry+https://github.com/rust-lang/crates.io-index"13623checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1362413625[[package]]13626name = "windows_i686_msvc"13627version = "0.36.1"13628source = "registry+https://github.com/rust-lang/crates.io-index"13629checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1363013631[[package]]13632name = "windows_x86_64_gnu"13633version = "0.36.1"13634source = "registry+https://github.com/rust-lang/crates.io-index"13635checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1363613637[[package]]13638name = "windows_x86_64_msvc"13639version = "0.36.1"13640source = "registry+https://github.com/rust-lang/crates.io-index"13641checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1364213643[[package]]13644name = "winreg"13645version = "0.6.2"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13648dependencies = [13649 "winapi 0.3.9",13650]1365113652[[package]]13653name = "ws2_32-sys"13654version = "0.2.1"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13657dependencies = [13658 "winapi 0.2.8",13659 "winapi-build",13660]1366113662[[package]]13663name = "wyz"13664version = "0.2.0"13665source = "registry+https://github.com/rust-lang/crates.io-index"13666checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1366713668[[package]]13669name = "wyz"13670version = "0.5.0"13671source = "registry+https://github.com/rust-lang/crates.io-index"13672checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13673dependencies = [13674 "tap",13675]1367613677[[package]]13678name = "x25519-dalek"13679version = "1.1.1"13680source = "registry+https://github.com/rust-lang/crates.io-index"13681checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13682dependencies = [13683 "curve25519-dalek 3.2.0",13684 "rand_core 0.5.1",13685 "zeroize",13686]1368713688[[package]]13689name = "xcm"13690version = "0.9.21"13691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13692dependencies = [13693 "derivative",13694 "impl-trait-for-tuples",13695 "log",13696 "parity-scale-codec 3.1.2",13697 "scale-info",13698 "xcm-procedural",13699]1370013701[[package]]13702name = "xcm-builder"13703version = "0.9.21"13704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13705dependencies = [13706 "frame-support",13707 "frame-system",13708 "log",13709 "pallet-transaction-payment",13710 "parity-scale-codec 3.1.2",13711 "polkadot-parachain",13712 "scale-info",13713 "sp-arithmetic",13714 "sp-io",13715 "sp-runtime",13716 "sp-std",13717 "xcm",13718 "xcm-executor",13719]1372013721[[package]]13722name = "xcm-executor"13723version = "0.9.21"13724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13725dependencies = [13726 "frame-benchmarking",13727 "frame-support",13728 "impl-trait-for-tuples",13729 "log",13730 "parity-scale-codec 3.1.2",13731 "sp-arithmetic",13732 "sp-core",13733 "sp-io",13734 "sp-runtime",13735 "sp-std",13736 "xcm",13737]1373813739[[package]]13740name = "xcm-procedural"13741version = "0.1.0"13742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13743dependencies = [13744 "Inflector",13745 "proc-macro2",13746 "quote",13747 "syn",13748]1374913750[[package]]13751name = "yamux"13752version = "0.9.0"13753source = "registry+https://github.com/rust-lang/crates.io-index"13754checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13755dependencies = [13756 "futures 0.3.21",13757 "log",13758 "nohash-hasher",13759 "parking_lot 0.11.2",13760 "rand 0.8.5",13761 "static_assertions",13762]1376313764[[package]]13765name = "yansi"13766version = "0.5.1"13767source = "registry+https://github.com/rust-lang/crates.io-index"13768checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1376913770[[package]]13771name = "zeroize"13772version = "1.5.5"13773source = "registry+https://github.com/rust-lang/crates.io-index"13774checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13775dependencies = [13776 "zeroize_derive",13777]1377813779[[package]]13780name = "zeroize_derive"13781version = "1.3.2"13782source = "registry+https://github.com/rust-lang/crates.io-index"13783checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13784dependencies = [13785 "proc-macro2",13786 "quote",13787 "syn",13788 "synstructure",13789]1379013791[[package]]13792name = "zstd"13793version = "0.10.2+zstd.1.5.2"13794source = "registry+https://github.com/rust-lang/crates.io-index"13795checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13796dependencies = [13797 "zstd-safe",13798]1379913800[[package]]13801name = "zstd-safe"13802version = "4.1.6+zstd.1.5.2"13803source = "registry+https://github.com/rust-lang/crates.io-index"13804checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13805dependencies = [13806 "libc",13807 "zstd-sys",13808]1380913810[[package]]13811name = "zstd-sys"13812version = "1.6.3+zstd.1.5.2"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13815dependencies = [13816 "cc",13817 "libc",13818]