123version = 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-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"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-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-evm-mapping"2755version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2757dependencies = [2758 "frame-support",2759 "sp-core",2760]27612762[[package]]2763name = "fp-rpc"2764version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2766dependencies = [2767 "ethereum",2768 "ethereum-types",2769 "fp-evm",2770 "parity-scale-codec",2771 "scale-info",2772 "sp-api",2773 "sp-core",2774 "sp-io",2775 "sp-runtime",2776 "sp-std",2777]27782779[[package]]2780name = "fp-self-contained"2781version = "1.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2783dependencies = [2784 "ethereum",2785 "frame-support",2786 "parity-scale-codec",2787 "parity-util-mem",2788 "scale-info",2789 "serde",2790 "sha3 0.8.2",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794]27952796[[package]]2797name = "fp-storage"2798version = "2.0.0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"28002801[[package]]2802name = "frame-benchmarking"2803version = "4.0.0-dev"2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2805dependencies = [2806 "frame-support",2807 "frame-system",2808 "linregress",2809 "log",2810 "parity-scale-codec",2811 "paste",2812 "scale-info",2813 "serde",2814 "sp-api",2815 "sp-application-crypto",2816 "sp-io",2817 "sp-runtime",2818 "sp-runtime-interface",2819 "sp-std",2820 "sp-storage",2821]28222823[[package]]2824name = "frame-benchmarking-cli"2825version = "4.0.0-dev"2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2827dependencies = [2828 "Inflector",2829 "chrono",2830 "clap",2831 "frame-benchmarking",2832 "frame-support",2833 "handlebars",2834 "hash-db",2835 "hex",2836 "itertools",2837 "kvdb",2838 "linked-hash-map",2839 "log",2840 "memory-db",2841 "parity-scale-codec",2842 "rand 0.8.5",2843 "sc-cli",2844 "sc-client-api",2845 "sc-client-db",2846 "sc-executor",2847 "sc-service",2848 "serde",2849 "serde_json",2850 "serde_nanos",2851 "sp-api",2852 "sp-blockchain",2853 "sp-core",2854 "sp-database",2855 "sp-externalities",2856 "sp-keystore",2857 "sp-runtime",2858 "sp-state-machine",2859 "sp-std",2860 "sp-storage",2861 "sp-trie",2862]28632864[[package]]2865name = "frame-election-provider-support"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2868dependencies = [2869 "frame-support",2870 "frame-system",2871 "parity-scale-codec",2872 "scale-info",2873 "sp-arithmetic",2874 "sp-npos-elections",2875 "sp-std",2876]28772878[[package]]2879name = "frame-executive"2880version = "4.0.0-dev"2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2882dependencies = [2883 "frame-support",2884 "frame-system",2885 "parity-scale-codec",2886 "scale-info",2887 "sp-core",2888 "sp-io",2889 "sp-runtime",2890 "sp-std",2891 "sp-tracing",2892]28932894[[package]]2895name = "frame-metadata"2896version = "15.0.0"2897source = "registry+https://github.com/rust-lang/crates.io-index"2898checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2899dependencies = [2900 "cfg-if 1.0.0",2901 "parity-scale-codec",2902 "scale-info",2903 "serde",2904]29052906[[package]]2907name = "frame-support"2908version = "4.0.0-dev"2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2910dependencies = [2911 "bitflags",2912 "frame-metadata",2913 "frame-support-procedural",2914 "impl-trait-for-tuples",2915 "log",2916 "once_cell",2917 "parity-scale-codec",2918 "paste",2919 "scale-info",2920 "serde",2921 "smallvec",2922 "sp-arithmetic",2923 "sp-core",2924 "sp-core-hashing-proc-macro",2925 "sp-inherents",2926 "sp-io",2927 "sp-runtime",2928 "sp-staking",2929 "sp-state-machine",2930 "sp-std",2931 "sp-tracing",2932 "tt-call",2933]29342935[[package]]2936name = "frame-support-procedural"2937version = "4.0.0-dev"2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2939dependencies = [2940 "Inflector",2941 "frame-support-procedural-tools",2942 "proc-macro2",2943 "quote",2944 "syn",2945]29462947[[package]]2948name = "frame-support-procedural-tools"2949version = "4.0.0-dev"2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2951dependencies = [2952 "frame-support-procedural-tools-derive",2953 "proc-macro-crate 1.1.3",2954 "proc-macro2",2955 "quote",2956 "syn",2957]29582959[[package]]2960name = "frame-support-procedural-tools-derive"2961version = "3.0.0"2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2963dependencies = [2964 "proc-macro2",2965 "quote",2966 "syn",2967]29682969[[package]]2970name = "frame-system"2971version = "4.0.0-dev"2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2973dependencies = [2974 "frame-support",2975 "log",2976 "parity-scale-codec",2977 "scale-info",2978 "serde",2979 "sp-core",2980 "sp-io",2981 "sp-runtime",2982 "sp-std",2983 "sp-version",2984]29852986[[package]]2987name = "frame-system-benchmarking"2988version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2990dependencies = [2991 "frame-benchmarking",2992 "frame-support",2993 "frame-system",2994 "parity-scale-codec",2995 "scale-info",2996 "sp-core",2997 "sp-runtime",2998 "sp-std",2999]30003001[[package]]3002name = "frame-system-rpc-runtime-api"3003version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "parity-scale-codec",3007 "sp-api",3008]30093010[[package]]3011name = "frame-try-runtime"3012version = "0.10.0-dev"3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3014dependencies = [3015 "frame-support",3016 "sp-api",3017 "sp-runtime",3018 "sp-std",3019]30203021[[package]]3022name = "fs-err"3023version = "2.7.0"3024source = "registry+https://github.com/rust-lang/crates.io-index"3025checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30263027[[package]]3028name = "fs-swap"3029version = "0.2.6"3030source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3032dependencies = [3033 "lazy_static",3034 "libc",3035 "libloading 0.5.2",3036 "winapi 0.3.9",3037]30383039[[package]]3040name = "fs2"3041version = "0.4.3"3042source = "registry+https://github.com/rust-lang/crates.io-index"3043checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3044dependencies = [3045 "libc",3046 "winapi 0.3.9",3047]30483049[[package]]3050name = "fs_extra"3051version = "1.2.0"3052source = "registry+https://github.com/rust-lang/crates.io-index"3053checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30543055[[package]]3056name = "fuchsia-zircon"3057version = "0.3.3"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3060dependencies = [3061 "bitflags",3062 "fuchsia-zircon-sys",3063]30643065[[package]]3066name = "fuchsia-zircon-sys"3067version = "0.3.3"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30703071[[package]]3072name = "funty"3073version = "1.1.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30763077[[package]]3078name = "funty"3079version = "2.0.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30823083[[package]]3084name = "futures"3085version = "0.1.31"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30883089[[package]]3090name = "futures"3091version = "0.3.21"3092source = "registry+https://github.com/rust-lang/crates.io-index"3093checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3094dependencies = [3095 "futures-channel",3096 "futures-core",3097 "futures-executor",3098 "futures-io",3099 "futures-sink",3100 "futures-task",3101 "futures-util",3102]31033104[[package]]3105name = "futures-channel"3106version = "0.3.21"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3109dependencies = [3110 "futures-core",3111 "futures-sink",3112]31133114[[package]]3115name = "futures-core"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31193120[[package]]3121name = "futures-executor"3122version = "0.3.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3125dependencies = [3126 "futures-core",3127 "futures-task",3128 "futures-util",3129 "num_cpus",3130]31313132[[package]]3133name = "futures-io"3134version = "0.3.21"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31373138[[package]]3139name = "futures-lite"3140version = "1.12.0"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3143dependencies = [3144 "fastrand",3145 "futures-core",3146 "futures-io",3147 "memchr",3148 "parking",3149 "pin-project-lite 0.2.8",3150 "waker-fn",3151]31523153[[package]]3154name = "futures-macro"3155version = "0.3.21"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3158dependencies = [3159 "proc-macro2",3160 "quote",3161 "syn",3162]31633164[[package]]3165name = "futures-rustls"3166version = "0.21.1"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3169dependencies = [3170 "futures-io",3171 "rustls 0.19.1",3172 "webpki 0.21.4",3173]31743175[[package]]3176name = "futures-sink"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31803181[[package]]3182name = "futures-task"3183version = "0.3.21"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31863187[[package]]3188name = "futures-timer"3189version = "3.0.2"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31923193[[package]]3194name = "futures-util"3195version = "0.3.21"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3198dependencies = [3199 "futures 0.1.31",3200 "futures-channel",3201 "futures-core",3202 "futures-io",3203 "futures-macro",3204 "futures-sink",3205 "futures-task",3206 "memchr",3207 "pin-project-lite 0.2.8",3208 "pin-utils",3209 "slab",3210]32113212[[package]]3213name = "generic-array"3214version = "0.12.4"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3217dependencies = [3218 "typenum",3219]32203221[[package]]3222name = "generic-array"3223version = "0.14.5"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3226dependencies = [3227 "typenum",3228 "version_check",3229]32303231[[package]]3232name = "getrandom"3233version = "0.1.16"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3236dependencies = [3237 "cfg-if 1.0.0",3238 "js-sys",3239 "libc",3240 "wasi 0.9.0+wasi-snapshot-preview1",3241 "wasm-bindgen",3242]32433244[[package]]3245name = "getrandom"3246version = "0.2.6"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3249dependencies = [3250 "cfg-if 1.0.0",3251 "libc",3252 "wasi 0.10.0+wasi-snapshot-preview1",3253]32543255[[package]]3256name = "ghash"3257version = "0.4.4"3258source = "registry+https://github.com/rust-lang/crates.io-index"3259checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3260dependencies = [3261 "opaque-debug 0.3.0",3262 "polyval",3263]32643265[[package]]3266name = "gimli"3267version = "0.26.1"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3270dependencies = [3271 "fallible-iterator",3272 "indexmap",3273 "stable_deref_trait",3274]32753276[[package]]3277name = "glob"3278version = "0.3.0"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32813282[[package]]3283name = "globset"3284version = "0.4.8"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3287dependencies = [3288 "aho-corasick",3289 "bstr",3290 "fnv",3291 "log",3292 "regex",3293]32943295[[package]]3296name = "gloo-timers"3297version = "0.2.3"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3300dependencies = [3301 "futures-channel",3302 "futures-core",3303 "js-sys",3304 "wasm-bindgen",3305]33063307[[package]]3308name = "group"3309version = "0.11.0"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3312dependencies = [3313 "ff",3314 "rand_core 0.6.3",3315 "subtle 2.4.1",3316]33173318[[package]]3319name = "h2"3320version = "0.3.13"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3323dependencies = [3324 "bytes 1.1.0",3325 "fnv",3326 "futures-core",3327 "futures-sink",3328 "futures-util",3329 "http",3330 "indexmap",3331 "slab",3332 "tokio 1.17.0",3333 "tokio-util 0.7.1",3334 "tracing",3335]33363337[[package]]3338name = "handlebars"3339version = "4.2.2"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3342dependencies = [3343 "log",3344 "pest",3345 "pest_derive",3346 "quick-error 2.0.1",3347 "serde",3348 "serde_json",3349]33503351[[package]]3352name = "hash-db"3353version = "0.15.2"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33563357[[package]]3358name = "hash256-std-hasher"3359version = "0.15.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3362dependencies = [3363 "crunchy",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.11.2"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "hashbrown"3377version = "0.12.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3380dependencies = [3381 "ahash",3382]33833384[[package]]3385name = "heck"3386version = "0.3.3"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3389dependencies = [3390 "unicode-segmentation",3391]33923393[[package]]3394name = "heck"3395version = "0.4.0"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33983399[[package]]3400name = "hermit-abi"3401version = "0.1.19"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3404dependencies = [3405 "libc",3406]34073408[[package]]3409name = "hex"3410version = "0.4.3"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34133414[[package]]3415name = "hex-literal"3416version = "0.3.4"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34193420[[package]]3421name = "hex_fmt"3422version = "0.3.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34253426[[package]]3427name = "hmac"3428version = "0.7.1"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3431dependencies = [3432 "crypto-mac 0.7.0",3433 "digest 0.8.1",3434]34353436[[package]]3437name = "hmac"3438version = "0.8.1"3439source = "registry+https://github.com/rust-lang/crates.io-index"3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3441dependencies = [3442 "crypto-mac 0.8.0",3443 "digest 0.9.0",3444]34453446[[package]]3447name = "hmac"3448version = "0.11.0"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3451dependencies = [3452 "crypto-mac 0.11.1",3453 "digest 0.9.0",3454]34553456[[package]]3457name = "hmac-drbg"3458version = "0.2.0"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3461dependencies = [3462 "digest 0.8.1",3463 "generic-array 0.12.4",3464 "hmac 0.7.1",3465]34663467[[package]]3468name = "hmac-drbg"3469version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3472dependencies = [3473 "digest 0.9.0",3474 "generic-array 0.14.5",3475 "hmac 0.8.1",3476]34773478[[package]]3479name = "hostname"3480version = "0.3.1"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3483dependencies = [3484 "libc",3485 "match_cfg",3486 "winapi 0.3.9",3487]34883489[[package]]3490name = "http"3491version = "0.2.6"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3494dependencies = [3495 "bytes 1.1.0",3496 "fnv",3497 "itoa 1.0.1",3498]34993500[[package]]3501name = "http-body"3502version = "0.4.4"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3505dependencies = [3506 "bytes 1.1.0",3507 "http",3508 "pin-project-lite 0.2.8",3509]35103511[[package]]3512name = "httparse"3513version = "1.6.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35163517[[package]]3518name = "httpdate"3519version = "1.0.2"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35223523[[package]]3524name = "humantime"3525version = "2.1.0"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35283529[[package]]3530name = "hyper"3531version = "0.14.18"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3534dependencies = [3535 "bytes 1.1.0",3536 "futures-channel",3537 "futures-core",3538 "futures-util",3539 "h2",3540 "http",3541 "http-body",3542 "httparse",3543 "httpdate",3544 "itoa 1.0.1",3545 "pin-project-lite 0.2.8",3546 "socket2 0.4.4",3547 "tokio 1.17.0",3548 "tower-service",3549 "tracing",3550 "want",3551]35523553[[package]]3554name = "hyper-rustls"3555version = "0.22.1"3556source = "registry+https://github.com/rust-lang/crates.io-index"3557checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3558dependencies = [3559 "ct-logs",3560 "futures-util",3561 "hyper",3562 "log",3563 "rustls 0.19.1",3564 "rustls-native-certs 0.5.0",3565 "tokio 1.17.0",3566 "tokio-rustls 0.22.0",3567 "webpki 0.21.4",3568]35693570[[package]]3571name = "hyper-rustls"3572version = "0.23.0"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3575dependencies = [3576 "http",3577 "hyper",3578 "log",3579 "rustls 0.20.4",3580 "rustls-native-certs 0.6.1",3581 "tokio 1.17.0",3582 "tokio-rustls 0.23.3",3583 "webpki-roots 0.22.2",3584]35853586[[package]]3587name = "ident_case"3588version = "1.0.1"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35913592[[package]]3593name = "idna"3594version = "0.1.5"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3597dependencies = [3598 "matches",3599 "unicode-bidi",3600 "unicode-normalization",3601]36023603[[package]]3604name = "idna"3605version = "0.2.3"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3608dependencies = [3609 "matches",3610 "unicode-bidi",3611 "unicode-normalization",3612]36133614[[package]]3615name = "if-addrs"3616version = "0.6.7"3617source = "registry+https://github.com/rust-lang/crates.io-index"3618checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3619dependencies = [3620 "if-addrs-sys",3621 "libc",3622 "winapi 0.3.9",3623]36243625[[package]]3626name = "if-addrs-sys"3627version = "0.3.2"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3630dependencies = [3631 "cc",3632 "libc",3633]36343635[[package]]3636name = "if-watch"3637version = "0.2.2"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3640dependencies = [3641 "async-io",3642 "futures 0.3.21",3643 "futures-lite",3644 "if-addrs",3645 "ipnet",3646 "libc",3647 "log",3648 "winapi 0.3.9",3649]36503651[[package]]3652name = "impl-codec"3653version = "0.6.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3656dependencies = [3657 "parity-scale-codec",3658]36593660[[package]]3661name = "impl-rlp"3662version = "0.3.0"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3665dependencies = [3666 "rlp",3667]36683669[[package]]3670name = "impl-serde"3671version = "0.3.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3674dependencies = [3675 "serde",3676]36773678[[package]]3679name = "impl-trait-for-tuples"3680version = "0.2.2"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3683dependencies = [3684 "proc-macro2",3685 "quote",3686 "syn",3687]36883689[[package]]3690name = "indexmap"3691version = "1.8.1"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3694dependencies = [3695 "autocfg",3696 "hashbrown 0.11.2",3697 "serde",3698]36993700[[package]]3701name = "instant"3702version = "0.1.12"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3705dependencies = [3706 "cfg-if 1.0.0",3707]37083709[[package]]3710name = "integer-encoding"3711version = "3.0.3"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37143715[[package]]3716name = "integer-sqrt"3717version = "0.1.5"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3720dependencies = [3721 "num-traits",3722]37233724[[package]]3725name = "io-lifetimes"3726version = "0.4.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3729dependencies = [3730 "winapi 0.3.9",3731]37323733[[package]]3734name = "iovec"3735version = "0.1.4"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3738dependencies = [3739 "libc",3740]37413742[[package]]3743name = "ip_network"3744version = "0.4.1"3745source = "registry+https://github.com/rust-lang/crates.io-index"3746checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37473748[[package]]3749name = "ipconfig"3750version = "0.2.2"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3753dependencies = [3754 "socket2 0.3.19",3755 "widestring",3756 "winapi 0.3.9",3757 "winreg",3758]37593760[[package]]3761name = "ipnet"3762version = "2.4.0"3763source = "registry+https://github.com/rust-lang/crates.io-index"3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37653766[[package]]3767name = "itertools"3768version = "0.10.3"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3771dependencies = [3772 "either",3773]37743775[[package]]3776name = "itoa"3777version = "0.4.8"3778source = "registry+https://github.com/rust-lang/crates.io-index"3779checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37803781[[package]]3782name = "itoa"3783version = "1.0.1"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37863787[[package]]3788name = "jobserver"3789version = "0.1.24"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3792dependencies = [3793 "libc",3794]37953796[[package]]3797name = "js-sys"3798version = "0.3.56"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3801dependencies = [3802 "wasm-bindgen",3803]38043805[[package]]3806name = "jsonrpc-client-transports"3807version = "18.0.0"3808source = "registry+https://github.com/rust-lang/crates.io-index"3809checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3810dependencies = [3811 "derive_more",3812 "futures 0.3.21",3813 "jsonrpc-core",3814 "jsonrpc-pubsub",3815 "log",3816 "serde",3817 "serde_json",3818 "url 1.7.2",3819]38203821[[package]]3822name = "jsonrpc-core"3823version = "18.0.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3826dependencies = [3827 "futures 0.3.21",3828 "futures-executor",3829 "futures-util",3830 "log",3831 "serde",3832 "serde_derive",3833 "serde_json",3834]38353836[[package]]3837name = "jsonrpc-core-client"3838version = "18.0.0"3839source = "registry+https://github.com/rust-lang/crates.io-index"3840checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3841dependencies = [3842 "futures 0.3.21",3843 "jsonrpc-client-transports",3844]38453846[[package]]3847name = "jsonrpc-derive"3848version = "18.0.0"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3851dependencies = [3852 "proc-macro-crate 0.1.5",3853 "proc-macro2",3854 "quote",3855 "syn",3856]38573858[[package]]3859name = "jsonrpc-http-server"3860version = "18.0.0"3861source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3863dependencies = [3864 "futures 0.3.21",3865 "hyper",3866 "jsonrpc-core",3867 "jsonrpc-server-utils",3868 "log",3869 "net2",3870 "parking_lot 0.11.2",3871 "unicase",3872]38733874[[package]]3875name = "jsonrpc-ipc-server"3876version = "18.0.0"3877source = "registry+https://github.com/rust-lang/crates.io-index"3878checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3879dependencies = [3880 "futures 0.3.21",3881 "jsonrpc-core",3882 "jsonrpc-server-utils",3883 "log",3884 "parity-tokio-ipc",3885 "parking_lot 0.11.2",3886 "tower-service",3887]38883889[[package]]3890name = "jsonrpc-pubsub"3891version = "18.0.0"3892source = "registry+https://github.com/rust-lang/crates.io-index"3893checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3894dependencies = [3895 "futures 0.3.21",3896 "jsonrpc-core",3897 "lazy_static",3898 "log",3899 "parking_lot 0.11.2",3900 "rand 0.7.3",3901 "serde",3902]39033904[[package]]3905name = "jsonrpc-server-utils"3906version = "18.0.0"3907source = "registry+https://github.com/rust-lang/crates.io-index"3908checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3909dependencies = [3910 "bytes 1.1.0",3911 "futures 0.3.21",3912 "globset",3913 "jsonrpc-core",3914 "lazy_static",3915 "log",3916 "tokio 1.17.0",3917 "tokio-stream",3918 "tokio-util 0.6.9",3919 "unicase",3920]39213922[[package]]3923name = "jsonrpc-ws-server"3924version = "18.0.0"3925source = "registry+https://github.com/rust-lang/crates.io-index"3926checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3927dependencies = [3928 "futures 0.3.21",3929 "jsonrpc-core",3930 "jsonrpc-server-utils",3931 "log",3932 "parity-ws",3933 "parking_lot 0.11.2",3934 "slab",3935]39363937[[package]]3938name = "jsonrpsee"3939version = "0.4.1"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3942dependencies = [3943 "jsonrpsee-types 0.4.1",3944 "jsonrpsee-utils",3945 "jsonrpsee-ws-client 0.4.1",3946]39473948[[package]]3949name = "jsonrpsee"3950version = "0.8.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3953dependencies = [3954 "jsonrpsee-core 0.8.0",3955 "jsonrpsee-proc-macros",3956 "jsonrpsee-types 0.8.0",3957 "jsonrpsee-ws-client 0.8.0",3958]39593960[[package]]3961name = "jsonrpsee"3962version = "0.9.0"3963source = "registry+https://github.com/rust-lang/crates.io-index"3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3965dependencies = [3966 "jsonrpsee-core 0.9.0",3967 "jsonrpsee-http-client",3968 "jsonrpsee-types 0.9.0",3969 "jsonrpsee-ws-client 0.9.0",3970]39713972[[package]]3973name = "jsonrpsee-client-transport"3974version = "0.8.0"3975source = "registry+https://github.com/rust-lang/crates.io-index"3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3977dependencies = [3978 "futures 0.3.21",3979 "http",3980 "jsonrpsee-core 0.8.0",3981 "jsonrpsee-types 0.8.0",3982 "pin-project 1.0.10",3983 "rustls-native-certs 0.6.1",3984 "soketto",3985 "thiserror",3986 "tokio 1.17.0",3987 "tokio-rustls 0.23.3",3988 "tokio-util 0.6.9",3989 "tracing",3990 "webpki-roots 0.22.2",3991]39923993[[package]]3994name = "jsonrpsee-client-transport"3995version = "0.9.0"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3998dependencies = [3999 "futures 0.3.21",4000 "http",4001 "jsonrpsee-core 0.9.0",4002 "jsonrpsee-types 0.9.0",4003 "pin-project 1.0.10",4004 "rustls-native-certs 0.6.1",4005 "soketto",4006 "thiserror",4007 "tokio 1.17.0",4008 "tokio-rustls 0.23.3",4009 "tokio-util 0.6.9",4010 "tracing",4011 "webpki-roots 0.22.2",4012]40134014[[package]]4015name = "jsonrpsee-core"4016version = "0.8.0"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4019dependencies = [4020 "anyhow",4021 "arrayvec 0.7.2",4022 "async-trait",4023 "beef",4024 "futures-channel",4025 "futures-util",4026 "hyper",4027 "jsonrpsee-types 0.8.0",4028 "rustc-hash",4029 "serde",4030 "serde_json",4031 "soketto",4032 "thiserror",4033 "tokio 1.17.0",4034 "tracing",4035]40364037[[package]]4038name = "jsonrpsee-core"4039version = "0.9.0"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4042dependencies = [4043 "anyhow",4044 "arrayvec 0.7.2",4045 "async-trait",4046 "beef",4047 "futures-channel",4048 "futures-util",4049 "hyper",4050 "jsonrpsee-types 0.9.0",4051 "rustc-hash",4052 "serde",4053 "serde_json",4054 "soketto",4055 "thiserror",4056 "tokio 1.17.0",4057 "tracing",4058]40594060[[package]]4061name = "jsonrpsee-http-client"4062version = "0.9.0"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4065dependencies = [4066 "async-trait",4067 "hyper",4068 "hyper-rustls 0.23.0",4069 "jsonrpsee-core 0.9.0",4070 "jsonrpsee-types 0.9.0",4071 "rustc-hash",4072 "serde",4073 "serde_json",4074 "thiserror",4075 "tokio 1.17.0",4076 "tracing",4077]40784079[[package]]4080name = "jsonrpsee-proc-macros"4081version = "0.8.0"4082source = "registry+https://github.com/rust-lang/crates.io-index"4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4084dependencies = [4085 "proc-macro-crate 1.1.3",4086 "proc-macro2",4087 "quote",4088 "syn",4089]40904091[[package]]4092name = "jsonrpsee-types"4093version = "0.4.1"4094source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4096dependencies = [4097 "anyhow",4098 "async-trait",4099 "beef",4100 "futures-channel",4101 "futures-util",4102 "hyper",4103 "log",4104 "serde",4105 "serde_json",4106 "soketto",4107 "thiserror",4108]41094110[[package]]4111name = "jsonrpsee-types"4112version = "0.8.0"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4115dependencies = [4116 "anyhow",4117 "beef",4118 "serde",4119 "serde_json",4120 "thiserror",4121 "tracing",4122]41234124[[package]]4125name = "jsonrpsee-types"4126version = "0.9.0"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4129dependencies = [4130 "anyhow",4131 "beef",4132 "serde",4133 "serde_json",4134 "thiserror",4135 "tracing",4136]41374138[[package]]4139name = "jsonrpsee-utils"4140version = "0.4.1"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4143dependencies = [4144 "arrayvec 0.7.2",4145 "beef",4146 "jsonrpsee-types 0.4.1",4147]41484149[[package]]4150name = "jsonrpsee-ws-client"4151version = "0.4.1"4152source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4154dependencies = [4155 "arrayvec 0.7.2",4156 "async-trait",4157 "fnv",4158 "futures 0.3.21",4159 "http",4160 "jsonrpsee-types 0.4.1",4161 "log",4162 "pin-project 1.0.10",4163 "rustls-native-certs 0.5.0",4164 "serde",4165 "serde_json",4166 "soketto",4167 "thiserror",4168 "tokio 1.17.0",4169 "tokio-rustls 0.22.0",4170 "tokio-util 0.6.9",4171]41724173[[package]]4174name = "jsonrpsee-ws-client"4175version = "0.8.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4178dependencies = [4179 "jsonrpsee-client-transport 0.8.0",4180 "jsonrpsee-core 0.8.0",4181 "jsonrpsee-types 0.8.0",4182]41834184[[package]]4185name = "jsonrpsee-ws-client"4186version = "0.9.0"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4189dependencies = [4190 "jsonrpsee-client-transport 0.9.0",4191 "jsonrpsee-core 0.9.0",4192 "jsonrpsee-types 0.9.0",4193]41944195[[package]]4196name = "k256"4197version = "0.10.4"4198source = "registry+https://github.com/rust-lang/crates.io-index"4199checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4200dependencies = [4201 "cfg-if 1.0.0",4202 "ecdsa",4203 "elliptic-curve",4204 "sec1",4205]42064207[[package]]4208name = "keccak"4209version = "0.1.0"4210source = "registry+https://github.com/rust-lang/crates.io-index"4211checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42124213[[package]]4214name = "kernel32-sys"4215version = "0.2.2"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4218dependencies = [4219 "winapi 0.2.8",4220 "winapi-build",4221]42224223[[package]]4224name = "kusama-runtime"4225version = "0.9.18"4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4227dependencies = [4228 "beefy-primitives",4229 "bitvec",4230 "frame-benchmarking",4231 "frame-election-provider-support",4232 "frame-executive",4233 "frame-support",4234 "frame-system",4235 "frame-system-benchmarking",4236 "frame-system-rpc-runtime-api",4237 "frame-try-runtime",4238 "hex-literal",4239 "kusama-runtime-constants",4240 "log",4241 "pallet-authority-discovery",4242 "pallet-authorship",4243 "pallet-babe",4244 "pallet-bags-list",4245 "pallet-balances",4246 "pallet-bounties",4247 "pallet-collective",4248 "pallet-democracy",4249 "pallet-election-provider-multi-phase",4250 "pallet-elections-phragmen",4251 "pallet-gilt",4252 "pallet-grandpa",4253 "pallet-identity",4254 "pallet-im-online",4255 "pallet-indices",4256 "pallet-membership",4257 "pallet-mmr-primitives",4258 "pallet-multisig",4259 "pallet-nicks",4260 "pallet-offences",4261 "pallet-offences-benchmarking",4262 "pallet-preimage",4263 "pallet-proxy",4264 "pallet-recovery",4265 "pallet-scheduler",4266 "pallet-session",4267 "pallet-session-benchmarking",4268 "pallet-society",4269 "pallet-staking",4270 "pallet-staking-reward-fn",4271 "pallet-timestamp",4272 "pallet-tips",4273 "pallet-transaction-payment",4274 "pallet-transaction-payment-rpc-runtime-api",4275 "pallet-treasury",4276 "pallet-utility",4277 "pallet-vesting",4278 "pallet-xcm",4279 "parity-scale-codec",4280 "polkadot-primitives",4281 "polkadot-runtime-common",4282 "polkadot-runtime-parachains",4283 "rustc-hex",4284 "scale-info",4285 "serde",4286 "serde_derive",4287 "smallvec",4288 "sp-api",4289 "sp-arithmetic",4290 "sp-authority-discovery",4291 "sp-block-builder",4292 "sp-consensus-babe",4293 "sp-core",4294 "sp-inherents",4295 "sp-io",4296 "sp-npos-elections",4297 "sp-offchain",4298 "sp-runtime",4299 "sp-session",4300 "sp-staking",4301 "sp-std",4302 "sp-transaction-pool",4303 "sp-version",4304 "static_assertions",4305 "substrate-wasm-builder",4306 "xcm",4307 "xcm-builder",4308 "xcm-executor",4309]43104311[[package]]4312name = "kusama-runtime-constants"4313version = "0.9.18"4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4315dependencies = [4316 "frame-support",4317 "polkadot-primitives",4318 "polkadot-runtime-common",4319 "smallvec",4320 "sp-runtime",4321]43224323[[package]]4324name = "kv-log-macro"4325version = "1.0.7"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4328dependencies = [4329 "log",4330]43314332[[package]]4333name = "kvdb"4334version = "0.11.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4337dependencies = [4338 "parity-util-mem",4339 "smallvec",4340]43414342[[package]]4343name = "kvdb-memorydb"4344version = "0.11.0"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4347dependencies = [4348 "kvdb",4349 "parity-util-mem",4350 "parking_lot 0.12.0",4351]43524353[[package]]4354name = "kvdb-rocksdb"4355version = "0.15.2"4356source = "registry+https://github.com/rust-lang/crates.io-index"4357checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4358dependencies = [4359 "fs-swap",4360 "kvdb",4361 "log",4362 "num_cpus",4363 "owning_ref",4364 "parity-util-mem",4365 "parking_lot 0.12.0",4366 "regex",4367 "rocksdb",4368 "smallvec",4369]43704371[[package]]4372name = "lazy_static"4373version = "1.4.0"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43764377[[package]]4378name = "lazycell"4379version = "1.3.0"4380source = "registry+https://github.com/rust-lang/crates.io-index"4381checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43824383[[package]]4384name = "libc"4385version = "0.2.122"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"43884389[[package]]4390name = "libloading"4391version = "0.5.2"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4394dependencies = [4395 "cc",4396 "winapi 0.3.9",4397]43984399[[package]]4400name = "libloading"4401version = "0.7.3"4402source = "registry+https://github.com/rust-lang/crates.io-index"4403checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4404dependencies = [4405 "cfg-if 1.0.0",4406 "winapi 0.3.9",4407]44084409[[package]]4410name = "libm"4411version = "0.2.2"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44144415[[package]]4416name = "libp2p"4417version = "0.40.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4420dependencies = [4421 "atomic",4422 "bytes 1.1.0",4423 "futures 0.3.21",4424 "lazy_static",4425 "libp2p-core",4426 "libp2p-deflate",4427 "libp2p-dns",4428 "libp2p-floodsub",4429 "libp2p-gossipsub",4430 "libp2p-identify",4431 "libp2p-kad",4432 "libp2p-mdns",4433 "libp2p-metrics",4434 "libp2p-mplex",4435 "libp2p-noise",4436 "libp2p-ping",4437 "libp2p-plaintext",4438 "libp2p-pnet",4439 "libp2p-relay",4440 "libp2p-rendezvous",4441 "libp2p-request-response",4442 "libp2p-swarm",4443 "libp2p-swarm-derive",4444 "libp2p-tcp",4445 "libp2p-uds",4446 "libp2p-wasm-ext",4447 "libp2p-websocket",4448 "libp2p-yamux",4449 "multiaddr",4450 "parking_lot 0.11.2",4451 "pin-project 1.0.10",4452 "smallvec",4453 "wasm-timer",4454]44554456[[package]]4457name = "libp2p-core"4458version = "0.30.2"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4461dependencies = [4462 "asn1_der",4463 "bs58",4464 "ed25519-dalek",4465 "either",4466 "fnv",4467 "futures 0.3.21",4468 "futures-timer",4469 "instant",4470 "lazy_static",4471 "libsecp256k1 0.7.0",4472 "log",4473 "multiaddr",4474 "multihash 0.14.0",4475 "multistream-select",4476 "parking_lot 0.11.2",4477 "pin-project 1.0.10",4478 "prost",4479 "prost-build",4480 "rand 0.8.5",4481 "ring",4482 "rw-stream-sink",4483 "sha2 0.9.9",4484 "smallvec",4485 "thiserror",4486 "unsigned-varint 0.7.1",4487 "void",4488 "zeroize",4489]44904491[[package]]4492name = "libp2p-deflate"4493version = "0.30.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4496dependencies = [4497 "flate2",4498 "futures 0.3.21",4499 "libp2p-core",4500]45014502[[package]]4503name = "libp2p-dns"4504version = "0.30.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4507dependencies = [4508 "async-std-resolver",4509 "futures 0.3.21",4510 "libp2p-core",4511 "log",4512 "smallvec",4513 "trust-dns-resolver",4514]45154516[[package]]4517name = "libp2p-floodsub"4518version = "0.31.0"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4521dependencies = [4522 "cuckoofilter",4523 "fnv",4524 "futures 0.3.21",4525 "libp2p-core",4526 "libp2p-swarm",4527 "log",4528 "prost",4529 "prost-build",4530 "rand 0.7.3",4531 "smallvec",4532]45334534[[package]]4535name = "libp2p-gossipsub"4536version = "0.33.0"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4539dependencies = [4540 "asynchronous-codec 0.6.0",4541 "base64",4542 "byteorder",4543 "bytes 1.1.0",4544 "fnv",4545 "futures 0.3.21",4546 "hex_fmt",4547 "libp2p-core",4548 "libp2p-swarm",4549 "log",4550 "prost",4551 "prost-build",4552 "rand 0.7.3",4553 "regex",4554 "sha2 0.9.9",4555 "smallvec",4556 "unsigned-varint 0.7.1",4557 "wasm-timer",4558]45594560[[package]]4561name = "libp2p-identify"4562version = "0.31.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4565dependencies = [4566 "futures 0.3.21",4567 "libp2p-core",4568 "libp2p-swarm",4569 "log",4570 "lru 0.6.6",4571 "prost",4572 "prost-build",4573 "smallvec",4574 "wasm-timer",4575]45764577[[package]]4578name = "libp2p-kad"4579version = "0.32.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4582dependencies = [4583 "arrayvec 0.5.2",4584 "asynchronous-codec 0.6.0",4585 "bytes 1.1.0",4586 "either",4587 "fnv",4588 "futures 0.3.21",4589 "libp2p-core",4590 "libp2p-swarm",4591 "log",4592 "prost",4593 "prost-build",4594 "rand 0.7.3",4595 "sha2 0.9.9",4596 "smallvec",4597 "uint",4598 "unsigned-varint 0.7.1",4599 "void",4600 "wasm-timer",4601]46024603[[package]]4604name = "libp2p-mdns"4605version = "0.32.0"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4608dependencies = [4609 "async-io",4610 "data-encoding",4611 "dns-parser",4612 "futures 0.3.21",4613 "if-watch",4614 "lazy_static",4615 "libp2p-core",4616 "libp2p-swarm",4617 "log",4618 "rand 0.8.5",4619 "smallvec",4620 "socket2 0.4.4",4621 "void",4622]46234624[[package]]4625name = "libp2p-metrics"4626version = "0.1.0"4627source = "registry+https://github.com/rust-lang/crates.io-index"4628checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4629dependencies = [4630 "libp2p-core",4631 "libp2p-identify",4632 "libp2p-kad",4633 "libp2p-ping",4634 "libp2p-swarm",4635 "open-metrics-client",4636]46374638[[package]]4639name = "libp2p-mplex"4640version = "0.30.0"4641source = "registry+https://github.com/rust-lang/crates.io-index"4642checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4643dependencies = [4644 "asynchronous-codec 0.6.0",4645 "bytes 1.1.0",4646 "futures 0.3.21",4647 "libp2p-core",4648 "log",4649 "nohash-hasher",4650 "parking_lot 0.11.2",4651 "rand 0.7.3",4652 "smallvec",4653 "unsigned-varint 0.7.1",4654]46554656[[package]]4657name = "libp2p-noise"4658version = "0.33.0"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4661dependencies = [4662 "bytes 1.1.0",4663 "curve25519-dalek 3.2.0",4664 "futures 0.3.21",4665 "lazy_static",4666 "libp2p-core",4667 "log",4668 "prost",4669 "prost-build",4670 "rand 0.8.5",4671 "sha2 0.9.9",4672 "snow",4673 "static_assertions",4674 "x25519-dalek",4675 "zeroize",4676]46774678[[package]]4679name = "libp2p-ping"4680version = "0.31.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4683dependencies = [4684 "futures 0.3.21",4685 "libp2p-core",4686 "libp2p-swarm",4687 "log",4688 "rand 0.7.3",4689 "void",4690 "wasm-timer",4691]46924693[[package]]4694name = "libp2p-plaintext"4695version = "0.30.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4698dependencies = [4699 "asynchronous-codec 0.6.0",4700 "bytes 1.1.0",4701 "futures 0.3.21",4702 "libp2p-core",4703 "log",4704 "prost",4705 "prost-build",4706 "unsigned-varint 0.7.1",4707 "void",4708]47094710[[package]]4711name = "libp2p-pnet"4712version = "0.22.0"4713source = "registry+https://github.com/rust-lang/crates.io-index"4714checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4715dependencies = [4716 "futures 0.3.21",4717 "log",4718 "pin-project 1.0.10",4719 "rand 0.7.3",4720 "salsa20",4721 "sha3 0.9.1",4722]47234724[[package]]4725name = "libp2p-relay"4726version = "0.4.0"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4729dependencies = [4730 "asynchronous-codec 0.6.0",4731 "bytes 1.1.0",4732 "futures 0.3.21",4733 "futures-timer",4734 "libp2p-core",4735 "libp2p-swarm",4736 "log",4737 "pin-project 1.0.10",4738 "prost",4739 "prost-build",4740 "rand 0.7.3",4741 "smallvec",4742 "unsigned-varint 0.7.1",4743 "void",4744 "wasm-timer",4745]47464747[[package]]4748name = "libp2p-rendezvous"4749version = "0.1.0"4750source = "registry+https://github.com/rust-lang/crates.io-index"4751checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4752dependencies = [4753 "asynchronous-codec 0.6.0",4754 "bimap",4755 "futures 0.3.21",4756 "libp2p-core",4757 "libp2p-swarm",4758 "log",4759 "prost",4760 "prost-build",4761 "rand 0.8.5",4762 "sha2 0.9.9",4763 "thiserror",4764 "unsigned-varint 0.7.1",4765 "void",4766 "wasm-timer",4767]47684769[[package]]4770name = "libp2p-request-response"4771version = "0.13.0"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4774dependencies = [4775 "async-trait",4776 "bytes 1.1.0",4777 "futures 0.3.21",4778 "libp2p-core",4779 "libp2p-swarm",4780 "log",4781 "lru 0.7.5",4782 "rand 0.7.3",4783 "smallvec",4784 "unsigned-varint 0.7.1",4785 "wasm-timer",4786]47874788[[package]]4789name = "libp2p-swarm"4790version = "0.31.0"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4793dependencies = [4794 "either",4795 "futures 0.3.21",4796 "libp2p-core",4797 "log",4798 "rand 0.7.3",4799 "smallvec",4800 "void",4801 "wasm-timer",4802]48034804[[package]]4805name = "libp2p-swarm-derive"4806version = "0.25.0"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4809dependencies = [4810 "quote",4811 "syn",4812]48134814[[package]]4815name = "libp2p-tcp"4816version = "0.30.0"4817source = "registry+https://github.com/rust-lang/crates.io-index"4818checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4819dependencies = [4820 "async-io",4821 "futures 0.3.21",4822 "futures-timer",4823 "if-watch",4824 "ipnet",4825 "libc",4826 "libp2p-core",4827 "log",4828 "socket2 0.4.4",4829]48304831[[package]]4832name = "libp2p-uds"4833version = "0.30.0"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4836dependencies = [4837 "async-std",4838 "futures 0.3.21",4839 "libp2p-core",4840 "log",4841]48424843[[package]]4844name = "libp2p-wasm-ext"4845version = "0.30.0"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4848dependencies = [4849 "futures 0.3.21",4850 "js-sys",4851 "libp2p-core",4852 "parity-send-wrapper",4853 "wasm-bindgen",4854 "wasm-bindgen-futures",4855]48564857[[package]]4858name = "libp2p-websocket"4859version = "0.31.0"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4862dependencies = [4863 "either",4864 "futures 0.3.21",4865 "futures-rustls",4866 "libp2p-core",4867 "log",4868 "quicksink",4869 "rw-stream-sink",4870 "soketto",4871 "url 2.2.2",4872 "webpki-roots 0.21.1",4873]48744875[[package]]4876name = "libp2p-yamux"4877version = "0.34.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4880dependencies = [4881 "futures 0.3.21",4882 "libp2p-core",4883 "parking_lot 0.11.2",4884 "thiserror",4885 "yamux",4886]48874888[[package]]4889name = "librocksdb-sys"4890version = "0.6.1+6.28.2"4891source = "registry+https://github.com/rust-lang/crates.io-index"4892checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4893dependencies = [4894 "bindgen",4895 "bzip2-sys",4896 "cc",4897 "glob",4898 "libc",4899 "libz-sys",4900 "tikv-jemalloc-sys",4901]49024903[[package]]4904name = "libsecp256k1"4905version = "0.3.5"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4908dependencies = [4909 "arrayref",4910 "crunchy",4911 "digest 0.8.1",4912 "hmac-drbg 0.2.0",4913 "rand 0.7.3",4914 "sha2 0.8.2",4915 "subtle 2.4.1",4916 "typenum",4917]49184919[[package]]4920name = "libsecp256k1"4921version = "0.7.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4924dependencies = [4925 "arrayref",4926 "base64",4927 "digest 0.9.0",4928 "hmac-drbg 0.3.0",4929 "libsecp256k1-core",4930 "libsecp256k1-gen-ecmult",4931 "libsecp256k1-gen-genmult",4932 "rand 0.8.5",4933 "serde",4934 "sha2 0.9.9",4935 "typenum",4936]49374938[[package]]4939name = "libsecp256k1-core"4940version = "0.3.0"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4943dependencies = [4944 "crunchy",4945 "digest 0.9.0",4946 "subtle 2.4.1",4947]49484949[[package]]4950name = "libsecp256k1-gen-ecmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libsecp256k1-gen-genmult"4960version = "0.3.0"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4963dependencies = [4964 "libsecp256k1-core",4965]49664967[[package]]4968name = "libz-sys"4969version = "1.1.5"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4972dependencies = [4973 "cc",4974 "pkg-config",4975 "vcpkg",4976]49774978[[package]]4979name = "linked-hash-map"4980version = "0.5.4"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49834984[[package]]4985name = "linked_hash_set"4986version = "0.1.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4989dependencies = [4990 "linked-hash-map",4991]49924993[[package]]4994name = "linregress"4995version = "0.4.4"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4998dependencies = [4999 "nalgebra",5000 "statrs",5001]50025003[[package]]5004name = "linux-raw-sys"5005version = "0.0.36"5006source = "registry+https://github.com/rust-lang/crates.io-index"5007checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"50085009[[package]]5010name = "lock_api"5011version = "0.4.7"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"5014dependencies = [5015 "autocfg",5016 "scopeguard",5017]50185019[[package]]5020name = "log"5021version = "0.4.16"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5024dependencies = [5025 "cfg-if 1.0.0",5026 "value-bag",5027]50285029[[package]]5030name = "lru"5031version = "0.6.6"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5034dependencies = [5035 "hashbrown 0.11.2",5036]50375038[[package]]5039name = "lru"5040version = "0.7.5"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"5043dependencies = [5044 "hashbrown 0.11.2",5045]50465047[[package]]5048name = "lru-cache"5049version = "0.1.2"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5052dependencies = [5053 "linked-hash-map",5054]50555056[[package]]5057name = "lz4"5058version = "1.23.3"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5061dependencies = [5062 "libc",5063 "lz4-sys",5064]50655066[[package]]5067name = "lz4-sys"5068version = "1.9.3"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5071dependencies = [5072 "cc",5073 "libc",5074]50755076[[package]]5077name = "mach"5078version = "0.3.2"5079source = "registry+https://github.com/rust-lang/crates.io-index"5080checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5081dependencies = [5082 "libc",5083]50845085[[package]]5086name = "maplit"5087version = "1.0.2"5088source = "registry+https://github.com/rust-lang/crates.io-index"5089checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50905091[[package]]5092name = "match_cfg"5093version = "0.1.0"5094source = "registry+https://github.com/rust-lang/crates.io-index"5095checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50965097[[package]]5098name = "matchers"5099version = "0.0.1"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5102dependencies = [5103 "regex-automata",5104]51055106[[package]]5107name = "matches"5108version = "0.1.9"5109source = "registry+https://github.com/rust-lang/crates.io-index"5110checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51115112[[package]]5113name = "matrixmultiply"5114version = "0.3.2"5115source = "registry+https://github.com/rust-lang/crates.io-index"5116checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5117dependencies = [5118 "rawpointer",5119]51205121[[package]]5122name = "memchr"5123version = "2.4.1"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51265127[[package]]5128name = "memmap2"5129version = "0.2.3"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5132dependencies = [5133 "libc",5134]51355136[[package]]5137name = "memmap2"5138version = "0.5.3"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5141dependencies = [5142 "libc",5143]51445145[[package]]5146name = "memoffset"5147version = "0.6.5"5148source = "registry+https://github.com/rust-lang/crates.io-index"5149checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5150dependencies = [5151 "autocfg",5152]51535154[[package]]5155name = "memory-db"5156version = "0.29.0"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5159dependencies = [5160 "hash-db",5161 "hashbrown 0.12.0",5162 "parity-util-mem",5163]51645165[[package]]5166name = "memory-lru"5167version = "0.1.0"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5170dependencies = [5171 "lru 0.6.6",5172]51735174[[package]]5175name = "memory_units"5176version = "0.3.0"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51795180[[package]]5181name = "merlin"5182version = "2.0.1"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5185dependencies = [5186 "byteorder",5187 "keccak",5188 "rand_core 0.5.1",5189 "zeroize",5190]51915192[[package]]5193name = "metered-channel"5194version = "0.9.18"5195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5196dependencies = [5197 "derive_more",5198 "futures 0.3.21",5199 "futures-timer",5200 "thiserror",5201 "tracing",5202]52035204[[package]]5205name = "mick-jaeger"5206version = "0.1.8"5207source = "registry+https://github.com/rust-lang/crates.io-index"5208checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5209dependencies = [5210 "futures 0.3.21",5211 "rand 0.8.5",5212 "thrift",5213]52145215[[package]]5216name = "minimal-lexical"5217version = "0.2.1"5218source = "registry+https://github.com/rust-lang/crates.io-index"5219checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52205221[[package]]5222name = "miniz_oxide"5223version = "0.4.4"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5226dependencies = [5227 "adler",5228 "autocfg",5229]52305231[[package]]5232name = "mio"5233version = "0.6.23"5234source = "registry+https://github.com/rust-lang/crates.io-index"5235checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5236dependencies = [5237 "cfg-if 0.1.10",5238 "fuchsia-zircon",5239 "fuchsia-zircon-sys",5240 "iovec",5241 "kernel32-sys",5242 "libc",5243 "log",5244 "miow 0.2.2",5245 "net2",5246 "slab",5247 "winapi 0.2.8",5248]52495250[[package]]5251name = "mio"5252version = "0.8.2"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5255dependencies = [5256 "libc",5257 "log",5258 "miow 0.3.7",5259 "ntapi",5260 "wasi 0.11.0+wasi-snapshot-preview1",5261 "winapi 0.3.9",5262]52635264[[package]]5265name = "mio-extras"5266version = "2.0.6"5267source = "registry+https://github.com/rust-lang/crates.io-index"5268checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5269dependencies = [5270 "lazycell",5271 "log",5272 "mio 0.6.23",5273 "slab",5274]52755276[[package]]5277name = "miow"5278version = "0.2.2"5279source = "registry+https://github.com/rust-lang/crates.io-index"5280checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5281dependencies = [5282 "kernel32-sys",5283 "net2",5284 "winapi 0.2.8",5285 "ws2_32-sys",5286]52875288[[package]]5289name = "miow"5290version = "0.3.7"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5293dependencies = [5294 "winapi 0.3.9",5295]52965297[[package]]5298name = "more-asserts"5299version = "0.2.2"5300source = "registry+https://github.com/rust-lang/crates.io-index"5301checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53025303[[package]]5304name = "multiaddr"5305version = "0.13.0"5306source = "registry+https://github.com/rust-lang/crates.io-index"5307checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5308dependencies = [5309 "arrayref",5310 "bs58",5311 "byteorder",5312 "data-encoding",5313 "multihash 0.14.0",5314 "percent-encoding 2.1.0",5315 "serde",5316 "static_assertions",5317 "unsigned-varint 0.7.1",5318 "url 2.2.2",5319]53205321[[package]]5322name = "multibase"5323version = "0.8.0"5324source = "registry+https://github.com/rust-lang/crates.io-index"5325checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5326dependencies = [5327 "base-x",5328 "data-encoding",5329 "data-encoding-macro",5330]53315332[[package]]5333name = "multihash"5334version = "0.13.2"5335source = "registry+https://github.com/rust-lang/crates.io-index"5336checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5337dependencies = [5338 "blake2b_simd",5339 "blake2s_simd",5340 "blake3 0.3.8",5341 "digest 0.9.0",5342 "generic-array 0.14.5",5343 "multihash-derive",5344 "sha2 0.9.9",5345 "sha3 0.9.1",5346 "unsigned-varint 0.5.1",5347]53485349[[package]]5350name = "multihash"5351version = "0.14.0"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5354dependencies = [5355 "digest 0.9.0",5356 "generic-array 0.14.5",5357 "multihash-derive",5358 "sha2 0.9.9",5359 "unsigned-varint 0.7.1",5360]53615362[[package]]5363name = "multihash-derive"5364version = "0.7.2"5365source = "registry+https://github.com/rust-lang/crates.io-index"5366checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5367dependencies = [5368 "proc-macro-crate 1.1.3",5369 "proc-macro-error",5370 "proc-macro2",5371 "quote",5372 "syn",5373 "synstructure",5374]53755376[[package]]5377name = "multimap"5378version = "0.8.3"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53815382[[package]]5383name = "multistream-select"5384version = "0.10.4"5385source = "registry+https://github.com/rust-lang/crates.io-index"5386checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5387dependencies = [5388 "bytes 1.1.0",5389 "futures 0.3.21",5390 "log",5391 "pin-project 1.0.10",5392 "smallvec",5393 "unsigned-varint 0.7.1",5394]53955396[[package]]5397name = "nalgebra"5398version = "0.27.1"5399source = "registry+https://github.com/rust-lang/crates.io-index"5400checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5401dependencies = [5402 "approx",5403 "matrixmultiply",5404 "nalgebra-macros",5405 "num-complex",5406 "num-rational 0.4.0",5407 "num-traits",5408 "rand 0.8.5",5409 "rand_distr",5410 "simba",5411 "typenum",5412]54135414[[package]]5415name = "nalgebra-macros"5416version = "0.1.0"5417source = "registry+https://github.com/rust-lang/crates.io-index"5418checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5419dependencies = [5420 "proc-macro2",5421 "quote",5422 "syn",5423]54245425[[package]]5426name = "names"5427version = "0.12.0"5428source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5430dependencies = [5431 "rand 0.8.5",5432]54335434[[package]]5435name = "net2"5436version = "0.2.37"5437source = "registry+https://github.com/rust-lang/crates.io-index"5438checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5439dependencies = [5440 "cfg-if 0.1.10",5441 "libc",5442 "winapi 0.3.9",5443]54445445[[package]]5446name = "nodrop"5447version = "0.1.14"5448source = "registry+https://github.com/rust-lang/crates.io-index"5449checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54505451[[package]]5452name = "nohash-hasher"5453version = "0.2.0"5454source = "registry+https://github.com/rust-lang/crates.io-index"5455checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54565457[[package]]5458name = "nom"5459version = "7.1.1"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5462dependencies = [5463 "memchr",5464 "minimal-lexical",5465]54665467[[package]]5468name = "ntapi"5469version = "0.3.7"5470source = "registry+https://github.com/rust-lang/crates.io-index"5471checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5472dependencies = [5473 "winapi 0.3.9",5474]54755476[[package]]5477name = "num-bigint"5478version = "0.2.6"5479source = "registry+https://github.com/rust-lang/crates.io-index"5480checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5481dependencies = [5482 "autocfg",5483 "num-integer",5484 "num-traits",5485]54865487[[package]]5488name = "num-complex"5489version = "0.4.0"5490source = "registry+https://github.com/rust-lang/crates.io-index"5491checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5492dependencies = [5493 "num-traits",5494]54955496[[package]]5497name = "num-format"5498version = "0.4.0"5499source = "registry+https://github.com/rust-lang/crates.io-index"5500checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5501dependencies = [5502 "arrayvec 0.4.12",5503 "itoa 0.4.8",5504]55055506[[package]]5507name = "num-integer"5508version = "0.1.44"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5511dependencies = [5512 "autocfg",5513 "num-traits",5514]55155516[[package]]5517name = "num-rational"5518version = "0.2.4"5519source = "registry+https://github.com/rust-lang/crates.io-index"5520checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5521dependencies = [5522 "autocfg",5523 "num-bigint",5524 "num-integer",5525 "num-traits",5526]55275528[[package]]5529name = "num-rational"5530version = "0.4.0"5531source = "registry+https://github.com/rust-lang/crates.io-index"5532checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5533dependencies = [5534 "autocfg",5535 "num-integer",5536 "num-traits",5537]55385539[[package]]5540name = "num-traits"5541version = "0.2.14"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5544dependencies = [5545 "autocfg",5546 "libm",5547]55485549[[package]]5550name = "num_cpus"5551version = "1.13.1"5552source = "registry+https://github.com/rust-lang/crates.io-index"5553checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5554dependencies = [5555 "hermit-abi",5556 "libc",5557]55585559[[package]]5560name = "object"5561version = "0.27.1"5562source = "registry+https://github.com/rust-lang/crates.io-index"5563checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5564dependencies = [5565 "crc32fast",5566 "indexmap",5567 "memchr",5568]55695570[[package]]5571name = "once_cell"5572version = "1.10.0"5573source = "registry+https://github.com/rust-lang/crates.io-index"5574checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55755576[[package]]5577name = "opal-runtime"5578version = "0.9.18"5579dependencies = [5580 "cumulus-pallet-aura-ext",5581 "cumulus-pallet-dmp-queue",5582 "cumulus-pallet-parachain-system",5583 "cumulus-pallet-xcm",5584 "cumulus-pallet-xcmp-queue",5585 "cumulus-primitives-core",5586 "cumulus-primitives-timestamp",5587 "cumulus-primitives-utility",5588 "derivative",5589 "fp-evm-mapping",5590 "fp-rpc",5591 "fp-self-contained",5592 "frame-benchmarking",5593 "frame-executive",5594 "frame-support",5595 "frame-system",5596 "frame-system-benchmarking",5597 "frame-system-rpc-runtime-api",5598 "frame-try-runtime",5599 "hex-literal",5600 "log",5601 "orml-vesting",5602 "pallet-aura",5603 "pallet-balances",5604 "pallet-base-fee",5605 "pallet-common",5606 "pallet-ethereum",5607 "pallet-evm",5608 "pallet-evm-coder-substrate",5609 "pallet-evm-contract-helpers",5610 "pallet-evm-migration",5611 "pallet-evm-transaction-payment",5612 "pallet-fungible",5613 "pallet-inflation",5614 "pallet-nonfungible",5615 "pallet-randomness-collective-flip",5616 "pallet-refungible",5617 "pallet-structure",5618 "pallet-sudo",5619 "pallet-template-transaction-payment",5620 "pallet-timestamp",5621 "pallet-transaction-payment",5622 "pallet-transaction-payment-rpc-runtime-api",5623 "pallet-treasury",5624 "pallet-unique",5625 "pallet-unq-scheduler",5626 "pallet-xcm",5627 "parachain-info",5628 "parity-scale-codec",5629 "polkadot-parachain",5630 "scale-info",5631 "serde",5632 "smallvec",5633 "sp-api",5634 "sp-arithmetic",5635 "sp-block-builder",5636 "sp-consensus-aura",5637 "sp-core",5638 "sp-inherents",5639 "sp-io",5640 "sp-offchain",5641 "sp-runtime",5642 "sp-session",5643 "sp-std",5644 "sp-transaction-pool",5645 "sp-version",5646 "substrate-wasm-builder",5647 "unique-runtime-common",5648 "up-data-structs",5649 "up-rpc",5650 "xcm",5651 "xcm-builder",5652 "xcm-executor",5653]56545655[[package]]5656name = "opaque-debug"5657version = "0.2.3"5658source = "registry+https://github.com/rust-lang/crates.io-index"5659checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56605661[[package]]5662name = "opaque-debug"5663version = "0.3.0"5664source = "registry+https://github.com/rust-lang/crates.io-index"5665checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56665667[[package]]5668name = "open-metrics-client"5669version = "0.12.0"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5672dependencies = [5673 "dtoa",5674 "itoa 0.4.8",5675 "open-metrics-client-derive-text-encode",5676 "owning_ref",5677]56785679[[package]]5680name = "open-metrics-client-derive-text-encode"5681version = "0.1.1"5682source = "registry+https://github.com/rust-lang/crates.io-index"5683checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5684dependencies = [5685 "proc-macro2",5686 "quote",5687 "syn",5688]56895690[[package]]5691name = "openssl-probe"5692version = "0.1.5"5693source = "registry+https://github.com/rust-lang/crates.io-index"5694checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56955696[[package]]5697name = "ordered-float"5698version = "1.1.1"5699source = "registry+https://github.com/rust-lang/crates.io-index"5700checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5701dependencies = [5702 "num-traits",5703]57045705[[package]]5706name = "orml-vesting"5707version = "0.4.1-dev"5708source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5709dependencies = [5710 "frame-support",5711 "frame-system",5712 "parity-scale-codec",5713 "scale-info",5714 "serde",5715 "sp-io",5716 "sp-runtime",5717 "sp-std",5718]57195720[[package]]5721name = "os_str_bytes"5722version = "6.0.0"5723source = "registry+https://github.com/rust-lang/crates.io-index"5724checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5725dependencies = [5726 "memchr",5727]57285729[[package]]5730name = "owning_ref"5731version = "0.4.1"5732source = "registry+https://github.com/rust-lang/crates.io-index"5733checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5734dependencies = [5735 "stable_deref_trait",5736]57375738[[package]]5739name = "pallet-aura"5740version = "4.0.0-dev"5741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5742dependencies = [5743 "frame-support",5744 "frame-system",5745 "pallet-timestamp",5746 "parity-scale-codec",5747 "scale-info",5748 "sp-application-crypto",5749 "sp-consensus-aura",5750 "sp-runtime",5751 "sp-std",5752]57535754[[package]]5755name = "pallet-authority-discovery"5756version = "4.0.0-dev"5757source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5758dependencies = [5759 "frame-support",5760 "frame-system",5761 "pallet-session",5762 "parity-scale-codec",5763 "scale-info",5764 "sp-application-crypto",5765 "sp-authority-discovery",5766 "sp-runtime",5767 "sp-std",5768]57695770[[package]]5771name = "pallet-authorship"5772version = "4.0.0-dev"5773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5774dependencies = [5775 "frame-support",5776 "frame-system",5777 "impl-trait-for-tuples",5778 "parity-scale-codec",5779 "scale-info",5780 "sp-authorship",5781 "sp-runtime",5782 "sp-std",5783]57845785[[package]]5786name = "pallet-babe"5787version = "4.0.0-dev"5788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5789dependencies = [5790 "frame-benchmarking",5791 "frame-support",5792 "frame-system",5793 "log",5794 "pallet-authorship",5795 "pallet-session",5796 "pallet-timestamp",5797 "parity-scale-codec",5798 "scale-info",5799 "sp-application-crypto",5800 "sp-consensus-babe",5801 "sp-consensus-vrf",5802 "sp-io",5803 "sp-runtime",5804 "sp-session",5805 "sp-staking",5806 "sp-std",5807]58085809[[package]]5810name = "pallet-bags-list"5811version = "4.0.0-dev"5812source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5813dependencies = [5814 "frame-benchmarking",5815 "frame-election-provider-support",5816 "frame-support",5817 "frame-system",5818 "log",5819 "pallet-balances",5820 "parity-scale-codec",5821 "scale-info",5822 "sp-core",5823 "sp-io",5824 "sp-runtime",5825 "sp-std",5826 "sp-tracing",5827]58285829[[package]]5830name = "pallet-balances"5831version = "4.0.0-dev"5832source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5833dependencies = [5834 "frame-benchmarking",5835 "frame-support",5836 "frame-system",5837 "log",5838 "parity-scale-codec",5839 "scale-info",5840 "sp-runtime",5841 "sp-std",5842]58435844[[package]]5845name = "pallet-base-fee"5846version = "1.0.0"5847source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5848dependencies = [5849 "frame-support",5850 "frame-system",5851 "pallet-evm",5852 "parity-scale-codec",5853 "scale-info",5854 "serde",5855 "sp-core",5856 "sp-runtime",5857]58585859[[package]]5860name = "pallet-beefy"5861version = "4.0.0-dev"5862source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5863dependencies = [5864 "beefy-primitives",5865 "frame-support",5866 "frame-system",5867 "pallet-session",5868 "parity-scale-codec",5869 "scale-info",5870 "serde",5871 "sp-runtime",5872 "sp-std",5873]58745875[[package]]5876name = "pallet-beefy-mmr"5877version = "4.0.0-dev"5878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5879dependencies = [5880 "beefy-merkle-tree",5881 "beefy-primitives",5882 "frame-support",5883 "frame-system",5884 "hex",5885 "k256",5886 "log",5887 "pallet-beefy",5888 "pallet-mmr",5889 "pallet-mmr-primitives",5890 "pallet-session",5891 "parity-scale-codec",5892 "scale-info",5893 "serde",5894 "sp-core",5895 "sp-io",5896 "sp-runtime",5897 "sp-std",5898]58995900[[package]]5901name = "pallet-bounties"5902version = "4.0.0-dev"5903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5904dependencies = [5905 "frame-benchmarking",5906 "frame-support",5907 "frame-system",5908 "log",5909 "pallet-treasury",5910 "parity-scale-codec",5911 "scale-info",5912 "sp-core",5913 "sp-io",5914 "sp-runtime",5915 "sp-std",5916]59175918[[package]]5919name = "pallet-bridge-dispatch"5920version = "0.1.0"5921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5922dependencies = [5923 "bp-message-dispatch",5924 "bp-runtime",5925 "frame-support",5926 "frame-system",5927 "log",5928 "parity-scale-codec",5929 "scale-info",5930 "sp-core",5931 "sp-runtime",5932 "sp-std",5933]59345935[[package]]5936name = "pallet-bridge-grandpa"5937version = "0.1.0"5938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5939dependencies = [5940 "bp-header-chain",5941 "bp-runtime",5942 "bp-test-utils",5943 "finality-grandpa",5944 "frame-support",5945 "frame-system",5946 "log",5947 "num-traits",5948 "parity-scale-codec",5949 "scale-info",5950 "serde",5951 "sp-finality-grandpa",5952 "sp-runtime",5953 "sp-std",5954 "sp-trie",5955]59565957[[package]]5958name = "pallet-bridge-messages"5959version = "0.1.0"5960source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5961dependencies = [5962 "bitvec",5963 "bp-message-dispatch",5964 "bp-messages",5965 "bp-runtime",5966 "frame-support",5967 "frame-system",5968 "log",5969 "num-traits",5970 "parity-scale-codec",5971 "scale-info",5972 "serde",5973 "sp-core",5974 "sp-runtime",5975 "sp-std",5976]59775978[[package]]5979name = "pallet-collective"5980version = "4.0.0-dev"5981source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5982dependencies = [5983 "frame-benchmarking",5984 "frame-support",5985 "frame-system",5986 "log",5987 "parity-scale-codec",5988 "scale-info",5989 "sp-core",5990 "sp-io",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-common"5997version = "0.1.0"5998dependencies = [5999 "evm-coder",6000 "fp-evm-mapping",6001 "frame-support",6002 "frame-system",6003 "pallet-evm",6004 "pallet-evm-coder-substrate",6005 "parity-scale-codec",6006 "scale-info",6007 "serde",6008 "sp-core",6009 "sp-runtime",6010 "sp-std",6011 "up-data-structs",6012]60136014[[package]]6015name = "pallet-democracy"6016version = "4.0.0-dev"6017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6018dependencies = [6019 "frame-benchmarking",6020 "frame-support",6021 "frame-system",6022 "parity-scale-codec",6023 "scale-info",6024 "serde",6025 "sp-io",6026 "sp-runtime",6027 "sp-std",6028]60296030[[package]]6031name = "pallet-election-provider-multi-phase"6032version = "4.0.0-dev"6033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6034dependencies = [6035 "frame-benchmarking",6036 "frame-election-provider-support",6037 "frame-support",6038 "frame-system",6039 "log",6040 "parity-scale-codec",6041 "rand 0.7.3",6042 "scale-info",6043 "sp-arithmetic",6044 "sp-core",6045 "sp-io",6046 "sp-npos-elections",6047 "sp-runtime",6048 "sp-std",6049 "static_assertions",6050 "strum 0.23.0",6051]60526053[[package]]6054name = "pallet-elections-phragmen"6055version = "5.0.0-dev"6056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6057dependencies = [6058 "frame-benchmarking",6059 "frame-support",6060 "frame-system",6061 "log",6062 "parity-scale-codec",6063 "scale-info",6064 "sp-core",6065 "sp-io",6066 "sp-npos-elections",6067 "sp-runtime",6068 "sp-std",6069]60706071[[package]]6072name = "pallet-ethereum"6073version = "4.0.0-dev"6074source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6075dependencies = [6076 "ethereum",6077 "ethereum-types",6078 "evm",6079 "fp-consensus",6080 "fp-evm",6081 "fp-evm-mapping",6082 "fp-rpc",6083 "fp-self-contained",6084 "fp-storage",6085 "frame-support",6086 "frame-system",6087 "log",6088 "pallet-balances",6089 "pallet-evm",6090 "pallet-timestamp",6091 "parity-scale-codec",6092 "rlp",6093 "rustc-hex",6094 "scale-info",6095 "serde",6096 "sha3 0.8.2",6097 "sp-io",6098 "sp-runtime",6099 "sp-std",6100]61016102[[package]]6103name = "pallet-evm"6104version = "6.0.0-dev"6105source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6106dependencies = [6107 "evm",6108 "evm-gasometer",6109 "evm-runtime",6110 "fp-evm",6111 "fp-evm-mapping",6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "hex",6116 "impl-trait-for-tuples",6117 "log",6118 "pallet-balances",6119 "pallet-timestamp",6120 "parity-scale-codec",6121 "primitive-types",6122 "rlp",6123 "scale-info",6124 "serde",6125 "sha3 0.8.2",6126 "sp-core",6127 "sp-io",6128 "sp-runtime",6129 "sp-std",6130]61316132[[package]]6133name = "pallet-evm-coder-substrate"6134version = "0.1.0"6135dependencies = [6136 "ethereum",6137 "evm-coder",6138 "frame-benchmarking",6139 "frame-support",6140 "frame-system",6141 "pallet-ethereum",6142 "pallet-evm",6143 "parity-scale-codec",6144 "scale-info",6145 "sp-core",6146 "sp-std",6147 "up-data-structs",6148]61496150[[package]]6151name = "pallet-evm-contract-helpers"6152version = "0.1.0"6153dependencies = [6154 "evm-coder",6155 "fp-evm-mapping",6156 "frame-support",6157 "frame-system",6158 "log",6159 "pallet-evm",6160 "pallet-evm-coder-substrate",6161 "parity-scale-codec",6162 "scale-info",6163 "sp-core",6164 "sp-runtime",6165 "sp-std",6166 "up-sponsorship",6167]61686169[[package]]6170name = "pallet-evm-migration"6171version = "0.1.0"6172dependencies = [6173 "fp-evm",6174 "frame-benchmarking",6175 "frame-support",6176 "frame-system",6177 "pallet-evm",6178 "parity-scale-codec",6179 "scale-info",6180 "sp-core",6181 "sp-io",6182 "sp-runtime",6183 "sp-std",6184]61856186[[package]]6187name = "pallet-evm-transaction-payment"6188version = "0.1.0"6189dependencies = [6190 "fp-evm",6191 "fp-evm-mapping",6192 "frame-support",6193 "frame-system",6194 "pallet-ethereum",6195 "pallet-evm",6196 "parity-scale-codec",6197 "scale-info",6198 "sp-core",6199 "sp-io",6200 "sp-runtime",6201 "sp-std",6202 "up-sponsorship",6203]62046205[[package]]6206name = "pallet-fungible"6207version = "0.1.0"6208dependencies = [6209 "ethereum",6210 "evm-coder",6211 "frame-benchmarking",6212 "frame-support",6213 "frame-system",6214 "pallet-common",6215 "pallet-evm",6216 "pallet-evm-coder-substrate",6217 "pallet-structure",6218 "parity-scale-codec",6219 "scale-info",6220 "sp-core",6221 "sp-runtime",6222 "sp-std",6223 "up-data-structs",6224]62256226[[package]]6227name = "pallet-gilt"6228version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6230dependencies = [6231 "frame-benchmarking",6232 "frame-support",6233 "frame-system",6234 "parity-scale-codec",6235 "scale-info",6236 "sp-arithmetic",6237 "sp-runtime",6238 "sp-std",6239]62406241[[package]]6242name = "pallet-grandpa"6243version = "4.0.0-dev"6244source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6245dependencies = [6246 "frame-benchmarking",6247 "frame-support",6248 "frame-system",6249 "log",6250 "pallet-authorship",6251 "pallet-session",6252 "parity-scale-codec",6253 "scale-info",6254 "sp-application-crypto",6255 "sp-core",6256 "sp-finality-grandpa",6257 "sp-io",6258 "sp-runtime",6259 "sp-session",6260 "sp-staking",6261 "sp-std",6262]62636264[[package]]6265name = "pallet-identity"6266version = "4.0.0-dev"6267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6268dependencies = [6269 "enumflags2",6270 "frame-benchmarking",6271 "frame-support",6272 "frame-system",6273 "parity-scale-codec",6274 "scale-info",6275 "sp-io",6276 "sp-runtime",6277 "sp-std",6278]62796280[[package]]6281name = "pallet-im-online"6282version = "4.0.0-dev"6283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6284dependencies = [6285 "frame-benchmarking",6286 "frame-support",6287 "frame-system",6288 "log",6289 "pallet-authorship",6290 "parity-scale-codec",6291 "scale-info",6292 "sp-application-crypto",6293 "sp-core",6294 "sp-io",6295 "sp-runtime",6296 "sp-staking",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-indices"6302version = "4.0.0-dev"6303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6304dependencies = [6305 "frame-benchmarking",6306 "frame-support",6307 "frame-system",6308 "parity-scale-codec",6309 "scale-info",6310 "sp-core",6311 "sp-io",6312 "sp-keyring",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-inflation"6319version = "0.1.0"6320dependencies = [6321 "frame-benchmarking",6322 "frame-support",6323 "frame-system",6324 "pallet-balances",6325 "pallet-randomness-collective-flip",6326 "pallet-timestamp",6327 "parity-scale-codec",6328 "scale-info",6329 "serde",6330 "sp-core",6331 "sp-io",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-membership"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6340dependencies = [6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "log",6345 "parity-scale-codec",6346 "scale-info",6347 "sp-core",6348 "sp-io",6349 "sp-runtime",6350 "sp-std",6351]63526353[[package]]6354name = "pallet-mmr"6355version = "4.0.0-dev"6356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6357dependencies = [6358 "ckb-merkle-mountain-range",6359 "frame-benchmarking",6360 "frame-support",6361 "frame-system",6362 "pallet-mmr-primitives",6363 "parity-scale-codec",6364 "scale-info",6365 "sp-core",6366 "sp-io",6367 "sp-runtime",6368 "sp-std",6369]63706371[[package]]6372name = "pallet-mmr-primitives"6373version = "4.0.0-dev"6374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6375dependencies = [6376 "frame-support",6377 "frame-system",6378 "log",6379 "parity-scale-codec",6380 "serde",6381 "sp-api",6382 "sp-core",6383 "sp-runtime",6384 "sp-std",6385]63866387[[package]]6388name = "pallet-mmr-rpc"6389version = "3.0.0"6390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6391dependencies = [6392 "jsonrpc-core",6393 "jsonrpc-core-client",6394 "jsonrpc-derive",6395 "pallet-mmr-primitives",6396 "parity-scale-codec",6397 "serde",6398 "sp-api",6399 "sp-blockchain",6400 "sp-core",6401 "sp-runtime",6402]64036404[[package]]6405name = "pallet-multisig"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6408dependencies = [6409 "frame-benchmarking",6410 "frame-support",6411 "frame-system",6412 "parity-scale-codec",6413 "scale-info",6414 "sp-io",6415 "sp-runtime",6416 "sp-std",6417]64186419[[package]]6420name = "pallet-nicks"6421version = "4.0.0-dev"6422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6423dependencies = [6424 "frame-support",6425 "frame-system",6426 "parity-scale-codec",6427 "scale-info",6428 "sp-io",6429 "sp-runtime",6430 "sp-std",6431]64326433[[package]]6434name = "pallet-nonfungible"6435version = "0.1.0"6436dependencies = [6437 "ethereum",6438 "evm-coder",6439 "frame-benchmarking",6440 "frame-support",6441 "frame-system",6442 "pallet-common",6443 "pallet-evm",6444 "pallet-evm-coder-substrate",6445 "pallet-structure",6446 "parity-scale-codec",6447 "scale-info",6448 "sp-core",6449 "sp-runtime",6450 "sp-std",6451 "up-data-structs",6452]64536454[[package]]6455name = "pallet-offences"6456version = "4.0.0-dev"6457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6458dependencies = [6459 "frame-support",6460 "frame-system",6461 "log",6462 "pallet-balances",6463 "parity-scale-codec",6464 "scale-info",6465 "serde",6466 "sp-runtime",6467 "sp-staking",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-offences-benchmarking"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6475dependencies = [6476 "frame-benchmarking",6477 "frame-election-provider-support",6478 "frame-support",6479 "frame-system",6480 "pallet-babe",6481 "pallet-balances",6482 "pallet-grandpa",6483 "pallet-im-online",6484 "pallet-offences",6485 "pallet-session",6486 "pallet-staking",6487 "parity-scale-codec",6488 "scale-info",6489 "sp-runtime",6490 "sp-staking",6491 "sp-std",6492]64936494[[package]]6495name = "pallet-preimage"6496version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6498dependencies = [6499 "frame-benchmarking",6500 "frame-support",6501 "frame-system",6502 "parity-scale-codec",6503 "scale-info",6504 "sp-core",6505 "sp-io",6506 "sp-runtime",6507 "sp-std",6508]65096510[[package]]6511name = "pallet-proxy"6512version = "4.0.0-dev"6513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6514dependencies = [6515 "frame-benchmarking",6516 "frame-support",6517 "frame-system",6518 "parity-scale-codec",6519 "scale-info",6520 "sp-io",6521 "sp-runtime",6522 "sp-std",6523]65246525[[package]]6526name = "pallet-randomness-collective-flip"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 "safe-mix",6534 "scale-info",6535 "sp-runtime",6536 "sp-std",6537]65386539[[package]]6540name = "pallet-recovery"6541version = "4.0.0-dev"6542source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6543dependencies = [6544 "frame-support",6545 "frame-system",6546 "parity-scale-codec",6547 "scale-info",6548 "sp-io",6549 "sp-runtime",6550 "sp-std",6551]65526553[[package]]6554name = "pallet-refungible"6555version = "0.1.0"6556dependencies = [6557 "frame-benchmarking",6558 "frame-support",6559 "frame-system",6560 "pallet-common",6561 "pallet-evm",6562 "pallet-structure",6563 "parity-scale-codec",6564 "scale-info",6565 "sp-core",6566 "sp-runtime",6567 "sp-std",6568 "up-data-structs",6569]65706571[[package]]6572name = "pallet-scheduler"6573version = "4.0.0-dev"6574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6575dependencies = [6576 "frame-benchmarking",6577 "frame-support",6578 "frame-system",6579 "log",6580 "parity-scale-codec",6581 "scale-info",6582 "sp-io",6583 "sp-runtime",6584 "sp-std",6585]65866587[[package]]6588name = "pallet-session"6589version = "4.0.0-dev"6590source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6591dependencies = [6592 "frame-support",6593 "frame-system",6594 "impl-trait-for-tuples",6595 "log",6596 "pallet-timestamp",6597 "parity-scale-codec",6598 "scale-info",6599 "sp-core",6600 "sp-io",6601 "sp-runtime",6602 "sp-session",6603 "sp-staking",6604 "sp-std",6605 "sp-trie",6606]66076608[[package]]6609name = "pallet-session-benchmarking"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6612dependencies = [6613 "frame-benchmarking",6614 "frame-support",6615 "frame-system",6616 "pallet-session",6617 "pallet-staking",6618 "rand 0.7.3",6619 "sp-runtime",6620 "sp-session",6621 "sp-std",6622]66236624[[package]]6625name = "pallet-society"6626version = "4.0.0-dev"6627source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6628dependencies = [6629 "frame-support",6630 "frame-system",6631 "parity-scale-codec",6632 "rand_chacha 0.2.2",6633 "scale-info",6634 "sp-runtime",6635 "sp-std",6636]66376638[[package]]6639name = "pallet-staking"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6642dependencies = [6643 "frame-benchmarking",6644 "frame-election-provider-support",6645 "frame-support",6646 "frame-system",6647 "log",6648 "pallet-authorship",6649 "pallet-session",6650 "parity-scale-codec",6651 "rand_chacha 0.2.2",6652 "scale-info",6653 "serde",6654 "sp-application-crypto",6655 "sp-io",6656 "sp-runtime",6657 "sp-staking",6658 "sp-std",6659]66606661[[package]]6662name = "pallet-staking-reward-curve"6663version = "4.0.0-dev"6664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6665dependencies = [6666 "proc-macro-crate 1.1.3",6667 "proc-macro2",6668 "quote",6669 "syn",6670]66716672[[package]]6673name = "pallet-staking-reward-fn"6674version = "4.0.0-dev"6675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6676dependencies = [6677 "log",6678 "sp-arithmetic",6679]66806681[[package]]6682name = "pallet-structure"6683version = "0.1.0"6684dependencies = [6685 "frame-benchmarking",6686 "frame-support",6687 "frame-system",6688 "pallet-common",6689 "parity-scale-codec",6690 "scale-info",6691 "sp-std",6692 "up-data-structs",6693]66946695[[package]]6696name = "pallet-sudo"6697version = "4.0.0-dev"6698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6699dependencies = [6700 "frame-support",6701 "frame-system",6702 "parity-scale-codec",6703 "scale-info",6704 "sp-io",6705 "sp-runtime",6706 "sp-std",6707]67086709[[package]]6710name = "pallet-template-transaction-payment"6711version = "3.0.0"6712source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6713dependencies = [6714 "frame-benchmarking",6715 "frame-support",6716 "frame-system",6717 "pallet-balances",6718 "pallet-transaction-payment",6719 "parity-scale-codec",6720 "scale-info",6721 "serde",6722 "sp-core",6723 "sp-io",6724 "sp-runtime",6725 "sp-std",6726 "up-sponsorship",6727]67286729[[package]]6730name = "pallet-timestamp"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733dependencies = [6734 "frame-benchmarking",6735 "frame-support",6736 "frame-system",6737 "log",6738 "parity-scale-codec",6739 "scale-info",6740 "sp-inherents",6741 "sp-io",6742 "sp-runtime",6743 "sp-std",6744 "sp-timestamp",6745]67466747[[package]]6748name = "pallet-tips"6749version = "4.0.0-dev"6750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6751dependencies = [6752 "frame-benchmarking",6753 "frame-support",6754 "frame-system",6755 "log",6756 "pallet-treasury",6757 "parity-scale-codec",6758 "scale-info",6759 "serde",6760 "sp-core",6761 "sp-io",6762 "sp-runtime",6763 "sp-std",6764]67656766[[package]]6767name = "pallet-transaction-payment"6768version = "4.0.0-dev"6769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6770dependencies = [6771 "frame-support",6772 "frame-system",6773 "parity-scale-codec",6774 "scale-info",6775 "serde",6776 "smallvec",6777 "sp-core",6778 "sp-io",6779 "sp-runtime",6780 "sp-std",6781]67826783[[package]]6784name = "pallet-transaction-payment-rpc"6785version = "4.0.0-dev"6786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6787dependencies = [6788 "jsonrpc-core",6789 "jsonrpc-core-client",6790 "jsonrpc-derive",6791 "pallet-transaction-payment-rpc-runtime-api",6792 "parity-scale-codec",6793 "sp-api",6794 "sp-blockchain",6795 "sp-core",6796 "sp-rpc",6797 "sp-runtime",6798]67996800[[package]]6801name = "pallet-transaction-payment-rpc-runtime-api"6802version = "4.0.0-dev"6803source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6804dependencies = [6805 "pallet-transaction-payment",6806 "parity-scale-codec",6807 "sp-api",6808 "sp-runtime",6809]68106811[[package]]6812name = "pallet-treasury"6813version = "4.0.0-dev"6814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6815dependencies = [6816 "frame-benchmarking",6817 "frame-support",6818 "frame-system",6819 "impl-trait-for-tuples",6820 "pallet-balances",6821 "parity-scale-codec",6822 "scale-info",6823 "serde",6824 "sp-runtime",6825 "sp-std",6826]68276828[[package]]6829name = "pallet-unique"6830version = "0.1.0"6831dependencies = [6832 "ethereum",6833 "evm-coder",6834 "fp-evm",6835 "fp-evm-mapping",6836 "frame-benchmarking",6837 "frame-support",6838 "frame-system",6839 "hex-literal",6840 "pallet-balances",6841 "pallet-common",6842 "pallet-ethereum",6843 "pallet-evm",6844 "pallet-evm-coder-substrate",6845 "pallet-fungible",6846 "pallet-nonfungible",6847 "pallet-randomness-collective-flip",6848 "pallet-refungible",6849 "pallet-timestamp",6850 "pallet-transaction-payment",6851 "parity-scale-codec",6852 "primitive-types",6853 "rlp",6854 "scale-info",6855 "serde",6856 "sp-api",6857 "sp-core",6858 "sp-io",6859 "sp-runtime",6860 "sp-std",6861 "up-data-structs",6862 "up-sponsorship",6863]68646865[[package]]6866name = "pallet-unq-scheduler"6867version = "0.1.0"6868dependencies = [6869 "frame-benchmarking",6870 "frame-support",6871 "frame-system",6872 "log",6873 "parity-scale-codec",6874 "scale-info",6875 "serde",6876 "sp-core",6877 "sp-io",6878 "sp-runtime",6879 "sp-std",6880 "substrate-test-utils",6881 "up-sponsorship",6882]68836884[[package]]6885name = "pallet-utility"6886version = "4.0.0-dev"6887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6888dependencies = [6889 "frame-benchmarking",6890 "frame-support",6891 "frame-system",6892 "parity-scale-codec",6893 "scale-info",6894 "sp-core",6895 "sp-io",6896 "sp-runtime",6897 "sp-std",6898]68996900[[package]]6901name = "pallet-vesting"6902version = "4.0.0-dev"6903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6904dependencies = [6905 "frame-benchmarking",6906 "frame-support",6907 "frame-system",6908 "log",6909 "parity-scale-codec",6910 "scale-info",6911 "sp-runtime",6912 "sp-std",6913]69146915[[package]]6916name = "pallet-xcm"6917version = "0.9.18"6918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6919dependencies = [6920 "frame-support",6921 "frame-system",6922 "log",6923 "parity-scale-codec",6924 "scale-info",6925 "serde",6926 "sp-core",6927 "sp-runtime",6928 "sp-std",6929 "xcm",6930 "xcm-executor",6931]69326933[[package]]6934name = "pallet-xcm-benchmarks"6935version = "0.9.18"6936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6937dependencies = [6938 "frame-benchmarking",6939 "frame-support",6940 "frame-system",6941 "log",6942 "parity-scale-codec",6943 "scale-info",6944 "sp-runtime",6945 "sp-std",6946 "xcm",6947 "xcm-executor",6948]69496950[[package]]6951name = "parachain-info"6952version = "0.1.0"6953source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6954dependencies = [6955 "cumulus-primitives-core",6956 "frame-support",6957 "frame-system",6958 "parity-scale-codec",6959 "scale-info",6960 "serde",6961]69626963[[package]]6964name = "parity-db"6965version = "0.3.11"6966source = "registry+https://github.com/rust-lang/crates.io-index"6967checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"6968dependencies = [6969 "blake2-rfc",6970 "crc32fast",6971 "fs2",6972 "hex",6973 "libc",6974 "log",6975 "lz4",6976 "memmap2 0.2.3",6977 "parking_lot 0.11.2",6978 "rand 0.8.5",6979 "snap",6980]69816982[[package]]6983name = "parity-scale-codec"6984version = "3.1.2"6985source = "registry+https://github.com/rust-lang/crates.io-index"6986checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6987dependencies = [6988 "arrayvec 0.7.2",6989 "bitvec",6990 "byte-slice-cast",6991 "impl-trait-for-tuples",6992 "parity-scale-codec-derive",6993 "serde",6994]69956996[[package]]6997name = "parity-scale-codec-derive"6998version = "3.1.2"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"7001dependencies = [7002 "proc-macro-crate 1.1.3",7003 "proc-macro2",7004 "quote",7005 "syn",7006]70077008[[package]]7009name = "parity-send-wrapper"7010version = "0.1.0"7011source = "registry+https://github.com/rust-lang/crates.io-index"7012checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70137014[[package]]7015name = "parity-tokio-ipc"7016version = "0.9.0"7017source = "registry+https://github.com/rust-lang/crates.io-index"7018checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7019dependencies = [7020 "futures 0.3.21",7021 "libc",7022 "log",7023 "rand 0.7.3",7024 "tokio 1.17.0",7025 "winapi 0.3.9",7026]70277028[[package]]7029name = "parity-util-mem"7030version = "0.11.0"7031source = "registry+https://github.com/rust-lang/crates.io-index"7032checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7033dependencies = [7034 "cfg-if 1.0.0",7035 "ethereum-types",7036 "hashbrown 0.12.0",7037 "impl-trait-for-tuples",7038 "lru 0.7.5",7039 "parity-util-mem-derive",7040 "parking_lot 0.12.0",7041 "primitive-types",7042 "smallvec",7043 "winapi 0.3.9",7044]70457046[[package]]7047name = "parity-util-mem-derive"7048version = "0.1.0"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7051dependencies = [7052 "proc-macro2",7053 "syn",7054 "synstructure",7055]70567057[[package]]7058name = "parity-wasm"7059version = "0.32.0"7060source = "registry+https://github.com/rust-lang/crates.io-index"7061checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7062dependencies = [7063 "byteorder",7064]70657066[[package]]7067name = "parity-wasm"7068version = "0.42.2"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70717072[[package]]7073name = "parity-ws"7074version = "0.11.1"7075source = "registry+https://github.com/rust-lang/crates.io-index"7076checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7077dependencies = [7078 "byteorder",7079 "bytes 0.4.12",7080 "httparse",7081 "log",7082 "mio 0.6.23",7083 "mio-extras",7084 "rand 0.7.3",7085 "sha-1 0.8.2",7086 "slab",7087 "url 2.2.2",7088]70897090[[package]]7091name = "parking"7092version = "2.0.0"7093source = "registry+https://github.com/rust-lang/crates.io-index"7094checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70957096[[package]]7097name = "parking_lot"7098version = "0.11.2"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7101dependencies = [7102 "instant",7103 "lock_api",7104 "parking_lot_core 0.8.5",7105]71067107[[package]]7108name = "parking_lot"7109version = "0.12.0"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7112dependencies = [7113 "lock_api",7114 "parking_lot_core 0.9.2",7115]71167117[[package]]7118name = "parking_lot_core"7119version = "0.8.5"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7122dependencies = [7123 "cfg-if 1.0.0",7124 "instant",7125 "libc",7126 "redox_syscall",7127 "smallvec",7128 "winapi 0.3.9",7129]71307131[[package]]7132name = "parking_lot_core"7133version = "0.9.2"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7136dependencies = [7137 "cfg-if 1.0.0",7138 "libc",7139 "redox_syscall",7140 "smallvec",7141 "windows-sys",7142]71437144[[package]]7145name = "paste"7146version = "1.0.7"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71497150[[package]]7151name = "pbkdf2"7152version = "0.4.0"7153source = "registry+https://github.com/rust-lang/crates.io-index"7154checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7155dependencies = [7156 "crypto-mac 0.8.0",7157]71587159[[package]]7160name = "pbkdf2"7161version = "0.8.0"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7164dependencies = [7165 "crypto-mac 0.11.1",7166]71677168[[package]]7169name = "peeking_take_while"7170version = "0.1.2"7171source = "registry+https://github.com/rust-lang/crates.io-index"7172checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71737174[[package]]7175name = "percent-encoding"7176version = "1.0.1"7177source = "registry+https://github.com/rust-lang/crates.io-index"7178checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71797180[[package]]7181name = "percent-encoding"7182version = "2.1.0"7183source = "registry+https://github.com/rust-lang/crates.io-index"7184checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71857186[[package]]7187name = "pest"7188version = "2.1.3"7189source = "registry+https://github.com/rust-lang/crates.io-index"7190checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7191dependencies = [7192 "ucd-trie",7193]71947195[[package]]7196name = "pest_derive"7197version = "2.1.0"7198source = "registry+https://github.com/rust-lang/crates.io-index"7199checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7200dependencies = [7201 "pest",7202 "pest_generator",7203]72047205[[package]]7206name = "pest_generator"7207version = "2.1.3"7208source = "registry+https://github.com/rust-lang/crates.io-index"7209checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7210dependencies = [7211 "pest",7212 "pest_meta",7213 "proc-macro2",7214 "quote",7215 "syn",7216]72177218[[package]]7219name = "pest_meta"7220version = "2.1.3"7221source = "registry+https://github.com/rust-lang/crates.io-index"7222checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7223dependencies = [7224 "maplit",7225 "pest",7226 "sha-1 0.8.2",7227]72287229[[package]]7230name = "petgraph"7231version = "0.6.0"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7234dependencies = [7235 "fixedbitset",7236 "indexmap",7237]72387239[[package]]7240name = "pin-project"7241version = "0.4.29"7242source = "registry+https://github.com/rust-lang/crates.io-index"7243checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7244dependencies = [7245 "pin-project-internal 0.4.29",7246]72477248[[package]]7249name = "pin-project"7250version = "1.0.10"7251source = "registry+https://github.com/rust-lang/crates.io-index"7252checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7253dependencies = [7254 "pin-project-internal 1.0.10",7255]72567257[[package]]7258name = "pin-project-internal"7259version = "0.4.29"7260source = "registry+https://github.com/rust-lang/crates.io-index"7261checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7262dependencies = [7263 "proc-macro2",7264 "quote",7265 "syn",7266]72677268[[package]]7269name = "pin-project-internal"7270version = "1.0.10"7271source = "registry+https://github.com/rust-lang/crates.io-index"7272checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7273dependencies = [7274 "proc-macro2",7275 "quote",7276 "syn",7277]72787279[[package]]7280name = "pin-project-lite"7281version = "0.1.12"7282source = "registry+https://github.com/rust-lang/crates.io-index"7283checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72847285[[package]]7286name = "pin-project-lite"7287version = "0.2.8"7288source = "registry+https://github.com/rust-lang/crates.io-index"7289checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72907291[[package]]7292name = "pin-utils"7293version = "0.1.0"7294source = "registry+https://github.com/rust-lang/crates.io-index"7295checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72967297[[package]]7298name = "pkcs8"7299version = "0.8.0"7300source = "registry+https://github.com/rust-lang/crates.io-index"7301checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7302dependencies = [7303 "der",7304 "spki",7305 "zeroize",7306]73077308[[package]]7309name = "pkg-config"7310version = "0.3.25"7311source = "registry+https://github.com/rust-lang/crates.io-index"7312checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"73137314[[package]]7315name = "platforms"7316version = "2.0.0"7317source = "registry+https://github.com/rust-lang/crates.io-index"7318checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73197320[[package]]7321name = "polkadot-approval-distribution"7322version = "0.9.18"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7324dependencies = [7325 "futures 0.3.21",7326 "polkadot-node-network-protocol",7327 "polkadot-node-primitives",7328 "polkadot-node-subsystem",7329 "polkadot-node-subsystem-util",7330 "polkadot-primitives",7331 "tracing",7332]73337334[[package]]7335name = "polkadot-availability-bitfield-distribution"7336version = "0.9.18"7337source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7338dependencies = [7339 "futures 0.3.21",7340 "polkadot-node-network-protocol",7341 "polkadot-node-subsystem",7342 "polkadot-node-subsystem-util",7343 "polkadot-primitives",7344 "tracing",7345]73467347[[package]]7348name = "polkadot-availability-distribution"7349version = "0.9.18"7350source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7351dependencies = [7352 "derive_more",7353 "fatality",7354 "futures 0.3.21",7355 "lru 0.7.5",7356 "parity-scale-codec",7357 "polkadot-erasure-coding",7358 "polkadot-node-network-protocol",7359 "polkadot-node-primitives",7360 "polkadot-node-subsystem",7361 "polkadot-node-subsystem-util",7362 "polkadot-primitives",7363 "rand 0.8.5",7364 "sp-core",7365 "sp-keystore",7366 "thiserror",7367 "tracing",7368]73697370[[package]]7371name = "polkadot-availability-recovery"7372version = "0.9.18"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7374dependencies = [7375 "fatality",7376 "futures 0.3.21",7377 "lru 0.7.5",7378 "parity-scale-codec",7379 "polkadot-erasure-coding",7380 "polkadot-node-network-protocol",7381 "polkadot-node-primitives",7382 "polkadot-node-subsystem",7383 "polkadot-node-subsystem-util",7384 "polkadot-primitives",7385 "rand 0.8.5",7386 "sc-network",7387 "thiserror",7388 "tracing",7389]73907391[[package]]7392name = "polkadot-cli"7393version = "0.9.18"7394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7395dependencies = [7396 "clap",7397 "frame-benchmarking-cli",7398 "futures 0.3.21",7399 "log",7400 "polkadot-node-core-pvf",7401 "polkadot-node-metrics",7402 "polkadot-performance-test",7403 "polkadot-service",7404 "sc-cli",7405 "sc-service",7406 "sc-tracing",7407 "sp-core",7408 "sp-trie",7409 "substrate-build-script-utils",7410 "thiserror",7411 "try-runtime-cli",7412]74137414[[package]]7415name = "polkadot-client"7416version = "0.9.18"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7418dependencies = [7419 "beefy-primitives",7420 "frame-benchmarking",7421 "frame-system-rpc-runtime-api",7422 "pallet-mmr-primitives",7423 "pallet-transaction-payment-rpc-runtime-api",7424 "polkadot-primitives",7425 "polkadot-runtime",7426 "sc-client-api",7427 "sc-consensus",7428 "sc-executor",7429 "sc-service",7430 "sp-api",7431 "sp-authority-discovery",7432 "sp-block-builder",7433 "sp-blockchain",7434 "sp-consensus",7435 "sp-consensus-babe",7436 "sp-finality-grandpa",7437 "sp-offchain",7438 "sp-runtime",7439 "sp-session",7440 "sp-storage",7441 "sp-transaction-pool",7442]74437444[[package]]7445name = "polkadot-collator-protocol"7446version = "0.9.18"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7448dependencies = [7449 "always-assert",7450 "fatality",7451 "futures 0.3.21",7452 "futures-timer",7453 "polkadot-node-network-protocol",7454 "polkadot-node-primitives",7455 "polkadot-node-subsystem",7456 "polkadot-node-subsystem-util",7457 "polkadot-primitives",7458 "sp-core",7459 "sp-keystore",7460 "sp-runtime",7461 "thiserror",7462 "tracing",7463]74647465[[package]]7466name = "polkadot-core-primitives"7467version = "0.9.18"7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7469dependencies = [7470 "parity-scale-codec",7471 "parity-util-mem",7472 "scale-info",7473 "sp-core",7474 "sp-runtime",7475 "sp-std",7476]74777478[[package]]7479name = "polkadot-dispute-distribution"7480version = "0.9.18"7481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7482dependencies = [7483 "derive_more",7484 "fatality",7485 "futures 0.3.21",7486 "lru 0.7.5",7487 "parity-scale-codec",7488 "polkadot-erasure-coding",7489 "polkadot-node-network-protocol",7490 "polkadot-node-primitives",7491 "polkadot-node-subsystem",7492 "polkadot-node-subsystem-util",7493 "polkadot-primitives",7494 "sc-network",7495 "sp-application-crypto",7496 "sp-keystore",7497 "thiserror",7498 "tracing",7499]75007501[[package]]7502name = "polkadot-erasure-coding"7503version = "0.9.18"7504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7505dependencies = [7506 "parity-scale-codec",7507 "polkadot-node-primitives",7508 "polkadot-primitives",7509 "reed-solomon-novelpoly",7510 "sp-core",7511 "sp-trie",7512 "thiserror",7513]75147515[[package]]7516name = "polkadot-gossip-support"7517version = "0.9.18"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7519dependencies = [7520 "futures 0.3.21",7521 "futures-timer",7522 "polkadot-node-network-protocol",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-primitives",7526 "rand 0.8.5",7527 "rand_chacha 0.3.1",7528 "sc-network",7529 "sp-application-crypto",7530 "sp-core",7531 "sp-keystore",7532 "tracing",7533]75347535[[package]]7536name = "polkadot-network-bridge"7537version = "0.9.18"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7539dependencies = [7540 "async-trait",7541 "futures 0.3.21",7542 "parity-scale-codec",7543 "parking_lot 0.12.0",7544 "polkadot-node-network-protocol",7545 "polkadot-node-subsystem",7546 "polkadot-node-subsystem-util",7547 "polkadot-overseer",7548 "polkadot-primitives",7549 "sc-network",7550 "sp-consensus",7551 "tracing",7552]75537554[[package]]7555name = "polkadot-node-collation-generation"7556version = "0.9.18"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7558dependencies = [7559 "futures 0.3.21",7560 "parity-scale-codec",7561 "polkadot-erasure-coding",7562 "polkadot-node-primitives",7563 "polkadot-node-subsystem",7564 "polkadot-node-subsystem-util",7565 "polkadot-primitives",7566 "sp-core",7567 "sp-maybe-compressed-blob",7568 "thiserror",7569 "tracing",7570]75717572[[package]]7573name = "polkadot-node-core-approval-voting"7574version = "0.9.18"7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7576dependencies = [7577 "bitvec",7578 "derive_more",7579 "futures 0.3.21",7580 "futures-timer",7581 "kvdb",7582 "lru 0.7.5",7583 "merlin",7584 "parity-scale-codec",7585 "polkadot-node-jaeger",7586 "polkadot-node-primitives",7587 "polkadot-node-subsystem",7588 "polkadot-node-subsystem-util",7589 "polkadot-overseer",7590 "polkadot-primitives",7591 "sc-keystore",7592 "schnorrkel",7593 "sp-application-crypto",7594 "sp-consensus",7595 "sp-consensus-slots",7596 "sp-runtime",7597 "tracing",7598]75997600[[package]]7601name = "polkadot-node-core-av-store"7602version = "0.9.18"7603source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7604dependencies = [7605 "bitvec",7606 "futures 0.3.21",7607 "futures-timer",7608 "kvdb",7609 "parity-scale-codec",7610 "polkadot-erasure-coding",7611 "polkadot-node-primitives",7612 "polkadot-node-subsystem",7613 "polkadot-node-subsystem-util",7614 "polkadot-overseer",7615 "polkadot-primitives",7616 "thiserror",7617 "tracing",7618]76197620[[package]]7621name = "polkadot-node-core-backing"7622version = "0.9.18"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7624dependencies = [7625 "bitvec",7626 "futures 0.3.21",7627 "polkadot-erasure-coding",7628 "polkadot-node-primitives",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "polkadot-statement-table",7633 "sp-keystore",7634 "thiserror",7635 "tracing",7636]76377638[[package]]7639name = "polkadot-node-core-bitfield-signing"7640version = "0.9.18"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7642dependencies = [7643 "futures 0.3.21",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-primitives",7647 "sp-keystore",7648 "thiserror",7649 "tracing",7650 "wasm-timer",7651]76527653[[package]]7654name = "polkadot-node-core-candidate-validation"7655version = "0.9.18"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7657dependencies = [7658 "async-trait",7659 "futures 0.3.21",7660 "parity-scale-codec",7661 "polkadot-node-core-pvf",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-parachain",7666 "polkadot-primitives",7667 "sp-maybe-compressed-blob",7668 "tracing",7669]76707671[[package]]7672name = "polkadot-node-core-chain-api"7673version = "0.9.18"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7675dependencies = [7676 "futures 0.3.21",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "sc-client-api",7681 "sc-consensus-babe",7682 "sp-blockchain",7683 "tracing",7684]76857686[[package]]7687name = "polkadot-node-core-chain-selection"7688version = "0.9.18"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7690dependencies = [7691 "futures 0.3.21",7692 "futures-timer",7693 "kvdb",7694 "parity-scale-codec",7695 "polkadot-node-primitives",7696 "polkadot-node-subsystem",7697 "polkadot-node-subsystem-util",7698 "polkadot-primitives",7699 "thiserror",7700 "tracing",7701]77027703[[package]]7704name = "polkadot-node-core-dispute-coordinator"7705version = "0.9.18"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7707dependencies = [7708 "fatality",7709 "futures 0.3.21",7710 "kvdb",7711 "lru 0.7.5",7712 "parity-scale-codec",7713 "polkadot-node-primitives",7714 "polkadot-node-subsystem",7715 "polkadot-node-subsystem-util",7716 "polkadot-primitives",7717 "sc-keystore",7718 "thiserror",7719 "tracing",7720]77217722[[package]]7723name = "polkadot-node-core-parachains-inherent"7724version = "0.9.18"7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7726dependencies = [7727 "async-trait",7728 "futures 0.3.21",7729 "futures-timer",7730 "polkadot-node-subsystem",7731 "polkadot-primitives",7732 "sp-blockchain",7733 "sp-inherents",7734 "sp-runtime",7735 "thiserror",7736 "tracing",7737]77387739[[package]]7740name = "polkadot-node-core-provisioner"7741version = "0.9.18"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7743dependencies = [7744 "bitvec",7745 "futures 0.3.21",7746 "futures-timer",7747 "polkadot-node-primitives",7748 "polkadot-node-subsystem",7749 "polkadot-node-subsystem-util",7750 "polkadot-primitives",7751 "rand 0.8.5",7752 "thiserror",7753 "tracing",7754]77557756[[package]]7757name = "polkadot-node-core-pvf"7758version = "0.9.18"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7760dependencies = [7761 "always-assert",7762 "assert_matches",7763 "async-process",7764 "async-std",7765 "futures 0.3.21",7766 "futures-timer",7767 "parity-scale-codec",7768 "pin-project 1.0.10",7769 "polkadot-core-primitives",7770 "polkadot-node-subsystem-util",7771 "polkadot-parachain",7772 "rand 0.8.5",7773 "sc-executor",7774 "sc-executor-common",7775 "sc-executor-wasmtime",7776 "slotmap",7777 "sp-core",7778 "sp-externalities",7779 "sp-io",7780 "sp-maybe-compressed-blob",7781 "sp-tracing",7782 "sp-wasm-interface",7783 "tracing",7784]77857786[[package]]7787name = "polkadot-node-core-pvf-checker"7788version = "0.9.18"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7790dependencies = [7791 "futures 0.3.21",7792 "polkadot-node-primitives",7793 "polkadot-node-subsystem",7794 "polkadot-node-subsystem-util",7795 "polkadot-overseer",7796 "polkadot-primitives",7797 "sp-keystore",7798 "thiserror",7799 "tracing",7800]78017802[[package]]7803name = "polkadot-node-core-runtime-api"7804version = "0.9.18"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7806dependencies = [7807 "futures 0.3.21",7808 "memory-lru",7809 "parity-util-mem",7810 "polkadot-node-subsystem",7811 "polkadot-node-subsystem-util",7812 "polkadot-primitives",7813 "sp-api",7814 "sp-authority-discovery",7815 "sp-consensus-babe",7816 "sp-core",7817 "tracing",7818]78197820[[package]]7821name = "polkadot-node-jaeger"7822version = "0.9.18"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7824dependencies = [7825 "async-std",7826 "lazy_static",7827 "log",7828 "mick-jaeger",7829 "parity-scale-codec",7830 "parking_lot 0.12.0",7831 "polkadot-node-primitives",7832 "polkadot-primitives",7833 "sc-network",7834 "sp-core",7835 "thiserror",7836]78377838[[package]]7839name = "polkadot-node-metrics"7840version = "0.9.18"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7842dependencies = [7843 "bs58",7844 "futures 0.3.21",7845 "futures-timer",7846 "log",7847 "metered-channel",7848 "parity-scale-codec",7849 "polkadot-primitives",7850 "sc-cli",7851 "sc-service",7852 "sc-tracing",7853 "substrate-prometheus-endpoint",7854 "tracing",7855]78567857[[package]]7858name = "polkadot-node-network-protocol"7859version = "0.9.18"7860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7861dependencies = [7862 "async-trait",7863 "fatality",7864 "futures 0.3.21",7865 "parity-scale-codec",7866 "polkadot-node-jaeger",7867 "polkadot-node-primitives",7868 "polkadot-primitives",7869 "sc-authority-discovery",7870 "sc-network",7871 "strum 0.24.0",7872 "thiserror",7873]78747875[[package]]7876name = "polkadot-node-primitives"7877version = "0.9.18"7878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7879dependencies = [7880 "bounded-vec",7881 "futures 0.3.21",7882 "parity-scale-codec",7883 "polkadot-parachain",7884 "polkadot-primitives",7885 "schnorrkel",7886 "serde",7887 "sp-application-crypto",7888 "sp-consensus-babe",7889 "sp-consensus-vrf",7890 "sp-core",7891 "sp-keystore",7892 "sp-maybe-compressed-blob",7893 "thiserror",7894 "zstd",7895]78967897[[package]]7898name = "polkadot-node-subsystem"7899version = "0.9.18"7900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7901dependencies = [7902 "polkadot-node-jaeger",7903 "polkadot-node-subsystem-types",7904 "polkadot-overseer",7905]79067907[[package]]7908name = "polkadot-node-subsystem-types"7909version = "0.9.18"7910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7911dependencies = [7912 "derive_more",7913 "futures 0.3.21",7914 "polkadot-node-jaeger",7915 "polkadot-node-network-protocol",7916 "polkadot-node-primitives",7917 "polkadot-overseer-gen",7918 "polkadot-primitives",7919 "polkadot-statement-table",7920 "sc-network",7921 "smallvec",7922 "substrate-prometheus-endpoint",7923 "thiserror",7924]79257926[[package]]7927name = "polkadot-node-subsystem-util"7928version = "0.9.18"7929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7930dependencies = [7931 "async-trait",7932 "derive_more",7933 "fatality",7934 "futures 0.3.21",7935 "itertools",7936 "kvdb",7937 "lru 0.7.5",7938 "metered-channel",7939 "parity-db",7940 "parity-scale-codec",7941 "parity-util-mem",7942 "parking_lot 0.11.2",7943 "pin-project 1.0.10",7944 "polkadot-node-jaeger",7945 "polkadot-node-metrics",7946 "polkadot-node-network-protocol",7947 "polkadot-node-primitives",7948 "polkadot-node-subsystem",7949 "polkadot-overseer",7950 "polkadot-primitives",7951 "rand 0.8.5",7952 "sp-application-crypto",7953 "sp-core",7954 "sp-keystore",7955 "thiserror",7956 "tracing",7957]79587959[[package]]7960name = "polkadot-overseer"7961version = "0.9.18"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7963dependencies = [7964 "futures 0.3.21",7965 "futures-timer",7966 "lru 0.7.5",7967 "parity-util-mem",7968 "parking_lot 0.12.0",7969 "polkadot-node-metrics",7970 "polkadot-node-network-protocol",7971 "polkadot-node-primitives",7972 "polkadot-node-subsystem-types",7973 "polkadot-overseer-gen",7974 "polkadot-primitives",7975 "sc-client-api",7976 "sp-api",7977 "tracing",7978]79797980[[package]]7981name = "polkadot-overseer-gen"7982version = "0.9.18"7983source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7984dependencies = [7985 "async-trait",7986 "futures 0.3.21",7987 "futures-timer",7988 "metered-channel",7989 "pin-project 1.0.10",7990 "polkadot-node-network-protocol",7991 "polkadot-node-primitives",7992 "polkadot-overseer-gen-proc-macro",7993 "thiserror",7994 "tracing",7995]79967997[[package]]7998name = "polkadot-overseer-gen-proc-macro"7999version = "0.9.18"8000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8001dependencies = [8002 "expander 0.0.5",8003 "proc-macro-crate 1.1.3",8004 "proc-macro2",8005 "quote",8006 "syn",8007]80088009[[package]]8010name = "polkadot-parachain"8011version = "0.9.18"8012source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8013dependencies = [8014 "derive_more",8015 "frame-support",8016 "parity-scale-codec",8017 "parity-util-mem",8018 "polkadot-core-primitives",8019 "scale-info",8020 "serde",8021 "sp-core",8022 "sp-runtime",8023 "sp-std",8024]80258026[[package]]8027name = "polkadot-performance-test"8028version = "0.9.18"8029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8030dependencies = [8031 "env_logger",8032 "kusama-runtime",8033 "log",8034 "polkadot-erasure-coding",8035 "polkadot-node-core-pvf",8036 "polkadot-node-primitives",8037 "quote",8038 "thiserror",8039]80408041[[package]]8042name = "polkadot-primitives"8043version = "0.9.18"8044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8045dependencies = [8046 "bitvec",8047 "frame-system",8048 "hex-literal",8049 "parity-scale-codec",8050 "parity-util-mem",8051 "polkadot-core-primitives",8052 "polkadot-parachain",8053 "scale-info",8054 "serde",8055 "sp-api",8056 "sp-application-crypto",8057 "sp-arithmetic",8058 "sp-authority-discovery",8059 "sp-consensus-slots",8060 "sp-core",8061 "sp-inherents",8062 "sp-io",8063 "sp-keystore",8064 "sp-runtime",8065 "sp-staking",8066 "sp-std",8067 "sp-trie",8068 "sp-version",8069]80708071[[package]]8072name = "polkadot-rpc"8073version = "0.9.18"8074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8075dependencies = [8076 "beefy-gadget",8077 "beefy-gadget-rpc",8078 "jsonrpc-core",8079 "pallet-mmr-rpc",8080 "pallet-transaction-payment-rpc",8081 "polkadot-primitives",8082 "sc-chain-spec",8083 "sc-client-api",8084 "sc-consensus-babe",8085 "sc-consensus-babe-rpc",8086 "sc-consensus-epochs",8087 "sc-finality-grandpa",8088 "sc-finality-grandpa-rpc",8089 "sc-rpc",8090 "sc-sync-state-rpc",8091 "sc-transaction-pool-api",8092 "sp-api",8093 "sp-block-builder",8094 "sp-blockchain",8095 "sp-consensus",8096 "sp-consensus-babe",8097 "sp-keystore",8098 "sp-runtime",8099 "substrate-frame-rpc-system",8100]81018102[[package]]8103name = "polkadot-runtime"8104version = "0.9.18"8105source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8106dependencies = [8107 "beefy-primitives",8108 "bitvec",8109 "frame-benchmarking",8110 "frame-election-provider-support",8111 "frame-executive",8112 "frame-support",8113 "frame-system",8114 "frame-system-benchmarking",8115 "frame-system-rpc-runtime-api",8116 "frame-try-runtime",8117 "hex-literal",8118 "log",8119 "pallet-authority-discovery",8120 "pallet-authorship",8121 "pallet-babe",8122 "pallet-bags-list",8123 "pallet-balances",8124 "pallet-bounties",8125 "pallet-collective",8126 "pallet-democracy",8127 "pallet-election-provider-multi-phase",8128 "pallet-elections-phragmen",8129 "pallet-grandpa",8130 "pallet-identity",8131 "pallet-im-online",8132 "pallet-indices",8133 "pallet-membership",8134 "pallet-mmr-primitives",8135 "pallet-multisig",8136 "pallet-nicks",8137 "pallet-offences",8138 "pallet-offences-benchmarking",8139 "pallet-preimage",8140 "pallet-proxy",8141 "pallet-scheduler",8142 "pallet-session",8143 "pallet-session-benchmarking",8144 "pallet-staking",8145 "pallet-staking-reward-curve",8146 "pallet-timestamp",8147 "pallet-tips",8148 "pallet-transaction-payment",8149 "pallet-transaction-payment-rpc-runtime-api",8150 "pallet-treasury",8151 "pallet-utility",8152 "pallet-vesting",8153 "pallet-xcm",8154 "parity-scale-codec",8155 "polkadot-primitives",8156 "polkadot-runtime-common",8157 "polkadot-runtime-constants",8158 "polkadot-runtime-parachains",8159 "rustc-hex",8160 "scale-info",8161 "serde",8162 "serde_derive",8163 "smallvec",8164 "sp-api",8165 "sp-authority-discovery",8166 "sp-block-builder",8167 "sp-consensus-babe",8168 "sp-core",8169 "sp-inherents",8170 "sp-io",8171 "sp-npos-elections",8172 "sp-offchain",8173 "sp-runtime",8174 "sp-session",8175 "sp-staking",8176 "sp-std",8177 "sp-transaction-pool",8178 "sp-version",8179 "static_assertions",8180 "substrate-wasm-builder",8181 "xcm",8182 "xcm-builder",8183 "xcm-executor",8184]81858186[[package]]8187name = "polkadot-runtime-common"8188version = "0.9.18"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8190dependencies = [8191 "beefy-primitives",8192 "bitvec",8193 "frame-benchmarking",8194 "frame-election-provider-support",8195 "frame-support",8196 "frame-system",8197 "impl-trait-for-tuples",8198 "libsecp256k1 0.7.0",8199 "log",8200 "pallet-authorship",8201 "pallet-babe",8202 "pallet-bags-list",8203 "pallet-balances",8204 "pallet-beefy-mmr",8205 "pallet-election-provider-multi-phase",8206 "pallet-session",8207 "pallet-staking",8208 "pallet-timestamp",8209 "pallet-transaction-payment",8210 "pallet-treasury",8211 "pallet-vesting",8212 "parity-scale-codec",8213 "polkadot-primitives",8214 "polkadot-runtime-parachains",8215 "rustc-hex",8216 "scale-info",8217 "serde",8218 "serde_derive",8219 "slot-range-helper",8220 "sp-api",8221 "sp-core",8222 "sp-inherents",8223 "sp-io",8224 "sp-npos-elections",8225 "sp-runtime",8226 "sp-session",8227 "sp-staking",8228 "sp-std",8229 "static_assertions",8230 "xcm",8231]82328233[[package]]8234name = "polkadot-runtime-constants"8235version = "0.9.18"8236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8237dependencies = [8238 "frame-support",8239 "polkadot-primitives",8240 "polkadot-runtime-common",8241 "smallvec",8242 "sp-runtime",8243]82448245[[package]]8246name = "polkadot-runtime-metrics"8247version = "0.9.18"8248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8249dependencies = [8250 "bs58",8251 "parity-scale-codec",8252 "polkadot-primitives",8253 "sp-std",8254 "sp-tracing",8255]82568257[[package]]8258name = "polkadot-runtime-parachains"8259version = "0.9.18"8260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8261dependencies = [8262 "bitflags",8263 "bitvec",8264 "derive_more",8265 "frame-benchmarking",8266 "frame-support",8267 "frame-system",8268 "log",8269 "pallet-authority-discovery",8270 "pallet-authorship",8271 "pallet-babe",8272 "pallet-balances",8273 "pallet-session",8274 "pallet-staking",8275 "pallet-timestamp",8276 "pallet-vesting",8277 "parity-scale-codec",8278 "polkadot-primitives",8279 "polkadot-runtime-metrics",8280 "rand 0.8.5",8281 "rand_chacha 0.3.1",8282 "rustc-hex",8283 "scale-info",8284 "serde",8285 "sp-api",8286 "sp-core",8287 "sp-inherents",8288 "sp-io",8289 "sp-keystore",8290 "sp-runtime",8291 "sp-session",8292 "sp-staking",8293 "sp-std",8294 "static_assertions",8295 "xcm",8296 "xcm-executor",8297]82988299[[package]]8300name = "polkadot-service"8301version = "0.9.18"8302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8303dependencies = [8304 "async-trait",8305 "beefy-gadget",8306 "beefy-primitives",8307 "frame-system-rpc-runtime-api",8308 "futures 0.3.21",8309 "hex-literal",8310 "kusama-runtime",8311 "kvdb",8312 "kvdb-rocksdb",8313 "lru 0.7.5",8314 "pallet-babe",8315 "pallet-im-online",8316 "pallet-mmr-primitives",8317 "pallet-staking",8318 "pallet-transaction-payment-rpc-runtime-api",8319 "parity-db",8320 "polkadot-approval-distribution",8321 "polkadot-availability-bitfield-distribution",8322 "polkadot-availability-distribution",8323 "polkadot-availability-recovery",8324 "polkadot-client",8325 "polkadot-collator-protocol",8326 "polkadot-dispute-distribution",8327 "polkadot-gossip-support",8328 "polkadot-network-bridge",8329 "polkadot-node-collation-generation",8330 "polkadot-node-core-approval-voting",8331 "polkadot-node-core-av-store",8332 "polkadot-node-core-backing",8333 "polkadot-node-core-bitfield-signing",8334 "polkadot-node-core-candidate-validation",8335 "polkadot-node-core-chain-api",8336 "polkadot-node-core-chain-selection",8337 "polkadot-node-core-dispute-coordinator",8338 "polkadot-node-core-parachains-inherent",8339 "polkadot-node-core-provisioner",8340 "polkadot-node-core-pvf-checker",8341 "polkadot-node-core-runtime-api",8342 "polkadot-node-network-protocol",8343 "polkadot-node-primitives",8344 "polkadot-node-subsystem",8345 "polkadot-node-subsystem-util",8346 "polkadot-overseer",8347 "polkadot-parachain",8348 "polkadot-primitives",8349 "polkadot-rpc",8350 "polkadot-runtime",8351 "polkadot-runtime-constants",8352 "polkadot-runtime-parachains",8353 "polkadot-statement-distribution",8354 "rococo-runtime",8355 "sc-authority-discovery",8356 "sc-basic-authorship",8357 "sc-block-builder",8358 "sc-chain-spec",8359 "sc-client-api",8360 "sc-client-db",8361 "sc-consensus",8362 "sc-consensus-babe",8363 "sc-consensus-slots",8364 "sc-consensus-uncles",8365 "sc-executor",8366 "sc-finality-grandpa",8367 "sc-keystore",8368 "sc-network",8369 "sc-offchain",8370 "sc-service",8371 "sc-sync-state-rpc",8372 "sc-telemetry",8373 "sc-transaction-pool",8374 "serde",8375 "sp-api",8376 "sp-authority-discovery",8377 "sp-block-builder",8378 "sp-blockchain",8379 "sp-consensus",8380 "sp-consensus-babe",8381 "sp-core",8382 "sp-finality-grandpa",8383 "sp-inherents",8384 "sp-io",8385 "sp-keystore",8386 "sp-offchain",8387 "sp-runtime",8388 "sp-session",8389 "sp-state-machine",8390 "sp-storage",8391 "sp-timestamp",8392 "sp-transaction-pool",8393 "sp-trie",8394 "substrate-prometheus-endpoint",8395 "thiserror",8396 "tracing",8397 "westend-runtime",8398]83998400[[package]]8401name = "polkadot-statement-distribution"8402version = "0.9.18"8403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8404dependencies = [8405 "arrayvec 0.5.2",8406 "fatality",8407 "futures 0.3.21",8408 "indexmap",8409 "parity-scale-codec",8410 "polkadot-node-network-protocol",8411 "polkadot-node-primitives",8412 "polkadot-node-subsystem",8413 "polkadot-node-subsystem-util",8414 "polkadot-primitives",8415 "sp-keystore",8416 "sp-staking",8417 "thiserror",8418 "tracing",8419]84208421[[package]]8422name = "polkadot-statement-table"8423version = "0.9.18"8424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8425dependencies = [8426 "parity-scale-codec",8427 "polkadot-primitives",8428 "sp-core",8429]84308431[[package]]8432name = "polkadot-test-runtime"8433version = "0.9.18"8434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8435dependencies = [8436 "beefy-primitives",8437 "bitvec",8438 "frame-election-provider-support",8439 "frame-executive",8440 "frame-support",8441 "frame-system",8442 "frame-system-rpc-runtime-api",8443 "log",8444 "pallet-authority-discovery",8445 "pallet-authorship",8446 "pallet-babe",8447 "pallet-balances",8448 "pallet-grandpa",8449 "pallet-indices",8450 "pallet-mmr-primitives",8451 "pallet-nicks",8452 "pallet-offences",8453 "pallet-session",8454 "pallet-staking",8455 "pallet-staking-reward-curve",8456 "pallet-sudo",8457 "pallet-timestamp",8458 "pallet-transaction-payment",8459 "pallet-transaction-payment-rpc-runtime-api",8460 "pallet-vesting",8461 "pallet-xcm",8462 "parity-scale-codec",8463 "polkadot-parachain",8464 "polkadot-primitives",8465 "polkadot-runtime-common",8466 "polkadot-runtime-parachains",8467 "rustc-hex",8468 "scale-info",8469 "serde",8470 "serde_derive",8471 "smallvec",8472 "sp-api",8473 "sp-authority-discovery",8474 "sp-block-builder",8475 "sp-consensus-babe",8476 "sp-core",8477 "sp-inherents",8478 "sp-io",8479 "sp-offchain",8480 "sp-runtime",8481 "sp-session",8482 "sp-staking",8483 "sp-std",8484 "sp-transaction-pool",8485 "sp-version",8486 "substrate-wasm-builder",8487 "test-runtime-constants",8488 "xcm",8489 "xcm-builder",8490 "xcm-executor",8491]84928493[[package]]8494name = "polkadot-test-service"8495version = "0.9.18"8496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8497dependencies = [8498 "frame-benchmarking",8499 "frame-system",8500 "futures 0.1.31",8501 "futures 0.3.21",8502 "hex",8503 "pallet-balances",8504 "pallet-staking",8505 "pallet-transaction-payment",8506 "polkadot-node-primitives",8507 "polkadot-node-subsystem",8508 "polkadot-overseer",8509 "polkadot-parachain",8510 "polkadot-primitives",8511 "polkadot-rpc",8512 "polkadot-runtime-common",8513 "polkadot-runtime-parachains",8514 "polkadot-service",8515 "polkadot-test-runtime",8516 "rand 0.8.5",8517 "sc-authority-discovery",8518 "sc-chain-spec",8519 "sc-cli",8520 "sc-client-api",8521 "sc-consensus",8522 "sc-consensus-babe",8523 "sc-executor",8524 "sc-finality-grandpa",8525 "sc-network",8526 "sc-service",8527 "sc-tracing",8528 "sc-transaction-pool",8529 "sp-arithmetic",8530 "sp-authority-discovery",8531 "sp-blockchain",8532 "sp-consensus",8533 "sp-consensus-babe",8534 "sp-core",8535 "sp-finality-grandpa",8536 "sp-inherents",8537 "sp-keyring",8538 "sp-runtime",8539 "sp-state-machine",8540 "substrate-test-client",8541 "tempfile",8542 "test-runtime-constants",8543 "tokio 1.17.0",8544 "tracing",8545]85468547[[package]]8548name = "polling"8549version = "2.2.0"8550source = "registry+https://github.com/rust-lang/crates.io-index"8551checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8552dependencies = [8553 "cfg-if 1.0.0",8554 "libc",8555 "log",8556 "wepoll-ffi",8557 "winapi 0.3.9",8558]85598560[[package]]8561name = "poly1305"8562version = "0.7.2"8563source = "registry+https://github.com/rust-lang/crates.io-index"8564checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8565dependencies = [8566 "cpufeatures 0.2.2",8567 "opaque-debug 0.3.0",8568 "universal-hash",8569]85708571[[package]]8572name = "polyval"8573version = "0.5.3"8574source = "registry+https://github.com/rust-lang/crates.io-index"8575checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8576dependencies = [8577 "cfg-if 1.0.0",8578 "cpufeatures 0.2.2",8579 "opaque-debug 0.3.0",8580 "universal-hash",8581]85828583[[package]]8584name = "ppv-lite86"8585version = "0.2.16"8586source = "registry+https://github.com/rust-lang/crates.io-index"8587checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85888589[[package]]8590name = "primitive-types"8591version = "0.11.1"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8594dependencies = [8595 "fixed-hash",8596 "impl-codec",8597 "impl-rlp",8598 "impl-serde",8599 "scale-info",8600 "uint",8601]86028603[[package]]8604name = "proc-macro-crate"8605version = "0.1.5"8606source = "registry+https://github.com/rust-lang/crates.io-index"8607checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8608dependencies = [8609 "toml",8610]86118612[[package]]8613name = "proc-macro-crate"8614version = "1.1.3"8615source = "registry+https://github.com/rust-lang/crates.io-index"8616checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8617dependencies = [8618 "thiserror",8619 "toml",8620]86218622[[package]]8623name = "proc-macro-error"8624version = "1.0.4"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8627dependencies = [8628 "proc-macro-error-attr",8629 "proc-macro2",8630 "quote",8631 "syn",8632 "version_check",8633]86348635[[package]]8636name = "proc-macro-error-attr"8637version = "1.0.4"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8640dependencies = [8641 "proc-macro2",8642 "quote",8643 "version_check",8644]86458646[[package]]8647name = "proc-macro2"8648version = "1.0.37"8649source = "registry+https://github.com/rust-lang/crates.io-index"8650checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"8651dependencies = [8652 "unicode-xid",8653]86548655[[package]]8656name = "prometheus"8657version = "0.13.0"8658source = "registry+https://github.com/rust-lang/crates.io-index"8659checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8660dependencies = [8661 "cfg-if 1.0.0",8662 "fnv",8663 "lazy_static",8664 "memchr",8665 "parking_lot 0.11.2",8666 "thiserror",8667]86688669[[package]]8670name = "prost"8671version = "0.9.0"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8674dependencies = [8675 "bytes 1.1.0",8676 "prost-derive",8677]86788679[[package]]8680name = "prost-build"8681version = "0.9.0"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8684dependencies = [8685 "bytes 1.1.0",8686 "heck 0.3.3",8687 "itertools",8688 "lazy_static",8689 "log",8690 "multimap",8691 "petgraph",8692 "prost",8693 "prost-types",8694 "regex",8695 "tempfile",8696 "which",8697]86988699[[package]]8700name = "prost-derive"8701version = "0.9.0"8702source = "registry+https://github.com/rust-lang/crates.io-index"8703checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8704dependencies = [8705 "anyhow",8706 "itertools",8707 "proc-macro2",8708 "quote",8709 "syn",8710]87118712[[package]]8713name = "prost-types"8714version = "0.9.0"8715source = "registry+https://github.com/rust-lang/crates.io-index"8716checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8717dependencies = [8718 "bytes 1.1.0",8719 "prost",8720]87218722[[package]]8723name = "psm"8724version = "0.1.18"8725source = "registry+https://github.com/rust-lang/crates.io-index"8726checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8727dependencies = [8728 "cc",8729]87308731[[package]]8732name = "quartz-runtime"8733version = "0.9.18"8734dependencies = [8735 "cumulus-pallet-aura-ext",8736 "cumulus-pallet-dmp-queue",8737 "cumulus-pallet-parachain-system",8738 "cumulus-pallet-xcm",8739 "cumulus-pallet-xcmp-queue",8740 "cumulus-primitives-core",8741 "cumulus-primitives-timestamp",8742 "cumulus-primitives-utility",8743 "derivative",8744 "fp-evm-mapping",8745 "fp-rpc",8746 "fp-self-contained",8747 "frame-executive",8748 "frame-support",8749 "frame-system",8750 "frame-system-rpc-runtime-api",8751 "frame-try-runtime",8752 "log",8753 "orml-vesting",8754 "pallet-aura",8755 "pallet-balances",8756 "pallet-base-fee",8757 "pallet-common",8758 "pallet-ethereum",8759 "pallet-evm",8760 "pallet-evm-coder-substrate",8761 "pallet-evm-contract-helpers",8762 "pallet-evm-migration",8763 "pallet-evm-transaction-payment",8764 "pallet-fungible",8765 "pallet-inflation",8766 "pallet-nonfungible",8767 "pallet-randomness-collective-flip",8768 "pallet-refungible",8769 "pallet-structure",8770 "pallet-sudo",8771 "pallet-template-transaction-payment",8772 "pallet-timestamp",8773 "pallet-transaction-payment",8774 "pallet-transaction-payment-rpc-runtime-api",8775 "pallet-treasury",8776 "pallet-unique",8777 "pallet-unq-scheduler",8778 "pallet-xcm",8779 "parachain-info",8780 "parity-scale-codec",8781 "polkadot-parachain",8782 "scale-info",8783 "serde",8784 "smallvec",8785 "sp-api",8786 "sp-arithmetic",8787 "sp-block-builder",8788 "sp-consensus-aura",8789 "sp-core",8790 "sp-inherents",8791 "sp-io",8792 "sp-offchain",8793 "sp-runtime",8794 "sp-session",8795 "sp-std",8796 "sp-transaction-pool",8797 "sp-version",8798 "substrate-wasm-builder",8799 "unique-runtime-common",8800 "up-data-structs",8801 "up-rpc",8802 "xcm",8803 "xcm-builder",8804 "xcm-executor",8805]88068807[[package]]8808name = "quick-error"8809version = "1.2.3"8810source = "registry+https://github.com/rust-lang/crates.io-index"8811checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88128813[[package]]8814name = "quick-error"8815version = "2.0.1"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"88188819[[package]]8820name = "quicksink"8821version = "0.1.2"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8824dependencies = [8825 "futures-core",8826 "futures-sink",8827 "pin-project-lite 0.1.12",8828]88298830[[package]]8831name = "quote"8832version = "1.0.17"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8835dependencies = [8836 "proc-macro2",8837]88388839[[package]]8840name = "radium"8841version = "0.7.0"8842source = "registry+https://github.com/rust-lang/crates.io-index"8843checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88448845[[package]]8846name = "rand"8847version = "0.7.3"8848source = "registry+https://github.com/rust-lang/crates.io-index"8849checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8850dependencies = [8851 "getrandom 0.1.16",8852 "libc",8853 "rand_chacha 0.2.2",8854 "rand_core 0.5.1",8855 "rand_hc",8856 "rand_pcg",8857]88588859[[package]]8860name = "rand"8861version = "0.8.5"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8864dependencies = [8865 "libc",8866 "rand_chacha 0.3.1",8867 "rand_core 0.6.3",8868]88698870[[package]]8871name = "rand_chacha"8872version = "0.2.2"8873source = "registry+https://github.com/rust-lang/crates.io-index"8874checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8875dependencies = [8876 "ppv-lite86",8877 "rand_core 0.5.1",8878]88798880[[package]]8881name = "rand_chacha"8882version = "0.3.1"8883source = "registry+https://github.com/rust-lang/crates.io-index"8884checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8885dependencies = [8886 "ppv-lite86",8887 "rand_core 0.6.3",8888]88898890[[package]]8891name = "rand_core"8892version = "0.5.1"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8895dependencies = [8896 "getrandom 0.1.16",8897]88988899[[package]]8900name = "rand_core"8901version = "0.6.3"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8904dependencies = [8905 "getrandom 0.2.6",8906]89078908[[package]]8909name = "rand_distr"8910version = "0.4.3"8911source = "registry+https://github.com/rust-lang/crates.io-index"8912checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8913dependencies = [8914 "num-traits",8915 "rand 0.8.5",8916]89178918[[package]]8919name = "rand_hc"8920version = "0.2.0"8921source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8923dependencies = [8924 "rand_core 0.5.1",8925]89268927[[package]]8928name = "rand_pcg"8929version = "0.2.1"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8932dependencies = [8933 "rand_core 0.5.1",8934]89358936[[package]]8937name = "rawpointer"8938version = "0.2.1"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89418942[[package]]8943name = "rayon"8944version = "1.5.1"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8947dependencies = [8948 "autocfg",8949 "crossbeam-deque",8950 "either",8951 "rayon-core",8952]89538954[[package]]8955name = "rayon-core"8956version = "1.9.1"8957source = "registry+https://github.com/rust-lang/crates.io-index"8958checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8959dependencies = [8960 "crossbeam-channel",8961 "crossbeam-deque",8962 "crossbeam-utils",8963 "lazy_static",8964 "num_cpus",8965]89668967[[package]]8968name = "redox_syscall"8969version = "0.2.13"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8972dependencies = [8973 "bitflags",8974]89758976[[package]]8977name = "redox_users"8978version = "0.4.3"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8981dependencies = [8982 "getrandom 0.2.6",8983 "redox_syscall",8984 "thiserror",8985]89868987[[package]]8988name = "reed-solomon-novelpoly"8989version = "1.0.0"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8992dependencies = [8993 "derive_more",8994 "fs-err",8995 "itertools",8996 "static_init",8997 "thiserror",8998]89999000[[package]]9001name = "ref-cast"9002version = "1.0.6"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"9005dependencies = [9006 "ref-cast-impl",9007]90089009[[package]]9010name = "ref-cast-impl"9011version = "1.0.6"9012source = "registry+https://github.com/rust-lang/crates.io-index"9013checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"9014dependencies = [9015 "proc-macro2",9016 "quote",9017 "syn",9018]90199020[[package]]9021name = "regalloc"9022version = "0.0.33"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9025dependencies = [9026 "log",9027 "rustc-hash",9028 "smallvec",9029]90309031[[package]]9032name = "regex"9033version = "1.5.5"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9036dependencies = [9037 "aho-corasick",9038 "memchr",9039 "regex-syntax",9040]90419042[[package]]9043name = "regex-automata"9044version = "0.1.10"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9047dependencies = [9048 "regex-syntax",9049]90509051[[package]]9052name = "regex-syntax"9053version = "0.6.25"9054source = "registry+https://github.com/rust-lang/crates.io-index"9055checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90569057[[package]]9058name = "region"9059version = "2.2.0"9060source = "registry+https://github.com/rust-lang/crates.io-index"9061checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9062dependencies = [9063 "bitflags",9064 "libc",9065 "mach",9066 "winapi 0.3.9",9067]90689069[[package]]9070name = "remote-externalities"9071version = "0.10.0-dev"9072source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9073dependencies = [9074 "env_logger",9075 "jsonrpsee 0.8.0",9076 "log",9077 "parity-scale-codec",9078 "serde",9079 "serde_json",9080 "sp-core",9081 "sp-io",9082 "sp-runtime",9083 "sp-version",9084]90859086[[package]]9087name = "remove_dir_all"9088version = "0.5.3"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9091dependencies = [9092 "winapi 0.3.9",9093]90949095[[package]]9096name = "resolv-conf"9097version = "0.7.0"9098source = "registry+https://github.com/rust-lang/crates.io-index"9099checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9100dependencies = [9101 "hostname",9102 "quick-error 1.2.3",9103]91049105[[package]]9106name = "retain_mut"9107version = "0.1.7"9108source = "registry+https://github.com/rust-lang/crates.io-index"9109checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"91109111[[package]]9112name = "ring"9113version = "0.16.20"9114source = "registry+https://github.com/rust-lang/crates.io-index"9115checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9116dependencies = [9117 "cc",9118 "libc",9119 "once_cell",9120 "spin",9121 "untrusted",9122 "web-sys",9123 "winapi 0.3.9",9124]91259126[[package]]9127name = "rlp"9128version = "0.5.1"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9131dependencies = [9132 "bytes 1.1.0",9133 "rustc-hex",9134]91359136[[package]]9137name = "rlp-derive"9138version = "0.1.0"9139source = "registry+https://github.com/rust-lang/crates.io-index"9140checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9141dependencies = [9142 "proc-macro2",9143 "quote",9144 "syn",9145]91469147[[package]]9148name = "rocksdb"9149version = "0.18.0"9150source = "registry+https://github.com/rust-lang/crates.io-index"9151checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9152dependencies = [9153 "libc",9154 "librocksdb-sys",9155]91569157[[package]]9158name = "rococo-runtime"9159version = "0.9.18"9160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9161dependencies = [9162 "beefy-primitives",9163 "bp-messages",9164 "bp-rococo",9165 "bp-runtime",9166 "bp-wococo",9167 "bridge-runtime-common",9168 "frame-benchmarking",9169 "frame-executive",9170 "frame-support",9171 "frame-system",9172 "frame-system-rpc-runtime-api",9173 "hex-literal",9174 "log",9175 "pallet-authority-discovery",9176 "pallet-authorship",9177 "pallet-babe",9178 "pallet-balances",9179 "pallet-beefy",9180 "pallet-beefy-mmr",9181 "pallet-bridge-dispatch",9182 "pallet-bridge-grandpa",9183 "pallet-bridge-messages",9184 "pallet-collective",9185 "pallet-grandpa",9186 "pallet-im-online",9187 "pallet-indices",9188 "pallet-membership",9189 "pallet-mmr",9190 "pallet-mmr-primitives",9191 "pallet-multisig",9192 "pallet-offences",9193 "pallet-proxy",9194 "pallet-session",9195 "pallet-staking",9196 "pallet-sudo",9197 "pallet-timestamp",9198 "pallet-transaction-payment",9199 "pallet-transaction-payment-rpc-runtime-api",9200 "pallet-utility",9201 "pallet-xcm",9202 "parity-scale-codec",9203 "polkadot-parachain",9204 "polkadot-primitives",9205 "polkadot-runtime-common",9206 "polkadot-runtime-parachains",9207 "rococo-runtime-constants",9208 "scale-info",9209 "serde",9210 "serde_derive",9211 "smallvec",9212 "sp-api",9213 "sp-authority-discovery",9214 "sp-block-builder",9215 "sp-consensus-babe",9216 "sp-core",9217 "sp-inherents",9218 "sp-io",9219 "sp-offchain",9220 "sp-runtime",9221 "sp-session",9222 "sp-staking",9223 "sp-std",9224 "sp-transaction-pool",9225 "sp-version",9226 "substrate-wasm-builder",9227 "xcm",9228 "xcm-builder",9229 "xcm-executor",9230]92319232[[package]]9233name = "rococo-runtime-constants"9234version = "0.9.18"9235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9236dependencies = [9237 "frame-support",9238 "polkadot-primitives",9239 "polkadot-runtime-common",9240 "smallvec",9241 "sp-runtime",9242]92439244[[package]]9245name = "rpassword"9246version = "5.0.1"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9249dependencies = [9250 "libc",9251 "winapi 0.3.9",9252]92539254[[package]]9255name = "rustc-demangle"9256version = "0.1.21"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92599260[[package]]9261name = "rustc-hash"9262version = "1.1.0"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92659266[[package]]9267name = "rustc-hex"9268version = "2.1.0"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92719272[[package]]9273name = "rustc_version"9274version = "0.2.3"9275source = "registry+https://github.com/rust-lang/crates.io-index"9276checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9277dependencies = [9278 "semver 0.9.0",9279]92809281[[package]]9282name = "rustc_version"9283version = "0.3.3"9284source = "registry+https://github.com/rust-lang/crates.io-index"9285checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9286dependencies = [9287 "semver 0.11.0",9288]92899290[[package]]9291name = "rustc_version"9292version = "0.4.0"9293source = "registry+https://github.com/rust-lang/crates.io-index"9294checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9295dependencies = [9296 "semver 1.0.7",9297]92989299[[package]]9300name = "rustix"9301version = "0.31.3"9302source = "registry+https://github.com/rust-lang/crates.io-index"9303checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9304dependencies = [9305 "bitflags",9306 "errno",9307 "io-lifetimes",9308 "libc",9309 "linux-raw-sys",9310 "winapi 0.3.9",9311]93129313[[package]]9314name = "rustls"9315version = "0.19.1"9316source = "registry+https://github.com/rust-lang/crates.io-index"9317checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9318dependencies = [9319 "base64",9320 "log",9321 "ring",9322 "sct 0.6.1",9323 "webpki 0.21.4",9324]93259326[[package]]9327name = "rustls"9328version = "0.20.4"9329source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9331dependencies = [9332 "log",9333 "ring",9334 "sct 0.7.0",9335 "webpki 0.22.0",9336]93379338[[package]]9339name = "rustls-native-certs"9340version = "0.5.0"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9343dependencies = [9344 "openssl-probe",9345 "rustls 0.19.1",9346 "schannel",9347 "security-framework",9348]93499350[[package]]9351name = "rustls-native-certs"9352version = "0.6.1"9353source = "registry+https://github.com/rust-lang/crates.io-index"9354checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9355dependencies = [9356 "openssl-probe",9357 "rustls-pemfile",9358 "schannel",9359 "security-framework",9360]93619362[[package]]9363name = "rustls-pemfile"9364version = "0.2.1"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9367dependencies = [9368 "base64",9369]93709371[[package]]9372name = "rustversion"9373version = "1.0.6"9374source = "registry+https://github.com/rust-lang/crates.io-index"9375checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93769377[[package]]9378name = "rw-stream-sink"9379version = "0.2.1"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9382dependencies = [9383 "futures 0.3.21",9384 "pin-project 0.4.29",9385 "static_assertions",9386]93879388[[package]]9389name = "ryu"9390version = "1.0.9"9391source = "registry+https://github.com/rust-lang/crates.io-index"9392checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93939394[[package]]9395name = "safe-mix"9396version = "1.0.1"9397source = "registry+https://github.com/rust-lang/crates.io-index"9398checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9399dependencies = [9400 "rustc_version 0.2.3",9401]94029403[[package]]9404name = "salsa20"9405version = "0.9.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9408dependencies = [9409 "cipher",9410]94119412[[package]]9413name = "same-file"9414version = "1.0.6"9415source = "registry+https://github.com/rust-lang/crates.io-index"9416checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9417dependencies = [9418 "winapi-util",9419]94209421[[package]]9422name = "sc-allocator"9423version = "4.1.0-dev"9424source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9425dependencies = [9426 "log",9427 "sp-core",9428 "sp-wasm-interface",9429 "thiserror",9430]94319432[[package]]9433name = "sc-authority-discovery"9434version = "0.10.0-dev"9435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9436dependencies = [9437 "async-trait",9438 "futures 0.3.21",9439 "futures-timer",9440 "ip_network",9441 "libp2p",9442 "log",9443 "parity-scale-codec",9444 "prost",9445 "prost-build",9446 "rand 0.7.3",9447 "sc-client-api",9448 "sc-network",9449 "sp-api",9450 "sp-authority-discovery",9451 "sp-blockchain",9452 "sp-core",9453 "sp-keystore",9454 "sp-runtime",9455 "substrate-prometheus-endpoint",9456 "thiserror",9457]94589459[[package]]9460name = "sc-basic-authorship"9461version = "0.10.0-dev"9462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9463dependencies = [9464 "futures 0.3.21",9465 "futures-timer",9466 "log",9467 "parity-scale-codec",9468 "sc-block-builder",9469 "sc-client-api",9470 "sc-proposer-metrics",9471 "sc-telemetry",9472 "sc-transaction-pool-api",9473 "sp-api",9474 "sp-blockchain",9475 "sp-consensus",9476 "sp-core",9477 "sp-inherents",9478 "sp-runtime",9479 "substrate-prometheus-endpoint",9480]94819482[[package]]9483name = "sc-block-builder"9484version = "0.10.0-dev"9485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9486dependencies = [9487 "parity-scale-codec",9488 "sc-client-api",9489 "sp-api",9490 "sp-block-builder",9491 "sp-blockchain",9492 "sp-core",9493 "sp-inherents",9494 "sp-runtime",9495 "sp-state-machine",9496]94979498[[package]]9499name = "sc-chain-spec"9500version = "4.0.0-dev"9501source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9502dependencies = [9503 "impl-trait-for-tuples",9504 "memmap2 0.5.3",9505 "parity-scale-codec",9506 "sc-chain-spec-derive",9507 "sc-network",9508 "sc-telemetry",9509 "serde",9510 "serde_json",9511 "sp-core",9512 "sp-runtime",9513]95149515[[package]]9516name = "sc-chain-spec-derive"9517version = "4.0.0-dev"9518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9519dependencies = [9520 "proc-macro-crate 1.1.3",9521 "proc-macro2",9522 "quote",9523 "syn",9524]95259526[[package]]9527name = "sc-cli"9528version = "0.10.0-dev"9529source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9530dependencies = [9531 "chrono",9532 "clap",9533 "fdlimit",9534 "futures 0.3.21",9535 "hex",9536 "libp2p",9537 "log",9538 "names",9539 "parity-scale-codec",9540 "rand 0.7.3",9541 "regex",9542 "rpassword",9543 "sc-client-api",9544 "sc-keystore",9545 "sc-network",9546 "sc-service",9547 "sc-telemetry",9548 "sc-tracing",9549 "sc-utils",9550 "serde",9551 "serde_json",9552 "sp-blockchain",9553 "sp-core",9554 "sp-keyring",9555 "sp-keystore",9556 "sp-panic-handler",9557 "sp-runtime",9558 "sp-version",9559 "thiserror",9560 "tiny-bip39",9561 "tokio 1.17.0",9562]95639564[[package]]9565name = "sc-client-api"9566version = "4.0.0-dev"9567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9568dependencies = [9569 "fnv",9570 "futures 0.3.21",9571 "hash-db",9572 "log",9573 "parity-scale-codec",9574 "parking_lot 0.12.0",9575 "sc-executor",9576 "sc-transaction-pool-api",9577 "sc-utils",9578 "sp-api",9579 "sp-blockchain",9580 "sp-consensus",9581 "sp-core",9582 "sp-database",9583 "sp-externalities",9584 "sp-keystore",9585 "sp-runtime",9586 "sp-state-machine",9587 "sp-storage",9588 "sp-trie",9589 "substrate-prometheus-endpoint",9590]95919592[[package]]9593name = "sc-client-db"9594version = "0.10.0-dev"9595source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9596dependencies = [9597 "hash-db",9598 "kvdb",9599 "kvdb-memorydb",9600 "kvdb-rocksdb",9601 "linked-hash-map",9602 "log",9603 "parity-db",9604 "parity-scale-codec",9605 "parking_lot 0.12.0",9606 "sc-client-api",9607 "sc-state-db",9608 "sp-arithmetic",9609 "sp-blockchain",9610 "sp-core",9611 "sp-database",9612 "sp-runtime",9613 "sp-state-machine",9614 "sp-trie",9615]96169617[[package]]9618name = "sc-consensus"9619version = "0.10.0-dev"9620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9621dependencies = [9622 "async-trait",9623 "futures 0.3.21",9624 "futures-timer",9625 "libp2p",9626 "log",9627 "parking_lot 0.12.0",9628 "sc-client-api",9629 "sc-utils",9630 "serde",9631 "sp-api",9632 "sp-blockchain",9633 "sp-consensus",9634 "sp-core",9635 "sp-runtime",9636 "sp-state-machine",9637 "substrate-prometheus-endpoint",9638 "thiserror",9639]96409641[[package]]9642name = "sc-consensus-aura"9643version = "0.10.0-dev"9644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9645dependencies = [9646 "async-trait",9647 "futures 0.3.21",9648 "log",9649 "parity-scale-codec",9650 "sc-block-builder",9651 "sc-client-api",9652 "sc-consensus",9653 "sc-consensus-slots",9654 "sc-telemetry",9655 "sp-api",9656 "sp-application-crypto",9657 "sp-block-builder",9658 "sp-blockchain",9659 "sp-consensus",9660 "sp-consensus-aura",9661 "sp-consensus-slots",9662 "sp-core",9663 "sp-inherents",9664 "sp-keystore",9665 "sp-runtime",9666 "substrate-prometheus-endpoint",9667 "thiserror",9668]96699670[[package]]9671name = "sc-consensus-babe"9672version = "0.10.0-dev"9673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9674dependencies = [9675 "async-trait",9676 "fork-tree",9677 "futures 0.3.21",9678 "log",9679 "merlin",9680 "num-bigint",9681 "num-rational 0.2.4",9682 "num-traits",9683 "parity-scale-codec",9684 "parking_lot 0.12.0",9685 "rand 0.7.3",9686 "retain_mut",9687 "sc-client-api",9688 "sc-consensus",9689 "sc-consensus-epochs",9690 "sc-consensus-slots",9691 "sc-keystore",9692 "sc-telemetry",9693 "schnorrkel",9694 "serde",9695 "sp-api",9696 "sp-application-crypto",9697 "sp-block-builder",9698 "sp-blockchain",9699 "sp-consensus",9700 "sp-consensus-babe",9701 "sp-consensus-slots",9702 "sp-consensus-vrf",9703 "sp-core",9704 "sp-inherents",9705 "sp-io",9706 "sp-keystore",9707 "sp-runtime",9708 "sp-version",9709 "substrate-prometheus-endpoint",9710 "thiserror",9711]97129713[[package]]9714name = "sc-consensus-babe-rpc"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9717dependencies = [9718 "futures 0.3.21",9719 "jsonrpc-core",9720 "jsonrpc-core-client",9721 "jsonrpc-derive",9722 "sc-consensus-babe",9723 "sc-consensus-epochs",9724 "sc-rpc-api",9725 "serde",9726 "sp-api",9727 "sp-application-crypto",9728 "sp-blockchain",9729 "sp-consensus",9730 "sp-consensus-babe",9731 "sp-core",9732 "sp-keystore",9733 "sp-runtime",9734 "thiserror",9735]97369737[[package]]9738name = "sc-consensus-epochs"9739version = "0.10.0-dev"9740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9741dependencies = [9742 "fork-tree",9743 "parity-scale-codec",9744 "sc-client-api",9745 "sc-consensus",9746 "sp-blockchain",9747 "sp-runtime",9748]97499750[[package]]9751name = "sc-consensus-manual-seal"9752version = "0.10.0-dev"9753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9754dependencies = [9755 "assert_matches",9756 "async-trait",9757 "futures 0.3.21",9758 "jsonrpc-core",9759 "jsonrpc-core-client",9760 "jsonrpc-derive",9761 "log",9762 "parity-scale-codec",9763 "sc-client-api",9764 "sc-consensus",9765 "sc-consensus-aura",9766 "sc-consensus-babe",9767 "sc-consensus-epochs",9768 "sc-transaction-pool",9769 "sc-transaction-pool-api",9770 "serde",9771 "sp-api",9772 "sp-blockchain",9773 "sp-consensus",9774 "sp-consensus-aura",9775 "sp-consensus-babe",9776 "sp-consensus-slots",9777 "sp-core",9778 "sp-inherents",9779 "sp-keystore",9780 "sp-runtime",9781 "sp-timestamp",9782 "substrate-prometheus-endpoint",9783 "thiserror",9784]97859786[[package]]9787name = "sc-consensus-slots"9788version = "0.10.0-dev"9789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9790dependencies = [9791 "async-trait",9792 "futures 0.3.21",9793 "futures-timer",9794 "log",9795 "parity-scale-codec",9796 "sc-client-api",9797 "sc-consensus",9798 "sc-telemetry",9799 "sp-arithmetic",9800 "sp-blockchain",9801 "sp-consensus",9802 "sp-consensus-slots",9803 "sp-core",9804 "sp-inherents",9805 "sp-runtime",9806 "sp-state-machine",9807 "sp-timestamp",9808 "thiserror",9809]98109811[[package]]9812name = "sc-consensus-uncles"9813version = "0.10.0-dev"9814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9815dependencies = [9816 "sc-client-api",9817 "sp-authorship",9818 "sp-runtime",9819 "thiserror",9820]98219822[[package]]9823name = "sc-executor"9824version = "0.10.0-dev"9825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9826dependencies = [9827 "lazy_static",9828 "lru 0.6.6",9829 "parity-scale-codec",9830 "parking_lot 0.12.0",9831 "sc-executor-common",9832 "sc-executor-wasmi",9833 "sc-executor-wasmtime",9834 "sp-api",9835 "sp-core",9836 "sp-core-hashing-proc-macro",9837 "sp-externalities",9838 "sp-io",9839 "sp-panic-handler",9840 "sp-runtime-interface",9841 "sp-tasks",9842 "sp-trie",9843 "sp-version",9844 "sp-wasm-interface",9845 "tracing",9846 "wasmi",9847]98489849[[package]]9850name = "sc-executor-common"9851version = "0.10.0-dev"9852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9853dependencies = [9854 "environmental",9855 "parity-scale-codec",9856 "sc-allocator",9857 "sp-core",9858 "sp-maybe-compressed-blob",9859 "sp-serializer",9860 "sp-wasm-interface",9861 "thiserror",9862 "wasm-instrument",9863 "wasmi",9864]98659866[[package]]9867name = "sc-executor-wasmi"9868version = "0.10.0-dev"9869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9870dependencies = [9871 "log",9872 "parity-scale-codec",9873 "sc-allocator",9874 "sc-executor-common",9875 "scoped-tls",9876 "sp-core",9877 "sp-runtime-interface",9878 "sp-wasm-interface",9879 "wasmi",9880]98819882[[package]]9883name = "sc-executor-wasmtime"9884version = "0.10.0-dev"9885source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9886dependencies = [9887 "cfg-if 1.0.0",9888 "libc",9889 "log",9890 "parity-scale-codec",9891 "parity-wasm 0.42.2",9892 "sc-allocator",9893 "sc-executor-common",9894 "sp-core",9895 "sp-runtime-interface",9896 "sp-wasm-interface",9897 "wasmtime",9898]98999900[[package]]9901name = "sc-finality-grandpa"9902version = "0.10.0-dev"9903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9904dependencies = [9905 "ahash",9906 "async-trait",9907 "dyn-clone",9908 "finality-grandpa",9909 "fork-tree",9910 "futures 0.3.21",9911 "futures-timer",9912 "hex",9913 "log",9914 "parity-scale-codec",9915 "parking_lot 0.12.0",9916 "rand 0.8.5",9917 "sc-block-builder",9918 "sc-chain-spec",9919 "sc-client-api",9920 "sc-consensus",9921 "sc-keystore",9922 "sc-network",9923 "sc-network-gossip",9924 "sc-telemetry",9925 "sc-utils",9926 "serde_json",9927 "sp-api",9928 "sp-application-crypto",9929 "sp-arithmetic",9930 "sp-blockchain",9931 "sp-consensus",9932 "sp-core",9933 "sp-finality-grandpa",9934 "sp-keystore",9935 "sp-runtime",9936 "substrate-prometheus-endpoint",9937 "thiserror",9938]99399940[[package]]9941name = "sc-finality-grandpa-rpc"9942version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9944dependencies = [9945 "finality-grandpa",9946 "futures 0.3.21",9947 "jsonrpc-core",9948 "jsonrpc-core-client",9949 "jsonrpc-derive",9950 "jsonrpc-pubsub",9951 "log",9952 "parity-scale-codec",9953 "sc-client-api",9954 "sc-finality-grandpa",9955 "sc-rpc",9956 "serde",9957 "serde_json",9958 "sp-blockchain",9959 "sp-core",9960 "sp-runtime",9961 "thiserror",9962]99639964[[package]]9965name = "sc-informant"9966version = "0.10.0-dev"9967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9968dependencies = [9969 "ansi_term",9970 "futures 0.3.21",9971 "futures-timer",9972 "log",9973 "parity-util-mem",9974 "sc-client-api",9975 "sc-network",9976 "sc-transaction-pool-api",9977 "sp-blockchain",9978 "sp-runtime",9979]99809981[[package]]9982name = "sc-keystore"9983version = "4.0.0-dev"9984source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9985dependencies = [9986 "async-trait",9987 "hex",9988 "parking_lot 0.12.0",9989 "serde_json",9990 "sp-application-crypto",9991 "sp-core",9992 "sp-keystore",9993 "thiserror",9994]99959996[[package]]9997name = "sc-network"9998version = "0.10.0-dev"9999source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10000dependencies = [10001 "async-trait",10002 "asynchronous-codec 0.5.0",10003 "bitflags",10004 "bytes 1.1.0",10005 "cid",10006 "either",10007 "fnv",10008 "fork-tree",10009 "futures 0.3.21",10010 "futures-timer",10011 "hex",10012 "ip_network",10013 "libp2p",10014 "linked-hash-map",10015 "linked_hash_set",10016 "log",10017 "lru 0.7.5",10018 "parity-scale-codec",10019 "parking_lot 0.12.0",10020 "pin-project 1.0.10",10021 "prost",10022 "prost-build",10023 "rand 0.7.3",10024 "sc-block-builder",10025 "sc-client-api",10026 "sc-consensus",10027 "sc-peerset",10028 "sc-utils",10029 "serde",10030 "serde_json",10031 "smallvec",10032 "sp-arithmetic",10033 "sp-blockchain",10034 "sp-consensus",10035 "sp-core",10036 "sp-finality-grandpa",10037 "sp-runtime",10038 "substrate-prometheus-endpoint",10039 "thiserror",10040 "unsigned-varint 0.6.0",10041 "void",10042 "zeroize",10043]1004410045[[package]]10046name = "sc-network-gossip"10047version = "0.10.0-dev"10048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10049dependencies = [10050 "ahash",10051 "futures 0.3.21",10052 "futures-timer",10053 "libp2p",10054 "log",10055 "lru 0.7.5",10056 "sc-network",10057 "sp-runtime",10058 "substrate-prometheus-endpoint",10059 "tracing",10060]1006110062[[package]]10063name = "sc-offchain"10064version = "4.0.0-dev"10065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10066dependencies = [10067 "bytes 1.1.0",10068 "fnv",10069 "futures 0.3.21",10070 "futures-timer",10071 "hex",10072 "hyper",10073 "hyper-rustls 0.22.1",10074 "num_cpus",10075 "once_cell",10076 "parity-scale-codec",10077 "parking_lot 0.12.0",10078 "rand 0.7.3",10079 "sc-client-api",10080 "sc-network",10081 "sc-utils",10082 "sp-api",10083 "sp-core",10084 "sp-offchain",10085 "sp-runtime",10086 "threadpool",10087 "tracing",10088]1008910090[[package]]10091name = "sc-peerset"10092version = "4.0.0-dev"10093source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10094dependencies = [10095 "futures 0.3.21",10096 "libp2p",10097 "log",10098 "sc-utils",10099 "serde_json",10100 "wasm-timer",10101]1010210103[[package]]10104name = "sc-proposer-metrics"10105version = "0.10.0-dev"10106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10107dependencies = [10108 "log",10109 "substrate-prometheus-endpoint",10110]1011110112[[package]]10113name = "sc-rpc"10114version = "4.0.0-dev"10115source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10116dependencies = [10117 "futures 0.3.21",10118 "hash-db",10119 "jsonrpc-core",10120 "jsonrpc-pubsub",10121 "log",10122 "parity-scale-codec",10123 "parking_lot 0.12.0",10124 "sc-block-builder",10125 "sc-chain-spec",10126 "sc-client-api",10127 "sc-rpc-api",10128 "sc-tracing",10129 "sc-transaction-pool-api",10130 "sc-utils",10131 "serde_json",10132 "sp-api",10133 "sp-blockchain",10134 "sp-core",10135 "sp-keystore",10136 "sp-offchain",10137 "sp-rpc",10138 "sp-runtime",10139 "sp-session",10140 "sp-version",10141]1014210143[[package]]10144name = "sc-rpc-api"10145version = "0.10.0-dev"10146source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10147dependencies = [10148 "futures 0.3.21",10149 "jsonrpc-core",10150 "jsonrpc-core-client",10151 "jsonrpc-derive",10152 "jsonrpc-pubsub",10153 "log",10154 "parity-scale-codec",10155 "parking_lot 0.12.0",10156 "sc-chain-spec",10157 "sc-transaction-pool-api",10158 "serde",10159 "serde_json",10160 "sp-core",10161 "sp-rpc",10162 "sp-runtime",10163 "sp-tracing",10164 "sp-version",10165 "thiserror",10166]1016710168[[package]]10169name = "sc-rpc-server"10170version = "4.0.0-dev"10171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10172dependencies = [10173 "futures 0.3.21",10174 "jsonrpc-core",10175 "jsonrpc-http-server",10176 "jsonrpc-ipc-server",10177 "jsonrpc-pubsub",10178 "jsonrpc-ws-server",10179 "log",10180 "serde_json",10181 "substrate-prometheus-endpoint",10182 "tokio 1.17.0",10183]1018410185[[package]]10186name = "sc-service"10187version = "0.10.0-dev"10188source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10189dependencies = [10190 "async-trait",10191 "directories",10192 "exit-future",10193 "futures 0.3.21",10194 "futures-timer",10195 "hash-db",10196 "jsonrpc-core",10197 "jsonrpc-pubsub",10198 "log",10199 "parity-scale-codec",10200 "parity-util-mem",10201 "parking_lot 0.12.0",10202 "pin-project 1.0.10",10203 "rand 0.7.3",10204 "sc-block-builder",10205 "sc-chain-spec",10206 "sc-client-api",10207 "sc-client-db",10208 "sc-consensus",10209 "sc-executor",10210 "sc-informant",10211 "sc-keystore",10212 "sc-network",10213 "sc-offchain",10214 "sc-rpc",10215 "sc-rpc-server",10216 "sc-telemetry",10217 "sc-tracing",10218 "sc-transaction-pool",10219 "sc-transaction-pool-api",10220 "sc-utils",10221 "serde",10222 "serde_json",10223 "sp-api",10224 "sp-application-crypto",10225 "sp-block-builder",10226 "sp-blockchain",10227 "sp-consensus",10228 "sp-core",10229 "sp-externalities",10230 "sp-inherents",10231 "sp-keystore",10232 "sp-runtime",10233 "sp-session",10234 "sp-state-machine",10235 "sp-storage",10236 "sp-tracing",10237 "sp-transaction-pool",10238 "sp-transaction-storage-proof",10239 "sp-trie",10240 "sp-version",10241 "substrate-prometheus-endpoint",10242 "tempfile",10243 "thiserror",10244 "tokio 1.17.0",10245 "tracing",10246 "tracing-futures",10247]1024810249[[package]]10250name = "sc-state-db"10251version = "0.10.0-dev"10252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10253dependencies = [10254 "log",10255 "parity-scale-codec",10256 "parity-util-mem",10257 "parity-util-mem-derive",10258 "parking_lot 0.12.0",10259 "sc-client-api",10260 "sp-core",10261]1026210263[[package]]10264name = "sc-sync-state-rpc"10265version = "0.10.0-dev"10266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10267dependencies = [10268 "jsonrpc-core",10269 "jsonrpc-core-client",10270 "jsonrpc-derive",10271 "parity-scale-codec",10272 "sc-chain-spec",10273 "sc-client-api",10274 "sc-consensus-babe",10275 "sc-consensus-epochs",10276 "sc-finality-grandpa",10277 "serde",10278 "serde_json",10279 "sp-blockchain",10280 "sp-runtime",10281 "thiserror",10282]1028310284[[package]]10285name = "sc-telemetry"10286version = "4.0.0-dev"10287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10288dependencies = [10289 "chrono",10290 "futures 0.3.21",10291 "libp2p",10292 "log",10293 "parking_lot 0.12.0",10294 "pin-project 1.0.10",10295 "rand 0.7.3",10296 "serde",10297 "serde_json",10298 "thiserror",10299 "wasm-timer",10300]1030110302[[package]]10303name = "sc-tracing"10304version = "4.0.0-dev"10305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10306dependencies = [10307 "ansi_term",10308 "atty",10309 "chrono",10310 "lazy_static",10311 "libc",10312 "log",10313 "once_cell",10314 "parking_lot 0.12.0",10315 "regex",10316 "rustc-hash",10317 "sc-client-api",10318 "sc-rpc-server",10319 "sc-tracing-proc-macro",10320 "serde",10321 "sp-api",10322 "sp-blockchain",10323 "sp-core",10324 "sp-rpc",10325 "sp-runtime",10326 "sp-tracing",10327 "thiserror",10328 "tracing",10329 "tracing-log",10330 "tracing-subscriber",10331]1033210333[[package]]10334name = "sc-tracing-proc-macro"10335version = "4.0.0-dev"10336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10337dependencies = [10338 "proc-macro-crate 1.1.3",10339 "proc-macro2",10340 "quote",10341 "syn",10342]1034310344[[package]]10345name = "sc-transaction-pool"10346version = "4.0.0-dev"10347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10348dependencies = [10349 "futures 0.3.21",10350 "futures-timer",10351 "linked-hash-map",10352 "log",10353 "parity-scale-codec",10354 "parity-util-mem",10355 "parking_lot 0.12.0",10356 "retain_mut",10357 "sc-client-api",10358 "sc-transaction-pool-api",10359 "sc-utils",10360 "serde",10361 "sp-api",10362 "sp-blockchain",10363 "sp-core",10364 "sp-runtime",10365 "sp-tracing",10366 "sp-transaction-pool",10367 "substrate-prometheus-endpoint",10368 "thiserror",10369]1037010371[[package]]10372name = "sc-transaction-pool-api"10373version = "4.0.0-dev"10374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10375dependencies = [10376 "futures 0.3.21",10377 "log",10378 "serde",10379 "sp-blockchain",10380 "sp-runtime",10381 "thiserror",10382]1038310384[[package]]10385name = "sc-utils"10386version = "4.0.0-dev"10387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10388dependencies = [10389 "futures 0.3.21",10390 "futures-timer",10391 "lazy_static",10392 "log",10393 "parking_lot 0.12.0",10394 "prometheus",10395]1039610397[[package]]10398name = "scale-info"10399version = "2.0.1"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10402dependencies = [10403 "bitvec",10404 "cfg-if 1.0.0",10405 "derive_more",10406 "parity-scale-codec",10407 "scale-info-derive",10408 "serde",10409]1041010411[[package]]10412name = "scale-info-derive"10413version = "2.0.0"10414source = "registry+https://github.com/rust-lang/crates.io-index"10415checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10416dependencies = [10417 "proc-macro-crate 1.1.3",10418 "proc-macro2",10419 "quote",10420 "syn",10421]1042210423[[package]]10424name = "schannel"10425version = "0.1.19"10426source = "registry+https://github.com/rust-lang/crates.io-index"10427checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10428dependencies = [10429 "lazy_static",10430 "winapi 0.3.9",10431]1043210433[[package]]10434name = "schnorrkel"10435version = "0.9.1"10436source = "registry+https://github.com/rust-lang/crates.io-index"10437checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10438dependencies = [10439 "arrayref",10440 "arrayvec 0.5.2",10441 "curve25519-dalek 2.1.3",10442 "getrandom 0.1.16",10443 "merlin",10444 "rand 0.7.3",10445 "rand_core 0.5.1",10446 "sha2 0.8.2",10447 "subtle 2.4.1",10448 "zeroize",10449]1045010451[[package]]10452name = "scoped-tls"10453version = "1.0.0"10454source = "registry+https://github.com/rust-lang/crates.io-index"10455checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1045610457[[package]]10458name = "scopeguard"10459version = "1.1.0"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1046210463[[package]]10464name = "sct"10465version = "0.6.1"10466source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10468dependencies = [10469 "ring",10470 "untrusted",10471]1047210473[[package]]10474name = "sct"10475version = "0.7.0"10476source = "registry+https://github.com/rust-lang/crates.io-index"10477checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10478dependencies = [10479 "ring",10480 "untrusted",10481]1048210483[[package]]10484name = "sec1"10485version = "0.2.1"10486source = "registry+https://github.com/rust-lang/crates.io-index"10487checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10488dependencies = [10489 "der",10490 "generic-array 0.14.5",10491 "pkcs8",10492 "subtle 2.4.1",10493 "zeroize",10494]1049510496[[package]]10497name = "secp256k1"10498version = "0.21.3"10499source = "registry+https://github.com/rust-lang/crates.io-index"10500checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10501dependencies = [10502 "secp256k1-sys",10503]1050410505[[package]]10506name = "secp256k1-sys"10507version = "0.4.2"10508source = "registry+https://github.com/rust-lang/crates.io-index"10509checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10510dependencies = [10511 "cc",10512]1051310514[[package]]10515name = "secrecy"10516version = "0.8.0"10517source = "registry+https://github.com/rust-lang/crates.io-index"10518checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10519dependencies = [10520 "zeroize",10521]1052210523[[package]]10524name = "security-framework"10525version = "2.6.1"10526source = "registry+https://github.com/rust-lang/crates.io-index"10527checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10528dependencies = [10529 "bitflags",10530 "core-foundation",10531 "core-foundation-sys",10532 "libc",10533 "security-framework-sys",10534]1053510536[[package]]10537name = "security-framework-sys"10538version = "2.6.1"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10541dependencies = [10542 "core-foundation-sys",10543 "libc",10544]1054510546[[package]]10547name = "semver"10548version = "0.6.0"10549source = "registry+https://github.com/rust-lang/crates.io-index"10550checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10551dependencies = [10552 "semver-parser 0.7.0",10553]1055410555[[package]]10556name = "semver"10557version = "0.9.0"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10560dependencies = [10561 "semver-parser 0.7.0",10562]1056310564[[package]]10565name = "semver"10566version = "0.11.0"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10569dependencies = [10570 "semver-parser 0.10.2",10571]1057210573[[package]]10574name = "semver"10575version = "1.0.7"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10578dependencies = [10579 "serde",10580]1058110582[[package]]10583name = "semver-parser"10584version = "0.7.0"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1058710588[[package]]10589name = "semver-parser"10590version = "0.10.2"10591source = "registry+https://github.com/rust-lang/crates.io-index"10592checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10593dependencies = [10594 "pest",10595]1059610597[[package]]10598name = "serde"10599version = "1.0.136"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10602dependencies = [10603 "serde_derive",10604]1060510606[[package]]10607name = "serde_derive"10608version = "1.0.136"10609source = "registry+https://github.com/rust-lang/crates.io-index"10610checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10611dependencies = [10612 "proc-macro2",10613 "quote",10614 "syn",10615]1061610617[[package]]10618name = "serde_json"10619version = "1.0.79"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10622dependencies = [10623 "itoa 1.0.1",10624 "ryu",10625 "serde",10626]1062710628[[package]]10629name = "serde_nanos"10630version = "0.1.2"10631source = "registry+https://github.com/rust-lang/crates.io-index"10632checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10633dependencies = [10634 "serde",10635]1063610637[[package]]10638name = "sha-1"10639version = "0.8.2"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10642dependencies = [10643 "block-buffer 0.7.3",10644 "digest 0.8.1",10645 "fake-simd",10646 "opaque-debug 0.2.3",10647]1064810649[[package]]10650name = "sha-1"10651version = "0.9.8"10652source = "registry+https://github.com/rust-lang/crates.io-index"10653checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10654dependencies = [10655 "block-buffer 0.9.0",10656 "cfg-if 1.0.0",10657 "cpufeatures 0.2.2",10658 "digest 0.9.0",10659 "opaque-debug 0.3.0",10660]1066110662[[package]]10663name = "sha2"10664version = "0.8.2"10665source = "registry+https://github.com/rust-lang/crates.io-index"10666checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10667dependencies = [10668 "block-buffer 0.7.3",10669 "digest 0.8.1",10670 "fake-simd",10671 "opaque-debug 0.2.3",10672]1067310674[[package]]10675name = "sha2"10676version = "0.9.9"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10679dependencies = [10680 "block-buffer 0.9.0",10681 "cfg-if 1.0.0",10682 "cpufeatures 0.2.2",10683 "digest 0.9.0",10684 "opaque-debug 0.3.0",10685]1068610687[[package]]10688name = "sha2"10689version = "0.10.2"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10692dependencies = [10693 "cfg-if 1.0.0",10694 "cpufeatures 0.2.2",10695 "digest 0.10.3",10696]1069710698[[package]]10699name = "sha3"10700version = "0.8.2"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10703dependencies = [10704 "block-buffer 0.7.3",10705 "byte-tools",10706 "digest 0.8.1",10707 "keccak",10708 "opaque-debug 0.2.3",10709]1071010711[[package]]10712name = "sha3"10713version = "0.9.1"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10716dependencies = [10717 "block-buffer 0.9.0",10718 "digest 0.9.0",10719 "keccak",10720 "opaque-debug 0.3.0",10721]1072210723[[package]]10724name = "sha3"10725version = "0.10.1"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10728dependencies = [10729 "digest 0.10.3",10730 "keccak",10731]1073210733[[package]]10734name = "sharded-slab"10735version = "0.1.4"10736source = "registry+https://github.com/rust-lang/crates.io-index"10737checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10738dependencies = [10739 "lazy_static",10740]1074110742[[package]]10743name = "shlex"10744version = "1.1.0"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1074710748[[package]]10749name = "signal-hook"10750version = "0.3.13"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10753dependencies = [10754 "libc",10755 "signal-hook-registry",10756]1075710758[[package]]10759name = "signal-hook-registry"10760version = "1.4.0"10761source = "registry+https://github.com/rust-lang/crates.io-index"10762checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10763dependencies = [10764 "libc",10765]1076610767[[package]]10768name = "signature"10769version = "1.4.0"10770source = "registry+https://github.com/rust-lang/crates.io-index"10771checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10772dependencies = [10773 "rand_core 0.6.3",10774]1077510776[[package]]10777name = "simba"10778version = "0.5.1"10779source = "registry+https://github.com/rust-lang/crates.io-index"10780checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10781dependencies = [10782 "approx",10783 "num-complex",10784 "num-traits",10785 "paste",10786]1078710788[[package]]10789name = "slab"10790version = "0.4.6"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1079310794[[package]]10795name = "slot-range-helper"10796version = "0.9.18"10797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10798dependencies = [10799 "enumn",10800 "parity-scale-codec",10801 "paste",10802 "sp-runtime",10803 "sp-std",10804]1080510806[[package]]10807name = "slotmap"10808version = "1.0.6"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10811dependencies = [10812 "version_check",10813]1081410815[[package]]10816name = "smallvec"10817version = "1.8.0"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1082010821[[package]]10822name = "snap"10823version = "1.0.5"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1082610827[[package]]10828name = "snow"10829version = "0.8.0"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10832dependencies = [10833 "aes-gcm",10834 "blake2 0.9.2",10835 "chacha20poly1305",10836 "rand 0.8.5",10837 "rand_core 0.6.3",10838 "ring",10839 "rustc_version 0.3.3",10840 "sha2 0.9.9",10841 "subtle 2.4.1",10842 "x25519-dalek",10843]1084410845[[package]]10846name = "socket2"10847version = "0.3.19"10848source = "registry+https://github.com/rust-lang/crates.io-index"10849checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10850dependencies = [10851 "cfg-if 1.0.0",10852 "libc",10853 "winapi 0.3.9",10854]1085510856[[package]]10857name = "socket2"10858version = "0.4.4"10859source = "registry+https://github.com/rust-lang/crates.io-index"10860checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10861dependencies = [10862 "libc",10863 "winapi 0.3.9",10864]1086510866[[package]]10867name = "soketto"10868version = "0.7.1"10869source = "registry+https://github.com/rust-lang/crates.io-index"10870checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10871dependencies = [10872 "base64",10873 "bytes 1.1.0",10874 "flate2",10875 "futures 0.3.21",10876 "httparse",10877 "log",10878 "rand 0.8.5",10879 "sha-1 0.9.8",10880]1088110882[[package]]10883name = "sp-api"10884version = "4.0.0-dev"10885source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10886dependencies = [10887 "hash-db",10888 "log",10889 "parity-scale-codec",10890 "sp-api-proc-macro",10891 "sp-core",10892 "sp-runtime",10893 "sp-state-machine",10894 "sp-std",10895 "sp-version",10896 "thiserror",10897]1089810899[[package]]10900name = "sp-api-proc-macro"10901version = "4.0.0-dev"10902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10903dependencies = [10904 "blake2 0.10.4",10905 "proc-macro-crate 1.1.3",10906 "proc-macro2",10907 "quote",10908 "syn",10909]1091010911[[package]]10912name = "sp-application-crypto"10913version = "6.0.0"10914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10915dependencies = [10916 "parity-scale-codec",10917 "scale-info",10918 "serde",10919 "sp-core",10920 "sp-io",10921 "sp-std",10922]1092310924[[package]]10925name = "sp-arithmetic"10926version = "5.0.0"10927source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10928dependencies = [10929 "integer-sqrt",10930 "num-traits",10931 "parity-scale-codec",10932 "scale-info",10933 "serde",10934 "sp-debug-derive",10935 "sp-std",10936 "static_assertions",10937]1093810939[[package]]10940name = "sp-authority-discovery"10941version = "4.0.0-dev"10942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10943dependencies = [10944 "parity-scale-codec",10945 "scale-info",10946 "sp-api",10947 "sp-application-crypto",10948 "sp-runtime",10949 "sp-std",10950]1095110952[[package]]10953name = "sp-authorship"10954version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10956dependencies = [10957 "async-trait",10958 "parity-scale-codec",10959 "sp-inherents",10960 "sp-runtime",10961 "sp-std",10962]1096310964[[package]]10965name = "sp-block-builder"10966version = "4.0.0-dev"10967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10968dependencies = [10969 "parity-scale-codec",10970 "sp-api",10971 "sp-inherents",10972 "sp-runtime",10973 "sp-std",10974]1097510976[[package]]10977name = "sp-blockchain"10978version = "4.0.0-dev"10979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10980dependencies = [10981 "futures 0.3.21",10982 "log",10983 "lru 0.7.5",10984 "parity-scale-codec",10985 "parking_lot 0.12.0",10986 "sp-api",10987 "sp-consensus",10988 "sp-database",10989 "sp-runtime",10990 "sp-state-machine",10991 "thiserror",10992]1099310994[[package]]10995name = "sp-consensus"10996version = "0.10.0-dev"10997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10998dependencies = [10999 "async-trait",11000 "futures 0.3.21",11001 "futures-timer",11002 "log",11003 "parity-scale-codec",11004 "sp-core",11005 "sp-inherents",11006 "sp-runtime",11007 "sp-state-machine",11008 "sp-std",11009 "sp-version",11010 "thiserror",11011]1101211013[[package]]11014name = "sp-consensus-aura"11015version = "0.10.0-dev"11016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11017dependencies = [11018 "async-trait",11019 "parity-scale-codec",11020 "scale-info",11021 "sp-api",11022 "sp-application-crypto",11023 "sp-consensus",11024 "sp-consensus-slots",11025 "sp-inherents",11026 "sp-runtime",11027 "sp-std",11028 "sp-timestamp",11029]1103011031[[package]]11032name = "sp-consensus-babe"11033version = "0.10.0-dev"11034source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11035dependencies = [11036 "async-trait",11037 "merlin",11038 "parity-scale-codec",11039 "scale-info",11040 "serde",11041 "sp-api",11042 "sp-application-crypto",11043 "sp-consensus",11044 "sp-consensus-slots",11045 "sp-consensus-vrf",11046 "sp-core",11047 "sp-inherents",11048 "sp-keystore",11049 "sp-runtime",11050 "sp-std",11051 "sp-timestamp",11052]1105311054[[package]]11055name = "sp-consensus-slots"11056version = "0.10.0-dev"11057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11058dependencies = [11059 "parity-scale-codec",11060 "scale-info",11061 "serde",11062 "sp-arithmetic",11063 "sp-runtime",11064 "sp-std",11065 "sp-timestamp",11066]1106711068[[package]]11069name = "sp-consensus-vrf"11070version = "0.10.0-dev"11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11072dependencies = [11073 "parity-scale-codec",11074 "schnorrkel",11075 "sp-core",11076 "sp-runtime",11077 "sp-std",11078]1107911080[[package]]11081name = "sp-core"11082version = "6.0.0"11083source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11084dependencies = [11085 "base58",11086 "bitflags",11087 "blake2-rfc",11088 "byteorder",11089 "dyn-clonable",11090 "ed25519-dalek",11091 "futures 0.3.21",11092 "hash-db",11093 "hash256-std-hasher",11094 "hex",11095 "impl-serde",11096 "lazy_static",11097 "libsecp256k1 0.7.0",11098 "log",11099 "merlin",11100 "num-traits",11101 "parity-scale-codec",11102 "parity-util-mem",11103 "parking_lot 0.12.0",11104 "primitive-types",11105 "rand 0.7.3",11106 "regex",11107 "scale-info",11108 "schnorrkel",11109 "secp256k1",11110 "secrecy",11111 "serde",11112 "sp-core-hashing",11113 "sp-debug-derive",11114 "sp-externalities",11115 "sp-runtime-interface",11116 "sp-std",11117 "sp-storage",11118 "ss58-registry",11119 "substrate-bip39",11120 "thiserror",11121 "tiny-bip39",11122 "wasmi",11123 "zeroize",11124]1112511126[[package]]11127name = "sp-core-hashing"11128version = "4.0.0"11129source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11130dependencies = [11131 "blake2 0.10.4",11132 "byteorder",11133 "digest 0.10.3",11134 "sha2 0.10.2",11135 "sha3 0.10.1",11136 "sp-std",11137 "twox-hash",11138]1113911140[[package]]11141name = "sp-core-hashing-proc-macro"11142version = "5.0.0"11143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11144dependencies = [11145 "proc-macro2",11146 "quote",11147 "sp-core-hashing",11148 "syn",11149]1115011151[[package]]11152name = "sp-database"11153version = "4.0.0-dev"11154source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11155dependencies = [11156 "kvdb",11157 "parking_lot 0.12.0",11158]1115911160[[package]]11161name = "sp-debug-derive"11162version = "4.0.0"11163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11164dependencies = [11165 "proc-macro2",11166 "quote",11167 "syn",11168]1116911170[[package]]11171name = "sp-externalities"11172version = "0.12.0"11173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11174dependencies = [11175 "environmental",11176 "parity-scale-codec",11177 "sp-std",11178 "sp-storage",11179]1118011181[[package]]11182name = "sp-finality-grandpa"11183version = "4.0.0-dev"11184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11185dependencies = [11186 "finality-grandpa",11187 "log",11188 "parity-scale-codec",11189 "scale-info",11190 "serde",11191 "sp-api",11192 "sp-application-crypto",11193 "sp-core",11194 "sp-keystore",11195 "sp-runtime",11196 "sp-std",11197]1119811199[[package]]11200name = "sp-inherents"11201version = "4.0.0-dev"11202source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11203dependencies = [11204 "async-trait",11205 "impl-trait-for-tuples",11206 "parity-scale-codec",11207 "sp-core",11208 "sp-runtime",11209 "sp-std",11210 "thiserror",11211]1121211213[[package]]11214name = "sp-io"11215version = "6.0.0"11216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11217dependencies = [11218 "futures 0.3.21",11219 "hash-db",11220 "libsecp256k1 0.7.0",11221 "log",11222 "parity-scale-codec",11223 "parking_lot 0.12.0",11224 "secp256k1",11225 "sp-core",11226 "sp-externalities",11227 "sp-keystore",11228 "sp-runtime-interface",11229 "sp-state-machine",11230 "sp-std",11231 "sp-tracing",11232 "sp-trie",11233 "sp-wasm-interface",11234 "tracing",11235 "tracing-core",11236]1123711238[[package]]11239name = "sp-keyring"11240version = "6.0.0"11241source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11242dependencies = [11243 "lazy_static",11244 "sp-core",11245 "sp-runtime",11246 "strum 0.23.0",11247]1124811249[[package]]11250name = "sp-keystore"11251version = "0.12.0"11252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11253dependencies = [11254 "async-trait",11255 "futures 0.3.21",11256 "merlin",11257 "parity-scale-codec",11258 "parking_lot 0.12.0",11259 "schnorrkel",11260 "serde",11261 "sp-core",11262 "sp-externalities",11263 "thiserror",11264]1126511266[[package]]11267name = "sp-maybe-compressed-blob"11268version = "4.1.0-dev"11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11270dependencies = [11271 "thiserror",11272 "zstd",11273]1127411275[[package]]11276name = "sp-npos-elections"11277version = "4.0.0-dev"11278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11279dependencies = [11280 "parity-scale-codec",11281 "scale-info",11282 "serde",11283 "sp-arithmetic",11284 "sp-core",11285 "sp-npos-elections-solution-type",11286 "sp-runtime",11287 "sp-std",11288]1128911290[[package]]11291name = "sp-npos-elections-solution-type"11292version = "4.0.0-dev"11293source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11294dependencies = [11295 "proc-macro-crate 1.1.3",11296 "proc-macro2",11297 "quote",11298 "syn",11299]1130011301[[package]]11302name = "sp-offchain"11303version = "4.0.0-dev"11304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11305dependencies = [11306 "sp-api",11307 "sp-core",11308 "sp-runtime",11309]1131011311[[package]]11312name = "sp-panic-handler"11313version = "4.0.0"11314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11315dependencies = [11316 "backtrace",11317 "lazy_static",11318 "regex",11319]1132011321[[package]]11322name = "sp-rpc"11323version = "6.0.0"11324source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11325dependencies = [11326 "rustc-hash",11327 "serde",11328 "sp-core",11329]1133011331[[package]]11332name = "sp-runtime"11333version = "6.0.0"11334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11335dependencies = [11336 "either",11337 "hash256-std-hasher",11338 "impl-trait-for-tuples",11339 "log",11340 "parity-scale-codec",11341 "parity-util-mem",11342 "paste",11343 "rand 0.7.3",11344 "scale-info",11345 "serde",11346 "sp-application-crypto",11347 "sp-arithmetic",11348 "sp-core",11349 "sp-io",11350 "sp-std",11351]1135211353[[package]]11354name = "sp-runtime-interface"11355version = "6.0.0"11356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11357dependencies = [11358 "impl-trait-for-tuples",11359 "parity-scale-codec",11360 "primitive-types",11361 "sp-externalities",11362 "sp-runtime-interface-proc-macro",11363 "sp-std",11364 "sp-storage",11365 "sp-tracing",11366 "sp-wasm-interface",11367 "static_assertions",11368]1136911370[[package]]11371name = "sp-runtime-interface-proc-macro"11372version = "5.0.0"11373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11374dependencies = [11375 "Inflector",11376 "proc-macro-crate 1.1.3",11377 "proc-macro2",11378 "quote",11379 "syn",11380]1138111382[[package]]11383name = "sp-serializer"11384version = "4.0.0-dev"11385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11386dependencies = [11387 "serde",11388 "serde_json",11389]1139011391[[package]]11392name = "sp-session"11393version = "4.0.0-dev"11394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11395dependencies = [11396 "parity-scale-codec",11397 "scale-info",11398 "sp-api",11399 "sp-core",11400 "sp-runtime",11401 "sp-staking",11402 "sp-std",11403]1140411405[[package]]11406name = "sp-staking"11407version = "4.0.0-dev"11408source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11409dependencies = [11410 "parity-scale-codec",11411 "scale-info",11412 "sp-runtime",11413 "sp-std",11414]1141511416[[package]]11417name = "sp-state-machine"11418version = "0.12.0"11419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11420dependencies = [11421 "hash-db",11422 "log",11423 "num-traits",11424 "parity-scale-codec",11425 "parking_lot 0.12.0",11426 "rand 0.7.3",11427 "smallvec",11428 "sp-core",11429 "sp-externalities",11430 "sp-panic-handler",11431 "sp-std",11432 "sp-trie",11433 "thiserror",11434 "tracing",11435 "trie-db",11436 "trie-root",11437]1143811439[[package]]11440name = "sp-std"11441version = "4.0.0"11442source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1144311444[[package]]11445name = "sp-storage"11446version = "6.0.0"11447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11448dependencies = [11449 "impl-serde",11450 "parity-scale-codec",11451 "ref-cast",11452 "serde",11453 "sp-debug-derive",11454 "sp-std",11455]1145611457[[package]]11458name = "sp-tasks"11459version = "4.0.0-dev"11460source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11461dependencies = [11462 "log",11463 "sp-core",11464 "sp-externalities",11465 "sp-io",11466 "sp-runtime-interface",11467 "sp-std",11468]1146911470[[package]]11471name = "sp-timestamp"11472version = "4.0.0-dev"11473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11474dependencies = [11475 "async-trait",11476 "futures-timer",11477 "log",11478 "parity-scale-codec",11479 "sp-api",11480 "sp-inherents",11481 "sp-runtime",11482 "sp-std",11483 "thiserror",11484]1148511486[[package]]11487name = "sp-tracing"11488version = "5.0.0"11489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11490dependencies = [11491 "parity-scale-codec",11492 "sp-std",11493 "tracing",11494 "tracing-core",11495 "tracing-subscriber",11496]1149711498[[package]]11499name = "sp-transaction-pool"11500version = "4.0.0-dev"11501source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11502dependencies = [11503 "sp-api",11504 "sp-runtime",11505]1150611507[[package]]11508name = "sp-transaction-storage-proof"11509version = "4.0.0-dev"11510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11511dependencies = [11512 "async-trait",11513 "log",11514 "parity-scale-codec",11515 "scale-info",11516 "sp-core",11517 "sp-inherents",11518 "sp-runtime",11519 "sp-std",11520 "sp-trie",11521]1152211523[[package]]11524name = "sp-trie"11525version = "6.0.0"11526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11527dependencies = [11528 "hash-db",11529 "memory-db",11530 "parity-scale-codec",11531 "scale-info",11532 "sp-core",11533 "sp-std",11534 "thiserror",11535 "trie-db",11536 "trie-root",11537]1153811539[[package]]11540name = "sp-version"11541version = "5.0.0"11542source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11543dependencies = [11544 "impl-serde",11545 "parity-scale-codec",11546 "parity-wasm 0.42.2",11547 "scale-info",11548 "serde",11549 "sp-core-hashing-proc-macro",11550 "sp-runtime",11551 "sp-std",11552 "sp-version-proc-macro",11553 "thiserror",11554]1155511556[[package]]11557name = "sp-version-proc-macro"11558version = "4.0.0-dev"11559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11560dependencies = [11561 "parity-scale-codec",11562 "proc-macro2",11563 "quote",11564 "syn",11565]1156611567[[package]]11568name = "sp-wasm-interface"11569version = "6.0.0"11570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11571dependencies = [11572 "impl-trait-for-tuples",11573 "log",11574 "parity-scale-codec",11575 "sp-std",11576 "wasmi",11577 "wasmtime",11578]1157911580[[package]]11581name = "spin"11582version = "0.5.2"11583source = "registry+https://github.com/rust-lang/crates.io-index"11584checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1158511586[[package]]11587name = "spki"11588version = "0.5.4"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11591dependencies = [11592 "base64ct",11593 "der",11594]1159511596[[package]]11597name = "ss58-registry"11598version = "1.17.0"11599source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11601dependencies = [11602 "Inflector",11603 "num-format",11604 "proc-macro2",11605 "quote",11606 "serde",11607 "serde_json",11608 "unicode-xid",11609]1161011611[[package]]11612name = "stable_deref_trait"11613version = "1.2.0"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1161611617[[package]]11618name = "static_assertions"11619version = "1.1.0"11620source = "registry+https://github.com/rust-lang/crates.io-index"11621checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1162211623[[package]]11624name = "static_init"11625version = "0.5.2"11626source = "registry+https://github.com/rust-lang/crates.io-index"11627checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11628dependencies = [11629 "cfg_aliases",11630 "libc",11631 "parking_lot 0.11.2",11632 "static_init_macro",11633]1163411635[[package]]11636name = "static_init_macro"11637version = "0.5.0"11638source = "registry+https://github.com/rust-lang/crates.io-index"11639checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11640dependencies = [11641 "cfg_aliases",11642 "memchr",11643 "proc-macro2",11644 "quote",11645 "syn",11646]1164711648[[package]]11649name = "statrs"11650version = "0.15.0"11651source = "registry+https://github.com/rust-lang/crates.io-index"11652checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11653dependencies = [11654 "approx",11655 "lazy_static",11656 "nalgebra",11657 "num-traits",11658 "rand 0.8.5",11659]1166011661[[package]]11662name = "strsim"11663version = "0.10.0"11664source = "registry+https://github.com/rust-lang/crates.io-index"11665checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1166611667[[package]]11668name = "struct-versioning"11669version = "0.1.0"11670dependencies = [11671 "quote",11672 "syn",11673]1167411675[[package]]11676name = "strum"11677version = "0.23.0"11678source = "registry+https://github.com/rust-lang/crates.io-index"11679checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11680dependencies = [11681 "strum_macros 0.23.1",11682]1168311684[[package]]11685name = "strum"11686version = "0.24.0"11687source = "registry+https://github.com/rust-lang/crates.io-index"11688checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11689dependencies = [11690 "strum_macros 0.24.0",11691]1169211693[[package]]11694name = "strum_macros"11695version = "0.23.1"11696source = "registry+https://github.com/rust-lang/crates.io-index"11697checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11698dependencies = [11699 "heck 0.3.3",11700 "proc-macro2",11701 "quote",11702 "rustversion",11703 "syn",11704]1170511706[[package]]11707name = "strum_macros"11708version = "0.24.0"11709source = "registry+https://github.com/rust-lang/crates.io-index"11710checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11711dependencies = [11712 "heck 0.4.0",11713 "proc-macro2",11714 "quote",11715 "rustversion",11716 "syn",11717]1171811719[[package]]11720name = "substrate-bip39"11721version = "0.4.4"11722source = "registry+https://github.com/rust-lang/crates.io-index"11723checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11724dependencies = [11725 "hmac 0.11.0",11726 "pbkdf2 0.8.0",11727 "schnorrkel",11728 "sha2 0.9.9",11729 "zeroize",11730]1173111732[[package]]11733name = "substrate-build-script-utils"11734version = "3.0.0"11735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11736dependencies = [11737 "platforms",11738]1173911740[[package]]11741name = "substrate-frame-rpc-system"11742version = "4.0.0-dev"11743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11744dependencies = [11745 "frame-system-rpc-runtime-api",11746 "futures 0.3.21",11747 "jsonrpc-core",11748 "jsonrpc-core-client",11749 "jsonrpc-derive",11750 "log",11751 "parity-scale-codec",11752 "sc-client-api",11753 "sc-rpc-api",11754 "sc-transaction-pool-api",11755 "sp-api",11756 "sp-block-builder",11757 "sp-blockchain",11758 "sp-core",11759 "sp-runtime",11760]1176111762[[package]]11763name = "substrate-prometheus-endpoint"11764version = "0.10.0-dev"11765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11766dependencies = [11767 "futures-util",11768 "hyper",11769 "log",11770 "prometheus",11771 "thiserror",11772 "tokio 1.17.0",11773]1177411775[[package]]11776name = "substrate-test-client"11777version = "2.0.1"11778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11779dependencies = [11780 "async-trait",11781 "futures 0.3.21",11782 "hex",11783 "parity-scale-codec",11784 "sc-client-api",11785 "sc-client-db",11786 "sc-consensus",11787 "sc-executor",11788 "sc-offchain",11789 "sc-service",11790 "serde",11791 "serde_json",11792 "sp-blockchain",11793 "sp-consensus",11794 "sp-core",11795 "sp-keyring",11796 "sp-keystore",11797 "sp-runtime",11798 "sp-state-machine",11799]1180011801[[package]]11802name = "substrate-test-utils"11803version = "4.0.0-dev"11804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11805dependencies = [11806 "futures 0.3.21",11807 "substrate-test-utils-derive",11808 "tokio 1.17.0",11809]1181011811[[package]]11812name = "substrate-test-utils-derive"11813version = "0.10.0-dev"11814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11815dependencies = [11816 "proc-macro-crate 1.1.3",11817 "proc-macro2",11818 "quote",11819 "syn",11820]1182111822[[package]]11823name = "substrate-wasm-builder"11824version = "5.0.0-dev"11825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11826dependencies = [11827 "ansi_term",11828 "build-helper",11829 "cargo_metadata",11830 "sp-maybe-compressed-blob",11831 "strum 0.23.0",11832 "tempfile",11833 "toml",11834 "walkdir",11835 "wasm-gc-api",11836]1183711838[[package]]11839name = "subtle"11840version = "1.0.0"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1184311844[[package]]11845name = "subtle"11846version = "2.4.1"11847source = "registry+https://github.com/rust-lang/crates.io-index"11848checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1184911850[[package]]11851name = "syn"11852version = "1.0.91"11853source = "registry+https://github.com/rust-lang/crates.io-index"11854checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"11855dependencies = [11856 "proc-macro2",11857 "quote",11858 "unicode-xid",11859]1186011861[[package]]11862name = "synstructure"11863version = "0.12.6"11864source = "registry+https://github.com/rust-lang/crates.io-index"11865checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11866dependencies = [11867 "proc-macro2",11868 "quote",11869 "syn",11870 "unicode-xid",11871]1187211873[[package]]11874name = "tap"11875version = "1.0.1"11876source = "registry+https://github.com/rust-lang/crates.io-index"11877checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1187811879[[package]]11880name = "target-lexicon"11881version = "0.12.3"11882source = "registry+https://github.com/rust-lang/crates.io-index"11883checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1188411885[[package]]11886name = "tempfile"11887version = "3.3.0"11888source = "registry+https://github.com/rust-lang/crates.io-index"11889checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11890dependencies = [11891 "cfg-if 1.0.0",11892 "fastrand",11893 "libc",11894 "redox_syscall",11895 "remove_dir_all",11896 "winapi 0.3.9",11897]1189811899[[package]]11900name = "termcolor"11901version = "1.1.3"11902source = "registry+https://github.com/rust-lang/crates.io-index"11903checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11904dependencies = [11905 "winapi-util",11906]1190711908[[package]]11909name = "test-runtime-constants"11910version = "0.9.18"11911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11912dependencies = [11913 "frame-support",11914 "polkadot-primitives",11915 "polkadot-runtime-common",11916 "smallvec",11917 "sp-runtime",11918]1191911920[[package]]11921name = "textwrap"11922version = "0.15.0"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1192511926[[package]]11927name = "thiserror"11928version = "1.0.30"11929source = "registry+https://github.com/rust-lang/crates.io-index"11930checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11931dependencies = [11932 "thiserror-impl",11933]1193411935[[package]]11936name = "thiserror-impl"11937version = "1.0.30"11938source = "registry+https://github.com/rust-lang/crates.io-index"11939checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11940dependencies = [11941 "proc-macro2",11942 "quote",11943 "syn",11944]1194511946[[package]]11947name = "thread_local"11948version = "1.1.4"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11951dependencies = [11952 "once_cell",11953]1195411955[[package]]11956name = "threadpool"11957version = "1.8.1"11958source = "registry+https://github.com/rust-lang/crates.io-index"11959checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11960dependencies = [11961 "num_cpus",11962]1196311964[[package]]11965name = "thrift"11966version = "0.15.0"11967source = "registry+https://github.com/rust-lang/crates.io-index"11968checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11969dependencies = [11970 "byteorder",11971 "integer-encoding",11972 "log",11973 "ordered-float",11974 "threadpool",11975]1197611977[[package]]11978name = "tikv-jemalloc-sys"11979version = "0.4.3+5.2.1-patched.2"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11982dependencies = [11983 "cc",11984 "fs_extra",11985 "libc",11986]1198711988[[package]]11989name = "time"11990version = "0.1.44"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11993dependencies = [11994 "libc",11995 "wasi 0.10.0+wasi-snapshot-preview1",11996 "winapi 0.3.9",11997]1199811999[[package]]12000name = "tiny-bip39"12001version = "0.8.2"12002source = "registry+https://github.com/rust-lang/crates.io-index"12003checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12004dependencies = [12005 "anyhow",12006 "hmac 0.8.1",12007 "once_cell",12008 "pbkdf2 0.4.0",12009 "rand 0.7.3",12010 "rustc-hash",12011 "sha2 0.9.9",12012 "thiserror",12013 "unicode-normalization",12014 "wasm-bindgen",12015 "zeroize",12016]1201712018[[package]]12019name = "tiny-keccak"12020version = "2.0.2"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12023dependencies = [12024 "crunchy",12025]1202612027[[package]]12028name = "tinyvec"12029version = "1.5.1"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12032dependencies = [12033 "tinyvec_macros",12034]1203512036[[package]]12037name = "tinyvec_macros"12038version = "0.1.0"12039source = "registry+https://github.com/rust-lang/crates.io-index"12040checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1204112042[[package]]12043name = "tokio"12044version = "0.2.25"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12047dependencies = [12048 "bytes 0.5.6",12049 "fnv",12050 "pin-project-lite 0.1.12",12051 "tokio-macros 0.2.6",12052]1205312054[[package]]12055name = "tokio"12056version = "1.17.0"12057source = "registry+https://github.com/rust-lang/crates.io-index"12058checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12059dependencies = [12060 "bytes 1.1.0",12061 "libc",12062 "memchr",12063 "mio 0.8.2",12064 "num_cpus",12065 "once_cell",12066 "parking_lot 0.12.0",12067 "pin-project-lite 0.2.8",12068 "signal-hook-registry",12069 "socket2 0.4.4",12070 "tokio-macros 1.7.0",12071 "winapi 0.3.9",12072]1207312074[[package]]12075name = "tokio-macros"12076version = "0.2.6"12077source = "registry+https://github.com/rust-lang/crates.io-index"12078checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12079dependencies = [12080 "proc-macro2",12081 "quote",12082 "syn",12083]1208412085[[package]]12086name = "tokio-macros"12087version = "1.7.0"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12090dependencies = [12091 "proc-macro2",12092 "quote",12093 "syn",12094]1209512096[[package]]12097name = "tokio-rustls"12098version = "0.22.0"12099source = "registry+https://github.com/rust-lang/crates.io-index"12100checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12101dependencies = [12102 "rustls 0.19.1",12103 "tokio 1.17.0",12104 "webpki 0.21.4",12105]1210612107[[package]]12108name = "tokio-rustls"12109version = "0.23.3"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12112dependencies = [12113 "rustls 0.20.4",12114 "tokio 1.17.0",12115 "webpki 0.22.0",12116]1211712118[[package]]12119name = "tokio-stream"12120version = "0.1.8"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12123dependencies = [12124 "futures-core",12125 "pin-project-lite 0.2.8",12126 "tokio 1.17.0",12127]1212812129[[package]]12130name = "tokio-util"12131version = "0.6.9"12132source = "registry+https://github.com/rust-lang/crates.io-index"12133checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12134dependencies = [12135 "bytes 1.1.0",12136 "futures-core",12137 "futures-io",12138 "futures-sink",12139 "log",12140 "pin-project-lite 0.2.8",12141 "tokio 1.17.0",12142]1214312144[[package]]12145name = "tokio-util"12146version = "0.7.1"12147source = "registry+https://github.com/rust-lang/crates.io-index"12148checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12149dependencies = [12150 "bytes 1.1.0",12151 "futures-core",12152 "futures-sink",12153 "pin-project-lite 0.2.8",12154 "tokio 1.17.0",12155 "tracing",12156]1215712158[[package]]12159name = "toml"12160version = "0.5.8"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12163dependencies = [12164 "serde",12165]1216612167[[package]]12168name = "tower-service"12169version = "0.3.1"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1217212173[[package]]12174name = "tracing"12175version = "0.1.32"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12178dependencies = [12179 "cfg-if 1.0.0",12180 "pin-project-lite 0.2.8",12181 "tracing-attributes",12182 "tracing-core",12183]1218412185[[package]]12186name = "tracing-attributes"12187version = "0.1.20"12188source = "registry+https://github.com/rust-lang/crates.io-index"12189checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12190dependencies = [12191 "proc-macro2",12192 "quote",12193 "syn",12194]1219512196[[package]]12197name = "tracing-core"12198version = "0.1.24"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12201dependencies = [12202 "lazy_static",12203 "valuable",12204]1220512206[[package]]12207name = "tracing-futures"12208version = "0.2.5"12209source = "registry+https://github.com/rust-lang/crates.io-index"12210checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12211dependencies = [12212 "pin-project 1.0.10",12213 "tracing",12214]1221512216[[package]]12217name = "tracing-log"12218version = "0.1.2"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12221dependencies = [12222 "lazy_static",12223 "log",12224 "tracing-core",12225]1222612227[[package]]12228name = "tracing-serde"12229version = "0.1.3"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12232dependencies = [12233 "serde",12234 "tracing-core",12235]1223612237[[package]]12238name = "tracing-subscriber"12239version = "0.2.25"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12242dependencies = [12243 "ansi_term",12244 "chrono",12245 "lazy_static",12246 "matchers",12247 "parking_lot 0.11.2",12248 "regex",12249 "serde",12250 "serde_json",12251 "sharded-slab",12252 "smallvec",12253 "thread_local",12254 "tracing",12255 "tracing-core",12256 "tracing-log",12257 "tracing-serde",12258]1225912260[[package]]12261name = "trie-db"12262version = "0.23.1"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12265dependencies = [12266 "hash-db",12267 "hashbrown 0.12.0",12268 "log",12269 "rustc-hex",12270 "smallvec",12271]1227212273[[package]]12274name = "trie-root"12275version = "0.17.0"12276source = "registry+https://github.com/rust-lang/crates.io-index"12277checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12278dependencies = [12279 "hash-db",12280]1228112282[[package]]12283name = "triehash"12284version = "0.8.4"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12287dependencies = [12288 "hash-db",12289 "rlp",12290]1229112292[[package]]12293name = "trust-dns-proto"12294version = "0.20.4"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12297dependencies = [12298 "async-trait",12299 "cfg-if 1.0.0",12300 "data-encoding",12301 "enum-as-inner",12302 "futures-channel",12303 "futures-io",12304 "futures-util",12305 "idna 0.2.3",12306 "ipnet",12307 "lazy_static",12308 "log",12309 "rand 0.8.5",12310 "smallvec",12311 "thiserror",12312 "tinyvec",12313 "url 2.2.2",12314]1231512316[[package]]12317name = "trust-dns-resolver"12318version = "0.20.4"12319source = "registry+https://github.com/rust-lang/crates.io-index"12320checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12321dependencies = [12322 "cfg-if 1.0.0",12323 "futures-util",12324 "ipconfig",12325 "lazy_static",12326 "log",12327 "lru-cache",12328 "parking_lot 0.11.2",12329 "resolv-conf",12330 "smallvec",12331 "thiserror",12332 "trust-dns-proto",12333]1233412335[[package]]12336name = "try-lock"12337version = "0.2.3"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1234012341[[package]]12342name = "try-runtime-cli"12343version = "0.10.0-dev"12344source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12345dependencies = [12346 "clap",12347 "jsonrpsee 0.4.1",12348 "log",12349 "parity-scale-codec",12350 "remote-externalities",12351 "sc-chain-spec",12352 "sc-cli",12353 "sc-executor",12354 "sc-service",12355 "serde",12356 "sp-core",12357 "sp-externalities",12358 "sp-io",12359 "sp-keystore",12360 "sp-runtime",12361 "sp-state-machine",12362 "sp-version",12363 "zstd",12364]1236512366[[package]]12367name = "tt-call"12368version = "1.0.8"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1237112372[[package]]12373name = "twox-hash"12374version = "1.6.2"12375source = "registry+https://github.com/rust-lang/crates.io-index"12376checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12377dependencies = [12378 "cfg-if 1.0.0",12379 "digest 0.10.3",12380 "rand 0.8.5",12381 "static_assertions",12382]1238312384[[package]]12385name = "typenum"12386version = "1.15.0"12387source = "registry+https://github.com/rust-lang/crates.io-index"12388checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1238912390[[package]]12391name = "uc-rpc"12392version = "0.1.0"12393dependencies = [12394 "jsonrpc-core",12395 "jsonrpc-core-client",12396 "jsonrpc-derive",12397 "pallet-common",12398 "pallet-evm",12399 "parity-scale-codec",12400 "sp-api",12401 "sp-blockchain",12402 "sp-core",12403 "sp-rpc",12404 "sp-runtime",12405 "up-data-structs",12406 "up-rpc",12407]1240812409[[package]]12410name = "ucd-trie"12411version = "0.1.3"12412source = "registry+https://github.com/rust-lang/crates.io-index"12413checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1241412415[[package]]12416name = "uint"12417version = "0.9.3"12418source = "registry+https://github.com/rust-lang/crates.io-index"12419checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12420dependencies = [12421 "byteorder",12422 "crunchy",12423 "hex",12424 "static_assertions",12425]1242612427[[package]]12428name = "unicase"12429version = "2.6.0"12430source = "registry+https://github.com/rust-lang/crates.io-index"12431checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12432dependencies = [12433 "version_check",12434]1243512436[[package]]12437name = "unicode-bidi"12438version = "0.3.7"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1244112442[[package]]12443name = "unicode-normalization"12444version = "0.1.19"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12447dependencies = [12448 "tinyvec",12449]1245012451[[package]]12452name = "unicode-segmentation"12453version = "1.9.0"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1245612457[[package]]12458name = "unicode-xid"12459version = "0.2.2"12460source = "registry+https://github.com/rust-lang/crates.io-index"12461checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1246212463[[package]]12464name = "unique-node"12465version = "0.9.18"12466dependencies = [12467 "clap",12468 "cumulus-client-cli",12469 "cumulus-client-collator",12470 "cumulus-client-consensus-aura",12471 "cumulus-client-consensus-common",12472 "cumulus-client-network",12473 "cumulus-client-service",12474 "cumulus-primitives-core",12475 "cumulus-primitives-parachain-inherent",12476 "cumulus-relay-chain-inprocess-interface",12477 "cumulus-relay-chain-interface",12478 "cumulus-relay-chain-rpc-interface",12479 "fc-consensus",12480 "fc-db",12481 "fc-mapping-sync",12482 "fc-rpc",12483 "fc-rpc-core",12484 "flexi_logger",12485 "fp-rpc",12486 "frame-benchmarking",12487 "frame-benchmarking-cli",12488 "futures 0.3.21",12489 "jsonrpc-core",12490 "jsonrpc-pubsub",12491 "log",12492 "opal-runtime",12493 "pallet-ethereum",12494 "pallet-transaction-payment-rpc",12495 "pallet-transaction-payment-rpc-runtime-api",12496 "parity-scale-codec",12497 "parking_lot 0.11.2",12498 "polkadot-cli",12499 "polkadot-parachain",12500 "polkadot-primitives",12501 "polkadot-service",12502 "polkadot-test-service",12503 "quartz-runtime",12504 "sc-basic-authorship",12505 "sc-chain-spec",12506 "sc-cli",12507 "sc-client-api",12508 "sc-consensus",12509 "sc-consensus-aura",12510 "sc-consensus-manual-seal",12511 "sc-executor",12512 "sc-finality-grandpa",12513 "sc-keystore",12514 "sc-network",12515 "sc-rpc",12516 "sc-rpc-api",12517 "sc-service",12518 "sc-telemetry",12519 "sc-tracing",12520 "sc-transaction-pool",12521 "serde",12522 "serde_json",12523 "sp-api",12524 "sp-block-builder",12525 "sp-blockchain",12526 "sp-consensus",12527 "sp-consensus-aura",12528 "sp-core",12529 "sp-finality-grandpa",12530 "sp-inherents",12531 "sp-keystore",12532 "sp-offchain",12533 "sp-runtime",12534 "sp-session",12535 "sp-timestamp",12536 "sp-transaction-pool",12537 "sp-trie",12538 "substrate-build-script-utils",12539 "substrate-frame-rpc-system",12540 "substrate-prometheus-endpoint",12541 "tokio 1.17.0",12542 "try-runtime-cli",12543 "unique-rpc",12544 "unique-runtime",12545 "unique-runtime-common",12546 "up-data-structs",12547 "up-rpc",12548]1254912550[[package]]12551name = "unique-rpc"12552version = "0.1.0"12553dependencies = [12554 "fc-db",12555 "fc-mapping-sync",12556 "fc-rpc",12557 "fc-rpc-core",12558 "fp-rpc",12559 "futures 0.3.21",12560 "jsonrpc-core",12561 "jsonrpc-pubsub",12562 "pallet-common",12563 "pallet-ethereum",12564 "pallet-transaction-payment-rpc",12565 "pallet-transaction-payment-rpc-runtime-api",12566 "pallet-unique",12567 "sc-client-api",12568 "sc-consensus-aura",12569 "sc-consensus-epochs",12570 "sc-finality-grandpa",12571 "sc-finality-grandpa-rpc",12572 "sc-keystore",12573 "sc-network",12574 "sc-rpc",12575 "sc-rpc-api",12576 "sc-service",12577 "sc-transaction-pool",12578 "serde",12579 "sp-api",12580 "sp-block-builder",12581 "sp-blockchain",12582 "sp-consensus",12583 "sp-consensus-aura",12584 "sp-core",12585 "sp-offchain",12586 "sp-runtime",12587 "sp-session",12588 "sp-storage",12589 "sp-transaction-pool",12590 "substrate-frame-rpc-system",12591 "tokio 0.2.25",12592 "uc-rpc",12593 "unique-runtime-common",12594 "up-rpc",12595]1259612597[[package]]12598name = "unique-runtime"12599version = "0.9.18"12600dependencies = [12601 "cumulus-pallet-aura-ext",12602 "cumulus-pallet-dmp-queue",12603 "cumulus-pallet-parachain-system",12604 "cumulus-pallet-xcm",12605 "cumulus-pallet-xcmp-queue",12606 "cumulus-primitives-core",12607 "cumulus-primitives-timestamp",12608 "cumulus-primitives-utility",12609 "derivative",12610 "fp-evm-mapping",12611 "fp-rpc",12612 "fp-self-contained",12613 "frame-benchmarking",12614 "frame-executive",12615 "frame-support",12616 "frame-system",12617 "frame-system-benchmarking",12618 "frame-system-rpc-runtime-api",12619 "frame-try-runtime",12620 "hex-literal",12621 "log",12622 "orml-vesting",12623 "pallet-aura",12624 "pallet-balances",12625 "pallet-base-fee",12626 "pallet-common",12627 "pallet-ethereum",12628 "pallet-evm",12629 "pallet-evm-coder-substrate",12630 "pallet-evm-contract-helpers",12631 "pallet-evm-migration",12632 "pallet-evm-transaction-payment",12633 "pallet-fungible",12634 "pallet-inflation",12635 "pallet-nonfungible",12636 "pallet-randomness-collective-flip",12637 "pallet-refungible",12638 "pallet-structure",12639 "pallet-sudo",12640 "pallet-template-transaction-payment",12641 "pallet-timestamp",12642 "pallet-transaction-payment",12643 "pallet-transaction-payment-rpc-runtime-api",12644 "pallet-treasury",12645 "pallet-unique",12646 "pallet-unq-scheduler",12647 "pallet-xcm",12648 "parachain-info",12649 "parity-scale-codec",12650 "polkadot-parachain",12651 "scale-info",12652 "serde",12653 "smallvec",12654 "sp-api",12655 "sp-arithmetic",12656 "sp-block-builder",12657 "sp-consensus-aura",12658 "sp-core",12659 "sp-inherents",12660 "sp-io",12661 "sp-offchain",12662 "sp-runtime",12663 "sp-session",12664 "sp-std",12665 "sp-transaction-pool",12666 "sp-version",12667 "substrate-wasm-builder",12668 "unique-runtime-common",12669 "up-data-structs",12670 "up-rpc",12671 "xcm",12672 "xcm-builder",12673 "xcm-executor",12674]1267512676[[package]]12677name = "unique-runtime-common"12678version = "0.9.18"12679dependencies = [12680 "fp-rpc",12681 "frame-support",12682 "frame-system",12683 "pallet-common",12684 "pallet-evm",12685 "pallet-fungible",12686 "pallet-nonfungible",12687 "pallet-refungible",12688 "pallet-unique",12689 "parity-scale-codec",12690 "scale-info",12691 "sp-consensus-aura",12692 "sp-core",12693 "sp-runtime",12694 "sp-std",12695 "up-data-structs",12696]1269712698[[package]]12699name = "universal-hash"12700version = "0.4.1"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12703dependencies = [12704 "generic-array 0.14.5",12705 "subtle 2.4.1",12706]1270712708[[package]]12709name = "unsigned-varint"12710version = "0.5.1"12711source = "registry+https://github.com/rust-lang/crates.io-index"12712checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1271312714[[package]]12715name = "unsigned-varint"12716version = "0.6.0"12717source = "registry+https://github.com/rust-lang/crates.io-index"12718checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12719dependencies = [12720 "asynchronous-codec 0.5.0",12721 "bytes 1.1.0",12722 "futures-io",12723 "futures-util",12724]1272512726[[package]]12727name = "unsigned-varint"12728version = "0.7.1"12729source = "registry+https://github.com/rust-lang/crates.io-index"12730checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12731dependencies = [12732 "asynchronous-codec 0.6.0",12733 "bytes 1.1.0",12734 "futures-io",12735 "futures-util",12736]1273712738[[package]]12739name = "untrusted"12740version = "0.7.1"12741source = "registry+https://github.com/rust-lang/crates.io-index"12742checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1274312744[[package]]12745name = "up-data-structs"12746version = "0.1.0"12747dependencies = [12748 "derivative",12749 "frame-support",12750 "frame-system",12751 "pallet-evm",12752 "parity-scale-codec",12753 "scale-info",12754 "serde",12755 "sp-core",12756 "sp-runtime",12757 "sp-std",12758 "struct-versioning",12759]1276012761[[package]]12762name = "up-rpc"12763version = "0.1.0"12764dependencies = [12765 "pallet-common",12766 "pallet-evm",12767 "parity-scale-codec",12768 "sp-api",12769 "sp-core",12770 "sp-runtime",12771 "sp-std",12772 "up-data-structs",12773]1277412775[[package]]12776name = "up-sponsorship"12777version = "0.1.0"12778source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12779dependencies = [12780 "impl-trait-for-tuples",12781]1278212783[[package]]12784name = "url"12785version = "1.7.2"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12788dependencies = [12789 "idna 0.1.5",12790 "matches",12791 "percent-encoding 1.0.1",12792]1279312794[[package]]12795name = "url"12796version = "2.2.2"12797source = "registry+https://github.com/rust-lang/crates.io-index"12798checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12799dependencies = [12800 "form_urlencoded",12801 "idna 0.2.3",12802 "matches",12803 "percent-encoding 2.1.0",12804]1280512806[[package]]12807name = "valuable"12808version = "0.1.0"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1281112812[[package]]12813name = "value-bag"12814version = "1.0.0-alpha.8"12815source = "registry+https://github.com/rust-lang/crates.io-index"12816checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12817dependencies = [12818 "ctor",12819 "version_check",12820]1282112822[[package]]12823name = "vcpkg"12824version = "0.2.15"12825source = "registry+https://github.com/rust-lang/crates.io-index"12826checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1282712828[[package]]12829name = "version_check"12830version = "0.9.4"12831source = "registry+https://github.com/rust-lang/crates.io-index"12832checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1283312834[[package]]12835name = "void"12836version = "1.0.2"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1283912840[[package]]12841name = "waker-fn"12842version = "1.1.0"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1284512846[[package]]12847name = "walkdir"12848version = "2.3.2"12849source = "registry+https://github.com/rust-lang/crates.io-index"12850checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12851dependencies = [12852 "same-file",12853 "winapi 0.3.9",12854 "winapi-util",12855]1285612857[[package]]12858name = "want"12859version = "0.3.0"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12862dependencies = [12863 "log",12864 "try-lock",12865]1286612867[[package]]12868name = "wasi"12869version = "0.9.0+wasi-snapshot-preview1"12870source = "registry+https://github.com/rust-lang/crates.io-index"12871checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1287212873[[package]]12874name = "wasi"12875version = "0.10.0+wasi-snapshot-preview1"12876source = "registry+https://github.com/rust-lang/crates.io-index"12877checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1287812879[[package]]12880name = "wasi"12881version = "0.11.0+wasi-snapshot-preview1"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1288412885[[package]]12886name = "wasm-bindgen"12887version = "0.2.79"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12890dependencies = [12891 "cfg-if 1.0.0",12892 "wasm-bindgen-macro",12893]1289412895[[package]]12896name = "wasm-bindgen-backend"12897version = "0.2.79"12898source = "registry+https://github.com/rust-lang/crates.io-index"12899checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12900dependencies = [12901 "bumpalo",12902 "lazy_static",12903 "log",12904 "proc-macro2",12905 "quote",12906 "syn",12907 "wasm-bindgen-shared",12908]1290912910[[package]]12911name = "wasm-bindgen-futures"12912version = "0.4.29"12913source = "registry+https://github.com/rust-lang/crates.io-index"12914checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12915dependencies = [12916 "cfg-if 1.0.0",12917 "js-sys",12918 "wasm-bindgen",12919 "web-sys",12920]1292112922[[package]]12923name = "wasm-bindgen-macro"12924version = "0.2.79"12925source = "registry+https://github.com/rust-lang/crates.io-index"12926checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12927dependencies = [12928 "quote",12929 "wasm-bindgen-macro-support",12930]1293112932[[package]]12933name = "wasm-bindgen-macro-support"12934version = "0.2.79"12935source = "registry+https://github.com/rust-lang/crates.io-index"12936checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12937dependencies = [12938 "proc-macro2",12939 "quote",12940 "syn",12941 "wasm-bindgen-backend",12942 "wasm-bindgen-shared",12943]1294412945[[package]]12946name = "wasm-bindgen-shared"12947version = "0.2.79"12948source = "registry+https://github.com/rust-lang/crates.io-index"12949checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1295012951[[package]]12952name = "wasm-gc-api"12953version = "0.1.11"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12956dependencies = [12957 "log",12958 "parity-wasm 0.32.0",12959 "rustc-demangle",12960]1296112962[[package]]12963name = "wasm-instrument"12964version = "0.1.1"12965source = "registry+https://github.com/rust-lang/crates.io-index"12966checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12967dependencies = [12968 "parity-wasm 0.42.2",12969]1297012971[[package]]12972name = "wasm-timer"12973version = "0.2.5"12974source = "registry+https://github.com/rust-lang/crates.io-index"12975checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12976dependencies = [12977 "futures 0.3.21",12978 "js-sys",12979 "parking_lot 0.11.2",12980 "pin-utils",12981 "wasm-bindgen",12982 "wasm-bindgen-futures",12983 "web-sys",12984]1298512986[[package]]12987name = "wasmi"12988version = "0.9.1"12989source = "registry+https://github.com/rust-lang/crates.io-index"12990checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12991dependencies = [12992 "downcast-rs",12993 "libc",12994 "memory_units",12995 "num-rational 0.2.4",12996 "num-traits",12997 "parity-wasm 0.42.2",12998 "wasmi-validation",12999]1300013001[[package]]13002name = "wasmi-validation"13003version = "0.4.1"13004source = "registry+https://github.com/rust-lang/crates.io-index"13005checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13006dependencies = [13007 "parity-wasm 0.42.2",13008]1300913010[[package]]13011name = "wasmparser"13012version = "0.81.0"13013source = "registry+https://github.com/rust-lang/crates.io-index"13014checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1301513016[[package]]13017name = "wasmtime"13018version = "0.33.1"13019source = "registry+https://github.com/rust-lang/crates.io-index"13020checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"13021dependencies = [13022 "anyhow",13023 "backtrace",13024 "bincode",13025 "cfg-if 1.0.0",13026 "cpp_demangle",13027 "indexmap",13028 "lazy_static",13029 "libc",13030 "log",13031 "object",13032 "paste",13033 "psm",13034 "rayon",13035 "region",13036 "rustc-demangle",13037 "serde",13038 "target-lexicon",13039 "wasmparser",13040 "wasmtime-cache",13041 "wasmtime-cranelift",13042 "wasmtime-environ",13043 "wasmtime-jit",13044 "wasmtime-runtime",13045 "winapi 0.3.9",13046]1304713048[[package]]13049name = "wasmtime-cache"13050version = "0.33.1"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13053dependencies = [13054 "anyhow",13055 "base64",13056 "bincode",13057 "directories-next",13058 "file-per-thread-logger",13059 "log",13060 "rustix",13061 "serde",13062 "sha2 0.9.9",13063 "toml",13064 "winapi 0.3.9",13065 "zstd",13066]1306713068[[package]]13069name = "wasmtime-cranelift"13070version = "0.33.1"13071source = "registry+https://github.com/rust-lang/crates.io-index"13072checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13073dependencies = [13074 "anyhow",13075 "cranelift-codegen",13076 "cranelift-entity",13077 "cranelift-frontend",13078 "cranelift-native",13079 "cranelift-wasm",13080 "gimli",13081 "log",13082 "more-asserts",13083 "object",13084 "target-lexicon",13085 "thiserror",13086 "wasmparser",13087 "wasmtime-environ",13088]1308913090[[package]]13091name = "wasmtime-environ"13092version = "0.33.1"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13095dependencies = [13096 "anyhow",13097 "cranelift-entity",13098 "gimli",13099 "indexmap",13100 "log",13101 "more-asserts",13102 "object",13103 "serde",13104 "target-lexicon",13105 "thiserror",13106 "wasmparser",13107 "wasmtime-types",13108]1310913110[[package]]13111name = "wasmtime-jit"13112version = "0.33.1"13113source = "registry+https://github.com/rust-lang/crates.io-index"13114checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13115dependencies = [13116 "addr2line",13117 "anyhow",13118 "bincode",13119 "cfg-if 1.0.0",13120 "gimli",13121 "object",13122 "region",13123 "rustix",13124 "serde",13125 "target-lexicon",13126 "thiserror",13127 "wasmtime-environ",13128 "wasmtime-runtime",13129 "winapi 0.3.9",13130]1313113132[[package]]13133name = "wasmtime-runtime"13134version = "0.33.1"13135source = "registry+https://github.com/rust-lang/crates.io-index"13136checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13137dependencies = [13138 "anyhow",13139 "backtrace",13140 "cc",13141 "cfg-if 1.0.0",13142 "indexmap",13143 "lazy_static",13144 "libc",13145 "log",13146 "mach",13147 "memoffset",13148 "more-asserts",13149 "rand 0.8.5",13150 "region",13151 "rustix",13152 "thiserror",13153 "wasmtime-environ",13154 "winapi 0.3.9",13155]1315613157[[package]]13158name = "wasmtime-types"13159version = "0.33.1"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13162dependencies = [13163 "cranelift-entity",13164 "serde",13165 "thiserror",13166 "wasmparser",13167]1316813169[[package]]13170name = "web-sys"13171version = "0.3.56"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13174dependencies = [13175 "js-sys",13176 "wasm-bindgen",13177]1317813179[[package]]13180name = "webpki"13181version = "0.21.4"13182source = "registry+https://github.com/rust-lang/crates.io-index"13183checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13184dependencies = [13185 "ring",13186 "untrusted",13187]1318813189[[package]]13190name = "webpki"13191version = "0.22.0"13192source = "registry+https://github.com/rust-lang/crates.io-index"13193checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13194dependencies = [13195 "ring",13196 "untrusted",13197]1319813199[[package]]13200name = "webpki-roots"13201version = "0.21.1"13202source = "registry+https://github.com/rust-lang/crates.io-index"13203checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13204dependencies = [13205 "webpki 0.21.4",13206]1320713208[[package]]13209name = "webpki-roots"13210version = "0.22.2"13211source = "registry+https://github.com/rust-lang/crates.io-index"13212checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13213dependencies = [13214 "webpki 0.22.0",13215]1321613217[[package]]13218name = "wepoll-ffi"13219version = "0.1.2"13220source = "registry+https://github.com/rust-lang/crates.io-index"13221checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13222dependencies = [13223 "cc",13224]1322513226[[package]]13227name = "westend-runtime"13228version = "0.9.18"13229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13230dependencies = [13231 "beefy-primitives",13232 "bitvec",13233 "frame-benchmarking",13234 "frame-election-provider-support",13235 "frame-executive",13236 "frame-support",13237 "frame-system",13238 "frame-system-benchmarking",13239 "frame-system-rpc-runtime-api",13240 "frame-try-runtime",13241 "hex-literal",13242 "log",13243 "pallet-authority-discovery",13244 "pallet-authorship",13245 "pallet-babe",13246 "pallet-bags-list",13247 "pallet-balances",13248 "pallet-collective",13249 "pallet-democracy",13250 "pallet-election-provider-multi-phase",13251 "pallet-elections-phragmen",13252 "pallet-grandpa",13253 "pallet-identity",13254 "pallet-im-online",13255 "pallet-indices",13256 "pallet-membership",13257 "pallet-mmr-primitives",13258 "pallet-multisig",13259 "pallet-nicks",13260 "pallet-offences",13261 "pallet-offences-benchmarking",13262 "pallet-preimage",13263 "pallet-proxy",13264 "pallet-recovery",13265 "pallet-scheduler",13266 "pallet-session",13267 "pallet-session-benchmarking",13268 "pallet-society",13269 "pallet-staking",13270 "pallet-staking-reward-curve",13271 "pallet-sudo",13272 "pallet-timestamp",13273 "pallet-transaction-payment",13274 "pallet-transaction-payment-rpc-runtime-api",13275 "pallet-treasury",13276 "pallet-utility",13277 "pallet-vesting",13278 "pallet-xcm",13279 "pallet-xcm-benchmarks",13280 "parity-scale-codec",13281 "polkadot-parachain",13282 "polkadot-primitives",13283 "polkadot-runtime-common",13284 "polkadot-runtime-parachains",13285 "rustc-hex",13286 "scale-info",13287 "serde",13288 "serde_derive",13289 "smallvec",13290 "sp-api",13291 "sp-authority-discovery",13292 "sp-block-builder",13293 "sp-consensus-babe",13294 "sp-core",13295 "sp-inherents",13296 "sp-io",13297 "sp-npos-elections",13298 "sp-offchain",13299 "sp-runtime",13300 "sp-session",13301 "sp-staking",13302 "sp-std",13303 "sp-transaction-pool",13304 "sp-version",13305 "substrate-wasm-builder",13306 "westend-runtime-constants",13307 "xcm",13308 "xcm-builder",13309 "xcm-executor",13310]1331113312[[package]]13313name = "westend-runtime-constants"13314version = "0.9.18"13315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13316dependencies = [13317 "frame-support",13318 "polkadot-primitives",13319 "polkadot-runtime-common",13320 "smallvec",13321 "sp-runtime",13322]1332313324[[package]]13325name = "which"13326version = "4.2.5"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13329dependencies = [13330 "either",13331 "lazy_static",13332 "libc",13333]1333413335[[package]]13336name = "widestring"13337version = "0.4.3"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1334013341[[package]]13342name = "winapi"13343version = "0.2.8"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1334613347[[package]]13348name = "winapi"13349version = "0.3.9"13350source = "registry+https://github.com/rust-lang/crates.io-index"13351checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13352dependencies = [13353 "winapi-i686-pc-windows-gnu",13354 "winapi-x86_64-pc-windows-gnu",13355]1335613357[[package]]13358name = "winapi-build"13359version = "0.1.1"13360source = "registry+https://github.com/rust-lang/crates.io-index"13361checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1336213363[[package]]13364name = "winapi-i686-pc-windows-gnu"13365version = "0.4.0"13366source = "registry+https://github.com/rust-lang/crates.io-index"13367checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1336813369[[package]]13370name = "winapi-util"13371version = "0.1.5"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13374dependencies = [13375 "winapi 0.3.9",13376]1337713378[[package]]13379name = "winapi-x86_64-pc-windows-gnu"13380version = "0.4.0"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1338313384[[package]]13385name = "windows-sys"13386version = "0.34.0"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13389dependencies = [13390 "windows_aarch64_msvc",13391 "windows_i686_gnu",13392 "windows_i686_msvc",13393 "windows_x86_64_gnu",13394 "windows_x86_64_msvc",13395]1339613397[[package]]13398name = "windows_aarch64_msvc"13399version = "0.34.0"13400source = "registry+https://github.com/rust-lang/crates.io-index"13401checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1340213403[[package]]13404name = "windows_i686_gnu"13405version = "0.34.0"13406source = "registry+https://github.com/rust-lang/crates.io-index"13407checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1340813409[[package]]13410name = "windows_i686_msvc"13411version = "0.34.0"13412source = "registry+https://github.com/rust-lang/crates.io-index"13413checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1341413415[[package]]13416name = "windows_x86_64_gnu"13417version = "0.34.0"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1342013421[[package]]13422name = "windows_x86_64_msvc"13423version = "0.34.0"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1342613427[[package]]13428name = "winreg"13429version = "0.6.2"13430source = "registry+https://github.com/rust-lang/crates.io-index"13431checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13432dependencies = [13433 "winapi 0.3.9",13434]1343513436[[package]]13437name = "ws2_32-sys"13438version = "0.2.1"13439source = "registry+https://github.com/rust-lang/crates.io-index"13440checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13441dependencies = [13442 "winapi 0.2.8",13443 "winapi-build",13444]1344513446[[package]]13447name = "wyz"13448version = "0.5.0"13449source = "registry+https://github.com/rust-lang/crates.io-index"13450checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13451dependencies = [13452 "tap",13453]1345413455[[package]]13456name = "x25519-dalek"13457version = "1.1.1"13458source = "registry+https://github.com/rust-lang/crates.io-index"13459checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13460dependencies = [13461 "curve25519-dalek 3.2.0",13462 "rand_core 0.5.1",13463 "zeroize",13464]1346513466[[package]]13467name = "xcm"13468version = "0.9.18"13469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13470dependencies = [13471 "derivative",13472 "impl-trait-for-tuples",13473 "log",13474 "parity-scale-codec",13475 "scale-info",13476 "xcm-procedural",13477]1347813479[[package]]13480name = "xcm-builder"13481version = "0.9.18"13482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13483dependencies = [13484 "frame-support",13485 "frame-system",13486 "log",13487 "pallet-transaction-payment",13488 "parity-scale-codec",13489 "polkadot-parachain",13490 "scale-info",13491 "sp-arithmetic",13492 "sp-io",13493 "sp-runtime",13494 "sp-std",13495 "xcm",13496 "xcm-executor",13497]1349813499[[package]]13500name = "xcm-executor"13501version = "0.9.18"13502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13503dependencies = [13504 "frame-benchmarking",13505 "frame-support",13506 "impl-trait-for-tuples",13507 "log",13508 "parity-scale-codec",13509 "sp-arithmetic",13510 "sp-core",13511 "sp-io",13512 "sp-runtime",13513 "sp-std",13514 "xcm",13515]1351613517[[package]]13518name = "xcm-procedural"13519version = "0.1.0"13520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13521dependencies = [13522 "Inflector",13523 "proc-macro2",13524 "quote",13525 "syn",13526]1352713528[[package]]13529name = "yamux"13530version = "0.9.0"13531source = "registry+https://github.com/rust-lang/crates.io-index"13532checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13533dependencies = [13534 "futures 0.3.21",13535 "log",13536 "nohash-hasher",13537 "parking_lot 0.11.2",13538 "rand 0.8.5",13539 "static_assertions",13540]1354113542[[package]]13543name = "yansi"13544version = "0.5.1"13545source = "registry+https://github.com/rust-lang/crates.io-index"13546checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1354713548[[package]]13549name = "zeroize"13550version = "1.5.4"13551source = "registry+https://github.com/rust-lang/crates.io-index"13552checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13553dependencies = [13554 "zeroize_derive",13555]1355613557[[package]]13558name = "zeroize_derive"13559version = "1.3.2"13560source = "registry+https://github.com/rust-lang/crates.io-index"13561checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13562dependencies = [13563 "proc-macro2",13564 "quote",13565 "syn",13566 "synstructure",13567]1356813569[[package]]13570name = "zstd"13571version = "0.9.2+zstd.1.5.1"13572source = "registry+https://github.com/rust-lang/crates.io-index"13573checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13574dependencies = [13575 "zstd-safe",13576]1357713578[[package]]13579name = "zstd-safe"13580version = "4.1.3+zstd.1.5.1"13581source = "registry+https://github.com/rust-lang/crates.io-index"13582checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13583dependencies = [13584 "libc",13585 "zstd-sys",13586]1358713588[[package]]13589name = "zstd-sys"13590version = "1.6.2+zstd.1.5.1"13591source = "registry+https://github.com/rust-lang/crates.io-index"13592checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13593dependencies = [13594 "cc",13595 "libc",13596]