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

difftreelog

source

Cargo.lock305.1 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle 2.4.1",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.6",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.4"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.53"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.6",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.5.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.7",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.8"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.7"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.4"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.4"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.4"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-evm-mapping"2755version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2757dependencies = [2758 "frame-support",2759 "sp-core",2760]27612762[[package]]2763name = "fp-rpc"2764version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2766dependencies = [2767 "ethereum",2768 "ethereum-types",2769 "fp-evm",2770 "parity-scale-codec",2771 "scale-info",2772 "sp-api",2773 "sp-core",2774 "sp-io",2775 "sp-runtime",2776 "sp-std",2777]27782779[[package]]2780name = "fp-self-contained"2781version = "1.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2783dependencies = [2784 "ethereum",2785 "frame-support",2786 "parity-scale-codec",2787 "parity-util-mem",2788 "scale-info",2789 "serde",2790 "sha3 0.8.2",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794]27952796[[package]]2797name = "fp-storage"2798version = "2.0.0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"28002801[[package]]2802name = "frame-benchmarking"2803version = "4.0.0-dev"2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2805dependencies = [2806 "frame-support",2807 "frame-system",2808 "linregress",2809 "log",2810 "parity-scale-codec",2811 "paste",2812 "scale-info",2813 "serde",2814 "sp-api",2815 "sp-application-crypto",2816 "sp-io",2817 "sp-runtime",2818 "sp-runtime-interface",2819 "sp-std",2820 "sp-storage",2821]28222823[[package]]2824name = "frame-benchmarking-cli"2825version = "4.0.0-dev"2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2827dependencies = [2828 "Inflector",2829 "chrono",2830 "clap",2831 "frame-benchmarking",2832 "frame-support",2833 "handlebars",2834 "hash-db",2835 "hex",2836 "itertools",2837 "kvdb",2838 "linked-hash-map",2839 "log",2840 "memory-db",2841 "parity-scale-codec",2842 "rand 0.8.5",2843 "sc-cli",2844 "sc-client-api",2845 "sc-client-db",2846 "sc-executor",2847 "sc-service",2848 "serde",2849 "serde_json",2850 "serde_nanos",2851 "sp-api",2852 "sp-blockchain",2853 "sp-core",2854 "sp-database",2855 "sp-externalities",2856 "sp-keystore",2857 "sp-runtime",2858 "sp-state-machine",2859 "sp-std",2860 "sp-storage",2861 "sp-trie",2862]28632864[[package]]2865name = "frame-election-provider-support"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2868dependencies = [2869 "frame-support",2870 "frame-system",2871 "parity-scale-codec",2872 "scale-info",2873 "sp-arithmetic",2874 "sp-npos-elections",2875 "sp-std",2876]28772878[[package]]2879name = "frame-executive"2880version = "4.0.0-dev"2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2882dependencies = [2883 "frame-support",2884 "frame-system",2885 "parity-scale-codec",2886 "scale-info",2887 "sp-core",2888 "sp-io",2889 "sp-runtime",2890 "sp-std",2891 "sp-tracing",2892]28932894[[package]]2895name = "frame-metadata"2896version = "15.0.0"2897source = "registry+https://github.com/rust-lang/crates.io-index"2898checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2899dependencies = [2900 "cfg-if 1.0.0",2901 "parity-scale-codec",2902 "scale-info",2903 "serde",2904]29052906[[package]]2907name = "frame-support"2908version = "4.0.0-dev"2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2910dependencies = [2911 "bitflags",2912 "frame-metadata",2913 "frame-support-procedural",2914 "impl-trait-for-tuples",2915 "log",2916 "once_cell",2917 "parity-scale-codec",2918 "paste",2919 "scale-info",2920 "serde",2921 "smallvec",2922 "sp-arithmetic",2923 "sp-core",2924 "sp-core-hashing-proc-macro",2925 "sp-inherents",2926 "sp-io",2927 "sp-runtime",2928 "sp-staking",2929 "sp-state-machine",2930 "sp-std",2931 "sp-tracing",2932 "tt-call",2933]29342935[[package]]2936name = "frame-support-procedural"2937version = "4.0.0-dev"2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2939dependencies = [2940 "Inflector",2941 "frame-support-procedural-tools",2942 "proc-macro2",2943 "quote",2944 "syn",2945]29462947[[package]]2948name = "frame-support-procedural-tools"2949version = "4.0.0-dev"2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2951dependencies = [2952 "frame-support-procedural-tools-derive",2953 "proc-macro-crate 1.1.3",2954 "proc-macro2",2955 "quote",2956 "syn",2957]29582959[[package]]2960name = "frame-support-procedural-tools-derive"2961version = "3.0.0"2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2963dependencies = [2964 "proc-macro2",2965 "quote",2966 "syn",2967]29682969[[package]]2970name = "frame-system"2971version = "4.0.0-dev"2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2973dependencies = [2974 "frame-support",2975 "log",2976 "parity-scale-codec",2977 "scale-info",2978 "serde",2979 "sp-core",2980 "sp-io",2981 "sp-runtime",2982 "sp-std",2983 "sp-version",2984]29852986[[package]]2987name = "frame-system-benchmarking"2988version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2990dependencies = [2991 "frame-benchmarking",2992 "frame-support",2993 "frame-system",2994 "parity-scale-codec",2995 "scale-info",2996 "sp-core",2997 "sp-runtime",2998 "sp-std",2999]30003001[[package]]3002name = "frame-system-rpc-runtime-api"3003version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "parity-scale-codec",3007 "sp-api",3008]30093010[[package]]3011name = "frame-try-runtime"3012version = "0.10.0-dev"3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3014dependencies = [3015 "frame-support",3016 "sp-api",3017 "sp-runtime",3018 "sp-std",3019]30203021[[package]]3022name = "fs-err"3023version = "2.7.0"3024source = "registry+https://github.com/rust-lang/crates.io-index"3025checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30263027[[package]]3028name = "fs-swap"3029version = "0.2.6"3030source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3032dependencies = [3033 "lazy_static",3034 "libc",3035 "libloading 0.5.2",3036 "winapi 0.3.9",3037]30383039[[package]]3040name = "fs2"3041version = "0.4.3"3042source = "registry+https://github.com/rust-lang/crates.io-index"3043checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3044dependencies = [3045 "libc",3046 "winapi 0.3.9",3047]30483049[[package]]3050name = "fs_extra"3051version = "1.2.0"3052source = "registry+https://github.com/rust-lang/crates.io-index"3053checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30543055[[package]]3056name = "fuchsia-zircon"3057version = "0.3.3"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3060dependencies = [3061 "bitflags",3062 "fuchsia-zircon-sys",3063]30643065[[package]]3066name = "fuchsia-zircon-sys"3067version = "0.3.3"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30703071[[package]]3072name = "funty"3073version = "1.1.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30763077[[package]]3078name = "funty"3079version = "2.0.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30823083[[package]]3084name = "futures"3085version = "0.1.31"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30883089[[package]]3090name = "futures"3091version = "0.3.21"3092source = "registry+https://github.com/rust-lang/crates.io-index"3093checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3094dependencies = [3095 "futures-channel",3096 "futures-core",3097 "futures-executor",3098 "futures-io",3099 "futures-sink",3100 "futures-task",3101 "futures-util",3102]31033104[[package]]3105name = "futures-channel"3106version = "0.3.21"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3109dependencies = [3110 "futures-core",3111 "futures-sink",3112]31133114[[package]]3115name = "futures-core"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31193120[[package]]3121name = "futures-executor"3122version = "0.3.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3125dependencies = [3126 "futures-core",3127 "futures-task",3128 "futures-util",3129 "num_cpus",3130]31313132[[package]]3133name = "futures-io"3134version = "0.3.21"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31373138[[package]]3139name = "futures-lite"3140version = "1.12.0"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3143dependencies = [3144 "fastrand",3145 "futures-core",3146 "futures-io",3147 "memchr",3148 "parking",3149 "pin-project-lite 0.2.8",3150 "waker-fn",3151]31523153[[package]]3154name = "futures-macro"3155version = "0.3.21"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3158dependencies = [3159 "proc-macro2",3160 "quote",3161 "syn",3162]31633164[[package]]3165name = "futures-rustls"3166version = "0.21.1"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3169dependencies = [3170 "futures-io",3171 "rustls 0.19.1",3172 "webpki 0.21.4",3173]31743175[[package]]3176name = "futures-sink"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31803181[[package]]3182name = "futures-task"3183version = "0.3.21"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31863187[[package]]3188name = "futures-timer"3189version = "3.0.2"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31923193[[package]]3194name = "futures-util"3195version = "0.3.21"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3198dependencies = [3199 "futures 0.1.31",3200 "futures-channel",3201 "futures-core",3202 "futures-io",3203 "futures-macro",3204 "futures-sink",3205 "futures-task",3206 "memchr",3207 "pin-project-lite 0.2.8",3208 "pin-utils",3209 "slab",3210]32113212[[package]]3213name = "generic-array"3214version = "0.12.4"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3217dependencies = [3218 "typenum",3219]32203221[[package]]3222name = "generic-array"3223version = "0.14.5"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3226dependencies = [3227 "typenum",3228 "version_check",3229]32303231[[package]]3232name = "getrandom"3233version = "0.1.16"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3236dependencies = [3237 "cfg-if 1.0.0",3238 "js-sys",3239 "libc",3240 "wasi 0.9.0+wasi-snapshot-preview1",3241 "wasm-bindgen",3242]32433244[[package]]3245name = "getrandom"3246version = "0.2.6"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3249dependencies = [3250 "cfg-if 1.0.0",3251 "libc",3252 "wasi 0.10.0+wasi-snapshot-preview1",3253]32543255[[package]]3256name = "ghash"3257version = "0.4.4"3258source = "registry+https://github.com/rust-lang/crates.io-index"3259checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3260dependencies = [3261 "opaque-debug 0.3.0",3262 "polyval",3263]32643265[[package]]3266name = "gimli"3267version = "0.26.1"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3270dependencies = [3271 "fallible-iterator",3272 "indexmap",3273 "stable_deref_trait",3274]32753276[[package]]3277name = "glob"3278version = "0.3.0"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32813282[[package]]3283name = "globset"3284version = "0.4.8"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3287dependencies = [3288 "aho-corasick",3289 "bstr",3290 "fnv",3291 "log",3292 "regex",3293]32943295[[package]]3296name = "gloo-timers"3297version = "0.2.3"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3300dependencies = [3301 "futures-channel",3302 "futures-core",3303 "js-sys",3304 "wasm-bindgen",3305]33063307[[package]]3308name = "group"3309version = "0.11.0"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3312dependencies = [3313 "ff",3314 "rand_core 0.6.3",3315 "subtle 2.4.1",3316]33173318[[package]]3319name = "h2"3320version = "0.3.13"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3323dependencies = [3324 "bytes 1.1.0",3325 "fnv",3326 "futures-core",3327 "futures-sink",3328 "futures-util",3329 "http",3330 "indexmap",3331 "slab",3332 "tokio 1.17.0",3333 "tokio-util 0.7.1",3334 "tracing",3335]33363337[[package]]3338name = "handlebars"3339version = "4.2.2"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3342dependencies = [3343 "log",3344 "pest",3345 "pest_derive",3346 "quick-error 2.0.1",3347 "serde",3348 "serde_json",3349]33503351[[package]]3352name = "hash-db"3353version = "0.15.2"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33563357[[package]]3358name = "hash256-std-hasher"3359version = "0.15.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3362dependencies = [3363 "crunchy",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.11.2"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "hashbrown"3377version = "0.12.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3380dependencies = [3381 "ahash",3382]33833384[[package]]3385name = "heck"3386version = "0.3.3"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3389dependencies = [3390 "unicode-segmentation",3391]33923393[[package]]3394name = "heck"3395version = "0.4.0"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33983399[[package]]3400name = "hermit-abi"3401version = "0.1.19"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3404dependencies = [3405 "libc",3406]34073408[[package]]3409name = "hex"3410version = "0.4.3"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34133414[[package]]3415name = "hex-literal"3416version = "0.3.4"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34193420[[package]]3421name = "hex_fmt"3422version = "0.3.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34253426[[package]]3427name = "hmac"3428version = "0.7.1"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3431dependencies = [3432 "crypto-mac 0.7.0",3433 "digest 0.8.1",3434]34353436[[package]]3437name = "hmac"3438version = "0.8.1"3439source = "registry+https://github.com/rust-lang/crates.io-index"3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3441dependencies = [3442 "crypto-mac 0.8.0",3443 "digest 0.9.0",3444]34453446[[package]]3447name = "hmac"3448version = "0.11.0"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3451dependencies = [3452 "crypto-mac 0.11.1",3453 "digest 0.9.0",3454]34553456[[package]]3457name = "hmac-drbg"3458version = "0.2.0"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3461dependencies = [3462 "digest 0.8.1",3463 "generic-array 0.12.4",3464 "hmac 0.7.1",3465]34663467[[package]]3468name = "hmac-drbg"3469version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3472dependencies = [3473 "digest 0.9.0",3474 "generic-array 0.14.5",3475 "hmac 0.8.1",3476]34773478[[package]]3479name = "hostname"3480version = "0.3.1"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3483dependencies = [3484 "libc",3485 "match_cfg",3486 "winapi 0.3.9",3487]34883489[[package]]3490name = "http"3491version = "0.2.6"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3494dependencies = [3495 "bytes 1.1.0",3496 "fnv",3497 "itoa 1.0.1",3498]34993500[[package]]3501name = "http-body"3502version = "0.4.4"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3505dependencies = [3506 "bytes 1.1.0",3507 "http",3508 "pin-project-lite 0.2.8",3509]35103511[[package]]3512name = "httparse"3513version = "1.6.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35163517[[package]]3518name = "httpdate"3519version = "1.0.2"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35223523[[package]]3524name = "humantime"3525version = "2.1.0"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35283529[[package]]3530name = "hyper"3531version = "0.14.18"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3534dependencies = [3535 "bytes 1.1.0",3536 "futures-channel",3537 "futures-core",3538 "futures-util",3539 "h2",3540 "http",3541 "http-body",3542 "httparse",3543 "httpdate",3544 "itoa 1.0.1",3545 "pin-project-lite 0.2.8",3546 "socket2 0.4.4",3547 "tokio 1.17.0",3548 "tower-service",3549 "tracing",3550 "want",3551]35523553[[package]]3554name = "hyper-rustls"3555version = "0.22.1"3556source = "registry+https://github.com/rust-lang/crates.io-index"3557checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3558dependencies = [3559 "ct-logs",3560 "futures-util",3561 "hyper",3562 "log",3563 "rustls 0.19.1",3564 "rustls-native-certs 0.5.0",3565 "tokio 1.17.0",3566 "tokio-rustls 0.22.0",3567 "webpki 0.21.4",3568]35693570[[package]]3571name = "hyper-rustls"3572version = "0.23.0"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3575dependencies = [3576 "http",3577 "hyper",3578 "log",3579 "rustls 0.20.4",3580 "rustls-native-certs 0.6.1",3581 "tokio 1.17.0",3582 "tokio-rustls 0.23.3",3583 "webpki-roots 0.22.2",3584]35853586[[package]]3587name = "ident_case"3588version = "1.0.1"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35913592[[package]]3593name = "idna"3594version = "0.1.5"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3597dependencies = [3598 "matches",3599 "unicode-bidi",3600 "unicode-normalization",3601]36023603[[package]]3604name = "idna"3605version = "0.2.3"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3608dependencies = [3609 "matches",3610 "unicode-bidi",3611 "unicode-normalization",3612]36133614[[package]]3615name = "if-addrs"3616version = "0.6.7"3617source = "registry+https://github.com/rust-lang/crates.io-index"3618checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3619dependencies = [3620 "if-addrs-sys",3621 "libc",3622 "winapi 0.3.9",3623]36243625[[package]]3626name = "if-addrs-sys"3627version = "0.3.2"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3630dependencies = [3631 "cc",3632 "libc",3633]36343635[[package]]3636name = "if-watch"3637version = "0.2.2"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3640dependencies = [3641 "async-io",3642 "futures 0.3.21",3643 "futures-lite",3644 "if-addrs",3645 "ipnet",3646 "libc",3647 "log",3648 "winapi 0.3.9",3649]36503651[[package]]3652name = "impl-codec"3653version = "0.6.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3656dependencies = [3657 "parity-scale-codec",3658]36593660[[package]]3661name = "impl-rlp"3662version = "0.3.0"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3665dependencies = [3666 "rlp",3667]36683669[[package]]3670name = "impl-serde"3671version = "0.3.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3674dependencies = [3675 "serde",3676]36773678[[package]]3679name = "impl-trait-for-tuples"3680version = "0.2.2"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3683dependencies = [3684 "proc-macro2",3685 "quote",3686 "syn",3687]36883689[[package]]3690name = "indexmap"3691version = "1.8.1"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"3694dependencies = [3695 "autocfg",3696 "hashbrown 0.11.2",3697 "serde",3698]36993700[[package]]3701name = "instant"3702version = "0.1.12"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3705dependencies = [3706 "cfg-if 1.0.0",3707]37083709[[package]]3710name = "integer-encoding"3711version = "3.0.3"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37143715[[package]]3716name = "integer-sqrt"3717version = "0.1.5"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3720dependencies = [3721 "num-traits",3722]37233724[[package]]3725name = "io-lifetimes"3726version = "0.4.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3729dependencies = [3730 "winapi 0.3.9",3731]37323733[[package]]3734name = "iovec"3735version = "0.1.4"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3738dependencies = [3739 "libc",3740]37413742[[package]]3743name = "ip_network"3744version = "0.4.1"3745source = "registry+https://github.com/rust-lang/crates.io-index"3746checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37473748[[package]]3749name = "ipconfig"3750version = "0.2.2"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3753dependencies = [3754 "socket2 0.3.19",3755 "widestring",3756 "winapi 0.3.9",3757 "winreg",3758]37593760[[package]]3761name = "ipnet"3762version = "2.4.0"3763source = "registry+https://github.com/rust-lang/crates.io-index"3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37653766[[package]]3767name = "itertools"3768version = "0.10.3"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3771dependencies = [3772 "either",3773]37743775[[package]]3776name = "itoa"3777version = "0.4.8"3778source = "registry+https://github.com/rust-lang/crates.io-index"3779checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37803781[[package]]3782name = "itoa"3783version = "1.0.1"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37863787[[package]]3788name = "jobserver"3789version = "0.1.24"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3792dependencies = [3793 "libc",3794]37953796[[package]]3797name = "js-sys"3798version = "0.3.56"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3801dependencies = [3802 "wasm-bindgen",3803]38043805[[package]]3806name = "jsonrpc-client-transports"3807version = "18.0.0"3808source = "registry+https://github.com/rust-lang/crates.io-index"3809checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3810dependencies = [3811 "derive_more",3812 "futures 0.3.21",3813 "jsonrpc-core",3814 "jsonrpc-pubsub",3815 "log",3816 "serde",3817 "serde_json",3818 "url 1.7.2",3819]38203821[[package]]3822name = "jsonrpc-core"3823version = "18.0.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3826dependencies = [3827 "futures 0.3.21",3828 "futures-executor",3829 "futures-util",3830 "log",3831 "serde",3832 "serde_derive",3833 "serde_json",3834]38353836[[package]]3837name = "jsonrpc-core-client"3838version = "18.0.0"3839source = "registry+https://github.com/rust-lang/crates.io-index"3840checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3841dependencies = [3842 "futures 0.3.21",3843 "jsonrpc-client-transports",3844]38453846[[package]]3847name = "jsonrpc-derive"3848version = "18.0.0"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3851dependencies = [3852 "proc-macro-crate 0.1.5",3853 "proc-macro2",3854 "quote",3855 "syn",3856]38573858[[package]]3859name = "jsonrpc-http-server"3860version = "18.0.0"3861source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3863dependencies = [3864 "futures 0.3.21",3865 "hyper",3866 "jsonrpc-core",3867 "jsonrpc-server-utils",3868 "log",3869 "net2",3870 "parking_lot 0.11.2",3871 "unicase",3872]38733874[[package]]3875name = "jsonrpc-ipc-server"3876version = "18.0.0"3877source = "registry+https://github.com/rust-lang/crates.io-index"3878checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3879dependencies = [3880 "futures 0.3.21",3881 "jsonrpc-core",3882 "jsonrpc-server-utils",3883 "log",3884 "parity-tokio-ipc",3885 "parking_lot 0.11.2",3886 "tower-service",3887]38883889[[package]]3890name = "jsonrpc-pubsub"3891version = "18.0.0"3892source = "registry+https://github.com/rust-lang/crates.io-index"3893checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3894dependencies = [3895 "futures 0.3.21",3896 "jsonrpc-core",3897 "lazy_static",3898 "log",3899 "parking_lot 0.11.2",3900 "rand 0.7.3",3901 "serde",3902]39033904[[package]]3905name = "jsonrpc-server-utils"3906version = "18.0.0"3907source = "registry+https://github.com/rust-lang/crates.io-index"3908checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3909dependencies = [3910 "bytes 1.1.0",3911 "futures 0.3.21",3912 "globset",3913 "jsonrpc-core",3914 "lazy_static",3915 "log",3916 "tokio 1.17.0",3917 "tokio-stream",3918 "tokio-util 0.6.9",3919 "unicase",3920]39213922[[package]]3923name = "jsonrpc-ws-server"3924version = "18.0.0"3925source = "registry+https://github.com/rust-lang/crates.io-index"3926checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3927dependencies = [3928 "futures 0.3.21",3929 "jsonrpc-core",3930 "jsonrpc-server-utils",3931 "log",3932 "parity-ws",3933 "parking_lot 0.11.2",3934 "slab",3935]39363937[[package]]3938name = "jsonrpsee"3939version = "0.4.1"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3942dependencies = [3943 "jsonrpsee-types 0.4.1",3944 "jsonrpsee-utils",3945 "jsonrpsee-ws-client 0.4.1",3946]39473948[[package]]3949name = "jsonrpsee"3950version = "0.8.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3953dependencies = [3954 "jsonrpsee-core 0.8.0",3955 "jsonrpsee-proc-macros",3956 "jsonrpsee-types 0.8.0",3957 "jsonrpsee-ws-client 0.8.0",3958]39593960[[package]]3961name = "jsonrpsee"3962version = "0.9.0"3963source = "registry+https://github.com/rust-lang/crates.io-index"3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3965dependencies = [3966 "jsonrpsee-core 0.9.0",3967 "jsonrpsee-http-client",3968 "jsonrpsee-types 0.9.0",3969 "jsonrpsee-ws-client 0.9.0",3970]39713972[[package]]3973name = "jsonrpsee-client-transport"3974version = "0.8.0"3975source = "registry+https://github.com/rust-lang/crates.io-index"3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3977dependencies = [3978 "futures 0.3.21",3979 "http",3980 "jsonrpsee-core 0.8.0",3981 "jsonrpsee-types 0.8.0",3982 "pin-project 1.0.10",3983 "rustls-native-certs 0.6.1",3984 "soketto",3985 "thiserror",3986 "tokio 1.17.0",3987 "tokio-rustls 0.23.3",3988 "tokio-util 0.6.9",3989 "tracing",3990 "webpki-roots 0.22.2",3991]39923993[[package]]3994name = "jsonrpsee-client-transport"3995version = "0.9.0"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3998dependencies = [3999 "futures 0.3.21",4000 "http",4001 "jsonrpsee-core 0.9.0",4002 "jsonrpsee-types 0.9.0",4003 "pin-project 1.0.10",4004 "rustls-native-certs 0.6.1",4005 "soketto",4006 "thiserror",4007 "tokio 1.17.0",4008 "tokio-rustls 0.23.3",4009 "tokio-util 0.6.9",4010 "tracing",4011 "webpki-roots 0.22.2",4012]40134014[[package]]4015name = "jsonrpsee-core"4016version = "0.8.0"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4019dependencies = [4020 "anyhow",4021 "arrayvec 0.7.2",4022 "async-trait",4023 "beef",4024 "futures-channel",4025 "futures-util",4026 "hyper",4027 "jsonrpsee-types 0.8.0",4028 "rustc-hash",4029 "serde",4030 "serde_json",4031 "soketto",4032 "thiserror",4033 "tokio 1.17.0",4034 "tracing",4035]40364037[[package]]4038name = "jsonrpsee-core"4039version = "0.9.0"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4042dependencies = [4043 "anyhow",4044 "arrayvec 0.7.2",4045 "async-trait",4046 "beef",4047 "futures-channel",4048 "futures-util",4049 "hyper",4050 "jsonrpsee-types 0.9.0",4051 "rustc-hash",4052 "serde",4053 "serde_json",4054 "soketto",4055 "thiserror",4056 "tokio 1.17.0",4057 "tracing",4058]40594060[[package]]4061name = "jsonrpsee-http-client"4062version = "0.9.0"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4065dependencies = [4066 "async-trait",4067 "hyper",4068 "hyper-rustls 0.23.0",4069 "jsonrpsee-core 0.9.0",4070 "jsonrpsee-types 0.9.0",4071 "rustc-hash",4072 "serde",4073 "serde_json",4074 "thiserror",4075 "tokio 1.17.0",4076 "tracing",4077]40784079[[package]]4080name = "jsonrpsee-proc-macros"4081version = "0.8.0"4082source = "registry+https://github.com/rust-lang/crates.io-index"4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4084dependencies = [4085 "proc-macro-crate 1.1.3",4086 "proc-macro2",4087 "quote",4088 "syn",4089]40904091[[package]]4092name = "jsonrpsee-types"4093version = "0.4.1"4094source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4096dependencies = [4097 "anyhow",4098 "async-trait",4099 "beef",4100 "futures-channel",4101 "futures-util",4102 "hyper",4103 "log",4104 "serde",4105 "serde_json",4106 "soketto",4107 "thiserror",4108]41094110[[package]]4111name = "jsonrpsee-types"4112version = "0.8.0"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4115dependencies = [4116 "anyhow",4117 "beef",4118 "serde",4119 "serde_json",4120 "thiserror",4121 "tracing",4122]41234124[[package]]4125name = "jsonrpsee-types"4126version = "0.9.0"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4129dependencies = [4130 "anyhow",4131 "beef",4132 "serde",4133 "serde_json",4134 "thiserror",4135 "tracing",4136]41374138[[package]]4139name = "jsonrpsee-utils"4140version = "0.4.1"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4143dependencies = [4144 "arrayvec 0.7.2",4145 "beef",4146 "jsonrpsee-types 0.4.1",4147]41484149[[package]]4150name = "jsonrpsee-ws-client"4151version = "0.4.1"4152source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4154dependencies = [4155 "arrayvec 0.7.2",4156 "async-trait",4157 "fnv",4158 "futures 0.3.21",4159 "http",4160 "jsonrpsee-types 0.4.1",4161 "log",4162 "pin-project 1.0.10",4163 "rustls-native-certs 0.5.0",4164 "serde",4165 "serde_json",4166 "soketto",4167 "thiserror",4168 "tokio 1.17.0",4169 "tokio-rustls 0.22.0",4170 "tokio-util 0.6.9",4171]41724173[[package]]4174name = "jsonrpsee-ws-client"4175version = "0.8.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4178dependencies = [4179 "jsonrpsee-client-transport 0.8.0",4180 "jsonrpsee-core 0.8.0",4181 "jsonrpsee-types 0.8.0",4182]41834184[[package]]4185name = "jsonrpsee-ws-client"4186version = "0.9.0"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4189dependencies = [4190 "jsonrpsee-client-transport 0.9.0",4191 "jsonrpsee-core 0.9.0",4192 "jsonrpsee-types 0.9.0",4193]41944195[[package]]4196name = "k256"4197version = "0.10.4"4198source = "registry+https://github.com/rust-lang/crates.io-index"4199checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4200dependencies = [4201 "cfg-if 1.0.0",4202 "ecdsa",4203 "elliptic-curve",4204 "sec1",4205]42064207[[package]]4208name = "keccak"4209version = "0.1.0"4210source = "registry+https://github.com/rust-lang/crates.io-index"4211checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42124213[[package]]4214name = "kernel32-sys"4215version = "0.2.2"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4218dependencies = [4219 "winapi 0.2.8",4220 "winapi-build",4221]42224223[[package]]4224name = "kusama-runtime"4225version = "0.9.18"4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4227dependencies = [4228 "beefy-primitives",4229 "bitvec",4230 "frame-benchmarking",4231 "frame-election-provider-support",4232 "frame-executive",4233 "frame-support",4234 "frame-system",4235 "frame-system-benchmarking",4236 "frame-system-rpc-runtime-api",4237 "frame-try-runtime",4238 "hex-literal",4239 "kusama-runtime-constants",4240 "log",4241 "pallet-authority-discovery",4242 "pallet-authorship",4243 "pallet-babe",4244 "pallet-bags-list",4245 "pallet-balances",4246 "pallet-bounties",4247 "pallet-collective",4248 "pallet-democracy",4249 "pallet-election-provider-multi-phase",4250 "pallet-elections-phragmen",4251 "pallet-gilt",4252 "pallet-grandpa",4253 "pallet-identity",4254 "pallet-im-online",4255 "pallet-indices",4256 "pallet-membership",4257 "pallet-mmr-primitives",4258 "pallet-multisig",4259 "pallet-nicks",4260 "pallet-offences",4261 "pallet-offences-benchmarking",4262 "pallet-preimage",4263 "pallet-proxy",4264 "pallet-recovery",4265 "pallet-scheduler",4266 "pallet-session",4267 "pallet-session-benchmarking",4268 "pallet-society",4269 "pallet-staking",4270 "pallet-staking-reward-fn",4271 "pallet-timestamp",4272 "pallet-tips",4273 "pallet-transaction-payment",4274 "pallet-transaction-payment-rpc-runtime-api",4275 "pallet-treasury",4276 "pallet-utility",4277 "pallet-vesting",4278 "pallet-xcm",4279 "parity-scale-codec",4280 "polkadot-primitives",4281 "polkadot-runtime-common",4282 "polkadot-runtime-parachains",4283 "rustc-hex",4284 "scale-info",4285 "serde",4286 "serde_derive",4287 "smallvec",4288 "sp-api",4289 "sp-arithmetic",4290 "sp-authority-discovery",4291 "sp-block-builder",4292 "sp-consensus-babe",4293 "sp-core",4294 "sp-inherents",4295 "sp-io",4296 "sp-npos-elections",4297 "sp-offchain",4298 "sp-runtime",4299 "sp-session",4300 "sp-staking",4301 "sp-std",4302 "sp-transaction-pool",4303 "sp-version",4304 "static_assertions",4305 "substrate-wasm-builder",4306 "xcm",4307 "xcm-builder",4308 "xcm-executor",4309]43104311[[package]]4312name = "kusama-runtime-constants"4313version = "0.9.18"4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4315dependencies = [4316 "frame-support",4317 "polkadot-primitives",4318 "polkadot-runtime-common",4319 "smallvec",4320 "sp-runtime",4321]43224323[[package]]4324name = "kv-log-macro"4325version = "1.0.7"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4328dependencies = [4329 "log",4330]43314332[[package]]4333name = "kvdb"4334version = "0.11.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4337dependencies = [4338 "parity-util-mem",4339 "smallvec",4340]43414342[[package]]4343name = "kvdb-memorydb"4344version = "0.11.0"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4347dependencies = [4348 "kvdb",4349 "parity-util-mem",4350 "parking_lot 0.12.0",4351]43524353[[package]]4354name = "kvdb-rocksdb"4355version = "0.15.2"4356source = "registry+https://github.com/rust-lang/crates.io-index"4357checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4358dependencies = [4359 "fs-swap",4360 "kvdb",4361 "log",4362 "num_cpus",4363 "owning_ref",4364 "parity-util-mem",4365 "parking_lot 0.12.0",4366 "regex",4367 "rocksdb",4368 "smallvec",4369]43704371[[package]]4372name = "lazy_static"4373version = "1.4.0"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43764377[[package]]4378name = "lazycell"4379version = "1.3.0"4380source = "registry+https://github.com/rust-lang/crates.io-index"4381checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43824383[[package]]4384name = "libc"4385version = "0.2.122"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"43884389[[package]]4390name = "libloading"4391version = "0.5.2"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4394dependencies = [4395 "cc",4396 "winapi 0.3.9",4397]43984399[[package]]4400name = "libloading"4401version = "0.7.3"4402source = "registry+https://github.com/rust-lang/crates.io-index"4403checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4404dependencies = [4405 "cfg-if 1.0.0",4406 "winapi 0.3.9",4407]44084409[[package]]4410name = "libm"4411version = "0.2.2"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44144415[[package]]4416name = "libp2p"4417version = "0.40.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4420dependencies = [4421 "atomic",4422 "bytes 1.1.0",4423 "futures 0.3.21",4424 "lazy_static",4425 "libp2p-core",4426 "libp2p-deflate",4427 "libp2p-dns",4428 "libp2p-floodsub",4429 "libp2p-gossipsub",4430 "libp2p-identify",4431 "libp2p-kad",4432 "libp2p-mdns",4433 "libp2p-metrics",4434 "libp2p-mplex",4435 "libp2p-noise",4436 "libp2p-ping",4437 "libp2p-plaintext",4438 "libp2p-pnet",4439 "libp2p-relay",4440 "libp2p-rendezvous",4441 "libp2p-request-response",4442 "libp2p-swarm",4443 "libp2p-swarm-derive",4444 "libp2p-tcp",4445 "libp2p-uds",4446 "libp2p-wasm-ext",4447 "libp2p-websocket",4448 "libp2p-yamux",4449 "multiaddr",4450 "parking_lot 0.11.2",4451 "pin-project 1.0.10",4452 "smallvec",4453 "wasm-timer",4454]44554456[[package]]4457name = "libp2p-core"4458version = "0.30.2"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4461dependencies = [4462 "asn1_der",4463 "bs58",4464 "ed25519-dalek",4465 "either",4466 "fnv",4467 "futures 0.3.21",4468 "futures-timer",4469 "instant",4470 "lazy_static",4471 "libsecp256k1 0.7.0",4472 "log",4473 "multiaddr",4474 "multihash 0.14.0",4475 "multistream-select",4476 "parking_lot 0.11.2",4477 "pin-project 1.0.10",4478 "prost",4479 "prost-build",4480 "rand 0.8.5",4481 "ring",4482 "rw-stream-sink",4483 "sha2 0.9.9",4484 "smallvec",4485 "thiserror",4486 "unsigned-varint 0.7.1",4487 "void",4488 "zeroize",4489]44904491[[package]]4492name = "libp2p-deflate"4493version = "0.30.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4496dependencies = [4497 "flate2",4498 "futures 0.3.21",4499 "libp2p-core",4500]45014502[[package]]4503name = "libp2p-dns"4504version = "0.30.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4507dependencies = [4508 "async-std-resolver",4509 "futures 0.3.21",4510 "libp2p-core",4511 "log",4512 "smallvec",4513 "trust-dns-resolver",4514]45154516[[package]]4517name = "libp2p-floodsub"4518version = "0.31.0"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4521dependencies = [4522 "cuckoofilter",4523 "fnv",4524 "futures 0.3.21",4525 "libp2p-core",4526 "libp2p-swarm",4527 "log",4528 "prost",4529 "prost-build",4530 "rand 0.7.3",4531 "smallvec",4532]45334534[[package]]4535name = "libp2p-gossipsub"4536version = "0.33.0"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4539dependencies = [4540 "asynchronous-codec 0.6.0",4541 "base64",4542 "byteorder",4543 "bytes 1.1.0",4544 "fnv",4545 "futures 0.3.21",4546 "hex_fmt",4547 "libp2p-core",4548 "libp2p-swarm",4549 "log",4550 "prost",4551 "prost-build",4552 "rand 0.7.3",4553 "regex",4554 "sha2 0.9.9",4555 "smallvec",4556 "unsigned-varint 0.7.1",4557 "wasm-timer",4558]45594560[[package]]4561name = "libp2p-identify"4562version = "0.31.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4565dependencies = [4566 "futures 0.3.21",4567 "libp2p-core",4568 "libp2p-swarm",4569 "log",4570 "lru 0.6.6",4571 "prost",4572 "prost-build",4573 "smallvec",4574 "wasm-timer",4575]45764577[[package]]4578name = "libp2p-kad"4579version = "0.32.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4582dependencies = [4583 "arrayvec 0.5.2",4584 "asynchronous-codec 0.6.0",4585 "bytes 1.1.0",4586 "either",4587 "fnv",4588 "futures 0.3.21",4589 "libp2p-core",4590 "libp2p-swarm",4591 "log",4592 "prost",4593 "prost-build",4594 "rand 0.7.3",4595 "sha2 0.9.9",4596 "smallvec",4597 "uint",4598 "unsigned-varint 0.7.1",4599 "void",4600 "wasm-timer",4601]46024603[[package]]4604name = "libp2p-mdns"4605version = "0.32.0"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4608dependencies = [4609 "async-io",4610 "data-encoding",4611 "dns-parser",4612 "futures 0.3.21",4613 "if-watch",4614 "lazy_static",4615 "libp2p-core",4616 "libp2p-swarm",4617 "log",4618 "rand 0.8.5",4619 "smallvec",4620 "socket2 0.4.4",4621 "void",4622]46234624[[package]]4625name = "libp2p-metrics"4626version = "0.1.0"4627source = "registry+https://github.com/rust-lang/crates.io-index"4628checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4629dependencies = [4630 "libp2p-core",4631 "libp2p-identify",4632 "libp2p-kad",4633 "libp2p-ping",4634 "libp2p-swarm",4635 "open-metrics-client",4636]46374638[[package]]4639name = "libp2p-mplex"4640version = "0.30.0"4641source = "registry+https://github.com/rust-lang/crates.io-index"4642checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4643dependencies = [4644 "asynchronous-codec 0.6.0",4645 "bytes 1.1.0",4646 "futures 0.3.21",4647 "libp2p-core",4648 "log",4649 "nohash-hasher",4650 "parking_lot 0.11.2",4651 "rand 0.7.3",4652 "smallvec",4653 "unsigned-varint 0.7.1",4654]46554656[[package]]4657name = "libp2p-noise"4658version = "0.33.0"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4661dependencies = [4662 "bytes 1.1.0",4663 "curve25519-dalek 3.2.0",4664 "futures 0.3.21",4665 "lazy_static",4666 "libp2p-core",4667 "log",4668 "prost",4669 "prost-build",4670 "rand 0.8.5",4671 "sha2 0.9.9",4672 "snow",4673 "static_assertions",4674 "x25519-dalek",4675 "zeroize",4676]46774678[[package]]4679name = "libp2p-ping"4680version = "0.31.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4683dependencies = [4684 "futures 0.3.21",4685 "libp2p-core",4686 "libp2p-swarm",4687 "log",4688 "rand 0.7.3",4689 "void",4690 "wasm-timer",4691]46924693[[package]]4694name = "libp2p-plaintext"4695version = "0.30.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4698dependencies = [4699 "asynchronous-codec 0.6.0",4700 "bytes 1.1.0",4701 "futures 0.3.21",4702 "libp2p-core",4703 "log",4704 "prost",4705 "prost-build",4706 "unsigned-varint 0.7.1",4707 "void",4708]47094710[[package]]4711name = "libp2p-pnet"4712version = "0.22.0"4713source = "registry+https://github.com/rust-lang/crates.io-index"4714checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4715dependencies = [4716 "futures 0.3.21",4717 "log",4718 "pin-project 1.0.10",4719 "rand 0.7.3",4720 "salsa20",4721 "sha3 0.9.1",4722]47234724[[package]]4725name = "libp2p-relay"4726version = "0.4.0"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4729dependencies = [4730 "asynchronous-codec 0.6.0",4731 "bytes 1.1.0",4732 "futures 0.3.21",4733 "futures-timer",4734 "libp2p-core",4735 "libp2p-swarm",4736 "log",4737 "pin-project 1.0.10",4738 "prost",4739 "prost-build",4740 "rand 0.7.3",4741 "smallvec",4742 "unsigned-varint 0.7.1",4743 "void",4744 "wasm-timer",4745]47464747[[package]]4748name = "libp2p-rendezvous"4749version = "0.1.0"4750source = "registry+https://github.com/rust-lang/crates.io-index"4751checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4752dependencies = [4753 "asynchronous-codec 0.6.0",4754 "bimap",4755 "futures 0.3.21",4756 "libp2p-core",4757 "libp2p-swarm",4758 "log",4759 "prost",4760 "prost-build",4761 "rand 0.8.5",4762 "sha2 0.9.9",4763 "thiserror",4764 "unsigned-varint 0.7.1",4765 "void",4766 "wasm-timer",4767]47684769[[package]]4770name = "libp2p-request-response"4771version = "0.13.0"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4774dependencies = [4775 "async-trait",4776 "bytes 1.1.0",4777 "futures 0.3.21",4778 "libp2p-core",4779 "libp2p-swarm",4780 "log",4781 "lru 0.7.5",4782 "rand 0.7.3",4783 "smallvec",4784 "unsigned-varint 0.7.1",4785 "wasm-timer",4786]47874788[[package]]4789name = "libp2p-swarm"4790version = "0.31.0"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4793dependencies = [4794 "either",4795 "futures 0.3.21",4796 "libp2p-core",4797 "log",4798 "rand 0.7.3",4799 "smallvec",4800 "void",4801 "wasm-timer",4802]48034804[[package]]4805name = "libp2p-swarm-derive"4806version = "0.25.0"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4809dependencies = [4810 "quote",4811 "syn",4812]48134814[[package]]4815name = "libp2p-tcp"4816version = "0.30.0"4817source = "registry+https://github.com/rust-lang/crates.io-index"4818checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4819dependencies = [4820 "async-io",4821 "futures 0.3.21",4822 "futures-timer",4823 "if-watch",4824 "ipnet",4825 "libc",4826 "libp2p-core",4827 "log",4828 "socket2 0.4.4",4829]48304831[[package]]4832name = "libp2p-uds"4833version = "0.30.0"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4836dependencies = [4837 "async-std",4838 "futures 0.3.21",4839 "libp2p-core",4840 "log",4841]48424843[[package]]4844name = "libp2p-wasm-ext"4845version = "0.30.0"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4848dependencies = [4849 "futures 0.3.21",4850 "js-sys",4851 "libp2p-core",4852 "parity-send-wrapper",4853 "wasm-bindgen",4854 "wasm-bindgen-futures",4855]48564857[[package]]4858name = "libp2p-websocket"4859version = "0.31.0"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4862dependencies = [4863 "either",4864 "futures 0.3.21",4865 "futures-rustls",4866 "libp2p-core",4867 "log",4868 "quicksink",4869 "rw-stream-sink",4870 "soketto",4871 "url 2.2.2",4872 "webpki-roots 0.21.1",4873]48744875[[package]]4876name = "libp2p-yamux"4877version = "0.34.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4880dependencies = [4881 "futures 0.3.21",4882 "libp2p-core",4883 "parking_lot 0.11.2",4884 "thiserror",4885 "yamux",4886]48874888[[package]]4889name = "librocksdb-sys"4890version = "0.6.1+6.28.2"4891source = "registry+https://github.com/rust-lang/crates.io-index"4892checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4893dependencies = [4894 "bindgen",4895 "bzip2-sys",4896 "cc",4897 "glob",4898 "libc",4899 "libz-sys",4900 "tikv-jemalloc-sys",4901]49024903[[package]]4904name = "libsecp256k1"4905version = "0.3.5"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4908dependencies = [4909 "arrayref",4910 "crunchy",4911 "digest 0.8.1",4912 "hmac-drbg 0.2.0",4913 "rand 0.7.3",4914 "sha2 0.8.2",4915 "subtle 2.4.1",4916 "typenum",4917]49184919[[package]]4920name = "libsecp256k1"4921version = "0.7.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4924dependencies = [4925 "arrayref",4926 "base64",4927 "digest 0.9.0",4928 "hmac-drbg 0.3.0",4929 "libsecp256k1-core",4930 "libsecp256k1-gen-ecmult",4931 "libsecp256k1-gen-genmult",4932 "rand 0.8.5",4933 "serde",4934 "sha2 0.9.9",4935 "typenum",4936]49374938[[package]]4939name = "libsecp256k1-core"4940version = "0.3.0"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4943dependencies = [4944 "crunchy",4945 "digest 0.9.0",4946 "subtle 2.4.1",4947]49484949[[package]]4950name = "libsecp256k1-gen-ecmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libsecp256k1-gen-genmult"4960version = "0.3.0"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4963dependencies = [4964 "libsecp256k1-core",4965]49664967[[package]]4968name = "libz-sys"4969version = "1.1.5"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4972dependencies = [4973 "cc",4974 "pkg-config",4975 "vcpkg",4976]49774978[[package]]4979name = "linked-hash-map"4980version = "0.5.4"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49834984[[package]]4985name = "linked_hash_set"4986version = "0.1.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4989dependencies = [4990 "linked-hash-map",4991]49924993[[package]]4994name = "linregress"4995version = "0.4.4"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4998dependencies = [4999 "nalgebra",5000 "statrs",5001]50025003[[package]]5004name = "linux-raw-sys"5005version = "0.0.36"5006source = "registry+https://github.com/rust-lang/crates.io-index"5007checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"50085009[[package]]5010name = "lock_api"5011version = "0.4.7"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"5014dependencies = [5015 "autocfg",5016 "scopeguard",5017]50185019[[package]]5020name = "log"5021version = "0.4.16"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5024dependencies = [5025 "cfg-if 1.0.0",5026 "value-bag",5027]50285029[[package]]5030name = "lru"5031version = "0.6.6"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5034dependencies = [5035 "hashbrown 0.11.2",5036]50375038[[package]]5039name = "lru"5040version = "0.7.5"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"5043dependencies = [5044 "hashbrown 0.11.2",5045]50465047[[package]]5048name = "lru-cache"5049version = "0.1.2"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5052dependencies = [5053 "linked-hash-map",5054]50555056[[package]]5057name = "lz4"5058version = "1.23.3"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5061dependencies = [5062 "libc",5063 "lz4-sys",5064]50655066[[package]]5067name = "lz4-sys"5068version = "1.9.3"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5071dependencies = [5072 "cc",5073 "libc",5074]50755076[[package]]5077name = "mach"5078version = "0.3.2"5079source = "registry+https://github.com/rust-lang/crates.io-index"5080checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5081dependencies = [5082 "libc",5083]50845085[[package]]5086name = "maplit"5087version = "1.0.2"5088source = "registry+https://github.com/rust-lang/crates.io-index"5089checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50905091[[package]]5092name = "match_cfg"5093version = "0.1.0"5094source = "registry+https://github.com/rust-lang/crates.io-index"5095checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50965097[[package]]5098name = "matchers"5099version = "0.0.1"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5102dependencies = [5103 "regex-automata",5104]51055106[[package]]5107name = "matches"5108version = "0.1.9"5109source = "registry+https://github.com/rust-lang/crates.io-index"5110checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51115112[[package]]5113name = "matrixmultiply"5114version = "0.3.2"5115source = "registry+https://github.com/rust-lang/crates.io-index"5116checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5117dependencies = [5118 "rawpointer",5119]51205121[[package]]5122name = "memchr"5123version = "2.4.1"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51265127[[package]]5128name = "memmap2"5129version = "0.2.3"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5132dependencies = [5133 "libc",5134]51355136[[package]]5137name = "memmap2"5138version = "0.5.3"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5141dependencies = [5142 "libc",5143]51445145[[package]]5146name = "memoffset"5147version = "0.6.5"5148source = "registry+https://github.com/rust-lang/crates.io-index"5149checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5150dependencies = [5151 "autocfg",5152]51535154[[package]]5155name = "memory-db"5156version = "0.29.0"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5159dependencies = [5160 "hash-db",5161 "hashbrown 0.12.0",5162 "parity-util-mem",5163]51645165[[package]]5166name = "memory-lru"5167version = "0.1.0"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5170dependencies = [5171 "lru 0.6.6",5172]51735174[[package]]5175name = "memory_units"5176version = "0.3.0"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51795180[[package]]5181name = "merlin"5182version = "2.0.1"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5185dependencies = [5186 "byteorder",5187 "keccak",5188 "rand_core 0.5.1",5189 "zeroize",5190]51915192[[package]]5193name = "metered-channel"5194version = "0.9.18"5195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5196dependencies = [5197 "derive_more",5198 "futures 0.3.21",5199 "futures-timer",5200 "thiserror",5201 "tracing",5202]52035204[[package]]5205name = "mick-jaeger"5206version = "0.1.8"5207source = "registry+https://github.com/rust-lang/crates.io-index"5208checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5209dependencies = [5210 "futures 0.3.21",5211 "rand 0.8.5",5212 "thrift",5213]52145215[[package]]5216name = "minimal-lexical"5217version = "0.2.1"5218source = "registry+https://github.com/rust-lang/crates.io-index"5219checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52205221[[package]]5222name = "miniz_oxide"5223version = "0.4.4"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5226dependencies = [5227 "adler",5228 "autocfg",5229]52305231[[package]]5232name = "mio"5233version = "0.6.23"5234source = "registry+https://github.com/rust-lang/crates.io-index"5235checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5236dependencies = [5237 "cfg-if 0.1.10",5238 "fuchsia-zircon",5239 "fuchsia-zircon-sys",5240 "iovec",5241 "kernel32-sys",5242 "libc",5243 "log",5244 "miow 0.2.2",5245 "net2",5246 "slab",5247 "winapi 0.2.8",5248]52495250[[package]]5251name = "mio"5252version = "0.8.2"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5255dependencies = [5256 "libc",5257 "log",5258 "miow 0.3.7",5259 "ntapi",5260 "wasi 0.11.0+wasi-snapshot-preview1",5261 "winapi 0.3.9",5262]52635264[[package]]5265name = "mio-extras"5266version = "2.0.6"5267source = "registry+https://github.com/rust-lang/crates.io-index"5268checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5269dependencies = [5270 "lazycell",5271 "log",5272 "mio 0.6.23",5273 "slab",5274]52755276[[package]]5277name = "miow"5278version = "0.2.2"5279source = "registry+https://github.com/rust-lang/crates.io-index"5280checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5281dependencies = [5282 "kernel32-sys",5283 "net2",5284 "winapi 0.2.8",5285 "ws2_32-sys",5286]52875288[[package]]5289name = "miow"5290version = "0.3.7"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5293dependencies = [5294 "winapi 0.3.9",5295]52965297[[package]]5298name = "more-asserts"5299version = "0.2.2"5300source = "registry+https://github.com/rust-lang/crates.io-index"5301checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53025303[[package]]5304name = "multiaddr"5305version = "0.13.0"5306source = "registry+https://github.com/rust-lang/crates.io-index"5307checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5308dependencies = [5309 "arrayref",5310 "bs58",5311 "byteorder",5312 "data-encoding",5313 "multihash 0.14.0",5314 "percent-encoding 2.1.0",5315 "serde",5316 "static_assertions",5317 "unsigned-varint 0.7.1",5318 "url 2.2.2",5319]53205321[[package]]5322name = "multibase"5323version = "0.8.0"5324source = "registry+https://github.com/rust-lang/crates.io-index"5325checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5326dependencies = [5327 "base-x",5328 "data-encoding",5329 "data-encoding-macro",5330]53315332[[package]]5333name = "multihash"5334version = "0.13.2"5335source = "registry+https://github.com/rust-lang/crates.io-index"5336checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5337dependencies = [5338 "blake2b_simd",5339 "blake2s_simd",5340 "blake3 0.3.8",5341 "digest 0.9.0",5342 "generic-array 0.14.5",5343 "multihash-derive",5344 "sha2 0.9.9",5345 "sha3 0.9.1",5346 "unsigned-varint 0.5.1",5347]53485349[[package]]5350name = "multihash"5351version = "0.14.0"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5354dependencies = [5355 "digest 0.9.0",5356 "generic-array 0.14.5",5357 "multihash-derive",5358 "sha2 0.9.9",5359 "unsigned-varint 0.7.1",5360]53615362[[package]]5363name = "multihash-derive"5364version = "0.7.2"5365source = "registry+https://github.com/rust-lang/crates.io-index"5366checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5367dependencies = [5368 "proc-macro-crate 1.1.3",5369 "proc-macro-error",5370 "proc-macro2",5371 "quote",5372 "syn",5373 "synstructure",5374]53755376[[package]]5377name = "multimap"5378version = "0.8.3"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53815382[[package]]5383name = "multistream-select"5384version = "0.10.4"5385source = "registry+https://github.com/rust-lang/crates.io-index"5386checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5387dependencies = [5388 "bytes 1.1.0",5389 "futures 0.3.21",5390 "log",5391 "pin-project 1.0.10",5392 "smallvec",5393 "unsigned-varint 0.7.1",5394]53955396[[package]]5397name = "nalgebra"5398version = "0.27.1"5399source = "registry+https://github.com/rust-lang/crates.io-index"5400checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5401dependencies = [5402 "approx",5403 "matrixmultiply",5404 "nalgebra-macros",5405 "num-complex",5406 "num-rational 0.4.0",5407 "num-traits",5408 "rand 0.8.5",5409 "rand_distr",5410 "simba",5411 "typenum",5412]54135414[[package]]5415name = "nalgebra-macros"5416version = "0.1.0"5417source = "registry+https://github.com/rust-lang/crates.io-index"5418checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5419dependencies = [5420 "proc-macro2",5421 "quote",5422 "syn",5423]54245425[[package]]5426name = "names"5427version = "0.12.0"5428source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5430dependencies = [5431 "rand 0.8.5",5432]54335434[[package]]5435name = "net2"5436version = "0.2.37"5437source = "registry+https://github.com/rust-lang/crates.io-index"5438checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5439dependencies = [5440 "cfg-if 0.1.10",5441 "libc",5442 "winapi 0.3.9",5443]54445445[[package]]5446name = "nodrop"5447version = "0.1.14"5448source = "registry+https://github.com/rust-lang/crates.io-index"5449checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54505451[[package]]5452name = "nohash-hasher"5453version = "0.2.0"5454source = "registry+https://github.com/rust-lang/crates.io-index"5455checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54565457[[package]]5458name = "nom"5459version = "7.1.1"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5462dependencies = [5463 "memchr",5464 "minimal-lexical",5465]54665467[[package]]5468name = "ntapi"5469version = "0.3.7"5470source = "registry+https://github.com/rust-lang/crates.io-index"5471checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5472dependencies = [5473 "winapi 0.3.9",5474]54755476[[package]]5477name = "num-bigint"5478version = "0.2.6"5479source = "registry+https://github.com/rust-lang/crates.io-index"5480checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5481dependencies = [5482 "autocfg",5483 "num-integer",5484 "num-traits",5485]54865487[[package]]5488name = "num-complex"5489version = "0.4.0"5490source = "registry+https://github.com/rust-lang/crates.io-index"5491checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5492dependencies = [5493 "num-traits",5494]54955496[[package]]5497name = "num-format"5498version = "0.4.0"5499source = "registry+https://github.com/rust-lang/crates.io-index"5500checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5501dependencies = [5502 "arrayvec 0.4.12",5503 "itoa 0.4.8",5504]55055506[[package]]5507name = "num-integer"5508version = "0.1.44"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5511dependencies = [5512 "autocfg",5513 "num-traits",5514]55155516[[package]]5517name = "num-rational"5518version = "0.2.4"5519source = "registry+https://github.com/rust-lang/crates.io-index"5520checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5521dependencies = [5522 "autocfg",5523 "num-bigint",5524 "num-integer",5525 "num-traits",5526]55275528[[package]]5529name = "num-rational"5530version = "0.4.0"5531source = "registry+https://github.com/rust-lang/crates.io-index"5532checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5533dependencies = [5534 "autocfg",5535 "num-integer",5536 "num-traits",5537]55385539[[package]]5540name = "num-traits"5541version = "0.2.14"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5544dependencies = [5545 "autocfg",5546 "libm",5547]55485549[[package]]5550name = "num_cpus"5551version = "1.13.1"5552source = "registry+https://github.com/rust-lang/crates.io-index"5553checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5554dependencies = [5555 "hermit-abi",5556 "libc",5557]55585559[[package]]5560name = "object"5561version = "0.27.1"5562source = "registry+https://github.com/rust-lang/crates.io-index"5563checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5564dependencies = [5565 "crc32fast",5566 "indexmap",5567 "memchr",5568]55695570[[package]]5571name = "once_cell"5572version = "1.10.0"5573source = "registry+https://github.com/rust-lang/crates.io-index"5574checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55755576[[package]]5577name = "opal-runtime"5578version = "0.9.18"5579dependencies = [5580 "cumulus-pallet-aura-ext",5581 "cumulus-pallet-dmp-queue",5582 "cumulus-pallet-parachain-system",5583 "cumulus-pallet-xcm",5584 "cumulus-pallet-xcmp-queue",5585 "cumulus-primitives-core",5586 "cumulus-primitives-timestamp",5587 "cumulus-primitives-utility",5588 "derivative",5589 "fp-evm-mapping",5590 "fp-rpc",5591 "fp-self-contained",5592 "frame-benchmarking",5593 "frame-executive",5594 "frame-support",5595 "frame-system",5596 "frame-system-benchmarking",5597 "frame-system-rpc-runtime-api",5598 "frame-try-runtime",5599 "hex-literal",5600 "log",5601 "orml-vesting",5602 "pallet-aura",5603 "pallet-balances",5604 "pallet-base-fee",5605 "pallet-common",5606 "pallet-ethereum",5607 "pallet-evm",5608 "pallet-evm-coder-substrate",5609 "pallet-evm-contract-helpers",5610 "pallet-evm-migration",5611 "pallet-evm-transaction-payment",5612 "pallet-fungible",5613 "pallet-inflation",5614 "pallet-nonfungible",5615 "pallet-randomness-collective-flip",5616 "pallet-refungible",5617 "pallet-structure",5618 "pallet-sudo",5619 "pallet-template-transaction-payment",5620 "pallet-timestamp",5621 "pallet-transaction-payment",5622 "pallet-transaction-payment-rpc-runtime-api",5623 "pallet-treasury",5624 "pallet-unique",5625 "pallet-unq-scheduler",5626 "pallet-xcm",5627 "parachain-info",5628 "parity-scale-codec",5629 "polkadot-parachain",5630 "scale-info",5631 "serde",5632 "smallvec",5633 "sp-api",5634 "sp-arithmetic",5635 "sp-block-builder",5636 "sp-consensus-aura",5637 "sp-core",5638 "sp-inherents",5639 "sp-io",5640 "sp-offchain",5641 "sp-runtime",5642 "sp-session",5643 "sp-std",5644 "sp-transaction-pool",5645 "sp-version",5646 "substrate-wasm-builder",5647 "unique-runtime-common",5648 "up-data-structs",5649 "up-rpc",5650 "xcm",5651 "xcm-builder",5652 "xcm-executor",5653]56545655[[package]]5656name = "opaque-debug"5657version = "0.2.3"5658source = "registry+https://github.com/rust-lang/crates.io-index"5659checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56605661[[package]]5662name = "opaque-debug"5663version = "0.3.0"5664source = "registry+https://github.com/rust-lang/crates.io-index"5665checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56665667[[package]]5668name = "open-metrics-client"5669version = "0.12.0"5670source = "registry+https://github.com/rust-lang/crates.io-index"5671checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5672dependencies = [5673 "dtoa",5674 "itoa 0.4.8",5675 "open-metrics-client-derive-text-encode",5676 "owning_ref",5677]56785679[[package]]5680name = "open-metrics-client-derive-text-encode"5681version = "0.1.1"5682source = "registry+https://github.com/rust-lang/crates.io-index"5683checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5684dependencies = [5685 "proc-macro2",5686 "quote",5687 "syn",5688]56895690[[package]]5691name = "openssl-probe"5692version = "0.1.5"5693source = "registry+https://github.com/rust-lang/crates.io-index"5694checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56955696[[package]]5697name = "ordered-float"5698version = "1.1.1"5699source = "registry+https://github.com/rust-lang/crates.io-index"5700checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5701dependencies = [5702 "num-traits",5703]57045705[[package]]5706name = "orml-vesting"5707version = "0.4.1-dev"5708source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5709dependencies = [5710 "frame-support",5711 "frame-system",5712 "parity-scale-codec",5713 "scale-info",5714 "serde",5715 "sp-io",5716 "sp-runtime",5717 "sp-std",5718]57195720[[package]]5721name = "os_str_bytes"5722version = "6.0.0"5723source = "registry+https://github.com/rust-lang/crates.io-index"5724checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5725dependencies = [5726 "memchr",5727]57285729[[package]]5730name = "owning_ref"5731version = "0.4.1"5732source = "registry+https://github.com/rust-lang/crates.io-index"5733checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5734dependencies = [5735 "stable_deref_trait",5736]57375738[[package]]5739name = "pallet-aura"5740version = "4.0.0-dev"5741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5742dependencies = [5743 "frame-support",5744 "frame-system",5745 "pallet-timestamp",5746 "parity-scale-codec",5747 "scale-info",5748 "sp-application-crypto",5749 "sp-consensus-aura",5750 "sp-runtime",5751 "sp-std",5752]57535754[[package]]5755name = "pallet-authority-discovery"5756version = "4.0.0-dev"5757source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5758dependencies = [5759 "frame-support",5760 "frame-system",5761 "pallet-session",5762 "parity-scale-codec",5763 "scale-info",5764 "sp-application-crypto",5765 "sp-authority-discovery",5766 "sp-runtime",5767 "sp-std",5768]57695770[[package]]5771name = "pallet-authorship"5772version = "4.0.0-dev"5773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5774dependencies = [5775 "frame-support",5776 "frame-system",5777 "impl-trait-for-tuples",5778 "parity-scale-codec",5779 "scale-info",5780 "sp-authorship",5781 "sp-runtime",5782 "sp-std",5783]57845785[[package]]5786name = "pallet-babe"5787version = "4.0.0-dev"5788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5789dependencies = [5790 "frame-benchmarking",5791 "frame-support",5792 "frame-system",5793 "log",5794 "pallet-authorship",5795 "pallet-session",5796 "pallet-timestamp",5797 "parity-scale-codec",5798 "scale-info",5799 "sp-application-crypto",5800 "sp-consensus-babe",5801 "sp-consensus-vrf",5802 "sp-io",5803 "sp-runtime",5804 "sp-session",5805 "sp-staking",5806 "sp-std",5807]58085809[[package]]5810name = "pallet-bags-list"5811version = "4.0.0-dev"5812source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5813dependencies = [5814 "frame-benchmarking",5815 "frame-election-provider-support",5816 "frame-support",5817 "frame-system",5818 "log",5819 "pallet-balances",5820 "parity-scale-codec",5821 "scale-info",5822 "sp-core",5823 "sp-io",5824 "sp-runtime",5825 "sp-std",5826 "sp-tracing",5827]58285829[[package]]5830name = "pallet-balances"5831version = "4.0.0-dev"5832source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5833dependencies = [5834 "frame-benchmarking",5835 "frame-support",5836 "frame-system",5837 "log",5838 "parity-scale-codec",5839 "scale-info",5840 "sp-runtime",5841 "sp-std",5842]58435844[[package]]5845name = "pallet-base-fee"5846version = "1.0.0"5847source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5848dependencies = [5849 "frame-support",5850 "frame-system",5851 "pallet-evm",5852 "parity-scale-codec",5853 "scale-info",5854 "serde",5855 "sp-core",5856 "sp-runtime",5857]58585859[[package]]5860name = "pallet-beefy"5861version = "4.0.0-dev"5862source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5863dependencies = [5864 "beefy-primitives",5865 "frame-support",5866 "frame-system",5867 "pallet-session",5868 "parity-scale-codec",5869 "scale-info",5870 "serde",5871 "sp-runtime",5872 "sp-std",5873]58745875[[package]]5876name = "pallet-beefy-mmr"5877version = "4.0.0-dev"5878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5879dependencies = [5880 "beefy-merkle-tree",5881 "beefy-primitives",5882 "frame-support",5883 "frame-system",5884 "hex",5885 "k256",5886 "log",5887 "pallet-beefy",5888 "pallet-mmr",5889 "pallet-mmr-primitives",5890 "pallet-session",5891 "parity-scale-codec",5892 "scale-info",5893 "serde",5894 "sp-core",5895 "sp-io",5896 "sp-runtime",5897 "sp-std",5898]58995900[[package]]5901name = "pallet-bounties"5902version = "4.0.0-dev"5903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5904dependencies = [5905 "frame-benchmarking",5906 "frame-support",5907 "frame-system",5908 "log",5909 "pallet-treasury",5910 "parity-scale-codec",5911 "scale-info",5912 "sp-core",5913 "sp-io",5914 "sp-runtime",5915 "sp-std",5916]59175918[[package]]5919name = "pallet-bridge-dispatch"5920version = "0.1.0"5921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5922dependencies = [5923 "bp-message-dispatch",5924 "bp-runtime",5925 "frame-support",5926 "frame-system",5927 "log",5928 "parity-scale-codec",5929 "scale-info",5930 "sp-core",5931 "sp-runtime",5932 "sp-std",5933]59345935[[package]]5936name = "pallet-bridge-grandpa"5937version = "0.1.0"5938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5939dependencies = [5940 "bp-header-chain",5941 "bp-runtime",5942 "bp-test-utils",5943 "finality-grandpa",5944 "frame-support",5945 "frame-system",5946 "log",5947 "num-traits",5948 "parity-scale-codec",5949 "scale-info",5950 "serde",5951 "sp-finality-grandpa",5952 "sp-runtime",5953 "sp-std",5954 "sp-trie",5955]59565957[[package]]5958name = "pallet-bridge-messages"5959version = "0.1.0"5960source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5961dependencies = [5962 "bitvec",5963 "bp-message-dispatch",5964 "bp-messages",5965 "bp-runtime",5966 "frame-support",5967 "frame-system",5968 "log",5969 "num-traits",5970 "parity-scale-codec",5971 "scale-info",5972 "serde",5973 "sp-core",5974 "sp-runtime",5975 "sp-std",5976]59775978[[package]]5979name = "pallet-collective"5980version = "4.0.0-dev"5981source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5982dependencies = [5983 "frame-benchmarking",5984 "frame-support",5985 "frame-system",5986 "log",5987 "parity-scale-codec",5988 "scale-info",5989 "sp-core",5990 "sp-io",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-common"5997version = "0.1.0"5998dependencies = [5999 "evm-coder",6000 "fp-evm-mapping",6001 "frame-support",6002 "frame-system",6003 "pallet-evm",6004 "pallet-evm-coder-substrate",6005 "parity-scale-codec",6006 "scale-info",6007 "serde",6008 "sp-core",6009 "sp-runtime",6010 "sp-std",6011 "up-data-structs",6012]60136014[[package]]6015name = "pallet-democracy"6016version = "4.0.0-dev"6017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6018dependencies = [6019 "frame-benchmarking",6020 "frame-support",6021 "frame-system",6022 "parity-scale-codec",6023 "scale-info",6024 "serde",6025 "sp-io",6026 "sp-runtime",6027 "sp-std",6028]60296030[[package]]6031name = "pallet-election-provider-multi-phase"6032version = "4.0.0-dev"6033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6034dependencies = [6035 "frame-benchmarking",6036 "frame-election-provider-support",6037 "frame-support",6038 "frame-system",6039 "log",6040 "parity-scale-codec",6041 "rand 0.7.3",6042 "scale-info",6043 "sp-arithmetic",6044 "sp-core",6045 "sp-io",6046 "sp-npos-elections",6047 "sp-runtime",6048 "sp-std",6049 "static_assertions",6050 "strum 0.23.0",6051]60526053[[package]]6054name = "pallet-elections-phragmen"6055version = "5.0.0-dev"6056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6057dependencies = [6058 "frame-benchmarking",6059 "frame-support",6060 "frame-system",6061 "log",6062 "parity-scale-codec",6063 "scale-info",6064 "sp-core",6065 "sp-io",6066 "sp-npos-elections",6067 "sp-runtime",6068 "sp-std",6069]60706071[[package]]6072name = "pallet-ethereum"6073version = "4.0.0-dev"6074source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6075dependencies = [6076 "ethereum",6077 "ethereum-types",6078 "evm",6079 "fp-consensus",6080 "fp-evm",6081 "fp-evm-mapping",6082 "fp-rpc",6083 "fp-self-contained",6084 "fp-storage",6085 "frame-support",6086 "frame-system",6087 "log",6088 "pallet-balances",6089 "pallet-evm",6090 "pallet-timestamp",6091 "parity-scale-codec",6092 "rlp",6093 "rustc-hex",6094 "scale-info",6095 "serde",6096 "sha3 0.8.2",6097 "sp-io",6098 "sp-runtime",6099 "sp-std",6100]61016102[[package]]6103name = "pallet-evm"6104version = "6.0.0-dev"6105source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6106dependencies = [6107 "evm",6108 "evm-gasometer",6109 "evm-runtime",6110 "fp-evm",6111 "fp-evm-mapping",6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "hex",6116 "impl-trait-for-tuples",6117 "log",6118 "pallet-balances",6119 "pallet-timestamp",6120 "parity-scale-codec",6121 "primitive-types",6122 "rlp",6123 "scale-info",6124 "serde",6125 "sha3 0.8.2",6126 "sp-core",6127 "sp-io",6128 "sp-runtime",6129 "sp-std",6130]61316132[[package]]6133name = "pallet-evm-coder-substrate"6134version = "0.1.0"6135dependencies = [6136 "ethereum",6137 "evm-coder",6138 "frame-benchmarking",6139 "frame-support",6140 "frame-system",6141 "pallet-ethereum",6142 "pallet-evm",6143 "parity-scale-codec",6144 "scale-info",6145 "sp-core",6146 "sp-std",6147 "up-data-structs",6148]61496150[[package]]6151name = "pallet-evm-contract-helpers"6152version = "0.1.0"6153dependencies = [6154 "evm-coder",6155 "fp-evm-mapping",6156 "frame-support",6157 "frame-system",6158 "log",6159 "pallet-evm",6160 "pallet-evm-coder-substrate",6161 "parity-scale-codec",6162 "scale-info",6163 "sp-core",6164 "sp-runtime",6165 "sp-std",6166 "up-sponsorship",6167]61686169[[package]]6170name = "pallet-evm-migration"6171version = "0.1.0"6172dependencies = [6173 "fp-evm",6174 "frame-benchmarking",6175 "frame-support",6176 "frame-system",6177 "pallet-evm",6178 "parity-scale-codec",6179 "scale-info",6180 "sp-core",6181 "sp-io",6182 "sp-runtime",6183 "sp-std",6184]61856186[[package]]6187name = "pallet-evm-transaction-payment"6188version = "0.1.0"6189dependencies = [6190 "fp-evm",6191 "fp-evm-mapping",6192 "frame-support",6193 "frame-system",6194 "pallet-ethereum",6195 "pallet-evm",6196 "parity-scale-codec",6197 "scale-info",6198 "sp-core",6199 "sp-io",6200 "sp-runtime",6201 "sp-std",6202 "up-sponsorship",6203]62046205[[package]]6206name = "pallet-fungible"6207version = "0.1.0"6208dependencies = [6209 "ethereum",6210 "evm-coder",6211 "frame-benchmarking",6212 "frame-support",6213 "frame-system",6214 "pallet-common",6215 "pallet-evm",6216 "pallet-evm-coder-substrate",6217 "pallet-structure",6218 "parity-scale-codec",6219 "scale-info",6220 "sp-core",6221 "sp-runtime",6222 "sp-std",6223 "up-data-structs",6224]62256226[[package]]6227name = "pallet-gilt"6228version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6230dependencies = [6231 "frame-benchmarking",6232 "frame-support",6233 "frame-system",6234 "parity-scale-codec",6235 "scale-info",6236 "sp-arithmetic",6237 "sp-runtime",6238 "sp-std",6239]62406241[[package]]6242name = "pallet-grandpa"6243version = "4.0.0-dev"6244source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6245dependencies = [6246 "frame-benchmarking",6247 "frame-support",6248 "frame-system",6249 "log",6250 "pallet-authorship",6251 "pallet-session",6252 "parity-scale-codec",6253 "scale-info",6254 "sp-application-crypto",6255 "sp-core",6256 "sp-finality-grandpa",6257 "sp-io",6258 "sp-runtime",6259 "sp-session",6260 "sp-staking",6261 "sp-std",6262]62636264[[package]]6265name = "pallet-identity"6266version = "4.0.0-dev"6267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6268dependencies = [6269 "enumflags2",6270 "frame-benchmarking",6271 "frame-support",6272 "frame-system",6273 "parity-scale-codec",6274 "scale-info",6275 "sp-io",6276 "sp-runtime",6277 "sp-std",6278]62796280[[package]]6281name = "pallet-im-online"6282version = "4.0.0-dev"6283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6284dependencies = [6285 "frame-benchmarking",6286 "frame-support",6287 "frame-system",6288 "log",6289 "pallet-authorship",6290 "parity-scale-codec",6291 "scale-info",6292 "sp-application-crypto",6293 "sp-core",6294 "sp-io",6295 "sp-runtime",6296 "sp-staking",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-indices"6302version = "4.0.0-dev"6303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6304dependencies = [6305 "frame-benchmarking",6306 "frame-support",6307 "frame-system",6308 "parity-scale-codec",6309 "scale-info",6310 "sp-core",6311 "sp-io",6312 "sp-keyring",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-inflation"6319version = "0.1.0"6320dependencies = [6321 "frame-benchmarking",6322 "frame-support",6323 "frame-system",6324 "pallet-balances",6325 "pallet-randomness-collective-flip",6326 "pallet-timestamp",6327 "parity-scale-codec",6328 "scale-info",6329 "serde",6330 "sp-core",6331 "sp-io",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-membership"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6340dependencies = [6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "log",6345 "parity-scale-codec",6346 "scale-info",6347 "sp-core",6348 "sp-io",6349 "sp-runtime",6350 "sp-std",6351]63526353[[package]]6354name = "pallet-mmr"6355version = "4.0.0-dev"6356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6357dependencies = [6358 "ckb-merkle-mountain-range",6359 "frame-benchmarking",6360 "frame-support",6361 "frame-system",6362 "pallet-mmr-primitives",6363 "parity-scale-codec",6364 "scale-info",6365 "sp-core",6366 "sp-io",6367 "sp-runtime",6368 "sp-std",6369]63706371[[package]]6372name = "pallet-mmr-primitives"6373version = "4.0.0-dev"6374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6375dependencies = [6376 "frame-support",6377 "frame-system",6378 "log",6379 "parity-scale-codec",6380 "serde",6381 "sp-api",6382 "sp-core",6383 "sp-runtime",6384 "sp-std",6385]63866387[[package]]6388name = "pallet-mmr-rpc"6389version = "3.0.0"6390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6391dependencies = [6392 "jsonrpc-core",6393 "jsonrpc-core-client",6394 "jsonrpc-derive",6395 "pallet-mmr-primitives",6396 "parity-scale-codec",6397 "serde",6398 "sp-api",6399 "sp-blockchain",6400 "sp-core",6401 "sp-runtime",6402]64036404[[package]]6405name = "pallet-multisig"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6408dependencies = [6409 "frame-benchmarking",6410 "frame-support",6411 "frame-system",6412 "parity-scale-codec",6413 "scale-info",6414 "sp-io",6415 "sp-runtime",6416 "sp-std",6417]64186419[[package]]6420name = "pallet-nicks"6421version = "4.0.0-dev"6422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6423dependencies = [6424 "frame-support",6425 "frame-system",6426 "parity-scale-codec",6427 "scale-info",6428 "sp-io",6429 "sp-runtime",6430 "sp-std",6431]64326433[[package]]6434name = "pallet-nonfungible"6435version = "0.1.0"6436dependencies = [6437 "ethereum",6438 "evm-coder",6439 "frame-benchmarking",6440 "frame-support",6441 "frame-system",6442 "pallet-common",6443 "pallet-evm",6444 "pallet-evm-coder-substrate",6445 "pallet-structure",6446 "parity-scale-codec",6447 "scale-info",6448 "sp-core",6449 "sp-runtime",6450 "sp-std",6451 "up-data-structs",6452]64536454[[package]]6455name = "pallet-offences"6456version = "4.0.0-dev"6457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6458dependencies = [6459 "frame-support",6460 "frame-system",6461 "log",6462 "pallet-balances",6463 "parity-scale-codec",6464 "scale-info",6465 "serde",6466 "sp-runtime",6467 "sp-staking",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-offences-benchmarking"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6475dependencies = [6476 "frame-benchmarking",6477 "frame-election-provider-support",6478 "frame-support",6479 "frame-system",6480 "pallet-babe",6481 "pallet-balances",6482 "pallet-grandpa",6483 "pallet-im-online",6484 "pallet-offences",6485 "pallet-session",6486 "pallet-staking",6487 "parity-scale-codec",6488 "scale-info",6489 "sp-runtime",6490 "sp-staking",6491 "sp-std",6492]64936494[[package]]6495name = "pallet-preimage"6496version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6498dependencies = [6499 "frame-benchmarking",6500 "frame-support",6501 "frame-system",6502 "parity-scale-codec",6503 "scale-info",6504 "sp-core",6505 "sp-io",6506 "sp-runtime",6507 "sp-std",6508]65096510[[package]]6511name = "pallet-proxy"6512version = "4.0.0-dev"6513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6514dependencies = [6515 "frame-benchmarking",6516 "frame-support",6517 "frame-system",6518 "parity-scale-codec",6519 "scale-info",6520 "sp-io",6521 "sp-runtime",6522 "sp-std",6523]65246525[[package]]6526name = "pallet-randomness-collective-flip"6527version = "4.0.0-dev"6528source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6529dependencies = [6530 "frame-support",6531 "frame-system",6532 "parity-scale-codec",6533 "safe-mix",6534 "scale-info",6535 "sp-runtime",6536 "sp-std",6537]65386539[[package]]6540name = "pallet-recovery"6541version = "4.0.0-dev"6542source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6543dependencies = [6544 "frame-support",6545 "frame-system",6546 "parity-scale-codec",6547 "scale-info",6548 "sp-io",6549 "sp-runtime",6550 "sp-std",6551]65526553[[package]]6554name = "pallet-refungible"6555version = "0.1.0"6556dependencies = [6557 "frame-benchmarking",6558 "frame-support",6559 "frame-system",6560 "pallet-common",6561 "pallet-evm",6562 "pallet-structure",6563 "parity-scale-codec",6564 "scale-info",6565 "sp-core",6566 "sp-runtime",6567 "sp-std",6568 "up-data-structs",6569]65706571[[package]]6572name = "pallet-scheduler"6573version = "4.0.0-dev"6574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6575dependencies = [6576 "frame-benchmarking",6577 "frame-support",6578 "frame-system",6579 "log",6580 "parity-scale-codec",6581 "scale-info",6582 "sp-io",6583 "sp-runtime",6584 "sp-std",6585]65866587[[package]]6588name = "pallet-session"6589version = "4.0.0-dev"6590source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6591dependencies = [6592 "frame-support",6593 "frame-system",6594 "impl-trait-for-tuples",6595 "log",6596 "pallet-timestamp",6597 "parity-scale-codec",6598 "scale-info",6599 "sp-core",6600 "sp-io",6601 "sp-runtime",6602 "sp-session",6603 "sp-staking",6604 "sp-std",6605 "sp-trie",6606]66076608[[package]]6609name = "pallet-session-benchmarking"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6612dependencies = [6613 "frame-benchmarking",6614 "frame-support",6615 "frame-system",6616 "pallet-session",6617 "pallet-staking",6618 "rand 0.7.3",6619 "sp-runtime",6620 "sp-session",6621 "sp-std",6622]66236624[[package]]6625name = "pallet-society"6626version = "4.0.0-dev"6627source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6628dependencies = [6629 "frame-support",6630 "frame-system",6631 "parity-scale-codec",6632 "rand_chacha 0.2.2",6633 "scale-info",6634 "sp-runtime",6635 "sp-std",6636]66376638[[package]]6639name = "pallet-staking"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6642dependencies = [6643 "frame-benchmarking",6644 "frame-election-provider-support",6645 "frame-support",6646 "frame-system",6647 "log",6648 "pallet-authorship",6649 "pallet-session",6650 "parity-scale-codec",6651 "rand_chacha 0.2.2",6652 "scale-info",6653 "serde",6654 "sp-application-crypto",6655 "sp-io",6656 "sp-runtime",6657 "sp-staking",6658 "sp-std",6659]66606661[[package]]6662name = "pallet-staking-reward-curve"6663version = "4.0.0-dev"6664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6665dependencies = [6666 "proc-macro-crate 1.1.3",6667 "proc-macro2",6668 "quote",6669 "syn",6670]66716672[[package]]6673name = "pallet-staking-reward-fn"6674version = "4.0.0-dev"6675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6676dependencies = [6677 "log",6678 "sp-arithmetic",6679]66806681[[package]]6682name = "pallet-structure"6683version = "0.1.0"6684dependencies = [6685 "frame-benchmarking",6686 "frame-support",6687 "frame-system",6688 "pallet-common",6689 "parity-scale-codec",6690 "scale-info",6691 "sp-std",6692 "up-data-structs",6693]66946695[[package]]6696name = "pallet-sudo"6697version = "4.0.0-dev"6698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6699dependencies = [6700 "frame-support",6701 "frame-system",6702 "parity-scale-codec",6703 "scale-info",6704 "sp-io",6705 "sp-runtime",6706 "sp-std",6707]67086709[[package]]6710name = "pallet-template-transaction-payment"6711version = "3.0.0"6712source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6713dependencies = [6714 "frame-benchmarking",6715 "frame-support",6716 "frame-system",6717 "pallet-balances",6718 "pallet-transaction-payment",6719 "parity-scale-codec",6720 "scale-info",6721 "serde",6722 "sp-core",6723 "sp-io",6724 "sp-runtime",6725 "sp-std",6726 "up-sponsorship",6727]67286729[[package]]6730name = "pallet-timestamp"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733dependencies = [6734 "frame-benchmarking",6735 "frame-support",6736 "frame-system",6737 "log",6738 "parity-scale-codec",6739 "scale-info",6740 "sp-inherents",6741 "sp-io",6742 "sp-runtime",6743 "sp-std",6744 "sp-timestamp",6745]67466747[[package]]6748name = "pallet-tips"6749version = "4.0.0-dev"6750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6751dependencies = [6752 "frame-benchmarking",6753 "frame-support",6754 "frame-system",6755 "log",6756 "pallet-treasury",6757 "parity-scale-codec",6758 "scale-info",6759 "serde",6760 "sp-core",6761 "sp-io",6762 "sp-runtime",6763 "sp-std",6764]67656766[[package]]6767name = "pallet-transaction-payment"6768version = "4.0.0-dev"6769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6770dependencies = [6771 "frame-support",6772 "frame-system",6773 "parity-scale-codec",6774 "scale-info",6775 "serde",6776 "smallvec",6777 "sp-core",6778 "sp-io",6779 "sp-runtime",6780 "sp-std",6781]67826783[[package]]6784name = "pallet-transaction-payment-rpc"6785version = "4.0.0-dev"6786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6787dependencies = [6788 "jsonrpc-core",6789 "jsonrpc-core-client",6790 "jsonrpc-derive",6791 "pallet-transaction-payment-rpc-runtime-api",6792 "parity-scale-codec",6793 "sp-api",6794 "sp-blockchain",6795 "sp-core",6796 "sp-rpc",6797 "sp-runtime",6798]67996800[[package]]6801name = "pallet-transaction-payment-rpc-runtime-api"6802version = "4.0.0-dev"6803source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6804dependencies = [6805 "pallet-transaction-payment",6806 "parity-scale-codec",6807 "sp-api",6808 "sp-runtime",6809]68106811[[package]]6812name = "pallet-treasury"6813version = "4.0.0-dev"6814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6815dependencies = [6816 "frame-benchmarking",6817 "frame-support",6818 "frame-system",6819 "impl-trait-for-tuples",6820 "pallet-balances",6821 "parity-scale-codec",6822 "scale-info",6823 "serde",6824 "sp-runtime",6825 "sp-std",6826]68276828[[package]]6829name = "pallet-unique"6830version = "0.1.0"6831dependencies = [6832 "frame-benchmarking",6833 "frame-support",6834 "frame-system",6835 "pallet-common",6836 "pallet-evm",6837 "parity-scale-codec",6838 "scale-info",6839 "sp-core",6840 "sp-io",6841 "sp-runtime",6842 "sp-std",6843 "up-data-structs",6844]68456846[[package]]6847name = "pallet-unq-scheduler"6848version = "0.1.0"6849dependencies = [6850 "frame-benchmarking",6851 "frame-support",6852 "frame-system",6853 "log",6854 "parity-scale-codec",6855 "scale-info",6856 "serde",6857 "sp-core",6858 "sp-io",6859 "sp-runtime",6860 "sp-std",6861 "substrate-test-utils",6862 "up-sponsorship",6863]68646865[[package]]6866name = "pallet-utility"6867version = "4.0.0-dev"6868source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6869dependencies = [6870 "frame-benchmarking",6871 "frame-support",6872 "frame-system",6873 "parity-scale-codec",6874 "scale-info",6875 "sp-core",6876 "sp-io",6877 "sp-runtime",6878 "sp-std",6879]68806881[[package]]6882name = "pallet-vesting"6883version = "4.0.0-dev"6884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6885dependencies = [6886 "frame-benchmarking",6887 "frame-support",6888 "frame-system",6889 "log",6890 "parity-scale-codec",6891 "scale-info",6892 "sp-runtime",6893 "sp-std",6894]68956896[[package]]6897name = "pallet-xcm"6898version = "0.9.18"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6900dependencies = [6901 "frame-support",6902 "frame-system",6903 "log",6904 "parity-scale-codec",6905 "scale-info",6906 "serde",6907 "sp-core",6908 "sp-runtime",6909 "sp-std",6910 "xcm",6911 "xcm-executor",6912]69136914[[package]]6915name = "pallet-xcm-benchmarks"6916version = "0.9.18"6917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6918dependencies = [6919 "frame-benchmarking",6920 "frame-support",6921 "frame-system",6922 "log",6923 "parity-scale-codec",6924 "scale-info",6925 "sp-runtime",6926 "sp-std",6927 "xcm",6928 "xcm-executor",6929]69306931[[package]]6932name = "parachain-info"6933version = "0.1.0"6934source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6935dependencies = [6936 "cumulus-primitives-core",6937 "frame-support",6938 "frame-system",6939 "parity-scale-codec",6940 "scale-info",6941 "serde",6942]69436944[[package]]6945name = "parity-db"6946version = "0.3.11"6947source = "registry+https://github.com/rust-lang/crates.io-index"6948checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"6949dependencies = [6950 "blake2-rfc",6951 "crc32fast",6952 "fs2",6953 "hex",6954 "libc",6955 "log",6956 "lz4",6957 "memmap2 0.2.3",6958 "parking_lot 0.11.2",6959 "rand 0.8.5",6960 "snap",6961]69626963[[package]]6964name = "parity-scale-codec"6965version = "3.1.2"6966source = "registry+https://github.com/rust-lang/crates.io-index"6967checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6968dependencies = [6969 "arrayvec 0.7.2",6970 "bitvec",6971 "byte-slice-cast",6972 "impl-trait-for-tuples",6973 "parity-scale-codec-derive",6974 "serde",6975]69766977[[package]]6978name = "parity-scale-codec-derive"6979version = "3.1.2"6980source = "registry+https://github.com/rust-lang/crates.io-index"6981checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6982dependencies = [6983 "proc-macro-crate 1.1.3",6984 "proc-macro2",6985 "quote",6986 "syn",6987]69886989[[package]]6990name = "parity-send-wrapper"6991version = "0.1.0"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69946995[[package]]6996name = "parity-tokio-ipc"6997version = "0.9.0"6998source = "registry+https://github.com/rust-lang/crates.io-index"6999checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7000dependencies = [7001 "futures 0.3.21",7002 "libc",7003 "log",7004 "rand 0.7.3",7005 "tokio 1.17.0",7006 "winapi 0.3.9",7007]70087009[[package]]7010name = "parity-util-mem"7011version = "0.11.0"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7014dependencies = [7015 "cfg-if 1.0.0",7016 "ethereum-types",7017 "hashbrown 0.12.0",7018 "impl-trait-for-tuples",7019 "lru 0.7.5",7020 "parity-util-mem-derive",7021 "parking_lot 0.12.0",7022 "primitive-types",7023 "smallvec",7024 "winapi 0.3.9",7025]70267027[[package]]7028name = "parity-util-mem-derive"7029version = "0.1.0"7030source = "registry+https://github.com/rust-lang/crates.io-index"7031checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7032dependencies = [7033 "proc-macro2",7034 "syn",7035 "synstructure",7036]70377038[[package]]7039name = "parity-wasm"7040version = "0.32.0"7041source = "registry+https://github.com/rust-lang/crates.io-index"7042checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7043dependencies = [7044 "byteorder",7045]70467047[[package]]7048name = "parity-wasm"7049version = "0.42.2"7050source = "registry+https://github.com/rust-lang/crates.io-index"7051checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70527053[[package]]7054name = "parity-ws"7055version = "0.11.1"7056source = "registry+https://github.com/rust-lang/crates.io-index"7057checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7058dependencies = [7059 "byteorder",7060 "bytes 0.4.12",7061 "httparse",7062 "log",7063 "mio 0.6.23",7064 "mio-extras",7065 "rand 0.7.3",7066 "sha-1 0.8.2",7067 "slab",7068 "url 2.2.2",7069]70707071[[package]]7072name = "parking"7073version = "2.0.0"7074source = "registry+https://github.com/rust-lang/crates.io-index"7075checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70767077[[package]]7078name = "parking_lot"7079version = "0.11.2"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7082dependencies = [7083 "instant",7084 "lock_api",7085 "parking_lot_core 0.8.5",7086]70877088[[package]]7089name = "parking_lot"7090version = "0.12.0"7091source = "registry+https://github.com/rust-lang/crates.io-index"7092checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7093dependencies = [7094 "lock_api",7095 "parking_lot_core 0.9.2",7096]70977098[[package]]7099name = "parking_lot_core"7100version = "0.8.5"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7103dependencies = [7104 "cfg-if 1.0.0",7105 "instant",7106 "libc",7107 "redox_syscall",7108 "smallvec",7109 "winapi 0.3.9",7110]71117112[[package]]7113name = "parking_lot_core"7114version = "0.9.2"7115source = "registry+https://github.com/rust-lang/crates.io-index"7116checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7117dependencies = [7118 "cfg-if 1.0.0",7119 "libc",7120 "redox_syscall",7121 "smallvec",7122 "windows-sys",7123]71247125[[package]]7126name = "paste"7127version = "1.0.7"7128source = "registry+https://github.com/rust-lang/crates.io-index"7129checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71307131[[package]]7132name = "pbkdf2"7133version = "0.4.0"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7136dependencies = [7137 "crypto-mac 0.8.0",7138]71397140[[package]]7141name = "pbkdf2"7142version = "0.8.0"7143source = "registry+https://github.com/rust-lang/crates.io-index"7144checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7145dependencies = [7146 "crypto-mac 0.11.1",7147]71487149[[package]]7150name = "peeking_take_while"7151version = "0.1.2"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71547155[[package]]7156name = "percent-encoding"7157version = "1.0.1"7158source = "registry+https://github.com/rust-lang/crates.io-index"7159checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71607161[[package]]7162name = "percent-encoding"7163version = "2.1.0"7164source = "registry+https://github.com/rust-lang/crates.io-index"7165checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71667167[[package]]7168name = "pest"7169version = "2.1.3"7170source = "registry+https://github.com/rust-lang/crates.io-index"7171checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7172dependencies = [7173 "ucd-trie",7174]71757176[[package]]7177name = "pest_derive"7178version = "2.1.0"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7181dependencies = [7182 "pest",7183 "pest_generator",7184]71857186[[package]]7187name = "pest_generator"7188version = "2.1.3"7189source = "registry+https://github.com/rust-lang/crates.io-index"7190checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7191dependencies = [7192 "pest",7193 "pest_meta",7194 "proc-macro2",7195 "quote",7196 "syn",7197]71987199[[package]]7200name = "pest_meta"7201version = "2.1.3"7202source = "registry+https://github.com/rust-lang/crates.io-index"7203checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7204dependencies = [7205 "maplit",7206 "pest",7207 "sha-1 0.8.2",7208]72097210[[package]]7211name = "petgraph"7212version = "0.6.0"7213source = "registry+https://github.com/rust-lang/crates.io-index"7214checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7215dependencies = [7216 "fixedbitset",7217 "indexmap",7218]72197220[[package]]7221name = "pin-project"7222version = "0.4.29"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7225dependencies = [7226 "pin-project-internal 0.4.29",7227]72287229[[package]]7230name = "pin-project"7231version = "1.0.10"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7234dependencies = [7235 "pin-project-internal 1.0.10",7236]72377238[[package]]7239name = "pin-project-internal"7240version = "0.4.29"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7243dependencies = [7244 "proc-macro2",7245 "quote",7246 "syn",7247]72487249[[package]]7250name = "pin-project-internal"7251version = "1.0.10"7252source = "registry+https://github.com/rust-lang/crates.io-index"7253checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7254dependencies = [7255 "proc-macro2",7256 "quote",7257 "syn",7258]72597260[[package]]7261name = "pin-project-lite"7262version = "0.1.12"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72657266[[package]]7267name = "pin-project-lite"7268version = "0.2.8"7269source = "registry+https://github.com/rust-lang/crates.io-index"7270checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72717272[[package]]7273name = "pin-utils"7274version = "0.1.0"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72777278[[package]]7279name = "pkcs8"7280version = "0.8.0"7281source = "registry+https://github.com/rust-lang/crates.io-index"7282checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7283dependencies = [7284 "der",7285 "spki",7286 "zeroize",7287]72887289[[package]]7290name = "pkg-config"7291version = "0.3.25"7292source = "registry+https://github.com/rust-lang/crates.io-index"7293checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72947295[[package]]7296name = "platforms"7297version = "2.0.0"7298source = "registry+https://github.com/rust-lang/crates.io-index"7299checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73007301[[package]]7302name = "polkadot-approval-distribution"7303version = "0.9.18"7304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7305dependencies = [7306 "futures 0.3.21",7307 "polkadot-node-network-protocol",7308 "polkadot-node-primitives",7309 "polkadot-node-subsystem",7310 "polkadot-node-subsystem-util",7311 "polkadot-primitives",7312 "tracing",7313]73147315[[package]]7316name = "polkadot-availability-bitfield-distribution"7317version = "0.9.18"7318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7319dependencies = [7320 "futures 0.3.21",7321 "polkadot-node-network-protocol",7322 "polkadot-node-subsystem",7323 "polkadot-node-subsystem-util",7324 "polkadot-primitives",7325 "tracing",7326]73277328[[package]]7329name = "polkadot-availability-distribution"7330version = "0.9.18"7331source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7332dependencies = [7333 "derive_more",7334 "fatality",7335 "futures 0.3.21",7336 "lru 0.7.5",7337 "parity-scale-codec",7338 "polkadot-erasure-coding",7339 "polkadot-node-network-protocol",7340 "polkadot-node-primitives",7341 "polkadot-node-subsystem",7342 "polkadot-node-subsystem-util",7343 "polkadot-primitives",7344 "rand 0.8.5",7345 "sp-core",7346 "sp-keystore",7347 "thiserror",7348 "tracing",7349]73507351[[package]]7352name = "polkadot-availability-recovery"7353version = "0.9.18"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7355dependencies = [7356 "fatality",7357 "futures 0.3.21",7358 "lru 0.7.5",7359 "parity-scale-codec",7360 "polkadot-erasure-coding",7361 "polkadot-node-network-protocol",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-primitives",7366 "rand 0.8.5",7367 "sc-network",7368 "thiserror",7369 "tracing",7370]73717372[[package]]7373name = "polkadot-cli"7374version = "0.9.18"7375source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7376dependencies = [7377 "clap",7378 "frame-benchmarking-cli",7379 "futures 0.3.21",7380 "log",7381 "polkadot-node-core-pvf",7382 "polkadot-node-metrics",7383 "polkadot-performance-test",7384 "polkadot-service",7385 "sc-cli",7386 "sc-service",7387 "sc-tracing",7388 "sp-core",7389 "sp-trie",7390 "substrate-build-script-utils",7391 "thiserror",7392 "try-runtime-cli",7393]73947395[[package]]7396name = "polkadot-client"7397version = "0.9.18"7398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7399dependencies = [7400 "beefy-primitives",7401 "frame-benchmarking",7402 "frame-system-rpc-runtime-api",7403 "pallet-mmr-primitives",7404 "pallet-transaction-payment-rpc-runtime-api",7405 "polkadot-primitives",7406 "polkadot-runtime",7407 "sc-client-api",7408 "sc-consensus",7409 "sc-executor",7410 "sc-service",7411 "sp-api",7412 "sp-authority-discovery",7413 "sp-block-builder",7414 "sp-blockchain",7415 "sp-consensus",7416 "sp-consensus-babe",7417 "sp-finality-grandpa",7418 "sp-offchain",7419 "sp-runtime",7420 "sp-session",7421 "sp-storage",7422 "sp-transaction-pool",7423]74247425[[package]]7426name = "polkadot-collator-protocol"7427version = "0.9.18"7428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7429dependencies = [7430 "always-assert",7431 "fatality",7432 "futures 0.3.21",7433 "futures-timer",7434 "polkadot-node-network-protocol",7435 "polkadot-node-primitives",7436 "polkadot-node-subsystem",7437 "polkadot-node-subsystem-util",7438 "polkadot-primitives",7439 "sp-core",7440 "sp-keystore",7441 "sp-runtime",7442 "thiserror",7443 "tracing",7444]74457446[[package]]7447name = "polkadot-core-primitives"7448version = "0.9.18"7449source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7450dependencies = [7451 "parity-scale-codec",7452 "parity-util-mem",7453 "scale-info",7454 "sp-core",7455 "sp-runtime",7456 "sp-std",7457]74587459[[package]]7460name = "polkadot-dispute-distribution"7461version = "0.9.18"7462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7463dependencies = [7464 "derive_more",7465 "fatality",7466 "futures 0.3.21",7467 "lru 0.7.5",7468 "parity-scale-codec",7469 "polkadot-erasure-coding",7470 "polkadot-node-network-protocol",7471 "polkadot-node-primitives",7472 "polkadot-node-subsystem",7473 "polkadot-node-subsystem-util",7474 "polkadot-primitives",7475 "sc-network",7476 "sp-application-crypto",7477 "sp-keystore",7478 "thiserror",7479 "tracing",7480]74817482[[package]]7483name = "polkadot-erasure-coding"7484version = "0.9.18"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7486dependencies = [7487 "parity-scale-codec",7488 "polkadot-node-primitives",7489 "polkadot-primitives",7490 "reed-solomon-novelpoly",7491 "sp-core",7492 "sp-trie",7493 "thiserror",7494]74957496[[package]]7497name = "polkadot-gossip-support"7498version = "0.9.18"7499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7500dependencies = [7501 "futures 0.3.21",7502 "futures-timer",7503 "polkadot-node-network-protocol",7504 "polkadot-node-subsystem",7505 "polkadot-node-subsystem-util",7506 "polkadot-primitives",7507 "rand 0.8.5",7508 "rand_chacha 0.3.1",7509 "sc-network",7510 "sp-application-crypto",7511 "sp-core",7512 "sp-keystore",7513 "tracing",7514]75157516[[package]]7517name = "polkadot-network-bridge"7518version = "0.9.18"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7520dependencies = [7521 "async-trait",7522 "futures 0.3.21",7523 "parity-scale-codec",7524 "parking_lot 0.12.0",7525 "polkadot-node-network-protocol",7526 "polkadot-node-subsystem",7527 "polkadot-node-subsystem-util",7528 "polkadot-overseer",7529 "polkadot-primitives",7530 "sc-network",7531 "sp-consensus",7532 "tracing",7533]75347535[[package]]7536name = "polkadot-node-collation-generation"7537version = "0.9.18"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7539dependencies = [7540 "futures 0.3.21",7541 "parity-scale-codec",7542 "polkadot-erasure-coding",7543 "polkadot-node-primitives",7544 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7547 "sp-core",7548 "sp-maybe-compressed-blob",7549 "thiserror",7550 "tracing",7551]75527553[[package]]7554name = "polkadot-node-core-approval-voting"7555version = "0.9.18"7556source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7557dependencies = [7558 "bitvec",7559 "derive_more",7560 "futures 0.3.21",7561 "futures-timer",7562 "kvdb",7563 "lru 0.7.5",7564 "merlin",7565 "parity-scale-codec",7566 "polkadot-node-jaeger",7567 "polkadot-node-primitives",7568 "polkadot-node-subsystem",7569 "polkadot-node-subsystem-util",7570 "polkadot-overseer",7571 "polkadot-primitives",7572 "sc-keystore",7573 "schnorrkel",7574 "sp-application-crypto",7575 "sp-consensus",7576 "sp-consensus-slots",7577 "sp-runtime",7578 "tracing",7579]75807581[[package]]7582name = "polkadot-node-core-av-store"7583version = "0.9.18"7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7585dependencies = [7586 "bitvec",7587 "futures 0.3.21",7588 "futures-timer",7589 "kvdb",7590 "parity-scale-codec",7591 "polkadot-erasure-coding",7592 "polkadot-node-primitives",7593 "polkadot-node-subsystem",7594 "polkadot-node-subsystem-util",7595 "polkadot-overseer",7596 "polkadot-primitives",7597 "thiserror",7598 "tracing",7599]76007601[[package]]7602name = "polkadot-node-core-backing"7603version = "0.9.18"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7605dependencies = [7606 "bitvec",7607 "futures 0.3.21",7608 "polkadot-erasure-coding",7609 "polkadot-node-primitives",7610 "polkadot-node-subsystem",7611 "polkadot-node-subsystem-util",7612 "polkadot-primitives",7613 "polkadot-statement-table",7614 "sp-keystore",7615 "thiserror",7616 "tracing",7617]76187619[[package]]7620name = "polkadot-node-core-bitfield-signing"7621version = "0.9.18"7622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7623dependencies = [7624 "futures 0.3.21",7625 "polkadot-node-subsystem",7626 "polkadot-node-subsystem-util",7627 "polkadot-primitives",7628 "sp-keystore",7629 "thiserror",7630 "tracing",7631 "wasm-timer",7632]76337634[[package]]7635name = "polkadot-node-core-candidate-validation"7636version = "0.9.18"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7638dependencies = [7639 "async-trait",7640 "futures 0.3.21",7641 "parity-scale-codec",7642 "polkadot-node-core-pvf",7643 "polkadot-node-primitives",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-parachain",7647 "polkadot-primitives",7648 "sp-maybe-compressed-blob",7649 "tracing",7650]76517652[[package]]7653name = "polkadot-node-core-chain-api"7654version = "0.9.18"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7656dependencies = [7657 "futures 0.3.21",7658 "polkadot-node-subsystem",7659 "polkadot-node-subsystem-util",7660 "polkadot-primitives",7661 "sc-client-api",7662 "sc-consensus-babe",7663 "sp-blockchain",7664 "tracing",7665]76667667[[package]]7668name = "polkadot-node-core-chain-selection"7669version = "0.9.18"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7671dependencies = [7672 "futures 0.3.21",7673 "futures-timer",7674 "kvdb",7675 "parity-scale-codec",7676 "polkadot-node-primitives",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "thiserror",7681 "tracing",7682]76837684[[package]]7685name = "polkadot-node-core-dispute-coordinator"7686version = "0.9.18"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7688dependencies = [7689 "fatality",7690 "futures 0.3.21",7691 "kvdb",7692 "lru 0.7.5",7693 "parity-scale-codec",7694 "polkadot-node-primitives",7695 "polkadot-node-subsystem",7696 "polkadot-node-subsystem-util",7697 "polkadot-primitives",7698 "sc-keystore",7699 "thiserror",7700 "tracing",7701]77027703[[package]]7704name = "polkadot-node-core-parachains-inherent"7705version = "0.9.18"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7707dependencies = [7708 "async-trait",7709 "futures 0.3.21",7710 "futures-timer",7711 "polkadot-node-subsystem",7712 "polkadot-primitives",7713 "sp-blockchain",7714 "sp-inherents",7715 "sp-runtime",7716 "thiserror",7717 "tracing",7718]77197720[[package]]7721name = "polkadot-node-core-provisioner"7722version = "0.9.18"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7724dependencies = [7725 "bitvec",7726 "futures 0.3.21",7727 "futures-timer",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-primitives",7732 "rand 0.8.5",7733 "thiserror",7734 "tracing",7735]77367737[[package]]7738name = "polkadot-node-core-pvf"7739version = "0.9.18"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7741dependencies = [7742 "always-assert",7743 "assert_matches",7744 "async-process",7745 "async-std",7746 "futures 0.3.21",7747 "futures-timer",7748 "parity-scale-codec",7749 "pin-project 1.0.10",7750 "polkadot-core-primitives",7751 "polkadot-node-subsystem-util",7752 "polkadot-parachain",7753 "rand 0.8.5",7754 "sc-executor",7755 "sc-executor-common",7756 "sc-executor-wasmtime",7757 "slotmap",7758 "sp-core",7759 "sp-externalities",7760 "sp-io",7761 "sp-maybe-compressed-blob",7762 "sp-tracing",7763 "sp-wasm-interface",7764 "tracing",7765]77667767[[package]]7768name = "polkadot-node-core-pvf-checker"7769version = "0.9.18"7770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7771dependencies = [7772 "futures 0.3.21",7773 "polkadot-node-primitives",7774 "polkadot-node-subsystem",7775 "polkadot-node-subsystem-util",7776 "polkadot-overseer",7777 "polkadot-primitives",7778 "sp-keystore",7779 "thiserror",7780 "tracing",7781]77827783[[package]]7784name = "polkadot-node-core-runtime-api"7785version = "0.9.18"7786source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7787dependencies = [7788 "futures 0.3.21",7789 "memory-lru",7790 "parity-util-mem",7791 "polkadot-node-subsystem",7792 "polkadot-node-subsystem-util",7793 "polkadot-primitives",7794 "sp-api",7795 "sp-authority-discovery",7796 "sp-consensus-babe",7797 "sp-core",7798 "tracing",7799]78007801[[package]]7802name = "polkadot-node-jaeger"7803version = "0.9.18"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7805dependencies = [7806 "async-std",7807 "lazy_static",7808 "log",7809 "mick-jaeger",7810 "parity-scale-codec",7811 "parking_lot 0.12.0",7812 "polkadot-node-primitives",7813 "polkadot-primitives",7814 "sc-network",7815 "sp-core",7816 "thiserror",7817]78187819[[package]]7820name = "polkadot-node-metrics"7821version = "0.9.18"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7823dependencies = [7824 "bs58",7825 "futures 0.3.21",7826 "futures-timer",7827 "log",7828 "metered-channel",7829 "parity-scale-codec",7830 "polkadot-primitives",7831 "sc-cli",7832 "sc-service",7833 "sc-tracing",7834 "substrate-prometheus-endpoint",7835 "tracing",7836]78377838[[package]]7839name = "polkadot-node-network-protocol"7840version = "0.9.18"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7842dependencies = [7843 "async-trait",7844 "fatality",7845 "futures 0.3.21",7846 "parity-scale-codec",7847 "polkadot-node-jaeger",7848 "polkadot-node-primitives",7849 "polkadot-primitives",7850 "sc-authority-discovery",7851 "sc-network",7852 "strum 0.24.0",7853 "thiserror",7854]78557856[[package]]7857name = "polkadot-node-primitives"7858version = "0.9.18"7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7860dependencies = [7861 "bounded-vec",7862 "futures 0.3.21",7863 "parity-scale-codec",7864 "polkadot-parachain",7865 "polkadot-primitives",7866 "schnorrkel",7867 "serde",7868 "sp-application-crypto",7869 "sp-consensus-babe",7870 "sp-consensus-vrf",7871 "sp-core",7872 "sp-keystore",7873 "sp-maybe-compressed-blob",7874 "thiserror",7875 "zstd",7876]78777878[[package]]7879name = "polkadot-node-subsystem"7880version = "0.9.18"7881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7882dependencies = [7883 "polkadot-node-jaeger",7884 "polkadot-node-subsystem-types",7885 "polkadot-overseer",7886]78877888[[package]]7889name = "polkadot-node-subsystem-types"7890version = "0.9.18"7891source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7892dependencies = [7893 "derive_more",7894 "futures 0.3.21",7895 "polkadot-node-jaeger",7896 "polkadot-node-network-protocol",7897 "polkadot-node-primitives",7898 "polkadot-overseer-gen",7899 "polkadot-primitives",7900 "polkadot-statement-table",7901 "sc-network",7902 "smallvec",7903 "substrate-prometheus-endpoint",7904 "thiserror",7905]79067907[[package]]7908name = "polkadot-node-subsystem-util"7909version = "0.9.18"7910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7911dependencies = [7912 "async-trait",7913 "derive_more",7914 "fatality",7915 "futures 0.3.21",7916 "itertools",7917 "kvdb",7918 "lru 0.7.5",7919 "metered-channel",7920 "parity-db",7921 "parity-scale-codec",7922 "parity-util-mem",7923 "parking_lot 0.11.2",7924 "pin-project 1.0.10",7925 "polkadot-node-jaeger",7926 "polkadot-node-metrics",7927 "polkadot-node-network-protocol",7928 "polkadot-node-primitives",7929 "polkadot-node-subsystem",7930 "polkadot-overseer",7931 "polkadot-primitives",7932 "rand 0.8.5",7933 "sp-application-crypto",7934 "sp-core",7935 "sp-keystore",7936 "thiserror",7937 "tracing",7938]79397940[[package]]7941name = "polkadot-overseer"7942version = "0.9.18"7943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7944dependencies = [7945 "futures 0.3.21",7946 "futures-timer",7947 "lru 0.7.5",7948 "parity-util-mem",7949 "parking_lot 0.12.0",7950 "polkadot-node-metrics",7951 "polkadot-node-network-protocol",7952 "polkadot-node-primitives",7953 "polkadot-node-subsystem-types",7954 "polkadot-overseer-gen",7955 "polkadot-primitives",7956 "sc-client-api",7957 "sp-api",7958 "tracing",7959]79607961[[package]]7962name = "polkadot-overseer-gen"7963version = "0.9.18"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7965dependencies = [7966 "async-trait",7967 "futures 0.3.21",7968 "futures-timer",7969 "metered-channel",7970 "pin-project 1.0.10",7971 "polkadot-node-network-protocol",7972 "polkadot-node-primitives",7973 "polkadot-overseer-gen-proc-macro",7974 "thiserror",7975 "tracing",7976]79777978[[package]]7979name = "polkadot-overseer-gen-proc-macro"7980version = "0.9.18"7981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7982dependencies = [7983 "expander 0.0.5",7984 "proc-macro-crate 1.1.3",7985 "proc-macro2",7986 "quote",7987 "syn",7988]79897990[[package]]7991name = "polkadot-parachain"7992version = "0.9.18"7993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7994dependencies = [7995 "derive_more",7996 "frame-support",7997 "parity-scale-codec",7998 "parity-util-mem",7999 "polkadot-core-primitives",8000 "scale-info",8001 "serde",8002 "sp-core",8003 "sp-runtime",8004 "sp-std",8005]80068007[[package]]8008name = "polkadot-performance-test"8009version = "0.9.18"8010source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8011dependencies = [8012 "env_logger",8013 "kusama-runtime",8014 "log",8015 "polkadot-erasure-coding",8016 "polkadot-node-core-pvf",8017 "polkadot-node-primitives",8018 "quote",8019 "thiserror",8020]80218022[[package]]8023name = "polkadot-primitives"8024version = "0.9.18"8025source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8026dependencies = [8027 "bitvec",8028 "frame-system",8029 "hex-literal",8030 "parity-scale-codec",8031 "parity-util-mem",8032 "polkadot-core-primitives",8033 "polkadot-parachain",8034 "scale-info",8035 "serde",8036 "sp-api",8037 "sp-application-crypto",8038 "sp-arithmetic",8039 "sp-authority-discovery",8040 "sp-consensus-slots",8041 "sp-core",8042 "sp-inherents",8043 "sp-io",8044 "sp-keystore",8045 "sp-runtime",8046 "sp-staking",8047 "sp-std",8048 "sp-trie",8049 "sp-version",8050]80518052[[package]]8053name = "polkadot-rpc"8054version = "0.9.18"8055source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8056dependencies = [8057 "beefy-gadget",8058 "beefy-gadget-rpc",8059 "jsonrpc-core",8060 "pallet-mmr-rpc",8061 "pallet-transaction-payment-rpc",8062 "polkadot-primitives",8063 "sc-chain-spec",8064 "sc-client-api",8065 "sc-consensus-babe",8066 "sc-consensus-babe-rpc",8067 "sc-consensus-epochs",8068 "sc-finality-grandpa",8069 "sc-finality-grandpa-rpc",8070 "sc-rpc",8071 "sc-sync-state-rpc",8072 "sc-transaction-pool-api",8073 "sp-api",8074 "sp-block-builder",8075 "sp-blockchain",8076 "sp-consensus",8077 "sp-consensus-babe",8078 "sp-keystore",8079 "sp-runtime",8080 "substrate-frame-rpc-system",8081]80828083[[package]]8084name = "polkadot-runtime"8085version = "0.9.18"8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8087dependencies = [8088 "beefy-primitives",8089 "bitvec",8090 "frame-benchmarking",8091 "frame-election-provider-support",8092 "frame-executive",8093 "frame-support",8094 "frame-system",8095 "frame-system-benchmarking",8096 "frame-system-rpc-runtime-api",8097 "frame-try-runtime",8098 "hex-literal",8099 "log",8100 "pallet-authority-discovery",8101 "pallet-authorship",8102 "pallet-babe",8103 "pallet-bags-list",8104 "pallet-balances",8105 "pallet-bounties",8106 "pallet-collective",8107 "pallet-democracy",8108 "pallet-election-provider-multi-phase",8109 "pallet-elections-phragmen",8110 "pallet-grandpa",8111 "pallet-identity",8112 "pallet-im-online",8113 "pallet-indices",8114 "pallet-membership",8115 "pallet-mmr-primitives",8116 "pallet-multisig",8117 "pallet-nicks",8118 "pallet-offences",8119 "pallet-offences-benchmarking",8120 "pallet-preimage",8121 "pallet-proxy",8122 "pallet-scheduler",8123 "pallet-session",8124 "pallet-session-benchmarking",8125 "pallet-staking",8126 "pallet-staking-reward-curve",8127 "pallet-timestamp",8128 "pallet-tips",8129 "pallet-transaction-payment",8130 "pallet-transaction-payment-rpc-runtime-api",8131 "pallet-treasury",8132 "pallet-utility",8133 "pallet-vesting",8134 "pallet-xcm",8135 "parity-scale-codec",8136 "polkadot-primitives",8137 "polkadot-runtime-common",8138 "polkadot-runtime-constants",8139 "polkadot-runtime-parachains",8140 "rustc-hex",8141 "scale-info",8142 "serde",8143 "serde_derive",8144 "smallvec",8145 "sp-api",8146 "sp-authority-discovery",8147 "sp-block-builder",8148 "sp-consensus-babe",8149 "sp-core",8150 "sp-inherents",8151 "sp-io",8152 "sp-npos-elections",8153 "sp-offchain",8154 "sp-runtime",8155 "sp-session",8156 "sp-staking",8157 "sp-std",8158 "sp-transaction-pool",8159 "sp-version",8160 "static_assertions",8161 "substrate-wasm-builder",8162 "xcm",8163 "xcm-builder",8164 "xcm-executor",8165]81668167[[package]]8168name = "polkadot-runtime-common"8169version = "0.9.18"8170source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8171dependencies = [8172 "beefy-primitives",8173 "bitvec",8174 "frame-benchmarking",8175 "frame-election-provider-support",8176 "frame-support",8177 "frame-system",8178 "impl-trait-for-tuples",8179 "libsecp256k1 0.7.0",8180 "log",8181 "pallet-authorship",8182 "pallet-babe",8183 "pallet-bags-list",8184 "pallet-balances",8185 "pallet-beefy-mmr",8186 "pallet-election-provider-multi-phase",8187 "pallet-session",8188 "pallet-staking",8189 "pallet-timestamp",8190 "pallet-transaction-payment",8191 "pallet-treasury",8192 "pallet-vesting",8193 "parity-scale-codec",8194 "polkadot-primitives",8195 "polkadot-runtime-parachains",8196 "rustc-hex",8197 "scale-info",8198 "serde",8199 "serde_derive",8200 "slot-range-helper",8201 "sp-api",8202 "sp-core",8203 "sp-inherents",8204 "sp-io",8205 "sp-npos-elections",8206 "sp-runtime",8207 "sp-session",8208 "sp-staking",8209 "sp-std",8210 "static_assertions",8211 "xcm",8212]82138214[[package]]8215name = "polkadot-runtime-constants"8216version = "0.9.18"8217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8218dependencies = [8219 "frame-support",8220 "polkadot-primitives",8221 "polkadot-runtime-common",8222 "smallvec",8223 "sp-runtime",8224]82258226[[package]]8227name = "polkadot-runtime-metrics"8228version = "0.9.18"8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8230dependencies = [8231 "bs58",8232 "parity-scale-codec",8233 "polkadot-primitives",8234 "sp-std",8235 "sp-tracing",8236]82378238[[package]]8239name = "polkadot-runtime-parachains"8240version = "0.9.18"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8242dependencies = [8243 "bitflags",8244 "bitvec",8245 "derive_more",8246 "frame-benchmarking",8247 "frame-support",8248 "frame-system",8249 "log",8250 "pallet-authority-discovery",8251 "pallet-authorship",8252 "pallet-babe",8253 "pallet-balances",8254 "pallet-session",8255 "pallet-staking",8256 "pallet-timestamp",8257 "pallet-vesting",8258 "parity-scale-codec",8259 "polkadot-primitives",8260 "polkadot-runtime-metrics",8261 "rand 0.8.5",8262 "rand_chacha 0.3.1",8263 "rustc-hex",8264 "scale-info",8265 "serde",8266 "sp-api",8267 "sp-core",8268 "sp-inherents",8269 "sp-io",8270 "sp-keystore",8271 "sp-runtime",8272 "sp-session",8273 "sp-staking",8274 "sp-std",8275 "static_assertions",8276 "xcm",8277 "xcm-executor",8278]82798280[[package]]8281name = "polkadot-service"8282version = "0.9.18"8283source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8284dependencies = [8285 "async-trait",8286 "beefy-gadget",8287 "beefy-primitives",8288 "frame-system-rpc-runtime-api",8289 "futures 0.3.21",8290 "hex-literal",8291 "kusama-runtime",8292 "kvdb",8293 "kvdb-rocksdb",8294 "lru 0.7.5",8295 "pallet-babe",8296 "pallet-im-online",8297 "pallet-mmr-primitives",8298 "pallet-staking",8299 "pallet-transaction-payment-rpc-runtime-api",8300 "parity-db",8301 "polkadot-approval-distribution",8302 "polkadot-availability-bitfield-distribution",8303 "polkadot-availability-distribution",8304 "polkadot-availability-recovery",8305 "polkadot-client",8306 "polkadot-collator-protocol",8307 "polkadot-dispute-distribution",8308 "polkadot-gossip-support",8309 "polkadot-network-bridge",8310 "polkadot-node-collation-generation",8311 "polkadot-node-core-approval-voting",8312 "polkadot-node-core-av-store",8313 "polkadot-node-core-backing",8314 "polkadot-node-core-bitfield-signing",8315 "polkadot-node-core-candidate-validation",8316 "polkadot-node-core-chain-api",8317 "polkadot-node-core-chain-selection",8318 "polkadot-node-core-dispute-coordinator",8319 "polkadot-node-core-parachains-inherent",8320 "polkadot-node-core-provisioner",8321 "polkadot-node-core-pvf-checker",8322 "polkadot-node-core-runtime-api",8323 "polkadot-node-network-protocol",8324 "polkadot-node-primitives",8325 "polkadot-node-subsystem",8326 "polkadot-node-subsystem-util",8327 "polkadot-overseer",8328 "polkadot-parachain",8329 "polkadot-primitives",8330 "polkadot-rpc",8331 "polkadot-runtime",8332 "polkadot-runtime-constants",8333 "polkadot-runtime-parachains",8334 "polkadot-statement-distribution",8335 "rococo-runtime",8336 "sc-authority-discovery",8337 "sc-basic-authorship",8338 "sc-block-builder",8339 "sc-chain-spec",8340 "sc-client-api",8341 "sc-client-db",8342 "sc-consensus",8343 "sc-consensus-babe",8344 "sc-consensus-slots",8345 "sc-consensus-uncles",8346 "sc-executor",8347 "sc-finality-grandpa",8348 "sc-keystore",8349 "sc-network",8350 "sc-offchain",8351 "sc-service",8352 "sc-sync-state-rpc",8353 "sc-telemetry",8354 "sc-transaction-pool",8355 "serde",8356 "sp-api",8357 "sp-authority-discovery",8358 "sp-block-builder",8359 "sp-blockchain",8360 "sp-consensus",8361 "sp-consensus-babe",8362 "sp-core",8363 "sp-finality-grandpa",8364 "sp-inherents",8365 "sp-io",8366 "sp-keystore",8367 "sp-offchain",8368 "sp-runtime",8369 "sp-session",8370 "sp-state-machine",8371 "sp-storage",8372 "sp-timestamp",8373 "sp-transaction-pool",8374 "sp-trie",8375 "substrate-prometheus-endpoint",8376 "thiserror",8377 "tracing",8378 "westend-runtime",8379]83808381[[package]]8382name = "polkadot-statement-distribution"8383version = "0.9.18"8384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8385dependencies = [8386 "arrayvec 0.5.2",8387 "fatality",8388 "futures 0.3.21",8389 "indexmap",8390 "parity-scale-codec",8391 "polkadot-node-network-protocol",8392 "polkadot-node-primitives",8393 "polkadot-node-subsystem",8394 "polkadot-node-subsystem-util",8395 "polkadot-primitives",8396 "sp-keystore",8397 "sp-staking",8398 "thiserror",8399 "tracing",8400]84018402[[package]]8403name = "polkadot-statement-table"8404version = "0.9.18"8405source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8406dependencies = [8407 "parity-scale-codec",8408 "polkadot-primitives",8409 "sp-core",8410]84118412[[package]]8413name = "polkadot-test-runtime"8414version = "0.9.18"8415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8416dependencies = [8417 "beefy-primitives",8418 "bitvec",8419 "frame-election-provider-support",8420 "frame-executive",8421 "frame-support",8422 "frame-system",8423 "frame-system-rpc-runtime-api",8424 "log",8425 "pallet-authority-discovery",8426 "pallet-authorship",8427 "pallet-babe",8428 "pallet-balances",8429 "pallet-grandpa",8430 "pallet-indices",8431 "pallet-mmr-primitives",8432 "pallet-nicks",8433 "pallet-offences",8434 "pallet-session",8435 "pallet-staking",8436 "pallet-staking-reward-curve",8437 "pallet-sudo",8438 "pallet-timestamp",8439 "pallet-transaction-payment",8440 "pallet-transaction-payment-rpc-runtime-api",8441 "pallet-vesting",8442 "pallet-xcm",8443 "parity-scale-codec",8444 "polkadot-parachain",8445 "polkadot-primitives",8446 "polkadot-runtime-common",8447 "polkadot-runtime-parachains",8448 "rustc-hex",8449 "scale-info",8450 "serde",8451 "serde_derive",8452 "smallvec",8453 "sp-api",8454 "sp-authority-discovery",8455 "sp-block-builder",8456 "sp-consensus-babe",8457 "sp-core",8458 "sp-inherents",8459 "sp-io",8460 "sp-offchain",8461 "sp-runtime",8462 "sp-session",8463 "sp-staking",8464 "sp-std",8465 "sp-transaction-pool",8466 "sp-version",8467 "substrate-wasm-builder",8468 "test-runtime-constants",8469 "xcm",8470 "xcm-builder",8471 "xcm-executor",8472]84738474[[package]]8475name = "polkadot-test-service"8476version = "0.9.18"8477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8478dependencies = [8479 "frame-benchmarking",8480 "frame-system",8481 "futures 0.1.31",8482 "futures 0.3.21",8483 "hex",8484 "pallet-balances",8485 "pallet-staking",8486 "pallet-transaction-payment",8487 "polkadot-node-primitives",8488 "polkadot-node-subsystem",8489 "polkadot-overseer",8490 "polkadot-parachain",8491 "polkadot-primitives",8492 "polkadot-rpc",8493 "polkadot-runtime-common",8494 "polkadot-runtime-parachains",8495 "polkadot-service",8496 "polkadot-test-runtime",8497 "rand 0.8.5",8498 "sc-authority-discovery",8499 "sc-chain-spec",8500 "sc-cli",8501 "sc-client-api",8502 "sc-consensus",8503 "sc-consensus-babe",8504 "sc-executor",8505 "sc-finality-grandpa",8506 "sc-network",8507 "sc-service",8508 "sc-tracing",8509 "sc-transaction-pool",8510 "sp-arithmetic",8511 "sp-authority-discovery",8512 "sp-blockchain",8513 "sp-consensus",8514 "sp-consensus-babe",8515 "sp-core",8516 "sp-finality-grandpa",8517 "sp-inherents",8518 "sp-keyring",8519 "sp-runtime",8520 "sp-state-machine",8521 "substrate-test-client",8522 "tempfile",8523 "test-runtime-constants",8524 "tokio 1.17.0",8525 "tracing",8526]85278528[[package]]8529name = "polling"8530version = "2.2.0"8531source = "registry+https://github.com/rust-lang/crates.io-index"8532checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8533dependencies = [8534 "cfg-if 1.0.0",8535 "libc",8536 "log",8537 "wepoll-ffi",8538 "winapi 0.3.9",8539]85408541[[package]]8542name = "poly1305"8543version = "0.7.2"8544source = "registry+https://github.com/rust-lang/crates.io-index"8545checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8546dependencies = [8547 "cpufeatures 0.2.2",8548 "opaque-debug 0.3.0",8549 "universal-hash",8550]85518552[[package]]8553name = "polyval"8554version = "0.5.3"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8557dependencies = [8558 "cfg-if 1.0.0",8559 "cpufeatures 0.2.2",8560 "opaque-debug 0.3.0",8561 "universal-hash",8562]85638564[[package]]8565name = "ppv-lite86"8566version = "0.2.16"8567source = "registry+https://github.com/rust-lang/crates.io-index"8568checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85698570[[package]]8571name = "primitive-types"8572version = "0.11.1"8573source = "registry+https://github.com/rust-lang/crates.io-index"8574checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8575dependencies = [8576 "fixed-hash",8577 "impl-codec",8578 "impl-rlp",8579 "impl-serde",8580 "scale-info",8581 "uint",8582]85838584[[package]]8585name = "proc-macro-crate"8586version = "0.1.5"8587source = "registry+https://github.com/rust-lang/crates.io-index"8588checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8589dependencies = [8590 "toml",8591]85928593[[package]]8594name = "proc-macro-crate"8595version = "1.1.3"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8598dependencies = [8599 "thiserror",8600 "toml",8601]86028603[[package]]8604name = "proc-macro-error"8605version = "1.0.4"8606source = "registry+https://github.com/rust-lang/crates.io-index"8607checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8608dependencies = [8609 "proc-macro-error-attr",8610 "proc-macro2",8611 "quote",8612 "syn",8613 "version_check",8614]86158616[[package]]8617name = "proc-macro-error-attr"8618version = "1.0.4"8619source = "registry+https://github.com/rust-lang/crates.io-index"8620checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8621dependencies = [8622 "proc-macro2",8623 "quote",8624 "version_check",8625]86268627[[package]]8628name = "proc-macro2"8629version = "1.0.37"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"8632dependencies = [8633 "unicode-xid",8634]86358636[[package]]8637name = "prometheus"8638version = "0.13.0"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8641dependencies = [8642 "cfg-if 1.0.0",8643 "fnv",8644 "lazy_static",8645 "memchr",8646 "parking_lot 0.11.2",8647 "thiserror",8648]86498650[[package]]8651name = "prost"8652version = "0.9.0"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8655dependencies = [8656 "bytes 1.1.0",8657 "prost-derive",8658]86598660[[package]]8661name = "prost-build"8662version = "0.9.0"8663source = "registry+https://github.com/rust-lang/crates.io-index"8664checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8665dependencies = [8666 "bytes 1.1.0",8667 "heck 0.3.3",8668 "itertools",8669 "lazy_static",8670 "log",8671 "multimap",8672 "petgraph",8673 "prost",8674 "prost-types",8675 "regex",8676 "tempfile",8677 "which",8678]86798680[[package]]8681name = "prost-derive"8682version = "0.9.0"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8685dependencies = [8686 "anyhow",8687 "itertools",8688 "proc-macro2",8689 "quote",8690 "syn",8691]86928693[[package]]8694name = "prost-types"8695version = "0.9.0"8696source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8698dependencies = [8699 "bytes 1.1.0",8700 "prost",8701]87028703[[package]]8704name = "psm"8705version = "0.1.18"8706source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8708dependencies = [8709 "cc",8710]87118712[[package]]8713name = "quartz-runtime"8714version = "0.9.18"8715dependencies = [8716 "cumulus-pallet-aura-ext",8717 "cumulus-pallet-dmp-queue",8718 "cumulus-pallet-parachain-system",8719 "cumulus-pallet-xcm",8720 "cumulus-pallet-xcmp-queue",8721 "cumulus-primitives-core",8722 "cumulus-primitives-timestamp",8723 "cumulus-primitives-utility",8724 "derivative",8725 "fp-evm-mapping",8726 "fp-rpc",8727 "fp-self-contained",8728 "frame-executive",8729 "frame-support",8730 "frame-system",8731 "frame-system-rpc-runtime-api",8732 "frame-try-runtime",8733 "log",8734 "orml-vesting",8735 "pallet-aura",8736 "pallet-balances",8737 "pallet-base-fee",8738 "pallet-common",8739 "pallet-ethereum",8740 "pallet-evm",8741 "pallet-evm-coder-substrate",8742 "pallet-evm-contract-helpers",8743 "pallet-evm-migration",8744 "pallet-evm-transaction-payment",8745 "pallet-fungible",8746 "pallet-inflation",8747 "pallet-nonfungible",8748 "pallet-randomness-collective-flip",8749 "pallet-refungible",8750 "pallet-structure",8751 "pallet-sudo",8752 "pallet-template-transaction-payment",8753 "pallet-timestamp",8754 "pallet-transaction-payment",8755 "pallet-transaction-payment-rpc-runtime-api",8756 "pallet-treasury",8757 "pallet-unique",8758 "pallet-unq-scheduler",8759 "pallet-xcm",8760 "parachain-info",8761 "parity-scale-codec",8762 "polkadot-parachain",8763 "scale-info",8764 "serde",8765 "smallvec",8766 "sp-api",8767 "sp-arithmetic",8768 "sp-block-builder",8769 "sp-consensus-aura",8770 "sp-core",8771 "sp-inherents",8772 "sp-io",8773 "sp-offchain",8774 "sp-runtime",8775 "sp-session",8776 "sp-std",8777 "sp-transaction-pool",8778 "sp-version",8779 "substrate-wasm-builder",8780 "unique-runtime-common",8781 "up-data-structs",8782 "up-rpc",8783 "xcm",8784 "xcm-builder",8785 "xcm-executor",8786]87878788[[package]]8789name = "quick-error"8790version = "1.2.3"8791source = "registry+https://github.com/rust-lang/crates.io-index"8792checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87938794[[package]]8795name = "quick-error"8796version = "2.0.1"8797source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87998800[[package]]8801name = "quicksink"8802version = "0.1.2"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8805dependencies = [8806 "futures-core",8807 "futures-sink",8808 "pin-project-lite 0.1.12",8809]88108811[[package]]8812name = "quote"8813version = "1.0.17"8814source = "registry+https://github.com/rust-lang/crates.io-index"8815checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8816dependencies = [8817 "proc-macro2",8818]88198820[[package]]8821name = "radium"8822version = "0.7.0"8823source = "registry+https://github.com/rust-lang/crates.io-index"8824checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88258826[[package]]8827name = "rand"8828version = "0.7.3"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8831dependencies = [8832 "getrandom 0.1.16",8833 "libc",8834 "rand_chacha 0.2.2",8835 "rand_core 0.5.1",8836 "rand_hc",8837 "rand_pcg",8838]88398840[[package]]8841name = "rand"8842version = "0.8.5"8843source = "registry+https://github.com/rust-lang/crates.io-index"8844checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8845dependencies = [8846 "libc",8847 "rand_chacha 0.3.1",8848 "rand_core 0.6.3",8849]88508851[[package]]8852name = "rand_chacha"8853version = "0.2.2"8854source = "registry+https://github.com/rust-lang/crates.io-index"8855checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8856dependencies = [8857 "ppv-lite86",8858 "rand_core 0.5.1",8859]88608861[[package]]8862name = "rand_chacha"8863version = "0.3.1"8864source = "registry+https://github.com/rust-lang/crates.io-index"8865checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8866dependencies = [8867 "ppv-lite86",8868 "rand_core 0.6.3",8869]88708871[[package]]8872name = "rand_core"8873version = "0.5.1"8874source = "registry+https://github.com/rust-lang/crates.io-index"8875checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8876dependencies = [8877 "getrandom 0.1.16",8878]88798880[[package]]8881name = "rand_core"8882version = "0.6.3"8883source = "registry+https://github.com/rust-lang/crates.io-index"8884checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8885dependencies = [8886 "getrandom 0.2.6",8887]88888889[[package]]8890name = "rand_distr"8891version = "0.4.3"8892source = "registry+https://github.com/rust-lang/crates.io-index"8893checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8894dependencies = [8895 "num-traits",8896 "rand 0.8.5",8897]88988899[[package]]8900name = "rand_hc"8901version = "0.2.0"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8904dependencies = [8905 "rand_core 0.5.1",8906]89078908[[package]]8909name = "rand_pcg"8910version = "0.2.1"8911source = "registry+https://github.com/rust-lang/crates.io-index"8912checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8913dependencies = [8914 "rand_core 0.5.1",8915]89168917[[package]]8918name = "rawpointer"8919version = "0.2.1"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89228923[[package]]8924name = "rayon"8925version = "1.5.1"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8928dependencies = [8929 "autocfg",8930 "crossbeam-deque",8931 "either",8932 "rayon-core",8933]89348935[[package]]8936name = "rayon-core"8937version = "1.9.1"8938source = "registry+https://github.com/rust-lang/crates.io-index"8939checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8940dependencies = [8941 "crossbeam-channel",8942 "crossbeam-deque",8943 "crossbeam-utils",8944 "lazy_static",8945 "num_cpus",8946]89478948[[package]]8949name = "redox_syscall"8950version = "0.2.13"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8953dependencies = [8954 "bitflags",8955]89568957[[package]]8958name = "redox_users"8959version = "0.4.3"8960source = "registry+https://github.com/rust-lang/crates.io-index"8961checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8962dependencies = [8963 "getrandom 0.2.6",8964 "redox_syscall",8965 "thiserror",8966]89678968[[package]]8969name = "reed-solomon-novelpoly"8970version = "1.0.0"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8973dependencies = [8974 "derive_more",8975 "fs-err",8976 "itertools",8977 "static_init",8978 "thiserror",8979]89808981[[package]]8982name = "ref-cast"8983version = "1.0.6"8984source = "registry+https://github.com/rust-lang/crates.io-index"8985checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8986dependencies = [8987 "ref-cast-impl",8988]89898990[[package]]8991name = "ref-cast-impl"8992version = "1.0.6"8993source = "registry+https://github.com/rust-lang/crates.io-index"8994checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8995dependencies = [8996 "proc-macro2",8997 "quote",8998 "syn",8999]90009001[[package]]9002name = "regalloc"9003version = "0.0.33"9004source = "registry+https://github.com/rust-lang/crates.io-index"9005checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9006dependencies = [9007 "log",9008 "rustc-hash",9009 "smallvec",9010]90119012[[package]]9013name = "regex"9014version = "1.5.5"9015source = "registry+https://github.com/rust-lang/crates.io-index"9016checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9017dependencies = [9018 "aho-corasick",9019 "memchr",9020 "regex-syntax",9021]90229023[[package]]9024name = "regex-automata"9025version = "0.1.10"9026source = "registry+https://github.com/rust-lang/crates.io-index"9027checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9028dependencies = [9029 "regex-syntax",9030]90319032[[package]]9033name = "regex-syntax"9034version = "0.6.25"9035source = "registry+https://github.com/rust-lang/crates.io-index"9036checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90379038[[package]]9039name = "region"9040version = "2.2.0"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9043dependencies = [9044 "bitflags",9045 "libc",9046 "mach",9047 "winapi 0.3.9",9048]90499050[[package]]9051name = "remote-externalities"9052version = "0.10.0-dev"9053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9054dependencies = [9055 "env_logger",9056 "jsonrpsee 0.8.0",9057 "log",9058 "parity-scale-codec",9059 "serde",9060 "serde_json",9061 "sp-core",9062 "sp-io",9063 "sp-runtime",9064 "sp-version",9065]90669067[[package]]9068name = "remove_dir_all"9069version = "0.5.3"9070source = "registry+https://github.com/rust-lang/crates.io-index"9071checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9072dependencies = [9073 "winapi 0.3.9",9074]90759076[[package]]9077name = "resolv-conf"9078version = "0.7.0"9079source = "registry+https://github.com/rust-lang/crates.io-index"9080checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9081dependencies = [9082 "hostname",9083 "quick-error 1.2.3",9084]90859086[[package]]9087name = "retain_mut"9088version = "0.1.7"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90919092[[package]]9093name = "ring"9094version = "0.16.20"9095source = "registry+https://github.com/rust-lang/crates.io-index"9096checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9097dependencies = [9098 "cc",9099 "libc",9100 "once_cell",9101 "spin",9102 "untrusted",9103 "web-sys",9104 "winapi 0.3.9",9105]91069107[[package]]9108name = "rlp"9109version = "0.5.1"9110source = "registry+https://github.com/rust-lang/crates.io-index"9111checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9112dependencies = [9113 "bytes 1.1.0",9114 "rustc-hex",9115]91169117[[package]]9118name = "rlp-derive"9119version = "0.1.0"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9122dependencies = [9123 "proc-macro2",9124 "quote",9125 "syn",9126]91279128[[package]]9129name = "rocksdb"9130version = "0.18.0"9131source = "registry+https://github.com/rust-lang/crates.io-index"9132checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9133dependencies = [9134 "libc",9135 "librocksdb-sys",9136]91379138[[package]]9139name = "rococo-runtime"9140version = "0.9.18"9141source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9142dependencies = [9143 "beefy-primitives",9144 "bp-messages",9145 "bp-rococo",9146 "bp-runtime",9147 "bp-wococo",9148 "bridge-runtime-common",9149 "frame-benchmarking",9150 "frame-executive",9151 "frame-support",9152 "frame-system",9153 "frame-system-rpc-runtime-api",9154 "hex-literal",9155 "log",9156 "pallet-authority-discovery",9157 "pallet-authorship",9158 "pallet-babe",9159 "pallet-balances",9160 "pallet-beefy",9161 "pallet-beefy-mmr",9162 "pallet-bridge-dispatch",9163 "pallet-bridge-grandpa",9164 "pallet-bridge-messages",9165 "pallet-collective",9166 "pallet-grandpa",9167 "pallet-im-online",9168 "pallet-indices",9169 "pallet-membership",9170 "pallet-mmr",9171 "pallet-mmr-primitives",9172 "pallet-multisig",9173 "pallet-offences",9174 "pallet-proxy",9175 "pallet-session",9176 "pallet-staking",9177 "pallet-sudo",9178 "pallet-timestamp",9179 "pallet-transaction-payment",9180 "pallet-transaction-payment-rpc-runtime-api",9181 "pallet-utility",9182 "pallet-xcm",9183 "parity-scale-codec",9184 "polkadot-parachain",9185 "polkadot-primitives",9186 "polkadot-runtime-common",9187 "polkadot-runtime-parachains",9188 "rococo-runtime-constants",9189 "scale-info",9190 "serde",9191 "serde_derive",9192 "smallvec",9193 "sp-api",9194 "sp-authority-discovery",9195 "sp-block-builder",9196 "sp-consensus-babe",9197 "sp-core",9198 "sp-inherents",9199 "sp-io",9200 "sp-offchain",9201 "sp-runtime",9202 "sp-session",9203 "sp-staking",9204 "sp-std",9205 "sp-transaction-pool",9206 "sp-version",9207 "substrate-wasm-builder",9208 "xcm",9209 "xcm-builder",9210 "xcm-executor",9211]92129213[[package]]9214name = "rococo-runtime-constants"9215version = "0.9.18"9216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9217dependencies = [9218 "frame-support",9219 "polkadot-primitives",9220 "polkadot-runtime-common",9221 "smallvec",9222 "sp-runtime",9223]92249225[[package]]9226name = "rpassword"9227version = "5.0.1"9228source = "registry+https://github.com/rust-lang/crates.io-index"9229checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9230dependencies = [9231 "libc",9232 "winapi 0.3.9",9233]92349235[[package]]9236name = "rustc-demangle"9237version = "0.1.21"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92409241[[package]]9242name = "rustc-hash"9243version = "1.1.0"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92469247[[package]]9248name = "rustc-hex"9249version = "2.1.0"9250source = "registry+https://github.com/rust-lang/crates.io-index"9251checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92529253[[package]]9254name = "rustc_version"9255version = "0.2.3"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9258dependencies = [9259 "semver 0.9.0",9260]92619262[[package]]9263name = "rustc_version"9264version = "0.3.3"9265source = "registry+https://github.com/rust-lang/crates.io-index"9266checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9267dependencies = [9268 "semver 0.11.0",9269]92709271[[package]]9272name = "rustc_version"9273version = "0.4.0"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9276dependencies = [9277 "semver 1.0.7",9278]92799280[[package]]9281name = "rustix"9282version = "0.31.3"9283source = "registry+https://github.com/rust-lang/crates.io-index"9284checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9285dependencies = [9286 "bitflags",9287 "errno",9288 "io-lifetimes",9289 "libc",9290 "linux-raw-sys",9291 "winapi 0.3.9",9292]92939294[[package]]9295name = "rustls"9296version = "0.19.1"9297source = "registry+https://github.com/rust-lang/crates.io-index"9298checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9299dependencies = [9300 "base64",9301 "log",9302 "ring",9303 "sct 0.6.1",9304 "webpki 0.21.4",9305]93069307[[package]]9308name = "rustls"9309version = "0.20.4"9310source = "registry+https://github.com/rust-lang/crates.io-index"9311checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9312dependencies = [9313 "log",9314 "ring",9315 "sct 0.7.0",9316 "webpki 0.22.0",9317]93189319[[package]]9320name = "rustls-native-certs"9321version = "0.5.0"9322source = "registry+https://github.com/rust-lang/crates.io-index"9323checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9324dependencies = [9325 "openssl-probe",9326 "rustls 0.19.1",9327 "schannel",9328 "security-framework",9329]93309331[[package]]9332name = "rustls-native-certs"9333version = "0.6.1"9334source = "registry+https://github.com/rust-lang/crates.io-index"9335checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9336dependencies = [9337 "openssl-probe",9338 "rustls-pemfile",9339 "schannel",9340 "security-framework",9341]93429343[[package]]9344name = "rustls-pemfile"9345version = "0.2.1"9346source = "registry+https://github.com/rust-lang/crates.io-index"9347checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9348dependencies = [9349 "base64",9350]93519352[[package]]9353name = "rustversion"9354version = "1.0.6"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93579358[[package]]9359name = "rw-stream-sink"9360version = "0.2.1"9361source = "registry+https://github.com/rust-lang/crates.io-index"9362checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9363dependencies = [9364 "futures 0.3.21",9365 "pin-project 0.4.29",9366 "static_assertions",9367]93689369[[package]]9370name = "ryu"9371version = "1.0.9"9372source = "registry+https://github.com/rust-lang/crates.io-index"9373checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93749375[[package]]9376name = "safe-mix"9377version = "1.0.1"9378source = "registry+https://github.com/rust-lang/crates.io-index"9379checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9380dependencies = [9381 "rustc_version 0.2.3",9382]93839384[[package]]9385name = "salsa20"9386version = "0.9.0"9387source = "registry+https://github.com/rust-lang/crates.io-index"9388checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9389dependencies = [9390 "cipher",9391]93929393[[package]]9394name = "same-file"9395version = "1.0.6"9396source = "registry+https://github.com/rust-lang/crates.io-index"9397checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9398dependencies = [9399 "winapi-util",9400]94019402[[package]]9403name = "sc-allocator"9404version = "4.1.0-dev"9405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9406dependencies = [9407 "log",9408 "sp-core",9409 "sp-wasm-interface",9410 "thiserror",9411]94129413[[package]]9414name = "sc-authority-discovery"9415version = "0.10.0-dev"9416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9417dependencies = [9418 "async-trait",9419 "futures 0.3.21",9420 "futures-timer",9421 "ip_network",9422 "libp2p",9423 "log",9424 "parity-scale-codec",9425 "prost",9426 "prost-build",9427 "rand 0.7.3",9428 "sc-client-api",9429 "sc-network",9430 "sp-api",9431 "sp-authority-discovery",9432 "sp-blockchain",9433 "sp-core",9434 "sp-keystore",9435 "sp-runtime",9436 "substrate-prometheus-endpoint",9437 "thiserror",9438]94399440[[package]]9441name = "sc-basic-authorship"9442version = "0.10.0-dev"9443source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9444dependencies = [9445 "futures 0.3.21",9446 "futures-timer",9447 "log",9448 "parity-scale-codec",9449 "sc-block-builder",9450 "sc-client-api",9451 "sc-proposer-metrics",9452 "sc-telemetry",9453 "sc-transaction-pool-api",9454 "sp-api",9455 "sp-blockchain",9456 "sp-consensus",9457 "sp-core",9458 "sp-inherents",9459 "sp-runtime",9460 "substrate-prometheus-endpoint",9461]94629463[[package]]9464name = "sc-block-builder"9465version = "0.10.0-dev"9466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9467dependencies = [9468 "parity-scale-codec",9469 "sc-client-api",9470 "sp-api",9471 "sp-block-builder",9472 "sp-blockchain",9473 "sp-core",9474 "sp-inherents",9475 "sp-runtime",9476 "sp-state-machine",9477]94789479[[package]]9480name = "sc-chain-spec"9481version = "4.0.0-dev"9482source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9483dependencies = [9484 "impl-trait-for-tuples",9485 "memmap2 0.5.3",9486 "parity-scale-codec",9487 "sc-chain-spec-derive",9488 "sc-network",9489 "sc-telemetry",9490 "serde",9491 "serde_json",9492 "sp-core",9493 "sp-runtime",9494]94959496[[package]]9497name = "sc-chain-spec-derive"9498version = "4.0.0-dev"9499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9500dependencies = [9501 "proc-macro-crate 1.1.3",9502 "proc-macro2",9503 "quote",9504 "syn",9505]95069507[[package]]9508name = "sc-cli"9509version = "0.10.0-dev"9510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9511dependencies = [9512 "chrono",9513 "clap",9514 "fdlimit",9515 "futures 0.3.21",9516 "hex",9517 "libp2p",9518 "log",9519 "names",9520 "parity-scale-codec",9521 "rand 0.7.3",9522 "regex",9523 "rpassword",9524 "sc-client-api",9525 "sc-keystore",9526 "sc-network",9527 "sc-service",9528 "sc-telemetry",9529 "sc-tracing",9530 "sc-utils",9531 "serde",9532 "serde_json",9533 "sp-blockchain",9534 "sp-core",9535 "sp-keyring",9536 "sp-keystore",9537 "sp-panic-handler",9538 "sp-runtime",9539 "sp-version",9540 "thiserror",9541 "tiny-bip39",9542 "tokio 1.17.0",9543]95449545[[package]]9546name = "sc-client-api"9547version = "4.0.0-dev"9548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9549dependencies = [9550 "fnv",9551 "futures 0.3.21",9552 "hash-db",9553 "log",9554 "parity-scale-codec",9555 "parking_lot 0.12.0",9556 "sc-executor",9557 "sc-transaction-pool-api",9558 "sc-utils",9559 "sp-api",9560 "sp-blockchain",9561 "sp-consensus",9562 "sp-core",9563 "sp-database",9564 "sp-externalities",9565 "sp-keystore",9566 "sp-runtime",9567 "sp-state-machine",9568 "sp-storage",9569 "sp-trie",9570 "substrate-prometheus-endpoint",9571]95729573[[package]]9574name = "sc-client-db"9575version = "0.10.0-dev"9576source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9577dependencies = [9578 "hash-db",9579 "kvdb",9580 "kvdb-memorydb",9581 "kvdb-rocksdb",9582 "linked-hash-map",9583 "log",9584 "parity-db",9585 "parity-scale-codec",9586 "parking_lot 0.12.0",9587 "sc-client-api",9588 "sc-state-db",9589 "sp-arithmetic",9590 "sp-blockchain",9591 "sp-core",9592 "sp-database",9593 "sp-runtime",9594 "sp-state-machine",9595 "sp-trie",9596]95979598[[package]]9599name = "sc-consensus"9600version = "0.10.0-dev"9601source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9602dependencies = [9603 "async-trait",9604 "futures 0.3.21",9605 "futures-timer",9606 "libp2p",9607 "log",9608 "parking_lot 0.12.0",9609 "sc-client-api",9610 "sc-utils",9611 "serde",9612 "sp-api",9613 "sp-blockchain",9614 "sp-consensus",9615 "sp-core",9616 "sp-runtime",9617 "sp-state-machine",9618 "substrate-prometheus-endpoint",9619 "thiserror",9620]96219622[[package]]9623name = "sc-consensus-aura"9624version = "0.10.0-dev"9625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9626dependencies = [9627 "async-trait",9628 "futures 0.3.21",9629 "log",9630 "parity-scale-codec",9631 "sc-block-builder",9632 "sc-client-api",9633 "sc-consensus",9634 "sc-consensus-slots",9635 "sc-telemetry",9636 "sp-api",9637 "sp-application-crypto",9638 "sp-block-builder",9639 "sp-blockchain",9640 "sp-consensus",9641 "sp-consensus-aura",9642 "sp-consensus-slots",9643 "sp-core",9644 "sp-inherents",9645 "sp-keystore",9646 "sp-runtime",9647 "substrate-prometheus-endpoint",9648 "thiserror",9649]96509651[[package]]9652name = "sc-consensus-babe"9653version = "0.10.0-dev"9654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9655dependencies = [9656 "async-trait",9657 "fork-tree",9658 "futures 0.3.21",9659 "log",9660 "merlin",9661 "num-bigint",9662 "num-rational 0.2.4",9663 "num-traits",9664 "parity-scale-codec",9665 "parking_lot 0.12.0",9666 "rand 0.7.3",9667 "retain_mut",9668 "sc-client-api",9669 "sc-consensus",9670 "sc-consensus-epochs",9671 "sc-consensus-slots",9672 "sc-keystore",9673 "sc-telemetry",9674 "schnorrkel",9675 "serde",9676 "sp-api",9677 "sp-application-crypto",9678 "sp-block-builder",9679 "sp-blockchain",9680 "sp-consensus",9681 "sp-consensus-babe",9682 "sp-consensus-slots",9683 "sp-consensus-vrf",9684 "sp-core",9685 "sp-inherents",9686 "sp-io",9687 "sp-keystore",9688 "sp-runtime",9689 "sp-version",9690 "substrate-prometheus-endpoint",9691 "thiserror",9692]96939694[[package]]9695name = "sc-consensus-babe-rpc"9696version = "0.10.0-dev"9697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9698dependencies = [9699 "futures 0.3.21",9700 "jsonrpc-core",9701 "jsonrpc-core-client",9702 "jsonrpc-derive",9703 "sc-consensus-babe",9704 "sc-consensus-epochs",9705 "sc-rpc-api",9706 "serde",9707 "sp-api",9708 "sp-application-crypto",9709 "sp-blockchain",9710 "sp-consensus",9711 "sp-consensus-babe",9712 "sp-core",9713 "sp-keystore",9714 "sp-runtime",9715 "thiserror",9716]97179718[[package]]9719name = "sc-consensus-epochs"9720version = "0.10.0-dev"9721source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9722dependencies = [9723 "fork-tree",9724 "parity-scale-codec",9725 "sc-client-api",9726 "sc-consensus",9727 "sp-blockchain",9728 "sp-runtime",9729]97309731[[package]]9732name = "sc-consensus-manual-seal"9733version = "0.10.0-dev"9734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9735dependencies = [9736 "assert_matches",9737 "async-trait",9738 "futures 0.3.21",9739 "jsonrpc-core",9740 "jsonrpc-core-client",9741 "jsonrpc-derive",9742 "log",9743 "parity-scale-codec",9744 "sc-client-api",9745 "sc-consensus",9746 "sc-consensus-aura",9747 "sc-consensus-babe",9748 "sc-consensus-epochs",9749 "sc-transaction-pool",9750 "sc-transaction-pool-api",9751 "serde",9752 "sp-api",9753 "sp-blockchain",9754 "sp-consensus",9755 "sp-consensus-aura",9756 "sp-consensus-babe",9757 "sp-consensus-slots",9758 "sp-core",9759 "sp-inherents",9760 "sp-keystore",9761 "sp-runtime",9762 "sp-timestamp",9763 "substrate-prometheus-endpoint",9764 "thiserror",9765]97669767[[package]]9768name = "sc-consensus-slots"9769version = "0.10.0-dev"9770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9771dependencies = [9772 "async-trait",9773 "futures 0.3.21",9774 "futures-timer",9775 "log",9776 "parity-scale-codec",9777 "sc-client-api",9778 "sc-consensus",9779 "sc-telemetry",9780 "sp-arithmetic",9781 "sp-blockchain",9782 "sp-consensus",9783 "sp-consensus-slots",9784 "sp-core",9785 "sp-inherents",9786 "sp-runtime",9787 "sp-state-machine",9788 "sp-timestamp",9789 "thiserror",9790]97919792[[package]]9793name = "sc-consensus-uncles"9794version = "0.10.0-dev"9795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9796dependencies = [9797 "sc-client-api",9798 "sp-authorship",9799 "sp-runtime",9800 "thiserror",9801]98029803[[package]]9804name = "sc-executor"9805version = "0.10.0-dev"9806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9807dependencies = [9808 "lazy_static",9809 "lru 0.6.6",9810 "parity-scale-codec",9811 "parking_lot 0.12.0",9812 "sc-executor-common",9813 "sc-executor-wasmi",9814 "sc-executor-wasmtime",9815 "sp-api",9816 "sp-core",9817 "sp-core-hashing-proc-macro",9818 "sp-externalities",9819 "sp-io",9820 "sp-panic-handler",9821 "sp-runtime-interface",9822 "sp-tasks",9823 "sp-trie",9824 "sp-version",9825 "sp-wasm-interface",9826 "tracing",9827 "wasmi",9828]98299830[[package]]9831name = "sc-executor-common"9832version = "0.10.0-dev"9833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9834dependencies = [9835 "environmental",9836 "parity-scale-codec",9837 "sc-allocator",9838 "sp-core",9839 "sp-maybe-compressed-blob",9840 "sp-serializer",9841 "sp-wasm-interface",9842 "thiserror",9843 "wasm-instrument",9844 "wasmi",9845]98469847[[package]]9848name = "sc-executor-wasmi"9849version = "0.10.0-dev"9850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9851dependencies = [9852 "log",9853 "parity-scale-codec",9854 "sc-allocator",9855 "sc-executor-common",9856 "scoped-tls",9857 "sp-core",9858 "sp-runtime-interface",9859 "sp-wasm-interface",9860 "wasmi",9861]98629863[[package]]9864name = "sc-executor-wasmtime"9865version = "0.10.0-dev"9866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9867dependencies = [9868 "cfg-if 1.0.0",9869 "libc",9870 "log",9871 "parity-scale-codec",9872 "parity-wasm 0.42.2",9873 "sc-allocator",9874 "sc-executor-common",9875 "sp-core",9876 "sp-runtime-interface",9877 "sp-wasm-interface",9878 "wasmtime",9879]98809881[[package]]9882name = "sc-finality-grandpa"9883version = "0.10.0-dev"9884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9885dependencies = [9886 "ahash",9887 "async-trait",9888 "dyn-clone",9889 "finality-grandpa",9890 "fork-tree",9891 "futures 0.3.21",9892 "futures-timer",9893 "hex",9894 "log",9895 "parity-scale-codec",9896 "parking_lot 0.12.0",9897 "rand 0.8.5",9898 "sc-block-builder",9899 "sc-chain-spec",9900 "sc-client-api",9901 "sc-consensus",9902 "sc-keystore",9903 "sc-network",9904 "sc-network-gossip",9905 "sc-telemetry",9906 "sc-utils",9907 "serde_json",9908 "sp-api",9909 "sp-application-crypto",9910 "sp-arithmetic",9911 "sp-blockchain",9912 "sp-consensus",9913 "sp-core",9914 "sp-finality-grandpa",9915 "sp-keystore",9916 "sp-runtime",9917 "substrate-prometheus-endpoint",9918 "thiserror",9919]99209921[[package]]9922name = "sc-finality-grandpa-rpc"9923version = "0.10.0-dev"9924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9925dependencies = [9926 "finality-grandpa",9927 "futures 0.3.21",9928 "jsonrpc-core",9929 "jsonrpc-core-client",9930 "jsonrpc-derive",9931 "jsonrpc-pubsub",9932 "log",9933 "parity-scale-codec",9934 "sc-client-api",9935 "sc-finality-grandpa",9936 "sc-rpc",9937 "serde",9938 "serde_json",9939 "sp-blockchain",9940 "sp-core",9941 "sp-runtime",9942 "thiserror",9943]99449945[[package]]9946name = "sc-informant"9947version = "0.10.0-dev"9948source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9949dependencies = [9950 "ansi_term",9951 "futures 0.3.21",9952 "futures-timer",9953 "log",9954 "parity-util-mem",9955 "sc-client-api",9956 "sc-network",9957 "sc-transaction-pool-api",9958 "sp-blockchain",9959 "sp-runtime",9960]99619962[[package]]9963name = "sc-keystore"9964version = "4.0.0-dev"9965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9966dependencies = [9967 "async-trait",9968 "hex",9969 "parking_lot 0.12.0",9970 "serde_json",9971 "sp-application-crypto",9972 "sp-core",9973 "sp-keystore",9974 "thiserror",9975]99769977[[package]]9978name = "sc-network"9979version = "0.10.0-dev"9980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9981dependencies = [9982 "async-trait",9983 "asynchronous-codec 0.5.0",9984 "bitflags",9985 "bytes 1.1.0",9986 "cid",9987 "either",9988 "fnv",9989 "fork-tree",9990 "futures 0.3.21",9991 "futures-timer",9992 "hex",9993 "ip_network",9994 "libp2p",9995 "linked-hash-map",9996 "linked_hash_set",9997 "log",9998 "lru 0.7.5",9999 "parity-scale-codec",10000 "parking_lot 0.12.0",10001 "pin-project 1.0.10",10002 "prost",10003 "prost-build",10004 "rand 0.7.3",10005 "sc-block-builder",10006 "sc-client-api",10007 "sc-consensus",10008 "sc-peerset",10009 "sc-utils",10010 "serde",10011 "serde_json",10012 "smallvec",10013 "sp-arithmetic",10014 "sp-blockchain",10015 "sp-consensus",10016 "sp-core",10017 "sp-finality-grandpa",10018 "sp-runtime",10019 "substrate-prometheus-endpoint",10020 "thiserror",10021 "unsigned-varint 0.6.0",10022 "void",10023 "zeroize",10024]1002510026[[package]]10027name = "sc-network-gossip"10028version = "0.10.0-dev"10029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10030dependencies = [10031 "ahash",10032 "futures 0.3.21",10033 "futures-timer",10034 "libp2p",10035 "log",10036 "lru 0.7.5",10037 "sc-network",10038 "sp-runtime",10039 "substrate-prometheus-endpoint",10040 "tracing",10041]1004210043[[package]]10044name = "sc-offchain"10045version = "4.0.0-dev"10046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10047dependencies = [10048 "bytes 1.1.0",10049 "fnv",10050 "futures 0.3.21",10051 "futures-timer",10052 "hex",10053 "hyper",10054 "hyper-rustls 0.22.1",10055 "num_cpus",10056 "once_cell",10057 "parity-scale-codec",10058 "parking_lot 0.12.0",10059 "rand 0.7.3",10060 "sc-client-api",10061 "sc-network",10062 "sc-utils",10063 "sp-api",10064 "sp-core",10065 "sp-offchain",10066 "sp-runtime",10067 "threadpool",10068 "tracing",10069]1007010071[[package]]10072name = "sc-peerset"10073version = "4.0.0-dev"10074source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10075dependencies = [10076 "futures 0.3.21",10077 "libp2p",10078 "log",10079 "sc-utils",10080 "serde_json",10081 "wasm-timer",10082]1008310084[[package]]10085name = "sc-proposer-metrics"10086version = "0.10.0-dev"10087source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10088dependencies = [10089 "log",10090 "substrate-prometheus-endpoint",10091]1009210093[[package]]10094name = "sc-rpc"10095version = "4.0.0-dev"10096source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10097dependencies = [10098 "futures 0.3.21",10099 "hash-db",10100 "jsonrpc-core",10101 "jsonrpc-pubsub",10102 "log",10103 "parity-scale-codec",10104 "parking_lot 0.12.0",10105 "sc-block-builder",10106 "sc-chain-spec",10107 "sc-client-api",10108 "sc-rpc-api",10109 "sc-tracing",10110 "sc-transaction-pool-api",10111 "sc-utils",10112 "serde_json",10113 "sp-api",10114 "sp-blockchain",10115 "sp-core",10116 "sp-keystore",10117 "sp-offchain",10118 "sp-rpc",10119 "sp-runtime",10120 "sp-session",10121 "sp-version",10122]1012310124[[package]]10125name = "sc-rpc-api"10126version = "0.10.0-dev"10127source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10128dependencies = [10129 "futures 0.3.21",10130 "jsonrpc-core",10131 "jsonrpc-core-client",10132 "jsonrpc-derive",10133 "jsonrpc-pubsub",10134 "log",10135 "parity-scale-codec",10136 "parking_lot 0.12.0",10137 "sc-chain-spec",10138 "sc-transaction-pool-api",10139 "serde",10140 "serde_json",10141 "sp-core",10142 "sp-rpc",10143 "sp-runtime",10144 "sp-tracing",10145 "sp-version",10146 "thiserror",10147]1014810149[[package]]10150name = "sc-rpc-server"10151version = "4.0.0-dev"10152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10153dependencies = [10154 "futures 0.3.21",10155 "jsonrpc-core",10156 "jsonrpc-http-server",10157 "jsonrpc-ipc-server",10158 "jsonrpc-pubsub",10159 "jsonrpc-ws-server",10160 "log",10161 "serde_json",10162 "substrate-prometheus-endpoint",10163 "tokio 1.17.0",10164]1016510166[[package]]10167name = "sc-service"10168version = "0.10.0-dev"10169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10170dependencies = [10171 "async-trait",10172 "directories",10173 "exit-future",10174 "futures 0.3.21",10175 "futures-timer",10176 "hash-db",10177 "jsonrpc-core",10178 "jsonrpc-pubsub",10179 "log",10180 "parity-scale-codec",10181 "parity-util-mem",10182 "parking_lot 0.12.0",10183 "pin-project 1.0.10",10184 "rand 0.7.3",10185 "sc-block-builder",10186 "sc-chain-spec",10187 "sc-client-api",10188 "sc-client-db",10189 "sc-consensus",10190 "sc-executor",10191 "sc-informant",10192 "sc-keystore",10193 "sc-network",10194 "sc-offchain",10195 "sc-rpc",10196 "sc-rpc-server",10197 "sc-telemetry",10198 "sc-tracing",10199 "sc-transaction-pool",10200 "sc-transaction-pool-api",10201 "sc-utils",10202 "serde",10203 "serde_json",10204 "sp-api",10205 "sp-application-crypto",10206 "sp-block-builder",10207 "sp-blockchain",10208 "sp-consensus",10209 "sp-core",10210 "sp-externalities",10211 "sp-inherents",10212 "sp-keystore",10213 "sp-runtime",10214 "sp-session",10215 "sp-state-machine",10216 "sp-storage",10217 "sp-tracing",10218 "sp-transaction-pool",10219 "sp-transaction-storage-proof",10220 "sp-trie",10221 "sp-version",10222 "substrate-prometheus-endpoint",10223 "tempfile",10224 "thiserror",10225 "tokio 1.17.0",10226 "tracing",10227 "tracing-futures",10228]1022910230[[package]]10231name = "sc-state-db"10232version = "0.10.0-dev"10233source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10234dependencies = [10235 "log",10236 "parity-scale-codec",10237 "parity-util-mem",10238 "parity-util-mem-derive",10239 "parking_lot 0.12.0",10240 "sc-client-api",10241 "sp-core",10242]1024310244[[package]]10245name = "sc-sync-state-rpc"10246version = "0.10.0-dev"10247source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10248dependencies = [10249 "jsonrpc-core",10250 "jsonrpc-core-client",10251 "jsonrpc-derive",10252 "parity-scale-codec",10253 "sc-chain-spec",10254 "sc-client-api",10255 "sc-consensus-babe",10256 "sc-consensus-epochs",10257 "sc-finality-grandpa",10258 "serde",10259 "serde_json",10260 "sp-blockchain",10261 "sp-runtime",10262 "thiserror",10263]1026410265[[package]]10266name = "sc-telemetry"10267version = "4.0.0-dev"10268source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10269dependencies = [10270 "chrono",10271 "futures 0.3.21",10272 "libp2p",10273 "log",10274 "parking_lot 0.12.0",10275 "pin-project 1.0.10",10276 "rand 0.7.3",10277 "serde",10278 "serde_json",10279 "thiserror",10280 "wasm-timer",10281]1028210283[[package]]10284name = "sc-tracing"10285version = "4.0.0-dev"10286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10287dependencies = [10288 "ansi_term",10289 "atty",10290 "chrono",10291 "lazy_static",10292 "libc",10293 "log",10294 "once_cell",10295 "parking_lot 0.12.0",10296 "regex",10297 "rustc-hash",10298 "sc-client-api",10299 "sc-rpc-server",10300 "sc-tracing-proc-macro",10301 "serde",10302 "sp-api",10303 "sp-blockchain",10304 "sp-core",10305 "sp-rpc",10306 "sp-runtime",10307 "sp-tracing",10308 "thiserror",10309 "tracing",10310 "tracing-log",10311 "tracing-subscriber",10312]1031310314[[package]]10315name = "sc-tracing-proc-macro"10316version = "4.0.0-dev"10317source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10318dependencies = [10319 "proc-macro-crate 1.1.3",10320 "proc-macro2",10321 "quote",10322 "syn",10323]1032410325[[package]]10326name = "sc-transaction-pool"10327version = "4.0.0-dev"10328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10329dependencies = [10330 "futures 0.3.21",10331 "futures-timer",10332 "linked-hash-map",10333 "log",10334 "parity-scale-codec",10335 "parity-util-mem",10336 "parking_lot 0.12.0",10337 "retain_mut",10338 "sc-client-api",10339 "sc-transaction-pool-api",10340 "sc-utils",10341 "serde",10342 "sp-api",10343 "sp-blockchain",10344 "sp-core",10345 "sp-runtime",10346 "sp-tracing",10347 "sp-transaction-pool",10348 "substrate-prometheus-endpoint",10349 "thiserror",10350]1035110352[[package]]10353name = "sc-transaction-pool-api"10354version = "4.0.0-dev"10355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10356dependencies = [10357 "futures 0.3.21",10358 "log",10359 "serde",10360 "sp-blockchain",10361 "sp-runtime",10362 "thiserror",10363]1036410365[[package]]10366name = "sc-utils"10367version = "4.0.0-dev"10368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10369dependencies = [10370 "futures 0.3.21",10371 "futures-timer",10372 "lazy_static",10373 "log",10374 "parking_lot 0.12.0",10375 "prometheus",10376]1037710378[[package]]10379name = "scale-info"10380version = "2.0.1"10381source = "registry+https://github.com/rust-lang/crates.io-index"10382checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10383dependencies = [10384 "bitvec",10385 "cfg-if 1.0.0",10386 "derive_more",10387 "parity-scale-codec",10388 "scale-info-derive",10389 "serde",10390]1039110392[[package]]10393name = "scale-info-derive"10394version = "2.0.0"10395source = "registry+https://github.com/rust-lang/crates.io-index"10396checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10397dependencies = [10398 "proc-macro-crate 1.1.3",10399 "proc-macro2",10400 "quote",10401 "syn",10402]1040310404[[package]]10405name = "schannel"10406version = "0.1.19"10407source = "registry+https://github.com/rust-lang/crates.io-index"10408checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10409dependencies = [10410 "lazy_static",10411 "winapi 0.3.9",10412]1041310414[[package]]10415name = "schnorrkel"10416version = "0.9.1"10417source = "registry+https://github.com/rust-lang/crates.io-index"10418checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10419dependencies = [10420 "arrayref",10421 "arrayvec 0.5.2",10422 "curve25519-dalek 2.1.3",10423 "getrandom 0.1.16",10424 "merlin",10425 "rand 0.7.3",10426 "rand_core 0.5.1",10427 "sha2 0.8.2",10428 "subtle 2.4.1",10429 "zeroize",10430]1043110432[[package]]10433name = "scoped-tls"10434version = "1.0.0"10435source = "registry+https://github.com/rust-lang/crates.io-index"10436checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1043710438[[package]]10439name = "scopeguard"10440version = "1.1.0"10441source = "registry+https://github.com/rust-lang/crates.io-index"10442checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1044310444[[package]]10445name = "sct"10446version = "0.6.1"10447source = "registry+https://github.com/rust-lang/crates.io-index"10448checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10449dependencies = [10450 "ring",10451 "untrusted",10452]1045310454[[package]]10455name = "sct"10456version = "0.7.0"10457source = "registry+https://github.com/rust-lang/crates.io-index"10458checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10459dependencies = [10460 "ring",10461 "untrusted",10462]1046310464[[package]]10465name = "sec1"10466version = "0.2.1"10467source = "registry+https://github.com/rust-lang/crates.io-index"10468checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10469dependencies = [10470 "der",10471 "generic-array 0.14.5",10472 "pkcs8",10473 "subtle 2.4.1",10474 "zeroize",10475]1047610477[[package]]10478name = "secp256k1"10479version = "0.21.3"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10482dependencies = [10483 "secp256k1-sys",10484]1048510486[[package]]10487name = "secp256k1-sys"10488version = "0.4.2"10489source = "registry+https://github.com/rust-lang/crates.io-index"10490checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10491dependencies = [10492 "cc",10493]1049410495[[package]]10496name = "secrecy"10497version = "0.8.0"10498source = "registry+https://github.com/rust-lang/crates.io-index"10499checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10500dependencies = [10501 "zeroize",10502]1050310504[[package]]10505name = "security-framework"10506version = "2.6.1"10507source = "registry+https://github.com/rust-lang/crates.io-index"10508checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10509dependencies = [10510 "bitflags",10511 "core-foundation",10512 "core-foundation-sys",10513 "libc",10514 "security-framework-sys",10515]1051610517[[package]]10518name = "security-framework-sys"10519version = "2.6.1"10520source = "registry+https://github.com/rust-lang/crates.io-index"10521checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10522dependencies = [10523 "core-foundation-sys",10524 "libc",10525]1052610527[[package]]10528name = "semver"10529version = "0.6.0"10530source = "registry+https://github.com/rust-lang/crates.io-index"10531checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10532dependencies = [10533 "semver-parser 0.7.0",10534]1053510536[[package]]10537name = "semver"10538version = "0.9.0"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10541dependencies = [10542 "semver-parser 0.7.0",10543]1054410545[[package]]10546name = "semver"10547version = "0.11.0"10548source = "registry+https://github.com/rust-lang/crates.io-index"10549checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10550dependencies = [10551 "semver-parser 0.10.2",10552]1055310554[[package]]10555name = "semver"10556version = "1.0.7"10557source = "registry+https://github.com/rust-lang/crates.io-index"10558checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10559dependencies = [10560 "serde",10561]1056210563[[package]]10564name = "semver-parser"10565version = "0.7.0"10566source = "registry+https://github.com/rust-lang/crates.io-index"10567checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1056810569[[package]]10570name = "semver-parser"10571version = "0.10.2"10572source = "registry+https://github.com/rust-lang/crates.io-index"10573checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10574dependencies = [10575 "pest",10576]1057710578[[package]]10579name = "serde"10580version = "1.0.136"10581source = "registry+https://github.com/rust-lang/crates.io-index"10582checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10583dependencies = [10584 "serde_derive",10585]1058610587[[package]]10588name = "serde_derive"10589version = "1.0.136"10590source = "registry+https://github.com/rust-lang/crates.io-index"10591checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10592dependencies = [10593 "proc-macro2",10594 "quote",10595 "syn",10596]1059710598[[package]]10599name = "serde_json"10600version = "1.0.79"10601source = "registry+https://github.com/rust-lang/crates.io-index"10602checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10603dependencies = [10604 "itoa 1.0.1",10605 "ryu",10606 "serde",10607]1060810609[[package]]10610name = "serde_nanos"10611version = "0.1.2"10612source = "registry+https://github.com/rust-lang/crates.io-index"10613checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10614dependencies = [10615 "serde",10616]1061710618[[package]]10619name = "sha-1"10620version = "0.8.2"10621source = "registry+https://github.com/rust-lang/crates.io-index"10622checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10623dependencies = [10624 "block-buffer 0.7.3",10625 "digest 0.8.1",10626 "fake-simd",10627 "opaque-debug 0.2.3",10628]1062910630[[package]]10631name = "sha-1"10632version = "0.9.8"10633source = "registry+https://github.com/rust-lang/crates.io-index"10634checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10635dependencies = [10636 "block-buffer 0.9.0",10637 "cfg-if 1.0.0",10638 "cpufeatures 0.2.2",10639 "digest 0.9.0",10640 "opaque-debug 0.3.0",10641]1064210643[[package]]10644name = "sha2"10645version = "0.8.2"10646source = "registry+https://github.com/rust-lang/crates.io-index"10647checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10648dependencies = [10649 "block-buffer 0.7.3",10650 "digest 0.8.1",10651 "fake-simd",10652 "opaque-debug 0.2.3",10653]1065410655[[package]]10656name = "sha2"10657version = "0.9.9"10658source = "registry+https://github.com/rust-lang/crates.io-index"10659checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10660dependencies = [10661 "block-buffer 0.9.0",10662 "cfg-if 1.0.0",10663 "cpufeatures 0.2.2",10664 "digest 0.9.0",10665 "opaque-debug 0.3.0",10666]1066710668[[package]]10669name = "sha2"10670version = "0.10.2"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10673dependencies = [10674 "cfg-if 1.0.0",10675 "cpufeatures 0.2.2",10676 "digest 0.10.3",10677]1067810679[[package]]10680name = "sha3"10681version = "0.8.2"10682source = "registry+https://github.com/rust-lang/crates.io-index"10683checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10684dependencies = [10685 "block-buffer 0.7.3",10686 "byte-tools",10687 "digest 0.8.1",10688 "keccak",10689 "opaque-debug 0.2.3",10690]1069110692[[package]]10693name = "sha3"10694version = "0.9.1"10695source = "registry+https://github.com/rust-lang/crates.io-index"10696checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10697dependencies = [10698 "block-buffer 0.9.0",10699 "digest 0.9.0",10700 "keccak",10701 "opaque-debug 0.3.0",10702]1070310704[[package]]10705name = "sha3"10706version = "0.10.1"10707source = "registry+https://github.com/rust-lang/crates.io-index"10708checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10709dependencies = [10710 "digest 0.10.3",10711 "keccak",10712]1071310714[[package]]10715name = "sharded-slab"10716version = "0.1.4"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10719dependencies = [10720 "lazy_static",10721]1072210723[[package]]10724name = "shlex"10725version = "1.1.0"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1072810729[[package]]10730name = "signal-hook"10731version = "0.3.13"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10734dependencies = [10735 "libc",10736 "signal-hook-registry",10737]1073810739[[package]]10740name = "signal-hook-registry"10741version = "1.4.0"10742source = "registry+https://github.com/rust-lang/crates.io-index"10743checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10744dependencies = [10745 "libc",10746]1074710748[[package]]10749name = "signature"10750version = "1.4.0"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10753dependencies = [10754 "rand_core 0.6.3",10755]1075610757[[package]]10758name = "simba"10759version = "0.5.1"10760source = "registry+https://github.com/rust-lang/crates.io-index"10761checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10762dependencies = [10763 "approx",10764 "num-complex",10765 "num-traits",10766 "paste",10767]1076810769[[package]]10770name = "slab"10771version = "0.4.6"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1077410775[[package]]10776name = "slot-range-helper"10777version = "0.9.18"10778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10779dependencies = [10780 "enumn",10781 "parity-scale-codec",10782 "paste",10783 "sp-runtime",10784 "sp-std",10785]1078610787[[package]]10788name = "slotmap"10789version = "1.0.6"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10792dependencies = [10793 "version_check",10794]1079510796[[package]]10797name = "smallvec"10798version = "1.8.0"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1080110802[[package]]10803name = "snap"10804version = "1.0.5"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1080710808[[package]]10809name = "snow"10810version = "0.8.0"10811source = "registry+https://github.com/rust-lang/crates.io-index"10812checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10813dependencies = [10814 "aes-gcm",10815 "blake2 0.9.2",10816 "chacha20poly1305",10817 "rand 0.8.5",10818 "rand_core 0.6.3",10819 "ring",10820 "rustc_version 0.3.3",10821 "sha2 0.9.9",10822 "subtle 2.4.1",10823 "x25519-dalek",10824]1082510826[[package]]10827name = "socket2"10828version = "0.3.19"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10831dependencies = [10832 "cfg-if 1.0.0",10833 "libc",10834 "winapi 0.3.9",10835]1083610837[[package]]10838name = "socket2"10839version = "0.4.4"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10842dependencies = [10843 "libc",10844 "winapi 0.3.9",10845]1084610847[[package]]10848name = "soketto"10849version = "0.7.1"10850source = "registry+https://github.com/rust-lang/crates.io-index"10851checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10852dependencies = [10853 "base64",10854 "bytes 1.1.0",10855 "flate2",10856 "futures 0.3.21",10857 "httparse",10858 "log",10859 "rand 0.8.5",10860 "sha-1 0.9.8",10861]1086210863[[package]]10864name = "sp-api"10865version = "4.0.0-dev"10866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10867dependencies = [10868 "hash-db",10869 "log",10870 "parity-scale-codec",10871 "sp-api-proc-macro",10872 "sp-core",10873 "sp-runtime",10874 "sp-state-machine",10875 "sp-std",10876 "sp-version",10877 "thiserror",10878]1087910880[[package]]10881name = "sp-api-proc-macro"10882version = "4.0.0-dev"10883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10884dependencies = [10885 "blake2 0.10.4",10886 "proc-macro-crate 1.1.3",10887 "proc-macro2",10888 "quote",10889 "syn",10890]1089110892[[package]]10893name = "sp-application-crypto"10894version = "6.0.0"10895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10896dependencies = [10897 "parity-scale-codec",10898 "scale-info",10899 "serde",10900 "sp-core",10901 "sp-io",10902 "sp-std",10903]1090410905[[package]]10906name = "sp-arithmetic"10907version = "5.0.0"10908source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10909dependencies = [10910 "integer-sqrt",10911 "num-traits",10912 "parity-scale-codec",10913 "scale-info",10914 "serde",10915 "sp-debug-derive",10916 "sp-std",10917 "static_assertions",10918]1091910920[[package]]10921name = "sp-authority-discovery"10922version = "4.0.0-dev"10923source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10924dependencies = [10925 "parity-scale-codec",10926 "scale-info",10927 "sp-api",10928 "sp-application-crypto",10929 "sp-runtime",10930 "sp-std",10931]1093210933[[package]]10934name = "sp-authorship"10935version = "4.0.0-dev"10936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10937dependencies = [10938 "async-trait",10939 "parity-scale-codec",10940 "sp-inherents",10941 "sp-runtime",10942 "sp-std",10943]1094410945[[package]]10946name = "sp-block-builder"10947version = "4.0.0-dev"10948source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10949dependencies = [10950 "parity-scale-codec",10951 "sp-api",10952 "sp-inherents",10953 "sp-runtime",10954 "sp-std",10955]1095610957[[package]]10958name = "sp-blockchain"10959version = "4.0.0-dev"10960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10961dependencies = [10962 "futures 0.3.21",10963 "log",10964 "lru 0.7.5",10965 "parity-scale-codec",10966 "parking_lot 0.12.0",10967 "sp-api",10968 "sp-consensus",10969 "sp-database",10970 "sp-runtime",10971 "sp-state-machine",10972 "thiserror",10973]1097410975[[package]]10976name = "sp-consensus"10977version = "0.10.0-dev"10978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10979dependencies = [10980 "async-trait",10981 "futures 0.3.21",10982 "futures-timer",10983 "log",10984 "parity-scale-codec",10985 "sp-core",10986 "sp-inherents",10987 "sp-runtime",10988 "sp-state-machine",10989 "sp-std",10990 "sp-version",10991 "thiserror",10992]1099310994[[package]]10995name = "sp-consensus-aura"10996version = "0.10.0-dev"10997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10998dependencies = [10999 "async-trait",11000 "parity-scale-codec",11001 "scale-info",11002 "sp-api",11003 "sp-application-crypto",11004 "sp-consensus",11005 "sp-consensus-slots",11006 "sp-inherents",11007 "sp-runtime",11008 "sp-std",11009 "sp-timestamp",11010]1101111012[[package]]11013name = "sp-consensus-babe"11014version = "0.10.0-dev"11015source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11016dependencies = [11017 "async-trait",11018 "merlin",11019 "parity-scale-codec",11020 "scale-info",11021 "serde",11022 "sp-api",11023 "sp-application-crypto",11024 "sp-consensus",11025 "sp-consensus-slots",11026 "sp-consensus-vrf",11027 "sp-core",11028 "sp-inherents",11029 "sp-keystore",11030 "sp-runtime",11031 "sp-std",11032 "sp-timestamp",11033]1103411035[[package]]11036name = "sp-consensus-slots"11037version = "0.10.0-dev"11038source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11039dependencies = [11040 "parity-scale-codec",11041 "scale-info",11042 "serde",11043 "sp-arithmetic",11044 "sp-runtime",11045 "sp-std",11046 "sp-timestamp",11047]1104811049[[package]]11050name = "sp-consensus-vrf"11051version = "0.10.0-dev"11052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11053dependencies = [11054 "parity-scale-codec",11055 "schnorrkel",11056 "sp-core",11057 "sp-runtime",11058 "sp-std",11059]1106011061[[package]]11062name = "sp-core"11063version = "6.0.0"11064source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11065dependencies = [11066 "base58",11067 "bitflags",11068 "blake2-rfc",11069 "byteorder",11070 "dyn-clonable",11071 "ed25519-dalek",11072 "futures 0.3.21",11073 "hash-db",11074 "hash256-std-hasher",11075 "hex",11076 "impl-serde",11077 "lazy_static",11078 "libsecp256k1 0.7.0",11079 "log",11080 "merlin",11081 "num-traits",11082 "parity-scale-codec",11083 "parity-util-mem",11084 "parking_lot 0.12.0",11085 "primitive-types",11086 "rand 0.7.3",11087 "regex",11088 "scale-info",11089 "schnorrkel",11090 "secp256k1",11091 "secrecy",11092 "serde",11093 "sp-core-hashing",11094 "sp-debug-derive",11095 "sp-externalities",11096 "sp-runtime-interface",11097 "sp-std",11098 "sp-storage",11099 "ss58-registry",11100 "substrate-bip39",11101 "thiserror",11102 "tiny-bip39",11103 "wasmi",11104 "zeroize",11105]1110611107[[package]]11108name = "sp-core-hashing"11109version = "4.0.0"11110source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11111dependencies = [11112 "blake2 0.10.4",11113 "byteorder",11114 "digest 0.10.3",11115 "sha2 0.10.2",11116 "sha3 0.10.1",11117 "sp-std",11118 "twox-hash",11119]1112011121[[package]]11122name = "sp-core-hashing-proc-macro"11123version = "5.0.0"11124source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11125dependencies = [11126 "proc-macro2",11127 "quote",11128 "sp-core-hashing",11129 "syn",11130]1113111132[[package]]11133name = "sp-database"11134version = "4.0.0-dev"11135source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11136dependencies = [11137 "kvdb",11138 "parking_lot 0.12.0",11139]1114011141[[package]]11142name = "sp-debug-derive"11143version = "4.0.0"11144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11145dependencies = [11146 "proc-macro2",11147 "quote",11148 "syn",11149]1115011151[[package]]11152name = "sp-externalities"11153version = "0.12.0"11154source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11155dependencies = [11156 "environmental",11157 "parity-scale-codec",11158 "sp-std",11159 "sp-storage",11160]1116111162[[package]]11163name = "sp-finality-grandpa"11164version = "4.0.0-dev"11165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11166dependencies = [11167 "finality-grandpa",11168 "log",11169 "parity-scale-codec",11170 "scale-info",11171 "serde",11172 "sp-api",11173 "sp-application-crypto",11174 "sp-core",11175 "sp-keystore",11176 "sp-runtime",11177 "sp-std",11178]1117911180[[package]]11181name = "sp-inherents"11182version = "4.0.0-dev"11183source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11184dependencies = [11185 "async-trait",11186 "impl-trait-for-tuples",11187 "parity-scale-codec",11188 "sp-core",11189 "sp-runtime",11190 "sp-std",11191 "thiserror",11192]1119311194[[package]]11195name = "sp-io"11196version = "6.0.0"11197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11198dependencies = [11199 "futures 0.3.21",11200 "hash-db",11201 "libsecp256k1 0.7.0",11202 "log",11203 "parity-scale-codec",11204 "parking_lot 0.12.0",11205 "secp256k1",11206 "sp-core",11207 "sp-externalities",11208 "sp-keystore",11209 "sp-runtime-interface",11210 "sp-state-machine",11211 "sp-std",11212 "sp-tracing",11213 "sp-trie",11214 "sp-wasm-interface",11215 "tracing",11216 "tracing-core",11217]1121811219[[package]]11220name = "sp-keyring"11221version = "6.0.0"11222source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11223dependencies = [11224 "lazy_static",11225 "sp-core",11226 "sp-runtime",11227 "strum 0.23.0",11228]1122911230[[package]]11231name = "sp-keystore"11232version = "0.12.0"11233source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11234dependencies = [11235 "async-trait",11236 "futures 0.3.21",11237 "merlin",11238 "parity-scale-codec",11239 "parking_lot 0.12.0",11240 "schnorrkel",11241 "serde",11242 "sp-core",11243 "sp-externalities",11244 "thiserror",11245]1124611247[[package]]11248name = "sp-maybe-compressed-blob"11249version = "4.1.0-dev"11250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11251dependencies = [11252 "thiserror",11253 "zstd",11254]1125511256[[package]]11257name = "sp-npos-elections"11258version = "4.0.0-dev"11259source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11260dependencies = [11261 "parity-scale-codec",11262 "scale-info",11263 "serde",11264 "sp-arithmetic",11265 "sp-core",11266 "sp-npos-elections-solution-type",11267 "sp-runtime",11268 "sp-std",11269]1127011271[[package]]11272name = "sp-npos-elections-solution-type"11273version = "4.0.0-dev"11274source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11275dependencies = [11276 "proc-macro-crate 1.1.3",11277 "proc-macro2",11278 "quote",11279 "syn",11280]1128111282[[package]]11283name = "sp-offchain"11284version = "4.0.0-dev"11285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11286dependencies = [11287 "sp-api",11288 "sp-core",11289 "sp-runtime",11290]1129111292[[package]]11293name = "sp-panic-handler"11294version = "4.0.0"11295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11296dependencies = [11297 "backtrace",11298 "lazy_static",11299 "regex",11300]1130111302[[package]]11303name = "sp-rpc"11304version = "6.0.0"11305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11306dependencies = [11307 "rustc-hash",11308 "serde",11309 "sp-core",11310]1131111312[[package]]11313name = "sp-runtime"11314version = "6.0.0"11315source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11316dependencies = [11317 "either",11318 "hash256-std-hasher",11319 "impl-trait-for-tuples",11320 "log",11321 "parity-scale-codec",11322 "parity-util-mem",11323 "paste",11324 "rand 0.7.3",11325 "scale-info",11326 "serde",11327 "sp-application-crypto",11328 "sp-arithmetic",11329 "sp-core",11330 "sp-io",11331 "sp-std",11332]1133311334[[package]]11335name = "sp-runtime-interface"11336version = "6.0.0"11337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11338dependencies = [11339 "impl-trait-for-tuples",11340 "parity-scale-codec",11341 "primitive-types",11342 "sp-externalities",11343 "sp-runtime-interface-proc-macro",11344 "sp-std",11345 "sp-storage",11346 "sp-tracing",11347 "sp-wasm-interface",11348 "static_assertions",11349]1135011351[[package]]11352name = "sp-runtime-interface-proc-macro"11353version = "5.0.0"11354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11355dependencies = [11356 "Inflector",11357 "proc-macro-crate 1.1.3",11358 "proc-macro2",11359 "quote",11360 "syn",11361]1136211363[[package]]11364name = "sp-serializer"11365version = "4.0.0-dev"11366source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11367dependencies = [11368 "serde",11369 "serde_json",11370]1137111372[[package]]11373name = "sp-session"11374version = "4.0.0-dev"11375source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11376dependencies = [11377 "parity-scale-codec",11378 "scale-info",11379 "sp-api",11380 "sp-core",11381 "sp-runtime",11382 "sp-staking",11383 "sp-std",11384]1138511386[[package]]11387name = "sp-staking"11388version = "4.0.0-dev"11389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11390dependencies = [11391 "parity-scale-codec",11392 "scale-info",11393 "sp-runtime",11394 "sp-std",11395]1139611397[[package]]11398name = "sp-state-machine"11399version = "0.12.0"11400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11401dependencies = [11402 "hash-db",11403 "log",11404 "num-traits",11405 "parity-scale-codec",11406 "parking_lot 0.12.0",11407 "rand 0.7.3",11408 "smallvec",11409 "sp-core",11410 "sp-externalities",11411 "sp-panic-handler",11412 "sp-std",11413 "sp-trie",11414 "thiserror",11415 "tracing",11416 "trie-db",11417 "trie-root",11418]1141911420[[package]]11421name = "sp-std"11422version = "4.0.0"11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1142411425[[package]]11426name = "sp-storage"11427version = "6.0.0"11428source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11429dependencies = [11430 "impl-serde",11431 "parity-scale-codec",11432 "ref-cast",11433 "serde",11434 "sp-debug-derive",11435 "sp-std",11436]1143711438[[package]]11439name = "sp-tasks"11440version = "4.0.0-dev"11441source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11442dependencies = [11443 "log",11444 "sp-core",11445 "sp-externalities",11446 "sp-io",11447 "sp-runtime-interface",11448 "sp-std",11449]1145011451[[package]]11452name = "sp-timestamp"11453version = "4.0.0-dev"11454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11455dependencies = [11456 "async-trait",11457 "futures-timer",11458 "log",11459 "parity-scale-codec",11460 "sp-api",11461 "sp-inherents",11462 "sp-runtime",11463 "sp-std",11464 "thiserror",11465]1146611467[[package]]11468name = "sp-tracing"11469version = "5.0.0"11470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11471dependencies = [11472 "parity-scale-codec",11473 "sp-std",11474 "tracing",11475 "tracing-core",11476 "tracing-subscriber",11477]1147811479[[package]]11480name = "sp-transaction-pool"11481version = "4.0.0-dev"11482source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11483dependencies = [11484 "sp-api",11485 "sp-runtime",11486]1148711488[[package]]11489name = "sp-transaction-storage-proof"11490version = "4.0.0-dev"11491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11492dependencies = [11493 "async-trait",11494 "log",11495 "parity-scale-codec",11496 "scale-info",11497 "sp-core",11498 "sp-inherents",11499 "sp-runtime",11500 "sp-std",11501 "sp-trie",11502]1150311504[[package]]11505name = "sp-trie"11506version = "6.0.0"11507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11508dependencies = [11509 "hash-db",11510 "memory-db",11511 "parity-scale-codec",11512 "scale-info",11513 "sp-core",11514 "sp-std",11515 "thiserror",11516 "trie-db",11517 "trie-root",11518]1151911520[[package]]11521name = "sp-version"11522version = "5.0.0"11523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11524dependencies = [11525 "impl-serde",11526 "parity-scale-codec",11527 "parity-wasm 0.42.2",11528 "scale-info",11529 "serde",11530 "sp-core-hashing-proc-macro",11531 "sp-runtime",11532 "sp-std",11533 "sp-version-proc-macro",11534 "thiserror",11535]1153611537[[package]]11538name = "sp-version-proc-macro"11539version = "4.0.0-dev"11540source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11541dependencies = [11542 "parity-scale-codec",11543 "proc-macro2",11544 "quote",11545 "syn",11546]1154711548[[package]]11549name = "sp-wasm-interface"11550version = "6.0.0"11551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11552dependencies = [11553 "impl-trait-for-tuples",11554 "log",11555 "parity-scale-codec",11556 "sp-std",11557 "wasmi",11558 "wasmtime",11559]1156011561[[package]]11562name = "spin"11563version = "0.5.2"11564source = "registry+https://github.com/rust-lang/crates.io-index"11565checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1156611567[[package]]11568name = "spki"11569version = "0.5.4"11570source = "registry+https://github.com/rust-lang/crates.io-index"11571checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11572dependencies = [11573 "base64ct",11574 "der",11575]1157611577[[package]]11578name = "ss58-registry"11579version = "1.17.0"11580source = "registry+https://github.com/rust-lang/crates.io-index"11581checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11582dependencies = [11583 "Inflector",11584 "num-format",11585 "proc-macro2",11586 "quote",11587 "serde",11588 "serde_json",11589 "unicode-xid",11590]1159111592[[package]]11593name = "stable_deref_trait"11594version = "1.2.0"11595source = "registry+https://github.com/rust-lang/crates.io-index"11596checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1159711598[[package]]11599name = "static_assertions"11600version = "1.1.0"11601source = "registry+https://github.com/rust-lang/crates.io-index"11602checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1160311604[[package]]11605name = "static_init"11606version = "0.5.2"11607source = "registry+https://github.com/rust-lang/crates.io-index"11608checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11609dependencies = [11610 "cfg_aliases",11611 "libc",11612 "parking_lot 0.11.2",11613 "static_init_macro",11614]1161511616[[package]]11617name = "static_init_macro"11618version = "0.5.0"11619source = "registry+https://github.com/rust-lang/crates.io-index"11620checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11621dependencies = [11622 "cfg_aliases",11623 "memchr",11624 "proc-macro2",11625 "quote",11626 "syn",11627]1162811629[[package]]11630name = "statrs"11631version = "0.15.0"11632source = "registry+https://github.com/rust-lang/crates.io-index"11633checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11634dependencies = [11635 "approx",11636 "lazy_static",11637 "nalgebra",11638 "num-traits",11639 "rand 0.8.5",11640]1164111642[[package]]11643name = "strsim"11644version = "0.10.0"11645source = "registry+https://github.com/rust-lang/crates.io-index"11646checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1164711648[[package]]11649name = "struct-versioning"11650version = "0.1.0"11651dependencies = [11652 "quote",11653 "syn",11654]1165511656[[package]]11657name = "strum"11658version = "0.23.0"11659source = "registry+https://github.com/rust-lang/crates.io-index"11660checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11661dependencies = [11662 "strum_macros 0.23.1",11663]1166411665[[package]]11666name = "strum"11667version = "0.24.0"11668source = "registry+https://github.com/rust-lang/crates.io-index"11669checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11670dependencies = [11671 "strum_macros 0.24.0",11672]1167311674[[package]]11675name = "strum_macros"11676version = "0.23.1"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11679dependencies = [11680 "heck 0.3.3",11681 "proc-macro2",11682 "quote",11683 "rustversion",11684 "syn",11685]1168611687[[package]]11688name = "strum_macros"11689version = "0.24.0"11690source = "registry+https://github.com/rust-lang/crates.io-index"11691checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11692dependencies = [11693 "heck 0.4.0",11694 "proc-macro2",11695 "quote",11696 "rustversion",11697 "syn",11698]1169911700[[package]]11701name = "substrate-bip39"11702version = "0.4.4"11703source = "registry+https://github.com/rust-lang/crates.io-index"11704checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11705dependencies = [11706 "hmac 0.11.0",11707 "pbkdf2 0.8.0",11708 "schnorrkel",11709 "sha2 0.9.9",11710 "zeroize",11711]1171211713[[package]]11714name = "substrate-build-script-utils"11715version = "3.0.0"11716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11717dependencies = [11718 "platforms",11719]1172011721[[package]]11722name = "substrate-frame-rpc-system"11723version = "4.0.0-dev"11724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11725dependencies = [11726 "frame-system-rpc-runtime-api",11727 "futures 0.3.21",11728 "jsonrpc-core",11729 "jsonrpc-core-client",11730 "jsonrpc-derive",11731 "log",11732 "parity-scale-codec",11733 "sc-client-api",11734 "sc-rpc-api",11735 "sc-transaction-pool-api",11736 "sp-api",11737 "sp-block-builder",11738 "sp-blockchain",11739 "sp-core",11740 "sp-runtime",11741]1174211743[[package]]11744name = "substrate-prometheus-endpoint"11745version = "0.10.0-dev"11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11747dependencies = [11748 "futures-util",11749 "hyper",11750 "log",11751 "prometheus",11752 "thiserror",11753 "tokio 1.17.0",11754]1175511756[[package]]11757name = "substrate-test-client"11758version = "2.0.1"11759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11760dependencies = [11761 "async-trait",11762 "futures 0.3.21",11763 "hex",11764 "parity-scale-codec",11765 "sc-client-api",11766 "sc-client-db",11767 "sc-consensus",11768 "sc-executor",11769 "sc-offchain",11770 "sc-service",11771 "serde",11772 "serde_json",11773 "sp-blockchain",11774 "sp-consensus",11775 "sp-core",11776 "sp-keyring",11777 "sp-keystore",11778 "sp-runtime",11779 "sp-state-machine",11780]1178111782[[package]]11783name = "substrate-test-utils"11784version = "4.0.0-dev"11785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11786dependencies = [11787 "futures 0.3.21",11788 "substrate-test-utils-derive",11789 "tokio 1.17.0",11790]1179111792[[package]]11793name = "substrate-test-utils-derive"11794version = "0.10.0-dev"11795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11796dependencies = [11797 "proc-macro-crate 1.1.3",11798 "proc-macro2",11799 "quote",11800 "syn",11801]1180211803[[package]]11804name = "substrate-wasm-builder"11805version = "5.0.0-dev"11806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11807dependencies = [11808 "ansi_term",11809 "build-helper",11810 "cargo_metadata",11811 "sp-maybe-compressed-blob",11812 "strum 0.23.0",11813 "tempfile",11814 "toml",11815 "walkdir",11816 "wasm-gc-api",11817]1181811819[[package]]11820name = "subtle"11821version = "1.0.0"11822source = "registry+https://github.com/rust-lang/crates.io-index"11823checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1182411825[[package]]11826name = "subtle"11827version = "2.4.1"11828source = "registry+https://github.com/rust-lang/crates.io-index"11829checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1183011831[[package]]11832name = "syn"11833version = "1.0.91"11834source = "registry+https://github.com/rust-lang/crates.io-index"11835checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"11836dependencies = [11837 "proc-macro2",11838 "quote",11839 "unicode-xid",11840]1184111842[[package]]11843name = "synstructure"11844version = "0.12.6"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11847dependencies = [11848 "proc-macro2",11849 "quote",11850 "syn",11851 "unicode-xid",11852]1185311854[[package]]11855name = "tap"11856version = "1.0.1"11857source = "registry+https://github.com/rust-lang/crates.io-index"11858checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1185911860[[package]]11861name = "target-lexicon"11862version = "0.12.3"11863source = "registry+https://github.com/rust-lang/crates.io-index"11864checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1186511866[[package]]11867name = "tempfile"11868version = "3.3.0"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11871dependencies = [11872 "cfg-if 1.0.0",11873 "fastrand",11874 "libc",11875 "redox_syscall",11876 "remove_dir_all",11877 "winapi 0.3.9",11878]1187911880[[package]]11881name = "termcolor"11882version = "1.1.3"11883source = "registry+https://github.com/rust-lang/crates.io-index"11884checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11885dependencies = [11886 "winapi-util",11887]1188811889[[package]]11890name = "test-runtime-constants"11891version = "0.9.18"11892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11893dependencies = [11894 "frame-support",11895 "polkadot-primitives",11896 "polkadot-runtime-common",11897 "smallvec",11898 "sp-runtime",11899]1190011901[[package]]11902name = "tests"11903version = "0.1.0"11904dependencies = [11905 "fp-evm-mapping",11906 "frame-support",11907 "frame-system",11908 "pallet-balances",11909 "pallet-common",11910 "pallet-ethereum",11911 "pallet-evm",11912 "pallet-evm-coder-substrate",11913 "pallet-fungible",11914 "pallet-nonfungible",11915 "pallet-refungible",11916 "pallet-structure",11917 "pallet-timestamp",11918 "pallet-transaction-payment",11919 "pallet-unique",11920 "parity-scale-codec",11921 "scale-info",11922 "sp-core",11923 "sp-io",11924 "sp-runtime",11925 "sp-std",11926 "unique-runtime-common",11927 "up-data-structs",11928]1192911930[[package]]11931name = "textwrap"11932version = "0.15.0"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1193511936[[package]]11937name = "thiserror"11938version = "1.0.30"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11941dependencies = [11942 "thiserror-impl",11943]1194411945[[package]]11946name = "thiserror-impl"11947version = "1.0.30"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11950dependencies = [11951 "proc-macro2",11952 "quote",11953 "syn",11954]1195511956[[package]]11957name = "thread_local"11958version = "1.1.4"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11961dependencies = [11962 "once_cell",11963]1196411965[[package]]11966name = "threadpool"11967version = "1.8.1"11968source = "registry+https://github.com/rust-lang/crates.io-index"11969checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11970dependencies = [11971 "num_cpus",11972]1197311974[[package]]11975name = "thrift"11976version = "0.15.0"11977source = "registry+https://github.com/rust-lang/crates.io-index"11978checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11979dependencies = [11980 "byteorder",11981 "integer-encoding",11982 "log",11983 "ordered-float",11984 "threadpool",11985]1198611987[[package]]11988name = "tikv-jemalloc-sys"11989version = "0.4.3+5.2.1-patched.2"11990source = "registry+https://github.com/rust-lang/crates.io-index"11991checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11992dependencies = [11993 "cc",11994 "fs_extra",11995 "libc",11996]1199711998[[package]]11999name = "time"12000version = "0.1.44"12001source = "registry+https://github.com/rust-lang/crates.io-index"12002checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12003dependencies = [12004 "libc",12005 "wasi 0.10.0+wasi-snapshot-preview1",12006 "winapi 0.3.9",12007]1200812009[[package]]12010name = "tiny-bip39"12011version = "0.8.2"12012source = "registry+https://github.com/rust-lang/crates.io-index"12013checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12014dependencies = [12015 "anyhow",12016 "hmac 0.8.1",12017 "once_cell",12018 "pbkdf2 0.4.0",12019 "rand 0.7.3",12020 "rustc-hash",12021 "sha2 0.9.9",12022 "thiserror",12023 "unicode-normalization",12024 "wasm-bindgen",12025 "zeroize",12026]1202712028[[package]]12029name = "tiny-keccak"12030version = "2.0.2"12031source = "registry+https://github.com/rust-lang/crates.io-index"12032checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12033dependencies = [12034 "crunchy",12035]1203612037[[package]]12038name = "tinyvec"12039version = "1.5.1"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12042dependencies = [12043 "tinyvec_macros",12044]1204512046[[package]]12047name = "tinyvec_macros"12048version = "0.1.0"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1205112052[[package]]12053name = "tokio"12054version = "0.2.25"12055source = "registry+https://github.com/rust-lang/crates.io-index"12056checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12057dependencies = [12058 "bytes 0.5.6",12059 "fnv",12060 "pin-project-lite 0.1.12",12061 "tokio-macros 0.2.6",12062]1206312064[[package]]12065name = "tokio"12066version = "1.17.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12069dependencies = [12070 "bytes 1.1.0",12071 "libc",12072 "memchr",12073 "mio 0.8.2",12074 "num_cpus",12075 "once_cell",12076 "parking_lot 0.12.0",12077 "pin-project-lite 0.2.8",12078 "signal-hook-registry",12079 "socket2 0.4.4",12080 "tokio-macros 1.7.0",12081 "winapi 0.3.9",12082]1208312084[[package]]12085name = "tokio-macros"12086version = "0.2.6"12087source = "registry+https://github.com/rust-lang/crates.io-index"12088checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12089dependencies = [12090 "proc-macro2",12091 "quote",12092 "syn",12093]1209412095[[package]]12096name = "tokio-macros"12097version = "1.7.0"12098source = "registry+https://github.com/rust-lang/crates.io-index"12099checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12100dependencies = [12101 "proc-macro2",12102 "quote",12103 "syn",12104]1210512106[[package]]12107name = "tokio-rustls"12108version = "0.22.0"12109source = "registry+https://github.com/rust-lang/crates.io-index"12110checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12111dependencies = [12112 "rustls 0.19.1",12113 "tokio 1.17.0",12114 "webpki 0.21.4",12115]1211612117[[package]]12118name = "tokio-rustls"12119version = "0.23.3"12120source = "registry+https://github.com/rust-lang/crates.io-index"12121checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12122dependencies = [12123 "rustls 0.20.4",12124 "tokio 1.17.0",12125 "webpki 0.22.0",12126]1212712128[[package]]12129name = "tokio-stream"12130version = "0.1.8"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12133dependencies = [12134 "futures-core",12135 "pin-project-lite 0.2.8",12136 "tokio 1.17.0",12137]1213812139[[package]]12140name = "tokio-util"12141version = "0.6.9"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12144dependencies = [12145 "bytes 1.1.0",12146 "futures-core",12147 "futures-io",12148 "futures-sink",12149 "log",12150 "pin-project-lite 0.2.8",12151 "tokio 1.17.0",12152]1215312154[[package]]12155name = "tokio-util"12156version = "0.7.1"12157source = "registry+https://github.com/rust-lang/crates.io-index"12158checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12159dependencies = [12160 "bytes 1.1.0",12161 "futures-core",12162 "futures-sink",12163 "pin-project-lite 0.2.8",12164 "tokio 1.17.0",12165 "tracing",12166]1216712168[[package]]12169name = "toml"12170version = "0.5.8"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12173dependencies = [12174 "serde",12175]1217612177[[package]]12178name = "tower-service"12179version = "0.3.1"12180source = "registry+https://github.com/rust-lang/crates.io-index"12181checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1218212183[[package]]12184name = "tracing"12185version = "0.1.32"12186source = "registry+https://github.com/rust-lang/crates.io-index"12187checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12188dependencies = [12189 "cfg-if 1.0.0",12190 "pin-project-lite 0.2.8",12191 "tracing-attributes",12192 "tracing-core",12193]1219412195[[package]]12196name = "tracing-attributes"12197version = "0.1.20"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12200dependencies = [12201 "proc-macro2",12202 "quote",12203 "syn",12204]1220512206[[package]]12207name = "tracing-core"12208version = "0.1.24"12209source = "registry+https://github.com/rust-lang/crates.io-index"12210checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12211dependencies = [12212 "lazy_static",12213 "valuable",12214]1221512216[[package]]12217name = "tracing-futures"12218version = "0.2.5"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12221dependencies = [12222 "pin-project 1.0.10",12223 "tracing",12224]1222512226[[package]]12227name = "tracing-log"12228version = "0.1.2"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12231dependencies = [12232 "lazy_static",12233 "log",12234 "tracing-core",12235]1223612237[[package]]12238name = "tracing-serde"12239version = "0.1.3"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12242dependencies = [12243 "serde",12244 "tracing-core",12245]1224612247[[package]]12248name = "tracing-subscriber"12249version = "0.2.25"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12252dependencies = [12253 "ansi_term",12254 "chrono",12255 "lazy_static",12256 "matchers",12257 "parking_lot 0.11.2",12258 "regex",12259 "serde",12260 "serde_json",12261 "sharded-slab",12262 "smallvec",12263 "thread_local",12264 "tracing",12265 "tracing-core",12266 "tracing-log",12267 "tracing-serde",12268]1226912270[[package]]12271name = "trie-db"12272version = "0.23.1"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12275dependencies = [12276 "hash-db",12277 "hashbrown 0.12.0",12278 "log",12279 "rustc-hex",12280 "smallvec",12281]1228212283[[package]]12284name = "trie-root"12285version = "0.17.0"12286source = "registry+https://github.com/rust-lang/crates.io-index"12287checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12288dependencies = [12289 "hash-db",12290]1229112292[[package]]12293name = "triehash"12294version = "0.8.4"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12297dependencies = [12298 "hash-db",12299 "rlp",12300]1230112302[[package]]12303name = "trust-dns-proto"12304version = "0.20.4"12305source = "registry+https://github.com/rust-lang/crates.io-index"12306checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12307dependencies = [12308 "async-trait",12309 "cfg-if 1.0.0",12310 "data-encoding",12311 "enum-as-inner",12312 "futures-channel",12313 "futures-io",12314 "futures-util",12315 "idna 0.2.3",12316 "ipnet",12317 "lazy_static",12318 "log",12319 "rand 0.8.5",12320 "smallvec",12321 "thiserror",12322 "tinyvec",12323 "url 2.2.2",12324]1232512326[[package]]12327name = "trust-dns-resolver"12328version = "0.20.4"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12331dependencies = [12332 "cfg-if 1.0.0",12333 "futures-util",12334 "ipconfig",12335 "lazy_static",12336 "log",12337 "lru-cache",12338 "parking_lot 0.11.2",12339 "resolv-conf",12340 "smallvec",12341 "thiserror",12342 "trust-dns-proto",12343]1234412345[[package]]12346name = "try-lock"12347version = "0.2.3"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1235012351[[package]]12352name = "try-runtime-cli"12353version = "0.10.0-dev"12354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12355dependencies = [12356 "clap",12357 "jsonrpsee 0.4.1",12358 "log",12359 "parity-scale-codec",12360 "remote-externalities",12361 "sc-chain-spec",12362 "sc-cli",12363 "sc-executor",12364 "sc-service",12365 "serde",12366 "sp-core",12367 "sp-externalities",12368 "sp-io",12369 "sp-keystore",12370 "sp-runtime",12371 "sp-state-machine",12372 "sp-version",12373 "zstd",12374]1237512376[[package]]12377name = "tt-call"12378version = "1.0.8"12379source = "registry+https://github.com/rust-lang/crates.io-index"12380checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1238112382[[package]]12383name = "twox-hash"12384version = "1.6.2"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12387dependencies = [12388 "cfg-if 1.0.0",12389 "digest 0.10.3",12390 "rand 0.8.5",12391 "static_assertions",12392]1239312394[[package]]12395name = "typenum"12396version = "1.15.0"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1239912400[[package]]12401name = "uc-rpc"12402version = "0.1.0"12403dependencies = [12404 "jsonrpc-core",12405 "jsonrpc-core-client",12406 "jsonrpc-derive",12407 "pallet-common",12408 "pallet-evm",12409 "parity-scale-codec",12410 "sp-api",12411 "sp-blockchain",12412 "sp-core",12413 "sp-rpc",12414 "sp-runtime",12415 "up-data-structs",12416 "up-rpc",12417]1241812419[[package]]12420name = "ucd-trie"12421version = "0.1.3"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1242412425[[package]]12426name = "uint"12427version = "0.9.3"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12430dependencies = [12431 "byteorder",12432 "crunchy",12433 "hex",12434 "static_assertions",12435]1243612437[[package]]12438name = "unicase"12439version = "2.6.0"12440source = "registry+https://github.com/rust-lang/crates.io-index"12441checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12442dependencies = [12443 "version_check",12444]1244512446[[package]]12447name = "unicode-bidi"12448version = "0.3.7"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1245112452[[package]]12453name = "unicode-normalization"12454version = "0.1.19"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12457dependencies = [12458 "tinyvec",12459]1246012461[[package]]12462name = "unicode-segmentation"12463version = "1.9.0"12464source = "registry+https://github.com/rust-lang/crates.io-index"12465checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1246612467[[package]]12468name = "unicode-xid"12469version = "0.2.2"12470source = "registry+https://github.com/rust-lang/crates.io-index"12471checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1247212473[[package]]12474name = "unique-node"12475version = "0.9.18"12476dependencies = [12477 "clap",12478 "cumulus-client-cli",12479 "cumulus-client-collator",12480 "cumulus-client-consensus-aura",12481 "cumulus-client-consensus-common",12482 "cumulus-client-network",12483 "cumulus-client-service",12484 "cumulus-primitives-core",12485 "cumulus-primitives-parachain-inherent",12486 "cumulus-relay-chain-inprocess-interface",12487 "cumulus-relay-chain-interface",12488 "cumulus-relay-chain-rpc-interface",12489 "fc-consensus",12490 "fc-db",12491 "fc-mapping-sync",12492 "fc-rpc",12493 "fc-rpc-core",12494 "flexi_logger",12495 "fp-rpc",12496 "frame-benchmarking",12497 "frame-benchmarking-cli",12498 "futures 0.3.21",12499 "jsonrpc-core",12500 "jsonrpc-pubsub",12501 "log",12502 "opal-runtime",12503 "pallet-ethereum",12504 "pallet-transaction-payment-rpc",12505 "pallet-transaction-payment-rpc-runtime-api",12506 "parity-scale-codec",12507 "parking_lot 0.11.2",12508 "polkadot-cli",12509 "polkadot-parachain",12510 "polkadot-primitives",12511 "polkadot-service",12512 "polkadot-test-service",12513 "quartz-runtime",12514 "sc-basic-authorship",12515 "sc-chain-spec",12516 "sc-cli",12517 "sc-client-api",12518 "sc-consensus",12519 "sc-consensus-aura",12520 "sc-consensus-manual-seal",12521 "sc-executor",12522 "sc-finality-grandpa",12523 "sc-keystore",12524 "sc-network",12525 "sc-rpc",12526 "sc-rpc-api",12527 "sc-service",12528 "sc-telemetry",12529 "sc-tracing",12530 "sc-transaction-pool",12531 "serde",12532 "serde_json",12533 "sp-api",12534 "sp-block-builder",12535 "sp-blockchain",12536 "sp-consensus",12537 "sp-consensus-aura",12538 "sp-core",12539 "sp-finality-grandpa",12540 "sp-inherents",12541 "sp-keystore",12542 "sp-offchain",12543 "sp-runtime",12544 "sp-session",12545 "sp-timestamp",12546 "sp-transaction-pool",12547 "sp-trie",12548 "substrate-build-script-utils",12549 "substrate-frame-rpc-system",12550 "substrate-prometheus-endpoint",12551 "tokio 1.17.0",12552 "try-runtime-cli",12553 "unique-rpc",12554 "unique-runtime",12555 "unique-runtime-common",12556 "up-data-structs",12557 "up-rpc",12558]1255912560[[package]]12561name = "unique-rpc"12562version = "0.1.0"12563dependencies = [12564 "fc-db",12565 "fc-mapping-sync",12566 "fc-rpc",12567 "fc-rpc-core",12568 "fp-rpc",12569 "futures 0.3.21",12570 "jsonrpc-core",12571 "jsonrpc-pubsub",12572 "pallet-common",12573 "pallet-ethereum",12574 "pallet-transaction-payment-rpc",12575 "pallet-transaction-payment-rpc-runtime-api",12576 "pallet-unique",12577 "sc-client-api",12578 "sc-consensus-aura",12579 "sc-consensus-epochs",12580 "sc-finality-grandpa",12581 "sc-finality-grandpa-rpc",12582 "sc-keystore",12583 "sc-network",12584 "sc-rpc",12585 "sc-rpc-api",12586 "sc-service",12587 "sc-transaction-pool",12588 "serde",12589 "sp-api",12590 "sp-block-builder",12591 "sp-blockchain",12592 "sp-consensus",12593 "sp-consensus-aura",12594 "sp-core",12595 "sp-offchain",12596 "sp-runtime",12597 "sp-session",12598 "sp-storage",12599 "sp-transaction-pool",12600 "substrate-frame-rpc-system",12601 "tokio 0.2.25",12602 "uc-rpc",12603 "unique-runtime-common",12604 "up-rpc",12605]1260612607[[package]]12608name = "unique-runtime"12609version = "0.9.18"12610dependencies = [12611 "cumulus-pallet-aura-ext",12612 "cumulus-pallet-dmp-queue",12613 "cumulus-pallet-parachain-system",12614 "cumulus-pallet-xcm",12615 "cumulus-pallet-xcmp-queue",12616 "cumulus-primitives-core",12617 "cumulus-primitives-timestamp",12618 "cumulus-primitives-utility",12619 "derivative",12620 "fp-evm-mapping",12621 "fp-rpc",12622 "fp-self-contained",12623 "frame-benchmarking",12624 "frame-executive",12625 "frame-support",12626 "frame-system",12627 "frame-system-benchmarking",12628 "frame-system-rpc-runtime-api",12629 "frame-try-runtime",12630 "hex-literal",12631 "log",12632 "orml-vesting",12633 "pallet-aura",12634 "pallet-balances",12635 "pallet-base-fee",12636 "pallet-common",12637 "pallet-ethereum",12638 "pallet-evm",12639 "pallet-evm-coder-substrate",12640 "pallet-evm-contract-helpers",12641 "pallet-evm-migration",12642 "pallet-evm-transaction-payment",12643 "pallet-fungible",12644 "pallet-inflation",12645 "pallet-nonfungible",12646 "pallet-randomness-collective-flip",12647 "pallet-refungible",12648 "pallet-structure",12649 "pallet-sudo",12650 "pallet-template-transaction-payment",12651 "pallet-timestamp",12652 "pallet-transaction-payment",12653 "pallet-transaction-payment-rpc-runtime-api",12654 "pallet-treasury",12655 "pallet-unique",12656 "pallet-unq-scheduler",12657 "pallet-xcm",12658 "parachain-info",12659 "parity-scale-codec",12660 "polkadot-parachain",12661 "scale-info",12662 "serde",12663 "smallvec",12664 "sp-api",12665 "sp-arithmetic",12666 "sp-block-builder",12667 "sp-consensus-aura",12668 "sp-core",12669 "sp-inherents",12670 "sp-io",12671 "sp-offchain",12672 "sp-runtime",12673 "sp-session",12674 "sp-std",12675 "sp-transaction-pool",12676 "sp-version",12677 "substrate-wasm-builder",12678 "unique-runtime-common",12679 "up-data-structs",12680 "up-rpc",12681 "xcm",12682 "xcm-builder",12683 "xcm-executor",12684]1268512686[[package]]12687name = "unique-runtime-common"12688version = "0.9.18"12689dependencies = [12690 "evm-coder",12691 "fp-rpc",12692 "frame-support",12693 "frame-system",12694 "pallet-common",12695 "pallet-evm",12696 "pallet-fungible",12697 "pallet-nonfungible",12698 "pallet-refungible",12699 "pallet-unique",12700 "parity-scale-codec",12701 "scale-info",12702 "sp-consensus-aura",12703 "sp-core",12704 "sp-runtime",12705 "sp-std",12706 "up-data-structs",12707 "up-sponsorship",12708]1270912710[[package]]12711name = "universal-hash"12712version = "0.4.1"12713source = "registry+https://github.com/rust-lang/crates.io-index"12714checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12715dependencies = [12716 "generic-array 0.14.5",12717 "subtle 2.4.1",12718]1271912720[[package]]12721name = "unsigned-varint"12722version = "0.5.1"12723source = "registry+https://github.com/rust-lang/crates.io-index"12724checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1272512726[[package]]12727name = "unsigned-varint"12728version = "0.6.0"12729source = "registry+https://github.com/rust-lang/crates.io-index"12730checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12731dependencies = [12732 "asynchronous-codec 0.5.0",12733 "bytes 1.1.0",12734 "futures-io",12735 "futures-util",12736]1273712738[[package]]12739name = "unsigned-varint"12740version = "0.7.1"12741source = "registry+https://github.com/rust-lang/crates.io-index"12742checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12743dependencies = [12744 "asynchronous-codec 0.6.0",12745 "bytes 1.1.0",12746 "futures-io",12747 "futures-util",12748]1274912750[[package]]12751name = "untrusted"12752version = "0.7.1"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1275512756[[package]]12757name = "up-data-structs"12758version = "0.1.0"12759dependencies = [12760 "derivative",12761 "frame-support",12762 "frame-system",12763 "pallet-evm",12764 "parity-scale-codec",12765 "scale-info",12766 "serde",12767 "sp-core",12768 "sp-runtime",12769 "sp-std",12770 "struct-versioning",12771]1277212773[[package]]12774name = "up-rpc"12775version = "0.1.0"12776dependencies = [12777 "pallet-common",12778 "pallet-evm",12779 "parity-scale-codec",12780 "sp-api",12781 "sp-core",12782 "sp-runtime",12783 "sp-std",12784 "up-data-structs",12785]1278612787[[package]]12788name = "up-sponsorship"12789version = "0.1.0"12790source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12791dependencies = [12792 "impl-trait-for-tuples",12793]1279412795[[package]]12796name = "url"12797version = "1.7.2"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12800dependencies = [12801 "idna 0.1.5",12802 "matches",12803 "percent-encoding 1.0.1",12804]1280512806[[package]]12807name = "url"12808version = "2.2.2"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12811dependencies = [12812 "form_urlencoded",12813 "idna 0.2.3",12814 "matches",12815 "percent-encoding 2.1.0",12816]1281712818[[package]]12819name = "valuable"12820version = "0.1.0"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1282312824[[package]]12825name = "value-bag"12826version = "1.0.0-alpha.8"12827source = "registry+https://github.com/rust-lang/crates.io-index"12828checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12829dependencies = [12830 "ctor",12831 "version_check",12832]1283312834[[package]]12835name = "vcpkg"12836version = "0.2.15"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1283912840[[package]]12841name = "version_check"12842version = "0.9.4"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1284512846[[package]]12847name = "void"12848version = "1.0.2"12849source = "registry+https://github.com/rust-lang/crates.io-index"12850checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1285112852[[package]]12853name = "waker-fn"12854version = "1.1.0"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1285712858[[package]]12859name = "walkdir"12860version = "2.3.2"12861source = "registry+https://github.com/rust-lang/crates.io-index"12862checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12863dependencies = [12864 "same-file",12865 "winapi 0.3.9",12866 "winapi-util",12867]1286812869[[package]]12870name = "want"12871version = "0.3.0"12872source = "registry+https://github.com/rust-lang/crates.io-index"12873checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12874dependencies = [12875 "log",12876 "try-lock",12877]1287812879[[package]]12880name = "wasi"12881version = "0.9.0+wasi-snapshot-preview1"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1288412885[[package]]12886name = "wasi"12887version = "0.10.0+wasi-snapshot-preview1"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1289012891[[package]]12892name = "wasi"12893version = "0.11.0+wasi-snapshot-preview1"12894source = "registry+https://github.com/rust-lang/crates.io-index"12895checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1289612897[[package]]12898name = "wasm-bindgen"12899version = "0.2.79"12900source = "registry+https://github.com/rust-lang/crates.io-index"12901checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12902dependencies = [12903 "cfg-if 1.0.0",12904 "wasm-bindgen-macro",12905]1290612907[[package]]12908name = "wasm-bindgen-backend"12909version = "0.2.79"12910source = "registry+https://github.com/rust-lang/crates.io-index"12911checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12912dependencies = [12913 "bumpalo",12914 "lazy_static",12915 "log",12916 "proc-macro2",12917 "quote",12918 "syn",12919 "wasm-bindgen-shared",12920]1292112922[[package]]12923name = "wasm-bindgen-futures"12924version = "0.4.29"12925source = "registry+https://github.com/rust-lang/crates.io-index"12926checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12927dependencies = [12928 "cfg-if 1.0.0",12929 "js-sys",12930 "wasm-bindgen",12931 "web-sys",12932]1293312934[[package]]12935name = "wasm-bindgen-macro"12936version = "0.2.79"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12939dependencies = [12940 "quote",12941 "wasm-bindgen-macro-support",12942]1294312944[[package]]12945name = "wasm-bindgen-macro-support"12946version = "0.2.79"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12949dependencies = [12950 "proc-macro2",12951 "quote",12952 "syn",12953 "wasm-bindgen-backend",12954 "wasm-bindgen-shared",12955]1295612957[[package]]12958name = "wasm-bindgen-shared"12959version = "0.2.79"12960source = "registry+https://github.com/rust-lang/crates.io-index"12961checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1296212963[[package]]12964name = "wasm-gc-api"12965version = "0.1.11"12966source = "registry+https://github.com/rust-lang/crates.io-index"12967checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12968dependencies = [12969 "log",12970 "parity-wasm 0.32.0",12971 "rustc-demangle",12972]1297312974[[package]]12975name = "wasm-instrument"12976version = "0.1.1"12977source = "registry+https://github.com/rust-lang/crates.io-index"12978checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12979dependencies = [12980 "parity-wasm 0.42.2",12981]1298212983[[package]]12984name = "wasm-timer"12985version = "0.2.5"12986source = "registry+https://github.com/rust-lang/crates.io-index"12987checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12988dependencies = [12989 "futures 0.3.21",12990 "js-sys",12991 "parking_lot 0.11.2",12992 "pin-utils",12993 "wasm-bindgen",12994 "wasm-bindgen-futures",12995 "web-sys",12996]1299712998[[package]]12999name = "wasmi"13000version = "0.9.1"13001source = "registry+https://github.com/rust-lang/crates.io-index"13002checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"13003dependencies = [13004 "downcast-rs",13005 "libc",13006 "memory_units",13007 "num-rational 0.2.4",13008 "num-traits",13009 "parity-wasm 0.42.2",13010 "wasmi-validation",13011]1301213013[[package]]13014name = "wasmi-validation"13015version = "0.4.1"13016source = "registry+https://github.com/rust-lang/crates.io-index"13017checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"13018dependencies = [13019 "parity-wasm 0.42.2",13020]1302113022[[package]]13023name = "wasmparser"13024version = "0.81.0"13025source = "registry+https://github.com/rust-lang/crates.io-index"13026checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1302713028[[package]]13029name = "wasmtime"13030version = "0.33.1"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"13033dependencies = [13034 "anyhow",13035 "backtrace",13036 "bincode",13037 "cfg-if 1.0.0",13038 "cpp_demangle",13039 "indexmap",13040 "lazy_static",13041 "libc",13042 "log",13043 "object",13044 "paste",13045 "psm",13046 "rayon",13047 "region",13048 "rustc-demangle",13049 "serde",13050 "target-lexicon",13051 "wasmparser",13052 "wasmtime-cache",13053 "wasmtime-cranelift",13054 "wasmtime-environ",13055 "wasmtime-jit",13056 "wasmtime-runtime",13057 "winapi 0.3.9",13058]1305913060[[package]]13061name = "wasmtime-cache"13062version = "0.33.1"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13065dependencies = [13066 "anyhow",13067 "base64",13068 "bincode",13069 "directories-next",13070 "file-per-thread-logger",13071 "log",13072 "rustix",13073 "serde",13074 "sha2 0.9.9",13075 "toml",13076 "winapi 0.3.9",13077 "zstd",13078]1307913080[[package]]13081name = "wasmtime-cranelift"13082version = "0.33.1"13083source = "registry+https://github.com/rust-lang/crates.io-index"13084checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13085dependencies = [13086 "anyhow",13087 "cranelift-codegen",13088 "cranelift-entity",13089 "cranelift-frontend",13090 "cranelift-native",13091 "cranelift-wasm",13092 "gimli",13093 "log",13094 "more-asserts",13095 "object",13096 "target-lexicon",13097 "thiserror",13098 "wasmparser",13099 "wasmtime-environ",13100]1310113102[[package]]13103name = "wasmtime-environ"13104version = "0.33.1"13105source = "registry+https://github.com/rust-lang/crates.io-index"13106checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13107dependencies = [13108 "anyhow",13109 "cranelift-entity",13110 "gimli",13111 "indexmap",13112 "log",13113 "more-asserts",13114 "object",13115 "serde",13116 "target-lexicon",13117 "thiserror",13118 "wasmparser",13119 "wasmtime-types",13120]1312113122[[package]]13123name = "wasmtime-jit"13124version = "0.33.1"13125source = "registry+https://github.com/rust-lang/crates.io-index"13126checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13127dependencies = [13128 "addr2line",13129 "anyhow",13130 "bincode",13131 "cfg-if 1.0.0",13132 "gimli",13133 "object",13134 "region",13135 "rustix",13136 "serde",13137 "target-lexicon",13138 "thiserror",13139 "wasmtime-environ",13140 "wasmtime-runtime",13141 "winapi 0.3.9",13142]1314313144[[package]]13145name = "wasmtime-runtime"13146version = "0.33.1"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13149dependencies = [13150 "anyhow",13151 "backtrace",13152 "cc",13153 "cfg-if 1.0.0",13154 "indexmap",13155 "lazy_static",13156 "libc",13157 "log",13158 "mach",13159 "memoffset",13160 "more-asserts",13161 "rand 0.8.5",13162 "region",13163 "rustix",13164 "thiserror",13165 "wasmtime-environ",13166 "winapi 0.3.9",13167]1316813169[[package]]13170name = "wasmtime-types"13171version = "0.33.1"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13174dependencies = [13175 "cranelift-entity",13176 "serde",13177 "thiserror",13178 "wasmparser",13179]1318013181[[package]]13182name = "web-sys"13183version = "0.3.56"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13186dependencies = [13187 "js-sys",13188 "wasm-bindgen",13189]1319013191[[package]]13192name = "webpki"13193version = "0.21.4"13194source = "registry+https://github.com/rust-lang/crates.io-index"13195checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13196dependencies = [13197 "ring",13198 "untrusted",13199]1320013201[[package]]13202name = "webpki"13203version = "0.22.0"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13206dependencies = [13207 "ring",13208 "untrusted",13209]1321013211[[package]]13212name = "webpki-roots"13213version = "0.21.1"13214source = "registry+https://github.com/rust-lang/crates.io-index"13215checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13216dependencies = [13217 "webpki 0.21.4",13218]1321913220[[package]]13221name = "webpki-roots"13222version = "0.22.2"13223source = "registry+https://github.com/rust-lang/crates.io-index"13224checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13225dependencies = [13226 "webpki 0.22.0",13227]1322813229[[package]]13230name = "wepoll-ffi"13231version = "0.1.2"13232source = "registry+https://github.com/rust-lang/crates.io-index"13233checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13234dependencies = [13235 "cc",13236]1323713238[[package]]13239name = "westend-runtime"13240version = "0.9.18"13241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13242dependencies = [13243 "beefy-primitives",13244 "bitvec",13245 "frame-benchmarking",13246 "frame-election-provider-support",13247 "frame-executive",13248 "frame-support",13249 "frame-system",13250 "frame-system-benchmarking",13251 "frame-system-rpc-runtime-api",13252 "frame-try-runtime",13253 "hex-literal",13254 "log",13255 "pallet-authority-discovery",13256 "pallet-authorship",13257 "pallet-babe",13258 "pallet-bags-list",13259 "pallet-balances",13260 "pallet-collective",13261 "pallet-democracy",13262 "pallet-election-provider-multi-phase",13263 "pallet-elections-phragmen",13264 "pallet-grandpa",13265 "pallet-identity",13266 "pallet-im-online",13267 "pallet-indices",13268 "pallet-membership",13269 "pallet-mmr-primitives",13270 "pallet-multisig",13271 "pallet-nicks",13272 "pallet-offences",13273 "pallet-offences-benchmarking",13274 "pallet-preimage",13275 "pallet-proxy",13276 "pallet-recovery",13277 "pallet-scheduler",13278 "pallet-session",13279 "pallet-session-benchmarking",13280 "pallet-society",13281 "pallet-staking",13282 "pallet-staking-reward-curve",13283 "pallet-sudo",13284 "pallet-timestamp",13285 "pallet-transaction-payment",13286 "pallet-transaction-payment-rpc-runtime-api",13287 "pallet-treasury",13288 "pallet-utility",13289 "pallet-vesting",13290 "pallet-xcm",13291 "pallet-xcm-benchmarks",13292 "parity-scale-codec",13293 "polkadot-parachain",13294 "polkadot-primitives",13295 "polkadot-runtime-common",13296 "polkadot-runtime-parachains",13297 "rustc-hex",13298 "scale-info",13299 "serde",13300 "serde_derive",13301 "smallvec",13302 "sp-api",13303 "sp-authority-discovery",13304 "sp-block-builder",13305 "sp-consensus-babe",13306 "sp-core",13307 "sp-inherents",13308 "sp-io",13309 "sp-npos-elections",13310 "sp-offchain",13311 "sp-runtime",13312 "sp-session",13313 "sp-staking",13314 "sp-std",13315 "sp-transaction-pool",13316 "sp-version",13317 "substrate-wasm-builder",13318 "westend-runtime-constants",13319 "xcm",13320 "xcm-builder",13321 "xcm-executor",13322]1332313324[[package]]13325name = "westend-runtime-constants"13326version = "0.9.18"13327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13328dependencies = [13329 "frame-support",13330 "polkadot-primitives",13331 "polkadot-runtime-common",13332 "smallvec",13333 "sp-runtime",13334]1333513336[[package]]13337name = "which"13338version = "4.2.5"13339source = "registry+https://github.com/rust-lang/crates.io-index"13340checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13341dependencies = [13342 "either",13343 "lazy_static",13344 "libc",13345]1334613347[[package]]13348name = "widestring"13349version = "0.4.3"13350source = "registry+https://github.com/rust-lang/crates.io-index"13351checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1335213353[[package]]13354name = "winapi"13355version = "0.2.8"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1335813359[[package]]13360name = "winapi"13361version = "0.3.9"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13364dependencies = [13365 "winapi-i686-pc-windows-gnu",13366 "winapi-x86_64-pc-windows-gnu",13367]1336813369[[package]]13370name = "winapi-build"13371version = "0.1.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1337413375[[package]]13376name = "winapi-i686-pc-windows-gnu"13377version = "0.4.0"13378source = "registry+https://github.com/rust-lang/crates.io-index"13379checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1338013381[[package]]13382name = "winapi-util"13383version = "0.1.5"13384source = "registry+https://github.com/rust-lang/crates.io-index"13385checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13386dependencies = [13387 "winapi 0.3.9",13388]1338913390[[package]]13391name = "winapi-x86_64-pc-windows-gnu"13392version = "0.4.0"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1339513396[[package]]13397name = "windows-sys"13398version = "0.34.0"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13401dependencies = [13402 "windows_aarch64_msvc",13403 "windows_i686_gnu",13404 "windows_i686_msvc",13405 "windows_x86_64_gnu",13406 "windows_x86_64_msvc",13407]1340813409[[package]]13410name = "windows_aarch64_msvc"13411version = "0.34.0"13412source = "registry+https://github.com/rust-lang/crates.io-index"13413checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1341413415[[package]]13416name = "windows_i686_gnu"13417version = "0.34.0"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1342013421[[package]]13422name = "windows_i686_msvc"13423version = "0.34.0"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1342613427[[package]]13428name = "windows_x86_64_gnu"13429version = "0.34.0"13430source = "registry+https://github.com/rust-lang/crates.io-index"13431checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1343213433[[package]]13434name = "windows_x86_64_msvc"13435version = "0.34.0"13436source = "registry+https://github.com/rust-lang/crates.io-index"13437checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1343813439[[package]]13440name = "winreg"13441version = "0.6.2"13442source = "registry+https://github.com/rust-lang/crates.io-index"13443checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13444dependencies = [13445 "winapi 0.3.9",13446]1344713448[[package]]13449name = "ws2_32-sys"13450version = "0.2.1"13451source = "registry+https://github.com/rust-lang/crates.io-index"13452checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13453dependencies = [13454 "winapi 0.2.8",13455 "winapi-build",13456]1345713458[[package]]13459name = "wyz"13460version = "0.5.0"13461source = "registry+https://github.com/rust-lang/crates.io-index"13462checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13463dependencies = [13464 "tap",13465]1346613467[[package]]13468name = "x25519-dalek"13469version = "1.1.1"13470source = "registry+https://github.com/rust-lang/crates.io-index"13471checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13472dependencies = [13473 "curve25519-dalek 3.2.0",13474 "rand_core 0.5.1",13475 "zeroize",13476]1347713478[[package]]13479name = "xcm"13480version = "0.9.18"13481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13482dependencies = [13483 "derivative",13484 "impl-trait-for-tuples",13485 "log",13486 "parity-scale-codec",13487 "scale-info",13488 "xcm-procedural",13489]1349013491[[package]]13492name = "xcm-builder"13493version = "0.9.18"13494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13495dependencies = [13496 "frame-support",13497 "frame-system",13498 "log",13499 "pallet-transaction-payment",13500 "parity-scale-codec",13501 "polkadot-parachain",13502 "scale-info",13503 "sp-arithmetic",13504 "sp-io",13505 "sp-runtime",13506 "sp-std",13507 "xcm",13508 "xcm-executor",13509]1351013511[[package]]13512name = "xcm-executor"13513version = "0.9.18"13514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13515dependencies = [13516 "frame-benchmarking",13517 "frame-support",13518 "impl-trait-for-tuples",13519 "log",13520 "parity-scale-codec",13521 "sp-arithmetic",13522 "sp-core",13523 "sp-io",13524 "sp-runtime",13525 "sp-std",13526 "xcm",13527]1352813529[[package]]13530name = "xcm-procedural"13531version = "0.1.0"13532source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13533dependencies = [13534 "Inflector",13535 "proc-macro2",13536 "quote",13537 "syn",13538]1353913540[[package]]13541name = "yamux"13542version = "0.9.0"13543source = "registry+https://github.com/rust-lang/crates.io-index"13544checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13545dependencies = [13546 "futures 0.3.21",13547 "log",13548 "nohash-hasher",13549 "parking_lot 0.11.2",13550 "rand 0.8.5",13551 "static_assertions",13552]1355313554[[package]]13555name = "yansi"13556version = "0.5.1"13557source = "registry+https://github.com/rust-lang/crates.io-index"13558checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1355913560[[package]]13561name = "zeroize"13562version = "1.5.4"13563source = "registry+https://github.com/rust-lang/crates.io-index"13564checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13565dependencies = [13566 "zeroize_derive",13567]1356813569[[package]]13570name = "zeroize_derive"13571version = "1.3.2"13572source = "registry+https://github.com/rust-lang/crates.io-index"13573checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13574dependencies = [13575 "proc-macro2",13576 "quote",13577 "syn",13578 "synstructure",13579]1358013581[[package]]13582name = "zstd"13583version = "0.9.2+zstd.1.5.1"13584source = "registry+https://github.com/rust-lang/crates.io-index"13585checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13586dependencies = [13587 "zstd-safe",13588]1358913590[[package]]13591name = "zstd-safe"13592version = "4.1.3+zstd.1.5.1"13593source = "registry+https://github.com/rust-lang/crates.io-index"13594checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13595dependencies = [13596 "libc",13597 "zstd-sys",13598]1359913600[[package]]13601name = "zstd-sys"13602version = "1.6.2+zstd.1.5.1"13603source = "registry+https://github.com/rust-lang/crates.io-index"13604checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13605dependencies = [13606 "cc",13607 "libc",13608]