git.delta.rocks / unique-network / refs/commits / 20be67e26dbe

difftreelog

source

Cargo.lock305.6 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 2.4.1",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.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.4"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.53"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.6",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.5.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.7",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-evm-mapping"2755version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2757dependencies = [2758 "frame-support",2759 "sp-core",2760]27612762[[package]]2763name = "fp-rpc"2764version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2766dependencies = [2767 "ethereum",2768 "ethereum-types",2769 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",2770 "parity-scale-codec",2771 "scale-info",2772 "sp-api",2773 "sp-core",2774 "sp-io",2775 "sp-runtime",2776 "sp-std",2777]27782779[[package]]2780name = "fp-self-contained"2781version = "1.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2783dependencies = [2784 "ethereum",2785 "frame-support",2786 "parity-scale-codec",2787 "parity-util-mem",2788 "scale-info",2789 "serde",2790 "sha3 0.8.2",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794]27952796[[package]]2797name = "fp-storage"2798version = "2.0.0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"28002801[[package]]2802name = "frame-benchmarking"2803version = "4.0.0-dev"2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2805dependencies = [2806 "frame-support",2807 "frame-system",2808 "linregress",2809 "log",2810 "parity-scale-codec",2811 "paste",2812 "scale-info",2813 "serde",2814 "sp-api",2815 "sp-application-crypto",2816 "sp-io",2817 "sp-runtime",2818 "sp-runtime-interface",2819 "sp-std",2820 "sp-storage",2821]28222823[[package]]2824name = "frame-benchmarking-cli"2825version = "4.0.0-dev"2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2827dependencies = [2828 "Inflector",2829 "chrono",2830 "clap",2831 "frame-benchmarking",2832 "frame-support",2833 "handlebars",2834 "hash-db",2835 "hex",2836 "itertools",2837 "kvdb",2838 "linked-hash-map",2839 "log",2840 "memory-db",2841 "parity-scale-codec",2842 "rand 0.8.5",2843 "sc-cli",2844 "sc-client-api",2845 "sc-client-db",2846 "sc-executor",2847 "sc-service",2848 "serde",2849 "serde_json",2850 "serde_nanos",2851 "sp-api",2852 "sp-blockchain",2853 "sp-core",2854 "sp-database",2855 "sp-externalities",2856 "sp-keystore",2857 "sp-runtime",2858 "sp-state-machine",2859 "sp-std",2860 "sp-storage",2861 "sp-trie",2862]28632864[[package]]2865name = "frame-common"2866version = "0.1.0"2867source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#0a1dc4086cbe971ddf57edf82a61cfce52c8c20b"2868dependencies = [2869 "frame-system",2870 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=feature/300)",2871 "parity-scale-codec",2872 "scale-info",2873 "serde",2874 "sp-core",2875 "sp-std",2876 "up-evm-mapping",2877]28782879[[package]]2880name = "frame-election-provider-support"2881version = "4.0.0-dev"2882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2883dependencies = [2884 "frame-support",2885 "frame-system",2886 "parity-scale-codec",2887 "scale-info",2888 "sp-arithmetic",2889 "sp-npos-elections",2890 "sp-std",2891]28922893[[package]]2894name = "frame-executive"2895version = "4.0.0-dev"2896source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2897dependencies = [2898 "frame-support",2899 "frame-system",2900 "parity-scale-codec",2901 "scale-info",2902 "sp-core",2903 "sp-io",2904 "sp-runtime",2905 "sp-std",2906 "sp-tracing",2907]29082909[[package]]2910name = "frame-metadata"2911version = "15.0.0"2912source = "registry+https://github.com/rust-lang/crates.io-index"2913checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2914dependencies = [2915 "cfg-if 1.0.0",2916 "parity-scale-codec",2917 "scale-info",2918 "serde",2919]29202921[[package]]2922name = "frame-support"2923version = "4.0.0-dev"2924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2925dependencies = [2926 "bitflags",2927 "frame-metadata",2928 "frame-support-procedural",2929 "impl-trait-for-tuples",2930 "log",2931 "once_cell",2932 "parity-scale-codec",2933 "paste",2934 "scale-info",2935 "serde",2936 "smallvec",2937 "sp-arithmetic",2938 "sp-core",2939 "sp-core-hashing-proc-macro",2940 "sp-inherents",2941 "sp-io",2942 "sp-runtime",2943 "sp-staking",2944 "sp-state-machine",2945 "sp-std",2946 "sp-tracing",2947 "tt-call",2948]29492950[[package]]2951name = "frame-support-procedural"2952version = "4.0.0-dev"2953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2954dependencies = [2955 "Inflector",2956 "frame-support-procedural-tools",2957 "proc-macro2",2958 "quote",2959 "syn",2960]29612962[[package]]2963name = "frame-support-procedural-tools"2964version = "4.0.0-dev"2965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2966dependencies = [2967 "frame-support-procedural-tools-derive",2968 "proc-macro-crate 1.1.3",2969 "proc-macro2",2970 "quote",2971 "syn",2972]29732974[[package]]2975name = "frame-support-procedural-tools-derive"2976version = "3.0.0"2977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2978dependencies = [2979 "proc-macro2",2980 "quote",2981 "syn",2982]29832984[[package]]2985name = "frame-system"2986version = "4.0.0-dev"2987source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2988dependencies = [2989 "frame-support",2990 "log",2991 "parity-scale-codec",2992 "scale-info",2993 "serde",2994 "sp-core",2995 "sp-io",2996 "sp-runtime",2997 "sp-std",2998 "sp-version",2999]30003001[[package]]3002name = "frame-system-benchmarking"3003version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "frame-benchmarking",3007 "frame-support",3008 "frame-system",3009 "parity-scale-codec",3010 "scale-info",3011 "sp-core",3012 "sp-runtime",3013 "sp-std",3014]30153016[[package]]3017name = "frame-system-rpc-runtime-api"3018version = "4.0.0-dev"3019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3020dependencies = [3021 "parity-scale-codec",3022 "sp-api",3023]30243025[[package]]3026name = "frame-try-runtime"3027version = "0.10.0-dev"3028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3029dependencies = [3030 "frame-support",3031 "sp-api",3032 "sp-runtime",3033 "sp-std",3034]30353036[[package]]3037name = "fs-err"3038version = "2.7.0"3039source = "registry+https://github.com/rust-lang/crates.io-index"3040checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30413042[[package]]3043name = "fs-swap"3044version = "0.2.6"3045source = "registry+https://github.com/rust-lang/crates.io-index"3046checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3047dependencies = [3048 "lazy_static",3049 "libc",3050 "libloading 0.5.2",3051 "winapi 0.3.9",3052]30533054[[package]]3055name = "fs2"3056version = "0.4.3"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3059dependencies = [3060 "libc",3061 "winapi 0.3.9",3062]30633064[[package]]3065name = "fs_extra"3066version = "1.2.0"3067source = "registry+https://github.com/rust-lang/crates.io-index"3068checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30693070[[package]]3071name = "fuchsia-zircon"3072version = "0.3.3"3073source = "registry+https://github.com/rust-lang/crates.io-index"3074checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3075dependencies = [3076 "bitflags",3077 "fuchsia-zircon-sys",3078]30793080[[package]]3081name = "fuchsia-zircon-sys"3082version = "0.3.3"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30853086[[package]]3087name = "funty"3088version = "1.1.0"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30913092[[package]]3093name = "funty"3094version = "2.0.0"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30973098[[package]]3099name = "futures"3100version = "0.1.31"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31033104[[package]]3105name = "futures"3106version = "0.3.21"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3109dependencies = [3110 "futures-channel",3111 "futures-core",3112 "futures-executor",3113 "futures-io",3114 "futures-sink",3115 "futures-task",3116 "futures-util",3117]31183119[[package]]3120name = "futures-channel"3121version = "0.3.21"3122source = "registry+https://github.com/rust-lang/crates.io-index"3123checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3124dependencies = [3125 "futures-core",3126 "futures-sink",3127]31283129[[package]]3130name = "futures-core"3131version = "0.3.21"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31343135[[package]]3136name = "futures-executor"3137version = "0.3.21"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3140dependencies = [3141 "futures-core",3142 "futures-task",3143 "futures-util",3144 "num_cpus",3145]31463147[[package]]3148name = "futures-io"3149version = "0.3.21"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31523153[[package]]3154name = "futures-lite"3155version = "1.12.0"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3158dependencies = [3159 "fastrand",3160 "futures-core",3161 "futures-io",3162 "memchr",3163 "parking",3164 "pin-project-lite 0.2.8",3165 "waker-fn",3166]31673168[[package]]3169name = "futures-macro"3170version = "0.3.21"3171source = "registry+https://github.com/rust-lang/crates.io-index"3172checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3173dependencies = [3174 "proc-macro2",3175 "quote",3176 "syn",3177]31783179[[package]]3180name = "futures-rustls"3181version = "0.21.1"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3184dependencies = [3185 "futures-io",3186 "rustls 0.19.1",3187 "webpki 0.21.4",3188]31893190[[package]]3191name = "futures-sink"3192version = "0.3.21"3193source = "registry+https://github.com/rust-lang/crates.io-index"3194checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31953196[[package]]3197name = "futures-task"3198version = "0.3.21"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32013202[[package]]3203name = "futures-timer"3204version = "3.0.2"3205source = "registry+https://github.com/rust-lang/crates.io-index"3206checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32073208[[package]]3209name = "futures-util"3210version = "0.3.21"3211source = "registry+https://github.com/rust-lang/crates.io-index"3212checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3213dependencies = [3214 "futures 0.1.31",3215 "futures-channel",3216 "futures-core",3217 "futures-io",3218 "futures-macro",3219 "futures-sink",3220 "futures-task",3221 "memchr",3222 "pin-project-lite 0.2.8",3223 "pin-utils",3224 "slab",3225]32263227[[package]]3228name = "generic-array"3229version = "0.12.4"3230source = "registry+https://github.com/rust-lang/crates.io-index"3231checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3232dependencies = [3233 "typenum",3234]32353236[[package]]3237name = "generic-array"3238version = "0.14.5"3239source = "registry+https://github.com/rust-lang/crates.io-index"3240checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3241dependencies = [3242 "typenum",3243 "version_check",3244]32453246[[package]]3247name = "getrandom"3248version = "0.1.16"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3251dependencies = [3252 "cfg-if 1.0.0",3253 "js-sys",3254 "libc",3255 "wasi 0.9.0+wasi-snapshot-preview1",3256 "wasm-bindgen",3257]32583259[[package]]3260name = "getrandom"3261version = "0.2.6"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3264dependencies = [3265 "cfg-if 1.0.0",3266 "libc",3267 "wasi 0.10.0+wasi-snapshot-preview1",3268]32693270[[package]]3271name = "ghash"3272version = "0.4.4"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3275dependencies = [3276 "opaque-debug 0.3.0",3277 "polyval",3278]32793280[[package]]3281name = "gimli"3282version = "0.26.1"3283source = "registry+https://github.com/rust-lang/crates.io-index"3284checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3285dependencies = [3286 "fallible-iterator",3287 "indexmap",3288 "stable_deref_trait",3289]32903291[[package]]3292name = "glob"3293version = "0.3.0"3294source = "registry+https://github.com/rust-lang/crates.io-index"3295checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32963297[[package]]3298name = "globset"3299version = "0.4.8"3300source = "registry+https://github.com/rust-lang/crates.io-index"3301checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3302dependencies = [3303 "aho-corasick",3304 "bstr",3305 "fnv",3306 "log",3307 "regex",3308]33093310[[package]]3311name = "gloo-timers"3312version = "0.2.3"3313source = "registry+https://github.com/rust-lang/crates.io-index"3314checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3315dependencies = [3316 "futures-channel",3317 "futures-core",3318 "js-sys",3319 "wasm-bindgen",3320]33213322[[package]]3323name = "group"3324version = "0.11.0"3325source = "registry+https://github.com/rust-lang/crates.io-index"3326checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3327dependencies = [3328 "ff",3329 "rand_core 0.6.3",3330 "subtle 2.4.1",3331]33323333[[package]]3334name = "h2"3335version = "0.3.12"3336source = "registry+https://github.com/rust-lang/crates.io-index"3337checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3338dependencies = [3339 "bytes 1.1.0",3340 "fnv",3341 "futures-core",3342 "futures-sink",3343 "futures-util",3344 "http",3345 "indexmap",3346 "slab",3347 "tokio 1.17.0",3348 "tokio-util",3349 "tracing",3350]33513352[[package]]3353name = "handlebars"3354version = "4.2.2"3355source = "registry+https://github.com/rust-lang/crates.io-index"3356checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3357dependencies = [3358 "log",3359 "pest",3360 "pest_derive",3361 "quick-error 2.0.1",3362 "serde",3363 "serde_json",3364]33653366[[package]]3367name = "hash-db"3368version = "0.15.2"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33713372[[package]]3373name = "hash256-std-hasher"3374version = "0.15.2"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3377dependencies = [3378 "crunchy",3379]33803381[[package]]3382name = "hashbrown"3383version = "0.11.2"3384source = "registry+https://github.com/rust-lang/crates.io-index"3385checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3386dependencies = [3387 "ahash",3388]33893390[[package]]3391name = "hashbrown"3392version = "0.12.0"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3395dependencies = [3396 "ahash",3397]33983399[[package]]3400name = "heck"3401version = "0.3.3"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3404dependencies = [3405 "unicode-segmentation",3406]34073408[[package]]3409name = "heck"3410version = "0.4.0"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34133414[[package]]3415name = "hermit-abi"3416version = "0.1.19"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3419dependencies = [3420 "libc",3421]34223423[[package]]3424name = "hex"3425version = "0.4.3"3426source = "registry+https://github.com/rust-lang/crates.io-index"3427checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34283429[[package]]3430name = "hex-literal"3431version = "0.3.4"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34343435[[package]]3436name = "hex_fmt"3437version = "0.3.0"3438source = "registry+https://github.com/rust-lang/crates.io-index"3439checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34403441[[package]]3442name = "hmac"3443version = "0.7.1"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3446dependencies = [3447 "crypto-mac 0.7.0",3448 "digest 0.8.1",3449]34503451[[package]]3452name = "hmac"3453version = "0.8.1"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3456dependencies = [3457 "crypto-mac 0.8.0",3458 "digest 0.9.0",3459]34603461[[package]]3462name = "hmac"3463version = "0.11.0"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3466dependencies = [3467 "crypto-mac 0.11.1",3468 "digest 0.9.0",3469]34703471[[package]]3472name = "hmac-drbg"3473version = "0.2.0"3474source = "registry+https://github.com/rust-lang/crates.io-index"3475checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3476dependencies = [3477 "digest 0.8.1",3478 "generic-array 0.12.4",3479 "hmac 0.7.1",3480]34813482[[package]]3483name = "hmac-drbg"3484version = "0.3.0"3485source = "registry+https://github.com/rust-lang/crates.io-index"3486checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3487dependencies = [3488 "digest 0.9.0",3489 "generic-array 0.14.5",3490 "hmac 0.8.1",3491]34923493[[package]]3494name = "hostname"3495version = "0.3.1"3496source = "registry+https://github.com/rust-lang/crates.io-index"3497checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3498dependencies = [3499 "libc",3500 "match_cfg",3501 "winapi 0.3.9",3502]35033504[[package]]3505name = "http"3506version = "0.2.6"3507source = "registry+https://github.com/rust-lang/crates.io-index"3508checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3509dependencies = [3510 "bytes 1.1.0",3511 "fnv",3512 "itoa 1.0.1",3513]35143515[[package]]3516name = "http-body"3517version = "0.4.4"3518source = "registry+https://github.com/rust-lang/crates.io-index"3519checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3520dependencies = [3521 "bytes 1.1.0",3522 "http",3523 "pin-project-lite 0.2.8",3524]35253526[[package]]3527name = "httparse"3528version = "1.6.0"3529source = "registry+https://github.com/rust-lang/crates.io-index"3530checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35313532[[package]]3533name = "httpdate"3534version = "1.0.2"3535source = "registry+https://github.com/rust-lang/crates.io-index"3536checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35373538[[package]]3539name = "humantime"3540version = "2.1.0"3541source = "registry+https://github.com/rust-lang/crates.io-index"3542checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35433544[[package]]3545name = "hyper"3546version = "0.14.18"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3549dependencies = [3550 "bytes 1.1.0",3551 "futures-channel",3552 "futures-core",3553 "futures-util",3554 "h2",3555 "http",3556 "http-body",3557 "httparse",3558 "httpdate",3559 "itoa 1.0.1",3560 "pin-project-lite 0.2.8",3561 "socket2 0.4.4",3562 "tokio 1.17.0",3563 "tower-service",3564 "tracing",3565 "want",3566]35673568[[package]]3569name = "hyper-rustls"3570version = "0.22.1"3571source = "registry+https://github.com/rust-lang/crates.io-index"3572checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3573dependencies = [3574 "ct-logs",3575 "futures-util",3576 "hyper",3577 "log",3578 "rustls 0.19.1",3579 "rustls-native-certs 0.5.0",3580 "tokio 1.17.0",3581 "tokio-rustls 0.22.0",3582 "webpki 0.21.4",3583]35843585[[package]]3586name = "hyper-rustls"3587version = "0.23.0"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3590dependencies = [3591 "http",3592 "hyper",3593 "log",3594 "rustls 0.20.4",3595 "rustls-native-certs 0.6.1",3596 "tokio 1.17.0",3597 "tokio-rustls 0.23.3",3598 "webpki-roots 0.22.2",3599]36003601[[package]]3602name = "ident_case"3603version = "1.0.1"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"36063607[[package]]3608name = "idna"3609version = "0.1.5"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3612dependencies = [3613 "matches",3614 "unicode-bidi",3615 "unicode-normalization",3616]36173618[[package]]3619name = "idna"3620version = "0.2.3"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3623dependencies = [3624 "matches",3625 "unicode-bidi",3626 "unicode-normalization",3627]36283629[[package]]3630name = "if-addrs"3631version = "0.6.7"3632source = "registry+https://github.com/rust-lang/crates.io-index"3633checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3634dependencies = [3635 "if-addrs-sys",3636 "libc",3637 "winapi 0.3.9",3638]36393640[[package]]3641name = "if-addrs-sys"3642version = "0.3.2"3643source = "registry+https://github.com/rust-lang/crates.io-index"3644checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3645dependencies = [3646 "cc",3647 "libc",3648]36493650[[package]]3651name = "if-watch"3652version = "0.2.2"3653source = "registry+https://github.com/rust-lang/crates.io-index"3654checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3655dependencies = [3656 "async-io",3657 "futures 0.3.21",3658 "futures-lite",3659 "if-addrs",3660 "ipnet",3661 "libc",3662 "log",3663 "winapi 0.3.9",3664]36653666[[package]]3667name = "impl-codec"3668version = "0.6.0"3669source = "registry+https://github.com/rust-lang/crates.io-index"3670checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3671dependencies = [3672 "parity-scale-codec",3673]36743675[[package]]3676name = "impl-rlp"3677version = "0.3.0"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3680dependencies = [3681 "rlp",3682]36833684[[package]]3685name = "impl-serde"3686version = "0.3.2"3687source = "registry+https://github.com/rust-lang/crates.io-index"3688checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3689dependencies = [3690 "serde",3691]36923693[[package]]3694name = "impl-trait-for-tuples"3695version = "0.2.2"3696source = "registry+https://github.com/rust-lang/crates.io-index"3697checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3698dependencies = [3699 "proc-macro2",3700 "quote",3701 "syn",3702]37033704[[package]]3705name = "indexmap"3706version = "1.8.1"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3709dependencies = [3710 "autocfg",3711 "hashbrown 0.11.2",3712 "serde",3713]37143715[[package]]3716name = "instant"3717version = "0.1.12"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3720dependencies = [3721 "cfg-if 1.0.0",3722]37233724[[package]]3725name = "integer-encoding"3726version = "3.0.3"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37293730[[package]]3731name = "integer-sqrt"3732version = "0.1.5"3733source = "registry+https://github.com/rust-lang/crates.io-index"3734checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3735dependencies = [3736 "num-traits",3737]37383739[[package]]3740name = "io-lifetimes"3741version = "0.4.4"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3744dependencies = [3745 "winapi 0.3.9",3746]37473748[[package]]3749name = "iovec"3750version = "0.1.4"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3753dependencies = [3754 "libc",3755]37563757[[package]]3758name = "ip_network"3759version = "0.4.1"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37623763[[package]]3764name = "ipconfig"3765version = "0.2.2"3766source = "registry+https://github.com/rust-lang/crates.io-index"3767checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3768dependencies = [3769 "socket2 0.3.19",3770 "widestring",3771 "winapi 0.3.9",3772 "winreg",3773]37743775[[package]]3776name = "ipnet"3777version = "2.4.0"3778source = "registry+https://github.com/rust-lang/crates.io-index"3779checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37803781[[package]]3782name = "itertools"3783version = "0.10.3"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3786dependencies = [3787 "either",3788]37893790[[package]]3791name = "itoa"3792version = "0.4.8"3793source = "registry+https://github.com/rust-lang/crates.io-index"3794checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37953796[[package]]3797name = "itoa"3798version = "1.0.1"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"38013802[[package]]3803name = "jobserver"3804version = "0.1.24"3805source = "registry+https://github.com/rust-lang/crates.io-index"3806checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3807dependencies = [3808 "libc",3809]38103811[[package]]3812name = "js-sys"3813version = "0.3.56"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3816dependencies = [3817 "wasm-bindgen",3818]38193820[[package]]3821name = "jsonrpc-client-transports"3822version = "18.0.0"3823source = "registry+https://github.com/rust-lang/crates.io-index"3824checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3825dependencies = [3826 "derive_more",3827 "futures 0.3.21",3828 "jsonrpc-core",3829 "jsonrpc-pubsub",3830 "log",3831 "serde",3832 "serde_json",3833 "url 1.7.2",3834]38353836[[package]]3837name = "jsonrpc-core"3838version = "18.0.0"3839source = "registry+https://github.com/rust-lang/crates.io-index"3840checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3841dependencies = [3842 "futures 0.3.21",3843 "futures-executor",3844 "futures-util",3845 "log",3846 "serde",3847 "serde_derive",3848 "serde_json",3849]38503851[[package]]3852name = "jsonrpc-core-client"3853version = "18.0.0"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3856dependencies = [3857 "futures 0.3.21",3858 "jsonrpc-client-transports",3859]38603861[[package]]3862name = "jsonrpc-derive"3863version = "18.0.0"3864source = "registry+https://github.com/rust-lang/crates.io-index"3865checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3866dependencies = [3867 "proc-macro-crate 0.1.5",3868 "proc-macro2",3869 "quote",3870 "syn",3871]38723873[[package]]3874name = "jsonrpc-http-server"3875version = "18.0.0"3876source = "registry+https://github.com/rust-lang/crates.io-index"3877checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3878dependencies = [3879 "futures 0.3.21",3880 "hyper",3881 "jsonrpc-core",3882 "jsonrpc-server-utils",3883 "log",3884 "net2",3885 "parking_lot 0.11.2",3886 "unicase",3887]38883889[[package]]3890name = "jsonrpc-ipc-server"3891version = "18.0.0"3892source = "registry+https://github.com/rust-lang/crates.io-index"3893checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3894dependencies = [3895 "futures 0.3.21",3896 "jsonrpc-core",3897 "jsonrpc-server-utils",3898 "log",3899 "parity-tokio-ipc",3900 "parking_lot 0.11.2",3901 "tower-service",3902]39033904[[package]]3905name = "jsonrpc-pubsub"3906version = "18.0.0"3907source = "registry+https://github.com/rust-lang/crates.io-index"3908checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3909dependencies = [3910 "futures 0.3.21",3911 "jsonrpc-core",3912 "lazy_static",3913 "log",3914 "parking_lot 0.11.2",3915 "rand 0.7.3",3916 "serde",3917]39183919[[package]]3920name = "jsonrpc-server-utils"3921version = "18.0.0"3922source = "registry+https://github.com/rust-lang/crates.io-index"3923checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3924dependencies = [3925 "bytes 1.1.0",3926 "futures 0.3.21",3927 "globset",3928 "jsonrpc-core",3929 "lazy_static",3930 "log",3931 "tokio 1.17.0",3932 "tokio-stream",3933 "tokio-util",3934 "unicase",3935]39363937[[package]]3938name = "jsonrpc-ws-server"3939version = "18.0.0"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3942dependencies = [3943 "futures 0.3.21",3944 "jsonrpc-core",3945 "jsonrpc-server-utils",3946 "log",3947 "parity-ws",3948 "parking_lot 0.11.2",3949 "slab",3950]39513952[[package]]3953name = "jsonrpsee"3954version = "0.4.1"3955source = "registry+https://github.com/rust-lang/crates.io-index"3956checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3957dependencies = [3958 "jsonrpsee-types 0.4.1",3959 "jsonrpsee-utils",3960 "jsonrpsee-ws-client 0.4.1",3961]39623963[[package]]3964name = "jsonrpsee"3965version = "0.8.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3968dependencies = [3969 "jsonrpsee-core 0.8.0",3970 "jsonrpsee-proc-macros",3971 "jsonrpsee-types 0.8.0",3972 "jsonrpsee-ws-client 0.8.0",3973]39743975[[package]]3976name = "jsonrpsee"3977version = "0.9.0"3978source = "registry+https://github.com/rust-lang/crates.io-index"3979checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3980dependencies = [3981 "jsonrpsee-core 0.9.0",3982 "jsonrpsee-http-client",3983 "jsonrpsee-types 0.9.0",3984 "jsonrpsee-ws-client 0.9.0",3985]39863987[[package]]3988name = "jsonrpsee-client-transport"3989version = "0.8.0"3990source = "registry+https://github.com/rust-lang/crates.io-index"3991checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3992dependencies = [3993 "futures 0.3.21",3994 "http",3995 "jsonrpsee-core 0.8.0",3996 "jsonrpsee-types 0.8.0",3997 "pin-project 1.0.10",3998 "rustls-native-certs 0.6.1",3999 "soketto",4000 "thiserror",4001 "tokio 1.17.0",4002 "tokio-rustls 0.23.3",4003 "tokio-util",4004 "tracing",4005 "webpki-roots 0.22.2",4006]40074008[[package]]4009name = "jsonrpsee-client-transport"4010version = "0.9.0"4011source = "registry+https://github.com/rust-lang/crates.io-index"4012checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"4013dependencies = [4014 "futures 0.3.21",4015 "http",4016 "jsonrpsee-core 0.9.0",4017 "jsonrpsee-types 0.9.0",4018 "pin-project 1.0.10",4019 "rustls-native-certs 0.6.1",4020 "soketto",4021 "thiserror",4022 "tokio 1.17.0",4023 "tokio-rustls 0.23.3",4024 "tokio-util",4025 "tracing",4026 "webpki-roots 0.22.2",4027]40284029[[package]]4030name = "jsonrpsee-core"4031version = "0.8.0"4032source = "registry+https://github.com/rust-lang/crates.io-index"4033checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4034dependencies = [4035 "anyhow",4036 "arrayvec 0.7.2",4037 "async-trait",4038 "beef",4039 "futures-channel",4040 "futures-util",4041 "hyper",4042 "jsonrpsee-types 0.8.0",4043 "rustc-hash",4044 "serde",4045 "serde_json",4046 "soketto",4047 "thiserror",4048 "tokio 1.17.0",4049 "tracing",4050]40514052[[package]]4053name = "jsonrpsee-core"4054version = "0.9.0"4055source = "registry+https://github.com/rust-lang/crates.io-index"4056checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4057dependencies = [4058 "anyhow",4059 "arrayvec 0.7.2",4060 "async-trait",4061 "beef",4062 "futures-channel",4063 "futures-util",4064 "hyper",4065 "jsonrpsee-types 0.9.0",4066 "rustc-hash",4067 "serde",4068 "serde_json",4069 "soketto",4070 "thiserror",4071 "tokio 1.17.0",4072 "tracing",4073]40744075[[package]]4076name = "jsonrpsee-http-client"4077version = "0.9.0"4078source = "registry+https://github.com/rust-lang/crates.io-index"4079checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4080dependencies = [4081 "async-trait",4082 "hyper",4083 "hyper-rustls 0.23.0",4084 "jsonrpsee-core 0.9.0",4085 "jsonrpsee-types 0.9.0",4086 "rustc-hash",4087 "serde",4088 "serde_json",4089 "thiserror",4090 "tokio 1.17.0",4091 "tracing",4092]40934094[[package]]4095name = "jsonrpsee-proc-macros"4096version = "0.8.0"4097source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4099dependencies = [4100 "proc-macro-crate 1.1.3",4101 "proc-macro2",4102 "quote",4103 "syn",4104]41054106[[package]]4107name = "jsonrpsee-types"4108version = "0.4.1"4109source = "registry+https://github.com/rust-lang/crates.io-index"4110checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4111dependencies = [4112 "anyhow",4113 "async-trait",4114 "beef",4115 "futures-channel",4116 "futures-util",4117 "hyper",4118 "log",4119 "serde",4120 "serde_json",4121 "soketto",4122 "thiserror",4123]41244125[[package]]4126name = "jsonrpsee-types"4127version = "0.8.0"4128source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4130dependencies = [4131 "anyhow",4132 "beef",4133 "serde",4134 "serde_json",4135 "thiserror",4136 "tracing",4137]41384139[[package]]4140name = "jsonrpsee-types"4141version = "0.9.0"4142source = "registry+https://github.com/rust-lang/crates.io-index"4143checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4144dependencies = [4145 "anyhow",4146 "beef",4147 "serde",4148 "serde_json",4149 "thiserror",4150 "tracing",4151]41524153[[package]]4154name = "jsonrpsee-utils"4155version = "0.4.1"4156source = "registry+https://github.com/rust-lang/crates.io-index"4157checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4158dependencies = [4159 "arrayvec 0.7.2",4160 "beef",4161 "jsonrpsee-types 0.4.1",4162]41634164[[package]]4165name = "jsonrpsee-ws-client"4166version = "0.4.1"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4169dependencies = [4170 "arrayvec 0.7.2",4171 "async-trait",4172 "fnv",4173 "futures 0.3.21",4174 "http",4175 "jsonrpsee-types 0.4.1",4176 "log",4177 "pin-project 1.0.10",4178 "rustls-native-certs 0.5.0",4179 "serde",4180 "serde_json",4181 "soketto",4182 "thiserror",4183 "tokio 1.17.0",4184 "tokio-rustls 0.22.0",4185 "tokio-util",4186]41874188[[package]]4189name = "jsonrpsee-ws-client"4190version = "0.8.0"4191source = "registry+https://github.com/rust-lang/crates.io-index"4192checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4193dependencies = [4194 "jsonrpsee-client-transport 0.8.0",4195 "jsonrpsee-core 0.8.0",4196 "jsonrpsee-types 0.8.0",4197]41984199[[package]]4200name = "jsonrpsee-ws-client"4201version = "0.9.0"4202source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4204dependencies = [4205 "jsonrpsee-client-transport 0.9.0",4206 "jsonrpsee-core 0.9.0",4207 "jsonrpsee-types 0.9.0",4208]42094210[[package]]4211name = "k256"4212version = "0.10.4"4213source = "registry+https://github.com/rust-lang/crates.io-index"4214checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4215dependencies = [4216 "cfg-if 1.0.0",4217 "ecdsa",4218 "elliptic-curve",4219 "sec1",4220]42214222[[package]]4223name = "keccak"4224version = "0.1.0"4225source = "registry+https://github.com/rust-lang/crates.io-index"4226checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42274228[[package]]4229name = "kernel32-sys"4230version = "0.2.2"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4233dependencies = [4234 "winapi 0.2.8",4235 "winapi-build",4236]42374238[[package]]4239name = "kusama-runtime"4240version = "0.9.18"4241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4242dependencies = [4243 "beefy-primitives",4244 "bitvec",4245 "frame-benchmarking",4246 "frame-election-provider-support",4247 "frame-executive",4248 "frame-support",4249 "frame-system",4250 "frame-system-benchmarking",4251 "frame-system-rpc-runtime-api",4252 "frame-try-runtime",4253 "hex-literal",4254 "kusama-runtime-constants",4255 "log",4256 "pallet-authority-discovery",4257 "pallet-authorship",4258 "pallet-babe",4259 "pallet-bags-list",4260 "pallet-balances",4261 "pallet-bounties",4262 "pallet-collective",4263 "pallet-democracy",4264 "pallet-election-provider-multi-phase",4265 "pallet-elections-phragmen",4266 "pallet-gilt",4267 "pallet-grandpa",4268 "pallet-identity",4269 "pallet-im-online",4270 "pallet-indices",4271 "pallet-membership",4272 "pallet-mmr-primitives",4273 "pallet-multisig",4274 "pallet-nicks",4275 "pallet-offences",4276 "pallet-offences-benchmarking",4277 "pallet-preimage",4278 "pallet-proxy",4279 "pallet-recovery",4280 "pallet-scheduler",4281 "pallet-session",4282 "pallet-session-benchmarking",4283 "pallet-society",4284 "pallet-staking",4285 "pallet-staking-reward-fn",4286 "pallet-timestamp",4287 "pallet-tips",4288 "pallet-transaction-payment",4289 "pallet-transaction-payment-rpc-runtime-api",4290 "pallet-treasury",4291 "pallet-utility",4292 "pallet-vesting",4293 "pallet-xcm",4294 "parity-scale-codec",4295 "polkadot-primitives",4296 "polkadot-runtime-common",4297 "polkadot-runtime-parachains",4298 "rustc-hex",4299 "scale-info",4300 "serde",4301 "serde_derive",4302 "smallvec",4303 "sp-api",4304 "sp-arithmetic",4305 "sp-authority-discovery",4306 "sp-block-builder",4307 "sp-consensus-babe",4308 "sp-core",4309 "sp-inherents",4310 "sp-io",4311 "sp-npos-elections",4312 "sp-offchain",4313 "sp-runtime",4314 "sp-session",4315 "sp-staking",4316 "sp-std",4317 "sp-transaction-pool",4318 "sp-version",4319 "static_assertions",4320 "substrate-wasm-builder",4321 "xcm",4322 "xcm-builder",4323 "xcm-executor",4324]43254326[[package]]4327name = "kusama-runtime-constants"4328version = "0.9.18"4329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4330dependencies = [4331 "frame-support",4332 "polkadot-primitives",4333 "polkadot-runtime-common",4334 "smallvec",4335 "sp-runtime",4336]43374338[[package]]4339name = "kv-log-macro"4340version = "1.0.7"4341source = "registry+https://github.com/rust-lang/crates.io-index"4342checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4343dependencies = [4344 "log",4345]43464347[[package]]4348name = "kvdb"4349version = "0.11.0"4350source = "registry+https://github.com/rust-lang/crates.io-index"4351checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4352dependencies = [4353 "parity-util-mem",4354 "smallvec",4355]43564357[[package]]4358name = "kvdb-memorydb"4359version = "0.11.0"4360source = "registry+https://github.com/rust-lang/crates.io-index"4361checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4362dependencies = [4363 "kvdb",4364 "parity-util-mem",4365 "parking_lot 0.12.0",4366]43674368[[package]]4369name = "kvdb-rocksdb"4370version = "0.15.2"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4373dependencies = [4374 "fs-swap",4375 "kvdb",4376 "log",4377 "num_cpus",4378 "owning_ref",4379 "parity-util-mem",4380 "parking_lot 0.12.0",4381 "regex",4382 "rocksdb",4383 "smallvec",4384]43854386[[package]]4387name = "lazy_static"4388version = "1.4.0"4389source = "registry+https://github.com/rust-lang/crates.io-index"4390checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43914392[[package]]4393name = "lazycell"4394version = "1.3.0"4395source = "registry+https://github.com/rust-lang/crates.io-index"4396checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43974398[[package]]4399name = "libc"4400version = "0.2.121"4401source = "registry+https://github.com/rust-lang/crates.io-index"4402checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"44034404[[package]]4405name = "libloading"4406version = "0.5.2"4407source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4409dependencies = [4410 "cc",4411 "winapi 0.3.9",4412]44134414[[package]]4415name = "libloading"4416version = "0.7.3"4417source = "registry+https://github.com/rust-lang/crates.io-index"4418checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4419dependencies = [4420 "cfg-if 1.0.0",4421 "winapi 0.3.9",4422]44234424[[package]]4425name = "libm"4426version = "0.2.2"4427source = "registry+https://github.com/rust-lang/crates.io-index"4428checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44294430[[package]]4431name = "libp2p"4432version = "0.40.0"4433source = "registry+https://github.com/rust-lang/crates.io-index"4434checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4435dependencies = [4436 "atomic",4437 "bytes 1.1.0",4438 "futures 0.3.21",4439 "lazy_static",4440 "libp2p-core",4441 "libp2p-deflate",4442 "libp2p-dns",4443 "libp2p-floodsub",4444 "libp2p-gossipsub",4445 "libp2p-identify",4446 "libp2p-kad",4447 "libp2p-mdns",4448 "libp2p-metrics",4449 "libp2p-mplex",4450 "libp2p-noise",4451 "libp2p-ping",4452 "libp2p-plaintext",4453 "libp2p-pnet",4454 "libp2p-relay",4455 "libp2p-rendezvous",4456 "libp2p-request-response",4457 "libp2p-swarm",4458 "libp2p-swarm-derive",4459 "libp2p-tcp",4460 "libp2p-uds",4461 "libp2p-wasm-ext",4462 "libp2p-websocket",4463 "libp2p-yamux",4464 "multiaddr",4465 "parking_lot 0.11.2",4466 "pin-project 1.0.10",4467 "smallvec",4468 "wasm-timer",4469]44704471[[package]]4472name = "libp2p-core"4473version = "0.30.2"4474source = "registry+https://github.com/rust-lang/crates.io-index"4475checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4476dependencies = [4477 "asn1_der",4478 "bs58",4479 "ed25519-dalek",4480 "either",4481 "fnv",4482 "futures 0.3.21",4483 "futures-timer",4484 "instant",4485 "lazy_static",4486 "libsecp256k1 0.7.0",4487 "log",4488 "multiaddr",4489 "multihash 0.14.0",4490 "multistream-select",4491 "parking_lot 0.11.2",4492 "pin-project 1.0.10",4493 "prost",4494 "prost-build",4495 "rand 0.8.5",4496 "ring",4497 "rw-stream-sink",4498 "sha2 0.9.9",4499 "smallvec",4500 "thiserror",4501 "unsigned-varint 0.7.1",4502 "void",4503 "zeroize",4504]45054506[[package]]4507name = "libp2p-deflate"4508version = "0.30.0"4509source = "registry+https://github.com/rust-lang/crates.io-index"4510checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4511dependencies = [4512 "flate2",4513 "futures 0.3.21",4514 "libp2p-core",4515]45164517[[package]]4518name = "libp2p-dns"4519version = "0.30.0"4520source = "registry+https://github.com/rust-lang/crates.io-index"4521checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4522dependencies = [4523 "async-std-resolver",4524 "futures 0.3.21",4525 "libp2p-core",4526 "log",4527 "smallvec",4528 "trust-dns-resolver",4529]45304531[[package]]4532name = "libp2p-floodsub"4533version = "0.31.0"4534source = "registry+https://github.com/rust-lang/crates.io-index"4535checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4536dependencies = [4537 "cuckoofilter",4538 "fnv",4539 "futures 0.3.21",4540 "libp2p-core",4541 "libp2p-swarm",4542 "log",4543 "prost",4544 "prost-build",4545 "rand 0.7.3",4546 "smallvec",4547]45484549[[package]]4550name = "libp2p-gossipsub"4551version = "0.33.0"4552source = "registry+https://github.com/rust-lang/crates.io-index"4553checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4554dependencies = [4555 "asynchronous-codec 0.6.0",4556 "base64",4557 "byteorder",4558 "bytes 1.1.0",4559 "fnv",4560 "futures 0.3.21",4561 "hex_fmt",4562 "libp2p-core",4563 "libp2p-swarm",4564 "log",4565 "prost",4566 "prost-build",4567 "rand 0.7.3",4568 "regex",4569 "sha2 0.9.9",4570 "smallvec",4571 "unsigned-varint 0.7.1",4572 "wasm-timer",4573]45744575[[package]]4576name = "libp2p-identify"4577version = "0.31.0"4578source = "registry+https://github.com/rust-lang/crates.io-index"4579checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4580dependencies = [4581 "futures 0.3.21",4582 "libp2p-core",4583 "libp2p-swarm",4584 "log",4585 "lru 0.6.6",4586 "prost",4587 "prost-build",4588 "smallvec",4589 "wasm-timer",4590]45914592[[package]]4593name = "libp2p-kad"4594version = "0.32.0"4595source = "registry+https://github.com/rust-lang/crates.io-index"4596checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4597dependencies = [4598 "arrayvec 0.5.2",4599 "asynchronous-codec 0.6.0",4600 "bytes 1.1.0",4601 "either",4602 "fnv",4603 "futures 0.3.21",4604 "libp2p-core",4605 "libp2p-swarm",4606 "log",4607 "prost",4608 "prost-build",4609 "rand 0.7.3",4610 "sha2 0.9.9",4611 "smallvec",4612 "uint",4613 "unsigned-varint 0.7.1",4614 "void",4615 "wasm-timer",4616]46174618[[package]]4619name = "libp2p-mdns"4620version = "0.32.0"4621source = "registry+https://github.com/rust-lang/crates.io-index"4622checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4623dependencies = [4624 "async-io",4625 "data-encoding",4626 "dns-parser",4627 "futures 0.3.21",4628 "if-watch",4629 "lazy_static",4630 "libp2p-core",4631 "libp2p-swarm",4632 "log",4633 "rand 0.8.5",4634 "smallvec",4635 "socket2 0.4.4",4636 "void",4637]46384639[[package]]4640name = "libp2p-metrics"4641version = "0.1.0"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4644dependencies = [4645 "libp2p-core",4646 "libp2p-identify",4647 "libp2p-kad",4648 "libp2p-ping",4649 "libp2p-swarm",4650 "open-metrics-client",4651]46524653[[package]]4654name = "libp2p-mplex"4655version = "0.30.0"4656source = "registry+https://github.com/rust-lang/crates.io-index"4657checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4658dependencies = [4659 "asynchronous-codec 0.6.0",4660 "bytes 1.1.0",4661 "futures 0.3.21",4662 "libp2p-core",4663 "log",4664 "nohash-hasher",4665 "parking_lot 0.11.2",4666 "rand 0.7.3",4667 "smallvec",4668 "unsigned-varint 0.7.1",4669]46704671[[package]]4672name = "libp2p-noise"4673version = "0.33.0"4674source = "registry+https://github.com/rust-lang/crates.io-index"4675checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4676dependencies = [4677 "bytes 1.1.0",4678 "curve25519-dalek 3.2.0",4679 "futures 0.3.21",4680 "lazy_static",4681 "libp2p-core",4682 "log",4683 "prost",4684 "prost-build",4685 "rand 0.8.5",4686 "sha2 0.9.9",4687 "snow",4688 "static_assertions",4689 "x25519-dalek",4690 "zeroize",4691]46924693[[package]]4694name = "libp2p-ping"4695version = "0.31.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4698dependencies = [4699 "futures 0.3.21",4700 "libp2p-core",4701 "libp2p-swarm",4702 "log",4703 "rand 0.7.3",4704 "void",4705 "wasm-timer",4706]47074708[[package]]4709name = "libp2p-plaintext"4710version = "0.30.0"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4713dependencies = [4714 "asynchronous-codec 0.6.0",4715 "bytes 1.1.0",4716 "futures 0.3.21",4717 "libp2p-core",4718 "log",4719 "prost",4720 "prost-build",4721 "unsigned-varint 0.7.1",4722 "void",4723]47244725[[package]]4726name = "libp2p-pnet"4727version = "0.22.0"4728source = "registry+https://github.com/rust-lang/crates.io-index"4729checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4730dependencies = [4731 "futures 0.3.21",4732 "log",4733 "pin-project 1.0.10",4734 "rand 0.7.3",4735 "salsa20",4736 "sha3 0.9.1",4737]47384739[[package]]4740name = "libp2p-relay"4741version = "0.4.0"4742source = "registry+https://github.com/rust-lang/crates.io-index"4743checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4744dependencies = [4745 "asynchronous-codec 0.6.0",4746 "bytes 1.1.0",4747 "futures 0.3.21",4748 "futures-timer",4749 "libp2p-core",4750 "libp2p-swarm",4751 "log",4752 "pin-project 1.0.10",4753 "prost",4754 "prost-build",4755 "rand 0.7.3",4756 "smallvec",4757 "unsigned-varint 0.7.1",4758 "void",4759 "wasm-timer",4760]47614762[[package]]4763name = "libp2p-rendezvous"4764version = "0.1.0"4765source = "registry+https://github.com/rust-lang/crates.io-index"4766checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4767dependencies = [4768 "asynchronous-codec 0.6.0",4769 "bimap",4770 "futures 0.3.21",4771 "libp2p-core",4772 "libp2p-swarm",4773 "log",4774 "prost",4775 "prost-build",4776 "rand 0.8.5",4777 "sha2 0.9.9",4778 "thiserror",4779 "unsigned-varint 0.7.1",4780 "void",4781 "wasm-timer",4782]47834784[[package]]4785name = "libp2p-request-response"4786version = "0.13.0"4787source = "registry+https://github.com/rust-lang/crates.io-index"4788checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4789dependencies = [4790 "async-trait",4791 "bytes 1.1.0",4792 "futures 0.3.21",4793 "libp2p-core",4794 "libp2p-swarm",4795 "log",4796 "lru 0.7.3",4797 "rand 0.7.3",4798 "smallvec",4799 "unsigned-varint 0.7.1",4800 "wasm-timer",4801]48024803[[package]]4804name = "libp2p-swarm"4805version = "0.31.0"4806source = "registry+https://github.com/rust-lang/crates.io-index"4807checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4808dependencies = [4809 "either",4810 "futures 0.3.21",4811 "libp2p-core",4812 "log",4813 "rand 0.7.3",4814 "smallvec",4815 "void",4816 "wasm-timer",4817]48184819[[package]]4820name = "libp2p-swarm-derive"4821version = "0.25.0"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4824dependencies = [4825 "quote",4826 "syn",4827]48284829[[package]]4830name = "libp2p-tcp"4831version = "0.30.0"4832source = "registry+https://github.com/rust-lang/crates.io-index"4833checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4834dependencies = [4835 "async-io",4836 "futures 0.3.21",4837 "futures-timer",4838 "if-watch",4839 "ipnet",4840 "libc",4841 "libp2p-core",4842 "log",4843 "socket2 0.4.4",4844]48454846[[package]]4847name = "libp2p-uds"4848version = "0.30.0"4849source = "registry+https://github.com/rust-lang/crates.io-index"4850checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4851dependencies = [4852 "async-std",4853 "futures 0.3.21",4854 "libp2p-core",4855 "log",4856]48574858[[package]]4859name = "libp2p-wasm-ext"4860version = "0.30.0"4861source = "registry+https://github.com/rust-lang/crates.io-index"4862checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4863dependencies = [4864 "futures 0.3.21",4865 "js-sys",4866 "libp2p-core",4867 "parity-send-wrapper",4868 "wasm-bindgen",4869 "wasm-bindgen-futures",4870]48714872[[package]]4873name = "libp2p-websocket"4874version = "0.31.0"4875source = "registry+https://github.com/rust-lang/crates.io-index"4876checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4877dependencies = [4878 "either",4879 "futures 0.3.21",4880 "futures-rustls",4881 "libp2p-core",4882 "log",4883 "quicksink",4884 "rw-stream-sink",4885 "soketto",4886 "url 2.2.2",4887 "webpki-roots 0.21.1",4888]48894890[[package]]4891name = "libp2p-yamux"4892version = "0.34.0"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4895dependencies = [4896 "futures 0.3.21",4897 "libp2p-core",4898 "parking_lot 0.11.2",4899 "thiserror",4900 "yamux",4901]49024903[[package]]4904name = "librocksdb-sys"4905version = "0.6.1+6.28.2"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4908dependencies = [4909 "bindgen",4910 "bzip2-sys",4911 "cc",4912 "glob",4913 "libc",4914 "libz-sys",4915 "tikv-jemalloc-sys",4916]49174918[[package]]4919name = "libsecp256k1"4920version = "0.3.5"4921source = "registry+https://github.com/rust-lang/crates.io-index"4922checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4923dependencies = [4924 "arrayref",4925 "crunchy",4926 "digest 0.8.1",4927 "hmac-drbg 0.2.0",4928 "rand 0.7.3",4929 "sha2 0.8.2",4930 "subtle 2.4.1",4931 "typenum",4932]49334934[[package]]4935name = "libsecp256k1"4936version = "0.7.0"4937source = "registry+https://github.com/rust-lang/crates.io-index"4938checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4939dependencies = [4940 "arrayref",4941 "base64",4942 "digest 0.9.0",4943 "hmac-drbg 0.3.0",4944 "libsecp256k1-core",4945 "libsecp256k1-gen-ecmult",4946 "libsecp256k1-gen-genmult",4947 "rand 0.8.5",4948 "serde",4949 "sha2 0.9.9",4950 "typenum",4951]49524953[[package]]4954name = "libsecp256k1-core"4955version = "0.3.0"4956source = "registry+https://github.com/rust-lang/crates.io-index"4957checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4958dependencies = [4959 "crunchy",4960 "digest 0.9.0",4961 "subtle 2.4.1",4962]49634964[[package]]4965name = "libsecp256k1-gen-ecmult"4966version = "0.3.0"4967source = "registry+https://github.com/rust-lang/crates.io-index"4968checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4969dependencies = [4970 "libsecp256k1-core",4971]49724973[[package]]4974name = "libsecp256k1-gen-genmult"4975version = "0.3.0"4976source = "registry+https://github.com/rust-lang/crates.io-index"4977checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4978dependencies = [4979 "libsecp256k1-core",4980]49814982[[package]]4983name = "libz-sys"4984version = "1.1.5"4985source = "registry+https://github.com/rust-lang/crates.io-index"4986checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4987dependencies = [4988 "cc",4989 "pkg-config",4990 "vcpkg",4991]49924993[[package]]4994name = "linked-hash-map"4995version = "0.5.4"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49984999[[package]]5000name = "linked_hash_set"5001version = "0.1.4"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5004dependencies = [5005 "linked-hash-map",5006]50075008[[package]]5009name = "linregress"5010version = "0.4.4"5011source = "registry+https://github.com/rust-lang/crates.io-index"5012checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"5013dependencies = [5014 "nalgebra",5015 "statrs",5016]50175018[[package]]5019name = "linux-raw-sys"5020version = "0.0.36"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"50235024[[package]]5025name = "lock_api"5026version = "0.4.7"5027source = "registry+https://github.com/rust-lang/crates.io-index"5028checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"5029dependencies = [5030 "autocfg",5031 "scopeguard",5032]50335034[[package]]5035name = "log"5036version = "0.4.16"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5039dependencies = [5040 "cfg-if 1.0.0",5041 "value-bag",5042]50435044[[package]]5045name = "lru"5046version = "0.6.6"5047source = "registry+https://github.com/rust-lang/crates.io-index"5048checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5049dependencies = [5050 "hashbrown 0.11.2",5051]50525053[[package]]5054name = "lru"5055version = "0.7.3"5056source = "registry+https://github.com/rust-lang/crates.io-index"5057checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5058dependencies = [5059 "hashbrown 0.11.2",5060]50615062[[package]]5063name = "lru-cache"5064version = "0.1.2"5065source = "registry+https://github.com/rust-lang/crates.io-index"5066checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5067dependencies = [5068 "linked-hash-map",5069]50705071[[package]]5072name = "lz4"5073version = "1.23.3"5074source = "registry+https://github.com/rust-lang/crates.io-index"5075checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5076dependencies = [5077 "libc",5078 "lz4-sys",5079]50805081[[package]]5082name = "lz4-sys"5083version = "1.9.3"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5086dependencies = [5087 "cc",5088 "libc",5089]50905091[[package]]5092name = "mach"5093version = "0.3.2"5094source = "registry+https://github.com/rust-lang/crates.io-index"5095checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5096dependencies = [5097 "libc",5098]50995100[[package]]5101name = "maplit"5102version = "1.0.2"5103source = "registry+https://github.com/rust-lang/crates.io-index"5104checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"51055106[[package]]5107name = "match_cfg"5108version = "0.1.0"5109source = "registry+https://github.com/rust-lang/crates.io-index"5110checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"51115112[[package]]5113name = "matchers"5114version = "0.0.1"5115source = "registry+https://github.com/rust-lang/crates.io-index"5116checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5117dependencies = [5118 "regex-automata",5119]51205121[[package]]5122name = "matches"5123version = "0.1.9"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51265127[[package]]5128name = "matrixmultiply"5129version = "0.3.2"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5132dependencies = [5133 "rawpointer",5134]51355136[[package]]5137name = "memchr"5138version = "2.4.1"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51415142[[package]]5143name = "memmap2"5144version = "0.2.3"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5147dependencies = [5148 "libc",5149]51505151[[package]]5152name = "memmap2"5153version = "0.5.3"5154source = "registry+https://github.com/rust-lang/crates.io-index"5155checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5156dependencies = [5157 "libc",5158]51595160[[package]]5161name = "memoffset"5162version = "0.6.5"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5165dependencies = [5166 "autocfg",5167]51685169[[package]]5170name = "memory-db"5171version = "0.29.0"5172source = "registry+https://github.com/rust-lang/crates.io-index"5173checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5174dependencies = [5175 "hash-db",5176 "hashbrown 0.12.0",5177 "parity-util-mem",5178]51795180[[package]]5181name = "memory-lru"5182version = "0.1.0"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5185dependencies = [5186 "lru 0.6.6",5187]51885189[[package]]5190name = "memory_units"5191version = "0.3.0"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51945195[[package]]5196name = "merlin"5197version = "2.0.1"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5200dependencies = [5201 "byteorder",5202 "keccak",5203 "rand_core 0.5.1",5204 "zeroize",5205]52065207[[package]]5208name = "metered-channel"5209version = "0.9.18"5210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5211dependencies = [5212 "derive_more",5213 "futures 0.3.21",5214 "futures-timer",5215 "thiserror",5216 "tracing",5217]52185219[[package]]5220name = "mick-jaeger"5221version = "0.1.8"5222source = "registry+https://github.com/rust-lang/crates.io-index"5223checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5224dependencies = [5225 "futures 0.3.21",5226 "rand 0.8.5",5227 "thrift",5228]52295230[[package]]5231name = "minimal-lexical"5232version = "0.2.1"5233source = "registry+https://github.com/rust-lang/crates.io-index"5234checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52355236[[package]]5237name = "miniz_oxide"5238version = "0.4.4"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5241dependencies = [5242 "adler",5243 "autocfg",5244]52455246[[package]]5247name = "mio"5248version = "0.6.23"5249source = "registry+https://github.com/rust-lang/crates.io-index"5250checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5251dependencies = [5252 "cfg-if 0.1.10",5253 "fuchsia-zircon",5254 "fuchsia-zircon-sys",5255 "iovec",5256 "kernel32-sys",5257 "libc",5258 "log",5259 "miow 0.2.2",5260 "net2",5261 "slab",5262 "winapi 0.2.8",5263]52645265[[package]]5266name = "mio"5267version = "0.8.2"5268source = "registry+https://github.com/rust-lang/crates.io-index"5269checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5270dependencies = [5271 "libc",5272 "log",5273 "miow 0.3.7",5274 "ntapi",5275 "wasi 0.11.0+wasi-snapshot-preview1",5276 "winapi 0.3.9",5277]52785279[[package]]5280name = "mio-extras"5281version = "2.0.6"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5284dependencies = [5285 "lazycell",5286 "log",5287 "mio 0.6.23",5288 "slab",5289]52905291[[package]]5292name = "miow"5293version = "0.2.2"5294source = "registry+https://github.com/rust-lang/crates.io-index"5295checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5296dependencies = [5297 "kernel32-sys",5298 "net2",5299 "winapi 0.2.8",5300 "ws2_32-sys",5301]53025303[[package]]5304name = "miow"5305version = "0.3.7"5306source = "registry+https://github.com/rust-lang/crates.io-index"5307checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5308dependencies = [5309 "winapi 0.3.9",5310]53115312[[package]]5313name = "more-asserts"5314version = "0.2.2"5315source = "registry+https://github.com/rust-lang/crates.io-index"5316checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53175318[[package]]5319name = "multiaddr"5320version = "0.13.0"5321source = "registry+https://github.com/rust-lang/crates.io-index"5322checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5323dependencies = [5324 "arrayref",5325 "bs58",5326 "byteorder",5327 "data-encoding",5328 "multihash 0.14.0",5329 "percent-encoding 2.1.0",5330 "serde",5331 "static_assertions",5332 "unsigned-varint 0.7.1",5333 "url 2.2.2",5334]53355336[[package]]5337name = "multibase"5338version = "0.8.0"5339source = "registry+https://github.com/rust-lang/crates.io-index"5340checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5341dependencies = [5342 "base-x",5343 "data-encoding",5344 "data-encoding-macro",5345]53465347[[package]]5348name = "multihash"5349version = "0.13.2"5350source = "registry+https://github.com/rust-lang/crates.io-index"5351checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5352dependencies = [5353 "blake2b_simd",5354 "blake2s_simd",5355 "blake3 0.3.8",5356 "digest 0.9.0",5357 "generic-array 0.14.5",5358 "multihash-derive",5359 "sha2 0.9.9",5360 "sha3 0.9.1",5361 "unsigned-varint 0.5.1",5362]53635364[[package]]5365name = "multihash"5366version = "0.14.0"5367source = "registry+https://github.com/rust-lang/crates.io-index"5368checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5369dependencies = [5370 "digest 0.9.0",5371 "generic-array 0.14.5",5372 "multihash-derive",5373 "sha2 0.9.9",5374 "unsigned-varint 0.7.1",5375]53765377[[package]]5378name = "multihash-derive"5379version = "0.7.2"5380source = "registry+https://github.com/rust-lang/crates.io-index"5381checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5382dependencies = [5383 "proc-macro-crate 1.1.3",5384 "proc-macro-error",5385 "proc-macro2",5386 "quote",5387 "syn",5388 "synstructure",5389]53905391[[package]]5392name = "multimap"5393version = "0.8.3"5394source = "registry+https://github.com/rust-lang/crates.io-index"5395checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53965397[[package]]5398name = "multistream-select"5399version = "0.10.4"5400source = "registry+https://github.com/rust-lang/crates.io-index"5401checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5402dependencies = [5403 "bytes 1.1.0",5404 "futures 0.3.21",5405 "log",5406 "pin-project 1.0.10",5407 "smallvec",5408 "unsigned-varint 0.7.1",5409]54105411[[package]]5412name = "nalgebra"5413version = "0.27.1"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5416dependencies = [5417 "approx",5418 "matrixmultiply",5419 "nalgebra-macros",5420 "num-complex",5421 "num-rational 0.4.0",5422 "num-traits",5423 "rand 0.8.5",5424 "rand_distr",5425 "simba",5426 "typenum",5427]54285429[[package]]5430name = "nalgebra-macros"5431version = "0.1.0"5432source = "registry+https://github.com/rust-lang/crates.io-index"5433checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5434dependencies = [5435 "proc-macro2",5436 "quote",5437 "syn",5438]54395440[[package]]5441name = "names"5442version = "0.12.0"5443source = "registry+https://github.com/rust-lang/crates.io-index"5444checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5445dependencies = [5446 "rand 0.8.5",5447]54485449[[package]]5450name = "net2"5451version = "0.2.37"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5454dependencies = [5455 "cfg-if 0.1.10",5456 "libc",5457 "winapi 0.3.9",5458]54595460[[package]]5461name = "nodrop"5462version = "0.1.14"5463source = "registry+https://github.com/rust-lang/crates.io-index"5464checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54655466[[package]]5467name = "nohash-hasher"5468version = "0.2.0"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54715472[[package]]5473name = "nom"5474version = "7.1.1"5475source = "registry+https://github.com/rust-lang/crates.io-index"5476checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5477dependencies = [5478 "memchr",5479 "minimal-lexical",5480]54815482[[package]]5483name = "ntapi"5484version = "0.3.7"5485source = "registry+https://github.com/rust-lang/crates.io-index"5486checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5487dependencies = [5488 "winapi 0.3.9",5489]54905491[[package]]5492name = "num-bigint"5493version = "0.2.6"5494source = "registry+https://github.com/rust-lang/crates.io-index"5495checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5496dependencies = [5497 "autocfg",5498 "num-integer",5499 "num-traits",5500]55015502[[package]]5503name = "num-complex"5504version = "0.4.0"5505source = "registry+https://github.com/rust-lang/crates.io-index"5506checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5507dependencies = [5508 "num-traits",5509]55105511[[package]]5512name = "num-format"5513version = "0.4.0"5514source = "registry+https://github.com/rust-lang/crates.io-index"5515checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5516dependencies = [5517 "arrayvec 0.4.12",5518 "itoa 0.4.8",5519]55205521[[package]]5522name = "num-integer"5523version = "0.1.44"5524source = "registry+https://github.com/rust-lang/crates.io-index"5525checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5526dependencies = [5527 "autocfg",5528 "num-traits",5529]55305531[[package]]5532name = "num-rational"5533version = "0.2.4"5534source = "registry+https://github.com/rust-lang/crates.io-index"5535checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5536dependencies = [5537 "autocfg",5538 "num-bigint",5539 "num-integer",5540 "num-traits",5541]55425543[[package]]5544name = "num-rational"5545version = "0.4.0"5546source = "registry+https://github.com/rust-lang/crates.io-index"5547checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5548dependencies = [5549 "autocfg",5550 "num-integer",5551 "num-traits",5552]55535554[[package]]5555name = "num-traits"5556version = "0.2.14"5557source = "registry+https://github.com/rust-lang/crates.io-index"5558checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5559dependencies = [5560 "autocfg",5561 "libm",5562]55635564[[package]]5565name = "num_cpus"5566version = "1.13.1"5567source = "registry+https://github.com/rust-lang/crates.io-index"5568checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5569dependencies = [5570 "hermit-abi",5571 "libc",5572]55735574[[package]]5575name = "object"5576version = "0.27.1"5577source = "registry+https://github.com/rust-lang/crates.io-index"5578checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5579dependencies = [5580 "crc32fast",5581 "indexmap",5582 "memchr",5583]55845585[[package]]5586name = "once_cell"5587version = "1.10.0"5588source = "registry+https://github.com/rust-lang/crates.io-index"5589checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55905591[[package]]5592name = "opal-runtime"5593version = "0.1.0"5594dependencies = [5595 "cumulus-pallet-aura-ext",5596 "cumulus-pallet-dmp-queue",5597 "cumulus-pallet-parachain-system",5598 "cumulus-pallet-xcm",5599 "cumulus-pallet-xcmp-queue",5600 "cumulus-primitives-core",5601 "cumulus-primitives-timestamp",5602 "cumulus-primitives-utility",5603 "derivative",5604 "fp-evm-mapping",5605 "fp-rpc",5606 "fp-self-contained",5607 "frame-benchmarking",5608 "frame-executive",5609 "frame-support",5610 "frame-system",5611 "frame-system-benchmarking",5612 "frame-system-rpc-runtime-api",5613 "hex-literal",5614 "orml-vesting",5615 "pallet-aura",5616 "pallet-balances",5617 "pallet-base-fee",5618 "pallet-common",5619 "pallet-ethereum",5620 "pallet-evm",5621 "pallet-evm-coder-substrate",5622 "pallet-evm-contract-helpers",5623 "pallet-evm-migration",5624 "pallet-evm-transaction-payment",5625 "pallet-fungible",5626 "pallet-inflation",5627 "pallet-nonfungible",5628 "pallet-randomness-collective-flip",5629 "pallet-refungible",5630 "pallet-sudo",5631 "pallet-template-transaction-payment",5632 "pallet-timestamp",5633 "pallet-transaction-payment",5634 "pallet-transaction-payment-rpc-runtime-api",5635 "pallet-treasury",5636 "pallet-unique",5637 "pallet-unq-scheduler",5638 "pallet-xcm",5639 "parachain-info",5640 "parity-scale-codec",5641 "polkadot-parachain",5642 "scale-info",5643 "serde",5644 "smallvec",5645 "sp-api",5646 "sp-arithmetic",5647 "sp-block-builder",5648 "sp-consensus-aura",5649 "sp-core",5650 "sp-inherents",5651 "sp-io",5652 "sp-offchain",5653 "sp-runtime",5654 "sp-session",5655 "sp-std",5656 "sp-transaction-pool",5657 "sp-version",5658 "substrate-wasm-builder",5659 "unique-runtime-common",5660 "up-data-structs",5661 "up-rpc",5662 "xcm",5663 "xcm-builder",5664 "xcm-executor",5665]56665667[[package]]5668name = "opaque-debug"5669version = "0.2.3"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56725673[[package]]5674name = "opaque-debug"5675version = "0.3.0"5676source = "registry+https://github.com/rust-lang/crates.io-index"5677checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56785679[[package]]5680name = "open-metrics-client"5681version = "0.12.0"5682source = "registry+https://github.com/rust-lang/crates.io-index"5683checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5684dependencies = [5685 "dtoa",5686 "itoa 0.4.8",5687 "open-metrics-client-derive-text-encode",5688 "owning_ref",5689]56905691[[package]]5692name = "open-metrics-client-derive-text-encode"5693version = "0.1.1"5694source = "registry+https://github.com/rust-lang/crates.io-index"5695checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5696dependencies = [5697 "proc-macro2",5698 "quote",5699 "syn",5700]57015702[[package]]5703name = "openssl-probe"5704version = "0.1.5"5705source = "registry+https://github.com/rust-lang/crates.io-index"5706checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"57075708[[package]]5709name = "ordered-float"5710version = "1.1.1"5711source = "registry+https://github.com/rust-lang/crates.io-index"5712checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5713dependencies = [5714 "num-traits",5715]57165717[[package]]5718name = "orml-vesting"5719version = "0.4.1-dev"5720source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5721dependencies = [5722 "frame-support",5723 "frame-system",5724 "parity-scale-codec",5725 "scale-info",5726 "serde",5727 "sp-io",5728 "sp-runtime",5729 "sp-std",5730]57315732[[package]]5733name = "os_str_bytes"5734version = "6.0.0"5735source = "registry+https://github.com/rust-lang/crates.io-index"5736checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5737dependencies = [5738 "memchr",5739]57405741[[package]]5742name = "owning_ref"5743version = "0.4.1"5744source = "registry+https://github.com/rust-lang/crates.io-index"5745checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5746dependencies = [5747 "stable_deref_trait",5748]57495750[[package]]5751name = "pallet-aura"5752version = "4.0.0-dev"5753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5754dependencies = [5755 "frame-support",5756 "frame-system",5757 "pallet-timestamp",5758 "parity-scale-codec",5759 "scale-info",5760 "sp-application-crypto",5761 "sp-consensus-aura",5762 "sp-runtime",5763 "sp-std",5764]57655766[[package]]5767name = "pallet-authority-discovery"5768version = "4.0.0-dev"5769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5770dependencies = [5771 "frame-support",5772 "frame-system",5773 "pallet-session",5774 "parity-scale-codec",5775 "scale-info",5776 "sp-application-crypto",5777 "sp-authority-discovery",5778 "sp-runtime",5779 "sp-std",5780]57815782[[package]]5783name = "pallet-authorship"5784version = "4.0.0-dev"5785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5786dependencies = [5787 "frame-support",5788 "frame-system",5789 "impl-trait-for-tuples",5790 "parity-scale-codec",5791 "scale-info",5792 "sp-authorship",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-babe"5799version = "4.0.0-dev"5800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5801dependencies = [5802 "frame-benchmarking",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-authorship",5807 "pallet-session",5808 "pallet-timestamp",5809 "parity-scale-codec",5810 "scale-info",5811 "sp-application-crypto",5812 "sp-consensus-babe",5813 "sp-consensus-vrf",5814 "sp-io",5815 "sp-runtime",5816 "sp-session",5817 "sp-staking",5818 "sp-std",5819]58205821[[package]]5822name = "pallet-bags-list"5823version = "4.0.0-dev"5824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5825dependencies = [5826 "frame-benchmarking",5827 "frame-election-provider-support",5828 "frame-support",5829 "frame-system",5830 "log",5831 "pallet-balances",5832 "parity-scale-codec",5833 "scale-info",5834 "sp-core",5835 "sp-io",5836 "sp-runtime",5837 "sp-std",5838 "sp-tracing",5839]58405841[[package]]5842name = "pallet-balances"5843version = "4.0.0-dev"5844source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5845dependencies = [5846 "frame-benchmarking",5847 "frame-support",5848 "frame-system",5849 "log",5850 "parity-scale-codec",5851 "scale-info",5852 "sp-runtime",5853 "sp-std",5854]58555856[[package]]5857name = "pallet-base-fee"5858version = "1.0.0"5859source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"5860dependencies = [5861 "frame-support",5862 "frame-system",5863 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",5864 "parity-scale-codec",5865 "scale-info",5866 "serde",5867 "sp-core",5868 "sp-runtime",5869]58705871[[package]]5872name = "pallet-beefy"5873version = "4.0.0-dev"5874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5875dependencies = [5876 "beefy-primitives",5877 "frame-support",5878 "frame-system",5879 "pallet-session",5880 "parity-scale-codec",5881 "scale-info",5882 "serde",5883 "sp-runtime",5884 "sp-std",5885]58865887[[package]]5888name = "pallet-beefy-mmr"5889version = "4.0.0-dev"5890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5891dependencies = [5892 "beefy-merkle-tree",5893 "beefy-primitives",5894 "frame-support",5895 "frame-system",5896 "hex",5897 "k256",5898 "log",5899 "pallet-beefy",5900 "pallet-mmr",5901 "pallet-mmr-primitives",5902 "pallet-session",5903 "parity-scale-codec",5904 "scale-info",5905 "serde",5906 "sp-core",5907 "sp-io",5908 "sp-runtime",5909 "sp-std",5910]59115912[[package]]5913name = "pallet-bounties"5914version = "4.0.0-dev"5915source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5916dependencies = [5917 "frame-benchmarking",5918 "frame-support",5919 "frame-system",5920 "log",5921 "pallet-treasury",5922 "parity-scale-codec",5923 "scale-info",5924 "sp-core",5925 "sp-io",5926 "sp-runtime",5927 "sp-std",5928]59295930[[package]]5931name = "pallet-bridge-dispatch"5932version = "0.1.0"5933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5934dependencies = [5935 "bp-message-dispatch",5936 "bp-runtime",5937 "frame-support",5938 "frame-system",5939 "log",5940 "parity-scale-codec",5941 "scale-info",5942 "sp-core",5943 "sp-runtime",5944 "sp-std",5945]59465947[[package]]5948name = "pallet-bridge-grandpa"5949version = "0.1.0"5950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5951dependencies = [5952 "bp-header-chain",5953 "bp-runtime",5954 "bp-test-utils",5955 "finality-grandpa",5956 "frame-support",5957 "frame-system",5958 "log",5959 "num-traits",5960 "parity-scale-codec",5961 "scale-info",5962 "serde",5963 "sp-finality-grandpa",5964 "sp-runtime",5965 "sp-std",5966 "sp-trie",5967]59685969[[package]]5970name = "pallet-bridge-messages"5971version = "0.1.0"5972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5973dependencies = [5974 "bitvec",5975 "bp-message-dispatch",5976 "bp-messages",5977 "bp-runtime",5978 "frame-support",5979 "frame-system",5980 "log",5981 "num-traits",5982 "parity-scale-codec",5983 "scale-info",5984 "serde",5985 "sp-core",5986 "sp-runtime",5987 "sp-std",5988]59895990[[package]]5991name = "pallet-collective"5992version = "4.0.0-dev"5993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5994dependencies = [5995 "frame-benchmarking",5996 "frame-support",5997 "frame-system",5998 "log",5999 "parity-scale-codec",6000 "scale-info",6001 "sp-core",6002 "sp-io",6003 "sp-runtime",6004 "sp-std",6005]60066007[[package]]6008name = "pallet-common"6009version = "0.1.0"6010dependencies = [6011 "evm-coder",6012 "fp-evm-mapping",6013 "frame-support",6014 "frame-system",6015 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6016 "pallet-evm-coder-substrate",6017 "parity-scale-codec",6018 "scale-info",6019 "serde",6020 "sp-core",6021 "sp-runtime",6022 "sp-std",6023 "up-data-structs",6024]60256026[[package]]6027name = "pallet-democracy"6028version = "4.0.0-dev"6029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6030dependencies = [6031 "frame-benchmarking",6032 "frame-support",6033 "frame-system",6034 "parity-scale-codec",6035 "scale-info",6036 "serde",6037 "sp-io",6038 "sp-runtime",6039 "sp-std",6040]60416042[[package]]6043name = "pallet-election-provider-multi-phase"6044version = "4.0.0-dev"6045source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6046dependencies = [6047 "frame-benchmarking",6048 "frame-election-provider-support",6049 "frame-support",6050 "frame-system",6051 "log",6052 "parity-scale-codec",6053 "rand 0.7.3",6054 "scale-info",6055 "sp-arithmetic",6056 "sp-core",6057 "sp-io",6058 "sp-npos-elections",6059 "sp-runtime",6060 "sp-std",6061 "static_assertions",6062 "strum 0.23.0",6063]60646065[[package]]6066name = "pallet-elections-phragmen"6067version = "5.0.0-dev"6068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6069dependencies = [6070 "frame-benchmarking",6071 "frame-support",6072 "frame-system",6073 "log",6074 "parity-scale-codec",6075 "scale-info",6076 "sp-core",6077 "sp-io",6078 "sp-npos-elections",6079 "sp-runtime",6080 "sp-std",6081]60826083[[package]]6084name = "pallet-ethereum"6085version = "4.0.0-dev"6086source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"6087dependencies = [6088 "ethereum",6089 "ethereum-types",6090 "evm",6091 "fp-consensus",6092 "fp-evm",6093 "fp-evm-mapping",6094 "fp-rpc",6095 "fp-self-contained",6096 "fp-storage",6097 "frame-support",6098 "frame-system",6099 "log",6100 "pallet-balances",6101 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6102 "pallet-timestamp",6103 "parity-scale-codec",6104 "rlp",6105 "rustc-hex",6106 "scale-info",6107 "serde",6108 "sha3 0.8.2",6109 "sp-io",6110 "sp-runtime",6111 "sp-std",6112]61136114[[package]]6115name = "pallet-evm"6116version = "6.0.0-dev"6117source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"6118dependencies = [6119 "evm",6120 "evm-gasometer",6121 "evm-runtime",6122 "fp-evm",6123 "fp-evm-mapping",6124 "frame-benchmarking",6125 "frame-support",6126 "frame-system",6127 "hex",6128 "impl-trait-for-tuples",6129 "log",6130 "pallet-balances",6131 "pallet-timestamp",6132 "parity-scale-codec",6133 "primitive-types",6134 "rlp",6135 "scale-info",6136 "serde",6137 "sha3 0.8.2",6138 "sp-core",6139 "sp-io",6140 "sp-runtime",6141 "sp-std",6142]61436144[[package]]6145name = "pallet-evm-coder-substrate"6146version = "0.1.0"6147dependencies = [6148 "ethereum",6149 "evm-coder",6150 "frame-benchmarking",6151 "frame-support",6152 "frame-system",6153 "pallet-ethereum",6154 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6155 "parity-scale-codec",6156 "scale-info",6157 "sp-core",6158 "sp-std",6159]61606161[[package]]6162name = "pallet-evm-contract-helpers"6163version = "0.1.0"6164dependencies = [6165 "evm-coder",6166 "fp-evm-mapping",6167 "frame-support",6168 "frame-system",6169 "log",6170 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6171 "pallet-evm-coder-substrate",6172 "parity-scale-codec",6173 "scale-info",6174 "sp-core",6175 "sp-runtime",6176 "sp-std",6177 "up-sponsorship",6178]61796180[[package]]6181name = "pallet-evm-migration"6182version = "0.1.0"6183dependencies = [6184 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6185 "frame-benchmarking",6186 "frame-support",6187 "frame-system",6188 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6189 "parity-scale-codec",6190 "scale-info",6191 "sp-core",6192 "sp-io",6193 "sp-runtime",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-evm-transaction-payment"6199version = "0.1.0"6200dependencies = [6201 "fp-evm",6202 "fp-evm-mapping",6203 "frame-support",6204 "frame-system",6205 "pallet-ethereum",6206 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6207 "parity-scale-codec",6208 "scale-info",6209 "sp-core",6210 "sp-io",6211 "sp-runtime",6212 "sp-std",6213 "up-sponsorship",6214]62156216[[package]]6217name = "pallet-fungible"6218version = "0.1.0"6219dependencies = [6220 "ethereum",6221 "evm-coder",6222 "frame-benchmarking",6223 "frame-common",6224 "frame-support",6225 "frame-system",6226 "pallet-common",6227 "pallet-evm",6228 "pallet-evm-coder-substrate",6229 "parity-scale-codec",6230 "scale-info",6231 "sp-core",6232 "sp-runtime",6233 "sp-std",6234 "up-data-structs",6235]62366237[[package]]6238name = "pallet-gilt"6239version = "4.0.0-dev"6240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6241dependencies = [6242 "frame-benchmarking",6243 "frame-support",6244 "frame-system",6245 "parity-scale-codec",6246 "scale-info",6247 "sp-arithmetic",6248 "sp-runtime",6249 "sp-std",6250]62516252[[package]]6253name = "pallet-grandpa"6254version = "4.0.0-dev"6255source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6256dependencies = [6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "log",6261 "pallet-authorship",6262 "pallet-session",6263 "parity-scale-codec",6264 "scale-info",6265 "sp-application-crypto",6266 "sp-core",6267 "sp-finality-grandpa",6268 "sp-io",6269 "sp-runtime",6270 "sp-session",6271 "sp-staking",6272 "sp-std",6273]62746275[[package]]6276name = "pallet-identity"6277version = "4.0.0-dev"6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6279dependencies = [6280 "enumflags2",6281 "frame-benchmarking",6282 "frame-support",6283 "frame-system",6284 "parity-scale-codec",6285 "scale-info",6286 "sp-io",6287 "sp-runtime",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-im-online"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6295dependencies = [6296 "frame-benchmarking",6297 "frame-support",6298 "frame-system",6299 "log",6300 "pallet-authorship",6301 "parity-scale-codec",6302 "scale-info",6303 "sp-application-crypto",6304 "sp-core",6305 "sp-io",6306 "sp-runtime",6307 "sp-staking",6308 "sp-std",6309]63106311[[package]]6312name = "pallet-indices"6313version = "4.0.0-dev"6314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6315dependencies = [6316 "frame-benchmarking",6317 "frame-support",6318 "frame-system",6319 "parity-scale-codec",6320 "scale-info",6321 "sp-core",6322 "sp-io",6323 "sp-keyring",6324 "sp-runtime",6325 "sp-std",6326]63276328[[package]]6329name = "pallet-inflation"6330version = "0.1.0"6331dependencies = [6332 "frame-benchmarking",6333 "frame-support",6334 "frame-system",6335 "pallet-balances",6336 "pallet-randomness-collective-flip",6337 "pallet-timestamp",6338 "parity-scale-codec",6339 "scale-info",6340 "serde",6341 "sp-core",6342 "sp-io",6343 "sp-runtime",6344 "sp-std",6345]63466347[[package]]6348name = "pallet-membership"6349version = "4.0.0-dev"6350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6351dependencies = [6352 "frame-benchmarking",6353 "frame-support",6354 "frame-system",6355 "log",6356 "parity-scale-codec",6357 "scale-info",6358 "sp-core",6359 "sp-io",6360 "sp-runtime",6361 "sp-std",6362]63636364[[package]]6365name = "pallet-mmr"6366version = "4.0.0-dev"6367source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6368dependencies = [6369 "ckb-merkle-mountain-range",6370 "frame-benchmarking",6371 "frame-support",6372 "frame-system",6373 "pallet-mmr-primitives",6374 "parity-scale-codec",6375 "scale-info",6376 "sp-core",6377 "sp-io",6378 "sp-runtime",6379 "sp-std",6380]63816382[[package]]6383name = "pallet-mmr-primitives"6384version = "4.0.0-dev"6385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6386dependencies = [6387 "frame-support",6388 "frame-system",6389 "log",6390 "parity-scale-codec",6391 "serde",6392 "sp-api",6393 "sp-core",6394 "sp-runtime",6395 "sp-std",6396]63976398[[package]]6399name = "pallet-mmr-rpc"6400version = "3.0.0"6401source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6402dependencies = [6403 "jsonrpc-core",6404 "jsonrpc-core-client",6405 "jsonrpc-derive",6406 "pallet-mmr-primitives",6407 "parity-scale-codec",6408 "serde",6409 "sp-api",6410 "sp-blockchain",6411 "sp-core",6412 "sp-runtime",6413]64146415[[package]]6416name = "pallet-multisig"6417version = "4.0.0-dev"6418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6419dependencies = [6420 "frame-benchmarking",6421 "frame-support",6422 "frame-system",6423 "parity-scale-codec",6424 "scale-info",6425 "sp-io",6426 "sp-runtime",6427 "sp-std",6428]64296430[[package]]6431name = "pallet-nicks"6432version = "4.0.0-dev"6433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6434dependencies = [6435 "frame-support",6436 "frame-system",6437 "parity-scale-codec",6438 "scale-info",6439 "sp-io",6440 "sp-runtime",6441 "sp-std",6442]64436444[[package]]6445name = "pallet-nonfungible"6446version = "0.1.0"6447dependencies = [6448 "ethereum",6449 "evm-coder",6450 "frame-benchmarking",6451 "frame-common",6452 "frame-support",6453 "frame-system",6454 "pallet-common",6455 "pallet-evm",6456 "pallet-evm-coder-substrate",6457 "parity-scale-codec",6458 "scale-info",6459 "sp-core",6460 "sp-runtime",6461 "sp-std",6462 "up-data-structs",6463]64646465[[package]]6466name = "pallet-offences"6467version = "4.0.0-dev"6468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6469dependencies = [6470 "frame-support",6471 "frame-system",6472 "log",6473 "pallet-balances",6474 "parity-scale-codec",6475 "scale-info",6476 "serde",6477 "sp-runtime",6478 "sp-staking",6479 "sp-std",6480]64816482[[package]]6483name = "pallet-offences-benchmarking"6484version = "4.0.0-dev"6485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6486dependencies = [6487 "frame-benchmarking",6488 "frame-election-provider-support",6489 "frame-support",6490 "frame-system",6491 "pallet-babe",6492 "pallet-balances",6493 "pallet-grandpa",6494 "pallet-im-online",6495 "pallet-offences",6496 "pallet-session",6497 "pallet-staking",6498 "parity-scale-codec",6499 "scale-info",6500 "sp-runtime",6501 "sp-staking",6502 "sp-std",6503]65046505[[package]]6506name = "pallet-preimage"6507version = "4.0.0-dev"6508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6509dependencies = [6510 "frame-benchmarking",6511 "frame-support",6512 "frame-system",6513 "parity-scale-codec",6514 "scale-info",6515 "sp-core",6516 "sp-io",6517 "sp-runtime",6518 "sp-std",6519]65206521[[package]]6522name = "pallet-proxy"6523version = "4.0.0-dev"6524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6525dependencies = [6526 "frame-benchmarking",6527 "frame-support",6528 "frame-system",6529 "parity-scale-codec",6530 "scale-info",6531 "sp-io",6532 "sp-runtime",6533 "sp-std",6534]65356536[[package]]6537name = "pallet-randomness-collective-flip"6538version = "4.0.0-dev"6539source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6540dependencies = [6541 "frame-support",6542 "frame-system",6543 "parity-scale-codec",6544 "safe-mix",6545 "scale-info",6546 "sp-runtime",6547 "sp-std",6548]65496550[[package]]6551name = "pallet-recovery"6552version = "4.0.0-dev"6553source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6554dependencies = [6555 "frame-support",6556 "frame-system",6557 "parity-scale-codec",6558 "scale-info",6559 "sp-io",6560 "sp-runtime",6561 "sp-std",6562]65636564[[package]]6565name = "pallet-refungible"6566version = "0.1.0"6567dependencies = [6568 "frame-benchmarking",6569 "frame-common",6570 "frame-support",6571 "frame-system",6572 "pallet-common",6573 "pallet-evm",6574 "parity-scale-codec",6575 "scale-info",6576 "sp-core",6577 "sp-runtime",6578 "sp-std",6579 "up-data-structs",6580]65816582[[package]]6583name = "pallet-scheduler"6584version = "4.0.0-dev"6585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6586dependencies = [6587 "frame-benchmarking",6588 "frame-support",6589 "frame-system",6590 "log",6591 "parity-scale-codec",6592 "scale-info",6593 "sp-io",6594 "sp-runtime",6595 "sp-std",6596]65976598[[package]]6599name = "pallet-session"6600version = "4.0.0-dev"6601source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6602dependencies = [6603 "frame-support",6604 "frame-system",6605 "impl-trait-for-tuples",6606 "log",6607 "pallet-timestamp",6608 "parity-scale-codec",6609 "scale-info",6610 "sp-core",6611 "sp-io",6612 "sp-runtime",6613 "sp-session",6614 "sp-staking",6615 "sp-std",6616 "sp-trie",6617]66186619[[package]]6620name = "pallet-session-benchmarking"6621version = "4.0.0-dev"6622source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6623dependencies = [6624 "frame-benchmarking",6625 "frame-support",6626 "frame-system",6627 "pallet-session",6628 "pallet-staking",6629 "rand 0.7.3",6630 "sp-runtime",6631 "sp-session",6632 "sp-std",6633]66346635[[package]]6636name = "pallet-society"6637version = "4.0.0-dev"6638source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6639dependencies = [6640 "frame-support",6641 "frame-system",6642 "parity-scale-codec",6643 "rand_chacha 0.2.2",6644 "scale-info",6645 "sp-runtime",6646 "sp-std",6647]66486649[[package]]6650name = "pallet-staking"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6653dependencies = [6654 "frame-benchmarking",6655 "frame-election-provider-support",6656 "frame-support",6657 "frame-system",6658 "log",6659 "pallet-authorship",6660 "pallet-session",6661 "parity-scale-codec",6662 "rand_chacha 0.2.2",6663 "scale-info",6664 "serde",6665 "sp-application-crypto",6666 "sp-io",6667 "sp-runtime",6668 "sp-staking",6669 "sp-std",6670]66716672[[package]]6673name = "pallet-staking-reward-curve"6674version = "4.0.0-dev"6675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6676dependencies = [6677 "proc-macro-crate 1.1.3",6678 "proc-macro2",6679 "quote",6680 "syn",6681]66826683[[package]]6684name = "pallet-staking-reward-fn"6685version = "4.0.0-dev"6686source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6687dependencies = [6688 "log",6689 "sp-arithmetic",6690]66916692[[package]]6693name = "pallet-sudo"6694version = "4.0.0-dev"6695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6696dependencies = [6697 "frame-support",6698 "frame-system",6699 "parity-scale-codec",6700 "scale-info",6701 "sp-io",6702 "sp-runtime",6703 "sp-std",6704]67056706[[package]]6707name = "pallet-template-transaction-payment"6708version = "3.0.0"6709source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6710dependencies = [6711 "frame-benchmarking",6712 "frame-support",6713 "frame-system",6714 "pallet-balances",6715 "pallet-transaction-payment",6716 "parity-scale-codec",6717 "scale-info",6718 "serde",6719 "sp-core",6720 "sp-io",6721 "sp-runtime",6722 "sp-std",6723 "up-sponsorship",6724]67256726[[package]]6727name = "pallet-timestamp"6728version = "4.0.0-dev"6729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6730dependencies = [6731 "frame-benchmarking",6732 "frame-support",6733 "frame-system",6734 "log",6735 "parity-scale-codec",6736 "scale-info",6737 "sp-inherents",6738 "sp-io",6739 "sp-runtime",6740 "sp-std",6741 "sp-timestamp",6742]67436744[[package]]6745name = "pallet-tips"6746version = "4.0.0-dev"6747source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6748dependencies = [6749 "frame-benchmarking",6750 "frame-support",6751 "frame-system",6752 "log",6753 "pallet-treasury",6754 "parity-scale-codec",6755 "scale-info",6756 "serde",6757 "sp-core",6758 "sp-io",6759 "sp-runtime",6760 "sp-std",6761]67626763[[package]]6764name = "pallet-transaction-payment"6765version = "4.0.0-dev"6766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6767dependencies = [6768 "frame-support",6769 "frame-system",6770 "parity-scale-codec",6771 "scale-info",6772 "serde",6773 "smallvec",6774 "sp-core",6775 "sp-io",6776 "sp-runtime",6777 "sp-std",6778]67796780[[package]]6781name = "pallet-transaction-payment-rpc"6782version = "4.0.0-dev"6783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6784dependencies = [6785 "jsonrpc-core",6786 "jsonrpc-core-client",6787 "jsonrpc-derive",6788 "pallet-transaction-payment-rpc-runtime-api",6789 "parity-scale-codec",6790 "sp-api",6791 "sp-blockchain",6792 "sp-core",6793 "sp-rpc",6794 "sp-runtime",6795]67966797[[package]]6798name = "pallet-transaction-payment-rpc-runtime-api"6799version = "4.0.0-dev"6800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6801dependencies = [6802 "pallet-transaction-payment",6803 "parity-scale-codec",6804 "sp-api",6805 "sp-runtime",6806]68076808[[package]]6809name = "pallet-treasury"6810version = "4.0.0-dev"6811source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6812dependencies = [6813 "frame-benchmarking",6814 "frame-support",6815 "frame-system",6816 "impl-trait-for-tuples",6817 "pallet-balances",6818 "parity-scale-codec",6819 "scale-info",6820 "serde",6821 "sp-runtime",6822 "sp-std",6823]68246825[[package]]6826name = "pallet-unique"6827version = "0.1.0"6828dependencies = [6829 "ethereum",6830 "evm-coder",6831 "fp-evm",6832 "fp-evm-mapping",6833 "frame-benchmarking",6834 "frame-common",6835 "frame-support",6836 "frame-system",6837 "hex-literal",6838 "pallet-balances",6839 "pallet-common",6840 "pallet-ethereum",6841 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6842 "pallet-evm-coder-substrate",6843 "pallet-fungible",6844 "pallet-nonfungible",6845 "pallet-randomness-collective-flip",6846 "pallet-refungible",6847 "pallet-timestamp",6848 "pallet-transaction-payment",6849 "parity-scale-codec",6850 "primitive-types",6851 "rlp",6852 "scale-info",6853 "serde",6854 "sp-api",6855 "sp-core",6856 "sp-io",6857 "sp-runtime",6858 "sp-std",6859 "up-data-structs",6860 "up-sponsorship",6861]68626863[[package]]6864name = "pallet-unq-scheduler"6865version = "0.1.0"6866dependencies = [6867 "frame-benchmarking",6868 "frame-support",6869 "frame-system",6870 "log",6871 "parity-scale-codec",6872 "scale-info",6873 "serde",6874 "sp-core",6875 "sp-io",6876 "sp-runtime",6877 "sp-std",6878 "substrate-test-utils",6879 "up-sponsorship",6880]68816882[[package]]6883name = "pallet-utility"6884version = "4.0.0-dev"6885source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6886dependencies = [6887 "frame-benchmarking",6888 "frame-support",6889 "frame-system",6890 "parity-scale-codec",6891 "scale-info",6892 "sp-core",6893 "sp-io",6894 "sp-runtime",6895 "sp-std",6896]68976898[[package]]6899name = "pallet-vesting"6900version = "4.0.0-dev"6901source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6902dependencies = [6903 "frame-benchmarking",6904 "frame-support",6905 "frame-system",6906 "log",6907 "parity-scale-codec",6908 "scale-info",6909 "sp-runtime",6910 "sp-std",6911]69126913[[package]]6914name = "pallet-xcm"6915version = "0.9.18"6916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6917dependencies = [6918 "frame-support",6919 "frame-system",6920 "log",6921 "parity-scale-codec",6922 "scale-info",6923 "serde",6924 "sp-core",6925 "sp-runtime",6926 "sp-std",6927 "xcm",6928 "xcm-executor",6929]69306931[[package]]6932name = "pallet-xcm-benchmarks"6933version = "0.9.18"6934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6935dependencies = [6936 "frame-benchmarking",6937 "frame-support",6938 "frame-system",6939 "log",6940 "parity-scale-codec",6941 "scale-info",6942 "sp-runtime",6943 "sp-std",6944 "xcm",6945 "xcm-executor",6946]69476948[[package]]6949name = "parachain-info"6950version = "0.1.0"6951source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6952dependencies = [6953 "cumulus-primitives-core",6954 "frame-support",6955 "frame-system",6956 "parity-scale-codec",6957 "scale-info",6958 "serde",6959]69606961[[package]]6962name = "parity-db"6963version = "0.3.9"6964source = "registry+https://github.com/rust-lang/crates.io-index"6965checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6966dependencies = [6967 "blake2-rfc",6968 "crc32fast",6969 "fs2",6970 "hex",6971 "libc",6972 "log",6973 "lz4",6974 "memmap2 0.2.3",6975 "parking_lot 0.11.2",6976 "rand 0.8.5",6977 "snap",6978]69796980[[package]]6981name = "parity-scale-codec"6982version = "3.1.2"6983source = "registry+https://github.com/rust-lang/crates.io-index"6984checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6985dependencies = [6986 "arrayvec 0.7.2",6987 "bitvec",6988 "byte-slice-cast",6989 "impl-trait-for-tuples",6990 "parity-scale-codec-derive",6991 "serde",6992]69936994[[package]]6995name = "parity-scale-codec-derive"6996version = "3.1.2"6997source = "registry+https://github.com/rust-lang/crates.io-index"6998checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6999dependencies = [7000 "proc-macro-crate 1.1.3",7001 "proc-macro2",7002 "quote",7003 "syn",7004]70057006[[package]]7007name = "parity-send-wrapper"7008version = "0.1.0"7009source = "registry+https://github.com/rust-lang/crates.io-index"7010checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70117012[[package]]7013name = "parity-tokio-ipc"7014version = "0.9.0"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7017dependencies = [7018 "futures 0.3.21",7019 "libc",7020 "log",7021 "rand 0.7.3",7022 "tokio 1.17.0",7023 "winapi 0.3.9",7024]70257026[[package]]7027name = "parity-util-mem"7028version = "0.11.0"7029source = "registry+https://github.com/rust-lang/crates.io-index"7030checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7031dependencies = [7032 "cfg-if 1.0.0",7033 "ethereum-types",7034 "hashbrown 0.12.0",7035 "impl-trait-for-tuples",7036 "lru 0.7.3",7037 "parity-util-mem-derive",7038 "parking_lot 0.12.0",7039 "primitive-types",7040 "smallvec",7041 "winapi 0.3.9",7042]70437044[[package]]7045name = "parity-util-mem-derive"7046version = "0.1.0"7047source = "registry+https://github.com/rust-lang/crates.io-index"7048checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7049dependencies = [7050 "proc-macro2",7051 "syn",7052 "synstructure",7053]70547055[[package]]7056name = "parity-wasm"7057version = "0.32.0"7058source = "registry+https://github.com/rust-lang/crates.io-index"7059checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7060dependencies = [7061 "byteorder",7062]70637064[[package]]7065name = "parity-wasm"7066version = "0.42.2"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70697070[[package]]7071name = "parity-ws"7072version = "0.11.1"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7075dependencies = [7076 "byteorder",7077 "bytes 0.4.12",7078 "httparse",7079 "log",7080 "mio 0.6.23",7081 "mio-extras",7082 "rand 0.7.3",7083 "sha-1 0.8.2",7084 "slab",7085 "url 2.2.2",7086]70877088[[package]]7089name = "parking"7090version = "2.0.0"7091source = "registry+https://github.com/rust-lang/crates.io-index"7092checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70937094[[package]]7095name = "parking_lot"7096version = "0.11.2"7097source = "registry+https://github.com/rust-lang/crates.io-index"7098checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7099dependencies = [7100 "instant",7101 "lock_api",7102 "parking_lot_core 0.8.5",7103]71047105[[package]]7106name = "parking_lot"7107version = "0.12.0"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7110dependencies = [7111 "lock_api",7112 "parking_lot_core 0.9.2",7113]71147115[[package]]7116name = "parking_lot_core"7117version = "0.8.5"7118source = "registry+https://github.com/rust-lang/crates.io-index"7119checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7120dependencies = [7121 "cfg-if 1.0.0",7122 "instant",7123 "libc",7124 "redox_syscall",7125 "smallvec",7126 "winapi 0.3.9",7127]71287129[[package]]7130name = "parking_lot_core"7131version = "0.9.2"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7134dependencies = [7135 "cfg-if 1.0.0",7136 "libc",7137 "redox_syscall",7138 "smallvec",7139 "windows-sys",7140]71417142[[package]]7143name = "paste"7144version = "1.0.7"7145source = "registry+https://github.com/rust-lang/crates.io-index"7146checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71477148[[package]]7149name = "pbkdf2"7150version = "0.4.0"7151source = "registry+https://github.com/rust-lang/crates.io-index"7152checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7153dependencies = [7154 "crypto-mac 0.8.0",7155]71567157[[package]]7158name = "pbkdf2"7159version = "0.8.0"7160source = "registry+https://github.com/rust-lang/crates.io-index"7161checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7162dependencies = [7163 "crypto-mac 0.11.1",7164]71657166[[package]]7167name = "peeking_take_while"7168version = "0.1.2"7169source = "registry+https://github.com/rust-lang/crates.io-index"7170checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71717172[[package]]7173name = "percent-encoding"7174version = "1.0.1"7175source = "registry+https://github.com/rust-lang/crates.io-index"7176checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71777178[[package]]7179name = "percent-encoding"7180version = "2.1.0"7181source = "registry+https://github.com/rust-lang/crates.io-index"7182checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71837184[[package]]7185name = "pest"7186version = "2.1.3"7187source = "registry+https://github.com/rust-lang/crates.io-index"7188checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7189dependencies = [7190 "ucd-trie",7191]71927193[[package]]7194name = "pest_derive"7195version = "2.1.0"7196source = "registry+https://github.com/rust-lang/crates.io-index"7197checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7198dependencies = [7199 "pest",7200 "pest_generator",7201]72027203[[package]]7204name = "pest_generator"7205version = "2.1.3"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7208dependencies = [7209 "pest",7210 "pest_meta",7211 "proc-macro2",7212 "quote",7213 "syn",7214]72157216[[package]]7217name = "pest_meta"7218version = "2.1.3"7219source = "registry+https://github.com/rust-lang/crates.io-index"7220checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7221dependencies = [7222 "maplit",7223 "pest",7224 "sha-1 0.8.2",7225]72267227[[package]]7228name = "petgraph"7229version = "0.6.0"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7232dependencies = [7233 "fixedbitset",7234 "indexmap",7235]72367237[[package]]7238name = "pin-project"7239version = "0.4.29"7240source = "registry+https://github.com/rust-lang/crates.io-index"7241checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7242dependencies = [7243 "pin-project-internal 0.4.29",7244]72457246[[package]]7247name = "pin-project"7248version = "1.0.10"7249source = "registry+https://github.com/rust-lang/crates.io-index"7250checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7251dependencies = [7252 "pin-project-internal 1.0.10",7253]72547255[[package]]7256name = "pin-project-internal"7257version = "0.4.29"7258source = "registry+https://github.com/rust-lang/crates.io-index"7259checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7260dependencies = [7261 "proc-macro2",7262 "quote",7263 "syn",7264]72657266[[package]]7267name = "pin-project-internal"7268version = "1.0.10"7269source = "registry+https://github.com/rust-lang/crates.io-index"7270checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7271dependencies = [7272 "proc-macro2",7273 "quote",7274 "syn",7275]72767277[[package]]7278name = "pin-project-lite"7279version = "0.1.12"7280source = "registry+https://github.com/rust-lang/crates.io-index"7281checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72827283[[package]]7284name = "pin-project-lite"7285version = "0.2.8"7286source = "registry+https://github.com/rust-lang/crates.io-index"7287checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72887289[[package]]7290name = "pin-utils"7291version = "0.1.0"7292source = "registry+https://github.com/rust-lang/crates.io-index"7293checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72947295[[package]]7296name = "pkcs8"7297version = "0.8.0"7298source = "registry+https://github.com/rust-lang/crates.io-index"7299checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7300dependencies = [7301 "der",7302 "spki",7303 "zeroize",7304]73057306[[package]]7307name = "pkg-config"7308version = "0.3.25"7309source = "registry+https://github.com/rust-lang/crates.io-index"7310checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73117312[[package]]7313name = "platforms"7314version = "2.0.0"7315source = "registry+https://github.com/rust-lang/crates.io-index"7316checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73177318[[package]]7319name = "polkadot-approval-distribution"7320version = "0.9.18"7321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7322dependencies = [7323 "futures 0.3.21",7324 "polkadot-node-network-protocol",7325 "polkadot-node-primitives",7326 "polkadot-node-subsystem",7327 "polkadot-node-subsystem-util",7328 "polkadot-primitives",7329 "tracing",7330]73317332[[package]]7333name = "polkadot-availability-bitfield-distribution"7334version = "0.9.18"7335source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7336dependencies = [7337 "futures 0.3.21",7338 "polkadot-node-network-protocol",7339 "polkadot-node-subsystem",7340 "polkadot-node-subsystem-util",7341 "polkadot-primitives",7342 "tracing",7343]73447345[[package]]7346name = "polkadot-availability-distribution"7347version = "0.9.18"7348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7349dependencies = [7350 "derive_more",7351 "fatality",7352 "futures 0.3.21",7353 "lru 0.7.3",7354 "parity-scale-codec",7355 "polkadot-erasure-coding",7356 "polkadot-node-network-protocol",7357 "polkadot-node-primitives",7358 "polkadot-node-subsystem",7359 "polkadot-node-subsystem-util",7360 "polkadot-primitives",7361 "rand 0.8.5",7362 "sp-core",7363 "sp-keystore",7364 "thiserror",7365 "tracing",7366]73677368[[package]]7369name = "polkadot-availability-recovery"7370version = "0.9.18"7371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7372dependencies = [7373 "fatality",7374 "futures 0.3.21",7375 "lru 0.7.3",7376 "parity-scale-codec",7377 "polkadot-erasure-coding",7378 "polkadot-node-network-protocol",7379 "polkadot-node-primitives",7380 "polkadot-node-subsystem",7381 "polkadot-node-subsystem-util",7382 "polkadot-primitives",7383 "rand 0.8.5",7384 "sc-network",7385 "thiserror",7386 "tracing",7387]73887389[[package]]7390name = "polkadot-cli"7391version = "0.9.18"7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7393dependencies = [7394 "clap",7395 "frame-benchmarking-cli",7396 "futures 0.3.21",7397 "log",7398 "polkadot-node-core-pvf",7399 "polkadot-node-metrics",7400 "polkadot-performance-test",7401 "polkadot-service",7402 "sc-cli",7403 "sc-service",7404 "sc-tracing",7405 "sp-core",7406 "sp-trie",7407 "substrate-build-script-utils",7408 "thiserror",7409 "try-runtime-cli",7410]74117412[[package]]7413name = "polkadot-client"7414version = "0.9.18"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7416dependencies = [7417 "beefy-primitives",7418 "frame-benchmarking",7419 "frame-system-rpc-runtime-api",7420 "pallet-mmr-primitives",7421 "pallet-transaction-payment-rpc-runtime-api",7422 "polkadot-primitives",7423 "polkadot-runtime",7424 "sc-client-api",7425 "sc-consensus",7426 "sc-executor",7427 "sc-service",7428 "sp-api",7429 "sp-authority-discovery",7430 "sp-block-builder",7431 "sp-blockchain",7432 "sp-consensus",7433 "sp-consensus-babe",7434 "sp-finality-grandpa",7435 "sp-offchain",7436 "sp-runtime",7437 "sp-session",7438 "sp-storage",7439 "sp-transaction-pool",7440]74417442[[package]]7443name = "polkadot-collator-protocol"7444version = "0.9.18"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7446dependencies = [7447 "always-assert",7448 "fatality",7449 "futures 0.3.21",7450 "futures-timer",7451 "polkadot-node-network-protocol",7452 "polkadot-node-primitives",7453 "polkadot-node-subsystem",7454 "polkadot-node-subsystem-util",7455 "polkadot-primitives",7456 "sp-core",7457 "sp-keystore",7458 "sp-runtime",7459 "thiserror",7460 "tracing",7461]74627463[[package]]7464name = "polkadot-core-primitives"7465version = "0.9.18"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7467dependencies = [7468 "parity-scale-codec",7469 "parity-util-mem",7470 "scale-info",7471 "sp-core",7472 "sp-runtime",7473 "sp-std",7474]74757476[[package]]7477name = "polkadot-dispute-distribution"7478version = "0.9.18"7479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7480dependencies = [7481 "derive_more",7482 "fatality",7483 "futures 0.3.21",7484 "lru 0.7.3",7485 "parity-scale-codec",7486 "polkadot-erasure-coding",7487 "polkadot-node-network-protocol",7488 "polkadot-node-primitives",7489 "polkadot-node-subsystem",7490 "polkadot-node-subsystem-util",7491 "polkadot-primitives",7492 "sc-network",7493 "sp-application-crypto",7494 "sp-keystore",7495 "thiserror",7496 "tracing",7497]74987499[[package]]7500name = "polkadot-erasure-coding"7501version = "0.9.18"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7503dependencies = [7504 "parity-scale-codec",7505 "polkadot-node-primitives",7506 "polkadot-primitives",7507 "reed-solomon-novelpoly",7508 "sp-core",7509 "sp-trie",7510 "thiserror",7511]75127513[[package]]7514name = "polkadot-gossip-support"7515version = "0.9.18"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7517dependencies = [7518 "futures 0.3.21",7519 "futures-timer",7520 "polkadot-node-network-protocol",7521 "polkadot-node-subsystem",7522 "polkadot-node-subsystem-util",7523 "polkadot-primitives",7524 "rand 0.8.5",7525 "rand_chacha 0.3.1",7526 "sc-network",7527 "sp-application-crypto",7528 "sp-core",7529 "sp-keystore",7530 "tracing",7531]75327533[[package]]7534name = "polkadot-network-bridge"7535version = "0.9.18"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7537dependencies = [7538 "async-trait",7539 "futures 0.3.21",7540 "parity-scale-codec",7541 "parking_lot 0.12.0",7542 "polkadot-node-network-protocol",7543 "polkadot-node-subsystem",7544 "polkadot-node-subsystem-util",7545 "polkadot-overseer",7546 "polkadot-primitives",7547 "sc-network",7548 "sp-consensus",7549 "tracing",7550]75517552[[package]]7553name = "polkadot-node-collation-generation"7554version = "0.9.18"7555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7556dependencies = [7557 "futures 0.3.21",7558 "parity-scale-codec",7559 "polkadot-erasure-coding",7560 "polkadot-node-primitives",7561 "polkadot-node-subsystem",7562 "polkadot-node-subsystem-util",7563 "polkadot-primitives",7564 "sp-core",7565 "sp-maybe-compressed-blob",7566 "thiserror",7567 "tracing",7568]75697570[[package]]7571name = "polkadot-node-core-approval-voting"7572version = "0.9.18"7573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7574dependencies = [7575 "bitvec",7576 "derive_more",7577 "futures 0.3.21",7578 "futures-timer",7579 "kvdb",7580 "lru 0.7.3",7581 "merlin",7582 "parity-scale-codec",7583 "polkadot-node-jaeger",7584 "polkadot-node-primitives",7585 "polkadot-node-subsystem",7586 "polkadot-node-subsystem-util",7587 "polkadot-overseer",7588 "polkadot-primitives",7589 "sc-keystore",7590 "schnorrkel",7591 "sp-application-crypto",7592 "sp-consensus",7593 "sp-consensus-slots",7594 "sp-runtime",7595 "tracing",7596]75977598[[package]]7599name = "polkadot-node-core-av-store"7600version = "0.9.18"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7602dependencies = [7603 "bitvec",7604 "futures 0.3.21",7605 "futures-timer",7606 "kvdb",7607 "parity-scale-codec",7608 "polkadot-erasure-coding",7609 "polkadot-node-primitives",7610 "polkadot-node-subsystem",7611 "polkadot-node-subsystem-util",7612 "polkadot-overseer",7613 "polkadot-primitives",7614 "thiserror",7615 "tracing",7616]76177618[[package]]7619name = "polkadot-node-core-backing"7620version = "0.9.18"7621source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7622dependencies = [7623 "bitvec",7624 "futures 0.3.21",7625 "polkadot-erasure-coding",7626 "polkadot-node-primitives",7627 "polkadot-node-subsystem",7628 "polkadot-node-subsystem-util",7629 "polkadot-primitives",7630 "polkadot-statement-table",7631 "sp-keystore",7632 "thiserror",7633 "tracing",7634]76357636[[package]]7637name = "polkadot-node-core-bitfield-signing"7638version = "0.9.18"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7640dependencies = [7641 "futures 0.3.21",7642 "polkadot-node-subsystem",7643 "polkadot-node-subsystem-util",7644 "polkadot-primitives",7645 "sp-keystore",7646 "thiserror",7647 "tracing",7648 "wasm-timer",7649]76507651[[package]]7652name = "polkadot-node-core-candidate-validation"7653version = "0.9.18"7654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7655dependencies = [7656 "async-trait",7657 "futures 0.3.21",7658 "parity-scale-codec",7659 "polkadot-node-core-pvf",7660 "polkadot-node-primitives",7661 "polkadot-node-subsystem",7662 "polkadot-node-subsystem-util",7663 "polkadot-parachain",7664 "polkadot-primitives",7665 "sp-maybe-compressed-blob",7666 "tracing",7667]76687669[[package]]7670name = "polkadot-node-core-chain-api"7671version = "0.9.18"7672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7673dependencies = [7674 "futures 0.3.21",7675 "polkadot-node-subsystem",7676 "polkadot-node-subsystem-util",7677 "polkadot-primitives",7678 "sc-client-api",7679 "sc-consensus-babe",7680 "sp-blockchain",7681 "tracing",7682]76837684[[package]]7685name = "polkadot-node-core-chain-selection"7686version = "0.9.18"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7688dependencies = [7689 "futures 0.3.21",7690 "futures-timer",7691 "kvdb",7692 "parity-scale-codec",7693 "polkadot-node-primitives",7694 "polkadot-node-subsystem",7695 "polkadot-node-subsystem-util",7696 "polkadot-primitives",7697 "thiserror",7698 "tracing",7699]77007701[[package]]7702name = "polkadot-node-core-dispute-coordinator"7703version = "0.9.18"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7705dependencies = [7706 "fatality",7707 "futures 0.3.21",7708 "kvdb",7709 "lru 0.7.3",7710 "parity-scale-codec",7711 "polkadot-node-primitives",7712 "polkadot-node-subsystem",7713 "polkadot-node-subsystem-util",7714 "polkadot-primitives",7715 "sc-keystore",7716 "thiserror",7717 "tracing",7718]77197720[[package]]7721name = "polkadot-node-core-parachains-inherent"7722version = "0.9.18"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7724dependencies = [7725 "async-trait",7726 "futures 0.3.21",7727 "futures-timer",7728 "polkadot-node-subsystem",7729 "polkadot-primitives",7730 "sp-blockchain",7731 "sp-inherents",7732 "sp-runtime",7733 "thiserror",7734 "tracing",7735]77367737[[package]]7738name = "polkadot-node-core-provisioner"7739version = "0.9.18"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7741dependencies = [7742 "bitvec",7743 "futures 0.3.21",7744 "futures-timer",7745 "polkadot-node-primitives",7746 "polkadot-node-subsystem",7747 "polkadot-node-subsystem-util",7748 "polkadot-primitives",7749 "rand 0.8.5",7750 "thiserror",7751 "tracing",7752]77537754[[package]]7755name = "polkadot-node-core-pvf"7756version = "0.9.18"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7758dependencies = [7759 "always-assert",7760 "assert_matches",7761 "async-process",7762 "async-std",7763 "futures 0.3.21",7764 "futures-timer",7765 "parity-scale-codec",7766 "pin-project 1.0.10",7767 "polkadot-core-primitives",7768 "polkadot-node-subsystem-util",7769 "polkadot-parachain",7770 "rand 0.8.5",7771 "sc-executor",7772 "sc-executor-common",7773 "sc-executor-wasmtime",7774 "slotmap",7775 "sp-core",7776 "sp-externalities",7777 "sp-io",7778 "sp-maybe-compressed-blob",7779 "sp-tracing",7780 "sp-wasm-interface",7781 "tracing",7782]77837784[[package]]7785name = "polkadot-node-core-pvf-checker"7786version = "0.9.18"7787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7788dependencies = [7789 "futures 0.3.21",7790 "polkadot-node-primitives",7791 "polkadot-node-subsystem",7792 "polkadot-node-subsystem-util",7793 "polkadot-overseer",7794 "polkadot-primitives",7795 "sp-keystore",7796 "thiserror",7797 "tracing",7798]77997800[[package]]7801name = "polkadot-node-core-runtime-api"7802version = "0.9.18"7803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7804dependencies = [7805 "futures 0.3.21",7806 "memory-lru",7807 "parity-util-mem",7808 "polkadot-node-subsystem",7809 "polkadot-node-subsystem-util",7810 "polkadot-primitives",7811 "sp-api",7812 "sp-authority-discovery",7813 "sp-consensus-babe",7814 "sp-core",7815 "tracing",7816]78177818[[package]]7819name = "polkadot-node-jaeger"7820version = "0.9.18"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7822dependencies = [7823 "async-std",7824 "lazy_static",7825 "log",7826 "mick-jaeger",7827 "parity-scale-codec",7828 "parking_lot 0.12.0",7829 "polkadot-node-primitives",7830 "polkadot-primitives",7831 "sc-network",7832 "sp-core",7833 "thiserror",7834]78357836[[package]]7837name = "polkadot-node-metrics"7838version = "0.9.18"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7840dependencies = [7841 "bs58",7842 "futures 0.3.21",7843 "futures-timer",7844 "log",7845 "metered-channel",7846 "parity-scale-codec",7847 "polkadot-primitives",7848 "sc-cli",7849 "sc-service",7850 "sc-tracing",7851 "substrate-prometheus-endpoint",7852 "tracing",7853]78547855[[package]]7856name = "polkadot-node-network-protocol"7857version = "0.9.18"7858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7859dependencies = [7860 "async-trait",7861 "fatality",7862 "futures 0.3.21",7863 "parity-scale-codec",7864 "polkadot-node-jaeger",7865 "polkadot-node-primitives",7866 "polkadot-primitives",7867 "sc-authority-discovery",7868 "sc-network",7869 "strum 0.24.0",7870 "thiserror",7871]78727873[[package]]7874name = "polkadot-node-primitives"7875version = "0.9.18"7876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7877dependencies = [7878 "bounded-vec",7879 "futures 0.3.21",7880 "parity-scale-codec",7881 "polkadot-parachain",7882 "polkadot-primitives",7883 "schnorrkel",7884 "serde",7885 "sp-application-crypto",7886 "sp-consensus-babe",7887 "sp-consensus-vrf",7888 "sp-core",7889 "sp-keystore",7890 "sp-maybe-compressed-blob",7891 "thiserror",7892 "zstd",7893]78947895[[package]]7896name = "polkadot-node-subsystem"7897version = "0.9.18"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7899dependencies = [7900 "polkadot-node-jaeger",7901 "polkadot-node-subsystem-types",7902 "polkadot-overseer",7903]79047905[[package]]7906name = "polkadot-node-subsystem-types"7907version = "0.9.18"7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7909dependencies = [7910 "derive_more",7911 "futures 0.3.21",7912 "polkadot-node-jaeger",7913 "polkadot-node-network-protocol",7914 "polkadot-node-primitives",7915 "polkadot-overseer-gen",7916 "polkadot-primitives",7917 "polkadot-statement-table",7918 "sc-network",7919 "smallvec",7920 "substrate-prometheus-endpoint",7921 "thiserror",7922]79237924[[package]]7925name = "polkadot-node-subsystem-util"7926version = "0.9.18"7927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7928dependencies = [7929 "async-trait",7930 "derive_more",7931 "fatality",7932 "futures 0.3.21",7933 "itertools",7934 "kvdb",7935 "lru 0.7.3",7936 "metered-channel",7937 "parity-db",7938 "parity-scale-codec",7939 "parity-util-mem",7940 "parking_lot 0.11.2",7941 "pin-project 1.0.10",7942 "polkadot-node-jaeger",7943 "polkadot-node-metrics",7944 "polkadot-node-network-protocol",7945 "polkadot-node-primitives",7946 "polkadot-node-subsystem",7947 "polkadot-overseer",7948 "polkadot-primitives",7949 "rand 0.8.5",7950 "sp-application-crypto",7951 "sp-core",7952 "sp-keystore",7953 "thiserror",7954 "tracing",7955]79567957[[package]]7958name = "polkadot-overseer"7959version = "0.9.18"7960source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7961dependencies = [7962 "futures 0.3.21",7963 "futures-timer",7964 "lru 0.7.3",7965 "parity-util-mem",7966 "parking_lot 0.12.0",7967 "polkadot-node-metrics",7968 "polkadot-node-network-protocol",7969 "polkadot-node-primitives",7970 "polkadot-node-subsystem-types",7971 "polkadot-overseer-gen",7972 "polkadot-primitives",7973 "sc-client-api",7974 "sp-api",7975 "tracing",7976]79777978[[package]]7979name = "polkadot-overseer-gen"7980version = "0.9.18"7981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7982dependencies = [7983 "async-trait",7984 "futures 0.3.21",7985 "futures-timer",7986 "metered-channel",7987 "pin-project 1.0.10",7988 "polkadot-node-network-protocol",7989 "polkadot-node-primitives",7990 "polkadot-overseer-gen-proc-macro",7991 "thiserror",7992 "tracing",7993]79947995[[package]]7996name = "polkadot-overseer-gen-proc-macro"7997version = "0.9.18"7998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7999dependencies = [8000 "expander 0.0.5",8001 "proc-macro-crate 1.1.3",8002 "proc-macro2",8003 "quote",8004 "syn",8005]80068007[[package]]8008name = "polkadot-parachain"8009version = "0.9.18"8010source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8011dependencies = [8012 "derive_more",8013 "frame-support",8014 "parity-scale-codec",8015 "parity-util-mem",8016 "polkadot-core-primitives",8017 "scale-info",8018 "serde",8019 "sp-core",8020 "sp-runtime",8021 "sp-std",8022]80238024[[package]]8025name = "polkadot-performance-test"8026version = "0.9.18"8027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8028dependencies = [8029 "env_logger",8030 "kusama-runtime",8031 "log",8032 "polkadot-erasure-coding",8033 "polkadot-node-core-pvf",8034 "polkadot-node-primitives",8035 "quote",8036 "thiserror",8037]80388039[[package]]8040name = "polkadot-primitives"8041version = "0.9.18"8042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8043dependencies = [8044 "bitvec",8045 "frame-system",8046 "hex-literal",8047 "parity-scale-codec",8048 "parity-util-mem",8049 "polkadot-core-primitives",8050 "polkadot-parachain",8051 "scale-info",8052 "serde",8053 "sp-api",8054 "sp-application-crypto",8055 "sp-arithmetic",8056 "sp-authority-discovery",8057 "sp-consensus-slots",8058 "sp-core",8059 "sp-inherents",8060 "sp-io",8061 "sp-keystore",8062 "sp-runtime",8063 "sp-staking",8064 "sp-std",8065 "sp-trie",8066 "sp-version",8067]80688069[[package]]8070name = "polkadot-rpc"8071version = "0.9.18"8072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8073dependencies = [8074 "beefy-gadget",8075 "beefy-gadget-rpc",8076 "jsonrpc-core",8077 "pallet-mmr-rpc",8078 "pallet-transaction-payment-rpc",8079 "polkadot-primitives",8080 "sc-chain-spec",8081 "sc-client-api",8082 "sc-consensus-babe",8083 "sc-consensus-babe-rpc",8084 "sc-consensus-epochs",8085 "sc-finality-grandpa",8086 "sc-finality-grandpa-rpc",8087 "sc-rpc",8088 "sc-sync-state-rpc",8089 "sc-transaction-pool-api",8090 "sp-api",8091 "sp-block-builder",8092 "sp-blockchain",8093 "sp-consensus",8094 "sp-consensus-babe",8095 "sp-keystore",8096 "sp-runtime",8097 "substrate-frame-rpc-system",8098]80998100[[package]]8101name = "polkadot-runtime"8102version = "0.9.18"8103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8104dependencies = [8105 "beefy-primitives",8106 "bitvec",8107 "frame-benchmarking",8108 "frame-election-provider-support",8109 "frame-executive",8110 "frame-support",8111 "frame-system",8112 "frame-system-benchmarking",8113 "frame-system-rpc-runtime-api",8114 "frame-try-runtime",8115 "hex-literal",8116 "log",8117 "pallet-authority-discovery",8118 "pallet-authorship",8119 "pallet-babe",8120 "pallet-bags-list",8121 "pallet-balances",8122 "pallet-bounties",8123 "pallet-collective",8124 "pallet-democracy",8125 "pallet-election-provider-multi-phase",8126 "pallet-elections-phragmen",8127 "pallet-grandpa",8128 "pallet-identity",8129 "pallet-im-online",8130 "pallet-indices",8131 "pallet-membership",8132 "pallet-mmr-primitives",8133 "pallet-multisig",8134 "pallet-nicks",8135 "pallet-offences",8136 "pallet-offences-benchmarking",8137 "pallet-preimage",8138 "pallet-proxy",8139 "pallet-scheduler",8140 "pallet-session",8141 "pallet-session-benchmarking",8142 "pallet-staking",8143 "pallet-staking-reward-curve",8144 "pallet-timestamp",8145 "pallet-tips",8146 "pallet-transaction-payment",8147 "pallet-transaction-payment-rpc-runtime-api",8148 "pallet-treasury",8149 "pallet-utility",8150 "pallet-vesting",8151 "pallet-xcm",8152 "parity-scale-codec",8153 "polkadot-primitives",8154 "polkadot-runtime-common",8155 "polkadot-runtime-constants",8156 "polkadot-runtime-parachains",8157 "rustc-hex",8158 "scale-info",8159 "serde",8160 "serde_derive",8161 "smallvec",8162 "sp-api",8163 "sp-authority-discovery",8164 "sp-block-builder",8165 "sp-consensus-babe",8166 "sp-core",8167 "sp-inherents",8168 "sp-io",8169 "sp-npos-elections",8170 "sp-offchain",8171 "sp-runtime",8172 "sp-session",8173 "sp-staking",8174 "sp-std",8175 "sp-transaction-pool",8176 "sp-version",8177 "static_assertions",8178 "substrate-wasm-builder",8179 "xcm",8180 "xcm-builder",8181 "xcm-executor",8182]81838184[[package]]8185name = "polkadot-runtime-common"8186version = "0.9.18"8187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8188dependencies = [8189 "beefy-primitives",8190 "bitvec",8191 "frame-benchmarking",8192 "frame-election-provider-support",8193 "frame-support",8194 "frame-system",8195 "impl-trait-for-tuples",8196 "libsecp256k1 0.7.0",8197 "log",8198 "pallet-authorship",8199 "pallet-babe",8200 "pallet-bags-list",8201 "pallet-balances",8202 "pallet-beefy-mmr",8203 "pallet-election-provider-multi-phase",8204 "pallet-session",8205 "pallet-staking",8206 "pallet-timestamp",8207 "pallet-transaction-payment",8208 "pallet-treasury",8209 "pallet-vesting",8210 "parity-scale-codec",8211 "polkadot-primitives",8212 "polkadot-runtime-parachains",8213 "rustc-hex",8214 "scale-info",8215 "serde",8216 "serde_derive",8217 "slot-range-helper",8218 "sp-api",8219 "sp-core",8220 "sp-inherents",8221 "sp-io",8222 "sp-npos-elections",8223 "sp-runtime",8224 "sp-session",8225 "sp-staking",8226 "sp-std",8227 "static_assertions",8228 "xcm",8229]82308231[[package]]8232name = "polkadot-runtime-constants"8233version = "0.9.18"8234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8235dependencies = [8236 "frame-support",8237 "polkadot-primitives",8238 "polkadot-runtime-common",8239 "smallvec",8240 "sp-runtime",8241]82428243[[package]]8244name = "polkadot-runtime-metrics"8245version = "0.9.18"8246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8247dependencies = [8248 "bs58",8249 "parity-scale-codec",8250 "polkadot-primitives",8251 "sp-std",8252 "sp-tracing",8253]82548255[[package]]8256name = "polkadot-runtime-parachains"8257version = "0.9.18"8258source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8259dependencies = [8260 "bitflags",8261 "bitvec",8262 "derive_more",8263 "frame-benchmarking",8264 "frame-support",8265 "frame-system",8266 "log",8267 "pallet-authority-discovery",8268 "pallet-authorship",8269 "pallet-babe",8270 "pallet-balances",8271 "pallet-session",8272 "pallet-staking",8273 "pallet-timestamp",8274 "pallet-vesting",8275 "parity-scale-codec",8276 "polkadot-primitives",8277 "polkadot-runtime-metrics",8278 "rand 0.8.5",8279 "rand_chacha 0.3.1",8280 "rustc-hex",8281 "scale-info",8282 "serde",8283 "sp-api",8284 "sp-core",8285 "sp-inherents",8286 "sp-io",8287 "sp-keystore",8288 "sp-runtime",8289 "sp-session",8290 "sp-staking",8291 "sp-std",8292 "static_assertions",8293 "xcm",8294 "xcm-executor",8295]82968297[[package]]8298name = "polkadot-service"8299version = "0.9.18"8300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8301dependencies = [8302 "async-trait",8303 "beefy-gadget",8304 "beefy-primitives",8305 "frame-system-rpc-runtime-api",8306 "futures 0.3.21",8307 "hex-literal",8308 "kusama-runtime",8309 "kvdb",8310 "kvdb-rocksdb",8311 "lru 0.7.3",8312 "pallet-babe",8313 "pallet-im-online",8314 "pallet-mmr-primitives",8315 "pallet-staking",8316 "pallet-transaction-payment-rpc-runtime-api",8317 "parity-db",8318 "polkadot-approval-distribution",8319 "polkadot-availability-bitfield-distribution",8320 "polkadot-availability-distribution",8321 "polkadot-availability-recovery",8322 "polkadot-client",8323 "polkadot-collator-protocol",8324 "polkadot-dispute-distribution",8325 "polkadot-gossip-support",8326 "polkadot-network-bridge",8327 "polkadot-node-collation-generation",8328 "polkadot-node-core-approval-voting",8329 "polkadot-node-core-av-store",8330 "polkadot-node-core-backing",8331 "polkadot-node-core-bitfield-signing",8332 "polkadot-node-core-candidate-validation",8333 "polkadot-node-core-chain-api",8334 "polkadot-node-core-chain-selection",8335 "polkadot-node-core-dispute-coordinator",8336 "polkadot-node-core-parachains-inherent",8337 "polkadot-node-core-provisioner",8338 "polkadot-node-core-pvf-checker",8339 "polkadot-node-core-runtime-api",8340 "polkadot-node-network-protocol",8341 "polkadot-node-primitives",8342 "polkadot-node-subsystem",8343 "polkadot-node-subsystem-util",8344 "polkadot-overseer",8345 "polkadot-parachain",8346 "polkadot-primitives",8347 "polkadot-rpc",8348 "polkadot-runtime",8349 "polkadot-runtime-constants",8350 "polkadot-runtime-parachains",8351 "polkadot-statement-distribution",8352 "rococo-runtime",8353 "sc-authority-discovery",8354 "sc-basic-authorship",8355 "sc-block-builder",8356 "sc-chain-spec",8357 "sc-client-api",8358 "sc-client-db",8359 "sc-consensus",8360 "sc-consensus-babe",8361 "sc-consensus-slots",8362 "sc-consensus-uncles",8363 "sc-executor",8364 "sc-finality-grandpa",8365 "sc-keystore",8366 "sc-network",8367 "sc-offchain",8368 "sc-service",8369 "sc-sync-state-rpc",8370 "sc-telemetry",8371 "sc-transaction-pool",8372 "serde",8373 "sp-api",8374 "sp-authority-discovery",8375 "sp-block-builder",8376 "sp-blockchain",8377 "sp-consensus",8378 "sp-consensus-babe",8379 "sp-core",8380 "sp-finality-grandpa",8381 "sp-inherents",8382 "sp-io",8383 "sp-keystore",8384 "sp-offchain",8385 "sp-runtime",8386 "sp-session",8387 "sp-state-machine",8388 "sp-storage",8389 "sp-timestamp",8390 "sp-transaction-pool",8391 "sp-trie",8392 "substrate-prometheus-endpoint",8393 "thiserror",8394 "tracing",8395 "westend-runtime",8396]83978398[[package]]8399name = "polkadot-statement-distribution"8400version = "0.9.18"8401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8402dependencies = [8403 "arrayvec 0.5.2",8404 "fatality",8405 "futures 0.3.21",8406 "indexmap",8407 "parity-scale-codec",8408 "polkadot-node-network-protocol",8409 "polkadot-node-primitives",8410 "polkadot-node-subsystem",8411 "polkadot-node-subsystem-util",8412 "polkadot-primitives",8413 "sp-keystore",8414 "sp-staking",8415 "thiserror",8416 "tracing",8417]84188419[[package]]8420name = "polkadot-statement-table"8421version = "0.9.18"8422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8423dependencies = [8424 "parity-scale-codec",8425 "polkadot-primitives",8426 "sp-core",8427]84288429[[package]]8430name = "polkadot-test-runtime"8431version = "0.9.18"8432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8433dependencies = [8434 "beefy-primitives",8435 "bitvec",8436 "frame-election-provider-support",8437 "frame-executive",8438 "frame-support",8439 "frame-system",8440 "frame-system-rpc-runtime-api",8441 "log",8442 "pallet-authority-discovery",8443 "pallet-authorship",8444 "pallet-babe",8445 "pallet-balances",8446 "pallet-grandpa",8447 "pallet-indices",8448 "pallet-mmr-primitives",8449 "pallet-nicks",8450 "pallet-offences",8451 "pallet-session",8452 "pallet-staking",8453 "pallet-staking-reward-curve",8454 "pallet-sudo",8455 "pallet-timestamp",8456 "pallet-transaction-payment",8457 "pallet-transaction-payment-rpc-runtime-api",8458 "pallet-vesting",8459 "pallet-xcm",8460 "parity-scale-codec",8461 "polkadot-parachain",8462 "polkadot-primitives",8463 "polkadot-runtime-common",8464 "polkadot-runtime-parachains",8465 "rustc-hex",8466 "scale-info",8467 "serde",8468 "serde_derive",8469 "smallvec",8470 "sp-api",8471 "sp-authority-discovery",8472 "sp-block-builder",8473 "sp-consensus-babe",8474 "sp-core",8475 "sp-inherents",8476 "sp-io",8477 "sp-offchain",8478 "sp-runtime",8479 "sp-session",8480 "sp-staking",8481 "sp-std",8482 "sp-transaction-pool",8483 "sp-version",8484 "substrate-wasm-builder",8485 "test-runtime-constants",8486 "xcm",8487 "xcm-builder",8488 "xcm-executor",8489]84908491[[package]]8492name = "polkadot-test-service"8493version = "0.9.18"8494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8495dependencies = [8496 "frame-benchmarking",8497 "frame-system",8498 "futures 0.1.31",8499 "futures 0.3.21",8500 "hex",8501 "pallet-balances",8502 "pallet-staking",8503 "pallet-transaction-payment",8504 "polkadot-node-primitives",8505 "polkadot-node-subsystem",8506 "polkadot-overseer",8507 "polkadot-parachain",8508 "polkadot-primitives",8509 "polkadot-rpc",8510 "polkadot-runtime-common",8511 "polkadot-runtime-parachains",8512 "polkadot-service",8513 "polkadot-test-runtime",8514 "rand 0.8.5",8515 "sc-authority-discovery",8516 "sc-chain-spec",8517 "sc-cli",8518 "sc-client-api",8519 "sc-consensus",8520 "sc-consensus-babe",8521 "sc-executor",8522 "sc-finality-grandpa",8523 "sc-network",8524 "sc-service",8525 "sc-tracing",8526 "sc-transaction-pool",8527 "sp-arithmetic",8528 "sp-authority-discovery",8529 "sp-blockchain",8530 "sp-consensus",8531 "sp-consensus-babe",8532 "sp-core",8533 "sp-finality-grandpa",8534 "sp-inherents",8535 "sp-keyring",8536 "sp-runtime",8537 "sp-state-machine",8538 "substrate-test-client",8539 "tempfile",8540 "test-runtime-constants",8541 "tokio 1.17.0",8542 "tracing",8543]85448545[[package]]8546name = "polling"8547version = "2.2.0"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8550dependencies = [8551 "cfg-if 1.0.0",8552 "libc",8553 "log",8554 "wepoll-ffi",8555 "winapi 0.3.9",8556]85578558[[package]]8559name = "poly1305"8560version = "0.7.2"8561source = "registry+https://github.com/rust-lang/crates.io-index"8562checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8563dependencies = [8564 "cpufeatures 0.2.2",8565 "opaque-debug 0.3.0",8566 "universal-hash",8567]85688569[[package]]8570name = "polyval"8571version = "0.5.3"8572source = "registry+https://github.com/rust-lang/crates.io-index"8573checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8574dependencies = [8575 "cfg-if 1.0.0",8576 "cpufeatures 0.2.2",8577 "opaque-debug 0.3.0",8578 "universal-hash",8579]85808581[[package]]8582name = "ppv-lite86"8583version = "0.2.16"8584source = "registry+https://github.com/rust-lang/crates.io-index"8585checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85868587[[package]]8588name = "primitive-types"8589version = "0.11.1"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8592dependencies = [8593 "fixed-hash",8594 "impl-codec",8595 "impl-rlp",8596 "impl-serde",8597 "scale-info",8598 "uint",8599]86008601[[package]]8602name = "proc-macro-crate"8603version = "0.1.5"8604source = "registry+https://github.com/rust-lang/crates.io-index"8605checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8606dependencies = [8607 "toml",8608]86098610[[package]]8611name = "proc-macro-crate"8612version = "1.1.3"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8615dependencies = [8616 "thiserror",8617 "toml",8618]86198620[[package]]8621name = "proc-macro-error"8622version = "1.0.4"8623source = "registry+https://github.com/rust-lang/crates.io-index"8624checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8625dependencies = [8626 "proc-macro-error-attr",8627 "proc-macro2",8628 "quote",8629 "syn",8630 "version_check",8631]86328633[[package]]8634name = "proc-macro-error-attr"8635version = "1.0.4"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8638dependencies = [8639 "proc-macro2",8640 "quote",8641 "version_check",8642]86438644[[package]]8645name = "proc-macro2"8646version = "1.0.36"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8649dependencies = [8650 "unicode-xid",8651]86528653[[package]]8654name = "prometheus"8655version = "0.13.0"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8658dependencies = [8659 "cfg-if 1.0.0",8660 "fnv",8661 "lazy_static",8662 "memchr",8663 "parking_lot 0.11.2",8664 "thiserror",8665]86668667[[package]]8668name = "prost"8669version = "0.9.0"8670source = "registry+https://github.com/rust-lang/crates.io-index"8671checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8672dependencies = [8673 "bytes 1.1.0",8674 "prost-derive",8675]86768677[[package]]8678name = "prost-build"8679version = "0.9.0"8680source = "registry+https://github.com/rust-lang/crates.io-index"8681checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8682dependencies = [8683 "bytes 1.1.0",8684 "heck 0.3.3",8685 "itertools",8686 "lazy_static",8687 "log",8688 "multimap",8689 "petgraph",8690 "prost",8691 "prost-types",8692 "regex",8693 "tempfile",8694 "which",8695]86968697[[package]]8698name = "prost-derive"8699version = "0.9.0"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8702dependencies = [8703 "anyhow",8704 "itertools",8705 "proc-macro2",8706 "quote",8707 "syn",8708]87098710[[package]]8711name = "prost-types"8712version = "0.9.0"8713source = "registry+https://github.com/rust-lang/crates.io-index"8714checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8715dependencies = [8716 "bytes 1.1.0",8717 "prost",8718]87198720[[package]]8721name = "psm"8722version = "0.1.17"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8725dependencies = [8726 "cc",8727]87288729[[package]]8730name = "quartz-runtime"8731version = "0.1.0"8732dependencies = [8733 "cumulus-pallet-aura-ext",8734 "cumulus-pallet-dmp-queue",8735 "cumulus-pallet-parachain-system",8736 "cumulus-pallet-xcm",8737 "cumulus-pallet-xcmp-queue",8738 "cumulus-primitives-core",8739 "cumulus-primitives-timestamp",8740 "cumulus-primitives-utility",8741 "derivative",8742 "fp-evm-mapping",8743 "fp-rpc",8744 "fp-self-contained",8745 "frame-benchmarking",8746 "frame-executive",8747 "frame-support",8748 "frame-system",8749 "frame-system-benchmarking",8750 "frame-system-rpc-runtime-api",8751 "hex-literal",8752 "orml-vesting",8753 "pallet-aura",8754 "pallet-balances",8755 "pallet-base-fee",8756 "pallet-common",8757 "pallet-ethereum",8758 "pallet-evm",8759 "pallet-evm-coder-substrate",8760 "pallet-evm-contract-helpers",8761 "pallet-evm-migration",8762 "pallet-evm-transaction-payment",8763 "pallet-fungible",8764 "pallet-inflation",8765 "pallet-nonfungible",8766 "pallet-randomness-collective-flip",8767 "pallet-refungible",8768 "pallet-sudo",8769 "pallet-template-transaction-payment",8770 "pallet-timestamp",8771 "pallet-transaction-payment",8772 "pallet-transaction-payment-rpc-runtime-api",8773 "pallet-treasury",8774 "pallet-unique",8775 "pallet-unq-scheduler",8776 "pallet-xcm",8777 "parachain-info",8778 "parity-scale-codec",8779 "polkadot-parachain",8780 "scale-info",8781 "serde",8782 "smallvec",8783 "sp-api",8784 "sp-arithmetic",8785 "sp-block-builder",8786 "sp-consensus-aura",8787 "sp-core",8788 "sp-inherents",8789 "sp-io",8790 "sp-offchain",8791 "sp-runtime",8792 "sp-session",8793 "sp-std",8794 "sp-transaction-pool",8795 "sp-version",8796 "substrate-wasm-builder",8797 "unique-runtime-common",8798 "up-data-structs",8799 "up-rpc",8800 "xcm",8801 "xcm-builder",8802 "xcm-executor",8803]88048805[[package]]8806name = "quick-error"8807version = "1.2.3"8808source = "registry+https://github.com/rust-lang/crates.io-index"8809checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88108811[[package]]8812name = "quick-error"8813version = "2.0.1"8814source = "registry+https://github.com/rust-lang/crates.io-index"8815checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"88168817[[package]]8818name = "quicksink"8819version = "0.1.2"8820source = "registry+https://github.com/rust-lang/crates.io-index"8821checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8822dependencies = [8823 "futures-core",8824 "futures-sink",8825 "pin-project-lite 0.1.12",8826]88278828[[package]]8829name = "quote"8830version = "1.0.17"8831source = "registry+https://github.com/rust-lang/crates.io-index"8832checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8833dependencies = [8834 "proc-macro2",8835]88368837[[package]]8838name = "radium"8839version = "0.7.0"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88428843[[package]]8844name = "rand"8845version = "0.7.3"8846source = "registry+https://github.com/rust-lang/crates.io-index"8847checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8848dependencies = [8849 "getrandom 0.1.16",8850 "libc",8851 "rand_chacha 0.2.2",8852 "rand_core 0.5.1",8853 "rand_hc",8854 "rand_pcg",8855]88568857[[package]]8858name = "rand"8859version = "0.8.5"8860source = "registry+https://github.com/rust-lang/crates.io-index"8861checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8862dependencies = [8863 "libc",8864 "rand_chacha 0.3.1",8865 "rand_core 0.6.3",8866]88678868[[package]]8869name = "rand_chacha"8870version = "0.2.2"8871source = "registry+https://github.com/rust-lang/crates.io-index"8872checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8873dependencies = [8874 "ppv-lite86",8875 "rand_core 0.5.1",8876]88778878[[package]]8879name = "rand_chacha"8880version = "0.3.1"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8883dependencies = [8884 "ppv-lite86",8885 "rand_core 0.6.3",8886]88878888[[package]]8889name = "rand_core"8890version = "0.5.1"8891source = "registry+https://github.com/rust-lang/crates.io-index"8892checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8893dependencies = [8894 "getrandom 0.1.16",8895]88968897[[package]]8898name = "rand_core"8899version = "0.6.3"8900source = "registry+https://github.com/rust-lang/crates.io-index"8901checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8902dependencies = [8903 "getrandom 0.2.6",8904]89058906[[package]]8907name = "rand_distr"8908version = "0.4.3"8909source = "registry+https://github.com/rust-lang/crates.io-index"8910checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8911dependencies = [8912 "num-traits",8913 "rand 0.8.5",8914]89158916[[package]]8917name = "rand_hc"8918version = "0.2.0"8919source = "registry+https://github.com/rust-lang/crates.io-index"8920checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8921dependencies = [8922 "rand_core 0.5.1",8923]89248925[[package]]8926name = "rand_pcg"8927version = "0.2.1"8928source = "registry+https://github.com/rust-lang/crates.io-index"8929checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8930dependencies = [8931 "rand_core 0.5.1",8932]89338934[[package]]8935name = "rawpointer"8936version = "0.2.1"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89398940[[package]]8941name = "rayon"8942version = "1.5.1"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8945dependencies = [8946 "autocfg",8947 "crossbeam-deque",8948 "either",8949 "rayon-core",8950]89518952[[package]]8953name = "rayon-core"8954version = "1.9.1"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8957dependencies = [8958 "crossbeam-channel",8959 "crossbeam-deque",8960 "crossbeam-utils",8961 "lazy_static",8962 "num_cpus",8963]89648965[[package]]8966name = "redox_syscall"8967version = "0.2.13"8968source = "registry+https://github.com/rust-lang/crates.io-index"8969checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8970dependencies = [8971 "bitflags",8972]89738974[[package]]8975name = "redox_users"8976version = "0.4.3"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8979dependencies = [8980 "getrandom 0.2.6",8981 "redox_syscall",8982 "thiserror",8983]89848985[[package]]8986name = "reed-solomon-novelpoly"8987version = "1.0.0"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8990dependencies = [8991 "derive_more",8992 "fs-err",8993 "itertools",8994 "static_init",8995 "thiserror",8996]89978998[[package]]8999name = "ref-cast"9000version = "1.0.6"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"9003dependencies = [9004 "ref-cast-impl",9005]90069007[[package]]9008name = "ref-cast-impl"9009version = "1.0.6"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"9012dependencies = [9013 "proc-macro2",9014 "quote",9015 "syn",9016]90179018[[package]]9019name = "regalloc"9020version = "0.0.33"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9023dependencies = [9024 "log",9025 "rustc-hash",9026 "smallvec",9027]90289029[[package]]9030name = "regex"9031version = "1.5.5"9032source = "registry+https://github.com/rust-lang/crates.io-index"9033checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9034dependencies = [9035 "aho-corasick",9036 "memchr",9037 "regex-syntax",9038]90399040[[package]]9041name = "regex-automata"9042version = "0.1.10"9043source = "registry+https://github.com/rust-lang/crates.io-index"9044checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9045dependencies = [9046 "regex-syntax",9047]90489049[[package]]9050name = "regex-syntax"9051version = "0.6.25"9052source = "registry+https://github.com/rust-lang/crates.io-index"9053checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90549055[[package]]9056name = "region"9057version = "2.2.0"9058source = "registry+https://github.com/rust-lang/crates.io-index"9059checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9060dependencies = [9061 "bitflags",9062 "libc",9063 "mach",9064 "winapi 0.3.9",9065]90669067[[package]]9068name = "remote-externalities"9069version = "0.10.0-dev"9070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9071dependencies = [9072 "env_logger",9073 "jsonrpsee 0.8.0",9074 "log",9075 "parity-scale-codec",9076 "serde",9077 "serde_json",9078 "sp-core",9079 "sp-io",9080 "sp-runtime",9081 "sp-version",9082]90839084[[package]]9085name = "remove_dir_all"9086version = "0.5.3"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9089dependencies = [9090 "winapi 0.3.9",9091]90929093[[package]]9094name = "resolv-conf"9095version = "0.7.0"9096source = "registry+https://github.com/rust-lang/crates.io-index"9097checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9098dependencies = [9099 "hostname",9100 "quick-error 1.2.3",9101]91029103[[package]]9104name = "retain_mut"9105version = "0.1.7"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"91089109[[package]]9110name = "ring"9111version = "0.16.20"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9114dependencies = [9115 "cc",9116 "libc",9117 "once_cell",9118 "spin",9119 "untrusted",9120 "web-sys",9121 "winapi 0.3.9",9122]91239124[[package]]9125name = "rlp"9126version = "0.5.1"9127source = "registry+https://github.com/rust-lang/crates.io-index"9128checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9129dependencies = [9130 "bytes 1.1.0",9131 "rustc-hex",9132]91339134[[package]]9135name = "rlp-derive"9136version = "0.1.0"9137source = "registry+https://github.com/rust-lang/crates.io-index"9138checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9139dependencies = [9140 "proc-macro2",9141 "quote",9142 "syn",9143]91449145[[package]]9146name = "rocksdb"9147version = "0.18.0"9148source = "registry+https://github.com/rust-lang/crates.io-index"9149checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9150dependencies = [9151 "libc",9152 "librocksdb-sys",9153]91549155[[package]]9156name = "rococo-runtime"9157version = "0.9.18"9158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9159dependencies = [9160 "beefy-primitives",9161 "bp-messages",9162 "bp-rococo",9163 "bp-runtime",9164 "bp-wococo",9165 "bridge-runtime-common",9166 "frame-benchmarking",9167 "frame-executive",9168 "frame-support",9169 "frame-system",9170 "frame-system-rpc-runtime-api",9171 "hex-literal",9172 "log",9173 "pallet-authority-discovery",9174 "pallet-authorship",9175 "pallet-babe",9176 "pallet-balances",9177 "pallet-beefy",9178 "pallet-beefy-mmr",9179 "pallet-bridge-dispatch",9180 "pallet-bridge-grandpa",9181 "pallet-bridge-messages",9182 "pallet-collective",9183 "pallet-grandpa",9184 "pallet-im-online",9185 "pallet-indices",9186 "pallet-membership",9187 "pallet-mmr",9188 "pallet-mmr-primitives",9189 "pallet-multisig",9190 "pallet-offences",9191 "pallet-proxy",9192 "pallet-session",9193 "pallet-staking",9194 "pallet-sudo",9195 "pallet-timestamp",9196 "pallet-transaction-payment",9197 "pallet-transaction-payment-rpc-runtime-api",9198 "pallet-utility",9199 "pallet-xcm",9200 "parity-scale-codec",9201 "polkadot-parachain",9202 "polkadot-primitives",9203 "polkadot-runtime-common",9204 "polkadot-runtime-parachains",9205 "rococo-runtime-constants",9206 "scale-info",9207 "serde",9208 "serde_derive",9209 "smallvec",9210 "sp-api",9211 "sp-authority-discovery",9212 "sp-block-builder",9213 "sp-consensus-babe",9214 "sp-core",9215 "sp-inherents",9216 "sp-io",9217 "sp-offchain",9218 "sp-runtime",9219 "sp-session",9220 "sp-staking",9221 "sp-std",9222 "sp-transaction-pool",9223 "sp-version",9224 "substrate-wasm-builder",9225 "xcm",9226 "xcm-builder",9227 "xcm-executor",9228]92299230[[package]]9231name = "rococo-runtime-constants"9232version = "0.9.18"9233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9234dependencies = [9235 "frame-support",9236 "polkadot-primitives",9237 "polkadot-runtime-common",9238 "smallvec",9239 "sp-runtime",9240]92419242[[package]]9243name = "rpassword"9244version = "5.0.1"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9247dependencies = [9248 "libc",9249 "winapi 0.3.9",9250]92519252[[package]]9253name = "rustc-demangle"9254version = "0.1.21"9255source = "registry+https://github.com/rust-lang/crates.io-index"9256checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92579258[[package]]9259name = "rustc-hash"9260version = "1.1.0"9261source = "registry+https://github.com/rust-lang/crates.io-index"9262checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92639264[[package]]9265name = "rustc-hex"9266version = "2.1.0"9267source = "registry+https://github.com/rust-lang/crates.io-index"9268checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92699270[[package]]9271name = "rustc_version"9272version = "0.2.3"9273source = "registry+https://github.com/rust-lang/crates.io-index"9274checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9275dependencies = [9276 "semver 0.9.0",9277]92789279[[package]]9280name = "rustc_version"9281version = "0.3.3"9282source = "registry+https://github.com/rust-lang/crates.io-index"9283checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9284dependencies = [9285 "semver 0.11.0",9286]92879288[[package]]9289name = "rustc_version"9290version = "0.4.0"9291source = "registry+https://github.com/rust-lang/crates.io-index"9292checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9293dependencies = [9294 "semver 1.0.7",9295]92969297[[package]]9298name = "rustix"9299version = "0.31.3"9300source = "registry+https://github.com/rust-lang/crates.io-index"9301checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9302dependencies = [9303 "bitflags",9304 "errno",9305 "io-lifetimes",9306 "libc",9307 "linux-raw-sys",9308 "winapi 0.3.9",9309]93109311[[package]]9312name = "rustls"9313version = "0.19.1"9314source = "registry+https://github.com/rust-lang/crates.io-index"9315checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9316dependencies = [9317 "base64",9318 "log",9319 "ring",9320 "sct 0.6.1",9321 "webpki 0.21.4",9322]93239324[[package]]9325name = "rustls"9326version = "0.20.4"9327source = "registry+https://github.com/rust-lang/crates.io-index"9328checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9329dependencies = [9330 "log",9331 "ring",9332 "sct 0.7.0",9333 "webpki 0.22.0",9334]93359336[[package]]9337name = "rustls-native-certs"9338version = "0.5.0"9339source = "registry+https://github.com/rust-lang/crates.io-index"9340checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9341dependencies = [9342 "openssl-probe",9343 "rustls 0.19.1",9344 "schannel",9345 "security-framework",9346]93479348[[package]]9349name = "rustls-native-certs"9350version = "0.6.1"9351source = "registry+https://github.com/rust-lang/crates.io-index"9352checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9353dependencies = [9354 "openssl-probe",9355 "rustls-pemfile",9356 "schannel",9357 "security-framework",9358]93599360[[package]]9361name = "rustls-pemfile"9362version = "0.2.1"9363source = "registry+https://github.com/rust-lang/crates.io-index"9364checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9365dependencies = [9366 "base64",9367]93689369[[package]]9370name = "rustversion"9371version = "1.0.6"9372source = "registry+https://github.com/rust-lang/crates.io-index"9373checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93749375[[package]]9376name = "rw-stream-sink"9377version = "0.2.1"9378source = "registry+https://github.com/rust-lang/crates.io-index"9379checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9380dependencies = [9381 "futures 0.3.21",9382 "pin-project 0.4.29",9383 "static_assertions",9384]93859386[[package]]9387name = "ryu"9388version = "1.0.9"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93919392[[package]]9393name = "safe-mix"9394version = "1.0.1"9395source = "registry+https://github.com/rust-lang/crates.io-index"9396checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9397dependencies = [9398 "rustc_version 0.2.3",9399]94009401[[package]]9402name = "salsa20"9403version = "0.9.0"9404source = "registry+https://github.com/rust-lang/crates.io-index"9405checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9406dependencies = [9407 "cipher",9408]94099410[[package]]9411name = "same-file"9412version = "1.0.6"9413source = "registry+https://github.com/rust-lang/crates.io-index"9414checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9415dependencies = [9416 "winapi-util",9417]94189419[[package]]9420name = "sc-allocator"9421version = "4.1.0-dev"9422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9423dependencies = [9424 "log",9425 "sp-core",9426 "sp-wasm-interface",9427 "thiserror",9428]94299430[[package]]9431name = "sc-authority-discovery"9432version = "0.10.0-dev"9433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9434dependencies = [9435 "async-trait",9436 "futures 0.3.21",9437 "futures-timer",9438 "ip_network",9439 "libp2p",9440 "log",9441 "parity-scale-codec",9442 "prost",9443 "prost-build",9444 "rand 0.7.3",9445 "sc-client-api",9446 "sc-network",9447 "sp-api",9448 "sp-authority-discovery",9449 "sp-blockchain",9450 "sp-core",9451 "sp-keystore",9452 "sp-runtime",9453 "substrate-prometheus-endpoint",9454 "thiserror",9455]94569457[[package]]9458name = "sc-basic-authorship"9459version = "0.10.0-dev"9460source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9461dependencies = [9462 "futures 0.3.21",9463 "futures-timer",9464 "log",9465 "parity-scale-codec",9466 "sc-block-builder",9467 "sc-client-api",9468 "sc-proposer-metrics",9469 "sc-telemetry",9470 "sc-transaction-pool-api",9471 "sp-api",9472 "sp-blockchain",9473 "sp-consensus",9474 "sp-core",9475 "sp-inherents",9476 "sp-runtime",9477 "substrate-prometheus-endpoint",9478]94799480[[package]]9481name = "sc-block-builder"9482version = "0.10.0-dev"9483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9484dependencies = [9485 "parity-scale-codec",9486 "sc-client-api",9487 "sp-api",9488 "sp-block-builder",9489 "sp-blockchain",9490 "sp-core",9491 "sp-inherents",9492 "sp-runtime",9493 "sp-state-machine",9494]94959496[[package]]9497name = "sc-chain-spec"9498version = "4.0.0-dev"9499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9500dependencies = [9501 "impl-trait-for-tuples",9502 "memmap2 0.5.3",9503 "parity-scale-codec",9504 "sc-chain-spec-derive",9505 "sc-network",9506 "sc-telemetry",9507 "serde",9508 "serde_json",9509 "sp-core",9510 "sp-runtime",9511]95129513[[package]]9514name = "sc-chain-spec-derive"9515version = "4.0.0-dev"9516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9517dependencies = [9518 "proc-macro-crate 1.1.3",9519 "proc-macro2",9520 "quote",9521 "syn",9522]95239524[[package]]9525name = "sc-cli"9526version = "0.10.0-dev"9527source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9528dependencies = [9529 "chrono",9530 "clap",9531 "fdlimit",9532 "futures 0.3.21",9533 "hex",9534 "libp2p",9535 "log",9536 "names",9537 "parity-scale-codec",9538 "rand 0.7.3",9539 "regex",9540 "rpassword",9541 "sc-client-api",9542 "sc-keystore",9543 "sc-network",9544 "sc-service",9545 "sc-telemetry",9546 "sc-tracing",9547 "sc-utils",9548 "serde",9549 "serde_json",9550 "sp-blockchain",9551 "sp-core",9552 "sp-keyring",9553 "sp-keystore",9554 "sp-panic-handler",9555 "sp-runtime",9556 "sp-version",9557 "thiserror",9558 "tiny-bip39",9559 "tokio 1.17.0",9560]95619562[[package]]9563name = "sc-client-api"9564version = "4.0.0-dev"9565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9566dependencies = [9567 "fnv",9568 "futures 0.3.21",9569 "hash-db",9570 "log",9571 "parity-scale-codec",9572 "parking_lot 0.12.0",9573 "sc-executor",9574 "sc-transaction-pool-api",9575 "sc-utils",9576 "sp-api",9577 "sp-blockchain",9578 "sp-consensus",9579 "sp-core",9580 "sp-database",9581 "sp-externalities",9582 "sp-keystore",9583 "sp-runtime",9584 "sp-state-machine",9585 "sp-storage",9586 "sp-trie",9587 "substrate-prometheus-endpoint",9588]95899590[[package]]9591name = "sc-client-db"9592version = "0.10.0-dev"9593source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9594dependencies = [9595 "hash-db",9596 "kvdb",9597 "kvdb-memorydb",9598 "kvdb-rocksdb",9599 "linked-hash-map",9600 "log",9601 "parity-db",9602 "parity-scale-codec",9603 "parking_lot 0.12.0",9604 "sc-client-api",9605 "sc-state-db",9606 "sp-arithmetic",9607 "sp-blockchain",9608 "sp-core",9609 "sp-database",9610 "sp-runtime",9611 "sp-state-machine",9612 "sp-trie",9613]96149615[[package]]9616name = "sc-consensus"9617version = "0.10.0-dev"9618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9619dependencies = [9620 "async-trait",9621 "futures 0.3.21",9622 "futures-timer",9623 "libp2p",9624 "log",9625 "parking_lot 0.12.0",9626 "sc-client-api",9627 "sc-utils",9628 "serde",9629 "sp-api",9630 "sp-blockchain",9631 "sp-consensus",9632 "sp-core",9633 "sp-runtime",9634 "sp-state-machine",9635 "substrate-prometheus-endpoint",9636 "thiserror",9637]96389639[[package]]9640name = "sc-consensus-aura"9641version = "0.10.0-dev"9642source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9643dependencies = [9644 "async-trait",9645 "futures 0.3.21",9646 "log",9647 "parity-scale-codec",9648 "sc-block-builder",9649 "sc-client-api",9650 "sc-consensus",9651 "sc-consensus-slots",9652 "sc-telemetry",9653 "sp-api",9654 "sp-application-crypto",9655 "sp-block-builder",9656 "sp-blockchain",9657 "sp-consensus",9658 "sp-consensus-aura",9659 "sp-consensus-slots",9660 "sp-core",9661 "sp-inherents",9662 "sp-keystore",9663 "sp-runtime",9664 "substrate-prometheus-endpoint",9665 "thiserror",9666]96679668[[package]]9669name = "sc-consensus-babe"9670version = "0.10.0-dev"9671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9672dependencies = [9673 "async-trait",9674 "fork-tree",9675 "futures 0.3.21",9676 "log",9677 "merlin",9678 "num-bigint",9679 "num-rational 0.2.4",9680 "num-traits",9681 "parity-scale-codec",9682 "parking_lot 0.12.0",9683 "rand 0.7.3",9684 "retain_mut",9685 "sc-client-api",9686 "sc-consensus",9687 "sc-consensus-epochs",9688 "sc-consensus-slots",9689 "sc-keystore",9690 "sc-telemetry",9691 "schnorrkel",9692 "serde",9693 "sp-api",9694 "sp-application-crypto",9695 "sp-block-builder",9696 "sp-blockchain",9697 "sp-consensus",9698 "sp-consensus-babe",9699 "sp-consensus-slots",9700 "sp-consensus-vrf",9701 "sp-core",9702 "sp-inherents",9703 "sp-io",9704 "sp-keystore",9705 "sp-runtime",9706 "sp-version",9707 "substrate-prometheus-endpoint",9708 "thiserror",9709]97109711[[package]]9712name = "sc-consensus-babe-rpc"9713version = "0.10.0-dev"9714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9715dependencies = [9716 "futures 0.3.21",9717 "jsonrpc-core",9718 "jsonrpc-core-client",9719 "jsonrpc-derive",9720 "sc-consensus-babe",9721 "sc-consensus-epochs",9722 "sc-rpc-api",9723 "serde",9724 "sp-api",9725 "sp-application-crypto",9726 "sp-blockchain",9727 "sp-consensus",9728 "sp-consensus-babe",9729 "sp-core",9730 "sp-keystore",9731 "sp-runtime",9732 "thiserror",9733]97349735[[package]]9736name = "sc-consensus-epochs"9737version = "0.10.0-dev"9738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9739dependencies = [9740 "fork-tree",9741 "parity-scale-codec",9742 "sc-client-api",9743 "sc-consensus",9744 "sp-blockchain",9745 "sp-runtime",9746]97479748[[package]]9749name = "sc-consensus-manual-seal"9750version = "0.10.0-dev"9751source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9752dependencies = [9753 "assert_matches",9754 "async-trait",9755 "futures 0.3.21",9756 "jsonrpc-core",9757 "jsonrpc-core-client",9758 "jsonrpc-derive",9759 "log",9760 "parity-scale-codec",9761 "sc-client-api",9762 "sc-consensus",9763 "sc-consensus-aura",9764 "sc-consensus-babe",9765 "sc-consensus-epochs",9766 "sc-transaction-pool",9767 "sc-transaction-pool-api",9768 "serde",9769 "sp-api",9770 "sp-blockchain",9771 "sp-consensus",9772 "sp-consensus-aura",9773 "sp-consensus-babe",9774 "sp-consensus-slots",9775 "sp-core",9776 "sp-inherents",9777 "sp-keystore",9778 "sp-runtime",9779 "sp-timestamp",9780 "substrate-prometheus-endpoint",9781 "thiserror",9782]97839784[[package]]9785name = "sc-consensus-slots"9786version = "0.10.0-dev"9787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9788dependencies = [9789 "async-trait",9790 "futures 0.3.21",9791 "futures-timer",9792 "log",9793 "parity-scale-codec",9794 "sc-client-api",9795 "sc-consensus",9796 "sc-telemetry",9797 "sp-arithmetic",9798 "sp-blockchain",9799 "sp-consensus",9800 "sp-consensus-slots",9801 "sp-core",9802 "sp-inherents",9803 "sp-runtime",9804 "sp-state-machine",9805 "sp-timestamp",9806 "thiserror",9807]98089809[[package]]9810name = "sc-consensus-uncles"9811version = "0.10.0-dev"9812source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9813dependencies = [9814 "sc-client-api",9815 "sp-authorship",9816 "sp-runtime",9817 "thiserror",9818]98199820[[package]]9821name = "sc-executor"9822version = "0.10.0-dev"9823source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9824dependencies = [9825 "lazy_static",9826 "lru 0.6.6",9827 "parity-scale-codec",9828 "parking_lot 0.12.0",9829 "sc-executor-common",9830 "sc-executor-wasmi",9831 "sc-executor-wasmtime",9832 "sp-api",9833 "sp-core",9834 "sp-core-hashing-proc-macro",9835 "sp-externalities",9836 "sp-io",9837 "sp-panic-handler",9838 "sp-runtime-interface",9839 "sp-tasks",9840 "sp-trie",9841 "sp-version",9842 "sp-wasm-interface",9843 "tracing",9844 "wasmi",9845]98469847[[package]]9848name = "sc-executor-common"9849version = "0.10.0-dev"9850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9851dependencies = [9852 "environmental",9853 "parity-scale-codec",9854 "sc-allocator",9855 "sp-core",9856 "sp-maybe-compressed-blob",9857 "sp-serializer",9858 "sp-wasm-interface",9859 "thiserror",9860 "wasm-instrument",9861 "wasmi",9862]98639864[[package]]9865name = "sc-executor-wasmi"9866version = "0.10.0-dev"9867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9868dependencies = [9869 "log",9870 "parity-scale-codec",9871 "sc-allocator",9872 "sc-executor-common",9873 "scoped-tls",9874 "sp-core",9875 "sp-runtime-interface",9876 "sp-wasm-interface",9877 "wasmi",9878]98799880[[package]]9881name = "sc-executor-wasmtime"9882version = "0.10.0-dev"9883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9884dependencies = [9885 "cfg-if 1.0.0",9886 "libc",9887 "log",9888 "parity-scale-codec",9889 "parity-wasm 0.42.2",9890 "sc-allocator",9891 "sc-executor-common",9892 "sp-core",9893 "sp-runtime-interface",9894 "sp-wasm-interface",9895 "wasmtime",9896]98979898[[package]]9899name = "sc-finality-grandpa"9900version = "0.10.0-dev"9901source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9902dependencies = [9903 "ahash",9904 "async-trait",9905 "dyn-clone",9906 "finality-grandpa",9907 "fork-tree",9908 "futures 0.3.21",9909 "futures-timer",9910 "hex",9911 "log",9912 "parity-scale-codec",9913 "parking_lot 0.12.0",9914 "rand 0.8.5",9915 "sc-block-builder",9916 "sc-chain-spec",9917 "sc-client-api",9918 "sc-consensus",9919 "sc-keystore",9920 "sc-network",9921 "sc-network-gossip",9922 "sc-telemetry",9923 "sc-utils",9924 "serde_json",9925 "sp-api",9926 "sp-application-crypto",9927 "sp-arithmetic",9928 "sp-blockchain",9929 "sp-consensus",9930 "sp-core",9931 "sp-finality-grandpa",9932 "sp-keystore",9933 "sp-runtime",9934 "substrate-prometheus-endpoint",9935 "thiserror",9936]99379938[[package]]9939name = "sc-finality-grandpa-rpc"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9942dependencies = [9943 "finality-grandpa",9944 "futures 0.3.21",9945 "jsonrpc-core",9946 "jsonrpc-core-client",9947 "jsonrpc-derive",9948 "jsonrpc-pubsub",9949 "log",9950 "parity-scale-codec",9951 "sc-client-api",9952 "sc-finality-grandpa",9953 "sc-rpc",9954 "serde",9955 "serde_json",9956 "sp-blockchain",9957 "sp-core",9958 "sp-runtime",9959 "thiserror",9960]99619962[[package]]9963name = "sc-informant"9964version = "0.10.0-dev"9965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9966dependencies = [9967 "ansi_term",9968 "futures 0.3.21",9969 "futures-timer",9970 "log",9971 "parity-util-mem",9972 "sc-client-api",9973 "sc-network",9974 "sc-transaction-pool-api",9975 "sp-blockchain",9976 "sp-runtime",9977]99789979[[package]]9980name = "sc-keystore"9981version = "4.0.0-dev"9982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9983dependencies = [9984 "async-trait",9985 "hex",9986 "parking_lot 0.12.0",9987 "serde_json",9988 "sp-application-crypto",9989 "sp-core",9990 "sp-keystore",9991 "thiserror",9992]99939994[[package]]9995name = "sc-network"9996version = "0.10.0-dev"9997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9998dependencies = [9999 "async-trait",10000 "asynchronous-codec 0.5.0",10001 "bitflags",10002 "bytes 1.1.0",10003 "cid",10004 "either",10005 "fnv",10006 "fork-tree",10007 "futures 0.3.21",10008 "futures-timer",10009 "hex",10010 "ip_network",10011 "libp2p",10012 "linked-hash-map",10013 "linked_hash_set",10014 "log",10015 "lru 0.7.3",10016 "parity-scale-codec",10017 "parking_lot 0.12.0",10018 "pin-project 1.0.10",10019 "prost",10020 "prost-build",10021 "rand 0.7.3",10022 "sc-block-builder",10023 "sc-client-api",10024 "sc-consensus",10025 "sc-peerset",10026 "sc-utils",10027 "serde",10028 "serde_json",10029 "smallvec",10030 "sp-arithmetic",10031 "sp-blockchain",10032 "sp-consensus",10033 "sp-core",10034 "sp-finality-grandpa",10035 "sp-runtime",10036 "substrate-prometheus-endpoint",10037 "thiserror",10038 "unsigned-varint 0.6.0",10039 "void",10040 "zeroize",10041]1004210043[[package]]10044name = "sc-network-gossip"10045version = "0.10.0-dev"10046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10047dependencies = [10048 "ahash",10049 "futures 0.3.21",10050 "futures-timer",10051 "libp2p",10052 "log",10053 "lru 0.7.3",10054 "sc-network",10055 "sp-runtime",10056 "substrate-prometheus-endpoint",10057 "tracing",10058]1005910060[[package]]10061name = "sc-offchain"10062version = "4.0.0-dev"10063source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10064dependencies = [10065 "bytes 1.1.0",10066 "fnv",10067 "futures 0.3.21",10068 "futures-timer",10069 "hex",10070 "hyper",10071 "hyper-rustls 0.22.1",10072 "num_cpus",10073 "once_cell",10074 "parity-scale-codec",10075 "parking_lot 0.12.0",10076 "rand 0.7.3",10077 "sc-client-api",10078 "sc-network",10079 "sc-utils",10080 "sp-api",10081 "sp-core",10082 "sp-offchain",10083 "sp-runtime",10084 "threadpool",10085 "tracing",10086]1008710088[[package]]10089name = "sc-peerset"10090version = "4.0.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10092dependencies = [10093 "futures 0.3.21",10094 "libp2p",10095 "log",10096 "sc-utils",10097 "serde_json",10098 "wasm-timer",10099]1010010101[[package]]10102name = "sc-proposer-metrics"10103version = "0.10.0-dev"10104source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10105dependencies = [10106 "log",10107 "substrate-prometheus-endpoint",10108]1010910110[[package]]10111name = "sc-rpc"10112version = "4.0.0-dev"10113source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10114dependencies = [10115 "futures 0.3.21",10116 "hash-db",10117 "jsonrpc-core",10118 "jsonrpc-pubsub",10119 "log",10120 "parity-scale-codec",10121 "parking_lot 0.12.0",10122 "sc-block-builder",10123 "sc-chain-spec",10124 "sc-client-api",10125 "sc-rpc-api",10126 "sc-tracing",10127 "sc-transaction-pool-api",10128 "sc-utils",10129 "serde_json",10130 "sp-api",10131 "sp-blockchain",10132 "sp-core",10133 "sp-keystore",10134 "sp-offchain",10135 "sp-rpc",10136 "sp-runtime",10137 "sp-session",10138 "sp-version",10139]1014010141[[package]]10142name = "sc-rpc-api"10143version = "0.10.0-dev"10144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10145dependencies = [10146 "futures 0.3.21",10147 "jsonrpc-core",10148 "jsonrpc-core-client",10149 "jsonrpc-derive",10150 "jsonrpc-pubsub",10151 "log",10152 "parity-scale-codec",10153 "parking_lot 0.12.0",10154 "sc-chain-spec",10155 "sc-transaction-pool-api",10156 "serde",10157 "serde_json",10158 "sp-core",10159 "sp-rpc",10160 "sp-runtime",10161 "sp-tracing",10162 "sp-version",10163 "thiserror",10164]1016510166[[package]]10167name = "sc-rpc-server"10168version = "4.0.0-dev"10169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10170dependencies = [10171 "futures 0.3.21",10172 "jsonrpc-core",10173 "jsonrpc-http-server",10174 "jsonrpc-ipc-server",10175 "jsonrpc-pubsub",10176 "jsonrpc-ws-server",10177 "log",10178 "serde_json",10179 "substrate-prometheus-endpoint",10180 "tokio 1.17.0",10181]1018210183[[package]]10184name = "sc-service"10185version = "0.10.0-dev"10186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10187dependencies = [10188 "async-trait",10189 "directories",10190 "exit-future",10191 "futures 0.3.21",10192 "futures-timer",10193 "hash-db",10194 "jsonrpc-core",10195 "jsonrpc-pubsub",10196 "log",10197 "parity-scale-codec",10198 "parity-util-mem",10199 "parking_lot 0.12.0",10200 "pin-project 1.0.10",10201 "rand 0.7.3",10202 "sc-block-builder",10203 "sc-chain-spec",10204 "sc-client-api",10205 "sc-client-db",10206 "sc-consensus",10207 "sc-executor",10208 "sc-informant",10209 "sc-keystore",10210 "sc-network",10211 "sc-offchain",10212 "sc-rpc",10213 "sc-rpc-server",10214 "sc-telemetry",10215 "sc-tracing",10216 "sc-transaction-pool",10217 "sc-transaction-pool-api",10218 "sc-utils",10219 "serde",10220 "serde_json",10221 "sp-api",10222 "sp-application-crypto",10223 "sp-block-builder",10224 "sp-blockchain",10225 "sp-consensus",10226 "sp-core",10227 "sp-externalities",10228 "sp-inherents",10229 "sp-keystore",10230 "sp-runtime",10231 "sp-session",10232 "sp-state-machine",10233 "sp-storage",10234 "sp-tracing",10235 "sp-transaction-pool",10236 "sp-transaction-storage-proof",10237 "sp-trie",10238 "sp-version",10239 "substrate-prometheus-endpoint",10240 "tempfile",10241 "thiserror",10242 "tokio 1.17.0",10243 "tracing",10244 "tracing-futures",10245]1024610247[[package]]10248name = "sc-state-db"10249version = "0.10.0-dev"10250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10251dependencies = [10252 "log",10253 "parity-scale-codec",10254 "parity-util-mem",10255 "parity-util-mem-derive",10256 "parking_lot 0.12.0",10257 "sc-client-api",10258 "sp-core",10259]1026010261[[package]]10262name = "sc-sync-state-rpc"10263version = "0.10.0-dev"10264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10265dependencies = [10266 "jsonrpc-core",10267 "jsonrpc-core-client",10268 "jsonrpc-derive",10269 "parity-scale-codec",10270 "sc-chain-spec",10271 "sc-client-api",10272 "sc-consensus-babe",10273 "sc-consensus-epochs",10274 "sc-finality-grandpa",10275 "serde",10276 "serde_json",10277 "sp-blockchain",10278 "sp-runtime",10279 "thiserror",10280]1028110282[[package]]10283name = "sc-telemetry"10284version = "4.0.0-dev"10285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10286dependencies = [10287 "chrono",10288 "futures 0.3.21",10289 "libp2p",10290 "log",10291 "parking_lot 0.12.0",10292 "pin-project 1.0.10",10293 "rand 0.7.3",10294 "serde",10295 "serde_json",10296 "thiserror",10297 "wasm-timer",10298]1029910300[[package]]10301name = "sc-tracing"10302version = "4.0.0-dev"10303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10304dependencies = [10305 "ansi_term",10306 "atty",10307 "chrono",10308 "lazy_static",10309 "libc",10310 "log",10311 "once_cell",10312 "parking_lot 0.12.0",10313 "regex",10314 "rustc-hash",10315 "sc-client-api",10316 "sc-rpc-server",10317 "sc-tracing-proc-macro",10318 "serde",10319 "sp-api",10320 "sp-blockchain",10321 "sp-core",10322 "sp-rpc",10323 "sp-runtime",10324 "sp-tracing",10325 "thiserror",10326 "tracing",10327 "tracing-log",10328 "tracing-subscriber",10329]1033010331[[package]]10332name = "sc-tracing-proc-macro"10333version = "4.0.0-dev"10334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10335dependencies = [10336 "proc-macro-crate 1.1.3",10337 "proc-macro2",10338 "quote",10339 "syn",10340]1034110342[[package]]10343name = "sc-transaction-pool"10344version = "4.0.0-dev"10345source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10346dependencies = [10347 "futures 0.3.21",10348 "futures-timer",10349 "linked-hash-map",10350 "log",10351 "parity-scale-codec",10352 "parity-util-mem",10353 "parking_lot 0.12.0",10354 "retain_mut",10355 "sc-client-api",10356 "sc-transaction-pool-api",10357 "sc-utils",10358 "serde",10359 "sp-api",10360 "sp-blockchain",10361 "sp-core",10362 "sp-runtime",10363 "sp-tracing",10364 "sp-transaction-pool",10365 "substrate-prometheus-endpoint",10366 "thiserror",10367]1036810369[[package]]10370name = "sc-transaction-pool-api"10371version = "4.0.0-dev"10372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10373dependencies = [10374 "futures 0.3.21",10375 "log",10376 "serde",10377 "sp-blockchain",10378 "sp-runtime",10379 "thiserror",10380]1038110382[[package]]10383name = "sc-utils"10384version = "4.0.0-dev"10385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10386dependencies = [10387 "futures 0.3.21",10388 "futures-timer",10389 "lazy_static",10390 "log",10391 "parking_lot 0.12.0",10392 "prometheus",10393]1039410395[[package]]10396name = "scale-info"10397version = "2.0.1"10398source = "registry+https://github.com/rust-lang/crates.io-index"10399checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10400dependencies = [10401 "bitvec",10402 "cfg-if 1.0.0",10403 "derive_more",10404 "parity-scale-codec",10405 "scale-info-derive",10406 "serde",10407]1040810409[[package]]10410name = "scale-info-derive"10411version = "2.0.0"10412source = "registry+https://github.com/rust-lang/crates.io-index"10413checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10414dependencies = [10415 "proc-macro-crate 1.1.3",10416 "proc-macro2",10417 "quote",10418 "syn",10419]1042010421[[package]]10422name = "schannel"10423version = "0.1.19"10424source = "registry+https://github.com/rust-lang/crates.io-index"10425checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10426dependencies = [10427 "lazy_static",10428 "winapi 0.3.9",10429]1043010431[[package]]10432name = "schnorrkel"10433version = "0.9.1"10434source = "registry+https://github.com/rust-lang/crates.io-index"10435checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10436dependencies = [10437 "arrayref",10438 "arrayvec 0.5.2",10439 "curve25519-dalek 2.1.3",10440 "getrandom 0.1.16",10441 "merlin",10442 "rand 0.7.3",10443 "rand_core 0.5.1",10444 "sha2 0.8.2",10445 "subtle 2.4.1",10446 "zeroize",10447]1044810449[[package]]10450name = "scoped-tls"10451version = "1.0.0"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1045410455[[package]]10456name = "scopeguard"10457version = "1.1.0"10458source = "registry+https://github.com/rust-lang/crates.io-index"10459checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1046010461[[package]]10462name = "sct"10463version = "0.6.1"10464source = "registry+https://github.com/rust-lang/crates.io-index"10465checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10466dependencies = [10467 "ring",10468 "untrusted",10469]1047010471[[package]]10472name = "sct"10473version = "0.7.0"10474source = "registry+https://github.com/rust-lang/crates.io-index"10475checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10476dependencies = [10477 "ring",10478 "untrusted",10479]1048010481[[package]]10482name = "sec1"10483version = "0.2.1"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10486dependencies = [10487 "der",10488 "generic-array 0.14.5",10489 "pkcs8",10490 "subtle 2.4.1",10491 "zeroize",10492]1049310494[[package]]10495name = "secp256k1"10496version = "0.21.3"10497source = "registry+https://github.com/rust-lang/crates.io-index"10498checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10499dependencies = [10500 "secp256k1-sys",10501]1050210503[[package]]10504name = "secp256k1-sys"10505version = "0.4.2"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10508dependencies = [10509 "cc",10510]1051110512[[package]]10513name = "secrecy"10514version = "0.8.0"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10517dependencies = [10518 "zeroize",10519]1052010521[[package]]10522name = "security-framework"10523version = "2.6.1"10524source = "registry+https://github.com/rust-lang/crates.io-index"10525checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10526dependencies = [10527 "bitflags",10528 "core-foundation",10529 "core-foundation-sys",10530 "libc",10531 "security-framework-sys",10532]1053310534[[package]]10535name = "security-framework-sys"10536version = "2.6.1"10537source = "registry+https://github.com/rust-lang/crates.io-index"10538checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10539dependencies = [10540 "core-foundation-sys",10541 "libc",10542]1054310544[[package]]10545name = "semver"10546version = "0.6.0"10547source = "registry+https://github.com/rust-lang/crates.io-index"10548checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10549dependencies = [10550 "semver-parser 0.7.0",10551]1055210553[[package]]10554name = "semver"10555version = "0.9.0"10556source = "registry+https://github.com/rust-lang/crates.io-index"10557checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10558dependencies = [10559 "semver-parser 0.7.0",10560]1056110562[[package]]10563name = "semver"10564version = "0.11.0"10565source = "registry+https://github.com/rust-lang/crates.io-index"10566checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10567dependencies = [10568 "semver-parser 0.10.2",10569]1057010571[[package]]10572name = "semver"10573version = "1.0.7"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10576dependencies = [10577 "serde",10578]1057910580[[package]]10581name = "semver-parser"10582version = "0.7.0"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1058510586[[package]]10587name = "semver-parser"10588version = "0.10.2"10589source = "registry+https://github.com/rust-lang/crates.io-index"10590checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10591dependencies = [10592 "pest",10593]1059410595[[package]]10596name = "serde"10597version = "1.0.136"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10600dependencies = [10601 "serde_derive",10602]1060310604[[package]]10605name = "serde_derive"10606version = "1.0.136"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10609dependencies = [10610 "proc-macro2",10611 "quote",10612 "syn",10613]1061410615[[package]]10616name = "serde_json"10617version = "1.0.79"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10620dependencies = [10621 "itoa 1.0.1",10622 "ryu",10623 "serde",10624]1062510626[[package]]10627name = "serde_nanos"10628version = "0.1.2"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10631dependencies = [10632 "serde",10633]1063410635[[package]]10636name = "sha-1"10637version = "0.8.2"10638source = "registry+https://github.com/rust-lang/crates.io-index"10639checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10640dependencies = [10641 "block-buffer 0.7.3",10642 "digest 0.8.1",10643 "fake-simd",10644 "opaque-debug 0.2.3",10645]1064610647[[package]]10648name = "sha-1"10649version = "0.9.8"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10652dependencies = [10653 "block-buffer 0.9.0",10654 "cfg-if 1.0.0",10655 "cpufeatures 0.2.2",10656 "digest 0.9.0",10657 "opaque-debug 0.3.0",10658]1065910660[[package]]10661name = "sha2"10662version = "0.8.2"10663source = "registry+https://github.com/rust-lang/crates.io-index"10664checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10665dependencies = [10666 "block-buffer 0.7.3",10667 "digest 0.8.1",10668 "fake-simd",10669 "opaque-debug 0.2.3",10670]1067110672[[package]]10673name = "sha2"10674version = "0.9.9"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10677dependencies = [10678 "block-buffer 0.9.0",10679 "cfg-if 1.0.0",10680 "cpufeatures 0.2.2",10681 "digest 0.9.0",10682 "opaque-debug 0.3.0",10683]1068410685[[package]]10686name = "sha2"10687version = "0.10.2"10688source = "registry+https://github.com/rust-lang/crates.io-index"10689checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10690dependencies = [10691 "cfg-if 1.0.0",10692 "cpufeatures 0.2.2",10693 "digest 0.10.3",10694]1069510696[[package]]10697name = "sha3"10698version = "0.8.2"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10701dependencies = [10702 "block-buffer 0.7.3",10703 "byte-tools",10704 "digest 0.8.1",10705 "keccak",10706 "opaque-debug 0.2.3",10707]1070810709[[package]]10710name = "sha3"10711version = "0.9.1"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10714dependencies = [10715 "block-buffer 0.9.0",10716 "digest 0.9.0",10717 "keccak",10718 "opaque-debug 0.3.0",10719]1072010721[[package]]10722name = "sha3"10723version = "0.10.1"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10726dependencies = [10727 "digest 0.10.3",10728 "keccak",10729]1073010731[[package]]10732name = "sharded-slab"10733version = "0.1.4"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10736dependencies = [10737 "lazy_static",10738]1073910740[[package]]10741name = "shlex"10742version = "1.1.0"10743source = "registry+https://github.com/rust-lang/crates.io-index"10744checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1074510746[[package]]10747name = "signal-hook"10748version = "0.3.13"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10751dependencies = [10752 "libc",10753 "signal-hook-registry",10754]1075510756[[package]]10757name = "signal-hook-registry"10758version = "1.4.0"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10761dependencies = [10762 "libc",10763]1076410765[[package]]10766name = "signature"10767version = "1.4.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10770dependencies = [10771 "rand_core 0.6.3",10772]1077310774[[package]]10775name = "simba"10776version = "0.5.1"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10779dependencies = [10780 "approx",10781 "num-complex",10782 "num-traits",10783 "paste",10784]1078510786[[package]]10787name = "slab"10788version = "0.4.5"10789source = "registry+https://github.com/rust-lang/crates.io-index"10790checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1079110792[[package]]10793name = "slot-range-helper"10794version = "0.9.18"10795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10796dependencies = [10797 "enumn",10798 "parity-scale-codec",10799 "paste",10800 "sp-runtime",10801 "sp-std",10802]1080310804[[package]]10805name = "slotmap"10806version = "1.0.6"10807source = "registry+https://github.com/rust-lang/crates.io-index"10808checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10809dependencies = [10810 "version_check",10811]1081210813[[package]]10814name = "smallvec"10815version = "1.8.0"10816source = "registry+https://github.com/rust-lang/crates.io-index"10817checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1081810819[[package]]10820name = "snap"10821version = "1.0.5"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1082410825[[package]]10826name = "snow"10827version = "0.8.0"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10830dependencies = [10831 "aes-gcm",10832 "blake2 0.9.2",10833 "chacha20poly1305",10834 "rand 0.8.5",10835 "rand_core 0.6.3",10836 "ring",10837 "rustc_version 0.3.3",10838 "sha2 0.9.9",10839 "subtle 2.4.1",10840 "x25519-dalek",10841]1084210843[[package]]10844name = "socket2"10845version = "0.3.19"10846source = "registry+https://github.com/rust-lang/crates.io-index"10847checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10848dependencies = [10849 "cfg-if 1.0.0",10850 "libc",10851 "winapi 0.3.9",10852]1085310854[[package]]10855name = "socket2"10856version = "0.4.4"10857source = "registry+https://github.com/rust-lang/crates.io-index"10858checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10859dependencies = [10860 "libc",10861 "winapi 0.3.9",10862]1086310864[[package]]10865name = "soketto"10866version = "0.7.1"10867source = "registry+https://github.com/rust-lang/crates.io-index"10868checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10869dependencies = [10870 "base64",10871 "bytes 1.1.0",10872 "flate2",10873 "futures 0.3.21",10874 "httparse",10875 "log",10876 "rand 0.8.5",10877 "sha-1 0.9.8",10878]1087910880[[package]]10881name = "sp-api"10882version = "4.0.0-dev"10883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10884dependencies = [10885 "hash-db",10886 "log",10887 "parity-scale-codec",10888 "sp-api-proc-macro",10889 "sp-core",10890 "sp-runtime",10891 "sp-state-machine",10892 "sp-std",10893 "sp-version",10894 "thiserror",10895]1089610897[[package]]10898name = "sp-api-proc-macro"10899version = "4.0.0-dev"10900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10901dependencies = [10902 "blake2 0.10.4",10903 "proc-macro-crate 1.1.3",10904 "proc-macro2",10905 "quote",10906 "syn",10907]1090810909[[package]]10910name = "sp-application-crypto"10911version = "6.0.0"10912source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10913dependencies = [10914 "parity-scale-codec",10915 "scale-info",10916 "serde",10917 "sp-core",10918 "sp-io",10919 "sp-std",10920]1092110922[[package]]10923name = "sp-arithmetic"10924version = "5.0.0"10925source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10926dependencies = [10927 "integer-sqrt",10928 "num-traits",10929 "parity-scale-codec",10930 "scale-info",10931 "serde",10932 "sp-debug-derive",10933 "sp-std",10934 "static_assertions",10935]1093610937[[package]]10938name = "sp-authority-discovery"10939version = "4.0.0-dev"10940source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10941dependencies = [10942 "parity-scale-codec",10943 "scale-info",10944 "sp-api",10945 "sp-application-crypto",10946 "sp-runtime",10947 "sp-std",10948]1094910950[[package]]10951name = "sp-authorship"10952version = "4.0.0-dev"10953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10954dependencies = [10955 "async-trait",10956 "parity-scale-codec",10957 "sp-inherents",10958 "sp-runtime",10959 "sp-std",10960]1096110962[[package]]10963name = "sp-block-builder"10964version = "4.0.0-dev"10965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10966dependencies = [10967 "parity-scale-codec",10968 "sp-api",10969 "sp-inherents",10970 "sp-runtime",10971 "sp-std",10972]1097310974[[package]]10975name = "sp-blockchain"10976version = "4.0.0-dev"10977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10978dependencies = [10979 "futures 0.3.21",10980 "log",10981 "lru 0.7.3",10982 "parity-scale-codec",10983 "parking_lot 0.12.0",10984 "sp-api",10985 "sp-consensus",10986 "sp-database",10987 "sp-runtime",10988 "sp-state-machine",10989 "thiserror",10990]1099110992[[package]]10993name = "sp-consensus"10994version = "0.10.0-dev"10995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10996dependencies = [10997 "async-trait",10998 "futures 0.3.21",10999 "futures-timer",11000 "log",11001 "parity-scale-codec",11002 "sp-core",11003 "sp-inherents",11004 "sp-runtime",11005 "sp-state-machine",11006 "sp-std",11007 "sp-version",11008 "thiserror",11009]1101011011[[package]]11012name = "sp-consensus-aura"11013version = "0.10.0-dev"11014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11015dependencies = [11016 "async-trait",11017 "parity-scale-codec",11018 "scale-info",11019 "sp-api",11020 "sp-application-crypto",11021 "sp-consensus",11022 "sp-consensus-slots",11023 "sp-inherents",11024 "sp-runtime",11025 "sp-std",11026 "sp-timestamp",11027]1102811029[[package]]11030name = "sp-consensus-babe"11031version = "0.10.0-dev"11032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11033dependencies = [11034 "async-trait",11035 "merlin",11036 "parity-scale-codec",11037 "scale-info",11038 "serde",11039 "sp-api",11040 "sp-application-crypto",11041 "sp-consensus",11042 "sp-consensus-slots",11043 "sp-consensus-vrf",11044 "sp-core",11045 "sp-inherents",11046 "sp-keystore",11047 "sp-runtime",11048 "sp-std",11049 "sp-timestamp",11050]1105111052[[package]]11053name = "sp-consensus-slots"11054version = "0.10.0-dev"11055source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11056dependencies = [11057 "parity-scale-codec",11058 "scale-info",11059 "serde",11060 "sp-arithmetic",11061 "sp-runtime",11062 "sp-std",11063 "sp-timestamp",11064]1106511066[[package]]11067name = "sp-consensus-vrf"11068version = "0.10.0-dev"11069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11070dependencies = [11071 "parity-scale-codec",11072 "schnorrkel",11073 "sp-core",11074 "sp-runtime",11075 "sp-std",11076]1107711078[[package]]11079name = "sp-core"11080version = "6.0.0"11081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11082dependencies = [11083 "base58",11084 "bitflags",11085 "blake2-rfc",11086 "byteorder",11087 "dyn-clonable",11088 "ed25519-dalek",11089 "futures 0.3.21",11090 "hash-db",11091 "hash256-std-hasher",11092 "hex",11093 "impl-serde",11094 "lazy_static",11095 "libsecp256k1 0.7.0",11096 "log",11097 "merlin",11098 "num-traits",11099 "parity-scale-codec",11100 "parity-util-mem",11101 "parking_lot 0.12.0",11102 "primitive-types",11103 "rand 0.7.3",11104 "regex",11105 "scale-info",11106 "schnorrkel",11107 "secp256k1",11108 "secrecy",11109 "serde",11110 "sp-core-hashing",11111 "sp-debug-derive",11112 "sp-externalities",11113 "sp-runtime-interface",11114 "sp-std",11115 "sp-storage",11116 "ss58-registry",11117 "substrate-bip39",11118 "thiserror",11119 "tiny-bip39",11120 "wasmi",11121 "zeroize",11122]1112311124[[package]]11125name = "sp-core-hashing"11126version = "4.0.0"11127source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11128dependencies = [11129 "blake2 0.10.4",11130 "byteorder",11131 "digest 0.10.3",11132 "sha2 0.10.2",11133 "sha3 0.10.1",11134 "sp-std",11135 "twox-hash",11136]1113711138[[package]]11139name = "sp-core-hashing-proc-macro"11140version = "5.0.0"11141source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11142dependencies = [11143 "proc-macro2",11144 "quote",11145 "sp-core-hashing",11146 "syn",11147]1114811149[[package]]11150name = "sp-database"11151version = "4.0.0-dev"11152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11153dependencies = [11154 "kvdb",11155 "parking_lot 0.12.0",11156]1115711158[[package]]11159name = "sp-debug-derive"11160version = "4.0.0"11161source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11162dependencies = [11163 "proc-macro2",11164 "quote",11165 "syn",11166]1116711168[[package]]11169name = "sp-externalities"11170version = "0.12.0"11171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11172dependencies = [11173 "environmental",11174 "parity-scale-codec",11175 "sp-std",11176 "sp-storage",11177]1117811179[[package]]11180name = "sp-finality-grandpa"11181version = "4.0.0-dev"11182source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11183dependencies = [11184 "finality-grandpa",11185 "log",11186 "parity-scale-codec",11187 "scale-info",11188 "serde",11189 "sp-api",11190 "sp-application-crypto",11191 "sp-core",11192 "sp-keystore",11193 "sp-runtime",11194 "sp-std",11195]1119611197[[package]]11198name = "sp-inherents"11199version = "4.0.0-dev"11200source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11201dependencies = [11202 "async-trait",11203 "impl-trait-for-tuples",11204 "parity-scale-codec",11205 "sp-core",11206 "sp-runtime",11207 "sp-std",11208 "thiserror",11209]1121011211[[package]]11212name = "sp-io"11213version = "6.0.0"11214source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11215dependencies = [11216 "futures 0.3.21",11217 "hash-db",11218 "libsecp256k1 0.7.0",11219 "log",11220 "parity-scale-codec",11221 "parking_lot 0.12.0",11222 "secp256k1",11223 "sp-core",11224 "sp-externalities",11225 "sp-keystore",11226 "sp-runtime-interface",11227 "sp-state-machine",11228 "sp-std",11229 "sp-tracing",11230 "sp-trie",11231 "sp-wasm-interface",11232 "tracing",11233 "tracing-core",11234]1123511236[[package]]11237name = "sp-keyring"11238version = "6.0.0"11239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11240dependencies = [11241 "lazy_static",11242 "sp-core",11243 "sp-runtime",11244 "strum 0.23.0",11245]1124611247[[package]]11248name = "sp-keystore"11249version = "0.12.0"11250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11251dependencies = [11252 "async-trait",11253 "futures 0.3.21",11254 "merlin",11255 "parity-scale-codec",11256 "parking_lot 0.12.0",11257 "schnorrkel",11258 "serde",11259 "sp-core",11260 "sp-externalities",11261 "thiserror",11262]1126311264[[package]]11265name = "sp-maybe-compressed-blob"11266version = "4.1.0-dev"11267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11268dependencies = [11269 "thiserror",11270 "zstd",11271]1127211273[[package]]11274name = "sp-npos-elections"11275version = "4.0.0-dev"11276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11277dependencies = [11278 "parity-scale-codec",11279 "scale-info",11280 "serde",11281 "sp-arithmetic",11282 "sp-core",11283 "sp-npos-elections-solution-type",11284 "sp-runtime",11285 "sp-std",11286]1128711288[[package]]11289name = "sp-npos-elections-solution-type"11290version = "4.0.0-dev"11291source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11292dependencies = [11293 "proc-macro-crate 1.1.3",11294 "proc-macro2",11295 "quote",11296 "syn",11297]1129811299[[package]]11300name = "sp-offchain"11301version = "4.0.0-dev"11302source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11303dependencies = [11304 "sp-api",11305 "sp-core",11306 "sp-runtime",11307]1130811309[[package]]11310name = "sp-panic-handler"11311version = "4.0.0"11312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11313dependencies = [11314 "backtrace",11315 "lazy_static",11316 "regex",11317]1131811319[[package]]11320name = "sp-rpc"11321version = "6.0.0"11322source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11323dependencies = [11324 "rustc-hash",11325 "serde",11326 "sp-core",11327]1132811329[[package]]11330name = "sp-runtime"11331version = "6.0.0"11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11333dependencies = [11334 "either",11335 "hash256-std-hasher",11336 "impl-trait-for-tuples",11337 "log",11338 "parity-scale-codec",11339 "parity-util-mem",11340 "paste",11341 "rand 0.7.3",11342 "scale-info",11343 "serde",11344 "sp-application-crypto",11345 "sp-arithmetic",11346 "sp-core",11347 "sp-io",11348 "sp-std",11349]1135011351[[package]]11352name = "sp-runtime-interface"11353version = "6.0.0"11354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11355dependencies = [11356 "impl-trait-for-tuples",11357 "parity-scale-codec",11358 "primitive-types",11359 "sp-externalities",11360 "sp-runtime-interface-proc-macro",11361 "sp-std",11362 "sp-storage",11363 "sp-tracing",11364 "sp-wasm-interface",11365 "static_assertions",11366]1136711368[[package]]11369name = "sp-runtime-interface-proc-macro"11370version = "5.0.0"11371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11372dependencies = [11373 "Inflector",11374 "proc-macro-crate 1.1.3",11375 "proc-macro2",11376 "quote",11377 "syn",11378]1137911380[[package]]11381name = "sp-serializer"11382version = "4.0.0-dev"11383source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11384dependencies = [11385 "serde",11386 "serde_json",11387]1138811389[[package]]11390name = "sp-session"11391version = "4.0.0-dev"11392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11393dependencies = [11394 "parity-scale-codec",11395 "scale-info",11396 "sp-api",11397 "sp-core",11398 "sp-runtime",11399 "sp-staking",11400 "sp-std",11401]1140211403[[package]]11404name = "sp-staking"11405version = "4.0.0-dev"11406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11407dependencies = [11408 "parity-scale-codec",11409 "scale-info",11410 "sp-runtime",11411 "sp-std",11412]1141311414[[package]]11415name = "sp-state-machine"11416version = "0.12.0"11417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11418dependencies = [11419 "hash-db",11420 "log",11421 "num-traits",11422 "parity-scale-codec",11423 "parking_lot 0.12.0",11424 "rand 0.7.3",11425 "smallvec",11426 "sp-core",11427 "sp-externalities",11428 "sp-panic-handler",11429 "sp-std",11430 "sp-trie",11431 "thiserror",11432 "tracing",11433 "trie-db",11434 "trie-root",11435]1143611437[[package]]11438name = "sp-std"11439version = "4.0.0"11440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1144111442[[package]]11443name = "sp-storage"11444version = "6.0.0"11445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11446dependencies = [11447 "impl-serde",11448 "parity-scale-codec",11449 "ref-cast",11450 "serde",11451 "sp-debug-derive",11452 "sp-std",11453]1145411455[[package]]11456name = "sp-tasks"11457version = "4.0.0-dev"11458source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11459dependencies = [11460 "log",11461 "sp-core",11462 "sp-externalities",11463 "sp-io",11464 "sp-runtime-interface",11465 "sp-std",11466]1146711468[[package]]11469name = "sp-timestamp"11470version = "4.0.0-dev"11471source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11472dependencies = [11473 "async-trait",11474 "futures-timer",11475 "log",11476 "parity-scale-codec",11477 "sp-api",11478 "sp-inherents",11479 "sp-runtime",11480 "sp-std",11481 "thiserror",11482]1148311484[[package]]11485name = "sp-tracing"11486version = "5.0.0"11487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11488dependencies = [11489 "parity-scale-codec",11490 "sp-std",11491 "tracing",11492 "tracing-core",11493 "tracing-subscriber",11494]1149511496[[package]]11497name = "sp-transaction-pool"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11500dependencies = [11501 "sp-api",11502 "sp-runtime",11503]1150411505[[package]]11506name = "sp-transaction-storage-proof"11507version = "4.0.0-dev"11508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11509dependencies = [11510 "async-trait",11511 "log",11512 "parity-scale-codec",11513 "scale-info",11514 "sp-core",11515 "sp-inherents",11516 "sp-runtime",11517 "sp-std",11518 "sp-trie",11519]1152011521[[package]]11522name = "sp-trie"11523version = "6.0.0"11524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11525dependencies = [11526 "hash-db",11527 "memory-db",11528 "parity-scale-codec",11529 "scale-info",11530 "sp-core",11531 "sp-std",11532 "thiserror",11533 "trie-db",11534 "trie-root",11535]1153611537[[package]]11538name = "sp-version"11539version = "5.0.0"11540source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11541dependencies = [11542 "impl-serde",11543 "parity-scale-codec",11544 "parity-wasm 0.42.2",11545 "scale-info",11546 "serde",11547 "sp-core-hashing-proc-macro",11548 "sp-runtime",11549 "sp-std",11550 "sp-version-proc-macro",11551 "thiserror",11552]1155311554[[package]]11555name = "sp-version-proc-macro"11556version = "4.0.0-dev"11557source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11558dependencies = [11559 "parity-scale-codec",11560 "proc-macro2",11561 "quote",11562 "syn",11563]1156411565[[package]]11566name = "sp-wasm-interface"11567version = "6.0.0"11568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11569dependencies = [11570 "impl-trait-for-tuples",11571 "log",11572 "parity-scale-codec",11573 "sp-std",11574 "wasmi",11575 "wasmtime",11576]1157711578[[package]]11579name = "spin"11580version = "0.5.2"11581source = "registry+https://github.com/rust-lang/crates.io-index"11582checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1158311584[[package]]11585name = "spki"11586version = "0.5.4"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11589dependencies = [11590 "base64ct",11591 "der",11592]1159311594[[package]]11595name = "ss58-registry"11596version = "1.17.0"11597source = "registry+https://github.com/rust-lang/crates.io-index"11598checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11599dependencies = [11600 "Inflector",11601 "num-format",11602 "proc-macro2",11603 "quote",11604 "serde",11605 "serde_json",11606 "unicode-xid",11607]1160811609[[package]]11610name = "stable_deref_trait"11611version = "1.2.0"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1161411615[[package]]11616name = "static_assertions"11617version = "1.1.0"11618source = "registry+https://github.com/rust-lang/crates.io-index"11619checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1162011621[[package]]11622name = "static_init"11623version = "0.5.2"11624source = "registry+https://github.com/rust-lang/crates.io-index"11625checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11626dependencies = [11627 "cfg_aliases",11628 "libc",11629 "parking_lot 0.11.2",11630 "static_init_macro",11631]1163211633[[package]]11634name = "static_init_macro"11635version = "0.5.0"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11638dependencies = [11639 "cfg_aliases",11640 "memchr",11641 "proc-macro2",11642 "quote",11643 "syn",11644]1164511646[[package]]11647name = "statrs"11648version = "0.15.0"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11651dependencies = [11652 "approx",11653 "lazy_static",11654 "nalgebra",11655 "num-traits",11656 "rand 0.8.5",11657]1165811659[[package]]11660name = "strsim"11661version = "0.10.0"11662source = "registry+https://github.com/rust-lang/crates.io-index"11663checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1166411665[[package]]11666name = "strum"11667version = "0.23.0"11668source = "registry+https://github.com/rust-lang/crates.io-index"11669checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11670dependencies = [11671 "strum_macros 0.23.1",11672]1167311674[[package]]11675name = "strum"11676version = "0.24.0"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11679dependencies = [11680 "strum_macros 0.24.0",11681]1168211683[[package]]11684name = "strum_macros"11685version = "0.23.1"11686source = "registry+https://github.com/rust-lang/crates.io-index"11687checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11688dependencies = [11689 "heck 0.3.3",11690 "proc-macro2",11691 "quote",11692 "rustversion",11693 "syn",11694]1169511696[[package]]11697name = "strum_macros"11698version = "0.24.0"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11701dependencies = [11702 "heck 0.4.0",11703 "proc-macro2",11704 "quote",11705 "rustversion",11706 "syn",11707]1170811709[[package]]11710name = "substrate-bip39"11711version = "0.4.4"11712source = "registry+https://github.com/rust-lang/crates.io-index"11713checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11714dependencies = [11715 "hmac 0.11.0",11716 "pbkdf2 0.8.0",11717 "schnorrkel",11718 "sha2 0.9.9",11719 "zeroize",11720]1172111722[[package]]11723name = "substrate-build-script-utils"11724version = "3.0.0"11725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11726dependencies = [11727 "platforms",11728]1172911730[[package]]11731name = "substrate-frame-rpc-system"11732version = "4.0.0-dev"11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11734dependencies = [11735 "frame-system-rpc-runtime-api",11736 "futures 0.3.21",11737 "jsonrpc-core",11738 "jsonrpc-core-client",11739 "jsonrpc-derive",11740 "log",11741 "parity-scale-codec",11742 "sc-client-api",11743 "sc-rpc-api",11744 "sc-transaction-pool-api",11745 "sp-api",11746 "sp-block-builder",11747 "sp-blockchain",11748 "sp-core",11749 "sp-runtime",11750]1175111752[[package]]11753name = "substrate-prometheus-endpoint"11754version = "0.10.0-dev"11755source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11756dependencies = [11757 "futures-util",11758 "hyper",11759 "log",11760 "prometheus",11761 "thiserror",11762 "tokio 1.17.0",11763]1176411765[[package]]11766name = "substrate-test-client"11767version = "2.0.1"11768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11769dependencies = [11770 "async-trait",11771 "futures 0.3.21",11772 "hex",11773 "parity-scale-codec",11774 "sc-client-api",11775 "sc-client-db",11776 "sc-consensus",11777 "sc-executor",11778 "sc-offchain",11779 "sc-service",11780 "serde",11781 "serde_json",11782 "sp-blockchain",11783 "sp-consensus",11784 "sp-core",11785 "sp-keyring",11786 "sp-keystore",11787 "sp-runtime",11788 "sp-state-machine",11789]1179011791[[package]]11792name = "substrate-test-utils"11793version = "4.0.0-dev"11794source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11795dependencies = [11796 "futures 0.3.21",11797 "substrate-test-utils-derive",11798 "tokio 1.17.0",11799]1180011801[[package]]11802name = "substrate-test-utils-derive"11803version = "0.10.0-dev"11804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11805dependencies = [11806 "proc-macro-crate 1.1.3",11807 "proc-macro2",11808 "quote",11809 "syn",11810]1181111812[[package]]11813name = "substrate-wasm-builder"11814version = "5.0.0-dev"11815source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11816dependencies = [11817 "ansi_term",11818 "build-helper",11819 "cargo_metadata",11820 "sp-maybe-compressed-blob",11821 "strum 0.23.0",11822 "tempfile",11823 "toml",11824 "walkdir",11825 "wasm-gc-api",11826]1182711828[[package]]11829name = "subtle"11830version = "1.0.0"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1183311834[[package]]11835name = "subtle"11836version = "2.4.1"11837source = "registry+https://github.com/rust-lang/crates.io-index"11838checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1183911840[[package]]11841name = "syn"11842version = "1.0.90"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f"11845dependencies = [11846 "proc-macro2",11847 "quote",11848 "unicode-xid",11849]1185011851[[package]]11852name = "synstructure"11853version = "0.12.6"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11856dependencies = [11857 "proc-macro2",11858 "quote",11859 "syn",11860 "unicode-xid",11861]1186211863[[package]]11864name = "tap"11865version = "1.0.1"11866source = "registry+https://github.com/rust-lang/crates.io-index"11867checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1186811869[[package]]11870name = "target-lexicon"11871version = "0.12.3"11872source = "registry+https://github.com/rust-lang/crates.io-index"11873checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1187411875[[package]]11876name = "tempfile"11877version = "3.3.0"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11880dependencies = [11881 "cfg-if 1.0.0",11882 "fastrand",11883 "libc",11884 "redox_syscall",11885 "remove_dir_all",11886 "winapi 0.3.9",11887]1188811889[[package]]11890name = "termcolor"11891version = "1.1.3"11892source = "registry+https://github.com/rust-lang/crates.io-index"11893checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11894dependencies = [11895 "winapi-util",11896]1189711898[[package]]11899name = "test-runtime-constants"11900version = "0.9.18"11901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11902dependencies = [11903 "frame-support",11904 "polkadot-primitives",11905 "polkadot-runtime-common",11906 "smallvec",11907 "sp-runtime",11908]1190911910[[package]]11911name = "textwrap"11912version = "0.15.0"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1191511916[[package]]11917name = "thiserror"11918version = "1.0.30"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11921dependencies = [11922 "thiserror-impl",11923]1192411925[[package]]11926name = "thiserror-impl"11927version = "1.0.30"11928source = "registry+https://github.com/rust-lang/crates.io-index"11929checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11930dependencies = [11931 "proc-macro2",11932 "quote",11933 "syn",11934]1193511936[[package]]11937name = "thread_local"11938version = "1.1.4"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11941dependencies = [11942 "once_cell",11943]1194411945[[package]]11946name = "threadpool"11947version = "1.8.1"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11950dependencies = [11951 "num_cpus",11952]1195311954[[package]]11955name = "thrift"11956version = "0.15.0"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11959dependencies = [11960 "byteorder",11961 "integer-encoding",11962 "log",11963 "ordered-float",11964 "threadpool",11965]1196611967[[package]]11968name = "tikv-jemalloc-sys"11969version = "0.4.3+5.2.1-patched.2"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11972dependencies = [11973 "cc",11974 "fs_extra",11975 "libc",11976]1197711978[[package]]11979name = "time"11980version = "0.1.44"11981source = "registry+https://github.com/rust-lang/crates.io-index"11982checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11983dependencies = [11984 "libc",11985 "wasi 0.10.0+wasi-snapshot-preview1",11986 "winapi 0.3.9",11987]1198811989[[package]]11990name = "tiny-bip39"11991version = "0.8.2"11992source = "registry+https://github.com/rust-lang/crates.io-index"11993checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11994dependencies = [11995 "anyhow",11996 "hmac 0.8.1",11997 "once_cell",11998 "pbkdf2 0.4.0",11999 "rand 0.7.3",12000 "rustc-hash",12001 "sha2 0.9.9",12002 "thiserror",12003 "unicode-normalization",12004 "wasm-bindgen",12005 "zeroize",12006]1200712008[[package]]12009name = "tiny-keccak"12010version = "2.0.2"12011source = "registry+https://github.com/rust-lang/crates.io-index"12012checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12013dependencies = [12014 "crunchy",12015]1201612017[[package]]12018name = "tinyvec"12019version = "1.5.1"12020source = "registry+https://github.com/rust-lang/crates.io-index"12021checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12022dependencies = [12023 "tinyvec_macros",12024]1202512026[[package]]12027name = "tinyvec_macros"12028version = "0.1.0"12029source = "registry+https://github.com/rust-lang/crates.io-index"12030checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1203112032[[package]]12033name = "tokio"12034version = "0.2.25"12035source = "registry+https://github.com/rust-lang/crates.io-index"12036checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12037dependencies = [12038 "bytes 0.5.6",12039 "fnv",12040 "pin-project-lite 0.1.12",12041 "tokio-macros 0.2.6",12042]1204312044[[package]]12045name = "tokio"12046version = "1.17.0"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12049dependencies = [12050 "bytes 1.1.0",12051 "libc",12052 "memchr",12053 "mio 0.8.2",12054 "num_cpus",12055 "once_cell",12056 "parking_lot 0.12.0",12057 "pin-project-lite 0.2.8",12058 "signal-hook-registry",12059 "socket2 0.4.4",12060 "tokio-macros 1.7.0",12061 "winapi 0.3.9",12062]1206312064[[package]]12065name = "tokio-macros"12066version = "0.2.6"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12069dependencies = [12070 "proc-macro2",12071 "quote",12072 "syn",12073]1207412075[[package]]12076name = "tokio-macros"12077version = "1.7.0"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12080dependencies = [12081 "proc-macro2",12082 "quote",12083 "syn",12084]1208512086[[package]]12087name = "tokio-rustls"12088version = "0.22.0"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12091dependencies = [12092 "rustls 0.19.1",12093 "tokio 1.17.0",12094 "webpki 0.21.4",12095]1209612097[[package]]12098name = "tokio-rustls"12099version = "0.23.3"12100source = "registry+https://github.com/rust-lang/crates.io-index"12101checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12102dependencies = [12103 "rustls 0.20.4",12104 "tokio 1.17.0",12105 "webpki 0.22.0",12106]1210712108[[package]]12109name = "tokio-stream"12110version = "0.1.8"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12113dependencies = [12114 "futures-core",12115 "pin-project-lite 0.2.8",12116 "tokio 1.17.0",12117]1211812119[[package]]12120name = "tokio-util"12121version = "0.6.9"12122source = "registry+https://github.com/rust-lang/crates.io-index"12123checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12124dependencies = [12125 "bytes 1.1.0",12126 "futures-core",12127 "futures-io",12128 "futures-sink",12129 "log",12130 "pin-project-lite 0.2.8",12131 "tokio 1.17.0",12132]1213312134[[package]]12135name = "toml"12136version = "0.5.8"12137source = "registry+https://github.com/rust-lang/crates.io-index"12138checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12139dependencies = [12140 "serde",12141]1214212143[[package]]12144name = "tower-service"12145version = "0.3.1"12146source = "registry+https://github.com/rust-lang/crates.io-index"12147checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1214812149[[package]]12150name = "tracing"12151version = "0.1.32"12152source = "registry+https://github.com/rust-lang/crates.io-index"12153checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12154dependencies = [12155 "cfg-if 1.0.0",12156 "pin-project-lite 0.2.8",12157 "tracing-attributes",12158 "tracing-core",12159]1216012161[[package]]12162name = "tracing-attributes"12163version = "0.1.20"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12166dependencies = [12167 "proc-macro2",12168 "quote",12169 "syn",12170]1217112172[[package]]12173name = "tracing-core"12174version = "0.1.23"12175source = "registry+https://github.com/rust-lang/crates.io-index"12176checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12177dependencies = [12178 "lazy_static",12179 "valuable",12180]1218112182[[package]]12183name = "tracing-futures"12184version = "0.2.5"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12187dependencies = [12188 "pin-project 1.0.10",12189 "tracing",12190]1219112192[[package]]12193name = "tracing-log"12194version = "0.1.2"12195source = "registry+https://github.com/rust-lang/crates.io-index"12196checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12197dependencies = [12198 "lazy_static",12199 "log",12200 "tracing-core",12201]1220212203[[package]]12204name = "tracing-serde"12205version = "0.1.3"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12208dependencies = [12209 "serde",12210 "tracing-core",12211]1221212213[[package]]12214name = "tracing-subscriber"12215version = "0.2.25"12216source = "registry+https://github.com/rust-lang/crates.io-index"12217checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12218dependencies = [12219 "ansi_term",12220 "chrono",12221 "lazy_static",12222 "matchers",12223 "parking_lot 0.10.2",12224 "regex",12225 "serde",12226 "serde_json",12227 "sharded-slab",12228 "smallvec",12229 "thread_local",12230 "tracing",12231 "tracing-core",12232 "tracing-log",12233 "tracing-serde",12234]1223512236[[package]]12237name = "trie-db"12238version = "0.23.1"12239source = "registry+https://github.com/rust-lang/crates.io-index"12240checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12241dependencies = [12242 "hash-db",12243 "hashbrown 0.12.0",12244 "log",12245 "rustc-hex",12246 "smallvec",12247]1224812249[[package]]12250name = "trie-root"12251version = "0.17.0"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12254dependencies = [12255 "hash-db",12256]1225712258[[package]]12259name = "triehash"12260version = "0.8.4"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12263dependencies = [12264 "hash-db",12265 "rlp",12266]1226712268[[package]]12269name = "trust-dns-proto"12270version = "0.20.4"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12273dependencies = [12274 "async-trait",12275 "cfg-if 1.0.0",12276 "data-encoding",12277 "enum-as-inner",12278 "futures-channel",12279 "futures-io",12280 "futures-util",12281 "idna 0.2.3",12282 "ipnet",12283 "lazy_static",12284 "log",12285 "rand 0.8.5",12286 "smallvec",12287 "thiserror",12288 "tinyvec",12289 "url 2.2.2",12290]1229112292[[package]]12293name = "trust-dns-resolver"12294version = "0.20.4"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12297dependencies = [12298 "cfg-if 1.0.0",12299 "futures-util",12300 "ipconfig",12301 "lazy_static",12302 "log",12303 "lru-cache",12304 "parking_lot 0.11.2",12305 "resolv-conf",12306 "smallvec",12307 "thiserror",12308 "trust-dns-proto",12309]1231012311[[package]]12312name = "try-lock"12313version = "0.2.3"12314source = "registry+https://github.com/rust-lang/crates.io-index"12315checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1231612317[[package]]12318name = "try-runtime-cli"12319version = "0.10.0-dev"12320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12321dependencies = [12322 "clap",12323 "jsonrpsee 0.4.1",12324 "log",12325 "parity-scale-codec",12326 "remote-externalities",12327 "sc-chain-spec",12328 "sc-cli",12329 "sc-executor",12330 "sc-service",12331 "serde",12332 "sp-core",12333 "sp-externalities",12334 "sp-io",12335 "sp-keystore",12336 "sp-runtime",12337 "sp-state-machine",12338 "sp-version",12339 "zstd",12340]1234112342[[package]]12343name = "tt-call"12344version = "1.0.8"12345source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1234712348[[package]]12349name = "twox-hash"12350version = "1.6.2"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12353dependencies = [12354 "cfg-if 1.0.0",12355 "digest 0.10.3",12356 "rand 0.8.5",12357 "static_assertions",12358]1235912360[[package]]12361name = "typenum"12362version = "1.15.0"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1236512366[[package]]12367name = "uc-rpc"12368version = "0.1.0"12369dependencies = [12370 "frame-common",12371 "jsonrpc-core",12372 "jsonrpc-core-client",12373 "jsonrpc-derive",12374 "pallet-common",12375 "pallet-evm",12376 "parity-scale-codec",12377 "sp-api",12378 "sp-blockchain",12379 "sp-core",12380 "sp-rpc",12381 "sp-runtime",12382 "up-data-structs",12383 "up-rpc",12384]1238512386[[package]]12387name = "ucd-trie"12388version = "0.1.3"12389source = "registry+https://github.com/rust-lang/crates.io-index"12390checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1239112392[[package]]12393name = "uint"12394version = "0.9.3"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12397dependencies = [12398 "byteorder",12399 "crunchy",12400 "hex",12401 "static_assertions",12402]1240312404[[package]]12405name = "unicase"12406version = "2.6.0"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12409dependencies = [12410 "version_check",12411]1241212413[[package]]12414name = "unicode-bidi"12415version = "0.3.7"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1241812419[[package]]12420name = "unicode-normalization"12421version = "0.1.19"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12424dependencies = [12425 "tinyvec",12426]1242712428[[package]]12429name = "unicode-segmentation"12430version = "1.9.0"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1243312434[[package]]12435name = "unicode-xid"12436version = "0.2.2"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1243912440[[package]]12441name = "unique-node"12442version = "0.9.18"12443dependencies = [12444 "clap",12445 "cumulus-client-cli",12446 "cumulus-client-collator",12447 "cumulus-client-consensus-aura",12448 "cumulus-client-consensus-common",12449 "cumulus-client-network",12450 "cumulus-client-service",12451 "cumulus-primitives-core",12452 "cumulus-primitives-parachain-inherent",12453 "cumulus-relay-chain-inprocess-interface",12454 "cumulus-relay-chain-interface",12455 "cumulus-relay-chain-rpc-interface",12456 "fc-consensus",12457 "fc-db",12458 "fc-mapping-sync",12459 "fc-rpc",12460 "fc-rpc-core",12461 "flexi_logger",12462 "fp-rpc",12463 "frame-benchmarking",12464 "frame-benchmarking-cli",12465 "futures 0.3.21",12466 "jsonrpc-core",12467 "jsonrpc-pubsub",12468 "log",12469 "opal-runtime",12470 "pallet-ethereum",12471 "pallet-transaction-payment-rpc",12472 "pallet-transaction-payment-rpc-runtime-api",12473 "parity-scale-codec",12474 "parking_lot 0.11.2",12475 "polkadot-cli",12476 "polkadot-parachain",12477 "polkadot-primitives",12478 "polkadot-service",12479 "polkadot-test-service",12480 "quartz-runtime",12481 "sc-basic-authorship",12482 "sc-chain-spec",12483 "sc-cli",12484 "sc-client-api",12485 "sc-consensus",12486 "sc-consensus-aura",12487 "sc-consensus-manual-seal",12488 "sc-executor",12489 "sc-finality-grandpa",12490 "sc-keystore",12491 "sc-network",12492 "sc-rpc",12493 "sc-rpc-api",12494 "sc-service",12495 "sc-telemetry",12496 "sc-tracing",12497 "sc-transaction-pool",12498 "serde",12499 "serde_json",12500 "sp-api",12501 "sp-block-builder",12502 "sp-blockchain",12503 "sp-consensus",12504 "sp-consensus-aura",12505 "sp-core",12506 "sp-finality-grandpa",12507 "sp-inherents",12508 "sp-keystore",12509 "sp-offchain",12510 "sp-runtime",12511 "sp-session",12512 "sp-timestamp",12513 "sp-transaction-pool",12514 "sp-trie",12515 "substrate-build-script-utils",12516 "substrate-frame-rpc-system",12517 "substrate-prometheus-endpoint",12518 "unique-rpc",12519 "unique-runtime",12520 "unique-runtime-common",12521 "up-data-structs",12522 "up-rpc",12523]1252412525[[package]]12526name = "unique-rpc"12527version = "0.1.0"12528dependencies = [12529 "fc-db",12530 "fc-mapping-sync",12531 "fc-rpc",12532 "fc-rpc-core",12533 "fp-rpc",12534 "futures 0.3.21",12535 "jsonrpc-core",12536 "jsonrpc-pubsub",12537 "pallet-common",12538 "pallet-ethereum",12539 "pallet-transaction-payment-rpc",12540 "pallet-transaction-payment-rpc-runtime-api",12541 "pallet-unique",12542 "sc-client-api",12543 "sc-consensus-aura",12544 "sc-consensus-epochs",12545 "sc-finality-grandpa",12546 "sc-finality-grandpa-rpc",12547 "sc-keystore",12548 "sc-network",12549 "sc-rpc",12550 "sc-rpc-api",12551 "sc-service",12552 "sc-transaction-pool",12553 "serde",12554 "sp-api",12555 "sp-block-builder",12556 "sp-blockchain",12557 "sp-consensus",12558 "sp-consensus-aura",12559 "sp-core",12560 "sp-offchain",12561 "sp-runtime",12562 "sp-session",12563 "sp-storage",12564 "sp-transaction-pool",12565 "substrate-frame-rpc-system",12566 "tokio 0.2.25",12567 "uc-rpc",12568 "unique-runtime-common",12569 "up-rpc",12570]1257112572[[package]]12573name = "unique-runtime"12574version = "0.9.17"12575dependencies = [12576 "cumulus-pallet-aura-ext",12577 "cumulus-pallet-dmp-queue",12578 "cumulus-pallet-parachain-system",12579 "cumulus-pallet-xcm",12580 "cumulus-pallet-xcmp-queue",12581 "cumulus-primitives-core",12582 "cumulus-primitives-timestamp",12583 "cumulus-primitives-utility",12584 "derivative",12585 "fp-evm-mapping",12586 "fp-rpc",12587 "fp-self-contained",12588 "frame-benchmarking",12589 "frame-common",12590 "frame-executive",12591 "frame-support",12592 "frame-system",12593 "frame-system-benchmarking",12594 "frame-system-rpc-runtime-api",12595 "hex-literal",12596 "orml-vesting",12597 "pallet-aura",12598 "pallet-balances",12599 "pallet-base-fee",12600 "pallet-common",12601 "pallet-ethereum",12602 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",12603 "pallet-evm-coder-substrate",12604 "pallet-evm-contract-helpers",12605 "pallet-evm-migration",12606 "pallet-evm-transaction-payment",12607 "pallet-fungible",12608 "pallet-inflation",12609 "pallet-nonfungible",12610 "pallet-randomness-collective-flip",12611 "pallet-refungible",12612 "pallet-sudo",12613 "pallet-template-transaction-payment",12614 "pallet-timestamp",12615 "pallet-transaction-payment",12616 "pallet-transaction-payment-rpc-runtime-api",12617 "pallet-treasury",12618 "pallet-unique",12619 "pallet-unq-scheduler",12620 "pallet-xcm",12621 "parachain-info",12622 "parity-scale-codec",12623 "polkadot-parachain",12624 "scale-info",12625 "serde",12626 "smallvec",12627 "sp-api",12628 "sp-arithmetic",12629 "sp-block-builder",12630 "sp-consensus-aura",12631 "sp-core",12632 "sp-inherents",12633 "sp-io",12634 "sp-offchain",12635 "sp-runtime",12636 "sp-session",12637 "sp-std",12638 "sp-transaction-pool",12639 "sp-version",12640 "substrate-wasm-builder",12641 "unique-runtime-common",12642 "up-data-structs",12643 "up-rpc",12644 "xcm",12645 "xcm-builder",12646 "xcm-executor",12647]1264812649[[package]]12650name = "unique-runtime-common"12651version = "0.1.0"12652dependencies = [12653 "fp-rpc",12654 "frame-support",12655 "frame-system",12656 "pallet-common",12657 "pallet-evm",12658 "parity-scale-codec",12659 "scale-info",12660 "sp-consensus-aura",12661 "sp-core",12662 "sp-runtime",12663]1266412665[[package]]12666name = "universal-hash"12667version = "0.4.1"12668source = "registry+https://github.com/rust-lang/crates.io-index"12669checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12670dependencies = [12671 "generic-array 0.14.5",12672 "subtle 2.4.1",12673]1267412675[[package]]12676name = "unsigned-varint"12677version = "0.5.1"12678source = "registry+https://github.com/rust-lang/crates.io-index"12679checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1268012681[[package]]12682name = "unsigned-varint"12683version = "0.6.0"12684source = "registry+https://github.com/rust-lang/crates.io-index"12685checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12686dependencies = [12687 "asynchronous-codec 0.5.0",12688 "bytes 1.1.0",12689 "futures-io",12690 "futures-util",12691]1269212693[[package]]12694name = "unsigned-varint"12695version = "0.7.1"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12698dependencies = [12699 "asynchronous-codec 0.6.0",12700 "bytes 1.1.0",12701 "futures-io",12702 "futures-util",12703]1270412705[[package]]12706name = "untrusted"12707version = "0.7.1"12708source = "registry+https://github.com/rust-lang/crates.io-index"12709checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1271012711[[package]]12712name = "up-data-structs"12713version = "0.1.0"12714dependencies = [12715 "derivative",12716 "frame-support",12717 "frame-system",12718 "parity-scale-codec",12719 "scale-info",12720 "serde",12721 "sp-core",12722 "sp-runtime",12723 "sp-std",12724]1272512726[[package]]12727name = "up-rpc"12728version = "0.1.0"12729dependencies = [12730 "frame-common",12731 "pallet-common",12732 "pallet-evm",12733 "parity-scale-codec",12734 "sp-api",12735 "sp-core",12736 "sp-runtime",12737 "sp-std",12738 "up-data-structs",12739]1274012741[[package]]12742name = "up-sponsorship"12743version = "0.1.0"12744source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12745dependencies = [12746 "impl-trait-for-tuples",12747]1274812749[[package]]12750name = "url"12751version = "1.7.2"12752source = "registry+https://github.com/rust-lang/crates.io-index"12753checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12754dependencies = [12755 "idna 0.1.5",12756 "matches",12757 "percent-encoding 1.0.1",12758]1275912760[[package]]12761name = "url"12762version = "2.2.2"12763source = "registry+https://github.com/rust-lang/crates.io-index"12764checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12765dependencies = [12766 "form_urlencoded",12767 "idna 0.2.3",12768 "matches",12769 "percent-encoding 2.1.0",12770]1277112772[[package]]12773name = "valuable"12774version = "0.1.0"12775source = "registry+https://github.com/rust-lang/crates.io-index"12776checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1277712778[[package]]12779name = "value-bag"12780version = "1.0.0-alpha.8"12781source = "registry+https://github.com/rust-lang/crates.io-index"12782checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12783dependencies = [12784 "ctor",12785 "version_check",12786]1278712788[[package]]12789name = "vcpkg"12790version = "0.2.15"12791source = "registry+https://github.com/rust-lang/crates.io-index"12792checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1279312794[[package]]12795name = "version_check"12796version = "0.9.4"12797source = "registry+https://github.com/rust-lang/crates.io-index"12798checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1279912800[[package]]12801name = "void"12802version = "1.0.2"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1280512806[[package]]12807name = "waker-fn"12808version = "1.1.0"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1281112812[[package]]12813name = "walkdir"12814version = "2.3.2"12815source = "registry+https://github.com/rust-lang/crates.io-index"12816checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12817dependencies = [12818 "same-file",12819 "winapi 0.3.9",12820 "winapi-util",12821]1282212823[[package]]12824name = "want"12825version = "0.3.0"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12828dependencies = [12829 "log",12830 "try-lock",12831]1283212833[[package]]12834name = "wasi"12835version = "0.9.0+wasi-snapshot-preview1"12836source = "registry+https://github.com/rust-lang/crates.io-index"12837checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1283812839[[package]]12840name = "wasi"12841version = "0.10.0+wasi-snapshot-preview1"12842source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1284412845[[package]]12846name = "wasi"12847version = "0.11.0+wasi-snapshot-preview1"12848source = "registry+https://github.com/rust-lang/crates.io-index"12849checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1285012851[[package]]12852name = "wasm-bindgen"12853version = "0.2.79"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12856dependencies = [12857 "cfg-if 1.0.0",12858 "wasm-bindgen-macro",12859]1286012861[[package]]12862name = "wasm-bindgen-backend"12863version = "0.2.79"12864source = "registry+https://github.com/rust-lang/crates.io-index"12865checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12866dependencies = [12867 "bumpalo",12868 "lazy_static",12869 "log",12870 "proc-macro2",12871 "quote",12872 "syn",12873 "wasm-bindgen-shared",12874]1287512876[[package]]12877name = "wasm-bindgen-futures"12878version = "0.4.29"12879source = "registry+https://github.com/rust-lang/crates.io-index"12880checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12881dependencies = [12882 "cfg-if 1.0.0",12883 "js-sys",12884 "wasm-bindgen",12885 "web-sys",12886]1288712888[[package]]12889name = "wasm-bindgen-macro"12890version = "0.2.79"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12893dependencies = [12894 "quote",12895 "wasm-bindgen-macro-support",12896]1289712898[[package]]12899name = "wasm-bindgen-macro-support"12900version = "0.2.79"12901source = "registry+https://github.com/rust-lang/crates.io-index"12902checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12903dependencies = [12904 "proc-macro2",12905 "quote",12906 "syn",12907 "wasm-bindgen-backend",12908 "wasm-bindgen-shared",12909]1291012911[[package]]12912name = "wasm-bindgen-shared"12913version = "0.2.79"12914source = "registry+https://github.com/rust-lang/crates.io-index"12915checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1291612917[[package]]12918name = "wasm-gc-api"12919version = "0.1.11"12920source = "registry+https://github.com/rust-lang/crates.io-index"12921checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12922dependencies = [12923 "log",12924 "parity-wasm 0.32.0",12925 "rustc-demangle",12926]1292712928[[package]]12929name = "wasm-instrument"12930version = "0.1.1"12931source = "registry+https://github.com/rust-lang/crates.io-index"12932checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12933dependencies = [12934 "parity-wasm 0.42.2",12935]1293612937[[package]]12938name = "wasm-timer"12939version = "0.2.5"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12942dependencies = [12943 "futures 0.3.21",12944 "js-sys",12945 "parking_lot 0.11.2",12946 "pin-utils",12947 "wasm-bindgen",12948 "wasm-bindgen-futures",12949 "web-sys",12950]1295112952[[package]]12953name = "wasmi"12954version = "0.9.1"12955source = "registry+https://github.com/rust-lang/crates.io-index"12956checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12957dependencies = [12958 "downcast-rs",12959 "libc",12960 "memory_units",12961 "num-rational 0.2.4",12962 "num-traits",12963 "parity-wasm 0.42.2",12964 "wasmi-validation",12965]1296612967[[package]]12968name = "wasmi-validation"12969version = "0.4.1"12970source = "registry+https://github.com/rust-lang/crates.io-index"12971checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12972dependencies = [12973 "parity-wasm 0.42.2",12974]1297512976[[package]]12977name = "wasmparser"12978version = "0.81.0"12979source = "registry+https://github.com/rust-lang/crates.io-index"12980checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1298112982[[package]]12983name = "wasmtime"12984version = "0.33.1"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12987dependencies = [12988 "anyhow",12989 "backtrace",12990 "bincode",12991 "cfg-if 1.0.0",12992 "cpp_demangle",12993 "indexmap",12994 "lazy_static",12995 "libc",12996 "log",12997 "object",12998 "paste",12999 "psm",13000 "rayon",13001 "region",13002 "rustc-demangle",13003 "serde",13004 "target-lexicon",13005 "wasmparser",13006 "wasmtime-cache",13007 "wasmtime-cranelift",13008 "wasmtime-environ",13009 "wasmtime-jit",13010 "wasmtime-runtime",13011 "winapi 0.3.9",13012]1301313014[[package]]13015name = "wasmtime-cache"13016version = "0.33.1"13017source = "registry+https://github.com/rust-lang/crates.io-index"13018checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13019dependencies = [13020 "anyhow",13021 "base64",13022 "bincode",13023 "directories-next",13024 "file-per-thread-logger",13025 "log",13026 "rustix",13027 "serde",13028 "sha2 0.9.9",13029 "toml",13030 "winapi 0.3.9",13031 "zstd",13032]1303313034[[package]]13035name = "wasmtime-cranelift"13036version = "0.33.1"13037source = "registry+https://github.com/rust-lang/crates.io-index"13038checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13039dependencies = [13040 "anyhow",13041 "cranelift-codegen",13042 "cranelift-entity",13043 "cranelift-frontend",13044 "cranelift-native",13045 "cranelift-wasm",13046 "gimli",13047 "log",13048 "more-asserts",13049 "object",13050 "target-lexicon",13051 "thiserror",13052 "wasmparser",13053 "wasmtime-environ",13054]1305513056[[package]]13057name = "wasmtime-environ"13058version = "0.33.1"13059source = "registry+https://github.com/rust-lang/crates.io-index"13060checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13061dependencies = [13062 "anyhow",13063 "cranelift-entity",13064 "gimli",13065 "indexmap",13066 "log",13067 "more-asserts",13068 "object",13069 "serde",13070 "target-lexicon",13071 "thiserror",13072 "wasmparser",13073 "wasmtime-types",13074]1307513076[[package]]13077name = "wasmtime-jit"13078version = "0.33.1"13079source = "registry+https://github.com/rust-lang/crates.io-index"13080checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13081dependencies = [13082 "addr2line",13083 "anyhow",13084 "bincode",13085 "cfg-if 1.0.0",13086 "gimli",13087 "object",13088 "region",13089 "rustix",13090 "serde",13091 "target-lexicon",13092 "thiserror",13093 "wasmtime-environ",13094 "wasmtime-runtime",13095 "winapi 0.3.9",13096]1309713098[[package]]13099name = "wasmtime-runtime"13100version = "0.33.1"13101source = "registry+https://github.com/rust-lang/crates.io-index"13102checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13103dependencies = [13104 "anyhow",13105 "backtrace",13106 "cc",13107 "cfg-if 1.0.0",13108 "indexmap",13109 "lazy_static",13110 "libc",13111 "log",13112 "mach",13113 "memoffset",13114 "more-asserts",13115 "rand 0.8.5",13116 "region",13117 "rustix",13118 "thiserror",13119 "wasmtime-environ",13120 "winapi 0.3.9",13121]1312213123[[package]]13124name = "wasmtime-types"13125version = "0.33.1"13126source = "registry+https://github.com/rust-lang/crates.io-index"13127checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13128dependencies = [13129 "cranelift-entity",13130 "serde",13131 "thiserror",13132 "wasmparser",13133]1313413135[[package]]13136name = "web-sys"13137version = "0.3.56"13138source = "registry+https://github.com/rust-lang/crates.io-index"13139checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13140dependencies = [13141 "js-sys",13142 "wasm-bindgen",13143]1314413145[[package]]13146name = "webpki"13147version = "0.21.4"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13150dependencies = [13151 "ring",13152 "untrusted",13153]1315413155[[package]]13156name = "webpki"13157version = "0.22.0"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13160dependencies = [13161 "ring",13162 "untrusted",13163]1316413165[[package]]13166name = "webpki-roots"13167version = "0.21.1"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13170dependencies = [13171 "webpki 0.21.4",13172]1317313174[[package]]13175name = "webpki-roots"13176version = "0.22.2"13177source = "registry+https://github.com/rust-lang/crates.io-index"13178checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13179dependencies = [13180 "webpki 0.22.0",13181]1318213183[[package]]13184name = "wepoll-ffi"13185version = "0.1.2"13186source = "registry+https://github.com/rust-lang/crates.io-index"13187checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13188dependencies = [13189 "cc",13190]1319113192[[package]]13193name = "westend-runtime"13194version = "0.9.18"13195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13196dependencies = [13197 "beefy-primitives",13198 "bitvec",13199 "frame-benchmarking",13200 "frame-election-provider-support",13201 "frame-executive",13202 "frame-support",13203 "frame-system",13204 "frame-system-benchmarking",13205 "frame-system-rpc-runtime-api",13206 "frame-try-runtime",13207 "hex-literal",13208 "log",13209 "pallet-authority-discovery",13210 "pallet-authorship",13211 "pallet-babe",13212 "pallet-bags-list",13213 "pallet-balances",13214 "pallet-collective",13215 "pallet-democracy",13216 "pallet-election-provider-multi-phase",13217 "pallet-elections-phragmen",13218 "pallet-grandpa",13219 "pallet-identity",13220 "pallet-im-online",13221 "pallet-indices",13222 "pallet-membership",13223 "pallet-mmr-primitives",13224 "pallet-multisig",13225 "pallet-nicks",13226 "pallet-offences",13227 "pallet-offences-benchmarking",13228 "pallet-preimage",13229 "pallet-proxy",13230 "pallet-recovery",13231 "pallet-scheduler",13232 "pallet-session",13233 "pallet-session-benchmarking",13234 "pallet-society",13235 "pallet-staking",13236 "pallet-staking-reward-curve",13237 "pallet-sudo",13238 "pallet-timestamp",13239 "pallet-transaction-payment",13240 "pallet-transaction-payment-rpc-runtime-api",13241 "pallet-treasury",13242 "pallet-utility",13243 "pallet-vesting",13244 "pallet-xcm",13245 "pallet-xcm-benchmarks",13246 "parity-scale-codec",13247 "polkadot-parachain",13248 "polkadot-primitives",13249 "polkadot-runtime-common",13250 "polkadot-runtime-parachains",13251 "rustc-hex",13252 "scale-info",13253 "serde",13254 "serde_derive",13255 "smallvec",13256 "sp-api",13257 "sp-authority-discovery",13258 "sp-block-builder",13259 "sp-consensus-babe",13260 "sp-core",13261 "sp-inherents",13262 "sp-io",13263 "sp-npos-elections",13264 "sp-offchain",13265 "sp-runtime",13266 "sp-session",13267 "sp-staking",13268 "sp-std",13269 "sp-transaction-pool",13270 "sp-version",13271 "substrate-wasm-builder",13272 "westend-runtime-constants",13273 "xcm",13274 "xcm-builder",13275 "xcm-executor",13276]1327713278[[package]]13279name = "westend-runtime-constants"13280version = "0.9.18"13281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13282dependencies = [13283 "frame-support",13284 "polkadot-primitives",13285 "polkadot-runtime-common",13286 "smallvec",13287 "sp-runtime",13288]1328913290[[package]]13291name = "which"13292version = "4.2.5"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13295dependencies = [13296 "either",13297 "lazy_static",13298 "libc",13299]1330013301[[package]]13302name = "widestring"13303version = "0.4.3"13304source = "registry+https://github.com/rust-lang/crates.io-index"13305checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1330613307[[package]]13308name = "winapi"13309version = "0.2.8"13310source = "registry+https://github.com/rust-lang/crates.io-index"13311checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1331213313[[package]]13314name = "winapi"13315version = "0.3.9"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13318dependencies = [13319 "winapi-i686-pc-windows-gnu",13320 "winapi-x86_64-pc-windows-gnu",13321]1332213323[[package]]13324name = "winapi-build"13325version = "0.1.1"13326source = "registry+https://github.com/rust-lang/crates.io-index"13327checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1332813329[[package]]13330name = "winapi-i686-pc-windows-gnu"13331version = "0.4.0"13332source = "registry+https://github.com/rust-lang/crates.io-index"13333checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1333413335[[package]]13336name = "winapi-util"13337version = "0.1.5"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13340dependencies = [13341 "winapi 0.3.9",13342]1334313344[[package]]13345name = "winapi-x86_64-pc-windows-gnu"13346version = "0.4.0"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334913350[[package]]13351name = "windows-sys"13352version = "0.34.0"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13355dependencies = [13356 "windows_aarch64_msvc",13357 "windows_i686_gnu",13358 "windows_i686_msvc",13359 "windows_x86_64_gnu",13360 "windows_x86_64_msvc",13361]1336213363[[package]]13364name = "windows_aarch64_msvc"13365version = "0.34.0"13366source = "registry+https://github.com/rust-lang/crates.io-index"13367checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1336813369[[package]]13370name = "windows_i686_gnu"13371version = "0.34.0"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1337413375[[package]]13376name = "windows_i686_msvc"13377version = "0.34.0"13378source = "registry+https://github.com/rust-lang/crates.io-index"13379checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1338013381[[package]]13382name = "windows_x86_64_gnu"13383version = "0.34.0"13384source = "registry+https://github.com/rust-lang/crates.io-index"13385checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1338613387[[package]]13388name = "windows_x86_64_msvc"13389version = "0.34.0"13390source = "registry+https://github.com/rust-lang/crates.io-index"13391checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1339213393[[package]]13394name = "winreg"13395version = "0.6.2"13396source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13398dependencies = [13399 "winapi 0.3.9",13400]1340113402[[package]]13403name = "ws2_32-sys"13404version = "0.2.1"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13407dependencies = [13408 "winapi 0.2.8",13409 "winapi-build",13410]1341113412[[package]]13413name = "wyz"13414version = "0.5.0"13415source = "registry+https://github.com/rust-lang/crates.io-index"13416checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13417dependencies = [13418 "tap",13419]1342013421[[package]]13422name = "x25519-dalek"13423version = "1.1.1"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13426dependencies = [13427 "curve25519-dalek 3.2.0",13428 "rand_core 0.5.1",13429 "zeroize",13430]1343113432[[package]]13433name = "xcm"13434version = "0.9.18"13435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13436dependencies = [13437 "derivative",13438 "impl-trait-for-tuples",13439 "log",13440 "parity-scale-codec",13441 "scale-info",13442 "xcm-procedural",13443]1344413445[[package]]13446name = "xcm-builder"13447version = "0.9.18"13448source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13449dependencies = [13450 "frame-support",13451 "frame-system",13452 "log",13453 "pallet-transaction-payment",13454 "parity-scale-codec",13455 "polkadot-parachain",13456 "scale-info",13457 "sp-arithmetic",13458 "sp-io",13459 "sp-runtime",13460 "sp-std",13461 "xcm",13462 "xcm-executor",13463]1346413465[[package]]13466name = "xcm-executor"13467version = "0.9.18"13468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13469dependencies = [13470 "frame-benchmarking",13471 "frame-support",13472 "impl-trait-for-tuples",13473 "log",13474 "parity-scale-codec",13475 "sp-arithmetic",13476 "sp-core",13477 "sp-io",13478 "sp-runtime",13479 "sp-std",13480 "xcm",13481]1348213483[[package]]13484name = "xcm-procedural"13485version = "0.1.0"13486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13487dependencies = [13488 "Inflector",13489 "proc-macro2",13490 "quote",13491 "syn",13492]1349313494[[package]]13495name = "yamux"13496version = "0.9.0"13497source = "registry+https://github.com/rust-lang/crates.io-index"13498checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13499dependencies = [13500 "futures 0.3.21",13501 "log",13502 "nohash-hasher",13503 "parking_lot 0.11.2",13504 "rand 0.8.5",13505 "static_assertions",13506]1350713508[[package]]13509name = "yansi"13510version = "0.5.1"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1351313514[[package]]13515name = "zeroize"13516version = "1.5.4"13517source = "registry+https://github.com/rust-lang/crates.io-index"13518checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13519dependencies = [13520 "zeroize_derive",13521]1352213523[[package]]13524name = "zeroize_derive"13525version = "1.3.2"13526source = "registry+https://github.com/rust-lang/crates.io-index"13527checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13528dependencies = [13529 "proc-macro2",13530 "quote",13531 "syn",13532 "synstructure",13533]1353413535[[package]]13536name = "zstd"13537version = "0.9.2+zstd.1.5.1"13538source = "registry+https://github.com/rust-lang/crates.io-index"13539checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13540dependencies = [13541 "zstd-safe",13542]1354313544[[package]]13545name = "zstd-safe"13546version = "4.1.3+zstd.1.5.1"13547source = "registry+https://github.com/rust-lang/crates.io-index"13548checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13549dependencies = [13550 "libc",13551 "zstd-sys",13552]1355313554[[package]]13555name = "zstd-sys"13556version = "1.6.2+zstd.1.5.1"13557source = "registry+https://github.com/rust-lang/crates.io-index"13558checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13559dependencies = [13560 "cc",13561 "libc",13562]