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

difftreelog

source

Cargo.lock304.7 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.8"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"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.7"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"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.4"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.4"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.4"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",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",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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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-rpc"2755version = "3.0.0-dev"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2757dependencies = [2758 "ethereum",2759 "ethereum-types",2760 "fp-evm",2761 "parity-scale-codec",2762 "scale-info",2763 "sp-api",2764 "sp-core",2765 "sp-io",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-self-contained"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2774dependencies = [2775 "ethereum",2776 "frame-support",2777 "parity-scale-codec",2778 "parity-util-mem",2779 "scale-info",2780 "serde",2781 "sha3 0.8.2",2782 "sp-core",2783 "sp-io",2784 "sp-runtime",2785]27862787[[package]]2788name = "fp-storage"2789version = "2.0.0"2790source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"27912792[[package]]2793name = "frame-benchmarking"2794version = "4.0.0-dev"2795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2796dependencies = [2797 "frame-support",2798 "frame-system",2799 "linregress",2800 "log",2801 "parity-scale-codec",2802 "paste",2803 "scale-info",2804 "serde",2805 "sp-api",2806 "sp-application-crypto",2807 "sp-io",2808 "sp-runtime",2809 "sp-runtime-interface",2810 "sp-std",2811 "sp-storage",2812]28132814[[package]]2815name = "frame-benchmarking-cli"2816version = "4.0.0-dev"2817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2818dependencies = [2819 "Inflector",2820 "chrono",2821 "clap",2822 "frame-benchmarking",2823 "frame-support",2824 "handlebars",2825 "hash-db",2826 "hex",2827 "itertools",2828 "kvdb",2829 "linked-hash-map",2830 "log",2831 "memory-db",2832 "parity-scale-codec",2833 "rand 0.8.5",2834 "sc-cli",2835 "sc-client-api",2836 "sc-client-db",2837 "sc-executor",2838 "sc-service",2839 "serde",2840 "serde_json",2841 "serde_nanos",2842 "sp-api",2843 "sp-blockchain",2844 "sp-core",2845 "sp-database",2846 "sp-externalities",2847 "sp-keystore",2848 "sp-runtime",2849 "sp-state-machine",2850 "sp-std",2851 "sp-storage",2852 "sp-trie",2853]28542855[[package]]2856name = "frame-election-provider-support"2857version = "4.0.0-dev"2858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2859dependencies = [2860 "frame-support",2861 "frame-system",2862 "parity-scale-codec",2863 "scale-info",2864 "sp-arithmetic",2865 "sp-npos-elections",2866 "sp-std",2867]28682869[[package]]2870name = "frame-executive"2871version = "4.0.0-dev"2872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2873dependencies = [2874 "frame-support",2875 "frame-system",2876 "parity-scale-codec",2877 "scale-info",2878 "sp-core",2879 "sp-io",2880 "sp-runtime",2881 "sp-std",2882 "sp-tracing",2883]28842885[[package]]2886name = "frame-metadata"2887version = "15.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2890dependencies = [2891 "cfg-if 1.0.0",2892 "parity-scale-codec",2893 "scale-info",2894 "serde",2895]28962897[[package]]2898name = "frame-support"2899version = "4.0.0-dev"2900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2901dependencies = [2902 "bitflags",2903 "frame-metadata",2904 "frame-support-procedural",2905 "impl-trait-for-tuples",2906 "log",2907 "once_cell",2908 "parity-scale-codec",2909 "paste",2910 "scale-info",2911 "serde",2912 "smallvec",2913 "sp-arithmetic",2914 "sp-core",2915 "sp-core-hashing-proc-macro",2916 "sp-inherents",2917 "sp-io",2918 "sp-runtime",2919 "sp-staking",2920 "sp-state-machine",2921 "sp-std",2922 "sp-tracing",2923 "tt-call",2924]29252926[[package]]2927name = "frame-support-procedural"2928version = "4.0.0-dev"2929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2930dependencies = [2931 "Inflector",2932 "frame-support-procedural-tools",2933 "proc-macro2",2934 "quote",2935 "syn",2936]29372938[[package]]2939name = "frame-support-procedural-tools"2940version = "4.0.0-dev"2941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2942dependencies = [2943 "frame-support-procedural-tools-derive",2944 "proc-macro-crate 1.1.3",2945 "proc-macro2",2946 "quote",2947 "syn",2948]29492950[[package]]2951name = "frame-support-procedural-tools-derive"2952version = "3.0.0"2953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2954dependencies = [2955 "proc-macro2",2956 "quote",2957 "syn",2958]29592960[[package]]2961name = "frame-system"2962version = "4.0.0-dev"2963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2964dependencies = [2965 "frame-support",2966 "log",2967 "parity-scale-codec",2968 "scale-info",2969 "serde",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-version",2975]29762977[[package]]2978name = "frame-system-benchmarking"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2981dependencies = [2982 "frame-benchmarking",2983 "frame-support",2984 "frame-system",2985 "parity-scale-codec",2986 "scale-info",2987 "sp-core",2988 "sp-runtime",2989 "sp-std",2990]29912992[[package]]2993name = "frame-system-rpc-runtime-api"2994version = "4.0.0-dev"2995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2996dependencies = [2997 "parity-scale-codec",2998 "sp-api",2999]30003001[[package]]3002name = "frame-try-runtime"3003version = "0.10.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "frame-support",3007 "sp-api",3008 "sp-runtime",3009 "sp-std",3010]30113012[[package]]3013name = "fs-err"3014version = "2.7.0"3015source = "registry+https://github.com/rust-lang/crates.io-index"3016checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30173018[[package]]3019name = "fs-swap"3020version = "0.2.6"3021source = "registry+https://github.com/rust-lang/crates.io-index"3022checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3023dependencies = [3024 "lazy_static",3025 "libc",3026 "libloading 0.5.2",3027 "winapi 0.3.9",3028]30293030[[package]]3031name = "fs2"3032version = "0.4.3"3033source = "registry+https://github.com/rust-lang/crates.io-index"3034checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3035dependencies = [3036 "libc",3037 "winapi 0.3.9",3038]30393040[[package]]3041name = "fs_extra"3042version = "1.2.0"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30453046[[package]]3047name = "fuchsia-zircon"3048version = "0.3.3"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3051dependencies = [3052 "bitflags",3053 "fuchsia-zircon-sys",3054]30553056[[package]]3057name = "fuchsia-zircon-sys"3058version = "0.3.3"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30613062[[package]]3063name = "funty"3064version = "1.1.0"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30673068[[package]]3069name = "funty"3070version = "2.0.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30733074[[package]]3075name = "futures"3076version = "0.1.31"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30793080[[package]]3081name = "futures"3082version = "0.3.21"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3085dependencies = [3086 "futures-channel",3087 "futures-core",3088 "futures-executor",3089 "futures-io",3090 "futures-sink",3091 "futures-task",3092 "futures-util",3093]30943095[[package]]3096name = "futures-channel"3097version = "0.3.21"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3100dependencies = [3101 "futures-core",3102 "futures-sink",3103]31043105[[package]]3106name = "futures-core"3107version = "0.3.21"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31103111[[package]]3112name = "futures-executor"3113version = "0.3.21"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3116dependencies = [3117 "futures-core",3118 "futures-task",3119 "futures-util",3120 "num_cpus",3121]31223123[[package]]3124name = "futures-io"3125version = "0.3.21"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31283129[[package]]3130name = "futures-lite"3131version = "1.12.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3134dependencies = [3135 "fastrand",3136 "futures-core",3137 "futures-io",3138 "memchr",3139 "parking",3140 "pin-project-lite 0.2.8",3141 "waker-fn",3142]31433144[[package]]3145name = "futures-macro"3146version = "0.3.21"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3149dependencies = [3150 "proc-macro2",3151 "quote",3152 "syn",3153]31543155[[package]]3156name = "futures-rustls"3157version = "0.21.1"3158source = "registry+https://github.com/rust-lang/crates.io-index"3159checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3160dependencies = [3161 "futures-io",3162 "rustls 0.19.1",3163 "webpki 0.21.4",3164]31653166[[package]]3167name = "futures-sink"3168version = "0.3.21"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31713172[[package]]3173name = "futures-task"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31773178[[package]]3179name = "futures-timer"3180version = "3.0.2"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31833184[[package]]3185name = "futures-util"3186version = "0.3.21"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3189dependencies = [3190 "futures 0.1.31",3191 "futures-channel",3192 "futures-core",3193 "futures-io",3194 "futures-macro",3195 "futures-sink",3196 "futures-task",3197 "memchr",3198 "pin-project-lite 0.2.8",3199 "pin-utils",3200 "slab",3201]32023203[[package]]3204name = "generic-array"3205version = "0.12.4"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3208dependencies = [3209 "typenum",3210]32113212[[package]]3213name = "generic-array"3214version = "0.14.5"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3217dependencies = [3218 "typenum",3219 "version_check",3220]32213222[[package]]3223name = "getrandom"3224version = "0.1.16"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3227dependencies = [3228 "cfg-if 1.0.0",3229 "js-sys",3230 "libc",3231 "wasi 0.9.0+wasi-snapshot-preview1",3232 "wasm-bindgen",3233]32343235[[package]]3236name = "getrandom"3237version = "0.2.6"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3240dependencies = [3241 "cfg-if 1.0.0",3242 "libc",3243 "wasi 0.10.0+wasi-snapshot-preview1",3244]32453246[[package]]3247name = "ghash"3248version = "0.4.4"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3251dependencies = [3252 "opaque-debug 0.3.0",3253 "polyval",3254]32553256[[package]]3257name = "gimli"3258version = "0.26.1"3259source = "registry+https://github.com/rust-lang/crates.io-index"3260checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3261dependencies = [3262 "fallible-iterator",3263 "indexmap",3264 "stable_deref_trait",3265]32663267[[package]]3268name = "glob"3269version = "0.3.0"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32723273[[package]]3274name = "globset"3275version = "0.4.8"3276source = "registry+https://github.com/rust-lang/crates.io-index"3277checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3278dependencies = [3279 "aho-corasick",3280 "bstr",3281 "fnv",3282 "log",3283 "regex",3284]32853286[[package]]3287name = "gloo-timers"3288version = "0.2.3"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3291dependencies = [3292 "futures-channel",3293 "futures-core",3294 "js-sys",3295 "wasm-bindgen",3296]32973298[[package]]3299name = "group"3300version = "0.11.0"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3303dependencies = [3304 "ff",3305 "rand_core 0.6.3",3306 "subtle 2.4.1",3307]33083309[[package]]3310name = "h2"3311version = "0.3.13"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3314dependencies = [3315 "bytes 1.1.0",3316 "fnv",3317 "futures-core",3318 "futures-sink",3319 "futures-util",3320 "http",3321 "indexmap",3322 "slab",3323 "tokio 1.17.0",3324 "tokio-util 0.7.1",3325 "tracing",3326]33273328[[package]]3329name = "handlebars"3330version = "4.2.2"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3333dependencies = [3334 "log",3335 "pest",3336 "pest_derive",3337 "quick-error 2.0.1",3338 "serde",3339 "serde_json",3340]33413342[[package]]3343name = "hash-db"3344version = "0.15.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33473348[[package]]3349name = "hash256-std-hasher"3350version = "0.15.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3353dependencies = [3354 "crunchy",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.11.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.12.0"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "heck"3377version = "0.3.3"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3380dependencies = [3381 "unicode-segmentation",3382]33833384[[package]]3385name = "heck"3386version = "0.4.0"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33893390[[package]]3391name = "hermit-abi"3392version = "0.1.19"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3395dependencies = [3396 "libc",3397]33983399[[package]]3400name = "hex"3401version = "0.4.3"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34043405[[package]]3406name = "hex-literal"3407version = "0.3.4"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34103411[[package]]3412name = "hex_fmt"3413version = "0.3.0"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34163417[[package]]3418name = "hmac"3419version = "0.7.1"3420source = "registry+https://github.com/rust-lang/crates.io-index"3421checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3422dependencies = [3423 "crypto-mac 0.7.0",3424 "digest 0.8.1",3425]34263427[[package]]3428name = "hmac"3429version = "0.8.1"3430source = "registry+https://github.com/rust-lang/crates.io-index"3431checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3432dependencies = [3433 "crypto-mac 0.8.0",3434 "digest 0.9.0",3435]34363437[[package]]3438name = "hmac"3439version = "0.11.0"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3442dependencies = [3443 "crypto-mac 0.11.1",3444 "digest 0.9.0",3445]34463447[[package]]3448name = "hmac-drbg"3449version = "0.2.0"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3452dependencies = [3453 "digest 0.8.1",3454 "generic-array 0.12.4",3455 "hmac 0.7.1",3456]34573458[[package]]3459name = "hmac-drbg"3460version = "0.3.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3463dependencies = [3464 "digest 0.9.0",3465 "generic-array 0.14.5",3466 "hmac 0.8.1",3467]34683469[[package]]3470name = "hostname"3471version = "0.3.1"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3474dependencies = [3475 "libc",3476 "match_cfg",3477 "winapi 0.3.9",3478]34793480[[package]]3481name = "http"3482version = "0.2.6"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3485dependencies = [3486 "bytes 1.1.0",3487 "fnv",3488 "itoa 1.0.1",3489]34903491[[package]]3492name = "http-body"3493version = "0.4.4"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3496dependencies = [3497 "bytes 1.1.0",3498 "http",3499 "pin-project-lite 0.2.8",3500]35013502[[package]]3503name = "httparse"3504version = "1.6.0"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35073508[[package]]3509name = "httpdate"3510version = "1.0.2"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35133514[[package]]3515name = "humantime"3516version = "2.1.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35193520[[package]]3521name = "hyper"3522version = "0.14.18"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3525dependencies = [3526 "bytes 1.1.0",3527 "futures-channel",3528 "futures-core",3529 "futures-util",3530 "h2",3531 "http",3532 "http-body",3533 "httparse",3534 "httpdate",3535 "itoa 1.0.1",3536 "pin-project-lite 0.2.8",3537 "socket2 0.4.4",3538 "tokio 1.17.0",3539 "tower-service",3540 "tracing",3541 "want",3542]35433544[[package]]3545name = "hyper-rustls"3546version = "0.22.1"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3549dependencies = [3550 "ct-logs",3551 "futures-util",3552 "hyper",3553 "log",3554 "rustls 0.19.1",3555 "rustls-native-certs 0.5.0",3556 "tokio 1.17.0",3557 "tokio-rustls 0.22.0",3558 "webpki 0.21.4",3559]35603561[[package]]3562name = "hyper-rustls"3563version = "0.23.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3566dependencies = [3567 "http",3568 "hyper",3569 "log",3570 "rustls 0.20.4",3571 "rustls-native-certs 0.6.1",3572 "tokio 1.17.0",3573 "tokio-rustls 0.23.3",3574 "webpki-roots 0.22.2",3575]35763577[[package]]3578name = "ident_case"3579version = "1.0.1"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35823583[[package]]3584name = "idna"3585version = "0.1.5"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3588dependencies = [3589 "matches",3590 "unicode-bidi",3591 "unicode-normalization",3592]35933594[[package]]3595name = "idna"3596version = "0.2.3"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3599dependencies = [3600 "matches",3601 "unicode-bidi",3602 "unicode-normalization",3603]36043605[[package]]3606name = "if-addrs"3607version = "0.6.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3610dependencies = [3611 "if-addrs-sys",3612 "libc",3613 "winapi 0.3.9",3614]36153616[[package]]3617name = "if-addrs-sys"3618version = "0.3.2"3619source = "registry+https://github.com/rust-lang/crates.io-index"3620checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3621dependencies = [3622 "cc",3623 "libc",3624]36253626[[package]]3627name = "if-watch"3628version = "0.2.2"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3631dependencies = [3632 "async-io",3633 "futures 0.3.21",3634 "futures-lite",3635 "if-addrs",3636 "ipnet",3637 "libc",3638 "log",3639 "winapi 0.3.9",3640]36413642[[package]]3643name = "impl-codec"3644version = "0.6.0"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3647dependencies = [3648 "parity-scale-codec",3649]36503651[[package]]3652name = "impl-rlp"3653version = "0.3.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3656dependencies = [3657 "rlp",3658]36593660[[package]]3661name = "impl-serde"3662version = "0.3.2"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3665dependencies = [3666 "serde",3667]36683669[[package]]3670name = "impl-trait-for-tuples"3671version = "0.2.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3674dependencies = [3675 "proc-macro2",3676 "quote",3677 "syn",3678]36793680[[package]]3681name = "indexmap"3682version = "1.8.1"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3685dependencies = [3686 "autocfg",3687 "hashbrown 0.11.2",3688 "serde",3689]36903691[[package]]3692name = "instant"3693version = "0.1.12"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3696dependencies = [3697 "cfg-if 1.0.0",3698]36993700[[package]]3701name = "integer-encoding"3702version = "3.0.3"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37053706[[package]]3707name = "integer-sqrt"3708version = "0.1.5"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3711dependencies = [3712 "num-traits",3713]37143715[[package]]3716name = "io-lifetimes"3717version = "0.4.4"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3720dependencies = [3721 "winapi 0.3.9",3722]37233724[[package]]3725name = "iovec"3726version = "0.1.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3729dependencies = [3730 "libc",3731]37323733[[package]]3734name = "ip_network"3735version = "0.4.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37383739[[package]]3740name = "ipconfig"3741version = "0.2.2"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3744dependencies = [3745 "socket2 0.3.19",3746 "widestring",3747 "winapi 0.3.9",3748 "winreg",3749]37503751[[package]]3752name = "ipnet"3753version = "2.4.0"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37563757[[package]]3758name = "itertools"3759version = "0.10.3"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3762dependencies = [3763 "either",3764]37653766[[package]]3767name = "itoa"3768version = "0.4.8"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37713772[[package]]3773name = "itoa"3774version = "1.0.1"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37773778[[package]]3779name = "jobserver"3780version = "0.1.24"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3783dependencies = [3784 "libc",3785]37863787[[package]]3788name = "js-sys"3789version = "0.3.56"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3792dependencies = [3793 "wasm-bindgen",3794]37953796[[package]]3797name = "jsonrpc-client-transports"3798version = "18.0.0"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3801dependencies = [3802 "derive_more",3803 "futures 0.3.21",3804 "jsonrpc-core",3805 "jsonrpc-pubsub",3806 "log",3807 "serde",3808 "serde_json",3809 "url 1.7.2",3810]38113812[[package]]3813name = "jsonrpc-core"3814version = "18.0.0"3815source = "registry+https://github.com/rust-lang/crates.io-index"3816checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3817dependencies = [3818 "futures 0.3.21",3819 "futures-executor",3820 "futures-util",3821 "log",3822 "serde",3823 "serde_derive",3824 "serde_json",3825]38263827[[package]]3828name = "jsonrpc-core-client"3829version = "18.0.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3832dependencies = [3833 "futures 0.3.21",3834 "jsonrpc-client-transports",3835]38363837[[package]]3838name = "jsonrpc-derive"3839version = "18.0.0"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3842dependencies = [3843 "proc-macro-crate 0.1.5",3844 "proc-macro2",3845 "quote",3846 "syn",3847]38483849[[package]]3850name = "jsonrpc-http-server"3851version = "18.0.0"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3854dependencies = [3855 "futures 0.3.21",3856 "hyper",3857 "jsonrpc-core",3858 "jsonrpc-server-utils",3859 "log",3860 "net2",3861 "parking_lot 0.11.2",3862 "unicase",3863]38643865[[package]]3866name = "jsonrpc-ipc-server"3867version = "18.0.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3870dependencies = [3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-server-utils",3874 "log",3875 "parity-tokio-ipc",3876 "parking_lot 0.11.2",3877 "tower-service",3878]38793880[[package]]3881name = "jsonrpc-pubsub"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3885dependencies = [3886 "futures 0.3.21",3887 "jsonrpc-core",3888 "lazy_static",3889 "log",3890 "parking_lot 0.11.2",3891 "rand 0.7.3",3892 "serde",3893]38943895[[package]]3896name = "jsonrpc-server-utils"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3900dependencies = [3901 "bytes 1.1.0",3902 "futures 0.3.21",3903 "globset",3904 "jsonrpc-core",3905 "lazy_static",3906 "log",3907 "tokio 1.17.0",3908 "tokio-stream",3909 "tokio-util 0.6.9",3910 "unicase",3911]39123913[[package]]3914name = "jsonrpc-ws-server"3915version = "18.0.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3918dependencies = [3919 "futures 0.3.21",3920 "jsonrpc-core",3921 "jsonrpc-server-utils",3922 "log",3923 "parity-ws",3924 "parking_lot 0.11.2",3925 "slab",3926]39273928[[package]]3929name = "jsonrpsee"3930version = "0.4.1"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3933dependencies = [3934 "jsonrpsee-types 0.4.1",3935 "jsonrpsee-utils",3936 "jsonrpsee-ws-client 0.4.1",3937]39383939[[package]]3940name = "jsonrpsee"3941version = "0.8.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3944dependencies = [3945 "jsonrpsee-core 0.8.0",3946 "jsonrpsee-proc-macros",3947 "jsonrpsee-types 0.8.0",3948 "jsonrpsee-ws-client 0.8.0",3949]39503951[[package]]3952name = "jsonrpsee"3953version = "0.9.0"3954source = "registry+https://github.com/rust-lang/crates.io-index"3955checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3956dependencies = [3957 "jsonrpsee-core 0.9.0",3958 "jsonrpsee-http-client",3959 "jsonrpsee-types 0.9.0",3960 "jsonrpsee-ws-client 0.9.0",3961]39623963[[package]]3964name = "jsonrpsee-client-transport"3965version = "0.8.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3968dependencies = [3969 "futures 0.3.21",3970 "http",3971 "jsonrpsee-core 0.8.0",3972 "jsonrpsee-types 0.8.0",3973 "pin-project 1.0.10",3974 "rustls-native-certs 0.6.1",3975 "soketto",3976 "thiserror",3977 "tokio 1.17.0",3978 "tokio-rustls 0.23.3",3979 "tokio-util 0.6.9",3980 "tracing",3981 "webpki-roots 0.22.2",3982]39833984[[package]]3985name = "jsonrpsee-client-transport"3986version = "0.9.0"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3989dependencies = [3990 "futures 0.3.21",3991 "http",3992 "jsonrpsee-core 0.9.0",3993 "jsonrpsee-types 0.9.0",3994 "pin-project 1.0.10",3995 "rustls-native-certs 0.6.1",3996 "soketto",3997 "thiserror",3998 "tokio 1.17.0",3999 "tokio-rustls 0.23.3",4000 "tokio-util 0.6.9",4001 "tracing",4002 "webpki-roots 0.22.2",4003]40044005[[package]]4006name = "jsonrpsee-core"4007version = "0.8.0"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4010dependencies = [4011 "anyhow",4012 "arrayvec 0.7.2",4013 "async-trait",4014 "beef",4015 "futures-channel",4016 "futures-util",4017 "hyper",4018 "jsonrpsee-types 0.8.0",4019 "rustc-hash",4020 "serde",4021 "serde_json",4022 "soketto",4023 "thiserror",4024 "tokio 1.17.0",4025 "tracing",4026]40274028[[package]]4029name = "jsonrpsee-core"4030version = "0.9.0"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4033dependencies = [4034 "anyhow",4035 "arrayvec 0.7.2",4036 "async-trait",4037 "beef",4038 "futures-channel",4039 "futures-util",4040 "hyper",4041 "jsonrpsee-types 0.9.0",4042 "rustc-hash",4043 "serde",4044 "serde_json",4045 "soketto",4046 "thiserror",4047 "tokio 1.17.0",4048 "tracing",4049]40504051[[package]]4052name = "jsonrpsee-http-client"4053version = "0.9.0"4054source = "registry+https://github.com/rust-lang/crates.io-index"4055checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4056dependencies = [4057 "async-trait",4058 "hyper",4059 "hyper-rustls 0.23.0",4060 "jsonrpsee-core 0.9.0",4061 "jsonrpsee-types 0.9.0",4062 "rustc-hash",4063 "serde",4064 "serde_json",4065 "thiserror",4066 "tokio 1.17.0",4067 "tracing",4068]40694070[[package]]4071name = "jsonrpsee-proc-macros"4072version = "0.8.0"4073source = "registry+https://github.com/rust-lang/crates.io-index"4074checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4075dependencies = [4076 "proc-macro-crate 1.1.3",4077 "proc-macro2",4078 "quote",4079 "syn",4080]40814082[[package]]4083name = "jsonrpsee-types"4084version = "0.4.1"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4087dependencies = [4088 "anyhow",4089 "async-trait",4090 "beef",4091 "futures-channel",4092 "futures-util",4093 "hyper",4094 "log",4095 "serde",4096 "serde_json",4097 "soketto",4098 "thiserror",4099]41004101[[package]]4102name = "jsonrpsee-types"4103version = "0.8.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4106dependencies = [4107 "anyhow",4108 "beef",4109 "serde",4110 "serde_json",4111 "thiserror",4112 "tracing",4113]41144115[[package]]4116name = "jsonrpsee-types"4117version = "0.9.0"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4120dependencies = [4121 "anyhow",4122 "beef",4123 "serde",4124 "serde_json",4125 "thiserror",4126 "tracing",4127]41284129[[package]]4130name = "jsonrpsee-utils"4131version = "0.4.1"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4134dependencies = [4135 "arrayvec 0.7.2",4136 "beef",4137 "jsonrpsee-types 0.4.1",4138]41394140[[package]]4141name = "jsonrpsee-ws-client"4142version = "0.4.1"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4145dependencies = [4146 "arrayvec 0.7.2",4147 "async-trait",4148 "fnv",4149 "futures 0.3.21",4150 "http",4151 "jsonrpsee-types 0.4.1",4152 "log",4153 "pin-project 1.0.10",4154 "rustls-native-certs 0.5.0",4155 "serde",4156 "serde_json",4157 "soketto",4158 "thiserror",4159 "tokio 1.17.0",4160 "tokio-rustls 0.22.0",4161 "tokio-util 0.6.9",4162]41634164[[package]]4165name = "jsonrpsee-ws-client"4166version = "0.8.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4169dependencies = [4170 "jsonrpsee-client-transport 0.8.0",4171 "jsonrpsee-core 0.8.0",4172 "jsonrpsee-types 0.8.0",4173]41744175[[package]]4176name = "jsonrpsee-ws-client"4177version = "0.9.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4180dependencies = [4181 "jsonrpsee-client-transport 0.9.0",4182 "jsonrpsee-core 0.9.0",4183 "jsonrpsee-types 0.9.0",4184]41854186[[package]]4187name = "k256"4188version = "0.10.4"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4191dependencies = [4192 "cfg-if 1.0.0",4193 "ecdsa",4194 "elliptic-curve",4195 "sec1",4196]41974198[[package]]4199name = "keccak"4200version = "0.1.0"4201source = "registry+https://github.com/rust-lang/crates.io-index"4202checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42034204[[package]]4205name = "kernel32-sys"4206version = "0.2.2"4207source = "registry+https://github.com/rust-lang/crates.io-index"4208checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4209dependencies = [4210 "winapi 0.2.8",4211 "winapi-build",4212]42134214[[package]]4215name = "kusama-runtime"4216version = "0.9.18"4217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4218dependencies = [4219 "beefy-primitives",4220 "bitvec",4221 "frame-benchmarking",4222 "frame-election-provider-support",4223 "frame-executive",4224 "frame-support",4225 "frame-system",4226 "frame-system-benchmarking",4227 "frame-system-rpc-runtime-api",4228 "frame-try-runtime",4229 "hex-literal",4230 "kusama-runtime-constants",4231 "log",4232 "pallet-authority-discovery",4233 "pallet-authorship",4234 "pallet-babe",4235 "pallet-bags-list",4236 "pallet-balances",4237 "pallet-bounties",4238 "pallet-collective",4239 "pallet-democracy",4240 "pallet-election-provider-multi-phase",4241 "pallet-elections-phragmen",4242 "pallet-gilt",4243 "pallet-grandpa",4244 "pallet-identity",4245 "pallet-im-online",4246 "pallet-indices",4247 "pallet-membership",4248 "pallet-mmr-primitives",4249 "pallet-multisig",4250 "pallet-nicks",4251 "pallet-offences",4252 "pallet-offences-benchmarking",4253 "pallet-preimage",4254 "pallet-proxy",4255 "pallet-recovery",4256 "pallet-scheduler",4257 "pallet-session",4258 "pallet-session-benchmarking",4259 "pallet-society",4260 "pallet-staking",4261 "pallet-staking-reward-fn",4262 "pallet-timestamp",4263 "pallet-tips",4264 "pallet-transaction-payment",4265 "pallet-transaction-payment-rpc-runtime-api",4266 "pallet-treasury",4267 "pallet-utility",4268 "pallet-vesting",4269 "pallet-xcm",4270 "parity-scale-codec",4271 "polkadot-primitives",4272 "polkadot-runtime-common",4273 "polkadot-runtime-parachains",4274 "rustc-hex",4275 "scale-info",4276 "serde",4277 "serde_derive",4278 "smallvec",4279 "sp-api",4280 "sp-arithmetic",4281 "sp-authority-discovery",4282 "sp-block-builder",4283 "sp-consensus-babe",4284 "sp-core",4285 "sp-inherents",4286 "sp-io",4287 "sp-npos-elections",4288 "sp-offchain",4289 "sp-runtime",4290 "sp-session",4291 "sp-staking",4292 "sp-std",4293 "sp-transaction-pool",4294 "sp-version",4295 "static_assertions",4296 "substrate-wasm-builder",4297 "xcm",4298 "xcm-builder",4299 "xcm-executor",4300]43014302[[package]]4303name = "kusama-runtime-constants"4304version = "0.9.18"4305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4306dependencies = [4307 "frame-support",4308 "polkadot-primitives",4309 "polkadot-runtime-common",4310 "smallvec",4311 "sp-runtime",4312]43134314[[package]]4315name = "kv-log-macro"4316version = "1.0.7"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4319dependencies = [4320 "log",4321]43224323[[package]]4324name = "kvdb"4325version = "0.11.0"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4328dependencies = [4329 "parity-util-mem",4330 "smallvec",4331]43324333[[package]]4334name = "kvdb-memorydb"4335version = "0.11.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4338dependencies = [4339 "kvdb",4340 "parity-util-mem",4341 "parking_lot 0.12.0",4342]43434344[[package]]4345name = "kvdb-rocksdb"4346version = "0.15.2"4347source = "registry+https://github.com/rust-lang/crates.io-index"4348checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4349dependencies = [4350 "fs-swap",4351 "kvdb",4352 "log",4353 "num_cpus",4354 "owning_ref",4355 "parity-util-mem",4356 "parking_lot 0.12.0",4357 "regex",4358 "rocksdb",4359 "smallvec",4360]43614362[[package]]4363name = "lazy_static"4364version = "1.4.0"4365source = "registry+https://github.com/rust-lang/crates.io-index"4366checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43674368[[package]]4369name = "lazycell"4370version = "1.3.0"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43734374[[package]]4375name = "libc"4376version = "0.2.122"4377source = "registry+https://github.com/rust-lang/crates.io-index"4378checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"43794380[[package]]4381name = "libloading"4382version = "0.5.2"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4385dependencies = [4386 "cc",4387 "winapi 0.3.9",4388]43894390[[package]]4391name = "libloading"4392version = "0.7.3"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4395dependencies = [4396 "cfg-if 1.0.0",4397 "winapi 0.3.9",4398]43994400[[package]]4401name = "libm"4402version = "0.2.2"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44054406[[package]]4407name = "libp2p"4408version = "0.40.0"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4411dependencies = [4412 "atomic",4413 "bytes 1.1.0",4414 "futures 0.3.21",4415 "lazy_static",4416 "libp2p-core",4417 "libp2p-deflate",4418 "libp2p-dns",4419 "libp2p-floodsub",4420 "libp2p-gossipsub",4421 "libp2p-identify",4422 "libp2p-kad",4423 "libp2p-mdns",4424 "libp2p-metrics",4425 "libp2p-mplex",4426 "libp2p-noise",4427 "libp2p-ping",4428 "libp2p-plaintext",4429 "libp2p-pnet",4430 "libp2p-relay",4431 "libp2p-rendezvous",4432 "libp2p-request-response",4433 "libp2p-swarm",4434 "libp2p-swarm-derive",4435 "libp2p-tcp",4436 "libp2p-uds",4437 "libp2p-wasm-ext",4438 "libp2p-websocket",4439 "libp2p-yamux",4440 "multiaddr",4441 "parking_lot 0.11.2",4442 "pin-project 1.0.10",4443 "smallvec",4444 "wasm-timer",4445]44464447[[package]]4448name = "libp2p-core"4449version = "0.30.2"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4452dependencies = [4453 "asn1_der",4454 "bs58",4455 "ed25519-dalek",4456 "either",4457 "fnv",4458 "futures 0.3.21",4459 "futures-timer",4460 "instant",4461 "lazy_static",4462 "libsecp256k1 0.7.0",4463 "log",4464 "multiaddr",4465 "multihash 0.14.0",4466 "multistream-select",4467 "parking_lot 0.11.2",4468 "pin-project 1.0.10",4469 "prost",4470 "prost-build",4471 "rand 0.8.5",4472 "ring",4473 "rw-stream-sink",4474 "sha2 0.9.9",4475 "smallvec",4476 "thiserror",4477 "unsigned-varint 0.7.1",4478 "void",4479 "zeroize",4480]44814482[[package]]4483name = "libp2p-deflate"4484version = "0.30.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4487dependencies = [4488 "flate2",4489 "futures 0.3.21",4490 "libp2p-core",4491]44924493[[package]]4494name = "libp2p-dns"4495version = "0.30.0"4496source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4498dependencies = [4499 "async-std-resolver",4500 "futures 0.3.21",4501 "libp2p-core",4502 "log",4503 "smallvec",4504 "trust-dns-resolver",4505]45064507[[package]]4508name = "libp2p-floodsub"4509version = "0.31.0"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4512dependencies = [4513 "cuckoofilter",4514 "fnv",4515 "futures 0.3.21",4516 "libp2p-core",4517 "libp2p-swarm",4518 "log",4519 "prost",4520 "prost-build",4521 "rand 0.7.3",4522 "smallvec",4523]45244525[[package]]4526name = "libp2p-gossipsub"4527version = "0.33.0"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4530dependencies = [4531 "asynchronous-codec 0.6.0",4532 "base64",4533 "byteorder",4534 "bytes 1.1.0",4535 "fnv",4536 "futures 0.3.21",4537 "hex_fmt",4538 "libp2p-core",4539 "libp2p-swarm",4540 "log",4541 "prost",4542 "prost-build",4543 "rand 0.7.3",4544 "regex",4545 "sha2 0.9.9",4546 "smallvec",4547 "unsigned-varint 0.7.1",4548 "wasm-timer",4549]45504551[[package]]4552name = "libp2p-identify"4553version = "0.31.0"4554source = "registry+https://github.com/rust-lang/crates.io-index"4555checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4556dependencies = [4557 "futures 0.3.21",4558 "libp2p-core",4559 "libp2p-swarm",4560 "log",4561 "lru 0.6.6",4562 "prost",4563 "prost-build",4564 "smallvec",4565 "wasm-timer",4566]45674568[[package]]4569name = "libp2p-kad"4570version = "0.32.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4573dependencies = [4574 "arrayvec 0.5.2",4575 "asynchronous-codec 0.6.0",4576 "bytes 1.1.0",4577 "either",4578 "fnv",4579 "futures 0.3.21",4580 "libp2p-core",4581 "libp2p-swarm",4582 "log",4583 "prost",4584 "prost-build",4585 "rand 0.7.3",4586 "sha2 0.9.9",4587 "smallvec",4588 "uint",4589 "unsigned-varint 0.7.1",4590 "void",4591 "wasm-timer",4592]45934594[[package]]4595name = "libp2p-mdns"4596version = "0.32.0"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4599dependencies = [4600 "async-io",4601 "data-encoding",4602 "dns-parser",4603 "futures 0.3.21",4604 "if-watch",4605 "lazy_static",4606 "libp2p-core",4607 "libp2p-swarm",4608 "log",4609 "rand 0.8.5",4610 "smallvec",4611 "socket2 0.4.4",4612 "void",4613]46144615[[package]]4616name = "libp2p-metrics"4617version = "0.1.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4620dependencies = [4621 "libp2p-core",4622 "libp2p-identify",4623 "libp2p-kad",4624 "libp2p-ping",4625 "libp2p-swarm",4626 "open-metrics-client",4627]46284629[[package]]4630name = "libp2p-mplex"4631version = "0.30.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4634dependencies = [4635 "asynchronous-codec 0.6.0",4636 "bytes 1.1.0",4637 "futures 0.3.21",4638 "libp2p-core",4639 "log",4640 "nohash-hasher",4641 "parking_lot 0.11.2",4642 "rand 0.7.3",4643 "smallvec",4644 "unsigned-varint 0.7.1",4645]46464647[[package]]4648name = "libp2p-noise"4649version = "0.33.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4652dependencies = [4653 "bytes 1.1.0",4654 "curve25519-dalek 3.2.0",4655 "futures 0.3.21",4656 "lazy_static",4657 "libp2p-core",4658 "log",4659 "prost",4660 "prost-build",4661 "rand 0.8.5",4662 "sha2 0.9.9",4663 "snow",4664 "static_assertions",4665 "x25519-dalek",4666 "zeroize",4667]46684669[[package]]4670name = "libp2p-ping"4671version = "0.31.0"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4674dependencies = [4675 "futures 0.3.21",4676 "libp2p-core",4677 "libp2p-swarm",4678 "log",4679 "rand 0.7.3",4680 "void",4681 "wasm-timer",4682]46834684[[package]]4685name = "libp2p-plaintext"4686version = "0.30.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4689dependencies = [4690 "asynchronous-codec 0.6.0",4691 "bytes 1.1.0",4692 "futures 0.3.21",4693 "libp2p-core",4694 "log",4695 "prost",4696 "prost-build",4697 "unsigned-varint 0.7.1",4698 "void",4699]47004701[[package]]4702name = "libp2p-pnet"4703version = "0.22.0"4704source = "registry+https://github.com/rust-lang/crates.io-index"4705checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4706dependencies = [4707 "futures 0.3.21",4708 "log",4709 "pin-project 1.0.10",4710 "rand 0.7.3",4711 "salsa20",4712 "sha3 0.9.1",4713]47144715[[package]]4716name = "libp2p-relay"4717version = "0.4.0"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4720dependencies = [4721 "asynchronous-codec 0.6.0",4722 "bytes 1.1.0",4723 "futures 0.3.21",4724 "futures-timer",4725 "libp2p-core",4726 "libp2p-swarm",4727 "log",4728 "pin-project 1.0.10",4729 "prost",4730 "prost-build",4731 "rand 0.7.3",4732 "smallvec",4733 "unsigned-varint 0.7.1",4734 "void",4735 "wasm-timer",4736]47374738[[package]]4739name = "libp2p-rendezvous"4740version = "0.1.0"4741source = "registry+https://github.com/rust-lang/crates.io-index"4742checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4743dependencies = [4744 "asynchronous-codec 0.6.0",4745 "bimap",4746 "futures 0.3.21",4747 "libp2p-core",4748 "libp2p-swarm",4749 "log",4750 "prost",4751 "prost-build",4752 "rand 0.8.5",4753 "sha2 0.9.9",4754 "thiserror",4755 "unsigned-varint 0.7.1",4756 "void",4757 "wasm-timer",4758]47594760[[package]]4761name = "libp2p-request-response"4762version = "0.13.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4765dependencies = [4766 "async-trait",4767 "bytes 1.1.0",4768 "futures 0.3.21",4769 "libp2p-core",4770 "libp2p-swarm",4771 "log",4772 "lru 0.7.5",4773 "rand 0.7.3",4774 "smallvec",4775 "unsigned-varint 0.7.1",4776 "wasm-timer",4777]47784779[[package]]4780name = "libp2p-swarm"4781version = "0.31.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4784dependencies = [4785 "either",4786 "futures 0.3.21",4787 "libp2p-core",4788 "log",4789 "rand 0.7.3",4790 "smallvec",4791 "void",4792 "wasm-timer",4793]47944795[[package]]4796name = "libp2p-swarm-derive"4797version = "0.25.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4800dependencies = [4801 "quote",4802 "syn",4803]48044805[[package]]4806name = "libp2p-tcp"4807version = "0.30.0"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4810dependencies = [4811 "async-io",4812 "futures 0.3.21",4813 "futures-timer",4814 "if-watch",4815 "ipnet",4816 "libc",4817 "libp2p-core",4818 "log",4819 "socket2 0.4.4",4820]48214822[[package]]4823name = "libp2p-uds"4824version = "0.30.0"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4827dependencies = [4828 "async-std",4829 "futures 0.3.21",4830 "libp2p-core",4831 "log",4832]48334834[[package]]4835name = "libp2p-wasm-ext"4836version = "0.30.0"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4839dependencies = [4840 "futures 0.3.21",4841 "js-sys",4842 "libp2p-core",4843 "parity-send-wrapper",4844 "wasm-bindgen",4845 "wasm-bindgen-futures",4846]48474848[[package]]4849name = "libp2p-websocket"4850version = "0.31.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4853dependencies = [4854 "either",4855 "futures 0.3.21",4856 "futures-rustls",4857 "libp2p-core",4858 "log",4859 "quicksink",4860 "rw-stream-sink",4861 "soketto",4862 "url 2.2.2",4863 "webpki-roots 0.21.1",4864]48654866[[package]]4867name = "libp2p-yamux"4868version = "0.34.0"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4871dependencies = [4872 "futures 0.3.21",4873 "libp2p-core",4874 "parking_lot 0.11.2",4875 "thiserror",4876 "yamux",4877]48784879[[package]]4880name = "librocksdb-sys"4881version = "0.6.1+6.28.2"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4884dependencies = [4885 "bindgen",4886 "bzip2-sys",4887 "cc",4888 "glob",4889 "libc",4890 "libz-sys",4891 "tikv-jemalloc-sys",4892]48934894[[package]]4895name = "libsecp256k1"4896version = "0.3.5"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4899dependencies = [4900 "arrayref",4901 "crunchy",4902 "digest 0.8.1",4903 "hmac-drbg 0.2.0",4904 "rand 0.7.3",4905 "sha2 0.8.2",4906 "subtle 2.4.1",4907 "typenum",4908]49094910[[package]]4911name = "libsecp256k1"4912version = "0.7.0"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4915dependencies = [4916 "arrayref",4917 "base64",4918 "digest 0.9.0",4919 "hmac-drbg 0.3.0",4920 "libsecp256k1-core",4921 "libsecp256k1-gen-ecmult",4922 "libsecp256k1-gen-genmult",4923 "rand 0.8.5",4924 "serde",4925 "sha2 0.9.9",4926 "typenum",4927]49284929[[package]]4930name = "libsecp256k1-core"4931version = "0.3.0"4932source = "registry+https://github.com/rust-lang/crates.io-index"4933checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4934dependencies = [4935 "crunchy",4936 "digest 0.9.0",4937 "subtle 2.4.1",4938]49394940[[package]]4941name = "libsecp256k1-gen-ecmult"4942version = "0.3.0"4943source = "registry+https://github.com/rust-lang/crates.io-index"4944checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4945dependencies = [4946 "libsecp256k1-core",4947]49484949[[package]]4950name = "libsecp256k1-gen-genmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libz-sys"4960version = "1.1.5"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4963dependencies = [4964 "cc",4965 "pkg-config",4966 "vcpkg",4967]49684969[[package]]4970name = "linked-hash-map"4971version = "0.5.4"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49744975[[package]]4976name = "linked_hash_set"4977version = "0.1.4"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4980dependencies = [4981 "linked-hash-map",4982]49834984[[package]]4985name = "linregress"4986version = "0.4.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4989dependencies = [4990 "nalgebra",4991 "statrs",4992]49934994[[package]]4995name = "linux-raw-sys"4996version = "0.0.36"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"49995000[[package]]5001name = "lock_api"5002version = "0.4.7"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"5005dependencies = [5006 "autocfg",5007 "scopeguard",5008]50095010[[package]]5011name = "log"5012version = "0.4.16"5013source = "registry+https://github.com/rust-lang/crates.io-index"5014checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5015dependencies = [5016 "cfg-if 1.0.0",5017 "value-bag",5018]50195020[[package]]5021name = "lru"5022version = "0.6.6"5023source = "registry+https://github.com/rust-lang/crates.io-index"5024checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5025dependencies = [5026 "hashbrown 0.11.2",5027]50285029[[package]]5030name = "lru"5031version = "0.7.5"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"5034dependencies = [5035 "hashbrown 0.11.2",5036]50375038[[package]]5039name = "lru-cache"5040version = "0.1.2"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5043dependencies = [5044 "linked-hash-map",5045]50465047[[package]]5048name = "lz4"5049version = "1.23.3"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5052dependencies = [5053 "libc",5054 "lz4-sys",5055]50565057[[package]]5058name = "lz4-sys"5059version = "1.9.3"5060source = "registry+https://github.com/rust-lang/crates.io-index"5061checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5062dependencies = [5063 "cc",5064 "libc",5065]50665067[[package]]5068name = "mach"5069version = "0.3.2"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5072dependencies = [5073 "libc",5074]50755076[[package]]5077name = "maplit"5078version = "1.0.2"5079source = "registry+https://github.com/rust-lang/crates.io-index"5080checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50815082[[package]]5083name = "match_cfg"5084version = "0.1.0"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50875088[[package]]5089name = "matchers"5090version = "0.0.1"5091source = "registry+https://github.com/rust-lang/crates.io-index"5092checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5093dependencies = [5094 "regex-automata",5095]50965097[[package]]5098name = "matches"5099version = "0.1.9"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51025103[[package]]5104name = "matrixmultiply"5105version = "0.3.2"5106source = "registry+https://github.com/rust-lang/crates.io-index"5107checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5108dependencies = [5109 "rawpointer",5110]51115112[[package]]5113name = "memchr"5114version = "2.4.1"5115source = "registry+https://github.com/rust-lang/crates.io-index"5116checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51175118[[package]]5119name = "memmap2"5120version = "0.2.3"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5123dependencies = [5124 "libc",5125]51265127[[package]]5128name = "memmap2"5129version = "0.5.3"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5132dependencies = [5133 "libc",5134]51355136[[package]]5137name = "memoffset"5138version = "0.6.5"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5141dependencies = [5142 "autocfg",5143]51445145[[package]]5146name = "memory-db"5147version = "0.29.0"5148source = "registry+https://github.com/rust-lang/crates.io-index"5149checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5150dependencies = [5151 "hash-db",5152 "hashbrown 0.12.0",5153 "parity-util-mem",5154]51555156[[package]]5157name = "memory-lru"5158version = "0.1.0"5159source = "registry+https://github.com/rust-lang/crates.io-index"5160checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5161dependencies = [5162 "lru 0.6.6",5163]51645165[[package]]5166name = "memory_units"5167version = "0.3.0"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51705171[[package]]5172name = "merlin"5173version = "2.0.1"5174source = "registry+https://github.com/rust-lang/crates.io-index"5175checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5176dependencies = [5177 "byteorder",5178 "keccak",5179 "rand_core 0.5.1",5180 "zeroize",5181]51825183[[package]]5184name = "metered-channel"5185version = "0.9.18"5186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5187dependencies = [5188 "derive_more",5189 "futures 0.3.21",5190 "futures-timer",5191 "thiserror",5192 "tracing",5193]51945195[[package]]5196name = "mick-jaeger"5197version = "0.1.8"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5200dependencies = [5201 "futures 0.3.21",5202 "rand 0.8.5",5203 "thrift",5204]52055206[[package]]5207name = "minimal-lexical"5208version = "0.2.1"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52115212[[package]]5213name = "miniz_oxide"5214version = "0.4.4"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5217dependencies = [5218 "adler",5219 "autocfg",5220]52215222[[package]]5223name = "mio"5224version = "0.6.23"5225source = "registry+https://github.com/rust-lang/crates.io-index"5226checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5227dependencies = [5228 "cfg-if 0.1.10",5229 "fuchsia-zircon",5230 "fuchsia-zircon-sys",5231 "iovec",5232 "kernel32-sys",5233 "libc",5234 "log",5235 "miow 0.2.2",5236 "net2",5237 "slab",5238 "winapi 0.2.8",5239]52405241[[package]]5242name = "mio"5243version = "0.8.2"5244source = "registry+https://github.com/rust-lang/crates.io-index"5245checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5246dependencies = [5247 "libc",5248 "log",5249 "miow 0.3.7",5250 "ntapi",5251 "wasi 0.11.0+wasi-snapshot-preview1",5252 "winapi 0.3.9",5253]52545255[[package]]5256name = "mio-extras"5257version = "2.0.6"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5260dependencies = [5261 "lazycell",5262 "log",5263 "mio 0.6.23",5264 "slab",5265]52665267[[package]]5268name = "miow"5269version = "0.2.2"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5272dependencies = [5273 "kernel32-sys",5274 "net2",5275 "winapi 0.2.8",5276 "ws2_32-sys",5277]52785279[[package]]5280name = "miow"5281version = "0.3.7"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5284dependencies = [5285 "winapi 0.3.9",5286]52875288[[package]]5289name = "more-asserts"5290version = "0.2.2"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"52935294[[package]]5295name = "multiaddr"5296version = "0.13.0"5297source = "registry+https://github.com/rust-lang/crates.io-index"5298checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5299dependencies = [5300 "arrayref",5301 "bs58",5302 "byteorder",5303 "data-encoding",5304 "multihash 0.14.0",5305 "percent-encoding 2.1.0",5306 "serde",5307 "static_assertions",5308 "unsigned-varint 0.7.1",5309 "url 2.2.2",5310]53115312[[package]]5313name = "multibase"5314version = "0.8.0"5315source = "registry+https://github.com/rust-lang/crates.io-index"5316checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5317dependencies = [5318 "base-x",5319 "data-encoding",5320 "data-encoding-macro",5321]53225323[[package]]5324name = "multihash"5325version = "0.13.2"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5328dependencies = [5329 "blake2b_simd",5330 "blake2s_simd",5331 "blake3 0.3.8",5332 "digest 0.9.0",5333 "generic-array 0.14.5",5334 "multihash-derive",5335 "sha2 0.9.9",5336 "sha3 0.9.1",5337 "unsigned-varint 0.5.1",5338]53395340[[package]]5341name = "multihash"5342version = "0.14.0"5343source = "registry+https://github.com/rust-lang/crates.io-index"5344checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5345dependencies = [5346 "digest 0.9.0",5347 "generic-array 0.14.5",5348 "multihash-derive",5349 "sha2 0.9.9",5350 "unsigned-varint 0.7.1",5351]53525353[[package]]5354name = "multihash-derive"5355version = "0.7.2"5356source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5358dependencies = [5359 "proc-macro-crate 1.1.3",5360 "proc-macro-error",5361 "proc-macro2",5362 "quote",5363 "syn",5364 "synstructure",5365]53665367[[package]]5368name = "multimap"5369version = "0.8.3"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53725373[[package]]5374name = "multistream-select"5375version = "0.10.4"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5378dependencies = [5379 "bytes 1.1.0",5380 "futures 0.3.21",5381 "log",5382 "pin-project 1.0.10",5383 "smallvec",5384 "unsigned-varint 0.7.1",5385]53865387[[package]]5388name = "nalgebra"5389version = "0.27.1"5390source = "registry+https://github.com/rust-lang/crates.io-index"5391checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5392dependencies = [5393 "approx",5394 "matrixmultiply",5395 "nalgebra-macros",5396 "num-complex",5397 "num-rational 0.4.0",5398 "num-traits",5399 "rand 0.8.5",5400 "rand_distr",5401 "simba",5402 "typenum",5403]54045405[[package]]5406name = "nalgebra-macros"5407version = "0.1.0"5408source = "registry+https://github.com/rust-lang/crates.io-index"5409checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5410dependencies = [5411 "proc-macro2",5412 "quote",5413 "syn",5414]54155416[[package]]5417name = "names"5418version = "0.12.0"5419source = "registry+https://github.com/rust-lang/crates.io-index"5420checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5421dependencies = [5422 "rand 0.8.5",5423]54245425[[package]]5426name = "net2"5427version = "0.2.37"5428source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5430dependencies = [5431 "cfg-if 0.1.10",5432 "libc",5433 "winapi 0.3.9",5434]54355436[[package]]5437name = "nodrop"5438version = "0.1.14"5439source = "registry+https://github.com/rust-lang/crates.io-index"5440checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54415442[[package]]5443name = "nohash-hasher"5444version = "0.2.0"5445source = "registry+https://github.com/rust-lang/crates.io-index"5446checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54475448[[package]]5449name = "nom"5450version = "7.1.1"5451source = "registry+https://github.com/rust-lang/crates.io-index"5452checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5453dependencies = [5454 "memchr",5455 "minimal-lexical",5456]54575458[[package]]5459name = "ntapi"5460version = "0.3.7"5461source = "registry+https://github.com/rust-lang/crates.io-index"5462checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5463dependencies = [5464 "winapi 0.3.9",5465]54665467[[package]]5468name = "num-bigint"5469version = "0.2.6"5470source = "registry+https://github.com/rust-lang/crates.io-index"5471checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5472dependencies = [5473 "autocfg",5474 "num-integer",5475 "num-traits",5476]54775478[[package]]5479name = "num-complex"5480version = "0.4.0"5481source = "registry+https://github.com/rust-lang/crates.io-index"5482checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5483dependencies = [5484 "num-traits",5485]54865487[[package]]5488name = "num-format"5489version = "0.4.0"5490source = "registry+https://github.com/rust-lang/crates.io-index"5491checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5492dependencies = [5493 "arrayvec 0.4.12",5494 "itoa 0.4.8",5495]54965497[[package]]5498name = "num-integer"5499version = "0.1.44"5500source = "registry+https://github.com/rust-lang/crates.io-index"5501checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5502dependencies = [5503 "autocfg",5504 "num-traits",5505]55065507[[package]]5508name = "num-rational"5509version = "0.2.4"5510source = "registry+https://github.com/rust-lang/crates.io-index"5511checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5512dependencies = [5513 "autocfg",5514 "num-bigint",5515 "num-integer",5516 "num-traits",5517]55185519[[package]]5520name = "num-rational"5521version = "0.4.0"5522source = "registry+https://github.com/rust-lang/crates.io-index"5523checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5524dependencies = [5525 "autocfg",5526 "num-integer",5527 "num-traits",5528]55295530[[package]]5531name = "num-traits"5532version = "0.2.14"5533source = "registry+https://github.com/rust-lang/crates.io-index"5534checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5535dependencies = [5536 "autocfg",5537 "libm",5538]55395540[[package]]5541name = "num_cpus"5542version = "1.13.1"5543source = "registry+https://github.com/rust-lang/crates.io-index"5544checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5545dependencies = [5546 "hermit-abi",5547 "libc",5548]55495550[[package]]5551name = "object"5552version = "0.27.1"5553source = "registry+https://github.com/rust-lang/crates.io-index"5554checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5555dependencies = [5556 "crc32fast",5557 "indexmap",5558 "memchr",5559]55605561[[package]]5562name = "once_cell"5563version = "1.10.0"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55665567[[package]]5568name = "opal-runtime"5569version = "0.9.18"5570dependencies = [5571 "cumulus-pallet-aura-ext",5572 "cumulus-pallet-dmp-queue",5573 "cumulus-pallet-parachain-system",5574 "cumulus-pallet-xcm",5575 "cumulus-pallet-xcmp-queue",5576 "cumulus-primitives-core",5577 "cumulus-primitives-timestamp",5578 "cumulus-primitives-utility",5579 "derivative",5580 "fp-rpc",5581 "fp-self-contained",5582 "frame-benchmarking",5583 "frame-executive",5584 "frame-support",5585 "frame-system",5586 "frame-system-benchmarking",5587 "frame-system-rpc-runtime-api",5588 "frame-try-runtime",5589 "hex-literal",5590 "log",5591 "orml-vesting",5592 "pallet-aura",5593 "pallet-balances",5594 "pallet-base-fee",5595 "pallet-common",5596 "pallet-ethereum",5597 "pallet-evm",5598 "pallet-evm-coder-substrate",5599 "pallet-evm-contract-helpers",5600 "pallet-evm-migration",5601 "pallet-evm-transaction-payment",5602 "pallet-fungible",5603 "pallet-inflation",5604 "pallet-nonfungible",5605 "pallet-randomness-collective-flip",5606 "pallet-refungible",5607 "pallet-structure",5608 "pallet-sudo",5609 "pallet-template-transaction-payment",5610 "pallet-timestamp",5611 "pallet-transaction-payment",5612 "pallet-transaction-payment-rpc-runtime-api",5613 "pallet-treasury",5614 "pallet-unique",5615 "pallet-unq-scheduler",5616 "pallet-xcm",5617 "parachain-info",5618 "parity-scale-codec",5619 "polkadot-parachain",5620 "scale-info",5621 "serde",5622 "smallvec",5623 "sp-api",5624 "sp-arithmetic",5625 "sp-block-builder",5626 "sp-consensus-aura",5627 "sp-core",5628 "sp-inherents",5629 "sp-io",5630 "sp-offchain",5631 "sp-runtime",5632 "sp-session",5633 "sp-std",5634 "sp-transaction-pool",5635 "sp-version",5636 "substrate-wasm-builder",5637 "unique-runtime-common",5638 "up-data-structs",5639 "up-evm-mapping",5640 "up-rpc",5641 "xcm",5642 "xcm-builder",5643 "xcm-executor",5644]56455646[[package]]5647name = "opaque-debug"5648version = "0.2.3"5649source = "registry+https://github.com/rust-lang/crates.io-index"5650checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56515652[[package]]5653name = "opaque-debug"5654version = "0.3.0"5655source = "registry+https://github.com/rust-lang/crates.io-index"5656checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56575658[[package]]5659name = "open-metrics-client"5660version = "0.12.0"5661source = "registry+https://github.com/rust-lang/crates.io-index"5662checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5663dependencies = [5664 "dtoa",5665 "itoa 0.4.8",5666 "open-metrics-client-derive-text-encode",5667 "owning_ref",5668]56695670[[package]]5671name = "open-metrics-client-derive-text-encode"5672version = "0.1.1"5673source = "registry+https://github.com/rust-lang/crates.io-index"5674checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5675dependencies = [5676 "proc-macro2",5677 "quote",5678 "syn",5679]56805681[[package]]5682name = "openssl-probe"5683version = "0.1.5"5684source = "registry+https://github.com/rust-lang/crates.io-index"5685checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56865687[[package]]5688name = "ordered-float"5689version = "1.1.1"5690source = "registry+https://github.com/rust-lang/crates.io-index"5691checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5692dependencies = [5693 "num-traits",5694]56955696[[package]]5697name = "orml-vesting"5698version = "0.4.1-dev"5699source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5700dependencies = [5701 "frame-support",5702 "frame-system",5703 "parity-scale-codec",5704 "scale-info",5705 "serde",5706 "sp-io",5707 "sp-runtime",5708 "sp-std",5709]57105711[[package]]5712name = "os_str_bytes"5713version = "6.0.0"5714source = "registry+https://github.com/rust-lang/crates.io-index"5715checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5716dependencies = [5717 "memchr",5718]57195720[[package]]5721name = "owning_ref"5722version = "0.4.1"5723source = "registry+https://github.com/rust-lang/crates.io-index"5724checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5725dependencies = [5726 "stable_deref_trait",5727]57285729[[package]]5730name = "pallet-aura"5731version = "4.0.0-dev"5732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5733dependencies = [5734 "frame-support",5735 "frame-system",5736 "pallet-timestamp",5737 "parity-scale-codec",5738 "scale-info",5739 "sp-application-crypto",5740 "sp-consensus-aura",5741 "sp-runtime",5742 "sp-std",5743]57445745[[package]]5746name = "pallet-authority-discovery"5747version = "4.0.0-dev"5748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5749dependencies = [5750 "frame-support",5751 "frame-system",5752 "pallet-session",5753 "parity-scale-codec",5754 "scale-info",5755 "sp-application-crypto",5756 "sp-authority-discovery",5757 "sp-runtime",5758 "sp-std",5759]57605761[[package]]5762name = "pallet-authorship"5763version = "4.0.0-dev"5764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5765dependencies = [5766 "frame-support",5767 "frame-system",5768 "impl-trait-for-tuples",5769 "parity-scale-codec",5770 "scale-info",5771 "sp-authorship",5772 "sp-runtime",5773 "sp-std",5774]57755776[[package]]5777name = "pallet-babe"5778version = "4.0.0-dev"5779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5780dependencies = [5781 "frame-benchmarking",5782 "frame-support",5783 "frame-system",5784 "log",5785 "pallet-authorship",5786 "pallet-session",5787 "pallet-timestamp",5788 "parity-scale-codec",5789 "scale-info",5790 "sp-application-crypto",5791 "sp-consensus-babe",5792 "sp-consensus-vrf",5793 "sp-io",5794 "sp-runtime",5795 "sp-session",5796 "sp-staking",5797 "sp-std",5798]57995800[[package]]5801name = "pallet-bags-list"5802version = "4.0.0-dev"5803source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5804dependencies = [5805 "frame-benchmarking",5806 "frame-election-provider-support",5807 "frame-support",5808 "frame-system",5809 "log",5810 "pallet-balances",5811 "parity-scale-codec",5812 "scale-info",5813 "sp-core",5814 "sp-io",5815 "sp-runtime",5816 "sp-std",5817 "sp-tracing",5818]58195820[[package]]5821name = "pallet-balances"5822version = "4.0.0-dev"5823source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5824dependencies = [5825 "frame-benchmarking",5826 "frame-support",5827 "frame-system",5828 "log",5829 "parity-scale-codec",5830 "scale-info",5831 "sp-runtime",5832 "sp-std",5833]58345835[[package]]5836name = "pallet-base-fee"5837version = "1.0.0"5838source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5839dependencies = [5840 "frame-support",5841 "frame-system",5842 "pallet-evm",5843 "parity-scale-codec",5844 "scale-info",5845 "serde",5846 "sp-core",5847 "sp-runtime",5848]58495850[[package]]5851name = "pallet-beefy"5852version = "4.0.0-dev"5853source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5854dependencies = [5855 "beefy-primitives",5856 "frame-support",5857 "frame-system",5858 "pallet-session",5859 "parity-scale-codec",5860 "scale-info",5861 "serde",5862 "sp-runtime",5863 "sp-std",5864]58655866[[package]]5867name = "pallet-beefy-mmr"5868version = "4.0.0-dev"5869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5870dependencies = [5871 "beefy-merkle-tree",5872 "beefy-primitives",5873 "frame-support",5874 "frame-system",5875 "hex",5876 "k256",5877 "log",5878 "pallet-beefy",5879 "pallet-mmr",5880 "pallet-mmr-primitives",5881 "pallet-session",5882 "parity-scale-codec",5883 "scale-info",5884 "serde",5885 "sp-core",5886 "sp-io",5887 "sp-runtime",5888 "sp-std",5889]58905891[[package]]5892name = "pallet-bounties"5893version = "4.0.0-dev"5894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5895dependencies = [5896 "frame-benchmarking",5897 "frame-support",5898 "frame-system",5899 "log",5900 "pallet-treasury",5901 "parity-scale-codec",5902 "scale-info",5903 "sp-core",5904 "sp-io",5905 "sp-runtime",5906 "sp-std",5907]59085909[[package]]5910name = "pallet-bridge-dispatch"5911version = "0.1.0"5912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5913dependencies = [5914 "bp-message-dispatch",5915 "bp-runtime",5916 "frame-support",5917 "frame-system",5918 "log",5919 "parity-scale-codec",5920 "scale-info",5921 "sp-core",5922 "sp-runtime",5923 "sp-std",5924]59255926[[package]]5927name = "pallet-bridge-grandpa"5928version = "0.1.0"5929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5930dependencies = [5931 "bp-header-chain",5932 "bp-runtime",5933 "bp-test-utils",5934 "finality-grandpa",5935 "frame-support",5936 "frame-system",5937 "log",5938 "num-traits",5939 "parity-scale-codec",5940 "scale-info",5941 "serde",5942 "sp-finality-grandpa",5943 "sp-runtime",5944 "sp-std",5945 "sp-trie",5946]59475948[[package]]5949name = "pallet-bridge-messages"5950version = "0.1.0"5951source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5952dependencies = [5953 "bitvec",5954 "bp-message-dispatch",5955 "bp-messages",5956 "bp-runtime",5957 "frame-support",5958 "frame-system",5959 "log",5960 "num-traits",5961 "parity-scale-codec",5962 "scale-info",5963 "serde",5964 "sp-core",5965 "sp-runtime",5966 "sp-std",5967]59685969[[package]]5970name = "pallet-collective"5971version = "4.0.0-dev"5972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5973dependencies = [5974 "frame-benchmarking",5975 "frame-support",5976 "frame-system",5977 "log",5978 "parity-scale-codec",5979 "scale-info",5980 "sp-core",5981 "sp-io",5982 "sp-runtime",5983 "sp-std",5984]59855986[[package]]5987name = "pallet-common"5988version = "0.1.0"5989dependencies = [5990 "evm-coder",5991 "frame-support",5992 "frame-system",5993 "pallet-evm",5994 "pallet-evm-coder-substrate",5995 "parity-scale-codec",5996 "scale-info",5997 "serde",5998 "sp-core",5999 "sp-runtime",6000 "sp-std",6001 "up-data-structs",6002 "up-evm-mapping",6003]60046005[[package]]6006name = "pallet-democracy"6007version = "4.0.0-dev"6008source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6009dependencies = [6010 "frame-benchmarking",6011 "frame-support",6012 "frame-system",6013 "parity-scale-codec",6014 "scale-info",6015 "serde",6016 "sp-io",6017 "sp-runtime",6018 "sp-std",6019]60206021[[package]]6022name = "pallet-election-provider-multi-phase"6023version = "4.0.0-dev"6024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6025dependencies = [6026 "frame-benchmarking",6027 "frame-election-provider-support",6028 "frame-support",6029 "frame-system",6030 "log",6031 "parity-scale-codec",6032 "rand 0.7.3",6033 "scale-info",6034 "sp-arithmetic",6035 "sp-core",6036 "sp-io",6037 "sp-npos-elections",6038 "sp-runtime",6039 "sp-std",6040 "static_assertions",6041 "strum 0.23.0",6042]60436044[[package]]6045name = "pallet-elections-phragmen"6046version = "5.0.0-dev"6047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6048dependencies = [6049 "frame-benchmarking",6050 "frame-support",6051 "frame-system",6052 "log",6053 "parity-scale-codec",6054 "scale-info",6055 "sp-core",6056 "sp-io",6057 "sp-npos-elections",6058 "sp-runtime",6059 "sp-std",6060]60616062[[package]]6063name = "pallet-ethereum"6064version = "4.0.0-dev"6065source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6066dependencies = [6067 "ethereum",6068 "ethereum-types",6069 "evm",6070 "fp-consensus",6071 "fp-evm",6072 "fp-rpc",6073 "fp-self-contained",6074 "fp-storage",6075 "frame-support",6076 "frame-system",6077 "log",6078 "pallet-balances",6079 "pallet-evm",6080 "pallet-timestamp",6081 "parity-scale-codec",6082 "rlp",6083 "rustc-hex",6084 "scale-info",6085 "serde",6086 "sha3 0.8.2",6087 "sp-io",6088 "sp-runtime",6089 "sp-std",6090]60916092[[package]]6093name = "pallet-evm"6094version = "6.0.0-dev"6095source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6096dependencies = [6097 "evm",6098 "evm-gasometer",6099 "evm-runtime",6100 "fp-evm",6101 "frame-benchmarking",6102 "frame-support",6103 "frame-system",6104 "hex",6105 "impl-trait-for-tuples",6106 "log",6107 "pallet-balances",6108 "pallet-timestamp",6109 "parity-scale-codec",6110 "primitive-types",6111 "rlp",6112 "scale-info",6113 "serde",6114 "sha3 0.8.2",6115 "sp-core",6116 "sp-io",6117 "sp-runtime",6118 "sp-std",6119]61206121[[package]]6122name = "pallet-evm-coder-substrate"6123version = "0.1.0"6124dependencies = [6125 "ethereum",6126 "evm-coder",6127 "frame-benchmarking",6128 "frame-support",6129 "frame-system",6130 "pallet-ethereum",6131 "pallet-evm",6132 "parity-scale-codec",6133 "scale-info",6134 "sp-core",6135 "sp-std",6136 "up-data-structs",6137]61386139[[package]]6140name = "pallet-evm-contract-helpers"6141version = "0.1.0"6142dependencies = [6143 "evm-coder",6144 "frame-support",6145 "frame-system",6146 "log",6147 "pallet-evm",6148 "pallet-evm-coder-substrate",6149 "parity-scale-codec",6150 "scale-info",6151 "sp-core",6152 "sp-runtime",6153 "sp-std",6154 "up-sponsorship",6155]61566157[[package]]6158name = "pallet-evm-migration"6159version = "0.1.0"6160dependencies = [6161 "fp-evm",6162 "frame-benchmarking",6163 "frame-support",6164 "frame-system",6165 "pallet-evm",6166 "parity-scale-codec",6167 "scale-info",6168 "sp-core",6169 "sp-io",6170 "sp-runtime",6171 "sp-std",6172]61736174[[package]]6175name = "pallet-evm-transaction-payment"6176version = "0.1.0"6177dependencies = [6178 "fp-evm",6179 "frame-support",6180 "frame-system",6181 "pallet-ethereum",6182 "pallet-evm",6183 "parity-scale-codec",6184 "scale-info",6185 "sp-core",6186 "sp-io",6187 "sp-runtime",6188 "sp-std",6189 "up-evm-mapping",6190 "up-sponsorship",6191]61926193[[package]]6194name = "pallet-fungible"6195version = "0.1.0"6196dependencies = [6197 "ethereum",6198 "evm-coder",6199 "frame-benchmarking",6200 "frame-support",6201 "frame-system",6202 "pallet-common",6203 "pallet-evm-coder-substrate",6204 "pallet-structure",6205 "parity-scale-codec",6206 "scale-info",6207 "sp-core",6208 "sp-runtime",6209 "sp-std",6210 "up-data-structs",6211]62126213[[package]]6214name = "pallet-gilt"6215version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6217dependencies = [6218 "frame-benchmarking",6219 "frame-support",6220 "frame-system",6221 "parity-scale-codec",6222 "scale-info",6223 "sp-arithmetic",6224 "sp-runtime",6225 "sp-std",6226]62276228[[package]]6229name = "pallet-grandpa"6230version = "4.0.0-dev"6231source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6232dependencies = [6233 "frame-benchmarking",6234 "frame-support",6235 "frame-system",6236 "log",6237 "pallet-authorship",6238 "pallet-session",6239 "parity-scale-codec",6240 "scale-info",6241 "sp-application-crypto",6242 "sp-core",6243 "sp-finality-grandpa",6244 "sp-io",6245 "sp-runtime",6246 "sp-session",6247 "sp-staking",6248 "sp-std",6249]62506251[[package]]6252name = "pallet-identity"6253version = "4.0.0-dev"6254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6255dependencies = [6256 "enumflags2",6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "parity-scale-codec",6261 "scale-info",6262 "sp-io",6263 "sp-runtime",6264 "sp-std",6265]62666267[[package]]6268name = "pallet-im-online"6269version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6271dependencies = [6272 "frame-benchmarking",6273 "frame-support",6274 "frame-system",6275 "log",6276 "pallet-authorship",6277 "parity-scale-codec",6278 "scale-info",6279 "sp-application-crypto",6280 "sp-core",6281 "sp-io",6282 "sp-runtime",6283 "sp-staking",6284 "sp-std",6285]62866287[[package]]6288name = "pallet-indices"6289version = "4.0.0-dev"6290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6291dependencies = [6292 "frame-benchmarking",6293 "frame-support",6294 "frame-system",6295 "parity-scale-codec",6296 "scale-info",6297 "sp-core",6298 "sp-io",6299 "sp-keyring",6300 "sp-runtime",6301 "sp-std",6302]63036304[[package]]6305name = "pallet-inflation"6306version = "0.1.0"6307dependencies = [6308 "frame-benchmarking",6309 "frame-support",6310 "frame-system",6311 "pallet-balances",6312 "pallet-randomness-collective-flip",6313 "pallet-timestamp",6314 "parity-scale-codec",6315 "scale-info",6316 "serde",6317 "sp-core",6318 "sp-io",6319 "sp-runtime",6320 "sp-std",6321]63226323[[package]]6324name = "pallet-membership"6325version = "4.0.0-dev"6326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6327dependencies = [6328 "frame-benchmarking",6329 "frame-support",6330 "frame-system",6331 "log",6332 "parity-scale-codec",6333 "scale-info",6334 "sp-core",6335 "sp-io",6336 "sp-runtime",6337 "sp-std",6338]63396340[[package]]6341name = "pallet-mmr"6342version = "4.0.0-dev"6343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6344dependencies = [6345 "ckb-merkle-mountain-range",6346 "frame-benchmarking",6347 "frame-support",6348 "frame-system",6349 "pallet-mmr-primitives",6350 "parity-scale-codec",6351 "scale-info",6352 "sp-core",6353 "sp-io",6354 "sp-runtime",6355 "sp-std",6356]63576358[[package]]6359name = "pallet-mmr-primitives"6360version = "4.0.0-dev"6361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6362dependencies = [6363 "frame-support",6364 "frame-system",6365 "log",6366 "parity-scale-codec",6367 "serde",6368 "sp-api",6369 "sp-core",6370 "sp-runtime",6371 "sp-std",6372]63736374[[package]]6375name = "pallet-mmr-rpc"6376version = "3.0.0"6377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6378dependencies = [6379 "jsonrpc-core",6380 "jsonrpc-core-client",6381 "jsonrpc-derive",6382 "pallet-mmr-primitives",6383 "parity-scale-codec",6384 "serde",6385 "sp-api",6386 "sp-blockchain",6387 "sp-core",6388 "sp-runtime",6389]63906391[[package]]6392name = "pallet-multisig"6393version = "4.0.0-dev"6394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6395dependencies = [6396 "frame-benchmarking",6397 "frame-support",6398 "frame-system",6399 "parity-scale-codec",6400 "scale-info",6401 "sp-io",6402 "sp-runtime",6403 "sp-std",6404]64056406[[package]]6407name = "pallet-nicks"6408version = "4.0.0-dev"6409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6410dependencies = [6411 "frame-support",6412 "frame-system",6413 "parity-scale-codec",6414 "scale-info",6415 "sp-io",6416 "sp-runtime",6417 "sp-std",6418]64196420[[package]]6421name = "pallet-nonfungible"6422version = "0.1.0"6423dependencies = [6424 "ethereum",6425 "evm-coder",6426 "frame-benchmarking",6427 "frame-support",6428 "frame-system",6429 "pallet-common",6430 "pallet-evm-coder-substrate",6431 "pallet-structure",6432 "parity-scale-codec",6433 "scale-info",6434 "sp-core",6435 "sp-runtime",6436 "sp-std",6437 "up-data-structs",6438]64396440[[package]]6441name = "pallet-offences"6442version = "4.0.0-dev"6443source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6444dependencies = [6445 "frame-support",6446 "frame-system",6447 "log",6448 "pallet-balances",6449 "parity-scale-codec",6450 "scale-info",6451 "serde",6452 "sp-runtime",6453 "sp-staking",6454 "sp-std",6455]64566457[[package]]6458name = "pallet-offences-benchmarking"6459version = "4.0.0-dev"6460source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6461dependencies = [6462 "frame-benchmarking",6463 "frame-election-provider-support",6464 "frame-support",6465 "frame-system",6466 "pallet-babe",6467 "pallet-balances",6468 "pallet-grandpa",6469 "pallet-im-online",6470 "pallet-offences",6471 "pallet-session",6472 "pallet-staking",6473 "parity-scale-codec",6474 "scale-info",6475 "sp-runtime",6476 "sp-staking",6477 "sp-std",6478]64796480[[package]]6481name = "pallet-preimage"6482version = "4.0.0-dev"6483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6484dependencies = [6485 "frame-benchmarking",6486 "frame-support",6487 "frame-system",6488 "parity-scale-codec",6489 "scale-info",6490 "sp-core",6491 "sp-io",6492 "sp-runtime",6493 "sp-std",6494]64956496[[package]]6497name = "pallet-proxy"6498version = "4.0.0-dev"6499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6500dependencies = [6501 "frame-benchmarking",6502 "frame-support",6503 "frame-system",6504 "parity-scale-codec",6505 "scale-info",6506 "sp-io",6507 "sp-runtime",6508 "sp-std",6509]65106511[[package]]6512name = "pallet-randomness-collective-flip"6513version = "4.0.0-dev"6514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6515dependencies = [6516 "frame-support",6517 "frame-system",6518 "parity-scale-codec",6519 "safe-mix",6520 "scale-info",6521 "sp-runtime",6522 "sp-std",6523]65246525[[package]]6526name = "pallet-recovery"6527version = "4.0.0-dev"6528source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6529dependencies = [6530 "frame-support",6531 "frame-system",6532 "parity-scale-codec",6533 "scale-info",6534 "sp-io",6535 "sp-runtime",6536 "sp-std",6537]65386539[[package]]6540name = "pallet-refungible"6541version = "0.1.0"6542dependencies = [6543 "frame-benchmarking",6544 "frame-support",6545 "frame-system",6546 "pallet-common",6547 "pallet-structure",6548 "parity-scale-codec",6549 "scale-info",6550 "sp-core",6551 "sp-runtime",6552 "sp-std",6553 "up-data-structs",6554]65556556[[package]]6557name = "pallet-scheduler"6558version = "4.0.0-dev"6559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6560dependencies = [6561 "frame-benchmarking",6562 "frame-support",6563 "frame-system",6564 "log",6565 "parity-scale-codec",6566 "scale-info",6567 "sp-io",6568 "sp-runtime",6569 "sp-std",6570]65716572[[package]]6573name = "pallet-session"6574version = "4.0.0-dev"6575source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6576dependencies = [6577 "frame-support",6578 "frame-system",6579 "impl-trait-for-tuples",6580 "log",6581 "pallet-timestamp",6582 "parity-scale-codec",6583 "scale-info",6584 "sp-core",6585 "sp-io",6586 "sp-runtime",6587 "sp-session",6588 "sp-staking",6589 "sp-std",6590 "sp-trie",6591]65926593[[package]]6594name = "pallet-session-benchmarking"6595version = "4.0.0-dev"6596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6597dependencies = [6598 "frame-benchmarking",6599 "frame-support",6600 "frame-system",6601 "pallet-session",6602 "pallet-staking",6603 "rand 0.7.3",6604 "sp-runtime",6605 "sp-session",6606 "sp-std",6607]66086609[[package]]6610name = "pallet-society"6611version = "4.0.0-dev"6612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6613dependencies = [6614 "frame-support",6615 "frame-system",6616 "parity-scale-codec",6617 "rand_chacha 0.2.2",6618 "scale-info",6619 "sp-runtime",6620 "sp-std",6621]66226623[[package]]6624name = "pallet-staking"6625version = "4.0.0-dev"6626source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6627dependencies = [6628 "frame-benchmarking",6629 "frame-election-provider-support",6630 "frame-support",6631 "frame-system",6632 "log",6633 "pallet-authorship",6634 "pallet-session",6635 "parity-scale-codec",6636 "rand_chacha 0.2.2",6637 "scale-info",6638 "serde",6639 "sp-application-crypto",6640 "sp-io",6641 "sp-runtime",6642 "sp-staking",6643 "sp-std",6644]66456646[[package]]6647name = "pallet-staking-reward-curve"6648version = "4.0.0-dev"6649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6650dependencies = [6651 "proc-macro-crate 1.1.3",6652 "proc-macro2",6653 "quote",6654 "syn",6655]66566657[[package]]6658name = "pallet-staking-reward-fn"6659version = "4.0.0-dev"6660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6661dependencies = [6662 "log",6663 "sp-arithmetic",6664]66656666[[package]]6667name = "pallet-structure"6668version = "0.1.0"6669dependencies = [6670 "frame-benchmarking",6671 "frame-support",6672 "frame-system",6673 "pallet-common",6674 "parity-scale-codec",6675 "scale-info",6676 "sp-std",6677 "up-data-structs",6678]66796680[[package]]6681name = "pallet-sudo"6682version = "4.0.0-dev"6683source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6684dependencies = [6685 "frame-support",6686 "frame-system",6687 "parity-scale-codec",6688 "scale-info",6689 "sp-io",6690 "sp-runtime",6691 "sp-std",6692]66936694[[package]]6695name = "pallet-template-transaction-payment"6696version = "3.0.0"6697source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6698dependencies = [6699 "frame-benchmarking",6700 "frame-support",6701 "frame-system",6702 "pallet-balances",6703 "pallet-transaction-payment",6704 "parity-scale-codec",6705 "scale-info",6706 "serde",6707 "sp-core",6708 "sp-io",6709 "sp-runtime",6710 "sp-std",6711 "up-sponsorship",6712]67136714[[package]]6715name = "pallet-timestamp"6716version = "4.0.0-dev"6717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6718dependencies = [6719 "frame-benchmarking",6720 "frame-support",6721 "frame-system",6722 "log",6723 "parity-scale-codec",6724 "scale-info",6725 "sp-inherents",6726 "sp-io",6727 "sp-runtime",6728 "sp-std",6729 "sp-timestamp",6730]67316732[[package]]6733name = "pallet-tips"6734version = "4.0.0-dev"6735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6736dependencies = [6737 "frame-benchmarking",6738 "frame-support",6739 "frame-system",6740 "log",6741 "pallet-treasury",6742 "parity-scale-codec",6743 "scale-info",6744 "serde",6745 "sp-core",6746 "sp-io",6747 "sp-runtime",6748 "sp-std",6749]67506751[[package]]6752name = "pallet-transaction-payment"6753version = "4.0.0-dev"6754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6755dependencies = [6756 "frame-support",6757 "frame-system",6758 "parity-scale-codec",6759 "scale-info",6760 "serde",6761 "smallvec",6762 "sp-core",6763 "sp-io",6764 "sp-runtime",6765 "sp-std",6766]67676768[[package]]6769name = "pallet-transaction-payment-rpc"6770version = "4.0.0-dev"6771source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6772dependencies = [6773 "jsonrpc-core",6774 "jsonrpc-core-client",6775 "jsonrpc-derive",6776 "pallet-transaction-payment-rpc-runtime-api",6777 "parity-scale-codec",6778 "sp-api",6779 "sp-blockchain",6780 "sp-core",6781 "sp-rpc",6782 "sp-runtime",6783]67846785[[package]]6786name = "pallet-transaction-payment-rpc-runtime-api"6787version = "4.0.0-dev"6788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6789dependencies = [6790 "pallet-transaction-payment",6791 "parity-scale-codec",6792 "sp-api",6793 "sp-runtime",6794]67956796[[package]]6797name = "pallet-treasury"6798version = "4.0.0-dev"6799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6800dependencies = [6801 "frame-benchmarking",6802 "frame-support",6803 "frame-system",6804 "impl-trait-for-tuples",6805 "pallet-balances",6806 "parity-scale-codec",6807 "scale-info",6808 "serde",6809 "sp-runtime",6810 "sp-std",6811]68126813[[package]]6814name = "pallet-unique"6815version = "0.1.0"6816dependencies = [6817 "ethereum",6818 "evm-coder",6819 "fp-evm",6820 "frame-benchmarking",6821 "frame-support",6822 "frame-system",6823 "hex-literal",6824 "pallet-balances",6825 "pallet-common",6826 "pallet-ethereum",6827 "pallet-evm",6828 "pallet-evm-coder-substrate",6829 "pallet-fungible",6830 "pallet-nonfungible",6831 "pallet-randomness-collective-flip",6832 "pallet-refungible",6833 "pallet-timestamp",6834 "pallet-transaction-payment",6835 "parity-scale-codec",6836 "primitive-types",6837 "rlp",6838 "scale-info",6839 "serde",6840 "sp-api",6841 "sp-core",6842 "sp-io",6843 "sp-runtime",6844 "sp-std",6845 "up-data-structs",6846 "up-evm-mapping",6847 "up-sponsorship",6848]68496850[[package]]6851name = "pallet-unq-scheduler"6852version = "0.1.0"6853dependencies = [6854 "frame-benchmarking",6855 "frame-support",6856 "frame-system",6857 "log",6858 "parity-scale-codec",6859 "scale-info",6860 "serde",6861 "sp-core",6862 "sp-io",6863 "sp-runtime",6864 "sp-std",6865 "substrate-test-utils",6866 "up-sponsorship",6867]68686869[[package]]6870name = "pallet-utility"6871version = "4.0.0-dev"6872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6873dependencies = [6874 "frame-benchmarking",6875 "frame-support",6876 "frame-system",6877 "parity-scale-codec",6878 "scale-info",6879 "sp-core",6880 "sp-io",6881 "sp-runtime",6882 "sp-std",6883]68846885[[package]]6886name = "pallet-vesting"6887version = "4.0.0-dev"6888source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6889dependencies = [6890 "frame-benchmarking",6891 "frame-support",6892 "frame-system",6893 "log",6894 "parity-scale-codec",6895 "scale-info",6896 "sp-runtime",6897 "sp-std",6898]68996900[[package]]6901name = "pallet-xcm"6902version = "0.9.18"6903source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6904dependencies = [6905 "frame-support",6906 "frame-system",6907 "log",6908 "parity-scale-codec",6909 "scale-info",6910 "serde",6911 "sp-core",6912 "sp-runtime",6913 "sp-std",6914 "xcm",6915 "xcm-executor",6916]69176918[[package]]6919name = "pallet-xcm-benchmarks"6920version = "0.9.18"6921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6922dependencies = [6923 "frame-benchmarking",6924 "frame-support",6925 "frame-system",6926 "log",6927 "parity-scale-codec",6928 "scale-info",6929 "sp-runtime",6930 "sp-std",6931 "xcm",6932 "xcm-executor",6933]69346935[[package]]6936name = "parachain-info"6937version = "0.1.0"6938source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6939dependencies = [6940 "cumulus-primitives-core",6941 "frame-support",6942 "frame-system",6943 "parity-scale-codec",6944 "scale-info",6945 "serde",6946]69476948[[package]]6949name = "parity-db"6950version = "0.3.11"6951source = "registry+https://github.com/rust-lang/crates.io-index"6952checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"6953dependencies = [6954 "blake2-rfc",6955 "crc32fast",6956 "fs2",6957 "hex",6958 "libc",6959 "log",6960 "lz4",6961 "memmap2 0.2.3",6962 "parking_lot 0.11.2",6963 "rand 0.8.5",6964 "snap",6965]69666967[[package]]6968name = "parity-scale-codec"6969version = "3.1.2"6970source = "registry+https://github.com/rust-lang/crates.io-index"6971checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6972dependencies = [6973 "arrayvec 0.7.2",6974 "bitvec",6975 "byte-slice-cast",6976 "impl-trait-for-tuples",6977 "parity-scale-codec-derive",6978 "serde",6979]69806981[[package]]6982name = "parity-scale-codec-derive"6983version = "3.1.2"6984source = "registry+https://github.com/rust-lang/crates.io-index"6985checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6986dependencies = [6987 "proc-macro-crate 1.1.3",6988 "proc-macro2",6989 "quote",6990 "syn",6991]69926993[[package]]6994name = "parity-send-wrapper"6995version = "0.1.0"6996source = "registry+https://github.com/rust-lang/crates.io-index"6997checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69986999[[package]]7000name = "parity-tokio-ipc"7001version = "0.9.0"7002source = "registry+https://github.com/rust-lang/crates.io-index"7003checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7004dependencies = [7005 "futures 0.3.21",7006 "libc",7007 "log",7008 "rand 0.7.3",7009 "tokio 1.17.0",7010 "winapi 0.3.9",7011]70127013[[package]]7014name = "parity-util-mem"7015version = "0.11.0"7016source = "registry+https://github.com/rust-lang/crates.io-index"7017checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7018dependencies = [7019 "cfg-if 1.0.0",7020 "ethereum-types",7021 "hashbrown 0.12.0",7022 "impl-trait-for-tuples",7023 "lru 0.7.5",7024 "parity-util-mem-derive",7025 "parking_lot 0.12.0",7026 "primitive-types",7027 "smallvec",7028 "winapi 0.3.9",7029]70307031[[package]]7032name = "parity-util-mem-derive"7033version = "0.1.0"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7036dependencies = [7037 "proc-macro2",7038 "syn",7039 "synstructure",7040]70417042[[package]]7043name = "parity-wasm"7044version = "0.32.0"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7047dependencies = [7048 "byteorder",7049]70507051[[package]]7052name = "parity-wasm"7053version = "0.42.2"7054source = "registry+https://github.com/rust-lang/crates.io-index"7055checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70567057[[package]]7058name = "parity-ws"7059version = "0.11.1"7060source = "registry+https://github.com/rust-lang/crates.io-index"7061checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7062dependencies = [7063 "byteorder",7064 "bytes 0.4.12",7065 "httparse",7066 "log",7067 "mio 0.6.23",7068 "mio-extras",7069 "rand 0.7.3",7070 "sha-1 0.8.2",7071 "slab",7072 "url 2.2.2",7073]70747075[[package]]7076name = "parking"7077version = "2.0.0"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70807081[[package]]7082name = "parking_lot"7083version = "0.11.2"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7086dependencies = [7087 "instant",7088 "lock_api",7089 "parking_lot_core 0.8.5",7090]70917092[[package]]7093name = "parking_lot"7094version = "0.12.0"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7097dependencies = [7098 "lock_api",7099 "parking_lot_core 0.9.2",7100]71017102[[package]]7103name = "parking_lot_core"7104version = "0.8.5"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7107dependencies = [7108 "cfg-if 1.0.0",7109 "instant",7110 "libc",7111 "redox_syscall",7112 "smallvec",7113 "winapi 0.3.9",7114]71157116[[package]]7117name = "parking_lot_core"7118version = "0.9.2"7119source = "registry+https://github.com/rust-lang/crates.io-index"7120checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7121dependencies = [7122 "cfg-if 1.0.0",7123 "libc",7124 "redox_syscall",7125 "smallvec",7126 "windows-sys",7127]71287129[[package]]7130name = "paste"7131version = "1.0.7"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71347135[[package]]7136name = "pbkdf2"7137version = "0.4.0"7138source = "registry+https://github.com/rust-lang/crates.io-index"7139checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7140dependencies = [7141 "crypto-mac 0.8.0",7142]71437144[[package]]7145name = "pbkdf2"7146version = "0.8.0"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7149dependencies = [7150 "crypto-mac 0.11.1",7151]71527153[[package]]7154name = "peeking_take_while"7155version = "0.1.2"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71587159[[package]]7160name = "percent-encoding"7161version = "1.0.1"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71647165[[package]]7166name = "percent-encoding"7167version = "2.1.0"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71707171[[package]]7172name = "pest"7173version = "2.1.3"7174source = "registry+https://github.com/rust-lang/crates.io-index"7175checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7176dependencies = [7177 "ucd-trie",7178]71797180[[package]]7181name = "pest_derive"7182version = "2.1.0"7183source = "registry+https://github.com/rust-lang/crates.io-index"7184checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7185dependencies = [7186 "pest",7187 "pest_generator",7188]71897190[[package]]7191name = "pest_generator"7192version = "2.1.3"7193source = "registry+https://github.com/rust-lang/crates.io-index"7194checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7195dependencies = [7196 "pest",7197 "pest_meta",7198 "proc-macro2",7199 "quote",7200 "syn",7201]72027203[[package]]7204name = "pest_meta"7205version = "2.1.3"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7208dependencies = [7209 "maplit",7210 "pest",7211 "sha-1 0.8.2",7212]72137214[[package]]7215name = "petgraph"7216version = "0.6.0"7217source = "registry+https://github.com/rust-lang/crates.io-index"7218checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7219dependencies = [7220 "fixedbitset",7221 "indexmap",7222]72237224[[package]]7225name = "pin-project"7226version = "0.4.29"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7229dependencies = [7230 "pin-project-internal 0.4.29",7231]72327233[[package]]7234name = "pin-project"7235version = "1.0.10"7236source = "registry+https://github.com/rust-lang/crates.io-index"7237checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7238dependencies = [7239 "pin-project-internal 1.0.10",7240]72417242[[package]]7243name = "pin-project-internal"7244version = "0.4.29"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7247dependencies = [7248 "proc-macro2",7249 "quote",7250 "syn",7251]72527253[[package]]7254name = "pin-project-internal"7255version = "1.0.10"7256source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7258dependencies = [7259 "proc-macro2",7260 "quote",7261 "syn",7262]72637264[[package]]7265name = "pin-project-lite"7266version = "0.1.12"7267source = "registry+https://github.com/rust-lang/crates.io-index"7268checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72697270[[package]]7271name = "pin-project-lite"7272version = "0.2.8"7273source = "registry+https://github.com/rust-lang/crates.io-index"7274checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72757276[[package]]7277name = "pin-utils"7278version = "0.1.0"7279source = "registry+https://github.com/rust-lang/crates.io-index"7280checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72817282[[package]]7283name = "pkcs8"7284version = "0.8.0"7285source = "registry+https://github.com/rust-lang/crates.io-index"7286checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7287dependencies = [7288 "der",7289 "spki",7290 "zeroize",7291]72927293[[package]]7294name = "pkg-config"7295version = "0.3.25"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72987299[[package]]7300name = "platforms"7301version = "2.0.0"7302source = "registry+https://github.com/rust-lang/crates.io-index"7303checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73047305[[package]]7306name = "polkadot-approval-distribution"7307version = "0.9.18"7308source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7309dependencies = [7310 "futures 0.3.21",7311 "polkadot-node-network-protocol",7312 "polkadot-node-primitives",7313 "polkadot-node-subsystem",7314 "polkadot-node-subsystem-util",7315 "polkadot-primitives",7316 "tracing",7317]73187319[[package]]7320name = "polkadot-availability-bitfield-distribution"7321version = "0.9.18"7322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7323dependencies = [7324 "futures 0.3.21",7325 "polkadot-node-network-protocol",7326 "polkadot-node-subsystem",7327 "polkadot-node-subsystem-util",7328 "polkadot-primitives",7329 "tracing",7330]73317332[[package]]7333name = "polkadot-availability-distribution"7334version = "0.9.18"7335source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7336dependencies = [7337 "derive_more",7338 "fatality",7339 "futures 0.3.21",7340 "lru 0.7.5",7341 "parity-scale-codec",7342 "polkadot-erasure-coding",7343 "polkadot-node-network-protocol",7344 "polkadot-node-primitives",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "rand 0.8.5",7349 "sp-core",7350 "sp-keystore",7351 "thiserror",7352 "tracing",7353]73547355[[package]]7356name = "polkadot-availability-recovery"7357version = "0.9.18"7358source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7359dependencies = [7360 "fatality",7361 "futures 0.3.21",7362 "lru 0.7.5",7363 "parity-scale-codec",7364 "polkadot-erasure-coding",7365 "polkadot-node-network-protocol",7366 "polkadot-node-primitives",7367 "polkadot-node-subsystem",7368 "polkadot-node-subsystem-util",7369 "polkadot-primitives",7370 "rand 0.8.5",7371 "sc-network",7372 "thiserror",7373 "tracing",7374]73757376[[package]]7377name = "polkadot-cli"7378version = "0.9.18"7379source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7380dependencies = [7381 "clap",7382 "frame-benchmarking-cli",7383 "futures 0.3.21",7384 "log",7385 "polkadot-node-core-pvf",7386 "polkadot-node-metrics",7387 "polkadot-performance-test",7388 "polkadot-service",7389 "sc-cli",7390 "sc-service",7391 "sc-tracing",7392 "sp-core",7393 "sp-trie",7394 "substrate-build-script-utils",7395 "thiserror",7396 "try-runtime-cli",7397]73987399[[package]]7400name = "polkadot-client"7401version = "0.9.18"7402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7403dependencies = [7404 "beefy-primitives",7405 "frame-benchmarking",7406 "frame-system-rpc-runtime-api",7407 "pallet-mmr-primitives",7408 "pallet-transaction-payment-rpc-runtime-api",7409 "polkadot-primitives",7410 "polkadot-runtime",7411 "sc-client-api",7412 "sc-consensus",7413 "sc-executor",7414 "sc-service",7415 "sp-api",7416 "sp-authority-discovery",7417 "sp-block-builder",7418 "sp-blockchain",7419 "sp-consensus",7420 "sp-consensus-babe",7421 "sp-finality-grandpa",7422 "sp-offchain",7423 "sp-runtime",7424 "sp-session",7425 "sp-storage",7426 "sp-transaction-pool",7427]74287429[[package]]7430name = "polkadot-collator-protocol"7431version = "0.9.18"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7433dependencies = [7434 "always-assert",7435 "fatality",7436 "futures 0.3.21",7437 "futures-timer",7438 "polkadot-node-network-protocol",7439 "polkadot-node-primitives",7440 "polkadot-node-subsystem",7441 "polkadot-node-subsystem-util",7442 "polkadot-primitives",7443 "sp-core",7444 "sp-keystore",7445 "sp-runtime",7446 "thiserror",7447 "tracing",7448]74497450[[package]]7451name = "polkadot-core-primitives"7452version = "0.9.18"7453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7454dependencies = [7455 "parity-scale-codec",7456 "parity-util-mem",7457 "scale-info",7458 "sp-core",7459 "sp-runtime",7460 "sp-std",7461]74627463[[package]]7464name = "polkadot-dispute-distribution"7465version = "0.9.18"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7467dependencies = [7468 "derive_more",7469 "fatality",7470 "futures 0.3.21",7471 "lru 0.7.5",7472 "parity-scale-codec",7473 "polkadot-erasure-coding",7474 "polkadot-node-network-protocol",7475 "polkadot-node-primitives",7476 "polkadot-node-subsystem",7477 "polkadot-node-subsystem-util",7478 "polkadot-primitives",7479 "sc-network",7480 "sp-application-crypto",7481 "sp-keystore",7482 "thiserror",7483 "tracing",7484]74857486[[package]]7487name = "polkadot-erasure-coding"7488version = "0.9.18"7489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7490dependencies = [7491 "parity-scale-codec",7492 "polkadot-node-primitives",7493 "polkadot-primitives",7494 "reed-solomon-novelpoly",7495 "sp-core",7496 "sp-trie",7497 "thiserror",7498]74997500[[package]]7501name = "polkadot-gossip-support"7502version = "0.9.18"7503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7504dependencies = [7505 "futures 0.3.21",7506 "futures-timer",7507 "polkadot-node-network-protocol",7508 "polkadot-node-subsystem",7509 "polkadot-node-subsystem-util",7510 "polkadot-primitives",7511 "rand 0.8.5",7512 "rand_chacha 0.3.1",7513 "sc-network",7514 "sp-application-crypto",7515 "sp-core",7516 "sp-keystore",7517 "tracing",7518]75197520[[package]]7521name = "polkadot-network-bridge"7522version = "0.9.18"7523source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7524dependencies = [7525 "async-trait",7526 "futures 0.3.21",7527 "parity-scale-codec",7528 "parking_lot 0.12.0",7529 "polkadot-node-network-protocol",7530 "polkadot-node-subsystem",7531 "polkadot-node-subsystem-util",7532 "polkadot-overseer",7533 "polkadot-primitives",7534 "sc-network",7535 "sp-consensus",7536 "tracing",7537]75387539[[package]]7540name = "polkadot-node-collation-generation"7541version = "0.9.18"7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7543dependencies = [7544 "futures 0.3.21",7545 "parity-scale-codec",7546 "polkadot-erasure-coding",7547 "polkadot-node-primitives",7548 "polkadot-node-subsystem",7549 "polkadot-node-subsystem-util",7550 "polkadot-primitives",7551 "sp-core",7552 "sp-maybe-compressed-blob",7553 "thiserror",7554 "tracing",7555]75567557[[package]]7558name = "polkadot-node-core-approval-voting"7559version = "0.9.18"7560source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7561dependencies = [7562 "bitvec",7563 "derive_more",7564 "futures 0.3.21",7565 "futures-timer",7566 "kvdb",7567 "lru 0.7.5",7568 "merlin",7569 "parity-scale-codec",7570 "polkadot-node-jaeger",7571 "polkadot-node-primitives",7572 "polkadot-node-subsystem",7573 "polkadot-node-subsystem-util",7574 "polkadot-overseer",7575 "polkadot-primitives",7576 "sc-keystore",7577 "schnorrkel",7578 "sp-application-crypto",7579 "sp-consensus",7580 "sp-consensus-slots",7581 "sp-runtime",7582 "tracing",7583]75847585[[package]]7586name = "polkadot-node-core-av-store"7587version = "0.9.18"7588source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7589dependencies = [7590 "bitvec",7591 "futures 0.3.21",7592 "futures-timer",7593 "kvdb",7594 "parity-scale-codec",7595 "polkadot-erasure-coding",7596 "polkadot-node-primitives",7597 "polkadot-node-subsystem",7598 "polkadot-node-subsystem-util",7599 "polkadot-overseer",7600 "polkadot-primitives",7601 "thiserror",7602 "tracing",7603]76047605[[package]]7606name = "polkadot-node-core-backing"7607version = "0.9.18"7608source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7609dependencies = [7610 "bitvec",7611 "futures 0.3.21",7612 "polkadot-erasure-coding",7613 "polkadot-node-primitives",7614 "polkadot-node-subsystem",7615 "polkadot-node-subsystem-util",7616 "polkadot-primitives",7617 "polkadot-statement-table",7618 "sp-keystore",7619 "thiserror",7620 "tracing",7621]76227623[[package]]7624name = "polkadot-node-core-bitfield-signing"7625version = "0.9.18"7626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7627dependencies = [7628 "futures 0.3.21",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "sp-keystore",7633 "thiserror",7634 "tracing",7635 "wasm-timer",7636]76377638[[package]]7639name = "polkadot-node-core-candidate-validation"7640version = "0.9.18"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7642dependencies = [7643 "async-trait",7644 "futures 0.3.21",7645 "parity-scale-codec",7646 "polkadot-node-core-pvf",7647 "polkadot-node-primitives",7648 "polkadot-node-subsystem",7649 "polkadot-node-subsystem-util",7650 "polkadot-parachain",7651 "polkadot-primitives",7652 "sp-maybe-compressed-blob",7653 "tracing",7654]76557656[[package]]7657name = "polkadot-node-core-chain-api"7658version = "0.9.18"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7660dependencies = [7661 "futures 0.3.21",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-primitives",7665 "sc-client-api",7666 "sc-consensus-babe",7667 "sp-blockchain",7668 "tracing",7669]76707671[[package]]7672name = "polkadot-node-core-chain-selection"7673version = "0.9.18"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7675dependencies = [7676 "futures 0.3.21",7677 "futures-timer",7678 "kvdb",7679 "parity-scale-codec",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-primitives",7684 "thiserror",7685 "tracing",7686]76877688[[package]]7689name = "polkadot-node-core-dispute-coordinator"7690version = "0.9.18"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7692dependencies = [7693 "fatality",7694 "futures 0.3.21",7695 "kvdb",7696 "lru 0.7.5",7697 "parity-scale-codec",7698 "polkadot-node-primitives",7699 "polkadot-node-subsystem",7700 "polkadot-node-subsystem-util",7701 "polkadot-primitives",7702 "sc-keystore",7703 "thiserror",7704 "tracing",7705]77067707[[package]]7708name = "polkadot-node-core-parachains-inherent"7709version = "0.9.18"7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7711dependencies = [7712 "async-trait",7713 "futures 0.3.21",7714 "futures-timer",7715 "polkadot-node-subsystem",7716 "polkadot-primitives",7717 "sp-blockchain",7718 "sp-inherents",7719 "sp-runtime",7720 "thiserror",7721 "tracing",7722]77237724[[package]]7725name = "polkadot-node-core-provisioner"7726version = "0.9.18"7727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7728dependencies = [7729 "bitvec",7730 "futures 0.3.21",7731 "futures-timer",7732 "polkadot-node-primitives",7733 "polkadot-node-subsystem",7734 "polkadot-node-subsystem-util",7735 "polkadot-primitives",7736 "rand 0.8.5",7737 "thiserror",7738 "tracing",7739]77407741[[package]]7742name = "polkadot-node-core-pvf"7743version = "0.9.18"7744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7745dependencies = [7746 "always-assert",7747 "assert_matches",7748 "async-process",7749 "async-std",7750 "futures 0.3.21",7751 "futures-timer",7752 "parity-scale-codec",7753 "pin-project 1.0.10",7754 "polkadot-core-primitives",7755 "polkadot-node-subsystem-util",7756 "polkadot-parachain",7757 "rand 0.8.5",7758 "sc-executor",7759 "sc-executor-common",7760 "sc-executor-wasmtime",7761 "slotmap",7762 "sp-core",7763 "sp-externalities",7764 "sp-io",7765 "sp-maybe-compressed-blob",7766 "sp-tracing",7767 "sp-wasm-interface",7768 "tracing",7769]77707771[[package]]7772name = "polkadot-node-core-pvf-checker"7773version = "0.9.18"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7775dependencies = [7776 "futures 0.3.21",7777 "polkadot-node-primitives",7778 "polkadot-node-subsystem",7779 "polkadot-node-subsystem-util",7780 "polkadot-overseer",7781 "polkadot-primitives",7782 "sp-keystore",7783 "thiserror",7784 "tracing",7785]77867787[[package]]7788name = "polkadot-node-core-runtime-api"7789version = "0.9.18"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7791dependencies = [7792 "futures 0.3.21",7793 "memory-lru",7794 "parity-util-mem",7795 "polkadot-node-subsystem",7796 "polkadot-node-subsystem-util",7797 "polkadot-primitives",7798 "sp-api",7799 "sp-authority-discovery",7800 "sp-consensus-babe",7801 "sp-core",7802 "tracing",7803]78047805[[package]]7806name = "polkadot-node-jaeger"7807version = "0.9.18"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7809dependencies = [7810 "async-std",7811 "lazy_static",7812 "log",7813 "mick-jaeger",7814 "parity-scale-codec",7815 "parking_lot 0.12.0",7816 "polkadot-node-primitives",7817 "polkadot-primitives",7818 "sc-network",7819 "sp-core",7820 "thiserror",7821]78227823[[package]]7824name = "polkadot-node-metrics"7825version = "0.9.18"7826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7827dependencies = [7828 "bs58",7829 "futures 0.3.21",7830 "futures-timer",7831 "log",7832 "metered-channel",7833 "parity-scale-codec",7834 "polkadot-primitives",7835 "sc-cli",7836 "sc-service",7837 "sc-tracing",7838 "substrate-prometheus-endpoint",7839 "tracing",7840]78417842[[package]]7843name = "polkadot-node-network-protocol"7844version = "0.9.18"7845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7846dependencies = [7847 "async-trait",7848 "fatality",7849 "futures 0.3.21",7850 "parity-scale-codec",7851 "polkadot-node-jaeger",7852 "polkadot-node-primitives",7853 "polkadot-primitives",7854 "sc-authority-discovery",7855 "sc-network",7856 "strum 0.24.0",7857 "thiserror",7858]78597860[[package]]7861name = "polkadot-node-primitives"7862version = "0.9.18"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7864dependencies = [7865 "bounded-vec",7866 "futures 0.3.21",7867 "parity-scale-codec",7868 "polkadot-parachain",7869 "polkadot-primitives",7870 "schnorrkel",7871 "serde",7872 "sp-application-crypto",7873 "sp-consensus-babe",7874 "sp-consensus-vrf",7875 "sp-core",7876 "sp-keystore",7877 "sp-maybe-compressed-blob",7878 "thiserror",7879 "zstd",7880]78817882[[package]]7883name = "polkadot-node-subsystem"7884version = "0.9.18"7885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7886dependencies = [7887 "polkadot-node-jaeger",7888 "polkadot-node-subsystem-types",7889 "polkadot-overseer",7890]78917892[[package]]7893name = "polkadot-node-subsystem-types"7894version = "0.9.18"7895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7896dependencies = [7897 "derive_more",7898 "futures 0.3.21",7899 "polkadot-node-jaeger",7900 "polkadot-node-network-protocol",7901 "polkadot-node-primitives",7902 "polkadot-overseer-gen",7903 "polkadot-primitives",7904 "polkadot-statement-table",7905 "sc-network",7906 "smallvec",7907 "substrate-prometheus-endpoint",7908 "thiserror",7909]79107911[[package]]7912name = "polkadot-node-subsystem-util"7913version = "0.9.18"7914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7915dependencies = [7916 "async-trait",7917 "derive_more",7918 "fatality",7919 "futures 0.3.21",7920 "itertools",7921 "kvdb",7922 "lru 0.7.5",7923 "metered-channel",7924 "parity-db",7925 "parity-scale-codec",7926 "parity-util-mem",7927 "parking_lot 0.11.2",7928 "pin-project 1.0.10",7929 "polkadot-node-jaeger",7930 "polkadot-node-metrics",7931 "polkadot-node-network-protocol",7932 "polkadot-node-primitives",7933 "polkadot-node-subsystem",7934 "polkadot-overseer",7935 "polkadot-primitives",7936 "rand 0.8.5",7937 "sp-application-crypto",7938 "sp-core",7939 "sp-keystore",7940 "thiserror",7941 "tracing",7942]79437944[[package]]7945name = "polkadot-overseer"7946version = "0.9.18"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7948dependencies = [7949 "futures 0.3.21",7950 "futures-timer",7951 "lru 0.7.5",7952 "parity-util-mem",7953 "parking_lot 0.12.0",7954 "polkadot-node-metrics",7955 "polkadot-node-network-protocol",7956 "polkadot-node-primitives",7957 "polkadot-node-subsystem-types",7958 "polkadot-overseer-gen",7959 "polkadot-primitives",7960 "sc-client-api",7961 "sp-api",7962 "tracing",7963]79647965[[package]]7966name = "polkadot-overseer-gen"7967version = "0.9.18"7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7969dependencies = [7970 "async-trait",7971 "futures 0.3.21",7972 "futures-timer",7973 "metered-channel",7974 "pin-project 1.0.10",7975 "polkadot-node-network-protocol",7976 "polkadot-node-primitives",7977 "polkadot-overseer-gen-proc-macro",7978 "thiserror",7979 "tracing",7980]79817982[[package]]7983name = "polkadot-overseer-gen-proc-macro"7984version = "0.9.18"7985source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7986dependencies = [7987 "expander 0.0.5",7988 "proc-macro-crate 1.1.3",7989 "proc-macro2",7990 "quote",7991 "syn",7992]79937994[[package]]7995name = "polkadot-parachain"7996version = "0.9.18"7997source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7998dependencies = [7999 "derive_more",8000 "frame-support",8001 "parity-scale-codec",8002 "parity-util-mem",8003 "polkadot-core-primitives",8004 "scale-info",8005 "serde",8006 "sp-core",8007 "sp-runtime",8008 "sp-std",8009]80108011[[package]]8012name = "polkadot-performance-test"8013version = "0.9.18"8014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8015dependencies = [8016 "env_logger",8017 "kusama-runtime",8018 "log",8019 "polkadot-erasure-coding",8020 "polkadot-node-core-pvf",8021 "polkadot-node-primitives",8022 "quote",8023 "thiserror",8024]80258026[[package]]8027name = "polkadot-primitives"8028version = "0.9.18"8029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8030dependencies = [8031 "bitvec",8032 "frame-system",8033 "hex-literal",8034 "parity-scale-codec",8035 "parity-util-mem",8036 "polkadot-core-primitives",8037 "polkadot-parachain",8038 "scale-info",8039 "serde",8040 "sp-api",8041 "sp-application-crypto",8042 "sp-arithmetic",8043 "sp-authority-discovery",8044 "sp-consensus-slots",8045 "sp-core",8046 "sp-inherents",8047 "sp-io",8048 "sp-keystore",8049 "sp-runtime",8050 "sp-staking",8051 "sp-std",8052 "sp-trie",8053 "sp-version",8054]80558056[[package]]8057name = "polkadot-rpc"8058version = "0.9.18"8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8060dependencies = [8061 "beefy-gadget",8062 "beefy-gadget-rpc",8063 "jsonrpc-core",8064 "pallet-mmr-rpc",8065 "pallet-transaction-payment-rpc",8066 "polkadot-primitives",8067 "sc-chain-spec",8068 "sc-client-api",8069 "sc-consensus-babe",8070 "sc-consensus-babe-rpc",8071 "sc-consensus-epochs",8072 "sc-finality-grandpa",8073 "sc-finality-grandpa-rpc",8074 "sc-rpc",8075 "sc-sync-state-rpc",8076 "sc-transaction-pool-api",8077 "sp-api",8078 "sp-block-builder",8079 "sp-blockchain",8080 "sp-consensus",8081 "sp-consensus-babe",8082 "sp-keystore",8083 "sp-runtime",8084 "substrate-frame-rpc-system",8085]80868087[[package]]8088name = "polkadot-runtime"8089version = "0.9.18"8090source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8091dependencies = [8092 "beefy-primitives",8093 "bitvec",8094 "frame-benchmarking",8095 "frame-election-provider-support",8096 "frame-executive",8097 "frame-support",8098 "frame-system",8099 "frame-system-benchmarking",8100 "frame-system-rpc-runtime-api",8101 "frame-try-runtime",8102 "hex-literal",8103 "log",8104 "pallet-authority-discovery",8105 "pallet-authorship",8106 "pallet-babe",8107 "pallet-bags-list",8108 "pallet-balances",8109 "pallet-bounties",8110 "pallet-collective",8111 "pallet-democracy",8112 "pallet-election-provider-multi-phase",8113 "pallet-elections-phragmen",8114 "pallet-grandpa",8115 "pallet-identity",8116 "pallet-im-online",8117 "pallet-indices",8118 "pallet-membership",8119 "pallet-mmr-primitives",8120 "pallet-multisig",8121 "pallet-nicks",8122 "pallet-offences",8123 "pallet-offences-benchmarking",8124 "pallet-preimage",8125 "pallet-proxy",8126 "pallet-scheduler",8127 "pallet-session",8128 "pallet-session-benchmarking",8129 "pallet-staking",8130 "pallet-staking-reward-curve",8131 "pallet-timestamp",8132 "pallet-tips",8133 "pallet-transaction-payment",8134 "pallet-transaction-payment-rpc-runtime-api",8135 "pallet-treasury",8136 "pallet-utility",8137 "pallet-vesting",8138 "pallet-xcm",8139 "parity-scale-codec",8140 "polkadot-primitives",8141 "polkadot-runtime-common",8142 "polkadot-runtime-constants",8143 "polkadot-runtime-parachains",8144 "rustc-hex",8145 "scale-info",8146 "serde",8147 "serde_derive",8148 "smallvec",8149 "sp-api",8150 "sp-authority-discovery",8151 "sp-block-builder",8152 "sp-consensus-babe",8153 "sp-core",8154 "sp-inherents",8155 "sp-io",8156 "sp-npos-elections",8157 "sp-offchain",8158 "sp-runtime",8159 "sp-session",8160 "sp-staking",8161 "sp-std",8162 "sp-transaction-pool",8163 "sp-version",8164 "static_assertions",8165 "substrate-wasm-builder",8166 "xcm",8167 "xcm-builder",8168 "xcm-executor",8169]81708171[[package]]8172name = "polkadot-runtime-common"8173version = "0.9.18"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8175dependencies = [8176 "beefy-primitives",8177 "bitvec",8178 "frame-benchmarking",8179 "frame-election-provider-support",8180 "frame-support",8181 "frame-system",8182 "impl-trait-for-tuples",8183 "libsecp256k1 0.7.0",8184 "log",8185 "pallet-authorship",8186 "pallet-babe",8187 "pallet-bags-list",8188 "pallet-balances",8189 "pallet-beefy-mmr",8190 "pallet-election-provider-multi-phase",8191 "pallet-session",8192 "pallet-staking",8193 "pallet-timestamp",8194 "pallet-transaction-payment",8195 "pallet-treasury",8196 "pallet-vesting",8197 "parity-scale-codec",8198 "polkadot-primitives",8199 "polkadot-runtime-parachains",8200 "rustc-hex",8201 "scale-info",8202 "serde",8203 "serde_derive",8204 "slot-range-helper",8205 "sp-api",8206 "sp-core",8207 "sp-inherents",8208 "sp-io",8209 "sp-npos-elections",8210 "sp-runtime",8211 "sp-session",8212 "sp-staking",8213 "sp-std",8214 "static_assertions",8215 "xcm",8216]82178218[[package]]8219name = "polkadot-runtime-constants"8220version = "0.9.18"8221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8222dependencies = [8223 "frame-support",8224 "polkadot-primitives",8225 "polkadot-runtime-common",8226 "smallvec",8227 "sp-runtime",8228]82298230[[package]]8231name = "polkadot-runtime-metrics"8232version = "0.9.18"8233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8234dependencies = [8235 "bs58",8236 "parity-scale-codec",8237 "polkadot-primitives",8238 "sp-std",8239 "sp-tracing",8240]82418242[[package]]8243name = "polkadot-runtime-parachains"8244version = "0.9.18"8245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8246dependencies = [8247 "bitflags",8248 "bitvec",8249 "derive_more",8250 "frame-benchmarking",8251 "frame-support",8252 "frame-system",8253 "log",8254 "pallet-authority-discovery",8255 "pallet-authorship",8256 "pallet-babe",8257 "pallet-balances",8258 "pallet-session",8259 "pallet-staking",8260 "pallet-timestamp",8261 "pallet-vesting",8262 "parity-scale-codec",8263 "polkadot-primitives",8264 "polkadot-runtime-metrics",8265 "rand 0.8.5",8266 "rand_chacha 0.3.1",8267 "rustc-hex",8268 "scale-info",8269 "serde",8270 "sp-api",8271 "sp-core",8272 "sp-inherents",8273 "sp-io",8274 "sp-keystore",8275 "sp-runtime",8276 "sp-session",8277 "sp-staking",8278 "sp-std",8279 "static_assertions",8280 "xcm",8281 "xcm-executor",8282]82838284[[package]]8285name = "polkadot-service"8286version = "0.9.18"8287source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8288dependencies = [8289 "async-trait",8290 "beefy-gadget",8291 "beefy-primitives",8292 "frame-system-rpc-runtime-api",8293 "futures 0.3.21",8294 "hex-literal",8295 "kusama-runtime",8296 "kvdb",8297 "kvdb-rocksdb",8298 "lru 0.7.5",8299 "pallet-babe",8300 "pallet-im-online",8301 "pallet-mmr-primitives",8302 "pallet-staking",8303 "pallet-transaction-payment-rpc-runtime-api",8304 "parity-db",8305 "polkadot-approval-distribution",8306 "polkadot-availability-bitfield-distribution",8307 "polkadot-availability-distribution",8308 "polkadot-availability-recovery",8309 "polkadot-client",8310 "polkadot-collator-protocol",8311 "polkadot-dispute-distribution",8312 "polkadot-gossip-support",8313 "polkadot-network-bridge",8314 "polkadot-node-collation-generation",8315 "polkadot-node-core-approval-voting",8316 "polkadot-node-core-av-store",8317 "polkadot-node-core-backing",8318 "polkadot-node-core-bitfield-signing",8319 "polkadot-node-core-candidate-validation",8320 "polkadot-node-core-chain-api",8321 "polkadot-node-core-chain-selection",8322 "polkadot-node-core-dispute-coordinator",8323 "polkadot-node-core-parachains-inherent",8324 "polkadot-node-core-provisioner",8325 "polkadot-node-core-pvf-checker",8326 "polkadot-node-core-runtime-api",8327 "polkadot-node-network-protocol",8328 "polkadot-node-primitives",8329 "polkadot-node-subsystem",8330 "polkadot-node-subsystem-util",8331 "polkadot-overseer",8332 "polkadot-parachain",8333 "polkadot-primitives",8334 "polkadot-rpc",8335 "polkadot-runtime",8336 "polkadot-runtime-constants",8337 "polkadot-runtime-parachains",8338 "polkadot-statement-distribution",8339 "rococo-runtime",8340 "sc-authority-discovery",8341 "sc-basic-authorship",8342 "sc-block-builder",8343 "sc-chain-spec",8344 "sc-client-api",8345 "sc-client-db",8346 "sc-consensus",8347 "sc-consensus-babe",8348 "sc-consensus-slots",8349 "sc-consensus-uncles",8350 "sc-executor",8351 "sc-finality-grandpa",8352 "sc-keystore",8353 "sc-network",8354 "sc-offchain",8355 "sc-service",8356 "sc-sync-state-rpc",8357 "sc-telemetry",8358 "sc-transaction-pool",8359 "serde",8360 "sp-api",8361 "sp-authority-discovery",8362 "sp-block-builder",8363 "sp-blockchain",8364 "sp-consensus",8365 "sp-consensus-babe",8366 "sp-core",8367 "sp-finality-grandpa",8368 "sp-inherents",8369 "sp-io",8370 "sp-keystore",8371 "sp-offchain",8372 "sp-runtime",8373 "sp-session",8374 "sp-state-machine",8375 "sp-storage",8376 "sp-timestamp",8377 "sp-transaction-pool",8378 "sp-trie",8379 "substrate-prometheus-endpoint",8380 "thiserror",8381 "tracing",8382 "westend-runtime",8383]83848385[[package]]8386name = "polkadot-statement-distribution"8387version = "0.9.18"8388source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8389dependencies = [8390 "arrayvec 0.5.2",8391 "fatality",8392 "futures 0.3.21",8393 "indexmap",8394 "parity-scale-codec",8395 "polkadot-node-network-protocol",8396 "polkadot-node-primitives",8397 "polkadot-node-subsystem",8398 "polkadot-node-subsystem-util",8399 "polkadot-primitives",8400 "sp-keystore",8401 "sp-staking",8402 "thiserror",8403 "tracing",8404]84058406[[package]]8407name = "polkadot-statement-table"8408version = "0.9.18"8409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8410dependencies = [8411 "parity-scale-codec",8412 "polkadot-primitives",8413 "sp-core",8414]84158416[[package]]8417name = "polkadot-test-runtime"8418version = "0.9.18"8419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8420dependencies = [8421 "beefy-primitives",8422 "bitvec",8423 "frame-election-provider-support",8424 "frame-executive",8425 "frame-support",8426 "frame-system",8427 "frame-system-rpc-runtime-api",8428 "log",8429 "pallet-authority-discovery",8430 "pallet-authorship",8431 "pallet-babe",8432 "pallet-balances",8433 "pallet-grandpa",8434 "pallet-indices",8435 "pallet-mmr-primitives",8436 "pallet-nicks",8437 "pallet-offences",8438 "pallet-session",8439 "pallet-staking",8440 "pallet-staking-reward-curve",8441 "pallet-sudo",8442 "pallet-timestamp",8443 "pallet-transaction-payment",8444 "pallet-transaction-payment-rpc-runtime-api",8445 "pallet-vesting",8446 "pallet-xcm",8447 "parity-scale-codec",8448 "polkadot-parachain",8449 "polkadot-primitives",8450 "polkadot-runtime-common",8451 "polkadot-runtime-parachains",8452 "rustc-hex",8453 "scale-info",8454 "serde",8455 "serde_derive",8456 "smallvec",8457 "sp-api",8458 "sp-authority-discovery",8459 "sp-block-builder",8460 "sp-consensus-babe",8461 "sp-core",8462 "sp-inherents",8463 "sp-io",8464 "sp-offchain",8465 "sp-runtime",8466 "sp-session",8467 "sp-staking",8468 "sp-std",8469 "sp-transaction-pool",8470 "sp-version",8471 "substrate-wasm-builder",8472 "test-runtime-constants",8473 "xcm",8474 "xcm-builder",8475 "xcm-executor",8476]84778478[[package]]8479name = "polkadot-test-service"8480version = "0.9.18"8481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8482dependencies = [8483 "frame-benchmarking",8484 "frame-system",8485 "futures 0.1.31",8486 "futures 0.3.21",8487 "hex",8488 "pallet-balances",8489 "pallet-staking",8490 "pallet-transaction-payment",8491 "polkadot-node-primitives",8492 "polkadot-node-subsystem",8493 "polkadot-overseer",8494 "polkadot-parachain",8495 "polkadot-primitives",8496 "polkadot-rpc",8497 "polkadot-runtime-common",8498 "polkadot-runtime-parachains",8499 "polkadot-service",8500 "polkadot-test-runtime",8501 "rand 0.8.5",8502 "sc-authority-discovery",8503 "sc-chain-spec",8504 "sc-cli",8505 "sc-client-api",8506 "sc-consensus",8507 "sc-consensus-babe",8508 "sc-executor",8509 "sc-finality-grandpa",8510 "sc-network",8511 "sc-service",8512 "sc-tracing",8513 "sc-transaction-pool",8514 "sp-arithmetic",8515 "sp-authority-discovery",8516 "sp-blockchain",8517 "sp-consensus",8518 "sp-consensus-babe",8519 "sp-core",8520 "sp-finality-grandpa",8521 "sp-inherents",8522 "sp-keyring",8523 "sp-runtime",8524 "sp-state-machine",8525 "substrate-test-client",8526 "tempfile",8527 "test-runtime-constants",8528 "tokio 1.17.0",8529 "tracing",8530]85318532[[package]]8533name = "polling"8534version = "2.2.0"8535source = "registry+https://github.com/rust-lang/crates.io-index"8536checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8537dependencies = [8538 "cfg-if 1.0.0",8539 "libc",8540 "log",8541 "wepoll-ffi",8542 "winapi 0.3.9",8543]85448545[[package]]8546name = "poly1305"8547version = "0.7.2"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8550dependencies = [8551 "cpufeatures 0.2.2",8552 "opaque-debug 0.3.0",8553 "universal-hash",8554]85558556[[package]]8557name = "polyval"8558version = "0.5.3"8559source = "registry+https://github.com/rust-lang/crates.io-index"8560checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8561dependencies = [8562 "cfg-if 1.0.0",8563 "cpufeatures 0.2.2",8564 "opaque-debug 0.3.0",8565 "universal-hash",8566]85678568[[package]]8569name = "ppv-lite86"8570version = "0.2.16"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85738574[[package]]8575name = "primitive-types"8576version = "0.11.1"8577source = "registry+https://github.com/rust-lang/crates.io-index"8578checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8579dependencies = [8580 "fixed-hash",8581 "impl-codec",8582 "impl-rlp",8583 "impl-serde",8584 "scale-info",8585 "uint",8586]85878588[[package]]8589name = "proc-macro-crate"8590version = "0.1.5"8591source = "registry+https://github.com/rust-lang/crates.io-index"8592checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8593dependencies = [8594 "toml",8595]85968597[[package]]8598name = "proc-macro-crate"8599version = "1.1.3"8600source = "registry+https://github.com/rust-lang/crates.io-index"8601checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8602dependencies = [8603 "thiserror",8604 "toml",8605]86068607[[package]]8608name = "proc-macro-error"8609version = "1.0.4"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8612dependencies = [8613 "proc-macro-error-attr",8614 "proc-macro2",8615 "quote",8616 "syn",8617 "version_check",8618]86198620[[package]]8621name = "proc-macro-error-attr"8622version = "1.0.4"8623source = "registry+https://github.com/rust-lang/crates.io-index"8624checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8625dependencies = [8626 "proc-macro2",8627 "quote",8628 "version_check",8629]86308631[[package]]8632name = "proc-macro2"8633version = "1.0.37"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"8636dependencies = [8637 "unicode-xid",8638]86398640[[package]]8641name = "prometheus"8642version = "0.13.0"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8645dependencies = [8646 "cfg-if 1.0.0",8647 "fnv",8648 "lazy_static",8649 "memchr",8650 "parking_lot 0.11.2",8651 "thiserror",8652]86538654[[package]]8655name = "prost"8656version = "0.9.0"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8659dependencies = [8660 "bytes 1.1.0",8661 "prost-derive",8662]86638664[[package]]8665name = "prost-build"8666version = "0.9.0"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8669dependencies = [8670 "bytes 1.1.0",8671 "heck 0.3.3",8672 "itertools",8673 "lazy_static",8674 "log",8675 "multimap",8676 "petgraph",8677 "prost",8678 "prost-types",8679 "regex",8680 "tempfile",8681 "which",8682]86838684[[package]]8685name = "prost-derive"8686version = "0.9.0"8687source = "registry+https://github.com/rust-lang/crates.io-index"8688checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8689dependencies = [8690 "anyhow",8691 "itertools",8692 "proc-macro2",8693 "quote",8694 "syn",8695]86968697[[package]]8698name = "prost-types"8699version = "0.9.0"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8702dependencies = [8703 "bytes 1.1.0",8704 "prost",8705]87068707[[package]]8708name = "psm"8709version = "0.1.18"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8712dependencies = [8713 "cc",8714]87158716[[package]]8717name = "quartz-runtime"8718version = "0.9.18"8719dependencies = [8720 "cumulus-pallet-aura-ext",8721 "cumulus-pallet-dmp-queue",8722 "cumulus-pallet-parachain-system",8723 "cumulus-pallet-xcm",8724 "cumulus-pallet-xcmp-queue",8725 "cumulus-primitives-core",8726 "cumulus-primitives-timestamp",8727 "cumulus-primitives-utility",8728 "derivative",8729 "fp-rpc",8730 "fp-self-contained",8731 "frame-executive",8732 "frame-support",8733 "frame-system",8734 "frame-system-rpc-runtime-api",8735 "frame-try-runtime",8736 "log",8737 "orml-vesting",8738 "pallet-aura",8739 "pallet-balances",8740 "pallet-base-fee",8741 "pallet-common",8742 "pallet-ethereum",8743 "pallet-evm",8744 "pallet-evm-coder-substrate",8745 "pallet-evm-contract-helpers",8746 "pallet-evm-migration",8747 "pallet-evm-transaction-payment",8748 "pallet-fungible",8749 "pallet-inflation",8750 "pallet-nonfungible",8751 "pallet-randomness-collective-flip",8752 "pallet-refungible",8753 "pallet-structure",8754 "pallet-sudo",8755 "pallet-template-transaction-payment",8756 "pallet-timestamp",8757 "pallet-transaction-payment",8758 "pallet-transaction-payment-rpc-runtime-api",8759 "pallet-treasury",8760 "pallet-unique",8761 "pallet-unq-scheduler",8762 "pallet-xcm",8763 "parachain-info",8764 "parity-scale-codec",8765 "polkadot-parachain",8766 "scale-info",8767 "serde",8768 "smallvec",8769 "sp-api",8770 "sp-arithmetic",8771 "sp-block-builder",8772 "sp-consensus-aura",8773 "sp-core",8774 "sp-inherents",8775 "sp-io",8776 "sp-offchain",8777 "sp-runtime",8778 "sp-session",8779 "sp-std",8780 "sp-transaction-pool",8781 "sp-version",8782 "substrate-wasm-builder",8783 "unique-runtime-common",8784 "up-data-structs",8785 "up-evm-mapping",8786 "up-rpc",8787 "xcm",8788 "xcm-builder",8789 "xcm-executor",8790]87918792[[package]]8793name = "quick-error"8794version = "1.2.3"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87978798[[package]]8799name = "quick-error"8800version = "2.0.1"8801source = "registry+https://github.com/rust-lang/crates.io-index"8802checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"88038804[[package]]8805name = "quicksink"8806version = "0.1.2"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8809dependencies = [8810 "futures-core",8811 "futures-sink",8812 "pin-project-lite 0.1.12",8813]88148815[[package]]8816name = "quote"8817version = "1.0.17"8818source = "registry+https://github.com/rust-lang/crates.io-index"8819checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8820dependencies = [8821 "proc-macro2",8822]88238824[[package]]8825name = "radium"8826version = "0.7.0"8827source = "registry+https://github.com/rust-lang/crates.io-index"8828checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88298830[[package]]8831name = "rand"8832version = "0.7.3"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8835dependencies = [8836 "getrandom 0.1.16",8837 "libc",8838 "rand_chacha 0.2.2",8839 "rand_core 0.5.1",8840 "rand_hc",8841 "rand_pcg",8842]88438844[[package]]8845name = "rand"8846version = "0.8.5"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8849dependencies = [8850 "libc",8851 "rand_chacha 0.3.1",8852 "rand_core 0.6.3",8853]88548855[[package]]8856name = "rand_chacha"8857version = "0.2.2"8858source = "registry+https://github.com/rust-lang/crates.io-index"8859checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8860dependencies = [8861 "ppv-lite86",8862 "rand_core 0.5.1",8863]88648865[[package]]8866name = "rand_chacha"8867version = "0.3.1"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8870dependencies = [8871 "ppv-lite86",8872 "rand_core 0.6.3",8873]88748875[[package]]8876name = "rand_core"8877version = "0.5.1"8878source = "registry+https://github.com/rust-lang/crates.io-index"8879checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8880dependencies = [8881 "getrandom 0.1.16",8882]88838884[[package]]8885name = "rand_core"8886version = "0.6.3"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8889dependencies = [8890 "getrandom 0.2.6",8891]88928893[[package]]8894name = "rand_distr"8895version = "0.4.3"8896source = "registry+https://github.com/rust-lang/crates.io-index"8897checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8898dependencies = [8899 "num-traits",8900 "rand 0.8.5",8901]89028903[[package]]8904name = "rand_hc"8905version = "0.2.0"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8908dependencies = [8909 "rand_core 0.5.1",8910]89118912[[package]]8913name = "rand_pcg"8914version = "0.2.1"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8917dependencies = [8918 "rand_core 0.5.1",8919]89208921[[package]]8922name = "rawpointer"8923version = "0.2.1"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89268927[[package]]8928name = "rayon"8929version = "1.5.1"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8932dependencies = [8933 "autocfg",8934 "crossbeam-deque",8935 "either",8936 "rayon-core",8937]89388939[[package]]8940name = "rayon-core"8941version = "1.9.1"8942source = "registry+https://github.com/rust-lang/crates.io-index"8943checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8944dependencies = [8945 "crossbeam-channel",8946 "crossbeam-deque",8947 "crossbeam-utils",8948 "lazy_static",8949 "num_cpus",8950]89518952[[package]]8953name = "redox_syscall"8954version = "0.2.13"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8957dependencies = [8958 "bitflags",8959]89608961[[package]]8962name = "redox_users"8963version = "0.4.3"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8966dependencies = [8967 "getrandom 0.2.6",8968 "redox_syscall",8969 "thiserror",8970]89718972[[package]]8973name = "reed-solomon-novelpoly"8974version = "1.0.0"8975source = "registry+https://github.com/rust-lang/crates.io-index"8976checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8977dependencies = [8978 "derive_more",8979 "fs-err",8980 "itertools",8981 "static_init",8982 "thiserror",8983]89848985[[package]]8986name = "ref-cast"8987version = "1.0.6"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8990dependencies = [8991 "ref-cast-impl",8992]89938994[[package]]8995name = "ref-cast-impl"8996version = "1.0.6"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8999dependencies = [9000 "proc-macro2",9001 "quote",9002 "syn",9003]90049005[[package]]9006name = "regalloc"9007version = "0.0.33"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9010dependencies = [9011 "log",9012 "rustc-hash",9013 "smallvec",9014]90159016[[package]]9017name = "regex"9018version = "1.5.5"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9021dependencies = [9022 "aho-corasick",9023 "memchr",9024 "regex-syntax",9025]90269027[[package]]9028name = "regex-automata"9029version = "0.1.10"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9032dependencies = [9033 "regex-syntax",9034]90359036[[package]]9037name = "regex-syntax"9038version = "0.6.25"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90419042[[package]]9043name = "region"9044version = "2.2.0"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9047dependencies = [9048 "bitflags",9049 "libc",9050 "mach",9051 "winapi 0.3.9",9052]90539054[[package]]9055name = "remote-externalities"9056version = "0.10.0-dev"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9058dependencies = [9059 "env_logger",9060 "jsonrpsee 0.8.0",9061 "log",9062 "parity-scale-codec",9063 "serde",9064 "serde_json",9065 "sp-core",9066 "sp-io",9067 "sp-runtime",9068 "sp-version",9069]90709071[[package]]9072name = "remove_dir_all"9073version = "0.5.3"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9076dependencies = [9077 "winapi 0.3.9",9078]90799080[[package]]9081name = "resolv-conf"9082version = "0.7.0"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9085dependencies = [9086 "hostname",9087 "quick-error 1.2.3",9088]90899090[[package]]9091name = "retain_mut"9092version = "0.1.7"9093source = "registry+https://github.com/rust-lang/crates.io-index"9094checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90959096[[package]]9097name = "ring"9098version = "0.16.20"9099source = "registry+https://github.com/rust-lang/crates.io-index"9100checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9101dependencies = [9102 "cc",9103 "libc",9104 "once_cell",9105 "spin",9106 "untrusted",9107 "web-sys",9108 "winapi 0.3.9",9109]91109111[[package]]9112name = "rlp"9113version = "0.5.1"9114source = "registry+https://github.com/rust-lang/crates.io-index"9115checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9116dependencies = [9117 "bytes 1.1.0",9118 "rustc-hex",9119]91209121[[package]]9122name = "rlp-derive"9123version = "0.1.0"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9126dependencies = [9127 "proc-macro2",9128 "quote",9129 "syn",9130]91319132[[package]]9133name = "rocksdb"9134version = "0.18.0"9135source = "registry+https://github.com/rust-lang/crates.io-index"9136checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9137dependencies = [9138 "libc",9139 "librocksdb-sys",9140]91419142[[package]]9143name = "rococo-runtime"9144version = "0.9.18"9145source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9146dependencies = [9147 "beefy-primitives",9148 "bp-messages",9149 "bp-rococo",9150 "bp-runtime",9151 "bp-wococo",9152 "bridge-runtime-common",9153 "frame-benchmarking",9154 "frame-executive",9155 "frame-support",9156 "frame-system",9157 "frame-system-rpc-runtime-api",9158 "hex-literal",9159 "log",9160 "pallet-authority-discovery",9161 "pallet-authorship",9162 "pallet-babe",9163 "pallet-balances",9164 "pallet-beefy",9165 "pallet-beefy-mmr",9166 "pallet-bridge-dispatch",9167 "pallet-bridge-grandpa",9168 "pallet-bridge-messages",9169 "pallet-collective",9170 "pallet-grandpa",9171 "pallet-im-online",9172 "pallet-indices",9173 "pallet-membership",9174 "pallet-mmr",9175 "pallet-mmr-primitives",9176 "pallet-multisig",9177 "pallet-offences",9178 "pallet-proxy",9179 "pallet-session",9180 "pallet-staking",9181 "pallet-sudo",9182 "pallet-timestamp",9183 "pallet-transaction-payment",9184 "pallet-transaction-payment-rpc-runtime-api",9185 "pallet-utility",9186 "pallet-xcm",9187 "parity-scale-codec",9188 "polkadot-parachain",9189 "polkadot-primitives",9190 "polkadot-runtime-common",9191 "polkadot-runtime-parachains",9192 "rococo-runtime-constants",9193 "scale-info",9194 "serde",9195 "serde_derive",9196 "smallvec",9197 "sp-api",9198 "sp-authority-discovery",9199 "sp-block-builder",9200 "sp-consensus-babe",9201 "sp-core",9202 "sp-inherents",9203 "sp-io",9204 "sp-offchain",9205 "sp-runtime",9206 "sp-session",9207 "sp-staking",9208 "sp-std",9209 "sp-transaction-pool",9210 "sp-version",9211 "substrate-wasm-builder",9212 "xcm",9213 "xcm-builder",9214 "xcm-executor",9215]92169217[[package]]9218name = "rococo-runtime-constants"9219version = "0.9.18"9220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9221dependencies = [9222 "frame-support",9223 "polkadot-primitives",9224 "polkadot-runtime-common",9225 "smallvec",9226 "sp-runtime",9227]92289229[[package]]9230name = "rpassword"9231version = "5.0.1"9232source = "registry+https://github.com/rust-lang/crates.io-index"9233checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9234dependencies = [9235 "libc",9236 "winapi 0.3.9",9237]92389239[[package]]9240name = "rustc-demangle"9241version = "0.1.21"9242source = "registry+https://github.com/rust-lang/crates.io-index"9243checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92449245[[package]]9246name = "rustc-hash"9247version = "1.1.0"9248source = "registry+https://github.com/rust-lang/crates.io-index"9249checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92509251[[package]]9252name = "rustc-hex"9253version = "2.1.0"9254source = "registry+https://github.com/rust-lang/crates.io-index"9255checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92569257[[package]]9258name = "rustc_version"9259version = "0.2.3"9260source = "registry+https://github.com/rust-lang/crates.io-index"9261checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9262dependencies = [9263 "semver 0.9.0",9264]92659266[[package]]9267name = "rustc_version"9268version = "0.3.3"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9271dependencies = [9272 "semver 0.11.0",9273]92749275[[package]]9276name = "rustc_version"9277version = "0.4.0"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9280dependencies = [9281 "semver 1.0.7",9282]92839284[[package]]9285name = "rustix"9286version = "0.31.3"9287source = "registry+https://github.com/rust-lang/crates.io-index"9288checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9289dependencies = [9290 "bitflags",9291 "errno",9292 "io-lifetimes",9293 "libc",9294 "linux-raw-sys",9295 "winapi 0.3.9",9296]92979298[[package]]9299name = "rustls"9300version = "0.19.1"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9303dependencies = [9304 "base64",9305 "log",9306 "ring",9307 "sct 0.6.1",9308 "webpki 0.21.4",9309]93109311[[package]]9312name = "rustls"9313version = "0.20.4"9314source = "registry+https://github.com/rust-lang/crates.io-index"9315checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9316dependencies = [9317 "log",9318 "ring",9319 "sct 0.7.0",9320 "webpki 0.22.0",9321]93229323[[package]]9324name = "rustls-native-certs"9325version = "0.5.0"9326source = "registry+https://github.com/rust-lang/crates.io-index"9327checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9328dependencies = [9329 "openssl-probe",9330 "rustls 0.19.1",9331 "schannel",9332 "security-framework",9333]93349335[[package]]9336name = "rustls-native-certs"9337version = "0.6.1"9338source = "registry+https://github.com/rust-lang/crates.io-index"9339checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9340dependencies = [9341 "openssl-probe",9342 "rustls-pemfile",9343 "schannel",9344 "security-framework",9345]93469347[[package]]9348name = "rustls-pemfile"9349version = "0.2.1"9350source = "registry+https://github.com/rust-lang/crates.io-index"9351checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9352dependencies = [9353 "base64",9354]93559356[[package]]9357name = "rustversion"9358version = "1.0.6"9359source = "registry+https://github.com/rust-lang/crates.io-index"9360checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93619362[[package]]9363name = "rw-stream-sink"9364version = "0.2.1"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9367dependencies = [9368 "futures 0.3.21",9369 "pin-project 0.4.29",9370 "static_assertions",9371]93729373[[package]]9374name = "ryu"9375version = "1.0.9"9376source = "registry+https://github.com/rust-lang/crates.io-index"9377checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93789379[[package]]9380name = "safe-mix"9381version = "1.0.1"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9384dependencies = [9385 "rustc_version 0.2.3",9386]93879388[[package]]9389name = "salsa20"9390version = "0.9.0"9391source = "registry+https://github.com/rust-lang/crates.io-index"9392checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9393dependencies = [9394 "cipher",9395]93969397[[package]]9398name = "same-file"9399version = "1.0.6"9400source = "registry+https://github.com/rust-lang/crates.io-index"9401checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9402dependencies = [9403 "winapi-util",9404]94059406[[package]]9407name = "sc-allocator"9408version = "4.1.0-dev"9409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9410dependencies = [9411 "log",9412 "sp-core",9413 "sp-wasm-interface",9414 "thiserror",9415]94169417[[package]]9418name = "sc-authority-discovery"9419version = "0.10.0-dev"9420source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9421dependencies = [9422 "async-trait",9423 "futures 0.3.21",9424 "futures-timer",9425 "ip_network",9426 "libp2p",9427 "log",9428 "parity-scale-codec",9429 "prost",9430 "prost-build",9431 "rand 0.7.3",9432 "sc-client-api",9433 "sc-network",9434 "sp-api",9435 "sp-authority-discovery",9436 "sp-blockchain",9437 "sp-core",9438 "sp-keystore",9439 "sp-runtime",9440 "substrate-prometheus-endpoint",9441 "thiserror",9442]94439444[[package]]9445name = "sc-basic-authorship"9446version = "0.10.0-dev"9447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9448dependencies = [9449 "futures 0.3.21",9450 "futures-timer",9451 "log",9452 "parity-scale-codec",9453 "sc-block-builder",9454 "sc-client-api",9455 "sc-proposer-metrics",9456 "sc-telemetry",9457 "sc-transaction-pool-api",9458 "sp-api",9459 "sp-blockchain",9460 "sp-consensus",9461 "sp-core",9462 "sp-inherents",9463 "sp-runtime",9464 "substrate-prometheus-endpoint",9465]94669467[[package]]9468name = "sc-block-builder"9469version = "0.10.0-dev"9470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9471dependencies = [9472 "parity-scale-codec",9473 "sc-client-api",9474 "sp-api",9475 "sp-block-builder",9476 "sp-blockchain",9477 "sp-core",9478 "sp-inherents",9479 "sp-runtime",9480 "sp-state-machine",9481]94829483[[package]]9484name = "sc-chain-spec"9485version = "4.0.0-dev"9486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9487dependencies = [9488 "impl-trait-for-tuples",9489 "memmap2 0.5.3",9490 "parity-scale-codec",9491 "sc-chain-spec-derive",9492 "sc-network",9493 "sc-telemetry",9494 "serde",9495 "serde_json",9496 "sp-core",9497 "sp-runtime",9498]94999500[[package]]9501name = "sc-chain-spec-derive"9502version = "4.0.0-dev"9503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9504dependencies = [9505 "proc-macro-crate 1.1.3",9506 "proc-macro2",9507 "quote",9508 "syn",9509]95109511[[package]]9512name = "sc-cli"9513version = "0.10.0-dev"9514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9515dependencies = [9516 "chrono",9517 "clap",9518 "fdlimit",9519 "futures 0.3.21",9520 "hex",9521 "libp2p",9522 "log",9523 "names",9524 "parity-scale-codec",9525 "rand 0.7.3",9526 "regex",9527 "rpassword",9528 "sc-client-api",9529 "sc-keystore",9530 "sc-network",9531 "sc-service",9532 "sc-telemetry",9533 "sc-tracing",9534 "sc-utils",9535 "serde",9536 "serde_json",9537 "sp-blockchain",9538 "sp-core",9539 "sp-keyring",9540 "sp-keystore",9541 "sp-panic-handler",9542 "sp-runtime",9543 "sp-version",9544 "thiserror",9545 "tiny-bip39",9546 "tokio 1.17.0",9547]95489549[[package]]9550name = "sc-client-api"9551version = "4.0.0-dev"9552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9553dependencies = [9554 "fnv",9555 "futures 0.3.21",9556 "hash-db",9557 "log",9558 "parity-scale-codec",9559 "parking_lot 0.12.0",9560 "sc-executor",9561 "sc-transaction-pool-api",9562 "sc-utils",9563 "sp-api",9564 "sp-blockchain",9565 "sp-consensus",9566 "sp-core",9567 "sp-database",9568 "sp-externalities",9569 "sp-keystore",9570 "sp-runtime",9571 "sp-state-machine",9572 "sp-storage",9573 "sp-trie",9574 "substrate-prometheus-endpoint",9575]95769577[[package]]9578name = "sc-client-db"9579version = "0.10.0-dev"9580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9581dependencies = [9582 "hash-db",9583 "kvdb",9584 "kvdb-memorydb",9585 "kvdb-rocksdb",9586 "linked-hash-map",9587 "log",9588 "parity-db",9589 "parity-scale-codec",9590 "parking_lot 0.12.0",9591 "sc-client-api",9592 "sc-state-db",9593 "sp-arithmetic",9594 "sp-blockchain",9595 "sp-core",9596 "sp-database",9597 "sp-runtime",9598 "sp-state-machine",9599 "sp-trie",9600]96019602[[package]]9603name = "sc-consensus"9604version = "0.10.0-dev"9605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9606dependencies = [9607 "async-trait",9608 "futures 0.3.21",9609 "futures-timer",9610 "libp2p",9611 "log",9612 "parking_lot 0.12.0",9613 "sc-client-api",9614 "sc-utils",9615 "serde",9616 "sp-api",9617 "sp-blockchain",9618 "sp-consensus",9619 "sp-core",9620 "sp-runtime",9621 "sp-state-machine",9622 "substrate-prometheus-endpoint",9623 "thiserror",9624]96259626[[package]]9627name = "sc-consensus-aura"9628version = "0.10.0-dev"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9630dependencies = [9631 "async-trait",9632 "futures 0.3.21",9633 "log",9634 "parity-scale-codec",9635 "sc-block-builder",9636 "sc-client-api",9637 "sc-consensus",9638 "sc-consensus-slots",9639 "sc-telemetry",9640 "sp-api",9641 "sp-application-crypto",9642 "sp-block-builder",9643 "sp-blockchain",9644 "sp-consensus",9645 "sp-consensus-aura",9646 "sp-consensus-slots",9647 "sp-core",9648 "sp-inherents",9649 "sp-keystore",9650 "sp-runtime",9651 "substrate-prometheus-endpoint",9652 "thiserror",9653]96549655[[package]]9656name = "sc-consensus-babe"9657version = "0.10.0-dev"9658source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9659dependencies = [9660 "async-trait",9661 "fork-tree",9662 "futures 0.3.21",9663 "log",9664 "merlin",9665 "num-bigint",9666 "num-rational 0.2.4",9667 "num-traits",9668 "parity-scale-codec",9669 "parking_lot 0.12.0",9670 "rand 0.7.3",9671 "retain_mut",9672 "sc-client-api",9673 "sc-consensus",9674 "sc-consensus-epochs",9675 "sc-consensus-slots",9676 "sc-keystore",9677 "sc-telemetry",9678 "schnorrkel",9679 "serde",9680 "sp-api",9681 "sp-application-crypto",9682 "sp-block-builder",9683 "sp-blockchain",9684 "sp-consensus",9685 "sp-consensus-babe",9686 "sp-consensus-slots",9687 "sp-consensus-vrf",9688 "sp-core",9689 "sp-inherents",9690 "sp-io",9691 "sp-keystore",9692 "sp-runtime",9693 "sp-version",9694 "substrate-prometheus-endpoint",9695 "thiserror",9696]96979698[[package]]9699name = "sc-consensus-babe-rpc"9700version = "0.10.0-dev"9701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9702dependencies = [9703 "futures 0.3.21",9704 "jsonrpc-core",9705 "jsonrpc-core-client",9706 "jsonrpc-derive",9707 "sc-consensus-babe",9708 "sc-consensus-epochs",9709 "sc-rpc-api",9710 "serde",9711 "sp-api",9712 "sp-application-crypto",9713 "sp-blockchain",9714 "sp-consensus",9715 "sp-consensus-babe",9716 "sp-core",9717 "sp-keystore",9718 "sp-runtime",9719 "thiserror",9720]97219722[[package]]9723name = "sc-consensus-epochs"9724version = "0.10.0-dev"9725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9726dependencies = [9727 "fork-tree",9728 "parity-scale-codec",9729 "sc-client-api",9730 "sc-consensus",9731 "sp-blockchain",9732 "sp-runtime",9733]97349735[[package]]9736name = "sc-consensus-manual-seal"9737version = "0.10.0-dev"9738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9739dependencies = [9740 "assert_matches",9741 "async-trait",9742 "futures 0.3.21",9743 "jsonrpc-core",9744 "jsonrpc-core-client",9745 "jsonrpc-derive",9746 "log",9747 "parity-scale-codec",9748 "sc-client-api",9749 "sc-consensus",9750 "sc-consensus-aura",9751 "sc-consensus-babe",9752 "sc-consensus-epochs",9753 "sc-transaction-pool",9754 "sc-transaction-pool-api",9755 "serde",9756 "sp-api",9757 "sp-blockchain",9758 "sp-consensus",9759 "sp-consensus-aura",9760 "sp-consensus-babe",9761 "sp-consensus-slots",9762 "sp-core",9763 "sp-inherents",9764 "sp-keystore",9765 "sp-runtime",9766 "sp-timestamp",9767 "substrate-prometheus-endpoint",9768 "thiserror",9769]97709771[[package]]9772name = "sc-consensus-slots"9773version = "0.10.0-dev"9774source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9775dependencies = [9776 "async-trait",9777 "futures 0.3.21",9778 "futures-timer",9779 "log",9780 "parity-scale-codec",9781 "sc-client-api",9782 "sc-consensus",9783 "sc-telemetry",9784 "sp-arithmetic",9785 "sp-blockchain",9786 "sp-consensus",9787 "sp-consensus-slots",9788 "sp-core",9789 "sp-inherents",9790 "sp-runtime",9791 "sp-state-machine",9792 "sp-timestamp",9793 "thiserror",9794]97959796[[package]]9797name = "sc-consensus-uncles"9798version = "0.10.0-dev"9799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9800dependencies = [9801 "sc-client-api",9802 "sp-authorship",9803 "sp-runtime",9804 "thiserror",9805]98069807[[package]]9808name = "sc-executor"9809version = "0.10.0-dev"9810source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9811dependencies = [9812 "lazy_static",9813 "lru 0.6.6",9814 "parity-scale-codec",9815 "parking_lot 0.12.0",9816 "sc-executor-common",9817 "sc-executor-wasmi",9818 "sc-executor-wasmtime",9819 "sp-api",9820 "sp-core",9821 "sp-core-hashing-proc-macro",9822 "sp-externalities",9823 "sp-io",9824 "sp-panic-handler",9825 "sp-runtime-interface",9826 "sp-tasks",9827 "sp-trie",9828 "sp-version",9829 "sp-wasm-interface",9830 "tracing",9831 "wasmi",9832]98339834[[package]]9835name = "sc-executor-common"9836version = "0.10.0-dev"9837source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9838dependencies = [9839 "environmental",9840 "parity-scale-codec",9841 "sc-allocator",9842 "sp-core",9843 "sp-maybe-compressed-blob",9844 "sp-serializer",9845 "sp-wasm-interface",9846 "thiserror",9847 "wasm-instrument",9848 "wasmi",9849]98509851[[package]]9852name = "sc-executor-wasmi"9853version = "0.10.0-dev"9854source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9855dependencies = [9856 "log",9857 "parity-scale-codec",9858 "sc-allocator",9859 "sc-executor-common",9860 "scoped-tls",9861 "sp-core",9862 "sp-runtime-interface",9863 "sp-wasm-interface",9864 "wasmi",9865]98669867[[package]]9868name = "sc-executor-wasmtime"9869version = "0.10.0-dev"9870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9871dependencies = [9872 "cfg-if 1.0.0",9873 "libc",9874 "log",9875 "parity-scale-codec",9876 "parity-wasm 0.42.2",9877 "sc-allocator",9878 "sc-executor-common",9879 "sp-core",9880 "sp-runtime-interface",9881 "sp-wasm-interface",9882 "wasmtime",9883]98849885[[package]]9886name = "sc-finality-grandpa"9887version = "0.10.0-dev"9888source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9889dependencies = [9890 "ahash",9891 "async-trait",9892 "dyn-clone",9893 "finality-grandpa",9894 "fork-tree",9895 "futures 0.3.21",9896 "futures-timer",9897 "hex",9898 "log",9899 "parity-scale-codec",9900 "parking_lot 0.12.0",9901 "rand 0.8.5",9902 "sc-block-builder",9903 "sc-chain-spec",9904 "sc-client-api",9905 "sc-consensus",9906 "sc-keystore",9907 "sc-network",9908 "sc-network-gossip",9909 "sc-telemetry",9910 "sc-utils",9911 "serde_json",9912 "sp-api",9913 "sp-application-crypto",9914 "sp-arithmetic",9915 "sp-blockchain",9916 "sp-consensus",9917 "sp-core",9918 "sp-finality-grandpa",9919 "sp-keystore",9920 "sp-runtime",9921 "substrate-prometheus-endpoint",9922 "thiserror",9923]99249925[[package]]9926name = "sc-finality-grandpa-rpc"9927version = "0.10.0-dev"9928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9929dependencies = [9930 "finality-grandpa",9931 "futures 0.3.21",9932 "jsonrpc-core",9933 "jsonrpc-core-client",9934 "jsonrpc-derive",9935 "jsonrpc-pubsub",9936 "log",9937 "parity-scale-codec",9938 "sc-client-api",9939 "sc-finality-grandpa",9940 "sc-rpc",9941 "serde",9942 "serde_json",9943 "sp-blockchain",9944 "sp-core",9945 "sp-runtime",9946 "thiserror",9947]99489949[[package]]9950name = "sc-informant"9951version = "0.10.0-dev"9952source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9953dependencies = [9954 "ansi_term",9955 "futures 0.3.21",9956 "futures-timer",9957 "log",9958 "parity-util-mem",9959 "sc-client-api",9960 "sc-network",9961 "sc-transaction-pool-api",9962 "sp-blockchain",9963 "sp-runtime",9964]99659966[[package]]9967name = "sc-keystore"9968version = "4.0.0-dev"9969source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9970dependencies = [9971 "async-trait",9972 "hex",9973 "parking_lot 0.12.0",9974 "serde_json",9975 "sp-application-crypto",9976 "sp-core",9977 "sp-keystore",9978 "thiserror",9979]99809981[[package]]9982name = "sc-network"9983version = "0.10.0-dev"9984source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9985dependencies = [9986 "async-trait",9987 "asynchronous-codec 0.5.0",9988 "bitflags",9989 "bytes 1.1.0",9990 "cid",9991 "either",9992 "fnv",9993 "fork-tree",9994 "futures 0.3.21",9995 "futures-timer",9996 "hex",9997 "ip_network",9998 "libp2p",9999 "linked-hash-map",10000 "linked_hash_set",10001 "log",10002 "lru 0.7.5",10003 "parity-scale-codec",10004 "parking_lot 0.12.0",10005 "pin-project 1.0.10",10006 "prost",10007 "prost-build",10008 "rand 0.7.3",10009 "sc-block-builder",10010 "sc-client-api",10011 "sc-consensus",10012 "sc-peerset",10013 "sc-utils",10014 "serde",10015 "serde_json",10016 "smallvec",10017 "sp-arithmetic",10018 "sp-blockchain",10019 "sp-consensus",10020 "sp-core",10021 "sp-finality-grandpa",10022 "sp-runtime",10023 "substrate-prometheus-endpoint",10024 "thiserror",10025 "unsigned-varint 0.6.0",10026 "void",10027 "zeroize",10028]1002910030[[package]]10031name = "sc-network-gossip"10032version = "0.10.0-dev"10033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10034dependencies = [10035 "ahash",10036 "futures 0.3.21",10037 "futures-timer",10038 "libp2p",10039 "log",10040 "lru 0.7.5",10041 "sc-network",10042 "sp-runtime",10043 "substrate-prometheus-endpoint",10044 "tracing",10045]1004610047[[package]]10048name = "sc-offchain"10049version = "4.0.0-dev"10050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10051dependencies = [10052 "bytes 1.1.0",10053 "fnv",10054 "futures 0.3.21",10055 "futures-timer",10056 "hex",10057 "hyper",10058 "hyper-rustls 0.22.1",10059 "num_cpus",10060 "once_cell",10061 "parity-scale-codec",10062 "parking_lot 0.12.0",10063 "rand 0.7.3",10064 "sc-client-api",10065 "sc-network",10066 "sc-utils",10067 "sp-api",10068 "sp-core",10069 "sp-offchain",10070 "sp-runtime",10071 "threadpool",10072 "tracing",10073]1007410075[[package]]10076name = "sc-peerset"10077version = "4.0.0-dev"10078source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10079dependencies = [10080 "futures 0.3.21",10081 "libp2p",10082 "log",10083 "sc-utils",10084 "serde_json",10085 "wasm-timer",10086]1008710088[[package]]10089name = "sc-proposer-metrics"10090version = "0.10.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10092dependencies = [10093 "log",10094 "substrate-prometheus-endpoint",10095]1009610097[[package]]10098name = "sc-rpc"10099version = "4.0.0-dev"10100source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10101dependencies = [10102 "futures 0.3.21",10103 "hash-db",10104 "jsonrpc-core",10105 "jsonrpc-pubsub",10106 "log",10107 "parity-scale-codec",10108 "parking_lot 0.12.0",10109 "sc-block-builder",10110 "sc-chain-spec",10111 "sc-client-api",10112 "sc-rpc-api",10113 "sc-tracing",10114 "sc-transaction-pool-api",10115 "sc-utils",10116 "serde_json",10117 "sp-api",10118 "sp-blockchain",10119 "sp-core",10120 "sp-keystore",10121 "sp-offchain",10122 "sp-rpc",10123 "sp-runtime",10124 "sp-session",10125 "sp-version",10126]1012710128[[package]]10129name = "sc-rpc-api"10130version = "0.10.0-dev"10131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10132dependencies = [10133 "futures 0.3.21",10134 "jsonrpc-core",10135 "jsonrpc-core-client",10136 "jsonrpc-derive",10137 "jsonrpc-pubsub",10138 "log",10139 "parity-scale-codec",10140 "parking_lot 0.12.0",10141 "sc-chain-spec",10142 "sc-transaction-pool-api",10143 "serde",10144 "serde_json",10145 "sp-core",10146 "sp-rpc",10147 "sp-runtime",10148 "sp-tracing",10149 "sp-version",10150 "thiserror",10151]1015210153[[package]]10154name = "sc-rpc-server"10155version = "4.0.0-dev"10156source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10157dependencies = [10158 "futures 0.3.21",10159 "jsonrpc-core",10160 "jsonrpc-http-server",10161 "jsonrpc-ipc-server",10162 "jsonrpc-pubsub",10163 "jsonrpc-ws-server",10164 "log",10165 "serde_json",10166 "substrate-prometheus-endpoint",10167 "tokio 1.17.0",10168]1016910170[[package]]10171name = "sc-service"10172version = "0.10.0-dev"10173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10174dependencies = [10175 "async-trait",10176 "directories",10177 "exit-future",10178 "futures 0.3.21",10179 "futures-timer",10180 "hash-db",10181 "jsonrpc-core",10182 "jsonrpc-pubsub",10183 "log",10184 "parity-scale-codec",10185 "parity-util-mem",10186 "parking_lot 0.12.0",10187 "pin-project 1.0.10",10188 "rand 0.7.3",10189 "sc-block-builder",10190 "sc-chain-spec",10191 "sc-client-api",10192 "sc-client-db",10193 "sc-consensus",10194 "sc-executor",10195 "sc-informant",10196 "sc-keystore",10197 "sc-network",10198 "sc-offchain",10199 "sc-rpc",10200 "sc-rpc-server",10201 "sc-telemetry",10202 "sc-tracing",10203 "sc-transaction-pool",10204 "sc-transaction-pool-api",10205 "sc-utils",10206 "serde",10207 "serde_json",10208 "sp-api",10209 "sp-application-crypto",10210 "sp-block-builder",10211 "sp-blockchain",10212 "sp-consensus",10213 "sp-core",10214 "sp-externalities",10215 "sp-inherents",10216 "sp-keystore",10217 "sp-runtime",10218 "sp-session",10219 "sp-state-machine",10220 "sp-storage",10221 "sp-tracing",10222 "sp-transaction-pool",10223 "sp-transaction-storage-proof",10224 "sp-trie",10225 "sp-version",10226 "substrate-prometheus-endpoint",10227 "tempfile",10228 "thiserror",10229 "tokio 1.17.0",10230 "tracing",10231 "tracing-futures",10232]1023310234[[package]]10235name = "sc-state-db"10236version = "0.10.0-dev"10237source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10238dependencies = [10239 "log",10240 "parity-scale-codec",10241 "parity-util-mem",10242 "parity-util-mem-derive",10243 "parking_lot 0.12.0",10244 "sc-client-api",10245 "sp-core",10246]1024710248[[package]]10249name = "sc-sync-state-rpc"10250version = "0.10.0-dev"10251source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10252dependencies = [10253 "jsonrpc-core",10254 "jsonrpc-core-client",10255 "jsonrpc-derive",10256 "parity-scale-codec",10257 "sc-chain-spec",10258 "sc-client-api",10259 "sc-consensus-babe",10260 "sc-consensus-epochs",10261 "sc-finality-grandpa",10262 "serde",10263 "serde_json",10264 "sp-blockchain",10265 "sp-runtime",10266 "thiserror",10267]1026810269[[package]]10270name = "sc-telemetry"10271version = "4.0.0-dev"10272source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10273dependencies = [10274 "chrono",10275 "futures 0.3.21",10276 "libp2p",10277 "log",10278 "parking_lot 0.12.0",10279 "pin-project 1.0.10",10280 "rand 0.7.3",10281 "serde",10282 "serde_json",10283 "thiserror",10284 "wasm-timer",10285]1028610287[[package]]10288name = "sc-tracing"10289version = "4.0.0-dev"10290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10291dependencies = [10292 "ansi_term",10293 "atty",10294 "chrono",10295 "lazy_static",10296 "libc",10297 "log",10298 "once_cell",10299 "parking_lot 0.12.0",10300 "regex",10301 "rustc-hash",10302 "sc-client-api",10303 "sc-rpc-server",10304 "sc-tracing-proc-macro",10305 "serde",10306 "sp-api",10307 "sp-blockchain",10308 "sp-core",10309 "sp-rpc",10310 "sp-runtime",10311 "sp-tracing",10312 "thiserror",10313 "tracing",10314 "tracing-log",10315 "tracing-subscriber",10316]1031710318[[package]]10319name = "sc-tracing-proc-macro"10320version = "4.0.0-dev"10321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10322dependencies = [10323 "proc-macro-crate 1.1.3",10324 "proc-macro2",10325 "quote",10326 "syn",10327]1032810329[[package]]10330name = "sc-transaction-pool"10331version = "4.0.0-dev"10332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10333dependencies = [10334 "futures 0.3.21",10335 "futures-timer",10336 "linked-hash-map",10337 "log",10338 "parity-scale-codec",10339 "parity-util-mem",10340 "parking_lot 0.12.0",10341 "retain_mut",10342 "sc-client-api",10343 "sc-transaction-pool-api",10344 "sc-utils",10345 "serde",10346 "sp-api",10347 "sp-blockchain",10348 "sp-core",10349 "sp-runtime",10350 "sp-tracing",10351 "sp-transaction-pool",10352 "substrate-prometheus-endpoint",10353 "thiserror",10354]1035510356[[package]]10357name = "sc-transaction-pool-api"10358version = "4.0.0-dev"10359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10360dependencies = [10361 "futures 0.3.21",10362 "log",10363 "serde",10364 "sp-blockchain",10365 "sp-runtime",10366 "thiserror",10367]1036810369[[package]]10370name = "sc-utils"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 "futures-timer",10376 "lazy_static",10377 "log",10378 "parking_lot 0.12.0",10379 "prometheus",10380]1038110382[[package]]10383name = "scale-info"10384version = "2.0.1"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10387dependencies = [10388 "bitvec",10389 "cfg-if 1.0.0",10390 "derive_more",10391 "parity-scale-codec",10392 "scale-info-derive",10393 "serde",10394]1039510396[[package]]10397name = "scale-info-derive"10398version = "2.0.0"10399source = "registry+https://github.com/rust-lang/crates.io-index"10400checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10401dependencies = [10402 "proc-macro-crate 1.1.3",10403 "proc-macro2",10404 "quote",10405 "syn",10406]1040710408[[package]]10409name = "schannel"10410version = "0.1.19"10411source = "registry+https://github.com/rust-lang/crates.io-index"10412checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10413dependencies = [10414 "lazy_static",10415 "winapi 0.3.9",10416]1041710418[[package]]10419name = "schnorrkel"10420version = "0.9.1"10421source = "registry+https://github.com/rust-lang/crates.io-index"10422checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10423dependencies = [10424 "arrayref",10425 "arrayvec 0.5.2",10426 "curve25519-dalek 2.1.3",10427 "getrandom 0.1.16",10428 "merlin",10429 "rand 0.7.3",10430 "rand_core 0.5.1",10431 "sha2 0.8.2",10432 "subtle 2.4.1",10433 "zeroize",10434]1043510436[[package]]10437name = "scoped-tls"10438version = "1.0.0"10439source = "registry+https://github.com/rust-lang/crates.io-index"10440checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1044110442[[package]]10443name = "scopeguard"10444version = "1.1.0"10445source = "registry+https://github.com/rust-lang/crates.io-index"10446checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1044710448[[package]]10449name = "sct"10450version = "0.6.1"10451source = "registry+https://github.com/rust-lang/crates.io-index"10452checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10453dependencies = [10454 "ring",10455 "untrusted",10456]1045710458[[package]]10459name = "sct"10460version = "0.7.0"10461source = "registry+https://github.com/rust-lang/crates.io-index"10462checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10463dependencies = [10464 "ring",10465 "untrusted",10466]1046710468[[package]]10469name = "sec1"10470version = "0.2.1"10471source = "registry+https://github.com/rust-lang/crates.io-index"10472checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10473dependencies = [10474 "der",10475 "generic-array 0.14.5",10476 "pkcs8",10477 "subtle 2.4.1",10478 "zeroize",10479]1048010481[[package]]10482name = "secp256k1"10483version = "0.21.3"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10486dependencies = [10487 "secp256k1-sys",10488]1048910490[[package]]10491name = "secp256k1-sys"10492version = "0.4.2"10493source = "registry+https://github.com/rust-lang/crates.io-index"10494checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10495dependencies = [10496 "cc",10497]1049810499[[package]]10500name = "secrecy"10501version = "0.8.0"10502source = "registry+https://github.com/rust-lang/crates.io-index"10503checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10504dependencies = [10505 "zeroize",10506]1050710508[[package]]10509name = "security-framework"10510version = "2.6.1"10511source = "registry+https://github.com/rust-lang/crates.io-index"10512checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10513dependencies = [10514 "bitflags",10515 "core-foundation",10516 "core-foundation-sys",10517 "libc",10518 "security-framework-sys",10519]1052010521[[package]]10522name = "security-framework-sys"10523version = "2.6.1"10524source = "registry+https://github.com/rust-lang/crates.io-index"10525checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10526dependencies = [10527 "core-foundation-sys",10528 "libc",10529]1053010531[[package]]10532name = "semver"10533version = "0.6.0"10534source = "registry+https://github.com/rust-lang/crates.io-index"10535checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10536dependencies = [10537 "semver-parser 0.7.0",10538]1053910540[[package]]10541name = "semver"10542version = "0.9.0"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10545dependencies = [10546 "semver-parser 0.7.0",10547]1054810549[[package]]10550name = "semver"10551version = "0.11.0"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10554dependencies = [10555 "semver-parser 0.10.2",10556]1055710558[[package]]10559name = "semver"10560version = "1.0.7"10561source = "registry+https://github.com/rust-lang/crates.io-index"10562checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10563dependencies = [10564 "serde",10565]1056610567[[package]]10568name = "semver-parser"10569version = "0.7.0"10570source = "registry+https://github.com/rust-lang/crates.io-index"10571checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1057210573[[package]]10574name = "semver-parser"10575version = "0.10.2"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10578dependencies = [10579 "pest",10580]1058110582[[package]]10583name = "serde"10584version = "1.0.136"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10587dependencies = [10588 "serde_derive",10589]1059010591[[package]]10592name = "serde_derive"10593version = "1.0.136"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10596dependencies = [10597 "proc-macro2",10598 "quote",10599 "syn",10600]1060110602[[package]]10603name = "serde_json"10604version = "1.0.79"10605source = "registry+https://github.com/rust-lang/crates.io-index"10606checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10607dependencies = [10608 "itoa 1.0.1",10609 "ryu",10610 "serde",10611]1061210613[[package]]10614name = "serde_nanos"10615version = "0.1.2"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10618dependencies = [10619 "serde",10620]1062110622[[package]]10623name = "sha-1"10624version = "0.8.2"10625source = "registry+https://github.com/rust-lang/crates.io-index"10626checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10627dependencies = [10628 "block-buffer 0.7.3",10629 "digest 0.8.1",10630 "fake-simd",10631 "opaque-debug 0.2.3",10632]1063310634[[package]]10635name = "sha-1"10636version = "0.9.8"10637source = "registry+https://github.com/rust-lang/crates.io-index"10638checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10639dependencies = [10640 "block-buffer 0.9.0",10641 "cfg-if 1.0.0",10642 "cpufeatures 0.2.2",10643 "digest 0.9.0",10644 "opaque-debug 0.3.0",10645]1064610647[[package]]10648name = "sha2"10649version = "0.8.2"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10652dependencies = [10653 "block-buffer 0.7.3",10654 "digest 0.8.1",10655 "fake-simd",10656 "opaque-debug 0.2.3",10657]1065810659[[package]]10660name = "sha2"10661version = "0.9.9"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10664dependencies = [10665 "block-buffer 0.9.0",10666 "cfg-if 1.0.0",10667 "cpufeatures 0.2.2",10668 "digest 0.9.0",10669 "opaque-debug 0.3.0",10670]1067110672[[package]]10673name = "sha2"10674version = "0.10.2"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10677dependencies = [10678 "cfg-if 1.0.0",10679 "cpufeatures 0.2.2",10680 "digest 0.10.3",10681]1068210683[[package]]10684name = "sha3"10685version = "0.8.2"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10688dependencies = [10689 "block-buffer 0.7.3",10690 "byte-tools",10691 "digest 0.8.1",10692 "keccak",10693 "opaque-debug 0.2.3",10694]1069510696[[package]]10697name = "sha3"10698version = "0.9.1"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10701dependencies = [10702 "block-buffer 0.9.0",10703 "digest 0.9.0",10704 "keccak",10705 "opaque-debug 0.3.0",10706]1070710708[[package]]10709name = "sha3"10710version = "0.10.1"10711source = "registry+https://github.com/rust-lang/crates.io-index"10712checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10713dependencies = [10714 "digest 0.10.3",10715 "keccak",10716]1071710718[[package]]10719name = "sharded-slab"10720version = "0.1.4"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10723dependencies = [10724 "lazy_static",10725]1072610727[[package]]10728name = "shlex"10729version = "1.1.0"10730source = "registry+https://github.com/rust-lang/crates.io-index"10731checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1073210733[[package]]10734name = "signal-hook"10735version = "0.3.13"10736source = "registry+https://github.com/rust-lang/crates.io-index"10737checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10738dependencies = [10739 "libc",10740 "signal-hook-registry",10741]1074210743[[package]]10744name = "signal-hook-registry"10745version = "1.4.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10748dependencies = [10749 "libc",10750]1075110752[[package]]10753name = "signature"10754version = "1.4.0"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10757dependencies = [10758 "rand_core 0.6.3",10759]1076010761[[package]]10762name = "simba"10763version = "0.5.1"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10766dependencies = [10767 "approx",10768 "num-complex",10769 "num-traits",10770 "paste",10771]1077210773[[package]]10774name = "slab"10775version = "0.4.6"10776source = "registry+https://github.com/rust-lang/crates.io-index"10777checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1077810779[[package]]10780name = "slot-range-helper"10781version = "0.9.18"10782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10783dependencies = [10784 "enumn",10785 "parity-scale-codec",10786 "paste",10787 "sp-runtime",10788 "sp-std",10789]1079010791[[package]]10792name = "slotmap"10793version = "1.0.6"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10796dependencies = [10797 "version_check",10798]1079910800[[package]]10801name = "smallvec"10802version = "1.8.0"10803source = "registry+https://github.com/rust-lang/crates.io-index"10804checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1080510806[[package]]10807name = "snap"10808version = "1.0.5"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1081110812[[package]]10813name = "snow"10814version = "0.8.0"10815source = "registry+https://github.com/rust-lang/crates.io-index"10816checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10817dependencies = [10818 "aes-gcm",10819 "blake2 0.9.2",10820 "chacha20poly1305",10821 "rand 0.8.5",10822 "rand_core 0.6.3",10823 "ring",10824 "rustc_version 0.3.3",10825 "sha2 0.9.9",10826 "subtle 2.4.1",10827 "x25519-dalek",10828]1082910830[[package]]10831name = "socket2"10832version = "0.3.19"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10835dependencies = [10836 "cfg-if 1.0.0",10837 "libc",10838 "winapi 0.3.9",10839]1084010841[[package]]10842name = "socket2"10843version = "0.4.4"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10846dependencies = [10847 "libc",10848 "winapi 0.3.9",10849]1085010851[[package]]10852name = "soketto"10853version = "0.7.1"10854source = "registry+https://github.com/rust-lang/crates.io-index"10855checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10856dependencies = [10857 "base64",10858 "bytes 1.1.0",10859 "flate2",10860 "futures 0.3.21",10861 "httparse",10862 "log",10863 "rand 0.8.5",10864 "sha-1 0.9.8",10865]1086610867[[package]]10868name = "sp-api"10869version = "4.0.0-dev"10870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10871dependencies = [10872 "hash-db",10873 "log",10874 "parity-scale-codec",10875 "sp-api-proc-macro",10876 "sp-core",10877 "sp-runtime",10878 "sp-state-machine",10879 "sp-std",10880 "sp-version",10881 "thiserror",10882]1088310884[[package]]10885name = "sp-api-proc-macro"10886version = "4.0.0-dev"10887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10888dependencies = [10889 "blake2 0.10.4",10890 "proc-macro-crate 1.1.3",10891 "proc-macro2",10892 "quote",10893 "syn",10894]1089510896[[package]]10897name = "sp-application-crypto"10898version = "6.0.0"10899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10900dependencies = [10901 "parity-scale-codec",10902 "scale-info",10903 "serde",10904 "sp-core",10905 "sp-io",10906 "sp-std",10907]1090810909[[package]]10910name = "sp-arithmetic"10911version = "5.0.0"10912source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10913dependencies = [10914 "integer-sqrt",10915 "num-traits",10916 "parity-scale-codec",10917 "scale-info",10918 "serde",10919 "sp-debug-derive",10920 "sp-std",10921 "static_assertions",10922]1092310924[[package]]10925name = "sp-authority-discovery"10926version = "4.0.0-dev"10927source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10928dependencies = [10929 "parity-scale-codec",10930 "scale-info",10931 "sp-api",10932 "sp-application-crypto",10933 "sp-runtime",10934 "sp-std",10935]1093610937[[package]]10938name = "sp-authorship"10939version = "4.0.0-dev"10940source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10941dependencies = [10942 "async-trait",10943 "parity-scale-codec",10944 "sp-inherents",10945 "sp-runtime",10946 "sp-std",10947]1094810949[[package]]10950name = "sp-block-builder"10951version = "4.0.0-dev"10952source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10953dependencies = [10954 "parity-scale-codec",10955 "sp-api",10956 "sp-inherents",10957 "sp-runtime",10958 "sp-std",10959]1096010961[[package]]10962name = "sp-blockchain"10963version = "4.0.0-dev"10964source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10965dependencies = [10966 "futures 0.3.21",10967 "log",10968 "lru 0.7.5",10969 "parity-scale-codec",10970 "parking_lot 0.12.0",10971 "sp-api",10972 "sp-consensus",10973 "sp-database",10974 "sp-runtime",10975 "sp-state-machine",10976 "thiserror",10977]1097810979[[package]]10980name = "sp-consensus"10981version = "0.10.0-dev"10982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10983dependencies = [10984 "async-trait",10985 "futures 0.3.21",10986 "futures-timer",10987 "log",10988 "parity-scale-codec",10989 "sp-core",10990 "sp-inherents",10991 "sp-runtime",10992 "sp-state-machine",10993 "sp-std",10994 "sp-version",10995 "thiserror",10996]1099710998[[package]]10999name = "sp-consensus-aura"11000version = "0.10.0-dev"11001source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11002dependencies = [11003 "async-trait",11004 "parity-scale-codec",11005 "scale-info",11006 "sp-api",11007 "sp-application-crypto",11008 "sp-consensus",11009 "sp-consensus-slots",11010 "sp-inherents",11011 "sp-runtime",11012 "sp-std",11013 "sp-timestamp",11014]1101511016[[package]]11017name = "sp-consensus-babe"11018version = "0.10.0-dev"11019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11020dependencies = [11021 "async-trait",11022 "merlin",11023 "parity-scale-codec",11024 "scale-info",11025 "serde",11026 "sp-api",11027 "sp-application-crypto",11028 "sp-consensus",11029 "sp-consensus-slots",11030 "sp-consensus-vrf",11031 "sp-core",11032 "sp-inherents",11033 "sp-keystore",11034 "sp-runtime",11035 "sp-std",11036 "sp-timestamp",11037]1103811039[[package]]11040name = "sp-consensus-slots"11041version = "0.10.0-dev"11042source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11043dependencies = [11044 "parity-scale-codec",11045 "scale-info",11046 "serde",11047 "sp-arithmetic",11048 "sp-runtime",11049 "sp-std",11050 "sp-timestamp",11051]1105211053[[package]]11054name = "sp-consensus-vrf"11055version = "0.10.0-dev"11056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11057dependencies = [11058 "parity-scale-codec",11059 "schnorrkel",11060 "sp-core",11061 "sp-runtime",11062 "sp-std",11063]1106411065[[package]]11066name = "sp-core"11067version = "6.0.0"11068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11069dependencies = [11070 "base58",11071 "bitflags",11072 "blake2-rfc",11073 "byteorder",11074 "dyn-clonable",11075 "ed25519-dalek",11076 "futures 0.3.21",11077 "hash-db",11078 "hash256-std-hasher",11079 "hex",11080 "impl-serde",11081 "lazy_static",11082 "libsecp256k1 0.7.0",11083 "log",11084 "merlin",11085 "num-traits",11086 "parity-scale-codec",11087 "parity-util-mem",11088 "parking_lot 0.12.0",11089 "primitive-types",11090 "rand 0.7.3",11091 "regex",11092 "scale-info",11093 "schnorrkel",11094 "secp256k1",11095 "secrecy",11096 "serde",11097 "sp-core-hashing",11098 "sp-debug-derive",11099 "sp-externalities",11100 "sp-runtime-interface",11101 "sp-std",11102 "sp-storage",11103 "ss58-registry",11104 "substrate-bip39",11105 "thiserror",11106 "tiny-bip39",11107 "wasmi",11108 "zeroize",11109]1111011111[[package]]11112name = "sp-core-hashing"11113version = "4.0.0"11114source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11115dependencies = [11116 "blake2 0.10.4",11117 "byteorder",11118 "digest 0.10.3",11119 "sha2 0.10.2",11120 "sha3 0.10.1",11121 "sp-std",11122 "twox-hash",11123]1112411125[[package]]11126name = "sp-core-hashing-proc-macro"11127version = "5.0.0"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11129dependencies = [11130 "proc-macro2",11131 "quote",11132 "sp-core-hashing",11133 "syn",11134]1113511136[[package]]11137name = "sp-database"11138version = "4.0.0-dev"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11140dependencies = [11141 "kvdb",11142 "parking_lot 0.12.0",11143]1114411145[[package]]11146name = "sp-debug-derive"11147version = "4.0.0"11148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11149dependencies = [11150 "proc-macro2",11151 "quote",11152 "syn",11153]1115411155[[package]]11156name = "sp-externalities"11157version = "0.12.0"11158source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11159dependencies = [11160 "environmental",11161 "parity-scale-codec",11162 "sp-std",11163 "sp-storage",11164]1116511166[[package]]11167name = "sp-finality-grandpa"11168version = "4.0.0-dev"11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11170dependencies = [11171 "finality-grandpa",11172 "log",11173 "parity-scale-codec",11174 "scale-info",11175 "serde",11176 "sp-api",11177 "sp-application-crypto",11178 "sp-core",11179 "sp-keystore",11180 "sp-runtime",11181 "sp-std",11182]1118311184[[package]]11185name = "sp-inherents"11186version = "4.0.0-dev"11187source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11188dependencies = [11189 "async-trait",11190 "impl-trait-for-tuples",11191 "parity-scale-codec",11192 "sp-core",11193 "sp-runtime",11194 "sp-std",11195 "thiserror",11196]1119711198[[package]]11199name = "sp-io"11200version = "6.0.0"11201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11202dependencies = [11203 "futures 0.3.21",11204 "hash-db",11205 "libsecp256k1 0.7.0",11206 "log",11207 "parity-scale-codec",11208 "parking_lot 0.12.0",11209 "secp256k1",11210 "sp-core",11211 "sp-externalities",11212 "sp-keystore",11213 "sp-runtime-interface",11214 "sp-state-machine",11215 "sp-std",11216 "sp-tracing",11217 "sp-trie",11218 "sp-wasm-interface",11219 "tracing",11220 "tracing-core",11221]1122211223[[package]]11224name = "sp-keyring"11225version = "6.0.0"11226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11227dependencies = [11228 "lazy_static",11229 "sp-core",11230 "sp-runtime",11231 "strum 0.23.0",11232]1123311234[[package]]11235name = "sp-keystore"11236version = "0.12.0"11237source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11238dependencies = [11239 "async-trait",11240 "futures 0.3.21",11241 "merlin",11242 "parity-scale-codec",11243 "parking_lot 0.12.0",11244 "schnorrkel",11245 "serde",11246 "sp-core",11247 "sp-externalities",11248 "thiserror",11249]1125011251[[package]]11252name = "sp-maybe-compressed-blob"11253version = "4.1.0-dev"11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11255dependencies = [11256 "thiserror",11257 "zstd",11258]1125911260[[package]]11261name = "sp-npos-elections"11262version = "4.0.0-dev"11263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11264dependencies = [11265 "parity-scale-codec",11266 "scale-info",11267 "serde",11268 "sp-arithmetic",11269 "sp-core",11270 "sp-npos-elections-solution-type",11271 "sp-runtime",11272 "sp-std",11273]1127411275[[package]]11276name = "sp-npos-elections-solution-type"11277version = "4.0.0-dev"11278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11279dependencies = [11280 "proc-macro-crate 1.1.3",11281 "proc-macro2",11282 "quote",11283 "syn",11284]1128511286[[package]]11287name = "sp-offchain"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11290dependencies = [11291 "sp-api",11292 "sp-core",11293 "sp-runtime",11294]1129511296[[package]]11297name = "sp-panic-handler"11298version = "4.0.0"11299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11300dependencies = [11301 "backtrace",11302 "lazy_static",11303 "regex",11304]1130511306[[package]]11307name = "sp-rpc"11308version = "6.0.0"11309source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11310dependencies = [11311 "rustc-hash",11312 "serde",11313 "sp-core",11314]1131511316[[package]]11317name = "sp-runtime"11318version = "6.0.0"11319source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11320dependencies = [11321 "either",11322 "hash256-std-hasher",11323 "impl-trait-for-tuples",11324 "log",11325 "parity-scale-codec",11326 "parity-util-mem",11327 "paste",11328 "rand 0.7.3",11329 "scale-info",11330 "serde",11331 "sp-application-crypto",11332 "sp-arithmetic",11333 "sp-core",11334 "sp-io",11335 "sp-std",11336]1133711338[[package]]11339name = "sp-runtime-interface"11340version = "6.0.0"11341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11342dependencies = [11343 "impl-trait-for-tuples",11344 "parity-scale-codec",11345 "primitive-types",11346 "sp-externalities",11347 "sp-runtime-interface-proc-macro",11348 "sp-std",11349 "sp-storage",11350 "sp-tracing",11351 "sp-wasm-interface",11352 "static_assertions",11353]1135411355[[package]]11356name = "sp-runtime-interface-proc-macro"11357version = "5.0.0"11358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11359dependencies = [11360 "Inflector",11361 "proc-macro-crate 1.1.3",11362 "proc-macro2",11363 "quote",11364 "syn",11365]1136611367[[package]]11368name = "sp-serializer"11369version = "4.0.0-dev"11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11371dependencies = [11372 "serde",11373 "serde_json",11374]1137511376[[package]]11377name = "sp-session"11378version = "4.0.0-dev"11379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11380dependencies = [11381 "parity-scale-codec",11382 "scale-info",11383 "sp-api",11384 "sp-core",11385 "sp-runtime",11386 "sp-staking",11387 "sp-std",11388]1138911390[[package]]11391name = "sp-staking"11392version = "4.0.0-dev"11393source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11394dependencies = [11395 "parity-scale-codec",11396 "scale-info",11397 "sp-runtime",11398 "sp-std",11399]1140011401[[package]]11402name = "sp-state-machine"11403version = "0.12.0"11404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11405dependencies = [11406 "hash-db",11407 "log",11408 "num-traits",11409 "parity-scale-codec",11410 "parking_lot 0.12.0",11411 "rand 0.7.3",11412 "smallvec",11413 "sp-core",11414 "sp-externalities",11415 "sp-panic-handler",11416 "sp-std",11417 "sp-trie",11418 "thiserror",11419 "tracing",11420 "trie-db",11421 "trie-root",11422]1142311424[[package]]11425name = "sp-std"11426version = "4.0.0"11427source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1142811429[[package]]11430name = "sp-storage"11431version = "6.0.0"11432source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11433dependencies = [11434 "impl-serde",11435 "parity-scale-codec",11436 "ref-cast",11437 "serde",11438 "sp-debug-derive",11439 "sp-std",11440]1144111442[[package]]11443name = "sp-tasks"11444version = "4.0.0-dev"11445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11446dependencies = [11447 "log",11448 "sp-core",11449 "sp-externalities",11450 "sp-io",11451 "sp-runtime-interface",11452 "sp-std",11453]1145411455[[package]]11456name = "sp-timestamp"11457version = "4.0.0-dev"11458source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11459dependencies = [11460 "async-trait",11461 "futures-timer",11462 "log",11463 "parity-scale-codec",11464 "sp-api",11465 "sp-inherents",11466 "sp-runtime",11467 "sp-std",11468 "thiserror",11469]1147011471[[package]]11472name = "sp-tracing"11473version = "5.0.0"11474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11475dependencies = [11476 "parity-scale-codec",11477 "sp-std",11478 "tracing",11479 "tracing-core",11480 "tracing-subscriber",11481]1148211483[[package]]11484name = "sp-transaction-pool"11485version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487dependencies = [11488 "sp-api",11489 "sp-runtime",11490]1149111492[[package]]11493name = "sp-transaction-storage-proof"11494version = "4.0.0-dev"11495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11496dependencies = [11497 "async-trait",11498 "log",11499 "parity-scale-codec",11500 "scale-info",11501 "sp-core",11502 "sp-inherents",11503 "sp-runtime",11504 "sp-std",11505 "sp-trie",11506]1150711508[[package]]11509name = "sp-trie"11510version = "6.0.0"11511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11512dependencies = [11513 "hash-db",11514 "memory-db",11515 "parity-scale-codec",11516 "scale-info",11517 "sp-core",11518 "sp-std",11519 "thiserror",11520 "trie-db",11521 "trie-root",11522]1152311524[[package]]11525name = "sp-version"11526version = "5.0.0"11527source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11528dependencies = [11529 "impl-serde",11530 "parity-scale-codec",11531 "parity-wasm 0.42.2",11532 "scale-info",11533 "serde",11534 "sp-core-hashing-proc-macro",11535 "sp-runtime",11536 "sp-std",11537 "sp-version-proc-macro",11538 "thiserror",11539]1154011541[[package]]11542name = "sp-version-proc-macro"11543version = "4.0.0-dev"11544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11545dependencies = [11546 "parity-scale-codec",11547 "proc-macro2",11548 "quote",11549 "syn",11550]1155111552[[package]]11553name = "sp-wasm-interface"11554version = "6.0.0"11555source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11556dependencies = [11557 "impl-trait-for-tuples",11558 "log",11559 "parity-scale-codec",11560 "sp-std",11561 "wasmi",11562 "wasmtime",11563]1156411565[[package]]11566name = "spin"11567version = "0.5.2"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1157011571[[package]]11572name = "spki"11573version = "0.5.4"11574source = "registry+https://github.com/rust-lang/crates.io-index"11575checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11576dependencies = [11577 "base64ct",11578 "der",11579]1158011581[[package]]11582name = "ss58-registry"11583version = "1.17.0"11584source = "registry+https://github.com/rust-lang/crates.io-index"11585checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11586dependencies = [11587 "Inflector",11588 "num-format",11589 "proc-macro2",11590 "quote",11591 "serde",11592 "serde_json",11593 "unicode-xid",11594]1159511596[[package]]11597name = "stable_deref_trait"11598version = "1.2.0"11599source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1160111602[[package]]11603name = "static_assertions"11604version = "1.1.0"11605source = "registry+https://github.com/rust-lang/crates.io-index"11606checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1160711608[[package]]11609name = "static_init"11610version = "0.5.2"11611source = "registry+https://github.com/rust-lang/crates.io-index"11612checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11613dependencies = [11614 "cfg_aliases",11615 "libc",11616 "parking_lot 0.11.2",11617 "static_init_macro",11618]1161911620[[package]]11621name = "static_init_macro"11622version = "0.5.0"11623source = "registry+https://github.com/rust-lang/crates.io-index"11624checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11625dependencies = [11626 "cfg_aliases",11627 "memchr",11628 "proc-macro2",11629 "quote",11630 "syn",11631]1163211633[[package]]11634name = "statrs"11635version = "0.15.0"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11638dependencies = [11639 "approx",11640 "lazy_static",11641 "nalgebra",11642 "num-traits",11643 "rand 0.8.5",11644]1164511646[[package]]11647name = "strsim"11648version = "0.10.0"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1165111652[[package]]11653name = "struct-versioning"11654version = "0.1.0"11655dependencies = [11656 "quote",11657 "syn",11658]1165911660[[package]]11661name = "strum"11662version = "0.23.0"11663source = "registry+https://github.com/rust-lang/crates.io-index"11664checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11665dependencies = [11666 "strum_macros 0.23.1",11667]1166811669[[package]]11670name = "strum"11671version = "0.24.0"11672source = "registry+https://github.com/rust-lang/crates.io-index"11673checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11674dependencies = [11675 "strum_macros 0.24.0",11676]1167711678[[package]]11679name = "strum_macros"11680version = "0.23.1"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11683dependencies = [11684 "heck 0.3.3",11685 "proc-macro2",11686 "quote",11687 "rustversion",11688 "syn",11689]1169011691[[package]]11692name = "strum_macros"11693version = "0.24.0"11694source = "registry+https://github.com/rust-lang/crates.io-index"11695checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11696dependencies = [11697 "heck 0.4.0",11698 "proc-macro2",11699 "quote",11700 "rustversion",11701 "syn",11702]1170311704[[package]]11705name = "substrate-bip39"11706version = "0.4.4"11707source = "registry+https://github.com/rust-lang/crates.io-index"11708checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11709dependencies = [11710 "hmac 0.11.0",11711 "pbkdf2 0.8.0",11712 "schnorrkel",11713 "sha2 0.9.9",11714 "zeroize",11715]1171611717[[package]]11718name = "substrate-build-script-utils"11719version = "3.0.0"11720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11721dependencies = [11722 "platforms",11723]1172411725[[package]]11726name = "substrate-frame-rpc-system"11727version = "4.0.0-dev"11728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11729dependencies = [11730 "frame-system-rpc-runtime-api",11731 "futures 0.3.21",11732 "jsonrpc-core",11733 "jsonrpc-core-client",11734 "jsonrpc-derive",11735 "log",11736 "parity-scale-codec",11737 "sc-client-api",11738 "sc-rpc-api",11739 "sc-transaction-pool-api",11740 "sp-api",11741 "sp-block-builder",11742 "sp-blockchain",11743 "sp-core",11744 "sp-runtime",11745]1174611747[[package]]11748name = "substrate-prometheus-endpoint"11749version = "0.10.0-dev"11750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11751dependencies = [11752 "futures-util",11753 "hyper",11754 "log",11755 "prometheus",11756 "thiserror",11757 "tokio 1.17.0",11758]1175911760[[package]]11761name = "substrate-test-client"11762version = "2.0.1"11763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11764dependencies = [11765 "async-trait",11766 "futures 0.3.21",11767 "hex",11768 "parity-scale-codec",11769 "sc-client-api",11770 "sc-client-db",11771 "sc-consensus",11772 "sc-executor",11773 "sc-offchain",11774 "sc-service",11775 "serde",11776 "serde_json",11777 "sp-blockchain",11778 "sp-consensus",11779 "sp-core",11780 "sp-keyring",11781 "sp-keystore",11782 "sp-runtime",11783 "sp-state-machine",11784]1178511786[[package]]11787name = "substrate-test-utils"11788version = "4.0.0-dev"11789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11790dependencies = [11791 "futures 0.3.21",11792 "substrate-test-utils-derive",11793 "tokio 1.17.0",11794]1179511796[[package]]11797name = "substrate-test-utils-derive"11798version = "0.10.0-dev"11799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11800dependencies = [11801 "proc-macro-crate 1.1.3",11802 "proc-macro2",11803 "quote",11804 "syn",11805]1180611807[[package]]11808name = "substrate-wasm-builder"11809version = "5.0.0-dev"11810source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11811dependencies = [11812 "ansi_term",11813 "build-helper",11814 "cargo_metadata",11815 "sp-maybe-compressed-blob",11816 "strum 0.23.0",11817 "tempfile",11818 "toml",11819 "walkdir",11820 "wasm-gc-api",11821]1182211823[[package]]11824name = "subtle"11825version = "1.0.0"11826source = "registry+https://github.com/rust-lang/crates.io-index"11827checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1182811829[[package]]11830name = "subtle"11831version = "2.4.1"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1183411835[[package]]11836name = "syn"11837version = "1.0.91"11838source = "registry+https://github.com/rust-lang/crates.io-index"11839checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"11840dependencies = [11841 "proc-macro2",11842 "quote",11843 "unicode-xid",11844]1184511846[[package]]11847name = "synstructure"11848version = "0.12.6"11849source = "registry+https://github.com/rust-lang/crates.io-index"11850checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11851dependencies = [11852 "proc-macro2",11853 "quote",11854 "syn",11855 "unicode-xid",11856]1185711858[[package]]11859name = "tap"11860version = "1.0.1"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1186311864[[package]]11865name = "target-lexicon"11866version = "0.12.3"11867source = "registry+https://github.com/rust-lang/crates.io-index"11868checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1186911870[[package]]11871name = "tempfile"11872version = "3.3.0"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11875dependencies = [11876 "cfg-if 1.0.0",11877 "fastrand",11878 "libc",11879 "redox_syscall",11880 "remove_dir_all",11881 "winapi 0.3.9",11882]1188311884[[package]]11885name = "termcolor"11886version = "1.1.3"11887source = "registry+https://github.com/rust-lang/crates.io-index"11888checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11889dependencies = [11890 "winapi-util",11891]1189211893[[package]]11894name = "test-runtime-constants"11895version = "0.9.18"11896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11897dependencies = [11898 "frame-support",11899 "polkadot-primitives",11900 "polkadot-runtime-common",11901 "smallvec",11902 "sp-runtime",11903]1190411905[[package]]11906name = "textwrap"11907version = "0.15.0"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1191011911[[package]]11912name = "thiserror"11913version = "1.0.30"11914source = "registry+https://github.com/rust-lang/crates.io-index"11915checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11916dependencies = [11917 "thiserror-impl",11918]1191911920[[package]]11921name = "thiserror-impl"11922version = "1.0.30"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11925dependencies = [11926 "proc-macro2",11927 "quote",11928 "syn",11929]1193011931[[package]]11932name = "thread_local"11933version = "1.1.4"11934source = "registry+https://github.com/rust-lang/crates.io-index"11935checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11936dependencies = [11937 "once_cell",11938]1193911940[[package]]11941name = "threadpool"11942version = "1.8.1"11943source = "registry+https://github.com/rust-lang/crates.io-index"11944checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11945dependencies = [11946 "num_cpus",11947]1194811949[[package]]11950name = "thrift"11951version = "0.15.0"11952source = "registry+https://github.com/rust-lang/crates.io-index"11953checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11954dependencies = [11955 "byteorder",11956 "integer-encoding",11957 "log",11958 "ordered-float",11959 "threadpool",11960]1196111962[[package]]11963name = "tikv-jemalloc-sys"11964version = "0.4.3+5.2.1-patched.2"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11967dependencies = [11968 "cc",11969 "fs_extra",11970 "libc",11971]1197211973[[package]]11974name = "time"11975version = "0.1.44"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11978dependencies = [11979 "libc",11980 "wasi 0.10.0+wasi-snapshot-preview1",11981 "winapi 0.3.9",11982]1198311984[[package]]11985name = "tiny-bip39"11986version = "0.8.2"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11989dependencies = [11990 "anyhow",11991 "hmac 0.8.1",11992 "once_cell",11993 "pbkdf2 0.4.0",11994 "rand 0.7.3",11995 "rustc-hash",11996 "sha2 0.9.9",11997 "thiserror",11998 "unicode-normalization",11999 "wasm-bindgen",12000 "zeroize",12001]1200212003[[package]]12004name = "tiny-keccak"12005version = "2.0.2"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12008dependencies = [12009 "crunchy",12010]1201112012[[package]]12013name = "tinyvec"12014version = "1.5.1"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12017dependencies = [12018 "tinyvec_macros",12019]1202012021[[package]]12022name = "tinyvec_macros"12023version = "0.1.0"12024source = "registry+https://github.com/rust-lang/crates.io-index"12025checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1202612027[[package]]12028name = "tokio"12029version = "0.2.25"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12032dependencies = [12033 "bytes 0.5.6",12034 "fnv",12035 "pin-project-lite 0.1.12",12036 "tokio-macros 0.2.6",12037]1203812039[[package]]12040name = "tokio"12041version = "1.17.0"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12044dependencies = [12045 "bytes 1.1.0",12046 "libc",12047 "memchr",12048 "mio 0.8.2",12049 "num_cpus",12050 "once_cell",12051 "parking_lot 0.12.0",12052 "pin-project-lite 0.2.8",12053 "signal-hook-registry",12054 "socket2 0.4.4",12055 "tokio-macros 1.7.0",12056 "winapi 0.3.9",12057]1205812059[[package]]12060name = "tokio-macros"12061version = "0.2.6"12062source = "registry+https://github.com/rust-lang/crates.io-index"12063checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12064dependencies = [12065 "proc-macro2",12066 "quote",12067 "syn",12068]1206912070[[package]]12071name = "tokio-macros"12072version = "1.7.0"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12075dependencies = [12076 "proc-macro2",12077 "quote",12078 "syn",12079]1208012081[[package]]12082name = "tokio-rustls"12083version = "0.22.0"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12086dependencies = [12087 "rustls 0.19.1",12088 "tokio 1.17.0",12089 "webpki 0.21.4",12090]1209112092[[package]]12093name = "tokio-rustls"12094version = "0.23.3"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12097dependencies = [12098 "rustls 0.20.4",12099 "tokio 1.17.0",12100 "webpki 0.22.0",12101]1210212103[[package]]12104name = "tokio-stream"12105version = "0.1.8"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12108dependencies = [12109 "futures-core",12110 "pin-project-lite 0.2.8",12111 "tokio 1.17.0",12112]1211312114[[package]]12115name = "tokio-util"12116version = "0.6.9"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12119dependencies = [12120 "bytes 1.1.0",12121 "futures-core",12122 "futures-io",12123 "futures-sink",12124 "log",12125 "pin-project-lite 0.2.8",12126 "tokio 1.17.0",12127]1212812129[[package]]12130name = "tokio-util"12131version = "0.7.1"12132source = "registry+https://github.com/rust-lang/crates.io-index"12133checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12134dependencies = [12135 "bytes 1.1.0",12136 "futures-core",12137 "futures-sink",12138 "pin-project-lite 0.2.8",12139 "tokio 1.17.0",12140 "tracing",12141]1214212143[[package]]12144name = "toml"12145version = "0.5.8"12146source = "registry+https://github.com/rust-lang/crates.io-index"12147checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12148dependencies = [12149 "serde",12150]1215112152[[package]]12153name = "tower-service"12154version = "0.3.1"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1215712158[[package]]12159name = "tracing"12160version = "0.1.32"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12163dependencies = [12164 "cfg-if 1.0.0",12165 "pin-project-lite 0.2.8",12166 "tracing-attributes",12167 "tracing-core",12168]1216912170[[package]]12171name = "tracing-attributes"12172version = "0.1.20"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12175dependencies = [12176 "proc-macro2",12177 "quote",12178 "syn",12179]1218012181[[package]]12182name = "tracing-core"12183version = "0.1.24"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12186dependencies = [12187 "lazy_static",12188 "valuable",12189]1219012191[[package]]12192name = "tracing-futures"12193version = "0.2.5"12194source = "registry+https://github.com/rust-lang/crates.io-index"12195checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12196dependencies = [12197 "pin-project 1.0.10",12198 "tracing",12199]1220012201[[package]]12202name = "tracing-log"12203version = "0.1.2"12204source = "registry+https://github.com/rust-lang/crates.io-index"12205checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12206dependencies = [12207 "lazy_static",12208 "log",12209 "tracing-core",12210]1221112212[[package]]12213name = "tracing-serde"12214version = "0.1.3"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12217dependencies = [12218 "serde",12219 "tracing-core",12220]1222112222[[package]]12223name = "tracing-subscriber"12224version = "0.2.25"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12227dependencies = [12228 "ansi_term",12229 "chrono",12230 "lazy_static",12231 "matchers",12232 "parking_lot 0.11.2",12233 "regex",12234 "serde",12235 "serde_json",12236 "sharded-slab",12237 "smallvec",12238 "thread_local",12239 "tracing",12240 "tracing-core",12241 "tracing-log",12242 "tracing-serde",12243]1224412245[[package]]12246name = "trie-db"12247version = "0.23.1"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12250dependencies = [12251 "hash-db",12252 "hashbrown 0.12.0",12253 "log",12254 "rustc-hex",12255 "smallvec",12256]1225712258[[package]]12259name = "trie-root"12260version = "0.17.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12263dependencies = [12264 "hash-db",12265]1226612267[[package]]12268name = "triehash"12269version = "0.8.4"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12272dependencies = [12273 "hash-db",12274 "rlp",12275]1227612277[[package]]12278name = "trust-dns-proto"12279version = "0.20.4"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12282dependencies = [12283 "async-trait",12284 "cfg-if 1.0.0",12285 "data-encoding",12286 "enum-as-inner",12287 "futures-channel",12288 "futures-io",12289 "futures-util",12290 "idna 0.2.3",12291 "ipnet",12292 "lazy_static",12293 "log",12294 "rand 0.8.5",12295 "smallvec",12296 "thiserror",12297 "tinyvec",12298 "url 2.2.2",12299]1230012301[[package]]12302name = "trust-dns-resolver"12303version = "0.20.4"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12306dependencies = [12307 "cfg-if 1.0.0",12308 "futures-util",12309 "ipconfig",12310 "lazy_static",12311 "log",12312 "lru-cache",12313 "parking_lot 0.11.2",12314 "resolv-conf",12315 "smallvec",12316 "thiserror",12317 "trust-dns-proto",12318]1231912320[[package]]12321name = "try-lock"12322version = "0.2.3"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232512326[[package]]12327name = "try-runtime-cli"12328version = "0.10.0-dev"12329source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12330dependencies = [12331 "clap",12332 "jsonrpsee 0.4.1",12333 "log",12334 "parity-scale-codec",12335 "remote-externalities",12336 "sc-chain-spec",12337 "sc-cli",12338 "sc-executor",12339 "sc-service",12340 "serde",12341 "sp-core",12342 "sp-externalities",12343 "sp-io",12344 "sp-keystore",12345 "sp-runtime",12346 "sp-state-machine",12347 "sp-version",12348 "zstd",12349]1235012351[[package]]12352name = "tt-call"12353version = "1.0.8"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1235612357[[package]]12358name = "twox-hash"12359version = "1.6.2"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12362dependencies = [12363 "cfg-if 1.0.0",12364 "digest 0.10.3",12365 "rand 0.8.5",12366 "static_assertions",12367]1236812369[[package]]12370name = "typenum"12371version = "1.15.0"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237412375[[package]]12376name = "uc-rpc"12377version = "0.1.0"12378dependencies = [12379 "jsonrpc-core",12380 "jsonrpc-core-client",12381 "jsonrpc-derive",12382 "pallet-common",12383 "parity-scale-codec",12384 "sp-api",12385 "sp-blockchain",12386 "sp-core",12387 "sp-rpc",12388 "sp-runtime",12389 "up-data-structs",12390 "up-rpc",12391]1239212393[[package]]12394name = "ucd-trie"12395version = "0.1.3"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1239812399[[package]]12400name = "uint"12401version = "0.9.3"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12404dependencies = [12405 "byteorder",12406 "crunchy",12407 "hex",12408 "static_assertions",12409]1241012411[[package]]12412name = "unicase"12413version = "2.6.0"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12416dependencies = [12417 "version_check",12418]1241912420[[package]]12421name = "unicode-bidi"12422version = "0.3.7"12423source = "registry+https://github.com/rust-lang/crates.io-index"12424checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1242512426[[package]]12427name = "unicode-normalization"12428version = "0.1.19"12429source = "registry+https://github.com/rust-lang/crates.io-index"12430checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12431dependencies = [12432 "tinyvec",12433]1243412435[[package]]12436name = "unicode-segmentation"12437version = "1.9.0"12438source = "registry+https://github.com/rust-lang/crates.io-index"12439checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1244012441[[package]]12442name = "unicode-xid"12443version = "0.2.2"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1244612447[[package]]12448name = "unique-node"12449version = "0.9.18"12450dependencies = [12451 "clap",12452 "cumulus-client-cli",12453 "cumulus-client-collator",12454 "cumulus-client-consensus-aura",12455 "cumulus-client-consensus-common",12456 "cumulus-client-network",12457 "cumulus-client-service",12458 "cumulus-primitives-core",12459 "cumulus-primitives-parachain-inherent",12460 "cumulus-relay-chain-inprocess-interface",12461 "cumulus-relay-chain-interface",12462 "cumulus-relay-chain-rpc-interface",12463 "fc-consensus",12464 "fc-db",12465 "fc-mapping-sync",12466 "fc-rpc",12467 "fc-rpc-core",12468 "flexi_logger",12469 "fp-rpc",12470 "frame-benchmarking",12471 "frame-benchmarking-cli",12472 "futures 0.3.21",12473 "jsonrpc-core",12474 "jsonrpc-pubsub",12475 "log",12476 "opal-runtime",12477 "pallet-ethereum",12478 "pallet-transaction-payment-rpc",12479 "pallet-transaction-payment-rpc-runtime-api",12480 "parity-scale-codec",12481 "parking_lot 0.11.2",12482 "polkadot-cli",12483 "polkadot-parachain",12484 "polkadot-primitives",12485 "polkadot-service",12486 "polkadot-test-service",12487 "quartz-runtime",12488 "sc-basic-authorship",12489 "sc-chain-spec",12490 "sc-cli",12491 "sc-client-api",12492 "sc-consensus",12493 "sc-consensus-aura",12494 "sc-consensus-manual-seal",12495 "sc-executor",12496 "sc-finality-grandpa",12497 "sc-keystore",12498 "sc-network",12499 "sc-rpc",12500 "sc-rpc-api",12501 "sc-service",12502 "sc-telemetry",12503 "sc-tracing",12504 "sc-transaction-pool",12505 "serde",12506 "serde_json",12507 "sp-api",12508 "sp-block-builder",12509 "sp-blockchain",12510 "sp-consensus",12511 "sp-consensus-aura",12512 "sp-core",12513 "sp-finality-grandpa",12514 "sp-inherents",12515 "sp-keystore",12516 "sp-offchain",12517 "sp-runtime",12518 "sp-session",12519 "sp-timestamp",12520 "sp-transaction-pool",12521 "sp-trie",12522 "substrate-build-script-utils",12523 "substrate-frame-rpc-system",12524 "substrate-prometheus-endpoint",12525 "tokio 1.17.0",12526 "try-runtime-cli",12527 "unique-rpc",12528 "unique-runtime",12529 "unique-runtime-common",12530 "up-data-structs",12531 "up-rpc",12532]1253312534[[package]]12535name = "unique-rpc"12536version = "0.1.0"12537dependencies = [12538 "fc-db",12539 "fc-mapping-sync",12540 "fc-rpc",12541 "fc-rpc-core",12542 "fp-rpc",12543 "futures 0.3.21",12544 "jsonrpc-core",12545 "jsonrpc-pubsub",12546 "pallet-common",12547 "pallet-ethereum",12548 "pallet-transaction-payment-rpc",12549 "pallet-transaction-payment-rpc-runtime-api",12550 "pallet-unique",12551 "sc-client-api",12552 "sc-consensus-aura",12553 "sc-consensus-epochs",12554 "sc-finality-grandpa",12555 "sc-finality-grandpa-rpc",12556 "sc-keystore",12557 "sc-network",12558 "sc-rpc",12559 "sc-rpc-api",12560 "sc-service",12561 "sc-transaction-pool",12562 "serde",12563 "sp-api",12564 "sp-block-builder",12565 "sp-blockchain",12566 "sp-consensus",12567 "sp-consensus-aura",12568 "sp-core",12569 "sp-offchain",12570 "sp-runtime",12571 "sp-session",12572 "sp-storage",12573 "sp-transaction-pool",12574 "substrate-frame-rpc-system",12575 "tokio 0.2.25",12576 "uc-rpc",12577 "unique-runtime-common",12578 "up-rpc",12579]1258012581[[package]]12582name = "unique-runtime"12583version = "0.9.18"12584dependencies = [12585 "cumulus-pallet-aura-ext",12586 "cumulus-pallet-dmp-queue",12587 "cumulus-pallet-parachain-system",12588 "cumulus-pallet-xcm",12589 "cumulus-pallet-xcmp-queue",12590 "cumulus-primitives-core",12591 "cumulus-primitives-timestamp",12592 "cumulus-primitives-utility",12593 "derivative",12594 "fp-rpc",12595 "fp-self-contained",12596 "frame-benchmarking",12597 "frame-executive",12598 "frame-support",12599 "frame-system",12600 "frame-system-benchmarking",12601 "frame-system-rpc-runtime-api",12602 "frame-try-runtime",12603 "hex-literal",12604 "log",12605 "orml-vesting",12606 "pallet-aura",12607 "pallet-balances",12608 "pallet-base-fee",12609 "pallet-common",12610 "pallet-ethereum",12611 "pallet-evm",12612 "pallet-evm-coder-substrate",12613 "pallet-evm-contract-helpers",12614 "pallet-evm-migration",12615 "pallet-evm-transaction-payment",12616 "pallet-fungible",12617 "pallet-inflation",12618 "pallet-nonfungible",12619 "pallet-randomness-collective-flip",12620 "pallet-refungible",12621 "pallet-structure",12622 "pallet-sudo",12623 "pallet-template-transaction-payment",12624 "pallet-timestamp",12625 "pallet-transaction-payment",12626 "pallet-transaction-payment-rpc-runtime-api",12627 "pallet-treasury",12628 "pallet-unique",12629 "pallet-unq-scheduler",12630 "pallet-xcm",12631 "parachain-info",12632 "parity-scale-codec",12633 "polkadot-parachain",12634 "scale-info",12635 "serde",12636 "smallvec",12637 "sp-api",12638 "sp-arithmetic",12639 "sp-block-builder",12640 "sp-consensus-aura",12641 "sp-core",12642 "sp-inherents",12643 "sp-io",12644 "sp-offchain",12645 "sp-runtime",12646 "sp-session",12647 "sp-std",12648 "sp-transaction-pool",12649 "sp-version",12650 "substrate-wasm-builder",12651 "unique-runtime-common",12652 "up-data-structs",12653 "up-evm-mapping",12654 "up-rpc",12655 "xcm",12656 "xcm-builder",12657 "xcm-executor",12658]1265912660[[package]]12661name = "unique-runtime-common"12662version = "0.9.18"12663dependencies = [12664 "fp-rpc",12665 "frame-support",12666 "frame-system",12667 "pallet-common",12668 "pallet-evm",12669 "pallet-fungible",12670 "pallet-nonfungible",12671 "pallet-refungible",12672 "pallet-unique",12673 "parity-scale-codec",12674 "scale-info",12675 "sp-consensus-aura",12676 "sp-core",12677 "sp-runtime",12678 "sp-std",12679 "up-data-structs",12680]1268112682[[package]]12683name = "universal-hash"12684version = "0.4.1"12685source = "registry+https://github.com/rust-lang/crates.io-index"12686checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12687dependencies = [12688 "generic-array 0.14.5",12689 "subtle 2.4.1",12690]1269112692[[package]]12693name = "unsigned-varint"12694version = "0.5.1"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1269712698[[package]]12699name = "unsigned-varint"12700version = "0.6.0"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12703dependencies = [12704 "asynchronous-codec 0.5.0",12705 "bytes 1.1.0",12706 "futures-io",12707 "futures-util",12708]1270912710[[package]]12711name = "unsigned-varint"12712version = "0.7.1"12713source = "registry+https://github.com/rust-lang/crates.io-index"12714checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12715dependencies = [12716 "asynchronous-codec 0.6.0",12717 "bytes 1.1.0",12718 "futures-io",12719 "futures-util",12720]1272112722[[package]]12723name = "untrusted"12724version = "0.7.1"12725source = "registry+https://github.com/rust-lang/crates.io-index"12726checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1272712728[[package]]12729name = "up-data-structs"12730version = "0.1.0"12731dependencies = [12732 "derivative",12733 "frame-support",12734 "frame-system",12735 "parity-scale-codec",12736 "scale-info",12737 "serde",12738 "sp-core",12739 "sp-runtime",12740 "sp-std",12741 "struct-versioning",12742 "up-evm-mapping",12743]1274412745[[package]]12746name = "up-evm-mapping"12747version = "0.1.0"12748dependencies = [12749 "frame-support",12750 "parity-scale-codec",12751 "scale-info",12752 "sp-core",12753]1275412755[[package]]12756name = "up-rpc"12757version = "0.1.0"12758dependencies = [12759 "pallet-common",12760 "parity-scale-codec",12761 "sp-api",12762 "sp-core",12763 "sp-runtime",12764 "sp-std",12765 "up-data-structs",12766]1276712768[[package]]12769name = "up-sponsorship"12770version = "0.1.0"12771source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12772dependencies = [12773 "impl-trait-for-tuples",12774]1277512776[[package]]12777name = "url"12778version = "1.7.2"12779source = "registry+https://github.com/rust-lang/crates.io-index"12780checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12781dependencies = [12782 "idna 0.1.5",12783 "matches",12784 "percent-encoding 1.0.1",12785]1278612787[[package]]12788name = "url"12789version = "2.2.2"12790source = "registry+https://github.com/rust-lang/crates.io-index"12791checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12792dependencies = [12793 "form_urlencoded",12794 "idna 0.2.3",12795 "matches",12796 "percent-encoding 2.1.0",12797]1279812799[[package]]12800name = "valuable"12801version = "0.1.0"12802source = "registry+https://github.com/rust-lang/crates.io-index"12803checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1280412805[[package]]12806name = "value-bag"12807version = "1.0.0-alpha.8"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12810dependencies = [12811 "ctor",12812 "version_check",12813]1281412815[[package]]12816name = "vcpkg"12817version = "0.2.15"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1282012821[[package]]12822name = "version_check"12823version = "0.9.4"12824source = "registry+https://github.com/rust-lang/crates.io-index"12825checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1282612827[[package]]12828name = "void"12829version = "1.0.2"12830source = "registry+https://github.com/rust-lang/crates.io-index"12831checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1283212833[[package]]12834name = "waker-fn"12835version = "1.1.0"12836source = "registry+https://github.com/rust-lang/crates.io-index"12837checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1283812839[[package]]12840name = "walkdir"12841version = "2.3.2"12842source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12844dependencies = [12845 "same-file",12846 "winapi 0.3.9",12847 "winapi-util",12848]1284912850[[package]]12851name = "want"12852version = "0.3.0"12853source = "registry+https://github.com/rust-lang/crates.io-index"12854checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12855dependencies = [12856 "log",12857 "try-lock",12858]1285912860[[package]]12861name = "wasi"12862version = "0.9.0+wasi-snapshot-preview1"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1286512866[[package]]12867name = "wasi"12868version = "0.10.0+wasi-snapshot-preview1"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1287112872[[package]]12873name = "wasi"12874version = "0.11.0+wasi-snapshot-preview1"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1287712878[[package]]12879name = "wasm-bindgen"12880version = "0.2.79"12881source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12883dependencies = [12884 "cfg-if 1.0.0",12885 "wasm-bindgen-macro",12886]1288712888[[package]]12889name = "wasm-bindgen-backend"12890version = "0.2.79"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12893dependencies = [12894 "bumpalo",12895 "lazy_static",12896 "log",12897 "proc-macro2",12898 "quote",12899 "syn",12900 "wasm-bindgen-shared",12901]1290212903[[package]]12904name = "wasm-bindgen-futures"12905version = "0.4.29"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12908dependencies = [12909 "cfg-if 1.0.0",12910 "js-sys",12911 "wasm-bindgen",12912 "web-sys",12913]1291412915[[package]]12916name = "wasm-bindgen-macro"12917version = "0.2.79"12918source = "registry+https://github.com/rust-lang/crates.io-index"12919checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12920dependencies = [12921 "quote",12922 "wasm-bindgen-macro-support",12923]1292412925[[package]]12926name = "wasm-bindgen-macro-support"12927version = "0.2.79"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12930dependencies = [12931 "proc-macro2",12932 "quote",12933 "syn",12934 "wasm-bindgen-backend",12935 "wasm-bindgen-shared",12936]1293712938[[package]]12939name = "wasm-bindgen-shared"12940version = "0.2.79"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1294312944[[package]]12945name = "wasm-gc-api"12946version = "0.1.11"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12949dependencies = [12950 "log",12951 "parity-wasm 0.32.0",12952 "rustc-demangle",12953]1295412955[[package]]12956name = "wasm-instrument"12957version = "0.1.1"12958source = "registry+https://github.com/rust-lang/crates.io-index"12959checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12960dependencies = [12961 "parity-wasm 0.42.2",12962]1296312964[[package]]12965name = "wasm-timer"12966version = "0.2.5"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12969dependencies = [12970 "futures 0.3.21",12971 "js-sys",12972 "parking_lot 0.11.2",12973 "pin-utils",12974 "wasm-bindgen",12975 "wasm-bindgen-futures",12976 "web-sys",12977]1297812979[[package]]12980name = "wasmi"12981version = "0.9.1"12982source = "registry+https://github.com/rust-lang/crates.io-index"12983checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12984dependencies = [12985 "downcast-rs",12986 "libc",12987 "memory_units",12988 "num-rational 0.2.4",12989 "num-traits",12990 "parity-wasm 0.42.2",12991 "wasmi-validation",12992]1299312994[[package]]12995name = "wasmi-validation"12996version = "0.4.1"12997source = "registry+https://github.com/rust-lang/crates.io-index"12998checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12999dependencies = [13000 "parity-wasm 0.42.2",13001]1300213003[[package]]13004name = "wasmparser"13005version = "0.81.0"13006source = "registry+https://github.com/rust-lang/crates.io-index"13007checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1300813009[[package]]13010name = "wasmtime"13011version = "0.33.1"13012source = "registry+https://github.com/rust-lang/crates.io-index"13013checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"13014dependencies = [13015 "anyhow",13016 "backtrace",13017 "bincode",13018 "cfg-if 1.0.0",13019 "cpp_demangle",13020 "indexmap",13021 "lazy_static",13022 "libc",13023 "log",13024 "object",13025 "paste",13026 "psm",13027 "rayon",13028 "region",13029 "rustc-demangle",13030 "serde",13031 "target-lexicon",13032 "wasmparser",13033 "wasmtime-cache",13034 "wasmtime-cranelift",13035 "wasmtime-environ",13036 "wasmtime-jit",13037 "wasmtime-runtime",13038 "winapi 0.3.9",13039]1304013041[[package]]13042name = "wasmtime-cache"13043version = "0.33.1"13044source = "registry+https://github.com/rust-lang/crates.io-index"13045checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13046dependencies = [13047 "anyhow",13048 "base64",13049 "bincode",13050 "directories-next",13051 "file-per-thread-logger",13052 "log",13053 "rustix",13054 "serde",13055 "sha2 0.9.9",13056 "toml",13057 "winapi 0.3.9",13058 "zstd",13059]1306013061[[package]]13062name = "wasmtime-cranelift"13063version = "0.33.1"13064source = "registry+https://github.com/rust-lang/crates.io-index"13065checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13066dependencies = [13067 "anyhow",13068 "cranelift-codegen",13069 "cranelift-entity",13070 "cranelift-frontend",13071 "cranelift-native",13072 "cranelift-wasm",13073 "gimli",13074 "log",13075 "more-asserts",13076 "object",13077 "target-lexicon",13078 "thiserror",13079 "wasmparser",13080 "wasmtime-environ",13081]1308213083[[package]]13084name = "wasmtime-environ"13085version = "0.33.1"13086source = "registry+https://github.com/rust-lang/crates.io-index"13087checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13088dependencies = [13089 "anyhow",13090 "cranelift-entity",13091 "gimli",13092 "indexmap",13093 "log",13094 "more-asserts",13095 "object",13096 "serde",13097 "target-lexicon",13098 "thiserror",13099 "wasmparser",13100 "wasmtime-types",13101]1310213103[[package]]13104name = "wasmtime-jit"13105version = "0.33.1"13106source = "registry+https://github.com/rust-lang/crates.io-index"13107checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13108dependencies = [13109 "addr2line",13110 "anyhow",13111 "bincode",13112 "cfg-if 1.0.0",13113 "gimli",13114 "object",13115 "region",13116 "rustix",13117 "serde",13118 "target-lexicon",13119 "thiserror",13120 "wasmtime-environ",13121 "wasmtime-runtime",13122 "winapi 0.3.9",13123]1312413125[[package]]13126name = "wasmtime-runtime"13127version = "0.33.1"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13130dependencies = [13131 "anyhow",13132 "backtrace",13133 "cc",13134 "cfg-if 1.0.0",13135 "indexmap",13136 "lazy_static",13137 "libc",13138 "log",13139 "mach",13140 "memoffset",13141 "more-asserts",13142 "rand 0.8.5",13143 "region",13144 "rustix",13145 "thiserror",13146 "wasmtime-environ",13147 "winapi 0.3.9",13148]1314913150[[package]]13151name = "wasmtime-types"13152version = "0.33.1"13153source = "registry+https://github.com/rust-lang/crates.io-index"13154checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13155dependencies = [13156 "cranelift-entity",13157 "serde",13158 "thiserror",13159 "wasmparser",13160]1316113162[[package]]13163name = "web-sys"13164version = "0.3.56"13165source = "registry+https://github.com/rust-lang/crates.io-index"13166checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13167dependencies = [13168 "js-sys",13169 "wasm-bindgen",13170]1317113172[[package]]13173name = "webpki"13174version = "0.21.4"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13177dependencies = [13178 "ring",13179 "untrusted",13180]1318113182[[package]]13183name = "webpki"13184version = "0.22.0"13185source = "registry+https://github.com/rust-lang/crates.io-index"13186checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13187dependencies = [13188 "ring",13189 "untrusted",13190]1319113192[[package]]13193name = "webpki-roots"13194version = "0.21.1"13195source = "registry+https://github.com/rust-lang/crates.io-index"13196checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13197dependencies = [13198 "webpki 0.21.4",13199]1320013201[[package]]13202name = "webpki-roots"13203version = "0.22.2"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13206dependencies = [13207 "webpki 0.22.0",13208]1320913210[[package]]13211name = "wepoll-ffi"13212version = "0.1.2"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13215dependencies = [13216 "cc",13217]1321813219[[package]]13220name = "westend-runtime"13221version = "0.9.18"13222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13223dependencies = [13224 "beefy-primitives",13225 "bitvec",13226 "frame-benchmarking",13227 "frame-election-provider-support",13228 "frame-executive",13229 "frame-support",13230 "frame-system",13231 "frame-system-benchmarking",13232 "frame-system-rpc-runtime-api",13233 "frame-try-runtime",13234 "hex-literal",13235 "log",13236 "pallet-authority-discovery",13237 "pallet-authorship",13238 "pallet-babe",13239 "pallet-bags-list",13240 "pallet-balances",13241 "pallet-collective",13242 "pallet-democracy",13243 "pallet-election-provider-multi-phase",13244 "pallet-elections-phragmen",13245 "pallet-grandpa",13246 "pallet-identity",13247 "pallet-im-online",13248 "pallet-indices",13249 "pallet-membership",13250 "pallet-mmr-primitives",13251 "pallet-multisig",13252 "pallet-nicks",13253 "pallet-offences",13254 "pallet-offences-benchmarking",13255 "pallet-preimage",13256 "pallet-proxy",13257 "pallet-recovery",13258 "pallet-scheduler",13259 "pallet-session",13260 "pallet-session-benchmarking",13261 "pallet-society",13262 "pallet-staking",13263 "pallet-staking-reward-curve",13264 "pallet-sudo",13265 "pallet-timestamp",13266 "pallet-transaction-payment",13267 "pallet-transaction-payment-rpc-runtime-api",13268 "pallet-treasury",13269 "pallet-utility",13270 "pallet-vesting",13271 "pallet-xcm",13272 "pallet-xcm-benchmarks",13273 "parity-scale-codec",13274 "polkadot-parachain",13275 "polkadot-primitives",13276 "polkadot-runtime-common",13277 "polkadot-runtime-parachains",13278 "rustc-hex",13279 "scale-info",13280 "serde",13281 "serde_derive",13282 "smallvec",13283 "sp-api",13284 "sp-authority-discovery",13285 "sp-block-builder",13286 "sp-consensus-babe",13287 "sp-core",13288 "sp-inherents",13289 "sp-io",13290 "sp-npos-elections",13291 "sp-offchain",13292 "sp-runtime",13293 "sp-session",13294 "sp-staking",13295 "sp-std",13296 "sp-transaction-pool",13297 "sp-version",13298 "substrate-wasm-builder",13299 "westend-runtime-constants",13300 "xcm",13301 "xcm-builder",13302 "xcm-executor",13303]1330413305[[package]]13306name = "westend-runtime-constants"13307version = "0.9.18"13308source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13309dependencies = [13310 "frame-support",13311 "polkadot-primitives",13312 "polkadot-runtime-common",13313 "smallvec",13314 "sp-runtime",13315]1331613317[[package]]13318name = "which"13319version = "4.2.5"13320source = "registry+https://github.com/rust-lang/crates.io-index"13321checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13322dependencies = [13323 "either",13324 "lazy_static",13325 "libc",13326]1332713328[[package]]13329name = "widestring"13330version = "0.4.3"13331source = "registry+https://github.com/rust-lang/crates.io-index"13332checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1333313334[[package]]13335name = "winapi"13336version = "0.2.8"13337source = "registry+https://github.com/rust-lang/crates.io-index"13338checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1333913340[[package]]13341name = "winapi"13342version = "0.3.9"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13345dependencies = [13346 "winapi-i686-pc-windows-gnu",13347 "winapi-x86_64-pc-windows-gnu",13348]1334913350[[package]]13351name = "winapi-build"13352version = "0.1.1"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1335513356[[package]]13357name = "winapi-i686-pc-windows-gnu"13358version = "0.4.0"13359source = "registry+https://github.com/rust-lang/crates.io-index"13360checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1336113362[[package]]13363name = "winapi-util"13364version = "0.1.5"13365source = "registry+https://github.com/rust-lang/crates.io-index"13366checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13367dependencies = [13368 "winapi 0.3.9",13369]1337013371[[package]]13372name = "winapi-x86_64-pc-windows-gnu"13373version = "0.4.0"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1337613377[[package]]13378name = "windows-sys"13379version = "0.34.0"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13382dependencies = [13383 "windows_aarch64_msvc",13384 "windows_i686_gnu",13385 "windows_i686_msvc",13386 "windows_x86_64_gnu",13387 "windows_x86_64_msvc",13388]1338913390[[package]]13391name = "windows_aarch64_msvc"13392version = "0.34.0"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1339513396[[package]]13397name = "windows_i686_gnu"13398version = "0.34.0"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1340113402[[package]]13403name = "windows_i686_msvc"13404version = "0.34.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1340713408[[package]]13409name = "windows_x86_64_gnu"13410version = "0.34.0"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1341313414[[package]]13415name = "windows_x86_64_msvc"13416version = "0.34.0"13417source = "registry+https://github.com/rust-lang/crates.io-index"13418checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1341913420[[package]]13421name = "winreg"13422version = "0.6.2"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13425dependencies = [13426 "winapi 0.3.9",13427]1342813429[[package]]13430name = "ws2_32-sys"13431version = "0.2.1"13432source = "registry+https://github.com/rust-lang/crates.io-index"13433checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13434dependencies = [13435 "winapi 0.2.8",13436 "winapi-build",13437]1343813439[[package]]13440name = "wyz"13441version = "0.5.0"13442source = "registry+https://github.com/rust-lang/crates.io-index"13443checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13444dependencies = [13445 "tap",13446]1344713448[[package]]13449name = "x25519-dalek"13450version = "1.1.1"13451source = "registry+https://github.com/rust-lang/crates.io-index"13452checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13453dependencies = [13454 "curve25519-dalek 3.2.0",13455 "rand_core 0.5.1",13456 "zeroize",13457]1345813459[[package]]13460name = "xcm"13461version = "0.9.18"13462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13463dependencies = [13464 "derivative",13465 "impl-trait-for-tuples",13466 "log",13467 "parity-scale-codec",13468 "scale-info",13469 "xcm-procedural",13470]1347113472[[package]]13473name = "xcm-builder"13474version = "0.9.18"13475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13476dependencies = [13477 "frame-support",13478 "frame-system",13479 "log",13480 "pallet-transaction-payment",13481 "parity-scale-codec",13482 "polkadot-parachain",13483 "scale-info",13484 "sp-arithmetic",13485 "sp-io",13486 "sp-runtime",13487 "sp-std",13488 "xcm",13489 "xcm-executor",13490]1349113492[[package]]13493name = "xcm-executor"13494version = "0.9.18"13495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13496dependencies = [13497 "frame-benchmarking",13498 "frame-support",13499 "impl-trait-for-tuples",13500 "log",13501 "parity-scale-codec",13502 "sp-arithmetic",13503 "sp-core",13504 "sp-io",13505 "sp-runtime",13506 "sp-std",13507 "xcm",13508]1350913510[[package]]13511name = "xcm-procedural"13512version = "0.1.0"13513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13514dependencies = [13515 "Inflector",13516 "proc-macro2",13517 "quote",13518 "syn",13519]1352013521[[package]]13522name = "yamux"13523version = "0.9.0"13524source = "registry+https://github.com/rust-lang/crates.io-index"13525checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13526dependencies = [13527 "futures 0.3.21",13528 "log",13529 "nohash-hasher",13530 "parking_lot 0.11.2",13531 "rand 0.8.5",13532 "static_assertions",13533]1353413535[[package]]13536name = "yansi"13537version = "0.5.1"13538source = "registry+https://github.com/rust-lang/crates.io-index"13539checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1354013541[[package]]13542name = "zeroize"13543version = "1.5.4"13544source = "registry+https://github.com/rust-lang/crates.io-index"13545checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13546dependencies = [13547 "zeroize_derive",13548]1354913550[[package]]13551name = "zeroize_derive"13552version = "1.3.2"13553source = "registry+https://github.com/rust-lang/crates.io-index"13554checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13555dependencies = [13556 "proc-macro2",13557 "quote",13558 "syn",13559 "synstructure",13560]1356113562[[package]]13563name = "zstd"13564version = "0.9.2+zstd.1.5.1"13565source = "registry+https://github.com/rust-lang/crates.io-index"13566checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13567dependencies = [13568 "zstd-safe",13569]1357013571[[package]]13572name = "zstd-safe"13573version = "4.1.3+zstd.1.5.1"13574source = "registry+https://github.com/rust-lang/crates.io-index"13575checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13576dependencies = [13577 "libc",13578 "zstd-sys",13579]1358013581[[package]]13582name = "zstd-sys"13583version = "1.6.2+zstd.1.5.1"13584source = "registry+https://github.com/rust-lang/crates.io-index"13585checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13586dependencies = [13587 "cc",13588 "libc",13589]