git.delta.rocks / unique-network / refs/commits / 02783a223963

difftreelog

source

Cargo.lock304.2 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.121"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43884389[[package]]4390name = "libloading"4391version = "0.5.2"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4394dependencies = [4395 "cc",4396 "winapi 0.3.9",4397]43984399[[package]]4400name = "libloading"4401version = "0.7.3"4402source = "registry+https://github.com/rust-lang/crates.io-index"4403checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4404dependencies = [4405 "cfg-if 1.0.0",4406 "winapi 0.3.9",4407]44084409[[package]]4410name = "libm"4411version = "0.2.2"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44144415[[package]]4416name = "libp2p"4417version = "0.40.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4420dependencies = [4421 "atomic",4422 "bytes 1.1.0",4423 "futures 0.3.21",4424 "lazy_static",4425 "libp2p-core",4426 "libp2p-deflate",4427 "libp2p-dns",4428 "libp2p-floodsub",4429 "libp2p-gossipsub",4430 "libp2p-identify",4431 "libp2p-kad",4432 "libp2p-mdns",4433 "libp2p-metrics",4434 "libp2p-mplex",4435 "libp2p-noise",4436 "libp2p-ping",4437 "libp2p-plaintext",4438 "libp2p-pnet",4439 "libp2p-relay",4440 "libp2p-rendezvous",4441 "libp2p-request-response",4442 "libp2p-swarm",4443 "libp2p-swarm-derive",4444 "libp2p-tcp",4445 "libp2p-uds",4446 "libp2p-wasm-ext",4447 "libp2p-websocket",4448 "libp2p-yamux",4449 "multiaddr",4450 "parking_lot 0.11.2",4451 "pin-project 1.0.10",4452 "smallvec",4453 "wasm-timer",4454]44554456[[package]]4457name = "libp2p-core"4458version = "0.30.2"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4461dependencies = [4462 "asn1_der",4463 "bs58",4464 "ed25519-dalek",4465 "either",4466 "fnv",4467 "futures 0.3.21",4468 "futures-timer",4469 "instant",4470 "lazy_static",4471 "libsecp256k1 0.7.0",4472 "log",4473 "multiaddr",4474 "multihash 0.14.0",4475 "multistream-select",4476 "parking_lot 0.11.2",4477 "pin-project 1.0.10",4478 "prost",4479 "prost-build",4480 "rand 0.8.5",4481 "ring",4482 "rw-stream-sink",4483 "sha2 0.9.9",4484 "smallvec",4485 "thiserror",4486 "unsigned-varint 0.7.1",4487 "void",4488 "zeroize",4489]44904491[[package]]4492name = "libp2p-deflate"4493version = "0.30.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4496dependencies = [4497 "flate2",4498 "futures 0.3.21",4499 "libp2p-core",4500]45014502[[package]]4503name = "libp2p-dns"4504version = "0.30.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4507dependencies = [4508 "async-std-resolver",4509 "futures 0.3.21",4510 "libp2p-core",4511 "log",4512 "smallvec",4513 "trust-dns-resolver",4514]45154516[[package]]4517name = "libp2p-floodsub"4518version = "0.31.0"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4521dependencies = [4522 "cuckoofilter",4523 "fnv",4524 "futures 0.3.21",4525 "libp2p-core",4526 "libp2p-swarm",4527 "log",4528 "prost",4529 "prost-build",4530 "rand 0.7.3",4531 "smallvec",4532]45334534[[package]]4535name = "libp2p-gossipsub"4536version = "0.33.0"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4539dependencies = [4540 "asynchronous-codec 0.6.0",4541 "base64",4542 "byteorder",4543 "bytes 1.1.0",4544 "fnv",4545 "futures 0.3.21",4546 "hex_fmt",4547 "libp2p-core",4548 "libp2p-swarm",4549 "log",4550 "prost",4551 "prost-build",4552 "rand 0.7.3",4553 "regex",4554 "sha2 0.9.9",4555 "smallvec",4556 "unsigned-varint 0.7.1",4557 "wasm-timer",4558]45594560[[package]]4561name = "libp2p-identify"4562version = "0.31.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4565dependencies = [4566 "futures 0.3.21",4567 "libp2p-core",4568 "libp2p-swarm",4569 "log",4570 "lru 0.6.6",4571 "prost",4572 "prost-build",4573 "smallvec",4574 "wasm-timer",4575]45764577[[package]]4578name = "libp2p-kad"4579version = "0.32.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4582dependencies = [4583 "arrayvec 0.5.2",4584 "asynchronous-codec 0.6.0",4585 "bytes 1.1.0",4586 "either",4587 "fnv",4588 "futures 0.3.21",4589 "libp2p-core",4590 "libp2p-swarm",4591 "log",4592 "prost",4593 "prost-build",4594 "rand 0.7.3",4595 "sha2 0.9.9",4596 "smallvec",4597 "uint",4598 "unsigned-varint 0.7.1",4599 "void",4600 "wasm-timer",4601]46024603[[package]]4604name = "libp2p-mdns"4605version = "0.32.0"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4608dependencies = [4609 "async-io",4610 "data-encoding",4611 "dns-parser",4612 "futures 0.3.21",4613 "if-watch",4614 "lazy_static",4615 "libp2p-core",4616 "libp2p-swarm",4617 "log",4618 "rand 0.8.5",4619 "smallvec",4620 "socket2 0.4.4",4621 "void",4622]46234624[[package]]4625name = "libp2p-metrics"4626version = "0.1.0"4627source = "registry+https://github.com/rust-lang/crates.io-index"4628checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4629dependencies = [4630 "libp2p-core",4631 "libp2p-identify",4632 "libp2p-kad",4633 "libp2p-ping",4634 "libp2p-swarm",4635 "open-metrics-client",4636]46374638[[package]]4639name = "libp2p-mplex"4640version = "0.30.0"4641source = "registry+https://github.com/rust-lang/crates.io-index"4642checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4643dependencies = [4644 "asynchronous-codec 0.6.0",4645 "bytes 1.1.0",4646 "futures 0.3.21",4647 "libp2p-core",4648 "log",4649 "nohash-hasher",4650 "parking_lot 0.11.2",4651 "rand 0.7.3",4652 "smallvec",4653 "unsigned-varint 0.7.1",4654]46554656[[package]]4657name = "libp2p-noise"4658version = "0.33.0"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4661dependencies = [4662 "bytes 1.1.0",4663 "curve25519-dalek 3.2.0",4664 "futures 0.3.21",4665 "lazy_static",4666 "libp2p-core",4667 "log",4668 "prost",4669 "prost-build",4670 "rand 0.8.5",4671 "sha2 0.9.9",4672 "snow",4673 "static_assertions",4674 "x25519-dalek",4675 "zeroize",4676]46774678[[package]]4679name = "libp2p-ping"4680version = "0.31.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4683dependencies = [4684 "futures 0.3.21",4685 "libp2p-core",4686 "libp2p-swarm",4687 "log",4688 "rand 0.7.3",4689 "void",4690 "wasm-timer",4691]46924693[[package]]4694name = "libp2p-plaintext"4695version = "0.30.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4698dependencies = [4699 "asynchronous-codec 0.6.0",4700 "bytes 1.1.0",4701 "futures 0.3.21",4702 "libp2p-core",4703 "log",4704 "prost",4705 "prost-build",4706 "unsigned-varint 0.7.1",4707 "void",4708]47094710[[package]]4711name = "libp2p-pnet"4712version = "0.22.0"4713source = "registry+https://github.com/rust-lang/crates.io-index"4714checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4715dependencies = [4716 "futures 0.3.21",4717 "log",4718 "pin-project 1.0.10",4719 "rand 0.7.3",4720 "salsa20",4721 "sha3 0.9.1",4722]47234724[[package]]4725name = "libp2p-relay"4726version = "0.4.0"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4729dependencies = [4730 "asynchronous-codec 0.6.0",4731 "bytes 1.1.0",4732 "futures 0.3.21",4733 "futures-timer",4734 "libp2p-core",4735 "libp2p-swarm",4736 "log",4737 "pin-project 1.0.10",4738 "prost",4739 "prost-build",4740 "rand 0.7.3",4741 "smallvec",4742 "unsigned-varint 0.7.1",4743 "void",4744 "wasm-timer",4745]47464747[[package]]4748name = "libp2p-rendezvous"4749version = "0.1.0"4750source = "registry+https://github.com/rust-lang/crates.io-index"4751checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4752dependencies = [4753 "asynchronous-codec 0.6.0",4754 "bimap",4755 "futures 0.3.21",4756 "libp2p-core",4757 "libp2p-swarm",4758 "log",4759 "prost",4760 "prost-build",4761 "rand 0.8.5",4762 "sha2 0.9.9",4763 "thiserror",4764 "unsigned-varint 0.7.1",4765 "void",4766 "wasm-timer",4767]47684769[[package]]4770name = "libp2p-request-response"4771version = "0.13.0"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4774dependencies = [4775 "async-trait",4776 "bytes 1.1.0",4777 "futures 0.3.21",4778 "libp2p-core",4779 "libp2p-swarm",4780 "log",4781 "lru 0.7.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 "hex-literal",5599 "orml-vesting",5600 "pallet-aura",5601 "pallet-balances",5602 "pallet-base-fee",5603 "pallet-common",5604 "pallet-ethereum",5605 "pallet-evm",5606 "pallet-evm-coder-substrate",5607 "pallet-evm-contract-helpers",5608 "pallet-evm-migration",5609 "pallet-evm-transaction-payment",5610 "pallet-fungible",5611 "pallet-inflation",5612 "pallet-nonfungible",5613 "pallet-randomness-collective-flip",5614 "pallet-refungible",5615 "pallet-sudo",5616 "pallet-template-transaction-payment",5617 "pallet-timestamp",5618 "pallet-transaction-payment",5619 "pallet-transaction-payment-rpc-runtime-api",5620 "pallet-treasury",5621 "pallet-unique",5622 "pallet-unq-scheduler",5623 "pallet-xcm",5624 "parachain-info",5625 "parity-scale-codec",5626 "polkadot-parachain",5627 "scale-info",5628 "serde",5629 "smallvec",5630 "sp-api",5631 "sp-arithmetic",5632 "sp-block-builder",5633 "sp-consensus-aura",5634 "sp-core",5635 "sp-inherents",5636 "sp-io",5637 "sp-offchain",5638 "sp-runtime",5639 "sp-session",5640 "sp-std",5641 "sp-transaction-pool",5642 "sp-version",5643 "substrate-wasm-builder",5644 "unique-runtime-common",5645 "up-data-structs",5646 "up-rpc",5647 "xcm",5648 "xcm-builder",5649 "xcm-executor",5650]56515652[[package]]5653name = "opaque-debug"5654version = "0.2.3"5655source = "registry+https://github.com/rust-lang/crates.io-index"5656checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56575658[[package]]5659name = "opaque-debug"5660version = "0.3.0"5661source = "registry+https://github.com/rust-lang/crates.io-index"5662checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56635664[[package]]5665name = "open-metrics-client"5666version = "0.12.0"5667source = "registry+https://github.com/rust-lang/crates.io-index"5668checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5669dependencies = [5670 "dtoa",5671 "itoa 0.4.8",5672 "open-metrics-client-derive-text-encode",5673 "owning_ref",5674]56755676[[package]]5677name = "open-metrics-client-derive-text-encode"5678version = "0.1.1"5679source = "registry+https://github.com/rust-lang/crates.io-index"5680checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5681dependencies = [5682 "proc-macro2",5683 "quote",5684 "syn",5685]56865687[[package]]5688name = "openssl-probe"5689version = "0.1.5"5690source = "registry+https://github.com/rust-lang/crates.io-index"5691checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56925693[[package]]5694name = "ordered-float"5695version = "1.1.1"5696source = "registry+https://github.com/rust-lang/crates.io-index"5697checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5698dependencies = [5699 "num-traits",5700]57015702[[package]]5703name = "orml-vesting"5704version = "0.4.1-dev"5705source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5706dependencies = [5707 "frame-support",5708 "frame-system",5709 "parity-scale-codec",5710 "scale-info",5711 "serde",5712 "sp-io",5713 "sp-runtime",5714 "sp-std",5715]57165717[[package]]5718name = "os_str_bytes"5719version = "6.0.0"5720source = "registry+https://github.com/rust-lang/crates.io-index"5721checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5722dependencies = [5723 "memchr",5724]57255726[[package]]5727name = "owning_ref"5728version = "0.4.1"5729source = "registry+https://github.com/rust-lang/crates.io-index"5730checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5731dependencies = [5732 "stable_deref_trait",5733]57345735[[package]]5736name = "pallet-aura"5737version = "4.0.0-dev"5738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5739dependencies = [5740 "frame-support",5741 "frame-system",5742 "pallet-timestamp",5743 "parity-scale-codec",5744 "scale-info",5745 "sp-application-crypto",5746 "sp-consensus-aura",5747 "sp-runtime",5748 "sp-std",5749]57505751[[package]]5752name = "pallet-authority-discovery"5753version = "4.0.0-dev"5754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5755dependencies = [5756 "frame-support",5757 "frame-system",5758 "pallet-session",5759 "parity-scale-codec",5760 "scale-info",5761 "sp-application-crypto",5762 "sp-authority-discovery",5763 "sp-runtime",5764 "sp-std",5765]57665767[[package]]5768name = "pallet-authorship"5769version = "4.0.0-dev"5770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5771dependencies = [5772 "frame-support",5773 "frame-system",5774 "impl-trait-for-tuples",5775 "parity-scale-codec",5776 "scale-info",5777 "sp-authorship",5778 "sp-runtime",5779 "sp-std",5780]57815782[[package]]5783name = "pallet-babe"5784version = "4.0.0-dev"5785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5786dependencies = [5787 "frame-benchmarking",5788 "frame-support",5789 "frame-system",5790 "log",5791 "pallet-authorship",5792 "pallet-session",5793 "pallet-timestamp",5794 "parity-scale-codec",5795 "scale-info",5796 "sp-application-crypto",5797 "sp-consensus-babe",5798 "sp-consensus-vrf",5799 "sp-io",5800 "sp-runtime",5801 "sp-session",5802 "sp-staking",5803 "sp-std",5804]58055806[[package]]5807name = "pallet-bags-list"5808version = "4.0.0-dev"5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5810dependencies = [5811 "frame-benchmarking",5812 "frame-election-provider-support",5813 "frame-support",5814 "frame-system",5815 "log",5816 "pallet-balances",5817 "parity-scale-codec",5818 "scale-info",5819 "sp-core",5820 "sp-io",5821 "sp-runtime",5822 "sp-std",5823 "sp-tracing",5824]58255826[[package]]5827name = "pallet-balances"5828version = "4.0.0-dev"5829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5830dependencies = [5831 "frame-benchmarking",5832 "frame-support",5833 "frame-system",5834 "log",5835 "parity-scale-codec",5836 "scale-info",5837 "sp-runtime",5838 "sp-std",5839]58405841[[package]]5842name = "pallet-base-fee"5843version = "1.0.0"5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5845dependencies = [5846 "frame-support",5847 "frame-system",5848 "pallet-evm",5849 "parity-scale-codec",5850 "scale-info",5851 "serde",5852 "sp-core",5853 "sp-runtime",5854]58555856[[package]]5857name = "pallet-beefy"5858version = "4.0.0-dev"5859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5860dependencies = [5861 "beefy-primitives",5862 "frame-support",5863 "frame-system",5864 "pallet-session",5865 "parity-scale-codec",5866 "scale-info",5867 "serde",5868 "sp-runtime",5869 "sp-std",5870]58715872[[package]]5873name = "pallet-beefy-mmr"5874version = "4.0.0-dev"5875source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5876dependencies = [5877 "beefy-merkle-tree",5878 "beefy-primitives",5879 "frame-support",5880 "frame-system",5881 "hex",5882 "k256",5883 "log",5884 "pallet-beefy",5885 "pallet-mmr",5886 "pallet-mmr-primitives",5887 "pallet-session",5888 "parity-scale-codec",5889 "scale-info",5890 "serde",5891 "sp-core",5892 "sp-io",5893 "sp-runtime",5894 "sp-std",5895]58965897[[package]]5898name = "pallet-bounties"5899version = "4.0.0-dev"5900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5901dependencies = [5902 "frame-benchmarking",5903 "frame-support",5904 "frame-system",5905 "log",5906 "pallet-treasury",5907 "parity-scale-codec",5908 "scale-info",5909 "sp-core",5910 "sp-io",5911 "sp-runtime",5912 "sp-std",5913]59145915[[package]]5916name = "pallet-bridge-dispatch"5917version = "0.1.0"5918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5919dependencies = [5920 "bp-message-dispatch",5921 "bp-runtime",5922 "frame-support",5923 "frame-system",5924 "log",5925 "parity-scale-codec",5926 "scale-info",5927 "sp-core",5928 "sp-runtime",5929 "sp-std",5930]59315932[[package]]5933name = "pallet-bridge-grandpa"5934version = "0.1.0"5935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5936dependencies = [5937 "bp-header-chain",5938 "bp-runtime",5939 "bp-test-utils",5940 "finality-grandpa",5941 "frame-support",5942 "frame-system",5943 "log",5944 "num-traits",5945 "parity-scale-codec",5946 "scale-info",5947 "serde",5948 "sp-finality-grandpa",5949 "sp-runtime",5950 "sp-std",5951 "sp-trie",5952]59535954[[package]]5955name = "pallet-bridge-messages"5956version = "0.1.0"5957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5958dependencies = [5959 "bitvec",5960 "bp-message-dispatch",5961 "bp-messages",5962 "bp-runtime",5963 "frame-support",5964 "frame-system",5965 "log",5966 "num-traits",5967 "parity-scale-codec",5968 "scale-info",5969 "serde",5970 "sp-core",5971 "sp-runtime",5972 "sp-std",5973]59745975[[package]]5976name = "pallet-collective"5977version = "4.0.0-dev"5978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5979dependencies = [5980 "frame-benchmarking",5981 "frame-support",5982 "frame-system",5983 "log",5984 "parity-scale-codec",5985 "scale-info",5986 "sp-core",5987 "sp-io",5988 "sp-runtime",5989 "sp-std",5990]59915992[[package]]5993name = "pallet-common"5994version = "0.1.0"5995dependencies = [5996 "evm-coder",5997 "fp-evm-mapping",5998 "frame-support",5999 "frame-system",6000 "pallet-evm",6001 "pallet-evm-coder-substrate",6002 "parity-scale-codec",6003 "scale-info",6004 "serde",6005 "sp-core",6006 "sp-runtime",6007 "sp-std",6008 "up-data-structs",6009]60106011[[package]]6012name = "pallet-democracy"6013version = "4.0.0-dev"6014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6015dependencies = [6016 "frame-benchmarking",6017 "frame-support",6018 "frame-system",6019 "parity-scale-codec",6020 "scale-info",6021 "serde",6022 "sp-io",6023 "sp-runtime",6024 "sp-std",6025]60266027[[package]]6028name = "pallet-election-provider-multi-phase"6029version = "4.0.0-dev"6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6031dependencies = [6032 "frame-benchmarking",6033 "frame-election-provider-support",6034 "frame-support",6035 "frame-system",6036 "log",6037 "parity-scale-codec",6038 "rand 0.7.3",6039 "scale-info",6040 "sp-arithmetic",6041 "sp-core",6042 "sp-io",6043 "sp-npos-elections",6044 "sp-runtime",6045 "sp-std",6046 "static_assertions",6047 "strum 0.23.0",6048]60496050[[package]]6051name = "pallet-elections-phragmen"6052version = "5.0.0-dev"6053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6054dependencies = [6055 "frame-benchmarking",6056 "frame-support",6057 "frame-system",6058 "log",6059 "parity-scale-codec",6060 "scale-info",6061 "sp-core",6062 "sp-io",6063 "sp-npos-elections",6064 "sp-runtime",6065 "sp-std",6066]60676068[[package]]6069name = "pallet-ethereum"6070version = "4.0.0-dev"6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6072dependencies = [6073 "ethereum",6074 "ethereum-types",6075 "evm",6076 "fp-consensus",6077 "fp-evm",6078 "fp-evm-mapping",6079 "fp-rpc",6080 "fp-self-contained",6081 "fp-storage",6082 "frame-support",6083 "frame-system",6084 "log",6085 "pallet-balances",6086 "pallet-evm",6087 "pallet-timestamp",6088 "parity-scale-codec",6089 "rlp",6090 "rustc-hex",6091 "scale-info",6092 "serde",6093 "sha3 0.8.2",6094 "sp-io",6095 "sp-runtime",6096 "sp-std",6097]60986099[[package]]6100name = "pallet-evm"6101version = "6.0.0-dev"6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6103dependencies = [6104 "evm",6105 "evm-gasometer",6106 "evm-runtime",6107 "fp-evm",6108 "fp-evm-mapping",6109 "frame-benchmarking",6110 "frame-support",6111 "frame-system",6112 "hex",6113 "impl-trait-for-tuples",6114 "log",6115 "pallet-balances",6116 "pallet-timestamp",6117 "parity-scale-codec",6118 "primitive-types",6119 "rlp",6120 "scale-info",6121 "serde",6122 "sha3 0.8.2",6123 "sp-core",6124 "sp-io",6125 "sp-runtime",6126 "sp-std",6127]61286129[[package]]6130name = "pallet-evm-coder-substrate"6131version = "0.1.0"6132dependencies = [6133 "ethereum",6134 "evm-coder",6135 "frame-benchmarking",6136 "frame-support",6137 "frame-system",6138 "pallet-ethereum",6139 "pallet-evm",6140 "parity-scale-codec",6141 "scale-info",6142 "sp-core",6143 "sp-std",6144]61456146[[package]]6147name = "pallet-evm-contract-helpers"6148version = "0.1.0"6149dependencies = [6150 "evm-coder",6151 "fp-evm-mapping",6152 "frame-support",6153 "frame-system",6154 "log",6155 "pallet-evm",6156 "pallet-evm-coder-substrate",6157 "parity-scale-codec",6158 "scale-info",6159 "sp-core",6160 "sp-runtime",6161 "sp-std",6162 "up-sponsorship",6163]61646165[[package]]6166name = "pallet-evm-migration"6167version = "0.1.0"6168dependencies = [6169 "fp-evm",6170 "frame-benchmarking",6171 "frame-support",6172 "frame-system",6173 "pallet-evm",6174 "parity-scale-codec",6175 "scale-info",6176 "sp-core",6177 "sp-io",6178 "sp-runtime",6179 "sp-std",6180]61816182[[package]]6183name = "pallet-evm-transaction-payment"6184version = "0.1.0"6185dependencies = [6186 "fp-evm",6187 "fp-evm-mapping",6188 "frame-support",6189 "frame-system",6190 "pallet-ethereum",6191 "pallet-evm",6192 "parity-scale-codec",6193 "scale-info",6194 "sp-core",6195 "sp-io",6196 "sp-runtime",6197 "sp-std",6198 "up-sponsorship",6199]62006201[[package]]6202name = "pallet-fungible"6203version = "0.1.0"6204dependencies = [6205 "ethereum",6206 "evm-coder",6207 "frame-benchmarking",6208 "frame-support",6209 "frame-system",6210 "pallet-common",6211 "pallet-evm",6212 "pallet-evm-coder-substrate",6213 "parity-scale-codec",6214 "scale-info",6215 "sp-core",6216 "sp-runtime",6217 "sp-std",6218 "up-data-structs",6219]62206221[[package]]6222name = "pallet-gilt"6223version = "4.0.0-dev"6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6225dependencies = [6226 "frame-benchmarking",6227 "frame-support",6228 "frame-system",6229 "parity-scale-codec",6230 "scale-info",6231 "sp-arithmetic",6232 "sp-runtime",6233 "sp-std",6234]62356236[[package]]6237name = "pallet-grandpa"6238version = "4.0.0-dev"6239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6240dependencies = [6241 "frame-benchmarking",6242 "frame-support",6243 "frame-system",6244 "log",6245 "pallet-authorship",6246 "pallet-session",6247 "parity-scale-codec",6248 "scale-info",6249 "sp-application-crypto",6250 "sp-core",6251 "sp-finality-grandpa",6252 "sp-io",6253 "sp-runtime",6254 "sp-session",6255 "sp-staking",6256 "sp-std",6257]62586259[[package]]6260name = "pallet-identity"6261version = "4.0.0-dev"6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6263dependencies = [6264 "enumflags2",6265 "frame-benchmarking",6266 "frame-support",6267 "frame-system",6268 "parity-scale-codec",6269 "scale-info",6270 "sp-io",6271 "sp-runtime",6272 "sp-std",6273]62746275[[package]]6276name = "pallet-im-online"6277version = "4.0.0-dev"6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6279dependencies = [6280 "frame-benchmarking",6281 "frame-support",6282 "frame-system",6283 "log",6284 "pallet-authorship",6285 "parity-scale-codec",6286 "scale-info",6287 "sp-application-crypto",6288 "sp-core",6289 "sp-io",6290 "sp-runtime",6291 "sp-staking",6292 "sp-std",6293]62946295[[package]]6296name = "pallet-indices"6297version = "4.0.0-dev"6298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6299dependencies = [6300 "frame-benchmarking",6301 "frame-support",6302 "frame-system",6303 "parity-scale-codec",6304 "scale-info",6305 "sp-core",6306 "sp-io",6307 "sp-keyring",6308 "sp-runtime",6309 "sp-std",6310]63116312[[package]]6313name = "pallet-inflation"6314version = "0.1.0"6315dependencies = [6316 "frame-benchmarking",6317 "frame-support",6318 "frame-system",6319 "pallet-balances",6320 "pallet-randomness-collective-flip",6321 "pallet-timestamp",6322 "parity-scale-codec",6323 "scale-info",6324 "serde",6325 "sp-core",6326 "sp-io",6327 "sp-runtime",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-membership"6333version = "4.0.0-dev"6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6335dependencies = [6336 "frame-benchmarking",6337 "frame-support",6338 "frame-system",6339 "log",6340 "parity-scale-codec",6341 "scale-info",6342 "sp-core",6343 "sp-io",6344 "sp-runtime",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-mmr"6350version = "4.0.0-dev"6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6352dependencies = [6353 "ckb-merkle-mountain-range",6354 "frame-benchmarking",6355 "frame-support",6356 "frame-system",6357 "pallet-mmr-primitives",6358 "parity-scale-codec",6359 "scale-info",6360 "sp-core",6361 "sp-io",6362 "sp-runtime",6363 "sp-std",6364]63656366[[package]]6367name = "pallet-mmr-primitives"6368version = "4.0.0-dev"6369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6370dependencies = [6371 "frame-support",6372 "frame-system",6373 "log",6374 "parity-scale-codec",6375 "serde",6376 "sp-api",6377 "sp-core",6378 "sp-runtime",6379 "sp-std",6380]63816382[[package]]6383name = "pallet-mmr-rpc"6384version = "3.0.0"6385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6386dependencies = [6387 "jsonrpc-core",6388 "jsonrpc-core-client",6389 "jsonrpc-derive",6390 "pallet-mmr-primitives",6391 "parity-scale-codec",6392 "serde",6393 "sp-api",6394 "sp-blockchain",6395 "sp-core",6396 "sp-runtime",6397]63986399[[package]]6400name = "pallet-multisig"6401version = "4.0.0-dev"6402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6403dependencies = [6404 "frame-benchmarking",6405 "frame-support",6406 "frame-system",6407 "parity-scale-codec",6408 "scale-info",6409 "sp-io",6410 "sp-runtime",6411 "sp-std",6412]64136414[[package]]6415name = "pallet-nicks"6416version = "4.0.0-dev"6417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6418dependencies = [6419 "frame-support",6420 "frame-system",6421 "parity-scale-codec",6422 "scale-info",6423 "sp-io",6424 "sp-runtime",6425 "sp-std",6426]64276428[[package]]6429name = "pallet-nonfungible"6430version = "0.1.0"6431dependencies = [6432 "ethereum",6433 "evm-coder",6434 "frame-benchmarking",6435 "frame-support",6436 "frame-system",6437 "pallet-common",6438 "pallet-evm",6439 "pallet-evm-coder-substrate",6440 "parity-scale-codec",6441 "scale-info",6442 "sp-core",6443 "sp-runtime",6444 "sp-std",6445 "up-data-structs",6446]64476448[[package]]6449name = "pallet-offences"6450version = "4.0.0-dev"6451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6452dependencies = [6453 "frame-support",6454 "frame-system",6455 "log",6456 "pallet-balances",6457 "parity-scale-codec",6458 "scale-info",6459 "serde",6460 "sp-runtime",6461 "sp-staking",6462 "sp-std",6463]64646465[[package]]6466name = "pallet-offences-benchmarking"6467version = "4.0.0-dev"6468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6469dependencies = [6470 "frame-benchmarking",6471 "frame-election-provider-support",6472 "frame-support",6473 "frame-system",6474 "pallet-babe",6475 "pallet-balances",6476 "pallet-grandpa",6477 "pallet-im-online",6478 "pallet-offences",6479 "pallet-session",6480 "pallet-staking",6481 "parity-scale-codec",6482 "scale-info",6483 "sp-runtime",6484 "sp-staking",6485 "sp-std",6486]64876488[[package]]6489name = "pallet-preimage"6490version = "4.0.0-dev"6491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6492dependencies = [6493 "frame-benchmarking",6494 "frame-support",6495 "frame-system",6496 "parity-scale-codec",6497 "scale-info",6498 "sp-core",6499 "sp-io",6500 "sp-runtime",6501 "sp-std",6502]65036504[[package]]6505name = "pallet-proxy"6506version = "4.0.0-dev"6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6508dependencies = [6509 "frame-benchmarking",6510 "frame-support",6511 "frame-system",6512 "parity-scale-codec",6513 "scale-info",6514 "sp-io",6515 "sp-runtime",6516 "sp-std",6517]65186519[[package]]6520name = "pallet-randomness-collective-flip"6521version = "4.0.0-dev"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6523dependencies = [6524 "frame-support",6525 "frame-system",6526 "parity-scale-codec",6527 "safe-mix",6528 "scale-info",6529 "sp-runtime",6530 "sp-std",6531]65326533[[package]]6534name = "pallet-recovery"6535version = "4.0.0-dev"6536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6537dependencies = [6538 "frame-support",6539 "frame-system",6540 "parity-scale-codec",6541 "scale-info",6542 "sp-io",6543 "sp-runtime",6544 "sp-std",6545]65466547[[package]]6548name = "pallet-refungible"6549version = "0.1.0"6550dependencies = [6551 "frame-benchmarking",6552 "frame-support",6553 "frame-system",6554 "pallet-common",6555 "pallet-evm",6556 "parity-scale-codec",6557 "scale-info",6558 "sp-core",6559 "sp-runtime",6560 "sp-std",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-scheduler"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6568dependencies = [6569 "frame-benchmarking",6570 "frame-support",6571 "frame-system",6572 "log",6573 "parity-scale-codec",6574 "scale-info",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-session"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6584dependencies = [6585 "frame-support",6586 "frame-system",6587 "impl-trait-for-tuples",6588 "log",6589 "pallet-timestamp",6590 "parity-scale-codec",6591 "scale-info",6592 "sp-core",6593 "sp-io",6594 "sp-runtime",6595 "sp-session",6596 "sp-staking",6597 "sp-std",6598 "sp-trie",6599]66006601[[package]]6602name = "pallet-session-benchmarking"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6605dependencies = [6606 "frame-benchmarking",6607 "frame-support",6608 "frame-system",6609 "pallet-session",6610 "pallet-staking",6611 "rand 0.7.3",6612 "sp-runtime",6613 "sp-session",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-society"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6621dependencies = [6622 "frame-support",6623 "frame-system",6624 "parity-scale-codec",6625 "rand_chacha 0.2.2",6626 "scale-info",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-staking"6633version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6635dependencies = [6636 "frame-benchmarking",6637 "frame-election-provider-support",6638 "frame-support",6639 "frame-system",6640 "log",6641 "pallet-authorship",6642 "pallet-session",6643 "parity-scale-codec",6644 "rand_chacha 0.2.2",6645 "scale-info",6646 "serde",6647 "sp-application-crypto",6648 "sp-io",6649 "sp-runtime",6650 "sp-staking",6651 "sp-std",6652]66536654[[package]]6655name = "pallet-staking-reward-curve"6656version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6658dependencies = [6659 "proc-macro-crate 1.1.3",6660 "proc-macro2",6661 "quote",6662 "syn",6663]66646665[[package]]6666name = "pallet-staking-reward-fn"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6669dependencies = [6670 "log",6671 "sp-arithmetic",6672]66736674[[package]]6675name = "pallet-sudo"6676version = "4.0.0-dev"6677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6678dependencies = [6679 "frame-support",6680 "frame-system",6681 "parity-scale-codec",6682 "scale-info",6683 "sp-io",6684 "sp-runtime",6685 "sp-std",6686]66876688[[package]]6689name = "pallet-template-transaction-payment"6690version = "3.0.0"6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6692dependencies = [6693 "frame-benchmarking",6694 "frame-support",6695 "frame-system",6696 "pallet-balances",6697 "pallet-transaction-payment",6698 "parity-scale-codec",6699 "scale-info",6700 "serde",6701 "sp-core",6702 "sp-io",6703 "sp-runtime",6704 "sp-std",6705 "up-sponsorship",6706]67076708[[package]]6709name = "pallet-timestamp"6710version = "4.0.0-dev"6711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6712dependencies = [6713 "frame-benchmarking",6714 "frame-support",6715 "frame-system",6716 "log",6717 "parity-scale-codec",6718 "scale-info",6719 "sp-inherents",6720 "sp-io",6721 "sp-runtime",6722 "sp-std",6723 "sp-timestamp",6724]67256726[[package]]6727name = "pallet-tips"6728version = "4.0.0-dev"6729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6730dependencies = [6731 "frame-benchmarking",6732 "frame-support",6733 "frame-system",6734 "log",6735 "pallet-treasury",6736 "parity-scale-codec",6737 "scale-info",6738 "serde",6739 "sp-core",6740 "sp-io",6741 "sp-runtime",6742 "sp-std",6743]67446745[[package]]6746name = "pallet-transaction-payment"6747version = "4.0.0-dev"6748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6749dependencies = [6750 "frame-support",6751 "frame-system",6752 "parity-scale-codec",6753 "scale-info",6754 "serde",6755 "smallvec",6756 "sp-core",6757 "sp-io",6758 "sp-runtime",6759 "sp-std",6760]67616762[[package]]6763name = "pallet-transaction-payment-rpc"6764version = "4.0.0-dev"6765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6766dependencies = [6767 "jsonrpc-core",6768 "jsonrpc-core-client",6769 "jsonrpc-derive",6770 "pallet-transaction-payment-rpc-runtime-api",6771 "parity-scale-codec",6772 "sp-api",6773 "sp-blockchain",6774 "sp-core",6775 "sp-rpc",6776 "sp-runtime",6777]67786779[[package]]6780name = "pallet-transaction-payment-rpc-runtime-api"6781version = "4.0.0-dev"6782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6783dependencies = [6784 "pallet-transaction-payment",6785 "parity-scale-codec",6786 "sp-api",6787 "sp-runtime",6788]67896790[[package]]6791name = "pallet-treasury"6792version = "4.0.0-dev"6793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6794dependencies = [6795 "frame-benchmarking",6796 "frame-support",6797 "frame-system",6798 "impl-trait-for-tuples",6799 "pallet-balances",6800 "parity-scale-codec",6801 "scale-info",6802 "serde",6803 "sp-runtime",6804 "sp-std",6805]68066807[[package]]6808name = "pallet-unique"6809version = "0.1.0"6810dependencies = [6811 "ethereum",6812 "evm-coder",6813 "fp-evm",6814 "fp-evm-mapping",6815 "frame-benchmarking",6816 "frame-support",6817 "frame-system",6818 "hex-literal",6819 "pallet-balances",6820 "pallet-common",6821 "pallet-ethereum",6822 "pallet-evm",6823 "pallet-evm-coder-substrate",6824 "pallet-fungible",6825 "pallet-nonfungible",6826 "pallet-randomness-collective-flip",6827 "pallet-refungible",6828 "pallet-timestamp",6829 "pallet-transaction-payment",6830 "parity-scale-codec",6831 "primitive-types",6832 "rlp",6833 "scale-info",6834 "serde",6835 "sp-api",6836 "sp-core",6837 "sp-io",6838 "sp-runtime",6839 "sp-std",6840 "up-data-structs",6841 "up-sponsorship",6842]68436844[[package]]6845name = "pallet-unq-scheduler"6846version = "0.1.0"6847dependencies = [6848 "frame-benchmarking",6849 "frame-support",6850 "frame-system",6851 "log",6852 "parity-scale-codec",6853 "scale-info",6854 "serde",6855 "sp-core",6856 "sp-io",6857 "sp-runtime",6858 "sp-std",6859 "substrate-test-utils",6860 "up-sponsorship",6861]68626863[[package]]6864name = "pallet-utility"6865version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6867dependencies = [6868 "frame-benchmarking",6869 "frame-support",6870 "frame-system",6871 "parity-scale-codec",6872 "scale-info",6873 "sp-core",6874 "sp-io",6875 "sp-runtime",6876 "sp-std",6877]68786879[[package]]6880name = "pallet-vesting"6881version = "4.0.0-dev"6882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6883dependencies = [6884 "frame-benchmarking",6885 "frame-support",6886 "frame-system",6887 "log",6888 "parity-scale-codec",6889 "scale-info",6890 "sp-runtime",6891 "sp-std",6892]68936894[[package]]6895name = "pallet-xcm"6896version = "0.9.18"6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6898dependencies = [6899 "frame-support",6900 "frame-system",6901 "log",6902 "parity-scale-codec",6903 "scale-info",6904 "serde",6905 "sp-core",6906 "sp-runtime",6907 "sp-std",6908 "xcm",6909 "xcm-executor",6910]69116912[[package]]6913name = "pallet-xcm-benchmarks"6914version = "0.9.18"6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6916dependencies = [6917 "frame-benchmarking",6918 "frame-support",6919 "frame-system",6920 "log",6921 "parity-scale-codec",6922 "scale-info",6923 "sp-runtime",6924 "sp-std",6925 "xcm",6926 "xcm-executor",6927]69286929[[package]]6930name = "parachain-info"6931version = "0.1.0"6932source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6933dependencies = [6934 "cumulus-primitives-core",6935 "frame-support",6936 "frame-system",6937 "parity-scale-codec",6938 "scale-info",6939 "serde",6940]69416942[[package]]6943name = "parity-db"6944version = "0.3.11"6945source = "registry+https://github.com/rust-lang/crates.io-index"6946checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"6947dependencies = [6948 "blake2-rfc",6949 "crc32fast",6950 "fs2",6951 "hex",6952 "libc",6953 "log",6954 "lz4",6955 "memmap2 0.2.3",6956 "parking_lot 0.11.2",6957 "rand 0.8.5",6958 "snap",6959]69606961[[package]]6962name = "parity-scale-codec"6963version = "3.1.2"6964source = "registry+https://github.com/rust-lang/crates.io-index"6965checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6966dependencies = [6967 "arrayvec 0.7.2",6968 "bitvec",6969 "byte-slice-cast",6970 "impl-trait-for-tuples",6971 "parity-scale-codec-derive",6972 "serde",6973]69746975[[package]]6976name = "parity-scale-codec-derive"6977version = "3.1.2"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6980dependencies = [6981 "proc-macro-crate 1.1.3",6982 "proc-macro2",6983 "quote",6984 "syn",6985]69866987[[package]]6988name = "parity-send-wrapper"6989version = "0.1.0"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69926993[[package]]6994name = "parity-tokio-ipc"6995version = "0.9.0"6996source = "registry+https://github.com/rust-lang/crates.io-index"6997checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6998dependencies = [6999 "futures 0.3.21",7000 "libc",7001 "log",7002 "rand 0.7.3",7003 "tokio 1.17.0",7004 "winapi 0.3.9",7005]70067007[[package]]7008name = "parity-util-mem"7009version = "0.11.0"7010source = "registry+https://github.com/rust-lang/crates.io-index"7011checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7012dependencies = [7013 "cfg-if 1.0.0",7014 "ethereum-types",7015 "hashbrown 0.12.0",7016 "impl-trait-for-tuples",7017 "lru 0.7.5",7018 "parity-util-mem-derive",7019 "parking_lot 0.12.0",7020 "primitive-types",7021 "smallvec",7022 "winapi 0.3.9",7023]70247025[[package]]7026name = "parity-util-mem-derive"7027version = "0.1.0"7028source = "registry+https://github.com/rust-lang/crates.io-index"7029checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7030dependencies = [7031 "proc-macro2",7032 "syn",7033 "synstructure",7034]70357036[[package]]7037name = "parity-wasm"7038version = "0.32.0"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7041dependencies = [7042 "byteorder",7043]70447045[[package]]7046name = "parity-wasm"7047version = "0.42.2"7048source = "registry+https://github.com/rust-lang/crates.io-index"7049checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70507051[[package]]7052name = "parity-ws"7053version = "0.11.1"7054source = "registry+https://github.com/rust-lang/crates.io-index"7055checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7056dependencies = [7057 "byteorder",7058 "bytes 0.4.12",7059 "httparse",7060 "log",7061 "mio 0.6.23",7062 "mio-extras",7063 "rand 0.7.3",7064 "sha-1 0.8.2",7065 "slab",7066 "url 2.2.2",7067]70687069[[package]]7070name = "parking"7071version = "2.0.0"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70747075[[package]]7076name = "parking_lot"7077version = "0.11.2"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7080dependencies = [7081 "instant",7082 "lock_api",7083 "parking_lot_core 0.8.5",7084]70857086[[package]]7087name = "parking_lot"7088version = "0.12.0"7089source = "registry+https://github.com/rust-lang/crates.io-index"7090checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7091dependencies = [7092 "lock_api",7093 "parking_lot_core 0.9.2",7094]70957096[[package]]7097name = "parking_lot_core"7098version = "0.8.5"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7101dependencies = [7102 "cfg-if 1.0.0",7103 "instant",7104 "libc",7105 "redox_syscall",7106 "smallvec",7107 "winapi 0.3.9",7108]71097110[[package]]7111name = "parking_lot_core"7112version = "0.9.2"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7115dependencies = [7116 "cfg-if 1.0.0",7117 "libc",7118 "redox_syscall",7119 "smallvec",7120 "windows-sys",7121]71227123[[package]]7124name = "paste"7125version = "1.0.7"7126source = "registry+https://github.com/rust-lang/crates.io-index"7127checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"71287129[[package]]7130name = "pbkdf2"7131version = "0.4.0"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7134dependencies = [7135 "crypto-mac 0.8.0",7136]71377138[[package]]7139name = "pbkdf2"7140version = "0.8.0"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7143dependencies = [7144 "crypto-mac 0.11.1",7145]71467147[[package]]7148name = "peeking_take_while"7149version = "0.1.2"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71527153[[package]]7154name = "percent-encoding"7155version = "1.0.1"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71587159[[package]]7160name = "percent-encoding"7161version = "2.1.0"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71647165[[package]]7166name = "pest"7167version = "2.1.3"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7170dependencies = [7171 "ucd-trie",7172]71737174[[package]]7175name = "pest_derive"7176version = "2.1.0"7177source = "registry+https://github.com/rust-lang/crates.io-index"7178checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7179dependencies = [7180 "pest",7181 "pest_generator",7182]71837184[[package]]7185name = "pest_generator"7186version = "2.1.3"7187source = "registry+https://github.com/rust-lang/crates.io-index"7188checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7189dependencies = [7190 "pest",7191 "pest_meta",7192 "proc-macro2",7193 "quote",7194 "syn",7195]71967197[[package]]7198name = "pest_meta"7199version = "2.1.3"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7202dependencies = [7203 "maplit",7204 "pest",7205 "sha-1 0.8.2",7206]72077208[[package]]7209name = "petgraph"7210version = "0.6.0"7211source = "registry+https://github.com/rust-lang/crates.io-index"7212checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7213dependencies = [7214 "fixedbitset",7215 "indexmap",7216]72177218[[package]]7219name = "pin-project"7220version = "0.4.29"7221source = "registry+https://github.com/rust-lang/crates.io-index"7222checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7223dependencies = [7224 "pin-project-internal 0.4.29",7225]72267227[[package]]7228name = "pin-project"7229version = "1.0.10"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7232dependencies = [7233 "pin-project-internal 1.0.10",7234]72357236[[package]]7237name = "pin-project-internal"7238version = "0.4.29"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7241dependencies = [7242 "proc-macro2",7243 "quote",7244 "syn",7245]72467247[[package]]7248name = "pin-project-internal"7249version = "1.0.10"7250source = "registry+https://github.com/rust-lang/crates.io-index"7251checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7252dependencies = [7253 "proc-macro2",7254 "quote",7255 "syn",7256]72577258[[package]]7259name = "pin-project-lite"7260version = "0.1.12"7261source = "registry+https://github.com/rust-lang/crates.io-index"7262checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72637264[[package]]7265name = "pin-project-lite"7266version = "0.2.8"7267source = "registry+https://github.com/rust-lang/crates.io-index"7268checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72697270[[package]]7271name = "pin-utils"7272version = "0.1.0"7273source = "registry+https://github.com/rust-lang/crates.io-index"7274checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72757276[[package]]7277name = "pkcs8"7278version = "0.8.0"7279source = "registry+https://github.com/rust-lang/crates.io-index"7280checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7281dependencies = [7282 "der",7283 "spki",7284 "zeroize",7285]72867287[[package]]7288name = "pkg-config"7289version = "0.3.25"7290source = "registry+https://github.com/rust-lang/crates.io-index"7291checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72927293[[package]]7294name = "platforms"7295version = "2.0.0"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72987299[[package]]7300name = "polkadot-approval-distribution"7301version = "0.9.18"7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7303dependencies = [7304 "futures 0.3.21",7305 "polkadot-node-network-protocol",7306 "polkadot-node-primitives",7307 "polkadot-node-subsystem",7308 "polkadot-node-subsystem-util",7309 "polkadot-primitives",7310 "tracing",7311]73127313[[package]]7314name = "polkadot-availability-bitfield-distribution"7315version = "0.9.18"7316source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7317dependencies = [7318 "futures 0.3.21",7319 "polkadot-node-network-protocol",7320 "polkadot-node-subsystem",7321 "polkadot-node-subsystem-util",7322 "polkadot-primitives",7323 "tracing",7324]73257326[[package]]7327name = "polkadot-availability-distribution"7328version = "0.9.18"7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7330dependencies = [7331 "derive_more",7332 "fatality",7333 "futures 0.3.21",7334 "lru 0.7.5",7335 "parity-scale-codec",7336 "polkadot-erasure-coding",7337 "polkadot-node-network-protocol",7338 "polkadot-node-primitives",7339 "polkadot-node-subsystem",7340 "polkadot-node-subsystem-util",7341 "polkadot-primitives",7342 "rand 0.8.5",7343 "sp-core",7344 "sp-keystore",7345 "thiserror",7346 "tracing",7347]73487349[[package]]7350name = "polkadot-availability-recovery"7351version = "0.9.18"7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7353dependencies = [7354 "fatality",7355 "futures 0.3.21",7356 "lru 0.7.5",7357 "parity-scale-codec",7358 "polkadot-erasure-coding",7359 "polkadot-node-network-protocol",7360 "polkadot-node-primitives",7361 "polkadot-node-subsystem",7362 "polkadot-node-subsystem-util",7363 "polkadot-primitives",7364 "rand 0.8.5",7365 "sc-network",7366 "thiserror",7367 "tracing",7368]73697370[[package]]7371name = "polkadot-cli"7372version = "0.9.18"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7374dependencies = [7375 "clap",7376 "frame-benchmarking-cli",7377 "futures 0.3.21",7378 "log",7379 "polkadot-node-core-pvf",7380 "polkadot-node-metrics",7381 "polkadot-performance-test",7382 "polkadot-service",7383 "sc-cli",7384 "sc-service",7385 "sc-tracing",7386 "sp-core",7387 "sp-trie",7388 "substrate-build-script-utils",7389 "thiserror",7390 "try-runtime-cli",7391]73927393[[package]]7394name = "polkadot-client"7395version = "0.9.18"7396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7397dependencies = [7398 "beefy-primitives",7399 "frame-benchmarking",7400 "frame-system-rpc-runtime-api",7401 "pallet-mmr-primitives",7402 "pallet-transaction-payment-rpc-runtime-api",7403 "polkadot-primitives",7404 "polkadot-runtime",7405 "sc-client-api",7406 "sc-consensus",7407 "sc-executor",7408 "sc-service",7409 "sp-api",7410 "sp-authority-discovery",7411 "sp-block-builder",7412 "sp-blockchain",7413 "sp-consensus",7414 "sp-consensus-babe",7415 "sp-finality-grandpa",7416 "sp-offchain",7417 "sp-runtime",7418 "sp-session",7419 "sp-storage",7420 "sp-transaction-pool",7421]74227423[[package]]7424name = "polkadot-collator-protocol"7425version = "0.9.18"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7427dependencies = [7428 "always-assert",7429 "fatality",7430 "futures 0.3.21",7431 "futures-timer",7432 "polkadot-node-network-protocol",7433 "polkadot-node-primitives",7434 "polkadot-node-subsystem",7435 "polkadot-node-subsystem-util",7436 "polkadot-primitives",7437 "sp-core",7438 "sp-keystore",7439 "sp-runtime",7440 "thiserror",7441 "tracing",7442]74437444[[package]]7445name = "polkadot-core-primitives"7446version = "0.9.18"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7448dependencies = [7449 "parity-scale-codec",7450 "parity-util-mem",7451 "scale-info",7452 "sp-core",7453 "sp-runtime",7454 "sp-std",7455]74567457[[package]]7458name = "polkadot-dispute-distribution"7459version = "0.9.18"7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7461dependencies = [7462 "derive_more",7463 "fatality",7464 "futures 0.3.21",7465 "lru 0.7.5",7466 "parity-scale-codec",7467 "polkadot-erasure-coding",7468 "polkadot-node-network-protocol",7469 "polkadot-node-primitives",7470 "polkadot-node-subsystem",7471 "polkadot-node-subsystem-util",7472 "polkadot-primitives",7473 "sc-network",7474 "sp-application-crypto",7475 "sp-keystore",7476 "thiserror",7477 "tracing",7478]74797480[[package]]7481name = "polkadot-erasure-coding"7482version = "0.9.18"7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7484dependencies = [7485 "parity-scale-codec",7486 "polkadot-node-primitives",7487 "polkadot-primitives",7488 "reed-solomon-novelpoly",7489 "sp-core",7490 "sp-trie",7491 "thiserror",7492]74937494[[package]]7495name = "polkadot-gossip-support"7496version = "0.9.18"7497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7498dependencies = [7499 "futures 0.3.21",7500 "futures-timer",7501 "polkadot-node-network-protocol",7502 "polkadot-node-subsystem",7503 "polkadot-node-subsystem-util",7504 "polkadot-primitives",7505 "rand 0.8.5",7506 "rand_chacha 0.3.1",7507 "sc-network",7508 "sp-application-crypto",7509 "sp-core",7510 "sp-keystore",7511 "tracing",7512]75137514[[package]]7515name = "polkadot-network-bridge"7516version = "0.9.18"7517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7518dependencies = [7519 "async-trait",7520 "futures 0.3.21",7521 "parity-scale-codec",7522 "parking_lot 0.12.0",7523 "polkadot-node-network-protocol",7524 "polkadot-node-subsystem",7525 "polkadot-node-subsystem-util",7526 "polkadot-overseer",7527 "polkadot-primitives",7528 "sc-network",7529 "sp-consensus",7530 "tracing",7531]75327533[[package]]7534name = "polkadot-node-collation-generation"7535version = "0.9.18"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7537dependencies = [7538 "futures 0.3.21",7539 "parity-scale-codec",7540 "polkadot-erasure-coding",7541 "polkadot-node-primitives",7542 "polkadot-node-subsystem",7543 "polkadot-node-subsystem-util",7544 "polkadot-primitives",7545 "sp-core",7546 "sp-maybe-compressed-blob",7547 "thiserror",7548 "tracing",7549]75507551[[package]]7552name = "polkadot-node-core-approval-voting"7553version = "0.9.18"7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7555dependencies = [7556 "bitvec",7557 "derive_more",7558 "futures 0.3.21",7559 "futures-timer",7560 "kvdb",7561 "lru 0.7.5",7562 "merlin",7563 "parity-scale-codec",7564 "polkadot-node-jaeger",7565 "polkadot-node-primitives",7566 "polkadot-node-subsystem",7567 "polkadot-node-subsystem-util",7568 "polkadot-overseer",7569 "polkadot-primitives",7570 "sc-keystore",7571 "schnorrkel",7572 "sp-application-crypto",7573 "sp-consensus",7574 "sp-consensus-slots",7575 "sp-runtime",7576 "tracing",7577]75787579[[package]]7580name = "polkadot-node-core-av-store"7581version = "0.9.18"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7583dependencies = [7584 "bitvec",7585 "futures 0.3.21",7586 "futures-timer",7587 "kvdb",7588 "parity-scale-codec",7589 "polkadot-erasure-coding",7590 "polkadot-node-primitives",7591 "polkadot-node-subsystem",7592 "polkadot-node-subsystem-util",7593 "polkadot-overseer",7594 "polkadot-primitives",7595 "thiserror",7596 "tracing",7597]75987599[[package]]7600name = "polkadot-node-core-backing"7601version = "0.9.18"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7603dependencies = [7604 "bitvec",7605 "futures 0.3.21",7606 "polkadot-erasure-coding",7607 "polkadot-node-primitives",7608 "polkadot-node-subsystem",7609 "polkadot-node-subsystem-util",7610 "polkadot-primitives",7611 "polkadot-statement-table",7612 "sp-keystore",7613 "thiserror",7614 "tracing",7615]76167617[[package]]7618name = "polkadot-node-core-bitfield-signing"7619version = "0.9.18"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7621dependencies = [7622 "futures 0.3.21",7623 "polkadot-node-subsystem",7624 "polkadot-node-subsystem-util",7625 "polkadot-primitives",7626 "sp-keystore",7627 "thiserror",7628 "tracing",7629 "wasm-timer",7630]76317632[[package]]7633name = "polkadot-node-core-candidate-validation"7634version = "0.9.18"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7636dependencies = [7637 "async-trait",7638 "futures 0.3.21",7639 "parity-scale-codec",7640 "polkadot-node-core-pvf",7641 "polkadot-node-primitives",7642 "polkadot-node-subsystem",7643 "polkadot-node-subsystem-util",7644 "polkadot-parachain",7645 "polkadot-primitives",7646 "sp-maybe-compressed-blob",7647 "tracing",7648]76497650[[package]]7651name = "polkadot-node-core-chain-api"7652version = "0.9.18"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7654dependencies = [7655 "futures 0.3.21",7656 "polkadot-node-subsystem",7657 "polkadot-node-subsystem-util",7658 "polkadot-primitives",7659 "sc-client-api",7660 "sc-consensus-babe",7661 "sp-blockchain",7662 "tracing",7663]76647665[[package]]7666name = "polkadot-node-core-chain-selection"7667version = "0.9.18"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7669dependencies = [7670 "futures 0.3.21",7671 "futures-timer",7672 "kvdb",7673 "parity-scale-codec",7674 "polkadot-node-primitives",7675 "polkadot-node-subsystem",7676 "polkadot-node-subsystem-util",7677 "polkadot-primitives",7678 "thiserror",7679 "tracing",7680]76817682[[package]]7683name = "polkadot-node-core-dispute-coordinator"7684version = "0.9.18"7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7686dependencies = [7687 "fatality",7688 "futures 0.3.21",7689 "kvdb",7690 "lru 0.7.5",7691 "parity-scale-codec",7692 "polkadot-node-primitives",7693 "polkadot-node-subsystem",7694 "polkadot-node-subsystem-util",7695 "polkadot-primitives",7696 "sc-keystore",7697 "thiserror",7698 "tracing",7699]77007701[[package]]7702name = "polkadot-node-core-parachains-inherent"7703version = "0.9.18"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7705dependencies = [7706 "async-trait",7707 "futures 0.3.21",7708 "futures-timer",7709 "polkadot-node-subsystem",7710 "polkadot-primitives",7711 "sp-blockchain",7712 "sp-inherents",7713 "sp-runtime",7714 "thiserror",7715 "tracing",7716]77177718[[package]]7719name = "polkadot-node-core-provisioner"7720version = "0.9.18"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7722dependencies = [7723 "bitvec",7724 "futures 0.3.21",7725 "futures-timer",7726 "polkadot-node-primitives",7727 "polkadot-node-subsystem",7728 "polkadot-node-subsystem-util",7729 "polkadot-primitives",7730 "rand 0.8.5",7731 "thiserror",7732 "tracing",7733]77347735[[package]]7736name = "polkadot-node-core-pvf"7737version = "0.9.18"7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7739dependencies = [7740 "always-assert",7741 "assert_matches",7742 "async-process",7743 "async-std",7744 "futures 0.3.21",7745 "futures-timer",7746 "parity-scale-codec",7747 "pin-project 1.0.10",7748 "polkadot-core-primitives",7749 "polkadot-node-subsystem-util",7750 "polkadot-parachain",7751 "rand 0.8.5",7752 "sc-executor",7753 "sc-executor-common",7754 "sc-executor-wasmtime",7755 "slotmap",7756 "sp-core",7757 "sp-externalities",7758 "sp-io",7759 "sp-maybe-compressed-blob",7760 "sp-tracing",7761 "sp-wasm-interface",7762 "tracing",7763]77647765[[package]]7766name = "polkadot-node-core-pvf-checker"7767version = "0.9.18"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7769dependencies = [7770 "futures 0.3.21",7771 "polkadot-node-primitives",7772 "polkadot-node-subsystem",7773 "polkadot-node-subsystem-util",7774 "polkadot-overseer",7775 "polkadot-primitives",7776 "sp-keystore",7777 "thiserror",7778 "tracing",7779]77807781[[package]]7782name = "polkadot-node-core-runtime-api"7783version = "0.9.18"7784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7785dependencies = [7786 "futures 0.3.21",7787 "memory-lru",7788 "parity-util-mem",7789 "polkadot-node-subsystem",7790 "polkadot-node-subsystem-util",7791 "polkadot-primitives",7792 "sp-api",7793 "sp-authority-discovery",7794 "sp-consensus-babe",7795 "sp-core",7796 "tracing",7797]77987799[[package]]7800name = "polkadot-node-jaeger"7801version = "0.9.18"7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7803dependencies = [7804 "async-std",7805 "lazy_static",7806 "log",7807 "mick-jaeger",7808 "parity-scale-codec",7809 "parking_lot 0.12.0",7810 "polkadot-node-primitives",7811 "polkadot-primitives",7812 "sc-network",7813 "sp-core",7814 "thiserror",7815]78167817[[package]]7818name = "polkadot-node-metrics"7819version = "0.9.18"7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7821dependencies = [7822 "bs58",7823 "futures 0.3.21",7824 "futures-timer",7825 "log",7826 "metered-channel",7827 "parity-scale-codec",7828 "polkadot-primitives",7829 "sc-cli",7830 "sc-service",7831 "sc-tracing",7832 "substrate-prometheus-endpoint",7833 "tracing",7834]78357836[[package]]7837name = "polkadot-node-network-protocol"7838version = "0.9.18"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7840dependencies = [7841 "async-trait",7842 "fatality",7843 "futures 0.3.21",7844 "parity-scale-codec",7845 "polkadot-node-jaeger",7846 "polkadot-node-primitives",7847 "polkadot-primitives",7848 "sc-authority-discovery",7849 "sc-network",7850 "strum 0.24.0",7851 "thiserror",7852]78537854[[package]]7855name = "polkadot-node-primitives"7856version = "0.9.18"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7858dependencies = [7859 "bounded-vec",7860 "futures 0.3.21",7861 "parity-scale-codec",7862 "polkadot-parachain",7863 "polkadot-primitives",7864 "schnorrkel",7865 "serde",7866 "sp-application-crypto",7867 "sp-consensus-babe",7868 "sp-consensus-vrf",7869 "sp-core",7870 "sp-keystore",7871 "sp-maybe-compressed-blob",7872 "thiserror",7873 "zstd",7874]78757876[[package]]7877name = "polkadot-node-subsystem"7878version = "0.9.18"7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7880dependencies = [7881 "polkadot-node-jaeger",7882 "polkadot-node-subsystem-types",7883 "polkadot-overseer",7884]78857886[[package]]7887name = "polkadot-node-subsystem-types"7888version = "0.9.18"7889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7890dependencies = [7891 "derive_more",7892 "futures 0.3.21",7893 "polkadot-node-jaeger",7894 "polkadot-node-network-protocol",7895 "polkadot-node-primitives",7896 "polkadot-overseer-gen",7897 "polkadot-primitives",7898 "polkadot-statement-table",7899 "sc-network",7900 "smallvec",7901 "substrate-prometheus-endpoint",7902 "thiserror",7903]79047905[[package]]7906name = "polkadot-node-subsystem-util"7907version = "0.9.18"7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7909dependencies = [7910 "async-trait",7911 "derive_more",7912 "fatality",7913 "futures 0.3.21",7914 "itertools",7915 "kvdb",7916 "lru 0.7.5",7917 "metered-channel",7918 "parity-db",7919 "parity-scale-codec",7920 "parity-util-mem",7921 "parking_lot 0.11.2",7922 "pin-project 1.0.10",7923 "polkadot-node-jaeger",7924 "polkadot-node-metrics",7925 "polkadot-node-network-protocol",7926 "polkadot-node-primitives",7927 "polkadot-node-subsystem",7928 "polkadot-overseer",7929 "polkadot-primitives",7930 "rand 0.8.5",7931 "sp-application-crypto",7932 "sp-core",7933 "sp-keystore",7934 "thiserror",7935 "tracing",7936]79377938[[package]]7939name = "polkadot-overseer"7940version = "0.9.18"7941source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7942dependencies = [7943 "futures 0.3.21",7944 "futures-timer",7945 "lru 0.7.5",7946 "parity-util-mem",7947 "parking_lot 0.12.0",7948 "polkadot-node-metrics",7949 "polkadot-node-network-protocol",7950 "polkadot-node-primitives",7951 "polkadot-node-subsystem-types",7952 "polkadot-overseer-gen",7953 "polkadot-primitives",7954 "sc-client-api",7955 "sp-api",7956 "tracing",7957]79587959[[package]]7960name = "polkadot-overseer-gen"7961version = "0.9.18"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7963dependencies = [7964 "async-trait",7965 "futures 0.3.21",7966 "futures-timer",7967 "metered-channel",7968 "pin-project 1.0.10",7969 "polkadot-node-network-protocol",7970 "polkadot-node-primitives",7971 "polkadot-overseer-gen-proc-macro",7972 "thiserror",7973 "tracing",7974]79757976[[package]]7977name = "polkadot-overseer-gen-proc-macro"7978version = "0.9.18"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7980dependencies = [7981 "expander 0.0.5",7982 "proc-macro-crate 1.1.3",7983 "proc-macro2",7984 "quote",7985 "syn",7986]79877988[[package]]7989name = "polkadot-parachain"7990version = "0.9.18"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7992dependencies = [7993 "derive_more",7994 "frame-support",7995 "parity-scale-codec",7996 "parity-util-mem",7997 "polkadot-core-primitives",7998 "scale-info",7999 "serde",8000 "sp-core",8001 "sp-runtime",8002 "sp-std",8003]80048005[[package]]8006name = "polkadot-performance-test"8007version = "0.9.18"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8009dependencies = [8010 "env_logger",8011 "kusama-runtime",8012 "log",8013 "polkadot-erasure-coding",8014 "polkadot-node-core-pvf",8015 "polkadot-node-primitives",8016 "quote",8017 "thiserror",8018]80198020[[package]]8021name = "polkadot-primitives"8022version = "0.9.18"8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8024dependencies = [8025 "bitvec",8026 "frame-system",8027 "hex-literal",8028 "parity-scale-codec",8029 "parity-util-mem",8030 "polkadot-core-primitives",8031 "polkadot-parachain",8032 "scale-info",8033 "serde",8034 "sp-api",8035 "sp-application-crypto",8036 "sp-arithmetic",8037 "sp-authority-discovery",8038 "sp-consensus-slots",8039 "sp-core",8040 "sp-inherents",8041 "sp-io",8042 "sp-keystore",8043 "sp-runtime",8044 "sp-staking",8045 "sp-std",8046 "sp-trie",8047 "sp-version",8048]80498050[[package]]8051name = "polkadot-rpc"8052version = "0.9.18"8053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8054dependencies = [8055 "beefy-gadget",8056 "beefy-gadget-rpc",8057 "jsonrpc-core",8058 "pallet-mmr-rpc",8059 "pallet-transaction-payment-rpc",8060 "polkadot-primitives",8061 "sc-chain-spec",8062 "sc-client-api",8063 "sc-consensus-babe",8064 "sc-consensus-babe-rpc",8065 "sc-consensus-epochs",8066 "sc-finality-grandpa",8067 "sc-finality-grandpa-rpc",8068 "sc-rpc",8069 "sc-sync-state-rpc",8070 "sc-transaction-pool-api",8071 "sp-api",8072 "sp-block-builder",8073 "sp-blockchain",8074 "sp-consensus",8075 "sp-consensus-babe",8076 "sp-keystore",8077 "sp-runtime",8078 "substrate-frame-rpc-system",8079]80808081[[package]]8082name = "polkadot-runtime"8083version = "0.9.18"8084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8085dependencies = [8086 "beefy-primitives",8087 "bitvec",8088 "frame-benchmarking",8089 "frame-election-provider-support",8090 "frame-executive",8091 "frame-support",8092 "frame-system",8093 "frame-system-benchmarking",8094 "frame-system-rpc-runtime-api",8095 "frame-try-runtime",8096 "hex-literal",8097 "log",8098 "pallet-authority-discovery",8099 "pallet-authorship",8100 "pallet-babe",8101 "pallet-bags-list",8102 "pallet-balances",8103 "pallet-bounties",8104 "pallet-collective",8105 "pallet-democracy",8106 "pallet-election-provider-multi-phase",8107 "pallet-elections-phragmen",8108 "pallet-grandpa",8109 "pallet-identity",8110 "pallet-im-online",8111 "pallet-indices",8112 "pallet-membership",8113 "pallet-mmr-primitives",8114 "pallet-multisig",8115 "pallet-nicks",8116 "pallet-offences",8117 "pallet-offences-benchmarking",8118 "pallet-preimage",8119 "pallet-proxy",8120 "pallet-scheduler",8121 "pallet-session",8122 "pallet-session-benchmarking",8123 "pallet-staking",8124 "pallet-staking-reward-curve",8125 "pallet-timestamp",8126 "pallet-tips",8127 "pallet-transaction-payment",8128 "pallet-transaction-payment-rpc-runtime-api",8129 "pallet-treasury",8130 "pallet-utility",8131 "pallet-vesting",8132 "pallet-xcm",8133 "parity-scale-codec",8134 "polkadot-primitives",8135 "polkadot-runtime-common",8136 "polkadot-runtime-constants",8137 "polkadot-runtime-parachains",8138 "rustc-hex",8139 "scale-info",8140 "serde",8141 "serde_derive",8142 "smallvec",8143 "sp-api",8144 "sp-authority-discovery",8145 "sp-block-builder",8146 "sp-consensus-babe",8147 "sp-core",8148 "sp-inherents",8149 "sp-io",8150 "sp-npos-elections",8151 "sp-offchain",8152 "sp-runtime",8153 "sp-session",8154 "sp-staking",8155 "sp-std",8156 "sp-transaction-pool",8157 "sp-version",8158 "static_assertions",8159 "substrate-wasm-builder",8160 "xcm",8161 "xcm-builder",8162 "xcm-executor",8163]81648165[[package]]8166name = "polkadot-runtime-common"8167version = "0.9.18"8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8169dependencies = [8170 "beefy-primitives",8171 "bitvec",8172 "frame-benchmarking",8173 "frame-election-provider-support",8174 "frame-support",8175 "frame-system",8176 "impl-trait-for-tuples",8177 "libsecp256k1 0.7.0",8178 "log",8179 "pallet-authorship",8180 "pallet-babe",8181 "pallet-bags-list",8182 "pallet-balances",8183 "pallet-beefy-mmr",8184 "pallet-election-provider-multi-phase",8185 "pallet-session",8186 "pallet-staking",8187 "pallet-timestamp",8188 "pallet-transaction-payment",8189 "pallet-treasury",8190 "pallet-vesting",8191 "parity-scale-codec",8192 "polkadot-primitives",8193 "polkadot-runtime-parachains",8194 "rustc-hex",8195 "scale-info",8196 "serde",8197 "serde_derive",8198 "slot-range-helper",8199 "sp-api",8200 "sp-core",8201 "sp-inherents",8202 "sp-io",8203 "sp-npos-elections",8204 "sp-runtime",8205 "sp-session",8206 "sp-staking",8207 "sp-std",8208 "static_assertions",8209 "xcm",8210]82118212[[package]]8213name = "polkadot-runtime-constants"8214version = "0.9.18"8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8216dependencies = [8217 "frame-support",8218 "polkadot-primitives",8219 "polkadot-runtime-common",8220 "smallvec",8221 "sp-runtime",8222]82238224[[package]]8225name = "polkadot-runtime-metrics"8226version = "0.9.18"8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8228dependencies = [8229 "bs58",8230 "parity-scale-codec",8231 "polkadot-primitives",8232 "sp-std",8233 "sp-tracing",8234]82358236[[package]]8237name = "polkadot-runtime-parachains"8238version = "0.9.18"8239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8240dependencies = [8241 "bitflags",8242 "bitvec",8243 "derive_more",8244 "frame-benchmarking",8245 "frame-support",8246 "frame-system",8247 "log",8248 "pallet-authority-discovery",8249 "pallet-authorship",8250 "pallet-babe",8251 "pallet-balances",8252 "pallet-session",8253 "pallet-staking",8254 "pallet-timestamp",8255 "pallet-vesting",8256 "parity-scale-codec",8257 "polkadot-primitives",8258 "polkadot-runtime-metrics",8259 "rand 0.8.5",8260 "rand_chacha 0.3.1",8261 "rustc-hex",8262 "scale-info",8263 "serde",8264 "sp-api",8265 "sp-core",8266 "sp-inherents",8267 "sp-io",8268 "sp-keystore",8269 "sp-runtime",8270 "sp-session",8271 "sp-staking",8272 "sp-std",8273 "static_assertions",8274 "xcm",8275 "xcm-executor",8276]82778278[[package]]8279name = "polkadot-service"8280version = "0.9.18"8281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8282dependencies = [8283 "async-trait",8284 "beefy-gadget",8285 "beefy-primitives",8286 "frame-system-rpc-runtime-api",8287 "futures 0.3.21",8288 "hex-literal",8289 "kusama-runtime",8290 "kvdb",8291 "kvdb-rocksdb",8292 "lru 0.7.5",8293 "pallet-babe",8294 "pallet-im-online",8295 "pallet-mmr-primitives",8296 "pallet-staking",8297 "pallet-transaction-payment-rpc-runtime-api",8298 "parity-db",8299 "polkadot-approval-distribution",8300 "polkadot-availability-bitfield-distribution",8301 "polkadot-availability-distribution",8302 "polkadot-availability-recovery",8303 "polkadot-client",8304 "polkadot-collator-protocol",8305 "polkadot-dispute-distribution",8306 "polkadot-gossip-support",8307 "polkadot-network-bridge",8308 "polkadot-node-collation-generation",8309 "polkadot-node-core-approval-voting",8310 "polkadot-node-core-av-store",8311 "polkadot-node-core-backing",8312 "polkadot-node-core-bitfield-signing",8313 "polkadot-node-core-candidate-validation",8314 "polkadot-node-core-chain-api",8315 "polkadot-node-core-chain-selection",8316 "polkadot-node-core-dispute-coordinator",8317 "polkadot-node-core-parachains-inherent",8318 "polkadot-node-core-provisioner",8319 "polkadot-node-core-pvf-checker",8320 "polkadot-node-core-runtime-api",8321 "polkadot-node-network-protocol",8322 "polkadot-node-primitives",8323 "polkadot-node-subsystem",8324 "polkadot-node-subsystem-util",8325 "polkadot-overseer",8326 "polkadot-parachain",8327 "polkadot-primitives",8328 "polkadot-rpc",8329 "polkadot-runtime",8330 "polkadot-runtime-constants",8331 "polkadot-runtime-parachains",8332 "polkadot-statement-distribution",8333 "rococo-runtime",8334 "sc-authority-discovery",8335 "sc-basic-authorship",8336 "sc-block-builder",8337 "sc-chain-spec",8338 "sc-client-api",8339 "sc-client-db",8340 "sc-consensus",8341 "sc-consensus-babe",8342 "sc-consensus-slots",8343 "sc-consensus-uncles",8344 "sc-executor",8345 "sc-finality-grandpa",8346 "sc-keystore",8347 "sc-network",8348 "sc-offchain",8349 "sc-service",8350 "sc-sync-state-rpc",8351 "sc-telemetry",8352 "sc-transaction-pool",8353 "serde",8354 "sp-api",8355 "sp-authority-discovery",8356 "sp-block-builder",8357 "sp-blockchain",8358 "sp-consensus",8359 "sp-consensus-babe",8360 "sp-core",8361 "sp-finality-grandpa",8362 "sp-inherents",8363 "sp-io",8364 "sp-keystore",8365 "sp-offchain",8366 "sp-runtime",8367 "sp-session",8368 "sp-state-machine",8369 "sp-storage",8370 "sp-timestamp",8371 "sp-transaction-pool",8372 "sp-trie",8373 "substrate-prometheus-endpoint",8374 "thiserror",8375 "tracing",8376 "westend-runtime",8377]83788379[[package]]8380name = "polkadot-statement-distribution"8381version = "0.9.18"8382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8383dependencies = [8384 "arrayvec 0.5.2",8385 "fatality",8386 "futures 0.3.21",8387 "indexmap",8388 "parity-scale-codec",8389 "polkadot-node-network-protocol",8390 "polkadot-node-primitives",8391 "polkadot-node-subsystem",8392 "polkadot-node-subsystem-util",8393 "polkadot-primitives",8394 "sp-keystore",8395 "sp-staking",8396 "thiserror",8397 "tracing",8398]83998400[[package]]8401name = "polkadot-statement-table"8402version = "0.9.18"8403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8404dependencies = [8405 "parity-scale-codec",8406 "polkadot-primitives",8407 "sp-core",8408]84098410[[package]]8411name = "polkadot-test-runtime"8412version = "0.9.18"8413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8414dependencies = [8415 "beefy-primitives",8416 "bitvec",8417 "frame-election-provider-support",8418 "frame-executive",8419 "frame-support",8420 "frame-system",8421 "frame-system-rpc-runtime-api",8422 "log",8423 "pallet-authority-discovery",8424 "pallet-authorship",8425 "pallet-babe",8426 "pallet-balances",8427 "pallet-grandpa",8428 "pallet-indices",8429 "pallet-mmr-primitives",8430 "pallet-nicks",8431 "pallet-offences",8432 "pallet-session",8433 "pallet-staking",8434 "pallet-staking-reward-curve",8435 "pallet-sudo",8436 "pallet-timestamp",8437 "pallet-transaction-payment",8438 "pallet-transaction-payment-rpc-runtime-api",8439 "pallet-vesting",8440 "pallet-xcm",8441 "parity-scale-codec",8442 "polkadot-parachain",8443 "polkadot-primitives",8444 "polkadot-runtime-common",8445 "polkadot-runtime-parachains",8446 "rustc-hex",8447 "scale-info",8448 "serde",8449 "serde_derive",8450 "smallvec",8451 "sp-api",8452 "sp-authority-discovery",8453 "sp-block-builder",8454 "sp-consensus-babe",8455 "sp-core",8456 "sp-inherents",8457 "sp-io",8458 "sp-offchain",8459 "sp-runtime",8460 "sp-session",8461 "sp-staking",8462 "sp-std",8463 "sp-transaction-pool",8464 "sp-version",8465 "substrate-wasm-builder",8466 "test-runtime-constants",8467 "xcm",8468 "xcm-builder",8469 "xcm-executor",8470]84718472[[package]]8473name = "polkadot-test-service"8474version = "0.9.18"8475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8476dependencies = [8477 "frame-benchmarking",8478 "frame-system",8479 "futures 0.1.31",8480 "futures 0.3.21",8481 "hex",8482 "pallet-balances",8483 "pallet-staking",8484 "pallet-transaction-payment",8485 "polkadot-node-primitives",8486 "polkadot-node-subsystem",8487 "polkadot-overseer",8488 "polkadot-parachain",8489 "polkadot-primitives",8490 "polkadot-rpc",8491 "polkadot-runtime-common",8492 "polkadot-runtime-parachains",8493 "polkadot-service",8494 "polkadot-test-runtime",8495 "rand 0.8.5",8496 "sc-authority-discovery",8497 "sc-chain-spec",8498 "sc-cli",8499 "sc-client-api",8500 "sc-consensus",8501 "sc-consensus-babe",8502 "sc-executor",8503 "sc-finality-grandpa",8504 "sc-network",8505 "sc-service",8506 "sc-tracing",8507 "sc-transaction-pool",8508 "sp-arithmetic",8509 "sp-authority-discovery",8510 "sp-blockchain",8511 "sp-consensus",8512 "sp-consensus-babe",8513 "sp-core",8514 "sp-finality-grandpa",8515 "sp-inherents",8516 "sp-keyring",8517 "sp-runtime",8518 "sp-state-machine",8519 "substrate-test-client",8520 "tempfile",8521 "test-runtime-constants",8522 "tokio 1.17.0",8523 "tracing",8524]85258526[[package]]8527name = "polling"8528version = "2.2.0"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8531dependencies = [8532 "cfg-if 1.0.0",8533 "libc",8534 "log",8535 "wepoll-ffi",8536 "winapi 0.3.9",8537]85388539[[package]]8540name = "poly1305"8541version = "0.7.2"8542source = "registry+https://github.com/rust-lang/crates.io-index"8543checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8544dependencies = [8545 "cpufeatures 0.2.2",8546 "opaque-debug 0.3.0",8547 "universal-hash",8548]85498550[[package]]8551name = "polyval"8552version = "0.5.3"8553source = "registry+https://github.com/rust-lang/crates.io-index"8554checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8555dependencies = [8556 "cfg-if 1.0.0",8557 "cpufeatures 0.2.2",8558 "opaque-debug 0.3.0",8559 "universal-hash",8560]85618562[[package]]8563name = "ppv-lite86"8564version = "0.2.16"8565source = "registry+https://github.com/rust-lang/crates.io-index"8566checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85678568[[package]]8569name = "primitive-types"8570version = "0.11.1"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8573dependencies = [8574 "fixed-hash",8575 "impl-codec",8576 "impl-rlp",8577 "impl-serde",8578 "scale-info",8579 "uint",8580]85818582[[package]]8583name = "proc-macro-crate"8584version = "0.1.5"8585source = "registry+https://github.com/rust-lang/crates.io-index"8586checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8587dependencies = [8588 "toml",8589]85908591[[package]]8592name = "proc-macro-crate"8593version = "1.1.3"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8596dependencies = [8597 "thiserror",8598 "toml",8599]86008601[[package]]8602name = "proc-macro-error"8603version = "1.0.4"8604source = "registry+https://github.com/rust-lang/crates.io-index"8605checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8606dependencies = [8607 "proc-macro-error-attr",8608 "proc-macro2",8609 "quote",8610 "syn",8611 "version_check",8612]86138614[[package]]8615name = "proc-macro-error-attr"8616version = "1.0.4"8617source = "registry+https://github.com/rust-lang/crates.io-index"8618checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8619dependencies = [8620 "proc-macro2",8621 "quote",8622 "version_check",8623]86248625[[package]]8626name = "proc-macro2"8627version = "1.0.37"8628source = "registry+https://github.com/rust-lang/crates.io-index"8629checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"8630dependencies = [8631 "unicode-xid",8632]86338634[[package]]8635name = "prometheus"8636version = "0.13.0"8637source = "registry+https://github.com/rust-lang/crates.io-index"8638checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8639dependencies = [8640 "cfg-if 1.0.0",8641 "fnv",8642 "lazy_static",8643 "memchr",8644 "parking_lot 0.11.2",8645 "thiserror",8646]86478648[[package]]8649name = "prost"8650version = "0.9.0"8651source = "registry+https://github.com/rust-lang/crates.io-index"8652checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8653dependencies = [8654 "bytes 1.1.0",8655 "prost-derive",8656]86578658[[package]]8659name = "prost-build"8660version = "0.9.0"8661source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8663dependencies = [8664 "bytes 1.1.0",8665 "heck 0.3.3",8666 "itertools",8667 "lazy_static",8668 "log",8669 "multimap",8670 "petgraph",8671 "prost",8672 "prost-types",8673 "regex",8674 "tempfile",8675 "which",8676]86778678[[package]]8679name = "prost-derive"8680version = "0.9.0"8681source = "registry+https://github.com/rust-lang/crates.io-index"8682checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8683dependencies = [8684 "anyhow",8685 "itertools",8686 "proc-macro2",8687 "quote",8688 "syn",8689]86908691[[package]]8692name = "prost-types"8693version = "0.9.0"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8696dependencies = [8697 "bytes 1.1.0",8698 "prost",8699]87008701[[package]]8702name = "psm"8703version = "0.1.18"8704source = "registry+https://github.com/rust-lang/crates.io-index"8705checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8706dependencies = [8707 "cc",8708]87098710[[package]]8711name = "quartz-runtime"8712version = "0.9.18"8713dependencies = [8714 "cumulus-pallet-aura-ext",8715 "cumulus-pallet-dmp-queue",8716 "cumulus-pallet-parachain-system",8717 "cumulus-pallet-xcm",8718 "cumulus-pallet-xcmp-queue",8719 "cumulus-primitives-core",8720 "cumulus-primitives-timestamp",8721 "cumulus-primitives-utility",8722 "derivative",8723 "fp-evm-mapping",8724 "fp-rpc",8725 "fp-self-contained",8726 "frame-executive",8727 "frame-support",8728 "frame-system",8729 "frame-system-rpc-runtime-api",8730 "orml-vesting",8731 "pallet-aura",8732 "pallet-balances",8733 "pallet-base-fee",8734 "pallet-common",8735 "pallet-ethereum",8736 "pallet-evm",8737 "pallet-evm-coder-substrate",8738 "pallet-evm-contract-helpers",8739 "pallet-evm-migration",8740 "pallet-evm-transaction-payment",8741 "pallet-fungible",8742 "pallet-inflation",8743 "pallet-nonfungible",8744 "pallet-randomness-collective-flip",8745 "pallet-refungible",8746 "pallet-sudo",8747 "pallet-template-transaction-payment",8748 "pallet-timestamp",8749 "pallet-transaction-payment",8750 "pallet-transaction-payment-rpc-runtime-api",8751 "pallet-treasury",8752 "pallet-unique",8753 "pallet-unq-scheduler",8754 "pallet-xcm",8755 "parachain-info",8756 "parity-scale-codec",8757 "polkadot-parachain",8758 "scale-info",8759 "serde",8760 "smallvec",8761 "sp-api",8762 "sp-arithmetic",8763 "sp-block-builder",8764 "sp-consensus-aura",8765 "sp-core",8766 "sp-inherents",8767 "sp-io",8768 "sp-offchain",8769 "sp-runtime",8770 "sp-session",8771 "sp-std",8772 "sp-transaction-pool",8773 "sp-version",8774 "substrate-wasm-builder",8775 "unique-runtime-common",8776 "up-data-structs",8777 "up-rpc",8778 "xcm",8779 "xcm-builder",8780 "xcm-executor",8781]87828783[[package]]8784name = "quick-error"8785version = "1.2.3"8786source = "registry+https://github.com/rust-lang/crates.io-index"8787checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87888789[[package]]8790name = "quick-error"8791version = "2.0.1"8792source = "registry+https://github.com/rust-lang/crates.io-index"8793checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87948795[[package]]8796name = "quicksink"8797version = "0.1.2"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8800dependencies = [8801 "futures-core",8802 "futures-sink",8803 "pin-project-lite 0.1.12",8804]88058806[[package]]8807name = "quote"8808version = "1.0.17"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8811dependencies = [8812 "proc-macro2",8813]88148815[[package]]8816name = "radium"8817version = "0.7.0"8818source = "registry+https://github.com/rust-lang/crates.io-index"8819checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88208821[[package]]8822name = "rand"8823version = "0.7.3"8824source = "registry+https://github.com/rust-lang/crates.io-index"8825checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8826dependencies = [8827 "getrandom 0.1.16",8828 "libc",8829 "rand_chacha 0.2.2",8830 "rand_core 0.5.1",8831 "rand_hc",8832 "rand_pcg",8833]88348835[[package]]8836name = "rand"8837version = "0.8.5"8838source = "registry+https://github.com/rust-lang/crates.io-index"8839checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8840dependencies = [8841 "libc",8842 "rand_chacha 0.3.1",8843 "rand_core 0.6.3",8844]88458846[[package]]8847name = "rand_chacha"8848version = "0.2.2"8849source = "registry+https://github.com/rust-lang/crates.io-index"8850checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8851dependencies = [8852 "ppv-lite86",8853 "rand_core 0.5.1",8854]88558856[[package]]8857name = "rand_chacha"8858version = "0.3.1"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8861dependencies = [8862 "ppv-lite86",8863 "rand_core 0.6.3",8864]88658866[[package]]8867name = "rand_core"8868version = "0.5.1"8869source = "registry+https://github.com/rust-lang/crates.io-index"8870checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8871dependencies = [8872 "getrandom 0.1.16",8873]88748875[[package]]8876name = "rand_core"8877version = "0.6.3"8878source = "registry+https://github.com/rust-lang/crates.io-index"8879checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8880dependencies = [8881 "getrandom 0.2.6",8882]88838884[[package]]8885name = "rand_distr"8886version = "0.4.3"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8889dependencies = [8890 "num-traits",8891 "rand 0.8.5",8892]88938894[[package]]8895name = "rand_hc"8896version = "0.2.0"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8899dependencies = [8900 "rand_core 0.5.1",8901]89028903[[package]]8904name = "rand_pcg"8905version = "0.2.1"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8908dependencies = [8909 "rand_core 0.5.1",8910]89118912[[package]]8913name = "rawpointer"8914version = "0.2.1"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89178918[[package]]8919name = "rayon"8920version = "1.5.1"8921source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8923dependencies = [8924 "autocfg",8925 "crossbeam-deque",8926 "either",8927 "rayon-core",8928]89298930[[package]]8931name = "rayon-core"8932version = "1.9.1"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8935dependencies = [8936 "crossbeam-channel",8937 "crossbeam-deque",8938 "crossbeam-utils",8939 "lazy_static",8940 "num_cpus",8941]89428943[[package]]8944name = "redox_syscall"8945version = "0.2.13"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8948dependencies = [8949 "bitflags",8950]89518952[[package]]8953name = "redox_users"8954version = "0.4.3"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8957dependencies = [8958 "getrandom 0.2.6",8959 "redox_syscall",8960 "thiserror",8961]89628963[[package]]8964name = "reed-solomon-novelpoly"8965version = "1.0.0"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8968dependencies = [8969 "derive_more",8970 "fs-err",8971 "itertools",8972 "static_init",8973 "thiserror",8974]89758976[[package]]8977name = "ref-cast"8978version = "1.0.6"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8981dependencies = [8982 "ref-cast-impl",8983]89848985[[package]]8986name = "ref-cast-impl"8987version = "1.0.6"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8990dependencies = [8991 "proc-macro2",8992 "quote",8993 "syn",8994]89958996[[package]]8997name = "regalloc"8998version = "0.0.33"8999source = "registry+https://github.com/rust-lang/crates.io-index"9000checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9001dependencies = [9002 "log",9003 "rustc-hash",9004 "smallvec",9005]90069007[[package]]9008name = "regex"9009version = "1.5.5"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9012dependencies = [9013 "aho-corasick",9014 "memchr",9015 "regex-syntax",9016]90179018[[package]]9019name = "regex-automata"9020version = "0.1.10"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9023dependencies = [9024 "regex-syntax",9025]90269027[[package]]9028name = "regex-syntax"9029version = "0.6.25"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90329033[[package]]9034name = "region"9035version = "2.2.0"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9038dependencies = [9039 "bitflags",9040 "libc",9041 "mach",9042 "winapi 0.3.9",9043]90449045[[package]]9046name = "remote-externalities"9047version = "0.10.0-dev"9048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9049dependencies = [9050 "env_logger",9051 "jsonrpsee 0.8.0",9052 "log",9053 "parity-scale-codec",9054 "serde",9055 "serde_json",9056 "sp-core",9057 "sp-io",9058 "sp-runtime",9059 "sp-version",9060]90619062[[package]]9063name = "remove_dir_all"9064version = "0.5.3"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9067dependencies = [9068 "winapi 0.3.9",9069]90709071[[package]]9072name = "resolv-conf"9073version = "0.7.0"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9076dependencies = [9077 "hostname",9078 "quick-error 1.2.3",9079]90809081[[package]]9082name = "retain_mut"9083version = "0.1.7"9084source = "registry+https://github.com/rust-lang/crates.io-index"9085checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90869087[[package]]9088name = "ring"9089version = "0.16.20"9090source = "registry+https://github.com/rust-lang/crates.io-index"9091checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9092dependencies = [9093 "cc",9094 "libc",9095 "once_cell",9096 "spin",9097 "untrusted",9098 "web-sys",9099 "winapi 0.3.9",9100]91019102[[package]]9103name = "rlp"9104version = "0.5.1"9105source = "registry+https://github.com/rust-lang/crates.io-index"9106checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9107dependencies = [9108 "bytes 1.1.0",9109 "rustc-hex",9110]91119112[[package]]9113name = "rlp-derive"9114version = "0.1.0"9115source = "registry+https://github.com/rust-lang/crates.io-index"9116checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9117dependencies = [9118 "proc-macro2",9119 "quote",9120 "syn",9121]91229123[[package]]9124name = "rocksdb"9125version = "0.18.0"9126source = "registry+https://github.com/rust-lang/crates.io-index"9127checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9128dependencies = [9129 "libc",9130 "librocksdb-sys",9131]91329133[[package]]9134name = "rococo-runtime"9135version = "0.9.18"9136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9137dependencies = [9138 "beefy-primitives",9139 "bp-messages",9140 "bp-rococo",9141 "bp-runtime",9142 "bp-wococo",9143 "bridge-runtime-common",9144 "frame-benchmarking",9145 "frame-executive",9146 "frame-support",9147 "frame-system",9148 "frame-system-rpc-runtime-api",9149 "hex-literal",9150 "log",9151 "pallet-authority-discovery",9152 "pallet-authorship",9153 "pallet-babe",9154 "pallet-balances",9155 "pallet-beefy",9156 "pallet-beefy-mmr",9157 "pallet-bridge-dispatch",9158 "pallet-bridge-grandpa",9159 "pallet-bridge-messages",9160 "pallet-collective",9161 "pallet-grandpa",9162 "pallet-im-online",9163 "pallet-indices",9164 "pallet-membership",9165 "pallet-mmr",9166 "pallet-mmr-primitives",9167 "pallet-multisig",9168 "pallet-offences",9169 "pallet-proxy",9170 "pallet-session",9171 "pallet-staking",9172 "pallet-sudo",9173 "pallet-timestamp",9174 "pallet-transaction-payment",9175 "pallet-transaction-payment-rpc-runtime-api",9176 "pallet-utility",9177 "pallet-xcm",9178 "parity-scale-codec",9179 "polkadot-parachain",9180 "polkadot-primitives",9181 "polkadot-runtime-common",9182 "polkadot-runtime-parachains",9183 "rococo-runtime-constants",9184 "scale-info",9185 "serde",9186 "serde_derive",9187 "smallvec",9188 "sp-api",9189 "sp-authority-discovery",9190 "sp-block-builder",9191 "sp-consensus-babe",9192 "sp-core",9193 "sp-inherents",9194 "sp-io",9195 "sp-offchain",9196 "sp-runtime",9197 "sp-session",9198 "sp-staking",9199 "sp-std",9200 "sp-transaction-pool",9201 "sp-version",9202 "substrate-wasm-builder",9203 "xcm",9204 "xcm-builder",9205 "xcm-executor",9206]92079208[[package]]9209name = "rococo-runtime-constants"9210version = "0.9.18"9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9212dependencies = [9213 "frame-support",9214 "polkadot-primitives",9215 "polkadot-runtime-common",9216 "smallvec",9217 "sp-runtime",9218]92199220[[package]]9221name = "rpassword"9222version = "5.0.1"9223source = "registry+https://github.com/rust-lang/crates.io-index"9224checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9225dependencies = [9226 "libc",9227 "winapi 0.3.9",9228]92299230[[package]]9231name = "rustc-demangle"9232version = "0.1.21"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92359236[[package]]9237name = "rustc-hash"9238version = "1.1.0"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92419242[[package]]9243name = "rustc-hex"9244version = "2.1.0"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92479248[[package]]9249name = "rustc_version"9250version = "0.2.3"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9253dependencies = [9254 "semver 0.9.0",9255]92569257[[package]]9258name = "rustc_version"9259version = "0.3.3"9260source = "registry+https://github.com/rust-lang/crates.io-index"9261checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9262dependencies = [9263 "semver 0.11.0",9264]92659266[[package]]9267name = "rustc_version"9268version = "0.4.0"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9271dependencies = [9272 "semver 1.0.7",9273]92749275[[package]]9276name = "rustix"9277version = "0.31.3"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9280dependencies = [9281 "bitflags",9282 "errno",9283 "io-lifetimes",9284 "libc",9285 "linux-raw-sys",9286 "winapi 0.3.9",9287]92889289[[package]]9290name = "rustls"9291version = "0.19.1"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9294dependencies = [9295 "base64",9296 "log",9297 "ring",9298 "sct 0.6.1",9299 "webpki 0.21.4",9300]93019302[[package]]9303name = "rustls"9304version = "0.20.4"9305source = "registry+https://github.com/rust-lang/crates.io-index"9306checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9307dependencies = [9308 "log",9309 "ring",9310 "sct 0.7.0",9311 "webpki 0.22.0",9312]93139314[[package]]9315name = "rustls-native-certs"9316version = "0.5.0"9317source = "registry+https://github.com/rust-lang/crates.io-index"9318checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9319dependencies = [9320 "openssl-probe",9321 "rustls 0.19.1",9322 "schannel",9323 "security-framework",9324]93259326[[package]]9327name = "rustls-native-certs"9328version = "0.6.1"9329source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9331dependencies = [9332 "openssl-probe",9333 "rustls-pemfile",9334 "schannel",9335 "security-framework",9336]93379338[[package]]9339name = "rustls-pemfile"9340version = "0.2.1"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9343dependencies = [9344 "base64",9345]93469347[[package]]9348name = "rustversion"9349version = "1.0.6"9350source = "registry+https://github.com/rust-lang/crates.io-index"9351checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93529353[[package]]9354name = "rw-stream-sink"9355version = "0.2.1"9356source = "registry+https://github.com/rust-lang/crates.io-index"9357checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9358dependencies = [9359 "futures 0.3.21",9360 "pin-project 0.4.29",9361 "static_assertions",9362]93639364[[package]]9365name = "ryu"9366version = "1.0.9"9367source = "registry+https://github.com/rust-lang/crates.io-index"9368checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93699370[[package]]9371name = "safe-mix"9372version = "1.0.1"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9375dependencies = [9376 "rustc_version 0.2.3",9377]93789379[[package]]9380name = "salsa20"9381version = "0.9.0"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9384dependencies = [9385 "cipher",9386]93879388[[package]]9389name = "same-file"9390version = "1.0.6"9391source = "registry+https://github.com/rust-lang/crates.io-index"9392checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9393dependencies = [9394 "winapi-util",9395]93969397[[package]]9398name = "sc-allocator"9399version = "4.1.0-dev"9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9401dependencies = [9402 "log",9403 "sp-core",9404 "sp-wasm-interface",9405 "thiserror",9406]94079408[[package]]9409name = "sc-authority-discovery"9410version = "0.10.0-dev"9411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9412dependencies = [9413 "async-trait",9414 "futures 0.3.21",9415 "futures-timer",9416 "ip_network",9417 "libp2p",9418 "log",9419 "parity-scale-codec",9420 "prost",9421 "prost-build",9422 "rand 0.7.3",9423 "sc-client-api",9424 "sc-network",9425 "sp-api",9426 "sp-authority-discovery",9427 "sp-blockchain",9428 "sp-core",9429 "sp-keystore",9430 "sp-runtime",9431 "substrate-prometheus-endpoint",9432 "thiserror",9433]94349435[[package]]9436name = "sc-basic-authorship"9437version = "0.10.0-dev"9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9439dependencies = [9440 "futures 0.3.21",9441 "futures-timer",9442 "log",9443 "parity-scale-codec",9444 "sc-block-builder",9445 "sc-client-api",9446 "sc-proposer-metrics",9447 "sc-telemetry",9448 "sc-transaction-pool-api",9449 "sp-api",9450 "sp-blockchain",9451 "sp-consensus",9452 "sp-core",9453 "sp-inherents",9454 "sp-runtime",9455 "substrate-prometheus-endpoint",9456]94579458[[package]]9459name = "sc-block-builder"9460version = "0.10.0-dev"9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9462dependencies = [9463 "parity-scale-codec",9464 "sc-client-api",9465 "sp-api",9466 "sp-block-builder",9467 "sp-blockchain",9468 "sp-core",9469 "sp-inherents",9470 "sp-runtime",9471 "sp-state-machine",9472]94739474[[package]]9475name = "sc-chain-spec"9476version = "4.0.0-dev"9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9478dependencies = [9479 "impl-trait-for-tuples",9480 "memmap2 0.5.3",9481 "parity-scale-codec",9482 "sc-chain-spec-derive",9483 "sc-network",9484 "sc-telemetry",9485 "serde",9486 "serde_json",9487 "sp-core",9488 "sp-runtime",9489]94909491[[package]]9492name = "sc-chain-spec-derive"9493version = "4.0.0-dev"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9495dependencies = [9496 "proc-macro-crate 1.1.3",9497 "proc-macro2",9498 "quote",9499 "syn",9500]95019502[[package]]9503name = "sc-cli"9504version = "0.10.0-dev"9505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9506dependencies = [9507 "chrono",9508 "clap",9509 "fdlimit",9510 "futures 0.3.21",9511 "hex",9512 "libp2p",9513 "log",9514 "names",9515 "parity-scale-codec",9516 "rand 0.7.3",9517 "regex",9518 "rpassword",9519 "sc-client-api",9520 "sc-keystore",9521 "sc-network",9522 "sc-service",9523 "sc-telemetry",9524 "sc-tracing",9525 "sc-utils",9526 "serde",9527 "serde_json",9528 "sp-blockchain",9529 "sp-core",9530 "sp-keyring",9531 "sp-keystore",9532 "sp-panic-handler",9533 "sp-runtime",9534 "sp-version",9535 "thiserror",9536 "tiny-bip39",9537 "tokio 1.17.0",9538]95399540[[package]]9541name = "sc-client-api"9542version = "4.0.0-dev"9543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9544dependencies = [9545 "fnv",9546 "futures 0.3.21",9547 "hash-db",9548 "log",9549 "parity-scale-codec",9550 "parking_lot 0.12.0",9551 "sc-executor",9552 "sc-transaction-pool-api",9553 "sc-utils",9554 "sp-api",9555 "sp-blockchain",9556 "sp-consensus",9557 "sp-core",9558 "sp-database",9559 "sp-externalities",9560 "sp-keystore",9561 "sp-runtime",9562 "sp-state-machine",9563 "sp-storage",9564 "sp-trie",9565 "substrate-prometheus-endpoint",9566]95679568[[package]]9569name = "sc-client-db"9570version = "0.10.0-dev"9571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9572dependencies = [9573 "hash-db",9574 "kvdb",9575 "kvdb-memorydb",9576 "kvdb-rocksdb",9577 "linked-hash-map",9578 "log",9579 "parity-db",9580 "parity-scale-codec",9581 "parking_lot 0.12.0",9582 "sc-client-api",9583 "sc-state-db",9584 "sp-arithmetic",9585 "sp-blockchain",9586 "sp-core",9587 "sp-database",9588 "sp-runtime",9589 "sp-state-machine",9590 "sp-trie",9591]95929593[[package]]9594name = "sc-consensus"9595version = "0.10.0-dev"9596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9597dependencies = [9598 "async-trait",9599 "futures 0.3.21",9600 "futures-timer",9601 "libp2p",9602 "log",9603 "parking_lot 0.12.0",9604 "sc-client-api",9605 "sc-utils",9606 "serde",9607 "sp-api",9608 "sp-blockchain",9609 "sp-consensus",9610 "sp-core",9611 "sp-runtime",9612 "sp-state-machine",9613 "substrate-prometheus-endpoint",9614 "thiserror",9615]96169617[[package]]9618name = "sc-consensus-aura"9619version = "0.10.0-dev"9620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9621dependencies = [9622 "async-trait",9623 "futures 0.3.21",9624 "log",9625 "parity-scale-codec",9626 "sc-block-builder",9627 "sc-client-api",9628 "sc-consensus",9629 "sc-consensus-slots",9630 "sc-telemetry",9631 "sp-api",9632 "sp-application-crypto",9633 "sp-block-builder",9634 "sp-blockchain",9635 "sp-consensus",9636 "sp-consensus-aura",9637 "sp-consensus-slots",9638 "sp-core",9639 "sp-inherents",9640 "sp-keystore",9641 "sp-runtime",9642 "substrate-prometheus-endpoint",9643 "thiserror",9644]96459646[[package]]9647name = "sc-consensus-babe"9648version = "0.10.0-dev"9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9650dependencies = [9651 "async-trait",9652 "fork-tree",9653 "futures 0.3.21",9654 "log",9655 "merlin",9656 "num-bigint",9657 "num-rational 0.2.4",9658 "num-traits",9659 "parity-scale-codec",9660 "parking_lot 0.12.0",9661 "rand 0.7.3",9662 "retain_mut",9663 "sc-client-api",9664 "sc-consensus",9665 "sc-consensus-epochs",9666 "sc-consensus-slots",9667 "sc-keystore",9668 "sc-telemetry",9669 "schnorrkel",9670 "serde",9671 "sp-api",9672 "sp-application-crypto",9673 "sp-block-builder",9674 "sp-blockchain",9675 "sp-consensus",9676 "sp-consensus-babe",9677 "sp-consensus-slots",9678 "sp-consensus-vrf",9679 "sp-core",9680 "sp-inherents",9681 "sp-io",9682 "sp-keystore",9683 "sp-runtime",9684 "sp-version",9685 "substrate-prometheus-endpoint",9686 "thiserror",9687]96889689[[package]]9690name = "sc-consensus-babe-rpc"9691version = "0.10.0-dev"9692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9693dependencies = [9694 "futures 0.3.21",9695 "jsonrpc-core",9696 "jsonrpc-core-client",9697 "jsonrpc-derive",9698 "sc-consensus-babe",9699 "sc-consensus-epochs",9700 "sc-rpc-api",9701 "serde",9702 "sp-api",9703 "sp-application-crypto",9704 "sp-blockchain",9705 "sp-consensus",9706 "sp-consensus-babe",9707 "sp-core",9708 "sp-keystore",9709 "sp-runtime",9710 "thiserror",9711]97129713[[package]]9714name = "sc-consensus-epochs"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9717dependencies = [9718 "fork-tree",9719 "parity-scale-codec",9720 "sc-client-api",9721 "sc-consensus",9722 "sp-blockchain",9723 "sp-runtime",9724]97259726[[package]]9727name = "sc-consensus-manual-seal"9728version = "0.10.0-dev"9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9730dependencies = [9731 "assert_matches",9732 "async-trait",9733 "futures 0.3.21",9734 "jsonrpc-core",9735 "jsonrpc-core-client",9736 "jsonrpc-derive",9737 "log",9738 "parity-scale-codec",9739 "sc-client-api",9740 "sc-consensus",9741 "sc-consensus-aura",9742 "sc-consensus-babe",9743 "sc-consensus-epochs",9744 "sc-transaction-pool",9745 "sc-transaction-pool-api",9746 "serde",9747 "sp-api",9748 "sp-blockchain",9749 "sp-consensus",9750 "sp-consensus-aura",9751 "sp-consensus-babe",9752 "sp-consensus-slots",9753 "sp-core",9754 "sp-inherents",9755 "sp-keystore",9756 "sp-runtime",9757 "sp-timestamp",9758 "substrate-prometheus-endpoint",9759 "thiserror",9760]97619762[[package]]9763name = "sc-consensus-slots"9764version = "0.10.0-dev"9765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9766dependencies = [9767 "async-trait",9768 "futures 0.3.21",9769 "futures-timer",9770 "log",9771 "parity-scale-codec",9772 "sc-client-api",9773 "sc-consensus",9774 "sc-telemetry",9775 "sp-arithmetic",9776 "sp-blockchain",9777 "sp-consensus",9778 "sp-consensus-slots",9779 "sp-core",9780 "sp-inherents",9781 "sp-runtime",9782 "sp-state-machine",9783 "sp-timestamp",9784 "thiserror",9785]97869787[[package]]9788name = "sc-consensus-uncles"9789version = "0.10.0-dev"9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9791dependencies = [9792 "sc-client-api",9793 "sp-authorship",9794 "sp-runtime",9795 "thiserror",9796]97979798[[package]]9799name = "sc-executor"9800version = "0.10.0-dev"9801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9802dependencies = [9803 "lazy_static",9804 "lru 0.6.6",9805 "parity-scale-codec",9806 "parking_lot 0.12.0",9807 "sc-executor-common",9808 "sc-executor-wasmi",9809 "sc-executor-wasmtime",9810 "sp-api",9811 "sp-core",9812 "sp-core-hashing-proc-macro",9813 "sp-externalities",9814 "sp-io",9815 "sp-panic-handler",9816 "sp-runtime-interface",9817 "sp-tasks",9818 "sp-trie",9819 "sp-version",9820 "sp-wasm-interface",9821 "tracing",9822 "wasmi",9823]98249825[[package]]9826name = "sc-executor-common"9827version = "0.10.0-dev"9828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9829dependencies = [9830 "environmental",9831 "parity-scale-codec",9832 "sc-allocator",9833 "sp-core",9834 "sp-maybe-compressed-blob",9835 "sp-serializer",9836 "sp-wasm-interface",9837 "thiserror",9838 "wasm-instrument",9839 "wasmi",9840]98419842[[package]]9843name = "sc-executor-wasmi"9844version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9846dependencies = [9847 "log",9848 "parity-scale-codec",9849 "sc-allocator",9850 "sc-executor-common",9851 "scoped-tls",9852 "sp-core",9853 "sp-runtime-interface",9854 "sp-wasm-interface",9855 "wasmi",9856]98579858[[package]]9859name = "sc-executor-wasmtime"9860version = "0.10.0-dev"9861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9862dependencies = [9863 "cfg-if 1.0.0",9864 "libc",9865 "log",9866 "parity-scale-codec",9867 "parity-wasm 0.42.2",9868 "sc-allocator",9869 "sc-executor-common",9870 "sp-core",9871 "sp-runtime-interface",9872 "sp-wasm-interface",9873 "wasmtime",9874]98759876[[package]]9877name = "sc-finality-grandpa"9878version = "0.10.0-dev"9879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9880dependencies = [9881 "ahash",9882 "async-trait",9883 "dyn-clone",9884 "finality-grandpa",9885 "fork-tree",9886 "futures 0.3.21",9887 "futures-timer",9888 "hex",9889 "log",9890 "parity-scale-codec",9891 "parking_lot 0.12.0",9892 "rand 0.8.5",9893 "sc-block-builder",9894 "sc-chain-spec",9895 "sc-client-api",9896 "sc-consensus",9897 "sc-keystore",9898 "sc-network",9899 "sc-network-gossip",9900 "sc-telemetry",9901 "sc-utils",9902 "serde_json",9903 "sp-api",9904 "sp-application-crypto",9905 "sp-arithmetic",9906 "sp-blockchain",9907 "sp-consensus",9908 "sp-core",9909 "sp-finality-grandpa",9910 "sp-keystore",9911 "sp-runtime",9912 "substrate-prometheus-endpoint",9913 "thiserror",9914]99159916[[package]]9917name = "sc-finality-grandpa-rpc"9918version = "0.10.0-dev"9919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9920dependencies = [9921 "finality-grandpa",9922 "futures 0.3.21",9923 "jsonrpc-core",9924 "jsonrpc-core-client",9925 "jsonrpc-derive",9926 "jsonrpc-pubsub",9927 "log",9928 "parity-scale-codec",9929 "sc-client-api",9930 "sc-finality-grandpa",9931 "sc-rpc",9932 "serde",9933 "serde_json",9934 "sp-blockchain",9935 "sp-core",9936 "sp-runtime",9937 "thiserror",9938]99399940[[package]]9941name = "sc-informant"9942version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9944dependencies = [9945 "ansi_term",9946 "futures 0.3.21",9947 "futures-timer",9948 "log",9949 "parity-util-mem",9950 "sc-client-api",9951 "sc-network",9952 "sc-transaction-pool-api",9953 "sp-blockchain",9954 "sp-runtime",9955]99569957[[package]]9958name = "sc-keystore"9959version = "4.0.0-dev"9960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9961dependencies = [9962 "async-trait",9963 "hex",9964 "parking_lot 0.12.0",9965 "serde_json",9966 "sp-application-crypto",9967 "sp-core",9968 "sp-keystore",9969 "thiserror",9970]99719972[[package]]9973name = "sc-network"9974version = "0.10.0-dev"9975source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9976dependencies = [9977 "async-trait",9978 "asynchronous-codec 0.5.0",9979 "bitflags",9980 "bytes 1.1.0",9981 "cid",9982 "either",9983 "fnv",9984 "fork-tree",9985 "futures 0.3.21",9986 "futures-timer",9987 "hex",9988 "ip_network",9989 "libp2p",9990 "linked-hash-map",9991 "linked_hash_set",9992 "log",9993 "lru 0.7.5",9994 "parity-scale-codec",9995 "parking_lot 0.12.0",9996 "pin-project 1.0.10",9997 "prost",9998 "prost-build",9999 "rand 0.7.3",10000 "sc-block-builder",10001 "sc-client-api",10002 "sc-consensus",10003 "sc-peerset",10004 "sc-utils",10005 "serde",10006 "serde_json",10007 "smallvec",10008 "sp-arithmetic",10009 "sp-blockchain",10010 "sp-consensus",10011 "sp-core",10012 "sp-finality-grandpa",10013 "sp-runtime",10014 "substrate-prometheus-endpoint",10015 "thiserror",10016 "unsigned-varint 0.6.0",10017 "void",10018 "zeroize",10019]1002010021[[package]]10022name = "sc-network-gossip"10023version = "0.10.0-dev"10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10025dependencies = [10026 "ahash",10027 "futures 0.3.21",10028 "futures-timer",10029 "libp2p",10030 "log",10031 "lru 0.7.5",10032 "sc-network",10033 "sp-runtime",10034 "substrate-prometheus-endpoint",10035 "tracing",10036]1003710038[[package]]10039name = "sc-offchain"10040version = "4.0.0-dev"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10042dependencies = [10043 "bytes 1.1.0",10044 "fnv",10045 "futures 0.3.21",10046 "futures-timer",10047 "hex",10048 "hyper",10049 "hyper-rustls 0.22.1",10050 "num_cpus",10051 "once_cell",10052 "parity-scale-codec",10053 "parking_lot 0.12.0",10054 "rand 0.7.3",10055 "sc-client-api",10056 "sc-network",10057 "sc-utils",10058 "sp-api",10059 "sp-core",10060 "sp-offchain",10061 "sp-runtime",10062 "threadpool",10063 "tracing",10064]1006510066[[package]]10067name = "sc-peerset"10068version = "4.0.0-dev"10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10070dependencies = [10071 "futures 0.3.21",10072 "libp2p",10073 "log",10074 "sc-utils",10075 "serde_json",10076 "wasm-timer",10077]1007810079[[package]]10080name = "sc-proposer-metrics"10081version = "0.10.0-dev"10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10083dependencies = [10084 "log",10085 "substrate-prometheus-endpoint",10086]1008710088[[package]]10089name = "sc-rpc"10090version = "4.0.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10092dependencies = [10093 "futures 0.3.21",10094 "hash-db",10095 "jsonrpc-core",10096 "jsonrpc-pubsub",10097 "log",10098 "parity-scale-codec",10099 "parking_lot 0.12.0",10100 "sc-block-builder",10101 "sc-chain-spec",10102 "sc-client-api",10103 "sc-rpc-api",10104 "sc-tracing",10105 "sc-transaction-pool-api",10106 "sc-utils",10107 "serde_json",10108 "sp-api",10109 "sp-blockchain",10110 "sp-core",10111 "sp-keystore",10112 "sp-offchain",10113 "sp-rpc",10114 "sp-runtime",10115 "sp-session",10116 "sp-version",10117]1011810119[[package]]10120name = "sc-rpc-api"10121version = "0.10.0-dev"10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10123dependencies = [10124 "futures 0.3.21",10125 "jsonrpc-core",10126 "jsonrpc-core-client",10127 "jsonrpc-derive",10128 "jsonrpc-pubsub",10129 "log",10130 "parity-scale-codec",10131 "parking_lot 0.12.0",10132 "sc-chain-spec",10133 "sc-transaction-pool-api",10134 "serde",10135 "serde_json",10136 "sp-core",10137 "sp-rpc",10138 "sp-runtime",10139 "sp-tracing",10140 "sp-version",10141 "thiserror",10142]1014310144[[package]]10145name = "sc-rpc-server"10146version = "4.0.0-dev"10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10148dependencies = [10149 "futures 0.3.21",10150 "jsonrpc-core",10151 "jsonrpc-http-server",10152 "jsonrpc-ipc-server",10153 "jsonrpc-pubsub",10154 "jsonrpc-ws-server",10155 "log",10156 "serde_json",10157 "substrate-prometheus-endpoint",10158 "tokio 1.17.0",10159]1016010161[[package]]10162name = "sc-service"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10165dependencies = [10166 "async-trait",10167 "directories",10168 "exit-future",10169 "futures 0.3.21",10170 "futures-timer",10171 "hash-db",10172 "jsonrpc-core",10173 "jsonrpc-pubsub",10174 "log",10175 "parity-scale-codec",10176 "parity-util-mem",10177 "parking_lot 0.12.0",10178 "pin-project 1.0.10",10179 "rand 0.7.3",10180 "sc-block-builder",10181 "sc-chain-spec",10182 "sc-client-api",10183 "sc-client-db",10184 "sc-consensus",10185 "sc-executor",10186 "sc-informant",10187 "sc-keystore",10188 "sc-network",10189 "sc-offchain",10190 "sc-rpc",10191 "sc-rpc-server",10192 "sc-telemetry",10193 "sc-tracing",10194 "sc-transaction-pool",10195 "sc-transaction-pool-api",10196 "sc-utils",10197 "serde",10198 "serde_json",10199 "sp-api",10200 "sp-application-crypto",10201 "sp-block-builder",10202 "sp-blockchain",10203 "sp-consensus",10204 "sp-core",10205 "sp-externalities",10206 "sp-inherents",10207 "sp-keystore",10208 "sp-runtime",10209 "sp-session",10210 "sp-state-machine",10211 "sp-storage",10212 "sp-tracing",10213 "sp-transaction-pool",10214 "sp-transaction-storage-proof",10215 "sp-trie",10216 "sp-version",10217 "substrate-prometheus-endpoint",10218 "tempfile",10219 "thiserror",10220 "tokio 1.17.0",10221 "tracing",10222 "tracing-futures",10223]1022410225[[package]]10226name = "sc-state-db"10227version = "0.10.0-dev"10228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10229dependencies = [10230 "log",10231 "parity-scale-codec",10232 "parity-util-mem",10233 "parity-util-mem-derive",10234 "parking_lot 0.12.0",10235 "sc-client-api",10236 "sp-core",10237]1023810239[[package]]10240name = "sc-sync-state-rpc"10241version = "0.10.0-dev"10242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10243dependencies = [10244 "jsonrpc-core",10245 "jsonrpc-core-client",10246 "jsonrpc-derive",10247 "parity-scale-codec",10248 "sc-chain-spec",10249 "sc-client-api",10250 "sc-consensus-babe",10251 "sc-consensus-epochs",10252 "sc-finality-grandpa",10253 "serde",10254 "serde_json",10255 "sp-blockchain",10256 "sp-runtime",10257 "thiserror",10258]1025910260[[package]]10261name = "sc-telemetry"10262version = "4.0.0-dev"10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10264dependencies = [10265 "chrono",10266 "futures 0.3.21",10267 "libp2p",10268 "log",10269 "parking_lot 0.12.0",10270 "pin-project 1.0.10",10271 "rand 0.7.3",10272 "serde",10273 "serde_json",10274 "thiserror",10275 "wasm-timer",10276]1027710278[[package]]10279name = "sc-tracing"10280version = "4.0.0-dev"10281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10282dependencies = [10283 "ansi_term",10284 "atty",10285 "chrono",10286 "lazy_static",10287 "libc",10288 "log",10289 "once_cell",10290 "parking_lot 0.12.0",10291 "regex",10292 "rustc-hash",10293 "sc-client-api",10294 "sc-rpc-server",10295 "sc-tracing-proc-macro",10296 "serde",10297 "sp-api",10298 "sp-blockchain",10299 "sp-core",10300 "sp-rpc",10301 "sp-runtime",10302 "sp-tracing",10303 "thiserror",10304 "tracing",10305 "tracing-log",10306 "tracing-subscriber",10307]1030810309[[package]]10310name = "sc-tracing-proc-macro"10311version = "4.0.0-dev"10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10313dependencies = [10314 "proc-macro-crate 1.1.3",10315 "proc-macro2",10316 "quote",10317 "syn",10318]1031910320[[package]]10321name = "sc-transaction-pool"10322version = "4.0.0-dev"10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10324dependencies = [10325 "futures 0.3.21",10326 "futures-timer",10327 "linked-hash-map",10328 "log",10329 "parity-scale-codec",10330 "parity-util-mem",10331 "parking_lot 0.12.0",10332 "retain_mut",10333 "sc-client-api",10334 "sc-transaction-pool-api",10335 "sc-utils",10336 "serde",10337 "sp-api",10338 "sp-blockchain",10339 "sp-core",10340 "sp-runtime",10341 "sp-tracing",10342 "sp-transaction-pool",10343 "substrate-prometheus-endpoint",10344 "thiserror",10345]1034610347[[package]]10348name = "sc-transaction-pool-api"10349version = "4.0.0-dev"10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10351dependencies = [10352 "futures 0.3.21",10353 "log",10354 "serde",10355 "sp-blockchain",10356 "sp-runtime",10357 "thiserror",10358]1035910360[[package]]10361name = "sc-utils"10362version = "4.0.0-dev"10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10364dependencies = [10365 "futures 0.3.21",10366 "futures-timer",10367 "lazy_static",10368 "log",10369 "parking_lot 0.12.0",10370 "prometheus",10371]1037210373[[package]]10374name = "scale-info"10375version = "2.0.1"10376source = "registry+https://github.com/rust-lang/crates.io-index"10377checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10378dependencies = [10379 "bitvec",10380 "cfg-if 1.0.0",10381 "derive_more",10382 "parity-scale-codec",10383 "scale-info-derive",10384 "serde",10385]1038610387[[package]]10388name = "scale-info-derive"10389version = "2.0.0"10390source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10392dependencies = [10393 "proc-macro-crate 1.1.3",10394 "proc-macro2",10395 "quote",10396 "syn",10397]1039810399[[package]]10400name = "schannel"10401version = "0.1.19"10402source = "registry+https://github.com/rust-lang/crates.io-index"10403checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10404dependencies = [10405 "lazy_static",10406 "winapi 0.3.9",10407]1040810409[[package]]10410name = "schnorrkel"10411version = "0.9.1"10412source = "registry+https://github.com/rust-lang/crates.io-index"10413checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10414dependencies = [10415 "arrayref",10416 "arrayvec 0.5.2",10417 "curve25519-dalek 2.1.3",10418 "getrandom 0.1.16",10419 "merlin",10420 "rand 0.7.3",10421 "rand_core 0.5.1",10422 "sha2 0.8.2",10423 "subtle 2.4.1",10424 "zeroize",10425]1042610427[[package]]10428name = "scoped-tls"10429version = "1.0.0"10430source = "registry+https://github.com/rust-lang/crates.io-index"10431checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1043210433[[package]]10434name = "scopeguard"10435version = "1.1.0"10436source = "registry+https://github.com/rust-lang/crates.io-index"10437checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043810439[[package]]10440name = "sct"10441version = "0.6.1"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10444dependencies = [10445 "ring",10446 "untrusted",10447]1044810449[[package]]10450name = "sct"10451version = "0.7.0"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10454dependencies = [10455 "ring",10456 "untrusted",10457]1045810459[[package]]10460name = "sec1"10461version = "0.2.1"10462source = "registry+https://github.com/rust-lang/crates.io-index"10463checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10464dependencies = [10465 "der",10466 "generic-array 0.14.5",10467 "pkcs8",10468 "subtle 2.4.1",10469 "zeroize",10470]1047110472[[package]]10473name = "secp256k1"10474version = "0.21.3"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10477dependencies = [10478 "secp256k1-sys",10479]1048010481[[package]]10482name = "secp256k1-sys"10483version = "0.4.2"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10486dependencies = [10487 "cc",10488]1048910490[[package]]10491name = "secrecy"10492version = "0.8.0"10493source = "registry+https://github.com/rust-lang/crates.io-index"10494checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10495dependencies = [10496 "zeroize",10497]1049810499[[package]]10500name = "security-framework"10501version = "2.6.1"10502source = "registry+https://github.com/rust-lang/crates.io-index"10503checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10504dependencies = [10505 "bitflags",10506 "core-foundation",10507 "core-foundation-sys",10508 "libc",10509 "security-framework-sys",10510]1051110512[[package]]10513name = "security-framework-sys"10514version = "2.6.1"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10517dependencies = [10518 "core-foundation-sys",10519 "libc",10520]1052110522[[package]]10523name = "semver"10524version = "0.6.0"10525source = "registry+https://github.com/rust-lang/crates.io-index"10526checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10527dependencies = [10528 "semver-parser 0.7.0",10529]1053010531[[package]]10532name = "semver"10533version = "0.9.0"10534source = "registry+https://github.com/rust-lang/crates.io-index"10535checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10536dependencies = [10537 "semver-parser 0.7.0",10538]1053910540[[package]]10541name = "semver"10542version = "0.11.0"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10545dependencies = [10546 "semver-parser 0.10.2",10547]1054810549[[package]]10550name = "semver"10551version = "1.0.7"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10554dependencies = [10555 "serde",10556]1055710558[[package]]10559name = "semver-parser"10560version = "0.7.0"10561source = "registry+https://github.com/rust-lang/crates.io-index"10562checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1056310564[[package]]10565name = "semver-parser"10566version = "0.10.2"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10569dependencies = [10570 "pest",10571]1057210573[[package]]10574name = "serde"10575version = "1.0.136"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10578dependencies = [10579 "serde_derive",10580]1058110582[[package]]10583name = "serde_derive"10584version = "1.0.136"10585source = "registry+https://github.com/rust-lang/crates.io-index"10586checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10587dependencies = [10588 "proc-macro2",10589 "quote",10590 "syn",10591]1059210593[[package]]10594name = "serde_json"10595version = "1.0.79"10596source = "registry+https://github.com/rust-lang/crates.io-index"10597checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10598dependencies = [10599 "itoa 1.0.1",10600 "ryu",10601 "serde",10602]1060310604[[package]]10605name = "serde_nanos"10606version = "0.1.2"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10609dependencies = [10610 "serde",10611]1061210613[[package]]10614name = "sha-1"10615version = "0.8.2"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10618dependencies = [10619 "block-buffer 0.7.3",10620 "digest 0.8.1",10621 "fake-simd",10622 "opaque-debug 0.2.3",10623]1062410625[[package]]10626name = "sha-1"10627version = "0.9.8"10628source = "registry+https://github.com/rust-lang/crates.io-index"10629checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10630dependencies = [10631 "block-buffer 0.9.0",10632 "cfg-if 1.0.0",10633 "cpufeatures 0.2.2",10634 "digest 0.9.0",10635 "opaque-debug 0.3.0",10636]1063710638[[package]]10639name = "sha2"10640version = "0.8.2"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10643dependencies = [10644 "block-buffer 0.7.3",10645 "digest 0.8.1",10646 "fake-simd",10647 "opaque-debug 0.2.3",10648]1064910650[[package]]10651name = "sha2"10652version = "0.9.9"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10655dependencies = [10656 "block-buffer 0.9.0",10657 "cfg-if 1.0.0",10658 "cpufeatures 0.2.2",10659 "digest 0.9.0",10660 "opaque-debug 0.3.0",10661]1066210663[[package]]10664name = "sha2"10665version = "0.10.2"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10668dependencies = [10669 "cfg-if 1.0.0",10670 "cpufeatures 0.2.2",10671 "digest 0.10.3",10672]1067310674[[package]]10675name = "sha3"10676version = "0.8.2"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10679dependencies = [10680 "block-buffer 0.7.3",10681 "byte-tools",10682 "digest 0.8.1",10683 "keccak",10684 "opaque-debug 0.2.3",10685]1068610687[[package]]10688name = "sha3"10689version = "0.9.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10692dependencies = [10693 "block-buffer 0.9.0",10694 "digest 0.9.0",10695 "keccak",10696 "opaque-debug 0.3.0",10697]1069810699[[package]]10700name = "sha3"10701version = "0.10.1"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10704dependencies = [10705 "digest 0.10.3",10706 "keccak",10707]1070810709[[package]]10710name = "sharded-slab"10711version = "0.1.4"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10714dependencies = [10715 "lazy_static",10716]1071710718[[package]]10719name = "shlex"10720version = "1.1.0"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1072310724[[package]]10725name = "signal-hook"10726version = "0.3.13"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10729dependencies = [10730 "libc",10731 "signal-hook-registry",10732]1073310734[[package]]10735name = "signal-hook-registry"10736version = "1.4.0"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10739dependencies = [10740 "libc",10741]1074210743[[package]]10744name = "signature"10745version = "1.4.0"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10748dependencies = [10749 "rand_core 0.6.3",10750]1075110752[[package]]10753name = "simba"10754version = "0.5.1"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10757dependencies = [10758 "approx",10759 "num-complex",10760 "num-traits",10761 "paste",10762]1076310764[[package]]10765name = "slab"10766version = "0.4.6"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1076910770[[package]]10771name = "slot-range-helper"10772version = "0.9.18"10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10774dependencies = [10775 "enumn",10776 "parity-scale-codec",10777 "paste",10778 "sp-runtime",10779 "sp-std",10780]1078110782[[package]]10783name = "slotmap"10784version = "1.0.6"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10787dependencies = [10788 "version_check",10789]1079010791[[package]]10792name = "smallvec"10793version = "1.8.0"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1079610797[[package]]10798name = "snap"10799version = "1.0.5"10800source = "registry+https://github.com/rust-lang/crates.io-index"10801checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1080210803[[package]]10804name = "snow"10805version = "0.8.0"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10808dependencies = [10809 "aes-gcm",10810 "blake2 0.9.2",10811 "chacha20poly1305",10812 "rand 0.8.5",10813 "rand_core 0.6.3",10814 "ring",10815 "rustc_version 0.3.3",10816 "sha2 0.9.9",10817 "subtle 2.4.1",10818 "x25519-dalek",10819]1082010821[[package]]10822name = "socket2"10823version = "0.3.19"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10826dependencies = [10827 "cfg-if 1.0.0",10828 "libc",10829 "winapi 0.3.9",10830]1083110832[[package]]10833name = "socket2"10834version = "0.4.4"10835source = "registry+https://github.com/rust-lang/crates.io-index"10836checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10837dependencies = [10838 "libc",10839 "winapi 0.3.9",10840]1084110842[[package]]10843name = "soketto"10844version = "0.7.1"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10847dependencies = [10848 "base64",10849 "bytes 1.1.0",10850 "flate2",10851 "futures 0.3.21",10852 "httparse",10853 "log",10854 "rand 0.8.5",10855 "sha-1 0.9.8",10856]1085710858[[package]]10859name = "sp-api"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10862dependencies = [10863 "hash-db",10864 "log",10865 "parity-scale-codec",10866 "sp-api-proc-macro",10867 "sp-core",10868 "sp-runtime",10869 "sp-state-machine",10870 "sp-std",10871 "sp-version",10872 "thiserror",10873]1087410875[[package]]10876name = "sp-api-proc-macro"10877version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10879dependencies = [10880 "blake2 0.10.4",10881 "proc-macro-crate 1.1.3",10882 "proc-macro2",10883 "quote",10884 "syn",10885]1088610887[[package]]10888name = "sp-application-crypto"10889version = "6.0.0"10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10891dependencies = [10892 "parity-scale-codec",10893 "scale-info",10894 "serde",10895 "sp-core",10896 "sp-io",10897 "sp-std",10898]1089910900[[package]]10901name = "sp-arithmetic"10902version = "5.0.0"10903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10904dependencies = [10905 "integer-sqrt",10906 "num-traits",10907 "parity-scale-codec",10908 "scale-info",10909 "serde",10910 "sp-debug-derive",10911 "sp-std",10912 "static_assertions",10913]1091410915[[package]]10916name = "sp-authority-discovery"10917version = "4.0.0-dev"10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10919dependencies = [10920 "parity-scale-codec",10921 "scale-info",10922 "sp-api",10923 "sp-application-crypto",10924 "sp-runtime",10925 "sp-std",10926]1092710928[[package]]10929name = "sp-authorship"10930version = "4.0.0-dev"10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10932dependencies = [10933 "async-trait",10934 "parity-scale-codec",10935 "sp-inherents",10936 "sp-runtime",10937 "sp-std",10938]1093910940[[package]]10941name = "sp-block-builder"10942version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10944dependencies = [10945 "parity-scale-codec",10946 "sp-api",10947 "sp-inherents",10948 "sp-runtime",10949 "sp-std",10950]1095110952[[package]]10953name = "sp-blockchain"10954version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10956dependencies = [10957 "futures 0.3.21",10958 "log",10959 "lru 0.7.5",10960 "parity-scale-codec",10961 "parking_lot 0.12.0",10962 "sp-api",10963 "sp-consensus",10964 "sp-database",10965 "sp-runtime",10966 "sp-state-machine",10967 "thiserror",10968]1096910970[[package]]10971name = "sp-consensus"10972version = "0.10.0-dev"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10974dependencies = [10975 "async-trait",10976 "futures 0.3.21",10977 "futures-timer",10978 "log",10979 "parity-scale-codec",10980 "sp-core",10981 "sp-inherents",10982 "sp-runtime",10983 "sp-state-machine",10984 "sp-std",10985 "sp-version",10986 "thiserror",10987]1098810989[[package]]10990name = "sp-consensus-aura"10991version = "0.10.0-dev"10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10993dependencies = [10994 "async-trait",10995 "parity-scale-codec",10996 "scale-info",10997 "sp-api",10998 "sp-application-crypto",10999 "sp-consensus",11000 "sp-consensus-slots",11001 "sp-inherents",11002 "sp-runtime",11003 "sp-std",11004 "sp-timestamp",11005]1100611007[[package]]11008name = "sp-consensus-babe"11009version = "0.10.0-dev"11010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11011dependencies = [11012 "async-trait",11013 "merlin",11014 "parity-scale-codec",11015 "scale-info",11016 "serde",11017 "sp-api",11018 "sp-application-crypto",11019 "sp-consensus",11020 "sp-consensus-slots",11021 "sp-consensus-vrf",11022 "sp-core",11023 "sp-inherents",11024 "sp-keystore",11025 "sp-runtime",11026 "sp-std",11027 "sp-timestamp",11028]1102911030[[package]]11031name = "sp-consensus-slots"11032version = "0.10.0-dev"11033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11034dependencies = [11035 "parity-scale-codec",11036 "scale-info",11037 "serde",11038 "sp-arithmetic",11039 "sp-runtime",11040 "sp-std",11041 "sp-timestamp",11042]1104311044[[package]]11045name = "sp-consensus-vrf"11046version = "0.10.0-dev"11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11048dependencies = [11049 "parity-scale-codec",11050 "schnorrkel",11051 "sp-core",11052 "sp-runtime",11053 "sp-std",11054]1105511056[[package]]11057name = "sp-core"11058version = "6.0.0"11059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11060dependencies = [11061 "base58",11062 "bitflags",11063 "blake2-rfc",11064 "byteorder",11065 "dyn-clonable",11066 "ed25519-dalek",11067 "futures 0.3.21",11068 "hash-db",11069 "hash256-std-hasher",11070 "hex",11071 "impl-serde",11072 "lazy_static",11073 "libsecp256k1 0.7.0",11074 "log",11075 "merlin",11076 "num-traits",11077 "parity-scale-codec",11078 "parity-util-mem",11079 "parking_lot 0.12.0",11080 "primitive-types",11081 "rand 0.7.3",11082 "regex",11083 "scale-info",11084 "schnorrkel",11085 "secp256k1",11086 "secrecy",11087 "serde",11088 "sp-core-hashing",11089 "sp-debug-derive",11090 "sp-externalities",11091 "sp-runtime-interface",11092 "sp-std",11093 "sp-storage",11094 "ss58-registry",11095 "substrate-bip39",11096 "thiserror",11097 "tiny-bip39",11098 "wasmi",11099 "zeroize",11100]1110111102[[package]]11103name = "sp-core-hashing"11104version = "4.0.0"11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11106dependencies = [11107 "blake2 0.10.4",11108 "byteorder",11109 "digest 0.10.3",11110 "sha2 0.10.2",11111 "sha3 0.10.1",11112 "sp-std",11113 "twox-hash",11114]1111511116[[package]]11117name = "sp-core-hashing-proc-macro"11118version = "5.0.0"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11120dependencies = [11121 "proc-macro2",11122 "quote",11123 "sp-core-hashing",11124 "syn",11125]1112611127[[package]]11128name = "sp-database"11129version = "4.0.0-dev"11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11131dependencies = [11132 "kvdb",11133 "parking_lot 0.12.0",11134]1113511136[[package]]11137name = "sp-debug-derive"11138version = "4.0.0"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11140dependencies = [11141 "proc-macro2",11142 "quote",11143 "syn",11144]1114511146[[package]]11147name = "sp-externalities"11148version = "0.12.0"11149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11150dependencies = [11151 "environmental",11152 "parity-scale-codec",11153 "sp-std",11154 "sp-storage",11155]1115611157[[package]]11158name = "sp-finality-grandpa"11159version = "4.0.0-dev"11160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11161dependencies = [11162 "finality-grandpa",11163 "log",11164 "parity-scale-codec",11165 "scale-info",11166 "serde",11167 "sp-api",11168 "sp-application-crypto",11169 "sp-core",11170 "sp-keystore",11171 "sp-runtime",11172 "sp-std",11173]1117411175[[package]]11176name = "sp-inherents"11177version = "4.0.0-dev"11178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11179dependencies = [11180 "async-trait",11181 "impl-trait-for-tuples",11182 "parity-scale-codec",11183 "sp-core",11184 "sp-runtime",11185 "sp-std",11186 "thiserror",11187]1118811189[[package]]11190name = "sp-io"11191version = "6.0.0"11192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11193dependencies = [11194 "futures 0.3.21",11195 "hash-db",11196 "libsecp256k1 0.7.0",11197 "log",11198 "parity-scale-codec",11199 "parking_lot 0.12.0",11200 "secp256k1",11201 "sp-core",11202 "sp-externalities",11203 "sp-keystore",11204 "sp-runtime-interface",11205 "sp-state-machine",11206 "sp-std",11207 "sp-tracing",11208 "sp-trie",11209 "sp-wasm-interface",11210 "tracing",11211 "tracing-core",11212]1121311214[[package]]11215name = "sp-keyring"11216version = "6.0.0"11217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11218dependencies = [11219 "lazy_static",11220 "sp-core",11221 "sp-runtime",11222 "strum 0.23.0",11223]1122411225[[package]]11226name = "sp-keystore"11227version = "0.12.0"11228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11229dependencies = [11230 "async-trait",11231 "futures 0.3.21",11232 "merlin",11233 "parity-scale-codec",11234 "parking_lot 0.12.0",11235 "schnorrkel",11236 "serde",11237 "sp-core",11238 "sp-externalities",11239 "thiserror",11240]1124111242[[package]]11243name = "sp-maybe-compressed-blob"11244version = "4.1.0-dev"11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11246dependencies = [11247 "thiserror",11248 "zstd",11249]1125011251[[package]]11252name = "sp-npos-elections"11253version = "4.0.0-dev"11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11255dependencies = [11256 "parity-scale-codec",11257 "scale-info",11258 "serde",11259 "sp-arithmetic",11260 "sp-core",11261 "sp-npos-elections-solution-type",11262 "sp-runtime",11263 "sp-std",11264]1126511266[[package]]11267name = "sp-npos-elections-solution-type"11268version = "4.0.0-dev"11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11270dependencies = [11271 "proc-macro-crate 1.1.3",11272 "proc-macro2",11273 "quote",11274 "syn",11275]1127611277[[package]]11278name = "sp-offchain"11279version = "4.0.0-dev"11280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11281dependencies = [11282 "sp-api",11283 "sp-core",11284 "sp-runtime",11285]1128611287[[package]]11288name = "sp-panic-handler"11289version = "4.0.0"11290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11291dependencies = [11292 "backtrace",11293 "lazy_static",11294 "regex",11295]1129611297[[package]]11298name = "sp-rpc"11299version = "6.0.0"11300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11301dependencies = [11302 "rustc-hash",11303 "serde",11304 "sp-core",11305]1130611307[[package]]11308name = "sp-runtime"11309version = "6.0.0"11310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11311dependencies = [11312 "either",11313 "hash256-std-hasher",11314 "impl-trait-for-tuples",11315 "log",11316 "parity-scale-codec",11317 "parity-util-mem",11318 "paste",11319 "rand 0.7.3",11320 "scale-info",11321 "serde",11322 "sp-application-crypto",11323 "sp-arithmetic",11324 "sp-core",11325 "sp-io",11326 "sp-std",11327]1132811329[[package]]11330name = "sp-runtime-interface"11331version = "6.0.0"11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11333dependencies = [11334 "impl-trait-for-tuples",11335 "parity-scale-codec",11336 "primitive-types",11337 "sp-externalities",11338 "sp-runtime-interface-proc-macro",11339 "sp-std",11340 "sp-storage",11341 "sp-tracing",11342 "sp-wasm-interface",11343 "static_assertions",11344]1134511346[[package]]11347name = "sp-runtime-interface-proc-macro"11348version = "5.0.0"11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11350dependencies = [11351 "Inflector",11352 "proc-macro-crate 1.1.3",11353 "proc-macro2",11354 "quote",11355 "syn",11356]1135711358[[package]]11359name = "sp-serializer"11360version = "4.0.0-dev"11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11362dependencies = [11363 "serde",11364 "serde_json",11365]1136611367[[package]]11368name = "sp-session"11369version = "4.0.0-dev"11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11371dependencies = [11372 "parity-scale-codec",11373 "scale-info",11374 "sp-api",11375 "sp-core",11376 "sp-runtime",11377 "sp-staking",11378 "sp-std",11379]1138011381[[package]]11382name = "sp-staking"11383version = "4.0.0-dev"11384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11385dependencies = [11386 "parity-scale-codec",11387 "scale-info",11388 "sp-runtime",11389 "sp-std",11390]1139111392[[package]]11393name = "sp-state-machine"11394version = "0.12.0"11395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11396dependencies = [11397 "hash-db",11398 "log",11399 "num-traits",11400 "parity-scale-codec",11401 "parking_lot 0.12.0",11402 "rand 0.7.3",11403 "smallvec",11404 "sp-core",11405 "sp-externalities",11406 "sp-panic-handler",11407 "sp-std",11408 "sp-trie",11409 "thiserror",11410 "tracing",11411 "trie-db",11412 "trie-root",11413]1141411415[[package]]11416name = "sp-std"11417version = "4.0.0"11418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1141911420[[package]]11421name = "sp-storage"11422version = "6.0.0"11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11424dependencies = [11425 "impl-serde",11426 "parity-scale-codec",11427 "ref-cast",11428 "serde",11429 "sp-debug-derive",11430 "sp-std",11431]1143211433[[package]]11434name = "sp-tasks"11435version = "4.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11437dependencies = [11438 "log",11439 "sp-core",11440 "sp-externalities",11441 "sp-io",11442 "sp-runtime-interface",11443 "sp-std",11444]1144511446[[package]]11447name = "sp-timestamp"11448version = "4.0.0-dev"11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11450dependencies = [11451 "async-trait",11452 "futures-timer",11453 "log",11454 "parity-scale-codec",11455 "sp-api",11456 "sp-inherents",11457 "sp-runtime",11458 "sp-std",11459 "thiserror",11460]1146111462[[package]]11463name = "sp-tracing"11464version = "5.0.0"11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11466dependencies = [11467 "parity-scale-codec",11468 "sp-std",11469 "tracing",11470 "tracing-core",11471 "tracing-subscriber",11472]1147311474[[package]]11475name = "sp-transaction-pool"11476version = "4.0.0-dev"11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11478dependencies = [11479 "sp-api",11480 "sp-runtime",11481]1148211483[[package]]11484name = "sp-transaction-storage-proof"11485version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487dependencies = [11488 "async-trait",11489 "log",11490 "parity-scale-codec",11491 "scale-info",11492 "sp-core",11493 "sp-inherents",11494 "sp-runtime",11495 "sp-std",11496 "sp-trie",11497]1149811499[[package]]11500name = "sp-trie"11501version = "6.0.0"11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11503dependencies = [11504 "hash-db",11505 "memory-db",11506 "parity-scale-codec",11507 "scale-info",11508 "sp-core",11509 "sp-std",11510 "thiserror",11511 "trie-db",11512 "trie-root",11513]1151411515[[package]]11516name = "sp-version"11517version = "5.0.0"11518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11519dependencies = [11520 "impl-serde",11521 "parity-scale-codec",11522 "parity-wasm 0.42.2",11523 "scale-info",11524 "serde",11525 "sp-core-hashing-proc-macro",11526 "sp-runtime",11527 "sp-std",11528 "sp-version-proc-macro",11529 "thiserror",11530]1153111532[[package]]11533name = "sp-version-proc-macro"11534version = "4.0.0-dev"11535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11536dependencies = [11537 "parity-scale-codec",11538 "proc-macro2",11539 "quote",11540 "syn",11541]1154211543[[package]]11544name = "sp-wasm-interface"11545version = "6.0.0"11546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11547dependencies = [11548 "impl-trait-for-tuples",11549 "log",11550 "parity-scale-codec",11551 "sp-std",11552 "wasmi",11553 "wasmtime",11554]1155511556[[package]]11557name = "spin"11558version = "0.5.2"11559source = "registry+https://github.com/rust-lang/crates.io-index"11560checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1156111562[[package]]11563name = "spki"11564version = "0.5.4"11565source = "registry+https://github.com/rust-lang/crates.io-index"11566checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11567dependencies = [11568 "base64ct",11569 "der",11570]1157111572[[package]]11573name = "ss58-registry"11574version = "1.17.0"11575source = "registry+https://github.com/rust-lang/crates.io-index"11576checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11577dependencies = [11578 "Inflector",11579 "num-format",11580 "proc-macro2",11581 "quote",11582 "serde",11583 "serde_json",11584 "unicode-xid",11585]1158611587[[package]]11588name = "stable_deref_trait"11589version = "1.2.0"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1159211593[[package]]11594name = "static_assertions"11595version = "1.1.0"11596source = "registry+https://github.com/rust-lang/crates.io-index"11597checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1159811599[[package]]11600name = "static_init"11601version = "0.5.2"11602source = "registry+https://github.com/rust-lang/crates.io-index"11603checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11604dependencies = [11605 "cfg_aliases",11606 "libc",11607 "parking_lot 0.11.2",11608 "static_init_macro",11609]1161011611[[package]]11612name = "static_init_macro"11613version = "0.5.0"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11616dependencies = [11617 "cfg_aliases",11618 "memchr",11619 "proc-macro2",11620 "quote",11621 "syn",11622]1162311624[[package]]11625name = "statrs"11626version = "0.15.0"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11629dependencies = [11630 "approx",11631 "lazy_static",11632 "nalgebra",11633 "num-traits",11634 "rand 0.8.5",11635]1163611637[[package]]11638name = "strsim"11639version = "0.10.0"11640source = "registry+https://github.com/rust-lang/crates.io-index"11641checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1164211643[[package]]11644name = "strum"11645version = "0.23.0"11646source = "registry+https://github.com/rust-lang/crates.io-index"11647checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11648dependencies = [11649 "strum_macros 0.23.1",11650]1165111652[[package]]11653name = "strum"11654version = "0.24.0"11655source = "registry+https://github.com/rust-lang/crates.io-index"11656checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11657dependencies = [11658 "strum_macros 0.24.0",11659]1166011661[[package]]11662name = "strum_macros"11663version = "0.23.1"11664source = "registry+https://github.com/rust-lang/crates.io-index"11665checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11666dependencies = [11667 "heck 0.3.3",11668 "proc-macro2",11669 "quote",11670 "rustversion",11671 "syn",11672]1167311674[[package]]11675name = "strum_macros"11676version = "0.24.0"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11679dependencies = [11680 "heck 0.4.0",11681 "proc-macro2",11682 "quote",11683 "rustversion",11684 "syn",11685]1168611687[[package]]11688name = "substrate-bip39"11689version = "0.4.4"11690source = "registry+https://github.com/rust-lang/crates.io-index"11691checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11692dependencies = [11693 "hmac 0.11.0",11694 "pbkdf2 0.8.0",11695 "schnorrkel",11696 "sha2 0.9.9",11697 "zeroize",11698]1169911700[[package]]11701name = "substrate-build-script-utils"11702version = "3.0.0"11703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11704dependencies = [11705 "platforms",11706]1170711708[[package]]11709name = "substrate-frame-rpc-system"11710version = "4.0.0-dev"11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11712dependencies = [11713 "frame-system-rpc-runtime-api",11714 "futures 0.3.21",11715 "jsonrpc-core",11716 "jsonrpc-core-client",11717 "jsonrpc-derive",11718 "log",11719 "parity-scale-codec",11720 "sc-client-api",11721 "sc-rpc-api",11722 "sc-transaction-pool-api",11723 "sp-api",11724 "sp-block-builder",11725 "sp-blockchain",11726 "sp-core",11727 "sp-runtime",11728]1172911730[[package]]11731name = "substrate-prometheus-endpoint"11732version = "0.10.0-dev"11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11734dependencies = [11735 "futures-util",11736 "hyper",11737 "log",11738 "prometheus",11739 "thiserror",11740 "tokio 1.17.0",11741]1174211743[[package]]11744name = "substrate-test-client"11745version = "2.0.1"11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11747dependencies = [11748 "async-trait",11749 "futures 0.3.21",11750 "hex",11751 "parity-scale-codec",11752 "sc-client-api",11753 "sc-client-db",11754 "sc-consensus",11755 "sc-executor",11756 "sc-offchain",11757 "sc-service",11758 "serde",11759 "serde_json",11760 "sp-blockchain",11761 "sp-consensus",11762 "sp-core",11763 "sp-keyring",11764 "sp-keystore",11765 "sp-runtime",11766 "sp-state-machine",11767]1176811769[[package]]11770name = "substrate-test-utils"11771version = "4.0.0-dev"11772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11773dependencies = [11774 "futures 0.3.21",11775 "substrate-test-utils-derive",11776 "tokio 1.17.0",11777]1177811779[[package]]11780name = "substrate-test-utils-derive"11781version = "0.10.0-dev"11782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11783dependencies = [11784 "proc-macro-crate 1.1.3",11785 "proc-macro2",11786 "quote",11787 "syn",11788]1178911790[[package]]11791name = "substrate-wasm-builder"11792version = "5.0.0-dev"11793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11794dependencies = [11795 "ansi_term",11796 "build-helper",11797 "cargo_metadata",11798 "sp-maybe-compressed-blob",11799 "strum 0.23.0",11800 "tempfile",11801 "toml",11802 "walkdir",11803 "wasm-gc-api",11804]1180511806[[package]]11807name = "subtle"11808version = "1.0.0"11809source = "registry+https://github.com/rust-lang/crates.io-index"11810checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1181111812[[package]]11813name = "subtle"11814version = "2.4.1"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1181711818[[package]]11819name = "syn"11820version = "1.0.91"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"11823dependencies = [11824 "proc-macro2",11825 "quote",11826 "unicode-xid",11827]1182811829[[package]]11830name = "synstructure"11831version = "0.12.6"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11834dependencies = [11835 "proc-macro2",11836 "quote",11837 "syn",11838 "unicode-xid",11839]1184011841[[package]]11842name = "tap"11843version = "1.0.1"11844source = "registry+https://github.com/rust-lang/crates.io-index"11845checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1184611847[[package]]11848name = "target-lexicon"11849version = "0.12.3"11850source = "registry+https://github.com/rust-lang/crates.io-index"11851checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1185211853[[package]]11854name = "tempfile"11855version = "3.3.0"11856source = "registry+https://github.com/rust-lang/crates.io-index"11857checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11858dependencies = [11859 "cfg-if 1.0.0",11860 "fastrand",11861 "libc",11862 "redox_syscall",11863 "remove_dir_all",11864 "winapi 0.3.9",11865]1186611867[[package]]11868name = "termcolor"11869version = "1.1.3"11870source = "registry+https://github.com/rust-lang/crates.io-index"11871checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11872dependencies = [11873 "winapi-util",11874]1187511876[[package]]11877name = "test-runtime-constants"11878version = "0.9.18"11879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11880dependencies = [11881 "frame-support",11882 "polkadot-primitives",11883 "polkadot-runtime-common",11884 "smallvec",11885 "sp-runtime",11886]1188711888[[package]]11889name = "textwrap"11890version = "0.15.0"11891source = "registry+https://github.com/rust-lang/crates.io-index"11892checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1189311894[[package]]11895name = "thiserror"11896version = "1.0.30"11897source = "registry+https://github.com/rust-lang/crates.io-index"11898checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11899dependencies = [11900 "thiserror-impl",11901]1190211903[[package]]11904name = "thiserror-impl"11905version = "1.0.30"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11908dependencies = [11909 "proc-macro2",11910 "quote",11911 "syn",11912]1191311914[[package]]11915name = "thread_local"11916version = "1.1.4"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11919dependencies = [11920 "once_cell",11921]1192211923[[package]]11924name = "threadpool"11925version = "1.8.1"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11928dependencies = [11929 "num_cpus",11930]1193111932[[package]]11933name = "thrift"11934version = "0.15.0"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11937dependencies = [11938 "byteorder",11939 "integer-encoding",11940 "log",11941 "ordered-float",11942 "threadpool",11943]1194411945[[package]]11946name = "tikv-jemalloc-sys"11947version = "0.4.3+5.2.1-patched.2"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11950dependencies = [11951 "cc",11952 "fs_extra",11953 "libc",11954]1195511956[[package]]11957name = "time"11958version = "0.1.44"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11961dependencies = [11962 "libc",11963 "wasi 0.10.0+wasi-snapshot-preview1",11964 "winapi 0.3.9",11965]1196611967[[package]]11968name = "tiny-bip39"11969version = "0.8.2"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11972dependencies = [11973 "anyhow",11974 "hmac 0.8.1",11975 "once_cell",11976 "pbkdf2 0.4.0",11977 "rand 0.7.3",11978 "rustc-hash",11979 "sha2 0.9.9",11980 "thiserror",11981 "unicode-normalization",11982 "wasm-bindgen",11983 "zeroize",11984]1198511986[[package]]11987name = "tiny-keccak"11988version = "2.0.2"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11991dependencies = [11992 "crunchy",11993]1199411995[[package]]11996name = "tinyvec"11997version = "1.5.1"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12000dependencies = [12001 "tinyvec_macros",12002]1200312004[[package]]12005name = "tinyvec_macros"12006version = "0.1.0"12007source = "registry+https://github.com/rust-lang/crates.io-index"12008checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1200912010[[package]]12011name = "tokio"12012version = "0.2.25"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12015dependencies = [12016 "bytes 0.5.6",12017 "fnv",12018 "pin-project-lite 0.1.12",12019 "tokio-macros 0.2.6",12020]1202112022[[package]]12023name = "tokio"12024version = "1.17.0"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12027dependencies = [12028 "bytes 1.1.0",12029 "libc",12030 "memchr",12031 "mio 0.8.2",12032 "num_cpus",12033 "once_cell",12034 "parking_lot 0.12.0",12035 "pin-project-lite 0.2.8",12036 "signal-hook-registry",12037 "socket2 0.4.4",12038 "tokio-macros 1.7.0",12039 "winapi 0.3.9",12040]1204112042[[package]]12043name = "tokio-macros"12044version = "0.2.6"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12047dependencies = [12048 "proc-macro2",12049 "quote",12050 "syn",12051]1205212053[[package]]12054name = "tokio-macros"12055version = "1.7.0"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12058dependencies = [12059 "proc-macro2",12060 "quote",12061 "syn",12062]1206312064[[package]]12065name = "tokio-rustls"12066version = "0.22.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12069dependencies = [12070 "rustls 0.19.1",12071 "tokio 1.17.0",12072 "webpki 0.21.4",12073]1207412075[[package]]12076name = "tokio-rustls"12077version = "0.23.3"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12080dependencies = [12081 "rustls 0.20.4",12082 "tokio 1.17.0",12083 "webpki 0.22.0",12084]1208512086[[package]]12087name = "tokio-stream"12088version = "0.1.8"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12091dependencies = [12092 "futures-core",12093 "pin-project-lite 0.2.8",12094 "tokio 1.17.0",12095]1209612097[[package]]12098name = "tokio-util"12099version = "0.6.9"12100source = "registry+https://github.com/rust-lang/crates.io-index"12101checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12102dependencies = [12103 "bytes 1.1.0",12104 "futures-core",12105 "futures-io",12106 "futures-sink",12107 "log",12108 "pin-project-lite 0.2.8",12109 "tokio 1.17.0",12110]1211112112[[package]]12113name = "tokio-util"12114version = "0.7.1"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"12117dependencies = [12118 "bytes 1.1.0",12119 "futures-core",12120 "futures-sink",12121 "pin-project-lite 0.2.8",12122 "tokio 1.17.0",12123 "tracing",12124]1212512126[[package]]12127name = "toml"12128version = "0.5.8"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12131dependencies = [12132 "serde",12133]1213412135[[package]]12136name = "tower-service"12137version = "0.3.1"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1214012141[[package]]12142name = "tracing"12143version = "0.1.32"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12146dependencies = [12147 "cfg-if 1.0.0",12148 "pin-project-lite 0.2.8",12149 "tracing-attributes",12150 "tracing-core",12151]1215212153[[package]]12154name = "tracing-attributes"12155version = "0.1.20"12156source = "registry+https://github.com/rust-lang/crates.io-index"12157checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12158dependencies = [12159 "proc-macro2",12160 "quote",12161 "syn",12162]1216312164[[package]]12165name = "tracing-core"12166version = "0.1.24"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12169dependencies = [12170 "lazy_static",12171 "valuable",12172]1217312174[[package]]12175name = "tracing-futures"12176version = "0.2.5"12177source = "registry+https://github.com/rust-lang/crates.io-index"12178checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12179dependencies = [12180 "pin-project 1.0.10",12181 "tracing",12182]1218312184[[package]]12185name = "tracing-log"12186version = "0.1.2"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12189dependencies = [12190 "lazy_static",12191 "log",12192 "tracing-core",12193]1219412195[[package]]12196name = "tracing-serde"12197version = "0.1.3"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12200dependencies = [12201 "serde",12202 "tracing-core",12203]1220412205[[package]]12206name = "tracing-subscriber"12207version = "0.2.25"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12210dependencies = [12211 "ansi_term",12212 "chrono",12213 "lazy_static",12214 "matchers",12215 "parking_lot 0.11.2",12216 "regex",12217 "serde",12218 "serde_json",12219 "sharded-slab",12220 "smallvec",12221 "thread_local",12222 "tracing",12223 "tracing-core",12224 "tracing-log",12225 "tracing-serde",12226]1222712228[[package]]12229name = "trie-db"12230version = "0.23.1"12231source = "registry+https://github.com/rust-lang/crates.io-index"12232checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12233dependencies = [12234 "hash-db",12235 "hashbrown 0.12.0",12236 "log",12237 "rustc-hex",12238 "smallvec",12239]1224012241[[package]]12242name = "trie-root"12243version = "0.17.0"12244source = "registry+https://github.com/rust-lang/crates.io-index"12245checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12246dependencies = [12247 "hash-db",12248]1224912250[[package]]12251name = "triehash"12252version = "0.8.4"12253source = "registry+https://github.com/rust-lang/crates.io-index"12254checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12255dependencies = [12256 "hash-db",12257 "rlp",12258]1225912260[[package]]12261name = "trust-dns-proto"12262version = "0.20.4"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12265dependencies = [12266 "async-trait",12267 "cfg-if 1.0.0",12268 "data-encoding",12269 "enum-as-inner",12270 "futures-channel",12271 "futures-io",12272 "futures-util",12273 "idna 0.2.3",12274 "ipnet",12275 "lazy_static",12276 "log",12277 "rand 0.8.5",12278 "smallvec",12279 "thiserror",12280 "tinyvec",12281 "url 2.2.2",12282]1228312284[[package]]12285name = "trust-dns-resolver"12286version = "0.20.4"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12289dependencies = [12290 "cfg-if 1.0.0",12291 "futures-util",12292 "ipconfig",12293 "lazy_static",12294 "log",12295 "lru-cache",12296 "parking_lot 0.11.2",12297 "resolv-conf",12298 "smallvec",12299 "thiserror",12300 "trust-dns-proto",12301]1230212303[[package]]12304name = "try-lock"12305version = "0.2.3"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1230812309[[package]]12310name = "try-runtime-cli"12311version = "0.10.0-dev"12312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12313dependencies = [12314 "clap",12315 "jsonrpsee 0.4.1",12316 "log",12317 "parity-scale-codec",12318 "remote-externalities",12319 "sc-chain-spec",12320 "sc-cli",12321 "sc-executor",12322 "sc-service",12323 "serde",12324 "sp-core",12325 "sp-externalities",12326 "sp-io",12327 "sp-keystore",12328 "sp-runtime",12329 "sp-state-machine",12330 "sp-version",12331 "zstd",12332]1233312334[[package]]12335name = "tt-call"12336version = "1.0.8"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1233912340[[package]]12341name = "twox-hash"12342version = "1.6.2"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12345dependencies = [12346 "cfg-if 1.0.0",12347 "digest 0.10.3",12348 "rand 0.8.5",12349 "static_assertions",12350]1235112352[[package]]12353name = "typenum"12354version = "1.15.0"12355source = "registry+https://github.com/rust-lang/crates.io-index"12356checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1235712358[[package]]12359name = "uc-rpc"12360version = "0.1.0"12361dependencies = [12362 "jsonrpc-core",12363 "jsonrpc-core-client",12364 "jsonrpc-derive",12365 "pallet-common",12366 "pallet-evm",12367 "parity-scale-codec",12368 "sp-api",12369 "sp-blockchain",12370 "sp-core",12371 "sp-rpc",12372 "sp-runtime",12373 "up-data-structs",12374 "up-rpc",12375]1237612377[[package]]12378name = "ucd-trie"12379version = "0.1.3"12380source = "registry+https://github.com/rust-lang/crates.io-index"12381checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1238212383[[package]]12384name = "uint"12385version = "0.9.3"12386source = "registry+https://github.com/rust-lang/crates.io-index"12387checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12388dependencies = [12389 "byteorder",12390 "crunchy",12391 "hex",12392 "static_assertions",12393]1239412395[[package]]12396name = "unicase"12397version = "2.6.0"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12400dependencies = [12401 "version_check",12402]1240312404[[package]]12405name = "unicode-bidi"12406version = "0.3.7"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1240912410[[package]]12411name = "unicode-normalization"12412version = "0.1.19"12413source = "registry+https://github.com/rust-lang/crates.io-index"12414checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12415dependencies = [12416 "tinyvec",12417]1241812419[[package]]12420name = "unicode-segmentation"12421version = "1.9.0"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1242412425[[package]]12426name = "unicode-xid"12427version = "0.2.2"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1243012431[[package]]12432name = "unique-node"12433version = "0.9.18"12434dependencies = [12435 "clap",12436 "cumulus-client-cli",12437 "cumulus-client-collator",12438 "cumulus-client-consensus-aura",12439 "cumulus-client-consensus-common",12440 "cumulus-client-network",12441 "cumulus-client-service",12442 "cumulus-primitives-core",12443 "cumulus-primitives-parachain-inherent",12444 "cumulus-relay-chain-inprocess-interface",12445 "cumulus-relay-chain-interface",12446 "cumulus-relay-chain-rpc-interface",12447 "fc-consensus",12448 "fc-db",12449 "fc-mapping-sync",12450 "fc-rpc",12451 "fc-rpc-core",12452 "flexi_logger",12453 "fp-rpc",12454 "frame-benchmarking",12455 "frame-benchmarking-cli",12456 "futures 0.3.21",12457 "jsonrpc-core",12458 "jsonrpc-pubsub",12459 "log",12460 "opal-runtime",12461 "pallet-ethereum",12462 "pallet-transaction-payment-rpc",12463 "pallet-transaction-payment-rpc-runtime-api",12464 "parity-scale-codec",12465 "parking_lot 0.11.2",12466 "polkadot-cli",12467 "polkadot-parachain",12468 "polkadot-primitives",12469 "polkadot-service",12470 "polkadot-test-service",12471 "quartz-runtime",12472 "sc-basic-authorship",12473 "sc-chain-spec",12474 "sc-cli",12475 "sc-client-api",12476 "sc-consensus",12477 "sc-consensus-aura",12478 "sc-consensus-manual-seal",12479 "sc-executor",12480 "sc-finality-grandpa",12481 "sc-keystore",12482 "sc-network",12483 "sc-rpc",12484 "sc-rpc-api",12485 "sc-service",12486 "sc-telemetry",12487 "sc-tracing",12488 "sc-transaction-pool",12489 "serde",12490 "serde_json",12491 "sp-api",12492 "sp-block-builder",12493 "sp-blockchain",12494 "sp-consensus",12495 "sp-consensus-aura",12496 "sp-core",12497 "sp-finality-grandpa",12498 "sp-inherents",12499 "sp-keystore",12500 "sp-offchain",12501 "sp-runtime",12502 "sp-session",12503 "sp-timestamp",12504 "sp-transaction-pool",12505 "sp-trie",12506 "substrate-build-script-utils",12507 "substrate-frame-rpc-system",12508 "substrate-prometheus-endpoint",12509 "tokio 1.17.0",12510 "unique-rpc",12511 "unique-runtime",12512 "unique-runtime-common",12513 "up-data-structs",12514 "up-rpc",12515]1251612517[[package]]12518name = "unique-rpc"12519version = "0.1.0"12520dependencies = [12521 "fc-db",12522 "fc-mapping-sync",12523 "fc-rpc",12524 "fc-rpc-core",12525 "fp-rpc",12526 "futures 0.3.21",12527 "jsonrpc-core",12528 "jsonrpc-pubsub",12529 "pallet-common",12530 "pallet-ethereum",12531 "pallet-transaction-payment-rpc",12532 "pallet-transaction-payment-rpc-runtime-api",12533 "pallet-unique",12534 "sc-client-api",12535 "sc-consensus-aura",12536 "sc-consensus-epochs",12537 "sc-finality-grandpa",12538 "sc-finality-grandpa-rpc",12539 "sc-keystore",12540 "sc-network",12541 "sc-rpc",12542 "sc-rpc-api",12543 "sc-service",12544 "sc-transaction-pool",12545 "serde",12546 "sp-api",12547 "sp-block-builder",12548 "sp-blockchain",12549 "sp-consensus",12550 "sp-consensus-aura",12551 "sp-core",12552 "sp-offchain",12553 "sp-runtime",12554 "sp-session",12555 "sp-storage",12556 "sp-transaction-pool",12557 "substrate-frame-rpc-system",12558 "tokio 0.2.25",12559 "uc-rpc",12560 "unique-runtime-common",12561 "up-rpc",12562]1256312564[[package]]12565name = "unique-runtime"12566version = "0.9.18"12567dependencies = [12568 "cumulus-pallet-aura-ext",12569 "cumulus-pallet-dmp-queue",12570 "cumulus-pallet-parachain-system",12571 "cumulus-pallet-xcm",12572 "cumulus-pallet-xcmp-queue",12573 "cumulus-primitives-core",12574 "cumulus-primitives-timestamp",12575 "cumulus-primitives-utility",12576 "derivative",12577 "fp-evm-mapping",12578 "fp-rpc",12579 "fp-self-contained",12580 "frame-benchmarking",12581 "frame-executive",12582 "frame-support",12583 "frame-system",12584 "frame-system-benchmarking",12585 "frame-system-rpc-runtime-api",12586 "hex-literal",12587 "orml-vesting",12588 "pallet-aura",12589 "pallet-balances",12590 "pallet-base-fee",12591 "pallet-common",12592 "pallet-ethereum",12593 "pallet-evm",12594 "pallet-evm-coder-substrate",12595 "pallet-evm-contract-helpers",12596 "pallet-evm-migration",12597 "pallet-evm-transaction-payment",12598 "pallet-fungible",12599 "pallet-inflation",12600 "pallet-nonfungible",12601 "pallet-randomness-collective-flip",12602 "pallet-refungible",12603 "pallet-sudo",12604 "pallet-template-transaction-payment",12605 "pallet-timestamp",12606 "pallet-transaction-payment",12607 "pallet-transaction-payment-rpc-runtime-api",12608 "pallet-treasury",12609 "pallet-unique",12610 "pallet-unq-scheduler",12611 "pallet-xcm",12612 "parachain-info",12613 "parity-scale-codec",12614 "polkadot-parachain",12615 "scale-info",12616 "serde",12617 "smallvec",12618 "sp-api",12619 "sp-arithmetic",12620 "sp-block-builder",12621 "sp-consensus-aura",12622 "sp-core",12623 "sp-inherents",12624 "sp-io",12625 "sp-offchain",12626 "sp-runtime",12627 "sp-session",12628 "sp-std",12629 "sp-transaction-pool",12630 "sp-version",12631 "substrate-wasm-builder",12632 "unique-runtime-common",12633 "up-data-structs",12634 "up-rpc",12635 "xcm",12636 "xcm-builder",12637 "xcm-executor",12638]1263912640[[package]]12641name = "unique-runtime-common"12642version = "0.9.18"12643dependencies = [12644 "fp-rpc",12645 "frame-support",12646 "frame-system",12647 "pallet-common",12648 "pallet-evm",12649 "parity-scale-codec",12650 "scale-info",12651 "sp-consensus-aura",12652 "sp-core",12653 "sp-runtime",12654]1265512656[[package]]12657name = "universal-hash"12658version = "0.4.1"12659source = "registry+https://github.com/rust-lang/crates.io-index"12660checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12661dependencies = [12662 "generic-array 0.14.5",12663 "subtle 2.4.1",12664]1266512666[[package]]12667name = "unsigned-varint"12668version = "0.5.1"12669source = "registry+https://github.com/rust-lang/crates.io-index"12670checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1267112672[[package]]12673name = "unsigned-varint"12674version = "0.6.0"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12677dependencies = [12678 "asynchronous-codec 0.5.0",12679 "bytes 1.1.0",12680 "futures-io",12681 "futures-util",12682]1268312684[[package]]12685name = "unsigned-varint"12686version = "0.7.1"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12689dependencies = [12690 "asynchronous-codec 0.6.0",12691 "bytes 1.1.0",12692 "futures-io",12693 "futures-util",12694]1269512696[[package]]12697name = "untrusted"12698version = "0.7.1"12699source = "registry+https://github.com/rust-lang/crates.io-index"12700checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1270112702[[package]]12703name = "up-data-structs"12704version = "0.1.0"12705dependencies = [12706 "derivative",12707 "frame-support",12708 "frame-system",12709 "parity-scale-codec",12710 "scale-info",12711 "serde",12712 "sp-core",12713 "sp-runtime",12714 "sp-std",12715]1271612717[[package]]12718name = "up-rpc"12719version = "0.1.0"12720dependencies = [12721 "pallet-common",12722 "pallet-evm",12723 "parity-scale-codec",12724 "sp-api",12725 "sp-core",12726 "sp-runtime",12727 "sp-std",12728 "up-data-structs",12729]1273012731[[package]]12732name = "up-sponsorship"12733version = "0.1.0"12734source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12735dependencies = [12736 "impl-trait-for-tuples",12737]1273812739[[package]]12740name = "url"12741version = "1.7.2"12742source = "registry+https://github.com/rust-lang/crates.io-index"12743checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12744dependencies = [12745 "idna 0.1.5",12746 "matches",12747 "percent-encoding 1.0.1",12748]1274912750[[package]]12751name = "url"12752version = "2.2.2"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12755dependencies = [12756 "form_urlencoded",12757 "idna 0.2.3",12758 "matches",12759 "percent-encoding 2.1.0",12760]1276112762[[package]]12763name = "valuable"12764version = "0.1.0"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1276712768[[package]]12769name = "value-bag"12770version = "1.0.0-alpha.8"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12773dependencies = [12774 "ctor",12775 "version_check",12776]1277712778[[package]]12779name = "vcpkg"12780version = "0.2.15"12781source = "registry+https://github.com/rust-lang/crates.io-index"12782checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1278312784[[package]]12785name = "version_check"12786version = "0.9.4"12787source = "registry+https://github.com/rust-lang/crates.io-index"12788checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1278912790[[package]]12791name = "void"12792version = "1.0.2"12793source = "registry+https://github.com/rust-lang/crates.io-index"12794checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1279512796[[package]]12797name = "waker-fn"12798version = "1.1.0"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1280112802[[package]]12803name = "walkdir"12804version = "2.3.2"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12807dependencies = [12808 "same-file",12809 "winapi 0.3.9",12810 "winapi-util",12811]1281212813[[package]]12814name = "want"12815version = "0.3.0"12816source = "registry+https://github.com/rust-lang/crates.io-index"12817checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12818dependencies = [12819 "log",12820 "try-lock",12821]1282212823[[package]]12824name = "wasi"12825version = "0.9.0+wasi-snapshot-preview1"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1282812829[[package]]12830name = "wasi"12831version = "0.10.0+wasi-snapshot-preview1"12832source = "registry+https://github.com/rust-lang/crates.io-index"12833checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1283412835[[package]]12836name = "wasi"12837version = "0.11.0+wasi-snapshot-preview1"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1284012841[[package]]12842name = "wasm-bindgen"12843version = "0.2.79"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12846dependencies = [12847 "cfg-if 1.0.0",12848 "wasm-bindgen-macro",12849]1285012851[[package]]12852name = "wasm-bindgen-backend"12853version = "0.2.79"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12856dependencies = [12857 "bumpalo",12858 "lazy_static",12859 "log",12860 "proc-macro2",12861 "quote",12862 "syn",12863 "wasm-bindgen-shared",12864]1286512866[[package]]12867name = "wasm-bindgen-futures"12868version = "0.4.29"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12871dependencies = [12872 "cfg-if 1.0.0",12873 "js-sys",12874 "wasm-bindgen",12875 "web-sys",12876]1287712878[[package]]12879name = "wasm-bindgen-macro"12880version = "0.2.79"12881source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12883dependencies = [12884 "quote",12885 "wasm-bindgen-macro-support",12886]1288712888[[package]]12889name = "wasm-bindgen-macro-support"12890version = "0.2.79"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12893dependencies = [12894 "proc-macro2",12895 "quote",12896 "syn",12897 "wasm-bindgen-backend",12898 "wasm-bindgen-shared",12899]1290012901[[package]]12902name = "wasm-bindgen-shared"12903version = "0.2.79"12904source = "registry+https://github.com/rust-lang/crates.io-index"12905checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1290612907[[package]]12908name = "wasm-gc-api"12909version = "0.1.11"12910source = "registry+https://github.com/rust-lang/crates.io-index"12911checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12912dependencies = [12913 "log",12914 "parity-wasm 0.32.0",12915 "rustc-demangle",12916]1291712918[[package]]12919name = "wasm-instrument"12920version = "0.1.1"12921source = "registry+https://github.com/rust-lang/crates.io-index"12922checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12923dependencies = [12924 "parity-wasm 0.42.2",12925]1292612927[[package]]12928name = "wasm-timer"12929version = "0.2.5"12930source = "registry+https://github.com/rust-lang/crates.io-index"12931checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12932dependencies = [12933 "futures 0.3.21",12934 "js-sys",12935 "parking_lot 0.11.2",12936 "pin-utils",12937 "wasm-bindgen",12938 "wasm-bindgen-futures",12939 "web-sys",12940]1294112942[[package]]12943name = "wasmi"12944version = "0.9.1"12945source = "registry+https://github.com/rust-lang/crates.io-index"12946checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12947dependencies = [12948 "downcast-rs",12949 "libc",12950 "memory_units",12951 "num-rational 0.2.4",12952 "num-traits",12953 "parity-wasm 0.42.2",12954 "wasmi-validation",12955]1295612957[[package]]12958name = "wasmi-validation"12959version = "0.4.1"12960source = "registry+https://github.com/rust-lang/crates.io-index"12961checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12962dependencies = [12963 "parity-wasm 0.42.2",12964]1296512966[[package]]12967name = "wasmparser"12968version = "0.81.0"12969source = "registry+https://github.com/rust-lang/crates.io-index"12970checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1297112972[[package]]12973name = "wasmtime"12974version = "0.33.1"12975source = "registry+https://github.com/rust-lang/crates.io-index"12976checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12977dependencies = [12978 "anyhow",12979 "backtrace",12980 "bincode",12981 "cfg-if 1.0.0",12982 "cpp_demangle",12983 "indexmap",12984 "lazy_static",12985 "libc",12986 "log",12987 "object",12988 "paste",12989 "psm",12990 "rayon",12991 "region",12992 "rustc-demangle",12993 "serde",12994 "target-lexicon",12995 "wasmparser",12996 "wasmtime-cache",12997 "wasmtime-cranelift",12998 "wasmtime-environ",12999 "wasmtime-jit",13000 "wasmtime-runtime",13001 "winapi 0.3.9",13002]1300313004[[package]]13005name = "wasmtime-cache"13006version = "0.33.1"13007source = "registry+https://github.com/rust-lang/crates.io-index"13008checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13009dependencies = [13010 "anyhow",13011 "base64",13012 "bincode",13013 "directories-next",13014 "file-per-thread-logger",13015 "log",13016 "rustix",13017 "serde",13018 "sha2 0.9.9",13019 "toml",13020 "winapi 0.3.9",13021 "zstd",13022]1302313024[[package]]13025name = "wasmtime-cranelift"13026version = "0.33.1"13027source = "registry+https://github.com/rust-lang/crates.io-index"13028checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13029dependencies = [13030 "anyhow",13031 "cranelift-codegen",13032 "cranelift-entity",13033 "cranelift-frontend",13034 "cranelift-native",13035 "cranelift-wasm",13036 "gimli",13037 "log",13038 "more-asserts",13039 "object",13040 "target-lexicon",13041 "thiserror",13042 "wasmparser",13043 "wasmtime-environ",13044]1304513046[[package]]13047name = "wasmtime-environ"13048version = "0.33.1"13049source = "registry+https://github.com/rust-lang/crates.io-index"13050checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13051dependencies = [13052 "anyhow",13053 "cranelift-entity",13054 "gimli",13055 "indexmap",13056 "log",13057 "more-asserts",13058 "object",13059 "serde",13060 "target-lexicon",13061 "thiserror",13062 "wasmparser",13063 "wasmtime-types",13064]1306513066[[package]]13067name = "wasmtime-jit"13068version = "0.33.1"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13071dependencies = [13072 "addr2line",13073 "anyhow",13074 "bincode",13075 "cfg-if 1.0.0",13076 "gimli",13077 "object",13078 "region",13079 "rustix",13080 "serde",13081 "target-lexicon",13082 "thiserror",13083 "wasmtime-environ",13084 "wasmtime-runtime",13085 "winapi 0.3.9",13086]1308713088[[package]]13089name = "wasmtime-runtime"13090version = "0.33.1"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13093dependencies = [13094 "anyhow",13095 "backtrace",13096 "cc",13097 "cfg-if 1.0.0",13098 "indexmap",13099 "lazy_static",13100 "libc",13101 "log",13102 "mach",13103 "memoffset",13104 "more-asserts",13105 "rand 0.8.5",13106 "region",13107 "rustix",13108 "thiserror",13109 "wasmtime-environ",13110 "winapi 0.3.9",13111]1311213113[[package]]13114name = "wasmtime-types"13115version = "0.33.1"13116source = "registry+https://github.com/rust-lang/crates.io-index"13117checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13118dependencies = [13119 "cranelift-entity",13120 "serde",13121 "thiserror",13122 "wasmparser",13123]1312413125[[package]]13126name = "web-sys"13127version = "0.3.56"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13130dependencies = [13131 "js-sys",13132 "wasm-bindgen",13133]1313413135[[package]]13136name = "webpki"13137version = "0.21.4"13138source = "registry+https://github.com/rust-lang/crates.io-index"13139checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13140dependencies = [13141 "ring",13142 "untrusted",13143]1314413145[[package]]13146name = "webpki"13147version = "0.22.0"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13150dependencies = [13151 "ring",13152 "untrusted",13153]1315413155[[package]]13156name = "webpki-roots"13157version = "0.21.1"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13160dependencies = [13161 "webpki 0.21.4",13162]1316313164[[package]]13165name = "webpki-roots"13166version = "0.22.2"13167source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13169dependencies = [13170 "webpki 0.22.0",13171]1317213173[[package]]13174name = "wepoll-ffi"13175version = "0.1.2"13176source = "registry+https://github.com/rust-lang/crates.io-index"13177checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13178dependencies = [13179 "cc",13180]1318113182[[package]]13183name = "westend-runtime"13184version = "0.9.18"13185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13186dependencies = [13187 "beefy-primitives",13188 "bitvec",13189 "frame-benchmarking",13190 "frame-election-provider-support",13191 "frame-executive",13192 "frame-support",13193 "frame-system",13194 "frame-system-benchmarking",13195 "frame-system-rpc-runtime-api",13196 "frame-try-runtime",13197 "hex-literal",13198 "log",13199 "pallet-authority-discovery",13200 "pallet-authorship",13201 "pallet-babe",13202 "pallet-bags-list",13203 "pallet-balances",13204 "pallet-collective",13205 "pallet-democracy",13206 "pallet-election-provider-multi-phase",13207 "pallet-elections-phragmen",13208 "pallet-grandpa",13209 "pallet-identity",13210 "pallet-im-online",13211 "pallet-indices",13212 "pallet-membership",13213 "pallet-mmr-primitives",13214 "pallet-multisig",13215 "pallet-nicks",13216 "pallet-offences",13217 "pallet-offences-benchmarking",13218 "pallet-preimage",13219 "pallet-proxy",13220 "pallet-recovery",13221 "pallet-scheduler",13222 "pallet-session",13223 "pallet-session-benchmarking",13224 "pallet-society",13225 "pallet-staking",13226 "pallet-staking-reward-curve",13227 "pallet-sudo",13228 "pallet-timestamp",13229 "pallet-transaction-payment",13230 "pallet-transaction-payment-rpc-runtime-api",13231 "pallet-treasury",13232 "pallet-utility",13233 "pallet-vesting",13234 "pallet-xcm",13235 "pallet-xcm-benchmarks",13236 "parity-scale-codec",13237 "polkadot-parachain",13238 "polkadot-primitives",13239 "polkadot-runtime-common",13240 "polkadot-runtime-parachains",13241 "rustc-hex",13242 "scale-info",13243 "serde",13244 "serde_derive",13245 "smallvec",13246 "sp-api",13247 "sp-authority-discovery",13248 "sp-block-builder",13249 "sp-consensus-babe",13250 "sp-core",13251 "sp-inherents",13252 "sp-io",13253 "sp-npos-elections",13254 "sp-offchain",13255 "sp-runtime",13256 "sp-session",13257 "sp-staking",13258 "sp-std",13259 "sp-transaction-pool",13260 "sp-version",13261 "substrate-wasm-builder",13262 "westend-runtime-constants",13263 "xcm",13264 "xcm-builder",13265 "xcm-executor",13266]1326713268[[package]]13269name = "westend-runtime-constants"13270version = "0.9.18"13271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13272dependencies = [13273 "frame-support",13274 "polkadot-primitives",13275 "polkadot-runtime-common",13276 "smallvec",13277 "sp-runtime",13278]1327913280[[package]]13281name = "which"13282version = "4.2.5"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13285dependencies = [13286 "either",13287 "lazy_static",13288 "libc",13289]1329013291[[package]]13292name = "widestring"13293version = "0.4.3"13294source = "registry+https://github.com/rust-lang/crates.io-index"13295checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1329613297[[package]]13298name = "winapi"13299version = "0.2.8"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1330213303[[package]]13304name = "winapi"13305version = "0.3.9"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13308dependencies = [13309 "winapi-i686-pc-windows-gnu",13310 "winapi-x86_64-pc-windows-gnu",13311]1331213313[[package]]13314name = "winapi-build"13315version = "0.1.1"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1331813319[[package]]13320name = "winapi-i686-pc-windows-gnu"13321version = "0.4.0"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332413325[[package]]13326name = "winapi-util"13327version = "0.1.5"13328source = "registry+https://github.com/rust-lang/crates.io-index"13329checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13330dependencies = [13331 "winapi 0.3.9",13332]1333313334[[package]]13335name = "winapi-x86_64-pc-windows-gnu"13336version = "0.4.0"13337source = "registry+https://github.com/rust-lang/crates.io-index"13338checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1333913340[[package]]13341name = "windows-sys"13342version = "0.34.0"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13345dependencies = [13346 "windows_aarch64_msvc",13347 "windows_i686_gnu",13348 "windows_i686_msvc",13349 "windows_x86_64_gnu",13350 "windows_x86_64_msvc",13351]1335213353[[package]]13354name = "windows_aarch64_msvc"13355version = "0.34.0"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1335813359[[package]]13360name = "windows_i686_gnu"13361version = "0.34.0"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1336413365[[package]]13366name = "windows_i686_msvc"13367version = "0.34.0"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1337013371[[package]]13372name = "windows_x86_64_gnu"13373version = "0.34.0"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1337613377[[package]]13378name = "windows_x86_64_msvc"13379version = "0.34.0"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1338213383[[package]]13384name = "winreg"13385version = "0.6.2"13386source = "registry+https://github.com/rust-lang/crates.io-index"13387checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13388dependencies = [13389 "winapi 0.3.9",13390]1339113392[[package]]13393name = "ws2_32-sys"13394version = "0.2.1"13395source = "registry+https://github.com/rust-lang/crates.io-index"13396checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13397dependencies = [13398 "winapi 0.2.8",13399 "winapi-build",13400]1340113402[[package]]13403name = "wyz"13404version = "0.5.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13407dependencies = [13408 "tap",13409]1341013411[[package]]13412name = "x25519-dalek"13413version = "1.1.1"13414source = "registry+https://github.com/rust-lang/crates.io-index"13415checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13416dependencies = [13417 "curve25519-dalek 3.2.0",13418 "rand_core 0.5.1",13419 "zeroize",13420]1342113422[[package]]13423name = "xcm"13424version = "0.9.18"13425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13426dependencies = [13427 "derivative",13428 "impl-trait-for-tuples",13429 "log",13430 "parity-scale-codec",13431 "scale-info",13432 "xcm-procedural",13433]1343413435[[package]]13436name = "xcm-builder"13437version = "0.9.18"13438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13439dependencies = [13440 "frame-support",13441 "frame-system",13442 "log",13443 "pallet-transaction-payment",13444 "parity-scale-codec",13445 "polkadot-parachain",13446 "scale-info",13447 "sp-arithmetic",13448 "sp-io",13449 "sp-runtime",13450 "sp-std",13451 "xcm",13452 "xcm-executor",13453]1345413455[[package]]13456name = "xcm-executor"13457version = "0.9.18"13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13459dependencies = [13460 "frame-benchmarking",13461 "frame-support",13462 "impl-trait-for-tuples",13463 "log",13464 "parity-scale-codec",13465 "sp-arithmetic",13466 "sp-core",13467 "sp-io",13468 "sp-runtime",13469 "sp-std",13470 "xcm",13471]1347213473[[package]]13474name = "xcm-procedural"13475version = "0.1.0"13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13477dependencies = [13478 "Inflector",13479 "proc-macro2",13480 "quote",13481 "syn",13482]1348313484[[package]]13485name = "yamux"13486version = "0.9.0"13487source = "registry+https://github.com/rust-lang/crates.io-index"13488checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13489dependencies = [13490 "futures 0.3.21",13491 "log",13492 "nohash-hasher",13493 "parking_lot 0.11.2",13494 "rand 0.8.5",13495 "static_assertions",13496]1349713498[[package]]13499name = "yansi"13500version = "0.5.1"13501source = "registry+https://github.com/rust-lang/crates.io-index"13502checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1350313504[[package]]13505name = "zeroize"13506version = "1.5.4"13507source = "registry+https://github.com/rust-lang/crates.io-index"13508checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13509dependencies = [13510 "zeroize_derive",13511]1351213513[[package]]13514name = "zeroize_derive"13515version = "1.3.2"13516source = "registry+https://github.com/rust-lang/crates.io-index"13517checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13518dependencies = [13519 "proc-macro2",13520 "quote",13521 "syn",13522 "synstructure",13523]1352413525[[package]]13526name = "zstd"13527version = "0.9.2+zstd.1.5.1"13528source = "registry+https://github.com/rust-lang/crates.io-index"13529checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13530dependencies = [13531 "zstd-safe",13532]1353313534[[package]]13535name = "zstd-safe"13536version = "4.1.3+zstd.1.5.1"13537source = "registry+https://github.com/rust-lang/crates.io-index"13538checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13539dependencies = [13540 "libc",13541 "zstd-sys",13542]1354313544[[package]]13545name = "zstd-sys"13546version = "1.6.2+zstd.1.5.1"13547source = "registry+https://github.com/rust-lang/crates.io-index"13548checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13549dependencies = [13550 "cc",13551 "libc",13552]