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

difftreelog

source

Cargo.lock303.8 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.5",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.52"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"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.5",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.4.1"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5"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.6",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-evm-mapping"2755version = "0.1.0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#8718bfde84a370f5a6e7642b216dd913ca33db5c"2757dependencies = [2758 "frame-support",2759 "sp-core",2760]27612762[[package]]2763name = "fp-rpc"2764version = "3.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2766dependencies = [2767 "ethereum",2768 "ethereum-types",2769 "fp-evm",2770 "parity-scale-codec",2771 "scale-info",2772 "sp-api",2773 "sp-core",2774 "sp-io",2775 "sp-runtime",2776 "sp-std",2777]27782779[[package]]2780name = "fp-self-contained"2781version = "1.0.0-dev"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2783dependencies = [2784 "ethereum",2785 "frame-support",2786 "parity-scale-codec",2787 "parity-util-mem",2788 "scale-info",2789 "serde",2790 "sha3 0.8.2",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794]27952796[[package]]2797name = "fp-storage"2798version = "2.0.0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"28002801[[package]]2802name = "frame-benchmarking"2803version = "4.0.0-dev"2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2805dependencies = [2806 "frame-support",2807 "frame-system",2808 "linregress",2809 "log",2810 "parity-scale-codec",2811 "paste",2812 "scale-info",2813 "serde",2814 "sp-api",2815 "sp-application-crypto",2816 "sp-io",2817 "sp-runtime",2818 "sp-runtime-interface",2819 "sp-std",2820 "sp-storage",2821]28222823[[package]]2824name = "frame-benchmarking-cli"2825version = "4.0.0-dev"2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2827dependencies = [2828 "Inflector",2829 "chrono",2830 "clap",2831 "frame-benchmarking",2832 "frame-support",2833 "handlebars",2834 "hash-db",2835 "hex",2836 "itertools",2837 "kvdb",2838 "linked-hash-map",2839 "log",2840 "memory-db",2841 "parity-scale-codec",2842 "rand 0.8.5",2843 "sc-cli",2844 "sc-client-api",2845 "sc-client-db",2846 "sc-executor",2847 "sc-service",2848 "serde",2849 "serde_json",2850 "serde_nanos",2851 "sp-api",2852 "sp-blockchain",2853 "sp-core",2854 "sp-database",2855 "sp-externalities",2856 "sp-keystore",2857 "sp-runtime",2858 "sp-state-machine",2859 "sp-std",2860 "sp-storage",2861 "sp-trie",2862]28632864[[package]]2865name = "frame-election-provider-support"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2868dependencies = [2869 "frame-support",2870 "frame-system",2871 "parity-scale-codec",2872 "scale-info",2873 "sp-arithmetic",2874 "sp-npos-elections",2875 "sp-std",2876]28772878[[package]]2879name = "frame-executive"2880version = "4.0.0-dev"2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2882dependencies = [2883 "frame-support",2884 "frame-system",2885 "parity-scale-codec",2886 "scale-info",2887 "sp-core",2888 "sp-io",2889 "sp-runtime",2890 "sp-std",2891 "sp-tracing",2892]28932894[[package]]2895name = "frame-metadata"2896version = "15.0.0"2897source = "registry+https://github.com/rust-lang/crates.io-index"2898checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2899dependencies = [2900 "cfg-if 1.0.0",2901 "parity-scale-codec",2902 "scale-info",2903 "serde",2904]29052906[[package]]2907name = "frame-support"2908version = "4.0.0-dev"2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2910dependencies = [2911 "bitflags",2912 "frame-metadata",2913 "frame-support-procedural",2914 "impl-trait-for-tuples",2915 "log",2916 "once_cell",2917 "parity-scale-codec",2918 "paste",2919 "scale-info",2920 "serde",2921 "smallvec",2922 "sp-arithmetic",2923 "sp-core",2924 "sp-core-hashing-proc-macro",2925 "sp-inherents",2926 "sp-io",2927 "sp-runtime",2928 "sp-staking",2929 "sp-state-machine",2930 "sp-std",2931 "sp-tracing",2932 "tt-call",2933]29342935[[package]]2936name = "frame-support-procedural"2937version = "4.0.0-dev"2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2939dependencies = [2940 "Inflector",2941 "frame-support-procedural-tools",2942 "proc-macro2",2943 "quote",2944 "syn",2945]29462947[[package]]2948name = "frame-support-procedural-tools"2949version = "4.0.0-dev"2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2951dependencies = [2952 "frame-support-procedural-tools-derive",2953 "proc-macro-crate 1.1.3",2954 "proc-macro2",2955 "quote",2956 "syn",2957]29582959[[package]]2960name = "frame-support-procedural-tools-derive"2961version = "3.0.0"2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2963dependencies = [2964 "proc-macro2",2965 "quote",2966 "syn",2967]29682969[[package]]2970name = "frame-system"2971version = "4.0.0-dev"2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2973dependencies = [2974 "frame-support",2975 "log",2976 "parity-scale-codec",2977 "scale-info",2978 "serde",2979 "sp-core",2980 "sp-io",2981 "sp-runtime",2982 "sp-std",2983 "sp-version",2984]29852986[[package]]2987name = "frame-system-benchmarking"2988version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2990dependencies = [2991 "frame-benchmarking",2992 "frame-support",2993 "frame-system",2994 "parity-scale-codec",2995 "scale-info",2996 "sp-core",2997 "sp-runtime",2998 "sp-std",2999]30003001[[package]]3002name = "frame-system-rpc-runtime-api"3003version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "parity-scale-codec",3007 "sp-api",3008]30093010[[package]]3011name = "frame-try-runtime"3012version = "0.10.0-dev"3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3014dependencies = [3015 "frame-support",3016 "sp-api",3017 "sp-runtime",3018 "sp-std",3019]30203021[[package]]3022name = "fs-err"3023version = "2.7.0"3024source = "registry+https://github.com/rust-lang/crates.io-index"3025checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30263027[[package]]3028name = "fs-swap"3029version = "0.2.6"3030source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3032dependencies = [3033 "lazy_static",3034 "libc",3035 "libloading 0.5.2",3036 "winapi 0.3.9",3037]30383039[[package]]3040name = "fs2"3041version = "0.4.3"3042source = "registry+https://github.com/rust-lang/crates.io-index"3043checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3044dependencies = [3045 "libc",3046 "winapi 0.3.9",3047]30483049[[package]]3050name = "fs_extra"3051version = "1.2.0"3052source = "registry+https://github.com/rust-lang/crates.io-index"3053checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30543055[[package]]3056name = "fuchsia-zircon"3057version = "0.3.3"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3060dependencies = [3061 "bitflags",3062 "fuchsia-zircon-sys",3063]30643065[[package]]3066name = "fuchsia-zircon-sys"3067version = "0.3.3"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30703071[[package]]3072name = "funty"3073version = "1.1.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30763077[[package]]3078name = "funty"3079version = "2.0.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30823083[[package]]3084name = "futures"3085version = "0.1.31"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30883089[[package]]3090name = "futures"3091version = "0.3.21"3092source = "registry+https://github.com/rust-lang/crates.io-index"3093checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3094dependencies = [3095 "futures-channel",3096 "futures-core",3097 "futures-executor",3098 "futures-io",3099 "futures-sink",3100 "futures-task",3101 "futures-util",3102]31033104[[package]]3105name = "futures-channel"3106version = "0.3.21"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3109dependencies = [3110 "futures-core",3111 "futures-sink",3112]31133114[[package]]3115name = "futures-core"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31193120[[package]]3121name = "futures-executor"3122version = "0.3.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3125dependencies = [3126 "futures-core",3127 "futures-task",3128 "futures-util",3129 "num_cpus",3130]31313132[[package]]3133name = "futures-io"3134version = "0.3.21"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31373138[[package]]3139name = "futures-lite"3140version = "1.12.0"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3143dependencies = [3144 "fastrand",3145 "futures-core",3146 "futures-io",3147 "memchr",3148 "parking",3149 "pin-project-lite 0.2.8",3150 "waker-fn",3151]31523153[[package]]3154name = "futures-macro"3155version = "0.3.21"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3158dependencies = [3159 "proc-macro2",3160 "quote",3161 "syn",3162]31633164[[package]]3165name = "futures-rustls"3166version = "0.21.1"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3169dependencies = [3170 "futures-io",3171 "rustls 0.19.1",3172 "webpki 0.21.4",3173]31743175[[package]]3176name = "futures-sink"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31803181[[package]]3182name = "futures-task"3183version = "0.3.21"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31863187[[package]]3188name = "futures-timer"3189version = "3.0.2"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31923193[[package]]3194name = "futures-util"3195version = "0.3.21"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3198dependencies = [3199 "futures 0.1.31",3200 "futures-channel",3201 "futures-core",3202 "futures-io",3203 "futures-macro",3204 "futures-sink",3205 "futures-task",3206 "memchr",3207 "pin-project-lite 0.2.8",3208 "pin-utils",3209 "slab",3210]32113212[[package]]3213name = "generic-array"3214version = "0.12.4"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3217dependencies = [3218 "typenum",3219]32203221[[package]]3222name = "generic-array"3223version = "0.14.5"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3226dependencies = [3227 "typenum",3228 "version_check",3229]32303231[[package]]3232name = "getrandom"3233version = "0.1.16"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3236dependencies = [3237 "cfg-if 1.0.0",3238 "js-sys",3239 "libc",3240 "wasi 0.9.0+wasi-snapshot-preview1",3241 "wasm-bindgen",3242]32433244[[package]]3245name = "getrandom"3246version = "0.2.5"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3249dependencies = [3250 "cfg-if 1.0.0",3251 "libc",3252 "wasi 0.10.0+wasi-snapshot-preview1",3253]32543255[[package]]3256name = "ghash"3257version = "0.4.4"3258source = "registry+https://github.com/rust-lang/crates.io-index"3259checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3260dependencies = [3261 "opaque-debug 0.3.0",3262 "polyval",3263]32643265[[package]]3266name = "gimli"3267version = "0.26.1"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3270dependencies = [3271 "fallible-iterator",3272 "indexmap",3273 "stable_deref_trait",3274]32753276[[package]]3277name = "glob"3278version = "0.3.0"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32813282[[package]]3283name = "globset"3284version = "0.4.8"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3287dependencies = [3288 "aho-corasick",3289 "bstr",3290 "fnv",3291 "log",3292 "regex",3293]32943295[[package]]3296name = "gloo-timers"3297version = "0.2.3"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3300dependencies = [3301 "futures-channel",3302 "futures-core",3303 "js-sys",3304 "wasm-bindgen",3305]33063307[[package]]3308name = "group"3309version = "0.11.0"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3312dependencies = [3313 "ff",3314 "rand_core 0.6.3",3315 "subtle 2.4.1",3316]33173318[[package]]3319name = "h2"3320version = "0.3.12"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3323dependencies = [3324 "bytes 1.1.0",3325 "fnv",3326 "futures-core",3327 "futures-sink",3328 "futures-util",3329 "http",3330 "indexmap",3331 "slab",3332 "tokio 1.17.0",3333 "tokio-util",3334 "tracing",3335]33363337[[package]]3338name = "handlebars"3339version = "4.2.2"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3342dependencies = [3343 "log",3344 "pest",3345 "pest_derive",3346 "quick-error 2.0.1",3347 "serde",3348 "serde_json",3349]33503351[[package]]3352name = "hash-db"3353version = "0.15.2"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33563357[[package]]3358name = "hash256-std-hasher"3359version = "0.15.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3362dependencies = [3363 "crunchy",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.11.2"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "hashbrown"3377version = "0.12.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3380dependencies = [3381 "ahash",3382]33833384[[package]]3385name = "heck"3386version = "0.3.3"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3389dependencies = [3390 "unicode-segmentation",3391]33923393[[package]]3394name = "heck"3395version = "0.4.0"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33983399[[package]]3400name = "hermit-abi"3401version = "0.1.19"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3404dependencies = [3405 "libc",3406]34073408[[package]]3409name = "hex"3410version = "0.4.3"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34133414[[package]]3415name = "hex-literal"3416version = "0.3.4"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34193420[[package]]3421name = "hex_fmt"3422version = "0.3.0"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34253426[[package]]3427name = "hmac"3428version = "0.7.1"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3431dependencies = [3432 "crypto-mac 0.7.0",3433 "digest 0.8.1",3434]34353436[[package]]3437name = "hmac"3438version = "0.8.1"3439source = "registry+https://github.com/rust-lang/crates.io-index"3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3441dependencies = [3442 "crypto-mac 0.8.0",3443 "digest 0.9.0",3444]34453446[[package]]3447name = "hmac"3448version = "0.11.0"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3451dependencies = [3452 "crypto-mac 0.11.1",3453 "digest 0.9.0",3454]34553456[[package]]3457name = "hmac-drbg"3458version = "0.2.0"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3461dependencies = [3462 "digest 0.8.1",3463 "generic-array 0.12.4",3464 "hmac 0.7.1",3465]34663467[[package]]3468name = "hmac-drbg"3469version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3472dependencies = [3473 "digest 0.9.0",3474 "generic-array 0.14.5",3475 "hmac 0.8.1",3476]34773478[[package]]3479name = "hostname"3480version = "0.3.1"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3483dependencies = [3484 "libc",3485 "match_cfg",3486 "winapi 0.3.9",3487]34883489[[package]]3490name = "http"3491version = "0.2.6"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3494dependencies = [3495 "bytes 1.1.0",3496 "fnv",3497 "itoa 1.0.1",3498]34993500[[package]]3501name = "http-body"3502version = "0.4.4"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3505dependencies = [3506 "bytes 1.1.0",3507 "http",3508 "pin-project-lite 0.2.8",3509]35103511[[package]]3512name = "httparse"3513version = "1.6.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35163517[[package]]3518name = "httpdate"3519version = "1.0.2"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35223523[[package]]3524name = "humantime"3525version = "2.1.0"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35283529[[package]]3530name = "hyper"3531version = "0.14.18"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3534dependencies = [3535 "bytes 1.1.0",3536 "futures-channel",3537 "futures-core",3538 "futures-util",3539 "h2",3540 "http",3541 "http-body",3542 "httparse",3543 "httpdate",3544 "itoa 1.0.1",3545 "pin-project-lite 0.2.8",3546 "socket2 0.4.4",3547 "tokio 1.17.0",3548 "tower-service",3549 "tracing",3550 "want",3551]35523553[[package]]3554name = "hyper-rustls"3555version = "0.22.1"3556source = "registry+https://github.com/rust-lang/crates.io-index"3557checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3558dependencies = [3559 "ct-logs",3560 "futures-util",3561 "hyper",3562 "log",3563 "rustls 0.19.1",3564 "rustls-native-certs 0.5.0",3565 "tokio 1.17.0",3566 "tokio-rustls 0.22.0",3567 "webpki 0.21.4",3568]35693570[[package]]3571name = "hyper-rustls"3572version = "0.23.0"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3575dependencies = [3576 "http",3577 "hyper",3578 "log",3579 "rustls 0.20.4",3580 "rustls-native-certs 0.6.1",3581 "tokio 1.17.0",3582 "tokio-rustls 0.23.3",3583 "webpki-roots 0.22.2",3584]35853586[[package]]3587name = "ident_case"3588version = "1.0.1"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35913592[[package]]3593name = "idna"3594version = "0.1.5"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3597dependencies = [3598 "matches",3599 "unicode-bidi",3600 "unicode-normalization",3601]36023603[[package]]3604name = "idna"3605version = "0.2.3"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3608dependencies = [3609 "matches",3610 "unicode-bidi",3611 "unicode-normalization",3612]36133614[[package]]3615name = "if-addrs"3616version = "0.6.7"3617source = "registry+https://github.com/rust-lang/crates.io-index"3618checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3619dependencies = [3620 "if-addrs-sys",3621 "libc",3622 "winapi 0.3.9",3623]36243625[[package]]3626name = "if-addrs-sys"3627version = "0.3.2"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3630dependencies = [3631 "cc",3632 "libc",3633]36343635[[package]]3636name = "if-watch"3637version = "0.2.2"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3640dependencies = [3641 "async-io",3642 "futures 0.3.21",3643 "futures-lite",3644 "if-addrs",3645 "ipnet",3646 "libc",3647 "log",3648 "winapi 0.3.9",3649]36503651[[package]]3652name = "impl-codec"3653version = "0.6.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3656dependencies = [3657 "parity-scale-codec",3658]36593660[[package]]3661name = "impl-rlp"3662version = "0.3.0"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3665dependencies = [3666 "rlp",3667]36683669[[package]]3670name = "impl-serde"3671version = "0.3.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3674dependencies = [3675 "serde",3676]36773678[[package]]3679name = "impl-trait-for-tuples"3680version = "0.2.2"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3683dependencies = [3684 "proc-macro2",3685 "quote",3686 "syn",3687]36883689[[package]]3690name = "indexmap"3691version = "1.8.0"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3694dependencies = [3695 "autocfg",3696 "hashbrown 0.11.2",3697 "serde",3698]36993700[[package]]3701name = "instant"3702version = "0.1.12"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3705dependencies = [3706 "cfg-if 1.0.0",3707]37083709[[package]]3710name = "integer-encoding"3711version = "3.0.3"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37143715[[package]]3716name = "integer-sqrt"3717version = "0.1.5"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3720dependencies = [3721 "num-traits",3722]37233724[[package]]3725name = "io-lifetimes"3726version = "0.4.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3729dependencies = [3730 "winapi 0.3.9",3731]37323733[[package]]3734name = "iovec"3735version = "0.1.4"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3738dependencies = [3739 "libc",3740]37413742[[package]]3743name = "ip_network"3744version = "0.4.1"3745source = "registry+https://github.com/rust-lang/crates.io-index"3746checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37473748[[package]]3749name = "ipconfig"3750version = "0.2.2"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3753dependencies = [3754 "socket2 0.3.19",3755 "widestring",3756 "winapi 0.3.9",3757 "winreg",3758]37593760[[package]]3761name = "ipnet"3762version = "2.4.0"3763source = "registry+https://github.com/rust-lang/crates.io-index"3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37653766[[package]]3767name = "itertools"3768version = "0.10.3"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3771dependencies = [3772 "either",3773]37743775[[package]]3776name = "itoa"3777version = "0.4.8"3778source = "registry+https://github.com/rust-lang/crates.io-index"3779checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37803781[[package]]3782name = "itoa"3783version = "1.0.1"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37863787[[package]]3788name = "jobserver"3789version = "0.1.24"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3792dependencies = [3793 "libc",3794]37953796[[package]]3797name = "js-sys"3798version = "0.3.56"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3801dependencies = [3802 "wasm-bindgen",3803]38043805[[package]]3806name = "jsonrpc-client-transports"3807version = "18.0.0"3808source = "registry+https://github.com/rust-lang/crates.io-index"3809checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3810dependencies = [3811 "derive_more",3812 "futures 0.3.21",3813 "jsonrpc-core",3814 "jsonrpc-pubsub",3815 "log",3816 "serde",3817 "serde_json",3818 "url 1.7.2",3819]38203821[[package]]3822name = "jsonrpc-core"3823version = "18.0.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3826dependencies = [3827 "futures 0.3.21",3828 "futures-executor",3829 "futures-util",3830 "log",3831 "serde",3832 "serde_derive",3833 "serde_json",3834]38353836[[package]]3837name = "jsonrpc-core-client"3838version = "18.0.0"3839source = "registry+https://github.com/rust-lang/crates.io-index"3840checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3841dependencies = [3842 "futures 0.3.21",3843 "jsonrpc-client-transports",3844]38453846[[package]]3847name = "jsonrpc-derive"3848version = "18.0.0"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3851dependencies = [3852 "proc-macro-crate 0.1.5",3853 "proc-macro2",3854 "quote",3855 "syn",3856]38573858[[package]]3859name = "jsonrpc-http-server"3860version = "18.0.0"3861source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3863dependencies = [3864 "futures 0.3.21",3865 "hyper",3866 "jsonrpc-core",3867 "jsonrpc-server-utils",3868 "log",3869 "net2",3870 "parking_lot 0.11.2",3871 "unicase",3872]38733874[[package]]3875name = "jsonrpc-ipc-server"3876version = "18.0.0"3877source = "registry+https://github.com/rust-lang/crates.io-index"3878checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3879dependencies = [3880 "futures 0.3.21",3881 "jsonrpc-core",3882 "jsonrpc-server-utils",3883 "log",3884 "parity-tokio-ipc",3885 "parking_lot 0.11.2",3886 "tower-service",3887]38883889[[package]]3890name = "jsonrpc-pubsub"3891version = "18.0.0"3892source = "registry+https://github.com/rust-lang/crates.io-index"3893checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3894dependencies = [3895 "futures 0.3.21",3896 "jsonrpc-core",3897 "lazy_static",3898 "log",3899 "parking_lot 0.11.2",3900 "rand 0.7.3",3901 "serde",3902]39033904[[package]]3905name = "jsonrpc-server-utils"3906version = "18.0.0"3907source = "registry+https://github.com/rust-lang/crates.io-index"3908checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3909dependencies = [3910 "bytes 1.1.0",3911 "futures 0.3.21",3912 "globset",3913 "jsonrpc-core",3914 "lazy_static",3915 "log",3916 "tokio 1.17.0",3917 "tokio-stream",3918 "tokio-util",3919 "unicase",3920]39213922[[package]]3923name = "jsonrpc-ws-server"3924version = "18.0.0"3925source = "registry+https://github.com/rust-lang/crates.io-index"3926checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3927dependencies = [3928 "futures 0.3.21",3929 "jsonrpc-core",3930 "jsonrpc-server-utils",3931 "log",3932 "parity-ws",3933 "parking_lot 0.11.2",3934 "slab",3935]39363937[[package]]3938name = "jsonrpsee"3939version = "0.4.1"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3942dependencies = [3943 "jsonrpsee-types 0.4.1",3944 "jsonrpsee-utils",3945 "jsonrpsee-ws-client 0.4.1",3946]39473948[[package]]3949name = "jsonrpsee"3950version = "0.8.0"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3953dependencies = [3954 "jsonrpsee-core 0.8.0",3955 "jsonrpsee-proc-macros",3956 "jsonrpsee-types 0.8.0",3957 "jsonrpsee-ws-client 0.8.0",3958]39593960[[package]]3961name = "jsonrpsee"3962version = "0.9.0"3963source = "registry+https://github.com/rust-lang/crates.io-index"3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3965dependencies = [3966 "jsonrpsee-core 0.9.0",3967 "jsonrpsee-http-client",3968 "jsonrpsee-types 0.9.0",3969 "jsonrpsee-ws-client 0.9.0",3970]39713972[[package]]3973name = "jsonrpsee-client-transport"3974version = "0.8.0"3975source = "registry+https://github.com/rust-lang/crates.io-index"3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3977dependencies = [3978 "futures 0.3.21",3979 "http",3980 "jsonrpsee-core 0.8.0",3981 "jsonrpsee-types 0.8.0",3982 "pin-project 1.0.10",3983 "rustls-native-certs 0.6.1",3984 "soketto",3985 "thiserror",3986 "tokio 1.17.0",3987 "tokio-rustls 0.23.3",3988 "tokio-util",3989 "tracing",3990 "webpki-roots 0.22.2",3991]39923993[[package]]3994name = "jsonrpsee-client-transport"3995version = "0.9.0"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3998dependencies = [3999 "futures 0.3.21",4000 "http",4001 "jsonrpsee-core 0.9.0",4002 "jsonrpsee-types 0.9.0",4003 "pin-project 1.0.10",4004 "rustls-native-certs 0.6.1",4005 "soketto",4006 "thiserror",4007 "tokio 1.17.0",4008 "tokio-rustls 0.23.3",4009 "tokio-util",4010 "tracing",4011 "webpki-roots 0.22.2",4012]40134014[[package]]4015name = "jsonrpsee-core"4016version = "0.8.0"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4019dependencies = [4020 "anyhow",4021 "arrayvec 0.7.2",4022 "async-trait",4023 "beef",4024 "futures-channel",4025 "futures-util",4026 "hyper",4027 "jsonrpsee-types 0.8.0",4028 "rustc-hash",4029 "serde",4030 "serde_json",4031 "soketto",4032 "thiserror",4033 "tokio 1.17.0",4034 "tracing",4035]40364037[[package]]4038name = "jsonrpsee-core"4039version = "0.9.0"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4042dependencies = [4043 "anyhow",4044 "arrayvec 0.7.2",4045 "async-trait",4046 "beef",4047 "futures-channel",4048 "futures-util",4049 "hyper",4050 "jsonrpsee-types 0.9.0",4051 "rustc-hash",4052 "serde",4053 "serde_json",4054 "soketto",4055 "thiserror",4056 "tokio 1.17.0",4057 "tracing",4058]40594060[[package]]4061name = "jsonrpsee-http-client"4062version = "0.9.0"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4065dependencies = [4066 "async-trait",4067 "hyper",4068 "hyper-rustls 0.23.0",4069 "jsonrpsee-core 0.9.0",4070 "jsonrpsee-types 0.9.0",4071 "rustc-hash",4072 "serde",4073 "serde_json",4074 "thiserror",4075 "tokio 1.17.0",4076 "tracing",4077]40784079[[package]]4080name = "jsonrpsee-proc-macros"4081version = "0.8.0"4082source = "registry+https://github.com/rust-lang/crates.io-index"4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4084dependencies = [4085 "proc-macro-crate 1.1.3",4086 "proc-macro2",4087 "quote",4088 "syn",4089]40904091[[package]]4092name = "jsonrpsee-types"4093version = "0.4.1"4094source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4096dependencies = [4097 "anyhow",4098 "async-trait",4099 "beef",4100 "futures-channel",4101 "futures-util",4102 "hyper",4103 "log",4104 "serde",4105 "serde_json",4106 "soketto",4107 "thiserror",4108]41094110[[package]]4111name = "jsonrpsee-types"4112version = "0.8.0"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4115dependencies = [4116 "anyhow",4117 "beef",4118 "serde",4119 "serde_json",4120 "thiserror",4121 "tracing",4122]41234124[[package]]4125name = "jsonrpsee-types"4126version = "0.9.0"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4129dependencies = [4130 "anyhow",4131 "beef",4132 "serde",4133 "serde_json",4134 "thiserror",4135 "tracing",4136]41374138[[package]]4139name = "jsonrpsee-utils"4140version = "0.4.1"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4143dependencies = [4144 "arrayvec 0.7.2",4145 "beef",4146 "jsonrpsee-types 0.4.1",4147]41484149[[package]]4150name = "jsonrpsee-ws-client"4151version = "0.4.1"4152source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4154dependencies = [4155 "arrayvec 0.7.2",4156 "async-trait",4157 "fnv",4158 "futures 0.3.21",4159 "http",4160 "jsonrpsee-types 0.4.1",4161 "log",4162 "pin-project 1.0.10",4163 "rustls-native-certs 0.5.0",4164 "serde",4165 "serde_json",4166 "soketto",4167 "thiserror",4168 "tokio 1.17.0",4169 "tokio-rustls 0.22.0",4170 "tokio-util",4171]41724173[[package]]4174name = "jsonrpsee-ws-client"4175version = "0.8.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4178dependencies = [4179 "jsonrpsee-client-transport 0.8.0",4180 "jsonrpsee-core 0.8.0",4181 "jsonrpsee-types 0.8.0",4182]41834184[[package]]4185name = "jsonrpsee-ws-client"4186version = "0.9.0"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4189dependencies = [4190 "jsonrpsee-client-transport 0.9.0",4191 "jsonrpsee-core 0.9.0",4192 "jsonrpsee-types 0.9.0",4193]41944195[[package]]4196name = "k256"4197version = "0.10.4"4198source = "registry+https://github.com/rust-lang/crates.io-index"4199checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4200dependencies = [4201 "cfg-if 1.0.0",4202 "ecdsa",4203 "elliptic-curve",4204 "sec1",4205]42064207[[package]]4208name = "keccak"4209version = "0.1.0"4210source = "registry+https://github.com/rust-lang/crates.io-index"4211checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42124213[[package]]4214name = "kernel32-sys"4215version = "0.2.2"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4218dependencies = [4219 "winapi 0.2.8",4220 "winapi-build",4221]42224223[[package]]4224name = "kusama-runtime"4225version = "0.9.18"4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4227dependencies = [4228 "beefy-primitives",4229 "bitvec",4230 "frame-benchmarking",4231 "frame-election-provider-support",4232 "frame-executive",4233 "frame-support",4234 "frame-system",4235 "frame-system-benchmarking",4236 "frame-system-rpc-runtime-api",4237 "frame-try-runtime",4238 "hex-literal",4239 "kusama-runtime-constants",4240 "log",4241 "pallet-authority-discovery",4242 "pallet-authorship",4243 "pallet-babe",4244 "pallet-bags-list",4245 "pallet-balances",4246 "pallet-bounties",4247 "pallet-collective",4248 "pallet-democracy",4249 "pallet-election-provider-multi-phase",4250 "pallet-elections-phragmen",4251 "pallet-gilt",4252 "pallet-grandpa",4253 "pallet-identity",4254 "pallet-im-online",4255 "pallet-indices",4256 "pallet-membership",4257 "pallet-mmr-primitives",4258 "pallet-multisig",4259 "pallet-nicks",4260 "pallet-offences",4261 "pallet-offences-benchmarking",4262 "pallet-preimage",4263 "pallet-proxy",4264 "pallet-recovery",4265 "pallet-scheduler",4266 "pallet-session",4267 "pallet-session-benchmarking",4268 "pallet-society",4269 "pallet-staking",4270 "pallet-staking-reward-fn",4271 "pallet-timestamp",4272 "pallet-tips",4273 "pallet-transaction-payment",4274 "pallet-transaction-payment-rpc-runtime-api",4275 "pallet-treasury",4276 "pallet-utility",4277 "pallet-vesting",4278 "pallet-xcm",4279 "parity-scale-codec",4280 "polkadot-primitives",4281 "polkadot-runtime-common",4282 "polkadot-runtime-parachains",4283 "rustc-hex",4284 "scale-info",4285 "serde",4286 "serde_derive",4287 "smallvec",4288 "sp-api",4289 "sp-arithmetic",4290 "sp-authority-discovery",4291 "sp-block-builder",4292 "sp-consensus-babe",4293 "sp-core",4294 "sp-inherents",4295 "sp-io",4296 "sp-npos-elections",4297 "sp-offchain",4298 "sp-runtime",4299 "sp-session",4300 "sp-staking",4301 "sp-std",4302 "sp-transaction-pool",4303 "sp-version",4304 "static_assertions",4305 "substrate-wasm-builder",4306 "xcm",4307 "xcm-builder",4308 "xcm-executor",4309]43104311[[package]]4312name = "kusama-runtime-constants"4313version = "0.9.18"4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4315dependencies = [4316 "frame-support",4317 "polkadot-primitives",4318 "polkadot-runtime-common",4319 "smallvec",4320 "sp-runtime",4321]43224323[[package]]4324name = "kv-log-macro"4325version = "1.0.7"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4328dependencies = [4329 "log",4330]43314332[[package]]4333name = "kvdb"4334version = "0.11.0"4335source = "registry+https://github.com/rust-lang/crates.io-index"4336checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4337dependencies = [4338 "parity-util-mem",4339 "smallvec",4340]43414342[[package]]4343name = "kvdb-memorydb"4344version = "0.11.0"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4347dependencies = [4348 "kvdb",4349 "parity-util-mem",4350 "parking_lot 0.12.0",4351]43524353[[package]]4354name = "kvdb-rocksdb"4355version = "0.15.2"4356source = "registry+https://github.com/rust-lang/crates.io-index"4357checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4358dependencies = [4359 "fs-swap",4360 "kvdb",4361 "log",4362 "num_cpus",4363 "owning_ref",4364 "parity-util-mem",4365 "parking_lot 0.12.0",4366 "regex",4367 "rocksdb",4368 "smallvec",4369]43704371[[package]]4372name = "lazy_static"4373version = "1.4.0"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43764377[[package]]4378name = "lazycell"4379version = "1.3.0"4380source = "registry+https://github.com/rust-lang/crates.io-index"4381checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43824383[[package]]4384name = "libc"4385version = "0.2.121"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43884389[[package]]4390name = "libloading"4391version = "0.5.2"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4394dependencies = [4395 "cc",4396 "winapi 0.3.9",4397]43984399[[package]]4400name = "libloading"4401version = "0.7.3"4402source = "registry+https://github.com/rust-lang/crates.io-index"4403checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4404dependencies = [4405 "cfg-if 1.0.0",4406 "winapi 0.3.9",4407]44084409[[package]]4410name = "libm"4411version = "0.2.2"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44144415[[package]]4416name = "libp2p"4417version = "0.40.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4420dependencies = [4421 "atomic",4422 "bytes 1.1.0",4423 "futures 0.3.21",4424 "lazy_static",4425 "libp2p-core",4426 "libp2p-deflate",4427 "libp2p-dns",4428 "libp2p-floodsub",4429 "libp2p-gossipsub",4430 "libp2p-identify",4431 "libp2p-kad",4432 "libp2p-mdns",4433 "libp2p-metrics",4434 "libp2p-mplex",4435 "libp2p-noise",4436 "libp2p-ping",4437 "libp2p-plaintext",4438 "libp2p-pnet",4439 "libp2p-relay",4440 "libp2p-rendezvous",4441 "libp2p-request-response",4442 "libp2p-swarm",4443 "libp2p-swarm-derive",4444 "libp2p-tcp",4445 "libp2p-uds",4446 "libp2p-wasm-ext",4447 "libp2p-websocket",4448 "libp2p-yamux",4449 "multiaddr",4450 "parking_lot 0.11.2",4451 "pin-project 1.0.10",4452 "smallvec",4453 "wasm-timer",4454]44554456[[package]]4457name = "libp2p-core"4458version = "0.30.2"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4461dependencies = [4462 "asn1_der",4463 "bs58",4464 "ed25519-dalek",4465 "either",4466 "fnv",4467 "futures 0.3.21",4468 "futures-timer",4469 "instant",4470 "lazy_static",4471 "libsecp256k1 0.7.0",4472 "log",4473 "multiaddr",4474 "multihash 0.14.0",4475 "multistream-select",4476 "parking_lot 0.11.2",4477 "pin-project 1.0.10",4478 "prost",4479 "prost-build",4480 "rand 0.8.5",4481 "ring",4482 "rw-stream-sink",4483 "sha2 0.9.9",4484 "smallvec",4485 "thiserror",4486 "unsigned-varint 0.7.1",4487 "void",4488 "zeroize",4489]44904491[[package]]4492name = "libp2p-deflate"4493version = "0.30.0"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4496dependencies = [4497 "flate2",4498 "futures 0.3.21",4499 "libp2p-core",4500]45014502[[package]]4503name = "libp2p-dns"4504version = "0.30.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4507dependencies = [4508 "async-std-resolver",4509 "futures 0.3.21",4510 "libp2p-core",4511 "log",4512 "smallvec",4513 "trust-dns-resolver",4514]45154516[[package]]4517name = "libp2p-floodsub"4518version = "0.31.0"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4521dependencies = [4522 "cuckoofilter",4523 "fnv",4524 "futures 0.3.21",4525 "libp2p-core",4526 "libp2p-swarm",4527 "log",4528 "prost",4529 "prost-build",4530 "rand 0.7.3",4531 "smallvec",4532]45334534[[package]]4535name = "libp2p-gossipsub"4536version = "0.33.0"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4539dependencies = [4540 "asynchronous-codec 0.6.0",4541 "base64",4542 "byteorder",4543 "bytes 1.1.0",4544 "fnv",4545 "futures 0.3.21",4546 "hex_fmt",4547 "libp2p-core",4548 "libp2p-swarm",4549 "log",4550 "prost",4551 "prost-build",4552 "rand 0.7.3",4553 "regex",4554 "sha2 0.9.9",4555 "smallvec",4556 "unsigned-varint 0.7.1",4557 "wasm-timer",4558]45594560[[package]]4561name = "libp2p-identify"4562version = "0.31.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4565dependencies = [4566 "futures 0.3.21",4567 "libp2p-core",4568 "libp2p-swarm",4569 "log",4570 "lru 0.6.6",4571 "prost",4572 "prost-build",4573 "smallvec",4574 "wasm-timer",4575]45764577[[package]]4578name = "libp2p-kad"4579version = "0.32.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4582dependencies = [4583 "arrayvec 0.5.2",4584 "asynchronous-codec 0.6.0",4585 "bytes 1.1.0",4586 "either",4587 "fnv",4588 "futures 0.3.21",4589 "libp2p-core",4590 "libp2p-swarm",4591 "log",4592 "prost",4593 "prost-build",4594 "rand 0.7.3",4595 "sha2 0.9.9",4596 "smallvec",4597 "uint",4598 "unsigned-varint 0.7.1",4599 "void",4600 "wasm-timer",4601]46024603[[package]]4604name = "libp2p-mdns"4605version = "0.32.0"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4608dependencies = [4609 "async-io",4610 "data-encoding",4611 "dns-parser",4612 "futures 0.3.21",4613 "if-watch",4614 "lazy_static",4615 "libp2p-core",4616 "libp2p-swarm",4617 "log",4618 "rand 0.8.5",4619 "smallvec",4620 "socket2 0.4.4",4621 "void",4622]46234624[[package]]4625name = "libp2p-metrics"4626version = "0.1.0"4627source = "registry+https://github.com/rust-lang/crates.io-index"4628checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4629dependencies = [4630 "libp2p-core",4631 "libp2p-identify",4632 "libp2p-kad",4633 "libp2p-ping",4634 "libp2p-swarm",4635 "open-metrics-client",4636]46374638[[package]]4639name = "libp2p-mplex"4640version = "0.30.0"4641source = "registry+https://github.com/rust-lang/crates.io-index"4642checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4643dependencies = [4644 "asynchronous-codec 0.6.0",4645 "bytes 1.1.0",4646 "futures 0.3.21",4647 "libp2p-core",4648 "log",4649 "nohash-hasher",4650 "parking_lot 0.11.2",4651 "rand 0.7.3",4652 "smallvec",4653 "unsigned-varint 0.7.1",4654]46554656[[package]]4657name = "libp2p-noise"4658version = "0.33.0"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4661dependencies = [4662 "bytes 1.1.0",4663 "curve25519-dalek 3.2.0",4664 "futures 0.3.21",4665 "lazy_static",4666 "libp2p-core",4667 "log",4668 "prost",4669 "prost-build",4670 "rand 0.8.5",4671 "sha2 0.9.9",4672 "snow",4673 "static_assertions",4674 "x25519-dalek",4675 "zeroize",4676]46774678[[package]]4679name = "libp2p-ping"4680version = "0.31.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4683dependencies = [4684 "futures 0.3.21",4685 "libp2p-core",4686 "libp2p-swarm",4687 "log",4688 "rand 0.7.3",4689 "void",4690 "wasm-timer",4691]46924693[[package]]4694name = "libp2p-plaintext"4695version = "0.30.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4698dependencies = [4699 "asynchronous-codec 0.6.0",4700 "bytes 1.1.0",4701 "futures 0.3.21",4702 "libp2p-core",4703 "log",4704 "prost",4705 "prost-build",4706 "unsigned-varint 0.7.1",4707 "void",4708]47094710[[package]]4711name = "libp2p-pnet"4712version = "0.22.0"4713source = "registry+https://github.com/rust-lang/crates.io-index"4714checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4715dependencies = [4716 "futures 0.3.21",4717 "log",4718 "pin-project 1.0.10",4719 "rand 0.7.3",4720 "salsa20",4721 "sha3 0.9.1",4722]47234724[[package]]4725name = "libp2p-relay"4726version = "0.4.0"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4729dependencies = [4730 "asynchronous-codec 0.6.0",4731 "bytes 1.1.0",4732 "futures 0.3.21",4733 "futures-timer",4734 "libp2p-core",4735 "libp2p-swarm",4736 "log",4737 "pin-project 1.0.10",4738 "prost",4739 "prost-build",4740 "rand 0.7.3",4741 "smallvec",4742 "unsigned-varint 0.7.1",4743 "void",4744 "wasm-timer",4745]47464747[[package]]4748name = "libp2p-rendezvous"4749version = "0.1.0"4750source = "registry+https://github.com/rust-lang/crates.io-index"4751checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4752dependencies = [4753 "asynchronous-codec 0.6.0",4754 "bimap",4755 "futures 0.3.21",4756 "libp2p-core",4757 "libp2p-swarm",4758 "log",4759 "prost",4760 "prost-build",4761 "rand 0.8.5",4762 "sha2 0.9.9",4763 "thiserror",4764 "unsigned-varint 0.7.1",4765 "void",4766 "wasm-timer",4767]47684769[[package]]4770name = "libp2p-request-response"4771version = "0.13.0"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4774dependencies = [4775 "async-trait",4776 "bytes 1.1.0",4777 "futures 0.3.21",4778 "libp2p-core",4779 "libp2p-swarm",4780 "log",4781 "lru 0.7.3",4782 "rand 0.7.3",4783 "smallvec",4784 "unsigned-varint 0.7.1",4785 "wasm-timer",4786]47874788[[package]]4789name = "libp2p-swarm"4790version = "0.31.0"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4793dependencies = [4794 "either",4795 "futures 0.3.21",4796 "libp2p-core",4797 "log",4798 "rand 0.7.3",4799 "smallvec",4800 "void",4801 "wasm-timer",4802]48034804[[package]]4805name = "libp2p-swarm-derive"4806version = "0.25.0"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4809dependencies = [4810 "quote",4811 "syn",4812]48134814[[package]]4815name = "libp2p-tcp"4816version = "0.30.0"4817source = "registry+https://github.com/rust-lang/crates.io-index"4818checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4819dependencies = [4820 "async-io",4821 "futures 0.3.21",4822 "futures-timer",4823 "if-watch",4824 "ipnet",4825 "libc",4826 "libp2p-core",4827 "log",4828 "socket2 0.4.4",4829]48304831[[package]]4832name = "libp2p-uds"4833version = "0.30.0"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4836dependencies = [4837 "async-std",4838 "futures 0.3.21",4839 "libp2p-core",4840 "log",4841]48424843[[package]]4844name = "libp2p-wasm-ext"4845version = "0.30.0"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4848dependencies = [4849 "futures 0.3.21",4850 "js-sys",4851 "libp2p-core",4852 "parity-send-wrapper",4853 "wasm-bindgen",4854 "wasm-bindgen-futures",4855]48564857[[package]]4858name = "libp2p-websocket"4859version = "0.31.0"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4862dependencies = [4863 "either",4864 "futures 0.3.21",4865 "futures-rustls",4866 "libp2p-core",4867 "log",4868 "quicksink",4869 "rw-stream-sink",4870 "soketto",4871 "url 2.2.2",4872 "webpki-roots 0.21.1",4873]48744875[[package]]4876name = "libp2p-yamux"4877version = "0.34.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4880dependencies = [4881 "futures 0.3.21",4882 "libp2p-core",4883 "parking_lot 0.11.2",4884 "thiserror",4885 "yamux",4886]48874888[[package]]4889name = "librocksdb-sys"4890version = "0.6.1+6.28.2"4891source = "registry+https://github.com/rust-lang/crates.io-index"4892checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4893dependencies = [4894 "bindgen",4895 "bzip2-sys",4896 "cc",4897 "glob",4898 "libc",4899 "libz-sys",4900 "tikv-jemalloc-sys",4901]49024903[[package]]4904name = "libsecp256k1"4905version = "0.3.5"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4908dependencies = [4909 "arrayref",4910 "crunchy",4911 "digest 0.8.1",4912 "hmac-drbg 0.2.0",4913 "rand 0.7.3",4914 "sha2 0.8.2",4915 "subtle 2.4.1",4916 "typenum",4917]49184919[[package]]4920name = "libsecp256k1"4921version = "0.7.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4924dependencies = [4925 "arrayref",4926 "base64",4927 "digest 0.9.0",4928 "hmac-drbg 0.3.0",4929 "libsecp256k1-core",4930 "libsecp256k1-gen-ecmult",4931 "libsecp256k1-gen-genmult",4932 "rand 0.8.5",4933 "serde",4934 "sha2 0.9.9",4935 "typenum",4936]49374938[[package]]4939name = "libsecp256k1-core"4940version = "0.3.0"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4943dependencies = [4944 "crunchy",4945 "digest 0.9.0",4946 "subtle 2.4.1",4947]49484949[[package]]4950name = "libsecp256k1-gen-ecmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libsecp256k1-gen-genmult"4960version = "0.3.0"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4963dependencies = [4964 "libsecp256k1-core",4965]49664967[[package]]4968name = "libz-sys"4969version = "1.1.5"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4972dependencies = [4973 "cc",4974 "pkg-config",4975 "vcpkg",4976]49774978[[package]]4979name = "linked-hash-map"4980version = "0.5.4"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49834984[[package]]4985name = "linked_hash_set"4986version = "0.1.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4989dependencies = [4990 "linked-hash-map",4991]49924993[[package]]4994name = "linregress"4995version = "0.4.4"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4998dependencies = [4999 "nalgebra",5000 "statrs",5001]50025003[[package]]5004name = "linux-raw-sys"5005version = "0.0.36"5006source = "registry+https://github.com/rust-lang/crates.io-index"5007checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"50085009[[package]]5010name = "lock_api"5011version = "0.4.6"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5014dependencies = [5015 "scopeguard",5016]50175018[[package]]5019name = "log"5020version = "0.4.16"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5023dependencies = [5024 "cfg-if 1.0.0",5025 "value-bag",5026]50275028[[package]]5029name = "lru"5030version = "0.6.6"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5033dependencies = [5034 "hashbrown 0.11.2",5035]50365037[[package]]5038name = "lru"5039version = "0.7.3"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5042dependencies = [5043 "hashbrown 0.11.2",5044]50455046[[package]]5047name = "lru-cache"5048version = "0.1.2"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5051dependencies = [5052 "linked-hash-map",5053]50545055[[package]]5056name = "lz4"5057version = "1.23.3"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5060dependencies = [5061 "libc",5062 "lz4-sys",5063]50645065[[package]]5066name = "lz4-sys"5067version = "1.9.3"5068source = "registry+https://github.com/rust-lang/crates.io-index"5069checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5070dependencies = [5071 "cc",5072 "libc",5073]50745075[[package]]5076name = "mach"5077version = "0.3.2"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5080dependencies = [5081 "libc",5082]50835084[[package]]5085name = "maplit"5086version = "1.0.2"5087source = "registry+https://github.com/rust-lang/crates.io-index"5088checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50895090[[package]]5091name = "match_cfg"5092version = "0.1.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50955096[[package]]5097name = "matchers"5098version = "0.0.1"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5101dependencies = [5102 "regex-automata",5103]51045105[[package]]5106name = "matches"5107version = "0.1.9"5108source = "registry+https://github.com/rust-lang/crates.io-index"5109checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51105111[[package]]5112name = "matrixmultiply"5113version = "0.3.2"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5116dependencies = [5117 "rawpointer",5118]51195120[[package]]5121name = "memchr"5122version = "2.4.1"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51255126[[package]]5127name = "memmap2"5128version = "0.2.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5131dependencies = [5132 "libc",5133]51345135[[package]]5136name = "memmap2"5137version = "0.5.3"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5140dependencies = [5141 "libc",5142]51435144[[package]]5145name = "memoffset"5146version = "0.6.5"5147source = "registry+https://github.com/rust-lang/crates.io-index"5148checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5149dependencies = [5150 "autocfg",5151]51525153[[package]]5154name = "memory-db"5155version = "0.29.0"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5158dependencies = [5159 "hash-db",5160 "hashbrown 0.12.0",5161 "parity-util-mem",5162]51635164[[package]]5165name = "memory-lru"5166version = "0.1.0"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5169dependencies = [5170 "lru 0.6.6",5171]51725173[[package]]5174name = "memory_units"5175version = "0.3.0"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51785179[[package]]5180name = "merlin"5181version = "2.0.1"5182source = "registry+https://github.com/rust-lang/crates.io-index"5183checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5184dependencies = [5185 "byteorder",5186 "keccak",5187 "rand_core 0.5.1",5188 "zeroize",5189]51905191[[package]]5192name = "metered-channel"5193version = "0.9.18"5194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5195dependencies = [5196 "derive_more",5197 "futures 0.3.21",5198 "futures-timer",5199 "thiserror",5200 "tracing",5201]52025203[[package]]5204name = "mick-jaeger"5205version = "0.1.8"5206source = "registry+https://github.com/rust-lang/crates.io-index"5207checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5208dependencies = [5209 "futures 0.3.21",5210 "rand 0.8.5",5211 "thrift",5212]52135214[[package]]5215name = "minimal-lexical"5216version = "0.2.1"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52195220[[package]]5221name = "miniz_oxide"5222version = "0.4.4"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5225dependencies = [5226 "adler",5227 "autocfg",5228]52295230[[package]]5231name = "mio"5232version = "0.6.23"5233source = "registry+https://github.com/rust-lang/crates.io-index"5234checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5235dependencies = [5236 "cfg-if 0.1.10",5237 "fuchsia-zircon",5238 "fuchsia-zircon-sys",5239 "iovec",5240 "kernel32-sys",5241 "libc",5242 "log",5243 "miow 0.2.2",5244 "net2",5245 "slab",5246 "winapi 0.2.8",5247]52485249[[package]]5250name = "mio"5251version = "0.8.2"5252source = "registry+https://github.com/rust-lang/crates.io-index"5253checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5254dependencies = [5255 "libc",5256 "log",5257 "miow 0.3.7",5258 "ntapi",5259 "wasi 0.11.0+wasi-snapshot-preview1",5260 "winapi 0.3.9",5261]52625263[[package]]5264name = "mio-extras"5265version = "2.0.6"5266source = "registry+https://github.com/rust-lang/crates.io-index"5267checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5268dependencies = [5269 "lazycell",5270 "log",5271 "mio 0.6.23",5272 "slab",5273]52745275[[package]]5276name = "miow"5277version = "0.2.2"5278source = "registry+https://github.com/rust-lang/crates.io-index"5279checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5280dependencies = [5281 "kernel32-sys",5282 "net2",5283 "winapi 0.2.8",5284 "ws2_32-sys",5285]52865287[[package]]5288name = "miow"5289version = "0.3.7"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5292dependencies = [5293 "winapi 0.3.9",5294]52955296[[package]]5297name = "more-asserts"5298version = "0.2.2"5299source = "registry+https://github.com/rust-lang/crates.io-index"5300checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53015302[[package]]5303name = "multiaddr"5304version = "0.13.0"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5307dependencies = [5308 "arrayref",5309 "bs58",5310 "byteorder",5311 "data-encoding",5312 "multihash 0.14.0",5313 "percent-encoding 2.1.0",5314 "serde",5315 "static_assertions",5316 "unsigned-varint 0.7.1",5317 "url 2.2.2",5318]53195320[[package]]5321name = "multibase"5322version = "0.8.0"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5325dependencies = [5326 "base-x",5327 "data-encoding",5328 "data-encoding-macro",5329]53305331[[package]]5332name = "multihash"5333version = "0.13.2"5334source = "registry+https://github.com/rust-lang/crates.io-index"5335checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5336dependencies = [5337 "blake2b_simd",5338 "blake2s_simd",5339 "blake3 0.3.8",5340 "digest 0.9.0",5341 "generic-array 0.14.5",5342 "multihash-derive",5343 "sha2 0.9.9",5344 "sha3 0.9.1",5345 "unsigned-varint 0.5.1",5346]53475348[[package]]5349name = "multihash"5350version = "0.14.0"5351source = "registry+https://github.com/rust-lang/crates.io-index"5352checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5353dependencies = [5354 "digest 0.9.0",5355 "generic-array 0.14.5",5356 "multihash-derive",5357 "sha2 0.9.9",5358 "unsigned-varint 0.7.1",5359]53605361[[package]]5362name = "multihash-derive"5363version = "0.7.2"5364source = "registry+https://github.com/rust-lang/crates.io-index"5365checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5366dependencies = [5367 "proc-macro-crate 1.1.3",5368 "proc-macro-error",5369 "proc-macro2",5370 "quote",5371 "syn",5372 "synstructure",5373]53745375[[package]]5376name = "multimap"5377version = "0.8.3"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53805381[[package]]5382name = "multistream-select"5383version = "0.10.4"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5386dependencies = [5387 "bytes 1.1.0",5388 "futures 0.3.21",5389 "log",5390 "pin-project 1.0.10",5391 "smallvec",5392 "unsigned-varint 0.7.1",5393]53945395[[package]]5396name = "nalgebra"5397version = "0.27.1"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5400dependencies = [5401 "approx",5402 "matrixmultiply",5403 "nalgebra-macros",5404 "num-complex",5405 "num-rational 0.4.0",5406 "num-traits",5407 "rand 0.8.5",5408 "rand_distr",5409 "simba",5410 "typenum",5411]54125413[[package]]5414name = "nalgebra-macros"5415version = "0.1.0"5416source = "registry+https://github.com/rust-lang/crates.io-index"5417checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5418dependencies = [5419 "proc-macro2",5420 "quote",5421 "syn",5422]54235424[[package]]5425name = "names"5426version = "0.12.0"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5429dependencies = [5430 "rand 0.8.5",5431]54325433[[package]]5434name = "net2"5435version = "0.2.37"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5438dependencies = [5439 "cfg-if 0.1.10",5440 "libc",5441 "winapi 0.3.9",5442]54435444[[package]]5445name = "nodrop"5446version = "0.1.14"5447source = "registry+https://github.com/rust-lang/crates.io-index"5448checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54495450[[package]]5451name = "nohash-hasher"5452version = "0.2.0"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54555456[[package]]5457name = "nom"5458version = "7.1.1"5459source = "registry+https://github.com/rust-lang/crates.io-index"5460checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5461dependencies = [5462 "memchr",5463 "minimal-lexical",5464]54655466[[package]]5467name = "ntapi"5468version = "0.3.7"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5471dependencies = [5472 "winapi 0.3.9",5473]54745475[[package]]5476name = "num-bigint"5477version = "0.2.6"5478source = "registry+https://github.com/rust-lang/crates.io-index"5479checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5480dependencies = [5481 "autocfg",5482 "num-integer",5483 "num-traits",5484]54855486[[package]]5487name = "num-complex"5488version = "0.4.0"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5491dependencies = [5492 "num-traits",5493]54945495[[package]]5496name = "num-format"5497version = "0.4.0"5498source = "registry+https://github.com/rust-lang/crates.io-index"5499checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5500dependencies = [5501 "arrayvec 0.4.12",5502 "itoa 0.4.8",5503]55045505[[package]]5506name = "num-integer"5507version = "0.1.44"5508source = "registry+https://github.com/rust-lang/crates.io-index"5509checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5510dependencies = [5511 "autocfg",5512 "num-traits",5513]55145515[[package]]5516name = "num-rational"5517version = "0.2.4"5518source = "registry+https://github.com/rust-lang/crates.io-index"5519checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5520dependencies = [5521 "autocfg",5522 "num-bigint",5523 "num-integer",5524 "num-traits",5525]55265527[[package]]5528name = "num-rational"5529version = "0.4.0"5530source = "registry+https://github.com/rust-lang/crates.io-index"5531checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5532dependencies = [5533 "autocfg",5534 "num-integer",5535 "num-traits",5536]55375538[[package]]5539name = "num-traits"5540version = "0.2.14"5541source = "registry+https://github.com/rust-lang/crates.io-index"5542checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5543dependencies = [5544 "autocfg",5545 "libm",5546]55475548[[package]]5549name = "num_cpus"5550version = "1.13.1"5551source = "registry+https://github.com/rust-lang/crates.io-index"5552checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5553dependencies = [5554 "hermit-abi",5555 "libc",5556]55575558[[package]]5559name = "object"5560version = "0.27.1"5561source = "registry+https://github.com/rust-lang/crates.io-index"5562checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5563dependencies = [5564 "crc32fast",5565 "indexmap",5566 "memchr",5567]55685569[[package]]5570name = "once_cell"5571version = "1.10.0"5572source = "registry+https://github.com/rust-lang/crates.io-index"5573checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55745575[[package]]5576name = "opal-runtime"5577version = "0.1.0"5578dependencies = [5579 "cumulus-pallet-aura-ext",5580 "cumulus-pallet-dmp-queue",5581 "cumulus-pallet-parachain-system",5582 "cumulus-pallet-xcm",5583 "cumulus-pallet-xcmp-queue",5584 "cumulus-primitives-core",5585 "cumulus-primitives-timestamp",5586 "cumulus-primitives-utility",5587 "derivative",5588 "fp-evm-mapping",5589 "fp-rpc",5590 "fp-self-contained",5591 "frame-benchmarking",5592 "frame-executive",5593 "frame-support",5594 "frame-system",5595 "frame-system-benchmarking",5596 "frame-system-rpc-runtime-api",5597 "hex-literal",5598 "orml-vesting",5599 "pallet-aura",5600 "pallet-balances",5601 "pallet-base-fee",5602 "pallet-common",5603 "pallet-ethereum",5604 "pallet-evm",5605 "pallet-evm-coder-substrate",5606 "pallet-evm-contract-helpers",5607 "pallet-evm-migration",5608 "pallet-evm-transaction-payment",5609 "pallet-fungible",5610 "pallet-inflation",5611 "pallet-nonfungible",5612 "pallet-randomness-collective-flip",5613 "pallet-refungible",5614 "pallet-sudo",5615 "pallet-template-transaction-payment",5616 "pallet-timestamp",5617 "pallet-transaction-payment",5618 "pallet-transaction-payment-rpc-runtime-api",5619 "pallet-treasury",5620 "pallet-unique",5621 "pallet-unq-scheduler",5622 "pallet-xcm",5623 "parachain-info",5624 "parity-scale-codec",5625 "polkadot-parachain",5626 "scale-info",5627 "serde",5628 "smallvec",5629 "sp-api",5630 "sp-arithmetic",5631 "sp-block-builder",5632 "sp-consensus-aura",5633 "sp-core",5634 "sp-inherents",5635 "sp-io",5636 "sp-offchain",5637 "sp-runtime",5638 "sp-session",5639 "sp-std",5640 "sp-transaction-pool",5641 "sp-version",5642 "substrate-wasm-builder",5643 "unique-runtime-common",5644 "up-data-structs",5645 "up-rpc",5646 "xcm",5647 "xcm-builder",5648 "xcm-executor",5649]56505651[[package]]5652name = "opaque-debug"5653version = "0.2.3"5654source = "registry+https://github.com/rust-lang/crates.io-index"5655checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56565657[[package]]5658name = "opaque-debug"5659version = "0.3.0"5660source = "registry+https://github.com/rust-lang/crates.io-index"5661checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56625663[[package]]5664name = "open-metrics-client"5665version = "0.12.0"5666source = "registry+https://github.com/rust-lang/crates.io-index"5667checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5668dependencies = [5669 "dtoa",5670 "itoa 0.4.8",5671 "open-metrics-client-derive-text-encode",5672 "owning_ref",5673]56745675[[package]]5676name = "open-metrics-client-derive-text-encode"5677version = "0.1.1"5678source = "registry+https://github.com/rust-lang/crates.io-index"5679checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5680dependencies = [5681 "proc-macro2",5682 "quote",5683 "syn",5684]56855686[[package]]5687name = "openssl-probe"5688version = "0.1.5"5689source = "registry+https://github.com/rust-lang/crates.io-index"5690checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56915692[[package]]5693name = "ordered-float"5694version = "1.1.1"5695source = "registry+https://github.com/rust-lang/crates.io-index"5696checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5697dependencies = [5698 "num-traits",5699]57005701[[package]]5702name = "orml-vesting"5703version = "0.4.1-dev"5704source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5705dependencies = [5706 "frame-support",5707 "frame-system",5708 "parity-scale-codec",5709 "scale-info",5710 "serde",5711 "sp-io",5712 "sp-runtime",5713 "sp-std",5714]57155716[[package]]5717name = "os_str_bytes"5718version = "6.0.0"5719source = "registry+https://github.com/rust-lang/crates.io-index"5720checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5721dependencies = [5722 "memchr",5723]57245725[[package]]5726name = "owning_ref"5727version = "0.4.1"5728source = "registry+https://github.com/rust-lang/crates.io-index"5729checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5730dependencies = [5731 "stable_deref_trait",5732]57335734[[package]]5735name = "pallet-aura"5736version = "4.0.0-dev"5737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5738dependencies = [5739 "frame-support",5740 "frame-system",5741 "pallet-timestamp",5742 "parity-scale-codec",5743 "scale-info",5744 "sp-application-crypto",5745 "sp-consensus-aura",5746 "sp-runtime",5747 "sp-std",5748]57495750[[package]]5751name = "pallet-authority-discovery"5752version = "4.0.0-dev"5753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5754dependencies = [5755 "frame-support",5756 "frame-system",5757 "pallet-session",5758 "parity-scale-codec",5759 "scale-info",5760 "sp-application-crypto",5761 "sp-authority-discovery",5762 "sp-runtime",5763 "sp-std",5764]57655766[[package]]5767name = "pallet-authorship"5768version = "4.0.0-dev"5769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5770dependencies = [5771 "frame-support",5772 "frame-system",5773 "impl-trait-for-tuples",5774 "parity-scale-codec",5775 "scale-info",5776 "sp-authorship",5777 "sp-runtime",5778 "sp-std",5779]57805781[[package]]5782name = "pallet-babe"5783version = "4.0.0-dev"5784source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5785dependencies = [5786 "frame-benchmarking",5787 "frame-support",5788 "frame-system",5789 "log",5790 "pallet-authorship",5791 "pallet-session",5792 "pallet-timestamp",5793 "parity-scale-codec",5794 "scale-info",5795 "sp-application-crypto",5796 "sp-consensus-babe",5797 "sp-consensus-vrf",5798 "sp-io",5799 "sp-runtime",5800 "sp-session",5801 "sp-staking",5802 "sp-std",5803]58045805[[package]]5806name = "pallet-bags-list"5807version = "4.0.0-dev"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5809dependencies = [5810 "frame-benchmarking",5811 "frame-election-provider-support",5812 "frame-support",5813 "frame-system",5814 "log",5815 "pallet-balances",5816 "parity-scale-codec",5817 "scale-info",5818 "sp-core",5819 "sp-io",5820 "sp-runtime",5821 "sp-std",5822 "sp-tracing",5823]58245825[[package]]5826name = "pallet-balances"5827version = "4.0.0-dev"5828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5829dependencies = [5830 "frame-benchmarking",5831 "frame-support",5832 "frame-system",5833 "log",5834 "parity-scale-codec",5835 "scale-info",5836 "sp-runtime",5837 "sp-std",5838]58395840[[package]]5841name = "pallet-base-fee"5842version = "1.0.0"5843source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5844dependencies = [5845 "frame-support",5846 "frame-system",5847 "pallet-evm",5848 "parity-scale-codec",5849 "scale-info",5850 "serde",5851 "sp-core",5852 "sp-runtime",5853]58545855[[package]]5856name = "pallet-beefy"5857version = "4.0.0-dev"5858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5859dependencies = [5860 "beefy-primitives",5861 "frame-support",5862 "frame-system",5863 "pallet-session",5864 "parity-scale-codec",5865 "scale-info",5866 "serde",5867 "sp-runtime",5868 "sp-std",5869]58705871[[package]]5872name = "pallet-beefy-mmr"5873version = "4.0.0-dev"5874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5875dependencies = [5876 "beefy-merkle-tree",5877 "beefy-primitives",5878 "frame-support",5879 "frame-system",5880 "hex",5881 "k256",5882 "log",5883 "pallet-beefy",5884 "pallet-mmr",5885 "pallet-mmr-primitives",5886 "pallet-session",5887 "parity-scale-codec",5888 "scale-info",5889 "serde",5890 "sp-core",5891 "sp-io",5892 "sp-runtime",5893 "sp-std",5894]58955896[[package]]5897name = "pallet-bounties"5898version = "4.0.0-dev"5899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5900dependencies = [5901 "frame-benchmarking",5902 "frame-support",5903 "frame-system",5904 "log",5905 "pallet-treasury",5906 "parity-scale-codec",5907 "scale-info",5908 "sp-core",5909 "sp-io",5910 "sp-runtime",5911 "sp-std",5912]59135914[[package]]5915name = "pallet-bridge-dispatch"5916version = "0.1.0"5917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5918dependencies = [5919 "bp-message-dispatch",5920 "bp-runtime",5921 "frame-support",5922 "frame-system",5923 "log",5924 "parity-scale-codec",5925 "scale-info",5926 "sp-core",5927 "sp-runtime",5928 "sp-std",5929]59305931[[package]]5932name = "pallet-bridge-grandpa"5933version = "0.1.0"5934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5935dependencies = [5936 "bp-header-chain",5937 "bp-runtime",5938 "bp-test-utils",5939 "finality-grandpa",5940 "frame-support",5941 "frame-system",5942 "log",5943 "num-traits",5944 "parity-scale-codec",5945 "scale-info",5946 "serde",5947 "sp-finality-grandpa",5948 "sp-runtime",5949 "sp-std",5950 "sp-trie",5951]59525953[[package]]5954name = "pallet-bridge-messages"5955version = "0.1.0"5956source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5957dependencies = [5958 "bitvec",5959 "bp-message-dispatch",5960 "bp-messages",5961 "bp-runtime",5962 "frame-support",5963 "frame-system",5964 "log",5965 "num-traits",5966 "parity-scale-codec",5967 "scale-info",5968 "serde",5969 "sp-core",5970 "sp-runtime",5971 "sp-std",5972]59735974[[package]]5975name = "pallet-collective"5976version = "4.0.0-dev"5977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5978dependencies = [5979 "frame-benchmarking",5980 "frame-support",5981 "frame-system",5982 "log",5983 "parity-scale-codec",5984 "scale-info",5985 "sp-core",5986 "sp-io",5987 "sp-runtime",5988 "sp-std",5989]59905991[[package]]5992name = "pallet-common"5993version = "0.1.0"5994dependencies = [5995 "evm-coder",5996 "fp-evm-mapping",5997 "frame-support",5998 "frame-system",5999 "pallet-evm",6000 "pallet-evm-coder-substrate",6001 "parity-scale-codec",6002 "scale-info",6003 "serde",6004 "sp-core",6005 "sp-runtime",6006 "sp-std",6007 "up-data-structs",6008]60096010[[package]]6011name = "pallet-democracy"6012version = "4.0.0-dev"6013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6014dependencies = [6015 "frame-benchmarking",6016 "frame-support",6017 "frame-system",6018 "parity-scale-codec",6019 "scale-info",6020 "serde",6021 "sp-io",6022 "sp-runtime",6023 "sp-std",6024]60256026[[package]]6027name = "pallet-election-provider-multi-phase"6028version = "4.0.0-dev"6029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6030dependencies = [6031 "frame-benchmarking",6032 "frame-election-provider-support",6033 "frame-support",6034 "frame-system",6035 "log",6036 "parity-scale-codec",6037 "rand 0.7.3",6038 "scale-info",6039 "sp-arithmetic",6040 "sp-core",6041 "sp-io",6042 "sp-npos-elections",6043 "sp-runtime",6044 "sp-std",6045 "static_assertions",6046 "strum 0.23.0",6047]60486049[[package]]6050name = "pallet-elections-phragmen"6051version = "5.0.0-dev"6052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6053dependencies = [6054 "frame-benchmarking",6055 "frame-support",6056 "frame-system",6057 "log",6058 "parity-scale-codec",6059 "scale-info",6060 "sp-core",6061 "sp-io",6062 "sp-npos-elections",6063 "sp-runtime",6064 "sp-std",6065]60666067[[package]]6068name = "pallet-ethereum"6069version = "4.0.0-dev"6070source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6071dependencies = [6072 "ethereum",6073 "ethereum-types",6074 "evm",6075 "fp-consensus",6076 "fp-evm",6077 "fp-rpc",6078 "fp-self-contained",6079 "fp-storage",6080 "frame-support",6081 "frame-system",6082 "log",6083 "pallet-balances",6084 "pallet-evm",6085 "pallet-timestamp",6086 "parity-scale-codec",6087 "rlp",6088 "rustc-hex",6089 "scale-info",6090 "serde",6091 "sha3 0.8.2",6092 "sp-io",6093 "sp-runtime",6094 "sp-std",6095]60966097[[package]]6098name = "pallet-evm"6099version = "6.0.0-dev"6100source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6101dependencies = [6102 "evm",6103 "evm-gasometer",6104 "evm-runtime",6105 "fp-evm",6106 "frame-benchmarking",6107 "frame-support",6108 "frame-system",6109 "hex",6110 "impl-trait-for-tuples",6111 "log",6112 "pallet-balances",6113 "pallet-timestamp",6114 "parity-scale-codec",6115 "primitive-types",6116 "rlp",6117 "scale-info",6118 "serde",6119 "sha3 0.8.2",6120 "sp-core",6121 "sp-io",6122 "sp-runtime",6123 "sp-std",6124]61256126[[package]]6127name = "pallet-evm-coder-substrate"6128version = "0.1.0"6129dependencies = [6130 "ethereum",6131 "evm-coder",6132 "frame-benchmarking",6133 "frame-support",6134 "frame-system",6135 "pallet-ethereum",6136 "pallet-evm",6137 "parity-scale-codec",6138 "scale-info",6139 "sp-core",6140 "sp-std",6141]61426143[[package]]6144name = "pallet-evm-contract-helpers"6145version = "0.1.0"6146dependencies = [6147 "evm-coder",6148 "fp-evm-mapping",6149 "frame-support",6150 "frame-system",6151 "log",6152 "pallet-evm",6153 "pallet-evm-coder-substrate",6154 "parity-scale-codec",6155 "scale-info",6156 "sp-core",6157 "sp-runtime",6158 "sp-std",6159 "up-sponsorship",6160]61616162[[package]]6163name = "pallet-evm-migration"6164version = "0.1.0"6165dependencies = [6166 "fp-evm",6167 "frame-benchmarking",6168 "frame-support",6169 "frame-system",6170 "pallet-evm",6171 "parity-scale-codec",6172 "scale-info",6173 "sp-core",6174 "sp-io",6175 "sp-runtime",6176 "sp-std",6177]61786179[[package]]6180name = "pallet-evm-transaction-payment"6181version = "0.1.0"6182dependencies = [6183 "fp-evm",6184 "frame-support",6185 "frame-system",6186 "pallet-ethereum",6187 "pallet-evm",6188 "parity-scale-codec",6189 "scale-info",6190 "sp-core",6191 "sp-io",6192 "sp-runtime",6193 "sp-std",6194 "up-sponsorship",6195]61966197[[package]]6198name = "pallet-fungible"6199version = "0.1.0"6200dependencies = [6201 "ethereum",6202 "evm-coder",6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "pallet-common",6207 "pallet-evm",6208 "pallet-evm-coder-substrate",6209 "parity-scale-codec",6210 "scale-info",6211 "sp-core",6212 "sp-runtime",6213 "sp-std",6214 "up-data-structs",6215]62166217[[package]]6218name = "pallet-gilt"6219version = "4.0.0-dev"6220source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6221dependencies = [6222 "frame-benchmarking",6223 "frame-support",6224 "frame-system",6225 "parity-scale-codec",6226 "scale-info",6227 "sp-arithmetic",6228 "sp-runtime",6229 "sp-std",6230]62316232[[package]]6233name = "pallet-grandpa"6234version = "4.0.0-dev"6235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6236dependencies = [6237 "frame-benchmarking",6238 "frame-support",6239 "frame-system",6240 "log",6241 "pallet-authorship",6242 "pallet-session",6243 "parity-scale-codec",6244 "scale-info",6245 "sp-application-crypto",6246 "sp-core",6247 "sp-finality-grandpa",6248 "sp-io",6249 "sp-runtime",6250 "sp-session",6251 "sp-staking",6252 "sp-std",6253]62546255[[package]]6256name = "pallet-identity"6257version = "4.0.0-dev"6258source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6259dependencies = [6260 "enumflags2",6261 "frame-benchmarking",6262 "frame-support",6263 "frame-system",6264 "parity-scale-codec",6265 "scale-info",6266 "sp-io",6267 "sp-runtime",6268 "sp-std",6269]62706271[[package]]6272name = "pallet-im-online"6273version = "4.0.0-dev"6274source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6275dependencies = [6276 "frame-benchmarking",6277 "frame-support",6278 "frame-system",6279 "log",6280 "pallet-authorship",6281 "parity-scale-codec",6282 "scale-info",6283 "sp-application-crypto",6284 "sp-core",6285 "sp-io",6286 "sp-runtime",6287 "sp-staking",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-indices"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6295dependencies = [6296 "frame-benchmarking",6297 "frame-support",6298 "frame-system",6299 "parity-scale-codec",6300 "scale-info",6301 "sp-core",6302 "sp-io",6303 "sp-keyring",6304 "sp-runtime",6305 "sp-std",6306]63076308[[package]]6309name = "pallet-inflation"6310version = "0.1.0"6311dependencies = [6312 "frame-benchmarking",6313 "frame-support",6314 "frame-system",6315 "pallet-balances",6316 "pallet-randomness-collective-flip",6317 "pallet-timestamp",6318 "parity-scale-codec",6319 "scale-info",6320 "serde",6321 "sp-core",6322 "sp-io",6323 "sp-runtime",6324 "sp-std",6325]63266327[[package]]6328name = "pallet-membership"6329version = "4.0.0-dev"6330source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6331dependencies = [6332 "frame-benchmarking",6333 "frame-support",6334 "frame-system",6335 "log",6336 "parity-scale-codec",6337 "scale-info",6338 "sp-core",6339 "sp-io",6340 "sp-runtime",6341 "sp-std",6342]63436344[[package]]6345name = "pallet-mmr"6346version = "4.0.0-dev"6347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6348dependencies = [6349 "ckb-merkle-mountain-range",6350 "frame-benchmarking",6351 "frame-support",6352 "frame-system",6353 "pallet-mmr-primitives",6354 "parity-scale-codec",6355 "scale-info",6356 "sp-core",6357 "sp-io",6358 "sp-runtime",6359 "sp-std",6360]63616362[[package]]6363name = "pallet-mmr-primitives"6364version = "4.0.0-dev"6365source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6366dependencies = [6367 "frame-support",6368 "frame-system",6369 "log",6370 "parity-scale-codec",6371 "serde",6372 "sp-api",6373 "sp-core",6374 "sp-runtime",6375 "sp-std",6376]63776378[[package]]6379name = "pallet-mmr-rpc"6380version = "3.0.0"6381source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6382dependencies = [6383 "jsonrpc-core",6384 "jsonrpc-core-client",6385 "jsonrpc-derive",6386 "pallet-mmr-primitives",6387 "parity-scale-codec",6388 "serde",6389 "sp-api",6390 "sp-blockchain",6391 "sp-core",6392 "sp-runtime",6393]63946395[[package]]6396name = "pallet-multisig"6397version = "4.0.0-dev"6398source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6399dependencies = [6400 "frame-benchmarking",6401 "frame-support",6402 "frame-system",6403 "parity-scale-codec",6404 "scale-info",6405 "sp-io",6406 "sp-runtime",6407 "sp-std",6408]64096410[[package]]6411name = "pallet-nicks"6412version = "4.0.0-dev"6413source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6414dependencies = [6415 "frame-support",6416 "frame-system",6417 "parity-scale-codec",6418 "scale-info",6419 "sp-io",6420 "sp-runtime",6421 "sp-std",6422]64236424[[package]]6425name = "pallet-nonfungible"6426version = "0.1.0"6427dependencies = [6428 "ethereum",6429 "evm-coder",6430 "frame-benchmarking",6431 "frame-support",6432 "frame-system",6433 "pallet-common",6434 "pallet-evm",6435 "pallet-evm-coder-substrate",6436 "parity-scale-codec",6437 "scale-info",6438 "sp-core",6439 "sp-runtime",6440 "sp-std",6441 "up-data-structs",6442]64436444[[package]]6445name = "pallet-offences"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6448dependencies = [6449 "frame-support",6450 "frame-system",6451 "log",6452 "pallet-balances",6453 "parity-scale-codec",6454 "scale-info",6455 "serde",6456 "sp-runtime",6457 "sp-staking",6458 "sp-std",6459]64606461[[package]]6462name = "pallet-offences-benchmarking"6463version = "4.0.0-dev"6464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6465dependencies = [6466 "frame-benchmarking",6467 "frame-election-provider-support",6468 "frame-support",6469 "frame-system",6470 "pallet-babe",6471 "pallet-balances",6472 "pallet-grandpa",6473 "pallet-im-online",6474 "pallet-offences",6475 "pallet-session",6476 "pallet-staking",6477 "parity-scale-codec",6478 "scale-info",6479 "sp-runtime",6480 "sp-staking",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-preimage"6486version = "4.0.0-dev"6487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6488dependencies = [6489 "frame-benchmarking",6490 "frame-support",6491 "frame-system",6492 "parity-scale-codec",6493 "scale-info",6494 "sp-core",6495 "sp-io",6496 "sp-runtime",6497 "sp-std",6498]64996500[[package]]6501name = "pallet-proxy"6502version = "4.0.0-dev"6503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6504dependencies = [6505 "frame-benchmarking",6506 "frame-support",6507 "frame-system",6508 "parity-scale-codec",6509 "scale-info",6510 "sp-io",6511 "sp-runtime",6512 "sp-std",6513]65146515[[package]]6516name = "pallet-randomness-collective-flip"6517version = "4.0.0-dev"6518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6519dependencies = [6520 "frame-support",6521 "frame-system",6522 "parity-scale-codec",6523 "safe-mix",6524 "scale-info",6525 "sp-runtime",6526 "sp-std",6527]65286529[[package]]6530name = "pallet-recovery"6531version = "4.0.0-dev"6532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6533dependencies = [6534 "frame-support",6535 "frame-system",6536 "parity-scale-codec",6537 "scale-info",6538 "sp-io",6539 "sp-runtime",6540 "sp-std",6541]65426543[[package]]6544name = "pallet-refungible"6545version = "0.1.0"6546dependencies = [6547 "frame-benchmarking",6548 "frame-support",6549 "frame-system",6550 "pallet-common",6551 "pallet-evm",6552 "parity-scale-codec",6553 "scale-info",6554 "sp-core",6555 "sp-runtime",6556 "sp-std",6557 "up-data-structs",6558]65596560[[package]]6561name = "pallet-scheduler"6562version = "4.0.0-dev"6563source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6564dependencies = [6565 "frame-benchmarking",6566 "frame-support",6567 "frame-system",6568 "log",6569 "parity-scale-codec",6570 "scale-info",6571 "sp-io",6572 "sp-runtime",6573 "sp-std",6574]65756576[[package]]6577name = "pallet-session"6578version = "4.0.0-dev"6579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6580dependencies = [6581 "frame-support",6582 "frame-system",6583 "impl-trait-for-tuples",6584 "log",6585 "pallet-timestamp",6586 "parity-scale-codec",6587 "scale-info",6588 "sp-core",6589 "sp-io",6590 "sp-runtime",6591 "sp-session",6592 "sp-staking",6593 "sp-std",6594 "sp-trie",6595]65966597[[package]]6598name = "pallet-session-benchmarking"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6601dependencies = [6602 "frame-benchmarking",6603 "frame-support",6604 "frame-system",6605 "pallet-session",6606 "pallet-staking",6607 "rand 0.7.3",6608 "sp-runtime",6609 "sp-session",6610 "sp-std",6611]66126613[[package]]6614name = "pallet-society"6615version = "4.0.0-dev"6616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6617dependencies = [6618 "frame-support",6619 "frame-system",6620 "parity-scale-codec",6621 "rand_chacha 0.2.2",6622 "scale-info",6623 "sp-runtime",6624 "sp-std",6625]66266627[[package]]6628name = "pallet-staking"6629version = "4.0.0-dev"6630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6631dependencies = [6632 "frame-benchmarking",6633 "frame-election-provider-support",6634 "frame-support",6635 "frame-system",6636 "log",6637 "pallet-authorship",6638 "pallet-session",6639 "parity-scale-codec",6640 "rand_chacha 0.2.2",6641 "scale-info",6642 "serde",6643 "sp-application-crypto",6644 "sp-io",6645 "sp-runtime",6646 "sp-staking",6647 "sp-std",6648]66496650[[package]]6651name = "pallet-staking-reward-curve"6652version = "4.0.0-dev"6653source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6654dependencies = [6655 "proc-macro-crate 1.1.3",6656 "proc-macro2",6657 "quote",6658 "syn",6659]66606661[[package]]6662name = "pallet-staking-reward-fn"6663version = "4.0.0-dev"6664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6665dependencies = [6666 "log",6667 "sp-arithmetic",6668]66696670[[package]]6671name = "pallet-sudo"6672version = "4.0.0-dev"6673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6674dependencies = [6675 "frame-support",6676 "frame-system",6677 "parity-scale-codec",6678 "scale-info",6679 "sp-io",6680 "sp-runtime",6681 "sp-std",6682]66836684[[package]]6685name = "pallet-template-transaction-payment"6686version = "3.0.0"6687source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6688dependencies = [6689 "frame-benchmarking",6690 "frame-support",6691 "frame-system",6692 "pallet-balances",6693 "pallet-transaction-payment",6694 "parity-scale-codec",6695 "scale-info",6696 "serde",6697 "sp-core",6698 "sp-io",6699 "sp-runtime",6700 "sp-std",6701 "up-sponsorship",6702]67036704[[package]]6705name = "pallet-timestamp"6706version = "4.0.0-dev"6707source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6708dependencies = [6709 "frame-benchmarking",6710 "frame-support",6711 "frame-system",6712 "log",6713 "parity-scale-codec",6714 "scale-info",6715 "sp-inherents",6716 "sp-io",6717 "sp-runtime",6718 "sp-std",6719 "sp-timestamp",6720]67216722[[package]]6723name = "pallet-tips"6724version = "4.0.0-dev"6725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6726dependencies = [6727 "frame-benchmarking",6728 "frame-support",6729 "frame-system",6730 "log",6731 "pallet-treasury",6732 "parity-scale-codec",6733 "scale-info",6734 "serde",6735 "sp-core",6736 "sp-io",6737 "sp-runtime",6738 "sp-std",6739]67406741[[package]]6742name = "pallet-transaction-payment"6743version = "4.0.0-dev"6744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6745dependencies = [6746 "frame-support",6747 "frame-system",6748 "parity-scale-codec",6749 "scale-info",6750 "serde",6751 "smallvec",6752 "sp-core",6753 "sp-io",6754 "sp-runtime",6755 "sp-std",6756]67576758[[package]]6759name = "pallet-transaction-payment-rpc"6760version = "4.0.0-dev"6761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6762dependencies = [6763 "jsonrpc-core",6764 "jsonrpc-core-client",6765 "jsonrpc-derive",6766 "pallet-transaction-payment-rpc-runtime-api",6767 "parity-scale-codec",6768 "sp-api",6769 "sp-blockchain",6770 "sp-core",6771 "sp-rpc",6772 "sp-runtime",6773]67746775[[package]]6776name = "pallet-transaction-payment-rpc-runtime-api"6777version = "4.0.0-dev"6778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6779dependencies = [6780 "pallet-transaction-payment",6781 "parity-scale-codec",6782 "sp-api",6783 "sp-runtime",6784]67856786[[package]]6787name = "pallet-treasury"6788version = "4.0.0-dev"6789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6790dependencies = [6791 "frame-benchmarking",6792 "frame-support",6793 "frame-system",6794 "impl-trait-for-tuples",6795 "pallet-balances",6796 "parity-scale-codec",6797 "scale-info",6798 "serde",6799 "sp-runtime",6800 "sp-std",6801]68026803[[package]]6804name = "pallet-unique"6805version = "0.1.0"6806dependencies = [6807 "ethereum",6808 "evm-coder",6809 "fp-evm",6810 "frame-benchmarking",6811 "frame-support",6812 "frame-system",6813 "hex-literal",6814 "pallet-balances",6815 "pallet-common",6816 "pallet-ethereum",6817 "pallet-evm",6818 "pallet-evm-coder-substrate",6819 "pallet-fungible",6820 "pallet-nonfungible",6821 "pallet-randomness-collective-flip",6822 "pallet-refungible",6823 "pallet-timestamp",6824 "pallet-transaction-payment",6825 "parity-scale-codec",6826 "primitive-types",6827 "rlp",6828 "scale-info",6829 "serde",6830 "sp-api",6831 "sp-core",6832 "sp-io",6833 "sp-runtime",6834 "sp-std",6835 "up-data-structs",6836 "up-sponsorship",6837]68386839[[package]]6840name = "pallet-unq-scheduler"6841version = "0.1.0"6842dependencies = [6843 "frame-benchmarking",6844 "frame-support",6845 "frame-system",6846 "log",6847 "parity-scale-codec",6848 "scale-info",6849 "serde",6850 "sp-core",6851 "sp-io",6852 "sp-runtime",6853 "sp-std",6854 "substrate-test-utils",6855 "up-sponsorship",6856]68576858[[package]]6859name = "pallet-utility"6860version = "4.0.0-dev"6861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6862dependencies = [6863 "frame-benchmarking",6864 "frame-support",6865 "frame-system",6866 "parity-scale-codec",6867 "scale-info",6868 "sp-core",6869 "sp-io",6870 "sp-runtime",6871 "sp-std",6872]68736874[[package]]6875name = "pallet-vesting"6876version = "4.0.0-dev"6877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6878dependencies = [6879 "frame-benchmarking",6880 "frame-support",6881 "frame-system",6882 "log",6883 "parity-scale-codec",6884 "scale-info",6885 "sp-runtime",6886 "sp-std",6887]68886889[[package]]6890name = "pallet-xcm"6891version = "0.9.18"6892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6893dependencies = [6894 "frame-support",6895 "frame-system",6896 "log",6897 "parity-scale-codec",6898 "scale-info",6899 "serde",6900 "sp-core",6901 "sp-runtime",6902 "sp-std",6903 "xcm",6904 "xcm-executor",6905]69066907[[package]]6908name = "pallet-xcm-benchmarks"6909version = "0.9.18"6910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6911dependencies = [6912 "frame-benchmarking",6913 "frame-support",6914 "frame-system",6915 "log",6916 "parity-scale-codec",6917 "scale-info",6918 "sp-runtime",6919 "sp-std",6920 "xcm",6921 "xcm-executor",6922]69236924[[package]]6925name = "parachain-info"6926version = "0.1.0"6927source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6928dependencies = [6929 "cumulus-primitives-core",6930 "frame-support",6931 "frame-system",6932 "parity-scale-codec",6933 "scale-info",6934 "serde",6935]69366937[[package]]6938name = "parity-db"6939version = "0.3.9"6940source = "registry+https://github.com/rust-lang/crates.io-index"6941checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6942dependencies = [6943 "blake2-rfc",6944 "crc32fast",6945 "fs2",6946 "hex",6947 "libc",6948 "log",6949 "lz4",6950 "memmap2 0.2.3",6951 "parking_lot 0.11.2",6952 "rand 0.8.5",6953 "snap",6954]69556956[[package]]6957name = "parity-scale-codec"6958version = "3.1.2"6959source = "registry+https://github.com/rust-lang/crates.io-index"6960checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6961dependencies = [6962 "arrayvec 0.7.2",6963 "bitvec",6964 "byte-slice-cast",6965 "impl-trait-for-tuples",6966 "parity-scale-codec-derive",6967 "serde",6968]69696970[[package]]6971name = "parity-scale-codec-derive"6972version = "3.1.2"6973source = "registry+https://github.com/rust-lang/crates.io-index"6974checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6975dependencies = [6976 "proc-macro-crate 1.1.3",6977 "proc-macro2",6978 "quote",6979 "syn",6980]69816982[[package]]6983name = "parity-send-wrapper"6984version = "0.1.0"6985source = "registry+https://github.com/rust-lang/crates.io-index"6986checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69876988[[package]]6989name = "parity-tokio-ipc"6990version = "0.9.0"6991source = "registry+https://github.com/rust-lang/crates.io-index"6992checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6993dependencies = [6994 "futures 0.3.21",6995 "libc",6996 "log",6997 "rand 0.7.3",6998 "tokio 1.17.0",6999 "winapi 0.3.9",7000]70017002[[package]]7003name = "parity-util-mem"7004version = "0.11.0"7005source = "registry+https://github.com/rust-lang/crates.io-index"7006checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7007dependencies = [7008 "cfg-if 1.0.0",7009 "ethereum-types",7010 "hashbrown 0.12.0",7011 "impl-trait-for-tuples",7012 "lru 0.7.3",7013 "parity-util-mem-derive",7014 "parking_lot 0.12.0",7015 "primitive-types",7016 "smallvec",7017 "winapi 0.3.9",7018]70197020[[package]]7021name = "parity-util-mem-derive"7022version = "0.1.0"7023source = "registry+https://github.com/rust-lang/crates.io-index"7024checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7025dependencies = [7026 "proc-macro2",7027 "syn",7028 "synstructure",7029]70307031[[package]]7032name = "parity-wasm"7033version = "0.32.0"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7036dependencies = [7037 "byteorder",7038]70397040[[package]]7041name = "parity-wasm"7042version = "0.42.2"7043source = "registry+https://github.com/rust-lang/crates.io-index"7044checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70457046[[package]]7047name = "parity-ws"7048version = "0.11.1"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7051dependencies = [7052 "byteorder",7053 "bytes 0.4.12",7054 "httparse",7055 "log",7056 "mio 0.6.23",7057 "mio-extras",7058 "rand 0.7.3",7059 "sha-1 0.8.2",7060 "slab",7061 "url 2.2.2",7062]70637064[[package]]7065name = "parking"7066version = "2.0.0"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70697070[[package]]7071name = "parking_lot"7072version = "0.11.2"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7075dependencies = [7076 "instant",7077 "lock_api",7078 "parking_lot_core 0.8.5",7079]70807081[[package]]7082name = "parking_lot"7083version = "0.12.0"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7086dependencies = [7087 "lock_api",7088 "parking_lot_core 0.9.1",7089]70907091[[package]]7092name = "parking_lot_core"7093version = "0.8.5"7094source = "registry+https://github.com/rust-lang/crates.io-index"7095checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7096dependencies = [7097 "cfg-if 1.0.0",7098 "instant",7099 "libc",7100 "redox_syscall",7101 "smallvec",7102 "winapi 0.3.9",7103]71047105[[package]]7106name = "parking_lot_core"7107version = "0.9.1"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7110dependencies = [7111 "cfg-if 1.0.0",7112 "libc",7113 "redox_syscall",7114 "smallvec",7115 "windows-sys",7116]71177118[[package]]7119name = "paste"7120version = "1.0.6"7121source = "registry+https://github.com/rust-lang/crates.io-index"7122checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71237124[[package]]7125name = "pbkdf2"7126version = "0.4.0"7127source = "registry+https://github.com/rust-lang/crates.io-index"7128checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7129dependencies = [7130 "crypto-mac 0.8.0",7131]71327133[[package]]7134name = "pbkdf2"7135version = "0.8.0"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7138dependencies = [7139 "crypto-mac 0.11.1",7140]71417142[[package]]7143name = "peeking_take_while"7144version = "0.1.2"7145source = "registry+https://github.com/rust-lang/crates.io-index"7146checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71477148[[package]]7149name = "percent-encoding"7150version = "1.0.1"7151source = "registry+https://github.com/rust-lang/crates.io-index"7152checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71537154[[package]]7155name = "percent-encoding"7156version = "2.1.0"7157source = "registry+https://github.com/rust-lang/crates.io-index"7158checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71597160[[package]]7161name = "pest"7162version = "2.1.3"7163source = "registry+https://github.com/rust-lang/crates.io-index"7164checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7165dependencies = [7166 "ucd-trie",7167]71687169[[package]]7170name = "pest_derive"7171version = "2.1.0"7172source = "registry+https://github.com/rust-lang/crates.io-index"7173checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7174dependencies = [7175 "pest",7176 "pest_generator",7177]71787179[[package]]7180name = "pest_generator"7181version = "2.1.3"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7184dependencies = [7185 "pest",7186 "pest_meta",7187 "proc-macro2",7188 "quote",7189 "syn",7190]71917192[[package]]7193name = "pest_meta"7194version = "2.1.3"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7197dependencies = [7198 "maplit",7199 "pest",7200 "sha-1 0.8.2",7201]72027203[[package]]7204name = "petgraph"7205version = "0.6.0"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7208dependencies = [7209 "fixedbitset",7210 "indexmap",7211]72127213[[package]]7214name = "pin-project"7215version = "0.4.29"7216source = "registry+https://github.com/rust-lang/crates.io-index"7217checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7218dependencies = [7219 "pin-project-internal 0.4.29",7220]72217222[[package]]7223name = "pin-project"7224version = "1.0.10"7225source = "registry+https://github.com/rust-lang/crates.io-index"7226checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7227dependencies = [7228 "pin-project-internal 1.0.10",7229]72307231[[package]]7232name = "pin-project-internal"7233version = "0.4.29"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7236dependencies = [7237 "proc-macro2",7238 "quote",7239 "syn",7240]72417242[[package]]7243name = "pin-project-internal"7244version = "1.0.10"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7247dependencies = [7248 "proc-macro2",7249 "quote",7250 "syn",7251]72527253[[package]]7254name = "pin-project-lite"7255version = "0.1.12"7256source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72587259[[package]]7260name = "pin-project-lite"7261version = "0.2.8"7262source = "registry+https://github.com/rust-lang/crates.io-index"7263checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72647265[[package]]7266name = "pin-utils"7267version = "0.1.0"7268source = "registry+https://github.com/rust-lang/crates.io-index"7269checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72707271[[package]]7272name = "pkcs8"7273version = "0.8.0"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7276dependencies = [7277 "der",7278 "spki",7279 "zeroize",7280]72817282[[package]]7283name = "pkg-config"7284version = "0.3.24"7285source = "registry+https://github.com/rust-lang/crates.io-index"7286checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72877288[[package]]7289name = "platforms"7290version = "2.0.0"7291source = "registry+https://github.com/rust-lang/crates.io-index"7292checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72937294[[package]]7295name = "polkadot-approval-distribution"7296version = "0.9.18"7297source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7298dependencies = [7299 "futures 0.3.21",7300 "polkadot-node-network-protocol",7301 "polkadot-node-primitives",7302 "polkadot-node-subsystem",7303 "polkadot-node-subsystem-util",7304 "polkadot-primitives",7305 "tracing",7306]73077308[[package]]7309name = "polkadot-availability-bitfield-distribution"7310version = "0.9.18"7311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7312dependencies = [7313 "futures 0.3.21",7314 "polkadot-node-network-protocol",7315 "polkadot-node-subsystem",7316 "polkadot-node-subsystem-util",7317 "polkadot-primitives",7318 "tracing",7319]73207321[[package]]7322name = "polkadot-availability-distribution"7323version = "0.9.18"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7325dependencies = [7326 "derive_more",7327 "fatality",7328 "futures 0.3.21",7329 "lru 0.7.3",7330 "parity-scale-codec",7331 "polkadot-erasure-coding",7332 "polkadot-node-network-protocol",7333 "polkadot-node-primitives",7334 "polkadot-node-subsystem",7335 "polkadot-node-subsystem-util",7336 "polkadot-primitives",7337 "rand 0.8.5",7338 "sp-core",7339 "sp-keystore",7340 "thiserror",7341 "tracing",7342]73437344[[package]]7345name = "polkadot-availability-recovery"7346version = "0.9.18"7347source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7348dependencies = [7349 "fatality",7350 "futures 0.3.21",7351 "lru 0.7.3",7352 "parity-scale-codec",7353 "polkadot-erasure-coding",7354 "polkadot-node-network-protocol",7355 "polkadot-node-primitives",7356 "polkadot-node-subsystem",7357 "polkadot-node-subsystem-util",7358 "polkadot-primitives",7359 "rand 0.8.5",7360 "sc-network",7361 "thiserror",7362 "tracing",7363]73647365[[package]]7366name = "polkadot-cli"7367version = "0.9.18"7368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7369dependencies = [7370 "clap",7371 "frame-benchmarking-cli",7372 "futures 0.3.21",7373 "log",7374 "polkadot-node-core-pvf",7375 "polkadot-node-metrics",7376 "polkadot-performance-test",7377 "polkadot-service",7378 "sc-cli",7379 "sc-service",7380 "sc-tracing",7381 "sp-core",7382 "sp-trie",7383 "substrate-build-script-utils",7384 "thiserror",7385 "try-runtime-cli",7386]73877388[[package]]7389name = "polkadot-client"7390version = "0.9.18"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7392dependencies = [7393 "beefy-primitives",7394 "frame-benchmarking",7395 "frame-system-rpc-runtime-api",7396 "pallet-mmr-primitives",7397 "pallet-transaction-payment-rpc-runtime-api",7398 "polkadot-primitives",7399 "polkadot-runtime",7400 "sc-client-api",7401 "sc-consensus",7402 "sc-executor",7403 "sc-service",7404 "sp-api",7405 "sp-authority-discovery",7406 "sp-block-builder",7407 "sp-blockchain",7408 "sp-consensus",7409 "sp-consensus-babe",7410 "sp-finality-grandpa",7411 "sp-offchain",7412 "sp-runtime",7413 "sp-session",7414 "sp-storage",7415 "sp-transaction-pool",7416]74177418[[package]]7419name = "polkadot-collator-protocol"7420version = "0.9.18"7421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7422dependencies = [7423 "always-assert",7424 "fatality",7425 "futures 0.3.21",7426 "futures-timer",7427 "polkadot-node-network-protocol",7428 "polkadot-node-primitives",7429 "polkadot-node-subsystem",7430 "polkadot-node-subsystem-util",7431 "polkadot-primitives",7432 "sp-core",7433 "sp-keystore",7434 "sp-runtime",7435 "thiserror",7436 "tracing",7437]74387439[[package]]7440name = "polkadot-core-primitives"7441version = "0.9.18"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7443dependencies = [7444 "parity-scale-codec",7445 "parity-util-mem",7446 "scale-info",7447 "sp-core",7448 "sp-runtime",7449 "sp-std",7450]74517452[[package]]7453name = "polkadot-dispute-distribution"7454version = "0.9.18"7455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7456dependencies = [7457 "derive_more",7458 "fatality",7459 "futures 0.3.21",7460 "lru 0.7.3",7461 "parity-scale-codec",7462 "polkadot-erasure-coding",7463 "polkadot-node-network-protocol",7464 "polkadot-node-primitives",7465 "polkadot-node-subsystem",7466 "polkadot-node-subsystem-util",7467 "polkadot-primitives",7468 "sc-network",7469 "sp-application-crypto",7470 "sp-keystore",7471 "thiserror",7472 "tracing",7473]74747475[[package]]7476name = "polkadot-erasure-coding"7477version = "0.9.18"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7479dependencies = [7480 "parity-scale-codec",7481 "polkadot-node-primitives",7482 "polkadot-primitives",7483 "reed-solomon-novelpoly",7484 "sp-core",7485 "sp-trie",7486 "thiserror",7487]74887489[[package]]7490name = "polkadot-gossip-support"7491version = "0.9.18"7492source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7493dependencies = [7494 "futures 0.3.21",7495 "futures-timer",7496 "polkadot-node-network-protocol",7497 "polkadot-node-subsystem",7498 "polkadot-node-subsystem-util",7499 "polkadot-primitives",7500 "rand 0.8.5",7501 "rand_chacha 0.3.1",7502 "sc-network",7503 "sp-application-crypto",7504 "sp-core",7505 "sp-keystore",7506 "tracing",7507]75087509[[package]]7510name = "polkadot-network-bridge"7511version = "0.9.18"7512source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7513dependencies = [7514 "async-trait",7515 "futures 0.3.21",7516 "parity-scale-codec",7517 "parking_lot 0.12.0",7518 "polkadot-node-network-protocol",7519 "polkadot-node-subsystem",7520 "polkadot-node-subsystem-util",7521 "polkadot-overseer",7522 "polkadot-primitives",7523 "sc-network",7524 "sp-consensus",7525 "tracing",7526]75277528[[package]]7529name = "polkadot-node-collation-generation"7530version = "0.9.18"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7532dependencies = [7533 "futures 0.3.21",7534 "parity-scale-codec",7535 "polkadot-erasure-coding",7536 "polkadot-node-primitives",7537 "polkadot-node-subsystem",7538 "polkadot-node-subsystem-util",7539 "polkadot-primitives",7540 "sp-core",7541 "sp-maybe-compressed-blob",7542 "thiserror",7543 "tracing",7544]75457546[[package]]7547name = "polkadot-node-core-approval-voting"7548version = "0.9.18"7549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7550dependencies = [7551 "bitvec",7552 "derive_more",7553 "futures 0.3.21",7554 "futures-timer",7555 "kvdb",7556 "lru 0.7.3",7557 "merlin",7558 "parity-scale-codec",7559 "polkadot-node-jaeger",7560 "polkadot-node-primitives",7561 "polkadot-node-subsystem",7562 "polkadot-node-subsystem-util",7563 "polkadot-overseer",7564 "polkadot-primitives",7565 "sc-keystore",7566 "schnorrkel",7567 "sp-application-crypto",7568 "sp-consensus",7569 "sp-consensus-slots",7570 "sp-runtime",7571 "tracing",7572]75737574[[package]]7575name = "polkadot-node-core-av-store"7576version = "0.9.18"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7578dependencies = [7579 "bitvec",7580 "futures 0.3.21",7581 "futures-timer",7582 "kvdb",7583 "parity-scale-codec",7584 "polkadot-erasure-coding",7585 "polkadot-node-primitives",7586 "polkadot-node-subsystem",7587 "polkadot-node-subsystem-util",7588 "polkadot-overseer",7589 "polkadot-primitives",7590 "thiserror",7591 "tracing",7592]75937594[[package]]7595name = "polkadot-node-core-backing"7596version = "0.9.18"7597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7598dependencies = [7599 "bitvec",7600 "futures 0.3.21",7601 "polkadot-erasure-coding",7602 "polkadot-node-primitives",7603 "polkadot-node-subsystem",7604 "polkadot-node-subsystem-util",7605 "polkadot-primitives",7606 "polkadot-statement-table",7607 "sp-keystore",7608 "thiserror",7609 "tracing",7610]76117612[[package]]7613name = "polkadot-node-core-bitfield-signing"7614version = "0.9.18"7615source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7616dependencies = [7617 "futures 0.3.21",7618 "polkadot-node-subsystem",7619 "polkadot-node-subsystem-util",7620 "polkadot-primitives",7621 "sp-keystore",7622 "thiserror",7623 "tracing",7624 "wasm-timer",7625]76267627[[package]]7628name = "polkadot-node-core-candidate-validation"7629version = "0.9.18"7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7631dependencies = [7632 "async-trait",7633 "futures 0.3.21",7634 "parity-scale-codec",7635 "polkadot-node-core-pvf",7636 "polkadot-node-primitives",7637 "polkadot-node-subsystem",7638 "polkadot-node-subsystem-util",7639 "polkadot-parachain",7640 "polkadot-primitives",7641 "sp-maybe-compressed-blob",7642 "tracing",7643]76447645[[package]]7646name = "polkadot-node-core-chain-api"7647version = "0.9.18"7648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7649dependencies = [7650 "futures 0.3.21",7651 "polkadot-node-subsystem",7652 "polkadot-node-subsystem-util",7653 "polkadot-primitives",7654 "sc-client-api",7655 "sc-consensus-babe",7656 "sp-blockchain",7657 "tracing",7658]76597660[[package]]7661name = "polkadot-node-core-chain-selection"7662version = "0.9.18"7663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7664dependencies = [7665 "futures 0.3.21",7666 "futures-timer",7667 "kvdb",7668 "parity-scale-codec",7669 "polkadot-node-primitives",7670 "polkadot-node-subsystem",7671 "polkadot-node-subsystem-util",7672 "polkadot-primitives",7673 "thiserror",7674 "tracing",7675]76767677[[package]]7678name = "polkadot-node-core-dispute-coordinator"7679version = "0.9.18"7680source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7681dependencies = [7682 "fatality",7683 "futures 0.3.21",7684 "kvdb",7685 "lru 0.7.3",7686 "parity-scale-codec",7687 "polkadot-node-primitives",7688 "polkadot-node-subsystem",7689 "polkadot-node-subsystem-util",7690 "polkadot-primitives",7691 "sc-keystore",7692 "thiserror",7693 "tracing",7694]76957696[[package]]7697name = "polkadot-node-core-parachains-inherent"7698version = "0.9.18"7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7700dependencies = [7701 "async-trait",7702 "futures 0.3.21",7703 "futures-timer",7704 "polkadot-node-subsystem",7705 "polkadot-primitives",7706 "sp-blockchain",7707 "sp-inherents",7708 "sp-runtime",7709 "thiserror",7710 "tracing",7711]77127713[[package]]7714name = "polkadot-node-core-provisioner"7715version = "0.9.18"7716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7717dependencies = [7718 "bitvec",7719 "futures 0.3.21",7720 "futures-timer",7721 "polkadot-node-primitives",7722 "polkadot-node-subsystem",7723 "polkadot-node-subsystem-util",7724 "polkadot-primitives",7725 "rand 0.8.5",7726 "thiserror",7727 "tracing",7728]77297730[[package]]7731name = "polkadot-node-core-pvf"7732version = "0.9.18"7733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7734dependencies = [7735 "always-assert",7736 "assert_matches",7737 "async-process",7738 "async-std",7739 "futures 0.3.21",7740 "futures-timer",7741 "parity-scale-codec",7742 "pin-project 1.0.10",7743 "polkadot-core-primitives",7744 "polkadot-node-subsystem-util",7745 "polkadot-parachain",7746 "rand 0.8.5",7747 "sc-executor",7748 "sc-executor-common",7749 "sc-executor-wasmtime",7750 "slotmap",7751 "sp-core",7752 "sp-externalities",7753 "sp-io",7754 "sp-maybe-compressed-blob",7755 "sp-tracing",7756 "sp-wasm-interface",7757 "tracing",7758]77597760[[package]]7761name = "polkadot-node-core-pvf-checker"7762version = "0.9.18"7763source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7764dependencies = [7765 "futures 0.3.21",7766 "polkadot-node-primitives",7767 "polkadot-node-subsystem",7768 "polkadot-node-subsystem-util",7769 "polkadot-overseer",7770 "polkadot-primitives",7771 "sp-keystore",7772 "thiserror",7773 "tracing",7774]77757776[[package]]7777name = "polkadot-node-core-runtime-api"7778version = "0.9.18"7779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7780dependencies = [7781 "futures 0.3.21",7782 "memory-lru",7783 "parity-util-mem",7784 "polkadot-node-subsystem",7785 "polkadot-node-subsystem-util",7786 "polkadot-primitives",7787 "sp-api",7788 "sp-authority-discovery",7789 "sp-consensus-babe",7790 "sp-core",7791 "tracing",7792]77937794[[package]]7795name = "polkadot-node-jaeger"7796version = "0.9.18"7797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7798dependencies = [7799 "async-std",7800 "lazy_static",7801 "log",7802 "mick-jaeger",7803 "parity-scale-codec",7804 "parking_lot 0.12.0",7805 "polkadot-node-primitives",7806 "polkadot-primitives",7807 "sc-network",7808 "sp-core",7809 "thiserror",7810]78117812[[package]]7813name = "polkadot-node-metrics"7814version = "0.9.18"7815source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7816dependencies = [7817 "bs58",7818 "futures 0.3.21",7819 "futures-timer",7820 "log",7821 "metered-channel",7822 "parity-scale-codec",7823 "polkadot-primitives",7824 "sc-cli",7825 "sc-service",7826 "sc-tracing",7827 "substrate-prometheus-endpoint",7828 "tracing",7829]78307831[[package]]7832name = "polkadot-node-network-protocol"7833version = "0.9.18"7834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7835dependencies = [7836 "async-trait",7837 "fatality",7838 "futures 0.3.21",7839 "parity-scale-codec",7840 "polkadot-node-jaeger",7841 "polkadot-node-primitives",7842 "polkadot-primitives",7843 "sc-authority-discovery",7844 "sc-network",7845 "strum 0.24.0",7846 "thiserror",7847]78487849[[package]]7850name = "polkadot-node-primitives"7851version = "0.9.18"7852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7853dependencies = [7854 "bounded-vec",7855 "futures 0.3.21",7856 "parity-scale-codec",7857 "polkadot-parachain",7858 "polkadot-primitives",7859 "schnorrkel",7860 "serde",7861 "sp-application-crypto",7862 "sp-consensus-babe",7863 "sp-consensus-vrf",7864 "sp-core",7865 "sp-keystore",7866 "sp-maybe-compressed-blob",7867 "thiserror",7868 "zstd",7869]78707871[[package]]7872name = "polkadot-node-subsystem"7873version = "0.9.18"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7875dependencies = [7876 "polkadot-node-jaeger",7877 "polkadot-node-subsystem-types",7878 "polkadot-overseer",7879]78807881[[package]]7882name = "polkadot-node-subsystem-types"7883version = "0.9.18"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7885dependencies = [7886 "derive_more",7887 "futures 0.3.21",7888 "polkadot-node-jaeger",7889 "polkadot-node-network-protocol",7890 "polkadot-node-primitives",7891 "polkadot-overseer-gen",7892 "polkadot-primitives",7893 "polkadot-statement-table",7894 "sc-network",7895 "smallvec",7896 "substrate-prometheus-endpoint",7897 "thiserror",7898]78997900[[package]]7901name = "polkadot-node-subsystem-util"7902version = "0.9.18"7903source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7904dependencies = [7905 "async-trait",7906 "derive_more",7907 "fatality",7908 "futures 0.3.21",7909 "itertools",7910 "kvdb",7911 "lru 0.7.3",7912 "metered-channel",7913 "parity-db",7914 "parity-scale-codec",7915 "parity-util-mem",7916 "parking_lot 0.11.2",7917 "pin-project 1.0.10",7918 "polkadot-node-jaeger",7919 "polkadot-node-metrics",7920 "polkadot-node-network-protocol",7921 "polkadot-node-primitives",7922 "polkadot-node-subsystem",7923 "polkadot-overseer",7924 "polkadot-primitives",7925 "rand 0.8.5",7926 "sp-application-crypto",7927 "sp-core",7928 "sp-keystore",7929 "thiserror",7930 "tracing",7931]79327933[[package]]7934name = "polkadot-overseer"7935version = "0.9.18"7936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7937dependencies = [7938 "futures 0.3.21",7939 "futures-timer",7940 "lru 0.7.3",7941 "parity-util-mem",7942 "parking_lot 0.12.0",7943 "polkadot-node-metrics",7944 "polkadot-node-network-protocol",7945 "polkadot-node-primitives",7946 "polkadot-node-subsystem-types",7947 "polkadot-overseer-gen",7948 "polkadot-primitives",7949 "sc-client-api",7950 "sp-api",7951 "tracing",7952]79537954[[package]]7955name = "polkadot-overseer-gen"7956version = "0.9.18"7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7958dependencies = [7959 "async-trait",7960 "futures 0.3.21",7961 "futures-timer",7962 "metered-channel",7963 "pin-project 1.0.10",7964 "polkadot-node-network-protocol",7965 "polkadot-node-primitives",7966 "polkadot-overseer-gen-proc-macro",7967 "thiserror",7968 "tracing",7969]79707971[[package]]7972name = "polkadot-overseer-gen-proc-macro"7973version = "0.9.18"7974source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7975dependencies = [7976 "expander 0.0.5",7977 "proc-macro-crate 1.1.3",7978 "proc-macro2",7979 "quote",7980 "syn",7981]79827983[[package]]7984name = "polkadot-parachain"7985version = "0.9.18"7986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7987dependencies = [7988 "derive_more",7989 "frame-support",7990 "parity-scale-codec",7991 "parity-util-mem",7992 "polkadot-core-primitives",7993 "scale-info",7994 "serde",7995 "sp-core",7996 "sp-runtime",7997 "sp-std",7998]79998000[[package]]8001name = "polkadot-performance-test"8002version = "0.9.18"8003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8004dependencies = [8005 "env_logger",8006 "kusama-runtime",8007 "log",8008 "polkadot-erasure-coding",8009 "polkadot-node-core-pvf",8010 "polkadot-node-primitives",8011 "quote",8012 "thiserror",8013]80148015[[package]]8016name = "polkadot-primitives"8017version = "0.9.18"8018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8019dependencies = [8020 "bitvec",8021 "frame-system",8022 "hex-literal",8023 "parity-scale-codec",8024 "parity-util-mem",8025 "polkadot-core-primitives",8026 "polkadot-parachain",8027 "scale-info",8028 "serde",8029 "sp-api",8030 "sp-application-crypto",8031 "sp-arithmetic",8032 "sp-authority-discovery",8033 "sp-consensus-slots",8034 "sp-core",8035 "sp-inherents",8036 "sp-io",8037 "sp-keystore",8038 "sp-runtime",8039 "sp-staking",8040 "sp-std",8041 "sp-trie",8042 "sp-version",8043]80448045[[package]]8046name = "polkadot-rpc"8047version = "0.9.18"8048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8049dependencies = [8050 "beefy-gadget",8051 "beefy-gadget-rpc",8052 "jsonrpc-core",8053 "pallet-mmr-rpc",8054 "pallet-transaction-payment-rpc",8055 "polkadot-primitives",8056 "sc-chain-spec",8057 "sc-client-api",8058 "sc-consensus-babe",8059 "sc-consensus-babe-rpc",8060 "sc-consensus-epochs",8061 "sc-finality-grandpa",8062 "sc-finality-grandpa-rpc",8063 "sc-rpc",8064 "sc-sync-state-rpc",8065 "sc-transaction-pool-api",8066 "sp-api",8067 "sp-block-builder",8068 "sp-blockchain",8069 "sp-consensus",8070 "sp-consensus-babe",8071 "sp-keystore",8072 "sp-runtime",8073 "substrate-frame-rpc-system",8074]80758076[[package]]8077name = "polkadot-runtime"8078version = "0.9.18"8079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8080dependencies = [8081 "beefy-primitives",8082 "bitvec",8083 "frame-benchmarking",8084 "frame-election-provider-support",8085 "frame-executive",8086 "frame-support",8087 "frame-system",8088 "frame-system-benchmarking",8089 "frame-system-rpc-runtime-api",8090 "frame-try-runtime",8091 "hex-literal",8092 "log",8093 "pallet-authority-discovery",8094 "pallet-authorship",8095 "pallet-babe",8096 "pallet-bags-list",8097 "pallet-balances",8098 "pallet-bounties",8099 "pallet-collective",8100 "pallet-democracy",8101 "pallet-election-provider-multi-phase",8102 "pallet-elections-phragmen",8103 "pallet-grandpa",8104 "pallet-identity",8105 "pallet-im-online",8106 "pallet-indices",8107 "pallet-membership",8108 "pallet-mmr-primitives",8109 "pallet-multisig",8110 "pallet-nicks",8111 "pallet-offences",8112 "pallet-offences-benchmarking",8113 "pallet-preimage",8114 "pallet-proxy",8115 "pallet-scheduler",8116 "pallet-session",8117 "pallet-session-benchmarking",8118 "pallet-staking",8119 "pallet-staking-reward-curve",8120 "pallet-timestamp",8121 "pallet-tips",8122 "pallet-transaction-payment",8123 "pallet-transaction-payment-rpc-runtime-api",8124 "pallet-treasury",8125 "pallet-utility",8126 "pallet-vesting",8127 "pallet-xcm",8128 "parity-scale-codec",8129 "polkadot-primitives",8130 "polkadot-runtime-common",8131 "polkadot-runtime-constants",8132 "polkadot-runtime-parachains",8133 "rustc-hex",8134 "scale-info",8135 "serde",8136 "serde_derive",8137 "smallvec",8138 "sp-api",8139 "sp-authority-discovery",8140 "sp-block-builder",8141 "sp-consensus-babe",8142 "sp-core",8143 "sp-inherents",8144 "sp-io",8145 "sp-npos-elections",8146 "sp-offchain",8147 "sp-runtime",8148 "sp-session",8149 "sp-staking",8150 "sp-std",8151 "sp-transaction-pool",8152 "sp-version",8153 "static_assertions",8154 "substrate-wasm-builder",8155 "xcm",8156 "xcm-builder",8157 "xcm-executor",8158]81598160[[package]]8161name = "polkadot-runtime-common"8162version = "0.9.18"8163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8164dependencies = [8165 "beefy-primitives",8166 "bitvec",8167 "frame-benchmarking",8168 "frame-election-provider-support",8169 "frame-support",8170 "frame-system",8171 "impl-trait-for-tuples",8172 "libsecp256k1 0.7.0",8173 "log",8174 "pallet-authorship",8175 "pallet-babe",8176 "pallet-bags-list",8177 "pallet-balances",8178 "pallet-beefy-mmr",8179 "pallet-election-provider-multi-phase",8180 "pallet-session",8181 "pallet-staking",8182 "pallet-timestamp",8183 "pallet-transaction-payment",8184 "pallet-treasury",8185 "pallet-vesting",8186 "parity-scale-codec",8187 "polkadot-primitives",8188 "polkadot-runtime-parachains",8189 "rustc-hex",8190 "scale-info",8191 "serde",8192 "serde_derive",8193 "slot-range-helper",8194 "sp-api",8195 "sp-core",8196 "sp-inherents",8197 "sp-io",8198 "sp-npos-elections",8199 "sp-runtime",8200 "sp-session",8201 "sp-staking",8202 "sp-std",8203 "static_assertions",8204 "xcm",8205]82068207[[package]]8208name = "polkadot-runtime-constants"8209version = "0.9.18"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8211dependencies = [8212 "frame-support",8213 "polkadot-primitives",8214 "polkadot-runtime-common",8215 "smallvec",8216 "sp-runtime",8217]82188219[[package]]8220name = "polkadot-runtime-metrics"8221version = "0.9.18"8222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8223dependencies = [8224 "bs58",8225 "parity-scale-codec",8226 "polkadot-primitives",8227 "sp-std",8228 "sp-tracing",8229]82308231[[package]]8232name = "polkadot-runtime-parachains"8233version = "0.9.18"8234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8235dependencies = [8236 "bitflags",8237 "bitvec",8238 "derive_more",8239 "frame-benchmarking",8240 "frame-support",8241 "frame-system",8242 "log",8243 "pallet-authority-discovery",8244 "pallet-authorship",8245 "pallet-babe",8246 "pallet-balances",8247 "pallet-session",8248 "pallet-staking",8249 "pallet-timestamp",8250 "pallet-vesting",8251 "parity-scale-codec",8252 "polkadot-primitives",8253 "polkadot-runtime-metrics",8254 "rand 0.8.5",8255 "rand_chacha 0.3.1",8256 "rustc-hex",8257 "scale-info",8258 "serde",8259 "sp-api",8260 "sp-core",8261 "sp-inherents",8262 "sp-io",8263 "sp-keystore",8264 "sp-runtime",8265 "sp-session",8266 "sp-staking",8267 "sp-std",8268 "static_assertions",8269 "xcm",8270 "xcm-executor",8271]82728273[[package]]8274name = "polkadot-service"8275version = "0.9.18"8276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8277dependencies = [8278 "async-trait",8279 "beefy-gadget",8280 "beefy-primitives",8281 "frame-system-rpc-runtime-api",8282 "futures 0.3.21",8283 "hex-literal",8284 "kusama-runtime",8285 "kvdb",8286 "kvdb-rocksdb",8287 "lru 0.7.3",8288 "pallet-babe",8289 "pallet-im-online",8290 "pallet-mmr-primitives",8291 "pallet-staking",8292 "pallet-transaction-payment-rpc-runtime-api",8293 "parity-db",8294 "polkadot-approval-distribution",8295 "polkadot-availability-bitfield-distribution",8296 "polkadot-availability-distribution",8297 "polkadot-availability-recovery",8298 "polkadot-client",8299 "polkadot-collator-protocol",8300 "polkadot-dispute-distribution",8301 "polkadot-gossip-support",8302 "polkadot-network-bridge",8303 "polkadot-node-collation-generation",8304 "polkadot-node-core-approval-voting",8305 "polkadot-node-core-av-store",8306 "polkadot-node-core-backing",8307 "polkadot-node-core-bitfield-signing",8308 "polkadot-node-core-candidate-validation",8309 "polkadot-node-core-chain-api",8310 "polkadot-node-core-chain-selection",8311 "polkadot-node-core-dispute-coordinator",8312 "polkadot-node-core-parachains-inherent",8313 "polkadot-node-core-provisioner",8314 "polkadot-node-core-pvf-checker",8315 "polkadot-node-core-runtime-api",8316 "polkadot-node-network-protocol",8317 "polkadot-node-primitives",8318 "polkadot-node-subsystem",8319 "polkadot-node-subsystem-util",8320 "polkadot-overseer",8321 "polkadot-parachain",8322 "polkadot-primitives",8323 "polkadot-rpc",8324 "polkadot-runtime",8325 "polkadot-runtime-constants",8326 "polkadot-runtime-parachains",8327 "polkadot-statement-distribution",8328 "rococo-runtime",8329 "sc-authority-discovery",8330 "sc-basic-authorship",8331 "sc-block-builder",8332 "sc-chain-spec",8333 "sc-client-api",8334 "sc-client-db",8335 "sc-consensus",8336 "sc-consensus-babe",8337 "sc-consensus-slots",8338 "sc-consensus-uncles",8339 "sc-executor",8340 "sc-finality-grandpa",8341 "sc-keystore",8342 "sc-network",8343 "sc-offchain",8344 "sc-service",8345 "sc-sync-state-rpc",8346 "sc-telemetry",8347 "sc-transaction-pool",8348 "serde",8349 "sp-api",8350 "sp-authority-discovery",8351 "sp-block-builder",8352 "sp-blockchain",8353 "sp-consensus",8354 "sp-consensus-babe",8355 "sp-core",8356 "sp-finality-grandpa",8357 "sp-inherents",8358 "sp-io",8359 "sp-keystore",8360 "sp-offchain",8361 "sp-runtime",8362 "sp-session",8363 "sp-state-machine",8364 "sp-storage",8365 "sp-timestamp",8366 "sp-transaction-pool",8367 "sp-trie",8368 "substrate-prometheus-endpoint",8369 "thiserror",8370 "tracing",8371 "westend-runtime",8372]83738374[[package]]8375name = "polkadot-statement-distribution"8376version = "0.9.18"8377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8378dependencies = [8379 "arrayvec 0.5.2",8380 "fatality",8381 "futures 0.3.21",8382 "indexmap",8383 "parity-scale-codec",8384 "polkadot-node-network-protocol",8385 "polkadot-node-primitives",8386 "polkadot-node-subsystem",8387 "polkadot-node-subsystem-util",8388 "polkadot-primitives",8389 "sp-keystore",8390 "sp-staking",8391 "thiserror",8392 "tracing",8393]83948395[[package]]8396name = "polkadot-statement-table"8397version = "0.9.18"8398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8399dependencies = [8400 "parity-scale-codec",8401 "polkadot-primitives",8402 "sp-core",8403]84048405[[package]]8406name = "polkadot-test-runtime"8407version = "0.9.18"8408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8409dependencies = [8410 "beefy-primitives",8411 "bitvec",8412 "frame-election-provider-support",8413 "frame-executive",8414 "frame-support",8415 "frame-system",8416 "frame-system-rpc-runtime-api",8417 "log",8418 "pallet-authority-discovery",8419 "pallet-authorship",8420 "pallet-babe",8421 "pallet-balances",8422 "pallet-grandpa",8423 "pallet-indices",8424 "pallet-mmr-primitives",8425 "pallet-nicks",8426 "pallet-offences",8427 "pallet-session",8428 "pallet-staking",8429 "pallet-staking-reward-curve",8430 "pallet-sudo",8431 "pallet-timestamp",8432 "pallet-transaction-payment",8433 "pallet-transaction-payment-rpc-runtime-api",8434 "pallet-vesting",8435 "pallet-xcm",8436 "parity-scale-codec",8437 "polkadot-parachain",8438 "polkadot-primitives",8439 "polkadot-runtime-common",8440 "polkadot-runtime-parachains",8441 "rustc-hex",8442 "scale-info",8443 "serde",8444 "serde_derive",8445 "smallvec",8446 "sp-api",8447 "sp-authority-discovery",8448 "sp-block-builder",8449 "sp-consensus-babe",8450 "sp-core",8451 "sp-inherents",8452 "sp-io",8453 "sp-offchain",8454 "sp-runtime",8455 "sp-session",8456 "sp-staking",8457 "sp-std",8458 "sp-transaction-pool",8459 "sp-version",8460 "substrate-wasm-builder",8461 "test-runtime-constants",8462 "xcm",8463 "xcm-builder",8464 "xcm-executor",8465]84668467[[package]]8468name = "polkadot-test-service"8469version = "0.9.18"8470source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8471dependencies = [8472 "frame-benchmarking",8473 "frame-system",8474 "futures 0.1.31",8475 "futures 0.3.21",8476 "hex",8477 "pallet-balances",8478 "pallet-staking",8479 "pallet-transaction-payment",8480 "polkadot-node-primitives",8481 "polkadot-node-subsystem",8482 "polkadot-overseer",8483 "polkadot-parachain",8484 "polkadot-primitives",8485 "polkadot-rpc",8486 "polkadot-runtime-common",8487 "polkadot-runtime-parachains",8488 "polkadot-service",8489 "polkadot-test-runtime",8490 "rand 0.8.5",8491 "sc-authority-discovery",8492 "sc-chain-spec",8493 "sc-cli",8494 "sc-client-api",8495 "sc-consensus",8496 "sc-consensus-babe",8497 "sc-executor",8498 "sc-finality-grandpa",8499 "sc-network",8500 "sc-service",8501 "sc-tracing",8502 "sc-transaction-pool",8503 "sp-arithmetic",8504 "sp-authority-discovery",8505 "sp-blockchain",8506 "sp-consensus",8507 "sp-consensus-babe",8508 "sp-core",8509 "sp-finality-grandpa",8510 "sp-inherents",8511 "sp-keyring",8512 "sp-runtime",8513 "sp-state-machine",8514 "substrate-test-client",8515 "tempfile",8516 "test-runtime-constants",8517 "tokio 1.17.0",8518 "tracing",8519]85208521[[package]]8522name = "polling"8523version = "2.2.0"8524source = "registry+https://github.com/rust-lang/crates.io-index"8525checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8526dependencies = [8527 "cfg-if 1.0.0",8528 "libc",8529 "log",8530 "wepoll-ffi",8531 "winapi 0.3.9",8532]85338534[[package]]8535name = "poly1305"8536version = "0.7.2"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8539dependencies = [8540 "cpufeatures 0.2.2",8541 "opaque-debug 0.3.0",8542 "universal-hash",8543]85448545[[package]]8546name = "polyval"8547version = "0.5.3"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8550dependencies = [8551 "cfg-if 1.0.0",8552 "cpufeatures 0.2.2",8553 "opaque-debug 0.3.0",8554 "universal-hash",8555]85568557[[package]]8558name = "ppv-lite86"8559version = "0.2.16"8560source = "registry+https://github.com/rust-lang/crates.io-index"8561checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85628563[[package]]8564name = "primitive-types"8565version = "0.11.1"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8568dependencies = [8569 "fixed-hash",8570 "impl-codec",8571 "impl-rlp",8572 "impl-serde",8573 "scale-info",8574 "uint",8575]85768577[[package]]8578name = "proc-macro-crate"8579version = "0.1.5"8580source = "registry+https://github.com/rust-lang/crates.io-index"8581checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8582dependencies = [8583 "toml",8584]85858586[[package]]8587name = "proc-macro-crate"8588version = "1.1.3"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8591dependencies = [8592 "thiserror",8593 "toml",8594]85958596[[package]]8597name = "proc-macro-error"8598version = "1.0.4"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8601dependencies = [8602 "proc-macro-error-attr",8603 "proc-macro2",8604 "quote",8605 "syn",8606 "version_check",8607]86088609[[package]]8610name = "proc-macro-error-attr"8611version = "1.0.4"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8614dependencies = [8615 "proc-macro2",8616 "quote",8617 "version_check",8618]86198620[[package]]8621name = "proc-macro2"8622version = "1.0.36"8623source = "registry+https://github.com/rust-lang/crates.io-index"8624checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8625dependencies = [8626 "unicode-xid",8627]86288629[[package]]8630name = "prometheus"8631version = "0.13.0"8632source = "registry+https://github.com/rust-lang/crates.io-index"8633checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8634dependencies = [8635 "cfg-if 1.0.0",8636 "fnv",8637 "lazy_static",8638 "memchr",8639 "parking_lot 0.11.2",8640 "thiserror",8641]86428643[[package]]8644name = "prost"8645version = "0.9.0"8646source = "registry+https://github.com/rust-lang/crates.io-index"8647checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8648dependencies = [8649 "bytes 1.1.0",8650 "prost-derive",8651]86528653[[package]]8654name = "prost-build"8655version = "0.9.0"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8658dependencies = [8659 "bytes 1.1.0",8660 "heck 0.3.3",8661 "itertools",8662 "lazy_static",8663 "log",8664 "multimap",8665 "petgraph",8666 "prost",8667 "prost-types",8668 "regex",8669 "tempfile",8670 "which",8671]86728673[[package]]8674name = "prost-derive"8675version = "0.9.0"8676source = "registry+https://github.com/rust-lang/crates.io-index"8677checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8678dependencies = [8679 "anyhow",8680 "itertools",8681 "proc-macro2",8682 "quote",8683 "syn",8684]86858686[[package]]8687name = "prost-types"8688version = "0.9.0"8689source = "registry+https://github.com/rust-lang/crates.io-index"8690checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8691dependencies = [8692 "bytes 1.1.0",8693 "prost",8694]86958696[[package]]8697name = "psm"8698version = "0.1.17"8699source = "registry+https://github.com/rust-lang/crates.io-index"8700checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8701dependencies = [8702 "cc",8703]87048705[[package]]8706name = "quartz-runtime"8707version = "0.1.0"8708dependencies = [8709 "cumulus-pallet-aura-ext",8710 "cumulus-pallet-dmp-queue",8711 "cumulus-pallet-parachain-system",8712 "cumulus-pallet-xcm",8713 "cumulus-pallet-xcmp-queue",8714 "cumulus-primitives-core",8715 "cumulus-primitives-timestamp",8716 "cumulus-primitives-utility",8717 "derivative",8718 "fp-evm-mapping",8719 "fp-rpc",8720 "fp-self-contained",8721 "frame-benchmarking",8722 "frame-executive",8723 "frame-support",8724 "frame-system",8725 "frame-system-benchmarking",8726 "frame-system-rpc-runtime-api",8727 "hex-literal",8728 "orml-vesting",8729 "pallet-aura",8730 "pallet-balances",8731 "pallet-base-fee",8732 "pallet-common",8733 "pallet-ethereum",8734 "pallet-evm",8735 "pallet-evm-coder-substrate",8736 "pallet-evm-contract-helpers",8737 "pallet-evm-migration",8738 "pallet-evm-transaction-payment",8739 "pallet-fungible",8740 "pallet-inflation",8741 "pallet-nonfungible",8742 "pallet-randomness-collective-flip",8743 "pallet-refungible",8744 "pallet-sudo",8745 "pallet-template-transaction-payment",8746 "pallet-timestamp",8747 "pallet-transaction-payment",8748 "pallet-transaction-payment-rpc-runtime-api",8749 "pallet-treasury",8750 "pallet-unique",8751 "pallet-unq-scheduler",8752 "pallet-xcm",8753 "parachain-info",8754 "parity-scale-codec",8755 "polkadot-parachain",8756 "scale-info",8757 "serde",8758 "smallvec",8759 "sp-api",8760 "sp-arithmetic",8761 "sp-block-builder",8762 "sp-consensus-aura",8763 "sp-core",8764 "sp-inherents",8765 "sp-io",8766 "sp-offchain",8767 "sp-runtime",8768 "sp-session",8769 "sp-std",8770 "sp-transaction-pool",8771 "sp-version",8772 "substrate-wasm-builder",8773 "unique-runtime-common",8774 "up-data-structs",8775 "up-rpc",8776 "xcm",8777 "xcm-builder",8778 "xcm-executor",8779]87808781[[package]]8782name = "quick-error"8783version = "1.2.3"8784source = "registry+https://github.com/rust-lang/crates.io-index"8785checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87868787[[package]]8788name = "quick-error"8789version = "2.0.1"8790source = "registry+https://github.com/rust-lang/crates.io-index"8791checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87928793[[package]]8794name = "quicksink"8795version = "0.1.2"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8798dependencies = [8799 "futures-core",8800 "futures-sink",8801 "pin-project-lite 0.1.12",8802]88038804[[package]]8805name = "quote"8806version = "1.0.16"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8809dependencies = [8810 "proc-macro2",8811]88128813[[package]]8814name = "radium"8815version = "0.7.0"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88188819[[package]]8820name = "rand"8821version = "0.7.3"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8824dependencies = [8825 "getrandom 0.1.16",8826 "libc",8827 "rand_chacha 0.2.2",8828 "rand_core 0.5.1",8829 "rand_hc",8830 "rand_pcg",8831]88328833[[package]]8834name = "rand"8835version = "0.8.5"8836source = "registry+https://github.com/rust-lang/crates.io-index"8837checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8838dependencies = [8839 "libc",8840 "rand_chacha 0.3.1",8841 "rand_core 0.6.3",8842]88438844[[package]]8845name = "rand_chacha"8846version = "0.2.2"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8849dependencies = [8850 "ppv-lite86",8851 "rand_core 0.5.1",8852]88538854[[package]]8855name = "rand_chacha"8856version = "0.3.1"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8859dependencies = [8860 "ppv-lite86",8861 "rand_core 0.6.3",8862]88638864[[package]]8865name = "rand_core"8866version = "0.5.1"8867source = "registry+https://github.com/rust-lang/crates.io-index"8868checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8869dependencies = [8870 "getrandom 0.1.16",8871]88728873[[package]]8874name = "rand_core"8875version = "0.6.3"8876source = "registry+https://github.com/rust-lang/crates.io-index"8877checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8878dependencies = [8879 "getrandom 0.2.5",8880]88818882[[package]]8883name = "rand_distr"8884version = "0.4.3"8885source = "registry+https://github.com/rust-lang/crates.io-index"8886checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8887dependencies = [8888 "num-traits",8889 "rand 0.8.5",8890]88918892[[package]]8893name = "rand_hc"8894version = "0.2.0"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8897dependencies = [8898 "rand_core 0.5.1",8899]89008901[[package]]8902name = "rand_pcg"8903version = "0.2.1"8904source = "registry+https://github.com/rust-lang/crates.io-index"8905checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8906dependencies = [8907 "rand_core 0.5.1",8908]89098910[[package]]8911name = "rawpointer"8912version = "0.2.1"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89158916[[package]]8917name = "rayon"8918version = "1.5.1"8919source = "registry+https://github.com/rust-lang/crates.io-index"8920checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8921dependencies = [8922 "autocfg",8923 "crossbeam-deque",8924 "either",8925 "rayon-core",8926]89278928[[package]]8929name = "rayon-core"8930version = "1.9.1"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8933dependencies = [8934 "crossbeam-channel",8935 "crossbeam-deque",8936 "crossbeam-utils",8937 "lazy_static",8938 "num_cpus",8939]89408941[[package]]8942name = "redox_syscall"8943version = "0.2.11"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8946dependencies = [8947 "bitflags",8948]89498950[[package]]8951name = "redox_users"8952version = "0.4.2"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8955dependencies = [8956 "getrandom 0.2.5",8957 "redox_syscall",8958 "thiserror",8959]89608961[[package]]8962name = "reed-solomon-novelpoly"8963version = "1.0.0"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8966dependencies = [8967 "derive_more",8968 "fs-err",8969 "itertools",8970 "static_init",8971 "thiserror",8972]89738974[[package]]8975name = "ref-cast"8976version = "1.0.6"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8979dependencies = [8980 "ref-cast-impl",8981]89828983[[package]]8984name = "ref-cast-impl"8985version = "1.0.6"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8988dependencies = [8989 "proc-macro2",8990 "quote",8991 "syn",8992]89938994[[package]]8995name = "regalloc"8996version = "0.0.33"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8999dependencies = [9000 "log",9001 "rustc-hash",9002 "smallvec",9003]90049005[[package]]9006name = "regex"9007version = "1.5.5"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9010dependencies = [9011 "aho-corasick",9012 "memchr",9013 "regex-syntax",9014]90159016[[package]]9017name = "regex-automata"9018version = "0.1.10"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9021dependencies = [9022 "regex-syntax",9023]90249025[[package]]9026name = "regex-syntax"9027version = "0.6.25"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90309031[[package]]9032name = "region"9033version = "2.2.0"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9036dependencies = [9037 "bitflags",9038 "libc",9039 "mach",9040 "winapi 0.3.9",9041]90429043[[package]]9044name = "remote-externalities"9045version = "0.10.0-dev"9046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9047dependencies = [9048 "env_logger",9049 "jsonrpsee 0.8.0",9050 "log",9051 "parity-scale-codec",9052 "serde",9053 "serde_json",9054 "sp-core",9055 "sp-io",9056 "sp-runtime",9057 "sp-version",9058]90599060[[package]]9061name = "remove_dir_all"9062version = "0.5.3"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9065dependencies = [9066 "winapi 0.3.9",9067]90689069[[package]]9070name = "resolv-conf"9071version = "0.7.0"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9074dependencies = [9075 "hostname",9076 "quick-error 1.2.3",9077]90789079[[package]]9080name = "retain_mut"9081version = "0.1.7"9082source = "registry+https://github.com/rust-lang/crates.io-index"9083checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90849085[[package]]9086name = "ring"9087version = "0.16.20"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9090dependencies = [9091 "cc",9092 "libc",9093 "once_cell",9094 "spin",9095 "untrusted",9096 "web-sys",9097 "winapi 0.3.9",9098]90999100[[package]]9101name = "rlp"9102version = "0.5.1"9103source = "registry+https://github.com/rust-lang/crates.io-index"9104checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9105dependencies = [9106 "bytes 1.1.0",9107 "rustc-hex",9108]91099110[[package]]9111name = "rlp-derive"9112version = "0.1.0"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9115dependencies = [9116 "proc-macro2",9117 "quote",9118 "syn",9119]91209121[[package]]9122name = "rocksdb"9123version = "0.18.0"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9126dependencies = [9127 "libc",9128 "librocksdb-sys",9129]91309131[[package]]9132name = "rococo-runtime"9133version = "0.9.18"9134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9135dependencies = [9136 "beefy-primitives",9137 "bp-messages",9138 "bp-rococo",9139 "bp-runtime",9140 "bp-wococo",9141 "bridge-runtime-common",9142 "frame-benchmarking",9143 "frame-executive",9144 "frame-support",9145 "frame-system",9146 "frame-system-rpc-runtime-api",9147 "hex-literal",9148 "log",9149 "pallet-authority-discovery",9150 "pallet-authorship",9151 "pallet-babe",9152 "pallet-balances",9153 "pallet-beefy",9154 "pallet-beefy-mmr",9155 "pallet-bridge-dispatch",9156 "pallet-bridge-grandpa",9157 "pallet-bridge-messages",9158 "pallet-collective",9159 "pallet-grandpa",9160 "pallet-im-online",9161 "pallet-indices",9162 "pallet-membership",9163 "pallet-mmr",9164 "pallet-mmr-primitives",9165 "pallet-multisig",9166 "pallet-offences",9167 "pallet-proxy",9168 "pallet-session",9169 "pallet-staking",9170 "pallet-sudo",9171 "pallet-timestamp",9172 "pallet-transaction-payment",9173 "pallet-transaction-payment-rpc-runtime-api",9174 "pallet-utility",9175 "pallet-xcm",9176 "parity-scale-codec",9177 "polkadot-parachain",9178 "polkadot-primitives",9179 "polkadot-runtime-common",9180 "polkadot-runtime-parachains",9181 "rococo-runtime-constants",9182 "scale-info",9183 "serde",9184 "serde_derive",9185 "smallvec",9186 "sp-api",9187 "sp-authority-discovery",9188 "sp-block-builder",9189 "sp-consensus-babe",9190 "sp-core",9191 "sp-inherents",9192 "sp-io",9193 "sp-offchain",9194 "sp-runtime",9195 "sp-session",9196 "sp-staking",9197 "sp-std",9198 "sp-transaction-pool",9199 "sp-version",9200 "substrate-wasm-builder",9201 "xcm",9202 "xcm-builder",9203 "xcm-executor",9204]92059206[[package]]9207name = "rococo-runtime-constants"9208version = "0.9.18"9209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9210dependencies = [9211 "frame-support",9212 "polkadot-primitives",9213 "polkadot-runtime-common",9214 "smallvec",9215 "sp-runtime",9216]92179218[[package]]9219name = "rpassword"9220version = "5.0.1"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9223dependencies = [9224 "libc",9225 "winapi 0.3.9",9226]92279228[[package]]9229name = "rustc-demangle"9230version = "0.1.21"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92339234[[package]]9235name = "rustc-hash"9236version = "1.1.0"9237source = "registry+https://github.com/rust-lang/crates.io-index"9238checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92399240[[package]]9241name = "rustc-hex"9242version = "2.1.0"9243source = "registry+https://github.com/rust-lang/crates.io-index"9244checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92459246[[package]]9247name = "rustc_version"9248version = "0.2.3"9249source = "registry+https://github.com/rust-lang/crates.io-index"9250checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9251dependencies = [9252 "semver 0.9.0",9253]92549255[[package]]9256name = "rustc_version"9257version = "0.3.3"9258source = "registry+https://github.com/rust-lang/crates.io-index"9259checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9260dependencies = [9261 "semver 0.11.0",9262]92639264[[package]]9265name = "rustc_version"9266version = "0.4.0"9267source = "registry+https://github.com/rust-lang/crates.io-index"9268checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9269dependencies = [9270 "semver 1.0.6",9271]92729273[[package]]9274name = "rustix"9275version = "0.31.3"9276source = "registry+https://github.com/rust-lang/crates.io-index"9277checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9278dependencies = [9279 "bitflags",9280 "errno",9281 "io-lifetimes",9282 "libc",9283 "linux-raw-sys",9284 "winapi 0.3.9",9285]92869287[[package]]9288name = "rustls"9289version = "0.19.1"9290source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9292dependencies = [9293 "base64",9294 "log",9295 "ring",9296 "sct 0.6.1",9297 "webpki 0.21.4",9298]92999300[[package]]9301name = "rustls"9302version = "0.20.4"9303source = "registry+https://github.com/rust-lang/crates.io-index"9304checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9305dependencies = [9306 "log",9307 "ring",9308 "sct 0.7.0",9309 "webpki 0.22.0",9310]93119312[[package]]9313name = "rustls-native-certs"9314version = "0.5.0"9315source = "registry+https://github.com/rust-lang/crates.io-index"9316checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9317dependencies = [9318 "openssl-probe",9319 "rustls 0.19.1",9320 "schannel",9321 "security-framework",9322]93239324[[package]]9325name = "rustls-native-certs"9326version = "0.6.1"9327source = "registry+https://github.com/rust-lang/crates.io-index"9328checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9329dependencies = [9330 "openssl-probe",9331 "rustls-pemfile",9332 "schannel",9333 "security-framework",9334]93359336[[package]]9337name = "rustls-pemfile"9338version = "0.2.1"9339source = "registry+https://github.com/rust-lang/crates.io-index"9340checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9341dependencies = [9342 "base64",9343]93449345[[package]]9346name = "rustversion"9347version = "1.0.6"9348source = "registry+https://github.com/rust-lang/crates.io-index"9349checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93509351[[package]]9352name = "rw-stream-sink"9353version = "0.2.1"9354source = "registry+https://github.com/rust-lang/crates.io-index"9355checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9356dependencies = [9357 "futures 0.3.21",9358 "pin-project 0.4.29",9359 "static_assertions",9360]93619362[[package]]9363name = "ryu"9364version = "1.0.9"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93679368[[package]]9369name = "safe-mix"9370version = "1.0.1"9371source = "registry+https://github.com/rust-lang/crates.io-index"9372checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9373dependencies = [9374 "rustc_version 0.2.3",9375]93769377[[package]]9378name = "salsa20"9379version = "0.9.0"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9382dependencies = [9383 "cipher",9384]93859386[[package]]9387name = "same-file"9388version = "1.0.6"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9391dependencies = [9392 "winapi-util",9393]93949395[[package]]9396name = "sc-allocator"9397version = "4.1.0-dev"9398source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9399dependencies = [9400 "log",9401 "sp-core",9402 "sp-wasm-interface",9403 "thiserror",9404]94059406[[package]]9407name = "sc-authority-discovery"9408version = "0.10.0-dev"9409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9410dependencies = [9411 "async-trait",9412 "futures 0.3.21",9413 "futures-timer",9414 "ip_network",9415 "libp2p",9416 "log",9417 "parity-scale-codec",9418 "prost",9419 "prost-build",9420 "rand 0.7.3",9421 "sc-client-api",9422 "sc-network",9423 "sp-api",9424 "sp-authority-discovery",9425 "sp-blockchain",9426 "sp-core",9427 "sp-keystore",9428 "sp-runtime",9429 "substrate-prometheus-endpoint",9430 "thiserror",9431]94329433[[package]]9434name = "sc-basic-authorship"9435version = "0.10.0-dev"9436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9437dependencies = [9438 "futures 0.3.21",9439 "futures-timer",9440 "log",9441 "parity-scale-codec",9442 "sc-block-builder",9443 "sc-client-api",9444 "sc-proposer-metrics",9445 "sc-telemetry",9446 "sc-transaction-pool-api",9447 "sp-api",9448 "sp-blockchain",9449 "sp-consensus",9450 "sp-core",9451 "sp-inherents",9452 "sp-runtime",9453 "substrate-prometheus-endpoint",9454]94559456[[package]]9457name = "sc-block-builder"9458version = "0.10.0-dev"9459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9460dependencies = [9461 "parity-scale-codec",9462 "sc-client-api",9463 "sp-api",9464 "sp-block-builder",9465 "sp-blockchain",9466 "sp-core",9467 "sp-inherents",9468 "sp-runtime",9469 "sp-state-machine",9470]94719472[[package]]9473name = "sc-chain-spec"9474version = "4.0.0-dev"9475source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9476dependencies = [9477 "impl-trait-for-tuples",9478 "memmap2 0.5.3",9479 "parity-scale-codec",9480 "sc-chain-spec-derive",9481 "sc-network",9482 "sc-telemetry",9483 "serde",9484 "serde_json",9485 "sp-core",9486 "sp-runtime",9487]94889489[[package]]9490name = "sc-chain-spec-derive"9491version = "4.0.0-dev"9492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9493dependencies = [9494 "proc-macro-crate 1.1.3",9495 "proc-macro2",9496 "quote",9497 "syn",9498]94999500[[package]]9501name = "sc-cli"9502version = "0.10.0-dev"9503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9504dependencies = [9505 "chrono",9506 "clap",9507 "fdlimit",9508 "futures 0.3.21",9509 "hex",9510 "libp2p",9511 "log",9512 "names",9513 "parity-scale-codec",9514 "rand 0.7.3",9515 "regex",9516 "rpassword",9517 "sc-client-api",9518 "sc-keystore",9519 "sc-network",9520 "sc-service",9521 "sc-telemetry",9522 "sc-tracing",9523 "sc-utils",9524 "serde",9525 "serde_json",9526 "sp-blockchain",9527 "sp-core",9528 "sp-keyring",9529 "sp-keystore",9530 "sp-panic-handler",9531 "sp-runtime",9532 "sp-version",9533 "thiserror",9534 "tiny-bip39",9535 "tokio 1.17.0",9536]95379538[[package]]9539name = "sc-client-api"9540version = "4.0.0-dev"9541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9542dependencies = [9543 "fnv",9544 "futures 0.3.21",9545 "hash-db",9546 "log",9547 "parity-scale-codec",9548 "parking_lot 0.12.0",9549 "sc-executor",9550 "sc-transaction-pool-api",9551 "sc-utils",9552 "sp-api",9553 "sp-blockchain",9554 "sp-consensus",9555 "sp-core",9556 "sp-database",9557 "sp-externalities",9558 "sp-keystore",9559 "sp-runtime",9560 "sp-state-machine",9561 "sp-storage",9562 "sp-trie",9563 "substrate-prometheus-endpoint",9564]95659566[[package]]9567name = "sc-client-db"9568version = "0.10.0-dev"9569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9570dependencies = [9571 "hash-db",9572 "kvdb",9573 "kvdb-memorydb",9574 "kvdb-rocksdb",9575 "linked-hash-map",9576 "log",9577 "parity-db",9578 "parity-scale-codec",9579 "parking_lot 0.12.0",9580 "sc-client-api",9581 "sc-state-db",9582 "sp-arithmetic",9583 "sp-blockchain",9584 "sp-core",9585 "sp-database",9586 "sp-runtime",9587 "sp-state-machine",9588 "sp-trie",9589]95909591[[package]]9592name = "sc-consensus"9593version = "0.10.0-dev"9594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9595dependencies = [9596 "async-trait",9597 "futures 0.3.21",9598 "futures-timer",9599 "libp2p",9600 "log",9601 "parking_lot 0.12.0",9602 "sc-client-api",9603 "sc-utils",9604 "serde",9605 "sp-api",9606 "sp-blockchain",9607 "sp-consensus",9608 "sp-core",9609 "sp-runtime",9610 "sp-state-machine",9611 "substrate-prometheus-endpoint",9612 "thiserror",9613]96149615[[package]]9616name = "sc-consensus-aura"9617version = "0.10.0-dev"9618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9619dependencies = [9620 "async-trait",9621 "futures 0.3.21",9622 "log",9623 "parity-scale-codec",9624 "sc-block-builder",9625 "sc-client-api",9626 "sc-consensus",9627 "sc-consensus-slots",9628 "sc-telemetry",9629 "sp-api",9630 "sp-application-crypto",9631 "sp-block-builder",9632 "sp-blockchain",9633 "sp-consensus",9634 "sp-consensus-aura",9635 "sp-consensus-slots",9636 "sp-core",9637 "sp-inherents",9638 "sp-keystore",9639 "sp-runtime",9640 "substrate-prometheus-endpoint",9641 "thiserror",9642]96439644[[package]]9645name = "sc-consensus-babe"9646version = "0.10.0-dev"9647source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9648dependencies = [9649 "async-trait",9650 "fork-tree",9651 "futures 0.3.21",9652 "log",9653 "merlin",9654 "num-bigint",9655 "num-rational 0.2.4",9656 "num-traits",9657 "parity-scale-codec",9658 "parking_lot 0.12.0",9659 "rand 0.7.3",9660 "retain_mut",9661 "sc-client-api",9662 "sc-consensus",9663 "sc-consensus-epochs",9664 "sc-consensus-slots",9665 "sc-keystore",9666 "sc-telemetry",9667 "schnorrkel",9668 "serde",9669 "sp-api",9670 "sp-application-crypto",9671 "sp-block-builder",9672 "sp-blockchain",9673 "sp-consensus",9674 "sp-consensus-babe",9675 "sp-consensus-slots",9676 "sp-consensus-vrf",9677 "sp-core",9678 "sp-inherents",9679 "sp-io",9680 "sp-keystore",9681 "sp-runtime",9682 "sp-version",9683 "substrate-prometheus-endpoint",9684 "thiserror",9685]96869687[[package]]9688name = "sc-consensus-babe-rpc"9689version = "0.10.0-dev"9690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9691dependencies = [9692 "futures 0.3.21",9693 "jsonrpc-core",9694 "jsonrpc-core-client",9695 "jsonrpc-derive",9696 "sc-consensus-babe",9697 "sc-consensus-epochs",9698 "sc-rpc-api",9699 "serde",9700 "sp-api",9701 "sp-application-crypto",9702 "sp-blockchain",9703 "sp-consensus",9704 "sp-consensus-babe",9705 "sp-core",9706 "sp-keystore",9707 "sp-runtime",9708 "thiserror",9709]97109711[[package]]9712name = "sc-consensus-epochs"9713version = "0.10.0-dev"9714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9715dependencies = [9716 "fork-tree",9717 "parity-scale-codec",9718 "sc-client-api",9719 "sc-consensus",9720 "sp-blockchain",9721 "sp-runtime",9722]97239724[[package]]9725name = "sc-consensus-manual-seal"9726version = "0.10.0-dev"9727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9728dependencies = [9729 "assert_matches",9730 "async-trait",9731 "futures 0.3.21",9732 "jsonrpc-core",9733 "jsonrpc-core-client",9734 "jsonrpc-derive",9735 "log",9736 "parity-scale-codec",9737 "sc-client-api",9738 "sc-consensus",9739 "sc-consensus-aura",9740 "sc-consensus-babe",9741 "sc-consensus-epochs",9742 "sc-transaction-pool",9743 "sc-transaction-pool-api",9744 "serde",9745 "sp-api",9746 "sp-blockchain",9747 "sp-consensus",9748 "sp-consensus-aura",9749 "sp-consensus-babe",9750 "sp-consensus-slots",9751 "sp-core",9752 "sp-inherents",9753 "sp-keystore",9754 "sp-runtime",9755 "sp-timestamp",9756 "substrate-prometheus-endpoint",9757 "thiserror",9758]97599760[[package]]9761name = "sc-consensus-slots"9762version = "0.10.0-dev"9763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9764dependencies = [9765 "async-trait",9766 "futures 0.3.21",9767 "futures-timer",9768 "log",9769 "parity-scale-codec",9770 "sc-client-api",9771 "sc-consensus",9772 "sc-telemetry",9773 "sp-arithmetic",9774 "sp-blockchain",9775 "sp-consensus",9776 "sp-consensus-slots",9777 "sp-core",9778 "sp-inherents",9779 "sp-runtime",9780 "sp-state-machine",9781 "sp-timestamp",9782 "thiserror",9783]97849785[[package]]9786name = "sc-consensus-uncles"9787version = "0.10.0-dev"9788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9789dependencies = [9790 "sc-client-api",9791 "sp-authorship",9792 "sp-runtime",9793 "thiserror",9794]97959796[[package]]9797name = "sc-executor"9798version = "0.10.0-dev"9799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9800dependencies = [9801 "lazy_static",9802 "lru 0.6.6",9803 "parity-scale-codec",9804 "parking_lot 0.12.0",9805 "sc-executor-common",9806 "sc-executor-wasmi",9807 "sc-executor-wasmtime",9808 "sp-api",9809 "sp-core",9810 "sp-core-hashing-proc-macro",9811 "sp-externalities",9812 "sp-io",9813 "sp-panic-handler",9814 "sp-runtime-interface",9815 "sp-tasks",9816 "sp-trie",9817 "sp-version",9818 "sp-wasm-interface",9819 "tracing",9820 "wasmi",9821]98229823[[package]]9824name = "sc-executor-common"9825version = "0.10.0-dev"9826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9827dependencies = [9828 "environmental",9829 "parity-scale-codec",9830 "sc-allocator",9831 "sp-core",9832 "sp-maybe-compressed-blob",9833 "sp-serializer",9834 "sp-wasm-interface",9835 "thiserror",9836 "wasm-instrument",9837 "wasmi",9838]98399840[[package]]9841name = "sc-executor-wasmi"9842version = "0.10.0-dev"9843source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9844dependencies = [9845 "log",9846 "parity-scale-codec",9847 "sc-allocator",9848 "sc-executor-common",9849 "scoped-tls",9850 "sp-core",9851 "sp-runtime-interface",9852 "sp-wasm-interface",9853 "wasmi",9854]98559856[[package]]9857name = "sc-executor-wasmtime"9858version = "0.10.0-dev"9859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9860dependencies = [9861 "cfg-if 1.0.0",9862 "libc",9863 "log",9864 "parity-scale-codec",9865 "parity-wasm 0.42.2",9866 "sc-allocator",9867 "sc-executor-common",9868 "sp-core",9869 "sp-runtime-interface",9870 "sp-wasm-interface",9871 "wasmtime",9872]98739874[[package]]9875name = "sc-finality-grandpa"9876version = "0.10.0-dev"9877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9878dependencies = [9879 "ahash",9880 "async-trait",9881 "dyn-clone",9882 "finality-grandpa",9883 "fork-tree",9884 "futures 0.3.21",9885 "futures-timer",9886 "hex",9887 "log",9888 "parity-scale-codec",9889 "parking_lot 0.12.0",9890 "rand 0.8.5",9891 "sc-block-builder",9892 "sc-chain-spec",9893 "sc-client-api",9894 "sc-consensus",9895 "sc-keystore",9896 "sc-network",9897 "sc-network-gossip",9898 "sc-telemetry",9899 "sc-utils",9900 "serde_json",9901 "sp-api",9902 "sp-application-crypto",9903 "sp-arithmetic",9904 "sp-blockchain",9905 "sp-consensus",9906 "sp-core",9907 "sp-finality-grandpa",9908 "sp-keystore",9909 "sp-runtime",9910 "substrate-prometheus-endpoint",9911 "thiserror",9912]99139914[[package]]9915name = "sc-finality-grandpa-rpc"9916version = "0.10.0-dev"9917source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9918dependencies = [9919 "finality-grandpa",9920 "futures 0.3.21",9921 "jsonrpc-core",9922 "jsonrpc-core-client",9923 "jsonrpc-derive",9924 "jsonrpc-pubsub",9925 "log",9926 "parity-scale-codec",9927 "sc-client-api",9928 "sc-finality-grandpa",9929 "sc-rpc",9930 "serde",9931 "serde_json",9932 "sp-blockchain",9933 "sp-core",9934 "sp-runtime",9935 "thiserror",9936]99379938[[package]]9939name = "sc-informant"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9942dependencies = [9943 "ansi_term",9944 "futures 0.3.21",9945 "futures-timer",9946 "log",9947 "parity-util-mem",9948 "sc-client-api",9949 "sc-network",9950 "sc-transaction-pool-api",9951 "sp-blockchain",9952 "sp-runtime",9953]99549955[[package]]9956name = "sc-keystore"9957version = "4.0.0-dev"9958source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9959dependencies = [9960 "async-trait",9961 "hex",9962 "parking_lot 0.12.0",9963 "serde_json",9964 "sp-application-crypto",9965 "sp-core",9966 "sp-keystore",9967 "thiserror",9968]99699970[[package]]9971name = "sc-network"9972version = "0.10.0-dev"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9974dependencies = [9975 "async-trait",9976 "asynchronous-codec 0.5.0",9977 "bitflags",9978 "bytes 1.1.0",9979 "cid",9980 "either",9981 "fnv",9982 "fork-tree",9983 "futures 0.3.21",9984 "futures-timer",9985 "hex",9986 "ip_network",9987 "libp2p",9988 "linked-hash-map",9989 "linked_hash_set",9990 "log",9991 "lru 0.7.3",9992 "parity-scale-codec",9993 "parking_lot 0.12.0",9994 "pin-project 1.0.10",9995 "prost",9996 "prost-build",9997 "rand 0.7.3",9998 "sc-block-builder",9999 "sc-client-api",10000 "sc-consensus",10001 "sc-peerset",10002 "sc-utils",10003 "serde",10004 "serde_json",10005 "smallvec",10006 "sp-arithmetic",10007 "sp-blockchain",10008 "sp-consensus",10009 "sp-core",10010 "sp-finality-grandpa",10011 "sp-runtime",10012 "substrate-prometheus-endpoint",10013 "thiserror",10014 "unsigned-varint 0.6.0",10015 "void",10016 "zeroize",10017]1001810019[[package]]10020name = "sc-network-gossip"10021version = "0.10.0-dev"10022source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10023dependencies = [10024 "ahash",10025 "futures 0.3.21",10026 "futures-timer",10027 "libp2p",10028 "log",10029 "lru 0.7.3",10030 "sc-network",10031 "sp-runtime",10032 "substrate-prometheus-endpoint",10033 "tracing",10034]1003510036[[package]]10037name = "sc-offchain"10038version = "4.0.0-dev"10039source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10040dependencies = [10041 "bytes 1.1.0",10042 "fnv",10043 "futures 0.3.21",10044 "futures-timer",10045 "hex",10046 "hyper",10047 "hyper-rustls 0.22.1",10048 "num_cpus",10049 "once_cell",10050 "parity-scale-codec",10051 "parking_lot 0.12.0",10052 "rand 0.7.3",10053 "sc-client-api",10054 "sc-network",10055 "sc-utils",10056 "sp-api",10057 "sp-core",10058 "sp-offchain",10059 "sp-runtime",10060 "threadpool",10061 "tracing",10062]1006310064[[package]]10065name = "sc-peerset"10066version = "4.0.0-dev"10067source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10068dependencies = [10069 "futures 0.3.21",10070 "libp2p",10071 "log",10072 "sc-utils",10073 "serde_json",10074 "wasm-timer",10075]1007610077[[package]]10078name = "sc-proposer-metrics"10079version = "0.10.0-dev"10080source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10081dependencies = [10082 "log",10083 "substrate-prometheus-endpoint",10084]1008510086[[package]]10087name = "sc-rpc"10088version = "4.0.0-dev"10089source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10090dependencies = [10091 "futures 0.3.21",10092 "hash-db",10093 "jsonrpc-core",10094 "jsonrpc-pubsub",10095 "log",10096 "parity-scale-codec",10097 "parking_lot 0.12.0",10098 "sc-block-builder",10099 "sc-chain-spec",10100 "sc-client-api",10101 "sc-rpc-api",10102 "sc-tracing",10103 "sc-transaction-pool-api",10104 "sc-utils",10105 "serde_json",10106 "sp-api",10107 "sp-blockchain",10108 "sp-core",10109 "sp-keystore",10110 "sp-offchain",10111 "sp-rpc",10112 "sp-runtime",10113 "sp-session",10114 "sp-version",10115]1011610117[[package]]10118name = "sc-rpc-api"10119version = "0.10.0-dev"10120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10121dependencies = [10122 "futures 0.3.21",10123 "jsonrpc-core",10124 "jsonrpc-core-client",10125 "jsonrpc-derive",10126 "jsonrpc-pubsub",10127 "log",10128 "parity-scale-codec",10129 "parking_lot 0.12.0",10130 "sc-chain-spec",10131 "sc-transaction-pool-api",10132 "serde",10133 "serde_json",10134 "sp-core",10135 "sp-rpc",10136 "sp-runtime",10137 "sp-tracing",10138 "sp-version",10139 "thiserror",10140]1014110142[[package]]10143name = "sc-rpc-server"10144version = "4.0.0-dev"10145source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10146dependencies = [10147 "futures 0.3.21",10148 "jsonrpc-core",10149 "jsonrpc-http-server",10150 "jsonrpc-ipc-server",10151 "jsonrpc-pubsub",10152 "jsonrpc-ws-server",10153 "log",10154 "serde_json",10155 "substrate-prometheus-endpoint",10156 "tokio 1.17.0",10157]1015810159[[package]]10160name = "sc-service"10161version = "0.10.0-dev"10162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10163dependencies = [10164 "async-trait",10165 "directories",10166 "exit-future",10167 "futures 0.3.21",10168 "futures-timer",10169 "hash-db",10170 "jsonrpc-core",10171 "jsonrpc-pubsub",10172 "log",10173 "parity-scale-codec",10174 "parity-util-mem",10175 "parking_lot 0.12.0",10176 "pin-project 1.0.10",10177 "rand 0.7.3",10178 "sc-block-builder",10179 "sc-chain-spec",10180 "sc-client-api",10181 "sc-client-db",10182 "sc-consensus",10183 "sc-executor",10184 "sc-informant",10185 "sc-keystore",10186 "sc-network",10187 "sc-offchain",10188 "sc-rpc",10189 "sc-rpc-server",10190 "sc-telemetry",10191 "sc-tracing",10192 "sc-transaction-pool",10193 "sc-transaction-pool-api",10194 "sc-utils",10195 "serde",10196 "serde_json",10197 "sp-api",10198 "sp-application-crypto",10199 "sp-block-builder",10200 "sp-blockchain",10201 "sp-consensus",10202 "sp-core",10203 "sp-externalities",10204 "sp-inherents",10205 "sp-keystore",10206 "sp-runtime",10207 "sp-session",10208 "sp-state-machine",10209 "sp-storage",10210 "sp-tracing",10211 "sp-transaction-pool",10212 "sp-transaction-storage-proof",10213 "sp-trie",10214 "sp-version",10215 "substrate-prometheus-endpoint",10216 "tempfile",10217 "thiserror",10218 "tokio 1.17.0",10219 "tracing",10220 "tracing-futures",10221]1022210223[[package]]10224name = "sc-state-db"10225version = "0.10.0-dev"10226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10227dependencies = [10228 "log",10229 "parity-scale-codec",10230 "parity-util-mem",10231 "parity-util-mem-derive",10232 "parking_lot 0.12.0",10233 "sc-client-api",10234 "sp-core",10235]1023610237[[package]]10238name = "sc-sync-state-rpc"10239version = "0.10.0-dev"10240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10241dependencies = [10242 "jsonrpc-core",10243 "jsonrpc-core-client",10244 "jsonrpc-derive",10245 "parity-scale-codec",10246 "sc-chain-spec",10247 "sc-client-api",10248 "sc-consensus-babe",10249 "sc-consensus-epochs",10250 "sc-finality-grandpa",10251 "serde",10252 "serde_json",10253 "sp-blockchain",10254 "sp-runtime",10255 "thiserror",10256]1025710258[[package]]10259name = "sc-telemetry"10260version = "4.0.0-dev"10261source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10262dependencies = [10263 "chrono",10264 "futures 0.3.21",10265 "libp2p",10266 "log",10267 "parking_lot 0.12.0",10268 "pin-project 1.0.10",10269 "rand 0.7.3",10270 "serde",10271 "serde_json",10272 "thiserror",10273 "wasm-timer",10274]1027510276[[package]]10277name = "sc-tracing"10278version = "4.0.0-dev"10279source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10280dependencies = [10281 "ansi_term",10282 "atty",10283 "chrono",10284 "lazy_static",10285 "libc",10286 "log",10287 "once_cell",10288 "parking_lot 0.12.0",10289 "regex",10290 "rustc-hash",10291 "sc-client-api",10292 "sc-rpc-server",10293 "sc-tracing-proc-macro",10294 "serde",10295 "sp-api",10296 "sp-blockchain",10297 "sp-core",10298 "sp-rpc",10299 "sp-runtime",10300 "sp-tracing",10301 "thiserror",10302 "tracing",10303 "tracing-log",10304 "tracing-subscriber",10305]1030610307[[package]]10308name = "sc-tracing-proc-macro"10309version = "4.0.0-dev"10310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10311dependencies = [10312 "proc-macro-crate 1.1.3",10313 "proc-macro2",10314 "quote",10315 "syn",10316]1031710318[[package]]10319name = "sc-transaction-pool"10320version = "4.0.0-dev"10321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10322dependencies = [10323 "futures 0.3.21",10324 "futures-timer",10325 "linked-hash-map",10326 "log",10327 "parity-scale-codec",10328 "parity-util-mem",10329 "parking_lot 0.12.0",10330 "retain_mut",10331 "sc-client-api",10332 "sc-transaction-pool-api",10333 "sc-utils",10334 "serde",10335 "sp-api",10336 "sp-blockchain",10337 "sp-core",10338 "sp-runtime",10339 "sp-tracing",10340 "sp-transaction-pool",10341 "substrate-prometheus-endpoint",10342 "thiserror",10343]1034410345[[package]]10346name = "sc-transaction-pool-api"10347version = "4.0.0-dev"10348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10349dependencies = [10350 "futures 0.3.21",10351 "log",10352 "serde",10353 "sp-blockchain",10354 "sp-runtime",10355 "thiserror",10356]1035710358[[package]]10359name = "sc-utils"10360version = "4.0.0-dev"10361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10362dependencies = [10363 "futures 0.3.21",10364 "futures-timer",10365 "lazy_static",10366 "log",10367 "parking_lot 0.12.0",10368 "prometheus",10369]1037010371[[package]]10372name = "scale-info"10373version = "2.0.1"10374source = "registry+https://github.com/rust-lang/crates.io-index"10375checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10376dependencies = [10377 "bitvec",10378 "cfg-if 1.0.0",10379 "derive_more",10380 "parity-scale-codec",10381 "scale-info-derive",10382 "serde",10383]1038410385[[package]]10386name = "scale-info-derive"10387version = "2.0.0"10388source = "registry+https://github.com/rust-lang/crates.io-index"10389checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10390dependencies = [10391 "proc-macro-crate 1.1.3",10392 "proc-macro2",10393 "quote",10394 "syn",10395]1039610397[[package]]10398name = "schannel"10399version = "0.1.19"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10402dependencies = [10403 "lazy_static",10404 "winapi 0.3.9",10405]1040610407[[package]]10408name = "schnorrkel"10409version = "0.9.1"10410source = "registry+https://github.com/rust-lang/crates.io-index"10411checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10412dependencies = [10413 "arrayref",10414 "arrayvec 0.5.2",10415 "curve25519-dalek 2.1.3",10416 "getrandom 0.1.16",10417 "merlin",10418 "rand 0.7.3",10419 "rand_core 0.5.1",10420 "sha2 0.8.2",10421 "subtle 2.4.1",10422 "zeroize",10423]1042410425[[package]]10426name = "scoped-tls"10427version = "1.0.0"10428source = "registry+https://github.com/rust-lang/crates.io-index"10429checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1043010431[[package]]10432name = "scopeguard"10433version = "1.1.0"10434source = "registry+https://github.com/rust-lang/crates.io-index"10435checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043610437[[package]]10438name = "sct"10439version = "0.6.1"10440source = "registry+https://github.com/rust-lang/crates.io-index"10441checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10442dependencies = [10443 "ring",10444 "untrusted",10445]1044610447[[package]]10448name = "sct"10449version = "0.7.0"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10452dependencies = [10453 "ring",10454 "untrusted",10455]1045610457[[package]]10458name = "sec1"10459version = "0.2.1"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10462dependencies = [10463 "der",10464 "generic-array 0.14.5",10465 "pkcs8",10466 "subtle 2.4.1",10467 "zeroize",10468]1046910470[[package]]10471name = "secp256k1"10472version = "0.21.3"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10475dependencies = [10476 "secp256k1-sys",10477]1047810479[[package]]10480name = "secp256k1-sys"10481version = "0.4.2"10482source = "registry+https://github.com/rust-lang/crates.io-index"10483checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10484dependencies = [10485 "cc",10486]1048710488[[package]]10489name = "secrecy"10490version = "0.8.0"10491source = "registry+https://github.com/rust-lang/crates.io-index"10492checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10493dependencies = [10494 "zeroize",10495]1049610497[[package]]10498name = "security-framework"10499version = "2.6.1"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10502dependencies = [10503 "bitflags",10504 "core-foundation",10505 "core-foundation-sys",10506 "libc",10507 "security-framework-sys",10508]1050910510[[package]]10511name = "security-framework-sys"10512version = "2.6.1"10513source = "registry+https://github.com/rust-lang/crates.io-index"10514checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10515dependencies = [10516 "core-foundation-sys",10517 "libc",10518]1051910520[[package]]10521name = "semver"10522version = "0.6.0"10523source = "registry+https://github.com/rust-lang/crates.io-index"10524checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10525dependencies = [10526 "semver-parser 0.7.0",10527]1052810529[[package]]10530name = "semver"10531version = "0.9.0"10532source = "registry+https://github.com/rust-lang/crates.io-index"10533checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10534dependencies = [10535 "semver-parser 0.7.0",10536]1053710538[[package]]10539name = "semver"10540version = "0.11.0"10541source = "registry+https://github.com/rust-lang/crates.io-index"10542checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10543dependencies = [10544 "semver-parser 0.10.2",10545]1054610547[[package]]10548name = "semver"10549version = "1.0.6"10550source = "registry+https://github.com/rust-lang/crates.io-index"10551checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10552dependencies = [10553 "serde",10554]1055510556[[package]]10557name = "semver-parser"10558version = "0.7.0"10559source = "registry+https://github.com/rust-lang/crates.io-index"10560checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1056110562[[package]]10563name = "semver-parser"10564version = "0.10.2"10565source = "registry+https://github.com/rust-lang/crates.io-index"10566checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10567dependencies = [10568 "pest",10569]1057010571[[package]]10572name = "serde"10573version = "1.0.136"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10576dependencies = [10577 "serde_derive",10578]1057910580[[package]]10581name = "serde_derive"10582version = "1.0.136"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10585dependencies = [10586 "proc-macro2",10587 "quote",10588 "syn",10589]1059010591[[package]]10592name = "serde_json"10593version = "1.0.79"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10596dependencies = [10597 "itoa 1.0.1",10598 "ryu",10599 "serde",10600]1060110602[[package]]10603name = "serde_nanos"10604version = "0.1.2"10605source = "registry+https://github.com/rust-lang/crates.io-index"10606checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10607dependencies = [10608 "serde",10609]1061010611[[package]]10612name = "sha-1"10613version = "0.8.2"10614source = "registry+https://github.com/rust-lang/crates.io-index"10615checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10616dependencies = [10617 "block-buffer 0.7.3",10618 "digest 0.8.1",10619 "fake-simd",10620 "opaque-debug 0.2.3",10621]1062210623[[package]]10624name = "sha-1"10625version = "0.9.8"10626source = "registry+https://github.com/rust-lang/crates.io-index"10627checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10628dependencies = [10629 "block-buffer 0.9.0",10630 "cfg-if 1.0.0",10631 "cpufeatures 0.2.2",10632 "digest 0.9.0",10633 "opaque-debug 0.3.0",10634]1063510636[[package]]10637name = "sha2"10638version = "0.8.2"10639source = "registry+https://github.com/rust-lang/crates.io-index"10640checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10641dependencies = [10642 "block-buffer 0.7.3",10643 "digest 0.8.1",10644 "fake-simd",10645 "opaque-debug 0.2.3",10646]1064710648[[package]]10649name = "sha2"10650version = "0.9.9"10651source = "registry+https://github.com/rust-lang/crates.io-index"10652checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10653dependencies = [10654 "block-buffer 0.9.0",10655 "cfg-if 1.0.0",10656 "cpufeatures 0.2.2",10657 "digest 0.9.0",10658 "opaque-debug 0.3.0",10659]1066010661[[package]]10662name = "sha2"10663version = "0.10.2"10664source = "registry+https://github.com/rust-lang/crates.io-index"10665checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10666dependencies = [10667 "cfg-if 1.0.0",10668 "cpufeatures 0.2.2",10669 "digest 0.10.3",10670]1067110672[[package]]10673name = "sha3"10674version = "0.8.2"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10677dependencies = [10678 "block-buffer 0.7.3",10679 "byte-tools",10680 "digest 0.8.1",10681 "keccak",10682 "opaque-debug 0.2.3",10683]1068410685[[package]]10686name = "sha3"10687version = "0.9.1"10688source = "registry+https://github.com/rust-lang/crates.io-index"10689checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10690dependencies = [10691 "block-buffer 0.9.0",10692 "digest 0.9.0",10693 "keccak",10694 "opaque-debug 0.3.0",10695]1069610697[[package]]10698name = "sha3"10699version = "0.10.1"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10702dependencies = [10703 "digest 0.10.3",10704 "keccak",10705]1070610707[[package]]10708name = "sharded-slab"10709version = "0.1.4"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10712dependencies = [10713 "lazy_static",10714]1071510716[[package]]10717name = "shlex"10718version = "1.1.0"10719source = "registry+https://github.com/rust-lang/crates.io-index"10720checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1072110722[[package]]10723name = "signal-hook"10724version = "0.3.13"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10727dependencies = [10728 "libc",10729 "signal-hook-registry",10730]1073110732[[package]]10733name = "signal-hook-registry"10734version = "1.4.0"10735source = "registry+https://github.com/rust-lang/crates.io-index"10736checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10737dependencies = [10738 "libc",10739]1074010741[[package]]10742name = "signature"10743version = "1.4.0"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10746dependencies = [10747 "rand_core 0.6.3",10748]1074910750[[package]]10751name = "simba"10752version = "0.5.1"10753source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10755dependencies = [10756 "approx",10757 "num-complex",10758 "num-traits",10759 "paste",10760]1076110762[[package]]10763name = "slab"10764version = "0.4.5"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1076710768[[package]]10769name = "slot-range-helper"10770version = "0.9.18"10771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10772dependencies = [10773 "enumn",10774 "parity-scale-codec",10775 "paste",10776 "sp-runtime",10777 "sp-std",10778]1077910780[[package]]10781name = "slotmap"10782version = "1.0.6"10783source = "registry+https://github.com/rust-lang/crates.io-index"10784checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10785dependencies = [10786 "version_check",10787]1078810789[[package]]10790name = "smallvec"10791version = "1.8.0"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1079410795[[package]]10796name = "snap"10797version = "1.0.5"10798source = "registry+https://github.com/rust-lang/crates.io-index"10799checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1080010801[[package]]10802name = "snow"10803version = "0.8.0"10804source = "registry+https://github.com/rust-lang/crates.io-index"10805checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10806dependencies = [10807 "aes-gcm",10808 "blake2 0.9.2",10809 "chacha20poly1305",10810 "rand 0.8.5",10811 "rand_core 0.6.3",10812 "ring",10813 "rustc_version 0.3.3",10814 "sha2 0.9.9",10815 "subtle 2.4.1",10816 "x25519-dalek",10817]1081810819[[package]]10820name = "socket2"10821version = "0.3.19"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10824dependencies = [10825 "cfg-if 1.0.0",10826 "libc",10827 "winapi 0.3.9",10828]1082910830[[package]]10831name = "socket2"10832version = "0.4.4"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10835dependencies = [10836 "libc",10837 "winapi 0.3.9",10838]1083910840[[package]]10841name = "soketto"10842version = "0.7.1"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10845dependencies = [10846 "base64",10847 "bytes 1.1.0",10848 "flate2",10849 "futures 0.3.21",10850 "httparse",10851 "log",10852 "rand 0.8.5",10853 "sha-1 0.9.8",10854]1085510856[[package]]10857name = "sp-api"10858version = "4.0.0-dev"10859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10860dependencies = [10861 "hash-db",10862 "log",10863 "parity-scale-codec",10864 "sp-api-proc-macro",10865 "sp-core",10866 "sp-runtime",10867 "sp-state-machine",10868 "sp-std",10869 "sp-version",10870 "thiserror",10871]1087210873[[package]]10874name = "sp-api-proc-macro"10875version = "4.0.0-dev"10876source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10877dependencies = [10878 "blake2 0.10.4",10879 "proc-macro-crate 1.1.3",10880 "proc-macro2",10881 "quote",10882 "syn",10883]1088410885[[package]]10886name = "sp-application-crypto"10887version = "6.0.0"10888source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10889dependencies = [10890 "parity-scale-codec",10891 "scale-info",10892 "serde",10893 "sp-core",10894 "sp-io",10895 "sp-std",10896]1089710898[[package]]10899name = "sp-arithmetic"10900version = "5.0.0"10901source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10902dependencies = [10903 "integer-sqrt",10904 "num-traits",10905 "parity-scale-codec",10906 "scale-info",10907 "serde",10908 "sp-debug-derive",10909 "sp-std",10910 "static_assertions",10911]1091210913[[package]]10914name = "sp-authority-discovery"10915version = "4.0.0-dev"10916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10917dependencies = [10918 "parity-scale-codec",10919 "scale-info",10920 "sp-api",10921 "sp-application-crypto",10922 "sp-runtime",10923 "sp-std",10924]1092510926[[package]]10927name = "sp-authorship"10928version = "4.0.0-dev"10929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10930dependencies = [10931 "async-trait",10932 "parity-scale-codec",10933 "sp-inherents",10934 "sp-runtime",10935 "sp-std",10936]1093710938[[package]]10939name = "sp-block-builder"10940version = "4.0.0-dev"10941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10942dependencies = [10943 "parity-scale-codec",10944 "sp-api",10945 "sp-inherents",10946 "sp-runtime",10947 "sp-std",10948]1094910950[[package]]10951name = "sp-blockchain"10952version = "4.0.0-dev"10953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10954dependencies = [10955 "futures 0.3.21",10956 "log",10957 "lru 0.7.3",10958 "parity-scale-codec",10959 "parking_lot 0.12.0",10960 "sp-api",10961 "sp-consensus",10962 "sp-database",10963 "sp-runtime",10964 "sp-state-machine",10965 "thiserror",10966]1096710968[[package]]10969name = "sp-consensus"10970version = "0.10.0-dev"10971source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10972dependencies = [10973 "async-trait",10974 "futures 0.3.21",10975 "futures-timer",10976 "log",10977 "parity-scale-codec",10978 "sp-core",10979 "sp-inherents",10980 "sp-runtime",10981 "sp-state-machine",10982 "sp-std",10983 "sp-version",10984 "thiserror",10985]1098610987[[package]]10988name = "sp-consensus-aura"10989version = "0.10.0-dev"10990source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10991dependencies = [10992 "async-trait",10993 "parity-scale-codec",10994 "scale-info",10995 "sp-api",10996 "sp-application-crypto",10997 "sp-consensus",10998 "sp-consensus-slots",10999 "sp-inherents",11000 "sp-runtime",11001 "sp-std",11002 "sp-timestamp",11003]1100411005[[package]]11006name = "sp-consensus-babe"11007version = "0.10.0-dev"11008source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11009dependencies = [11010 "async-trait",11011 "merlin",11012 "parity-scale-codec",11013 "scale-info",11014 "serde",11015 "sp-api",11016 "sp-application-crypto",11017 "sp-consensus",11018 "sp-consensus-slots",11019 "sp-consensus-vrf",11020 "sp-core",11021 "sp-inherents",11022 "sp-keystore",11023 "sp-runtime",11024 "sp-std",11025 "sp-timestamp",11026]1102711028[[package]]11029name = "sp-consensus-slots"11030version = "0.10.0-dev"11031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11032dependencies = [11033 "parity-scale-codec",11034 "scale-info",11035 "serde",11036 "sp-arithmetic",11037 "sp-runtime",11038 "sp-std",11039 "sp-timestamp",11040]1104111042[[package]]11043name = "sp-consensus-vrf"11044version = "0.10.0-dev"11045source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11046dependencies = [11047 "parity-scale-codec",11048 "schnorrkel",11049 "sp-core",11050 "sp-runtime",11051 "sp-std",11052]1105311054[[package]]11055name = "sp-core"11056version = "6.0.0"11057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11058dependencies = [11059 "base58",11060 "bitflags",11061 "blake2-rfc",11062 "byteorder",11063 "dyn-clonable",11064 "ed25519-dalek",11065 "futures 0.3.21",11066 "hash-db",11067 "hash256-std-hasher",11068 "hex",11069 "impl-serde",11070 "lazy_static",11071 "libsecp256k1 0.7.0",11072 "log",11073 "merlin",11074 "num-traits",11075 "parity-scale-codec",11076 "parity-util-mem",11077 "parking_lot 0.12.0",11078 "primitive-types",11079 "rand 0.7.3",11080 "regex",11081 "scale-info",11082 "schnorrkel",11083 "secp256k1",11084 "secrecy",11085 "serde",11086 "sp-core-hashing",11087 "sp-debug-derive",11088 "sp-externalities",11089 "sp-runtime-interface",11090 "sp-std",11091 "sp-storage",11092 "ss58-registry",11093 "substrate-bip39",11094 "thiserror",11095 "tiny-bip39",11096 "wasmi",11097 "zeroize",11098]1109911100[[package]]11101name = "sp-core-hashing"11102version = "4.0.0"11103source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11104dependencies = [11105 "blake2 0.10.4",11106 "byteorder",11107 "digest 0.10.3",11108 "sha2 0.10.2",11109 "sha3 0.10.1",11110 "sp-std",11111 "twox-hash",11112]1111311114[[package]]11115name = "sp-core-hashing-proc-macro"11116version = "5.0.0"11117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11118dependencies = [11119 "proc-macro2",11120 "quote",11121 "sp-core-hashing",11122 "syn",11123]1112411125[[package]]11126name = "sp-database"11127version = "4.0.0-dev"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11129dependencies = [11130 "kvdb",11131 "parking_lot 0.12.0",11132]1113311134[[package]]11135name = "sp-debug-derive"11136version = "4.0.0"11137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11138dependencies = [11139 "proc-macro2",11140 "quote",11141 "syn",11142]1114311144[[package]]11145name = "sp-externalities"11146version = "0.12.0"11147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11148dependencies = [11149 "environmental",11150 "parity-scale-codec",11151 "sp-std",11152 "sp-storage",11153]1115411155[[package]]11156name = "sp-finality-grandpa"11157version = "4.0.0-dev"11158source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11159dependencies = [11160 "finality-grandpa",11161 "log",11162 "parity-scale-codec",11163 "scale-info",11164 "serde",11165 "sp-api",11166 "sp-application-crypto",11167 "sp-core",11168 "sp-keystore",11169 "sp-runtime",11170 "sp-std",11171]1117211173[[package]]11174name = "sp-inherents"11175version = "4.0.0-dev"11176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11177dependencies = [11178 "async-trait",11179 "impl-trait-for-tuples",11180 "parity-scale-codec",11181 "sp-core",11182 "sp-runtime",11183 "sp-std",11184 "thiserror",11185]1118611187[[package]]11188name = "sp-io"11189version = "6.0.0"11190source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11191dependencies = [11192 "futures 0.3.21",11193 "hash-db",11194 "libsecp256k1 0.7.0",11195 "log",11196 "parity-scale-codec",11197 "parking_lot 0.12.0",11198 "secp256k1",11199 "sp-core",11200 "sp-externalities",11201 "sp-keystore",11202 "sp-runtime-interface",11203 "sp-state-machine",11204 "sp-std",11205 "sp-tracing",11206 "sp-trie",11207 "sp-wasm-interface",11208 "tracing",11209 "tracing-core",11210]1121111212[[package]]11213name = "sp-keyring"11214version = "6.0.0"11215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11216dependencies = [11217 "lazy_static",11218 "sp-core",11219 "sp-runtime",11220 "strum 0.23.0",11221]1122211223[[package]]11224name = "sp-keystore"11225version = "0.12.0"11226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11227dependencies = [11228 "async-trait",11229 "futures 0.3.21",11230 "merlin",11231 "parity-scale-codec",11232 "parking_lot 0.12.0",11233 "schnorrkel",11234 "serde",11235 "sp-core",11236 "sp-externalities",11237 "thiserror",11238]1123911240[[package]]11241name = "sp-maybe-compressed-blob"11242version = "4.1.0-dev"11243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11244dependencies = [11245 "thiserror",11246 "zstd",11247]1124811249[[package]]11250name = "sp-npos-elections"11251version = "4.0.0-dev"11252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11253dependencies = [11254 "parity-scale-codec",11255 "scale-info",11256 "serde",11257 "sp-arithmetic",11258 "sp-core",11259 "sp-npos-elections-solution-type",11260 "sp-runtime",11261 "sp-std",11262]1126311264[[package]]11265name = "sp-npos-elections-solution-type"11266version = "4.0.0-dev"11267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11268dependencies = [11269 "proc-macro-crate 1.1.3",11270 "proc-macro2",11271 "quote",11272 "syn",11273]1127411275[[package]]11276name = "sp-offchain"11277version = "4.0.0-dev"11278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11279dependencies = [11280 "sp-api",11281 "sp-core",11282 "sp-runtime",11283]1128411285[[package]]11286name = "sp-panic-handler"11287version = "4.0.0"11288source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11289dependencies = [11290 "backtrace",11291 "lazy_static",11292 "regex",11293]1129411295[[package]]11296name = "sp-rpc"11297version = "6.0.0"11298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11299dependencies = [11300 "rustc-hash",11301 "serde",11302 "sp-core",11303]1130411305[[package]]11306name = "sp-runtime"11307version = "6.0.0"11308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11309dependencies = [11310 "either",11311 "hash256-std-hasher",11312 "impl-trait-for-tuples",11313 "log",11314 "parity-scale-codec",11315 "parity-util-mem",11316 "paste",11317 "rand 0.7.3",11318 "scale-info",11319 "serde",11320 "sp-application-crypto",11321 "sp-arithmetic",11322 "sp-core",11323 "sp-io",11324 "sp-std",11325]1132611327[[package]]11328name = "sp-runtime-interface"11329version = "6.0.0"11330source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11331dependencies = [11332 "impl-trait-for-tuples",11333 "parity-scale-codec",11334 "primitive-types",11335 "sp-externalities",11336 "sp-runtime-interface-proc-macro",11337 "sp-std",11338 "sp-storage",11339 "sp-tracing",11340 "sp-wasm-interface",11341 "static_assertions",11342]1134311344[[package]]11345name = "sp-runtime-interface-proc-macro"11346version = "5.0.0"11347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11348dependencies = [11349 "Inflector",11350 "proc-macro-crate 1.1.3",11351 "proc-macro2",11352 "quote",11353 "syn",11354]1135511356[[package]]11357name = "sp-serializer"11358version = "4.0.0-dev"11359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11360dependencies = [11361 "serde",11362 "serde_json",11363]1136411365[[package]]11366name = "sp-session"11367version = "4.0.0-dev"11368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11369dependencies = [11370 "parity-scale-codec",11371 "scale-info",11372 "sp-api",11373 "sp-core",11374 "sp-runtime",11375 "sp-staking",11376 "sp-std",11377]1137811379[[package]]11380name = "sp-staking"11381version = "4.0.0-dev"11382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11383dependencies = [11384 "parity-scale-codec",11385 "scale-info",11386 "sp-runtime",11387 "sp-std",11388]1138911390[[package]]11391name = "sp-state-machine"11392version = "0.12.0"11393source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11394dependencies = [11395 "hash-db",11396 "log",11397 "num-traits",11398 "parity-scale-codec",11399 "parking_lot 0.12.0",11400 "rand 0.7.3",11401 "smallvec",11402 "sp-core",11403 "sp-externalities",11404 "sp-panic-handler",11405 "sp-std",11406 "sp-trie",11407 "thiserror",11408 "tracing",11409 "trie-db",11410 "trie-root",11411]1141211413[[package]]11414name = "sp-std"11415version = "4.0.0"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1141711418[[package]]11419name = "sp-storage"11420version = "6.0.0"11421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11422dependencies = [11423 "impl-serde",11424 "parity-scale-codec",11425 "ref-cast",11426 "serde",11427 "sp-debug-derive",11428 "sp-std",11429]1143011431[[package]]11432name = "sp-tasks"11433version = "4.0.0-dev"11434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11435dependencies = [11436 "log",11437 "sp-core",11438 "sp-externalities",11439 "sp-io",11440 "sp-runtime-interface",11441 "sp-std",11442]1144311444[[package]]11445name = "sp-timestamp"11446version = "4.0.0-dev"11447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11448dependencies = [11449 "async-trait",11450 "futures-timer",11451 "log",11452 "parity-scale-codec",11453 "sp-api",11454 "sp-inherents",11455 "sp-runtime",11456 "sp-std",11457 "thiserror",11458]1145911460[[package]]11461name = "sp-tracing"11462version = "5.0.0"11463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11464dependencies = [11465 "parity-scale-codec",11466 "sp-std",11467 "tracing",11468 "tracing-core",11469 "tracing-subscriber",11470]1147111472[[package]]11473name = "sp-transaction-pool"11474version = "4.0.0-dev"11475source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11476dependencies = [11477 "sp-api",11478 "sp-runtime",11479]1148011481[[package]]11482name = "sp-transaction-storage-proof"11483version = "4.0.0-dev"11484source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11485dependencies = [11486 "async-trait",11487 "log",11488 "parity-scale-codec",11489 "scale-info",11490 "sp-core",11491 "sp-inherents",11492 "sp-runtime",11493 "sp-std",11494 "sp-trie",11495]1149611497[[package]]11498name = "sp-trie"11499version = "6.0.0"11500source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11501dependencies = [11502 "hash-db",11503 "memory-db",11504 "parity-scale-codec",11505 "scale-info",11506 "sp-core",11507 "sp-std",11508 "thiserror",11509 "trie-db",11510 "trie-root",11511]1151211513[[package]]11514name = "sp-version"11515version = "5.0.0"11516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11517dependencies = [11518 "impl-serde",11519 "parity-scale-codec",11520 "parity-wasm 0.42.2",11521 "scale-info",11522 "serde",11523 "sp-core-hashing-proc-macro",11524 "sp-runtime",11525 "sp-std",11526 "sp-version-proc-macro",11527 "thiserror",11528]1152911530[[package]]11531name = "sp-version-proc-macro"11532version = "4.0.0-dev"11533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11534dependencies = [11535 "parity-scale-codec",11536 "proc-macro2",11537 "quote",11538 "syn",11539]1154011541[[package]]11542name = "sp-wasm-interface"11543version = "6.0.0"11544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11545dependencies = [11546 "impl-trait-for-tuples",11547 "log",11548 "parity-scale-codec",11549 "sp-std",11550 "wasmi",11551 "wasmtime",11552]1155311554[[package]]11555name = "spin"11556version = "0.5.2"11557source = "registry+https://github.com/rust-lang/crates.io-index"11558checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1155911560[[package]]11561name = "spki"11562version = "0.5.4"11563source = "registry+https://github.com/rust-lang/crates.io-index"11564checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11565dependencies = [11566 "base64ct",11567 "der",11568]1156911570[[package]]11571name = "ss58-registry"11572version = "1.17.0"11573source = "registry+https://github.com/rust-lang/crates.io-index"11574checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11575dependencies = [11576 "Inflector",11577 "num-format",11578 "proc-macro2",11579 "quote",11580 "serde",11581 "serde_json",11582 "unicode-xid",11583]1158411585[[package]]11586name = "stable_deref_trait"11587version = "1.2.0"11588source = "registry+https://github.com/rust-lang/crates.io-index"11589checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1159011591[[package]]11592name = "static_assertions"11593version = "1.1.0"11594source = "registry+https://github.com/rust-lang/crates.io-index"11595checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1159611597[[package]]11598name = "static_init"11599version = "0.5.2"11600source = "registry+https://github.com/rust-lang/crates.io-index"11601checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11602dependencies = [11603 "cfg_aliases",11604 "libc",11605 "parking_lot 0.11.2",11606 "static_init_macro",11607]1160811609[[package]]11610name = "static_init_macro"11611version = "0.5.0"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11614dependencies = [11615 "cfg_aliases",11616 "memchr",11617 "proc-macro2",11618 "quote",11619 "syn",11620]1162111622[[package]]11623name = "statrs"11624version = "0.15.0"11625source = "registry+https://github.com/rust-lang/crates.io-index"11626checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11627dependencies = [11628 "approx",11629 "lazy_static",11630 "nalgebra",11631 "num-traits",11632 "rand 0.8.5",11633]1163411635[[package]]11636name = "strsim"11637version = "0.10.0"11638source = "registry+https://github.com/rust-lang/crates.io-index"11639checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1164011641[[package]]11642name = "strum"11643version = "0.23.0"11644source = "registry+https://github.com/rust-lang/crates.io-index"11645checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11646dependencies = [11647 "strum_macros 0.23.1",11648]1164911650[[package]]11651name = "strum"11652version = "0.24.0"11653source = "registry+https://github.com/rust-lang/crates.io-index"11654checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11655dependencies = [11656 "strum_macros 0.24.0",11657]1165811659[[package]]11660name = "strum_macros"11661version = "0.23.1"11662source = "registry+https://github.com/rust-lang/crates.io-index"11663checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11664dependencies = [11665 "heck 0.3.3",11666 "proc-macro2",11667 "quote",11668 "rustversion",11669 "syn",11670]1167111672[[package]]11673name = "strum_macros"11674version = "0.24.0"11675source = "registry+https://github.com/rust-lang/crates.io-index"11676checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11677dependencies = [11678 "heck 0.4.0",11679 "proc-macro2",11680 "quote",11681 "rustversion",11682 "syn",11683]1168411685[[package]]11686name = "substrate-bip39"11687version = "0.4.4"11688source = "registry+https://github.com/rust-lang/crates.io-index"11689checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11690dependencies = [11691 "hmac 0.11.0",11692 "pbkdf2 0.8.0",11693 "schnorrkel",11694 "sha2 0.9.9",11695 "zeroize",11696]1169711698[[package]]11699name = "substrate-build-script-utils"11700version = "3.0.0"11701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11702dependencies = [11703 "platforms",11704]1170511706[[package]]11707name = "substrate-frame-rpc-system"11708version = "4.0.0-dev"11709source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11710dependencies = [11711 "frame-system-rpc-runtime-api",11712 "futures 0.3.21",11713 "jsonrpc-core",11714 "jsonrpc-core-client",11715 "jsonrpc-derive",11716 "log",11717 "parity-scale-codec",11718 "sc-client-api",11719 "sc-rpc-api",11720 "sc-transaction-pool-api",11721 "sp-api",11722 "sp-block-builder",11723 "sp-blockchain",11724 "sp-core",11725 "sp-runtime",11726]1172711728[[package]]11729name = "substrate-prometheus-endpoint"11730version = "0.10.0-dev"11731source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11732dependencies = [11733 "futures-util",11734 "hyper",11735 "log",11736 "prometheus",11737 "thiserror",11738 "tokio 1.17.0",11739]1174011741[[package]]11742name = "substrate-test-client"11743version = "2.0.1"11744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11745dependencies = [11746 "async-trait",11747 "futures 0.3.21",11748 "hex",11749 "parity-scale-codec",11750 "sc-client-api",11751 "sc-client-db",11752 "sc-consensus",11753 "sc-executor",11754 "sc-offchain",11755 "sc-service",11756 "serde",11757 "serde_json",11758 "sp-blockchain",11759 "sp-consensus",11760 "sp-core",11761 "sp-keyring",11762 "sp-keystore",11763 "sp-runtime",11764 "sp-state-machine",11765]1176611767[[package]]11768name = "substrate-test-utils"11769version = "4.0.0-dev"11770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11771dependencies = [11772 "futures 0.3.21",11773 "substrate-test-utils-derive",11774 "tokio 1.17.0",11775]1177611777[[package]]11778name = "substrate-test-utils-derive"11779version = "0.10.0-dev"11780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11781dependencies = [11782 "proc-macro-crate 1.1.3",11783 "proc-macro2",11784 "quote",11785 "syn",11786]1178711788[[package]]11789name = "substrate-wasm-builder"11790version = "5.0.0-dev"11791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11792dependencies = [11793 "ansi_term",11794 "build-helper",11795 "cargo_metadata",11796 "sp-maybe-compressed-blob",11797 "strum 0.23.0",11798 "tempfile",11799 "toml",11800 "walkdir",11801 "wasm-gc-api",11802]1180311804[[package]]11805name = "subtle"11806version = "1.0.0"11807source = "registry+https://github.com/rust-lang/crates.io-index"11808checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1180911810[[package]]11811name = "subtle"11812version = "2.4.1"11813source = "registry+https://github.com/rust-lang/crates.io-index"11814checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1181511816[[package]]11817name = "syn"11818version = "1.0.89"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11821dependencies = [11822 "proc-macro2",11823 "quote",11824 "unicode-xid",11825]1182611827[[package]]11828name = "synstructure"11829version = "0.12.6"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11832dependencies = [11833 "proc-macro2",11834 "quote",11835 "syn",11836 "unicode-xid",11837]1183811839[[package]]11840name = "tap"11841version = "1.0.1"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1184411845[[package]]11846name = "target-lexicon"11847version = "0.12.3"11848source = "registry+https://github.com/rust-lang/crates.io-index"11849checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1185011851[[package]]11852name = "tempfile"11853version = "3.3.0"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11856dependencies = [11857 "cfg-if 1.0.0",11858 "fastrand",11859 "libc",11860 "redox_syscall",11861 "remove_dir_all",11862 "winapi 0.3.9",11863]1186411865[[package]]11866name = "termcolor"11867version = "1.1.3"11868source = "registry+https://github.com/rust-lang/crates.io-index"11869checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11870dependencies = [11871 "winapi-util",11872]1187311874[[package]]11875name = "test-runtime-constants"11876version = "0.9.18"11877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11878dependencies = [11879 "frame-support",11880 "polkadot-primitives",11881 "polkadot-runtime-common",11882 "smallvec",11883 "sp-runtime",11884]1188511886[[package]]11887name = "textwrap"11888version = "0.15.0"11889source = "registry+https://github.com/rust-lang/crates.io-index"11890checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1189111892[[package]]11893name = "thiserror"11894version = "1.0.30"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11897dependencies = [11898 "thiserror-impl",11899]1190011901[[package]]11902name = "thiserror-impl"11903version = "1.0.30"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11906dependencies = [11907 "proc-macro2",11908 "quote",11909 "syn",11910]1191111912[[package]]11913name = "thread_local"11914version = "1.1.4"11915source = "registry+https://github.com/rust-lang/crates.io-index"11916checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11917dependencies = [11918 "once_cell",11919]1192011921[[package]]11922name = "threadpool"11923version = "1.8.1"11924source = "registry+https://github.com/rust-lang/crates.io-index"11925checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11926dependencies = [11927 "num_cpus",11928]1192911930[[package]]11931name = "thrift"11932version = "0.15.0"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11935dependencies = [11936 "byteorder",11937 "integer-encoding",11938 "log",11939 "ordered-float",11940 "threadpool",11941]1194211943[[package]]11944name = "tikv-jemalloc-sys"11945version = "0.4.3+5.2.1-patched.2"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11948dependencies = [11949 "cc",11950 "fs_extra",11951 "libc",11952]1195311954[[package]]11955name = "time"11956version = "0.1.44"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11959dependencies = [11960 "libc",11961 "wasi 0.10.0+wasi-snapshot-preview1",11962 "winapi 0.3.9",11963]1196411965[[package]]11966name = "tiny-bip39"11967version = "0.8.2"11968source = "registry+https://github.com/rust-lang/crates.io-index"11969checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11970dependencies = [11971 "anyhow",11972 "hmac 0.8.1",11973 "once_cell",11974 "pbkdf2 0.4.0",11975 "rand 0.7.3",11976 "rustc-hash",11977 "sha2 0.9.9",11978 "thiserror",11979 "unicode-normalization",11980 "wasm-bindgen",11981 "zeroize",11982]1198311984[[package]]11985name = "tiny-keccak"11986version = "2.0.2"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11989dependencies = [11990 "crunchy",11991]1199211993[[package]]11994name = "tinyvec"11995version = "1.5.1"11996source = "registry+https://github.com/rust-lang/crates.io-index"11997checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11998dependencies = [11999 "tinyvec_macros",12000]1200112002[[package]]12003name = "tinyvec_macros"12004version = "0.1.0"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1200712008[[package]]12009name = "tokio"12010version = "0.2.25"12011source = "registry+https://github.com/rust-lang/crates.io-index"12012checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12013dependencies = [12014 "bytes 0.5.6",12015 "fnv",12016 "pin-project-lite 0.1.12",12017 "tokio-macros 0.2.6",12018]1201912020[[package]]12021name = "tokio"12022version = "1.17.0"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12025dependencies = [12026 "bytes 1.1.0",12027 "libc",12028 "memchr",12029 "mio 0.8.2",12030 "num_cpus",12031 "once_cell",12032 "parking_lot 0.12.0",12033 "pin-project-lite 0.2.8",12034 "signal-hook-registry",12035 "socket2 0.4.4",12036 "tokio-macros 1.7.0",12037 "winapi 0.3.9",12038]1203912040[[package]]12041name = "tokio-macros"12042version = "0.2.6"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12045dependencies = [12046 "proc-macro2",12047 "quote",12048 "syn",12049]1205012051[[package]]12052name = "tokio-macros"12053version = "1.7.0"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12056dependencies = [12057 "proc-macro2",12058 "quote",12059 "syn",12060]1206112062[[package]]12063name = "tokio-rustls"12064version = "0.22.0"12065source = "registry+https://github.com/rust-lang/crates.io-index"12066checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12067dependencies = [12068 "rustls 0.19.1",12069 "tokio 1.17.0",12070 "webpki 0.21.4",12071]1207212073[[package]]12074name = "tokio-rustls"12075version = "0.23.3"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12078dependencies = [12079 "rustls 0.20.4",12080 "tokio 1.17.0",12081 "webpki 0.22.0",12082]1208312084[[package]]12085name = "tokio-stream"12086version = "0.1.8"12087source = "registry+https://github.com/rust-lang/crates.io-index"12088checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12089dependencies = [12090 "futures-core",12091 "pin-project-lite 0.2.8",12092 "tokio 1.17.0",12093]1209412095[[package]]12096name = "tokio-util"12097version = "0.6.9"12098source = "registry+https://github.com/rust-lang/crates.io-index"12099checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12100dependencies = [12101 "bytes 1.1.0",12102 "futures-core",12103 "futures-io",12104 "futures-sink",12105 "log",12106 "pin-project-lite 0.2.8",12107 "tokio 1.17.0",12108]1210912110[[package]]12111name = "toml"12112version = "0.5.8"12113source = "registry+https://github.com/rust-lang/crates.io-index"12114checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12115dependencies = [12116 "serde",12117]1211812119[[package]]12120name = "tower-service"12121version = "0.3.1"12122source = "registry+https://github.com/rust-lang/crates.io-index"12123checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1212412125[[package]]12126name = "tracing"12127version = "0.1.32"12128source = "registry+https://github.com/rust-lang/crates.io-index"12129checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12130dependencies = [12131 "cfg-if 1.0.0",12132 "pin-project-lite 0.2.8",12133 "tracing-attributes",12134 "tracing-core",12135]1213612137[[package]]12138name = "tracing-attributes"12139version = "0.1.20"12140source = "registry+https://github.com/rust-lang/crates.io-index"12141checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12142dependencies = [12143 "proc-macro2",12144 "quote",12145 "syn",12146]1214712148[[package]]12149name = "tracing-core"12150version = "0.1.23"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12153dependencies = [12154 "lazy_static",12155 "valuable",12156]1215712158[[package]]12159name = "tracing-futures"12160version = "0.2.5"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12163dependencies = [12164 "pin-project 1.0.10",12165 "tracing",12166]1216712168[[package]]12169name = "tracing-log"12170version = "0.1.2"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12173dependencies = [12174 "lazy_static",12175 "log",12176 "tracing-core",12177]1217812179[[package]]12180name = "tracing-serde"12181version = "0.1.3"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12184dependencies = [12185 "serde",12186 "tracing-core",12187]1218812189[[package]]12190name = "tracing-subscriber"12191version = "0.2.25"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12194dependencies = [12195 "ansi_term",12196 "chrono",12197 "lazy_static",12198 "matchers",12199 "parking_lot 0.10.2",12200 "regex",12201 "serde",12202 "serde_json",12203 "sharded-slab",12204 "smallvec",12205 "thread_local",12206 "tracing",12207 "tracing-core",12208 "tracing-log",12209 "tracing-serde",12210]1221112212[[package]]12213name = "trie-db"12214version = "0.23.1"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12217dependencies = [12218 "hash-db",12219 "hashbrown 0.12.0",12220 "log",12221 "rustc-hex",12222 "smallvec",12223]1222412225[[package]]12226name = "trie-root"12227version = "0.17.0"12228source = "registry+https://github.com/rust-lang/crates.io-index"12229checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12230dependencies = [12231 "hash-db",12232]1223312234[[package]]12235name = "triehash"12236version = "0.8.4"12237source = "registry+https://github.com/rust-lang/crates.io-index"12238checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12239dependencies = [12240 "hash-db",12241 "rlp",12242]1224312244[[package]]12245name = "trust-dns-proto"12246version = "0.20.4"12247source = "registry+https://github.com/rust-lang/crates.io-index"12248checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12249dependencies = [12250 "async-trait",12251 "cfg-if 1.0.0",12252 "data-encoding",12253 "enum-as-inner",12254 "futures-channel",12255 "futures-io",12256 "futures-util",12257 "idna 0.2.3",12258 "ipnet",12259 "lazy_static",12260 "log",12261 "rand 0.8.5",12262 "smallvec",12263 "thiserror",12264 "tinyvec",12265 "url 2.2.2",12266]1226712268[[package]]12269name = "trust-dns-resolver"12270version = "0.20.4"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12273dependencies = [12274 "cfg-if 1.0.0",12275 "futures-util",12276 "ipconfig",12277 "lazy_static",12278 "log",12279 "lru-cache",12280 "parking_lot 0.11.2",12281 "resolv-conf",12282 "smallvec",12283 "thiserror",12284 "trust-dns-proto",12285]1228612287[[package]]12288name = "try-lock"12289version = "0.2.3"12290source = "registry+https://github.com/rust-lang/crates.io-index"12291checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1229212293[[package]]12294name = "try-runtime-cli"12295version = "0.10.0-dev"12296source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12297dependencies = [12298 "clap",12299 "jsonrpsee 0.4.1",12300 "log",12301 "parity-scale-codec",12302 "remote-externalities",12303 "sc-chain-spec",12304 "sc-cli",12305 "sc-executor",12306 "sc-service",12307 "serde",12308 "sp-core",12309 "sp-externalities",12310 "sp-io",12311 "sp-keystore",12312 "sp-runtime",12313 "sp-state-machine",12314 "sp-version",12315 "zstd",12316]1231712318[[package]]12319name = "tt-call"12320version = "1.0.8"12321source = "registry+https://github.com/rust-lang/crates.io-index"12322checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1232312324[[package]]12325name = "twox-hash"12326version = "1.6.2"12327source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12329dependencies = [12330 "cfg-if 1.0.0",12331 "digest 0.10.3",12332 "rand 0.8.5",12333 "static_assertions",12334]1233512336[[package]]12337name = "typenum"12338version = "1.15.0"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1234112342[[package]]12343name = "uc-rpc"12344version = "0.1.0"12345dependencies = [12346 "jsonrpc-core",12347 "jsonrpc-core-client",12348 "jsonrpc-derive",12349 "pallet-common",12350 "pallet-evm",12351 "parity-scale-codec",12352 "sp-api",12353 "sp-blockchain",12354 "sp-core",12355 "sp-rpc",12356 "sp-runtime",12357 "up-data-structs",12358 "up-rpc",12359]1236012361[[package]]12362name = "ucd-trie"12363version = "0.1.3"12364source = "registry+https://github.com/rust-lang/crates.io-index"12365checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1236612367[[package]]12368name = "uint"12369version = "0.9.3"12370source = "registry+https://github.com/rust-lang/crates.io-index"12371checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12372dependencies = [12373 "byteorder",12374 "crunchy",12375 "hex",12376 "static_assertions",12377]1237812379[[package]]12380name = "unicase"12381version = "2.6.0"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12384dependencies = [12385 "version_check",12386]1238712388[[package]]12389name = "unicode-bidi"12390version = "0.3.7"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1239312394[[package]]12395name = "unicode-normalization"12396version = "0.1.19"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12399dependencies = [12400 "tinyvec",12401]1240212403[[package]]12404name = "unicode-segmentation"12405version = "1.9.0"12406source = "registry+https://github.com/rust-lang/crates.io-index"12407checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1240812409[[package]]12410name = "unicode-xid"12411version = "0.2.2"12412source = "registry+https://github.com/rust-lang/crates.io-index"12413checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1241412415[[package]]12416name = "unique-node"12417version = "0.9.17"12418dependencies = [12419 "clap",12420 "cumulus-client-cli",12421 "cumulus-client-collator",12422 "cumulus-client-consensus-aura",12423 "cumulus-client-consensus-common",12424 "cumulus-client-network",12425 "cumulus-client-service",12426 "cumulus-primitives-core",12427 "cumulus-primitives-parachain-inherent",12428 "cumulus-relay-chain-inprocess-interface",12429 "cumulus-relay-chain-interface",12430 "cumulus-relay-chain-rpc-interface",12431 "fc-consensus",12432 "fc-db",12433 "fc-mapping-sync",12434 "fc-rpc",12435 "fc-rpc-core",12436 "flexi_logger",12437 "fp-rpc",12438 "frame-benchmarking",12439 "frame-benchmarking-cli",12440 "futures 0.3.21",12441 "jsonrpc-core",12442 "jsonrpc-pubsub",12443 "log",12444 "opal-runtime",12445 "pallet-ethereum",12446 "pallet-transaction-payment-rpc",12447 "pallet-transaction-payment-rpc-runtime-api",12448 "parity-scale-codec",12449 "parking_lot 0.11.2",12450 "polkadot-cli",12451 "polkadot-parachain",12452 "polkadot-primitives",12453 "polkadot-service",12454 "polkadot-test-service",12455 "quartz-runtime",12456 "sc-basic-authorship",12457 "sc-chain-spec",12458 "sc-cli",12459 "sc-client-api",12460 "sc-consensus",12461 "sc-consensus-aura",12462 "sc-consensus-manual-seal",12463 "sc-executor",12464 "sc-finality-grandpa",12465 "sc-keystore",12466 "sc-network",12467 "sc-rpc",12468 "sc-rpc-api",12469 "sc-service",12470 "sc-telemetry",12471 "sc-tracing",12472 "sc-transaction-pool",12473 "serde",12474 "serde_json",12475 "sp-api",12476 "sp-block-builder",12477 "sp-blockchain",12478 "sp-consensus",12479 "sp-consensus-aura",12480 "sp-core",12481 "sp-finality-grandpa",12482 "sp-inherents",12483 "sp-keystore",12484 "sp-offchain",12485 "sp-runtime",12486 "sp-session",12487 "sp-timestamp",12488 "sp-transaction-pool",12489 "sp-trie",12490 "substrate-build-script-utils",12491 "substrate-frame-rpc-system",12492 "substrate-prometheus-endpoint",12493 "unique-rpc",12494 "unique-runtime",12495 "unique-runtime-common",12496 "up-data-structs",12497 "up-rpc",12498]1249912500[[package]]12501name = "unique-rpc"12502version = "0.1.0"12503dependencies = [12504 "fc-db",12505 "fc-mapping-sync",12506 "fc-rpc",12507 "fc-rpc-core",12508 "fp-rpc",12509 "futures 0.3.21",12510 "jsonrpc-core",12511 "jsonrpc-pubsub",12512 "pallet-common",12513 "pallet-ethereum",12514 "pallet-transaction-payment-rpc",12515 "pallet-transaction-payment-rpc-runtime-api",12516 "pallet-unique",12517 "sc-client-api",12518 "sc-consensus-aura",12519 "sc-consensus-epochs",12520 "sc-finality-grandpa",12521 "sc-finality-grandpa-rpc",12522 "sc-keystore",12523 "sc-network",12524 "sc-rpc",12525 "sc-rpc-api",12526 "sc-service",12527 "sc-transaction-pool",12528 "serde",12529 "sp-api",12530 "sp-block-builder",12531 "sp-blockchain",12532 "sp-consensus",12533 "sp-consensus-aura",12534 "sp-core",12535 "sp-offchain",12536 "sp-runtime",12537 "sp-session",12538 "sp-storage",12539 "sp-transaction-pool",12540 "substrate-frame-rpc-system",12541 "tokio 0.2.25",12542 "uc-rpc",12543 "unique-runtime-common",12544 "up-rpc",12545]1254612547[[package]]12548name = "unique-runtime"12549version = "0.9.17"12550dependencies = [12551 "cumulus-pallet-aura-ext",12552 "cumulus-pallet-dmp-queue",12553 "cumulus-pallet-parachain-system",12554 "cumulus-pallet-xcm",12555 "cumulus-pallet-xcmp-queue",12556 "cumulus-primitives-core",12557 "cumulus-primitives-timestamp",12558 "cumulus-primitives-utility",12559 "derivative",12560 "fp-evm-mapping",12561 "fp-rpc",12562 "fp-self-contained",12563 "frame-benchmarking",12564 "frame-executive",12565 "frame-support",12566 "frame-system",12567 "frame-system-benchmarking",12568 "frame-system-rpc-runtime-api",12569 "hex-literal",12570 "orml-vesting",12571 "pallet-aura",12572 "pallet-balances",12573 "pallet-base-fee",12574 "pallet-common",12575 "pallet-ethereum",12576 "pallet-evm",12577 "pallet-evm-coder-substrate",12578 "pallet-evm-contract-helpers",12579 "pallet-evm-migration",12580 "pallet-evm-transaction-payment",12581 "pallet-fungible",12582 "pallet-inflation",12583 "pallet-nonfungible",12584 "pallet-randomness-collective-flip",12585 "pallet-refungible",12586 "pallet-sudo",12587 "pallet-template-transaction-payment",12588 "pallet-timestamp",12589 "pallet-transaction-payment",12590 "pallet-transaction-payment-rpc-runtime-api",12591 "pallet-treasury",12592 "pallet-unique",12593 "pallet-unq-scheduler",12594 "pallet-xcm",12595 "parachain-info",12596 "parity-scale-codec",12597 "polkadot-parachain",12598 "scale-info",12599 "serde",12600 "smallvec",12601 "sp-api",12602 "sp-arithmetic",12603 "sp-block-builder",12604 "sp-consensus-aura",12605 "sp-core",12606 "sp-inherents",12607 "sp-io",12608 "sp-offchain",12609 "sp-runtime",12610 "sp-session",12611 "sp-std",12612 "sp-transaction-pool",12613 "sp-version",12614 "substrate-wasm-builder",12615 "unique-runtime-common",12616 "up-data-structs",12617 "up-rpc",12618 "xcm",12619 "xcm-builder",12620 "xcm-executor",12621]1262212623[[package]]12624name = "unique-runtime-common"12625version = "0.1.0"12626dependencies = [12627 "fp-rpc",12628 "frame-support",12629 "frame-system",12630 "pallet-common",12631 "parity-scale-codec",12632 "scale-info",12633 "sp-consensus-aura",12634 "sp-core",12635 "sp-runtime",12636]1263712638[[package]]12639name = "universal-hash"12640version = "0.4.1"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12643dependencies = [12644 "generic-array 0.14.5",12645 "subtle 2.4.1",12646]1264712648[[package]]12649name = "unsigned-varint"12650version = "0.5.1"12651source = "registry+https://github.com/rust-lang/crates.io-index"12652checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1265312654[[package]]12655name = "unsigned-varint"12656version = "0.6.0"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12659dependencies = [12660 "asynchronous-codec 0.5.0",12661 "bytes 1.1.0",12662 "futures-io",12663 "futures-util",12664]1266512666[[package]]12667name = "unsigned-varint"12668version = "0.7.1"12669source = "registry+https://github.com/rust-lang/crates.io-index"12670checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12671dependencies = [12672 "asynchronous-codec 0.6.0",12673 "bytes 1.1.0",12674 "futures-io",12675 "futures-util",12676]1267712678[[package]]12679name = "untrusted"12680version = "0.7.1"12681source = "registry+https://github.com/rust-lang/crates.io-index"12682checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1268312684[[package]]12685name = "up-data-structs"12686version = "0.1.0"12687dependencies = [12688 "derivative",12689 "frame-support",12690 "frame-system",12691 "parity-scale-codec",12692 "scale-info",12693 "serde",12694 "sp-core",12695 "sp-runtime",12696 "sp-std",12697]1269812699[[package]]12700name = "up-rpc"12701version = "0.1.0"12702dependencies = [12703 "pallet-common",12704 "pallet-evm",12705 "parity-scale-codec",12706 "sp-api",12707 "sp-core",12708 "sp-runtime",12709 "sp-std",12710 "up-data-structs",12711]1271212713[[package]]12714name = "up-sponsorship"12715version = "0.1.0"12716source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12717dependencies = [12718 "impl-trait-for-tuples",12719]1272012721[[package]]12722name = "url"12723version = "1.7.2"12724source = "registry+https://github.com/rust-lang/crates.io-index"12725checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12726dependencies = [12727 "idna 0.1.5",12728 "matches",12729 "percent-encoding 1.0.1",12730]1273112732[[package]]12733name = "url"12734version = "2.2.2"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12737dependencies = [12738 "form_urlencoded",12739 "idna 0.2.3",12740 "matches",12741 "percent-encoding 2.1.0",12742]1274312744[[package]]12745name = "valuable"12746version = "0.1.0"12747source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1274912750[[package]]12751name = "value-bag"12752version = "1.0.0-alpha.8"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12755dependencies = [12756 "ctor",12757 "version_check",12758]1275912760[[package]]12761name = "vcpkg"12762version = "0.2.15"12763source = "registry+https://github.com/rust-lang/crates.io-index"12764checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1276512766[[package]]12767name = "version_check"12768version = "0.9.4"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1277112772[[package]]12773name = "void"12774version = "1.0.2"12775source = "registry+https://github.com/rust-lang/crates.io-index"12776checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1277712778[[package]]12779name = "waker-fn"12780version = "1.1.0"12781source = "registry+https://github.com/rust-lang/crates.io-index"12782checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1278312784[[package]]12785name = "walkdir"12786version = "2.3.2"12787source = "registry+https://github.com/rust-lang/crates.io-index"12788checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12789dependencies = [12790 "same-file",12791 "winapi 0.3.9",12792 "winapi-util",12793]1279412795[[package]]12796name = "want"12797version = "0.3.0"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12800dependencies = [12801 "log",12802 "try-lock",12803]1280412805[[package]]12806name = "wasi"12807version = "0.9.0+wasi-snapshot-preview1"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1281012811[[package]]12812name = "wasi"12813version = "0.10.0+wasi-snapshot-preview1"12814source = "registry+https://github.com/rust-lang/crates.io-index"12815checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1281612817[[package]]12818name = "wasi"12819version = "0.11.0+wasi-snapshot-preview1"12820source = "registry+https://github.com/rust-lang/crates.io-index"12821checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1282212823[[package]]12824name = "wasm-bindgen"12825version = "0.2.79"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12828dependencies = [12829 "cfg-if 1.0.0",12830 "wasm-bindgen-macro",12831]1283212833[[package]]12834name = "wasm-bindgen-backend"12835version = "0.2.79"12836source = "registry+https://github.com/rust-lang/crates.io-index"12837checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12838dependencies = [12839 "bumpalo",12840 "lazy_static",12841 "log",12842 "proc-macro2",12843 "quote",12844 "syn",12845 "wasm-bindgen-shared",12846]1284712848[[package]]12849name = "wasm-bindgen-futures"12850version = "0.4.29"12851source = "registry+https://github.com/rust-lang/crates.io-index"12852checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12853dependencies = [12854 "cfg-if 1.0.0",12855 "js-sys",12856 "wasm-bindgen",12857 "web-sys",12858]1285912860[[package]]12861name = "wasm-bindgen-macro"12862version = "0.2.79"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12865dependencies = [12866 "quote",12867 "wasm-bindgen-macro-support",12868]1286912870[[package]]12871name = "wasm-bindgen-macro-support"12872version = "0.2.79"12873source = "registry+https://github.com/rust-lang/crates.io-index"12874checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12875dependencies = [12876 "proc-macro2",12877 "quote",12878 "syn",12879 "wasm-bindgen-backend",12880 "wasm-bindgen-shared",12881]1288212883[[package]]12884name = "wasm-bindgen-shared"12885version = "0.2.79"12886source = "registry+https://github.com/rust-lang/crates.io-index"12887checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1288812889[[package]]12890name = "wasm-gc-api"12891version = "0.1.11"12892source = "registry+https://github.com/rust-lang/crates.io-index"12893checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12894dependencies = [12895 "log",12896 "parity-wasm 0.32.0",12897 "rustc-demangle",12898]1289912900[[package]]12901name = "wasm-instrument"12902version = "0.1.1"12903source = "registry+https://github.com/rust-lang/crates.io-index"12904checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12905dependencies = [12906 "parity-wasm 0.42.2",12907]1290812909[[package]]12910name = "wasm-timer"12911version = "0.2.5"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12914dependencies = [12915 "futures 0.3.21",12916 "js-sys",12917 "parking_lot 0.11.2",12918 "pin-utils",12919 "wasm-bindgen",12920 "wasm-bindgen-futures",12921 "web-sys",12922]1292312924[[package]]12925name = "wasmi"12926version = "0.9.1"12927source = "registry+https://github.com/rust-lang/crates.io-index"12928checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12929dependencies = [12930 "downcast-rs",12931 "libc",12932 "memory_units",12933 "num-rational 0.2.4",12934 "num-traits",12935 "parity-wasm 0.42.2",12936 "wasmi-validation",12937]1293812939[[package]]12940name = "wasmi-validation"12941version = "0.4.1"12942source = "registry+https://github.com/rust-lang/crates.io-index"12943checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12944dependencies = [12945 "parity-wasm 0.42.2",12946]1294712948[[package]]12949name = "wasmparser"12950version = "0.81.0"12951source = "registry+https://github.com/rust-lang/crates.io-index"12952checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1295312954[[package]]12955name = "wasmtime"12956version = "0.33.1"12957source = "registry+https://github.com/rust-lang/crates.io-index"12958checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12959dependencies = [12960 "anyhow",12961 "backtrace",12962 "bincode",12963 "cfg-if 1.0.0",12964 "cpp_demangle",12965 "indexmap",12966 "lazy_static",12967 "libc",12968 "log",12969 "object",12970 "paste",12971 "psm",12972 "rayon",12973 "region",12974 "rustc-demangle",12975 "serde",12976 "target-lexicon",12977 "wasmparser",12978 "wasmtime-cache",12979 "wasmtime-cranelift",12980 "wasmtime-environ",12981 "wasmtime-jit",12982 "wasmtime-runtime",12983 "winapi 0.3.9",12984]1298512986[[package]]12987name = "wasmtime-cache"12988version = "0.33.1"12989source = "registry+https://github.com/rust-lang/crates.io-index"12990checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12991dependencies = [12992 "anyhow",12993 "base64",12994 "bincode",12995 "directories-next",12996 "file-per-thread-logger",12997 "log",12998 "rustix",12999 "serde",13000 "sha2 0.9.9",13001 "toml",13002 "winapi 0.3.9",13003 "zstd",13004]1300513006[[package]]13007name = "wasmtime-cranelift"13008version = "0.33.1"13009source = "registry+https://github.com/rust-lang/crates.io-index"13010checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13011dependencies = [13012 "anyhow",13013 "cranelift-codegen",13014 "cranelift-entity",13015 "cranelift-frontend",13016 "cranelift-native",13017 "cranelift-wasm",13018 "gimli",13019 "log",13020 "more-asserts",13021 "object",13022 "target-lexicon",13023 "thiserror",13024 "wasmparser",13025 "wasmtime-environ",13026]1302713028[[package]]13029name = "wasmtime-environ"13030version = "0.33.1"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13033dependencies = [13034 "anyhow",13035 "cranelift-entity",13036 "gimli",13037 "indexmap",13038 "log",13039 "more-asserts",13040 "object",13041 "serde",13042 "target-lexicon",13043 "thiserror",13044 "wasmparser",13045 "wasmtime-types",13046]1304713048[[package]]13049name = "wasmtime-jit"13050version = "0.33.1"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13053dependencies = [13054 "addr2line",13055 "anyhow",13056 "bincode",13057 "cfg-if 1.0.0",13058 "gimli",13059 "object",13060 "region",13061 "rustix",13062 "serde",13063 "target-lexicon",13064 "thiserror",13065 "wasmtime-environ",13066 "wasmtime-runtime",13067 "winapi 0.3.9",13068]1306913070[[package]]13071name = "wasmtime-runtime"13072version = "0.33.1"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13075dependencies = [13076 "anyhow",13077 "backtrace",13078 "cc",13079 "cfg-if 1.0.0",13080 "indexmap",13081 "lazy_static",13082 "libc",13083 "log",13084 "mach",13085 "memoffset",13086 "more-asserts",13087 "rand 0.8.5",13088 "region",13089 "rustix",13090 "thiserror",13091 "wasmtime-environ",13092 "winapi 0.3.9",13093]1309413095[[package]]13096name = "wasmtime-types"13097version = "0.33.1"13098source = "registry+https://github.com/rust-lang/crates.io-index"13099checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13100dependencies = [13101 "cranelift-entity",13102 "serde",13103 "thiserror",13104 "wasmparser",13105]1310613107[[package]]13108name = "web-sys"13109version = "0.3.56"13110source = "registry+https://github.com/rust-lang/crates.io-index"13111checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13112dependencies = [13113 "js-sys",13114 "wasm-bindgen",13115]1311613117[[package]]13118name = "webpki"13119version = "0.21.4"13120source = "registry+https://github.com/rust-lang/crates.io-index"13121checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13122dependencies = [13123 "ring",13124 "untrusted",13125]1312613127[[package]]13128name = "webpki"13129version = "0.22.0"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13132dependencies = [13133 "ring",13134 "untrusted",13135]1313613137[[package]]13138name = "webpki-roots"13139version = "0.21.1"13140source = "registry+https://github.com/rust-lang/crates.io-index"13141checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13142dependencies = [13143 "webpki 0.21.4",13144]1314513146[[package]]13147name = "webpki-roots"13148version = "0.22.2"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13151dependencies = [13152 "webpki 0.22.0",13153]1315413155[[package]]13156name = "wepoll-ffi"13157version = "0.1.2"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13160dependencies = [13161 "cc",13162]1316313164[[package]]13165name = "westend-runtime"13166version = "0.9.18"13167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13168dependencies = [13169 "beefy-primitives",13170 "bitvec",13171 "frame-benchmarking",13172 "frame-election-provider-support",13173 "frame-executive",13174 "frame-support",13175 "frame-system",13176 "frame-system-benchmarking",13177 "frame-system-rpc-runtime-api",13178 "frame-try-runtime",13179 "hex-literal",13180 "log",13181 "pallet-authority-discovery",13182 "pallet-authorship",13183 "pallet-babe",13184 "pallet-bags-list",13185 "pallet-balances",13186 "pallet-collective",13187 "pallet-democracy",13188 "pallet-election-provider-multi-phase",13189 "pallet-elections-phragmen",13190 "pallet-grandpa",13191 "pallet-identity",13192 "pallet-im-online",13193 "pallet-indices",13194 "pallet-membership",13195 "pallet-mmr-primitives",13196 "pallet-multisig",13197 "pallet-nicks",13198 "pallet-offences",13199 "pallet-offences-benchmarking",13200 "pallet-preimage",13201 "pallet-proxy",13202 "pallet-recovery",13203 "pallet-scheduler",13204 "pallet-session",13205 "pallet-session-benchmarking",13206 "pallet-society",13207 "pallet-staking",13208 "pallet-staking-reward-curve",13209 "pallet-sudo",13210 "pallet-timestamp",13211 "pallet-transaction-payment",13212 "pallet-transaction-payment-rpc-runtime-api",13213 "pallet-treasury",13214 "pallet-utility",13215 "pallet-vesting",13216 "pallet-xcm",13217 "pallet-xcm-benchmarks",13218 "parity-scale-codec",13219 "polkadot-parachain",13220 "polkadot-primitives",13221 "polkadot-runtime-common",13222 "polkadot-runtime-parachains",13223 "rustc-hex",13224 "scale-info",13225 "serde",13226 "serde_derive",13227 "smallvec",13228 "sp-api",13229 "sp-authority-discovery",13230 "sp-block-builder",13231 "sp-consensus-babe",13232 "sp-core",13233 "sp-inherents",13234 "sp-io",13235 "sp-npos-elections",13236 "sp-offchain",13237 "sp-runtime",13238 "sp-session",13239 "sp-staking",13240 "sp-std",13241 "sp-transaction-pool",13242 "sp-version",13243 "substrate-wasm-builder",13244 "westend-runtime-constants",13245 "xcm",13246 "xcm-builder",13247 "xcm-executor",13248]1324913250[[package]]13251name = "westend-runtime-constants"13252version = "0.9.18"13253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13254dependencies = [13255 "frame-support",13256 "polkadot-primitives",13257 "polkadot-runtime-common",13258 "smallvec",13259 "sp-runtime",13260]1326113262[[package]]13263name = "which"13264version = "4.2.5"13265source = "registry+https://github.com/rust-lang/crates.io-index"13266checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13267dependencies = [13268 "either",13269 "lazy_static",13270 "libc",13271]1327213273[[package]]13274name = "widestring"13275version = "0.4.3"13276source = "registry+https://github.com/rust-lang/crates.io-index"13277checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1327813279[[package]]13280name = "winapi"13281version = "0.2.8"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1328413285[[package]]13286name = "winapi"13287version = "0.3.9"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13290dependencies = [13291 "winapi-i686-pc-windows-gnu",13292 "winapi-x86_64-pc-windows-gnu",13293]1329413295[[package]]13296name = "winapi-build"13297version = "0.1.1"13298source = "registry+https://github.com/rust-lang/crates.io-index"13299checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1330013301[[package]]13302name = "winapi-i686-pc-windows-gnu"13303version = "0.4.0"13304source = "registry+https://github.com/rust-lang/crates.io-index"13305checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330613307[[package]]13308name = "winapi-util"13309version = "0.1.5"13310source = "registry+https://github.com/rust-lang/crates.io-index"13311checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13312dependencies = [13313 "winapi 0.3.9",13314]1331513316[[package]]13317name = "winapi-x86_64-pc-windows-gnu"13318version = "0.4.0"13319source = "registry+https://github.com/rust-lang/crates.io-index"13320checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1332113322[[package]]13323name = "windows-sys"13324version = "0.32.0"13325source = "registry+https://github.com/rust-lang/crates.io-index"13326checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13327dependencies = [13328 "windows_aarch64_msvc",13329 "windows_i686_gnu",13330 "windows_i686_msvc",13331 "windows_x86_64_gnu",13332 "windows_x86_64_msvc",13333]1333413335[[package]]13336name = "windows_aarch64_msvc"13337version = "0.32.0"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1334013341[[package]]13342name = "windows_i686_gnu"13343version = "0.32.0"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1334613347[[package]]13348name = "windows_i686_msvc"13349version = "0.32.0"13350source = "registry+https://github.com/rust-lang/crates.io-index"13351checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1335213353[[package]]13354name = "windows_x86_64_gnu"13355version = "0.32.0"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1335813359[[package]]13360name = "windows_x86_64_msvc"13361version = "0.32.0"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1336413365[[package]]13366name = "winreg"13367version = "0.6.2"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13370dependencies = [13371 "winapi 0.3.9",13372]1337313374[[package]]13375name = "ws2_32-sys"13376version = "0.2.1"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13379dependencies = [13380 "winapi 0.2.8",13381 "winapi-build",13382]1338313384[[package]]13385name = "wyz"13386version = "0.5.0"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13389dependencies = [13390 "tap",13391]1339213393[[package]]13394name = "x25519-dalek"13395version = "1.1.1"13396source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13398dependencies = [13399 "curve25519-dalek 3.2.0",13400 "rand_core 0.5.1",13401 "zeroize",13402]1340313404[[package]]13405name = "xcm"13406version = "0.9.18"13407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13408dependencies = [13409 "derivative",13410 "impl-trait-for-tuples",13411 "log",13412 "parity-scale-codec",13413 "scale-info",13414 "xcm-procedural",13415]1341613417[[package]]13418name = "xcm-builder"13419version = "0.9.18"13420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13421dependencies = [13422 "frame-support",13423 "frame-system",13424 "log",13425 "pallet-transaction-payment",13426 "parity-scale-codec",13427 "polkadot-parachain",13428 "scale-info",13429 "sp-arithmetic",13430 "sp-io",13431 "sp-runtime",13432 "sp-std",13433 "xcm",13434 "xcm-executor",13435]1343613437[[package]]13438name = "xcm-executor"13439version = "0.9.18"13440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13441dependencies = [13442 "frame-benchmarking",13443 "frame-support",13444 "impl-trait-for-tuples",13445 "log",13446 "parity-scale-codec",13447 "sp-arithmetic",13448 "sp-core",13449 "sp-io",13450 "sp-runtime",13451 "sp-std",13452 "xcm",13453]1345413455[[package]]13456name = "xcm-procedural"13457version = "0.1.0"13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13459dependencies = [13460 "Inflector",13461 "proc-macro2",13462 "quote",13463 "syn",13464]1346513466[[package]]13467name = "yamux"13468version = "0.9.0"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13471dependencies = [13472 "futures 0.3.21",13473 "log",13474 "nohash-hasher",13475 "parking_lot 0.11.2",13476 "rand 0.8.5",13477 "static_assertions",13478]1347913480[[package]]13481name = "yansi"13482version = "0.5.1"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1348513486[[package]]13487name = "zeroize"13488version = "1.5.4"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13491dependencies = [13492 "zeroize_derive",13493]1349413495[[package]]13496name = "zeroize_derive"13497version = "1.3.2"13498source = "registry+https://github.com/rust-lang/crates.io-index"13499checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13500dependencies = [13501 "proc-macro2",13502 "quote",13503 "syn",13504 "synstructure",13505]1350613507[[package]]13508name = "zstd"13509version = "0.9.2+zstd.1.5.1"13510source = "registry+https://github.com/rust-lang/crates.io-index"13511checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13512dependencies = [13513 "zstd-safe",13514]1351513516[[package]]13517name = "zstd-safe"13518version = "4.1.3+zstd.1.5.1"13519source = "registry+https://github.com/rust-lang/crates.io-index"13520checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13521dependencies = [13522 "libc",13523 "zstd-sys",13524]1352513526[[package]]13527name = "zstd-sys"13528version = "1.6.2+zstd.1.5.1"13529source = "registry+https://github.com/rust-lang/crates.io-index"13530checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13531dependencies = [13532 "cc",13533 "libc",13534]