git.delta.rocks / unique-network / refs/commits / 50681bd13d64

difftreelog

source

Cargo.lock311.2 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.6",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.57"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.1.0"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-lock",199 "blocking",200 "futures-lite",201 "once_cell",202]203204[[package]]205name = "async-io"206version = "1.7.0"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"209dependencies = [210 "concurrent-queue",211 "futures-lite",212 "libc",213 "log",214 "once_cell",215 "parking",216 "polling",217 "slab",218 "socket2 0.4.4",219 "waker-fn",220 "winapi 0.3.9",221]222223[[package]]224name = "async-lock"225version = "2.5.0"226source = "registry+https://github.com/rust-lang/crates.io-index"227checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"228dependencies = [229 "event-listener",230]231232[[package]]233name = "async-process"234version = "1.4.0"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"237dependencies = [238 "async-io",239 "blocking",240 "cfg-if 1.0.0",241 "event-listener",242 "futures-lite",243 "libc",244 "once_cell",245 "signal-hook",246 "winapi 0.3.9",247]248249[[package]]250name = "async-std"251version = "1.11.0"252source = "registry+https://github.com/rust-lang/crates.io-index"253checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"254dependencies = [255 "async-attributes",256 "async-channel",257 "async-global-executor",258 "async-io",259 "async-lock",260 "crossbeam-utils",261 "futures-channel",262 "futures-core",263 "futures-io",264 "futures-lite",265 "gloo-timers",266 "kv-log-macro",267 "log",268 "memchr",269 "num_cpus",270 "once_cell",271 "pin-project-lite 0.2.9",272 "pin-utils",273 "slab",274 "wasm-bindgen-futures",275]276277[[package]]278name = "async-std-resolver"279version = "0.20.4"280source = "registry+https://github.com/rust-lang/crates.io-index"281checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"282dependencies = [283 "async-std",284 "async-trait",285 "futures-io",286 "futures-util",287 "pin-utils",288 "trust-dns-resolver",289]290291[[package]]292name = "async-task"293version = "4.2.0"294source = "registry+https://github.com/rust-lang/crates.io-index"295checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"296297[[package]]298name = "async-trait"299version = "0.1.53"300source = "registry+https://github.com/rust-lang/crates.io-index"301checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"302dependencies = [303 "proc-macro2",304 "quote",305 "syn",306]307308[[package]]309name = "asynchronous-codec"310version = "0.5.0"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"313dependencies = [314 "bytes 1.1.0",315 "futures-sink",316 "futures-util",317 "memchr",318 "pin-project-lite 0.2.9",319]320321[[package]]322name = "asynchronous-codec"323version = "0.6.0"324source = "registry+https://github.com/rust-lang/crates.io-index"325checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"326dependencies = [327 "bytes 1.1.0",328 "futures-sink",329 "futures-util",330 "memchr",331 "pin-project-lite 0.2.9",332]333334[[package]]335name = "atomic"336version = "0.5.1"337source = "registry+https://github.com/rust-lang/crates.io-index"338checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"339dependencies = [340 "autocfg",341]342343[[package]]344name = "atomic-waker"345version = "1.0.0"346source = "registry+https://github.com/rust-lang/crates.io-index"347checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"348349[[package]]350name = "atty"351version = "0.2.14"352source = "registry+https://github.com/rust-lang/crates.io-index"353checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"354dependencies = [355 "hermit-abi",356 "libc",357 "winapi 0.3.9",358]359360[[package]]361name = "auto_impl"362version = "0.5.0"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"365dependencies = [366 "proc-macro-error",367 "proc-macro2",368 "quote",369 "syn",370]371372[[package]]373name = "autocfg"374version = "1.1.0"375source = "registry+https://github.com/rust-lang/crates.io-index"376checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"377378[[package]]379name = "backoff"380version = "0.4.0"381source = "registry+https://github.com/rust-lang/crates.io-index"382checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"383dependencies = [384 "futures-core",385 "getrandom 0.2.6",386 "instant",387 "pin-project-lite 0.2.9",388 "rand 0.8.5",389 "tokio 1.18.2",390]391392[[package]]393name = "backtrace"394version = "0.3.65"395source = "registry+https://github.com/rust-lang/crates.io-index"396checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"397dependencies = [398 "addr2line",399 "cc",400 "cfg-if 1.0.0",401 "libc",402 "miniz_oxide",403 "object 0.28.4",404 "rustc-demangle",405]406407[[package]]408name = "base-x"409version = "0.2.10"410source = "registry+https://github.com/rust-lang/crates.io-index"411checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"412413[[package]]414name = "base16ct"415version = "0.1.1"416source = "registry+https://github.com/rust-lang/crates.io-index"417checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"418419[[package]]420name = "base58"421version = "0.2.0"422source = "registry+https://github.com/rust-lang/crates.io-index"423checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"424425[[package]]426name = "base64"427version = "0.13.0"428source = "registry+https://github.com/rust-lang/crates.io-index"429checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"430431[[package]]432name = "base64ct"433version = "1.5.0"434source = "registry+https://github.com/rust-lang/crates.io-index"435checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"436437[[package]]438name = "beef"439version = "0.5.2"440source = "registry+https://github.com/rust-lang/crates.io-index"441checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"442dependencies = [443 "serde",444]445446[[package]]447name = "beefy-gadget"448version = "4.0.0-dev"449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"450dependencies = [451 "beefy-primitives",452 "fnv",453 "futures 0.3.21",454 "futures-timer",455 "hex",456 "log",457 "parity-scale-codec 3.1.2",458 "parking_lot 0.12.0",459 "sc-chain-spec",460 "sc-client-api",461 "sc-finality-grandpa",462 "sc-keystore",463 "sc-network",464 "sc-network-gossip",465 "sc-utils",466 "sp-api",467 "sp-application-crypto",468 "sp-arithmetic",469 "sp-blockchain",470 "sp-consensus",471 "sp-core",472 "sp-keystore",473 "sp-mmr-primitives",474 "sp-runtime",475 "substrate-prometheus-endpoint",476 "thiserror",477 "wasm-timer",478]479480[[package]]481name = "beefy-gadget-rpc"482version = "4.0.0-dev"483source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"484dependencies = [485 "beefy-gadget",486 "beefy-primitives",487 "futures 0.3.21",488 "jsonrpc-core",489 "jsonrpc-core-client",490 "jsonrpc-derive",491 "jsonrpc-pubsub",492 "log",493 "parity-scale-codec 3.1.2",494 "parking_lot 0.12.0",495 "sc-rpc",496 "sc-utils",497 "serde",498 "sp-core",499 "sp-runtime",500 "thiserror",501]502503[[package]]504name = "beefy-merkle-tree"505version = "4.0.0-dev"506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"507508[[package]]509name = "beefy-primitives"510version = "4.0.0-dev"511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"512dependencies = [513 "parity-scale-codec 3.1.2",514 "scale-info",515 "sp-api",516 "sp-application-crypto",517 "sp-core",518 "sp-runtime",519 "sp-std",520]521522[[package]]523name = "bimap"524version = "0.6.2"525source = "registry+https://github.com/rust-lang/crates.io-index"526checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"527528[[package]]529name = "bincode"530version = "1.3.3"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"533dependencies = [534 "serde",535]536537[[package]]538name = "bindgen"539version = "0.59.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"542dependencies = [543 "bitflags",544 "cexpr",545 "clang-sys",546 "lazy_static",547 "lazycell",548 "peeking_take_while",549 "proc-macro2",550 "quote",551 "regex",552 "rustc-hash",553 "shlex",554]555556[[package]]557name = "bitflags"558version = "1.3.2"559source = "registry+https://github.com/rust-lang/crates.io-index"560checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"561562[[package]]563name = "bitvec"564version = "0.20.4"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"567dependencies = [568 "funty 1.1.0",569 "radium 0.6.2",570 "tap",571 "wyz 0.2.0",572]573574[[package]]575name = "bitvec"576version = "1.0.0"577source = "registry+https://github.com/rust-lang/crates.io-index"578checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"579dependencies = [580 "funty 2.0.0",581 "radium 0.7.0",582 "tap",583 "wyz 0.5.0",584]585586[[package]]587name = "blake2"588version = "0.9.2"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"591dependencies = [592 "crypto-mac 0.8.0",593 "digest 0.9.0",594 "opaque-debug 0.3.0",595]596597[[package]]598name = "blake2"599version = "0.10.4"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"602dependencies = [603 "digest 0.10.3",604]605606[[package]]607name = "blake2-rfc"608version = "0.2.18"609source = "registry+https://github.com/rust-lang/crates.io-index"610checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"611dependencies = [612 "arrayvec 0.4.12",613 "constant_time_eq",614]615616[[package]]617name = "blake2b_simd"618version = "0.5.11"619source = "registry+https://github.com/rust-lang/crates.io-index"620checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"621dependencies = [622 "arrayref",623 "arrayvec 0.5.2",624 "constant_time_eq",625]626627[[package]]628name = "blake2s_simd"629version = "0.5.11"630source = "registry+https://github.com/rust-lang/crates.io-index"631checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"632dependencies = [633 "arrayref",634 "arrayvec 0.5.2",635 "constant_time_eq",636]637638[[package]]639name = "blake3"640version = "0.3.8"641source = "registry+https://github.com/rust-lang/crates.io-index"642checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"643dependencies = [644 "arrayref",645 "arrayvec 0.5.2",646 "cc",647 "cfg-if 0.1.10",648 "constant_time_eq",649 "crypto-mac 0.8.0",650 "digest 0.9.0",651]652653[[package]]654name = "blake3"655version = "1.3.1"656source = "registry+https://github.com/rust-lang/crates.io-index"657checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"658dependencies = [659 "arrayref",660 "arrayvec 0.7.2",661 "cc",662 "cfg-if 1.0.0",663 "constant_time_eq",664 "digest 0.10.3",665]666667[[package]]668name = "block-buffer"669version = "0.7.3"670source = "registry+https://github.com/rust-lang/crates.io-index"671checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"672dependencies = [673 "block-padding 0.1.5",674 "byte-tools",675 "byteorder",676 "generic-array 0.12.4",677]678679[[package]]680name = "block-buffer"681version = "0.9.0"682source = "registry+https://github.com/rust-lang/crates.io-index"683checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"684dependencies = [685 "block-padding 0.2.1",686 "generic-array 0.14.5",687]688689[[package]]690name = "block-buffer"691version = "0.10.2"692source = "registry+https://github.com/rust-lang/crates.io-index"693checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"694dependencies = [695 "generic-array 0.14.5",696]697698[[package]]699name = "block-padding"700version = "0.1.5"701source = "registry+https://github.com/rust-lang/crates.io-index"702checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"703dependencies = [704 "byte-tools",705]706707[[package]]708name = "block-padding"709version = "0.2.1"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"712713[[package]]714name = "blocking"715version = "1.2.0"716source = "registry+https://github.com/rust-lang/crates.io-index"717checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"718dependencies = [719 "async-channel",720 "async-task",721 "atomic-waker",722 "fastrand",723 "futures-lite",724 "once_cell",725]726727[[package]]728name = "bounded-vec"729version = "0.5.0"730source = "registry+https://github.com/rust-lang/crates.io-index"731checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"732dependencies = [733 "thiserror",734]735736[[package]]737name = "bp-header-chain"738version = "0.1.0"739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"740dependencies = [741 "bp-runtime",742 "finality-grandpa",743 "frame-support",744 "parity-scale-codec 3.1.2",745 "scale-info",746 "serde",747 "sp-core",748 "sp-finality-grandpa",749 "sp-runtime",750 "sp-std",751]752753[[package]]754name = "bp-message-dispatch"755version = "0.1.0"756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"757dependencies = [758 "bp-runtime",759 "frame-support",760 "parity-scale-codec 3.1.2",761 "scale-info",762 "sp-std",763]764765[[package]]766name = "bp-messages"767version = "0.1.0"768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"769dependencies = [770 "bitvec 1.0.0",771 "bp-runtime",772 "frame-support",773 "frame-system",774 "impl-trait-for-tuples",775 "parity-scale-codec 3.1.2",776 "scale-info",777 "serde",778 "sp-core",779 "sp-std",780]781782[[package]]783name = "bp-polkadot-core"784version = "0.1.0"785source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"786dependencies = [787 "bp-messages",788 "bp-runtime",789 "frame-support",790 "frame-system",791 "parity-scale-codec 3.1.2",792 "scale-info",793 "sp-api",794 "sp-core",795 "sp-runtime",796 "sp-std",797 "sp-version",798]799800[[package]]801name = "bp-rococo"802version = "0.1.0"803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"804dependencies = [805 "bp-messages",806 "bp-polkadot-core",807 "bp-runtime",808 "frame-support",809 "parity-scale-codec 3.1.2",810 "smallvec",811 "sp-api",812 "sp-runtime",813 "sp-std",814 "sp-version",815]816817[[package]]818name = "bp-runtime"819version = "0.1.0"820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"821dependencies = [822 "frame-support",823 "hash-db",824 "num-traits",825 "parity-scale-codec 3.1.2",826 "scale-info",827 "sp-core",828 "sp-io",829 "sp-runtime",830 "sp-state-machine",831 "sp-std",832 "sp-trie",833]834835[[package]]836name = "bp-test-utils"837version = "0.1.0"838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"839dependencies = [840 "bp-header-chain",841 "ed25519-dalek",842 "finality-grandpa",843 "parity-scale-codec 3.1.2",844 "sp-application-crypto",845 "sp-finality-grandpa",846 "sp-runtime",847 "sp-std",848]849850[[package]]851name = "bp-wococo"852version = "0.1.0"853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"854dependencies = [855 "bp-messages",856 "bp-polkadot-core",857 "bp-rococo",858 "bp-runtime",859 "parity-scale-codec 3.1.2",860 "sp-api",861 "sp-runtime",862 "sp-std",863]864865[[package]]866name = "bridge-runtime-common"867version = "0.1.0"868source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"869dependencies = [870 "bp-message-dispatch",871 "bp-messages",872 "bp-runtime",873 "frame-support",874 "frame-system",875 "hash-db",876 "pallet-bridge-dispatch",877 "pallet-bridge-grandpa",878 "pallet-bridge-messages",879 "pallet-transaction-payment",880 "parity-scale-codec 3.1.2",881 "scale-info",882 "sp-api",883 "sp-core",884 "sp-runtime",885 "sp-state-machine",886 "sp-std",887 "sp-trie",888]889890[[package]]891name = "bs58"892version = "0.4.0"893source = "registry+https://github.com/rust-lang/crates.io-index"894checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"895896[[package]]897name = "bstr"898version = "0.2.17"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"901dependencies = [902 "lazy_static",903 "memchr",904 "regex-automata",905 "serde",906]907908[[package]]909name = "build-helper"910version = "0.1.1"911source = "registry+https://github.com/rust-lang/crates.io-index"912checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"913dependencies = [914 "semver 0.6.0",915]916917[[package]]918name = "bumpalo"919version = "3.9.1"920source = "registry+https://github.com/rust-lang/crates.io-index"921checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"922923[[package]]924name = "byte-slice-cast"925version = "1.2.1"926source = "registry+https://github.com/rust-lang/crates.io-index"927checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"928929[[package]]930name = "byte-tools"931version = "0.3.1"932source = "registry+https://github.com/rust-lang/crates.io-index"933checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"934935[[package]]936name = "byteorder"937version = "1.4.3"938source = "registry+https://github.com/rust-lang/crates.io-index"939checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"940941[[package]]942name = "bytes"943version = "0.4.12"944source = "registry+https://github.com/rust-lang/crates.io-index"945checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"946dependencies = [947 "byteorder",948 "iovec",949]950951[[package]]952name = "bytes"953version = "0.5.6"954source = "registry+https://github.com/rust-lang/crates.io-index"955checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"956957[[package]]958name = "bytes"959version = "1.1.0"960source = "registry+https://github.com/rust-lang/crates.io-index"961checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"962963[[package]]964name = "bzip2-sys"965version = "0.1.11+1.0.8"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"968dependencies = [969 "cc",970 "libc",971 "pkg-config",972]973974[[package]]975name = "cache-padded"976version = "1.2.0"977source = "registry+https://github.com/rust-lang/crates.io-index"978checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"979980[[package]]981name = "camino"982version = "1.0.9"983source = "registry+https://github.com/rust-lang/crates.io-index"984checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"985dependencies = [986 "serde",987]988989[[package]]990name = "cargo-platform"991version = "0.1.2"992source = "registry+https://github.com/rust-lang/crates.io-index"993checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"994dependencies = [995 "serde",996]997998[[package]]999name = "cargo_metadata"1000version = "0.14.2"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"1003dependencies = [1004 "camino",1005 "cargo-platform",1006 "semver 1.0.9",1007 "serde",1008 "serde_json",1009]10101011[[package]]1012name = "cc"1013version = "1.0.73"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1016dependencies = [1017 "jobserver",1018]10191020[[package]]1021name = "cexpr"1022version = "0.6.0"1023source = "registry+https://github.com/rust-lang/crates.io-index"1024checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1025dependencies = [1026 "nom",1027]10281029[[package]]1030name = "cfg-if"1031version = "0.1.10"1032source = "registry+https://github.com/rust-lang/crates.io-index"1033checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10341035[[package]]1036name = "cfg-if"1037version = "1.0.0"1038source = "registry+https://github.com/rust-lang/crates.io-index"1039checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10401041[[package]]1042name = "cfg_aliases"1043version = "0.1.1"1044source = "registry+https://github.com/rust-lang/crates.io-index"1045checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10461047[[package]]1048name = "chacha20"1049version = "0.7.1"1050source = "registry+https://github.com/rust-lang/crates.io-index"1051checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1052dependencies = [1053 "cfg-if 1.0.0",1054 "cipher",1055 "cpufeatures 0.1.5",1056 "zeroize",1057]10581059[[package]]1060name = "chacha20poly1305"1061version = "0.8.0"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1064dependencies = [1065 "aead",1066 "chacha20",1067 "cipher",1068 "poly1305",1069 "zeroize",1070]10711072[[package]]1073name = "chrono"1074version = "0.4.19"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1077dependencies = [1078 "libc",1079 "num-integer",1080 "num-traits",1081 "time",1082 "winapi 0.3.9",1083]10841085[[package]]1086name = "cid"1087version = "0.6.1"1088source = "registry+https://github.com/rust-lang/crates.io-index"1089checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1090dependencies = [1091 "multibase",1092 "multihash 0.13.2",1093 "unsigned-varint 0.5.1",1094]10951096[[package]]1097name = "cipher"1098version = "0.3.0"1099source = "registry+https://github.com/rust-lang/crates.io-index"1100checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1101dependencies = [1102 "generic-array 0.14.5",1103]11041105[[package]]1106name = "ckb-merkle-mountain-range"1107version = "0.3.2"1108source = "registry+https://github.com/rust-lang/crates.io-index"1109checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1110dependencies = [1111 "cfg-if 0.1.10",1112]11131114[[package]]1115name = "clang-sys"1116version = "1.3.3"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"1119dependencies = [1120 "glob",1121 "libc",1122 "libloading 0.7.3",1123]11241125[[package]]1126name = "clap"1127version = "3.1.18"1128source = "registry+https://github.com/rust-lang/crates.io-index"1129checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"1130dependencies = [1131 "atty",1132 "bitflags",1133 "clap_derive",1134 "clap_lex",1135 "indexmap",1136 "lazy_static",1137 "strsim",1138 "termcolor",1139 "textwrap",1140]11411142[[package]]1143name = "clap_derive"1144version = "3.1.18"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"1147dependencies = [1148 "heck 0.4.0",1149 "proc-macro-error",1150 "proc-macro2",1151 "quote",1152 "syn",1153]11541155[[package]]1156name = "clap_lex"1157version = "0.2.0"1158source = "registry+https://github.com/rust-lang/crates.io-index"1159checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"1160dependencies = [1161 "os_str_bytes",1162]11631164[[package]]1165name = "coarsetime"1166version = "0.1.22"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1169dependencies = [1170 "libc",1171 "once_cell",1172 "wasi 0.11.0+wasi-snapshot-preview1",1173 "wasm-bindgen",1174]11751176[[package]]1177name = "concurrent-queue"1178version = "1.2.2"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1181dependencies = [1182 "cache-padded",1183]11841185[[package]]1186name = "const-oid"1187version = "0.7.1"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11901191[[package]]1192name = "constant_time_eq"1193version = "0.1.5"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11961197[[package]]1198name = "convert_case"1199version = "0.4.0"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"12021203[[package]]1204name = "core-foundation"1205version = "0.9.3"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1208dependencies = [1209 "core-foundation-sys",1210 "libc",1211]12121213[[package]]1214name = "core-foundation-sys"1215version = "0.8.3"1216source = "registry+https://github.com/rust-lang/crates.io-index"1217checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"12181219[[package]]1220name = "cpp_demangle"1221version = "0.3.5"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1224dependencies = [1225 "cfg-if 1.0.0",1226]12271228[[package]]1229name = "cpufeatures"1230version = "0.1.5"1231source = "registry+https://github.com/rust-lang/crates.io-index"1232checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1233dependencies = [1234 "libc",1235]12361237[[package]]1238name = "cpufeatures"1239version = "0.2.2"1240source = "registry+https://github.com/rust-lang/crates.io-index"1241checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1242dependencies = [1243 "libc",1244]12451246[[package]]1247name = "cranelift-bforest"1248version = "0.82.3"1249source = "registry+https://github.com/rust-lang/crates.io-index"1250checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1251dependencies = [1252 "cranelift-entity",1253]12541255[[package]]1256name = "cranelift-codegen"1257version = "0.82.3"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1260dependencies = [1261 "cranelift-bforest",1262 "cranelift-codegen-meta",1263 "cranelift-codegen-shared",1264 "cranelift-entity",1265 "gimli",1266 "log",1267 "regalloc",1268 "smallvec",1269 "target-lexicon",1270]12711272[[package]]1273name = "cranelift-codegen-meta"1274version = "0.82.3"1275source = "registry+https://github.com/rust-lang/crates.io-index"1276checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1277dependencies = [1278 "cranelift-codegen-shared",1279]12801281[[package]]1282name = "cranelift-codegen-shared"1283version = "0.82.3"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12861287[[package]]1288name = "cranelift-entity"1289version = "0.82.3"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1292dependencies = [1293 "serde",1294]12951296[[package]]1297name = "cranelift-frontend"1298version = "0.82.3"1299source = "registry+https://github.com/rust-lang/crates.io-index"1300checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1301dependencies = [1302 "cranelift-codegen",1303 "log",1304 "smallvec",1305 "target-lexicon",1306]13071308[[package]]1309name = "cranelift-native"1310version = "0.82.3"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1313dependencies = [1314 "cranelift-codegen",1315 "libc",1316 "target-lexicon",1317]13181319[[package]]1320name = "cranelift-wasm"1321version = "0.82.3"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1324dependencies = [1325 "cranelift-codegen",1326 "cranelift-entity",1327 "cranelift-frontend",1328 "itertools",1329 "log",1330 "smallvec",1331 "wasmparser",1332 "wasmtime-types",1333]13341335[[package]]1336name = "crc32fast"1337version = "1.3.2"1338source = "registry+https://github.com/rust-lang/crates.io-index"1339checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1340dependencies = [1341 "cfg-if 1.0.0",1342]13431344[[package]]1345name = "crossbeam-channel"1346version = "0.5.4"1347source = "registry+https://github.com/rust-lang/crates.io-index"1348checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1349dependencies = [1350 "cfg-if 1.0.0",1351 "crossbeam-utils",1352]13531354[[package]]1355name = "crossbeam-deque"1356version = "0.8.1"1357source = "registry+https://github.com/rust-lang/crates.io-index"1358checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1359dependencies = [1360 "cfg-if 1.0.0",1361 "crossbeam-epoch",1362 "crossbeam-utils",1363]13641365[[package]]1366name = "crossbeam-epoch"1367version = "0.9.8"1368source = "registry+https://github.com/rust-lang/crates.io-index"1369checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1370dependencies = [1371 "autocfg",1372 "cfg-if 1.0.0",1373 "crossbeam-utils",1374 "lazy_static",1375 "memoffset",1376 "scopeguard",1377]13781379[[package]]1380name = "crossbeam-queue"1381version = "0.3.5"1382source = "registry+https://github.com/rust-lang/crates.io-index"1383checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1384dependencies = [1385 "cfg-if 1.0.0",1386 "crossbeam-utils",1387]13881389[[package]]1390name = "crossbeam-utils"1391version = "0.8.8"1392source = "registry+https://github.com/rust-lang/crates.io-index"1393checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1394dependencies = [1395 "cfg-if 1.0.0",1396 "lazy_static",1397]13981399[[package]]1400name = "crunchy"1401version = "0.2.2"1402source = "registry+https://github.com/rust-lang/crates.io-index"1403checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"14041405[[package]]1406name = "crypto-bigint"1407version = "0.3.2"1408source = "registry+https://github.com/rust-lang/crates.io-index"1409checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1410dependencies = [1411 "generic-array 0.14.5",1412 "rand_core 0.6.3",1413 "subtle",1414 "zeroize",1415]14161417[[package]]1418name = "crypto-common"1419version = "0.1.3"1420source = "registry+https://github.com/rust-lang/crates.io-index"1421checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1422dependencies = [1423 "generic-array 0.14.5",1424 "typenum",1425]14261427[[package]]1428name = "crypto-mac"1429version = "0.8.0"1430source = "registry+https://github.com/rust-lang/crates.io-index"1431checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1432dependencies = [1433 "generic-array 0.14.5",1434 "subtle",1435]14361437[[package]]1438name = "crypto-mac"1439version = "0.11.1"1440source = "registry+https://github.com/rust-lang/crates.io-index"1441checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1442dependencies = [1443 "generic-array 0.14.5",1444 "subtle",1445]14461447[[package]]1448name = "csv"1449version = "1.1.6"1450source = "registry+https://github.com/rust-lang/crates.io-index"1451checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"1452dependencies = [1453 "bstr",1454 "csv-core",1455 "itoa 0.4.8",1456 "ryu",1457 "serde",1458]14591460[[package]]1461name = "csv-core"1462version = "0.1.10"1463source = "registry+https://github.com/rust-lang/crates.io-index"1464checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"1465dependencies = [1466 "memchr",1467]14681469[[package]]1470name = "ct-logs"1471version = "0.8.0"1472source = "registry+https://github.com/rust-lang/crates.io-index"1473checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1474dependencies = [1475 "sct 0.6.1",1476]14771478[[package]]1479name = "ctor"1480version = "0.1.22"1481source = "registry+https://github.com/rust-lang/crates.io-index"1482checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1483dependencies = [1484 "quote",1485 "syn",1486]14871488[[package]]1489name = "ctr"1490version = "0.8.0"1491source = "registry+https://github.com/rust-lang/crates.io-index"1492checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1493dependencies = [1494 "cipher",1495]14961497[[package]]1498name = "cuckoofilter"1499version = "0.5.0"1500source = "registry+https://github.com/rust-lang/crates.io-index"1501checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1502dependencies = [1503 "byteorder",1504 "fnv",1505 "rand 0.7.3",1506]15071508[[package]]1509name = "cumulus-client-cli"1510version = "0.1.0"1511source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1512dependencies = [1513 "clap",1514 "sc-cli",1515 "sc-service",1516 "url 2.2.2",1517]15181519[[package]]1520name = "cumulus-client-collator"1521version = "0.1.0"1522source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1523dependencies = [1524 "cumulus-client-consensus-common",1525 "cumulus-client-network",1526 "cumulus-primitives-core",1527 "cumulus-relay-chain-interface",1528 "futures 0.3.21",1529 "parity-scale-codec 3.1.2",1530 "parking_lot 0.12.0",1531 "polkadot-node-primitives",1532 "polkadot-node-subsystem",1533 "polkadot-overseer",1534 "polkadot-primitives",1535 "sc-client-api",1536 "sp-api",1537 "sp-consensus",1538 "sp-core",1539 "sp-runtime",1540 "tracing",1541]15421543[[package]]1544name = "cumulus-client-consensus-aura"1545version = "0.1.0"1546source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1547dependencies = [1548 "async-trait",1549 "cumulus-client-consensus-common",1550 "cumulus-primitives-core",1551 "futures 0.3.21",1552 "parity-scale-codec 3.1.2",1553 "sc-client-api",1554 "sc-consensus",1555 "sc-consensus-aura",1556 "sc-consensus-slots",1557 "sc-telemetry",1558 "sp-api",1559 "sp-application-crypto",1560 "sp-block-builder",1561 "sp-blockchain",1562 "sp-consensus",1563 "sp-consensus-aura",1564 "sp-core",1565 "sp-inherents",1566 "sp-keystore",1567 "sp-runtime",1568 "substrate-prometheus-endpoint",1569 "tracing",1570]15711572[[package]]1573name = "cumulus-client-consensus-common"1574version = "0.1.0"1575source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1576dependencies = [1577 "async-trait",1578 "cumulus-relay-chain-interface",1579 "dyn-clone",1580 "futures 0.3.21",1581 "parity-scale-codec 3.1.2",1582 "polkadot-primitives",1583 "sc-client-api",1584 "sc-consensus",1585 "sp-api",1586 "sp-blockchain",1587 "sp-consensus",1588 "sp-runtime",1589 "sp-trie",1590 "tracing",1591]15921593[[package]]1594name = "cumulus-client-network"1595version = "0.1.0"1596source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1597dependencies = [1598 "async-trait",1599 "cumulus-relay-chain-interface",1600 "derive_more",1601 "futures 0.3.21",1602 "futures-timer",1603 "parity-scale-codec 3.1.2",1604 "parking_lot 0.12.0",1605 "polkadot-node-primitives",1606 "polkadot-parachain",1607 "polkadot-primitives",1608 "sc-client-api",1609 "sp-api",1610 "sp-blockchain",1611 "sp-consensus",1612 "sp-core",1613 "sp-runtime",1614 "sp-state-machine",1615 "tracing",1616]16171618[[package]]1619name = "cumulus-client-pov-recovery"1620version = "0.1.0"1621source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1622dependencies = [1623 "cumulus-primitives-core",1624 "cumulus-relay-chain-interface",1625 "futures 0.3.21",1626 "futures-timer",1627 "parity-scale-codec 3.1.2",1628 "polkadot-node-primitives",1629 "polkadot-node-subsystem",1630 "polkadot-overseer",1631 "polkadot-primitives",1632 "rand 0.8.5",1633 "sc-client-api",1634 "sc-consensus",1635 "sp-api",1636 "sp-consensus",1637 "sp-maybe-compressed-blob",1638 "sp-runtime",1639 "tracing",1640]16411642[[package]]1643name = "cumulus-client-service"1644version = "0.1.0"1645source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1646dependencies = [1647 "cumulus-client-cli",1648 "cumulus-client-collator",1649 "cumulus-client-consensus-common",1650 "cumulus-client-pov-recovery",1651 "cumulus-primitives-core",1652 "cumulus-relay-chain-interface",1653 "parity-scale-codec 3.1.2",1654 "parking_lot 0.12.0",1655 "polkadot-overseer",1656 "polkadot-primitives",1657 "sc-chain-spec",1658 "sc-client-api",1659 "sc-consensus",1660 "sc-consensus-babe",1661 "sc-service",1662 "sc-telemetry",1663 "sc-tracing",1664 "sp-api",1665 "sp-blockchain",1666 "sp-consensus",1667 "sp-core",1668 "sp-runtime",1669 "tracing",1670]16711672[[package]]1673name = "cumulus-pallet-aura-ext"1674version = "0.1.0"1675source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1676dependencies = [1677 "frame-executive",1678 "frame-support",1679 "frame-system",1680 "pallet-aura",1681 "parity-scale-codec 3.1.2",1682 "scale-info",1683 "serde",1684 "sp-application-crypto",1685 "sp-consensus-aura",1686 "sp-runtime",1687 "sp-std",1688]16891690[[package]]1691name = "cumulus-pallet-dmp-queue"1692version = "0.1.0"1693source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1694dependencies = [1695 "cumulus-primitives-core",1696 "frame-support",1697 "frame-system",1698 "log",1699 "parity-scale-codec 3.1.2",1700 "scale-info",1701 "sp-io",1702 "sp-runtime",1703 "sp-std",1704 "xcm",1705 "xcm-executor",1706]17071708[[package]]1709name = "cumulus-pallet-parachain-system"1710version = "0.1.0"1711source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1712dependencies = [1713 "cumulus-pallet-parachain-system-proc-macro",1714 "cumulus-primitives-core",1715 "cumulus-primitives-parachain-inherent",1716 "environmental",1717 "frame-support",1718 "frame-system",1719 "impl-trait-for-tuples",1720 "log",1721 "pallet-balances",1722 "parity-scale-codec 3.1.2",1723 "polkadot-parachain",1724 "scale-info",1725 "serde",1726 "sp-core",1727 "sp-externalities",1728 "sp-inherents",1729 "sp-io",1730 "sp-runtime",1731 "sp-state-machine",1732 "sp-std",1733 "sp-trie",1734 "sp-version",1735 "xcm",1736]17371738[[package]]1739name = "cumulus-pallet-parachain-system-proc-macro"1740version = "0.1.0"1741source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1742dependencies = [1743 "proc-macro-crate 1.1.3",1744 "proc-macro2",1745 "quote",1746 "syn",1747]17481749[[package]]1750name = "cumulus-pallet-xcm"1751version = "0.1.0"1752source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1753dependencies = [1754 "cumulus-primitives-core",1755 "frame-support",1756 "frame-system",1757 "parity-scale-codec 3.1.2",1758 "scale-info",1759 "serde",1760 "sp-io",1761 "sp-runtime",1762 "sp-std",1763 "xcm",1764]17651766[[package]]1767name = "cumulus-pallet-xcmp-queue"1768version = "0.1.0"1769source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1770dependencies = [1771 "cumulus-primitives-core",1772 "frame-support",1773 "frame-system",1774 "log",1775 "parity-scale-codec 3.1.2",1776 "rand_chacha 0.3.1",1777 "scale-info",1778 "sp-runtime",1779 "sp-std",1780 "xcm",1781 "xcm-executor",1782]17831784[[package]]1785name = "cumulus-primitives-core"1786version = "0.1.0"1787source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1788dependencies = [1789 "frame-support",1790 "parity-scale-codec 3.1.2",1791 "polkadot-core-primitives",1792 "polkadot-parachain",1793 "polkadot-primitives",1794 "sp-api",1795 "sp-runtime",1796 "sp-std",1797 "sp-trie",1798]17991800[[package]]1801name = "cumulus-primitives-parachain-inherent"1802version = "0.1.0"1803source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1804dependencies = [1805 "async-trait",1806 "cumulus-primitives-core",1807 "cumulus-relay-chain-interface",1808 "cumulus-test-relay-sproof-builder",1809 "parity-scale-codec 3.1.2",1810 "sc-client-api",1811 "scale-info",1812 "sp-api",1813 "sp-core",1814 "sp-inherents",1815 "sp-runtime",1816 "sp-state-machine",1817 "sp-std",1818 "sp-storage",1819 "sp-trie",1820 "tracing",1821]18221823[[package]]1824name = "cumulus-primitives-timestamp"1825version = "0.1.0"1826source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1827dependencies = [1828 "cumulus-primitives-core",1829 "futures 0.3.21",1830 "parity-scale-codec 3.1.2",1831 "sp-inherents",1832 "sp-std",1833 "sp-timestamp",1834]18351836[[package]]1837name = "cumulus-primitives-utility"1838version = "0.1.0"1839source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1840dependencies = [1841 "cumulus-primitives-core",1842 "frame-support",1843 "parity-scale-codec 3.1.2",1844 "polkadot-core-primitives",1845 "polkadot-parachain",1846 "polkadot-primitives",1847 "sp-runtime",1848 "sp-std",1849 "sp-trie",1850 "xcm",1851]18521853[[package]]1854name = "cumulus-relay-chain-inprocess-interface"1855version = "0.1.0"1856source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1857dependencies = [1858 "async-trait",1859 "cumulus-primitives-core",1860 "cumulus-relay-chain-interface",1861 "futures 0.3.21",1862 "futures-timer",1863 "parking_lot 0.12.0",1864 "polkadot-client",1865 "polkadot-service",1866 "sc-client-api",1867 "sc-consensus-babe",1868 "sc-network",1869 "sc-service",1870 "sc-telemetry",1871 "sc-tracing",1872 "sp-api",1873 "sp-blockchain",1874 "sp-consensus",1875 "sp-core",1876 "sp-runtime",1877 "sp-state-machine",1878 "tracing",1879]18801881[[package]]1882name = "cumulus-relay-chain-interface"1883version = "0.1.0"1884source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1885dependencies = [1886 "async-trait",1887 "cumulus-primitives-core",1888 "derive_more",1889 "futures 0.3.21",1890 "jsonrpsee-core",1891 "parity-scale-codec 3.1.2",1892 "parking_lot 0.12.0",1893 "polkadot-overseer",1894 "polkadot-service",1895 "sc-client-api",1896 "sc-service",1897 "sp-api",1898 "sp-blockchain",1899 "sp-core",1900 "sp-runtime",1901 "sp-state-machine",1902 "thiserror",1903]19041905[[package]]1906name = "cumulus-relay-chain-rpc-interface"1907version = "0.1.0"1908source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1909dependencies = [1910 "async-trait",1911 "backoff",1912 "cumulus-primitives-core",1913 "cumulus-relay-chain-interface",1914 "futures 0.3.21",1915 "futures-timer",1916 "jsonrpsee",1917 "parity-scale-codec 3.1.2",1918 "parking_lot 0.12.0",1919 "polkadot-service",1920 "sc-client-api",1921 "sc-rpc-api",1922 "sp-api",1923 "sp-core",1924 "sp-runtime",1925 "sp-state-machine",1926 "sp-storage",1927 "tracing",1928 "url 2.2.2",1929]19301931[[package]]1932name = "cumulus-test-relay-sproof-builder"1933version = "0.1.0"1934source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"1935dependencies = [1936 "cumulus-primitives-core",1937 "parity-scale-codec 3.1.2",1938 "polkadot-primitives",1939 "sp-runtime",1940 "sp-state-machine",1941 "sp-std",1942]19431944[[package]]1945name = "curve25519-dalek"1946version = "2.1.3"1947source = "registry+https://github.com/rust-lang/crates.io-index"1948checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1949dependencies = [1950 "byteorder",1951 "digest 0.8.1",1952 "rand_core 0.5.1",1953 "subtle",1954 "zeroize",1955]19561957[[package]]1958name = "curve25519-dalek"1959version = "3.2.0"1960source = "registry+https://github.com/rust-lang/crates.io-index"1961checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1962dependencies = [1963 "byteorder",1964 "digest 0.9.0",1965 "rand_core 0.5.1",1966 "subtle",1967 "zeroize",1968]19691970[[package]]1971name = "darling"1972version = "0.13.4"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1975dependencies = [1976 "darling_core",1977 "darling_macro",1978]19791980[[package]]1981name = "darling_core"1982version = "0.13.4"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1985dependencies = [1986 "fnv",1987 "ident_case",1988 "proc-macro2",1989 "quote",1990 "strsim",1991 "syn",1992]19931994[[package]]1995name = "darling_macro"1996version = "0.13.4"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1999dependencies = [2000 "darling_core",2001 "quote",2002 "syn",2003]20042005[[package]]2006name = "data-encoding"2007version = "2.3.2"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"20102011[[package]]2012name = "data-encoding-macro"2013version = "0.1.12"2014source = "registry+https://github.com/rust-lang/crates.io-index"2015checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"2016dependencies = [2017 "data-encoding",2018 "data-encoding-macro-internal",2019]20202021[[package]]2022name = "data-encoding-macro-internal"2023version = "0.1.10"2024source = "registry+https://github.com/rust-lang/crates.io-index"2025checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"2026dependencies = [2027 "data-encoding",2028 "syn",2029]20302031[[package]]2032name = "der"2033version = "0.5.1"2034source = "registry+https://github.com/rust-lang/crates.io-index"2035checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"2036dependencies = [2037 "const-oid",2038]20392040[[package]]2041name = "derivative"2042version = "2.2.0"2043source = "registry+https://github.com/rust-lang/crates.io-index"2044checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2045dependencies = [2046 "proc-macro2",2047 "quote",2048 "syn",2049]20502051[[package]]2052name = "derive_more"2053version = "0.99.17"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2056dependencies = [2057 "convert_case",2058 "proc-macro2",2059 "quote",2060 "rustc_version 0.4.0",2061 "syn",2062]20632064[[package]]2065name = "digest"2066version = "0.8.1"2067source = "registry+https://github.com/rust-lang/crates.io-index"2068checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2069dependencies = [2070 "generic-array 0.12.4",2071]20722073[[package]]2074name = "digest"2075version = "0.9.0"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2078dependencies = [2079 "generic-array 0.14.5",2080]20812082[[package]]2083name = "digest"2084version = "0.10.3"2085source = "registry+https://github.com/rust-lang/crates.io-index"2086checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2087dependencies = [2088 "block-buffer 0.10.2",2089 "crypto-common",2090 "subtle",2091]20922093[[package]]2094name = "directories"2095version = "4.0.1"2096source = "registry+https://github.com/rust-lang/crates.io-index"2097checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2098dependencies = [2099 "dirs-sys",2100]21012102[[package]]2103name = "directories-next"2104version = "2.0.0"2105source = "registry+https://github.com/rust-lang/crates.io-index"2106checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2107dependencies = [2108 "cfg-if 1.0.0",2109 "dirs-sys-next",2110]21112112[[package]]2113name = "dirs"2114version = "1.0.5"2115source = "registry+https://github.com/rust-lang/crates.io-index"2116checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"2117dependencies = [2118 "libc",2119 "redox_users 0.3.5",2120 "winapi 0.3.9",2121]21222123[[package]]2124name = "dirs-sys"2125version = "0.3.7"2126source = "registry+https://github.com/rust-lang/crates.io-index"2127checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2128dependencies = [2129 "libc",2130 "redox_users 0.4.3",2131 "winapi 0.3.9",2132]21332134[[package]]2135name = "dirs-sys-next"2136version = "0.1.2"2137source = "registry+https://github.com/rust-lang/crates.io-index"2138checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2139dependencies = [2140 "libc",2141 "redox_users 0.4.3",2142 "winapi 0.3.9",2143]21442145[[package]]2146name = "dns-parser"2147version = "0.8.0"2148source = "registry+https://github.com/rust-lang/crates.io-index"2149checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2150dependencies = [2151 "byteorder",2152 "quick-error",2153]21542155[[package]]2156name = "downcast-rs"2157version = "1.2.0"2158source = "registry+https://github.com/rust-lang/crates.io-index"2159checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21602161[[package]]2162name = "dtoa"2163version = "0.4.8"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"21662167[[package]]2168name = "dyn-clonable"2169version = "0.9.0"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2172dependencies = [2173 "dyn-clonable-impl",2174 "dyn-clone",2175]21762177[[package]]2178name = "dyn-clonable-impl"2179version = "0.9.0"2180source = "registry+https://github.com/rust-lang/crates.io-index"2181checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2182dependencies = [2183 "proc-macro2",2184 "quote",2185 "syn",2186]21872188[[package]]2189name = "dyn-clone"2190version = "1.0.5"2191source = "registry+https://github.com/rust-lang/crates.io-index"2192checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21932194[[package]]2195name = "ecdsa"2196version = "0.13.4"2197source = "registry+https://github.com/rust-lang/crates.io-index"2198checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2199dependencies = [2200 "der",2201 "elliptic-curve",2202 "signature",2203]22042205[[package]]2206name = "ed25519"2207version = "1.5.2"2208source = "registry+https://github.com/rust-lang/crates.io-index"2209checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2210dependencies = [2211 "signature",2212]22132214[[package]]2215name = "ed25519-dalek"2216version = "1.0.1"2217source = "registry+https://github.com/rust-lang/crates.io-index"2218checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2219dependencies = [2220 "curve25519-dalek 3.2.0",2221 "ed25519",2222 "rand 0.7.3",2223 "serde",2224 "sha2 0.9.9",2225 "zeroize",2226]22272228[[package]]2229name = "either"2230version = "1.6.1"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"22332234[[package]]2235name = "elliptic-curve"2236version = "0.11.12"2237source = "registry+https://github.com/rust-lang/crates.io-index"2238checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2239dependencies = [2240 "base16ct",2241 "crypto-bigint",2242 "der",2243 "ff",2244 "generic-array 0.14.5",2245 "group",2246 "rand_core 0.6.3",2247 "sec1",2248 "subtle",2249 "zeroize",2250]22512252[[package]]2253name = "encode_unicode"2254version = "0.3.6"2255source = "registry+https://github.com/rust-lang/crates.io-index"2256checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"22572258[[package]]2259name = "enum-as-inner"2260version = "0.3.4"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2263dependencies = [2264 "heck 0.4.0",2265 "proc-macro2",2266 "quote",2267 "syn",2268]22692270[[package]]2271name = "enumflags2"2272version = "0.7.5"2273source = "registry+https://github.com/rust-lang/crates.io-index"2274checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2275dependencies = [2276 "enumflags2_derive",2277]22782279[[package]]2280name = "enumflags2_derive"2281version = "0.7.4"2282source = "registry+https://github.com/rust-lang/crates.io-index"2283checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2284dependencies = [2285 "proc-macro2",2286 "quote",2287 "syn",2288]22892290[[package]]2291name = "enumn"2292version = "0.1.4"2293source = "registry+https://github.com/rust-lang/crates.io-index"2294checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2295dependencies = [2296 "proc-macro2",2297 "quote",2298 "syn",2299]23002301[[package]]2302name = "env_logger"2303version = "0.9.0"2304source = "registry+https://github.com/rust-lang/crates.io-index"2305checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2306dependencies = [2307 "atty",2308 "humantime",2309 "log",2310 "regex",2311 "termcolor",2312]23132314[[package]]2315name = "environmental"2316version = "1.1.3"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"23192320[[package]]2321name = "errno"2322version = "0.2.8"2323source = "registry+https://github.com/rust-lang/crates.io-index"2324checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2325dependencies = [2326 "errno-dragonfly",2327 "libc",2328 "winapi 0.3.9",2329]23302331[[package]]2332name = "errno-dragonfly"2333version = "0.1.2"2334source = "registry+https://github.com/rust-lang/crates.io-index"2335checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2336dependencies = [2337 "cc",2338 "libc",2339]23402341[[package]]2342name = "ethbloom"2343version = "0.12.1"2344source = "registry+https://github.com/rust-lang/crates.io-index"2345checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2346dependencies = [2347 "crunchy",2348 "fixed-hash",2349 "impl-codec",2350 "impl-rlp",2351 "impl-serde",2352 "scale-info",2353 "tiny-keccak",2354]23552356[[package]]2357name = "ethereum"2358version = "0.12.0"2359source = "registry+https://github.com/rust-lang/crates.io-index"2360checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2361dependencies = [2362 "bytes 1.1.0",2363 "ethereum-types",2364 "hash-db",2365 "hash256-std-hasher",2366 "parity-scale-codec 3.1.2",2367 "rlp",2368 "rlp-derive",2369 "scale-info",2370 "serde",2371 "sha3 0.10.1",2372 "triehash",2373]23742375[[package]]2376name = "ethereum-types"2377version = "0.13.1"2378source = "registry+https://github.com/rust-lang/crates.io-index"2379checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2380dependencies = [2381 "ethbloom",2382 "fixed-hash",2383 "impl-codec",2384 "impl-rlp",2385 "impl-serde",2386 "primitive-types",2387 "scale-info",2388 "uint",2389]23902391[[package]]2392name = "event-listener"2393version = "2.5.2"2394source = "registry+https://github.com/rust-lang/crates.io-index"2395checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23962397[[package]]2398name = "evm"2399version = "0.35.0"2400source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2401dependencies = [2402 "auto_impl",2403 "environmental",2404 "ethereum",2405 "evm-core",2406 "evm-gasometer",2407 "evm-runtime",2408 "log",2409 "parity-scale-codec 3.1.2",2410 "primitive-types",2411 "rlp",2412 "scale-info",2413 "serde",2414 "sha3 0.10.1",2415]24162417[[package]]2418name = "evm-coder"2419version = "0.1.0"2420dependencies = [2421 "ethereum",2422 "evm-coder-macros",2423 "evm-core",2424 "hex",2425 "hex-literal",2426 "impl-trait-for-tuples",2427 "primitive-types",2428]24292430[[package]]2431name = "evm-coder-macros"2432version = "0.1.0"2433dependencies = [2434 "Inflector",2435 "darling",2436 "hex",2437 "proc-macro2",2438 "quote",2439 "sha3 0.9.1",2440 "syn",2441]24422443[[package]]2444name = "evm-core"2445version = "0.35.0"2446source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2447dependencies = [2448 "parity-scale-codec 3.1.2",2449 "primitive-types",2450 "scale-info",2451 "serde",2452]24532454[[package]]2455name = "evm-gasometer"2456version = "0.35.0"2457source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2458dependencies = [2459 "environmental",2460 "evm-core",2461 "evm-runtime",2462 "primitive-types",2463]24642465[[package]]2466name = "evm-runtime"2467version = "0.35.0"2468source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"2469dependencies = [2470 "auto_impl",2471 "environmental",2472 "evm-core",2473 "primitive-types",2474 "sha3 0.10.1",2475]24762477[[package]]2478name = "exit-future"2479version = "0.2.0"2480source = "registry+https://github.com/rust-lang/crates.io-index"2481checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2482dependencies = [2483 "futures 0.3.21",2484]24852486[[package]]2487name = "expander"2488version = "0.0.4"2489source = "registry+https://github.com/rust-lang/crates.io-index"2490checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2491dependencies = [2492 "blake3 1.3.1",2493 "fs-err",2494 "proc-macro2",2495 "quote",2496]24972498[[package]]2499name = "expander"2500version = "0.0.6"2501source = "registry+https://github.com/rust-lang/crates.io-index"2502checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2503dependencies = [2504 "blake2 0.10.4",2505 "fs-err",2506 "proc-macro2",2507 "quote",2508 "syn",2509]25102511[[package]]2512name = "fake-simd"2513version = "0.1.2"2514source = "registry+https://github.com/rust-lang/crates.io-index"2515checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"25162517[[package]]2518name = "fallible-iterator"2519version = "0.2.0"2520source = "registry+https://github.com/rust-lang/crates.io-index"2521checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"25222523[[package]]2524name = "fastrand"2525version = "1.7.0"2526source = "registry+https://github.com/rust-lang/crates.io-index"2527checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2528dependencies = [2529 "instant",2530]25312532[[package]]2533name = "fatality"2534version = "0.0.6"2535source = "registry+https://github.com/rust-lang/crates.io-index"2536checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2537dependencies = [2538 "fatality-proc-macro",2539 "thiserror",2540]25412542[[package]]2543name = "fatality-proc-macro"2544version = "0.0.6"2545source = "registry+https://github.com/rust-lang/crates.io-index"2546checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2547dependencies = [2548 "expander 0.0.4",2549 "indexmap",2550 "proc-macro-crate 1.1.3",2551 "proc-macro2",2552 "quote",2553 "syn",2554 "thiserror",2555]25562557[[package]]2558name = "fc-consensus"2559version = "2.0.0-dev"2560source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2561dependencies = [2562 "async-trait",2563 "fc-db",2564 "fp-consensus",2565 "fp-rpc",2566 "sc-client-api",2567 "sc-consensus",2568 "sp-api",2569 "sp-block-builder",2570 "sp-blockchain",2571 "sp-consensus",2572 "sp-runtime",2573 "thiserror",2574]25752576[[package]]2577name = "fc-db"2578version = "2.0.0-dev"2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2580dependencies = [2581 "fp-storage",2582 "kvdb-rocksdb",2583 "parity-scale-codec 3.1.2",2584 "parking_lot 0.12.0",2585 "sp-core",2586 "sp-database",2587 "sp-runtime",2588]25892590[[package]]2591name = "fc-mapping-sync"2592version = "2.0.0-dev"2593source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2594dependencies = [2595 "fc-db",2596 "fp-consensus",2597 "fp-rpc",2598 "futures 0.3.21",2599 "futures-timer",2600 "log",2601 "sc-client-api",2602 "sp-api",2603 "sp-blockchain",2604 "sp-runtime",2605]26062607[[package]]2608name = "fc-rpc"2609version = "2.0.0-dev"2610source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2611dependencies = [2612 "ethereum",2613 "ethereum-types",2614 "evm",2615 "fc-db",2616 "fc-rpc-core",2617 "fp-rpc",2618 "fp-storage",2619 "futures 0.3.21",2620 "hex",2621 "jsonrpc-core",2622 "jsonrpc-core-client",2623 "jsonrpc-pubsub",2624 "libsecp256k1",2625 "log",2626 "lru 0.6.6",2627 "parity-scale-codec 3.1.2",2628 "rand 0.8.5",2629 "rlp",2630 "sc-client-api",2631 "sc-network",2632 "sc-rpc",2633 "sc-service",2634 "sc-transaction-pool",2635 "sc-transaction-pool-api",2636 "sp-api",2637 "sp-block-builder",2638 "sp-blockchain",2639 "sp-core",2640 "sp-io",2641 "sp-runtime",2642 "sp-storage",2643 "tokio 1.18.2",2644]26452646[[package]]2647name = "fc-rpc-core"2648version = "1.1.0-dev"2649source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2650dependencies = [2651 "ethereum",2652 "ethereum-types",2653 "jsonrpc-core",2654 "jsonrpc-core-client",2655 "jsonrpc-derive",2656 "jsonrpc-pubsub",2657 "rlp",2658 "rustc-hex",2659 "serde",2660 "serde_json",2661]26622663[[package]]2664name = "fdlimit"2665version = "0.2.1"2666source = "registry+https://github.com/rust-lang/crates.io-index"2667checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2668dependencies = [2669 "libc",2670]26712672[[package]]2673name = "ff"2674version = "0.11.1"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2677dependencies = [2678 "rand_core 0.6.3",2679 "subtle",2680]26812682[[package]]2683name = "file-per-thread-logger"2684version = "0.1.5"2685source = "registry+https://github.com/rust-lang/crates.io-index"2686checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2687dependencies = [2688 "env_logger",2689 "log",2690]26912692[[package]]2693name = "finality-grandpa"2694version = "0.15.0"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2697dependencies = [2698 "either",2699 "futures 0.3.21",2700 "futures-timer",2701 "log",2702 "num-traits",2703 "parity-scale-codec 3.1.2",2704 "parking_lot 0.11.2",2705 "scale-info",2706]27072708[[package]]2709name = "fixed-hash"2710version = "0.7.0"2711source = "registry+https://github.com/rust-lang/crates.io-index"2712checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2713dependencies = [2714 "byteorder",2715 "rand 0.8.5",2716 "rustc-hex",2717 "static_assertions",2718]27192720[[package]]2721name = "fixedbitset"2722version = "0.4.1"2723source = "registry+https://github.com/rust-lang/crates.io-index"2724checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"27252726[[package]]2727name = "flate2"2728version = "1.0.24"2729source = "registry+https://github.com/rust-lang/crates.io-index"2730checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2731dependencies = [2732 "crc32fast",2733 "libz-sys",2734 "miniz_oxide",2735]27362737[[package]]2738name = "flexi_logger"2739version = "0.15.12"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2742dependencies = [2743 "atty",2744 "chrono",2745 "glob",2746 "lazy_static",2747 "log",2748 "regex",2749 "thiserror",2750 "yansi",2751]27522753[[package]]2754name = "fnv"2755version = "1.0.7"2756source = "registry+https://github.com/rust-lang/crates.io-index"2757checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27582759[[package]]2760name = "fork-tree"2761version = "3.0.0"2762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2763dependencies = [2764 "parity-scale-codec 3.1.2",2765]27662767[[package]]2768name = "form_urlencoded"2769version = "1.0.1"2770source = "registry+https://github.com/rust-lang/crates.io-index"2771checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2772dependencies = [2773 "matches",2774 "percent-encoding 2.1.0",2775]27762777[[package]]2778name = "fp-consensus"2779version = "2.0.0-dev"2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2781dependencies = [2782 "ethereum",2783 "parity-scale-codec 3.1.2",2784 "sp-core",2785 "sp-runtime",2786 "sp-std",2787]27882789[[package]]2790name = "fp-evm"2791version = "3.0.0-dev"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2793dependencies = [2794 "evm",2795 "impl-trait-for-tuples",2796 "parity-scale-codec 3.1.2",2797 "serde",2798 "sp-core",2799 "sp-std",2800]28012802[[package]]2803name = "fp-evm-mapping"2804version = "0.1.0"2805source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2806dependencies = [2807 "frame-support",2808 "sp-core",2809]28102811[[package]]2812name = "fp-rpc"2813version = "3.0.0-dev"2814source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2815dependencies = [2816 "ethereum",2817 "ethereum-types",2818 "fp-evm",2819 "parity-scale-codec 3.1.2",2820 "scale-info",2821 "sp-api",2822 "sp-core",2823 "sp-io",2824 "sp-runtime",2825 "sp-std",2826]28272828[[package]]2829name = "fp-self-contained"2830version = "1.0.0-dev"2831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2832dependencies = [2833 "ethereum",2834 "frame-support",2835 "parity-scale-codec 3.1.2",2836 "parity-util-mem",2837 "scale-info",2838 "serde",2839 "sp-debug-derive",2840 "sp-io",2841 "sp-runtime",2842]28432844[[package]]2845name = "fp-storage"2846version = "2.0.0"2847source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"2848dependencies = [2849 "parity-scale-codec 3.1.2",2850]28512852[[package]]2853name = "frame-benchmarking"2854version = "4.0.0-dev"2855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2856dependencies = [2857 "frame-support",2858 "frame-system",2859 "linregress",2860 "log",2861 "parity-scale-codec 3.1.2",2862 "paste",2863 "scale-info",2864 "serde",2865 "sp-api",2866 "sp-application-crypto",2867 "sp-io",2868 "sp-runtime",2869 "sp-runtime-interface",2870 "sp-std",2871 "sp-storage",2872]28732874[[package]]2875name = "frame-benchmarking-cli"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2878dependencies = [2879 "Inflector",2880 "chrono",2881 "clap",2882 "frame-benchmarking",2883 "frame-support",2884 "frame-system",2885 "handlebars",2886 "hash-db",2887 "hex",2888 "itertools",2889 "kvdb",2890 "linked-hash-map",2891 "log",2892 "memory-db",2893 "parity-scale-codec 3.1.2",2894 "prettytable-rs",2895 "rand 0.8.5",2896 "rand_pcg 0.3.1",2897 "sc-block-builder",2898 "sc-cli",2899 "sc-client-api",2900 "sc-client-db",2901 "sc-executor",2902 "sc-service",2903 "sc-sysinfo",2904 "serde",2905 "serde_json",2906 "serde_nanos",2907 "sp-api",2908 "sp-blockchain",2909 "sp-core",2910 "sp-database",2911 "sp-externalities",2912 "sp-inherents",2913 "sp-keystore",2914 "sp-runtime",2915 "sp-state-machine",2916 "sp-storage",2917 "sp-trie",2918 "tempfile",2919 "thousands",2920]29212922[[package]]2923name = "frame-election-provider-solution-type"2924version = "4.0.0-dev"2925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2926dependencies = [2927 "proc-macro-crate 1.1.3",2928 "proc-macro2",2929 "quote",2930 "syn",2931]29322933[[package]]2934name = "frame-election-provider-support"2935version = "4.0.0-dev"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2937dependencies = [2938 "frame-election-provider-solution-type",2939 "frame-support",2940 "frame-system",2941 "parity-scale-codec 3.1.2",2942 "scale-info",2943 "sp-arithmetic",2944 "sp-npos-elections",2945 "sp-runtime",2946 "sp-std",2947]29482949[[package]]2950name = "frame-executive"2951version = "4.0.0-dev"2952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2953dependencies = [2954 "frame-support",2955 "frame-system",2956 "parity-scale-codec 3.1.2",2957 "scale-info",2958 "sp-core",2959 "sp-io",2960 "sp-runtime",2961 "sp-std",2962 "sp-tracing",2963]29642965[[package]]2966name = "frame-metadata"2967version = "15.0.0"2968source = "registry+https://github.com/rust-lang/crates.io-index"2969checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2970dependencies = [2971 "cfg-if 1.0.0",2972 "parity-scale-codec 3.1.2",2973 "scale-info",2974 "serde",2975]29762977[[package]]2978name = "frame-support"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"2981dependencies = [2982 "bitflags",2983 "frame-metadata",2984 "frame-support-procedural",2985 "impl-trait-for-tuples",2986 "log",2987 "once_cell",2988 "parity-scale-codec 3.1.2",2989 "paste",2990 "scale-info",2991 "serde",2992 "smallvec",2993 "sp-arithmetic",2994 "sp-core",2995 "sp-core-hashing-proc-macro",2996 "sp-inherents",2997 "sp-io",2998 "sp-runtime",2999 "sp-staking",3000 "sp-state-machine",3001 "sp-std",3002 "sp-tracing",3003 "tt-call",3004]30053006[[package]]3007name = "frame-support-procedural"3008version = "4.0.0-dev"3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3010dependencies = [3011 "Inflector",3012 "frame-support-procedural-tools",3013 "proc-macro2",3014 "quote",3015 "syn",3016]30173018[[package]]3019name = "frame-support-procedural-tools"3020version = "4.0.0-dev"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3022dependencies = [3023 "frame-support-procedural-tools-derive",3024 "proc-macro-crate 1.1.3",3025 "proc-macro2",3026 "quote",3027 "syn",3028]30293030[[package]]3031name = "frame-support-procedural-tools-derive"3032version = "3.0.0"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3034dependencies = [3035 "proc-macro2",3036 "quote",3037 "syn",3038]30393040[[package]]3041name = "frame-system"3042version = "4.0.0-dev"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3044dependencies = [3045 "frame-support",3046 "log",3047 "parity-scale-codec 3.1.2",3048 "scale-info",3049 "serde",3050 "sp-core",3051 "sp-io",3052 "sp-runtime",3053 "sp-std",3054 "sp-version",3055]30563057[[package]]3058name = "frame-system-benchmarking"3059version = "4.0.0-dev"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3061dependencies = [3062 "frame-benchmarking",3063 "frame-support",3064 "frame-system",3065 "parity-scale-codec 3.1.2",3066 "scale-info",3067 "sp-core",3068 "sp-runtime",3069 "sp-std",3070]30713072[[package]]3073name = "frame-system-rpc-runtime-api"3074version = "4.0.0-dev"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3076dependencies = [3077 "parity-scale-codec 3.1.2",3078 "sp-api",3079]30803081[[package]]3082name = "frame-try-runtime"3083version = "0.10.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"3085dependencies = [3086 "frame-support",3087 "sp-api",3088 "sp-runtime",3089 "sp-std",3090]30913092[[package]]3093name = "fs-err"3094version = "2.7.0"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30973098[[package]]3099name = "fs-swap"3100version = "0.2.6"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3103dependencies = [3104 "lazy_static",3105 "libc",3106 "libloading 0.5.2",3107 "winapi 0.3.9",3108]31093110[[package]]3111name = "fs2"3112version = "0.4.3"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3115dependencies = [3116 "libc",3117 "winapi 0.3.9",3118]31193120[[package]]3121name = "fs_extra"3122version = "1.2.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31253126[[package]]3127name = "fuchsia-zircon"3128version = "0.3.3"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3131dependencies = [3132 "bitflags",3133 "fuchsia-zircon-sys",3134]31353136[[package]]3137name = "fuchsia-zircon-sys"3138version = "0.3.3"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"31413142[[package]]3143name = "funty"3144version = "1.1.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31473148[[package]]3149name = "funty"3150version = "2.0.0"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31533154[[package]]3155name = "futures"3156version = "0.1.31"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31593160[[package]]3161name = "futures"3162version = "0.3.21"3163source = "registry+https://github.com/rust-lang/crates.io-index"3164checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3165dependencies = [3166 "futures-channel",3167 "futures-core",3168 "futures-executor",3169 "futures-io",3170 "futures-sink",3171 "futures-task",3172 "futures-util",3173]31743175[[package]]3176name = "futures-channel"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3180dependencies = [3181 "futures-core",3182 "futures-sink",3183]31843185[[package]]3186name = "futures-core"3187version = "0.3.21"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31903191[[package]]3192name = "futures-executor"3193version = "0.3.21"3194source = "registry+https://github.com/rust-lang/crates.io-index"3195checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3196dependencies = [3197 "futures-core",3198 "futures-task",3199 "futures-util",3200 "num_cpus",3201]32023203[[package]]3204name = "futures-io"3205version = "0.3.21"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"32083209[[package]]3210name = "futures-lite"3211version = "1.12.0"3212source = "registry+https://github.com/rust-lang/crates.io-index"3213checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3214dependencies = [3215 "fastrand",3216 "futures-core",3217 "futures-io",3218 "memchr",3219 "parking",3220 "pin-project-lite 0.2.9",3221 "waker-fn",3222]32233224[[package]]3225name = "futures-macro"3226version = "0.3.21"3227source = "registry+https://github.com/rust-lang/crates.io-index"3228checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3229dependencies = [3230 "proc-macro2",3231 "quote",3232 "syn",3233]32343235[[package]]3236name = "futures-rustls"3237version = "0.21.1"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3240dependencies = [3241 "futures-io",3242 "rustls 0.19.1",3243 "webpki 0.21.4",3244]32453246[[package]]3247name = "futures-sink"3248version = "0.3.21"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32513252[[package]]3253name = "futures-task"3254version = "0.3.21"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32573258[[package]]3259name = "futures-timer"3260version = "3.0.2"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32633264[[package]]3265name = "futures-util"3266version = "0.3.21"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3269dependencies = [3270 "futures 0.1.31",3271 "futures-channel",3272 "futures-core",3273 "futures-io",3274 "futures-macro",3275 "futures-sink",3276 "futures-task",3277 "memchr",3278 "pin-project-lite 0.2.9",3279 "pin-utils",3280 "slab",3281]32823283[[package]]3284name = "generic-array"3285version = "0.12.4"3286source = "registry+https://github.com/rust-lang/crates.io-index"3287checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3288dependencies = [3289 "typenum",3290]32913292[[package]]3293name = "generic-array"3294version = "0.14.5"3295source = "registry+https://github.com/rust-lang/crates.io-index"3296checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3297dependencies = [3298 "typenum",3299 "version_check",3300]33013302[[package]]3303name = "getrandom"3304version = "0.1.16"3305source = "registry+https://github.com/rust-lang/crates.io-index"3306checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3307dependencies = [3308 "cfg-if 1.0.0",3309 "js-sys",3310 "libc",3311 "wasi 0.9.0+wasi-snapshot-preview1",3312 "wasm-bindgen",3313]33143315[[package]]3316name = "getrandom"3317version = "0.2.6"3318source = "registry+https://github.com/rust-lang/crates.io-index"3319checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3320dependencies = [3321 "cfg-if 1.0.0",3322 "libc",3323 "wasi 0.10.0+wasi-snapshot-preview1",3324]33253326[[package]]3327name = "ghash"3328version = "0.4.4"3329source = "registry+https://github.com/rust-lang/crates.io-index"3330checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3331dependencies = [3332 "opaque-debug 0.3.0",3333 "polyval",3334]33353336[[package]]3337name = "gimli"3338version = "0.26.1"3339source = "registry+https://github.com/rust-lang/crates.io-index"3340checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3341dependencies = [3342 "fallible-iterator",3343 "indexmap",3344 "stable_deref_trait",3345]33463347[[package]]3348name = "glob"3349version = "0.3.0"3350source = "registry+https://github.com/rust-lang/crates.io-index"3351checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33523353[[package]]3354name = "globset"3355version = "0.4.8"3356source = "registry+https://github.com/rust-lang/crates.io-index"3357checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3358dependencies = [3359 "aho-corasick",3360 "bstr",3361 "fnv",3362 "log",3363 "regex",3364]33653366[[package]]3367name = "gloo-timers"3368version = "0.2.4"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3371dependencies = [3372 "futures-channel",3373 "futures-core",3374 "js-sys",3375 "wasm-bindgen",3376]33773378[[package]]3379name = "group"3380version = "0.11.0"3381source = "registry+https://github.com/rust-lang/crates.io-index"3382checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3383dependencies = [3384 "ff",3385 "rand_core 0.6.3",3386 "subtle",3387]33883389[[package]]3390name = "h2"3391version = "0.3.13"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3394dependencies = [3395 "bytes 1.1.0",3396 "fnv",3397 "futures-core",3398 "futures-sink",3399 "futures-util",3400 "http",3401 "indexmap",3402 "slab",3403 "tokio 1.18.2",3404 "tokio-util 0.7.2",3405 "tracing",3406]34073408[[package]]3409name = "handlebars"3410version = "4.3.0"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"3413dependencies = [3414 "log",3415 "pest",3416 "pest_derive",3417 "serde",3418 "serde_json",3419 "thiserror",3420]34213422[[package]]3423name = "hash-db"3424version = "0.15.2"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34273428[[package]]3429name = "hash256-std-hasher"3430version = "0.15.2"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3433dependencies = [3434 "crunchy",3435]34363437[[package]]3438name = "hashbrown"3439version = "0.11.2"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3442dependencies = [3443 "ahash",3444]34453446[[package]]3447name = "hashbrown"3448version = "0.12.1"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3451dependencies = [3452 "ahash",3453]34543455[[package]]3456name = "heck"3457version = "0.3.3"3458source = "registry+https://github.com/rust-lang/crates.io-index"3459checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3460dependencies = [3461 "unicode-segmentation",3462]34633464[[package]]3465name = "heck"3466version = "0.4.0"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34693470[[package]]3471name = "hermit-abi"3472version = "0.1.19"3473source = "registry+https://github.com/rust-lang/crates.io-index"3474checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3475dependencies = [3476 "libc",3477]34783479[[package]]3480name = "hex"3481version = "0.4.3"3482source = "registry+https://github.com/rust-lang/crates.io-index"3483checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34843485[[package]]3486name = "hex-literal"3487version = "0.3.4"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34903491[[package]]3492name = "hex_fmt"3493version = "0.3.0"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34963497[[package]]3498name = "hmac"3499version = "0.8.1"3500source = "registry+https://github.com/rust-lang/crates.io-index"3501checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3502dependencies = [3503 "crypto-mac 0.8.0",3504 "digest 0.9.0",3505]35063507[[package]]3508name = "hmac"3509version = "0.11.0"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3512dependencies = [3513 "crypto-mac 0.11.1",3514 "digest 0.9.0",3515]35163517[[package]]3518name = "hmac-drbg"3519version = "0.3.0"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3522dependencies = [3523 "digest 0.9.0",3524 "generic-array 0.14.5",3525 "hmac 0.8.1",3526]35273528[[package]]3529name = "hostname"3530version = "0.3.1"3531source = "registry+https://github.com/rust-lang/crates.io-index"3532checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3533dependencies = [3534 "libc",3535 "match_cfg",3536 "winapi 0.3.9",3537]35383539[[package]]3540name = "http"3541version = "0.2.7"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3544dependencies = [3545 "bytes 1.1.0",3546 "fnv",3547 "itoa 1.0.2",3548]35493550[[package]]3551name = "http-body"3552version = "0.4.5"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3555dependencies = [3556 "bytes 1.1.0",3557 "http",3558 "pin-project-lite 0.2.9",3559]35603561[[package]]3562name = "httparse"3563version = "1.7.1"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"35663567[[package]]3568name = "httpdate"3569version = "1.0.2"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35723573[[package]]3574name = "humantime"3575version = "2.1.0"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35783579[[package]]3580name = "hyper"3581version = "0.14.19"3582source = "registry+https://github.com/rust-lang/crates.io-index"3583checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"3584dependencies = [3585 "bytes 1.1.0",3586 "futures-channel",3587 "futures-core",3588 "futures-util",3589 "h2",3590 "http",3591 "http-body",3592 "httparse",3593 "httpdate",3594 "itoa 1.0.2",3595 "pin-project-lite 0.2.9",3596 "socket2 0.4.4",3597 "tokio 1.18.2",3598 "tower-service",3599 "tracing",3600 "want",3601]36023603[[package]]3604name = "hyper-rustls"3605version = "0.22.1"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3608dependencies = [3609 "ct-logs",3610 "futures-util",3611 "hyper",3612 "log",3613 "rustls 0.19.1",3614 "rustls-native-certs 0.5.0",3615 "tokio 1.18.2",3616 "tokio-rustls 0.22.0",3617 "webpki 0.21.4",3618]36193620[[package]]3621name = "hyper-rustls"3622version = "0.23.0"3623source = "registry+https://github.com/rust-lang/crates.io-index"3624checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3625dependencies = [3626 "http",3627 "hyper",3628 "log",3629 "rustls 0.20.6",3630 "rustls-native-certs 0.6.2",3631 "tokio 1.18.2",3632 "tokio-rustls 0.23.4",3633 "webpki-roots 0.22.3",3634]36353636[[package]]3637name = "ident_case"3638version = "1.0.1"3639source = "registry+https://github.com/rust-lang/crates.io-index"3640checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"36413642[[package]]3643name = "idna"3644version = "0.1.5"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3647dependencies = [3648 "matches",3649 "unicode-bidi",3650 "unicode-normalization",3651]36523653[[package]]3654name = "idna"3655version = "0.2.3"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3658dependencies = [3659 "matches",3660 "unicode-bidi",3661 "unicode-normalization",3662]36633664[[package]]3665name = "if-addrs"3666version = "0.6.7"3667source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3669dependencies = [3670 "if-addrs-sys",3671 "libc",3672 "winapi 0.3.9",3673]36743675[[package]]3676name = "if-addrs-sys"3677version = "0.3.2"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3680dependencies = [3681 "cc",3682 "libc",3683]36843685[[package]]3686name = "if-watch"3687version = "0.2.2"3688source = "registry+https://github.com/rust-lang/crates.io-index"3689checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3690dependencies = [3691 "async-io",3692 "futures 0.3.21",3693 "futures-lite",3694 "if-addrs",3695 "ipnet",3696 "libc",3697 "log",3698 "winapi 0.3.9",3699]37003701[[package]]3702name = "impl-codec"3703version = "0.6.0"3704source = "registry+https://github.com/rust-lang/crates.io-index"3705checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3706dependencies = [3707 "parity-scale-codec 3.1.2",3708]37093710[[package]]3711name = "impl-rlp"3712version = "0.3.0"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3715dependencies = [3716 "rlp",3717]37183719[[package]]3720name = "impl-serde"3721version = "0.3.2"3722source = "registry+https://github.com/rust-lang/crates.io-index"3723checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3724dependencies = [3725 "serde",3726]37273728[[package]]3729name = "impl-trait-for-tuples"3730version = "0.2.2"3731source = "registry+https://github.com/rust-lang/crates.io-index"3732checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3733dependencies = [3734 "proc-macro2",3735 "quote",3736 "syn",3737]37383739[[package]]3740name = "indexmap"3741version = "1.8.2"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"3744dependencies = [3745 "autocfg",3746 "hashbrown 0.11.2",3747 "serde",3748]37493750[[package]]3751name = "instant"3752version = "0.1.12"3753source = "registry+https://github.com/rust-lang/crates.io-index"3754checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3755dependencies = [3756 "cfg-if 1.0.0",3757]37583759[[package]]3760name = "integer-encoding"3761version = "3.0.3"3762source = "registry+https://github.com/rust-lang/crates.io-index"3763checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37643765[[package]]3766name = "integer-sqrt"3767version = "0.1.5"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3770dependencies = [3771 "num-traits",3772]37733774[[package]]3775name = "io-lifetimes"3776version = "0.5.3"3777source = "registry+https://github.com/rust-lang/crates.io-index"3778checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"37793780[[package]]3781name = "iovec"3782version = "0.1.4"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3785dependencies = [3786 "libc",3787]37883789[[package]]3790name = "ip_network"3791version = "0.4.1"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37943795[[package]]3796name = "ipconfig"3797version = "0.2.2"3798source = "registry+https://github.com/rust-lang/crates.io-index"3799checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3800dependencies = [3801 "socket2 0.3.19",3802 "widestring",3803 "winapi 0.3.9",3804 "winreg",3805]38063807[[package]]3808name = "ipnet"3809version = "2.5.0"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"38123813[[package]]3814name = "itertools"3815version = "0.10.3"3816source = "registry+https://github.com/rust-lang/crates.io-index"3817checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3818dependencies = [3819 "either",3820]38213822[[package]]3823name = "itoa"3824version = "0.4.8"3825source = "registry+https://github.com/rust-lang/crates.io-index"3826checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"38273828[[package]]3829name = "itoa"3830version = "1.0.2"3831source = "registry+https://github.com/rust-lang/crates.io-index"3832checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"38333834[[package]]3835name = "jobserver"3836version = "0.1.24"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3839dependencies = [3840 "libc",3841]38423843[[package]]3844name = "js-sys"3845version = "0.3.57"3846source = "registry+https://github.com/rust-lang/crates.io-index"3847checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3848dependencies = [3849 "wasm-bindgen",3850]38513852[[package]]3853name = "jsonrpc-client-transports"3854version = "18.0.0"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3857dependencies = [3858 "derive_more",3859 "futures 0.3.21",3860 "jsonrpc-core",3861 "jsonrpc-pubsub",3862 "log",3863 "serde",3864 "serde_json",3865 "url 1.7.2",3866]38673868[[package]]3869name = "jsonrpc-core"3870version = "18.0.0"3871source = "registry+https://github.com/rust-lang/crates.io-index"3872checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3873dependencies = [3874 "futures 0.3.21",3875 "futures-executor",3876 "futures-util",3877 "log",3878 "serde",3879 "serde_derive",3880 "serde_json",3881]38823883[[package]]3884name = "jsonrpc-core-client"3885version = "18.0.0"3886source = "registry+https://github.com/rust-lang/crates.io-index"3887checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3888dependencies = [3889 "futures 0.3.21",3890 "jsonrpc-client-transports",3891]38923893[[package]]3894name = "jsonrpc-derive"3895version = "18.0.0"3896source = "registry+https://github.com/rust-lang/crates.io-index"3897checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3898dependencies = [3899 "proc-macro-crate 0.1.5",3900 "proc-macro2",3901 "quote",3902 "syn",3903]39043905[[package]]3906name = "jsonrpc-http-server"3907version = "18.0.0"3908source = "registry+https://github.com/rust-lang/crates.io-index"3909checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3910dependencies = [3911 "futures 0.3.21",3912 "hyper",3913 "jsonrpc-core",3914 "jsonrpc-server-utils",3915 "log",3916 "net2",3917 "parking_lot 0.11.2",3918 "unicase",3919]39203921[[package]]3922name = "jsonrpc-ipc-server"3923version = "18.0.0"3924source = "registry+https://github.com/rust-lang/crates.io-index"3925checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3926dependencies = [3927 "futures 0.3.21",3928 "jsonrpc-core",3929 "jsonrpc-server-utils",3930 "log",3931 "parity-tokio-ipc",3932 "parking_lot 0.11.2",3933 "tower-service",3934]39353936[[package]]3937name = "jsonrpc-pubsub"3938version = "18.0.0"3939source = "registry+https://github.com/rust-lang/crates.io-index"3940checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3941dependencies = [3942 "futures 0.3.21",3943 "jsonrpc-core",3944 "lazy_static",3945 "log",3946 "parking_lot 0.11.2",3947 "rand 0.7.3",3948 "serde",3949]39503951[[package]]3952name = "jsonrpc-server-utils"3953version = "18.0.0"3954source = "registry+https://github.com/rust-lang/crates.io-index"3955checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3956dependencies = [3957 "bytes 1.1.0",3958 "futures 0.3.21",3959 "globset",3960 "jsonrpc-core",3961 "lazy_static",3962 "log",3963 "tokio 1.18.2",3964 "tokio-stream",3965 "tokio-util 0.6.10",3966 "unicase",3967]39683969[[package]]3970name = "jsonrpc-ws-server"3971version = "18.0.0"3972source = "registry+https://github.com/rust-lang/crates.io-index"3973checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3974dependencies = [3975 "futures 0.3.21",3976 "jsonrpc-core",3977 "jsonrpc-server-utils",3978 "log",3979 "parity-ws",3980 "parking_lot 0.11.2",3981 "slab",3982]39833984[[package]]3985name = "jsonrpsee"3986version = "0.10.1"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"3989dependencies = [3990 "jsonrpsee-core",3991 "jsonrpsee-http-client",3992 "jsonrpsee-proc-macros",3993 "jsonrpsee-types",3994 "jsonrpsee-ws-client",3995]39963997[[package]]3998name = "jsonrpsee-client-transport"3999version = "0.10.1"4000source = "registry+https://github.com/rust-lang/crates.io-index"4001checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"4002dependencies = [4003 "futures 0.3.21",4004 "http",4005 "jsonrpsee-core",4006 "jsonrpsee-types",4007 "pin-project 1.0.10",4008 "rustls-native-certs 0.6.2",4009 "soketto",4010 "thiserror",4011 "tokio 1.18.2",4012 "tokio-rustls 0.23.4",4013 "tokio-util 0.7.2",4014 "tracing",4015 "webpki-roots 0.22.3",4016]40174018[[package]]4019name = "jsonrpsee-core"4020version = "0.10.1"4021source = "registry+https://github.com/rust-lang/crates.io-index"4022checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"4023dependencies = [4024 "anyhow",4025 "arrayvec 0.7.2",4026 "async-trait",4027 "beef",4028 "futures-channel",4029 "futures-util",4030 "hyper",4031 "jsonrpsee-types",4032 "rustc-hash",4033 "serde",4034 "serde_json",4035 "soketto",4036 "thiserror",4037 "tokio 1.18.2",4038 "tracing",4039]40404041[[package]]4042name = "jsonrpsee-http-client"4043version = "0.10.1"4044source = "registry+https://github.com/rust-lang/crates.io-index"4045checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"4046dependencies = [4047 "async-trait",4048 "hyper",4049 "hyper-rustls 0.23.0",4050 "jsonrpsee-core",4051 "jsonrpsee-types",4052 "rustc-hash",4053 "serde",4054 "serde_json",4055 "thiserror",4056 "tokio 1.18.2",4057 "tracing",4058]40594060[[package]]4061name = "jsonrpsee-proc-macros"4062version = "0.10.1"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"4065dependencies = [4066 "proc-macro-crate 1.1.3",4067 "proc-macro2",4068 "quote",4069 "syn",4070]40714072[[package]]4073name = "jsonrpsee-types"4074version = "0.10.1"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"4077dependencies = [4078 "anyhow",4079 "beef",4080 "serde",4081 "serde_json",4082 "thiserror",4083 "tracing",4084]40854086[[package]]4087name = "jsonrpsee-ws-client"4088version = "0.10.1"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"4091dependencies = [4092 "jsonrpsee-client-transport",4093 "jsonrpsee-core",4094 "jsonrpsee-types",4095]40964097[[package]]4098name = "k256"4099version = "0.10.4"4100source = "registry+https://github.com/rust-lang/crates.io-index"4101checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4102dependencies = [4103 "cfg-if 1.0.0",4104 "ecdsa",4105 "elliptic-curve",4106 "sec1",4107]41084109[[package]]4110name = "keccak"4111version = "0.1.2"4112source = "registry+https://github.com/rust-lang/crates.io-index"4113checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"41144115[[package]]4116name = "kernel32-sys"4117version = "0.2.2"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4120dependencies = [4121 "winapi 0.2.8",4122 "winapi-build",4123]41244125[[package]]4126name = "kusama-runtime"4127version = "0.9.21"4128source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4129dependencies = [4130 "beefy-primitives",4131 "bitvec 1.0.0",4132 "frame-benchmarking",4133 "frame-election-provider-support",4134 "frame-executive",4135 "frame-support",4136 "frame-system",4137 "frame-system-benchmarking",4138 "frame-system-rpc-runtime-api",4139 "frame-try-runtime",4140 "hex-literal",4141 "kusama-runtime-constants",4142 "log",4143 "pallet-authority-discovery",4144 "pallet-authorship",4145 "pallet-babe",4146 "pallet-bags-list",4147 "pallet-balances",4148 "pallet-bounties",4149 "pallet-child-bounties",4150 "pallet-collective",4151 "pallet-democracy",4152 "pallet-election-provider-multi-phase",4153 "pallet-election-provider-support-benchmarking",4154 "pallet-elections-phragmen",4155 "pallet-gilt",4156 "pallet-grandpa",4157 "pallet-identity",4158 "pallet-im-online",4159 "pallet-indices",4160 "pallet-membership",4161 "pallet-multisig",4162 "pallet-nicks",4163 "pallet-offences",4164 "pallet-offences-benchmarking",4165 "pallet-preimage",4166 "pallet-proxy",4167 "pallet-recovery",4168 "pallet-scheduler",4169 "pallet-session",4170 "pallet-session-benchmarking",4171 "pallet-society",4172 "pallet-staking",4173 "pallet-staking-reward-fn",4174 "pallet-timestamp",4175 "pallet-tips",4176 "pallet-transaction-payment",4177 "pallet-transaction-payment-rpc-runtime-api",4178 "pallet-treasury",4179 "pallet-utility",4180 "pallet-vesting",4181 "pallet-xcm",4182 "pallet-xcm-benchmarks",4183 "parity-scale-codec 3.1.2",4184 "polkadot-primitives",4185 "polkadot-runtime-common",4186 "polkadot-runtime-parachains",4187 "rustc-hex",4188 "scale-info",4189 "serde",4190 "serde_derive",4191 "smallvec",4192 "sp-api",4193 "sp-arithmetic",4194 "sp-authority-discovery",4195 "sp-block-builder",4196 "sp-consensus-babe",4197 "sp-core",4198 "sp-inherents",4199 "sp-io",4200 "sp-mmr-primitives",4201 "sp-npos-elections",4202 "sp-offchain",4203 "sp-runtime",4204 "sp-session",4205 "sp-staking",4206 "sp-std",4207 "sp-transaction-pool",4208 "sp-version",4209 "static_assertions",4210 "substrate-wasm-builder",4211 "xcm",4212 "xcm-builder",4213 "xcm-executor",4214]42154216[[package]]4217name = "kusama-runtime-constants"4218version = "0.9.21"4219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"4220dependencies = [4221 "frame-support",4222 "polkadot-primitives",4223 "polkadot-runtime-common",4224 "smallvec",4225 "sp-runtime",4226]42274228[[package]]4229name = "kv-log-macro"4230version = "1.0.7"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4233dependencies = [4234 "log",4235]42364237[[package]]4238name = "kvdb"4239version = "0.11.0"4240source = "registry+https://github.com/rust-lang/crates.io-index"4241checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4242dependencies = [4243 "parity-util-mem",4244 "smallvec",4245]42464247[[package]]4248name = "kvdb-memorydb"4249version = "0.11.0"4250source = "registry+https://github.com/rust-lang/crates.io-index"4251checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4252dependencies = [4253 "kvdb",4254 "parity-util-mem",4255 "parking_lot 0.12.0",4256]42574258[[package]]4259name = "kvdb-rocksdb"4260version = "0.15.2"4261source = "registry+https://github.com/rust-lang/crates.io-index"4262checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4263dependencies = [4264 "fs-swap",4265 "kvdb",4266 "log",4267 "num_cpus",4268 "owning_ref",4269 "parity-util-mem",4270 "parking_lot 0.12.0",4271 "regex",4272 "rocksdb",4273 "smallvec",4274]42754276[[package]]4277name = "lazy_static"4278version = "1.4.0"4279source = "registry+https://github.com/rust-lang/crates.io-index"4280checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"42814282[[package]]4283name = "lazycell"4284version = "1.3.0"4285source = "registry+https://github.com/rust-lang/crates.io-index"4286checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42874288[[package]]4289name = "libc"4290version = "0.2.126"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"42934294[[package]]4295name = "libloading"4296version = "0.5.2"4297source = "registry+https://github.com/rust-lang/crates.io-index"4298checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4299dependencies = [4300 "cc",4301 "winapi 0.3.9",4302]43034304[[package]]4305name = "libloading"4306version = "0.7.3"4307source = "registry+https://github.com/rust-lang/crates.io-index"4308checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4309dependencies = [4310 "cfg-if 1.0.0",4311 "winapi 0.3.9",4312]43134314[[package]]4315name = "libm"4316version = "0.2.2"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"43194320[[package]]4321name = "libp2p"4322version = "0.40.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4325dependencies = [4326 "atomic",4327 "bytes 1.1.0",4328 "futures 0.3.21",4329 "lazy_static",4330 "libp2p-core",4331 "libp2p-deflate",4332 "libp2p-dns",4333 "libp2p-floodsub",4334 "libp2p-gossipsub",4335 "libp2p-identify",4336 "libp2p-kad",4337 "libp2p-mdns",4338 "libp2p-metrics",4339 "libp2p-mplex",4340 "libp2p-noise",4341 "libp2p-ping",4342 "libp2p-plaintext",4343 "libp2p-pnet",4344 "libp2p-relay",4345 "libp2p-rendezvous",4346 "libp2p-request-response",4347 "libp2p-swarm",4348 "libp2p-swarm-derive",4349 "libp2p-tcp",4350 "libp2p-uds",4351 "libp2p-wasm-ext",4352 "libp2p-websocket",4353 "libp2p-yamux",4354 "multiaddr",4355 "parking_lot 0.11.2",4356 "pin-project 1.0.10",4357 "smallvec",4358 "wasm-timer",4359]43604361[[package]]4362name = "libp2p-core"4363version = "0.30.2"4364source = "registry+https://github.com/rust-lang/crates.io-index"4365checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4366dependencies = [4367 "asn1_der",4368 "bs58",4369 "ed25519-dalek",4370 "either",4371 "fnv",4372 "futures 0.3.21",4373 "futures-timer",4374 "instant",4375 "lazy_static",4376 "libsecp256k1",4377 "log",4378 "multiaddr",4379 "multihash 0.14.0",4380 "multistream-select",4381 "parking_lot 0.11.2",4382 "pin-project 1.0.10",4383 "prost",4384 "prost-build",4385 "rand 0.8.5",4386 "ring",4387 "rw-stream-sink",4388 "sha2 0.9.9",4389 "smallvec",4390 "thiserror",4391 "unsigned-varint 0.7.1",4392 "void",4393 "zeroize",4394]43954396[[package]]4397name = "libp2p-deflate"4398version = "0.30.0"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4401dependencies = [4402 "flate2",4403 "futures 0.3.21",4404 "libp2p-core",4405]44064407[[package]]4408name = "libp2p-dns"4409version = "0.30.0"4410source = "registry+https://github.com/rust-lang/crates.io-index"4411checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4412dependencies = [4413 "async-std-resolver",4414 "futures 0.3.21",4415 "libp2p-core",4416 "log",4417 "smallvec",4418 "trust-dns-resolver",4419]44204421[[package]]4422name = "libp2p-floodsub"4423version = "0.31.0"4424source = "registry+https://github.com/rust-lang/crates.io-index"4425checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4426dependencies = [4427 "cuckoofilter",4428 "fnv",4429 "futures 0.3.21",4430 "libp2p-core",4431 "libp2p-swarm",4432 "log",4433 "prost",4434 "prost-build",4435 "rand 0.7.3",4436 "smallvec",4437]44384439[[package]]4440name = "libp2p-gossipsub"4441version = "0.33.0"4442source = "registry+https://github.com/rust-lang/crates.io-index"4443checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4444dependencies = [4445 "asynchronous-codec 0.6.0",4446 "base64",4447 "byteorder",4448 "bytes 1.1.0",4449 "fnv",4450 "futures 0.3.21",4451 "hex_fmt",4452 "libp2p-core",4453 "libp2p-swarm",4454 "log",4455 "prost",4456 "prost-build",4457 "rand 0.7.3",4458 "regex",4459 "sha2 0.9.9",4460 "smallvec",4461 "unsigned-varint 0.7.1",4462 "wasm-timer",4463]44644465[[package]]4466name = "libp2p-identify"4467version = "0.31.0"4468source = "registry+https://github.com/rust-lang/crates.io-index"4469checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4470dependencies = [4471 "futures 0.3.21",4472 "libp2p-core",4473 "libp2p-swarm",4474 "log",4475 "lru 0.6.6",4476 "prost",4477 "prost-build",4478 "smallvec",4479 "wasm-timer",4480]44814482[[package]]4483name = "libp2p-kad"4484version = "0.32.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4487dependencies = [4488 "arrayvec 0.5.2",4489 "asynchronous-codec 0.6.0",4490 "bytes 1.1.0",4491 "either",4492 "fnv",4493 "futures 0.3.21",4494 "libp2p-core",4495 "libp2p-swarm",4496 "log",4497 "prost",4498 "prost-build",4499 "rand 0.7.3",4500 "sha2 0.9.9",4501 "smallvec",4502 "uint",4503 "unsigned-varint 0.7.1",4504 "void",4505 "wasm-timer",4506]45074508[[package]]4509name = "libp2p-mdns"4510version = "0.32.0"4511source = "registry+https://github.com/rust-lang/crates.io-index"4512checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4513dependencies = [4514 "async-io",4515 "data-encoding",4516 "dns-parser",4517 "futures 0.3.21",4518 "if-watch",4519 "lazy_static",4520 "libp2p-core",4521 "libp2p-swarm",4522 "log",4523 "rand 0.8.5",4524 "smallvec",4525 "socket2 0.4.4",4526 "void",4527]45284529[[package]]4530name = "libp2p-metrics"4531version = "0.1.0"4532source = "registry+https://github.com/rust-lang/crates.io-index"4533checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4534dependencies = [4535 "libp2p-core",4536 "libp2p-identify",4537 "libp2p-kad",4538 "libp2p-ping",4539 "libp2p-swarm",4540 "open-metrics-client",4541]45424543[[package]]4544name = "libp2p-mplex"4545version = "0.30.0"4546source = "registry+https://github.com/rust-lang/crates.io-index"4547checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4548dependencies = [4549 "asynchronous-codec 0.6.0",4550 "bytes 1.1.0",4551 "futures 0.3.21",4552 "libp2p-core",4553 "log",4554 "nohash-hasher",4555 "parking_lot 0.11.2",4556 "rand 0.7.3",4557 "smallvec",4558 "unsigned-varint 0.7.1",4559]45604561[[package]]4562name = "libp2p-noise"4563version = "0.33.0"4564source = "registry+https://github.com/rust-lang/crates.io-index"4565checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4566dependencies = [4567 "bytes 1.1.0",4568 "curve25519-dalek 3.2.0",4569 "futures 0.3.21",4570 "lazy_static",4571 "libp2p-core",4572 "log",4573 "prost",4574 "prost-build",4575 "rand 0.8.5",4576 "sha2 0.9.9",4577 "snow",4578 "static_assertions",4579 "x25519-dalek",4580 "zeroize",4581]45824583[[package]]4584name = "libp2p-ping"4585version = "0.31.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4588dependencies = [4589 "futures 0.3.21",4590 "libp2p-core",4591 "libp2p-swarm",4592 "log",4593 "rand 0.7.3",4594 "void",4595 "wasm-timer",4596]45974598[[package]]4599name = "libp2p-plaintext"4600version = "0.30.0"4601source = "registry+https://github.com/rust-lang/crates.io-index"4602checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4603dependencies = [4604 "asynchronous-codec 0.6.0",4605 "bytes 1.1.0",4606 "futures 0.3.21",4607 "libp2p-core",4608 "log",4609 "prost",4610 "prost-build",4611 "unsigned-varint 0.7.1",4612 "void",4613]46144615[[package]]4616name = "libp2p-pnet"4617version = "0.22.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4620dependencies = [4621 "futures 0.3.21",4622 "log",4623 "pin-project 1.0.10",4624 "rand 0.7.3",4625 "salsa20",4626 "sha3 0.9.1",4627]46284629[[package]]4630name = "libp2p-relay"4631version = "0.4.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4634dependencies = [4635 "asynchronous-codec 0.6.0",4636 "bytes 1.1.0",4637 "futures 0.3.21",4638 "futures-timer",4639 "libp2p-core",4640 "libp2p-swarm",4641 "log",4642 "pin-project 1.0.10",4643 "prost",4644 "prost-build",4645 "rand 0.7.3",4646 "smallvec",4647 "unsigned-varint 0.7.1",4648 "void",4649 "wasm-timer",4650]46514652[[package]]4653name = "libp2p-rendezvous"4654version = "0.1.0"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4657dependencies = [4658 "asynchronous-codec 0.6.0",4659 "bimap",4660 "futures 0.3.21",4661 "libp2p-core",4662 "libp2p-swarm",4663 "log",4664 "prost",4665 "prost-build",4666 "rand 0.8.5",4667 "sha2 0.9.9",4668 "thiserror",4669 "unsigned-varint 0.7.1",4670 "void",4671 "wasm-timer",4672]46734674[[package]]4675name = "libp2p-request-response"4676version = "0.13.0"4677source = "registry+https://github.com/rust-lang/crates.io-index"4678checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4679dependencies = [4680 "async-trait",4681 "bytes 1.1.0",4682 "futures 0.3.21",4683 "libp2p-core",4684 "libp2p-swarm",4685 "log",4686 "lru 0.7.6",4687 "rand 0.7.3",4688 "smallvec",4689 "unsigned-varint 0.7.1",4690 "wasm-timer",4691]46924693[[package]]4694name = "libp2p-swarm"4695version = "0.31.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4698dependencies = [4699 "either",4700 "futures 0.3.21",4701 "libp2p-core",4702 "log",4703 "rand 0.7.3",4704 "smallvec",4705 "void",4706 "wasm-timer",4707]47084709[[package]]4710name = "libp2p-swarm-derive"4711version = "0.25.0"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4714dependencies = [4715 "quote",4716 "syn",4717]47184719[[package]]4720name = "libp2p-tcp"4721version = "0.30.0"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4724dependencies = [4725 "async-io",4726 "futures 0.3.21",4727 "futures-timer",4728 "if-watch",4729 "ipnet",4730 "libc",4731 "libp2p-core",4732 "log",4733 "socket2 0.4.4",4734]47354736[[package]]4737name = "libp2p-uds"4738version = "0.30.0"4739source = "registry+https://github.com/rust-lang/crates.io-index"4740checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4741dependencies = [4742 "async-std",4743 "futures 0.3.21",4744 "libp2p-core",4745 "log",4746]47474748[[package]]4749name = "libp2p-wasm-ext"4750version = "0.30.0"4751source = "registry+https://github.com/rust-lang/crates.io-index"4752checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4753dependencies = [4754 "futures 0.3.21",4755 "js-sys",4756 "libp2p-core",4757 "parity-send-wrapper",4758 "wasm-bindgen",4759 "wasm-bindgen-futures",4760]47614762[[package]]4763name = "libp2p-websocket"4764version = "0.31.0"4765source = "registry+https://github.com/rust-lang/crates.io-index"4766checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4767dependencies = [4768 "either",4769 "futures 0.3.21",4770 "futures-rustls",4771 "libp2p-core",4772 "log",4773 "quicksink",4774 "rw-stream-sink",4775 "soketto",4776 "url 2.2.2",4777 "webpki-roots 0.21.1",4778]47794780[[package]]4781name = "libp2p-yamux"4782version = "0.34.0"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4785dependencies = [4786 "futures 0.3.21",4787 "libp2p-core",4788 "parking_lot 0.11.2",4789 "thiserror",4790 "yamux",4791]47924793[[package]]4794name = "librocksdb-sys"4795version = "0.6.1+6.28.2"4796source = "registry+https://github.com/rust-lang/crates.io-index"4797checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4798dependencies = [4799 "bindgen",4800 "bzip2-sys",4801 "cc",4802 "glob",4803 "libc",4804 "libz-sys",4805 "tikv-jemalloc-sys",4806]48074808[[package]]4809name = "libsecp256k1"4810version = "0.7.0"4811source = "registry+https://github.com/rust-lang/crates.io-index"4812checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4813dependencies = [4814 "arrayref",4815 "base64",4816 "digest 0.9.0",4817 "hmac-drbg",4818 "libsecp256k1-core",4819 "libsecp256k1-gen-ecmult",4820 "libsecp256k1-gen-genmult",4821 "rand 0.8.5",4822 "serde",4823 "sha2 0.9.9",4824 "typenum",4825]48264827[[package]]4828name = "libsecp256k1-core"4829version = "0.3.0"4830source = "registry+https://github.com/rust-lang/crates.io-index"4831checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4832dependencies = [4833 "crunchy",4834 "digest 0.9.0",4835 "subtle",4836]48374838[[package]]4839name = "libsecp256k1-gen-ecmult"4840version = "0.3.0"4841source = "registry+https://github.com/rust-lang/crates.io-index"4842checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4843dependencies = [4844 "libsecp256k1-core",4845]48464847[[package]]4848name = "libsecp256k1-gen-genmult"4849version = "0.3.0"4850source = "registry+https://github.com/rust-lang/crates.io-index"4851checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4852dependencies = [4853 "libsecp256k1-core",4854]48554856[[package]]4857name = "libz-sys"4858version = "1.1.8"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4861dependencies = [4862 "cc",4863 "pkg-config",4864 "vcpkg",4865]48664867[[package]]4868name = "linked-hash-map"4869version = "0.5.4"4870source = "registry+https://github.com/rust-lang/crates.io-index"4871checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"48724873[[package]]4874name = "linked_hash_set"4875version = "0.1.4"4876source = "registry+https://github.com/rust-lang/crates.io-index"4877checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4878dependencies = [4879 "linked-hash-map",4880]48814882[[package]]4883name = "linregress"4884version = "0.4.4"4885source = "registry+https://github.com/rust-lang/crates.io-index"4886checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4887dependencies = [4888 "nalgebra",4889 "statrs",4890]48914892[[package]]4893name = "linux-raw-sys"4894version = "0.0.42"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"48974898[[package]]4899name = "lock_api"4900version = "0.4.7"4901source = "registry+https://github.com/rust-lang/crates.io-index"4902checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4903dependencies = [4904 "autocfg",4905 "scopeguard",4906]49074908[[package]]4909name = "log"4910version = "0.4.17"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4913dependencies = [4914 "cfg-if 1.0.0",4915 "value-bag",4916]49174918[[package]]4919name = "lru"4920version = "0.6.6"4921source = "registry+https://github.com/rust-lang/crates.io-index"4922checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4923dependencies = [4924 "hashbrown 0.11.2",4925]49264927[[package]]4928name = "lru"4929version = "0.7.6"4930source = "registry+https://github.com/rust-lang/crates.io-index"4931checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"4932dependencies = [4933 "hashbrown 0.11.2",4934]49354936[[package]]4937name = "lru-cache"4938version = "0.1.2"4939source = "registry+https://github.com/rust-lang/crates.io-index"4940checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4941dependencies = [4942 "linked-hash-map",4943]49444945[[package]]4946name = "lz4"4947version = "1.23.3"4948source = "registry+https://github.com/rust-lang/crates.io-index"4949checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4950dependencies = [4951 "libc",4952 "lz4-sys",4953]49544955[[package]]4956name = "lz4-sys"4957version = "1.9.3"4958source = "registry+https://github.com/rust-lang/crates.io-index"4959checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4960dependencies = [4961 "cc",4962 "libc",4963]49644965[[package]]4966name = "mach"4967version = "0.3.2"4968source = "registry+https://github.com/rust-lang/crates.io-index"4969checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4970dependencies = [4971 "libc",4972]49734974[[package]]4975name = "maplit"4976version = "1.0.2"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"49794980[[package]]4981name = "match_cfg"4982version = "0.1.0"4983source = "registry+https://github.com/rust-lang/crates.io-index"4984checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"49854986[[package]]4987name = "matchers"4988version = "0.0.1"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4991dependencies = [4992 "regex-automata",4993]49944995[[package]]4996name = "matches"4997version = "0.1.9"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50005001[[package]]5002name = "matrixmultiply"5003version = "0.3.2"5004source = "registry+https://github.com/rust-lang/crates.io-index"5005checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5006dependencies = [5007 "rawpointer",5008]50095010[[package]]5011name = "memchr"5012version = "2.5.0"5013source = "registry+https://github.com/rust-lang/crates.io-index"5014checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50155016[[package]]5017name = "memmap2"5018version = "0.2.3"5019source = "registry+https://github.com/rust-lang/crates.io-index"5020checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5021dependencies = [5022 "libc",5023]50245025[[package]]5026name = "memmap2"5027version = "0.5.3"5028source = "registry+https://github.com/rust-lang/crates.io-index"5029checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5030dependencies = [5031 "libc",5032]50335034[[package]]5035name = "memoffset"5036version = "0.6.5"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5039dependencies = [5040 "autocfg",5041]50425043[[package]]5044name = "memory-db"5045version = "0.29.0"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5048dependencies = [5049 "hash-db",5050 "hashbrown 0.12.1",5051 "parity-util-mem",5052]50535054[[package]]5055name = "memory-lru"5056version = "0.1.0"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5059dependencies = [5060 "lru 0.6.6",5061]50625063[[package]]5064name = "memory_units"5065version = "0.3.0"5066source = "registry+https://github.com/rust-lang/crates.io-index"5067checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"50685069[[package]]5070name = "merlin"5071version = "2.0.1"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5074dependencies = [5075 "byteorder",5076 "keccak",5077 "rand_core 0.5.1",5078 "zeroize",5079]50805081[[package]]5082name = "metered-channel"5083version = "0.9.21"5084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5085dependencies = [5086 "coarsetime",5087 "crossbeam-queue",5088 "derive_more",5089 "futures 0.3.21",5090 "futures-timer",5091 "nanorand",5092 "thiserror",5093 "tracing-gum",5094]50955096[[package]]5097name = "mick-jaeger"5098version = "0.1.8"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5101dependencies = [5102 "futures 0.3.21",5103 "rand 0.8.5",5104 "thrift",5105]51065107[[package]]5108name = "minimal-lexical"5109version = "0.2.1"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51125113[[package]]5114name = "miniz_oxide"5115version = "0.5.1"5116source = "registry+https://github.com/rust-lang/crates.io-index"5117checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"5118dependencies = [5119 "adler",5120]51215122[[package]]5123name = "mio"5124version = "0.6.23"5125source = "registry+https://github.com/rust-lang/crates.io-index"5126checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5127dependencies = [5128 "cfg-if 0.1.10",5129 "fuchsia-zircon",5130 "fuchsia-zircon-sys",5131 "iovec",5132 "kernel32-sys",5133 "libc",5134 "log",5135 "miow",5136 "net2",5137 "slab",5138 "winapi 0.2.8",5139]51405141[[package]]5142name = "mio"5143version = "0.8.3"5144source = "registry+https://github.com/rust-lang/crates.io-index"5145checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"5146dependencies = [5147 "libc",5148 "log",5149 "wasi 0.11.0+wasi-snapshot-preview1",5150 "windows-sys",5151]51525153[[package]]5154name = "mio-extras"5155version = "2.0.6"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5158dependencies = [5159 "lazycell",5160 "log",5161 "mio 0.6.23",5162 "slab",5163]51645165[[package]]5166name = "miow"5167version = "0.2.2"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5170dependencies = [5171 "kernel32-sys",5172 "net2",5173 "winapi 0.2.8",5174 "ws2_32-sys",5175]51765177[[package]]5178name = "more-asserts"5179version = "0.2.2"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"51825183[[package]]5184name = "multiaddr"5185version = "0.13.0"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5188dependencies = [5189 "arrayref",5190 "bs58",5191 "byteorder",5192 "data-encoding",5193 "multihash 0.14.0",5194 "percent-encoding 2.1.0",5195 "serde",5196 "static_assertions",5197 "unsigned-varint 0.7.1",5198 "url 2.2.2",5199]52005201[[package]]5202name = "multibase"5203version = "0.8.0"5204source = "registry+https://github.com/rust-lang/crates.io-index"5205checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5206dependencies = [5207 "base-x",5208 "data-encoding",5209 "data-encoding-macro",5210]52115212[[package]]5213name = "multihash"5214version = "0.13.2"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5217dependencies = [5218 "blake2b_simd",5219 "blake2s_simd",5220 "blake3 0.3.8",5221 "digest 0.9.0",5222 "generic-array 0.14.5",5223 "multihash-derive",5224 "sha2 0.9.9",5225 "sha3 0.9.1",5226 "unsigned-varint 0.5.1",5227]52285229[[package]]5230name = "multihash"5231version = "0.14.0"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5234dependencies = [5235 "digest 0.9.0",5236 "generic-array 0.14.5",5237 "multihash-derive",5238 "sha2 0.9.9",5239 "unsigned-varint 0.7.1",5240]52415242[[package]]5243name = "multihash-derive"5244version = "0.7.2"5245source = "registry+https://github.com/rust-lang/crates.io-index"5246checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5247dependencies = [5248 "proc-macro-crate 1.1.3",5249 "proc-macro-error",5250 "proc-macro2",5251 "quote",5252 "syn",5253 "synstructure",5254]52555256[[package]]5257name = "multimap"5258version = "0.8.3"5259source = "registry+https://github.com/rust-lang/crates.io-index"5260checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52615262[[package]]5263name = "multistream-select"5264version = "0.10.4"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5267dependencies = [5268 "bytes 1.1.0",5269 "futures 0.3.21",5270 "log",5271 "pin-project 1.0.10",5272 "smallvec",5273 "unsigned-varint 0.7.1",5274]52755276[[package]]5277name = "nalgebra"5278version = "0.27.1"5279source = "registry+https://github.com/rust-lang/crates.io-index"5280checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5281dependencies = [5282 "approx",5283 "matrixmultiply",5284 "nalgebra-macros",5285 "num-complex",5286 "num-rational 0.4.0",5287 "num-traits",5288 "rand 0.8.5",5289 "rand_distr",5290 "simba",5291 "typenum",5292]52935294[[package]]5295name = "nalgebra-macros"5296version = "0.1.0"5297source = "registry+https://github.com/rust-lang/crates.io-index"5298checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5299dependencies = [5300 "proc-macro2",5301 "quote",5302 "syn",5303]53045305[[package]]5306name = "names"5307version = "0.13.0"5308source = "registry+https://github.com/rust-lang/crates.io-index"5309checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5310dependencies = [5311 "rand 0.8.5",5312]53135314[[package]]5315name = "nanorand"5316version = "0.7.0"5317source = "registry+https://github.com/rust-lang/crates.io-index"5318checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"53195320[[package]]5321name = "net2"5322version = "0.2.37"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5325dependencies = [5326 "cfg-if 0.1.10",5327 "libc",5328 "winapi 0.3.9",5329]53305331[[package]]5332name = "nodrop"5333version = "0.1.14"5334source = "registry+https://github.com/rust-lang/crates.io-index"5335checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53365337[[package]]5338name = "nohash-hasher"5339version = "0.2.0"5340source = "registry+https://github.com/rust-lang/crates.io-index"5341checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53425343[[package]]5344name = "nom"5345version = "7.1.1"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5348dependencies = [5349 "memchr",5350 "minimal-lexical",5351]53525353[[package]]5354name = "num-bigint"5355version = "0.2.6"5356source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5358dependencies = [5359 "autocfg",5360 "num-integer",5361 "num-traits",5362]53635364[[package]]5365name = "num-complex"5366version = "0.4.1"5367source = "registry+https://github.com/rust-lang/crates.io-index"5368checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5369dependencies = [5370 "num-traits",5371]53725373[[package]]5374name = "num-format"5375version = "0.4.0"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5378dependencies = [5379 "arrayvec 0.4.12",5380 "itoa 0.4.8",5381]53825383[[package]]5384name = "num-integer"5385version = "0.1.45"5386source = "registry+https://github.com/rust-lang/crates.io-index"5387checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5388dependencies = [5389 "autocfg",5390 "num-traits",5391]53925393[[package]]5394name = "num-rational"5395version = "0.2.4"5396source = "registry+https://github.com/rust-lang/crates.io-index"5397checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5398dependencies = [5399 "autocfg",5400 "num-bigint",5401 "num-integer",5402 "num-traits",5403]54045405[[package]]5406name = "num-rational"5407version = "0.4.0"5408source = "registry+https://github.com/rust-lang/crates.io-index"5409checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5410dependencies = [5411 "autocfg",5412 "num-integer",5413 "num-traits",5414]54155416[[package]]5417name = "num-traits"5418version = "0.2.15"5419source = "registry+https://github.com/rust-lang/crates.io-index"5420checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5421dependencies = [5422 "autocfg",5423 "libm",5424]54255426[[package]]5427name = "num_cpus"5428version = "1.13.1"5429source = "registry+https://github.com/rust-lang/crates.io-index"5430checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5431dependencies = [5432 "hermit-abi",5433 "libc",5434]54355436[[package]]5437name = "object"5438version = "0.27.1"5439source = "registry+https://github.com/rust-lang/crates.io-index"5440checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5441dependencies = [5442 "crc32fast",5443 "indexmap",5444 "memchr",5445]54465447[[package]]5448name = "object"5449version = "0.28.4"5450source = "registry+https://github.com/rust-lang/crates.io-index"5451checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5452dependencies = [5453 "memchr",5454]54555456[[package]]5457name = "once_cell"5458version = "1.12.0"5459source = "registry+https://github.com/rust-lang/crates.io-index"5460checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"54615462[[package]]5463name = "opal-runtime"5464version = "0.9.21"5465dependencies = [5466 "cumulus-pallet-aura-ext",5467 "cumulus-pallet-dmp-queue",5468 "cumulus-pallet-parachain-system",5469 "cumulus-pallet-xcm",5470 "cumulus-pallet-xcmp-queue",5471 "cumulus-primitives-core",5472 "cumulus-primitives-timestamp",5473 "cumulus-primitives-utility",5474 "derivative",5475 "fp-evm-mapping",5476 "fp-rpc",5477 "fp-self-contained",5478 "frame-benchmarking",5479 "frame-executive",5480 "frame-support",5481 "frame-system",5482 "frame-system-benchmarking",5483 "frame-system-rpc-runtime-api",5484 "frame-try-runtime",5485 "hex-literal",5486 "log",5487 "orml-vesting",5488 "pallet-aura",5489 "pallet-balances",5490 "pallet-base-fee",5491 "pallet-common",5492 "pallet-ethereum",5493 "pallet-evm",5494 "pallet-evm-coder-substrate",5495 "pallet-evm-contract-helpers",5496 "pallet-evm-migration",5497 "pallet-evm-transaction-payment",5498 "pallet-fungible",5499 "pallet-inflation",5500 "pallet-nonfungible",5501 "pallet-randomness-collective-flip",5502 "pallet-refungible",5503 "pallet-rmrk-core",5504 "pallet-rmrk-equip",5505 "pallet-structure",5506 "pallet-sudo",5507 "pallet-template-transaction-payment",5508 "pallet-timestamp",5509 "pallet-transaction-payment",5510 "pallet-transaction-payment-rpc-runtime-api",5511 "pallet-treasury",5512 "pallet-unique",5513 "pallet-unq-scheduler",5514 "pallet-xcm",5515 "parachain-info",5516 "parity-scale-codec 3.1.2",5517 "polkadot-parachain",5518 "rmrk-rpc 0.0.1",5519 "scale-info",5520 "serde",5521 "smallvec",5522 "sp-api",5523 "sp-arithmetic",5524 "sp-block-builder",5525 "sp-consensus-aura",5526 "sp-core",5527 "sp-inherents",5528 "sp-io",5529 "sp-offchain",5530 "sp-runtime",5531 "sp-session",5532 "sp-std",5533 "sp-transaction-pool",5534 "sp-version",5535 "substrate-wasm-builder",5536 "unique-runtime-common",5537 "up-data-structs",5538 "up-rpc",5539 "xcm",5540 "xcm-builder",5541 "xcm-executor",5542]55435544[[package]]5545name = "opaque-debug"5546version = "0.2.3"5547source = "registry+https://github.com/rust-lang/crates.io-index"5548checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55495550[[package]]5551name = "opaque-debug"5552version = "0.3.0"5553source = "registry+https://github.com/rust-lang/crates.io-index"5554checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55555556[[package]]5557name = "open-metrics-client"5558version = "0.12.0"5559source = "registry+https://github.com/rust-lang/crates.io-index"5560checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5561dependencies = [5562 "dtoa",5563 "itoa 0.4.8",5564 "open-metrics-client-derive-text-encode",5565 "owning_ref",5566]55675568[[package]]5569name = "open-metrics-client-derive-text-encode"5570version = "0.1.1"5571source = "registry+https://github.com/rust-lang/crates.io-index"5572checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5573dependencies = [5574 "proc-macro2",5575 "quote",5576 "syn",5577]55785579[[package]]5580name = "openssl-probe"5581version = "0.1.5"5582source = "registry+https://github.com/rust-lang/crates.io-index"5583checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55845585[[package]]5586name = "ordered-float"5587version = "1.1.1"5588source = "registry+https://github.com/rust-lang/crates.io-index"5589checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5590dependencies = [5591 "num-traits",5592]55935594[[package]]5595name = "orml-vesting"5596version = "0.4.1-dev"5597source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.21#ab76865610924c07212a9dc788a45d659c603a4a"5598dependencies = [5599 "frame-support",5600 "frame-system",5601 "parity-scale-codec 3.1.2",5602 "scale-info",5603 "serde",5604 "sp-io",5605 "sp-runtime",5606 "sp-std",5607]56085609[[package]]5610name = "os_str_bytes"5611version = "6.1.0"5612source = "registry+https://github.com/rust-lang/crates.io-index"5613checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"56145615[[package]]5616name = "owning_ref"5617version = "0.4.1"5618source = "registry+https://github.com/rust-lang/crates.io-index"5619checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5620dependencies = [5621 "stable_deref_trait",5622]56235624[[package]]5625name = "pallet-aura"5626version = "4.0.0-dev"5627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5628dependencies = [5629 "frame-support",5630 "frame-system",5631 "pallet-timestamp",5632 "parity-scale-codec 3.1.2",5633 "scale-info",5634 "sp-application-crypto",5635 "sp-consensus-aura",5636 "sp-runtime",5637 "sp-std",5638]56395640[[package]]5641name = "pallet-authority-discovery"5642version = "4.0.0-dev"5643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5644dependencies = [5645 "frame-support",5646 "frame-system",5647 "pallet-session",5648 "parity-scale-codec 3.1.2",5649 "scale-info",5650 "sp-application-crypto",5651 "sp-authority-discovery",5652 "sp-runtime",5653 "sp-std",5654]56555656[[package]]5657name = "pallet-authorship"5658version = "4.0.0-dev"5659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5660dependencies = [5661 "frame-support",5662 "frame-system",5663 "impl-trait-for-tuples",5664 "parity-scale-codec 3.1.2",5665 "scale-info",5666 "sp-authorship",5667 "sp-runtime",5668 "sp-std",5669]56705671[[package]]5672name = "pallet-babe"5673version = "4.0.0-dev"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5675dependencies = [5676 "frame-benchmarking",5677 "frame-support",5678 "frame-system",5679 "log",5680 "pallet-authorship",5681 "pallet-session",5682 "pallet-timestamp",5683 "parity-scale-codec 3.1.2",5684 "scale-info",5685 "sp-application-crypto",5686 "sp-consensus-babe",5687 "sp-consensus-vrf",5688 "sp-io",5689 "sp-runtime",5690 "sp-session",5691 "sp-staking",5692 "sp-std",5693]56945695[[package]]5696name = "pallet-bags-list"5697version = "4.0.0-dev"5698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5699dependencies = [5700 "frame-benchmarking",5701 "frame-election-provider-support",5702 "frame-support",5703 "frame-system",5704 "log",5705 "pallet-balances",5706 "parity-scale-codec 3.1.2",5707 "scale-info",5708 "sp-core",5709 "sp-io",5710 "sp-runtime",5711 "sp-std",5712 "sp-tracing",5713]57145715[[package]]5716name = "pallet-balances"5717version = "4.0.0-dev"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5719dependencies = [5720 "frame-benchmarking",5721 "frame-support",5722 "frame-system",5723 "log",5724 "parity-scale-codec 3.1.2",5725 "scale-info",5726 "sp-runtime",5727 "sp-std",5728]57295730[[package]]5731name = "pallet-base-fee"5732version = "1.0.0"5733source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5734dependencies = [5735 "fp-evm",5736 "frame-support",5737 "frame-system",5738 "parity-scale-codec 3.1.2",5739 "scale-info",5740 "serde",5741 "sp-core",5742 "sp-runtime",5743]57445745[[package]]5746name = "pallet-beefy"5747version = "4.0.0-dev"5748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5749dependencies = [5750 "beefy-primitives",5751 "frame-support",5752 "frame-system",5753 "pallet-session",5754 "parity-scale-codec 3.1.2",5755 "scale-info",5756 "serde",5757 "sp-runtime",5758 "sp-std",5759]57605761[[package]]5762name = "pallet-beefy-mmr"5763version = "4.0.0-dev"5764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5765dependencies = [5766 "beefy-merkle-tree",5767 "beefy-primitives",5768 "frame-support",5769 "frame-system",5770 "hex",5771 "k256",5772 "log",5773 "pallet-beefy",5774 "pallet-mmr",5775 "pallet-session",5776 "parity-scale-codec 3.1.2",5777 "scale-info",5778 "serde",5779 "sp-core",5780 "sp-io",5781 "sp-runtime",5782 "sp-std",5783]57845785[[package]]5786name = "pallet-bounties"5787version = "4.0.0-dev"5788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5789dependencies = [5790 "frame-benchmarking",5791 "frame-support",5792 "frame-system",5793 "log",5794 "pallet-treasury",5795 "parity-scale-codec 3.1.2",5796 "scale-info",5797 "sp-core",5798 "sp-io",5799 "sp-runtime",5800 "sp-std",5801]58025803[[package]]5804name = "pallet-bridge-dispatch"5805version = "0.1.0"5806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5807dependencies = [5808 "bp-message-dispatch",5809 "bp-runtime",5810 "frame-support",5811 "frame-system",5812 "log",5813 "parity-scale-codec 3.1.2",5814 "scale-info",5815 "sp-core",5816 "sp-runtime",5817 "sp-std",5818]58195820[[package]]5821name = "pallet-bridge-grandpa"5822version = "0.1.0"5823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5824dependencies = [5825 "bp-header-chain",5826 "bp-runtime",5827 "bp-test-utils",5828 "finality-grandpa",5829 "frame-support",5830 "frame-system",5831 "log",5832 "num-traits",5833 "parity-scale-codec 3.1.2",5834 "scale-info",5835 "serde",5836 "sp-finality-grandpa",5837 "sp-runtime",5838 "sp-std",5839 "sp-trie",5840]58415842[[package]]5843name = "pallet-bridge-messages"5844version = "0.1.0"5845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"5846dependencies = [5847 "bitvec 1.0.0",5848 "bp-message-dispatch",5849 "bp-messages",5850 "bp-runtime",5851 "frame-support",5852 "frame-system",5853 "log",5854 "num-traits",5855 "parity-scale-codec 3.1.2",5856 "scale-info",5857 "serde",5858 "sp-core",5859 "sp-runtime",5860 "sp-std",5861]58625863[[package]]5864name = "pallet-child-bounties"5865version = "4.0.0-dev"5866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5867dependencies = [5868 "frame-benchmarking",5869 "frame-support",5870 "frame-system",5871 "log",5872 "pallet-bounties",5873 "pallet-treasury",5874 "parity-scale-codec 3.1.2",5875 "scale-info",5876 "sp-core",5877 "sp-io",5878 "sp-runtime",5879 "sp-std",5880]58815882[[package]]5883name = "pallet-collective"5884version = "4.0.0-dev"5885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5886dependencies = [5887 "frame-benchmarking",5888 "frame-support",5889 "frame-system",5890 "log",5891 "parity-scale-codec 3.1.2",5892 "scale-info",5893 "sp-core",5894 "sp-io",5895 "sp-runtime",5896 "sp-std",5897]58985899[[package]]5900name = "pallet-common"5901version = "0.1.0"5902dependencies = [5903 "ethereum",5904 "evm-coder",5905 "fp-evm-mapping",5906 "frame-benchmarking",5907 "frame-support",5908 "frame-system",5909 "pallet-evm",5910 "pallet-evm-coder-substrate",5911 "parity-scale-codec 3.1.2",5912 "scale-info",5913 "serde",5914 "sp-core",5915 "sp-runtime",5916 "sp-std",5917 "up-data-structs",5918]59195920[[package]]5921name = "pallet-democracy"5922version = "4.0.0-dev"5923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5924dependencies = [5925 "frame-benchmarking",5926 "frame-support",5927 "frame-system",5928 "parity-scale-codec 3.1.2",5929 "scale-info",5930 "serde",5931 "sp-io",5932 "sp-runtime",5933 "sp-std",5934]59355936[[package]]5937name = "pallet-election-provider-multi-phase"5938version = "4.0.0-dev"5939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5940dependencies = [5941 "frame-benchmarking",5942 "frame-election-provider-support",5943 "frame-support",5944 "frame-system",5945 "log",5946 "parity-scale-codec 3.1.2",5947 "rand 0.7.3",5948 "scale-info",5949 "sp-arithmetic",5950 "sp-core",5951 "sp-io",5952 "sp-npos-elections",5953 "sp-runtime",5954 "sp-std",5955 "static_assertions",5956 "strum 0.23.0",5957]59585959[[package]]5960name = "pallet-election-provider-support-benchmarking"5961version = "4.0.0-dev"5962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5963dependencies = [5964 "frame-benchmarking",5965 "frame-election-provider-support",5966 "frame-system",5967 "parity-scale-codec 3.1.2",5968 "sp-npos-elections",5969 "sp-runtime",5970]59715972[[package]]5973name = "pallet-elections-phragmen"5974version = "5.0.0-dev"5975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"5976dependencies = [5977 "frame-benchmarking",5978 "frame-support",5979 "frame-system",5980 "log",5981 "parity-scale-codec 3.1.2",5982 "scale-info",5983 "sp-core",5984 "sp-io",5985 "sp-npos-elections",5986 "sp-runtime",5987 "sp-std",5988]59895990[[package]]5991name = "pallet-ethereum"5992version = "4.0.0-dev"5993source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"5994dependencies = [5995 "ethereum",5996 "ethereum-types",5997 "evm",5998 "fp-consensus",5999 "fp-evm",6000 "fp-evm-mapping",6001 "fp-rpc",6002 "fp-self-contained",6003 "fp-storage",6004 "frame-support",6005 "frame-system",6006 "log",6007 "pallet-balances",6008 "pallet-evm",6009 "pallet-timestamp",6010 "parity-scale-codec 3.1.2",6011 "rlp",6012 "scale-info",6013 "serde",6014 "sha3 0.10.1",6015 "sp-io",6016 "sp-runtime",6017 "sp-std",6018]60196020[[package]]6021name = "pallet-evm"6022version = "6.0.0-dev"6023source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.21-logs#79cd4c4cf29106c431facd6779783fc887b21475"6024dependencies = [6025 "evm",6026 "fp-evm",6027 "fp-evm-mapping",6028 "frame-benchmarking",6029 "frame-support",6030 "frame-system",6031 "hex",6032 "impl-trait-for-tuples",6033 "log",6034 "pallet-balances",6035 "pallet-timestamp",6036 "parity-scale-codec 3.1.2",6037 "primitive-types",6038 "rlp",6039 "scale-info",6040 "serde",6041 "sha3 0.10.1",6042 "sp-core",6043 "sp-io",6044 "sp-runtime",6045 "sp-std",6046]60476048[[package]]6049name = "pallet-evm-coder-substrate"6050version = "0.1.0"6051dependencies = [6052 "ethereum",6053 "evm-coder",6054 "frame-benchmarking",6055 "frame-support",6056 "frame-system",6057 "pallet-ethereum",6058 "pallet-evm",6059 "parity-scale-codec 3.1.2",6060 "scale-info",6061 "sp-core",6062 "sp-std",6063 "up-data-structs",6064]60656066[[package]]6067name = "pallet-evm-contract-helpers"6068version = "0.1.0"6069dependencies = [6070 "evm-coder",6071 "fp-evm-mapping",6072 "frame-support",6073 "frame-system",6074 "log",6075 "pallet-common",6076 "pallet-evm",6077 "pallet-evm-coder-substrate",6078 "parity-scale-codec 3.1.2",6079 "scale-info",6080 "sp-core",6081 "sp-runtime",6082 "sp-std",6083 "up-data-structs",6084 "up-sponsorship",6085]60866087[[package]]6088name = "pallet-evm-migration"6089version = "0.1.0"6090dependencies = [6091 "fp-evm",6092 "frame-benchmarking",6093 "frame-support",6094 "frame-system",6095 "pallet-evm",6096 "parity-scale-codec 3.1.2",6097 "scale-info",6098 "sp-core",6099 "sp-io",6100 "sp-runtime",6101 "sp-std",6102]61036104[[package]]6105name = "pallet-evm-transaction-payment"6106version = "0.1.0"6107dependencies = [6108 "fp-evm",6109 "fp-evm-mapping",6110 "frame-support",6111 "frame-system",6112 "pallet-ethereum",6113 "pallet-evm",6114 "parity-scale-codec 3.1.2",6115 "scale-info",6116 "sp-core",6117 "sp-io",6118 "sp-runtime",6119 "sp-std",6120 "up-sponsorship",6121]61226123[[package]]6124name = "pallet-fungible"6125version = "0.1.0"6126dependencies = [6127 "ethereum",6128 "evm-coder",6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "pallet-common",6133 "pallet-evm",6134 "pallet-evm-coder-substrate",6135 "pallet-structure",6136 "parity-scale-codec 3.1.2",6137 "scale-info",6138 "sp-core",6139 "sp-runtime",6140 "sp-std",6141 "up-data-structs",6142]61436144[[package]]6145name = "pallet-gilt"6146version = "4.0.0-dev"6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6148dependencies = [6149 "frame-benchmarking",6150 "frame-support",6151 "frame-system",6152 "parity-scale-codec 3.1.2",6153 "scale-info",6154 "sp-arithmetic",6155 "sp-runtime",6156 "sp-std",6157]61586159[[package]]6160name = "pallet-grandpa"6161version = "4.0.0-dev"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6163dependencies = [6164 "frame-benchmarking",6165 "frame-support",6166 "frame-system",6167 "log",6168 "pallet-authorship",6169 "pallet-session",6170 "parity-scale-codec 3.1.2",6171 "scale-info",6172 "sp-application-crypto",6173 "sp-core",6174 "sp-finality-grandpa",6175 "sp-io",6176 "sp-runtime",6177 "sp-session",6178 "sp-staking",6179 "sp-std",6180]61816182[[package]]6183name = "pallet-identity"6184version = "4.0.0-dev"6185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6186dependencies = [6187 "enumflags2",6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "parity-scale-codec 3.1.2",6192 "scale-info",6193 "sp-io",6194 "sp-runtime",6195 "sp-std",6196]61976198[[package]]6199name = "pallet-im-online"6200version = "4.0.0-dev"6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6202dependencies = [6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "log",6207 "pallet-authorship",6208 "parity-scale-codec 3.1.2",6209 "scale-info",6210 "sp-application-crypto",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-staking",6215 "sp-std",6216]62176218[[package]]6219name = "pallet-indices"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "parity-scale-codec 3.1.2",6227 "scale-info",6228 "sp-core",6229 "sp-io",6230 "sp-keyring",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-inflation"6237version = "0.1.0"6238dependencies = [6239 "frame-benchmarking",6240 "frame-support",6241 "frame-system",6242 "pallet-balances",6243 "pallet-randomness-collective-flip",6244 "pallet-timestamp",6245 "parity-scale-codec 3.1.2",6246 "scale-info",6247 "serde",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-membership"6256version = "4.0.0-dev"6257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6258dependencies = [6259 "frame-benchmarking",6260 "frame-support",6261 "frame-system",6262 "log",6263 "parity-scale-codec 3.1.2",6264 "scale-info",6265 "sp-core",6266 "sp-io",6267 "sp-runtime",6268 "sp-std",6269]62706271[[package]]6272name = "pallet-mmr"6273version = "4.0.0-dev"6274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6275dependencies = [6276 "ckb-merkle-mountain-range",6277 "frame-benchmarking",6278 "frame-support",6279 "frame-system",6280 "parity-scale-codec 3.1.2",6281 "scale-info",6282 "sp-core",6283 "sp-io",6284 "sp-mmr-primitives",6285 "sp-runtime",6286 "sp-std",6287]62886289[[package]]6290name = "pallet-mmr-rpc"6291version = "3.0.0"6292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6293dependencies = [6294 "jsonrpc-core",6295 "jsonrpc-core-client",6296 "jsonrpc-derive",6297 "parity-scale-codec 3.1.2",6298 "serde",6299 "sp-api",6300 "sp-blockchain",6301 "sp-core",6302 "sp-mmr-primitives",6303 "sp-runtime",6304]63056306[[package]]6307name = "pallet-multisig"6308version = "4.0.0-dev"6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6310dependencies = [6311 "frame-benchmarking",6312 "frame-support",6313 "frame-system",6314 "parity-scale-codec 3.1.2",6315 "scale-info",6316 "sp-io",6317 "sp-runtime",6318 "sp-std",6319]63206321[[package]]6322name = "pallet-nicks"6323version = "4.0.0-dev"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6325dependencies = [6326 "frame-support",6327 "frame-system",6328 "parity-scale-codec 3.1.2",6329 "scale-info",6330 "sp-io",6331 "sp-runtime",6332 "sp-std",6333]63346335[[package]]6336name = "pallet-nomination-pools"6337version = "1.0.0"6338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6339dependencies = [6340 "frame-support",6341 "frame-system",6342 "parity-scale-codec 3.1.2",6343 "scale-info",6344 "sp-core",6345 "sp-runtime",6346 "sp-staking",6347 "sp-std",6348]63496350[[package]]6351name = "pallet-nomination-pools-benchmarking"6352version = "1.0.0"6353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6354dependencies = [6355 "frame-benchmarking",6356 "frame-election-provider-support",6357 "frame-support",6358 "frame-system",6359 "pallet-bags-list",6360 "pallet-nomination-pools",6361 "pallet-staking",6362 "parity-scale-codec 3.1.2",6363 "scale-info",6364 "sp-runtime",6365 "sp-staking",6366 "sp-std",6367]63686369[[package]]6370name = "pallet-nonfungible"6371version = "0.1.0"6372dependencies = [6373 "ethereum",6374 "evm-coder",6375 "frame-benchmarking",6376 "frame-support",6377 "frame-system",6378 "pallet-common",6379 "pallet-evm",6380 "pallet-evm-coder-substrate",6381 "pallet-structure",6382 "parity-scale-codec 3.1.2",6383 "scale-info",6384 "sp-core",6385 "sp-runtime",6386 "sp-std",6387 "struct-versioning",6388 "up-data-structs",6389]63906391[[package]]6392name = "pallet-offences"6393version = "4.0.0-dev"6394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6395dependencies = [6396 "frame-support",6397 "frame-system",6398 "log",6399 "pallet-balances",6400 "parity-scale-codec 3.1.2",6401 "scale-info",6402 "serde",6403 "sp-runtime",6404 "sp-staking",6405 "sp-std",6406]64076408[[package]]6409name = "pallet-offences-benchmarking"6410version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6412dependencies = [6413 "frame-benchmarking",6414 "frame-election-provider-support",6415 "frame-support",6416 "frame-system",6417 "pallet-babe",6418 "pallet-balances",6419 "pallet-grandpa",6420 "pallet-im-online",6421 "pallet-offences",6422 "pallet-session",6423 "pallet-staking",6424 "parity-scale-codec 3.1.2",6425 "scale-info",6426 "sp-runtime",6427 "sp-staking",6428 "sp-std",6429]64306431[[package]]6432name = "pallet-preimage"6433version = "4.0.0-dev"6434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6435dependencies = [6436 "frame-benchmarking",6437 "frame-support",6438 "frame-system",6439 "parity-scale-codec 3.1.2",6440 "scale-info",6441 "sp-core",6442 "sp-io",6443 "sp-runtime",6444 "sp-std",6445]64466447[[package]]6448name = "pallet-proxy"6449version = "4.0.0-dev"6450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6451dependencies = [6452 "frame-benchmarking",6453 "frame-support",6454 "frame-system",6455 "parity-scale-codec 3.1.2",6456 "scale-info",6457 "sp-io",6458 "sp-runtime",6459 "sp-std",6460]64616462[[package]]6463name = "pallet-randomness-collective-flip"6464version = "4.0.0-dev"6465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6466dependencies = [6467 "frame-support",6468 "frame-system",6469 "parity-scale-codec 3.1.2",6470 "safe-mix",6471 "scale-info",6472 "sp-runtime",6473 "sp-std",6474]64756476[[package]]6477name = "pallet-recovery"6478version = "4.0.0-dev"6479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6480dependencies = [6481 "frame-support",6482 "frame-system",6483 "parity-scale-codec 3.1.2",6484 "scale-info",6485 "sp-io",6486 "sp-runtime",6487 "sp-std",6488]64896490[[package]]6491name = "pallet-refungible"6492version = "0.1.0"6493dependencies = [6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "pallet-common",6498 "pallet-evm",6499 "pallet-structure",6500 "parity-scale-codec 3.1.2",6501 "scale-info",6502 "sp-core",6503 "sp-runtime",6504 "sp-std",6505 "struct-versioning",6506 "up-data-structs",6507]65086509[[package]]6510name = "pallet-rmrk-core"6511version = "0.1.0"6512dependencies = [6513 "frame-benchmarking",6514 "frame-support",6515 "frame-system",6516 "pallet-common",6517 "pallet-evm",6518 "pallet-nonfungible",6519 "parity-scale-codec 3.1.2",6520 "scale-info",6521 "sp-core",6522 "sp-runtime",6523 "sp-std",6524 "up-data-structs",6525]65266527[[package]]6528name = "pallet-rmrk-equip"6529version = "0.1.0"6530dependencies = [6531 "frame-benchmarking",6532 "frame-support",6533 "frame-system",6534 "pallet-common",6535 "pallet-evm",6536 "pallet-nonfungible",6537 "pallet-rmrk-core",6538 "parity-scale-codec 3.1.2",6539 "scale-info",6540 "sp-core",6541 "sp-runtime",6542 "sp-std",6543 "up-data-structs",6544]65456546[[package]]6547name = "pallet-scheduler"6548version = "4.0.0-dev"6549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6550dependencies = [6551 "frame-benchmarking",6552 "frame-support",6553 "frame-system",6554 "log",6555 "parity-scale-codec 3.1.2",6556 "scale-info",6557 "sp-io",6558 "sp-runtime",6559 "sp-std",6560]65616562[[package]]6563name = "pallet-session"6564version = "4.0.0-dev"6565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6566dependencies = [6567 "frame-support",6568 "frame-system",6569 "impl-trait-for-tuples",6570 "log",6571 "pallet-timestamp",6572 "parity-scale-codec 3.1.2",6573 "scale-info",6574 "sp-core",6575 "sp-io",6576 "sp-runtime",6577 "sp-session",6578 "sp-staking",6579 "sp-std",6580 "sp-trie",6581]65826583[[package]]6584name = "pallet-session-benchmarking"6585version = "4.0.0-dev"6586source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6587dependencies = [6588 "frame-benchmarking",6589 "frame-support",6590 "frame-system",6591 "pallet-session",6592 "pallet-staking",6593 "rand 0.7.3",6594 "sp-runtime",6595 "sp-session",6596 "sp-std",6597]65986599[[package]]6600name = "pallet-society"6601version = "4.0.0-dev"6602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6603dependencies = [6604 "frame-support",6605 "frame-system",6606 "parity-scale-codec 3.1.2",6607 "rand_chacha 0.2.2",6608 "scale-info",6609 "sp-runtime",6610 "sp-std",6611]66126613[[package]]6614name = "pallet-staking"6615version = "4.0.0-dev"6616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6617dependencies = [6618 "frame-benchmarking",6619 "frame-election-provider-support",6620 "frame-support",6621 "frame-system",6622 "log",6623 "pallet-authorship",6624 "pallet-session",6625 "parity-scale-codec 3.1.2",6626 "rand_chacha 0.2.2",6627 "scale-info",6628 "serde",6629 "sp-application-crypto",6630 "sp-io",6631 "sp-runtime",6632 "sp-staking",6633 "sp-std",6634]66356636[[package]]6637name = "pallet-staking-reward-curve"6638version = "4.0.0-dev"6639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6640dependencies = [6641 "proc-macro-crate 1.1.3",6642 "proc-macro2",6643 "quote",6644 "syn",6645]66466647[[package]]6648name = "pallet-staking-reward-fn"6649version = "4.0.0-dev"6650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6651dependencies = [6652 "log",6653 "sp-arithmetic",6654]66556656[[package]]6657name = "pallet-structure"6658version = "0.1.0"6659dependencies = [6660 "frame-benchmarking",6661 "frame-support",6662 "frame-system",6663 "pallet-common",6664 "pallet-evm",6665 "parity-scale-codec 3.1.2",6666 "scale-info",6667 "sp-std",6668 "up-data-structs",6669]66706671[[package]]6672name = "pallet-sudo"6673version = "4.0.0-dev"6674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6675dependencies = [6676 "frame-support",6677 "frame-system",6678 "parity-scale-codec 3.1.2",6679 "scale-info",6680 "sp-io",6681 "sp-runtime",6682 "sp-std",6683]66846685[[package]]6686name = "pallet-template-transaction-payment"6687version = "3.0.0"6688source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"6689dependencies = [6690 "frame-benchmarking",6691 "frame-support",6692 "frame-system",6693 "pallet-balances",6694 "pallet-transaction-payment",6695 "parity-scale-codec 3.1.2",6696 "scale-info",6697 "serde",6698 "sp-core",6699 "sp-io",6700 "sp-runtime",6701 "sp-std",6702 "up-sponsorship",6703]67046705[[package]]6706name = "pallet-timestamp"6707version = "4.0.0-dev"6708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6709dependencies = [6710 "frame-benchmarking",6711 "frame-support",6712 "frame-system",6713 "log",6714 "parity-scale-codec 3.1.2",6715 "scale-info",6716 "sp-inherents",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720 "sp-timestamp",6721]67226723[[package]]6724name = "pallet-tips"6725version = "4.0.0-dev"6726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6727dependencies = [6728 "frame-benchmarking",6729 "frame-support",6730 "frame-system",6731 "log",6732 "pallet-treasury",6733 "parity-scale-codec 3.1.2",6734 "scale-info",6735 "serde",6736 "sp-core",6737 "sp-io",6738 "sp-runtime",6739 "sp-std",6740]67416742[[package]]6743name = "pallet-transaction-payment"6744version = "4.0.0-dev"6745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6746dependencies = [6747 "frame-support",6748 "frame-system",6749 "parity-scale-codec 3.1.2",6750 "scale-info",6751 "serde",6752 "smallvec",6753 "sp-core",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757]67586759[[package]]6760name = "pallet-transaction-payment-rpc"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6763dependencies = [6764 "jsonrpc-core",6765 "jsonrpc-core-client",6766 "jsonrpc-derive",6767 "pallet-transaction-payment-rpc-runtime-api",6768 "parity-scale-codec 3.1.2",6769 "sp-api",6770 "sp-blockchain",6771 "sp-core",6772 "sp-rpc",6773 "sp-runtime",6774]67756776[[package]]6777name = "pallet-transaction-payment-rpc-runtime-api"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6780dependencies = [6781 "pallet-transaction-payment",6782 "parity-scale-codec 3.1.2",6783 "sp-api",6784 "sp-runtime",6785]67866787[[package]]6788name = "pallet-treasury"6789version = "4.0.0-dev"6790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6791dependencies = [6792 "frame-benchmarking",6793 "frame-support",6794 "frame-system",6795 "impl-trait-for-tuples",6796 "pallet-balances",6797 "parity-scale-codec 3.1.2",6798 "scale-info",6799 "serde",6800 "sp-runtime",6801 "sp-std",6802]68036804[[package]]6805name = "pallet-unique"6806version = "0.1.0"6807dependencies = [6808 "ethereum",6809 "evm-coder",6810 "frame-benchmarking",6811 "frame-support",6812 "frame-system",6813 "pallet-common",6814 "pallet-evm",6815 "pallet-evm-coder-substrate",6816 "pallet-nonfungible",6817 "parity-scale-codec 3.1.2",6818 "scale-info",6819 "serde",6820 "sp-core",6821 "sp-io",6822 "sp-runtime",6823 "sp-std",6824 "up-data-structs",6825]68266827[[package]]6828name = "pallet-unq-scheduler"6829version = "0.1.0"6830dependencies = [6831 "frame-benchmarking",6832 "frame-support",6833 "frame-system",6834 "log",6835 "parity-scale-codec 3.1.2",6836 "scale-info",6837 "serde",6838 "sp-core",6839 "sp-io",6840 "sp-runtime",6841 "sp-std",6842 "substrate-test-utils",6843 "up-sponsorship",6844]68456846[[package]]6847name = "pallet-utility"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 "parity-scale-codec 3.1.2",6855 "scale-info",6856 "sp-core",6857 "sp-io",6858 "sp-runtime",6859 "sp-std",6860]68616862[[package]]6863name = "pallet-vesting"6864version = "4.0.0-dev"6865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"6866dependencies = [6867 "frame-benchmarking",6868 "frame-support",6869 "frame-system",6870 "log",6871 "parity-scale-codec 3.1.2",6872 "scale-info",6873 "sp-runtime",6874 "sp-std",6875]68766877[[package]]6878name = "pallet-xcm"6879version = "0.9.21"6880source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6881dependencies = [6882 "frame-support",6883 "frame-system",6884 "log",6885 "parity-scale-codec 3.1.2",6886 "scale-info",6887 "serde",6888 "sp-core",6889 "sp-runtime",6890 "sp-std",6891 "xcm",6892 "xcm-executor",6893]68946895[[package]]6896name = "pallet-xcm-benchmarks"6897version = "0.9.21"6898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"6899dependencies = [6900 "frame-benchmarking",6901 "frame-support",6902 "frame-system",6903 "log",6904 "parity-scale-codec 3.1.2",6905 "scale-info",6906 "sp-runtime",6907 "sp-std",6908 "xcm",6909 "xcm-executor",6910]69116912[[package]]6913name = "parachain-info"6914version = "0.1.0"6915source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.21#4ce5950ac3efbdbbf6c88c90e2a9ad4c7cb8d334"6916dependencies = [6917 "cumulus-primitives-core",6918 "frame-support",6919 "frame-system",6920 "parity-scale-codec 3.1.2",6921 "scale-info",6922 "serde",6923]69246925[[package]]6926name = "parity-db"6927version = "0.3.13"6928source = "registry+https://github.com/rust-lang/crates.io-index"6929checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6930dependencies = [6931 "blake2-rfc",6932 "crc32fast",6933 "fs2",6934 "hex",6935 "libc",6936 "log",6937 "lz4",6938 "memmap2 0.2.3",6939 "parking_lot 0.11.2",6940 "rand 0.8.5",6941 "snap",6942]69436944[[package]]6945name = "parity-scale-codec"6946version = "2.3.1"6947source = "registry+https://github.com/rust-lang/crates.io-index"6948checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6949dependencies = [6950 "arrayvec 0.7.2",6951 "bitvec 0.20.4",6952 "byte-slice-cast",6953 "impl-trait-for-tuples",6954 "parity-scale-codec-derive 2.3.1",6955 "serde",6956]69576958[[package]]6959name = "parity-scale-codec"6960version = "3.1.2"6961source = "registry+https://github.com/rust-lang/crates.io-index"6962checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6963dependencies = [6964 "arrayvec 0.7.2",6965 "bitvec 1.0.0",6966 "byte-slice-cast",6967 "impl-trait-for-tuples",6968 "parity-scale-codec-derive 3.1.2",6969 "serde",6970]69716972[[package]]6973name = "parity-scale-codec-derive"6974version = "2.3.1"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6977dependencies = [6978 "proc-macro-crate 1.1.3",6979 "proc-macro2",6980 "quote",6981 "syn",6982]69836984[[package]]6985name = "parity-scale-codec-derive"6986version = "3.1.2"6987source = "registry+https://github.com/rust-lang/crates.io-index"6988checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6989dependencies = [6990 "proc-macro-crate 1.1.3",6991 "proc-macro2",6992 "quote",6993 "syn",6994]69956996[[package]]6997name = "parity-send-wrapper"6998version = "0.1.0"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70017002[[package]]7003name = "parity-tokio-ipc"7004version = "0.9.0"7005source = "registry+https://github.com/rust-lang/crates.io-index"7006checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7007dependencies = [7008 "futures 0.3.21",7009 "libc",7010 "log",7011 "rand 0.7.3",7012 "tokio 1.18.2",7013 "winapi 0.3.9",7014]70157016[[package]]7017name = "parity-util-mem"7018version = "0.11.0"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7021dependencies = [7022 "cfg-if 1.0.0",7023 "ethereum-types",7024 "hashbrown 0.12.1",7025 "impl-trait-for-tuples",7026 "lru 0.7.6",7027 "parity-util-mem-derive",7028 "parking_lot 0.12.0",7029 "primitive-types",7030 "smallvec",7031 "winapi 0.3.9",7032]70337034[[package]]7035name = "parity-util-mem-derive"7036version = "0.1.0"7037source = "registry+https://github.com/rust-lang/crates.io-index"7038checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7039dependencies = [7040 "proc-macro2",7041 "syn",7042 "synstructure",7043]70447045[[package]]7046name = "parity-wasm"7047version = "0.32.0"7048source = "registry+https://github.com/rust-lang/crates.io-index"7049checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7050dependencies = [7051 "byteorder",7052]70537054[[package]]7055name = "parity-wasm"7056version = "0.42.2"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70597060[[package]]7061name = "parity-ws"7062version = "0.11.1"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7065dependencies = [7066 "byteorder",7067 "bytes 0.4.12",7068 "httparse",7069 "log",7070 "mio 0.6.23",7071 "mio-extras",7072 "rand 0.7.3",7073 "sha-1 0.8.2",7074 "slab",7075 "url 2.2.2",7076]70777078[[package]]7079name = "parking"7080version = "2.0.0"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70837084[[package]]7085name = "parking_lot"7086version = "0.11.2"7087source = "registry+https://github.com/rust-lang/crates.io-index"7088checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7089dependencies = [7090 "instant",7091 "lock_api",7092 "parking_lot_core 0.8.5",7093]70947095[[package]]7096name = "parking_lot"7097version = "0.12.0"7098source = "registry+https://github.com/rust-lang/crates.io-index"7099checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7100dependencies = [7101 "lock_api",7102 "parking_lot_core 0.9.3",7103]71047105[[package]]7106name = "parking_lot_core"7107version = "0.8.5"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7110dependencies = [7111 "cfg-if 1.0.0",7112 "instant",7113 "libc",7114 "redox_syscall 0.2.13",7115 "smallvec",7116 "winapi 0.3.9",7117]71187119[[package]]7120name = "parking_lot_core"7121version = "0.9.3"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"7124dependencies = [7125 "cfg-if 1.0.0",7126 "libc",7127 "redox_syscall 0.2.13",7128 "smallvec",7129 "windows-sys",7130]71317132[[package]]7133name = "paste"7134version = "1.0.7"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71377138[[package]]7139name = "pbkdf2"7140version = "0.4.0"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7143dependencies = [7144 "crypto-mac 0.8.0",7145]71467147[[package]]7148name = "pbkdf2"7149version = "0.8.0"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7152dependencies = [7153 "crypto-mac 0.11.1",7154]71557156[[package]]7157name = "peeking_take_while"7158version = "0.1.2"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71617162[[package]]7163name = "percent-encoding"7164version = "1.0.1"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71677168[[package]]7169name = "percent-encoding"7170version = "2.1.0"7171source = "registry+https://github.com/rust-lang/crates.io-index"7172checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71737174[[package]]7175name = "pest"7176version = "2.1.3"7177source = "registry+https://github.com/rust-lang/crates.io-index"7178checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7179dependencies = [7180 "ucd-trie",7181]71827183[[package]]7184name = "pest_derive"7185version = "2.1.0"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7188dependencies = [7189 "pest",7190 "pest_generator",7191]71927193[[package]]7194name = "pest_generator"7195version = "2.1.3"7196source = "registry+https://github.com/rust-lang/crates.io-index"7197checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7198dependencies = [7199 "pest",7200 "pest_meta",7201 "proc-macro2",7202 "quote",7203 "syn",7204]72057206[[package]]7207name = "pest_meta"7208version = "2.1.3"7209source = "registry+https://github.com/rust-lang/crates.io-index"7210checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7211dependencies = [7212 "maplit",7213 "pest",7214 "sha-1 0.8.2",7215]72167217[[package]]7218name = "petgraph"7219version = "0.6.2"7220source = "registry+https://github.com/rust-lang/crates.io-index"7221checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7222dependencies = [7223 "fixedbitset",7224 "indexmap",7225]72267227[[package]]7228name = "pin-project"7229version = "0.4.29"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7232dependencies = [7233 "pin-project-internal 0.4.29",7234]72357236[[package]]7237name = "pin-project"7238version = "1.0.10"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7241dependencies = [7242 "pin-project-internal 1.0.10",7243]72447245[[package]]7246name = "pin-project-internal"7247version = "0.4.29"7248source = "registry+https://github.com/rust-lang/crates.io-index"7249checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7250dependencies = [7251 "proc-macro2",7252 "quote",7253 "syn",7254]72557256[[package]]7257name = "pin-project-internal"7258version = "1.0.10"7259source = "registry+https://github.com/rust-lang/crates.io-index"7260checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7261dependencies = [7262 "proc-macro2",7263 "quote",7264 "syn",7265]72667267[[package]]7268name = "pin-project-lite"7269version = "0.1.12"7270source = "registry+https://github.com/rust-lang/crates.io-index"7271checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72727273[[package]]7274name = "pin-project-lite"7275version = "0.2.9"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72787279[[package]]7280name = "pin-utils"7281version = "0.1.0"7282source = "registry+https://github.com/rust-lang/crates.io-index"7283checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72847285[[package]]7286name = "pkcs8"7287version = "0.8.0"7288source = "registry+https://github.com/rust-lang/crates.io-index"7289checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7290dependencies = [7291 "der",7292 "spki",7293 "zeroize",7294]72957296[[package]]7297name = "pkg-config"7298version = "0.3.25"7299source = "registry+https://github.com/rust-lang/crates.io-index"7300checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73017302[[package]]7303name = "platforms"7304version = "2.0.0"7305source = "registry+https://github.com/rust-lang/crates.io-index"7306checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73077308[[package]]7309name = "polkadot-approval-distribution"7310version = "0.9.21"7311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7312dependencies = [7313 "futures 0.3.21",7314 "polkadot-node-network-protocol",7315 "polkadot-node-primitives",7316 "polkadot-node-subsystem",7317 "polkadot-node-subsystem-util",7318 "polkadot-primitives",7319 "rand 0.8.5",7320 "tracing-gum",7321]73227323[[package]]7324name = "polkadot-availability-bitfield-distribution"7325version = "0.9.21"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7327dependencies = [7328 "futures 0.3.21",7329 "polkadot-node-network-protocol",7330 "polkadot-node-subsystem",7331 "polkadot-node-subsystem-util",7332 "polkadot-primitives",7333 "tracing-gum",7334]73357336[[package]]7337name = "polkadot-availability-distribution"7338version = "0.9.21"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7340dependencies = [7341 "derive_more",7342 "fatality",7343 "futures 0.3.21",7344 "lru 0.7.6",7345 "parity-scale-codec 3.1.2",7346 "polkadot-erasure-coding",7347 "polkadot-node-network-protocol",7348 "polkadot-node-primitives",7349 "polkadot-node-subsystem",7350 "polkadot-node-subsystem-util",7351 "polkadot-primitives",7352 "rand 0.8.5",7353 "sp-core",7354 "sp-keystore",7355 "thiserror",7356 "tracing-gum",7357]73587359[[package]]7360name = "polkadot-availability-recovery"7361version = "0.9.21"7362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7363dependencies = [7364 "fatality",7365 "futures 0.3.21",7366 "lru 0.7.6",7367 "parity-scale-codec 3.1.2",7368 "polkadot-erasure-coding",7369 "polkadot-node-network-protocol",7370 "polkadot-node-primitives",7371 "polkadot-node-subsystem",7372 "polkadot-node-subsystem-util",7373 "polkadot-primitives",7374 "rand 0.8.5",7375 "sc-network",7376 "thiserror",7377 "tracing-gum",7378]73797380[[package]]7381name = "polkadot-cli"7382version = "0.9.21"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7384dependencies = [7385 "clap",7386 "frame-benchmarking-cli",7387 "futures 0.3.21",7388 "log",7389 "polkadot-client",7390 "polkadot-node-core-pvf",7391 "polkadot-node-metrics",7392 "polkadot-performance-test",7393 "polkadot-service",7394 "sc-cli",7395 "sc-service",7396 "sc-tracing",7397 "sp-core",7398 "sp-trie",7399 "substrate-build-script-utils",7400 "thiserror",7401 "try-runtime-cli",7402]74037404[[package]]7405name = "polkadot-client"7406version = "0.9.21"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7408dependencies = [7409 "beefy-primitives",7410 "frame-benchmarking",7411 "frame-benchmarking-cli",7412 "frame-system",7413 "frame-system-rpc-runtime-api",7414 "pallet-transaction-payment",7415 "pallet-transaction-payment-rpc-runtime-api",7416 "polkadot-core-primitives",7417 "polkadot-node-core-parachains-inherent",7418 "polkadot-primitives",7419 "polkadot-runtime",7420 "polkadot-runtime-common",7421 "sc-client-api",7422 "sc-consensus",7423 "sc-executor",7424 "sc-service",7425 "sp-api",7426 "sp-authority-discovery",7427 "sp-block-builder",7428 "sp-blockchain",7429 "sp-consensus",7430 "sp-consensus-babe",7431 "sp-core",7432 "sp-finality-grandpa",7433 "sp-inherents",7434 "sp-keyring",7435 "sp-mmr-primitives",7436 "sp-offchain",7437 "sp-runtime",7438 "sp-session",7439 "sp-storage",7440 "sp-timestamp",7441 "sp-transaction-pool",7442]74437444[[package]]7445name = "polkadot-collator-protocol"7446version = "0.9.21"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7448dependencies = [7449 "always-assert",7450 "fatality",7451 "futures 0.3.21",7452 "futures-timer",7453 "polkadot-node-network-protocol",7454 "polkadot-node-primitives",7455 "polkadot-node-subsystem",7456 "polkadot-node-subsystem-util",7457 "polkadot-primitives",7458 "sp-core",7459 "sp-keystore",7460 "sp-runtime",7461 "thiserror",7462 "tracing-gum",7463]74647465[[package]]7466name = "polkadot-core-primitives"7467version = "0.9.21"7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7469dependencies = [7470 "parity-scale-codec 3.1.2",7471 "parity-util-mem",7472 "scale-info",7473 "sp-core",7474 "sp-runtime",7475 "sp-std",7476]74777478[[package]]7479name = "polkadot-dispute-distribution"7480version = "0.9.21"7481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7482dependencies = [7483 "derive_more",7484 "fatality",7485 "futures 0.3.21",7486 "lru 0.7.6",7487 "parity-scale-codec 3.1.2",7488 "polkadot-erasure-coding",7489 "polkadot-node-network-protocol",7490 "polkadot-node-primitives",7491 "polkadot-node-subsystem",7492 "polkadot-node-subsystem-util",7493 "polkadot-primitives",7494 "sc-network",7495 "sp-application-crypto",7496 "sp-keystore",7497 "thiserror",7498 "tracing-gum",7499]75007501[[package]]7502name = "polkadot-erasure-coding"7503version = "0.9.21"7504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7505dependencies = [7506 "parity-scale-codec 3.1.2",7507 "polkadot-node-primitives",7508 "polkadot-primitives",7509 "reed-solomon-novelpoly",7510 "sp-core",7511 "sp-trie",7512 "thiserror",7513]75147515[[package]]7516name = "polkadot-gossip-support"7517version = "0.9.21"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7519dependencies = [7520 "futures 0.3.21",7521 "futures-timer",7522 "polkadot-node-network-protocol",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-primitives",7526 "rand 0.8.5",7527 "rand_chacha 0.3.1",7528 "sc-network",7529 "sp-application-crypto",7530 "sp-core",7531 "sp-keystore",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-network-bridge"7537version = "0.9.21"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7539dependencies = [7540 "async-trait",7541 "futures 0.3.21",7542 "parity-scale-codec 3.1.2",7543 "parking_lot 0.12.0",7544 "polkadot-node-network-protocol",7545 "polkadot-node-subsystem",7546 "polkadot-node-subsystem-util",7547 "polkadot-overseer",7548 "polkadot-primitives",7549 "sc-network",7550 "sp-consensus",7551 "tracing-gum",7552]75537554[[package]]7555name = "polkadot-node-collation-generation"7556version = "0.9.21"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7558dependencies = [7559 "futures 0.3.21",7560 "parity-scale-codec 3.1.2",7561 "polkadot-erasure-coding",7562 "polkadot-node-primitives",7563 "polkadot-node-subsystem",7564 "polkadot-node-subsystem-util",7565 "polkadot-primitives",7566 "sp-core",7567 "sp-maybe-compressed-blob",7568 "thiserror",7569 "tracing-gum",7570]75717572[[package]]7573name = "polkadot-node-core-approval-voting"7574version = "0.9.21"7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7576dependencies = [7577 "bitvec 1.0.0",7578 "derive_more",7579 "futures 0.3.21",7580 "futures-timer",7581 "kvdb",7582 "lru 0.7.6",7583 "merlin",7584 "parity-scale-codec 3.1.2",7585 "polkadot-node-jaeger",7586 "polkadot-node-primitives",7587 "polkadot-node-subsystem",7588 "polkadot-node-subsystem-util",7589 "polkadot-overseer",7590 "polkadot-primitives",7591 "sc-keystore",7592 "schnorrkel",7593 "sp-application-crypto",7594 "sp-consensus",7595 "sp-consensus-slots",7596 "sp-runtime",7597 "thiserror",7598 "tracing-gum",7599]76007601[[package]]7602name = "polkadot-node-core-av-store"7603version = "0.9.21"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7605dependencies = [7606 "bitvec 1.0.0",7607 "futures 0.3.21",7608 "futures-timer",7609 "kvdb",7610 "parity-scale-codec 3.1.2",7611 "polkadot-erasure-coding",7612 "polkadot-node-primitives",7613 "polkadot-node-subsystem",7614 "polkadot-node-subsystem-util",7615 "polkadot-overseer",7616 "polkadot-primitives",7617 "thiserror",7618 "tracing-gum",7619]76207621[[package]]7622name = "polkadot-node-core-backing"7623version = "0.9.21"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7625dependencies = [7626 "bitvec 1.0.0",7627 "futures 0.3.21",7628 "polkadot-erasure-coding",7629 "polkadot-node-primitives",7630 "polkadot-node-subsystem",7631 "polkadot-node-subsystem-util",7632 "polkadot-primitives",7633 "polkadot-statement-table",7634 "sp-keystore",7635 "thiserror",7636 "tracing-gum",7637]76387639[[package]]7640name = "polkadot-node-core-bitfield-signing"7641version = "0.9.21"7642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7643dependencies = [7644 "futures 0.3.21",7645 "polkadot-node-subsystem",7646 "polkadot-node-subsystem-util",7647 "polkadot-primitives",7648 "sp-keystore",7649 "thiserror",7650 "tracing-gum",7651 "wasm-timer",7652]76537654[[package]]7655name = "polkadot-node-core-candidate-validation"7656version = "0.9.21"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7658dependencies = [7659 "async-trait",7660 "futures 0.3.21",7661 "parity-scale-codec 3.1.2",7662 "polkadot-node-core-pvf",7663 "polkadot-node-primitives",7664 "polkadot-node-subsystem",7665 "polkadot-node-subsystem-util",7666 "polkadot-parachain",7667 "polkadot-primitives",7668 "sp-maybe-compressed-blob",7669 "tracing-gum",7670]76717672[[package]]7673name = "polkadot-node-core-chain-api"7674version = "0.9.21"7675source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7676dependencies = [7677 "futures 0.3.21",7678 "polkadot-node-subsystem",7679 "polkadot-node-subsystem-util",7680 "polkadot-primitives",7681 "sc-client-api",7682 "sc-consensus-babe",7683 "sp-blockchain",7684 "tracing-gum",7685]76867687[[package]]7688name = "polkadot-node-core-chain-selection"7689version = "0.9.21"7690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7691dependencies = [7692 "futures 0.3.21",7693 "futures-timer",7694 "kvdb",7695 "parity-scale-codec 3.1.2",7696 "polkadot-node-primitives",7697 "polkadot-node-subsystem",7698 "polkadot-node-subsystem-util",7699 "polkadot-primitives",7700 "thiserror",7701 "tracing-gum",7702]77037704[[package]]7705name = "polkadot-node-core-dispute-coordinator"7706version = "0.9.21"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7708dependencies = [7709 "fatality",7710 "futures 0.3.21",7711 "kvdb",7712 "lru 0.7.6",7713 "parity-scale-codec 3.1.2",7714 "polkadot-node-primitives",7715 "polkadot-node-subsystem",7716 "polkadot-node-subsystem-util",7717 "polkadot-primitives",7718 "sc-keystore",7719 "thiserror",7720 "tracing-gum",7721]77227723[[package]]7724name = "polkadot-node-core-parachains-inherent"7725version = "0.9.21"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7727dependencies = [7728 "async-trait",7729 "futures 0.3.21",7730 "futures-timer",7731 "polkadot-node-subsystem",7732 "polkadot-primitives",7733 "sp-blockchain",7734 "sp-inherents",7735 "sp-runtime",7736 "thiserror",7737 "tracing-gum",7738]77397740[[package]]7741name = "polkadot-node-core-provisioner"7742version = "0.9.21"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7744dependencies = [7745 "bitvec 1.0.0",7746 "futures 0.3.21",7747 "futures-timer",7748 "polkadot-node-primitives",7749 "polkadot-node-subsystem",7750 "polkadot-node-subsystem-util",7751 "polkadot-primitives",7752 "rand 0.8.5",7753 "thiserror",7754 "tracing-gum",7755]77567757[[package]]7758name = "polkadot-node-core-pvf"7759version = "0.9.21"7760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7761dependencies = [7762 "always-assert",7763 "assert_matches",7764 "async-process",7765 "async-std",7766 "futures 0.3.21",7767 "futures-timer",7768 "parity-scale-codec 3.1.2",7769 "pin-project 1.0.10",7770 "polkadot-core-primitives",7771 "polkadot-node-subsystem-util",7772 "polkadot-parachain",7773 "rand 0.8.5",7774 "sc-executor",7775 "sc-executor-common",7776 "sc-executor-wasmtime",7777 "slotmap",7778 "sp-core",7779 "sp-externalities",7780 "sp-io",7781 "sp-maybe-compressed-blob",7782 "sp-tracing",7783 "sp-wasm-interface",7784 "tracing-gum",7785]77867787[[package]]7788name = "polkadot-node-core-pvf-checker"7789version = "0.9.21"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7791dependencies = [7792 "futures 0.3.21",7793 "polkadot-node-primitives",7794 "polkadot-node-subsystem",7795 "polkadot-node-subsystem-util",7796 "polkadot-overseer",7797 "polkadot-primitives",7798 "sp-keystore",7799 "thiserror",7800 "tracing-gum",7801]78027803[[package]]7804name = "polkadot-node-core-runtime-api"7805version = "0.9.21"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7807dependencies = [7808 "futures 0.3.21",7809 "memory-lru",7810 "parity-util-mem",7811 "polkadot-node-subsystem",7812 "polkadot-node-subsystem-util",7813 "polkadot-primitives",7814 "sp-api",7815 "sp-authority-discovery",7816 "sp-consensus-babe",7817 "sp-core",7818 "tracing-gum",7819]78207821[[package]]7822name = "polkadot-node-jaeger"7823version = "0.9.21"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7825dependencies = [7826 "async-std",7827 "lazy_static",7828 "log",7829 "mick-jaeger",7830 "parity-scale-codec 3.1.2",7831 "parking_lot 0.12.0",7832 "polkadot-node-primitives",7833 "polkadot-primitives",7834 "sc-network",7835 "sp-core",7836 "thiserror",7837]78387839[[package]]7840name = "polkadot-node-metrics"7841version = "0.9.21"7842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7843dependencies = [7844 "bs58",7845 "futures 0.3.21",7846 "futures-timer",7847 "log",7848 "metered-channel",7849 "parity-scale-codec 3.1.2",7850 "polkadot-primitives",7851 "sc-cli",7852 "sc-service",7853 "sc-tracing",7854 "substrate-prometheus-endpoint",7855 "tracing-gum",7856]78577858[[package]]7859name = "polkadot-node-network-protocol"7860version = "0.9.21"7861source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7862dependencies = [7863 "async-trait",7864 "fatality",7865 "futures 0.3.21",7866 "parity-scale-codec 3.1.2",7867 "polkadot-node-jaeger",7868 "polkadot-node-primitives",7869 "polkadot-primitives",7870 "sc-authority-discovery",7871 "sc-network",7872 "strum 0.24.0",7873 "thiserror",7874]78757876[[package]]7877name = "polkadot-node-primitives"7878version = "0.9.21"7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7880dependencies = [7881 "bounded-vec",7882 "futures 0.3.21",7883 "parity-scale-codec 3.1.2",7884 "polkadot-parachain",7885 "polkadot-primitives",7886 "schnorrkel",7887 "serde",7888 "sp-application-crypto",7889 "sp-consensus-babe",7890 "sp-consensus-vrf",7891 "sp-core",7892 "sp-keystore",7893 "sp-maybe-compressed-blob",7894 "thiserror",7895 "zstd",7896]78977898[[package]]7899name = "polkadot-node-subsystem"7900version = "0.9.21"7901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7902dependencies = [7903 "polkadot-node-jaeger",7904 "polkadot-node-subsystem-types",7905 "polkadot-overseer",7906]79077908[[package]]7909name = "polkadot-node-subsystem-types"7910version = "0.9.21"7911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7912dependencies = [7913 "derive_more",7914 "futures 0.3.21",7915 "polkadot-node-jaeger",7916 "polkadot-node-network-protocol",7917 "polkadot-node-primitives",7918 "polkadot-overseer-gen",7919 "polkadot-primitives",7920 "polkadot-statement-table",7921 "sc-network",7922 "smallvec",7923 "substrate-prometheus-endpoint",7924 "thiserror",7925]79267927[[package]]7928name = "polkadot-node-subsystem-util"7929version = "0.9.21"7930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7931dependencies = [7932 "async-trait",7933 "derive_more",7934 "fatality",7935 "futures 0.3.21",7936 "itertools",7937 "kvdb",7938 "lru 0.7.6",7939 "metered-channel",7940 "parity-db",7941 "parity-scale-codec 3.1.2",7942 "parity-util-mem",7943 "parking_lot 0.11.2",7944 "pin-project 1.0.10",7945 "polkadot-node-jaeger",7946 "polkadot-node-metrics",7947 "polkadot-node-network-protocol",7948 "polkadot-node-primitives",7949 "polkadot-node-subsystem",7950 "polkadot-overseer",7951 "polkadot-primitives",7952 "rand 0.8.5",7953 "sp-application-crypto",7954 "sp-core",7955 "sp-keystore",7956 "thiserror",7957 "tracing-gum",7958]79597960[[package]]7961name = "polkadot-overseer"7962version = "0.9.21"7963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7964dependencies = [7965 "futures 0.3.21",7966 "futures-timer",7967 "lru 0.7.6",7968 "parity-util-mem",7969 "parking_lot 0.12.0",7970 "polkadot-node-metrics",7971 "polkadot-node-network-protocol",7972 "polkadot-node-primitives",7973 "polkadot-node-subsystem-types",7974 "polkadot-overseer-gen",7975 "polkadot-primitives",7976 "sc-client-api",7977 "sp-api",7978 "tracing-gum",7979]79807981[[package]]7982name = "polkadot-overseer-gen"7983version = "0.9.21"7984source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"7985dependencies = [7986 "async-trait",7987 "futures 0.3.21",7988 "futures-timer",7989 "metered-channel",7990 "pin-project 1.0.10",7991 "polkadot-node-network-protocol",7992 "polkadot-node-primitives",7993 "polkadot-overseer-gen-proc-macro",7994 "thiserror",7995 "tracing-gum",7996]79977998[[package]]7999name = "polkadot-overseer-gen-proc-macro"8000version = "0.9.21"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8002dependencies = [8003 "expander 0.0.6",8004 "proc-macro-crate 1.1.3",8005 "proc-macro2",8006 "quote",8007 "syn",8008]80098010[[package]]8011name = "polkadot-parachain"8012version = "0.9.21"8013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8014dependencies = [8015 "derive_more",8016 "frame-support",8017 "parity-scale-codec 3.1.2",8018 "parity-util-mem",8019 "polkadot-core-primitives",8020 "scale-info",8021 "serde",8022 "sp-core",8023 "sp-runtime",8024 "sp-std",8025]80268027[[package]]8028name = "polkadot-performance-test"8029version = "0.9.21"8030source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8031dependencies = [8032 "env_logger",8033 "kusama-runtime",8034 "log",8035 "polkadot-erasure-coding",8036 "polkadot-node-core-pvf",8037 "polkadot-node-primitives",8038 "quote",8039 "thiserror",8040]80418042[[package]]8043name = "polkadot-primitives"8044version = "0.9.21"8045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8046dependencies = [8047 "bitvec 1.0.0",8048 "frame-system",8049 "hex-literal",8050 "parity-scale-codec 3.1.2",8051 "parity-util-mem",8052 "polkadot-core-primitives",8053 "polkadot-parachain",8054 "scale-info",8055 "serde",8056 "sp-api",8057 "sp-application-crypto",8058 "sp-arithmetic",8059 "sp-authority-discovery",8060 "sp-consensus-slots",8061 "sp-core",8062 "sp-inherents",8063 "sp-io",8064 "sp-keystore",8065 "sp-runtime",8066 "sp-staking",8067 "sp-std",8068 "sp-trie",8069 "sp-version",8070]80718072[[package]]8073name = "polkadot-rpc"8074version = "0.9.21"8075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8076dependencies = [8077 "beefy-gadget",8078 "beefy-gadget-rpc",8079 "jsonrpc-core",8080 "pallet-mmr-rpc",8081 "pallet-transaction-payment-rpc",8082 "polkadot-primitives",8083 "sc-chain-spec",8084 "sc-client-api",8085 "sc-consensus-babe",8086 "sc-consensus-babe-rpc",8087 "sc-consensus-epochs",8088 "sc-finality-grandpa",8089 "sc-finality-grandpa-rpc",8090 "sc-rpc",8091 "sc-sync-state-rpc",8092 "sc-transaction-pool-api",8093 "sp-api",8094 "sp-block-builder",8095 "sp-blockchain",8096 "sp-consensus",8097 "sp-consensus-babe",8098 "sp-keystore",8099 "sp-runtime",8100 "substrate-frame-rpc-system",8101 "substrate-state-trie-migration-rpc",8102]81038104[[package]]8105name = "polkadot-runtime"8106version = "0.9.21"8107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8108dependencies = [8109 "beefy-primitives",8110 "bitvec 1.0.0",8111 "frame-benchmarking",8112 "frame-election-provider-support",8113 "frame-executive",8114 "frame-support",8115 "frame-system",8116 "frame-system-benchmarking",8117 "frame-system-rpc-runtime-api",8118 "frame-try-runtime",8119 "hex-literal",8120 "log",8121 "pallet-authority-discovery",8122 "pallet-authorship",8123 "pallet-babe",8124 "pallet-bags-list",8125 "pallet-balances",8126 "pallet-bounties",8127 "pallet-child-bounties",8128 "pallet-collective",8129 "pallet-democracy",8130 "pallet-election-provider-multi-phase",8131 "pallet-election-provider-support-benchmarking",8132 "pallet-elections-phragmen",8133 "pallet-grandpa",8134 "pallet-identity",8135 "pallet-im-online",8136 "pallet-indices",8137 "pallet-membership",8138 "pallet-multisig",8139 "pallet-nicks",8140 "pallet-offences",8141 "pallet-offences-benchmarking",8142 "pallet-preimage",8143 "pallet-proxy",8144 "pallet-scheduler",8145 "pallet-session",8146 "pallet-session-benchmarking",8147 "pallet-staking",8148 "pallet-staking-reward-curve",8149 "pallet-timestamp",8150 "pallet-tips",8151 "pallet-transaction-payment",8152 "pallet-transaction-payment-rpc-runtime-api",8153 "pallet-treasury",8154 "pallet-utility",8155 "pallet-vesting",8156 "pallet-xcm",8157 "parity-scale-codec 3.1.2",8158 "polkadot-primitives",8159 "polkadot-runtime-common",8160 "polkadot-runtime-constants",8161 "polkadot-runtime-parachains",8162 "rustc-hex",8163 "scale-info",8164 "serde",8165 "serde_derive",8166 "smallvec",8167 "sp-api",8168 "sp-authority-discovery",8169 "sp-block-builder",8170 "sp-consensus-babe",8171 "sp-core",8172 "sp-inherents",8173 "sp-io",8174 "sp-mmr-primitives",8175 "sp-npos-elections",8176 "sp-offchain",8177 "sp-runtime",8178 "sp-session",8179 "sp-staking",8180 "sp-std",8181 "sp-transaction-pool",8182 "sp-version",8183 "static_assertions",8184 "substrate-wasm-builder",8185 "xcm",8186 "xcm-builder",8187 "xcm-executor",8188]81898190[[package]]8191name = "polkadot-runtime-common"8192version = "0.9.21"8193source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8194dependencies = [8195 "beefy-primitives",8196 "bitvec 1.0.0",8197 "frame-benchmarking",8198 "frame-election-provider-support",8199 "frame-support",8200 "frame-system",8201 "impl-trait-for-tuples",8202 "libsecp256k1",8203 "log",8204 "pallet-authorship",8205 "pallet-babe",8206 "pallet-bags-list",8207 "pallet-balances",8208 "pallet-beefy-mmr",8209 "pallet-election-provider-multi-phase",8210 "pallet-session",8211 "pallet-staking",8212 "pallet-timestamp",8213 "pallet-transaction-payment",8214 "pallet-treasury",8215 "pallet-vesting",8216 "parity-scale-codec 3.1.2",8217 "polkadot-primitives",8218 "polkadot-runtime-parachains",8219 "rustc-hex",8220 "scale-info",8221 "serde",8222 "serde_derive",8223 "slot-range-helper",8224 "sp-api",8225 "sp-core",8226 "sp-inherents",8227 "sp-io",8228 "sp-npos-elections",8229 "sp-runtime",8230 "sp-session",8231 "sp-staking",8232 "sp-std",8233 "static_assertions",8234 "xcm",8235]82368237[[package]]8238name = "polkadot-runtime-constants"8239version = "0.9.21"8240source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8241dependencies = [8242 "frame-support",8243 "polkadot-primitives",8244 "polkadot-runtime-common",8245 "smallvec",8246 "sp-runtime",8247]82488249[[package]]8250name = "polkadot-runtime-metrics"8251version = "0.9.21"8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8253dependencies = [8254 "bs58",8255 "parity-scale-codec 3.1.2",8256 "polkadot-primitives",8257 "sp-std",8258 "sp-tracing",8259]82608261[[package]]8262name = "polkadot-runtime-parachains"8263version = "0.9.21"8264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8265dependencies = [8266 "bitflags",8267 "bitvec 1.0.0",8268 "derive_more",8269 "frame-benchmarking",8270 "frame-support",8271 "frame-system",8272 "log",8273 "pallet-authority-discovery",8274 "pallet-authorship",8275 "pallet-babe",8276 "pallet-balances",8277 "pallet-session",8278 "pallet-staking",8279 "pallet-timestamp",8280 "pallet-vesting",8281 "parity-scale-codec 3.1.2",8282 "polkadot-primitives",8283 "polkadot-runtime-metrics",8284 "rand 0.8.5",8285 "rand_chacha 0.3.1",8286 "rustc-hex",8287 "scale-info",8288 "serde",8289 "sp-api",8290 "sp-application-crypto",8291 "sp-core",8292 "sp-inherents",8293 "sp-io",8294 "sp-keystore",8295 "sp-runtime",8296 "sp-session",8297 "sp-staking",8298 "sp-std",8299 "static_assertions",8300 "xcm",8301 "xcm-executor",8302]83038304[[package]]8305name = "polkadot-service"8306version = "0.9.21"8307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8308dependencies = [8309 "async-trait",8310 "beefy-gadget",8311 "beefy-primitives",8312 "frame-system-rpc-runtime-api",8313 "futures 0.3.21",8314 "hex-literal",8315 "kusama-runtime",8316 "kvdb",8317 "kvdb-rocksdb",8318 "lru 0.7.6",8319 "pallet-babe",8320 "pallet-im-online",8321 "pallet-staking",8322 "pallet-transaction-payment-rpc-runtime-api",8323 "parity-db",8324 "polkadot-approval-distribution",8325 "polkadot-availability-bitfield-distribution",8326 "polkadot-availability-distribution",8327 "polkadot-availability-recovery",8328 "polkadot-client",8329 "polkadot-collator-protocol",8330 "polkadot-dispute-distribution",8331 "polkadot-gossip-support",8332 "polkadot-network-bridge",8333 "polkadot-node-collation-generation",8334 "polkadot-node-core-approval-voting",8335 "polkadot-node-core-av-store",8336 "polkadot-node-core-backing",8337 "polkadot-node-core-bitfield-signing",8338 "polkadot-node-core-candidate-validation",8339 "polkadot-node-core-chain-api",8340 "polkadot-node-core-chain-selection",8341 "polkadot-node-core-dispute-coordinator",8342 "polkadot-node-core-parachains-inherent",8343 "polkadot-node-core-provisioner",8344 "polkadot-node-core-pvf-checker",8345 "polkadot-node-core-runtime-api",8346 "polkadot-node-network-protocol",8347 "polkadot-node-primitives",8348 "polkadot-node-subsystem",8349 "polkadot-node-subsystem-util",8350 "polkadot-overseer",8351 "polkadot-parachain",8352 "polkadot-primitives",8353 "polkadot-rpc",8354 "polkadot-runtime",8355 "polkadot-runtime-constants",8356 "polkadot-runtime-parachains",8357 "polkadot-statement-distribution",8358 "rococo-runtime",8359 "sc-authority-discovery",8360 "sc-basic-authorship",8361 "sc-block-builder",8362 "sc-chain-spec",8363 "sc-client-api",8364 "sc-client-db",8365 "sc-consensus",8366 "sc-consensus-babe",8367 "sc-consensus-slots",8368 "sc-consensus-uncles",8369 "sc-executor",8370 "sc-finality-grandpa",8371 "sc-keystore",8372 "sc-network",8373 "sc-offchain",8374 "sc-service",8375 "sc-sync-state-rpc",8376 "sc-telemetry",8377 "sc-transaction-pool",8378 "serde",8379 "sp-api",8380 "sp-authority-discovery",8381 "sp-block-builder",8382 "sp-blockchain",8383 "sp-consensus",8384 "sp-consensus-babe",8385 "sp-core",8386 "sp-finality-grandpa",8387 "sp-inherents",8388 "sp-io",8389 "sp-keystore",8390 "sp-offchain",8391 "sp-runtime",8392 "sp-session",8393 "sp-state-machine",8394 "sp-storage",8395 "sp-timestamp",8396 "sp-transaction-pool",8397 "sp-trie",8398 "substrate-prometheus-endpoint",8399 "thiserror",8400 "tracing-gum",8401 "westend-runtime",8402]84038404[[package]]8405name = "polkadot-statement-distribution"8406version = "0.9.21"8407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8408dependencies = [8409 "arrayvec 0.5.2",8410 "fatality",8411 "futures 0.3.21",8412 "indexmap",8413 "parity-scale-codec 3.1.2",8414 "polkadot-node-network-protocol",8415 "polkadot-node-primitives",8416 "polkadot-node-subsystem",8417 "polkadot-node-subsystem-util",8418 "polkadot-primitives",8419 "sp-keystore",8420 "sp-staking",8421 "thiserror",8422 "tracing-gum",8423]84248425[[package]]8426name = "polkadot-statement-table"8427version = "0.9.21"8428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8429dependencies = [8430 "parity-scale-codec 3.1.2",8431 "polkadot-primitives",8432 "sp-core",8433]84348435[[package]]8436name = "polkadot-test-runtime"8437version = "0.9.21"8438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8439dependencies = [8440 "beefy-primitives",8441 "bitvec 1.0.0",8442 "frame-election-provider-support",8443 "frame-executive",8444 "frame-support",8445 "frame-system",8446 "frame-system-rpc-runtime-api",8447 "log",8448 "pallet-authority-discovery",8449 "pallet-authorship",8450 "pallet-babe",8451 "pallet-balances",8452 "pallet-grandpa",8453 "pallet-indices",8454 "pallet-nicks",8455 "pallet-offences",8456 "pallet-session",8457 "pallet-staking",8458 "pallet-staking-reward-curve",8459 "pallet-sudo",8460 "pallet-timestamp",8461 "pallet-transaction-payment",8462 "pallet-transaction-payment-rpc-runtime-api",8463 "pallet-vesting",8464 "pallet-xcm",8465 "parity-scale-codec 3.1.2",8466 "polkadot-parachain",8467 "polkadot-primitives",8468 "polkadot-runtime-common",8469 "polkadot-runtime-parachains",8470 "rustc-hex",8471 "scale-info",8472 "serde",8473 "serde_derive",8474 "smallvec",8475 "sp-api",8476 "sp-authority-discovery",8477 "sp-block-builder",8478 "sp-consensus-babe",8479 "sp-core",8480 "sp-inherents",8481 "sp-io",8482 "sp-mmr-primitives",8483 "sp-offchain",8484 "sp-runtime",8485 "sp-session",8486 "sp-staking",8487 "sp-std",8488 "sp-transaction-pool",8489 "sp-version",8490 "substrate-wasm-builder",8491 "test-runtime-constants",8492 "xcm",8493 "xcm-builder",8494 "xcm-executor",8495]84968497[[package]]8498name = "polkadot-test-service"8499version = "0.9.21"8500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"8501dependencies = [8502 "frame-benchmarking",8503 "frame-system",8504 "futures 0.1.31",8505 "futures 0.3.21",8506 "hex",8507 "pallet-balances",8508 "pallet-staking",8509 "pallet-transaction-payment",8510 "polkadot-node-primitives",8511 "polkadot-node-subsystem",8512 "polkadot-overseer",8513 "polkadot-parachain",8514 "polkadot-primitives",8515 "polkadot-rpc",8516 "polkadot-runtime-common",8517 "polkadot-runtime-parachains",8518 "polkadot-service",8519 "polkadot-test-runtime",8520 "rand 0.8.5",8521 "sc-authority-discovery",8522 "sc-chain-spec",8523 "sc-cli",8524 "sc-client-api",8525 "sc-consensus",8526 "sc-consensus-babe",8527 "sc-executor",8528 "sc-finality-grandpa",8529 "sc-network",8530 "sc-service",8531 "sc-tracing",8532 "sc-transaction-pool",8533 "sp-arithmetic",8534 "sp-authority-discovery",8535 "sp-blockchain",8536 "sp-consensus",8537 "sp-consensus-babe",8538 "sp-core",8539 "sp-finality-grandpa",8540 "sp-inherents",8541 "sp-keyring",8542 "sp-runtime",8543 "sp-state-machine",8544 "substrate-test-client",8545 "tempfile",8546 "test-runtime-constants",8547 "tokio 1.18.2",8548 "tracing-gum",8549]85508551[[package]]8552name = "polling"8553version = "2.2.0"8554source = "registry+https://github.com/rust-lang/crates.io-index"8555checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8556dependencies = [8557 "cfg-if 1.0.0",8558 "libc",8559 "log",8560 "wepoll-ffi",8561 "winapi 0.3.9",8562]85638564[[package]]8565name = "poly1305"8566version = "0.7.2"8567source = "registry+https://github.com/rust-lang/crates.io-index"8568checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8569dependencies = [8570 "cpufeatures 0.2.2",8571 "opaque-debug 0.3.0",8572 "universal-hash",8573]85748575[[package]]8576name = "polyval"8577version = "0.5.3"8578source = "registry+https://github.com/rust-lang/crates.io-index"8579checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8580dependencies = [8581 "cfg-if 1.0.0",8582 "cpufeatures 0.2.2",8583 "opaque-debug 0.3.0",8584 "universal-hash",8585]85868587[[package]]8588name = "ppv-lite86"8589version = "0.2.16"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85928593[[package]]8594name = "prettytable-rs"8595version = "0.8.0"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8598dependencies = [8599 "atty",8600 "csv",8601 "encode_unicode",8602 "lazy_static",8603 "term",8604 "unicode-width",8605]86068607[[package]]8608name = "primitive-types"8609version = "0.11.1"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8612dependencies = [8613 "fixed-hash",8614 "impl-codec",8615 "impl-rlp",8616 "impl-serde",8617 "scale-info",8618 "uint",8619]86208621[[package]]8622name = "proc-macro-crate"8623version = "0.1.5"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8626dependencies = [8627 "toml",8628]86298630[[package]]8631name = "proc-macro-crate"8632version = "1.1.3"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8635dependencies = [8636 "thiserror",8637 "toml",8638]86398640[[package]]8641name = "proc-macro-error"8642version = "1.0.4"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8645dependencies = [8646 "proc-macro-error-attr",8647 "proc-macro2",8648 "quote",8649 "syn",8650 "version_check",8651]86528653[[package]]8654name = "proc-macro-error-attr"8655version = "1.0.4"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8658dependencies = [8659 "proc-macro2",8660 "quote",8661 "version_check",8662]86638664[[package]]8665name = "proc-macro2"8666version = "1.0.39"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8669dependencies = [8670 "unicode-ident",8671]86728673[[package]]8674name = "prometheus"8675version = "0.13.1"8676source = "registry+https://github.com/rust-lang/crates.io-index"8677checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8678dependencies = [8679 "cfg-if 1.0.0",8680 "fnv",8681 "lazy_static",8682 "memchr",8683 "parking_lot 0.12.0",8684 "thiserror",8685]86868687[[package]]8688name = "prost"8689version = "0.9.0"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8692dependencies = [8693 "bytes 1.1.0",8694 "prost-derive",8695]86968697[[package]]8698name = "prost-build"8699version = "0.9.0"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8702dependencies = [8703 "bytes 1.1.0",8704 "heck 0.3.3",8705 "itertools",8706 "lazy_static",8707 "log",8708 "multimap",8709 "petgraph",8710 "prost",8711 "prost-types",8712 "regex",8713 "tempfile",8714 "which",8715]87168717[[package]]8718name = "prost-derive"8719version = "0.9.0"8720source = "registry+https://github.com/rust-lang/crates.io-index"8721checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8722dependencies = [8723 "anyhow",8724 "itertools",8725 "proc-macro2",8726 "quote",8727 "syn",8728]87298730[[package]]8731name = "prost-types"8732version = "0.9.0"8733source = "registry+https://github.com/rust-lang/crates.io-index"8734checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8735dependencies = [8736 "bytes 1.1.0",8737 "prost",8738]87398740[[package]]8741name = "psm"8742version = "0.1.18"8743source = "registry+https://github.com/rust-lang/crates.io-index"8744checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8745dependencies = [8746 "cc",8747]87488749[[package]]8750name = "quartz-runtime"8751version = "0.9.21"8752dependencies = [8753 "cumulus-pallet-aura-ext",8754 "cumulus-pallet-dmp-queue",8755 "cumulus-pallet-parachain-system",8756 "cumulus-pallet-xcm",8757 "cumulus-pallet-xcmp-queue",8758 "cumulus-primitives-core",8759 "cumulus-primitives-timestamp",8760 "cumulus-primitives-utility",8761 "derivative",8762 "fp-evm-mapping",8763 "fp-rpc",8764 "fp-self-contained",8765 "frame-executive",8766 "frame-support",8767 "frame-system",8768 "frame-system-rpc-runtime-api",8769 "frame-try-runtime",8770 "log",8771 "orml-vesting",8772 "pallet-aura",8773 "pallet-balances",8774 "pallet-base-fee",8775 "pallet-common",8776 "pallet-ethereum",8777 "pallet-evm",8778 "pallet-evm-coder-substrate",8779 "pallet-evm-contract-helpers",8780 "pallet-evm-migration",8781 "pallet-evm-transaction-payment",8782 "pallet-fungible",8783 "pallet-inflation",8784 "pallet-nonfungible",8785 "pallet-randomness-collective-flip",8786 "pallet-refungible",8787 "pallet-rmrk-core",8788 "pallet-structure",8789 "pallet-sudo",8790 "pallet-template-transaction-payment",8791 "pallet-timestamp",8792 "pallet-transaction-payment",8793 "pallet-transaction-payment-rpc-runtime-api",8794 "pallet-treasury",8795 "pallet-unique",8796 "pallet-unq-scheduler",8797 "pallet-xcm",8798 "parachain-info",8799 "parity-scale-codec 3.1.2",8800 "polkadot-parachain",8801 "rmrk-rpc 0.0.1 (git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits)",8802 "scale-info",8803 "serde",8804 "smallvec",8805 "sp-api",8806 "sp-arithmetic",8807 "sp-block-builder",8808 "sp-consensus-aura",8809 "sp-core",8810 "sp-inherents",8811 "sp-io",8812 "sp-offchain",8813 "sp-runtime",8814 "sp-session",8815 "sp-std",8816 "sp-transaction-pool",8817 "sp-version",8818 "substrate-wasm-builder",8819 "unique-runtime-common",8820 "up-data-structs",8821 "up-rpc",8822 "xcm",8823 "xcm-builder",8824 "xcm-executor",8825]88268827[[package]]8828name = "quick-error"8829version = "1.2.3"8830source = "registry+https://github.com/rust-lang/crates.io-index"8831checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88328833[[package]]8834name = "quicksink"8835version = "0.1.2"8836source = "registry+https://github.com/rust-lang/crates.io-index"8837checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8838dependencies = [8839 "futures-core",8840 "futures-sink",8841 "pin-project-lite 0.1.12",8842]88438844[[package]]8845name = "quote"8846version = "1.0.18"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8849dependencies = [8850 "proc-macro2",8851]88528853[[package]]8854name = "radium"8855version = "0.6.2"8856source = "registry+https://github.com/rust-lang/crates.io-index"8857checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88588859[[package]]8860name = "radium"8861version = "0.7.0"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88648865[[package]]8866name = "rand"8867version = "0.7.3"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8870dependencies = [8871 "getrandom 0.1.16",8872 "libc",8873 "rand_chacha 0.2.2",8874 "rand_core 0.5.1",8875 "rand_hc",8876 "rand_pcg 0.2.1",8877]88788879[[package]]8880name = "rand"8881version = "0.8.5"8882source = "registry+https://github.com/rust-lang/crates.io-index"8883checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8884dependencies = [8885 "libc",8886 "rand_chacha 0.3.1",8887 "rand_core 0.6.3",8888]88898890[[package]]8891name = "rand_chacha"8892version = "0.2.2"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8895dependencies = [8896 "ppv-lite86",8897 "rand_core 0.5.1",8898]88998900[[package]]8901name = "rand_chacha"8902version = "0.3.1"8903source = "registry+https://github.com/rust-lang/crates.io-index"8904checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8905dependencies = [8906 "ppv-lite86",8907 "rand_core 0.6.3",8908]89098910[[package]]8911name = "rand_core"8912version = "0.5.1"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8915dependencies = [8916 "getrandom 0.1.16",8917]89188919[[package]]8920name = "rand_core"8921version = "0.6.3"8922source = "registry+https://github.com/rust-lang/crates.io-index"8923checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8924dependencies = [8925 "getrandom 0.2.6",8926]89278928[[package]]8929name = "rand_distr"8930version = "0.4.3"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8933dependencies = [8934 "num-traits",8935 "rand 0.8.5",8936]89378938[[package]]8939name = "rand_hc"8940version = "0.2.0"8941source = "registry+https://github.com/rust-lang/crates.io-index"8942checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8943dependencies = [8944 "rand_core 0.5.1",8945]89468947[[package]]8948name = "rand_pcg"8949version = "0.2.1"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8952dependencies = [8953 "rand_core 0.5.1",8954]89558956[[package]]8957name = "rand_pcg"8958version = "0.3.1"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8961dependencies = [8962 "rand_core 0.6.3",8963]89648965[[package]]8966name = "rawpointer"8967version = "0.2.1"8968source = "registry+https://github.com/rust-lang/crates.io-index"8969checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89708971[[package]]8972name = "rayon"8973version = "1.5.3"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8976dependencies = [8977 "autocfg",8978 "crossbeam-deque",8979 "either",8980 "rayon-core",8981]89828983[[package]]8984name = "rayon-core"8985version = "1.9.3"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8988dependencies = [8989 "crossbeam-channel",8990 "crossbeam-deque",8991 "crossbeam-utils",8992 "num_cpus",8993]89948995[[package]]8996name = "redox_syscall"8997version = "0.1.57"8998source = "registry+https://github.com/rust-lang/crates.io-index"8999checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"90009001[[package]]9002name = "redox_syscall"9003version = "0.2.13"9004source = "registry+https://github.com/rust-lang/crates.io-index"9005checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"9006dependencies = [9007 "bitflags",9008]90099010[[package]]9011name = "redox_users"9012version = "0.3.5"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"9015dependencies = [9016 "getrandom 0.1.16",9017 "redox_syscall 0.1.57",9018 "rust-argon2",9019]90209021[[package]]9022name = "redox_users"9023version = "0.4.3"9024source = "registry+https://github.com/rust-lang/crates.io-index"9025checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9026dependencies = [9027 "getrandom 0.2.6",9028 "redox_syscall 0.2.13",9029 "thiserror",9030]90319032[[package]]9033name = "reed-solomon-novelpoly"9034version = "1.0.0"9035source = "registry+https://github.com/rust-lang/crates.io-index"9036checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9037dependencies = [9038 "derive_more",9039 "fs-err",9040 "itertools",9041 "static_init",9042 "thiserror",9043]90449045[[package]]9046name = "ref-cast"9047version = "1.0.7"9048source = "registry+https://github.com/rust-lang/crates.io-index"9049checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"9050dependencies = [9051 "ref-cast-impl",9052]90539054[[package]]9055name = "ref-cast-impl"9056version = "1.0.7"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"9059dependencies = [9060 "proc-macro2",9061 "quote",9062 "syn",9063]90649065[[package]]9066name = "regalloc"9067version = "0.0.34"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"9070dependencies = [9071 "log",9072 "rustc-hash",9073 "smallvec",9074]90759076[[package]]9077name = "regex"9078version = "1.5.6"9079source = "registry+https://github.com/rust-lang/crates.io-index"9080checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"9081dependencies = [9082 "aho-corasick",9083 "memchr",9084 "regex-syntax",9085]90869087[[package]]9088name = "regex-automata"9089version = "0.1.10"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9092dependencies = [9093 "regex-syntax",9094]90959096[[package]]9097name = "regex-syntax"9098version = "0.6.26"9099source = "registry+https://github.com/rust-lang/crates.io-index"9100checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"91019102[[package]]9103name = "region"9104version = "2.2.0"9105source = "registry+https://github.com/rust-lang/crates.io-index"9106checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9107dependencies = [9108 "bitflags",9109 "libc",9110 "mach",9111 "winapi 0.3.9",9112]91139114[[package]]9115name = "remote-externalities"9116version = "0.10.0-dev"9117source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9118dependencies = [9119 "env_logger",9120 "jsonrpsee",9121 "log",9122 "parity-scale-codec 3.1.2",9123 "serde",9124 "serde_json",9125 "sp-core",9126 "sp-io",9127 "sp-runtime",9128 "sp-version",9129]91309131[[package]]9132name = "remove_dir_all"9133version = "0.5.3"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9136dependencies = [9137 "winapi 0.3.9",9138]91399140[[package]]9141name = "resolv-conf"9142version = "0.7.0"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9145dependencies = [9146 "hostname",9147 "quick-error",9148]91499150[[package]]9151name = "retain_mut"9152version = "0.1.9"9153source = "registry+https://github.com/rust-lang/crates.io-index"9154checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"91559156[[package]]9157name = "ring"9158version = "0.16.20"9159source = "registry+https://github.com/rust-lang/crates.io-index"9160checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9161dependencies = [9162 "cc",9163 "libc",9164 "once_cell",9165 "spin",9166 "untrusted",9167 "web-sys",9168 "winapi 0.3.9",9169]91709171[[package]]9172name = "rlp"9173version = "0.5.1"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9176dependencies = [9177 "bytes 1.1.0",9178 "rustc-hex",9179]91809181[[package]]9182name = "rlp-derive"9183version = "0.1.0"9184source = "registry+https://github.com/rust-lang/crates.io-index"9185checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9186dependencies = [9187 "proc-macro2",9188 "quote",9189 "syn",9190]91919192[[package]]9193name = "rmrk-rpc"9194version = "0.0.1"9195dependencies = [9196 "parity-scale-codec 2.3.1",9197 "serde",9198 "sp-api",9199 "sp-core",9200 "sp-runtime",9201 "sp-std",9202 "up-data-structs",9203]92049205[[package]]9206name = "rmrk-rpc"9207version = "0.0.1"9208source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9209dependencies = [9210 "parity-scale-codec 2.3.1",9211 "rmrk-types",9212 "serde",9213 "sp-api",9214 "sp-core",9215 "sp-runtime",9216 "sp-std",9217]92189219[[package]]9220name = "rmrk-types"9221version = "0.0.1"9222source = "git+https://github.com/UniqueNetwork/rmrk-substrate.git?branch=feature/separate-types-and-traits#013c35e9355c5e1cec4867a17be2f9e8d1207c06"9223dependencies = [9224 "parity-scale-codec 3.1.2",9225 "scale-info",9226 "serde",9227]92289229[[package]]9230name = "rocksdb"9231version = "0.18.0"9232source = "registry+https://github.com/rust-lang/crates.io-index"9233checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9234dependencies = [9235 "libc",9236 "librocksdb-sys",9237]92389239[[package]]9240name = "rococo-runtime"9241version = "0.9.21"9242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9243dependencies = [9244 "beefy-merkle-tree",9245 "beefy-primitives",9246 "bp-messages",9247 "bp-rococo",9248 "bp-runtime",9249 "bp-wococo",9250 "bridge-runtime-common",9251 "frame-benchmarking",9252 "frame-executive",9253 "frame-support",9254 "frame-system",9255 "frame-system-benchmarking",9256 "frame-system-rpc-runtime-api",9257 "hex-literal",9258 "log",9259 "pallet-authority-discovery",9260 "pallet-authorship",9261 "pallet-babe",9262 "pallet-balances",9263 "pallet-beefy",9264 "pallet-beefy-mmr",9265 "pallet-bridge-dispatch",9266 "pallet-bridge-grandpa",9267 "pallet-bridge-messages",9268 "pallet-collective",9269 "pallet-grandpa",9270 "pallet-im-online",9271 "pallet-indices",9272 "pallet-membership",9273 "pallet-mmr",9274 "pallet-multisig",9275 "pallet-offences",9276 "pallet-proxy",9277 "pallet-session",9278 "pallet-staking",9279 "pallet-sudo",9280 "pallet-timestamp",9281 "pallet-transaction-payment",9282 "pallet-transaction-payment-rpc-runtime-api",9283 "pallet-utility",9284 "pallet-xcm",9285 "parity-scale-codec 3.1.2",9286 "polkadot-parachain",9287 "polkadot-primitives",9288 "polkadot-runtime-common",9289 "polkadot-runtime-parachains",9290 "rococo-runtime-constants",9291 "scale-info",9292 "serde",9293 "serde_derive",9294 "smallvec",9295 "sp-api",9296 "sp-authority-discovery",9297 "sp-block-builder",9298 "sp-consensus-babe",9299 "sp-core",9300 "sp-inherents",9301 "sp-io",9302 "sp-mmr-primitives",9303 "sp-offchain",9304 "sp-runtime",9305 "sp-session",9306 "sp-staking",9307 "sp-std",9308 "sp-transaction-pool",9309 "sp-version",9310 "substrate-wasm-builder",9311 "xcm",9312 "xcm-builder",9313 "xcm-executor",9314]93159316[[package]]9317name = "rococo-runtime-constants"9318version = "0.9.21"9319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"9320dependencies = [9321 "frame-support",9322 "polkadot-primitives",9323 "polkadot-runtime-common",9324 "smallvec",9325 "sp-runtime",9326]93279328[[package]]9329name = "rpassword"9330version = "5.0.1"9331source = "registry+https://github.com/rust-lang/crates.io-index"9332checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9333dependencies = [9334 "libc",9335 "winapi 0.3.9",9336]93379338[[package]]9339name = "rust-argon2"9340version = "0.8.3"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9343dependencies = [9344 "base64",9345 "blake2b_simd",9346 "constant_time_eq",9347 "crossbeam-utils",9348]93499350[[package]]9351name = "rustc-demangle"9352version = "0.1.21"9353source = "registry+https://github.com/rust-lang/crates.io-index"9354checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93559356[[package]]9357name = "rustc-hash"9358version = "1.1.0"9359source = "registry+https://github.com/rust-lang/crates.io-index"9360checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93619362[[package]]9363name = "rustc-hex"9364version = "2.1.0"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93679368[[package]]9369name = "rustc_version"9370version = "0.2.3"9371source = "registry+https://github.com/rust-lang/crates.io-index"9372checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9373dependencies = [9374 "semver 0.9.0",9375]93769377[[package]]9378name = "rustc_version"9379version = "0.3.3"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9382dependencies = [9383 "semver 0.11.0",9384]93859386[[package]]9387name = "rustc_version"9388version = "0.4.0"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9391dependencies = [9392 "semver 1.0.9",9393]93949395[[package]]9396name = "rustix"9397version = "0.33.7"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9400dependencies = [9401 "bitflags",9402 "errno",9403 "io-lifetimes",9404 "libc",9405 "linux-raw-sys",9406 "winapi 0.3.9",9407]94089409[[package]]9410name = "rustls"9411version = "0.19.1"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9414dependencies = [9415 "base64",9416 "log",9417 "ring",9418 "sct 0.6.1",9419 "webpki 0.21.4",9420]94219422[[package]]9423name = "rustls"9424version = "0.20.6"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9427dependencies = [9428 "log",9429 "ring",9430 "sct 0.7.0",9431 "webpki 0.22.0",9432]94339434[[package]]9435name = "rustls-native-certs"9436version = "0.5.0"9437source = "registry+https://github.com/rust-lang/crates.io-index"9438checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9439dependencies = [9440 "openssl-probe",9441 "rustls 0.19.1",9442 "schannel",9443 "security-framework",9444]94459446[[package]]9447name = "rustls-native-certs"9448version = "0.6.2"9449source = "registry+https://github.com/rust-lang/crates.io-index"9450checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9451dependencies = [9452 "openssl-probe",9453 "rustls-pemfile",9454 "schannel",9455 "security-framework",9456]94579458[[package]]9459name = "rustls-pemfile"9460version = "1.0.0"9461source = "registry+https://github.com/rust-lang/crates.io-index"9462checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9463dependencies = [9464 "base64",9465]94669467[[package]]9468name = "rustversion"9469version = "1.0.6"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"94729473[[package]]9474name = "rw-stream-sink"9475version = "0.2.1"9476source = "registry+https://github.com/rust-lang/crates.io-index"9477checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9478dependencies = [9479 "futures 0.3.21",9480 "pin-project 0.4.29",9481 "static_assertions",9482]94839484[[package]]9485name = "ryu"9486version = "1.0.10"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"94899490[[package]]9491name = "safe-mix"9492version = "1.0.1"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9495dependencies = [9496 "rustc_version 0.2.3",9497]94989499[[package]]9500name = "salsa20"9501version = "0.9.0"9502source = "registry+https://github.com/rust-lang/crates.io-index"9503checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9504dependencies = [9505 "cipher",9506]95079508[[package]]9509name = "same-file"9510version = "1.0.6"9511source = "registry+https://github.com/rust-lang/crates.io-index"9512checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9513dependencies = [9514 "winapi-util",9515]95169517[[package]]9518name = "sc-allocator"9519version = "4.1.0-dev"9520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9521dependencies = [9522 "log",9523 "sp-core",9524 "sp-wasm-interface",9525 "thiserror",9526]95279528[[package]]9529name = "sc-authority-discovery"9530version = "0.10.0-dev"9531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9532dependencies = [9533 "async-trait",9534 "futures 0.3.21",9535 "futures-timer",9536 "ip_network",9537 "libp2p",9538 "log",9539 "parity-scale-codec 3.1.2",9540 "prost",9541 "prost-build",9542 "rand 0.7.3",9543 "sc-client-api",9544 "sc-network",9545 "sp-api",9546 "sp-authority-discovery",9547 "sp-blockchain",9548 "sp-core",9549 "sp-keystore",9550 "sp-runtime",9551 "substrate-prometheus-endpoint",9552 "thiserror",9553]95549555[[package]]9556name = "sc-basic-authorship"9557version = "0.10.0-dev"9558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9559dependencies = [9560 "futures 0.3.21",9561 "futures-timer",9562 "log",9563 "parity-scale-codec 3.1.2",9564 "sc-block-builder",9565 "sc-client-api",9566 "sc-proposer-metrics",9567 "sc-telemetry",9568 "sc-transaction-pool-api",9569 "sp-api",9570 "sp-blockchain",9571 "sp-consensus",9572 "sp-core",9573 "sp-inherents",9574 "sp-runtime",9575 "substrate-prometheus-endpoint",9576]95779578[[package]]9579name = "sc-block-builder"9580version = "0.10.0-dev"9581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9582dependencies = [9583 "parity-scale-codec 3.1.2",9584 "sc-client-api",9585 "sp-api",9586 "sp-block-builder",9587 "sp-blockchain",9588 "sp-core",9589 "sp-inherents",9590 "sp-runtime",9591 "sp-state-machine",9592]95939594[[package]]9595name = "sc-chain-spec"9596version = "4.0.0-dev"9597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9598dependencies = [9599 "impl-trait-for-tuples",9600 "memmap2 0.5.3",9601 "parity-scale-codec 3.1.2",9602 "sc-chain-spec-derive",9603 "sc-network",9604 "sc-telemetry",9605 "serde",9606 "serde_json",9607 "sp-core",9608 "sp-runtime",9609]96109611[[package]]9612name = "sc-chain-spec-derive"9613version = "4.0.0-dev"9614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9615dependencies = [9616 "proc-macro-crate 1.1.3",9617 "proc-macro2",9618 "quote",9619 "syn",9620]96219622[[package]]9623name = "sc-cli"9624version = "0.10.0-dev"9625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9626dependencies = [9627 "chrono",9628 "clap",9629 "fdlimit",9630 "futures 0.3.21",9631 "hex",9632 "libp2p",9633 "log",9634 "names",9635 "parity-scale-codec 3.1.2",9636 "rand 0.7.3",9637 "regex",9638 "rpassword",9639 "sc-client-api",9640 "sc-keystore",9641 "sc-network",9642 "sc-service",9643 "sc-telemetry",9644 "sc-tracing",9645 "sc-utils",9646 "serde",9647 "serde_json",9648 "sp-blockchain",9649 "sp-core",9650 "sp-keyring",9651 "sp-keystore",9652 "sp-panic-handler",9653 "sp-runtime",9654 "sp-version",9655 "thiserror",9656 "tiny-bip39",9657 "tokio 1.18.2",9658]96599660[[package]]9661name = "sc-client-api"9662version = "4.0.0-dev"9663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9664dependencies = [9665 "fnv",9666 "futures 0.3.21",9667 "hash-db",9668 "log",9669 "parity-scale-codec 3.1.2",9670 "parking_lot 0.12.0",9671 "sc-executor",9672 "sc-transaction-pool-api",9673 "sc-utils",9674 "sp-api",9675 "sp-blockchain",9676 "sp-consensus",9677 "sp-core",9678 "sp-database",9679 "sp-externalities",9680 "sp-keystore",9681 "sp-runtime",9682 "sp-state-machine",9683 "sp-storage",9684 "sp-trie",9685 "substrate-prometheus-endpoint",9686]96879688[[package]]9689name = "sc-client-db"9690version = "0.10.0-dev"9691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9692dependencies = [9693 "hash-db",9694 "kvdb",9695 "kvdb-memorydb",9696 "kvdb-rocksdb",9697 "linked-hash-map",9698 "log",9699 "parity-db",9700 "parity-scale-codec 3.1.2",9701 "parking_lot 0.12.0",9702 "sc-client-api",9703 "sc-state-db",9704 "sp-arithmetic",9705 "sp-blockchain",9706 "sp-core",9707 "sp-database",9708 "sp-runtime",9709 "sp-state-machine",9710 "sp-trie",9711]97129713[[package]]9714name = "sc-consensus"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9717dependencies = [9718 "async-trait",9719 "futures 0.3.21",9720 "futures-timer",9721 "libp2p",9722 "log",9723 "parking_lot 0.12.0",9724 "sc-client-api",9725 "sc-utils",9726 "serde",9727 "sp-api",9728 "sp-blockchain",9729 "sp-consensus",9730 "sp-core",9731 "sp-runtime",9732 "sp-state-machine",9733 "substrate-prometheus-endpoint",9734 "thiserror",9735]97369737[[package]]9738name = "sc-consensus-aura"9739version = "0.10.0-dev"9740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9741dependencies = [9742 "async-trait",9743 "futures 0.3.21",9744 "log",9745 "parity-scale-codec 3.1.2",9746 "sc-block-builder",9747 "sc-client-api",9748 "sc-consensus",9749 "sc-consensus-slots",9750 "sc-telemetry",9751 "sp-api",9752 "sp-application-crypto",9753 "sp-block-builder",9754 "sp-blockchain",9755 "sp-consensus",9756 "sp-consensus-aura",9757 "sp-consensus-slots",9758 "sp-core",9759 "sp-inherents",9760 "sp-keystore",9761 "sp-runtime",9762 "substrate-prometheus-endpoint",9763 "thiserror",9764]97659766[[package]]9767name = "sc-consensus-babe"9768version = "0.10.0-dev"9769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9770dependencies = [9771 "async-trait",9772 "fork-tree",9773 "futures 0.3.21",9774 "log",9775 "merlin",9776 "num-bigint",9777 "num-rational 0.2.4",9778 "num-traits",9779 "parity-scale-codec 3.1.2",9780 "parking_lot 0.12.0",9781 "rand 0.7.3",9782 "retain_mut",9783 "sc-client-api",9784 "sc-consensus",9785 "sc-consensus-epochs",9786 "sc-consensus-slots",9787 "sc-keystore",9788 "sc-telemetry",9789 "schnorrkel",9790 "serde",9791 "sp-api",9792 "sp-application-crypto",9793 "sp-block-builder",9794 "sp-blockchain",9795 "sp-consensus",9796 "sp-consensus-babe",9797 "sp-consensus-slots",9798 "sp-consensus-vrf",9799 "sp-core",9800 "sp-inherents",9801 "sp-io",9802 "sp-keystore",9803 "sp-runtime",9804 "sp-version",9805 "substrate-prometheus-endpoint",9806 "thiserror",9807]98089809[[package]]9810name = "sc-consensus-babe-rpc"9811version = "0.10.0-dev"9812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9813dependencies = [9814 "futures 0.3.21",9815 "jsonrpc-core",9816 "jsonrpc-core-client",9817 "jsonrpc-derive",9818 "sc-consensus-babe",9819 "sc-consensus-epochs",9820 "sc-rpc-api",9821 "serde",9822 "sp-api",9823 "sp-application-crypto",9824 "sp-blockchain",9825 "sp-consensus",9826 "sp-consensus-babe",9827 "sp-core",9828 "sp-keystore",9829 "sp-runtime",9830 "thiserror",9831]98329833[[package]]9834name = "sc-consensus-epochs"9835version = "0.10.0-dev"9836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9837dependencies = [9838 "fork-tree",9839 "parity-scale-codec 3.1.2",9840 "sc-client-api",9841 "sc-consensus",9842 "sp-blockchain",9843 "sp-runtime",9844]98459846[[package]]9847name = "sc-consensus-manual-seal"9848version = "0.10.0-dev"9849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9850dependencies = [9851 "assert_matches",9852 "async-trait",9853 "futures 0.3.21",9854 "jsonrpc-core",9855 "jsonrpc-core-client",9856 "jsonrpc-derive",9857 "log",9858 "parity-scale-codec 3.1.2",9859 "sc-client-api",9860 "sc-consensus",9861 "sc-consensus-aura",9862 "sc-consensus-babe",9863 "sc-consensus-epochs",9864 "sc-transaction-pool",9865 "sc-transaction-pool-api",9866 "serde",9867 "sp-api",9868 "sp-blockchain",9869 "sp-consensus",9870 "sp-consensus-aura",9871 "sp-consensus-babe",9872 "sp-consensus-slots",9873 "sp-core",9874 "sp-inherents",9875 "sp-keystore",9876 "sp-runtime",9877 "sp-timestamp",9878 "substrate-prometheus-endpoint",9879 "thiserror",9880]98819882[[package]]9883name = "sc-consensus-slots"9884version = "0.10.0-dev"9885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9886dependencies = [9887 "async-trait",9888 "futures 0.3.21",9889 "futures-timer",9890 "log",9891 "parity-scale-codec 3.1.2",9892 "sc-client-api",9893 "sc-consensus",9894 "sc-telemetry",9895 "sp-arithmetic",9896 "sp-blockchain",9897 "sp-consensus",9898 "sp-consensus-slots",9899 "sp-core",9900 "sp-inherents",9901 "sp-runtime",9902 "sp-state-machine",9903 "sp-timestamp",9904 "thiserror",9905]99069907[[package]]9908name = "sc-consensus-uncles"9909version = "0.10.0-dev"9910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9911dependencies = [9912 "sc-client-api",9913 "sp-authorship",9914 "sp-runtime",9915 "thiserror",9916]99179918[[package]]9919name = "sc-executor"9920version = "0.10.0-dev"9921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9922dependencies = [9923 "lazy_static",9924 "lru 0.7.6",9925 "parity-scale-codec 3.1.2",9926 "parking_lot 0.12.0",9927 "sc-executor-common",9928 "sc-executor-wasmi",9929 "sc-executor-wasmtime",9930 "sp-api",9931 "sp-core",9932 "sp-core-hashing-proc-macro",9933 "sp-externalities",9934 "sp-io",9935 "sp-panic-handler",9936 "sp-runtime-interface",9937 "sp-tasks",9938 "sp-trie",9939 "sp-version",9940 "sp-wasm-interface",9941 "tracing",9942 "wasmi",9943]99449945[[package]]9946name = "sc-executor-common"9947version = "0.10.0-dev"9948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9949dependencies = [9950 "environmental",9951 "parity-scale-codec 3.1.2",9952 "sc-allocator",9953 "sp-core",9954 "sp-maybe-compressed-blob",9955 "sp-serializer",9956 "sp-wasm-interface",9957 "thiserror",9958 "wasm-instrument",9959 "wasmi",9960]99619962[[package]]9963name = "sc-executor-wasmi"9964version = "0.10.0-dev"9965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9966dependencies = [9967 "log",9968 "parity-scale-codec 3.1.2",9969 "sc-allocator",9970 "sc-executor-common",9971 "scoped-tls",9972 "sp-core",9973 "sp-runtime-interface",9974 "sp-wasm-interface",9975 "wasmi",9976]99779978[[package]]9979name = "sc-executor-wasmtime"9980version = "0.10.0-dev"9981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"9982dependencies = [9983 "cfg-if 1.0.0",9984 "libc",9985 "log",9986 "parity-scale-codec 3.1.2",9987 "parity-wasm 0.42.2",9988 "sc-allocator",9989 "sc-executor-common",9990 "sp-core",9991 "sp-runtime-interface",9992 "sp-wasm-interface",9993 "wasmtime",9994]99959996[[package]]9997name = "sc-finality-grandpa"9998version = "0.10.0-dev"9999source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10000dependencies = [10001 "ahash",10002 "async-trait",10003 "dyn-clone",10004 "finality-grandpa",10005 "fork-tree",10006 "futures 0.3.21",10007 "futures-timer",10008 "hex",10009 "log",10010 "parity-scale-codec 3.1.2",10011 "parking_lot 0.12.0",10012 "rand 0.8.5",10013 "sc-block-builder",10014 "sc-chain-spec",10015 "sc-client-api",10016 "sc-consensus",10017 "sc-keystore",10018 "sc-network",10019 "sc-network-gossip",10020 "sc-telemetry",10021 "sc-utils",10022 "serde_json",10023 "sp-api",10024 "sp-application-crypto",10025 "sp-arithmetic",10026 "sp-blockchain",10027 "sp-consensus",10028 "sp-core",10029 "sp-finality-grandpa",10030 "sp-keystore",10031 "sp-runtime",10032 "substrate-prometheus-endpoint",10033 "thiserror",10034]1003510036[[package]]10037name = "sc-finality-grandpa-rpc"10038version = "0.10.0-dev"10039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10040dependencies = [10041 "finality-grandpa",10042 "futures 0.3.21",10043 "jsonrpc-core",10044 "jsonrpc-core-client",10045 "jsonrpc-derive",10046 "jsonrpc-pubsub",10047 "log",10048 "parity-scale-codec 3.1.2",10049 "sc-client-api",10050 "sc-finality-grandpa",10051 "sc-rpc",10052 "serde",10053 "serde_json",10054 "sp-blockchain",10055 "sp-core",10056 "sp-runtime",10057 "thiserror",10058]1005910060[[package]]10061name = "sc-informant"10062version = "0.10.0-dev"10063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10064dependencies = [10065 "ansi_term",10066 "futures 0.3.21",10067 "futures-timer",10068 "log",10069 "parity-util-mem",10070 "sc-client-api",10071 "sc-network",10072 "sc-transaction-pool-api",10073 "sp-blockchain",10074 "sp-runtime",10075]1007610077[[package]]10078name = "sc-keystore"10079version = "4.0.0-dev"10080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10081dependencies = [10082 "async-trait",10083 "hex",10084 "parking_lot 0.12.0",10085 "serde_json",10086 "sp-application-crypto",10087 "sp-core",10088 "sp-keystore",10089 "thiserror",10090]1009110092[[package]]10093name = "sc-network"10094version = "0.10.0-dev"10095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10096dependencies = [10097 "async-trait",10098 "asynchronous-codec 0.5.0",10099 "bitflags",10100 "bytes 1.1.0",10101 "cid",10102 "either",10103 "fnv",10104 "fork-tree",10105 "futures 0.3.21",10106 "futures-timer",10107 "hex",10108 "ip_network",10109 "libp2p",10110 "linked-hash-map",10111 "linked_hash_set",10112 "log",10113 "lru 0.7.6",10114 "parity-scale-codec 3.1.2",10115 "parking_lot 0.12.0",10116 "pin-project 1.0.10",10117 "prost",10118 "prost-build",10119 "rand 0.7.3",10120 "sc-block-builder",10121 "sc-client-api",10122 "sc-consensus",10123 "sc-peerset",10124 "sc-utils",10125 "serde",10126 "serde_json",10127 "smallvec",10128 "sp-arithmetic",10129 "sp-blockchain",10130 "sp-consensus",10131 "sp-core",10132 "sp-finality-grandpa",10133 "sp-runtime",10134 "substrate-prometheus-endpoint",10135 "thiserror",10136 "unsigned-varint 0.6.0",10137 "void",10138 "zeroize",10139]1014010141[[package]]10142name = "sc-network-gossip"10143version = "0.10.0-dev"10144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10145dependencies = [10146 "ahash",10147 "futures 0.3.21",10148 "futures-timer",10149 "libp2p",10150 "log",10151 "lru 0.7.6",10152 "sc-network",10153 "sp-runtime",10154 "substrate-prometheus-endpoint",10155 "tracing",10156]1015710158[[package]]10159name = "sc-offchain"10160version = "4.0.0-dev"10161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10162dependencies = [10163 "bytes 1.1.0",10164 "fnv",10165 "futures 0.3.21",10166 "futures-timer",10167 "hex",10168 "hyper",10169 "hyper-rustls 0.22.1",10170 "num_cpus",10171 "once_cell",10172 "parity-scale-codec 3.1.2",10173 "parking_lot 0.12.0",10174 "rand 0.7.3",10175 "sc-client-api",10176 "sc-network",10177 "sc-utils",10178 "sp-api",10179 "sp-core",10180 "sp-offchain",10181 "sp-runtime",10182 "threadpool",10183 "tracing",10184]1018510186[[package]]10187name = "sc-peerset"10188version = "4.0.0-dev"10189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10190dependencies = [10191 "futures 0.3.21",10192 "libp2p",10193 "log",10194 "sc-utils",10195 "serde_json",10196 "wasm-timer",10197]1019810199[[package]]10200name = "sc-proposer-metrics"10201version = "0.10.0-dev"10202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10203dependencies = [10204 "log",10205 "substrate-prometheus-endpoint",10206]1020710208[[package]]10209name = "sc-rpc"10210version = "4.0.0-dev"10211source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10212dependencies = [10213 "futures 0.3.21",10214 "hash-db",10215 "jsonrpc-core",10216 "jsonrpc-pubsub",10217 "log",10218 "parity-scale-codec 3.1.2",10219 "parking_lot 0.12.0",10220 "sc-block-builder",10221 "sc-chain-spec",10222 "sc-client-api",10223 "sc-rpc-api",10224 "sc-tracing",10225 "sc-transaction-pool-api",10226 "sc-utils",10227 "serde_json",10228 "sp-api",10229 "sp-blockchain",10230 "sp-core",10231 "sp-keystore",10232 "sp-offchain",10233 "sp-rpc",10234 "sp-runtime",10235 "sp-session",10236 "sp-version",10237]1023810239[[package]]10240name = "sc-rpc-api"10241version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10243dependencies = [10244 "futures 0.3.21",10245 "jsonrpc-core",10246 "jsonrpc-core-client",10247 "jsonrpc-derive",10248 "jsonrpc-pubsub",10249 "log",10250 "parity-scale-codec 3.1.2",10251 "parking_lot 0.12.0",10252 "sc-chain-spec",10253 "sc-transaction-pool-api",10254 "scale-info",10255 "serde",10256 "serde_json",10257 "sp-core",10258 "sp-rpc",10259 "sp-runtime",10260 "sp-tracing",10261 "sp-version",10262 "thiserror",10263]1026410265[[package]]10266name = "sc-rpc-server"10267version = "4.0.0-dev"10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10269dependencies = [10270 "futures 0.3.21",10271 "jsonrpc-core",10272 "jsonrpc-http-server",10273 "jsonrpc-ipc-server",10274 "jsonrpc-pubsub",10275 "jsonrpc-ws-server",10276 "log",10277 "serde_json",10278 "substrate-prometheus-endpoint",10279 "tokio 1.18.2",10280]1028110282[[package]]10283name = "sc-service"10284version = "0.10.0-dev"10285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10286dependencies = [10287 "async-trait",10288 "directories",10289 "exit-future",10290 "futures 0.3.21",10291 "futures-timer",10292 "hash-db",10293 "jsonrpc-core",10294 "jsonrpc-pubsub",10295 "log",10296 "parity-scale-codec 3.1.2",10297 "parity-util-mem",10298 "parking_lot 0.12.0",10299 "pin-project 1.0.10",10300 "rand 0.7.3",10301 "sc-block-builder",10302 "sc-chain-spec",10303 "sc-client-api",10304 "sc-client-db",10305 "sc-consensus",10306 "sc-executor",10307 "sc-informant",10308 "sc-keystore",10309 "sc-network",10310 "sc-offchain",10311 "sc-rpc",10312 "sc-rpc-server",10313 "sc-sysinfo",10314 "sc-telemetry",10315 "sc-tracing",10316 "sc-transaction-pool",10317 "sc-transaction-pool-api",10318 "sc-utils",10319 "serde",10320 "serde_json",10321 "sp-api",10322 "sp-application-crypto",10323 "sp-block-builder",10324 "sp-blockchain",10325 "sp-consensus",10326 "sp-core",10327 "sp-externalities",10328 "sp-inherents",10329 "sp-keystore",10330 "sp-runtime",10331 "sp-session",10332 "sp-state-machine",10333 "sp-storage",10334 "sp-tracing",10335 "sp-transaction-pool",10336 "sp-transaction-storage-proof",10337 "sp-trie",10338 "sp-version",10339 "substrate-prometheus-endpoint",10340 "tempfile",10341 "thiserror",10342 "tokio 1.18.2",10343 "tracing",10344 "tracing-futures",10345]1034610347[[package]]10348name = "sc-state-db"10349version = "0.10.0-dev"10350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10351dependencies = [10352 "log",10353 "parity-scale-codec 3.1.2",10354 "parity-util-mem",10355 "parity-util-mem-derive",10356 "parking_lot 0.12.0",10357 "sc-client-api",10358 "sp-core",10359]1036010361[[package]]10362name = "sc-sync-state-rpc"10363version = "0.10.0-dev"10364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10365dependencies = [10366 "jsonrpc-core",10367 "jsonrpc-core-client",10368 "jsonrpc-derive",10369 "parity-scale-codec 3.1.2",10370 "sc-chain-spec",10371 "sc-client-api",10372 "sc-consensus-babe",10373 "sc-consensus-epochs",10374 "sc-finality-grandpa",10375 "serde",10376 "serde_json",10377 "sp-blockchain",10378 "sp-runtime",10379 "thiserror",10380]1038110382[[package]]10383name = "sc-sysinfo"10384version = "6.0.0-dev"10385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10386dependencies = [10387 "futures 0.3.21",10388 "libc",10389 "log",10390 "rand 0.7.3",10391 "rand_pcg 0.2.1",10392 "regex",10393 "sc-telemetry",10394 "serde",10395 "serde_json",10396 "sp-core",10397 "sp-io",10398 "sp-std",10399]1040010401[[package]]10402name = "sc-telemetry"10403version = "4.0.0-dev"10404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10405dependencies = [10406 "chrono",10407 "futures 0.3.21",10408 "libp2p",10409 "log",10410 "parking_lot 0.12.0",10411 "pin-project 1.0.10",10412 "rand 0.7.3",10413 "serde",10414 "serde_json",10415 "thiserror",10416 "wasm-timer",10417]1041810419[[package]]10420name = "sc-tracing"10421version = "4.0.0-dev"10422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10423dependencies = [10424 "ansi_term",10425 "atty",10426 "chrono",10427 "lazy_static",10428 "libc",10429 "log",10430 "once_cell",10431 "parking_lot 0.12.0",10432 "regex",10433 "rustc-hash",10434 "sc-client-api",10435 "sc-rpc-server",10436 "sc-tracing-proc-macro",10437 "serde",10438 "sp-api",10439 "sp-blockchain",10440 "sp-core",10441 "sp-rpc",10442 "sp-runtime",10443 "sp-tracing",10444 "thiserror",10445 "tracing",10446 "tracing-log",10447 "tracing-subscriber",10448]1044910450[[package]]10451name = "sc-tracing-proc-macro"10452version = "4.0.0-dev"10453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10454dependencies = [10455 "proc-macro-crate 1.1.3",10456 "proc-macro2",10457 "quote",10458 "syn",10459]1046010461[[package]]10462name = "sc-transaction-pool"10463version = "4.0.0-dev"10464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10465dependencies = [10466 "futures 0.3.21",10467 "futures-timer",10468 "linked-hash-map",10469 "log",10470 "parity-scale-codec 3.1.2",10471 "parity-util-mem",10472 "parking_lot 0.12.0",10473 "retain_mut",10474 "sc-client-api",10475 "sc-transaction-pool-api",10476 "sc-utils",10477 "serde",10478 "sp-api",10479 "sp-blockchain",10480 "sp-core",10481 "sp-runtime",10482 "sp-tracing",10483 "sp-transaction-pool",10484 "substrate-prometheus-endpoint",10485 "thiserror",10486]1048710488[[package]]10489name = "sc-transaction-pool-api"10490version = "4.0.0-dev"10491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10492dependencies = [10493 "futures 0.3.21",10494 "log",10495 "serde",10496 "sp-blockchain",10497 "sp-runtime",10498 "thiserror",10499]1050010501[[package]]10502name = "sc-utils"10503version = "4.0.0-dev"10504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10505dependencies = [10506 "futures 0.3.21",10507 "futures-timer",10508 "lazy_static",10509 "log",10510 "parking_lot 0.12.0",10511 "prometheus",10512]1051310514[[package]]10515name = "scale-info"10516version = "2.1.2"10517source = "registry+https://github.com/rust-lang/crates.io-index"10518checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10519dependencies = [10520 "bitvec 1.0.0",10521 "cfg-if 1.0.0",10522 "derive_more",10523 "parity-scale-codec 3.1.2",10524 "scale-info-derive",10525 "serde",10526]1052710528[[package]]10529name = "scale-info-derive"10530version = "2.1.2"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10533dependencies = [10534 "proc-macro-crate 1.1.3",10535 "proc-macro2",10536 "quote",10537 "syn",10538]1053910540[[package]]10541name = "schannel"10542version = "0.1.20"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10545dependencies = [10546 "lazy_static",10547 "windows-sys",10548]1054910550[[package]]10551name = "schnorrkel"10552version = "0.9.1"10553source = "registry+https://github.com/rust-lang/crates.io-index"10554checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10555dependencies = [10556 "arrayref",10557 "arrayvec 0.5.2",10558 "curve25519-dalek 2.1.3",10559 "getrandom 0.1.16",10560 "merlin",10561 "rand 0.7.3",10562 "rand_core 0.5.1",10563 "sha2 0.8.2",10564 "subtle",10565 "zeroize",10566]1056710568[[package]]10569name = "scoped-tls"10570version = "1.0.0"10571source = "registry+https://github.com/rust-lang/crates.io-index"10572checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1057310574[[package]]10575name = "scopeguard"10576version = "1.1.0"10577source = "registry+https://github.com/rust-lang/crates.io-index"10578checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1057910580[[package]]10581name = "sct"10582version = "0.6.1"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10585dependencies = [10586 "ring",10587 "untrusted",10588]1058910590[[package]]10591name = "sct"10592version = "0.7.0"10593source = "registry+https://github.com/rust-lang/crates.io-index"10594checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10595dependencies = [10596 "ring",10597 "untrusted",10598]1059910600[[package]]10601name = "sec1"10602version = "0.2.1"10603source = "registry+https://github.com/rust-lang/crates.io-index"10604checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10605dependencies = [10606 "der",10607 "generic-array 0.14.5",10608 "pkcs8",10609 "subtle",10610 "zeroize",10611]1061210613[[package]]10614name = "secp256k1"10615version = "0.21.3"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10618dependencies = [10619 "secp256k1-sys",10620]1062110622[[package]]10623name = "secp256k1-sys"10624version = "0.4.2"10625source = "registry+https://github.com/rust-lang/crates.io-index"10626checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10627dependencies = [10628 "cc",10629]1063010631[[package]]10632name = "secrecy"10633version = "0.8.0"10634source = "registry+https://github.com/rust-lang/crates.io-index"10635checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10636dependencies = [10637 "zeroize",10638]1063910640[[package]]10641name = "security-framework"10642version = "2.6.1"10643source = "registry+https://github.com/rust-lang/crates.io-index"10644checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10645dependencies = [10646 "bitflags",10647 "core-foundation",10648 "core-foundation-sys",10649 "libc",10650 "security-framework-sys",10651]1065210653[[package]]10654name = "security-framework-sys"10655version = "2.6.1"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10658dependencies = [10659 "core-foundation-sys",10660 "libc",10661]1066210663[[package]]10664name = "semver"10665version = "0.6.0"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10668dependencies = [10669 "semver-parser 0.7.0",10670]1067110672[[package]]10673name = "semver"10674version = "0.9.0"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10677dependencies = [10678 "semver-parser 0.7.0",10679]1068010681[[package]]10682name = "semver"10683version = "0.11.0"10684source = "registry+https://github.com/rust-lang/crates.io-index"10685checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10686dependencies = [10687 "semver-parser 0.10.2",10688]1068910690[[package]]10691name = "semver"10692version = "1.0.9"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10695dependencies = [10696 "serde",10697]1069810699[[package]]10700name = "semver-parser"10701version = "0.7.0"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1070410705[[package]]10706name = "semver-parser"10707version = "0.10.2"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10710dependencies = [10711 "pest",10712]1071310714[[package]]10715name = "serde"10716version = "1.0.137"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10719dependencies = [10720 "serde_derive",10721]1072210723[[package]]10724name = "serde_derive"10725version = "1.0.137"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10728dependencies = [10729 "proc-macro2",10730 "quote",10731 "syn",10732]1073310734[[package]]10735name = "serde_json"10736version = "1.0.81"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10739dependencies = [10740 "itoa 1.0.2",10741 "ryu",10742 "serde",10743]1074410745[[package]]10746name = "serde_nanos"10747version = "0.1.2"10748source = "registry+https://github.com/rust-lang/crates.io-index"10749checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10750dependencies = [10751 "serde",10752]1075310754[[package]]10755name = "sha-1"10756version = "0.8.2"10757source = "registry+https://github.com/rust-lang/crates.io-index"10758checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10759dependencies = [10760 "block-buffer 0.7.3",10761 "digest 0.8.1",10762 "fake-simd",10763 "opaque-debug 0.2.3",10764]1076510766[[package]]10767name = "sha-1"10768version = "0.9.8"10769source = "registry+https://github.com/rust-lang/crates.io-index"10770checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10771dependencies = [10772 "block-buffer 0.9.0",10773 "cfg-if 1.0.0",10774 "cpufeatures 0.2.2",10775 "digest 0.9.0",10776 "opaque-debug 0.3.0",10777]1077810779[[package]]10780name = "sha2"10781version = "0.8.2"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10784dependencies = [10785 "block-buffer 0.7.3",10786 "digest 0.8.1",10787 "fake-simd",10788 "opaque-debug 0.2.3",10789]1079010791[[package]]10792name = "sha2"10793version = "0.9.9"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10796dependencies = [10797 "block-buffer 0.9.0",10798 "cfg-if 1.0.0",10799 "cpufeatures 0.2.2",10800 "digest 0.9.0",10801 "opaque-debug 0.3.0",10802]1080310804[[package]]10805name = "sha2"10806version = "0.10.2"10807source = "registry+https://github.com/rust-lang/crates.io-index"10808checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10809dependencies = [10810 "cfg-if 1.0.0",10811 "cpufeatures 0.2.2",10812 "digest 0.10.3",10813]1081410815[[package]]10816name = "sha3"10817version = "0.9.1"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10820dependencies = [10821 "block-buffer 0.9.0",10822 "digest 0.9.0",10823 "keccak",10824 "opaque-debug 0.3.0",10825]1082610827[[package]]10828name = "sha3"10829version = "0.10.1"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10832dependencies = [10833 "digest 0.10.3",10834 "keccak",10835]1083610837[[package]]10838name = "sharded-slab"10839version = "0.1.4"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10842dependencies = [10843 "lazy_static",10844]1084510846[[package]]10847name = "shlex"10848version = "1.1.0"10849source = "registry+https://github.com/rust-lang/crates.io-index"10850checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1085110852[[package]]10853name = "signal-hook"10854version = "0.3.14"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10857dependencies = [10858 "libc",10859 "signal-hook-registry",10860]1086110862[[package]]10863name = "signal-hook-registry"10864version = "1.4.0"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10867dependencies = [10868 "libc",10869]1087010871[[package]]10872name = "signature"10873version = "1.4.0"10874source = "registry+https://github.com/rust-lang/crates.io-index"10875checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10876dependencies = [10877 "rand_core 0.6.3",10878]1087910880[[package]]10881name = "simba"10882version = "0.5.1"10883source = "registry+https://github.com/rust-lang/crates.io-index"10884checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10885dependencies = [10886 "approx",10887 "num-complex",10888 "num-traits",10889 "paste",10890]1089110892[[package]]10893name = "slab"10894version = "0.4.6"10895source = "registry+https://github.com/rust-lang/crates.io-index"10896checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1089710898[[package]]10899name = "slot-range-helper"10900version = "0.9.21"10901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"10902dependencies = [10903 "enumn",10904 "parity-scale-codec 3.1.2",10905 "paste",10906 "sp-runtime",10907 "sp-std",10908]1090910910[[package]]10911name = "slotmap"10912version = "1.0.6"10913source = "registry+https://github.com/rust-lang/crates.io-index"10914checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10915dependencies = [10916 "version_check",10917]1091810919[[package]]10920name = "smallvec"10921version = "1.8.0"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1092410925[[package]]10926name = "snap"10927version = "1.0.5"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1093010931[[package]]10932name = "snow"10933version = "0.8.0"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10936dependencies = [10937 "aes-gcm",10938 "blake2 0.9.2",10939 "chacha20poly1305",10940 "rand 0.8.5",10941 "rand_core 0.6.3",10942 "ring",10943 "rustc_version 0.3.3",10944 "sha2 0.9.9",10945 "subtle",10946 "x25519-dalek",10947]1094810949[[package]]10950name = "socket2"10951version = "0.3.19"10952source = "registry+https://github.com/rust-lang/crates.io-index"10953checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10954dependencies = [10955 "cfg-if 1.0.0",10956 "libc",10957 "winapi 0.3.9",10958]1095910960[[package]]10961name = "socket2"10962version = "0.4.4"10963source = "registry+https://github.com/rust-lang/crates.io-index"10964checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10965dependencies = [10966 "libc",10967 "winapi 0.3.9",10968]1096910970[[package]]10971name = "soketto"10972version = "0.7.1"10973source = "registry+https://github.com/rust-lang/crates.io-index"10974checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10975dependencies = [10976 "base64",10977 "bytes 1.1.0",10978 "flate2",10979 "futures 0.3.21",10980 "httparse",10981 "log",10982 "rand 0.8.5",10983 "sha-1 0.9.8",10984]1098510986[[package]]10987name = "sp-api"10988version = "4.0.0-dev"10989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"10990dependencies = [10991 "hash-db",10992 "log",10993 "parity-scale-codec 3.1.2",10994 "sp-api-proc-macro",10995 "sp-core",10996 "sp-runtime",10997 "sp-state-machine",10998 "sp-std",10999 "sp-version",11000 "thiserror",11001]1100211003[[package]]11004name = "sp-api-proc-macro"11005version = "4.0.0-dev"11006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11007dependencies = [11008 "blake2 0.10.4",11009 "proc-macro-crate 1.1.3",11010 "proc-macro2",11011 "quote",11012 "syn",11013]1101411015[[package]]11016name = "sp-application-crypto"11017version = "6.0.0"11018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11019dependencies = [11020 "parity-scale-codec 3.1.2",11021 "scale-info",11022 "serde",11023 "sp-core",11024 "sp-io",11025 "sp-std",11026]1102711028[[package]]11029name = "sp-arithmetic"11030version = "5.0.0"11031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11032dependencies = [11033 "integer-sqrt",11034 "num-traits",11035 "parity-scale-codec 3.1.2",11036 "scale-info",11037 "serde",11038 "sp-debug-derive",11039 "sp-std",11040 "static_assertions",11041]1104211043[[package]]11044name = "sp-authority-discovery"11045version = "4.0.0-dev"11046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11047dependencies = [11048 "parity-scale-codec 3.1.2",11049 "scale-info",11050 "sp-api",11051 "sp-application-crypto",11052 "sp-runtime",11053 "sp-std",11054]1105511056[[package]]11057name = "sp-authorship"11058version = "4.0.0-dev"11059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11060dependencies = [11061 "async-trait",11062 "parity-scale-codec 3.1.2",11063 "sp-inherents",11064 "sp-runtime",11065 "sp-std",11066]1106711068[[package]]11069name = "sp-block-builder"11070version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11072dependencies = [11073 "parity-scale-codec 3.1.2",11074 "sp-api",11075 "sp-inherents",11076 "sp-runtime",11077 "sp-std",11078]1107911080[[package]]11081name = "sp-blockchain"11082version = "4.0.0-dev"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11084dependencies = [11085 "futures 0.3.21",11086 "log",11087 "lru 0.7.6",11088 "parity-scale-codec 3.1.2",11089 "parking_lot 0.12.0",11090 "sp-api",11091 "sp-consensus",11092 "sp-database",11093 "sp-runtime",11094 "sp-state-machine",11095 "thiserror",11096]1109711098[[package]]11099name = "sp-consensus"11100version = "0.10.0-dev"11101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11102dependencies = [11103 "async-trait",11104 "futures 0.3.21",11105 "futures-timer",11106 "log",11107 "parity-scale-codec 3.1.2",11108 "sp-core",11109 "sp-inherents",11110 "sp-runtime",11111 "sp-state-machine",11112 "sp-std",11113 "sp-version",11114 "thiserror",11115]1111611117[[package]]11118name = "sp-consensus-aura"11119version = "0.10.0-dev"11120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11121dependencies = [11122 "async-trait",11123 "parity-scale-codec 3.1.2",11124 "scale-info",11125 "sp-api",11126 "sp-application-crypto",11127 "sp-consensus",11128 "sp-consensus-slots",11129 "sp-inherents",11130 "sp-runtime",11131 "sp-std",11132 "sp-timestamp",11133]1113411135[[package]]11136name = "sp-consensus-babe"11137version = "0.10.0-dev"11138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11139dependencies = [11140 "async-trait",11141 "merlin",11142 "parity-scale-codec 3.1.2",11143 "scale-info",11144 "serde",11145 "sp-api",11146 "sp-application-crypto",11147 "sp-consensus",11148 "sp-consensus-slots",11149 "sp-consensus-vrf",11150 "sp-core",11151 "sp-inherents",11152 "sp-keystore",11153 "sp-runtime",11154 "sp-std",11155 "sp-timestamp",11156]1115711158[[package]]11159name = "sp-consensus-slots"11160version = "0.10.0-dev"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11162dependencies = [11163 "parity-scale-codec 3.1.2",11164 "scale-info",11165 "serde",11166 "sp-arithmetic",11167 "sp-runtime",11168 "sp-std",11169 "sp-timestamp",11170]1117111172[[package]]11173name = "sp-consensus-vrf"11174version = "0.10.0-dev"11175source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11176dependencies = [11177 "parity-scale-codec 3.1.2",11178 "schnorrkel",11179 "sp-core",11180 "sp-runtime",11181 "sp-std",11182]1118311184[[package]]11185name = "sp-core"11186version = "6.0.0"11187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11188dependencies = [11189 "base58",11190 "bitflags",11191 "blake2-rfc",11192 "byteorder",11193 "dyn-clonable",11194 "ed25519-dalek",11195 "futures 0.3.21",11196 "hash-db",11197 "hash256-std-hasher",11198 "hex",11199 "impl-serde",11200 "lazy_static",11201 "libsecp256k1",11202 "log",11203 "merlin",11204 "num-traits",11205 "parity-scale-codec 3.1.2",11206 "parity-util-mem",11207 "parking_lot 0.12.0",11208 "primitive-types",11209 "rand 0.7.3",11210 "regex",11211 "scale-info",11212 "schnorrkel",11213 "secp256k1",11214 "secrecy",11215 "serde",11216 "sp-core-hashing",11217 "sp-debug-derive",11218 "sp-externalities",11219 "sp-runtime-interface",11220 "sp-std",11221 "sp-storage",11222 "ss58-registry",11223 "substrate-bip39",11224 "thiserror",11225 "tiny-bip39",11226 "wasmi",11227 "zeroize",11228]1122911230[[package]]11231name = "sp-core-hashing"11232version = "4.0.0"11233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11234dependencies = [11235 "blake2 0.10.4",11236 "byteorder",11237 "digest 0.10.3",11238 "sha2 0.10.2",11239 "sha3 0.10.1",11240 "sp-std",11241 "twox-hash",11242]1124311244[[package]]11245name = "sp-core-hashing-proc-macro"11246version = "5.0.0"11247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11248dependencies = [11249 "proc-macro2",11250 "quote",11251 "sp-core-hashing",11252 "syn",11253]1125411255[[package]]11256name = "sp-database"11257version = "4.0.0-dev"11258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11259dependencies = [11260 "kvdb",11261 "parking_lot 0.12.0",11262]1126311264[[package]]11265name = "sp-debug-derive"11266version = "4.0.0"11267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11268dependencies = [11269 "proc-macro2",11270 "quote",11271 "syn",11272]1127311274[[package]]11275name = "sp-externalities"11276version = "0.12.0"11277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11278dependencies = [11279 "environmental",11280 "parity-scale-codec 3.1.2",11281 "sp-std",11282 "sp-storage",11283]1128411285[[package]]11286name = "sp-finality-grandpa"11287version = "4.0.0-dev"11288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11289dependencies = [11290 "finality-grandpa",11291 "log",11292 "parity-scale-codec 3.1.2",11293 "scale-info",11294 "serde",11295 "sp-api",11296 "sp-application-crypto",11297 "sp-core",11298 "sp-keystore",11299 "sp-runtime",11300 "sp-std",11301]1130211303[[package]]11304name = "sp-inherents"11305version = "4.0.0-dev"11306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11307dependencies = [11308 "async-trait",11309 "impl-trait-for-tuples",11310 "parity-scale-codec 3.1.2",11311 "sp-core",11312 "sp-runtime",11313 "sp-std",11314 "thiserror",11315]1131611317[[package]]11318name = "sp-io"11319version = "6.0.0"11320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11321dependencies = [11322 "futures 0.3.21",11323 "hash-db",11324 "libsecp256k1",11325 "log",11326 "parity-scale-codec 3.1.2",11327 "parking_lot 0.12.0",11328 "secp256k1",11329 "sp-core",11330 "sp-externalities",11331 "sp-keystore",11332 "sp-runtime-interface",11333 "sp-state-machine",11334 "sp-std",11335 "sp-tracing",11336 "sp-trie",11337 "sp-wasm-interface",11338 "tracing",11339 "tracing-core",11340]1134111342[[package]]11343name = "sp-keyring"11344version = "6.0.0"11345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11346dependencies = [11347 "lazy_static",11348 "sp-core",11349 "sp-runtime",11350 "strum 0.23.0",11351]1135211353[[package]]11354name = "sp-keystore"11355version = "0.12.0"11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11357dependencies = [11358 "async-trait",11359 "futures 0.3.21",11360 "merlin",11361 "parity-scale-codec 3.1.2",11362 "parking_lot 0.12.0",11363 "schnorrkel",11364 "serde",11365 "sp-core",11366 "sp-externalities",11367 "thiserror",11368]1136911370[[package]]11371name = "sp-maybe-compressed-blob"11372version = "4.1.0-dev"11373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11374dependencies = [11375 "thiserror",11376 "zstd",11377]1137811379[[package]]11380name = "sp-mmr-primitives"11381version = "4.0.0-dev"11382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11383dependencies = [11384 "log",11385 "parity-scale-codec 3.1.2",11386 "serde",11387 "sp-api",11388 "sp-core",11389 "sp-debug-derive",11390 "sp-runtime",11391 "sp-std",11392]1139311394[[package]]11395name = "sp-npos-elections"11396version = "4.0.0-dev"11397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11398dependencies = [11399 "parity-scale-codec 3.1.2",11400 "scale-info",11401 "serde",11402 "sp-arithmetic",11403 "sp-core",11404 "sp-runtime",11405 "sp-std",11406]1140711408[[package]]11409name = "sp-offchain"11410version = "4.0.0-dev"11411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11412dependencies = [11413 "sp-api",11414 "sp-core",11415 "sp-runtime",11416]1141711418[[package]]11419name = "sp-panic-handler"11420version = "4.0.0"11421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11422dependencies = [11423 "backtrace",11424 "lazy_static",11425 "regex",11426]1142711428[[package]]11429name = "sp-rpc"11430version = "6.0.0"11431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11432dependencies = [11433 "rustc-hash",11434 "serde",11435 "sp-core",11436]1143711438[[package]]11439name = "sp-runtime"11440version = "6.0.0"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11442dependencies = [11443 "either",11444 "hash256-std-hasher",11445 "impl-trait-for-tuples",11446 "log",11447 "parity-scale-codec 3.1.2",11448 "parity-util-mem",11449 "paste",11450 "rand 0.7.3",11451 "scale-info",11452 "serde",11453 "sp-application-crypto",11454 "sp-arithmetic",11455 "sp-core",11456 "sp-io",11457 "sp-std",11458]1145911460[[package]]11461name = "sp-runtime-interface"11462version = "6.0.0"11463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11464dependencies = [11465 "impl-trait-for-tuples",11466 "parity-scale-codec 3.1.2",11467 "primitive-types",11468 "sp-externalities",11469 "sp-runtime-interface-proc-macro",11470 "sp-std",11471 "sp-storage",11472 "sp-tracing",11473 "sp-wasm-interface",11474 "static_assertions",11475]1147611477[[package]]11478name = "sp-runtime-interface-proc-macro"11479version = "5.0.0"11480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11481dependencies = [11482 "Inflector",11483 "proc-macro-crate 1.1.3",11484 "proc-macro2",11485 "quote",11486 "syn",11487]1148811489[[package]]11490name = "sp-serializer"11491version = "4.0.0-dev"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11493dependencies = [11494 "serde",11495 "serde_json",11496]1149711498[[package]]11499name = "sp-session"11500version = "4.0.0-dev"11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11502dependencies = [11503 "parity-scale-codec 3.1.2",11504 "scale-info",11505 "sp-api",11506 "sp-core",11507 "sp-runtime",11508 "sp-staking",11509 "sp-std",11510]1151111512[[package]]11513name = "sp-staking"11514version = "4.0.0-dev"11515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11516dependencies = [11517 "parity-scale-codec 3.1.2",11518 "scale-info",11519 "sp-runtime",11520 "sp-std",11521]1152211523[[package]]11524name = "sp-state-machine"11525version = "0.12.0"11526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11527dependencies = [11528 "hash-db",11529 "log",11530 "num-traits",11531 "parity-scale-codec 3.1.2",11532 "parking_lot 0.12.0",11533 "rand 0.7.3",11534 "smallvec",11535 "sp-core",11536 "sp-externalities",11537 "sp-panic-handler",11538 "sp-std",11539 "sp-trie",11540 "thiserror",11541 "tracing",11542 "trie-root",11543]1154411545[[package]]11546name = "sp-std"11547version = "4.0.0"11548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"1154911550[[package]]11551name = "sp-storage"11552version = "6.0.0"11553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11554dependencies = [11555 "impl-serde",11556 "parity-scale-codec 3.1.2",11557 "ref-cast",11558 "serde",11559 "sp-debug-derive",11560 "sp-std",11561]1156211563[[package]]11564name = "sp-tasks"11565version = "4.0.0-dev"11566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11567dependencies = [11568 "log",11569 "sp-core",11570 "sp-externalities",11571 "sp-io",11572 "sp-runtime-interface",11573 "sp-std",11574]1157511576[[package]]11577name = "sp-timestamp"11578version = "4.0.0-dev"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11580dependencies = [11581 "async-trait",11582 "futures-timer",11583 "log",11584 "parity-scale-codec 3.1.2",11585 "sp-api",11586 "sp-inherents",11587 "sp-runtime",11588 "sp-std",11589 "thiserror",11590]1159111592[[package]]11593name = "sp-tracing"11594version = "5.0.0"11595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11596dependencies = [11597 "parity-scale-codec 3.1.2",11598 "sp-std",11599 "tracing",11600 "tracing-core",11601 "tracing-subscriber",11602]1160311604[[package]]11605name = "sp-transaction-pool"11606version = "4.0.0-dev"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11608dependencies = [11609 "sp-api",11610 "sp-runtime",11611]1161211613[[package]]11614name = "sp-transaction-storage-proof"11615version = "4.0.0-dev"11616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11617dependencies = [11618 "async-trait",11619 "log",11620 "parity-scale-codec 3.1.2",11621 "scale-info",11622 "sp-core",11623 "sp-inherents",11624 "sp-runtime",11625 "sp-std",11626 "sp-trie",11627]1162811629[[package]]11630name = "sp-trie"11631version = "6.0.0"11632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11633dependencies = [11634 "hash-db",11635 "memory-db",11636 "parity-scale-codec 3.1.2",11637 "scale-info",11638 "sp-core",11639 "sp-std",11640 "thiserror",11641 "trie-db",11642 "trie-root",11643]1164411645[[package]]11646name = "sp-version"11647version = "5.0.0"11648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11649dependencies = [11650 "impl-serde",11651 "parity-scale-codec 3.1.2",11652 "parity-wasm 0.42.2",11653 "scale-info",11654 "serde",11655 "sp-core-hashing-proc-macro",11656 "sp-runtime",11657 "sp-std",11658 "sp-version-proc-macro",11659 "thiserror",11660]1166111662[[package]]11663name = "sp-version-proc-macro"11664version = "4.0.0-dev"11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11666dependencies = [11667 "parity-scale-codec 3.1.2",11668 "proc-macro2",11669 "quote",11670 "syn",11671]1167211673[[package]]11674name = "sp-wasm-interface"11675version = "6.0.0"11676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11677dependencies = [11678 "impl-trait-for-tuples",11679 "log",11680 "parity-scale-codec 3.1.2",11681 "sp-std",11682 "wasmi",11683 "wasmtime",11684]1168511686[[package]]11687name = "spin"11688version = "0.5.2"11689source = "registry+https://github.com/rust-lang/crates.io-index"11690checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1169111692[[package]]11693name = "spki"11694version = "0.5.4"11695source = "registry+https://github.com/rust-lang/crates.io-index"11696checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11697dependencies = [11698 "base64ct",11699 "der",11700]1170111702[[package]]11703name = "ss58-registry"11704version = "1.20.0"11705source = "registry+https://github.com/rust-lang/crates.io-index"11706checksum = "5e1e7c268f5610088463d23188fc9e764cda491784360e5e4ea3a8ce1e0e2ac9"11707dependencies = [11708 "Inflector",11709 "num-format",11710 "proc-macro2",11711 "quote",11712 "serde",11713 "serde_json",11714 "unicode-xid",11715]1171611717[[package]]11718name = "stable_deref_trait"11719version = "1.2.0"11720source = "registry+https://github.com/rust-lang/crates.io-index"11721checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1172211723[[package]]11724name = "static_assertions"11725version = "1.1.0"11726source = "registry+https://github.com/rust-lang/crates.io-index"11727checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1172811729[[package]]11730name = "static_init"11731version = "0.5.2"11732source = "registry+https://github.com/rust-lang/crates.io-index"11733checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11734dependencies = [11735 "cfg_aliases",11736 "libc",11737 "parking_lot 0.11.2",11738 "static_init_macro",11739]1174011741[[package]]11742name = "static_init_macro"11743version = "0.5.0"11744source = "registry+https://github.com/rust-lang/crates.io-index"11745checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11746dependencies = [11747 "cfg_aliases",11748 "memchr",11749 "proc-macro2",11750 "quote",11751 "syn",11752]1175311754[[package]]11755name = "statrs"11756version = "0.15.0"11757source = "registry+https://github.com/rust-lang/crates.io-index"11758checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11759dependencies = [11760 "approx",11761 "lazy_static",11762 "nalgebra",11763 "num-traits",11764 "rand 0.8.5",11765]1176611767[[package]]11768name = "strsim"11769version = "0.10.0"11770source = "registry+https://github.com/rust-lang/crates.io-index"11771checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1177211773[[package]]11774name = "struct-versioning"11775version = "0.1.0"11776dependencies = [11777 "quote",11778 "syn",11779]1178011781[[package]]11782name = "strum"11783version = "0.23.0"11784source = "registry+https://github.com/rust-lang/crates.io-index"11785checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11786dependencies = [11787 "strum_macros 0.23.1",11788]1178911790[[package]]11791name = "strum"11792version = "0.24.0"11793source = "registry+https://github.com/rust-lang/crates.io-index"11794checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11795dependencies = [11796 "strum_macros 0.24.0",11797]1179811799[[package]]11800name = "strum_macros"11801version = "0.23.1"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11804dependencies = [11805 "heck 0.3.3",11806 "proc-macro2",11807 "quote",11808 "rustversion",11809 "syn",11810]1181111812[[package]]11813name = "strum_macros"11814version = "0.24.0"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11817dependencies = [11818 "heck 0.4.0",11819 "proc-macro2",11820 "quote",11821 "rustversion",11822 "syn",11823]1182411825[[package]]11826name = "substrate-bip39"11827version = "0.4.4"11828source = "registry+https://github.com/rust-lang/crates.io-index"11829checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11830dependencies = [11831 "hmac 0.11.0",11832 "pbkdf2 0.8.0",11833 "schnorrkel",11834 "sha2 0.9.9",11835 "zeroize",11836]1183711838[[package]]11839name = "substrate-build-script-utils"11840version = "3.0.0"11841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11842dependencies = [11843 "platforms",11844]1184511846[[package]]11847name = "substrate-frame-rpc-system"11848version = "4.0.0-dev"11849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11850dependencies = [11851 "frame-system-rpc-runtime-api",11852 "futures 0.3.21",11853 "jsonrpc-core",11854 "jsonrpc-core-client",11855 "jsonrpc-derive",11856 "log",11857 "parity-scale-codec 3.1.2",11858 "sc-client-api",11859 "sc-rpc-api",11860 "sc-transaction-pool-api",11861 "sp-api",11862 "sp-block-builder",11863 "sp-blockchain",11864 "sp-core",11865 "sp-runtime",11866]1186711868[[package]]11869name = "substrate-prometheus-endpoint"11870version = "0.10.0-dev"11871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11872dependencies = [11873 "futures-util",11874 "hyper",11875 "log",11876 "prometheus",11877 "thiserror",11878 "tokio 1.18.2",11879]1188011881[[package]]11882name = "substrate-state-trie-migration-rpc"11883version = "4.0.0-dev"11884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11885dependencies = [11886 "jsonrpc-core",11887 "jsonrpc-core-client",11888 "jsonrpc-derive",11889 "log",11890 "parity-scale-codec 3.1.2",11891 "sc-client-api",11892 "sc-rpc-api",11893 "scale-info",11894 "serde",11895 "sp-core",11896 "sp-io",11897 "sp-runtime",11898 "sp-state-machine",11899 "sp-std",11900 "sp-trie",11901 "trie-db",11902]1190311904[[package]]11905name = "substrate-test-client"11906version = "2.0.1"11907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11908dependencies = [11909 "async-trait",11910 "futures 0.3.21",11911 "hex",11912 "parity-scale-codec 3.1.2",11913 "sc-client-api",11914 "sc-client-db",11915 "sc-consensus",11916 "sc-executor",11917 "sc-offchain",11918 "sc-service",11919 "serde",11920 "serde_json",11921 "sp-blockchain",11922 "sp-consensus",11923 "sp-core",11924 "sp-keyring",11925 "sp-keystore",11926 "sp-runtime",11927 "sp-state-machine",11928]1192911930[[package]]11931name = "substrate-test-utils"11932version = "4.0.0-dev"11933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11934dependencies = [11935 "futures 0.3.21",11936 "substrate-test-utils-derive",11937 "tokio 1.18.2",11938]1193911940[[package]]11941name = "substrate-test-utils-derive"11942version = "0.10.0-dev"11943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11944dependencies = [11945 "proc-macro-crate 1.1.3",11946 "proc-macro2",11947 "quote",11948 "syn",11949]1195011951[[package]]11952name = "substrate-wasm-builder"11953version = "5.0.0-dev"11954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"11955dependencies = [11956 "ansi_term",11957 "build-helper",11958 "cargo_metadata",11959 "sp-maybe-compressed-blob",11960 "strum 0.23.0",11961 "tempfile",11962 "toml",11963 "walkdir",11964 "wasm-gc-api",11965]1196611967[[package]]11968name = "subtle"11969version = "2.4.1"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1197211973[[package]]11974name = "syn"11975version = "1.0.95"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"11978dependencies = [11979 "proc-macro2",11980 "quote",11981 "unicode-ident",11982]1198311984[[package]]11985name = "synstructure"11986version = "0.12.6"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11989dependencies = [11990 "proc-macro2",11991 "quote",11992 "syn",11993 "unicode-xid",11994]1199511996[[package]]11997name = "tap"11998version = "1.0.1"11999source = "registry+https://github.com/rust-lang/crates.io-index"12000checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1200112002[[package]]12003name = "target-lexicon"12004version = "0.12.4"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1200712008[[package]]12009name = "tempfile"12010version = "3.3.0"12011source = "registry+https://github.com/rust-lang/crates.io-index"12012checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12013dependencies = [12014 "cfg-if 1.0.0",12015 "fastrand",12016 "libc",12017 "redox_syscall 0.2.13",12018 "remove_dir_all",12019 "winapi 0.3.9",12020]1202112022[[package]]12023name = "term"12024version = "0.5.2"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"12027dependencies = [12028 "byteorder",12029 "dirs",12030 "winapi 0.3.9",12031]1203212033[[package]]12034name = "termcolor"12035version = "1.1.3"12036source = "registry+https://github.com/rust-lang/crates.io-index"12037checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12038dependencies = [12039 "winapi-util",12040]1204112042[[package]]12043name = "test-runtime-constants"12044version = "0.9.21"12045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12046dependencies = [12047 "frame-support",12048 "polkadot-primitives",12049 "polkadot-runtime-common",12050 "smallvec",12051 "sp-runtime",12052]1205312054[[package]]12055name = "tests"12056version = "0.1.0"12057dependencies = [12058 "fp-evm-mapping",12059 "frame-support",12060 "frame-system",12061 "pallet-balances",12062 "pallet-common",12063 "pallet-ethereum",12064 "pallet-evm",12065 "pallet-evm-coder-substrate",12066 "pallet-fungible",12067 "pallet-nonfungible",12068 "pallet-refungible",12069 "pallet-structure",12070 "pallet-timestamp",12071 "pallet-transaction-payment",12072 "pallet-unique",12073 "parity-scale-codec 3.1.2",12074 "scale-info",12075 "sp-core",12076 "sp-io",12077 "sp-runtime",12078 "sp-std",12079 "unique-runtime-common",12080 "up-data-structs",12081]1208212083[[package]]12084name = "textwrap"12085version = "0.15.0"12086source = "registry+https://github.com/rust-lang/crates.io-index"12087checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1208812089[[package]]12090name = "thiserror"12091version = "1.0.31"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"12094dependencies = [12095 "thiserror-impl",12096]1209712098[[package]]12099name = "thiserror-impl"12100version = "1.0.31"12101source = "registry+https://github.com/rust-lang/crates.io-index"12102checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"12103dependencies = [12104 "proc-macro2",12105 "quote",12106 "syn",12107]1210812109[[package]]12110name = "thousands"12111version = "0.2.0"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1211412115[[package]]12116name = "thread_local"12117version = "1.1.4"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12120dependencies = [12121 "once_cell",12122]1212312124[[package]]12125name = "threadpool"12126version = "1.8.1"12127source = "registry+https://github.com/rust-lang/crates.io-index"12128checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12129dependencies = [12130 "num_cpus",12131]1213212133[[package]]12134name = "thrift"12135version = "0.15.0"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12138dependencies = [12139 "byteorder",12140 "integer-encoding",12141 "log",12142 "ordered-float",12143 "threadpool",12144]1214512146[[package]]12147name = "tikv-jemalloc-sys"12148version = "0.4.3+5.2.1-patched.2"12149source = "registry+https://github.com/rust-lang/crates.io-index"12150checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12151dependencies = [12152 "cc",12153 "fs_extra",12154 "libc",12155]1215612157[[package]]12158name = "time"12159version = "0.1.44"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12162dependencies = [12163 "libc",12164 "wasi 0.10.0+wasi-snapshot-preview1",12165 "winapi 0.3.9",12166]1216712168[[package]]12169name = "tiny-bip39"12170version = "0.8.2"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12173dependencies = [12174 "anyhow",12175 "hmac 0.8.1",12176 "once_cell",12177 "pbkdf2 0.4.0",12178 "rand 0.7.3",12179 "rustc-hash",12180 "sha2 0.9.9",12181 "thiserror",12182 "unicode-normalization",12183 "wasm-bindgen",12184 "zeroize",12185]1218612187[[package]]12188name = "tiny-keccak"12189version = "2.0.2"12190source = "registry+https://github.com/rust-lang/crates.io-index"12191checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12192dependencies = [12193 "crunchy",12194]1219512196[[package]]12197name = "tinyvec"12198version = "1.6.0"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12201dependencies = [12202 "tinyvec_macros",12203]1220412205[[package]]12206name = "tinyvec_macros"12207version = "0.1.0"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1221012211[[package]]12212name = "tokio"12213version = "0.2.25"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12216dependencies = [12217 "bytes 0.5.6",12218 "fnv",12219 "pin-project-lite 0.1.12",12220 "tokio-macros 0.2.6",12221]1222212223[[package]]12224name = "tokio"12225version = "1.18.2"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12228dependencies = [12229 "bytes 1.1.0",12230 "libc",12231 "memchr",12232 "mio 0.8.3",12233 "num_cpus",12234 "once_cell",12235 "parking_lot 0.12.0",12236 "pin-project-lite 0.2.9",12237 "signal-hook-registry",12238 "socket2 0.4.4",12239 "tokio-macros 1.7.0",12240 "winapi 0.3.9",12241]1224212243[[package]]12244name = "tokio-macros"12245version = "0.2.6"12246source = "registry+https://github.com/rust-lang/crates.io-index"12247checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12248dependencies = [12249 "proc-macro2",12250 "quote",12251 "syn",12252]1225312254[[package]]12255name = "tokio-macros"12256version = "1.7.0"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12259dependencies = [12260 "proc-macro2",12261 "quote",12262 "syn",12263]1226412265[[package]]12266name = "tokio-rustls"12267version = "0.22.0"12268source = "registry+https://github.com/rust-lang/crates.io-index"12269checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12270dependencies = [12271 "rustls 0.19.1",12272 "tokio 1.18.2",12273 "webpki 0.21.4",12274]1227512276[[package]]12277name = "tokio-rustls"12278version = "0.23.4"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12281dependencies = [12282 "rustls 0.20.6",12283 "tokio 1.18.2",12284 "webpki 0.22.0",12285]1228612287[[package]]12288name = "tokio-stream"12289version = "0.1.8"12290source = "registry+https://github.com/rust-lang/crates.io-index"12291checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12292dependencies = [12293 "futures-core",12294 "pin-project-lite 0.2.9",12295 "tokio 1.18.2",12296]1229712298[[package]]12299name = "tokio-util"12300version = "0.6.10"12301source = "registry+https://github.com/rust-lang/crates.io-index"12302checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"12303dependencies = [12304 "bytes 1.1.0",12305 "futures-core",12306 "futures-sink",12307 "log",12308 "pin-project-lite 0.2.9",12309 "tokio 1.18.2",12310]1231112312[[package]]12313name = "tokio-util"12314version = "0.7.2"12315source = "registry+https://github.com/rust-lang/crates.io-index"12316checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12317dependencies = [12318 "bytes 1.1.0",12319 "futures-core",12320 "futures-io",12321 "futures-sink",12322 "pin-project-lite 0.2.9",12323 "tokio 1.18.2",12324 "tracing",12325]1232612327[[package]]12328name = "toml"12329version = "0.5.9"12330source = "registry+https://github.com/rust-lang/crates.io-index"12331checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12332dependencies = [12333 "serde",12334]1233512336[[package]]12337name = "tower-service"12338version = "0.3.1"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1234112342[[package]]12343name = "tracing"12344version = "0.1.34"12345source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12347dependencies = [12348 "cfg-if 1.0.0",12349 "pin-project-lite 0.2.9",12350 "tracing-attributes",12351 "tracing-core",12352]1235312354[[package]]12355name = "tracing-attributes"12356version = "0.1.21"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12359dependencies = [12360 "proc-macro2",12361 "quote",12362 "syn",12363]1236412365[[package]]12366name = "tracing-core"12367version = "0.1.26"12368source = "registry+https://github.com/rust-lang/crates.io-index"12369checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12370dependencies = [12371 "lazy_static",12372 "valuable",12373]1237412375[[package]]12376name = "tracing-futures"12377version = "0.2.5"12378source = "registry+https://github.com/rust-lang/crates.io-index"12379checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12380dependencies = [12381 "pin-project 1.0.10",12382 "tracing",12383]1238412385[[package]]12386name = "tracing-gum"12387version = "0.9.21"12388source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12389dependencies = [12390 "polkadot-node-jaeger",12391 "polkadot-primitives",12392 "tracing",12393 "tracing-gum-proc-macro",12394]1239512396[[package]]12397name = "tracing-gum-proc-macro"12398version = "0.9.21"12399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"12400dependencies = [12401 "expander 0.0.6",12402 "proc-macro-crate 1.1.3",12403 "proc-macro2",12404 "quote",12405 "syn",12406]1240712408[[package]]12409name = "tracing-log"12410version = "0.1.3"12411source = "registry+https://github.com/rust-lang/crates.io-index"12412checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12413dependencies = [12414 "lazy_static",12415 "log",12416 "tracing-core",12417]1241812419[[package]]12420name = "tracing-serde"12421version = "0.1.3"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12424dependencies = [12425 "serde",12426 "tracing-core",12427]1242812429[[package]]12430name = "tracing-subscriber"12431version = "0.2.25"12432source = "registry+https://github.com/rust-lang/crates.io-index"12433checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12434dependencies = [12435 "ansi_term",12436 "chrono",12437 "lazy_static",12438 "matchers",12439 "parking_lot 0.11.2",12440 "regex",12441 "serde",12442 "serde_json",12443 "sharded-slab",12444 "smallvec",12445 "thread_local",12446 "tracing",12447 "tracing-core",12448 "tracing-log",12449 "tracing-serde",12450]1245112452[[package]]12453name = "trie-db"12454version = "0.23.1"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12457dependencies = [12458 "hash-db",12459 "hashbrown 0.12.1",12460 "log",12461 "rustc-hex",12462 "smallvec",12463]1246412465[[package]]12466name = "trie-root"12467version = "0.17.0"12468source = "registry+https://github.com/rust-lang/crates.io-index"12469checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12470dependencies = [12471 "hash-db",12472]1247312474[[package]]12475name = "triehash"12476version = "0.8.4"12477source = "registry+https://github.com/rust-lang/crates.io-index"12478checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12479dependencies = [12480 "hash-db",12481 "rlp",12482]1248312484[[package]]12485name = "trust-dns-proto"12486version = "0.20.4"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12489dependencies = [12490 "async-trait",12491 "cfg-if 1.0.0",12492 "data-encoding",12493 "enum-as-inner",12494 "futures-channel",12495 "futures-io",12496 "futures-util",12497 "idna 0.2.3",12498 "ipnet",12499 "lazy_static",12500 "log",12501 "rand 0.8.5",12502 "smallvec",12503 "thiserror",12504 "tinyvec",12505 "url 2.2.2",12506]1250712508[[package]]12509name = "trust-dns-resolver"12510version = "0.20.4"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12513dependencies = [12514 "cfg-if 1.0.0",12515 "futures-util",12516 "ipconfig",12517 "lazy_static",12518 "log",12519 "lru-cache",12520 "parking_lot 0.11.2",12521 "resolv-conf",12522 "smallvec",12523 "thiserror",12524 "trust-dns-proto",12525]1252612527[[package]]12528name = "try-lock"12529version = "0.2.3"12530source = "registry+https://github.com/rust-lang/crates.io-index"12531checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1253212533[[package]]12534name = "try-runtime-cli"12535version = "0.10.0-dev"12536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"12537dependencies = [12538 "clap",12539 "jsonrpsee",12540 "log",12541 "parity-scale-codec 3.1.2",12542 "remote-externalities",12543 "sc-chain-spec",12544 "sc-cli",12545 "sc-executor",12546 "sc-service",12547 "serde",12548 "sp-core",12549 "sp-externalities",12550 "sp-io",12551 "sp-keystore",12552 "sp-runtime",12553 "sp-state-machine",12554 "sp-version",12555 "zstd",12556]1255712558[[package]]12559name = "tt-call"12560version = "1.0.8"12561source = "registry+https://github.com/rust-lang/crates.io-index"12562checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1256312564[[package]]12565name = "twox-hash"12566version = "1.6.3"12567source = "registry+https://github.com/rust-lang/crates.io-index"12568checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12569dependencies = [12570 "cfg-if 1.0.0",12571 "digest 0.10.3",12572 "rand 0.8.5",12573 "static_assertions",12574]1257512576[[package]]12577name = "typenum"12578version = "1.15.0"12579source = "registry+https://github.com/rust-lang/crates.io-index"12580checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1258112582[[package]]12583name = "uc-rpc"12584version = "0.1.0"12585dependencies = [12586 "jsonrpc-core",12587 "jsonrpc-core-client",12588 "jsonrpc-derive",12589 "pallet-common",12590 "pallet-evm",12591 "parity-scale-codec 3.1.2",12592 "rmrk-rpc 0.0.1",12593 "sp-api",12594 "sp-blockchain",12595 "sp-core",12596 "sp-rpc",12597 "sp-runtime",12598 "unique-runtime-common",12599 "up-data-structs",12600 "up-rpc",12601]1260212603[[package]]12604name = "ucd-trie"12605version = "0.1.3"12606source = "registry+https://github.com/rust-lang/crates.io-index"12607checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1260812609[[package]]12610name = "uint"12611version = "0.9.3"12612source = "registry+https://github.com/rust-lang/crates.io-index"12613checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12614dependencies = [12615 "byteorder",12616 "crunchy",12617 "hex",12618 "static_assertions",12619]1262012621[[package]]12622name = "unicase"12623version = "2.6.0"12624source = "registry+https://github.com/rust-lang/crates.io-index"12625checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12626dependencies = [12627 "version_check",12628]1262912630[[package]]12631name = "unicode-bidi"12632version = "0.3.8"12633source = "registry+https://github.com/rust-lang/crates.io-index"12634checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1263512636[[package]]12637name = "unicode-ident"12638version = "1.0.0"12639source = "registry+https://github.com/rust-lang/crates.io-index"12640checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1264112642[[package]]12643name = "unicode-normalization"12644version = "0.1.19"12645source = "registry+https://github.com/rust-lang/crates.io-index"12646checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12647dependencies = [12648 "tinyvec",12649]1265012651[[package]]12652name = "unicode-segmentation"12653version = "1.9.0"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1265612657[[package]]12658name = "unicode-width"12659version = "0.1.9"12660source = "registry+https://github.com/rust-lang/crates.io-index"12661checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1266212663[[package]]12664name = "unicode-xid"12665version = "0.2.3"12666source = "registry+https://github.com/rust-lang/crates.io-index"12667checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1266812669[[package]]12670name = "unique-node"12671version = "0.9.21"12672dependencies = [12673 "clap",12674 "cumulus-client-cli",12675 "cumulus-client-collator",12676 "cumulus-client-consensus-aura",12677 "cumulus-client-consensus-common",12678 "cumulus-client-network",12679 "cumulus-client-service",12680 "cumulus-primitives-core",12681 "cumulus-primitives-parachain-inherent",12682 "cumulus-relay-chain-inprocess-interface",12683 "cumulus-relay-chain-interface",12684 "cumulus-relay-chain-rpc-interface",12685 "fc-consensus",12686 "fc-db",12687 "fc-mapping-sync",12688 "fc-rpc",12689 "fc-rpc-core",12690 "flexi_logger",12691 "fp-rpc",12692 "frame-benchmarking",12693 "frame-benchmarking-cli",12694 "futures 0.3.21",12695 "jsonrpc-core",12696 "jsonrpc-pubsub",12697 "log",12698 "opal-runtime",12699 "pallet-ethereum",12700 "pallet-transaction-payment-rpc",12701 "pallet-transaction-payment-rpc-runtime-api",12702 "parity-scale-codec 3.1.2",12703 "parking_lot 0.11.2",12704 "polkadot-cli",12705 "polkadot-parachain",12706 "polkadot-primitives",12707 "polkadot-service",12708 "polkadot-test-service",12709 "quartz-runtime",12710 "rmrk-rpc 0.0.1",12711 "sc-basic-authorship",12712 "sc-chain-spec",12713 "sc-cli",12714 "sc-client-api",12715 "sc-consensus",12716 "sc-consensus-aura",12717 "sc-consensus-manual-seal",12718 "sc-executor",12719 "sc-finality-grandpa",12720 "sc-keystore",12721 "sc-network",12722 "sc-rpc",12723 "sc-rpc-api",12724 "sc-service",12725 "sc-telemetry",12726 "sc-tracing",12727 "sc-transaction-pool",12728 "serde",12729 "serde_json",12730 "sp-api",12731 "sp-block-builder",12732 "sp-blockchain",12733 "sp-consensus",12734 "sp-consensus-aura",12735 "sp-core",12736 "sp-finality-grandpa",12737 "sp-inherents",12738 "sp-keystore",12739 "sp-offchain",12740 "sp-runtime",12741 "sp-session",12742 "sp-timestamp",12743 "sp-transaction-pool",12744 "sp-trie",12745 "substrate-build-script-utils",12746 "substrate-frame-rpc-system",12747 "substrate-prometheus-endpoint",12748 "tokio 1.18.2",12749 "try-runtime-cli",12750 "unique-rpc",12751 "unique-runtime",12752 "unique-runtime-common",12753 "up-data-structs",12754 "up-rpc",12755]1275612757[[package]]12758name = "unique-rpc"12759version = "0.1.0"12760dependencies = [12761 "fc-db",12762 "fc-mapping-sync",12763 "fc-rpc",12764 "fc-rpc-core",12765 "fp-rpc",12766 "fp-storage",12767 "futures 0.3.21",12768 "jsonrpc-core",12769 "jsonrpc-pubsub",12770 "pallet-common",12771 "pallet-ethereum",12772 "pallet-transaction-payment-rpc",12773 "pallet-transaction-payment-rpc-runtime-api",12774 "pallet-unique",12775 "rmrk-rpc 0.0.1",12776 "sc-client-api",12777 "sc-consensus-aura",12778 "sc-consensus-epochs",12779 "sc-finality-grandpa",12780 "sc-finality-grandpa-rpc",12781 "sc-keystore",12782 "sc-network",12783 "sc-rpc",12784 "sc-rpc-api",12785 "sc-service",12786 "sc-transaction-pool",12787 "serde",12788 "sp-api",12789 "sp-block-builder",12790 "sp-blockchain",12791 "sp-consensus",12792 "sp-consensus-aura",12793 "sp-core",12794 "sp-offchain",12795 "sp-runtime",12796 "sp-session",12797 "sp-storage",12798 "sp-transaction-pool",12799 "substrate-frame-rpc-system",12800 "tokio 0.2.25",12801 "uc-rpc",12802 "unique-runtime-common",12803 "up-data-structs",12804 "up-rpc",12805]1280612807[[package]]12808name = "unique-runtime"12809version = "0.9.21"12810dependencies = [12811 "cumulus-pallet-aura-ext",12812 "cumulus-pallet-dmp-queue",12813 "cumulus-pallet-parachain-system",12814 "cumulus-pallet-xcm",12815 "cumulus-pallet-xcmp-queue",12816 "cumulus-primitives-core",12817 "cumulus-primitives-timestamp",12818 "cumulus-primitives-utility",12819 "derivative",12820 "fp-evm-mapping",12821 "fp-rpc",12822 "fp-self-contained",12823 "frame-benchmarking",12824 "frame-executive",12825 "frame-support",12826 "frame-system",12827 "frame-system-benchmarking",12828 "frame-system-rpc-runtime-api",12829 "frame-try-runtime",12830 "hex-literal",12831 "log",12832 "orml-vesting",12833 "pallet-aura",12834 "pallet-balances",12835 "pallet-base-fee",12836 "pallet-common",12837 "pallet-ethereum",12838 "pallet-evm",12839 "pallet-evm-coder-substrate",12840 "pallet-evm-contract-helpers",12841 "pallet-evm-migration",12842 "pallet-evm-transaction-payment",12843 "pallet-fungible",12844 "pallet-inflation",12845 "pallet-nonfungible",12846 "pallet-randomness-collective-flip",12847 "pallet-refungible",12848 "pallet-rmrk-core",12849 "pallet-structure",12850 "pallet-sudo",12851 "pallet-template-transaction-payment",12852 "pallet-timestamp",12853 "pallet-transaction-payment",12854 "pallet-transaction-payment-rpc-runtime-api",12855 "pallet-treasury",12856 "pallet-unique",12857 "pallet-unq-scheduler",12858 "pallet-xcm",12859 "parachain-info",12860 "parity-scale-codec 3.1.2",12861 "polkadot-parachain",12862 "rmrk-rpc 0.0.1",12863 "scale-info",12864 "serde",12865 "smallvec",12866 "sp-api",12867 "sp-arithmetic",12868 "sp-block-builder",12869 "sp-consensus-aura",12870 "sp-core",12871 "sp-inherents",12872 "sp-io",12873 "sp-offchain",12874 "sp-runtime",12875 "sp-session",12876 "sp-std",12877 "sp-transaction-pool",12878 "sp-version",12879 "substrate-wasm-builder",12880 "unique-runtime-common",12881 "up-data-structs",12882 "up-rpc",12883 "xcm",12884 "xcm-builder",12885 "xcm-executor",12886]1288712888[[package]]12889name = "unique-runtime-common"12890version = "0.9.21"12891dependencies = [12892 "evm-coder",12893 "fp-rpc",12894 "frame-support",12895 "frame-system",12896 "pallet-common",12897 "pallet-evm",12898 "pallet-fungible",12899 "pallet-nonfungible",12900 "pallet-refungible",12901 "pallet-unique",12902 "parity-scale-codec 3.1.2",12903 "rmrk-rpc 0.0.1",12904 "scale-info",12905 "sp-consensus-aura",12906 "sp-core",12907 "sp-runtime",12908 "sp-std",12909 "up-data-structs",12910 "up-sponsorship",12911]1291212913[[package]]12914name = "universal-hash"12915version = "0.4.1"12916source = "registry+https://github.com/rust-lang/crates.io-index"12917checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12918dependencies = [12919 "generic-array 0.14.5",12920 "subtle",12921]1292212923[[package]]12924name = "unsigned-varint"12925version = "0.5.1"12926source = "registry+https://github.com/rust-lang/crates.io-index"12927checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1292812929[[package]]12930name = "unsigned-varint"12931version = "0.6.0"12932source = "registry+https://github.com/rust-lang/crates.io-index"12933checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12934dependencies = [12935 "asynchronous-codec 0.5.0",12936 "bytes 1.1.0",12937 "futures-io",12938 "futures-util",12939]1294012941[[package]]12942name = "unsigned-varint"12943version = "0.7.1"12944source = "registry+https://github.com/rust-lang/crates.io-index"12945checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12946dependencies = [12947 "asynchronous-codec 0.6.0",12948 "bytes 1.1.0",12949 "futures-io",12950 "futures-util",12951]1295212953[[package]]12954name = "untrusted"12955version = "0.7.1"12956source = "registry+https://github.com/rust-lang/crates.io-index"12957checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1295812959[[package]]12960name = "up-data-structs"12961version = "0.1.0"12962dependencies = [12963 "derivative",12964 "frame-support",12965 "frame-system",12966 "pallet-evm",12967 "parity-scale-codec 3.1.2",12968 "scale-info",12969 "serde",12970 "sp-core",12971 "sp-runtime",12972 "sp-std",12973 "struct-versioning",12974]1297512976[[package]]12977name = "up-rpc"12978version = "0.1.0"12979dependencies = [12980 "pallet-common",12981 "pallet-evm",12982 "parity-scale-codec 3.1.2",12983 "sp-api",12984 "sp-core",12985 "sp-runtime",12986 "sp-std",12987 "up-data-structs",12988]1298912990[[package]]12991name = "up-sponsorship"12992version = "0.1.0"12993source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.21#d48fbd3cd0a8261014c8a8b6904d10ddb37ae2d4"12994dependencies = [12995 "impl-trait-for-tuples",12996]1299712998[[package]]12999name = "url"13000version = "1.7.2"13001source = "registry+https://github.com/rust-lang/crates.io-index"13002checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"13003dependencies = [13004 "idna 0.1.5",13005 "matches",13006 "percent-encoding 1.0.1",13007]1300813009[[package]]13010name = "url"13011version = "2.2.2"13012source = "registry+https://github.com/rust-lang/crates.io-index"13013checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"13014dependencies = [13015 "form_urlencoded",13016 "idna 0.2.3",13017 "matches",13018 "percent-encoding 2.1.0",13019]1302013021[[package]]13022name = "valuable"13023version = "0.1.0"13024source = "registry+https://github.com/rust-lang/crates.io-index"13025checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1302613027[[package]]13028name = "value-bag"13029version = "1.0.0-alpha.9"13030source = "registry+https://github.com/rust-lang/crates.io-index"13031checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13032dependencies = [13033 "ctor",13034 "version_check",13035]1303613037[[package]]13038name = "vcpkg"13039version = "0.2.15"13040source = "registry+https://github.com/rust-lang/crates.io-index"13041checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1304213043[[package]]13044name = "version_check"13045version = "0.9.4"13046source = "registry+https://github.com/rust-lang/crates.io-index"13047checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1304813049[[package]]13050name = "void"13051version = "1.0.2"13052source = "registry+https://github.com/rust-lang/crates.io-index"13053checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1305413055[[package]]13056name = "waker-fn"13057version = "1.1.0"13058source = "registry+https://github.com/rust-lang/crates.io-index"13059checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1306013061[[package]]13062name = "walkdir"13063version = "2.3.2"13064source = "registry+https://github.com/rust-lang/crates.io-index"13065checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13066dependencies = [13067 "same-file",13068 "winapi 0.3.9",13069 "winapi-util",13070]1307113072[[package]]13073name = "want"13074version = "0.3.0"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13077dependencies = [13078 "log",13079 "try-lock",13080]1308113082[[package]]13083name = "wasi"13084version = "0.9.0+wasi-snapshot-preview1"13085source = "registry+https://github.com/rust-lang/crates.io-index"13086checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1308713088[[package]]13089name = "wasi"13090version = "0.10.0+wasi-snapshot-preview1"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1309313094[[package]]13095name = "wasi"13096version = "0.11.0+wasi-snapshot-preview1"13097source = "registry+https://github.com/rust-lang/crates.io-index"13098checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1309913100[[package]]13101name = "wasm-bindgen"13102version = "0.2.80"13103source = "registry+https://github.com/rust-lang/crates.io-index"13104checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"13105dependencies = [13106 "cfg-if 1.0.0",13107 "wasm-bindgen-macro",13108]1310913110[[package]]13111name = "wasm-bindgen-backend"13112version = "0.2.80"13113source = "registry+https://github.com/rust-lang/crates.io-index"13114checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"13115dependencies = [13116 "bumpalo",13117 "lazy_static",13118 "log",13119 "proc-macro2",13120 "quote",13121 "syn",13122 "wasm-bindgen-shared",13123]1312413125[[package]]13126name = "wasm-bindgen-futures"13127version = "0.4.30"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"13130dependencies = [13131 "cfg-if 1.0.0",13132 "js-sys",13133 "wasm-bindgen",13134 "web-sys",13135]1313613137[[package]]13138name = "wasm-bindgen-macro"13139version = "0.2.80"13140source = "registry+https://github.com/rust-lang/crates.io-index"13141checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"13142dependencies = [13143 "quote",13144 "wasm-bindgen-macro-support",13145]1314613147[[package]]13148name = "wasm-bindgen-macro-support"13149version = "0.2.80"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"13152dependencies = [13153 "proc-macro2",13154 "quote",13155 "syn",13156 "wasm-bindgen-backend",13157 "wasm-bindgen-shared",13158]1315913160[[package]]13161name = "wasm-bindgen-shared"13162version = "0.2.80"13163source = "registry+https://github.com/rust-lang/crates.io-index"13164checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1316513166[[package]]13167name = "wasm-gc-api"13168version = "0.1.11"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13171dependencies = [13172 "log",13173 "parity-wasm 0.32.0",13174 "rustc-demangle",13175]1317613177[[package]]13178name = "wasm-instrument"13179version = "0.1.1"13180source = "registry+https://github.com/rust-lang/crates.io-index"13181checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"13182dependencies = [13183 "parity-wasm 0.42.2",13184]1318513186[[package]]13187name = "wasm-timer"13188version = "0.2.5"13189source = "registry+https://github.com/rust-lang/crates.io-index"13190checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13191dependencies = [13192 "futures 0.3.21",13193 "js-sys",13194 "parking_lot 0.11.2",13195 "pin-utils",13196 "wasm-bindgen",13197 "wasm-bindgen-futures",13198 "web-sys",13199]1320013201[[package]]13202name = "wasmi"13203version = "0.9.1"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13206dependencies = [13207 "downcast-rs",13208 "libc",13209 "memory_units",13210 "num-rational 0.2.4",13211 "num-traits",13212 "parity-wasm 0.42.2",13213 "wasmi-validation",13214]1321513216[[package]]13217name = "wasmi-validation"13218version = "0.4.1"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13221dependencies = [13222 "parity-wasm 0.42.2",13223]1322413225[[package]]13226name = "wasmparser"13227version = "0.83.0"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1323013231[[package]]13232name = "wasmtime"13233version = "0.35.3"13234source = "registry+https://github.com/rust-lang/crates.io-index"13235checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13236dependencies = [13237 "anyhow",13238 "backtrace",13239 "bincode",13240 "cfg-if 1.0.0",13241 "indexmap",13242 "lazy_static",13243 "libc",13244 "log",13245 "object 0.27.1",13246 "once_cell",13247 "paste",13248 "psm",13249 "rayon",13250 "region",13251 "serde",13252 "target-lexicon",13253 "wasmparser",13254 "wasmtime-cache",13255 "wasmtime-cranelift",13256 "wasmtime-environ",13257 "wasmtime-jit",13258 "wasmtime-runtime",13259 "winapi 0.3.9",13260]1326113262[[package]]13263name = "wasmtime-cache"13264version = "0.35.3"13265source = "registry+https://github.com/rust-lang/crates.io-index"13266checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13267dependencies = [13268 "anyhow",13269 "base64",13270 "bincode",13271 "directories-next",13272 "file-per-thread-logger",13273 "log",13274 "rustix",13275 "serde",13276 "sha2 0.9.9",13277 "toml",13278 "winapi 0.3.9",13279 "zstd",13280]1328113282[[package]]13283name = "wasmtime-cranelift"13284version = "0.35.3"13285source = "registry+https://github.com/rust-lang/crates.io-index"13286checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13287dependencies = [13288 "anyhow",13289 "cranelift-codegen",13290 "cranelift-entity",13291 "cranelift-frontend",13292 "cranelift-native",13293 "cranelift-wasm",13294 "gimli",13295 "log",13296 "more-asserts",13297 "object 0.27.1",13298 "target-lexicon",13299 "thiserror",13300 "wasmparser",13301 "wasmtime-environ",13302]1330313304[[package]]13305name = "wasmtime-environ"13306version = "0.35.3"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13309dependencies = [13310 "anyhow",13311 "cranelift-entity",13312 "gimli",13313 "indexmap",13314 "log",13315 "more-asserts",13316 "object 0.27.1",13317 "serde",13318 "target-lexicon",13319 "thiserror",13320 "wasmparser",13321 "wasmtime-types",13322]1332313324[[package]]13325name = "wasmtime-jit"13326version = "0.35.3"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13329dependencies = [13330 "addr2line",13331 "anyhow",13332 "bincode",13333 "cfg-if 1.0.0",13334 "cpp_demangle",13335 "gimli",13336 "log",13337 "object 0.27.1",13338 "region",13339 "rustc-demangle",13340 "rustix",13341 "serde",13342 "target-lexicon",13343 "thiserror",13344 "wasmtime-environ",13345 "wasmtime-jit-debug",13346 "wasmtime-runtime",13347 "winapi 0.3.9",13348]1334913350[[package]]13351name = "wasmtime-jit-debug"13352version = "0.35.3"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13355dependencies = [13356 "lazy_static",13357 "object 0.27.1",13358 "rustix",13359]1336013361[[package]]13362name = "wasmtime-runtime"13363version = "0.35.3"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13366dependencies = [13367 "anyhow",13368 "backtrace",13369 "cc",13370 "cfg-if 1.0.0",13371 "indexmap",13372 "libc",13373 "log",13374 "mach",13375 "memoffset",13376 "more-asserts",13377 "rand 0.8.5",13378 "region",13379 "rustix",13380 "thiserror",13381 "wasmtime-environ",13382 "wasmtime-jit-debug",13383 "winapi 0.3.9",13384]1338513386[[package]]13387name = "wasmtime-types"13388version = "0.35.3"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13391dependencies = [13392 "cranelift-entity",13393 "serde",13394 "thiserror",13395 "wasmparser",13396]1339713398[[package]]13399name = "web-sys"13400version = "0.3.57"13401source = "registry+https://github.com/rust-lang/crates.io-index"13402checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13403dependencies = [13404 "js-sys",13405 "wasm-bindgen",13406]1340713408[[package]]13409name = "webpki"13410version = "0.21.4"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13413dependencies = [13414 "ring",13415 "untrusted",13416]1341713418[[package]]13419name = "webpki"13420version = "0.22.0"13421source = "registry+https://github.com/rust-lang/crates.io-index"13422checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13423dependencies = [13424 "ring",13425 "untrusted",13426]1342713428[[package]]13429name = "webpki-roots"13430version = "0.21.1"13431source = "registry+https://github.com/rust-lang/crates.io-index"13432checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13433dependencies = [13434 "webpki 0.21.4",13435]1343613437[[package]]13438name = "webpki-roots"13439version = "0.22.3"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13442dependencies = [13443 "webpki 0.22.0",13444]1344513446[[package]]13447name = "wepoll-ffi"13448version = "0.1.2"13449source = "registry+https://github.com/rust-lang/crates.io-index"13450checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13451dependencies = [13452 "cc",13453]1345413455[[package]]13456name = "westend-runtime"13457version = "0.9.21"13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13459dependencies = [13460 "beefy-primitives",13461 "bitvec 1.0.0",13462 "frame-benchmarking",13463 "frame-election-provider-support",13464 "frame-executive",13465 "frame-support",13466 "frame-system",13467 "frame-system-benchmarking",13468 "frame-system-rpc-runtime-api",13469 "frame-try-runtime",13470 "hex-literal",13471 "log",13472 "pallet-authority-discovery",13473 "pallet-authorship",13474 "pallet-babe",13475 "pallet-bags-list",13476 "pallet-balances",13477 "pallet-collective",13478 "pallet-democracy",13479 "pallet-election-provider-multi-phase",13480 "pallet-election-provider-support-benchmarking",13481 "pallet-elections-phragmen",13482 "pallet-grandpa",13483 "pallet-identity",13484 "pallet-im-online",13485 "pallet-indices",13486 "pallet-membership",13487 "pallet-multisig",13488 "pallet-nicks",13489 "pallet-nomination-pools",13490 "pallet-nomination-pools-benchmarking",13491 "pallet-offences",13492 "pallet-offences-benchmarking",13493 "pallet-preimage",13494 "pallet-proxy",13495 "pallet-recovery",13496 "pallet-scheduler",13497 "pallet-session",13498 "pallet-session-benchmarking",13499 "pallet-society",13500 "pallet-staking",13501 "pallet-staking-reward-curve",13502 "pallet-sudo",13503 "pallet-timestamp",13504 "pallet-transaction-payment",13505 "pallet-transaction-payment-rpc-runtime-api",13506 "pallet-treasury",13507 "pallet-utility",13508 "pallet-vesting",13509 "pallet-xcm",13510 "pallet-xcm-benchmarks",13511 "parity-scale-codec 3.1.2",13512 "polkadot-parachain",13513 "polkadot-primitives",13514 "polkadot-runtime-common",13515 "polkadot-runtime-parachains",13516 "rustc-hex",13517 "scale-info",13518 "serde",13519 "serde_derive",13520 "smallvec",13521 "sp-api",13522 "sp-authority-discovery",13523 "sp-block-builder",13524 "sp-consensus-babe",13525 "sp-core",13526 "sp-inherents",13527 "sp-io",13528 "sp-mmr-primitives",13529 "sp-npos-elections",13530 "sp-offchain",13531 "sp-runtime",13532 "sp-session",13533 "sp-staking",13534 "sp-std",13535 "sp-transaction-pool",13536 "sp-version",13537 "substrate-wasm-builder",13538 "westend-runtime-constants",13539 "xcm",13540 "xcm-builder",13541 "xcm-executor",13542]1354313544[[package]]13545name = "westend-runtime-constants"13546version = "0.9.21"13547source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13548dependencies = [13549 "frame-support",13550 "polkadot-primitives",13551 "polkadot-runtime-common",13552 "smallvec",13553 "sp-runtime",13554]1355513556[[package]]13557name = "which"13558version = "4.2.5"13559source = "registry+https://github.com/rust-lang/crates.io-index"13560checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13561dependencies = [13562 "either",13563 "lazy_static",13564 "libc",13565]1356613567[[package]]13568name = "widestring"13569version = "0.4.3"13570source = "registry+https://github.com/rust-lang/crates.io-index"13571checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1357213573[[package]]13574name = "winapi"13575version = "0.2.8"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1357813579[[package]]13580name = "winapi"13581version = "0.3.9"13582source = "registry+https://github.com/rust-lang/crates.io-index"13583checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13584dependencies = [13585 "winapi-i686-pc-windows-gnu",13586 "winapi-x86_64-pc-windows-gnu",13587]1358813589[[package]]13590name = "winapi-build"13591version = "0.1.1"13592source = "registry+https://github.com/rust-lang/crates.io-index"13593checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1359413595[[package]]13596name = "winapi-i686-pc-windows-gnu"13597version = "0.4.0"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1360013601[[package]]13602name = "winapi-util"13603version = "0.1.5"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13606dependencies = [13607 "winapi 0.3.9",13608]1360913610[[package]]13611name = "winapi-x86_64-pc-windows-gnu"13612version = "0.4.0"13613source = "registry+https://github.com/rust-lang/crates.io-index"13614checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1361513616[[package]]13617name = "windows-sys"13618version = "0.36.1"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13621dependencies = [13622 "windows_aarch64_msvc",13623 "windows_i686_gnu",13624 "windows_i686_msvc",13625 "windows_x86_64_gnu",13626 "windows_x86_64_msvc",13627]1362813629[[package]]13630name = "windows_aarch64_msvc"13631version = "0.36.1"13632source = "registry+https://github.com/rust-lang/crates.io-index"13633checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1363413635[[package]]13636name = "windows_i686_gnu"13637version = "0.36.1"13638source = "registry+https://github.com/rust-lang/crates.io-index"13639checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1364013641[[package]]13642name = "windows_i686_msvc"13643version = "0.36.1"13644source = "registry+https://github.com/rust-lang/crates.io-index"13645checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1364613647[[package]]13648name = "windows_x86_64_gnu"13649version = "0.36.1"13650source = "registry+https://github.com/rust-lang/crates.io-index"13651checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1365213653[[package]]13654name = "windows_x86_64_msvc"13655version = "0.36.1"13656source = "registry+https://github.com/rust-lang/crates.io-index"13657checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1365813659[[package]]13660name = "winreg"13661version = "0.6.2"13662source = "registry+https://github.com/rust-lang/crates.io-index"13663checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13664dependencies = [13665 "winapi 0.3.9",13666]1366713668[[package]]13669name = "ws2_32-sys"13670version = "0.2.1"13671source = "registry+https://github.com/rust-lang/crates.io-index"13672checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13673dependencies = [13674 "winapi 0.2.8",13675 "winapi-build",13676]1367713678[[package]]13679name = "wyz"13680version = "0.2.0"13681source = "registry+https://github.com/rust-lang/crates.io-index"13682checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1368313684[[package]]13685name = "wyz"13686version = "0.5.0"13687source = "registry+https://github.com/rust-lang/crates.io-index"13688checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13689dependencies = [13690 "tap",13691]1369213693[[package]]13694name = "x25519-dalek"13695version = "1.1.1"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13698dependencies = [13699 "curve25519-dalek 3.2.0",13700 "rand_core 0.5.1",13701 "zeroize",13702]1370313704[[package]]13705name = "xcm"13706version = "0.9.21"13707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13708dependencies = [13709 "derivative",13710 "impl-trait-for-tuples",13711 "log",13712 "parity-scale-codec 3.1.2",13713 "scale-info",13714 "xcm-procedural",13715]1371613717[[package]]13718name = "xcm-builder"13719version = "0.9.21"13720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13721dependencies = [13722 "frame-support",13723 "frame-system",13724 "log",13725 "pallet-transaction-payment",13726 "parity-scale-codec 3.1.2",13727 "polkadot-parachain",13728 "scale-info",13729 "sp-arithmetic",13730 "sp-io",13731 "sp-runtime",13732 "sp-std",13733 "xcm",13734 "xcm-executor",13735]1373613737[[package]]13738name = "xcm-executor"13739version = "0.9.21"13740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13741dependencies = [13742 "frame-benchmarking",13743 "frame-support",13744 "impl-trait-for-tuples",13745 "log",13746 "parity-scale-codec 3.1.2",13747 "sp-arithmetic",13748 "sp-core",13749 "sp-io",13750 "sp-runtime",13751 "sp-std",13752 "xcm",13753]1375413755[[package]]13756name = "xcm-procedural"13757version = "0.1.0"13758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f"13759dependencies = [13760 "Inflector",13761 "proc-macro2",13762 "quote",13763 "syn",13764]1376513766[[package]]13767name = "yamux"13768version = "0.9.0"13769source = "registry+https://github.com/rust-lang/crates.io-index"13770checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13771dependencies = [13772 "futures 0.3.21",13773 "log",13774 "nohash-hasher",13775 "parking_lot 0.11.2",13776 "rand 0.8.5",13777 "static_assertions",13778]1377913780[[package]]13781name = "yansi"13782version = "0.5.1"13783source = "registry+https://github.com/rust-lang/crates.io-index"13784checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1378513786[[package]]13787name = "zeroize"13788version = "1.5.5"13789source = "registry+https://github.com/rust-lang/crates.io-index"13790checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"13791dependencies = [13792 "zeroize_derive",13793]1379413795[[package]]13796name = "zeroize_derive"13797version = "1.3.2"13798source = "registry+https://github.com/rust-lang/crates.io-index"13799checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13800dependencies = [13801 "proc-macro2",13802 "quote",13803 "syn",13804 "synstructure",13805]1380613807[[package]]13808name = "zstd"13809version = "0.10.2+zstd.1.5.2"13810source = "registry+https://github.com/rust-lang/crates.io-index"13811checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13812dependencies = [13813 "zstd-safe",13814]1381513816[[package]]13817name = "zstd-safe"13818version = "4.1.6+zstd.1.5.2"13819source = "registry+https://github.com/rust-lang/crates.io-index"13820checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13821dependencies = [13822 "libc",13823 "zstd-sys",13824]1382513826[[package]]13827name = "zstd-sys"13828version = "1.6.3+zstd.1.5.2"13829source = "registry+https://github.com/rust-lang/crates.io-index"13830checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13831dependencies = [13832 "cc",13833 "libc",13834]