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.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.53"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.6",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.5.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.7",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-evm-mapping"2755version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#28e11d419537bde416bc84b1604b4d0f3da879e0"2757dependencies = [2758 "frame-support",2759 "sp-core",2760]27612762[[package]]2763name = "fp-rpc"2764version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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#7c8ce8f83e0c8a5b57655622b721f8655b161903"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.12"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"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",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",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",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",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",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.121"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"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.3",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.6"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5014dependencies = [5015 "scopeguard",5016]50175018[[package]]5019name = "log"5020version = "0.4.16"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5023dependencies = [5024 "cfg-if 1.0.0",5025 "value-bag",5026]50275028[[package]]5029name = "lru"5030version = "0.6.6"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5033dependencies = [5034 "hashbrown 0.11.2",5035]50365037[[package]]5038name = "lru"5039version = "0.7.3"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5042dependencies = [5043 "hashbrown 0.11.2",5044]50455046[[package]]5047name = "lru-cache"5048version = "0.1.2"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5051dependencies = [5052 "linked-hash-map",5053]50545055[[package]]5056name = "lz4"5057version = "1.23.3"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5060dependencies = [5061 "libc",5062 "lz4-sys",5063]50645065[[package]]5066name = "lz4-sys"5067version = "1.9.3"5068source = "registry+https://github.com/rust-lang/crates.io-index"5069checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5070dependencies = [5071 "cc",5072 "libc",5073]50745075[[package]]5076name = "mach"5077version = "0.3.2"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5080dependencies = [5081 "libc",5082]50835084[[package]]5085name = "maplit"5086version = "1.0.2"5087source = "registry+https://github.com/rust-lang/crates.io-index"5088checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50895090[[package]]5091name = "match_cfg"5092version = "0.1.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50955096[[package]]5097name = "matchers"5098version = "0.0.1"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5101dependencies = [5102 "regex-automata",5103]51045105[[package]]5106name = "matches"5107version = "0.1.9"5108source = "registry+https://github.com/rust-lang/crates.io-index"5109checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51105111[[package]]5112name = "matrixmultiply"5113version = "0.3.2"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5116dependencies = [5117 "rawpointer",5118]51195120[[package]]5121name = "memchr"5122version = "2.4.1"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51255126[[package]]5127name = "memmap2"5128version = "0.2.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5131dependencies = [5132 "libc",5133]51345135[[package]]5136name = "memmap2"5137version = "0.5.3"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5140dependencies = [5141 "libc",5142]51435144[[package]]5145name = "memoffset"5146version = "0.6.5"5147source = "registry+https://github.com/rust-lang/crates.io-index"5148checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5149dependencies = [5150 "autocfg",5151]51525153[[package]]5154name = "memory-db"5155version = "0.29.0"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5158dependencies = [5159 "hash-db",5160 "hashbrown 0.12.0",5161 "parity-util-mem",5162]51635164[[package]]5165name = "memory-lru"5166version = "0.1.0"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5169dependencies = [5170 "lru 0.6.6",5171]51725173[[package]]5174name = "memory_units"5175version = "0.3.0"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51785179[[package]]5180name = "merlin"5181version = "2.0.1"5182source = "registry+https://github.com/rust-lang/crates.io-index"5183checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5184dependencies = [5185 "byteorder",5186 "keccak",5187 "rand_core 0.5.1",5188 "zeroize",5189]51905191[[package]]5192name = "metered-channel"5193version = "0.9.18"5194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5195dependencies = [5196 "derive_more",5197 "futures 0.3.21",5198 "futures-timer",5199 "thiserror",5200 "tracing",5201]52025203[[package]]5204name = "mick-jaeger"5205version = "0.1.8"5206source = "registry+https://github.com/rust-lang/crates.io-index"5207checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5208dependencies = [5209 "futures 0.3.21",5210 "rand 0.8.5",5211 "thrift",5212]52135214[[package]]5215name = "minimal-lexical"5216version = "0.2.1"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52195220[[package]]5221name = "miniz_oxide"5222version = "0.4.4"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5225dependencies = [5226 "adler",5227 "autocfg",5228]52295230[[package]]5231name = "mio"5232version = "0.6.23"5233source = "registry+https://github.com/rust-lang/crates.io-index"5234checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5235dependencies = [5236 "cfg-if 0.1.10",5237 "fuchsia-zircon",5238 "fuchsia-zircon-sys",5239 "iovec",5240 "kernel32-sys",5241 "libc",5242 "log",5243 "miow 0.2.2",5244 "net2",5245 "slab",5246 "winapi 0.2.8",5247]52485249[[package]]5250name = "mio"5251version = "0.8.2"5252source = "registry+https://github.com/rust-lang/crates.io-index"5253checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5254dependencies = [5255 "libc",5256 "log",5257 "miow 0.3.7",5258 "ntapi",5259 "wasi 0.11.0+wasi-snapshot-preview1",5260 "winapi 0.3.9",5261]52625263[[package]]5264name = "mio-extras"5265version = "2.0.6"5266source = "registry+https://github.com/rust-lang/crates.io-index"5267checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5268dependencies = [5269 "lazycell",5270 "log",5271 "mio 0.6.23",5272 "slab",5273]52745275[[package]]5276name = "miow"5277version = "0.2.2"5278source = "registry+https://github.com/rust-lang/crates.io-index"5279checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5280dependencies = [5281 "kernel32-sys",5282 "net2",5283 "winapi 0.2.8",5284 "ws2_32-sys",5285]52865287[[package]]5288name = "miow"5289version = "0.3.7"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5292dependencies = [5293 "winapi 0.3.9",5294]52955296[[package]]5297name = "more-asserts"5298version = "0.2.2"5299source = "registry+https://github.com/rust-lang/crates.io-index"5300checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53015302[[package]]5303name = "multiaddr"5304version = "0.13.0"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5307dependencies = [5308 "arrayref",5309 "bs58",5310 "byteorder",5311 "data-encoding",5312 "multihash 0.14.0",5313 "percent-encoding 2.1.0",5314 "serde",5315 "static_assertions",5316 "unsigned-varint 0.7.1",5317 "url 2.2.2",5318]53195320[[package]]5321name = "multibase"5322version = "0.8.0"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5325dependencies = [5326 "base-x",5327 "data-encoding",5328 "data-encoding-macro",5329]53305331[[package]]5332name = "multihash"5333version = "0.13.2"5334source = "registry+https://github.com/rust-lang/crates.io-index"5335checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5336dependencies = [5337 "blake2b_simd",5338 "blake2s_simd",5339 "blake3 0.3.8",5340 "digest 0.9.0",5341 "generic-array 0.14.5",5342 "multihash-derive",5343 "sha2 0.9.9",5344 "sha3 0.9.1",5345 "unsigned-varint 0.5.1",5346]53475348[[package]]5349name = "multihash"5350version = "0.14.0"5351source = "registry+https://github.com/rust-lang/crates.io-index"5352checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5353dependencies = [5354 "digest 0.9.0",5355 "generic-array 0.14.5",5356 "multihash-derive",5357 "sha2 0.9.9",5358 "unsigned-varint 0.7.1",5359]53605361[[package]]5362name = "multihash-derive"5363version = "0.7.2"5364source = "registry+https://github.com/rust-lang/crates.io-index"5365checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5366dependencies = [5367 "proc-macro-crate 1.1.3",5368 "proc-macro-error",5369 "proc-macro2",5370 "quote",5371 "syn",5372 "synstructure",5373]53745375[[package]]5376name = "multimap"5377version = "0.8.3"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53805381[[package]]5382name = "multistream-select"5383version = "0.10.4"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5386dependencies = [5387 "bytes 1.1.0",5388 "futures 0.3.21",5389 "log",5390 "pin-project 1.0.10",5391 "smallvec",5392 "unsigned-varint 0.7.1",5393]53945395[[package]]5396name = "nalgebra"5397version = "0.27.1"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5400dependencies = [5401 "approx",5402 "matrixmultiply",5403 "nalgebra-macros",5404 "num-complex",5405 "num-rational 0.4.0",5406 "num-traits",5407 "rand 0.8.5",5408 "rand_distr",5409 "simba",5410 "typenum",5411]54125413[[package]]5414name = "nalgebra-macros"5415version = "0.1.0"5416source = "registry+https://github.com/rust-lang/crates.io-index"5417checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5418dependencies = [5419 "proc-macro2",5420 "quote",5421 "syn",5422]54235424[[package]]5425name = "names"5426version = "0.12.0"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5429dependencies = [5430 "rand 0.8.5",5431]54325433[[package]]5434name = "net2"5435version = "0.2.37"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5438dependencies = [5439 "cfg-if 0.1.10",5440 "libc",5441 "winapi 0.3.9",5442]54435444[[package]]5445name = "nodrop"5446version = "0.1.14"5447source = "registry+https://github.com/rust-lang/crates.io-index"5448checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54495450[[package]]5451name = "nohash-hasher"5452version = "0.2.0"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54555456[[package]]5457name = "nom"5458version = "7.1.1"5459source = "registry+https://github.com/rust-lang/crates.io-index"5460checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5461dependencies = [5462 "memchr",5463 "minimal-lexical",5464]54655466[[package]]5467name = "ntapi"5468version = "0.3.7"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5471dependencies = [5472 "winapi 0.3.9",5473]54745475[[package]]5476name = "num-bigint"5477version = "0.2.6"5478source = "registry+https://github.com/rust-lang/crates.io-index"5479checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5480dependencies = [5481 "autocfg",5482 "num-integer",5483 "num-traits",5484]54855486[[package]]5487name = "num-complex"5488version = "0.4.0"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5491dependencies = [5492 "num-traits",5493]54945495[[package]]5496name = "num-format"5497version = "0.4.0"5498source = "registry+https://github.com/rust-lang/crates.io-index"5499checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5500dependencies = [5501 "arrayvec 0.4.12",5502 "itoa 0.4.8",5503]55045505[[package]]5506name = "num-integer"5507version = "0.1.44"5508source = "registry+https://github.com/rust-lang/crates.io-index"5509checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5510dependencies = [5511 "autocfg",5512 "num-traits",5513]55145515[[package]]5516name = "num-rational"5517version = "0.2.4"5518source = "registry+https://github.com/rust-lang/crates.io-index"5519checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5520dependencies = [5521 "autocfg",5522 "num-bigint",5523 "num-integer",5524 "num-traits",5525]55265527[[package]]5528name = "num-rational"5529version = "0.4.0"5530source = "registry+https://github.com/rust-lang/crates.io-index"5531checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5532dependencies = [5533 "autocfg",5534 "num-integer",5535 "num-traits",5536]55375538[[package]]5539name = "num-traits"5540version = "0.2.14"5541source = "registry+https://github.com/rust-lang/crates.io-index"5542checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5543dependencies = [5544 "autocfg",5545 "libm",5546]55475548[[package]]5549name = "num_cpus"5550version = "1.13.1"5551source = "registry+https://github.com/rust-lang/crates.io-index"5552checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5553dependencies = [5554 "hermit-abi",5555 "libc",5556]55575558[[package]]5559name = "object"5560version = "0.27.1"5561source = "registry+https://github.com/rust-lang/crates.io-index"5562checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5563dependencies = [5564 "crc32fast",5565 "indexmap",5566 "memchr",5567]55685569[[package]]5570name = "once_cell"5571version = "1.10.0"5572source = "registry+https://github.com/rust-lang/crates.io-index"5573checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55745575[[package]]5576name = "opal-runtime"5577version = "0.1.0"5578dependencies = [5579 "cumulus-pallet-aura-ext",5580 "cumulus-pallet-dmp-queue",5581 "cumulus-pallet-parachain-system",5582 "cumulus-pallet-xcm",5583 "cumulus-pallet-xcmp-queue",5584 "cumulus-primitives-core",5585 "cumulus-primitives-timestamp",5586 "cumulus-primitives-utility",5587 "derivative",5588 "fp-evm-mapping",5589 "fp-rpc",5590 "fp-self-contained",5591 "frame-benchmarking",5592 "frame-executive",5593 "frame-support",5594 "frame-system",5595 "frame-system-benchmarking",5596 "frame-system-rpc-runtime-api",5597 "hex-literal",5598 "orml-vesting",5599 "pallet-aura",5600 "pallet-balances",5601 "pallet-base-fee",5602 "pallet-common",5603 "pallet-ethereum",5604 "pallet-evm",5605 "pallet-evm-coder-substrate",5606 "pallet-evm-contract-helpers",5607 "pallet-evm-migration",5608 "pallet-evm-transaction-payment",5609 "pallet-fungible",5610 "pallet-inflation",5611 "pallet-nonfungible",5612 "pallet-randomness-collective-flip",5613 "pallet-refungible",5614 "pallet-sudo",5615 "pallet-template-transaction-payment",5616 "pallet-timestamp",5617 "pallet-transaction-payment",5618 "pallet-transaction-payment-rpc-runtime-api",5619 "pallet-treasury",5620 "pallet-unique",5621 "pallet-unq-scheduler",5622 "pallet-xcm",5623 "parachain-info",5624 "parity-scale-codec",5625 "polkadot-parachain",5626 "scale-info",5627 "serde",5628 "smallvec",5629 "sp-api",5630 "sp-arithmetic",5631 "sp-block-builder",5632 "sp-consensus-aura",5633 "sp-core",5634 "sp-inherents",5635 "sp-io",5636 "sp-offchain",5637 "sp-runtime",5638 "sp-session",5639 "sp-std",5640 "sp-transaction-pool",5641 "sp-version",5642 "substrate-wasm-builder",5643 "unique-runtime-common",5644 "up-data-structs",5645 "up-rpc",5646 "xcm",5647 "xcm-builder",5648 "xcm-executor",5649]56505651[[package]]5652name = "opaque-debug"5653version = "0.2.3"5654source = "registry+https://github.com/rust-lang/crates.io-index"5655checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56565657[[package]]5658name = "opaque-debug"5659version = "0.3.0"5660source = "registry+https://github.com/rust-lang/crates.io-index"5661checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56625663[[package]]5664name = "open-metrics-client"5665version = "0.12.0"5666source = "registry+https://github.com/rust-lang/crates.io-index"5667checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5668dependencies = [5669 "dtoa",5670 "itoa 0.4.8",5671 "open-metrics-client-derive-text-encode",5672 "owning_ref",5673]56745675[[package]]5676name = "open-metrics-client-derive-text-encode"5677version = "0.1.1"5678source = "registry+https://github.com/rust-lang/crates.io-index"5679checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5680dependencies = [5681 "proc-macro2",5682 "quote",5683 "syn",5684]56855686[[package]]5687name = "openssl-probe"5688version = "0.1.5"5689source = "registry+https://github.com/rust-lang/crates.io-index"5690checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56915692[[package]]5693name = "ordered-float"5694version = "1.1.1"5695source = "registry+https://github.com/rust-lang/crates.io-index"5696checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5697dependencies = [5698 "num-traits",5699]57005701[[package]]5702name = "orml-vesting"5703version = "0.4.1-dev"5704source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5705dependencies = [5706 "frame-support",5707 "frame-system",5708 "parity-scale-codec",5709 "scale-info",5710 "serde",5711 "sp-io",5712 "sp-runtime",5713 "sp-std",5714]57155716[[package]]5717name = "os_str_bytes"5718version = "6.0.0"5719source = "registry+https://github.com/rust-lang/crates.io-index"5720checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5721dependencies = [5722 "memchr",5723]57245725[[package]]5726name = "owning_ref"5727version = "0.4.1"5728source = "registry+https://github.com/rust-lang/crates.io-index"5729checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5730dependencies = [5731 "stable_deref_trait",5732]57335734[[package]]5735name = "pallet-aura"5736version = "4.0.0-dev"5737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5738dependencies = [5739 "frame-support",5740 "frame-system",5741 "pallet-timestamp",5742 "parity-scale-codec",5743 "scale-info",5744 "sp-application-crypto",5745 "sp-consensus-aura",5746 "sp-runtime",5747 "sp-std",5748]57495750[[package]]5751name = "pallet-authority-discovery"5752version = "4.0.0-dev"5753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5754dependencies = [5755 "frame-support",5756 "frame-system",5757 "pallet-session",5758 "parity-scale-codec",5759 "scale-info",5760 "sp-application-crypto",5761 "sp-authority-discovery",5762 "sp-runtime",5763 "sp-std",5764]57655766[[package]]5767name = "pallet-authorship"5768version = "4.0.0-dev"5769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5770dependencies = [5771 "frame-support",5772 "frame-system",5773 "impl-trait-for-tuples",5774 "parity-scale-codec",5775 "scale-info",5776 "sp-authorship",5777 "sp-runtime",5778 "sp-std",5779]57805781[[package]]5782name = "pallet-babe"5783version = "4.0.0-dev"5784source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5785dependencies = [5786 "frame-benchmarking",5787 "frame-support",5788 "frame-system",5789 "log",5790 "pallet-authorship",5791 "pallet-session",5792 "pallet-timestamp",5793 "parity-scale-codec",5794 "scale-info",5795 "sp-application-crypto",5796 "sp-consensus-babe",5797 "sp-consensus-vrf",5798 "sp-io",5799 "sp-runtime",5800 "sp-session",5801 "sp-staking",5802 "sp-std",5803]58045805[[package]]5806name = "pallet-bags-list"5807version = "4.0.0-dev"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5809dependencies = [5810 "frame-benchmarking",5811 "frame-election-provider-support",5812 "frame-support",5813 "frame-system",5814 "log",5815 "pallet-balances",5816 "parity-scale-codec",5817 "scale-info",5818 "sp-core",5819 "sp-io",5820 "sp-runtime",5821 "sp-std",5822 "sp-tracing",5823]58245825[[package]]5826name = "pallet-balances"5827version = "4.0.0-dev"5828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5829dependencies = [5830 "frame-benchmarking",5831 "frame-support",5832 "frame-system",5833 "log",5834 "parity-scale-codec",5835 "scale-info",5836 "sp-runtime",5837 "sp-std",5838]58395840[[package]]5841name = "pallet-base-fee"5842version = "1.0.0"5843source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5844dependencies = [5845 "frame-support",5846 "frame-system",5847 "pallet-evm",5848 "parity-scale-codec",5849 "scale-info",5850 "serde",5851 "sp-core",5852 "sp-runtime",5853]58545855[[package]]5856name = "pallet-beefy"5857version = "4.0.0-dev"5858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5859dependencies = [5860 "beefy-primitives",5861 "frame-support",5862 "frame-system",5863 "pallet-session",5864 "parity-scale-codec",5865 "scale-info",5866 "serde",5867 "sp-runtime",5868 "sp-std",5869]58705871[[package]]5872name = "pallet-beefy-mmr"5873version = "4.0.0-dev"5874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5875dependencies = [5876 "beefy-merkle-tree",5877 "beefy-primitives",5878 "frame-support",5879 "frame-system",5880 "hex",5881 "k256",5882 "log",5883 "pallet-beefy",5884 "pallet-mmr",5885 "pallet-mmr-primitives",5886 "pallet-session",5887 "parity-scale-codec",5888 "scale-info",5889 "serde",5890 "sp-core",5891 "sp-io",5892 "sp-runtime",5893 "sp-std",5894]58955896[[package]]5897name = "pallet-bounties"5898version = "4.0.0-dev"5899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5900dependencies = [5901 "frame-benchmarking",5902 "frame-support",5903 "frame-system",5904 "log",5905 "pallet-treasury",5906 "parity-scale-codec",5907 "scale-info",5908 "sp-core",5909 "sp-io",5910 "sp-runtime",5911 "sp-std",5912]59135914[[package]]5915name = "pallet-bridge-dispatch"5916version = "0.1.0"5917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5918dependencies = [5919 "bp-message-dispatch",5920 "bp-runtime",5921 "frame-support",5922 "frame-system",5923 "log",5924 "parity-scale-codec",5925 "scale-info",5926 "sp-core",5927 "sp-runtime",5928 "sp-std",5929]59305931[[package]]5932name = "pallet-bridge-grandpa"5933version = "0.1.0"5934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5935dependencies = [5936 "bp-header-chain",5937 "bp-runtime",5938 "bp-test-utils",5939 "finality-grandpa",5940 "frame-support",5941 "frame-system",5942 "log",5943 "num-traits",5944 "parity-scale-codec",5945 "scale-info",5946 "serde",5947 "sp-finality-grandpa",5948 "sp-runtime",5949 "sp-std",5950 "sp-trie",5951]59525953[[package]]5954name = "pallet-bridge-messages"5955version = "0.1.0"5956source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5957dependencies = [5958 "bitvec",5959 "bp-message-dispatch",5960 "bp-messages",5961 "bp-runtime",5962 "frame-support",5963 "frame-system",5964 "log",5965 "num-traits",5966 "parity-scale-codec",5967 "scale-info",5968 "serde",5969 "sp-core",5970 "sp-runtime",5971 "sp-std",5972]59735974[[package]]5975name = "pallet-collective"5976version = "4.0.0-dev"5977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5978dependencies = [5979 "frame-benchmarking",5980 "frame-support",5981 "frame-system",5982 "log",5983 "parity-scale-codec",5984 "scale-info",5985 "sp-core",5986 "sp-io",5987 "sp-runtime",5988 "sp-std",5989]59905991[[package]]5992name = "pallet-common"5993version = "0.1.0"5994dependencies = [5995 "evm-coder",5996 "fp-evm-mapping",5997 "frame-support",5998 "frame-system",5999 "pallet-evm",6000 "pallet-evm-coder-substrate",6001 "parity-scale-codec",6002 "scale-info",6003 "serde",6004 "sp-core",6005 "sp-runtime",6006 "sp-std",6007 "up-data-structs",6008]60096010[[package]]6011name = "pallet-democracy"6012version = "4.0.0-dev"6013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6014dependencies = [6015 "frame-benchmarking",6016 "frame-support",6017 "frame-system",6018 "parity-scale-codec",6019 "scale-info",6020 "serde",6021 "sp-io",6022 "sp-runtime",6023 "sp-std",6024]60256026[[package]]6027name = "pallet-election-provider-multi-phase"6028version = "4.0.0-dev"6029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6030dependencies = [6031 "frame-benchmarking",6032 "frame-election-provider-support",6033 "frame-support",6034 "frame-system",6035 "log",6036 "parity-scale-codec",6037 "rand 0.7.3",6038 "scale-info",6039 "sp-arithmetic",6040 "sp-core",6041 "sp-io",6042 "sp-npos-elections",6043 "sp-runtime",6044 "sp-std",6045 "static_assertions",6046 "strum 0.23.0",6047]60486049[[package]]6050name = "pallet-elections-phragmen"6051version = "5.0.0-dev"6052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6053dependencies = [6054 "frame-benchmarking",6055 "frame-support",6056 "frame-system",6057 "log",6058 "parity-scale-codec",6059 "scale-info",6060 "sp-core",6061 "sp-io",6062 "sp-npos-elections",6063 "sp-runtime",6064 "sp-std",6065]60666067[[package]]6068name = "pallet-ethereum"6069version = "4.0.0-dev"6070source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6071dependencies = [6072 "ethereum",6073 "ethereum-types",6074 "evm",6075 "fp-consensus",6076 "fp-evm",6077 "fp-rpc",6078 "fp-self-contained",6079 "fp-storage",6080 "frame-support",6081 "frame-system",6082 "log",6083 "pallet-balances",6084 "pallet-evm",6085 "pallet-timestamp",6086 "parity-scale-codec",6087 "rlp",6088 "rustc-hex",6089 "scale-info",6090 "serde",6091 "sha3 0.8.2",6092 "sp-io",6093 "sp-runtime",6094 "sp-std",6095]60966097[[package]]6098name = "pallet-evm"6099version = "6.0.0-dev"6100source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6101dependencies = [6102 "evm",6103 "evm-gasometer",6104 "evm-runtime",6105 "fp-evm",6106 "frame-benchmarking",6107 "frame-support",6108 "frame-system",6109 "hex",6110 "impl-trait-for-tuples",6111 "log",6112 "pallet-balances",6113 "pallet-timestamp",6114 "parity-scale-codec",6115 "primitive-types",6116 "rlp",6117 "scale-info",6118 "serde",6119 "sha3 0.8.2",6120 "sp-core",6121 "sp-io",6122 "sp-runtime",6123 "sp-std",6124]61256126[[package]]6127name = "pallet-evm-coder-substrate"6128version = "0.1.0"6129dependencies = [6130 "ethereum",6131 "evm-coder",6132 "frame-benchmarking",6133 "frame-support",6134 "frame-system",6135 "pallet-ethereum",6136 "pallet-evm",6137 "parity-scale-codec",6138 "scale-info",6139 "sp-core",6140 "sp-std",6141]61426143[[package]]6144name = "pallet-evm-contract-helpers"6145version = "0.1.0"6146dependencies = [6147 "evm-coder",6148 "fp-evm-mapping",6149 "frame-support",6150 "frame-system",6151 "log",6152 "pallet-evm",6153 "pallet-evm-coder-substrate",6154 "parity-scale-codec",6155 "scale-info",6156 "sp-core",6157 "sp-runtime",6158 "sp-std",6159 "up-sponsorship",6160]61616162[[package]]6163name = "pallet-evm-migration"6164version = "0.1.0"6165dependencies = [6166 "fp-evm",6167 "frame-benchmarking",6168 "frame-support",6169 "frame-system",6170 "pallet-evm",6171 "parity-scale-codec",6172 "scale-info",6173 "sp-core",6174 "sp-io",6175 "sp-runtime",6176 "sp-std",6177]61786179[[package]]6180name = "pallet-evm-transaction-payment"6181version = "0.1.0"6182dependencies = [6183 "fp-evm",6184 "fp-evm-mapping",6185 "frame-support",6186 "frame-system",6187 "pallet-ethereum",6188 "pallet-evm",6189 "parity-scale-codec",6190 "scale-info",6191 "sp-core",6192 "sp-io",6193 "sp-runtime",6194 "sp-std",6195 "up-sponsorship",6196]61976198[[package]]6199name = "pallet-fungible"6200version = "0.1.0"6201dependencies = [6202 "ethereum",6203 "evm-coder",6204 "frame-benchmarking",6205 "frame-support",6206 "frame-system",6207 "pallet-common",6208 "pallet-evm",6209 "pallet-evm-coder-substrate",6210 "parity-scale-codec",6211 "scale-info",6212 "sp-core",6213 "sp-runtime",6214 "sp-std",6215 "up-data-structs",6216]62176218[[package]]6219name = "pallet-gilt"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "parity-scale-codec",6227 "scale-info",6228 "sp-arithmetic",6229 "sp-runtime",6230 "sp-std",6231]62326233[[package]]6234name = "pallet-grandpa"6235version = "4.0.0-dev"6236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6237dependencies = [6238 "frame-benchmarking",6239 "frame-support",6240 "frame-system",6241 "log",6242 "pallet-authorship",6243 "pallet-session",6244 "parity-scale-codec",6245 "scale-info",6246 "sp-application-crypto",6247 "sp-core",6248 "sp-finality-grandpa",6249 "sp-io",6250 "sp-runtime",6251 "sp-session",6252 "sp-staking",6253 "sp-std",6254]62556256[[package]]6257name = "pallet-identity"6258version = "4.0.0-dev"6259source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6260dependencies = [6261 "enumflags2",6262 "frame-benchmarking",6263 "frame-support",6264 "frame-system",6265 "parity-scale-codec",6266 "scale-info",6267 "sp-io",6268 "sp-runtime",6269 "sp-std",6270]62716272[[package]]6273name = "pallet-im-online"6274version = "4.0.0-dev"6275source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6276dependencies = [6277 "frame-benchmarking",6278 "frame-support",6279 "frame-system",6280 "log",6281 "pallet-authorship",6282 "parity-scale-codec",6283 "scale-info",6284 "sp-application-crypto",6285 "sp-core",6286 "sp-io",6287 "sp-runtime",6288 "sp-staking",6289 "sp-std",6290]62916292[[package]]6293name = "pallet-indices"6294version = "4.0.0-dev"6295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6296dependencies = [6297 "frame-benchmarking",6298 "frame-support",6299 "frame-system",6300 "parity-scale-codec",6301 "scale-info",6302 "sp-core",6303 "sp-io",6304 "sp-keyring",6305 "sp-runtime",6306 "sp-std",6307]63086309[[package]]6310name = "pallet-inflation"6311version = "0.1.0"6312dependencies = [6313 "frame-benchmarking",6314 "frame-support",6315 "frame-system",6316 "pallet-balances",6317 "pallet-randomness-collective-flip",6318 "pallet-timestamp",6319 "parity-scale-codec",6320 "scale-info",6321 "serde",6322 "sp-core",6323 "sp-io",6324 "sp-runtime",6325 "sp-std",6326]63276328[[package]]6329name = "pallet-membership"6330version = "4.0.0-dev"6331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6332dependencies = [6333 "frame-benchmarking",6334 "frame-support",6335 "frame-system",6336 "log",6337 "parity-scale-codec",6338 "scale-info",6339 "sp-core",6340 "sp-io",6341 "sp-runtime",6342 "sp-std",6343]63446345[[package]]6346name = "pallet-mmr"6347version = "4.0.0-dev"6348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6349dependencies = [6350 "ckb-merkle-mountain-range",6351 "frame-benchmarking",6352 "frame-support",6353 "frame-system",6354 "pallet-mmr-primitives",6355 "parity-scale-codec",6356 "scale-info",6357 "sp-core",6358 "sp-io",6359 "sp-runtime",6360 "sp-std",6361]63626363[[package]]6364name = "pallet-mmr-primitives"6365version = "4.0.0-dev"6366source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6367dependencies = [6368 "frame-support",6369 "frame-system",6370 "log",6371 "parity-scale-codec",6372 "serde",6373 "sp-api",6374 "sp-core",6375 "sp-runtime",6376 "sp-std",6377]63786379[[package]]6380name = "pallet-mmr-rpc"6381version = "3.0.0"6382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6383dependencies = [6384 "jsonrpc-core",6385 "jsonrpc-core-client",6386 "jsonrpc-derive",6387 "pallet-mmr-primitives",6388 "parity-scale-codec",6389 "serde",6390 "sp-api",6391 "sp-blockchain",6392 "sp-core",6393 "sp-runtime",6394]63956396[[package]]6397name = "pallet-multisig"6398version = "4.0.0-dev"6399source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6400dependencies = [6401 "frame-benchmarking",6402 "frame-support",6403 "frame-system",6404 "parity-scale-codec",6405 "scale-info",6406 "sp-io",6407 "sp-runtime",6408 "sp-std",6409]64106411[[package]]6412name = "pallet-nicks"6413version = "4.0.0-dev"6414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6415dependencies = [6416 "frame-support",6417 "frame-system",6418 "parity-scale-codec",6419 "scale-info",6420 "sp-io",6421 "sp-runtime",6422 "sp-std",6423]64246425[[package]]6426name = "pallet-nonfungible"6427version = "0.1.0"6428dependencies = [6429 "ethereum",6430 "evm-coder",6431 "frame-benchmarking",6432 "frame-support",6433 "frame-system",6434 "pallet-common",6435 "pallet-evm",6436 "pallet-evm-coder-substrate",6437 "parity-scale-codec",6438 "scale-info",6439 "sp-core",6440 "sp-runtime",6441 "sp-std",6442 "up-data-structs",6443]64446445[[package]]6446name = "pallet-offences"6447version = "4.0.0-dev"6448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6449dependencies = [6450 "frame-support",6451 "frame-system",6452 "log",6453 "pallet-balances",6454 "parity-scale-codec",6455 "scale-info",6456 "serde",6457 "sp-runtime",6458 "sp-staking",6459 "sp-std",6460]64616462[[package]]6463name = "pallet-offences-benchmarking"6464version = "4.0.0-dev"6465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6466dependencies = [6467 "frame-benchmarking",6468 "frame-election-provider-support",6469 "frame-support",6470 "frame-system",6471 "pallet-babe",6472 "pallet-balances",6473 "pallet-grandpa",6474 "pallet-im-online",6475 "pallet-offences",6476 "pallet-session",6477 "pallet-staking",6478 "parity-scale-codec",6479 "scale-info",6480 "sp-runtime",6481 "sp-staking",6482 "sp-std",6483]64846485[[package]]6486name = "pallet-preimage"6487version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6489dependencies = [6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "parity-scale-codec",6494 "scale-info",6495 "sp-core",6496 "sp-io",6497 "sp-runtime",6498 "sp-std",6499]65006501[[package]]6502name = "pallet-proxy"6503version = "4.0.0-dev"6504source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6505dependencies = [6506 "frame-benchmarking",6507 "frame-support",6508 "frame-system",6509 "parity-scale-codec",6510 "scale-info",6511 "sp-io",6512 "sp-runtime",6513 "sp-std",6514]65156516[[package]]6517name = "pallet-randomness-collective-flip"6518version = "4.0.0-dev"6519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6520dependencies = [6521 "frame-support",6522 "frame-system",6523 "parity-scale-codec",6524 "safe-mix",6525 "scale-info",6526 "sp-runtime",6527 "sp-std",6528]65296530[[package]]6531name = "pallet-recovery"6532version = "4.0.0-dev"6533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6534dependencies = [6535 "frame-support",6536 "frame-system",6537 "parity-scale-codec",6538 "scale-info",6539 "sp-io",6540 "sp-runtime",6541 "sp-std",6542]65436544[[package]]6545name = "pallet-refungible"6546version = "0.1.0"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "parity-scale-codec",6554 "scale-info",6555 "sp-core",6556 "sp-runtime",6557 "sp-std",6558 "up-data-structs",6559]65606561[[package]]6562name = "pallet-scheduler"6563version = "4.0.0-dev"6564source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6565dependencies = [6566 "frame-benchmarking",6567 "frame-support",6568 "frame-system",6569 "log",6570 "parity-scale-codec",6571 "scale-info",6572 "sp-io",6573 "sp-runtime",6574 "sp-std",6575]65766577[[package]]6578name = "pallet-session"6579version = "4.0.0-dev"6580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6581dependencies = [6582 "frame-support",6583 "frame-system",6584 "impl-trait-for-tuples",6585 "log",6586 "pallet-timestamp",6587 "parity-scale-codec",6588 "scale-info",6589 "sp-core",6590 "sp-io",6591 "sp-runtime",6592 "sp-session",6593 "sp-staking",6594 "sp-std",6595 "sp-trie",6596]65976598[[package]]6599name = "pallet-session-benchmarking"6600version = "4.0.0-dev"6601source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6602dependencies = [6603 "frame-benchmarking",6604 "frame-support",6605 "frame-system",6606 "pallet-session",6607 "pallet-staking",6608 "rand 0.7.3",6609 "sp-runtime",6610 "sp-session",6611 "sp-std",6612]66136614[[package]]6615name = "pallet-society"6616version = "4.0.0-dev"6617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6618dependencies = [6619 "frame-support",6620 "frame-system",6621 "parity-scale-codec",6622 "rand_chacha 0.2.2",6623 "scale-info",6624 "sp-runtime",6625 "sp-std",6626]66276628[[package]]6629name = "pallet-staking"6630version = "4.0.0-dev"6631source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6632dependencies = [6633 "frame-benchmarking",6634 "frame-election-provider-support",6635 "frame-support",6636 "frame-system",6637 "log",6638 "pallet-authorship",6639 "pallet-session",6640 "parity-scale-codec",6641 "rand_chacha 0.2.2",6642 "scale-info",6643 "serde",6644 "sp-application-crypto",6645 "sp-io",6646 "sp-runtime",6647 "sp-staking",6648 "sp-std",6649]66506651[[package]]6652name = "pallet-staking-reward-curve"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6655dependencies = [6656 "proc-macro-crate 1.1.3",6657 "proc-macro2",6658 "quote",6659 "syn",6660]66616662[[package]]6663name = "pallet-staking-reward-fn"6664version = "4.0.0-dev"6665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6666dependencies = [6667 "log",6668 "sp-arithmetic",6669]66706671[[package]]6672name = "pallet-sudo"6673version = "4.0.0-dev"6674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6675dependencies = [6676 "frame-support",6677 "frame-system",6678 "parity-scale-codec",6679 "scale-info",6680 "sp-io",6681 "sp-runtime",6682 "sp-std",6683]66846685[[package]]6686name = "pallet-template-transaction-payment"6687version = "3.0.0"6688source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6689dependencies = [6690 "frame-benchmarking",6691 "frame-support",6692 "frame-system",6693 "pallet-balances",6694 "pallet-transaction-payment",6695 "parity-scale-codec",6696 "scale-info",6697 "serde",6698 "sp-core",6699 "sp-io",6700 "sp-runtime",6701 "sp-std",6702 "up-sponsorship",6703]67046705[[package]]6706name = "pallet-timestamp"6707version = "4.0.0-dev"6708source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6709dependencies = [6710 "frame-benchmarking",6711 "frame-support",6712 "frame-system",6713 "log",6714 "parity-scale-codec",6715 "scale-info",6716 "sp-inherents",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720 "sp-timestamp",6721]67226723[[package]]6724name = "pallet-tips"6725version = "4.0.0-dev"6726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6727dependencies = [6728 "frame-benchmarking",6729 "frame-support",6730 "frame-system",6731 "log",6732 "pallet-treasury",6733 "parity-scale-codec",6734 "scale-info",6735 "serde",6736 "sp-core",6737 "sp-io",6738 "sp-runtime",6739 "sp-std",6740]67416742[[package]]6743name = "pallet-transaction-payment"6744version = "4.0.0-dev"6745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6746dependencies = [6747 "frame-support",6748 "frame-system",6749 "parity-scale-codec",6750 "scale-info",6751 "serde",6752 "smallvec",6753 "sp-core",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757]67586759[[package]]6760name = "pallet-transaction-payment-rpc"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6763dependencies = [6764 "jsonrpc-core",6765 "jsonrpc-core-client",6766 "jsonrpc-derive",6767 "pallet-transaction-payment-rpc-runtime-api",6768 "parity-scale-codec",6769 "sp-api",6770 "sp-blockchain",6771 "sp-core",6772 "sp-rpc",6773 "sp-runtime",6774]67756776[[package]]6777name = "pallet-transaction-payment-rpc-runtime-api"6778version = "4.0.0-dev"6779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6780dependencies = [6781 "pallet-transaction-payment",6782 "parity-scale-codec",6783 "sp-api",6784 "sp-runtime",6785]67866787[[package]]6788name = "pallet-treasury"6789version = "4.0.0-dev"6790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6791dependencies = [6792 "frame-benchmarking",6793 "frame-support",6794 "frame-system",6795 "impl-trait-for-tuples",6796 "pallet-balances",6797 "parity-scale-codec",6798 "scale-info",6799 "serde",6800 "sp-runtime",6801 "sp-std",6802]68036804[[package]]6805name = "pallet-unique"6806version = "0.1.0"6807dependencies = [6808 "ethereum",6809 "evm-coder",6810 "fp-evm",6811 "fp-evm-mapping",6812 "frame-benchmarking",6813 "frame-support",6814 "frame-system",6815 "hex-literal",6816 "pallet-balances",6817 "pallet-common",6818 "pallet-ethereum",6819 "pallet-evm",6820 "pallet-evm-coder-substrate",6821 "pallet-fungible",6822 "pallet-nonfungible",6823 "pallet-randomness-collective-flip",6824 "pallet-refungible",6825 "pallet-timestamp",6826 "pallet-transaction-payment",6827 "parity-scale-codec",6828 "primitive-types",6829 "rlp",6830 "scale-info",6831 "serde",6832 "sp-api",6833 "sp-core",6834 "sp-io",6835 "sp-runtime",6836 "sp-std",6837 "up-data-structs",6838 "up-sponsorship",6839]68406841[[package]]6842name = "pallet-unq-scheduler"6843version = "0.1.0"6844dependencies = [6845 "frame-benchmarking",6846 "frame-support",6847 "frame-system",6848 "log",6849 "parity-scale-codec",6850 "scale-info",6851 "serde",6852 "sp-core",6853 "sp-io",6854 "sp-runtime",6855 "sp-std",6856 "substrate-test-utils",6857 "up-sponsorship",6858]68596860[[package]]6861name = "pallet-utility"6862version = "4.0.0-dev"6863source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6864dependencies = [6865 "frame-benchmarking",6866 "frame-support",6867 "frame-system",6868 "parity-scale-codec",6869 "scale-info",6870 "sp-core",6871 "sp-io",6872 "sp-runtime",6873 "sp-std",6874]68756876[[package]]6877name = "pallet-vesting"6878version = "4.0.0-dev"6879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6880dependencies = [6881 "frame-benchmarking",6882 "frame-support",6883 "frame-system",6884 "log",6885 "parity-scale-codec",6886 "scale-info",6887 "sp-runtime",6888 "sp-std",6889]68906891[[package]]6892name = "pallet-xcm"6893version = "0.9.18"6894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6895dependencies = [6896 "frame-support",6897 "frame-system",6898 "log",6899 "parity-scale-codec",6900 "scale-info",6901 "serde",6902 "sp-core",6903 "sp-runtime",6904 "sp-std",6905 "xcm",6906 "xcm-executor",6907]69086909[[package]]6910name = "pallet-xcm-benchmarks"6911version = "0.9.18"6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6913dependencies = [6914 "frame-benchmarking",6915 "frame-support",6916 "frame-system",6917 "log",6918 "parity-scale-codec",6919 "scale-info",6920 "sp-runtime",6921 "sp-std",6922 "xcm",6923 "xcm-executor",6924]69256926[[package]]6927name = "parachain-info"6928version = "0.1.0"6929source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6930dependencies = [6931 "cumulus-primitives-core",6932 "frame-support",6933 "frame-system",6934 "parity-scale-codec",6935 "scale-info",6936 "serde",6937]69386939[[package]]6940name = "parity-db"6941version = "0.3.9"6942source = "registry+https://github.com/rust-lang/crates.io-index"6943checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6944dependencies = [6945 "blake2-rfc",6946 "crc32fast",6947 "fs2",6948 "hex",6949 "libc",6950 "log",6951 "lz4",6952 "memmap2 0.2.3",6953 "parking_lot 0.11.2",6954 "rand 0.8.5",6955 "snap",6956]69576958[[package]]6959name = "parity-scale-codec"6960version = "3.1.2"6961source = "registry+https://github.com/rust-lang/crates.io-index"6962checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6963dependencies = [6964 "arrayvec 0.7.2",6965 "bitvec",6966 "byte-slice-cast",6967 "impl-trait-for-tuples",6968 "parity-scale-codec-derive",6969 "serde",6970]69716972[[package]]6973name = "parity-scale-codec-derive"6974version = "3.1.2"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6977dependencies = [6978 "proc-macro-crate 1.1.3",6979 "proc-macro2",6980 "quote",6981 "syn",6982]69836984[[package]]6985name = "parity-send-wrapper"6986version = "0.1.0"6987source = "registry+https://github.com/rust-lang/crates.io-index"6988checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69896990[[package]]6991name = "parity-tokio-ipc"6992version = "0.9.0"6993source = "registry+https://github.com/rust-lang/crates.io-index"6994checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6995dependencies = [6996 "futures 0.3.21",6997 "libc",6998 "log",6999 "rand 0.7.3",7000 "tokio 1.17.0",7001 "winapi 0.3.9",7002]70037004[[package]]7005name = "parity-util-mem"7006version = "0.11.0"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7009dependencies = [7010 "cfg-if 1.0.0",7011 "ethereum-types",7012 "hashbrown 0.12.0",7013 "impl-trait-for-tuples",7014 "lru 0.7.3",7015 "parity-util-mem-derive",7016 "parking_lot 0.12.0",7017 "primitive-types",7018 "smallvec",7019 "winapi 0.3.9",7020]70217022[[package]]7023name = "parity-util-mem-derive"7024version = "0.1.0"7025source = "registry+https://github.com/rust-lang/crates.io-index"7026checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7027dependencies = [7028 "proc-macro2",7029 "syn",7030 "synstructure",7031]70327033[[package]]7034name = "parity-wasm"7035version = "0.32.0"7036source = "registry+https://github.com/rust-lang/crates.io-index"7037checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7038dependencies = [7039 "byteorder",7040]70417042[[package]]7043name = "parity-wasm"7044version = "0.42.2"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70477048[[package]]7049name = "parity-ws"7050version = "0.11.1"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7053dependencies = [7054 "byteorder",7055 "bytes 0.4.12",7056 "httparse",7057 "log",7058 "mio 0.6.23",7059 "mio-extras",7060 "rand 0.7.3",7061 "sha-1 0.8.2",7062 "slab",7063 "url 2.2.2",7064]70657066[[package]]7067name = "parking"7068version = "2.0.0"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70717072[[package]]7073name = "parking_lot"7074version = "0.11.2"7075source = "registry+https://github.com/rust-lang/crates.io-index"7076checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7077dependencies = [7078 "instant",7079 "lock_api",7080 "parking_lot_core 0.8.5",7081]70827083[[package]]7084name = "parking_lot"7085version = "0.12.0"7086source = "registry+https://github.com/rust-lang/crates.io-index"7087checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7088dependencies = [7089 "lock_api",7090 "parking_lot_core 0.9.1",7091]70927093[[package]]7094name = "parking_lot_core"7095version = "0.8.5"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7098dependencies = [7099 "cfg-if 1.0.0",7100 "instant",7101 "libc",7102 "redox_syscall",7103 "smallvec",7104 "winapi 0.3.9",7105]71067107[[package]]7108name = "parking_lot_core"7109version = "0.9.1"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7112dependencies = [7113 "cfg-if 1.0.0",7114 "libc",7115 "redox_syscall",7116 "smallvec",7117 "windows-sys",7118]71197120[[package]]7121name = "paste"7122version = "1.0.7"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71257126[[package]]7127name = "pbkdf2"7128version = "0.4.0"7129source = "registry+https://github.com/rust-lang/crates.io-index"7130checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7131dependencies = [7132 "crypto-mac 0.8.0",7133]71347135[[package]]7136name = "pbkdf2"7137version = "0.8.0"7138source = "registry+https://github.com/rust-lang/crates.io-index"7139checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7140dependencies = [7141 "crypto-mac 0.11.1",7142]71437144[[package]]7145name = "peeking_take_while"7146version = "0.1.2"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71497150[[package]]7151name = "percent-encoding"7152version = "1.0.1"7153source = "registry+https://github.com/rust-lang/crates.io-index"7154checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71557156[[package]]7157name = "percent-encoding"7158version = "2.1.0"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71617162[[package]]7163name = "pest"7164version = "2.1.3"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7167dependencies = [7168 "ucd-trie",7169]71707171[[package]]7172name = "pest_derive"7173version = "2.1.0"7174source = "registry+https://github.com/rust-lang/crates.io-index"7175checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7176dependencies = [7177 "pest",7178 "pest_generator",7179]71807181[[package]]7182name = "pest_generator"7183version = "2.1.3"7184source = "registry+https://github.com/rust-lang/crates.io-index"7185checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7186dependencies = [7187 "pest",7188 "pest_meta",7189 "proc-macro2",7190 "quote",7191 "syn",7192]71937194[[package]]7195name = "pest_meta"7196version = "2.1.3"7197source = "registry+https://github.com/rust-lang/crates.io-index"7198checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7199dependencies = [7200 "maplit",7201 "pest",7202 "sha-1 0.8.2",7203]72047205[[package]]7206name = "petgraph"7207version = "0.6.0"7208source = "registry+https://github.com/rust-lang/crates.io-index"7209checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7210dependencies = [7211 "fixedbitset",7212 "indexmap",7213]72147215[[package]]7216name = "pin-project"7217version = "0.4.29"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7220dependencies = [7221 "pin-project-internal 0.4.29",7222]72237224[[package]]7225name = "pin-project"7226version = "1.0.10"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7229dependencies = [7230 "pin-project-internal 1.0.10",7231]72327233[[package]]7234name = "pin-project-internal"7235version = "0.4.29"7236source = "registry+https://github.com/rust-lang/crates.io-index"7237checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7238dependencies = [7239 "proc-macro2",7240 "quote",7241 "syn",7242]72437244[[package]]7245name = "pin-project-internal"7246version = "1.0.10"7247source = "registry+https://github.com/rust-lang/crates.io-index"7248checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7249dependencies = [7250 "proc-macro2",7251 "quote",7252 "syn",7253]72547255[[package]]7256name = "pin-project-lite"7257version = "0.1.12"7258source = "registry+https://github.com/rust-lang/crates.io-index"7259checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72607261[[package]]7262name = "pin-project-lite"7263version = "0.2.8"7264source = "registry+https://github.com/rust-lang/crates.io-index"7265checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72667267[[package]]7268name = "pin-utils"7269version = "0.1.0"7270source = "registry+https://github.com/rust-lang/crates.io-index"7271checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72727273[[package]]7274name = "pkcs8"7275version = "0.8.0"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7278dependencies = [7279 "der",7280 "spki",7281 "zeroize",7282]72837284[[package]]7285name = "pkg-config"7286version = "0.3.24"7287source = "registry+https://github.com/rust-lang/crates.io-index"7288checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72897290[[package]]7291name = "platforms"7292version = "2.0.0"7293source = "registry+https://github.com/rust-lang/crates.io-index"7294checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72957296[[package]]7297name = "polkadot-approval-distribution"7298version = "0.9.18"7299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7300dependencies = [7301 "futures 0.3.21",7302 "polkadot-node-network-protocol",7303 "polkadot-node-primitives",7304 "polkadot-node-subsystem",7305 "polkadot-node-subsystem-util",7306 "polkadot-primitives",7307 "tracing",7308]73097310[[package]]7311name = "polkadot-availability-bitfield-distribution"7312version = "0.9.18"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7314dependencies = [7315 "futures 0.3.21",7316 "polkadot-node-network-protocol",7317 "polkadot-node-subsystem",7318 "polkadot-node-subsystem-util",7319 "polkadot-primitives",7320 "tracing",7321]73227323[[package]]7324name = "polkadot-availability-distribution"7325version = "0.9.18"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7327dependencies = [7328 "derive_more",7329 "fatality",7330 "futures 0.3.21",7331 "lru 0.7.3",7332 "parity-scale-codec",7333 "polkadot-erasure-coding",7334 "polkadot-node-network-protocol",7335 "polkadot-node-primitives",7336 "polkadot-node-subsystem",7337 "polkadot-node-subsystem-util",7338 "polkadot-primitives",7339 "rand 0.8.5",7340 "sp-core",7341 "sp-keystore",7342 "thiserror",7343 "tracing",7344]73457346[[package]]7347name = "polkadot-availability-recovery"7348version = "0.9.18"7349source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7350dependencies = [7351 "fatality",7352 "futures 0.3.21",7353 "lru 0.7.3",7354 "parity-scale-codec",7355 "polkadot-erasure-coding",7356 "polkadot-node-network-protocol",7357 "polkadot-node-primitives",7358 "polkadot-node-subsystem",7359 "polkadot-node-subsystem-util",7360 "polkadot-primitives",7361 "rand 0.8.5",7362 "sc-network",7363 "thiserror",7364 "tracing",7365]73667367[[package]]7368name = "polkadot-cli"7369version = "0.9.18"7370source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7371dependencies = [7372 "clap",7373 "frame-benchmarking-cli",7374 "futures 0.3.21",7375 "log",7376 "polkadot-node-core-pvf",7377 "polkadot-node-metrics",7378 "polkadot-performance-test",7379 "polkadot-service",7380 "sc-cli",7381 "sc-service",7382 "sc-tracing",7383 "sp-core",7384 "sp-trie",7385 "substrate-build-script-utils",7386 "thiserror",7387 "try-runtime-cli",7388]73897390[[package]]7391name = "polkadot-client"7392version = "0.9.18"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7394dependencies = [7395 "beefy-primitives",7396 "frame-benchmarking",7397 "frame-system-rpc-runtime-api",7398 "pallet-mmr-primitives",7399 "pallet-transaction-payment-rpc-runtime-api",7400 "polkadot-primitives",7401 "polkadot-runtime",7402 "sc-client-api",7403 "sc-consensus",7404 "sc-executor",7405 "sc-service",7406 "sp-api",7407 "sp-authority-discovery",7408 "sp-block-builder",7409 "sp-blockchain",7410 "sp-consensus",7411 "sp-consensus-babe",7412 "sp-finality-grandpa",7413 "sp-offchain",7414 "sp-runtime",7415 "sp-session",7416 "sp-storage",7417 "sp-transaction-pool",7418]74197420[[package]]7421name = "polkadot-collator-protocol"7422version = "0.9.18"7423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7424dependencies = [7425 "always-assert",7426 "fatality",7427 "futures 0.3.21",7428 "futures-timer",7429 "polkadot-node-network-protocol",7430 "polkadot-node-primitives",7431 "polkadot-node-subsystem",7432 "polkadot-node-subsystem-util",7433 "polkadot-primitives",7434 "sp-core",7435 "sp-keystore",7436 "sp-runtime",7437 "thiserror",7438 "tracing",7439]74407441[[package]]7442name = "polkadot-core-primitives"7443version = "0.9.18"7444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7445dependencies = [7446 "parity-scale-codec",7447 "parity-util-mem",7448 "scale-info",7449 "sp-core",7450 "sp-runtime",7451 "sp-std",7452]74537454[[package]]7455name = "polkadot-dispute-distribution"7456version = "0.9.18"7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7458dependencies = [7459 "derive_more",7460 "fatality",7461 "futures 0.3.21",7462 "lru 0.7.3",7463 "parity-scale-codec",7464 "polkadot-erasure-coding",7465 "polkadot-node-network-protocol",7466 "polkadot-node-primitives",7467 "polkadot-node-subsystem",7468 "polkadot-node-subsystem-util",7469 "polkadot-primitives",7470 "sc-network",7471 "sp-application-crypto",7472 "sp-keystore",7473 "thiserror",7474 "tracing",7475]74767477[[package]]7478name = "polkadot-erasure-coding"7479version = "0.9.18"7480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7481dependencies = [7482 "parity-scale-codec",7483 "polkadot-node-primitives",7484 "polkadot-primitives",7485 "reed-solomon-novelpoly",7486 "sp-core",7487 "sp-trie",7488 "thiserror",7489]74907491[[package]]7492name = "polkadot-gossip-support"7493version = "0.9.18"7494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7495dependencies = [7496 "futures 0.3.21",7497 "futures-timer",7498 "polkadot-node-network-protocol",7499 "polkadot-node-subsystem",7500 "polkadot-node-subsystem-util",7501 "polkadot-primitives",7502 "rand 0.8.5",7503 "rand_chacha 0.3.1",7504 "sc-network",7505 "sp-application-crypto",7506 "sp-core",7507 "sp-keystore",7508 "tracing",7509]75107511[[package]]7512name = "polkadot-network-bridge"7513version = "0.9.18"7514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7515dependencies = [7516 "async-trait",7517 "futures 0.3.21",7518 "parity-scale-codec",7519 "parking_lot 0.12.0",7520 "polkadot-node-network-protocol",7521 "polkadot-node-subsystem",7522 "polkadot-node-subsystem-util",7523 "polkadot-overseer",7524 "polkadot-primitives",7525 "sc-network",7526 "sp-consensus",7527 "tracing",7528]75297530[[package]]7531name = "polkadot-node-collation-generation"7532version = "0.9.18"7533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7534dependencies = [7535 "futures 0.3.21",7536 "parity-scale-codec",7537 "polkadot-erasure-coding",7538 "polkadot-node-primitives",7539 "polkadot-node-subsystem",7540 "polkadot-node-subsystem-util",7541 "polkadot-primitives",7542 "sp-core",7543 "sp-maybe-compressed-blob",7544 "thiserror",7545 "tracing",7546]75477548[[package]]7549name = "polkadot-node-core-approval-voting"7550version = "0.9.18"7551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7552dependencies = [7553 "bitvec",7554 "derive_more",7555 "futures 0.3.21",7556 "futures-timer",7557 "kvdb",7558 "lru 0.7.3",7559 "merlin",7560 "parity-scale-codec",7561 "polkadot-node-jaeger",7562 "polkadot-node-primitives",7563 "polkadot-node-subsystem",7564 "polkadot-node-subsystem-util",7565 "polkadot-overseer",7566 "polkadot-primitives",7567 "sc-keystore",7568 "schnorrkel",7569 "sp-application-crypto",7570 "sp-consensus",7571 "sp-consensus-slots",7572 "sp-runtime",7573 "tracing",7574]75757576[[package]]7577name = "polkadot-node-core-av-store"7578version = "0.9.18"7579source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7580dependencies = [7581 "bitvec",7582 "futures 0.3.21",7583 "futures-timer",7584 "kvdb",7585 "parity-scale-codec",7586 "polkadot-erasure-coding",7587 "polkadot-node-primitives",7588 "polkadot-node-subsystem",7589 "polkadot-node-subsystem-util",7590 "polkadot-overseer",7591 "polkadot-primitives",7592 "thiserror",7593 "tracing",7594]75957596[[package]]7597name = "polkadot-node-core-backing"7598version = "0.9.18"7599source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7600dependencies = [7601 "bitvec",7602 "futures 0.3.21",7603 "polkadot-erasure-coding",7604 "polkadot-node-primitives",7605 "polkadot-node-subsystem",7606 "polkadot-node-subsystem-util",7607 "polkadot-primitives",7608 "polkadot-statement-table",7609 "sp-keystore",7610 "thiserror",7611 "tracing",7612]76137614[[package]]7615name = "polkadot-node-core-bitfield-signing"7616version = "0.9.18"7617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7618dependencies = [7619 "futures 0.3.21",7620 "polkadot-node-subsystem",7621 "polkadot-node-subsystem-util",7622 "polkadot-primitives",7623 "sp-keystore",7624 "thiserror",7625 "tracing",7626 "wasm-timer",7627]76287629[[package]]7630name = "polkadot-node-core-candidate-validation"7631version = "0.9.18"7632source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7633dependencies = [7634 "async-trait",7635 "futures 0.3.21",7636 "parity-scale-codec",7637 "polkadot-node-core-pvf",7638 "polkadot-node-primitives",7639 "polkadot-node-subsystem",7640 "polkadot-node-subsystem-util",7641 "polkadot-parachain",7642 "polkadot-primitives",7643 "sp-maybe-compressed-blob",7644 "tracing",7645]76467647[[package]]7648name = "polkadot-node-core-chain-api"7649version = "0.9.18"7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7651dependencies = [7652 "futures 0.3.21",7653 "polkadot-node-subsystem",7654 "polkadot-node-subsystem-util",7655 "polkadot-primitives",7656 "sc-client-api",7657 "sc-consensus-babe",7658 "sp-blockchain",7659 "tracing",7660]76617662[[package]]7663name = "polkadot-node-core-chain-selection"7664version = "0.9.18"7665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7666dependencies = [7667 "futures 0.3.21",7668 "futures-timer",7669 "kvdb",7670 "parity-scale-codec",7671 "polkadot-node-primitives",7672 "polkadot-node-subsystem",7673 "polkadot-node-subsystem-util",7674 "polkadot-primitives",7675 "thiserror",7676 "tracing",7677]76787679[[package]]7680name = "polkadot-node-core-dispute-coordinator"7681version = "0.9.18"7682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7683dependencies = [7684 "fatality",7685 "futures 0.3.21",7686 "kvdb",7687 "lru 0.7.3",7688 "parity-scale-codec",7689 "polkadot-node-primitives",7690 "polkadot-node-subsystem",7691 "polkadot-node-subsystem-util",7692 "polkadot-primitives",7693 "sc-keystore",7694 "thiserror",7695 "tracing",7696]76977698[[package]]7699name = "polkadot-node-core-parachains-inherent"7700version = "0.9.18"7701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7702dependencies = [7703 "async-trait",7704 "futures 0.3.21",7705 "futures-timer",7706 "polkadot-node-subsystem",7707 "polkadot-primitives",7708 "sp-blockchain",7709 "sp-inherents",7710 "sp-runtime",7711 "thiserror",7712 "tracing",7713]77147715[[package]]7716name = "polkadot-node-core-provisioner"7717version = "0.9.18"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7719dependencies = [7720 "bitvec",7721 "futures 0.3.21",7722 "futures-timer",7723 "polkadot-node-primitives",7724 "polkadot-node-subsystem",7725 "polkadot-node-subsystem-util",7726 "polkadot-primitives",7727 "rand 0.8.5",7728 "thiserror",7729 "tracing",7730]77317732[[package]]7733name = "polkadot-node-core-pvf"7734version = "0.9.18"7735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7736dependencies = [7737 "always-assert",7738 "assert_matches",7739 "async-process",7740 "async-std",7741 "futures 0.3.21",7742 "futures-timer",7743 "parity-scale-codec",7744 "pin-project 1.0.10",7745 "polkadot-core-primitives",7746 "polkadot-node-subsystem-util",7747 "polkadot-parachain",7748 "rand 0.8.5",7749 "sc-executor",7750 "sc-executor-common",7751 "sc-executor-wasmtime",7752 "slotmap",7753 "sp-core",7754 "sp-externalities",7755 "sp-io",7756 "sp-maybe-compressed-blob",7757 "sp-tracing",7758 "sp-wasm-interface",7759 "tracing",7760]77617762[[package]]7763name = "polkadot-node-core-pvf-checker"7764version = "0.9.18"7765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7766dependencies = [7767 "futures 0.3.21",7768 "polkadot-node-primitives",7769 "polkadot-node-subsystem",7770 "polkadot-node-subsystem-util",7771 "polkadot-overseer",7772 "polkadot-primitives",7773 "sp-keystore",7774 "thiserror",7775 "tracing",7776]77777778[[package]]7779name = "polkadot-node-core-runtime-api"7780version = "0.9.18"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7782dependencies = [7783 "futures 0.3.21",7784 "memory-lru",7785 "parity-util-mem",7786 "polkadot-node-subsystem",7787 "polkadot-node-subsystem-util",7788 "polkadot-primitives",7789 "sp-api",7790 "sp-authority-discovery",7791 "sp-consensus-babe",7792 "sp-core",7793 "tracing",7794]77957796[[package]]7797name = "polkadot-node-jaeger"7798version = "0.9.18"7799source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7800dependencies = [7801 "async-std",7802 "lazy_static",7803 "log",7804 "mick-jaeger",7805 "parity-scale-codec",7806 "parking_lot 0.12.0",7807 "polkadot-node-primitives",7808 "polkadot-primitives",7809 "sc-network",7810 "sp-core",7811 "thiserror",7812]78137814[[package]]7815name = "polkadot-node-metrics"7816version = "0.9.18"7817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7818dependencies = [7819 "bs58",7820 "futures 0.3.21",7821 "futures-timer",7822 "log",7823 "metered-channel",7824 "parity-scale-codec",7825 "polkadot-primitives",7826 "sc-cli",7827 "sc-service",7828 "sc-tracing",7829 "substrate-prometheus-endpoint",7830 "tracing",7831]78327833[[package]]7834name = "polkadot-node-network-protocol"7835version = "0.9.18"7836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7837dependencies = [7838 "async-trait",7839 "fatality",7840 "futures 0.3.21",7841 "parity-scale-codec",7842 "polkadot-node-jaeger",7843 "polkadot-node-primitives",7844 "polkadot-primitives",7845 "sc-authority-discovery",7846 "sc-network",7847 "strum 0.24.0",7848 "thiserror",7849]78507851[[package]]7852name = "polkadot-node-primitives"7853version = "0.9.18"7854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7855dependencies = [7856 "bounded-vec",7857 "futures 0.3.21",7858 "parity-scale-codec",7859 "polkadot-parachain",7860 "polkadot-primitives",7861 "schnorrkel",7862 "serde",7863 "sp-application-crypto",7864 "sp-consensus-babe",7865 "sp-consensus-vrf",7866 "sp-core",7867 "sp-keystore",7868 "sp-maybe-compressed-blob",7869 "thiserror",7870 "zstd",7871]78727873[[package]]7874name = "polkadot-node-subsystem"7875version = "0.9.18"7876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7877dependencies = [7878 "polkadot-node-jaeger",7879 "polkadot-node-subsystem-types",7880 "polkadot-overseer",7881]78827883[[package]]7884name = "polkadot-node-subsystem-types"7885version = "0.9.18"7886source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7887dependencies = [7888 "derive_more",7889 "futures 0.3.21",7890 "polkadot-node-jaeger",7891 "polkadot-node-network-protocol",7892 "polkadot-node-primitives",7893 "polkadot-overseer-gen",7894 "polkadot-primitives",7895 "polkadot-statement-table",7896 "sc-network",7897 "smallvec",7898 "substrate-prometheus-endpoint",7899 "thiserror",7900]79017902[[package]]7903name = "polkadot-node-subsystem-util"7904version = "0.9.18"7905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7906dependencies = [7907 "async-trait",7908 "derive_more",7909 "fatality",7910 "futures 0.3.21",7911 "itertools",7912 "kvdb",7913 "lru 0.7.3",7914 "metered-channel",7915 "parity-db",7916 "parity-scale-codec",7917 "parity-util-mem",7918 "parking_lot 0.11.2",7919 "pin-project 1.0.10",7920 "polkadot-node-jaeger",7921 "polkadot-node-metrics",7922 "polkadot-node-network-protocol",7923 "polkadot-node-primitives",7924 "polkadot-node-subsystem",7925 "polkadot-overseer",7926 "polkadot-primitives",7927 "rand 0.8.5",7928 "sp-application-crypto",7929 "sp-core",7930 "sp-keystore",7931 "thiserror",7932 "tracing",7933]79347935[[package]]7936name = "polkadot-overseer"7937version = "0.9.18"7938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7939dependencies = [7940 "futures 0.3.21",7941 "futures-timer",7942 "lru 0.7.3",7943 "parity-util-mem",7944 "parking_lot 0.12.0",7945 "polkadot-node-metrics",7946 "polkadot-node-network-protocol",7947 "polkadot-node-primitives",7948 "polkadot-node-subsystem-types",7949 "polkadot-overseer-gen",7950 "polkadot-primitives",7951 "sc-client-api",7952 "sp-api",7953 "tracing",7954]79557956[[package]]7957name = "polkadot-overseer-gen"7958version = "0.9.18"7959source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7960dependencies = [7961 "async-trait",7962 "futures 0.3.21",7963 "futures-timer",7964 "metered-channel",7965 "pin-project 1.0.10",7966 "polkadot-node-network-protocol",7967 "polkadot-node-primitives",7968 "polkadot-overseer-gen-proc-macro",7969 "thiserror",7970 "tracing",7971]79727973[[package]]7974name = "polkadot-overseer-gen-proc-macro"7975version = "0.9.18"7976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7977dependencies = [7978 "expander 0.0.5",7979 "proc-macro-crate 1.1.3",7980 "proc-macro2",7981 "quote",7982 "syn",7983]79847985[[package]]7986name = "polkadot-parachain"7987version = "0.9.18"7988source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7989dependencies = [7990 "derive_more",7991 "frame-support",7992 "parity-scale-codec",7993 "parity-util-mem",7994 "polkadot-core-primitives",7995 "scale-info",7996 "serde",7997 "sp-core",7998 "sp-runtime",7999 "sp-std",8000]80018002[[package]]8003name = "polkadot-performance-test"8004version = "0.9.18"8005source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8006dependencies = [8007 "env_logger",8008 "kusama-runtime",8009 "log",8010 "polkadot-erasure-coding",8011 "polkadot-node-core-pvf",8012 "polkadot-node-primitives",8013 "quote",8014 "thiserror",8015]80168017[[package]]8018name = "polkadot-primitives"8019version = "0.9.18"8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8021dependencies = [8022 "bitvec",8023 "frame-system",8024 "hex-literal",8025 "parity-scale-codec",8026 "parity-util-mem",8027 "polkadot-core-primitives",8028 "polkadot-parachain",8029 "scale-info",8030 "serde",8031 "sp-api",8032 "sp-application-crypto",8033 "sp-arithmetic",8034 "sp-authority-discovery",8035 "sp-consensus-slots",8036 "sp-core",8037 "sp-inherents",8038 "sp-io",8039 "sp-keystore",8040 "sp-runtime",8041 "sp-staking",8042 "sp-std",8043 "sp-trie",8044 "sp-version",8045]80468047[[package]]8048name = "polkadot-rpc"8049version = "0.9.18"8050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8051dependencies = [8052 "beefy-gadget",8053 "beefy-gadget-rpc",8054 "jsonrpc-core",8055 "pallet-mmr-rpc",8056 "pallet-transaction-payment-rpc",8057 "polkadot-primitives",8058 "sc-chain-spec",8059 "sc-client-api",8060 "sc-consensus-babe",8061 "sc-consensus-babe-rpc",8062 "sc-consensus-epochs",8063 "sc-finality-grandpa",8064 "sc-finality-grandpa-rpc",8065 "sc-rpc",8066 "sc-sync-state-rpc",8067 "sc-transaction-pool-api",8068 "sp-api",8069 "sp-block-builder",8070 "sp-blockchain",8071 "sp-consensus",8072 "sp-consensus-babe",8073 "sp-keystore",8074 "sp-runtime",8075 "substrate-frame-rpc-system",8076]80778078[[package]]8079name = "polkadot-runtime"8080version = "0.9.18"8081source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8082dependencies = [8083 "beefy-primitives",8084 "bitvec",8085 "frame-benchmarking",8086 "frame-election-provider-support",8087 "frame-executive",8088 "frame-support",8089 "frame-system",8090 "frame-system-benchmarking",8091 "frame-system-rpc-runtime-api",8092 "frame-try-runtime",8093 "hex-literal",8094 "log",8095 "pallet-authority-discovery",8096 "pallet-authorship",8097 "pallet-babe",8098 "pallet-bags-list",8099 "pallet-balances",8100 "pallet-bounties",8101 "pallet-collective",8102 "pallet-democracy",8103 "pallet-election-provider-multi-phase",8104 "pallet-elections-phragmen",8105 "pallet-grandpa",8106 "pallet-identity",8107 "pallet-im-online",8108 "pallet-indices",8109 "pallet-membership",8110 "pallet-mmr-primitives",8111 "pallet-multisig",8112 "pallet-nicks",8113 "pallet-offences",8114 "pallet-offences-benchmarking",8115 "pallet-preimage",8116 "pallet-proxy",8117 "pallet-scheduler",8118 "pallet-session",8119 "pallet-session-benchmarking",8120 "pallet-staking",8121 "pallet-staking-reward-curve",8122 "pallet-timestamp",8123 "pallet-tips",8124 "pallet-transaction-payment",8125 "pallet-transaction-payment-rpc-runtime-api",8126 "pallet-treasury",8127 "pallet-utility",8128 "pallet-vesting",8129 "pallet-xcm",8130 "parity-scale-codec",8131 "polkadot-primitives",8132 "polkadot-runtime-common",8133 "polkadot-runtime-constants",8134 "polkadot-runtime-parachains",8135 "rustc-hex",8136 "scale-info",8137 "serde",8138 "serde_derive",8139 "smallvec",8140 "sp-api",8141 "sp-authority-discovery",8142 "sp-block-builder",8143 "sp-consensus-babe",8144 "sp-core",8145 "sp-inherents",8146 "sp-io",8147 "sp-npos-elections",8148 "sp-offchain",8149 "sp-runtime",8150 "sp-session",8151 "sp-staking",8152 "sp-std",8153 "sp-transaction-pool",8154 "sp-version",8155 "static_assertions",8156 "substrate-wasm-builder",8157 "xcm",8158 "xcm-builder",8159 "xcm-executor",8160]81618162[[package]]8163name = "polkadot-runtime-common"8164version = "0.9.18"8165source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8166dependencies = [8167 "beefy-primitives",8168 "bitvec",8169 "frame-benchmarking",8170 "frame-election-provider-support",8171 "frame-support",8172 "frame-system",8173 "impl-trait-for-tuples",8174 "libsecp256k1 0.7.0",8175 "log",8176 "pallet-authorship",8177 "pallet-babe",8178 "pallet-bags-list",8179 "pallet-balances",8180 "pallet-beefy-mmr",8181 "pallet-election-provider-multi-phase",8182 "pallet-session",8183 "pallet-staking",8184 "pallet-timestamp",8185 "pallet-transaction-payment",8186 "pallet-treasury",8187 "pallet-vesting",8188 "parity-scale-codec",8189 "polkadot-primitives",8190 "polkadot-runtime-parachains",8191 "rustc-hex",8192 "scale-info",8193 "serde",8194 "serde_derive",8195 "slot-range-helper",8196 "sp-api",8197 "sp-core",8198 "sp-inherents",8199 "sp-io",8200 "sp-npos-elections",8201 "sp-runtime",8202 "sp-session",8203 "sp-staking",8204 "sp-std",8205 "static_assertions",8206 "xcm",8207]82088209[[package]]8210name = "polkadot-runtime-constants"8211version = "0.9.18"8212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8213dependencies = [8214 "frame-support",8215 "polkadot-primitives",8216 "polkadot-runtime-common",8217 "smallvec",8218 "sp-runtime",8219]82208221[[package]]8222name = "polkadot-runtime-metrics"8223version = "0.9.18"8224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8225dependencies = [8226 "bs58",8227 "parity-scale-codec",8228 "polkadot-primitives",8229 "sp-std",8230 "sp-tracing",8231]82328233[[package]]8234name = "polkadot-runtime-parachains"8235version = "0.9.18"8236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8237dependencies = [8238 "bitflags",8239 "bitvec",8240 "derive_more",8241 "frame-benchmarking",8242 "frame-support",8243 "frame-system",8244 "log",8245 "pallet-authority-discovery",8246 "pallet-authorship",8247 "pallet-babe",8248 "pallet-balances",8249 "pallet-session",8250 "pallet-staking",8251 "pallet-timestamp",8252 "pallet-vesting",8253 "parity-scale-codec",8254 "polkadot-primitives",8255 "polkadot-runtime-metrics",8256 "rand 0.8.5",8257 "rand_chacha 0.3.1",8258 "rustc-hex",8259 "scale-info",8260 "serde",8261 "sp-api",8262 "sp-core",8263 "sp-inherents",8264 "sp-io",8265 "sp-keystore",8266 "sp-runtime",8267 "sp-session",8268 "sp-staking",8269 "sp-std",8270 "static_assertions",8271 "xcm",8272 "xcm-executor",8273]82748275[[package]]8276name = "polkadot-service"8277version = "0.9.18"8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8279dependencies = [8280 "async-trait",8281 "beefy-gadget",8282 "beefy-primitives",8283 "frame-system-rpc-runtime-api",8284 "futures 0.3.21",8285 "hex-literal",8286 "kusama-runtime",8287 "kvdb",8288 "kvdb-rocksdb",8289 "lru 0.7.3",8290 "pallet-babe",8291 "pallet-im-online",8292 "pallet-mmr-primitives",8293 "pallet-staking",8294 "pallet-transaction-payment-rpc-runtime-api",8295 "parity-db",8296 "polkadot-approval-distribution",8297 "polkadot-availability-bitfield-distribution",8298 "polkadot-availability-distribution",8299 "polkadot-availability-recovery",8300 "polkadot-client",8301 "polkadot-collator-protocol",8302 "polkadot-dispute-distribution",8303 "polkadot-gossip-support",8304 "polkadot-network-bridge",8305 "polkadot-node-collation-generation",8306 "polkadot-node-core-approval-voting",8307 "polkadot-node-core-av-store",8308 "polkadot-node-core-backing",8309 "polkadot-node-core-bitfield-signing",8310 "polkadot-node-core-candidate-validation",8311 "polkadot-node-core-chain-api",8312 "polkadot-node-core-chain-selection",8313 "polkadot-node-core-dispute-coordinator",8314 "polkadot-node-core-parachains-inherent",8315 "polkadot-node-core-provisioner",8316 "polkadot-node-core-pvf-checker",8317 "polkadot-node-core-runtime-api",8318 "polkadot-node-network-protocol",8319 "polkadot-node-primitives",8320 "polkadot-node-subsystem",8321 "polkadot-node-subsystem-util",8322 "polkadot-overseer",8323 "polkadot-parachain",8324 "polkadot-primitives",8325 "polkadot-rpc",8326 "polkadot-runtime",8327 "polkadot-runtime-constants",8328 "polkadot-runtime-parachains",8329 "polkadot-statement-distribution",8330 "rococo-runtime",8331 "sc-authority-discovery",8332 "sc-basic-authorship",8333 "sc-block-builder",8334 "sc-chain-spec",8335 "sc-client-api",8336 "sc-client-db",8337 "sc-consensus",8338 "sc-consensus-babe",8339 "sc-consensus-slots",8340 "sc-consensus-uncles",8341 "sc-executor",8342 "sc-finality-grandpa",8343 "sc-keystore",8344 "sc-network",8345 "sc-offchain",8346 "sc-service",8347 "sc-sync-state-rpc",8348 "sc-telemetry",8349 "sc-transaction-pool",8350 "serde",8351 "sp-api",8352 "sp-authority-discovery",8353 "sp-block-builder",8354 "sp-blockchain",8355 "sp-consensus",8356 "sp-consensus-babe",8357 "sp-core",8358 "sp-finality-grandpa",8359 "sp-inherents",8360 "sp-io",8361 "sp-keystore",8362 "sp-offchain",8363 "sp-runtime",8364 "sp-session",8365 "sp-state-machine",8366 "sp-storage",8367 "sp-timestamp",8368 "sp-transaction-pool",8369 "sp-trie",8370 "substrate-prometheus-endpoint",8371 "thiserror",8372 "tracing",8373 "westend-runtime",8374]83758376[[package]]8377name = "polkadot-statement-distribution"8378version = "0.9.18"8379source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8380dependencies = [8381 "arrayvec 0.5.2",8382 "fatality",8383 "futures 0.3.21",8384 "indexmap",8385 "parity-scale-codec",8386 "polkadot-node-network-protocol",8387 "polkadot-node-primitives",8388 "polkadot-node-subsystem",8389 "polkadot-node-subsystem-util",8390 "polkadot-primitives",8391 "sp-keystore",8392 "sp-staking",8393 "thiserror",8394 "tracing",8395]83968397[[package]]8398name = "polkadot-statement-table"8399version = "0.9.18"8400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8401dependencies = [8402 "parity-scale-codec",8403 "polkadot-primitives",8404 "sp-core",8405]84068407[[package]]8408name = "polkadot-test-runtime"8409version = "0.9.18"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8411dependencies = [8412 "beefy-primitives",8413 "bitvec",8414 "frame-election-provider-support",8415 "frame-executive",8416 "frame-support",8417 "frame-system",8418 "frame-system-rpc-runtime-api",8419 "log",8420 "pallet-authority-discovery",8421 "pallet-authorship",8422 "pallet-babe",8423 "pallet-balances",8424 "pallet-grandpa",8425 "pallet-indices",8426 "pallet-mmr-primitives",8427 "pallet-nicks",8428 "pallet-offences",8429 "pallet-session",8430 "pallet-staking",8431 "pallet-staking-reward-curve",8432 "pallet-sudo",8433 "pallet-timestamp",8434 "pallet-transaction-payment",8435 "pallet-transaction-payment-rpc-runtime-api",8436 "pallet-vesting",8437 "pallet-xcm",8438 "parity-scale-codec",8439 "polkadot-parachain",8440 "polkadot-primitives",8441 "polkadot-runtime-common",8442 "polkadot-runtime-parachains",8443 "rustc-hex",8444 "scale-info",8445 "serde",8446 "serde_derive",8447 "smallvec",8448 "sp-api",8449 "sp-authority-discovery",8450 "sp-block-builder",8451 "sp-consensus-babe",8452 "sp-core",8453 "sp-inherents",8454 "sp-io",8455 "sp-offchain",8456 "sp-runtime",8457 "sp-session",8458 "sp-staking",8459 "sp-std",8460 "sp-transaction-pool",8461 "sp-version",8462 "substrate-wasm-builder",8463 "test-runtime-constants",8464 "xcm",8465 "xcm-builder",8466 "xcm-executor",8467]84688469[[package]]8470name = "polkadot-test-service"8471version = "0.9.18"8472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8473dependencies = [8474 "frame-benchmarking",8475 "frame-system",8476 "futures 0.1.31",8477 "futures 0.3.21",8478 "hex",8479 "pallet-balances",8480 "pallet-staking",8481 "pallet-transaction-payment",8482 "polkadot-node-primitives",8483 "polkadot-node-subsystem",8484 "polkadot-overseer",8485 "polkadot-parachain",8486 "polkadot-primitives",8487 "polkadot-rpc",8488 "polkadot-runtime-common",8489 "polkadot-runtime-parachains",8490 "polkadot-service",8491 "polkadot-test-runtime",8492 "rand 0.8.5",8493 "sc-authority-discovery",8494 "sc-chain-spec",8495 "sc-cli",8496 "sc-client-api",8497 "sc-consensus",8498 "sc-consensus-babe",8499 "sc-executor",8500 "sc-finality-grandpa",8501 "sc-network",8502 "sc-service",8503 "sc-tracing",8504 "sc-transaction-pool",8505 "sp-arithmetic",8506 "sp-authority-discovery",8507 "sp-blockchain",8508 "sp-consensus",8509 "sp-consensus-babe",8510 "sp-core",8511 "sp-finality-grandpa",8512 "sp-inherents",8513 "sp-keyring",8514 "sp-runtime",8515 "sp-state-machine",8516 "substrate-test-client",8517 "tempfile",8518 "test-runtime-constants",8519 "tokio 1.17.0",8520 "tracing",8521]85228523[[package]]8524name = "polling"8525version = "2.2.0"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8528dependencies = [8529 "cfg-if 1.0.0",8530 "libc",8531 "log",8532 "wepoll-ffi",8533 "winapi 0.3.9",8534]85358536[[package]]8537name = "poly1305"8538version = "0.7.2"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8541dependencies = [8542 "cpufeatures 0.2.2",8543 "opaque-debug 0.3.0",8544 "universal-hash",8545]85468547[[package]]8548name = "polyval"8549version = "0.5.3"8550source = "registry+https://github.com/rust-lang/crates.io-index"8551checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8552dependencies = [8553 "cfg-if 1.0.0",8554 "cpufeatures 0.2.2",8555 "opaque-debug 0.3.0",8556 "universal-hash",8557]85588559[[package]]8560name = "ppv-lite86"8561version = "0.2.16"8562source = "registry+https://github.com/rust-lang/crates.io-index"8563checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85648565[[package]]8566name = "primitive-types"8567version = "0.11.1"8568source = "registry+https://github.com/rust-lang/crates.io-index"8569checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8570dependencies = [8571 "fixed-hash",8572 "impl-codec",8573 "impl-rlp",8574 "impl-serde",8575 "scale-info",8576 "uint",8577]85788579[[package]]8580name = "proc-macro-crate"8581version = "0.1.5"8582source = "registry+https://github.com/rust-lang/crates.io-index"8583checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8584dependencies = [8585 "toml",8586]85878588[[package]]8589name = "proc-macro-crate"8590version = "1.1.3"8591source = "registry+https://github.com/rust-lang/crates.io-index"8592checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8593dependencies = [8594 "thiserror",8595 "toml",8596]85978598[[package]]8599name = "proc-macro-error"8600version = "1.0.4"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8603dependencies = [8604 "proc-macro-error-attr",8605 "proc-macro2",8606 "quote",8607 "syn",8608 "version_check",8609]86108611[[package]]8612name = "proc-macro-error-attr"8613version = "1.0.4"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8616dependencies = [8617 "proc-macro2",8618 "quote",8619 "version_check",8620]86218622[[package]]8623name = "proc-macro2"8624version = "1.0.36"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8627dependencies = [8628 "unicode-xid",8629]86308631[[package]]8632name = "prometheus"8633version = "0.13.0"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8636dependencies = [8637 "cfg-if 1.0.0",8638 "fnv",8639 "lazy_static",8640 "memchr",8641 "parking_lot 0.11.2",8642 "thiserror",8643]86448645[[package]]8646name = "prost"8647version = "0.9.0"8648source = "registry+https://github.com/rust-lang/crates.io-index"8649checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8650dependencies = [8651 "bytes 1.1.0",8652 "prost-derive",8653]86548655[[package]]8656name = "prost-build"8657version = "0.9.0"8658source = "registry+https://github.com/rust-lang/crates.io-index"8659checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8660dependencies = [8661 "bytes 1.1.0",8662 "heck 0.3.3",8663 "itertools",8664 "lazy_static",8665 "log",8666 "multimap",8667 "petgraph",8668 "prost",8669 "prost-types",8670 "regex",8671 "tempfile",8672 "which",8673]86748675[[package]]8676name = "prost-derive"8677version = "0.9.0"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8680dependencies = [8681 "anyhow",8682 "itertools",8683 "proc-macro2",8684 "quote",8685 "syn",8686]86878688[[package]]8689name = "prost-types"8690version = "0.9.0"8691source = "registry+https://github.com/rust-lang/crates.io-index"8692checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8693dependencies = [8694 "bytes 1.1.0",8695 "prost",8696]86978698[[package]]8699name = "psm"8700version = "0.1.17"8701source = "registry+https://github.com/rust-lang/crates.io-index"8702checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8703dependencies = [8704 "cc",8705]87068707[[package]]8708name = "quartz-runtime"8709version = "0.1.0"8710dependencies = [8711 "cumulus-pallet-aura-ext",8712 "cumulus-pallet-dmp-queue",8713 "cumulus-pallet-parachain-system",8714 "cumulus-pallet-xcm",8715 "cumulus-pallet-xcmp-queue",8716 "cumulus-primitives-core",8717 "cumulus-primitives-timestamp",8718 "cumulus-primitives-utility",8719 "derivative",8720 "fp-evm-mapping",8721 "fp-rpc",8722 "fp-self-contained",8723 "frame-benchmarking",8724 "frame-executive",8725 "frame-support",8726 "frame-system",8727 "frame-system-benchmarking",8728 "frame-system-rpc-runtime-api",8729 "hex-literal",8730 "orml-vesting",8731 "pallet-aura",8732 "pallet-balances",8733 "pallet-base-fee",8734 "pallet-common",8735 "pallet-ethereum",8736 "pallet-evm",8737 "pallet-evm-coder-substrate",8738 "pallet-evm-contract-helpers",8739 "pallet-evm-migration",8740 "pallet-evm-transaction-payment",8741 "pallet-fungible",8742 "pallet-inflation",8743 "pallet-nonfungible",8744 "pallet-randomness-collective-flip",8745 "pallet-refungible",8746 "pallet-sudo",8747 "pallet-template-transaction-payment",8748 "pallet-timestamp",8749 "pallet-transaction-payment",8750 "pallet-transaction-payment-rpc-runtime-api",8751 "pallet-treasury",8752 "pallet-unique",8753 "pallet-unq-scheduler",8754 "pallet-xcm",8755 "parachain-info",8756 "parity-scale-codec",8757 "polkadot-parachain",8758 "scale-info",8759 "serde",8760 "smallvec",8761 "sp-api",8762 "sp-arithmetic",8763 "sp-block-builder",8764 "sp-consensus-aura",8765 "sp-core",8766 "sp-inherents",8767 "sp-io",8768 "sp-offchain",8769 "sp-runtime",8770 "sp-session",8771 "sp-std",8772 "sp-transaction-pool",8773 "sp-version",8774 "substrate-wasm-builder",8775 "unique-runtime-common",8776 "up-data-structs",8777 "up-rpc",8778 "xcm",8779 "xcm-builder",8780 "xcm-executor",8781]87828783[[package]]8784name = "quick-error"8785version = "1.2.3"8786source = "registry+https://github.com/rust-lang/crates.io-index"8787checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87888789[[package]]8790name = "quick-error"8791version = "2.0.1"8792source = "registry+https://github.com/rust-lang/crates.io-index"8793checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87948795[[package]]8796name = "quicksink"8797version = "0.1.2"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8800dependencies = [8801 "futures-core",8802 "futures-sink",8803 "pin-project-lite 0.1.12",8804]88058806[[package]]8807name = "quote"8808version = "1.0.17"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8811dependencies = [8812 "proc-macro2",8813]88148815[[package]]8816name = "radium"8817version = "0.7.0"8818source = "registry+https://github.com/rust-lang/crates.io-index"8819checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88208821[[package]]8822name = "rand"8823version = "0.7.3"8824source = "registry+https://github.com/rust-lang/crates.io-index"8825checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8826dependencies = [8827 "getrandom 0.1.16",8828 "libc",8829 "rand_chacha 0.2.2",8830 "rand_core 0.5.1",8831 "rand_hc",8832 "rand_pcg",8833]88348835[[package]]8836name = "rand"8837version = "0.8.5"8838source = "registry+https://github.com/rust-lang/crates.io-index"8839checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8840dependencies = [8841 "libc",8842 "rand_chacha 0.3.1",8843 "rand_core 0.6.3",8844]88458846[[package]]8847name = "rand_chacha"8848version = "0.2.2"8849source = "registry+https://github.com/rust-lang/crates.io-index"8850checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8851dependencies = [8852 "ppv-lite86",8853 "rand_core 0.5.1",8854]88558856[[package]]8857name = "rand_chacha"8858version = "0.3.1"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8861dependencies = [8862 "ppv-lite86",8863 "rand_core 0.6.3",8864]88658866[[package]]8867name = "rand_core"8868version = "0.5.1"8869source = "registry+https://github.com/rust-lang/crates.io-index"8870checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8871dependencies = [8872 "getrandom 0.1.16",8873]88748875[[package]]8876name = "rand_core"8877version = "0.6.3"8878source = "registry+https://github.com/rust-lang/crates.io-index"8879checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8880dependencies = [8881 "getrandom 0.2.6",8882]88838884[[package]]8885name = "rand_distr"8886version = "0.4.3"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8889dependencies = [8890 "num-traits",8891 "rand 0.8.5",8892]88938894[[package]]8895name = "rand_hc"8896version = "0.2.0"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8899dependencies = [8900 "rand_core 0.5.1",8901]89028903[[package]]8904name = "rand_pcg"8905version = "0.2.1"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8908dependencies = [8909 "rand_core 0.5.1",8910]89118912[[package]]8913name = "rawpointer"8914version = "0.2.1"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89178918[[package]]8919name = "rayon"8920version = "1.5.1"8921source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8923dependencies = [8924 "autocfg",8925 "crossbeam-deque",8926 "either",8927 "rayon-core",8928]89298930[[package]]8931name = "rayon-core"8932version = "1.9.1"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8935dependencies = [8936 "crossbeam-channel",8937 "crossbeam-deque",8938 "crossbeam-utils",8939 "lazy_static",8940 "num_cpus",8941]89428943[[package]]8944name = "redox_syscall"8945version = "0.2.12"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"8948dependencies = [8949 "bitflags",8950]89518952[[package]]8953name = "redox_users"8954version = "0.4.2"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8957dependencies = [8958 "getrandom 0.2.6",8959 "redox_syscall",8960 "thiserror",8961]89628963[[package]]8964name = "reed-solomon-novelpoly"8965version = "1.0.0"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8968dependencies = [8969 "derive_more",8970 "fs-err",8971 "itertools",8972 "static_init",8973 "thiserror",8974]89758976[[package]]8977name = "ref-cast"8978version = "1.0.6"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8981dependencies = [8982 "ref-cast-impl",8983]89848985[[package]]8986name = "ref-cast-impl"8987version = "1.0.6"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8990dependencies = [8991 "proc-macro2",8992 "quote",8993 "syn",8994]89958996[[package]]8997name = "regalloc"8998version = "0.0.33"8999source = "registry+https://github.com/rust-lang/crates.io-index"9000checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9001dependencies = [9002 "log",9003 "rustc-hash",9004 "smallvec",9005]90069007[[package]]9008name = "regex"9009version = "1.5.5"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9012dependencies = [9013 "aho-corasick",9014 "memchr",9015 "regex-syntax",9016]90179018[[package]]9019name = "regex-automata"9020version = "0.1.10"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9023dependencies = [9024 "regex-syntax",9025]90269027[[package]]9028name = "regex-syntax"9029version = "0.6.25"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90329033[[package]]9034name = "region"9035version = "2.2.0"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9038dependencies = [9039 "bitflags",9040 "libc",9041 "mach",9042 "winapi 0.3.9",9043]90449045[[package]]9046name = "remote-externalities"9047version = "0.10.0-dev"9048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9049dependencies = [9050 "env_logger",9051 "jsonrpsee 0.8.0",9052 "log",9053 "parity-scale-codec",9054 "serde",9055 "serde_json",9056 "sp-core",9057 "sp-io",9058 "sp-runtime",9059 "sp-version",9060]90619062[[package]]9063name = "remove_dir_all"9064version = "0.5.3"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9067dependencies = [9068 "winapi 0.3.9",9069]90709071[[package]]9072name = "resolv-conf"9073version = "0.7.0"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9076dependencies = [9077 "hostname",9078 "quick-error 1.2.3",9079]90809081[[package]]9082name = "retain_mut"9083version = "0.1.7"9084source = "registry+https://github.com/rust-lang/crates.io-index"9085checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90869087[[package]]9088name = "ring"9089version = "0.16.20"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9092dependencies = [9093 "cc",9094 "libc",9095 "once_cell",9096 "spin",9097 "untrusted",9098 "web-sys",9099 "winapi 0.3.9",9100]91019102[[package]]9103name = "rlp"9104version = "0.5.1"9105source = "registry+https://github.com/rust-lang/crates.io-index"9106checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9107dependencies = [9108 "bytes 1.1.0",9109 "rustc-hex",9110]91119112[[package]]9113name = "rlp-derive"9114version = "0.1.0"9115source = "registry+https://github.com/rust-lang/crates.io-index"9116checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9117dependencies = [9118 "proc-macro2",9119 "quote",9120 "syn",9121]91229123[[package]]9124name = "rocksdb"9125version = "0.18.0"9126source = "registry+https://github.com/rust-lang/crates.io-index"9127checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9128dependencies = [9129 "libc",9130 "librocksdb-sys",9131]91329133[[package]]9134name = "rococo-runtime"9135version = "0.9.18"9136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9137dependencies = [9138 "beefy-primitives",9139 "bp-messages",9140 "bp-rococo",9141 "bp-runtime",9142 "bp-wococo",9143 "bridge-runtime-common",9144 "frame-benchmarking",9145 "frame-executive",9146 "frame-support",9147 "frame-system",9148 "frame-system-rpc-runtime-api",9149 "hex-literal",9150 "log",9151 "pallet-authority-discovery",9152 "pallet-authorship",9153 "pallet-babe",9154 "pallet-balances",9155 "pallet-beefy",9156 "pallet-beefy-mmr",9157 "pallet-bridge-dispatch",9158 "pallet-bridge-grandpa",9159 "pallet-bridge-messages",9160 "pallet-collective",9161 "pallet-grandpa",9162 "pallet-im-online",9163 "pallet-indices",9164 "pallet-membership",9165 "pallet-mmr",9166 "pallet-mmr-primitives",9167 "pallet-multisig",9168 "pallet-offences",9169 "pallet-proxy",9170 "pallet-session",9171 "pallet-staking",9172 "pallet-sudo",9173 "pallet-timestamp",9174 "pallet-transaction-payment",9175 "pallet-transaction-payment-rpc-runtime-api",9176 "pallet-utility",9177 "pallet-xcm",9178 "parity-scale-codec",9179 "polkadot-parachain",9180 "polkadot-primitives",9181 "polkadot-runtime-common",9182 "polkadot-runtime-parachains",9183 "rococo-runtime-constants",9184 "scale-info",9185 "serde",9186 "serde_derive",9187 "smallvec",9188 "sp-api",9189 "sp-authority-discovery",9190 "sp-block-builder",9191 "sp-consensus-babe",9192 "sp-core",9193 "sp-inherents",9194 "sp-io",9195 "sp-offchain",9196 "sp-runtime",9197 "sp-session",9198 "sp-staking",9199 "sp-std",9200 "sp-transaction-pool",9201 "sp-version",9202 "substrate-wasm-builder",9203 "xcm",9204 "xcm-builder",9205 "xcm-executor",9206]92079208[[package]]9209name = "rococo-runtime-constants"9210version = "0.9.18"9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9212dependencies = [9213 "frame-support",9214 "polkadot-primitives",9215 "polkadot-runtime-common",9216 "smallvec",9217 "sp-runtime",9218]92199220[[package]]9221name = "rpassword"9222version = "5.0.1"9223source = "registry+https://github.com/rust-lang/crates.io-index"9224checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9225dependencies = [9226 "libc",9227 "winapi 0.3.9",9228]92299230[[package]]9231name = "rustc-demangle"9232version = "0.1.21"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92359236[[package]]9237name = "rustc-hash"9238version = "1.1.0"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92419242[[package]]9243name = "rustc-hex"9244version = "2.1.0"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92479248[[package]]9249name = "rustc_version"9250version = "0.2.3"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9253dependencies = [9254 "semver 0.9.0",9255]92569257[[package]]9258name = "rustc_version"9259version = "0.3.3"9260source = "registry+https://github.com/rust-lang/crates.io-index"9261checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9262dependencies = [9263 "semver 0.11.0",9264]92659266[[package]]9267name = "rustc_version"9268version = "0.4.0"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9271dependencies = [9272 "semver 1.0.7",9273]92749275[[package]]9276name = "rustix"9277version = "0.31.3"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9280dependencies = [9281 "bitflags",9282 "errno",9283 "io-lifetimes",9284 "libc",9285 "linux-raw-sys",9286 "winapi 0.3.9",9287]92889289[[package]]9290name = "rustls"9291version = "0.19.1"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9294dependencies = [9295 "base64",9296 "log",9297 "ring",9298 "sct 0.6.1",9299 "webpki 0.21.4",9300]93019302[[package]]9303name = "rustls"9304version = "0.20.4"9305source = "registry+https://github.com/rust-lang/crates.io-index"9306checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9307dependencies = [9308 "log",9309 "ring",9310 "sct 0.7.0",9311 "webpki 0.22.0",9312]93139314[[package]]9315name = "rustls-native-certs"9316version = "0.5.0"9317source = "registry+https://github.com/rust-lang/crates.io-index"9318checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9319dependencies = [9320 "openssl-probe",9321 "rustls 0.19.1",9322 "schannel",9323 "security-framework",9324]93259326[[package]]9327name = "rustls-native-certs"9328version = "0.6.1"9329source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9331dependencies = [9332 "openssl-probe",9333 "rustls-pemfile",9334 "schannel",9335 "security-framework",9336]93379338[[package]]9339name = "rustls-pemfile"9340version = "0.2.1"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9343dependencies = [9344 "base64",9345]93469347[[package]]9348name = "rustversion"9349version = "1.0.6"9350source = "registry+https://github.com/rust-lang/crates.io-index"9351checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93529353[[package]]9354name = "rw-stream-sink"9355version = "0.2.1"9356source = "registry+https://github.com/rust-lang/crates.io-index"9357checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9358dependencies = [9359 "futures 0.3.21",9360 "pin-project 0.4.29",9361 "static_assertions",9362]93639364[[package]]9365name = "ryu"9366version = "1.0.9"9367source = "registry+https://github.com/rust-lang/crates.io-index"9368checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93699370[[package]]9371name = "safe-mix"9372version = "1.0.1"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9375dependencies = [9376 "rustc_version 0.2.3",9377]93789379[[package]]9380name = "salsa20"9381version = "0.9.0"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9384dependencies = [9385 "cipher",9386]93879388[[package]]9389name = "same-file"9390version = "1.0.6"9391source = "registry+https://github.com/rust-lang/crates.io-index"9392checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9393dependencies = [9394 "winapi-util",9395]93969397[[package]]9398name = "sc-allocator"9399version = "4.1.0-dev"9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9401dependencies = [9402 "log",9403 "sp-core",9404 "sp-wasm-interface",9405 "thiserror",9406]94079408[[package]]9409name = "sc-authority-discovery"9410version = "0.10.0-dev"9411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9412dependencies = [9413 "async-trait",9414 "futures 0.3.21",9415 "futures-timer",9416 "ip_network",9417 "libp2p",9418 "log",9419 "parity-scale-codec",9420 "prost",9421 "prost-build",9422 "rand 0.7.3",9423 "sc-client-api",9424 "sc-network",9425 "sp-api",9426 "sp-authority-discovery",9427 "sp-blockchain",9428 "sp-core",9429 "sp-keystore",9430 "sp-runtime",9431 "substrate-prometheus-endpoint",9432 "thiserror",9433]94349435[[package]]9436name = "sc-basic-authorship"9437version = "0.10.0-dev"9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9439dependencies = [9440 "futures 0.3.21",9441 "futures-timer",9442 "log",9443 "parity-scale-codec",9444 "sc-block-builder",9445 "sc-client-api",9446 "sc-proposer-metrics",9447 "sc-telemetry",9448 "sc-transaction-pool-api",9449 "sp-api",9450 "sp-blockchain",9451 "sp-consensus",9452 "sp-core",9453 "sp-inherents",9454 "sp-runtime",9455 "substrate-prometheus-endpoint",9456]94579458[[package]]9459name = "sc-block-builder"9460version = "0.10.0-dev"9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9462dependencies = [9463 "parity-scale-codec",9464 "sc-client-api",9465 "sp-api",9466 "sp-block-builder",9467 "sp-blockchain",9468 "sp-core",9469 "sp-inherents",9470 "sp-runtime",9471 "sp-state-machine",9472]94739474[[package]]9475name = "sc-chain-spec"9476version = "4.0.0-dev"9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9478dependencies = [9479 "impl-trait-for-tuples",9480 "memmap2 0.5.3",9481 "parity-scale-codec",9482 "sc-chain-spec-derive",9483 "sc-network",9484 "sc-telemetry",9485 "serde",9486 "serde_json",9487 "sp-core",9488 "sp-runtime",9489]94909491[[package]]9492name = "sc-chain-spec-derive"9493version = "4.0.0-dev"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9495dependencies = [9496 "proc-macro-crate 1.1.3",9497 "proc-macro2",9498 "quote",9499 "syn",9500]95019502[[package]]9503name = "sc-cli"9504version = "0.10.0-dev"9505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9506dependencies = [9507 "chrono",9508 "clap",9509 "fdlimit",9510 "futures 0.3.21",9511 "hex",9512 "libp2p",9513 "log",9514 "names",9515 "parity-scale-codec",9516 "rand 0.7.3",9517 "regex",9518 "rpassword",9519 "sc-client-api",9520 "sc-keystore",9521 "sc-network",9522 "sc-service",9523 "sc-telemetry",9524 "sc-tracing",9525 "sc-utils",9526 "serde",9527 "serde_json",9528 "sp-blockchain",9529 "sp-core",9530 "sp-keyring",9531 "sp-keystore",9532 "sp-panic-handler",9533 "sp-runtime",9534 "sp-version",9535 "thiserror",9536 "tiny-bip39",9537 "tokio 1.17.0",9538]95399540[[package]]9541name = "sc-client-api"9542version = "4.0.0-dev"9543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9544dependencies = [9545 "fnv",9546 "futures 0.3.21",9547 "hash-db",9548 "log",9549 "parity-scale-codec",9550 "parking_lot 0.12.0",9551 "sc-executor",9552 "sc-transaction-pool-api",9553 "sc-utils",9554 "sp-api",9555 "sp-blockchain",9556 "sp-consensus",9557 "sp-core",9558 "sp-database",9559 "sp-externalities",9560 "sp-keystore",9561 "sp-runtime",9562 "sp-state-machine",9563 "sp-storage",9564 "sp-trie",9565 "substrate-prometheus-endpoint",9566]95679568[[package]]9569name = "sc-client-db"9570version = "0.10.0-dev"9571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9572dependencies = [9573 "hash-db",9574 "kvdb",9575 "kvdb-memorydb",9576 "kvdb-rocksdb",9577 "linked-hash-map",9578 "log",9579 "parity-db",9580 "parity-scale-codec",9581 "parking_lot 0.12.0",9582 "sc-client-api",9583 "sc-state-db",9584 "sp-arithmetic",9585 "sp-blockchain",9586 "sp-core",9587 "sp-database",9588 "sp-runtime",9589 "sp-state-machine",9590 "sp-trie",9591]95929593[[package]]9594name = "sc-consensus"9595version = "0.10.0-dev"9596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9597dependencies = [9598 "async-trait",9599 "futures 0.3.21",9600 "futures-timer",9601 "libp2p",9602 "log",9603 "parking_lot 0.12.0",9604 "sc-client-api",9605 "sc-utils",9606 "serde",9607 "sp-api",9608 "sp-blockchain",9609 "sp-consensus",9610 "sp-core",9611 "sp-runtime",9612 "sp-state-machine",9613 "substrate-prometheus-endpoint",9614 "thiserror",9615]96169617[[package]]9618name = "sc-consensus-aura"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 "log",9625 "parity-scale-codec",9626 "sc-block-builder",9627 "sc-client-api",9628 "sc-consensus",9629 "sc-consensus-slots",9630 "sc-telemetry",9631 "sp-api",9632 "sp-application-crypto",9633 "sp-block-builder",9634 "sp-blockchain",9635 "sp-consensus",9636 "sp-consensus-aura",9637 "sp-consensus-slots",9638 "sp-core",9639 "sp-inherents",9640 "sp-keystore",9641 "sp-runtime",9642 "substrate-prometheus-endpoint",9643 "thiserror",9644]96459646[[package]]9647name = "sc-consensus-babe"9648version = "0.10.0-dev"9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9650dependencies = [9651 "async-trait",9652 "fork-tree",9653 "futures 0.3.21",9654 "log",9655 "merlin",9656 "num-bigint",9657 "num-rational 0.2.4",9658 "num-traits",9659 "parity-scale-codec",9660 "parking_lot 0.12.0",9661 "rand 0.7.3",9662 "retain_mut",9663 "sc-client-api",9664 "sc-consensus",9665 "sc-consensus-epochs",9666 "sc-consensus-slots",9667 "sc-keystore",9668 "sc-telemetry",9669 "schnorrkel",9670 "serde",9671 "sp-api",9672 "sp-application-crypto",9673 "sp-block-builder",9674 "sp-blockchain",9675 "sp-consensus",9676 "sp-consensus-babe",9677 "sp-consensus-slots",9678 "sp-consensus-vrf",9679 "sp-core",9680 "sp-inherents",9681 "sp-io",9682 "sp-keystore",9683 "sp-runtime",9684 "sp-version",9685 "substrate-prometheus-endpoint",9686 "thiserror",9687]96889689[[package]]9690name = "sc-consensus-babe-rpc"9691version = "0.10.0-dev"9692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9693dependencies = [9694 "futures 0.3.21",9695 "jsonrpc-core",9696 "jsonrpc-core-client",9697 "jsonrpc-derive",9698 "sc-consensus-babe",9699 "sc-consensus-epochs",9700 "sc-rpc-api",9701 "serde",9702 "sp-api",9703 "sp-application-crypto",9704 "sp-blockchain",9705 "sp-consensus",9706 "sp-consensus-babe",9707 "sp-core",9708 "sp-keystore",9709 "sp-runtime",9710 "thiserror",9711]97129713[[package]]9714name = "sc-consensus-epochs"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9717dependencies = [9718 "fork-tree",9719 "parity-scale-codec",9720 "sc-client-api",9721 "sc-consensus",9722 "sp-blockchain",9723 "sp-runtime",9724]97259726[[package]]9727name = "sc-consensus-manual-seal"9728version = "0.10.0-dev"9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9730dependencies = [9731 "assert_matches",9732 "async-trait",9733 "futures 0.3.21",9734 "jsonrpc-core",9735 "jsonrpc-core-client",9736 "jsonrpc-derive",9737 "log",9738 "parity-scale-codec",9739 "sc-client-api",9740 "sc-consensus",9741 "sc-consensus-aura",9742 "sc-consensus-babe",9743 "sc-consensus-epochs",9744 "sc-transaction-pool",9745 "sc-transaction-pool-api",9746 "serde",9747 "sp-api",9748 "sp-blockchain",9749 "sp-consensus",9750 "sp-consensus-aura",9751 "sp-consensus-babe",9752 "sp-consensus-slots",9753 "sp-core",9754 "sp-inherents",9755 "sp-keystore",9756 "sp-runtime",9757 "sp-timestamp",9758 "substrate-prometheus-endpoint",9759 "thiserror",9760]97619762[[package]]9763name = "sc-consensus-slots"9764version = "0.10.0-dev"9765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9766dependencies = [9767 "async-trait",9768 "futures 0.3.21",9769 "futures-timer",9770 "log",9771 "parity-scale-codec",9772 "sc-client-api",9773 "sc-consensus",9774 "sc-telemetry",9775 "sp-arithmetic",9776 "sp-blockchain",9777 "sp-consensus",9778 "sp-consensus-slots",9779 "sp-core",9780 "sp-inherents",9781 "sp-runtime",9782 "sp-state-machine",9783 "sp-timestamp",9784 "thiserror",9785]97869787[[package]]9788name = "sc-consensus-uncles"9789version = "0.10.0-dev"9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9791dependencies = [9792 "sc-client-api",9793 "sp-authorship",9794 "sp-runtime",9795 "thiserror",9796]97979798[[package]]9799name = "sc-executor"9800version = "0.10.0-dev"9801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9802dependencies = [9803 "lazy_static",9804 "lru 0.6.6",9805 "parity-scale-codec",9806 "parking_lot 0.12.0",9807 "sc-executor-common",9808 "sc-executor-wasmi",9809 "sc-executor-wasmtime",9810 "sp-api",9811 "sp-core",9812 "sp-core-hashing-proc-macro",9813 "sp-externalities",9814 "sp-io",9815 "sp-panic-handler",9816 "sp-runtime-interface",9817 "sp-tasks",9818 "sp-trie",9819 "sp-version",9820 "sp-wasm-interface",9821 "tracing",9822 "wasmi",9823]98249825[[package]]9826name = "sc-executor-common"9827version = "0.10.0-dev"9828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9829dependencies = [9830 "environmental",9831 "parity-scale-codec",9832 "sc-allocator",9833 "sp-core",9834 "sp-maybe-compressed-blob",9835 "sp-serializer",9836 "sp-wasm-interface",9837 "thiserror",9838 "wasm-instrument",9839 "wasmi",9840]98419842[[package]]9843name = "sc-executor-wasmi"9844version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9846dependencies = [9847 "log",9848 "parity-scale-codec",9849 "sc-allocator",9850 "sc-executor-common",9851 "scoped-tls",9852 "sp-core",9853 "sp-runtime-interface",9854 "sp-wasm-interface",9855 "wasmi",9856]98579858[[package]]9859name = "sc-executor-wasmtime"9860version = "0.10.0-dev"9861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9862dependencies = [9863 "cfg-if 1.0.0",9864 "libc",9865 "log",9866 "parity-scale-codec",9867 "parity-wasm 0.42.2",9868 "sc-allocator",9869 "sc-executor-common",9870 "sp-core",9871 "sp-runtime-interface",9872 "sp-wasm-interface",9873 "wasmtime",9874]98759876[[package]]9877name = "sc-finality-grandpa"9878version = "0.10.0-dev"9879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9880dependencies = [9881 "ahash",9882 "async-trait",9883 "dyn-clone",9884 "finality-grandpa",9885 "fork-tree",9886 "futures 0.3.21",9887 "futures-timer",9888 "hex",9889 "log",9890 "parity-scale-codec",9891 "parking_lot 0.12.0",9892 "rand 0.8.5",9893 "sc-block-builder",9894 "sc-chain-spec",9895 "sc-client-api",9896 "sc-consensus",9897 "sc-keystore",9898 "sc-network",9899 "sc-network-gossip",9900 "sc-telemetry",9901 "sc-utils",9902 "serde_json",9903 "sp-api",9904 "sp-application-crypto",9905 "sp-arithmetic",9906 "sp-blockchain",9907 "sp-consensus",9908 "sp-core",9909 "sp-finality-grandpa",9910 "sp-keystore",9911 "sp-runtime",9912 "substrate-prometheus-endpoint",9913 "thiserror",9914]99159916[[package]]9917name = "sc-finality-grandpa-rpc"9918version = "0.10.0-dev"9919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9920dependencies = [9921 "finality-grandpa",9922 "futures 0.3.21",9923 "jsonrpc-core",9924 "jsonrpc-core-client",9925 "jsonrpc-derive",9926 "jsonrpc-pubsub",9927 "log",9928 "parity-scale-codec",9929 "sc-client-api",9930 "sc-finality-grandpa",9931 "sc-rpc",9932 "serde",9933 "serde_json",9934 "sp-blockchain",9935 "sp-core",9936 "sp-runtime",9937 "thiserror",9938]99399940[[package]]9941name = "sc-informant"9942version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9944dependencies = [9945 "ansi_term",9946 "futures 0.3.21",9947 "futures-timer",9948 "log",9949 "parity-util-mem",9950 "sc-client-api",9951 "sc-network",9952 "sc-transaction-pool-api",9953 "sp-blockchain",9954 "sp-runtime",9955]99569957[[package]]9958name = "sc-keystore"9959version = "4.0.0-dev"9960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9961dependencies = [9962 "async-trait",9963 "hex",9964 "parking_lot 0.12.0",9965 "serde_json",9966 "sp-application-crypto",9967 "sp-core",9968 "sp-keystore",9969 "thiserror",9970]99719972[[package]]9973name = "sc-network"9974version = "0.10.0-dev"9975source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9976dependencies = [9977 "async-trait",9978 "asynchronous-codec 0.5.0",9979 "bitflags",9980 "bytes 1.1.0",9981 "cid",9982 "either",9983 "fnv",9984 "fork-tree",9985 "futures 0.3.21",9986 "futures-timer",9987 "hex",9988 "ip_network",9989 "libp2p",9990 "linked-hash-map",9991 "linked_hash_set",9992 "log",9993 "lru 0.7.3",9994 "parity-scale-codec",9995 "parking_lot 0.12.0",9996 "pin-project 1.0.10",9997 "prost",9998 "prost-build",9999 "rand 0.7.3",10000 "sc-block-builder",10001 "sc-client-api",10002 "sc-consensus",10003 "sc-peerset",10004 "sc-utils",10005 "serde",10006 "serde_json",10007 "smallvec",10008 "sp-arithmetic",10009 "sp-blockchain",10010 "sp-consensus",10011 "sp-core",10012 "sp-finality-grandpa",10013 "sp-runtime",10014 "substrate-prometheus-endpoint",10015 "thiserror",10016 "unsigned-varint 0.6.0",10017 "void",10018 "zeroize",10019]1002010021[[package]]10022name = "sc-network-gossip"10023version = "0.10.0-dev"10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10025dependencies = [10026 "ahash",10027 "futures 0.3.21",10028 "futures-timer",10029 "libp2p",10030 "log",10031 "lru 0.7.3",10032 "sc-network",10033 "sp-runtime",10034 "substrate-prometheus-endpoint",10035 "tracing",10036]1003710038[[package]]10039name = "sc-offchain"10040version = "4.0.0-dev"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10042dependencies = [10043 "bytes 1.1.0",10044 "fnv",10045 "futures 0.3.21",10046 "futures-timer",10047 "hex",10048 "hyper",10049 "hyper-rustls 0.22.1",10050 "num_cpus",10051 "once_cell",10052 "parity-scale-codec",10053 "parking_lot 0.12.0",10054 "rand 0.7.3",10055 "sc-client-api",10056 "sc-network",10057 "sc-utils",10058 "sp-api",10059 "sp-core",10060 "sp-offchain",10061 "sp-runtime",10062 "threadpool",10063 "tracing",10064]1006510066[[package]]10067name = "sc-peerset"10068version = "4.0.0-dev"10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10070dependencies = [10071 "futures 0.3.21",10072 "libp2p",10073 "log",10074 "sc-utils",10075 "serde_json",10076 "wasm-timer",10077]1007810079[[package]]10080name = "sc-proposer-metrics"10081version = "0.10.0-dev"10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10083dependencies = [10084 "log",10085 "substrate-prometheus-endpoint",10086]1008710088[[package]]10089name = "sc-rpc"10090version = "4.0.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10092dependencies = [10093 "futures 0.3.21",10094 "hash-db",10095 "jsonrpc-core",10096 "jsonrpc-pubsub",10097 "log",10098 "parity-scale-codec",10099 "parking_lot 0.12.0",10100 "sc-block-builder",10101 "sc-chain-spec",10102 "sc-client-api",10103 "sc-rpc-api",10104 "sc-tracing",10105 "sc-transaction-pool-api",10106 "sc-utils",10107 "serde_json",10108 "sp-api",10109 "sp-blockchain",10110 "sp-core",10111 "sp-keystore",10112 "sp-offchain",10113 "sp-rpc",10114 "sp-runtime",10115 "sp-session",10116 "sp-version",10117]1011810119[[package]]10120name = "sc-rpc-api"10121version = "0.10.0-dev"10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10123dependencies = [10124 "futures 0.3.21",10125 "jsonrpc-core",10126 "jsonrpc-core-client",10127 "jsonrpc-derive",10128 "jsonrpc-pubsub",10129 "log",10130 "parity-scale-codec",10131 "parking_lot 0.12.0",10132 "sc-chain-spec",10133 "sc-transaction-pool-api",10134 "serde",10135 "serde_json",10136 "sp-core",10137 "sp-rpc",10138 "sp-runtime",10139 "sp-tracing",10140 "sp-version",10141 "thiserror",10142]1014310144[[package]]10145name = "sc-rpc-server"10146version = "4.0.0-dev"10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10148dependencies = [10149 "futures 0.3.21",10150 "jsonrpc-core",10151 "jsonrpc-http-server",10152 "jsonrpc-ipc-server",10153 "jsonrpc-pubsub",10154 "jsonrpc-ws-server",10155 "log",10156 "serde_json",10157 "substrate-prometheus-endpoint",10158 "tokio 1.17.0",10159]1016010161[[package]]10162name = "sc-service"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10165dependencies = [10166 "async-trait",10167 "directories",10168 "exit-future",10169 "futures 0.3.21",10170 "futures-timer",10171 "hash-db",10172 "jsonrpc-core",10173 "jsonrpc-pubsub",10174 "log",10175 "parity-scale-codec",10176 "parity-util-mem",10177 "parking_lot 0.12.0",10178 "pin-project 1.0.10",10179 "rand 0.7.3",10180 "sc-block-builder",10181 "sc-chain-spec",10182 "sc-client-api",10183 "sc-client-db",10184 "sc-consensus",10185 "sc-executor",10186 "sc-informant",10187 "sc-keystore",10188 "sc-network",10189 "sc-offchain",10190 "sc-rpc",10191 "sc-rpc-server",10192 "sc-telemetry",10193 "sc-tracing",10194 "sc-transaction-pool",10195 "sc-transaction-pool-api",10196 "sc-utils",10197 "serde",10198 "serde_json",10199 "sp-api",10200 "sp-application-crypto",10201 "sp-block-builder",10202 "sp-blockchain",10203 "sp-consensus",10204 "sp-core",10205 "sp-externalities",10206 "sp-inherents",10207 "sp-keystore",10208 "sp-runtime",10209 "sp-session",10210 "sp-state-machine",10211 "sp-storage",10212 "sp-tracing",10213 "sp-transaction-pool",10214 "sp-transaction-storage-proof",10215 "sp-trie",10216 "sp-version",10217 "substrate-prometheus-endpoint",10218 "tempfile",10219 "thiserror",10220 "tokio 1.17.0",10221 "tracing",10222 "tracing-futures",10223]1022410225[[package]]10226name = "sc-state-db"10227version = "0.10.0-dev"10228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10229dependencies = [10230 "log",10231 "parity-scale-codec",10232 "parity-util-mem",10233 "parity-util-mem-derive",10234 "parking_lot 0.12.0",10235 "sc-client-api",10236 "sp-core",10237]1023810239[[package]]10240name = "sc-sync-state-rpc"10241version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10243dependencies = [10244 "jsonrpc-core",10245 "jsonrpc-core-client",10246 "jsonrpc-derive",10247 "parity-scale-codec",10248 "sc-chain-spec",10249 "sc-client-api",10250 "sc-consensus-babe",10251 "sc-consensus-epochs",10252 "sc-finality-grandpa",10253 "serde",10254 "serde_json",10255 "sp-blockchain",10256 "sp-runtime",10257 "thiserror",10258]1025910260[[package]]10261name = "sc-telemetry"10262version = "4.0.0-dev"10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10264dependencies = [10265 "chrono",10266 "futures 0.3.21",10267 "libp2p",10268 "log",10269 "parking_lot 0.12.0",10270 "pin-project 1.0.10",10271 "rand 0.7.3",10272 "serde",10273 "serde_json",10274 "thiserror",10275 "wasm-timer",10276]1027710278[[package]]10279name = "sc-tracing"10280version = "4.0.0-dev"10281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10282dependencies = [10283 "ansi_term",10284 "atty",10285 "chrono",10286 "lazy_static",10287 "libc",10288 "log",10289 "once_cell",10290 "parking_lot 0.12.0",10291 "regex",10292 "rustc-hash",10293 "sc-client-api",10294 "sc-rpc-server",10295 "sc-tracing-proc-macro",10296 "serde",10297 "sp-api",10298 "sp-blockchain",10299 "sp-core",10300 "sp-rpc",10301 "sp-runtime",10302 "sp-tracing",10303 "thiserror",10304 "tracing",10305 "tracing-log",10306 "tracing-subscriber",10307]1030810309[[package]]10310name = "sc-tracing-proc-macro"10311version = "4.0.0-dev"10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10313dependencies = [10314 "proc-macro-crate 1.1.3",10315 "proc-macro2",10316 "quote",10317 "syn",10318]1031910320[[package]]10321name = "sc-transaction-pool"10322version = "4.0.0-dev"10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10324dependencies = [10325 "futures 0.3.21",10326 "futures-timer",10327 "linked-hash-map",10328 "log",10329 "parity-scale-codec",10330 "parity-util-mem",10331 "parking_lot 0.12.0",10332 "retain_mut",10333 "sc-client-api",10334 "sc-transaction-pool-api",10335 "sc-utils",10336 "serde",10337 "sp-api",10338 "sp-blockchain",10339 "sp-core",10340 "sp-runtime",10341 "sp-tracing",10342 "sp-transaction-pool",10343 "substrate-prometheus-endpoint",10344 "thiserror",10345]1034610347[[package]]10348name = "sc-transaction-pool-api"10349version = "4.0.0-dev"10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10351dependencies = [10352 "futures 0.3.21",10353 "log",10354 "serde",10355 "sp-blockchain",10356 "sp-runtime",10357 "thiserror",10358]1035910360[[package]]10361name = "sc-utils"10362version = "4.0.0-dev"10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10364dependencies = [10365 "futures 0.3.21",10366 "futures-timer",10367 "lazy_static",10368 "log",10369 "parking_lot 0.12.0",10370 "prometheus",10371]1037210373[[package]]10374name = "scale-info"10375version = "2.0.1"10376source = "registry+https://github.com/rust-lang/crates.io-index"10377checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10378dependencies = [10379 "bitvec",10380 "cfg-if 1.0.0",10381 "derive_more",10382 "parity-scale-codec",10383 "scale-info-derive",10384 "serde",10385]1038610387[[package]]10388name = "scale-info-derive"10389version = "2.0.0"10390source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10392dependencies = [10393 "proc-macro-crate 1.1.3",10394 "proc-macro2",10395 "quote",10396 "syn",10397]1039810399[[package]]10400name = "schannel"10401version = "0.1.19"10402source = "registry+https://github.com/rust-lang/crates.io-index"10403checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10404dependencies = [10405 "lazy_static",10406 "winapi 0.3.9",10407]1040810409[[package]]10410name = "schnorrkel"10411version = "0.9.1"10412source = "registry+https://github.com/rust-lang/crates.io-index"10413checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10414dependencies = [10415 "arrayref",10416 "arrayvec 0.5.2",10417 "curve25519-dalek 2.1.3",10418 "getrandom 0.1.16",10419 "merlin",10420 "rand 0.7.3",10421 "rand_core 0.5.1",10422 "sha2 0.8.2",10423 "subtle 2.4.1",10424 "zeroize",10425]1042610427[[package]]10428name = "scoped-tls"10429version = "1.0.0"10430source = "registry+https://github.com/rust-lang/crates.io-index"10431checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1043210433[[package]]10434name = "scopeguard"10435version = "1.1.0"10436source = "registry+https://github.com/rust-lang/crates.io-index"10437checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043810439[[package]]10440name = "sct"10441version = "0.6.1"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10444dependencies = [10445 "ring",10446 "untrusted",10447]1044810449[[package]]10450name = "sct"10451version = "0.7.0"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10454dependencies = [10455 "ring",10456 "untrusted",10457]1045810459[[package]]10460name = "sec1"10461version = "0.2.1"10462source = "registry+https://github.com/rust-lang/crates.io-index"10463checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10464dependencies = [10465 "der",10466 "generic-array 0.14.5",10467 "pkcs8",10468 "subtle 2.4.1",10469 "zeroize",10470]1047110472[[package]]10473name = "secp256k1"10474version = "0.21.3"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10477dependencies = [10478 "secp256k1-sys",10479]1048010481[[package]]10482name = "secp256k1-sys"10483version = "0.4.2"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10486dependencies = [10487 "cc",10488]1048910490[[package]]10491name = "secrecy"10492version = "0.8.0"10493source = "registry+https://github.com/rust-lang/crates.io-index"10494checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10495dependencies = [10496 "zeroize",10497]1049810499[[package]]10500name = "security-framework"10501version = "2.6.1"10502source = "registry+https://github.com/rust-lang/crates.io-index"10503checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10504dependencies = [10505 "bitflags",10506 "core-foundation",10507 "core-foundation-sys",10508 "libc",10509 "security-framework-sys",10510]1051110512[[package]]10513name = "security-framework-sys"10514version = "2.6.1"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10517dependencies = [10518 "core-foundation-sys",10519 "libc",10520]1052110522[[package]]10523name = "semver"10524version = "0.6.0"10525source = "registry+https://github.com/rust-lang/crates.io-index"10526checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10527dependencies = [10528 "semver-parser 0.7.0",10529]1053010531[[package]]10532name = "semver"10533version = "0.9.0"10534source = "registry+https://github.com/rust-lang/crates.io-index"10535checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10536dependencies = [10537 "semver-parser 0.7.0",10538]1053910540[[package]]10541name = "semver"10542version = "0.11.0"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10545dependencies = [10546 "semver-parser 0.10.2",10547]1054810549[[package]]10550name = "semver"10551version = "1.0.7"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10554dependencies = [10555 "serde",10556]1055710558[[package]]10559name = "semver-parser"10560version = "0.7.0"10561source = "registry+https://github.com/rust-lang/crates.io-index"10562checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1056310564[[package]]10565name = "semver-parser"10566version = "0.10.2"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10569dependencies = [10570 "pest",10571]1057210573[[package]]10574name = "serde"10575version = "1.0.136"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10578dependencies = [10579 "serde_derive",10580]1058110582[[package]]10583name = "serde_derive"10584version = "1.0.136"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10587dependencies = [10588 "proc-macro2",10589 "quote",10590 "syn",10591]1059210593[[package]]10594name = "serde_json"10595version = "1.0.79"10596source = "registry+https://github.com/rust-lang/crates.io-index"10597checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10598dependencies = [10599 "itoa 1.0.1",10600 "ryu",10601 "serde",10602]1060310604[[package]]10605name = "serde_nanos"10606version = "0.1.2"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10609dependencies = [10610 "serde",10611]1061210613[[package]]10614name = "sha-1"10615version = "0.8.2"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10618dependencies = [10619 "block-buffer 0.7.3",10620 "digest 0.8.1",10621 "fake-simd",10622 "opaque-debug 0.2.3",10623]1062410625[[package]]10626name = "sha-1"10627version = "0.9.8"10628source = "registry+https://github.com/rust-lang/crates.io-index"10629checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10630dependencies = [10631 "block-buffer 0.9.0",10632 "cfg-if 1.0.0",10633 "cpufeatures 0.2.2",10634 "digest 0.9.0",10635 "opaque-debug 0.3.0",10636]1063710638[[package]]10639name = "sha2"10640version = "0.8.2"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10643dependencies = [10644 "block-buffer 0.7.3",10645 "digest 0.8.1",10646 "fake-simd",10647 "opaque-debug 0.2.3",10648]1064910650[[package]]10651name = "sha2"10652version = "0.9.9"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10655dependencies = [10656 "block-buffer 0.9.0",10657 "cfg-if 1.0.0",10658 "cpufeatures 0.2.2",10659 "digest 0.9.0",10660 "opaque-debug 0.3.0",10661]1066210663[[package]]10664name = "sha2"10665version = "0.10.2"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10668dependencies = [10669 "cfg-if 1.0.0",10670 "cpufeatures 0.2.2",10671 "digest 0.10.3",10672]1067310674[[package]]10675name = "sha3"10676version = "0.8.2"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10679dependencies = [10680 "block-buffer 0.7.3",10681 "byte-tools",10682 "digest 0.8.1",10683 "keccak",10684 "opaque-debug 0.2.3",10685]1068610687[[package]]10688name = "sha3"10689version = "0.9.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10692dependencies = [10693 "block-buffer 0.9.0",10694 "digest 0.9.0",10695 "keccak",10696 "opaque-debug 0.3.0",10697]1069810699[[package]]10700name = "sha3"10701version = "0.10.1"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10704dependencies = [10705 "digest 0.10.3",10706 "keccak",10707]1070810709[[package]]10710name = "sharded-slab"10711version = "0.1.4"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10714dependencies = [10715 "lazy_static",10716]1071710718[[package]]10719name = "shlex"10720version = "1.1.0"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1072310724[[package]]10725name = "signal-hook"10726version = "0.3.13"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10729dependencies = [10730 "libc",10731 "signal-hook-registry",10732]1073310734[[package]]10735name = "signal-hook-registry"10736version = "1.4.0"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10739dependencies = [10740 "libc",10741]1074210743[[package]]10744name = "signature"10745version = "1.4.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10748dependencies = [10749 "rand_core 0.6.3",10750]1075110752[[package]]10753name = "simba"10754version = "0.5.1"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10757dependencies = [10758 "approx",10759 "num-complex",10760 "num-traits",10761 "paste",10762]1076310764[[package]]10765name = "slab"10766version = "0.4.5"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1076910770[[package]]10771name = "slot-range-helper"10772version = "0.9.18"10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10774dependencies = [10775 "enumn",10776 "parity-scale-codec",10777 "paste",10778 "sp-runtime",10779 "sp-std",10780]1078110782[[package]]10783name = "slotmap"10784version = "1.0.6"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10787dependencies = [10788 "version_check",10789]1079010791[[package]]10792name = "smallvec"10793version = "1.8.0"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1079610797[[package]]10798name = "snap"10799version = "1.0.5"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1080210803[[package]]10804name = "snow"10805version = "0.8.0"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10808dependencies = [10809 "aes-gcm",10810 "blake2 0.9.2",10811 "chacha20poly1305",10812 "rand 0.8.5",10813 "rand_core 0.6.3",10814 "ring",10815 "rustc_version 0.3.3",10816 "sha2 0.9.9",10817 "subtle 2.4.1",10818 "x25519-dalek",10819]1082010821[[package]]10822name = "socket2"10823version = "0.3.19"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10826dependencies = [10827 "cfg-if 1.0.0",10828 "libc",10829 "winapi 0.3.9",10830]1083110832[[package]]10833name = "socket2"10834version = "0.4.4"10835source = "registry+https://github.com/rust-lang/crates.io-index"10836checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10837dependencies = [10838 "libc",10839 "winapi 0.3.9",10840]1084110842[[package]]10843name = "soketto"10844version = "0.7.1"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10847dependencies = [10848 "base64",10849 "bytes 1.1.0",10850 "flate2",10851 "futures 0.3.21",10852 "httparse",10853 "log",10854 "rand 0.8.5",10855 "sha-1 0.9.8",10856]1085710858[[package]]10859name = "sp-api"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10862dependencies = [10863 "hash-db",10864 "log",10865 "parity-scale-codec",10866 "sp-api-proc-macro",10867 "sp-core",10868 "sp-runtime",10869 "sp-state-machine",10870 "sp-std",10871 "sp-version",10872 "thiserror",10873]1087410875[[package]]10876name = "sp-api-proc-macro"10877version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10879dependencies = [10880 "blake2 0.10.4",10881 "proc-macro-crate 1.1.3",10882 "proc-macro2",10883 "quote",10884 "syn",10885]1088610887[[package]]10888name = "sp-application-crypto"10889version = "6.0.0"10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10891dependencies = [10892 "parity-scale-codec",10893 "scale-info",10894 "serde",10895 "sp-core",10896 "sp-io",10897 "sp-std",10898]1089910900[[package]]10901name = "sp-arithmetic"10902version = "5.0.0"10903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10904dependencies = [10905 "integer-sqrt",10906 "num-traits",10907 "parity-scale-codec",10908 "scale-info",10909 "serde",10910 "sp-debug-derive",10911 "sp-std",10912 "static_assertions",10913]1091410915[[package]]10916name = "sp-authority-discovery"10917version = "4.0.0-dev"10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10919dependencies = [10920 "parity-scale-codec",10921 "scale-info",10922 "sp-api",10923 "sp-application-crypto",10924 "sp-runtime",10925 "sp-std",10926]1092710928[[package]]10929name = "sp-authorship"10930version = "4.0.0-dev"10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10932dependencies = [10933 "async-trait",10934 "parity-scale-codec",10935 "sp-inherents",10936 "sp-runtime",10937 "sp-std",10938]1093910940[[package]]10941name = "sp-block-builder"10942version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10944dependencies = [10945 "parity-scale-codec",10946 "sp-api",10947 "sp-inherents",10948 "sp-runtime",10949 "sp-std",10950]1095110952[[package]]10953name = "sp-blockchain"10954version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10956dependencies = [10957 "futures 0.3.21",10958 "log",10959 "lru 0.7.3",10960 "parity-scale-codec",10961 "parking_lot 0.12.0",10962 "sp-api",10963 "sp-consensus",10964 "sp-database",10965 "sp-runtime",10966 "sp-state-machine",10967 "thiserror",10968]1096910970[[package]]10971name = "sp-consensus"10972version = "0.10.0-dev"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10974dependencies = [10975 "async-trait",10976 "futures 0.3.21",10977 "futures-timer",10978 "log",10979 "parity-scale-codec",10980 "sp-core",10981 "sp-inherents",10982 "sp-runtime",10983 "sp-state-machine",10984 "sp-std",10985 "sp-version",10986 "thiserror",10987]1098810989[[package]]10990name = "sp-consensus-aura"10991version = "0.10.0-dev"10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10993dependencies = [10994 "async-trait",10995 "parity-scale-codec",10996 "scale-info",10997 "sp-api",10998 "sp-application-crypto",10999 "sp-consensus",11000 "sp-consensus-slots",11001 "sp-inherents",11002 "sp-runtime",11003 "sp-std",11004 "sp-timestamp",11005]1100611007[[package]]11008name = "sp-consensus-babe"11009version = "0.10.0-dev"11010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11011dependencies = [11012 "async-trait",11013 "merlin",11014 "parity-scale-codec",11015 "scale-info",11016 "serde",11017 "sp-api",11018 "sp-application-crypto",11019 "sp-consensus",11020 "sp-consensus-slots",11021 "sp-consensus-vrf",11022 "sp-core",11023 "sp-inherents",11024 "sp-keystore",11025 "sp-runtime",11026 "sp-std",11027 "sp-timestamp",11028]1102911030[[package]]11031name = "sp-consensus-slots"11032version = "0.10.0-dev"11033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11034dependencies = [11035 "parity-scale-codec",11036 "scale-info",11037 "serde",11038 "sp-arithmetic",11039 "sp-runtime",11040 "sp-std",11041 "sp-timestamp",11042]1104311044[[package]]11045name = "sp-consensus-vrf"11046version = "0.10.0-dev"11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11048dependencies = [11049 "parity-scale-codec",11050 "schnorrkel",11051 "sp-core",11052 "sp-runtime",11053 "sp-std",11054]1105511056[[package]]11057name = "sp-core"11058version = "6.0.0"11059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11060dependencies = [11061 "base58",11062 "bitflags",11063 "blake2-rfc",11064 "byteorder",11065 "dyn-clonable",11066 "ed25519-dalek",11067 "futures 0.3.21",11068 "hash-db",11069 "hash256-std-hasher",11070 "hex",11071 "impl-serde",11072 "lazy_static",11073 "libsecp256k1 0.7.0",11074 "log",11075 "merlin",11076 "num-traits",11077 "parity-scale-codec",11078 "parity-util-mem",11079 "parking_lot 0.12.0",11080 "primitive-types",11081 "rand 0.7.3",11082 "regex",11083 "scale-info",11084 "schnorrkel",11085 "secp256k1",11086 "secrecy",11087 "serde",11088 "sp-core-hashing",11089 "sp-debug-derive",11090 "sp-externalities",11091 "sp-runtime-interface",11092 "sp-std",11093 "sp-storage",11094 "ss58-registry",11095 "substrate-bip39",11096 "thiserror",11097 "tiny-bip39",11098 "wasmi",11099 "zeroize",11100]1110111102[[package]]11103name = "sp-core-hashing"11104version = "4.0.0"11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11106dependencies = [11107 "blake2 0.10.4",11108 "byteorder",11109 "digest 0.10.3",11110 "sha2 0.10.2",11111 "sha3 0.10.1",11112 "sp-std",11113 "twox-hash",11114]1111511116[[package]]11117name = "sp-core-hashing-proc-macro"11118version = "5.0.0"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11120dependencies = [11121 "proc-macro2",11122 "quote",11123 "sp-core-hashing",11124 "syn",11125]1112611127[[package]]11128name = "sp-database"11129version = "4.0.0-dev"11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11131dependencies = [11132 "kvdb",11133 "parking_lot 0.12.0",11134]1113511136[[package]]11137name = "sp-debug-derive"11138version = "4.0.0"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11140dependencies = [11141 "proc-macro2",11142 "quote",11143 "syn",11144]1114511146[[package]]11147name = "sp-externalities"11148version = "0.12.0"11149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11150dependencies = [11151 "environmental",11152 "parity-scale-codec",11153 "sp-std",11154 "sp-storage",11155]1115611157[[package]]11158name = "sp-finality-grandpa"11159version = "4.0.0-dev"11160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11161dependencies = [11162 "finality-grandpa",11163 "log",11164 "parity-scale-codec",11165 "scale-info",11166 "serde",11167 "sp-api",11168 "sp-application-crypto",11169 "sp-core",11170 "sp-keystore",11171 "sp-runtime",11172 "sp-std",11173]1117411175[[package]]11176name = "sp-inherents"11177version = "4.0.0-dev"11178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11179dependencies = [11180 "async-trait",11181 "impl-trait-for-tuples",11182 "parity-scale-codec",11183 "sp-core",11184 "sp-runtime",11185 "sp-std",11186 "thiserror",11187]1118811189[[package]]11190name = "sp-io"11191version = "6.0.0"11192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11193dependencies = [11194 "futures 0.3.21",11195 "hash-db",11196 "libsecp256k1 0.7.0",11197 "log",11198 "parity-scale-codec",11199 "parking_lot 0.12.0",11200 "secp256k1",11201 "sp-core",11202 "sp-externalities",11203 "sp-keystore",11204 "sp-runtime-interface",11205 "sp-state-machine",11206 "sp-std",11207 "sp-tracing",11208 "sp-trie",11209 "sp-wasm-interface",11210 "tracing",11211 "tracing-core",11212]1121311214[[package]]11215name = "sp-keyring"11216version = "6.0.0"11217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11218dependencies = [11219 "lazy_static",11220 "sp-core",11221 "sp-runtime",11222 "strum 0.23.0",11223]1122411225[[package]]11226name = "sp-keystore"11227version = "0.12.0"11228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11229dependencies = [11230 "async-trait",11231 "futures 0.3.21",11232 "merlin",11233 "parity-scale-codec",11234 "parking_lot 0.12.0",11235 "schnorrkel",11236 "serde",11237 "sp-core",11238 "sp-externalities",11239 "thiserror",11240]1124111242[[package]]11243name = "sp-maybe-compressed-blob"11244version = "4.1.0-dev"11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11246dependencies = [11247 "thiserror",11248 "zstd",11249]1125011251[[package]]11252name = "sp-npos-elections"11253version = "4.0.0-dev"11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11255dependencies = [11256 "parity-scale-codec",11257 "scale-info",11258 "serde",11259 "sp-arithmetic",11260 "sp-core",11261 "sp-npos-elections-solution-type",11262 "sp-runtime",11263 "sp-std",11264]1126511266[[package]]11267name = "sp-npos-elections-solution-type"11268version = "4.0.0-dev"11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11270dependencies = [11271 "proc-macro-crate 1.1.3",11272 "proc-macro2",11273 "quote",11274 "syn",11275]1127611277[[package]]11278name = "sp-offchain"11279version = "4.0.0-dev"11280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11281dependencies = [11282 "sp-api",11283 "sp-core",11284 "sp-runtime",11285]1128611287[[package]]11288name = "sp-panic-handler"11289version = "4.0.0"11290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11291dependencies = [11292 "backtrace",11293 "lazy_static",11294 "regex",11295]1129611297[[package]]11298name = "sp-rpc"11299version = "6.0.0"11300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11301dependencies = [11302 "rustc-hash",11303 "serde",11304 "sp-core",11305]1130611307[[package]]11308name = "sp-runtime"11309version = "6.0.0"11310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11311dependencies = [11312 "either",11313 "hash256-std-hasher",11314 "impl-trait-for-tuples",11315 "log",11316 "parity-scale-codec",11317 "parity-util-mem",11318 "paste",11319 "rand 0.7.3",11320 "scale-info",11321 "serde",11322 "sp-application-crypto",11323 "sp-arithmetic",11324 "sp-core",11325 "sp-io",11326 "sp-std",11327]1132811329[[package]]11330name = "sp-runtime-interface"11331version = "6.0.0"11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11333dependencies = [11334 "impl-trait-for-tuples",11335 "parity-scale-codec",11336 "primitive-types",11337 "sp-externalities",11338 "sp-runtime-interface-proc-macro",11339 "sp-std",11340 "sp-storage",11341 "sp-tracing",11342 "sp-wasm-interface",11343 "static_assertions",11344]1134511346[[package]]11347name = "sp-runtime-interface-proc-macro"11348version = "5.0.0"11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11350dependencies = [11351 "Inflector",11352 "proc-macro-crate 1.1.3",11353 "proc-macro2",11354 "quote",11355 "syn",11356]1135711358[[package]]11359name = "sp-serializer"11360version = "4.0.0-dev"11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11362dependencies = [11363 "serde",11364 "serde_json",11365]1136611367[[package]]11368name = "sp-session"11369version = "4.0.0-dev"11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11371dependencies = [11372 "parity-scale-codec",11373 "scale-info",11374 "sp-api",11375 "sp-core",11376 "sp-runtime",11377 "sp-staking",11378 "sp-std",11379]1138011381[[package]]11382name = "sp-staking"11383version = "4.0.0-dev"11384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11385dependencies = [11386 "parity-scale-codec",11387 "scale-info",11388 "sp-runtime",11389 "sp-std",11390]1139111392[[package]]11393name = "sp-state-machine"11394version = "0.12.0"11395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11396dependencies = [11397 "hash-db",11398 "log",11399 "num-traits",11400 "parity-scale-codec",11401 "parking_lot 0.12.0",11402 "rand 0.7.3",11403 "smallvec",11404 "sp-core",11405 "sp-externalities",11406 "sp-panic-handler",11407 "sp-std",11408 "sp-trie",11409 "thiserror",11410 "tracing",11411 "trie-db",11412 "trie-root",11413]1141411415[[package]]11416name = "sp-std"11417version = "4.0.0"11418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1141911420[[package]]11421name = "sp-storage"11422version = "6.0.0"11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11424dependencies = [11425 "impl-serde",11426 "parity-scale-codec",11427 "ref-cast",11428 "serde",11429 "sp-debug-derive",11430 "sp-std",11431]1143211433[[package]]11434name = "sp-tasks"11435version = "4.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11437dependencies = [11438 "log",11439 "sp-core",11440 "sp-externalities",11441 "sp-io",11442 "sp-runtime-interface",11443 "sp-std",11444]1144511446[[package]]11447name = "sp-timestamp"11448version = "4.0.0-dev"11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11450dependencies = [11451 "async-trait",11452 "futures-timer",11453 "log",11454 "parity-scale-codec",11455 "sp-api",11456 "sp-inherents",11457 "sp-runtime",11458 "sp-std",11459 "thiserror",11460]1146111462[[package]]11463name = "sp-tracing"11464version = "5.0.0"11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11466dependencies = [11467 "parity-scale-codec",11468 "sp-std",11469 "tracing",11470 "tracing-core",11471 "tracing-subscriber",11472]1147311474[[package]]11475name = "sp-transaction-pool"11476version = "4.0.0-dev"11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11478dependencies = [11479 "sp-api",11480 "sp-runtime",11481]1148211483[[package]]11484name = "sp-transaction-storage-proof"11485version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487dependencies = [11488 "async-trait",11489 "log",11490 "parity-scale-codec",11491 "scale-info",11492 "sp-core",11493 "sp-inherents",11494 "sp-runtime",11495 "sp-std",11496 "sp-trie",11497]1149811499[[package]]11500name = "sp-trie"11501version = "6.0.0"11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11503dependencies = [11504 "hash-db",11505 "memory-db",11506 "parity-scale-codec",11507 "scale-info",11508 "sp-core",11509 "sp-std",11510 "thiserror",11511 "trie-db",11512 "trie-root",11513]1151411515[[package]]11516name = "sp-version"11517version = "5.0.0"11518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11519dependencies = [11520 "impl-serde",11521 "parity-scale-codec",11522 "parity-wasm 0.42.2",11523 "scale-info",11524 "serde",11525 "sp-core-hashing-proc-macro",11526 "sp-runtime",11527 "sp-std",11528 "sp-version-proc-macro",11529 "thiserror",11530]1153111532[[package]]11533name = "sp-version-proc-macro"11534version = "4.0.0-dev"11535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11536dependencies = [11537 "parity-scale-codec",11538 "proc-macro2",11539 "quote",11540 "syn",11541]1154211543[[package]]11544name = "sp-wasm-interface"11545version = "6.0.0"11546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11547dependencies = [11548 "impl-trait-for-tuples",11549 "log",11550 "parity-scale-codec",11551 "sp-std",11552 "wasmi",11553 "wasmtime",11554]1155511556[[package]]11557name = "spin"11558version = "0.5.2"11559source = "registry+https://github.com/rust-lang/crates.io-index"11560checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1156111562[[package]]11563name = "spki"11564version = "0.5.4"11565source = "registry+https://github.com/rust-lang/crates.io-index"11566checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11567dependencies = [11568 "base64ct",11569 "der",11570]1157111572[[package]]11573name = "ss58-registry"11574version = "1.17.0"11575source = "registry+https://github.com/rust-lang/crates.io-index"11576checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11577dependencies = [11578 "Inflector",11579 "num-format",11580 "proc-macro2",11581 "quote",11582 "serde",11583 "serde_json",11584 "unicode-xid",11585]1158611587[[package]]11588name = "stable_deref_trait"11589version = "1.2.0"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1159211593[[package]]11594name = "static_assertions"11595version = "1.1.0"11596source = "registry+https://github.com/rust-lang/crates.io-index"11597checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1159811599[[package]]11600name = "static_init"11601version = "0.5.2"11602source = "registry+https://github.com/rust-lang/crates.io-index"11603checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11604dependencies = [11605 "cfg_aliases",11606 "libc",11607 "parking_lot 0.11.2",11608 "static_init_macro",11609]1161011611[[package]]11612name = "static_init_macro"11613version = "0.5.0"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11616dependencies = [11617 "cfg_aliases",11618 "memchr",11619 "proc-macro2",11620 "quote",11621 "syn",11622]1162311624[[package]]11625name = "statrs"11626version = "0.15.0"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11629dependencies = [11630 "approx",11631 "lazy_static",11632 "nalgebra",11633 "num-traits",11634 "rand 0.8.5",11635]1163611637[[package]]11638name = "strsim"11639version = "0.10.0"11640source = "registry+https://github.com/rust-lang/crates.io-index"11641checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1164211643[[package]]11644name = "strum"11645version = "0.23.0"11646source = "registry+https://github.com/rust-lang/crates.io-index"11647checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11648dependencies = [11649 "strum_macros 0.23.1",11650]1165111652[[package]]11653name = "strum"11654version = "0.24.0"11655source = "registry+https://github.com/rust-lang/crates.io-index"11656checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11657dependencies = [11658 "strum_macros 0.24.0",11659]1166011661[[package]]11662name = "strum_macros"11663version = "0.23.1"11664source = "registry+https://github.com/rust-lang/crates.io-index"11665checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11666dependencies = [11667 "heck 0.3.3",11668 "proc-macro2",11669 "quote",11670 "rustversion",11671 "syn",11672]1167311674[[package]]11675name = "strum_macros"11676version = "0.24.0"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11679dependencies = [11680 "heck 0.4.0",11681 "proc-macro2",11682 "quote",11683 "rustversion",11684 "syn",11685]1168611687[[package]]11688name = "substrate-bip39"11689version = "0.4.4"11690source = "registry+https://github.com/rust-lang/crates.io-index"11691checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11692dependencies = [11693 "hmac 0.11.0",11694 "pbkdf2 0.8.0",11695 "schnorrkel",11696 "sha2 0.9.9",11697 "zeroize",11698]1169911700[[package]]11701name = "substrate-build-script-utils"11702version = "3.0.0"11703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11704dependencies = [11705 "platforms",11706]1170711708[[package]]11709name = "substrate-frame-rpc-system"11710version = "4.0.0-dev"11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11712dependencies = [11713 "frame-system-rpc-runtime-api",11714 "futures 0.3.21",11715 "jsonrpc-core",11716 "jsonrpc-core-client",11717 "jsonrpc-derive",11718 "log",11719 "parity-scale-codec",11720 "sc-client-api",11721 "sc-rpc-api",11722 "sc-transaction-pool-api",11723 "sp-api",11724 "sp-block-builder",11725 "sp-blockchain",11726 "sp-core",11727 "sp-runtime",11728]1172911730[[package]]11731name = "substrate-prometheus-endpoint"11732version = "0.10.0-dev"11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11734dependencies = [11735 "futures-util",11736 "hyper",11737 "log",11738 "prometheus",11739 "thiserror",11740 "tokio 1.17.0",11741]1174211743[[package]]11744name = "substrate-test-client"11745version = "2.0.1"11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11747dependencies = [11748 "async-trait",11749 "futures 0.3.21",11750 "hex",11751 "parity-scale-codec",11752 "sc-client-api",11753 "sc-client-db",11754 "sc-consensus",11755 "sc-executor",11756 "sc-offchain",11757 "sc-service",11758 "serde",11759 "serde_json",11760 "sp-blockchain",11761 "sp-consensus",11762 "sp-core",11763 "sp-keyring",11764 "sp-keystore",11765 "sp-runtime",11766 "sp-state-machine",11767]1176811769[[package]]11770name = "substrate-test-utils"11771version = "4.0.0-dev"11772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11773dependencies = [11774 "futures 0.3.21",11775 "substrate-test-utils-derive",11776 "tokio 1.17.0",11777]1177811779[[package]]11780name = "substrate-test-utils-derive"11781version = "0.10.0-dev"11782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11783dependencies = [11784 "proc-macro-crate 1.1.3",11785 "proc-macro2",11786 "quote",11787 "syn",11788]1178911790[[package]]11791name = "substrate-wasm-builder"11792version = "5.0.0-dev"11793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11794dependencies = [11795 "ansi_term",11796 "build-helper",11797 "cargo_metadata",11798 "sp-maybe-compressed-blob",11799 "strum 0.23.0",11800 "tempfile",11801 "toml",11802 "walkdir",11803 "wasm-gc-api",11804]1180511806[[package]]11807name = "subtle"11808version = "1.0.0"11809source = "registry+https://github.com/rust-lang/crates.io-index"11810checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1181111812[[package]]11813name = "subtle"11814version = "2.4.1"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1181711818[[package]]11819name = "syn"11820version = "1.0.90"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f"11823dependencies = [11824 "proc-macro2",11825 "quote",11826 "unicode-xid",11827]1182811829[[package]]11830name = "synstructure"11831version = "0.12.6"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11834dependencies = [11835 "proc-macro2",11836 "quote",11837 "syn",11838 "unicode-xid",11839]1184011841[[package]]11842name = "tap"11843version = "1.0.1"11844source = "registry+https://github.com/rust-lang/crates.io-index"11845checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1184611847[[package]]11848name = "target-lexicon"11849version = "0.12.3"11850source = "registry+https://github.com/rust-lang/crates.io-index"11851checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1185211853[[package]]11854name = "tempfile"11855version = "3.3.0"11856source = "registry+https://github.com/rust-lang/crates.io-index"11857checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11858dependencies = [11859 "cfg-if 1.0.0",11860 "fastrand",11861 "libc",11862 "redox_syscall",11863 "remove_dir_all",11864 "winapi 0.3.9",11865]1186611867[[package]]11868name = "termcolor"11869version = "1.1.3"11870source = "registry+https://github.com/rust-lang/crates.io-index"11871checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11872dependencies = [11873 "winapi-util",11874]1187511876[[package]]11877name = "test-runtime-constants"11878version = "0.9.18"11879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11880dependencies = [11881 "frame-support",11882 "polkadot-primitives",11883 "polkadot-runtime-common",11884 "smallvec",11885 "sp-runtime",11886]1188711888[[package]]11889name = "textwrap"11890version = "0.15.0"11891source = "registry+https://github.com/rust-lang/crates.io-index"11892checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1189311894[[package]]11895name = "thiserror"11896version = "1.0.30"11897source = "registry+https://github.com/rust-lang/crates.io-index"11898checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11899dependencies = [11900 "thiserror-impl",11901]1190211903[[package]]11904name = "thiserror-impl"11905version = "1.0.30"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11908dependencies = [11909 "proc-macro2",11910 "quote",11911 "syn",11912]1191311914[[package]]11915name = "thread_local"11916version = "1.1.4"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11919dependencies = [11920 "once_cell",11921]1192211923[[package]]11924name = "threadpool"11925version = "1.8.1"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11928dependencies = [11929 "num_cpus",11930]1193111932[[package]]11933name = "thrift"11934version = "0.15.0"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11937dependencies = [11938 "byteorder",11939 "integer-encoding",11940 "log",11941 "ordered-float",11942 "threadpool",11943]1194411945[[package]]11946name = "tikv-jemalloc-sys"11947version = "0.4.3+5.2.1-patched.2"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11950dependencies = [11951 "cc",11952 "fs_extra",11953 "libc",11954]1195511956[[package]]11957name = "time"11958version = "0.1.44"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11961dependencies = [11962 "libc",11963 "wasi 0.10.0+wasi-snapshot-preview1",11964 "winapi 0.3.9",11965]1196611967[[package]]11968name = "tiny-bip39"11969version = "0.8.2"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11972dependencies = [11973 "anyhow",11974 "hmac 0.8.1",11975 "once_cell",11976 "pbkdf2 0.4.0",11977 "rand 0.7.3",11978 "rustc-hash",11979 "sha2 0.9.9",11980 "thiserror",11981 "unicode-normalization",11982 "wasm-bindgen",11983 "zeroize",11984]1198511986[[package]]11987name = "tiny-keccak"11988version = "2.0.2"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11991dependencies = [11992 "crunchy",11993]1199411995[[package]]11996name = "tinyvec"11997version = "1.5.1"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12000dependencies = [12001 "tinyvec_macros",12002]1200312004[[package]]12005name = "tinyvec_macros"12006version = "0.1.0"12007source = "registry+https://github.com/rust-lang/crates.io-index"12008checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1200912010[[package]]12011name = "tokio"12012version = "0.2.25"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12015dependencies = [12016 "bytes 0.5.6",12017 "fnv",12018 "pin-project-lite 0.1.12",12019 "tokio-macros 0.2.6",12020]1202112022[[package]]12023name = "tokio"12024version = "1.17.0"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12027dependencies = [12028 "bytes 1.1.0",12029 "libc",12030 "memchr",12031 "mio 0.8.2",12032 "num_cpus",12033 "once_cell",12034 "parking_lot 0.12.0",12035 "pin-project-lite 0.2.8",12036 "signal-hook-registry",12037 "socket2 0.4.4",12038 "tokio-macros 1.7.0",12039 "winapi 0.3.9",12040]1204112042[[package]]12043name = "tokio-macros"12044version = "0.2.6"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12047dependencies = [12048 "proc-macro2",12049 "quote",12050 "syn",12051]1205212053[[package]]12054name = "tokio-macros"12055version = "1.7.0"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12058dependencies = [12059 "proc-macro2",12060 "quote",12061 "syn",12062]1206312064[[package]]12065name = "tokio-rustls"12066version = "0.22.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12069dependencies = [12070 "rustls 0.19.1",12071 "tokio 1.17.0",12072 "webpki 0.21.4",12073]1207412075[[package]]12076name = "tokio-rustls"12077version = "0.23.3"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12080dependencies = [12081 "rustls 0.20.4",12082 "tokio 1.17.0",12083 "webpki 0.22.0",12084]1208512086[[package]]12087name = "tokio-stream"12088version = "0.1.8"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12091dependencies = [12092 "futures-core",12093 "pin-project-lite 0.2.8",12094 "tokio 1.17.0",12095]1209612097[[package]]12098name = "tokio-util"12099version = "0.6.9"12100source = "registry+https://github.com/rust-lang/crates.io-index"12101checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12102dependencies = [12103 "bytes 1.1.0",12104 "futures-core",12105 "futures-io",12106 "futures-sink",12107 "log",12108 "pin-project-lite 0.2.8",12109 "tokio 1.17.0",12110]1211112112[[package]]12113name = "toml"12114version = "0.5.8"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12117dependencies = [12118 "serde",12119]1212012121[[package]]12122name = "tower-service"12123version = "0.3.1"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1212612127[[package]]12128name = "tracing"12129version = "0.1.32"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12132dependencies = [12133 "cfg-if 1.0.0",12134 "pin-project-lite 0.2.8",12135 "tracing-attributes",12136 "tracing-core",12137]1213812139[[package]]12140name = "tracing-attributes"12141version = "0.1.20"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12144dependencies = [12145 "proc-macro2",12146 "quote",12147 "syn",12148]1214912150[[package]]12151name = "tracing-core"12152version = "0.1.23"12153source = "registry+https://github.com/rust-lang/crates.io-index"12154checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12155dependencies = [12156 "lazy_static",12157 "valuable",12158]1215912160[[package]]12161name = "tracing-futures"12162version = "0.2.5"12163source = "registry+https://github.com/rust-lang/crates.io-index"12164checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12165dependencies = [12166 "pin-project 1.0.10",12167 "tracing",12168]1216912170[[package]]12171name = "tracing-log"12172version = "0.1.2"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12175dependencies = [12176 "lazy_static",12177 "log",12178 "tracing-core",12179]1218012181[[package]]12182name = "tracing-serde"12183version = "0.1.3"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12186dependencies = [12187 "serde",12188 "tracing-core",12189]1219012191[[package]]12192name = "tracing-subscriber"12193version = "0.2.25"12194source = "registry+https://github.com/rust-lang/crates.io-index"12195checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12196dependencies = [12197 "ansi_term",12198 "chrono",12199 "lazy_static",12200 "matchers",12201 "parking_lot 0.11.2",12202 "regex",12203 "serde",12204 "serde_json",12205 "sharded-slab",12206 "smallvec",12207 "thread_local",12208 "tracing",12209 "tracing-core",12210 "tracing-log",12211 "tracing-serde",12212]1221312214[[package]]12215name = "trie-db"12216version = "0.23.1"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12219dependencies = [12220 "hash-db",12221 "hashbrown 0.12.0",12222 "log",12223 "rustc-hex",12224 "smallvec",12225]1222612227[[package]]12228name = "trie-root"12229version = "0.17.0"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12232dependencies = [12233 "hash-db",12234]1223512236[[package]]12237name = "triehash"12238version = "0.8.4"12239source = "registry+https://github.com/rust-lang/crates.io-index"12240checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12241dependencies = [12242 "hash-db",12243 "rlp",12244]1224512246[[package]]12247name = "trust-dns-proto"12248version = "0.20.4"12249source = "registry+https://github.com/rust-lang/crates.io-index"12250checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12251dependencies = [12252 "async-trait",12253 "cfg-if 1.0.0",12254 "data-encoding",12255 "enum-as-inner",12256 "futures-channel",12257 "futures-io",12258 "futures-util",12259 "idna 0.2.3",12260 "ipnet",12261 "lazy_static",12262 "log",12263 "rand 0.8.5",12264 "smallvec",12265 "thiserror",12266 "tinyvec",12267 "url 2.2.2",12268]1226912270[[package]]12271name = "trust-dns-resolver"12272version = "0.20.4"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12275dependencies = [12276 "cfg-if 1.0.0",12277 "futures-util",12278 "ipconfig",12279 "lazy_static",12280 "log",12281 "lru-cache",12282 "parking_lot 0.11.2",12283 "resolv-conf",12284 "smallvec",12285 "thiserror",12286 "trust-dns-proto",12287]1228812289[[package]]12290name = "try-lock"12291version = "0.2.3"12292source = "registry+https://github.com/rust-lang/crates.io-index"12293checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1229412295[[package]]12296name = "try-runtime-cli"12297version = "0.10.0-dev"12298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12299dependencies = [12300 "clap",12301 "jsonrpsee 0.4.1",12302 "log",12303 "parity-scale-codec",12304 "remote-externalities",12305 "sc-chain-spec",12306 "sc-cli",12307 "sc-executor",12308 "sc-service",12309 "serde",12310 "sp-core",12311 "sp-externalities",12312 "sp-io",12313 "sp-keystore",12314 "sp-runtime",12315 "sp-state-machine",12316 "sp-version",12317 "zstd",12318]1231912320[[package]]12321name = "tt-call"12322version = "1.0.8"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1232512326[[package]]12327name = "twox-hash"12328version = "1.6.2"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12331dependencies = [12332 "cfg-if 1.0.0",12333 "digest 0.10.3",12334 "rand 0.8.5",12335 "static_assertions",12336]1233712338[[package]]12339name = "typenum"12340version = "1.15.0"12341source = "registry+https://github.com/rust-lang/crates.io-index"12342checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1234312344[[package]]12345name = "uc-rpc"12346version = "0.1.0"12347dependencies = [12348 "jsonrpc-core",12349 "jsonrpc-core-client",12350 "jsonrpc-derive",12351 "pallet-common",12352 "pallet-evm",12353 "parity-scale-codec",12354 "sp-api",12355 "sp-blockchain",12356 "sp-core",12357 "sp-rpc",12358 "sp-runtime",12359 "up-data-structs",12360 "up-rpc",12361]1236212363[[package]]12364name = "ucd-trie"12365version = "0.1.3"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1236812369[[package]]12370name = "uint"12371version = "0.9.3"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12374dependencies = [12375 "byteorder",12376 "crunchy",12377 "hex",12378 "static_assertions",12379]1238012381[[package]]12382name = "unicase"12383version = "2.6.0"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12386dependencies = [12387 "version_check",12388]1238912390[[package]]12391name = "unicode-bidi"12392version = "0.3.7"12393source = "registry+https://github.com/rust-lang/crates.io-index"12394checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1239512396[[package]]12397name = "unicode-normalization"12398version = "0.1.19"12399source = "registry+https://github.com/rust-lang/crates.io-index"12400checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12401dependencies = [12402 "tinyvec",12403]1240412405[[package]]12406name = "unicode-segmentation"12407version = "1.9.0"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1241012411[[package]]12412name = "unicode-xid"12413version = "0.2.2"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1241612417[[package]]12418name = "unique-node"12419version = "0.9.18"12420dependencies = [12421 "clap",12422 "cumulus-client-cli",12423 "cumulus-client-collator",12424 "cumulus-client-consensus-aura",12425 "cumulus-client-consensus-common",12426 "cumulus-client-network",12427 "cumulus-client-service",12428 "cumulus-primitives-core",12429 "cumulus-primitives-parachain-inherent",12430 "cumulus-relay-chain-inprocess-interface",12431 "cumulus-relay-chain-interface",12432 "cumulus-relay-chain-rpc-interface",12433 "fc-consensus",12434 "fc-db",12435 "fc-mapping-sync",12436 "fc-rpc",12437 "fc-rpc-core",12438 "flexi_logger",12439 "fp-rpc",12440 "frame-benchmarking",12441 "frame-benchmarking-cli",12442 "futures 0.3.21",12443 "jsonrpc-core",12444 "jsonrpc-pubsub",12445 "log",12446 "opal-runtime",12447 "pallet-ethereum",12448 "pallet-transaction-payment-rpc",12449 "pallet-transaction-payment-rpc-runtime-api",12450 "parity-scale-codec",12451 "parking_lot 0.11.2",12452 "polkadot-cli",12453 "polkadot-parachain",12454 "polkadot-primitives",12455 "polkadot-service",12456 "polkadot-test-service",12457 "quartz-runtime",12458 "sc-basic-authorship",12459 "sc-chain-spec",12460 "sc-cli",12461 "sc-client-api",12462 "sc-consensus",12463 "sc-consensus-aura",12464 "sc-consensus-manual-seal",12465 "sc-executor",12466 "sc-finality-grandpa",12467 "sc-keystore",12468 "sc-network",12469 "sc-rpc",12470 "sc-rpc-api",12471 "sc-service",12472 "sc-telemetry",12473 "sc-tracing",12474 "sc-transaction-pool",12475 "serde",12476 "serde_json",12477 "sp-api",12478 "sp-block-builder",12479 "sp-blockchain",12480 "sp-consensus",12481 "sp-consensus-aura",12482 "sp-core",12483 "sp-finality-grandpa",12484 "sp-inherents",12485 "sp-keystore",12486 "sp-offchain",12487 "sp-runtime",12488 "sp-session",12489 "sp-timestamp",12490 "sp-transaction-pool",12491 "sp-trie",12492 "substrate-build-script-utils",12493 "substrate-frame-rpc-system",12494 "substrate-prometheus-endpoint",12495 "unique-rpc",12496 "unique-runtime",12497 "unique-runtime-common",12498 "up-data-structs",12499 "up-rpc",12500]1250112502[[package]]12503name = "unique-rpc"12504version = "0.1.0"12505dependencies = [12506 "fc-db",12507 "fc-mapping-sync",12508 "fc-rpc",12509 "fc-rpc-core",12510 "fp-rpc",12511 "futures 0.3.21",12512 "jsonrpc-core",12513 "jsonrpc-pubsub",12514 "pallet-common",12515 "pallet-ethereum",12516 "pallet-transaction-payment-rpc",12517 "pallet-transaction-payment-rpc-runtime-api",12518 "pallet-unique",12519 "sc-client-api",12520 "sc-consensus-aura",12521 "sc-consensus-epochs",12522 "sc-finality-grandpa",12523 "sc-finality-grandpa-rpc",12524 "sc-keystore",12525 "sc-network",12526 "sc-rpc",12527 "sc-rpc-api",12528 "sc-service",12529 "sc-transaction-pool",12530 "serde",12531 "sp-api",12532 "sp-block-builder",12533 "sp-blockchain",12534 "sp-consensus",12535 "sp-consensus-aura",12536 "sp-core",12537 "sp-offchain",12538 "sp-runtime",12539 "sp-session",12540 "sp-storage",12541 "sp-transaction-pool",12542 "substrate-frame-rpc-system",12543 "tokio 0.2.25",12544 "uc-rpc",12545 "unique-runtime-common",12546 "up-rpc",12547]1254812549[[package]]12550name = "unique-runtime"12551version = "0.9.17"12552dependencies = [12553 "cumulus-pallet-aura-ext",12554 "cumulus-pallet-dmp-queue",12555 "cumulus-pallet-parachain-system",12556 "cumulus-pallet-xcm",12557 "cumulus-pallet-xcmp-queue",12558 "cumulus-primitives-core",12559 "cumulus-primitives-timestamp",12560 "cumulus-primitives-utility",12561 "derivative",12562 "fp-evm-mapping",12563 "fp-rpc",12564 "fp-self-contained",12565 "frame-benchmarking",12566 "frame-executive",12567 "frame-support",12568 "frame-system",12569 "frame-system-benchmarking",12570 "frame-system-rpc-runtime-api",12571 "hex-literal",12572 "orml-vesting",12573 "pallet-aura",12574 "pallet-balances",12575 "pallet-base-fee",12576 "pallet-common",12577 "pallet-ethereum",12578 "pallet-evm",12579 "pallet-evm-coder-substrate",12580 "pallet-evm-contract-helpers",12581 "pallet-evm-migration",12582 "pallet-evm-transaction-payment",12583 "pallet-fungible",12584 "pallet-inflation",12585 "pallet-nonfungible",12586 "pallet-randomness-collective-flip",12587 "pallet-refungible",12588 "pallet-sudo",12589 "pallet-template-transaction-payment",12590 "pallet-timestamp",12591 "pallet-transaction-payment",12592 "pallet-transaction-payment-rpc-runtime-api",12593 "pallet-treasury",12594 "pallet-unique",12595 "pallet-unq-scheduler",12596 "pallet-xcm",12597 "parachain-info",12598 "parity-scale-codec",12599 "polkadot-parachain",12600 "scale-info",12601 "serde",12602 "smallvec",12603 "sp-api",12604 "sp-arithmetic",12605 "sp-block-builder",12606 "sp-consensus-aura",12607 "sp-core",12608 "sp-inherents",12609 "sp-io",12610 "sp-offchain",12611 "sp-runtime",12612 "sp-session",12613 "sp-std",12614 "sp-transaction-pool",12615 "sp-version",12616 "substrate-wasm-builder",12617 "unique-runtime-common",12618 "up-data-structs",12619 "up-rpc",12620 "xcm",12621 "xcm-builder",12622 "xcm-executor",12623]1262412625[[package]]12626name = "unique-runtime-common"12627version = "0.1.0"12628dependencies = [12629 "fp-rpc",12630 "frame-support",12631 "frame-system",12632 "pallet-common",12633 "pallet-evm",12634 "parity-scale-codec",12635 "scale-info",12636 "sp-consensus-aura",12637 "sp-core",12638 "sp-runtime",12639]1264012641[[package]]12642name = "universal-hash"12643version = "0.4.1"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12646dependencies = [12647 "generic-array 0.14.5",12648 "subtle 2.4.1",12649]1265012651[[package]]12652name = "unsigned-varint"12653version = "0.5.1"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1265612657[[package]]12658name = "unsigned-varint"12659version = "0.6.0"12660source = "registry+https://github.com/rust-lang/crates.io-index"12661checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12662dependencies = [12663 "asynchronous-codec 0.5.0",12664 "bytes 1.1.0",12665 "futures-io",12666 "futures-util",12667]1266812669[[package]]12670name = "unsigned-varint"12671version = "0.7.1"12672source = "registry+https://github.com/rust-lang/crates.io-index"12673checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12674dependencies = [12675 "asynchronous-codec 0.6.0",12676 "bytes 1.1.0",12677 "futures-io",12678 "futures-util",12679]1268012681[[package]]12682name = "untrusted"12683version = "0.7.1"12684source = "registry+https://github.com/rust-lang/crates.io-index"12685checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1268612687[[package]]12688name = "up-data-structs"12689version = "0.1.0"12690dependencies = [12691 "derivative",12692 "frame-support",12693 "frame-system",12694 "parity-scale-codec",12695 "scale-info",12696 "serde",12697 "sp-core",12698 "sp-runtime",12699 "sp-std",12700]1270112702[[package]]12703name = "up-rpc"12704version = "0.1.0"12705dependencies = [12706 "pallet-common",12707 "pallet-evm",12708 "parity-scale-codec",12709 "sp-api",12710 "sp-core",12711 "sp-runtime",12712 "sp-std",12713 "up-data-structs",12714]1271512716[[package]]12717name = "up-sponsorship"12718version = "0.1.0"12719source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12720dependencies = [12721 "impl-trait-for-tuples",12722]1272312724[[package]]12725name = "url"12726version = "1.7.2"12727source = "registry+https://github.com/rust-lang/crates.io-index"12728checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12729dependencies = [12730 "idna 0.1.5",12731 "matches",12732 "percent-encoding 1.0.1",12733]1273412735[[package]]12736name = "url"12737version = "2.2.2"12738source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12740dependencies = [12741 "form_urlencoded",12742 "idna 0.2.3",12743 "matches",12744 "percent-encoding 2.1.0",12745]1274612747[[package]]12748name = "valuable"12749version = "0.1.0"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1275212753[[package]]12754name = "value-bag"12755version = "1.0.0-alpha.8"12756source = "registry+https://github.com/rust-lang/crates.io-index"12757checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12758dependencies = [12759 "ctor",12760 "version_check",12761]1276212763[[package]]12764name = "vcpkg"12765version = "0.2.15"12766source = "registry+https://github.com/rust-lang/crates.io-index"12767checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1276812769[[package]]12770name = "version_check"12771version = "0.9.4"12772source = "registry+https://github.com/rust-lang/crates.io-index"12773checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1277412775[[package]]12776name = "void"12777version = "1.0.2"12778source = "registry+https://github.com/rust-lang/crates.io-index"12779checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1278012781[[package]]12782name = "waker-fn"12783version = "1.1.0"12784source = "registry+https://github.com/rust-lang/crates.io-index"12785checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1278612787[[package]]12788name = "walkdir"12789version = "2.3.2"12790source = "registry+https://github.com/rust-lang/crates.io-index"12791checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12792dependencies = [12793 "same-file",12794 "winapi 0.3.9",12795 "winapi-util",12796]1279712798[[package]]12799name = "want"12800version = "0.3.0"12801source = "registry+https://github.com/rust-lang/crates.io-index"12802checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12803dependencies = [12804 "log",12805 "try-lock",12806]1280712808[[package]]12809name = "wasi"12810version = "0.9.0+wasi-snapshot-preview1"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1281312814[[package]]12815name = "wasi"12816version = "0.10.0+wasi-snapshot-preview1"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1281912820[[package]]12821name = "wasi"12822version = "0.11.0+wasi-snapshot-preview1"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1282512826[[package]]12827name = "wasm-bindgen"12828version = "0.2.79"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12831dependencies = [12832 "cfg-if 1.0.0",12833 "wasm-bindgen-macro",12834]1283512836[[package]]12837name = "wasm-bindgen-backend"12838version = "0.2.79"12839source = "registry+https://github.com/rust-lang/crates.io-index"12840checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12841dependencies = [12842 "bumpalo",12843 "lazy_static",12844 "log",12845 "proc-macro2",12846 "quote",12847 "syn",12848 "wasm-bindgen-shared",12849]1285012851[[package]]12852name = "wasm-bindgen-futures"12853version = "0.4.29"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12856dependencies = [12857 "cfg-if 1.0.0",12858 "js-sys",12859 "wasm-bindgen",12860 "web-sys",12861]1286212863[[package]]12864name = "wasm-bindgen-macro"12865version = "0.2.79"12866source = "registry+https://github.com/rust-lang/crates.io-index"12867checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12868dependencies = [12869 "quote",12870 "wasm-bindgen-macro-support",12871]1287212873[[package]]12874name = "wasm-bindgen-macro-support"12875version = "0.2.79"12876source = "registry+https://github.com/rust-lang/crates.io-index"12877checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12878dependencies = [12879 "proc-macro2",12880 "quote",12881 "syn",12882 "wasm-bindgen-backend",12883 "wasm-bindgen-shared",12884]1288512886[[package]]12887name = "wasm-bindgen-shared"12888version = "0.2.79"12889source = "registry+https://github.com/rust-lang/crates.io-index"12890checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1289112892[[package]]12893name = "wasm-gc-api"12894version = "0.1.11"12895source = "registry+https://github.com/rust-lang/crates.io-index"12896checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12897dependencies = [12898 "log",12899 "parity-wasm 0.32.0",12900 "rustc-demangle",12901]1290212903[[package]]12904name = "wasm-instrument"12905version = "0.1.1"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12908dependencies = [12909 "parity-wasm 0.42.2",12910]1291112912[[package]]12913name = "wasm-timer"12914version = "0.2.5"12915source = "registry+https://github.com/rust-lang/crates.io-index"12916checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12917dependencies = [12918 "futures 0.3.21",12919 "js-sys",12920 "parking_lot 0.11.2",12921 "pin-utils",12922 "wasm-bindgen",12923 "wasm-bindgen-futures",12924 "web-sys",12925]1292612927[[package]]12928name = "wasmi"12929version = "0.9.1"12930source = "registry+https://github.com/rust-lang/crates.io-index"12931checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12932dependencies = [12933 "downcast-rs",12934 "libc",12935 "memory_units",12936 "num-rational 0.2.4",12937 "num-traits",12938 "parity-wasm 0.42.2",12939 "wasmi-validation",12940]1294112942[[package]]12943name = "wasmi-validation"12944version = "0.4.1"12945source = "registry+https://github.com/rust-lang/crates.io-index"12946checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12947dependencies = [12948 "parity-wasm 0.42.2",12949]1295012951[[package]]12952name = "wasmparser"12953version = "0.81.0"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1295612957[[package]]12958name = "wasmtime"12959version = "0.33.1"12960source = "registry+https://github.com/rust-lang/crates.io-index"12961checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12962dependencies = [12963 "anyhow",12964 "backtrace",12965 "bincode",12966 "cfg-if 1.0.0",12967 "cpp_demangle",12968 "indexmap",12969 "lazy_static",12970 "libc",12971 "log",12972 "object",12973 "paste",12974 "psm",12975 "rayon",12976 "region",12977 "rustc-demangle",12978 "serde",12979 "target-lexicon",12980 "wasmparser",12981 "wasmtime-cache",12982 "wasmtime-cranelift",12983 "wasmtime-environ",12984 "wasmtime-jit",12985 "wasmtime-runtime",12986 "winapi 0.3.9",12987]1298812989[[package]]12990name = "wasmtime-cache"12991version = "0.33.1"12992source = "registry+https://github.com/rust-lang/crates.io-index"12993checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12994dependencies = [12995 "anyhow",12996 "base64",12997 "bincode",12998 "directories-next",12999 "file-per-thread-logger",13000 "log",13001 "rustix",13002 "serde",13003 "sha2 0.9.9",13004 "toml",13005 "winapi 0.3.9",13006 "zstd",13007]1300813009[[package]]13010name = "wasmtime-cranelift"13011version = "0.33.1"13012source = "registry+https://github.com/rust-lang/crates.io-index"13013checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13014dependencies = [13015 "anyhow",13016 "cranelift-codegen",13017 "cranelift-entity",13018 "cranelift-frontend",13019 "cranelift-native",13020 "cranelift-wasm",13021 "gimli",13022 "log",13023 "more-asserts",13024 "object",13025 "target-lexicon",13026 "thiserror",13027 "wasmparser",13028 "wasmtime-environ",13029]1303013031[[package]]13032name = "wasmtime-environ"13033version = "0.33.1"13034source = "registry+https://github.com/rust-lang/crates.io-index"13035checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13036dependencies = [13037 "anyhow",13038 "cranelift-entity",13039 "gimli",13040 "indexmap",13041 "log",13042 "more-asserts",13043 "object",13044 "serde",13045 "target-lexicon",13046 "thiserror",13047 "wasmparser",13048 "wasmtime-types",13049]1305013051[[package]]13052name = "wasmtime-jit"13053version = "0.33.1"13054source = "registry+https://github.com/rust-lang/crates.io-index"13055checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13056dependencies = [13057 "addr2line",13058 "anyhow",13059 "bincode",13060 "cfg-if 1.0.0",13061 "gimli",13062 "object",13063 "region",13064 "rustix",13065 "serde",13066 "target-lexicon",13067 "thiserror",13068 "wasmtime-environ",13069 "wasmtime-runtime",13070 "winapi 0.3.9",13071]1307213073[[package]]13074name = "wasmtime-runtime"13075version = "0.33.1"13076source = "registry+https://github.com/rust-lang/crates.io-index"13077checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13078dependencies = [13079 "anyhow",13080 "backtrace",13081 "cc",13082 "cfg-if 1.0.0",13083 "indexmap",13084 "lazy_static",13085 "libc",13086 "log",13087 "mach",13088 "memoffset",13089 "more-asserts",13090 "rand 0.8.5",13091 "region",13092 "rustix",13093 "thiserror",13094 "wasmtime-environ",13095 "winapi 0.3.9",13096]1309713098[[package]]13099name = "wasmtime-types"13100version = "0.33.1"13101source = "registry+https://github.com/rust-lang/crates.io-index"13102checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13103dependencies = [13104 "cranelift-entity",13105 "serde",13106 "thiserror",13107 "wasmparser",13108]1310913110[[package]]13111name = "web-sys"13112version = "0.3.56"13113source = "registry+https://github.com/rust-lang/crates.io-index"13114checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13115dependencies = [13116 "js-sys",13117 "wasm-bindgen",13118]1311913120[[package]]13121name = "webpki"13122version = "0.21.4"13123source = "registry+https://github.com/rust-lang/crates.io-index"13124checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13125dependencies = [13126 "ring",13127 "untrusted",13128]1312913130[[package]]13131name = "webpki"13132version = "0.22.0"13133source = "registry+https://github.com/rust-lang/crates.io-index"13134checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13135dependencies = [13136 "ring",13137 "untrusted",13138]1313913140[[package]]13141name = "webpki-roots"13142version = "0.21.1"13143source = "registry+https://github.com/rust-lang/crates.io-index"13144checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13145dependencies = [13146 "webpki 0.21.4",13147]1314813149[[package]]13150name = "webpki-roots"13151version = "0.22.2"13152source = "registry+https://github.com/rust-lang/crates.io-index"13153checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13154dependencies = [13155 "webpki 0.22.0",13156]1315713158[[package]]13159name = "wepoll-ffi"13160version = "0.1.2"13161source = "registry+https://github.com/rust-lang/crates.io-index"13162checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13163dependencies = [13164 "cc",13165]1316613167[[package]]13168name = "westend-runtime"13169version = "0.9.18"13170source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13171dependencies = [13172 "beefy-primitives",13173 "bitvec",13174 "frame-benchmarking",13175 "frame-election-provider-support",13176 "frame-executive",13177 "frame-support",13178 "frame-system",13179 "frame-system-benchmarking",13180 "frame-system-rpc-runtime-api",13181 "frame-try-runtime",13182 "hex-literal",13183 "log",13184 "pallet-authority-discovery",13185 "pallet-authorship",13186 "pallet-babe",13187 "pallet-bags-list",13188 "pallet-balances",13189 "pallet-collective",13190 "pallet-democracy",13191 "pallet-election-provider-multi-phase",13192 "pallet-elections-phragmen",13193 "pallet-grandpa",13194 "pallet-identity",13195 "pallet-im-online",13196 "pallet-indices",13197 "pallet-membership",13198 "pallet-mmr-primitives",13199 "pallet-multisig",13200 "pallet-nicks",13201 "pallet-offences",13202 "pallet-offences-benchmarking",13203 "pallet-preimage",13204 "pallet-proxy",13205 "pallet-recovery",13206 "pallet-scheduler",13207 "pallet-session",13208 "pallet-session-benchmarking",13209 "pallet-society",13210 "pallet-staking",13211 "pallet-staking-reward-curve",13212 "pallet-sudo",13213 "pallet-timestamp",13214 "pallet-transaction-payment",13215 "pallet-transaction-payment-rpc-runtime-api",13216 "pallet-treasury",13217 "pallet-utility",13218 "pallet-vesting",13219 "pallet-xcm",13220 "pallet-xcm-benchmarks",13221 "parity-scale-codec",13222 "polkadot-parachain",13223 "polkadot-primitives",13224 "polkadot-runtime-common",13225 "polkadot-runtime-parachains",13226 "rustc-hex",13227 "scale-info",13228 "serde",13229 "serde_derive",13230 "smallvec",13231 "sp-api",13232 "sp-authority-discovery",13233 "sp-block-builder",13234 "sp-consensus-babe",13235 "sp-core",13236 "sp-inherents",13237 "sp-io",13238 "sp-npos-elections",13239 "sp-offchain",13240 "sp-runtime",13241 "sp-session",13242 "sp-staking",13243 "sp-std",13244 "sp-transaction-pool",13245 "sp-version",13246 "substrate-wasm-builder",13247 "westend-runtime-constants",13248 "xcm",13249 "xcm-builder",13250 "xcm-executor",13251]1325213253[[package]]13254name = "westend-runtime-constants"13255version = "0.9.18"13256source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13257dependencies = [13258 "frame-support",13259 "polkadot-primitives",13260 "polkadot-runtime-common",13261 "smallvec",13262 "sp-runtime",13263]1326413265[[package]]13266name = "which"13267version = "4.2.5"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13270dependencies = [13271 "either",13272 "lazy_static",13273 "libc",13274]1327513276[[package]]13277name = "widestring"13278version = "0.4.3"13279source = "registry+https://github.com/rust-lang/crates.io-index"13280checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1328113282[[package]]13283name = "winapi"13284version = "0.2.8"13285source = "registry+https://github.com/rust-lang/crates.io-index"13286checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1328713288[[package]]13289name = "winapi"13290version = "0.3.9"13291source = "registry+https://github.com/rust-lang/crates.io-index"13292checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13293dependencies = [13294 "winapi-i686-pc-windows-gnu",13295 "winapi-x86_64-pc-windows-gnu",13296]1329713298[[package]]13299name = "winapi-build"13300version = "0.1.1"13301source = "registry+https://github.com/rust-lang/crates.io-index"13302checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1330313304[[package]]13305name = "winapi-i686-pc-windows-gnu"13306version = "0.4.0"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330913310[[package]]13311name = "winapi-util"13312version = "0.1.5"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13315dependencies = [13316 "winapi 0.3.9",13317]1331813319[[package]]13320name = "winapi-x86_64-pc-windows-gnu"13321version = "0.4.0"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1332413325[[package]]13326name = "windows-sys"13327version = "0.32.0"13328source = "registry+https://github.com/rust-lang/crates.io-index"13329checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13330dependencies = [13331 "windows_aarch64_msvc",13332 "windows_i686_gnu",13333 "windows_i686_msvc",13334 "windows_x86_64_gnu",13335 "windows_x86_64_msvc",13336]1333713338[[package]]13339name = "windows_aarch64_msvc"13340version = "0.32.0"13341source = "registry+https://github.com/rust-lang/crates.io-index"13342checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1334313344[[package]]13345name = "windows_i686_gnu"13346version = "0.32.0"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1334913350[[package]]13351name = "windows_i686_msvc"13352version = "0.32.0"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1335513356[[package]]13357name = "windows_x86_64_gnu"13358version = "0.32.0"13359source = "registry+https://github.com/rust-lang/crates.io-index"13360checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1336113362[[package]]13363name = "windows_x86_64_msvc"13364version = "0.32.0"13365source = "registry+https://github.com/rust-lang/crates.io-index"13366checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1336713368[[package]]13369name = "winreg"13370version = "0.6.2"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13373dependencies = [13374 "winapi 0.3.9",13375]1337613377[[package]]13378name = "ws2_32-sys"13379version = "0.2.1"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13382dependencies = [13383 "winapi 0.2.8",13384 "winapi-build",13385]1338613387[[package]]13388name = "wyz"13389version = "0.5.0"13390source = "registry+https://github.com/rust-lang/crates.io-index"13391checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13392dependencies = [13393 "tap",13394]1339513396[[package]]13397name = "x25519-dalek"13398version = "1.1.1"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13401dependencies = [13402 "curve25519-dalek 3.2.0",13403 "rand_core 0.5.1",13404 "zeroize",13405]1340613407[[package]]13408name = "xcm"13409version = "0.9.18"13410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13411dependencies = [13412 "derivative",13413 "impl-trait-for-tuples",13414 "log",13415 "parity-scale-codec",13416 "scale-info",13417 "xcm-procedural",13418]1341913420[[package]]13421name = "xcm-builder"13422version = "0.9.18"13423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13424dependencies = [13425 "frame-support",13426 "frame-system",13427 "log",13428 "pallet-transaction-payment",13429 "parity-scale-codec",13430 "polkadot-parachain",13431 "scale-info",13432 "sp-arithmetic",13433 "sp-io",13434 "sp-runtime",13435 "sp-std",13436 "xcm",13437 "xcm-executor",13438]1343913440[[package]]13441name = "xcm-executor"13442version = "0.9.18"13443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13444dependencies = [13445 "frame-benchmarking",13446 "frame-support",13447 "impl-trait-for-tuples",13448 "log",13449 "parity-scale-codec",13450 "sp-arithmetic",13451 "sp-core",13452 "sp-io",13453 "sp-runtime",13454 "sp-std",13455 "xcm",13456]1345713458[[package]]13459name = "xcm-procedural"13460version = "0.1.0"13461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13462dependencies = [13463 "Inflector",13464 "proc-macro2",13465 "quote",13466 "syn",13467]1346813469[[package]]13470name = "yamux"13471version = "0.9.0"13472source = "registry+https://github.com/rust-lang/crates.io-index"13473checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13474dependencies = [13475 "futures 0.3.21",13476 "log",13477 "nohash-hasher",13478 "parking_lot 0.11.2",13479 "rand 0.8.5",13480 "static_assertions",13481]1348213483[[package]]13484name = "yansi"13485version = "0.5.1"13486source = "registry+https://github.com/rust-lang/crates.io-index"13487checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1348813489[[package]]13490name = "zeroize"13491version = "1.5.4"13492source = "registry+https://github.com/rust-lang/crates.io-index"13493checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13494dependencies = [13495 "zeroize_derive",13496]1349713498[[package]]13499name = "zeroize_derive"13500version = "1.3.2"13501source = "registry+https://github.com/rust-lang/crates.io-index"13502checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13503dependencies = [13504 "proc-macro2",13505 "quote",13506 "syn",13507 "synstructure",13508]1350913510[[package]]13511name = "zstd"13512version = "0.9.2+zstd.1.5.1"13513source = "registry+https://github.com/rust-lang/crates.io-index"13514checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13515dependencies = [13516 "zstd-safe",13517]1351813519[[package]]13520name = "zstd-safe"13521version = "4.1.3+zstd.1.5.1"13522source = "registry+https://github.com/rust-lang/crates.io-index"13523checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13524dependencies = [13525 "libc",13526 "zstd-sys",13527]1352813529[[package]]13530name = "zstd-sys"13531version = "1.6.2+zstd.1.5.1"13532source = "registry+https://github.com/rust-lang/crates.io-index"13533checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13534dependencies = [13535 "cc",13536 "libc",13537]