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

difftreelog

source

Cargo.lock303.6 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-rpc"2755version = "3.0.0-dev"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2757dependencies = [2758 "ethereum",2759 "ethereum-types",2760 "fp-evm",2761 "parity-scale-codec",2762 "scale-info",2763 "sp-api",2764 "sp-core",2765 "sp-io",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-self-contained"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2774dependencies = [2775 "ethereum",2776 "frame-support",2777 "parity-scale-codec",2778 "parity-util-mem",2779 "scale-info",2780 "serde",2781 "sha3 0.8.2",2782 "sp-core",2783 "sp-io",2784 "sp-runtime",2785]27862787[[package]]2788name = "fp-storage"2789version = "2.0.0"2790source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"27912792[[package]]2793name = "frame-benchmarking"2794version = "4.0.0-dev"2795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2796dependencies = [2797 "frame-support",2798 "frame-system",2799 "linregress",2800 "log",2801 "parity-scale-codec",2802 "paste",2803 "scale-info",2804 "serde",2805 "sp-api",2806 "sp-application-crypto",2807 "sp-io",2808 "sp-runtime",2809 "sp-runtime-interface",2810 "sp-std",2811 "sp-storage",2812]28132814[[package]]2815name = "frame-benchmarking-cli"2816version = "4.0.0-dev"2817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2818dependencies = [2819 "Inflector",2820 "chrono",2821 "clap",2822 "frame-benchmarking",2823 "frame-support",2824 "handlebars",2825 "hash-db",2826 "hex",2827 "itertools",2828 "kvdb",2829 "linked-hash-map",2830 "log",2831 "memory-db",2832 "parity-scale-codec",2833 "rand 0.8.5",2834 "sc-cli",2835 "sc-client-api",2836 "sc-client-db",2837 "sc-executor",2838 "sc-service",2839 "serde",2840 "serde_json",2841 "serde_nanos",2842 "sp-api",2843 "sp-blockchain",2844 "sp-core",2845 "sp-database",2846 "sp-externalities",2847 "sp-keystore",2848 "sp-runtime",2849 "sp-state-machine",2850 "sp-std",2851 "sp-storage",2852 "sp-trie",2853]28542855[[package]]2856name = "frame-election-provider-support"2857version = "4.0.0-dev"2858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2859dependencies = [2860 "frame-support",2861 "frame-system",2862 "parity-scale-codec",2863 "scale-info",2864 "sp-arithmetic",2865 "sp-npos-elections",2866 "sp-std",2867]28682869[[package]]2870name = "frame-executive"2871version = "4.0.0-dev"2872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2873dependencies = [2874 "frame-support",2875 "frame-system",2876 "parity-scale-codec",2877 "scale-info",2878 "sp-core",2879 "sp-io",2880 "sp-runtime",2881 "sp-std",2882 "sp-tracing",2883]28842885[[package]]2886name = "frame-metadata"2887version = "15.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2890dependencies = [2891 "cfg-if 1.0.0",2892 "parity-scale-codec",2893 "scale-info",2894 "serde",2895]28962897[[package]]2898name = "frame-support"2899version = "4.0.0-dev"2900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2901dependencies = [2902 "bitflags",2903 "frame-metadata",2904 "frame-support-procedural",2905 "impl-trait-for-tuples",2906 "log",2907 "once_cell",2908 "parity-scale-codec",2909 "paste",2910 "scale-info",2911 "serde",2912 "smallvec",2913 "sp-arithmetic",2914 "sp-core",2915 "sp-core-hashing-proc-macro",2916 "sp-inherents",2917 "sp-io",2918 "sp-runtime",2919 "sp-staking",2920 "sp-state-machine",2921 "sp-std",2922 "sp-tracing",2923 "tt-call",2924]29252926[[package]]2927name = "frame-support-procedural"2928version = "4.0.0-dev"2929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2930dependencies = [2931 "Inflector",2932 "frame-support-procedural-tools",2933 "proc-macro2",2934 "quote",2935 "syn",2936]29372938[[package]]2939name = "frame-support-procedural-tools"2940version = "4.0.0-dev"2941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2942dependencies = [2943 "frame-support-procedural-tools-derive",2944 "proc-macro-crate 1.1.3",2945 "proc-macro2",2946 "quote",2947 "syn",2948]29492950[[package]]2951name = "frame-support-procedural-tools-derive"2952version = "3.0.0"2953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2954dependencies = [2955 "proc-macro2",2956 "quote",2957 "syn",2958]29592960[[package]]2961name = "frame-system"2962version = "4.0.0-dev"2963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2964dependencies = [2965 "frame-support",2966 "log",2967 "parity-scale-codec",2968 "scale-info",2969 "serde",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-version",2975]29762977[[package]]2978name = "frame-system-benchmarking"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2981dependencies = [2982 "frame-benchmarking",2983 "frame-support",2984 "frame-system",2985 "parity-scale-codec",2986 "scale-info",2987 "sp-core",2988 "sp-runtime",2989 "sp-std",2990]29912992[[package]]2993name = "frame-system-rpc-runtime-api"2994version = "4.0.0-dev"2995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2996dependencies = [2997 "parity-scale-codec",2998 "sp-api",2999]30003001[[package]]3002name = "frame-try-runtime"3003version = "0.10.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "frame-support",3007 "sp-api",3008 "sp-runtime",3009 "sp-std",3010]30113012[[package]]3013name = "fs-err"3014version = "2.7.0"3015source = "registry+https://github.com/rust-lang/crates.io-index"3016checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30173018[[package]]3019name = "fs-swap"3020version = "0.2.6"3021source = "registry+https://github.com/rust-lang/crates.io-index"3022checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3023dependencies = [3024 "lazy_static",3025 "libc",3026 "libloading 0.5.2",3027 "winapi 0.3.9",3028]30293030[[package]]3031name = "fs2"3032version = "0.4.3"3033source = "registry+https://github.com/rust-lang/crates.io-index"3034checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3035dependencies = [3036 "libc",3037 "winapi 0.3.9",3038]30393040[[package]]3041name = "fs_extra"3042version = "1.2.0"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30453046[[package]]3047name = "fuchsia-zircon"3048version = "0.3.3"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3051dependencies = [3052 "bitflags",3053 "fuchsia-zircon-sys",3054]30553056[[package]]3057name = "fuchsia-zircon-sys"3058version = "0.3.3"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30613062[[package]]3063name = "funty"3064version = "1.1.0"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30673068[[package]]3069name = "funty"3070version = "2.0.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30733074[[package]]3075name = "futures"3076version = "0.1.31"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30793080[[package]]3081name = "futures"3082version = "0.3.21"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3085dependencies = [3086 "futures-channel",3087 "futures-core",3088 "futures-executor",3089 "futures-io",3090 "futures-sink",3091 "futures-task",3092 "futures-util",3093]30943095[[package]]3096name = "futures-channel"3097version = "0.3.21"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3100dependencies = [3101 "futures-core",3102 "futures-sink",3103]31043105[[package]]3106name = "futures-core"3107version = "0.3.21"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31103111[[package]]3112name = "futures-executor"3113version = "0.3.21"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3116dependencies = [3117 "futures-core",3118 "futures-task",3119 "futures-util",3120 "num_cpus",3121]31223123[[package]]3124name = "futures-io"3125version = "0.3.21"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31283129[[package]]3130name = "futures-lite"3131version = "1.12.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3134dependencies = [3135 "fastrand",3136 "futures-core",3137 "futures-io",3138 "memchr",3139 "parking",3140 "pin-project-lite 0.2.8",3141 "waker-fn",3142]31433144[[package]]3145name = "futures-macro"3146version = "0.3.21"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3149dependencies = [3150 "proc-macro2",3151 "quote",3152 "syn",3153]31543155[[package]]3156name = "futures-rustls"3157version = "0.21.1"3158source = "registry+https://github.com/rust-lang/crates.io-index"3159checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3160dependencies = [3161 "futures-io",3162 "rustls 0.19.1",3163 "webpki 0.21.4",3164]31653166[[package]]3167name = "futures-sink"3168version = "0.3.21"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31713172[[package]]3173name = "futures-task"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31773178[[package]]3179name = "futures-timer"3180version = "3.0.2"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31833184[[package]]3185name = "futures-util"3186version = "0.3.21"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3189dependencies = [3190 "futures 0.1.31",3191 "futures-channel",3192 "futures-core",3193 "futures-io",3194 "futures-macro",3195 "futures-sink",3196 "futures-task",3197 "memchr",3198 "pin-project-lite 0.2.8",3199 "pin-utils",3200 "slab",3201]32023203[[package]]3204name = "generic-array"3205version = "0.12.4"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3208dependencies = [3209 "typenum",3210]32113212[[package]]3213name = "generic-array"3214version = "0.14.5"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3217dependencies = [3218 "typenum",3219 "version_check",3220]32213222[[package]]3223name = "getrandom"3224version = "0.1.16"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3227dependencies = [3228 "cfg-if 1.0.0",3229 "js-sys",3230 "libc",3231 "wasi 0.9.0+wasi-snapshot-preview1",3232 "wasm-bindgen",3233]32343235[[package]]3236name = "getrandom"3237version = "0.2.5"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3240dependencies = [3241 "cfg-if 1.0.0",3242 "libc",3243 "wasi 0.10.0+wasi-snapshot-preview1",3244]32453246[[package]]3247name = "ghash"3248version = "0.4.4"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3251dependencies = [3252 "opaque-debug 0.3.0",3253 "polyval",3254]32553256[[package]]3257name = "gimli"3258version = "0.26.1"3259source = "registry+https://github.com/rust-lang/crates.io-index"3260checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3261dependencies = [3262 "fallible-iterator",3263 "indexmap",3264 "stable_deref_trait",3265]32663267[[package]]3268name = "glob"3269version = "0.3.0"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32723273[[package]]3274name = "globset"3275version = "0.4.8"3276source = "registry+https://github.com/rust-lang/crates.io-index"3277checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3278dependencies = [3279 "aho-corasick",3280 "bstr",3281 "fnv",3282 "log",3283 "regex",3284]32853286[[package]]3287name = "gloo-timers"3288version = "0.2.3"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3291dependencies = [3292 "futures-channel",3293 "futures-core",3294 "js-sys",3295 "wasm-bindgen",3296]32973298[[package]]3299name = "group"3300version = "0.11.0"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3303dependencies = [3304 "ff",3305 "rand_core 0.6.3",3306 "subtle 2.4.1",3307]33083309[[package]]3310name = "h2"3311version = "0.3.12"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3314dependencies = [3315 "bytes 1.1.0",3316 "fnv",3317 "futures-core",3318 "futures-sink",3319 "futures-util",3320 "http",3321 "indexmap",3322 "slab",3323 "tokio 1.17.0",3324 "tokio-util",3325 "tracing",3326]33273328[[package]]3329name = "handlebars"3330version = "4.2.2"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3333dependencies = [3334 "log",3335 "pest",3336 "pest_derive",3337 "quick-error 2.0.1",3338 "serde",3339 "serde_json",3340]33413342[[package]]3343name = "hash-db"3344version = "0.15.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33473348[[package]]3349name = "hash256-std-hasher"3350version = "0.15.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3353dependencies = [3354 "crunchy",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.11.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.12.0"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "heck"3377version = "0.3.3"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3380dependencies = [3381 "unicode-segmentation",3382]33833384[[package]]3385name = "heck"3386version = "0.4.0"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33893390[[package]]3391name = "hermit-abi"3392version = "0.1.19"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3395dependencies = [3396 "libc",3397]33983399[[package]]3400name = "hex"3401version = "0.4.3"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34043405[[package]]3406name = "hex-literal"3407version = "0.3.4"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34103411[[package]]3412name = "hex_fmt"3413version = "0.3.0"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34163417[[package]]3418name = "hmac"3419version = "0.7.1"3420source = "registry+https://github.com/rust-lang/crates.io-index"3421checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3422dependencies = [3423 "crypto-mac 0.7.0",3424 "digest 0.8.1",3425]34263427[[package]]3428name = "hmac"3429version = "0.8.1"3430source = "registry+https://github.com/rust-lang/crates.io-index"3431checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3432dependencies = [3433 "crypto-mac 0.8.0",3434 "digest 0.9.0",3435]34363437[[package]]3438name = "hmac"3439version = "0.11.0"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3442dependencies = [3443 "crypto-mac 0.11.1",3444 "digest 0.9.0",3445]34463447[[package]]3448name = "hmac-drbg"3449version = "0.2.0"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3452dependencies = [3453 "digest 0.8.1",3454 "generic-array 0.12.4",3455 "hmac 0.7.1",3456]34573458[[package]]3459name = "hmac-drbg"3460version = "0.3.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3463dependencies = [3464 "digest 0.9.0",3465 "generic-array 0.14.5",3466 "hmac 0.8.1",3467]34683469[[package]]3470name = "hostname"3471version = "0.3.1"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3474dependencies = [3475 "libc",3476 "match_cfg",3477 "winapi 0.3.9",3478]34793480[[package]]3481name = "http"3482version = "0.2.6"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3485dependencies = [3486 "bytes 1.1.0",3487 "fnv",3488 "itoa 1.0.1",3489]34903491[[package]]3492name = "http-body"3493version = "0.4.4"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3496dependencies = [3497 "bytes 1.1.0",3498 "http",3499 "pin-project-lite 0.2.8",3500]35013502[[package]]3503name = "httparse"3504version = "1.6.0"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35073508[[package]]3509name = "httpdate"3510version = "1.0.2"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35133514[[package]]3515name = "humantime"3516version = "2.1.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35193520[[package]]3521name = "hyper"3522version = "0.14.18"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3525dependencies = [3526 "bytes 1.1.0",3527 "futures-channel",3528 "futures-core",3529 "futures-util",3530 "h2",3531 "http",3532 "http-body",3533 "httparse",3534 "httpdate",3535 "itoa 1.0.1",3536 "pin-project-lite 0.2.8",3537 "socket2 0.4.4",3538 "tokio 1.17.0",3539 "tower-service",3540 "tracing",3541 "want",3542]35433544[[package]]3545name = "hyper-rustls"3546version = "0.22.1"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3549dependencies = [3550 "ct-logs",3551 "futures-util",3552 "hyper",3553 "log",3554 "rustls 0.19.1",3555 "rustls-native-certs 0.5.0",3556 "tokio 1.17.0",3557 "tokio-rustls 0.22.0",3558 "webpki 0.21.4",3559]35603561[[package]]3562name = "hyper-rustls"3563version = "0.23.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3566dependencies = [3567 "http",3568 "hyper",3569 "log",3570 "rustls 0.20.4",3571 "rustls-native-certs 0.6.1",3572 "tokio 1.17.0",3573 "tokio-rustls 0.23.3",3574 "webpki-roots 0.22.2",3575]35763577[[package]]3578name = "ident_case"3579version = "1.0.1"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35823583[[package]]3584name = "idna"3585version = "0.1.5"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3588dependencies = [3589 "matches",3590 "unicode-bidi",3591 "unicode-normalization",3592]35933594[[package]]3595name = "idna"3596version = "0.2.3"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3599dependencies = [3600 "matches",3601 "unicode-bidi",3602 "unicode-normalization",3603]36043605[[package]]3606name = "if-addrs"3607version = "0.6.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3610dependencies = [3611 "if-addrs-sys",3612 "libc",3613 "winapi 0.3.9",3614]36153616[[package]]3617name = "if-addrs-sys"3618version = "0.3.2"3619source = "registry+https://github.com/rust-lang/crates.io-index"3620checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3621dependencies = [3622 "cc",3623 "libc",3624]36253626[[package]]3627name = "if-watch"3628version = "0.2.2"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3631dependencies = [3632 "async-io",3633 "futures 0.3.21",3634 "futures-lite",3635 "if-addrs",3636 "ipnet",3637 "libc",3638 "log",3639 "winapi 0.3.9",3640]36413642[[package]]3643name = "impl-codec"3644version = "0.6.0"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3647dependencies = [3648 "parity-scale-codec",3649]36503651[[package]]3652name = "impl-rlp"3653version = "0.3.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3656dependencies = [3657 "rlp",3658]36593660[[package]]3661name = "impl-serde"3662version = "0.3.2"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3665dependencies = [3666 "serde",3667]36683669[[package]]3670name = "impl-trait-for-tuples"3671version = "0.2.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3674dependencies = [3675 "proc-macro2",3676 "quote",3677 "syn",3678]36793680[[package]]3681name = "indexmap"3682version = "1.8.0"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3685dependencies = [3686 "autocfg",3687 "hashbrown 0.11.2",3688 "serde",3689]36903691[[package]]3692name = "instant"3693version = "0.1.12"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3696dependencies = [3697 "cfg-if 1.0.0",3698]36993700[[package]]3701name = "integer-encoding"3702version = "3.0.3"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37053706[[package]]3707name = "integer-sqrt"3708version = "0.1.5"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3711dependencies = [3712 "num-traits",3713]37143715[[package]]3716name = "io-lifetimes"3717version = "0.4.4"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3720dependencies = [3721 "winapi 0.3.9",3722]37233724[[package]]3725name = "iovec"3726version = "0.1.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3729dependencies = [3730 "libc",3731]37323733[[package]]3734name = "ip_network"3735version = "0.4.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37383739[[package]]3740name = "ipconfig"3741version = "0.2.2"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3744dependencies = [3745 "socket2 0.3.19",3746 "widestring",3747 "winapi 0.3.9",3748 "winreg",3749]37503751[[package]]3752name = "ipnet"3753version = "2.4.0"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37563757[[package]]3758name = "itertools"3759version = "0.10.3"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3762dependencies = [3763 "either",3764]37653766[[package]]3767name = "itoa"3768version = "0.4.8"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37713772[[package]]3773name = "itoa"3774version = "1.0.1"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37773778[[package]]3779name = "jobserver"3780version = "0.1.24"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3783dependencies = [3784 "libc",3785]37863787[[package]]3788name = "js-sys"3789version = "0.3.56"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3792dependencies = [3793 "wasm-bindgen",3794]37953796[[package]]3797name = "jsonrpc-client-transports"3798version = "18.0.0"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3801dependencies = [3802 "derive_more",3803 "futures 0.3.21",3804 "jsonrpc-core",3805 "jsonrpc-pubsub",3806 "log",3807 "serde",3808 "serde_json",3809 "url 1.7.2",3810]38113812[[package]]3813name = "jsonrpc-core"3814version = "18.0.0"3815source = "registry+https://github.com/rust-lang/crates.io-index"3816checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3817dependencies = [3818 "futures 0.3.21",3819 "futures-executor",3820 "futures-util",3821 "log",3822 "serde",3823 "serde_derive",3824 "serde_json",3825]38263827[[package]]3828name = "jsonrpc-core-client"3829version = "18.0.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3832dependencies = [3833 "futures 0.3.21",3834 "jsonrpc-client-transports",3835]38363837[[package]]3838name = "jsonrpc-derive"3839version = "18.0.0"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3842dependencies = [3843 "proc-macro-crate 0.1.5",3844 "proc-macro2",3845 "quote",3846 "syn",3847]38483849[[package]]3850name = "jsonrpc-http-server"3851version = "18.0.0"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3854dependencies = [3855 "futures 0.3.21",3856 "hyper",3857 "jsonrpc-core",3858 "jsonrpc-server-utils",3859 "log",3860 "net2",3861 "parking_lot 0.11.2",3862 "unicase",3863]38643865[[package]]3866name = "jsonrpc-ipc-server"3867version = "18.0.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3870dependencies = [3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-server-utils",3874 "log",3875 "parity-tokio-ipc",3876 "parking_lot 0.11.2",3877 "tower-service",3878]38793880[[package]]3881name = "jsonrpc-pubsub"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3885dependencies = [3886 "futures 0.3.21",3887 "jsonrpc-core",3888 "lazy_static",3889 "log",3890 "parking_lot 0.11.2",3891 "rand 0.7.3",3892 "serde",3893]38943895[[package]]3896name = "jsonrpc-server-utils"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3900dependencies = [3901 "bytes 1.1.0",3902 "futures 0.3.21",3903 "globset",3904 "jsonrpc-core",3905 "lazy_static",3906 "log",3907 "tokio 1.17.0",3908 "tokio-stream",3909 "tokio-util",3910 "unicase",3911]39123913[[package]]3914name = "jsonrpc-ws-server"3915version = "18.0.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3918dependencies = [3919 "futures 0.3.21",3920 "jsonrpc-core",3921 "jsonrpc-server-utils",3922 "log",3923 "parity-ws",3924 "parking_lot 0.11.2",3925 "slab",3926]39273928[[package]]3929name = "jsonrpsee"3930version = "0.4.1"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3933dependencies = [3934 "jsonrpsee-types 0.4.1",3935 "jsonrpsee-utils",3936 "jsonrpsee-ws-client 0.4.1",3937]39383939[[package]]3940name = "jsonrpsee"3941version = "0.8.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3944dependencies = [3945 "jsonrpsee-core 0.8.0",3946 "jsonrpsee-proc-macros",3947 "jsonrpsee-types 0.8.0",3948 "jsonrpsee-ws-client 0.8.0",3949]39503951[[package]]3952name = "jsonrpsee"3953version = "0.9.0"3954source = "registry+https://github.com/rust-lang/crates.io-index"3955checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3956dependencies = [3957 "jsonrpsee-core 0.9.0",3958 "jsonrpsee-http-client",3959 "jsonrpsee-types 0.9.0",3960 "jsonrpsee-ws-client 0.9.0",3961]39623963[[package]]3964name = "jsonrpsee-client-transport"3965version = "0.8.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3968dependencies = [3969 "futures 0.3.21",3970 "http",3971 "jsonrpsee-core 0.8.0",3972 "jsonrpsee-types 0.8.0",3973 "pin-project 1.0.10",3974 "rustls-native-certs 0.6.1",3975 "soketto",3976 "thiserror",3977 "tokio 1.17.0",3978 "tokio-rustls 0.23.3",3979 "tokio-util",3980 "tracing",3981 "webpki-roots 0.22.2",3982]39833984[[package]]3985name = "jsonrpsee-client-transport"3986version = "0.9.0"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3989dependencies = [3990 "futures 0.3.21",3991 "http",3992 "jsonrpsee-core 0.9.0",3993 "jsonrpsee-types 0.9.0",3994 "pin-project 1.0.10",3995 "rustls-native-certs 0.6.1",3996 "soketto",3997 "thiserror",3998 "tokio 1.17.0",3999 "tokio-rustls 0.23.3",4000 "tokio-util",4001 "tracing",4002 "webpki-roots 0.22.2",4003]40044005[[package]]4006name = "jsonrpsee-core"4007version = "0.8.0"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4010dependencies = [4011 "anyhow",4012 "arrayvec 0.7.2",4013 "async-trait",4014 "beef",4015 "futures-channel",4016 "futures-util",4017 "hyper",4018 "jsonrpsee-types 0.8.0",4019 "rustc-hash",4020 "serde",4021 "serde_json",4022 "soketto",4023 "thiserror",4024 "tokio 1.17.0",4025 "tracing",4026]40274028[[package]]4029name = "jsonrpsee-core"4030version = "0.9.0"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4033dependencies = [4034 "anyhow",4035 "arrayvec 0.7.2",4036 "async-trait",4037 "beef",4038 "futures-channel",4039 "futures-util",4040 "hyper",4041 "jsonrpsee-types 0.9.0",4042 "rustc-hash",4043 "serde",4044 "serde_json",4045 "soketto",4046 "thiserror",4047 "tokio 1.17.0",4048 "tracing",4049]40504051[[package]]4052name = "jsonrpsee-http-client"4053version = "0.9.0"4054source = "registry+https://github.com/rust-lang/crates.io-index"4055checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4056dependencies = [4057 "async-trait",4058 "hyper",4059 "hyper-rustls 0.23.0",4060 "jsonrpsee-core 0.9.0",4061 "jsonrpsee-types 0.9.0",4062 "rustc-hash",4063 "serde",4064 "serde_json",4065 "thiserror",4066 "tokio 1.17.0",4067 "tracing",4068]40694070[[package]]4071name = "jsonrpsee-proc-macros"4072version = "0.8.0"4073source = "registry+https://github.com/rust-lang/crates.io-index"4074checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4075dependencies = [4076 "proc-macro-crate 1.1.3",4077 "proc-macro2",4078 "quote",4079 "syn",4080]40814082[[package]]4083name = "jsonrpsee-types"4084version = "0.4.1"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4087dependencies = [4088 "anyhow",4089 "async-trait",4090 "beef",4091 "futures-channel",4092 "futures-util",4093 "hyper",4094 "log",4095 "serde",4096 "serde_json",4097 "soketto",4098 "thiserror",4099]41004101[[package]]4102name = "jsonrpsee-types"4103version = "0.8.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4106dependencies = [4107 "anyhow",4108 "beef",4109 "serde",4110 "serde_json",4111 "thiserror",4112 "tracing",4113]41144115[[package]]4116name = "jsonrpsee-types"4117version = "0.9.0"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4120dependencies = [4121 "anyhow",4122 "beef",4123 "serde",4124 "serde_json",4125 "thiserror",4126 "tracing",4127]41284129[[package]]4130name = "jsonrpsee-utils"4131version = "0.4.1"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4134dependencies = [4135 "arrayvec 0.7.2",4136 "beef",4137 "jsonrpsee-types 0.4.1",4138]41394140[[package]]4141name = "jsonrpsee-ws-client"4142version = "0.4.1"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4145dependencies = [4146 "arrayvec 0.7.2",4147 "async-trait",4148 "fnv",4149 "futures 0.3.21",4150 "http",4151 "jsonrpsee-types 0.4.1",4152 "log",4153 "pin-project 1.0.10",4154 "rustls-native-certs 0.5.0",4155 "serde",4156 "serde_json",4157 "soketto",4158 "thiserror",4159 "tokio 1.17.0",4160 "tokio-rustls 0.22.0",4161 "tokio-util",4162]41634164[[package]]4165name = "jsonrpsee-ws-client"4166version = "0.8.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4169dependencies = [4170 "jsonrpsee-client-transport 0.8.0",4171 "jsonrpsee-core 0.8.0",4172 "jsonrpsee-types 0.8.0",4173]41744175[[package]]4176name = "jsonrpsee-ws-client"4177version = "0.9.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4180dependencies = [4181 "jsonrpsee-client-transport 0.9.0",4182 "jsonrpsee-core 0.9.0",4183 "jsonrpsee-types 0.9.0",4184]41854186[[package]]4187name = "k256"4188version = "0.10.4"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4191dependencies = [4192 "cfg-if 1.0.0",4193 "ecdsa",4194 "elliptic-curve",4195 "sec1",4196]41974198[[package]]4199name = "keccak"4200version = "0.1.0"4201source = "registry+https://github.com/rust-lang/crates.io-index"4202checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42034204[[package]]4205name = "kernel32-sys"4206version = "0.2.2"4207source = "registry+https://github.com/rust-lang/crates.io-index"4208checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4209dependencies = [4210 "winapi 0.2.8",4211 "winapi-build",4212]42134214[[package]]4215name = "kusama-runtime"4216version = "0.9.18"4217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4218dependencies = [4219 "beefy-primitives",4220 "bitvec",4221 "frame-benchmarking",4222 "frame-election-provider-support",4223 "frame-executive",4224 "frame-support",4225 "frame-system",4226 "frame-system-benchmarking",4227 "frame-system-rpc-runtime-api",4228 "frame-try-runtime",4229 "hex-literal",4230 "kusama-runtime-constants",4231 "log",4232 "pallet-authority-discovery",4233 "pallet-authorship",4234 "pallet-babe",4235 "pallet-bags-list",4236 "pallet-balances",4237 "pallet-bounties",4238 "pallet-collective",4239 "pallet-democracy",4240 "pallet-election-provider-multi-phase",4241 "pallet-elections-phragmen",4242 "pallet-gilt",4243 "pallet-grandpa",4244 "pallet-identity",4245 "pallet-im-online",4246 "pallet-indices",4247 "pallet-membership",4248 "pallet-mmr-primitives",4249 "pallet-multisig",4250 "pallet-nicks",4251 "pallet-offences",4252 "pallet-offences-benchmarking",4253 "pallet-preimage",4254 "pallet-proxy",4255 "pallet-recovery",4256 "pallet-scheduler",4257 "pallet-session",4258 "pallet-session-benchmarking",4259 "pallet-society",4260 "pallet-staking",4261 "pallet-staking-reward-fn",4262 "pallet-timestamp",4263 "pallet-tips",4264 "pallet-transaction-payment",4265 "pallet-transaction-payment-rpc-runtime-api",4266 "pallet-treasury",4267 "pallet-utility",4268 "pallet-vesting",4269 "pallet-xcm",4270 "parity-scale-codec",4271 "polkadot-primitives",4272 "polkadot-runtime-common",4273 "polkadot-runtime-parachains",4274 "rustc-hex",4275 "scale-info",4276 "serde",4277 "serde_derive",4278 "smallvec",4279 "sp-api",4280 "sp-arithmetic",4281 "sp-authority-discovery",4282 "sp-block-builder",4283 "sp-consensus-babe",4284 "sp-core",4285 "sp-inherents",4286 "sp-io",4287 "sp-npos-elections",4288 "sp-offchain",4289 "sp-runtime",4290 "sp-session",4291 "sp-staking",4292 "sp-std",4293 "sp-transaction-pool",4294 "sp-version",4295 "static_assertions",4296 "substrate-wasm-builder",4297 "xcm",4298 "xcm-builder",4299 "xcm-executor",4300]43014302[[package]]4303name = "kusama-runtime-constants"4304version = "0.9.18"4305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4306dependencies = [4307 "frame-support",4308 "polkadot-primitives",4309 "polkadot-runtime-common",4310 "smallvec",4311 "sp-runtime",4312]43134314[[package]]4315name = "kv-log-macro"4316version = "1.0.7"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4319dependencies = [4320 "log",4321]43224323[[package]]4324name = "kvdb"4325version = "0.11.0"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4328dependencies = [4329 "parity-util-mem",4330 "smallvec",4331]43324333[[package]]4334name = "kvdb-memorydb"4335version = "0.11.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4338dependencies = [4339 "kvdb",4340 "parity-util-mem",4341 "parking_lot 0.12.0",4342]43434344[[package]]4345name = "kvdb-rocksdb"4346version = "0.15.2"4347source = "registry+https://github.com/rust-lang/crates.io-index"4348checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4349dependencies = [4350 "fs-swap",4351 "kvdb",4352 "log",4353 "num_cpus",4354 "owning_ref",4355 "parity-util-mem",4356 "parking_lot 0.12.0",4357 "regex",4358 "rocksdb",4359 "smallvec",4360]43614362[[package]]4363name = "lazy_static"4364version = "1.4.0"4365source = "registry+https://github.com/rust-lang/crates.io-index"4366checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43674368[[package]]4369name = "lazycell"4370version = "1.3.0"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43734374[[package]]4375name = "libc"4376version = "0.2.121"4377source = "registry+https://github.com/rust-lang/crates.io-index"4378checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43794380[[package]]4381name = "libloading"4382version = "0.5.2"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4385dependencies = [4386 "cc",4387 "winapi 0.3.9",4388]43894390[[package]]4391name = "libloading"4392version = "0.7.3"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4395dependencies = [4396 "cfg-if 1.0.0",4397 "winapi 0.3.9",4398]43994400[[package]]4401name = "libm"4402version = "0.2.2"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44054406[[package]]4407name = "libp2p"4408version = "0.40.0"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4411dependencies = [4412 "atomic",4413 "bytes 1.1.0",4414 "futures 0.3.21",4415 "lazy_static",4416 "libp2p-core",4417 "libp2p-deflate",4418 "libp2p-dns",4419 "libp2p-floodsub",4420 "libp2p-gossipsub",4421 "libp2p-identify",4422 "libp2p-kad",4423 "libp2p-mdns",4424 "libp2p-metrics",4425 "libp2p-mplex",4426 "libp2p-noise",4427 "libp2p-ping",4428 "libp2p-plaintext",4429 "libp2p-pnet",4430 "libp2p-relay",4431 "libp2p-rendezvous",4432 "libp2p-request-response",4433 "libp2p-swarm",4434 "libp2p-swarm-derive",4435 "libp2p-tcp",4436 "libp2p-uds",4437 "libp2p-wasm-ext",4438 "libp2p-websocket",4439 "libp2p-yamux",4440 "multiaddr",4441 "parking_lot 0.11.2",4442 "pin-project 1.0.10",4443 "smallvec",4444 "wasm-timer",4445]44464447[[package]]4448name = "libp2p-core"4449version = "0.30.2"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4452dependencies = [4453 "asn1_der",4454 "bs58",4455 "ed25519-dalek",4456 "either",4457 "fnv",4458 "futures 0.3.21",4459 "futures-timer",4460 "instant",4461 "lazy_static",4462 "libsecp256k1 0.7.0",4463 "log",4464 "multiaddr",4465 "multihash 0.14.0",4466 "multistream-select",4467 "parking_lot 0.11.2",4468 "pin-project 1.0.10",4469 "prost",4470 "prost-build",4471 "rand 0.8.5",4472 "ring",4473 "rw-stream-sink",4474 "sha2 0.9.9",4475 "smallvec",4476 "thiserror",4477 "unsigned-varint 0.7.1",4478 "void",4479 "zeroize",4480]44814482[[package]]4483name = "libp2p-deflate"4484version = "0.30.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4487dependencies = [4488 "flate2",4489 "futures 0.3.21",4490 "libp2p-core",4491]44924493[[package]]4494name = "libp2p-dns"4495version = "0.30.0"4496source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4498dependencies = [4499 "async-std-resolver",4500 "futures 0.3.21",4501 "libp2p-core",4502 "log",4503 "smallvec",4504 "trust-dns-resolver",4505]45064507[[package]]4508name = "libp2p-floodsub"4509version = "0.31.0"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4512dependencies = [4513 "cuckoofilter",4514 "fnv",4515 "futures 0.3.21",4516 "libp2p-core",4517 "libp2p-swarm",4518 "log",4519 "prost",4520 "prost-build",4521 "rand 0.7.3",4522 "smallvec",4523]45244525[[package]]4526name = "libp2p-gossipsub"4527version = "0.33.0"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4530dependencies = [4531 "asynchronous-codec 0.6.0",4532 "base64",4533 "byteorder",4534 "bytes 1.1.0",4535 "fnv",4536 "futures 0.3.21",4537 "hex_fmt",4538 "libp2p-core",4539 "libp2p-swarm",4540 "log",4541 "prost",4542 "prost-build",4543 "rand 0.7.3",4544 "regex",4545 "sha2 0.9.9",4546 "smallvec",4547 "unsigned-varint 0.7.1",4548 "wasm-timer",4549]45504551[[package]]4552name = "libp2p-identify"4553version = "0.31.0"4554source = "registry+https://github.com/rust-lang/crates.io-index"4555checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4556dependencies = [4557 "futures 0.3.21",4558 "libp2p-core",4559 "libp2p-swarm",4560 "log",4561 "lru 0.6.6",4562 "prost",4563 "prost-build",4564 "smallvec",4565 "wasm-timer",4566]45674568[[package]]4569name = "libp2p-kad"4570version = "0.32.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4573dependencies = [4574 "arrayvec 0.5.2",4575 "asynchronous-codec 0.6.0",4576 "bytes 1.1.0",4577 "either",4578 "fnv",4579 "futures 0.3.21",4580 "libp2p-core",4581 "libp2p-swarm",4582 "log",4583 "prost",4584 "prost-build",4585 "rand 0.7.3",4586 "sha2 0.9.9",4587 "smallvec",4588 "uint",4589 "unsigned-varint 0.7.1",4590 "void",4591 "wasm-timer",4592]45934594[[package]]4595name = "libp2p-mdns"4596version = "0.32.0"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4599dependencies = [4600 "async-io",4601 "data-encoding",4602 "dns-parser",4603 "futures 0.3.21",4604 "if-watch",4605 "lazy_static",4606 "libp2p-core",4607 "libp2p-swarm",4608 "log",4609 "rand 0.8.5",4610 "smallvec",4611 "socket2 0.4.4",4612 "void",4613]46144615[[package]]4616name = "libp2p-metrics"4617version = "0.1.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4620dependencies = [4621 "libp2p-core",4622 "libp2p-identify",4623 "libp2p-kad",4624 "libp2p-ping",4625 "libp2p-swarm",4626 "open-metrics-client",4627]46284629[[package]]4630name = "libp2p-mplex"4631version = "0.30.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4634dependencies = [4635 "asynchronous-codec 0.6.0",4636 "bytes 1.1.0",4637 "futures 0.3.21",4638 "libp2p-core",4639 "log",4640 "nohash-hasher",4641 "parking_lot 0.11.2",4642 "rand 0.7.3",4643 "smallvec",4644 "unsigned-varint 0.7.1",4645]46464647[[package]]4648name = "libp2p-noise"4649version = "0.33.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4652dependencies = [4653 "bytes 1.1.0",4654 "curve25519-dalek 3.2.0",4655 "futures 0.3.21",4656 "lazy_static",4657 "libp2p-core",4658 "log",4659 "prost",4660 "prost-build",4661 "rand 0.8.5",4662 "sha2 0.9.9",4663 "snow",4664 "static_assertions",4665 "x25519-dalek",4666 "zeroize",4667]46684669[[package]]4670name = "libp2p-ping"4671version = "0.31.0"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4674dependencies = [4675 "futures 0.3.21",4676 "libp2p-core",4677 "libp2p-swarm",4678 "log",4679 "rand 0.7.3",4680 "void",4681 "wasm-timer",4682]46834684[[package]]4685name = "libp2p-plaintext"4686version = "0.30.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4689dependencies = [4690 "asynchronous-codec 0.6.0",4691 "bytes 1.1.0",4692 "futures 0.3.21",4693 "libp2p-core",4694 "log",4695 "prost",4696 "prost-build",4697 "unsigned-varint 0.7.1",4698 "void",4699]47004701[[package]]4702name = "libp2p-pnet"4703version = "0.22.0"4704source = "registry+https://github.com/rust-lang/crates.io-index"4705checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4706dependencies = [4707 "futures 0.3.21",4708 "log",4709 "pin-project 1.0.10",4710 "rand 0.7.3",4711 "salsa20",4712 "sha3 0.9.1",4713]47144715[[package]]4716name = "libp2p-relay"4717version = "0.4.0"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4720dependencies = [4721 "asynchronous-codec 0.6.0",4722 "bytes 1.1.0",4723 "futures 0.3.21",4724 "futures-timer",4725 "libp2p-core",4726 "libp2p-swarm",4727 "log",4728 "pin-project 1.0.10",4729 "prost",4730 "prost-build",4731 "rand 0.7.3",4732 "smallvec",4733 "unsigned-varint 0.7.1",4734 "void",4735 "wasm-timer",4736]47374738[[package]]4739name = "libp2p-rendezvous"4740version = "0.1.0"4741source = "registry+https://github.com/rust-lang/crates.io-index"4742checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4743dependencies = [4744 "asynchronous-codec 0.6.0",4745 "bimap",4746 "futures 0.3.21",4747 "libp2p-core",4748 "libp2p-swarm",4749 "log",4750 "prost",4751 "prost-build",4752 "rand 0.8.5",4753 "sha2 0.9.9",4754 "thiserror",4755 "unsigned-varint 0.7.1",4756 "void",4757 "wasm-timer",4758]47594760[[package]]4761name = "libp2p-request-response"4762version = "0.13.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4765dependencies = [4766 "async-trait",4767 "bytes 1.1.0",4768 "futures 0.3.21",4769 "libp2p-core",4770 "libp2p-swarm",4771 "log",4772 "lru 0.7.3",4773 "rand 0.7.3",4774 "smallvec",4775 "unsigned-varint 0.7.1",4776 "wasm-timer",4777]47784779[[package]]4780name = "libp2p-swarm"4781version = "0.31.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4784dependencies = [4785 "either",4786 "futures 0.3.21",4787 "libp2p-core",4788 "log",4789 "rand 0.7.3",4790 "smallvec",4791 "void",4792 "wasm-timer",4793]47944795[[package]]4796name = "libp2p-swarm-derive"4797version = "0.25.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4800dependencies = [4801 "quote",4802 "syn",4803]48044805[[package]]4806name = "libp2p-tcp"4807version = "0.30.0"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4810dependencies = [4811 "async-io",4812 "futures 0.3.21",4813 "futures-timer",4814 "if-watch",4815 "ipnet",4816 "libc",4817 "libp2p-core",4818 "log",4819 "socket2 0.4.4",4820]48214822[[package]]4823name = "libp2p-uds"4824version = "0.30.0"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4827dependencies = [4828 "async-std",4829 "futures 0.3.21",4830 "libp2p-core",4831 "log",4832]48334834[[package]]4835name = "libp2p-wasm-ext"4836version = "0.30.0"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4839dependencies = [4840 "futures 0.3.21",4841 "js-sys",4842 "libp2p-core",4843 "parity-send-wrapper",4844 "wasm-bindgen",4845 "wasm-bindgen-futures",4846]48474848[[package]]4849name = "libp2p-websocket"4850version = "0.31.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4853dependencies = [4854 "either",4855 "futures 0.3.21",4856 "futures-rustls",4857 "libp2p-core",4858 "log",4859 "quicksink",4860 "rw-stream-sink",4861 "soketto",4862 "url 2.2.2",4863 "webpki-roots 0.21.1",4864]48654866[[package]]4867name = "libp2p-yamux"4868version = "0.34.0"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4871dependencies = [4872 "futures 0.3.21",4873 "libp2p-core",4874 "parking_lot 0.11.2",4875 "thiserror",4876 "yamux",4877]48784879[[package]]4880name = "librocksdb-sys"4881version = "0.6.1+6.28.2"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4884dependencies = [4885 "bindgen",4886 "bzip2-sys",4887 "cc",4888 "glob",4889 "libc",4890 "libz-sys",4891 "tikv-jemalloc-sys",4892]48934894[[package]]4895name = "libsecp256k1"4896version = "0.3.5"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4899dependencies = [4900 "arrayref",4901 "crunchy",4902 "digest 0.8.1",4903 "hmac-drbg 0.2.0",4904 "rand 0.7.3",4905 "sha2 0.8.2",4906 "subtle 2.4.1",4907 "typenum",4908]49094910[[package]]4911name = "libsecp256k1"4912version = "0.7.0"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4915dependencies = [4916 "arrayref",4917 "base64",4918 "digest 0.9.0",4919 "hmac-drbg 0.3.0",4920 "libsecp256k1-core",4921 "libsecp256k1-gen-ecmult",4922 "libsecp256k1-gen-genmult",4923 "rand 0.8.5",4924 "serde",4925 "sha2 0.9.9",4926 "typenum",4927]49284929[[package]]4930name = "libsecp256k1-core"4931version = "0.3.0"4932source = "registry+https://github.com/rust-lang/crates.io-index"4933checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4934dependencies = [4935 "crunchy",4936 "digest 0.9.0",4937 "subtle 2.4.1",4938]49394940[[package]]4941name = "libsecp256k1-gen-ecmult"4942version = "0.3.0"4943source = "registry+https://github.com/rust-lang/crates.io-index"4944checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4945dependencies = [4946 "libsecp256k1-core",4947]49484949[[package]]4950name = "libsecp256k1-gen-genmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libz-sys"4960version = "1.1.5"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4963dependencies = [4964 "cc",4965 "pkg-config",4966 "vcpkg",4967]49684969[[package]]4970name = "linked-hash-map"4971version = "0.5.4"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49744975[[package]]4976name = "linked_hash_set"4977version = "0.1.4"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4980dependencies = [4981 "linked-hash-map",4982]49834984[[package]]4985name = "linregress"4986version = "0.4.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4989dependencies = [4990 "nalgebra",4991 "statrs",4992]49934994[[package]]4995name = "linux-raw-sys"4996version = "0.0.36"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"49995000[[package]]5001name = "lock_api"5002version = "0.4.6"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5005dependencies = [5006 "scopeguard",5007]50085009[[package]]5010name = "log"5011version = "0.4.16"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5014dependencies = [5015 "cfg-if 1.0.0",5016 "value-bag",5017]50185019[[package]]5020name = "lru"5021version = "0.6.6"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5024dependencies = [5025 "hashbrown 0.11.2",5026]50275028[[package]]5029name = "lru"5030version = "0.7.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5033dependencies = [5034 "hashbrown 0.11.2",5035]50365037[[package]]5038name = "lru-cache"5039version = "0.1.2"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5042dependencies = [5043 "linked-hash-map",5044]50455046[[package]]5047name = "lz4"5048version = "1.23.3"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5051dependencies = [5052 "libc",5053 "lz4-sys",5054]50555056[[package]]5057name = "lz4-sys"5058version = "1.9.3"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5061dependencies = [5062 "cc",5063 "libc",5064]50655066[[package]]5067name = "mach"5068version = "0.3.2"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5071dependencies = [5072 "libc",5073]50745075[[package]]5076name = "maplit"5077version = "1.0.2"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50805081[[package]]5082name = "match_cfg"5083version = "0.1.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50865087[[package]]5088name = "matchers"5089version = "0.0.1"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5092dependencies = [5093 "regex-automata",5094]50955096[[package]]5097name = "matches"5098version = "0.1.9"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51015102[[package]]5103name = "matrixmultiply"5104version = "0.3.2"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5107dependencies = [5108 "rawpointer",5109]51105111[[package]]5112name = "memchr"5113version = "2.4.1"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51165117[[package]]5118name = "memmap2"5119version = "0.2.3"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5122dependencies = [5123 "libc",5124]51255126[[package]]5127name = "memmap2"5128version = "0.5.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5131dependencies = [5132 "libc",5133]51345135[[package]]5136name = "memoffset"5137version = "0.6.5"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5140dependencies = [5141 "autocfg",5142]51435144[[package]]5145name = "memory-db"5146version = "0.29.0"5147source = "registry+https://github.com/rust-lang/crates.io-index"5148checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5149dependencies = [5150 "hash-db",5151 "hashbrown 0.12.0",5152 "parity-util-mem",5153]51545155[[package]]5156name = "memory-lru"5157version = "0.1.0"5158source = "registry+https://github.com/rust-lang/crates.io-index"5159checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5160dependencies = [5161 "lru 0.6.6",5162]51635164[[package]]5165name = "memory_units"5166version = "0.3.0"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51695170[[package]]5171name = "merlin"5172version = "2.0.1"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5175dependencies = [5176 "byteorder",5177 "keccak",5178 "rand_core 0.5.1",5179 "zeroize",5180]51815182[[package]]5183name = "metered-channel"5184version = "0.9.18"5185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5186dependencies = [5187 "derive_more",5188 "futures 0.3.21",5189 "futures-timer",5190 "thiserror",5191 "tracing",5192]51935194[[package]]5195name = "mick-jaeger"5196version = "0.1.8"5197source = "registry+https://github.com/rust-lang/crates.io-index"5198checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5199dependencies = [5200 "futures 0.3.21",5201 "rand 0.8.5",5202 "thrift",5203]52045205[[package]]5206name = "minimal-lexical"5207version = "0.2.1"5208source = "registry+https://github.com/rust-lang/crates.io-index"5209checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52105211[[package]]5212name = "miniz_oxide"5213version = "0.4.4"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5216dependencies = [5217 "adler",5218 "autocfg",5219]52205221[[package]]5222name = "mio"5223version = "0.6.23"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5226dependencies = [5227 "cfg-if 0.1.10",5228 "fuchsia-zircon",5229 "fuchsia-zircon-sys",5230 "iovec",5231 "kernel32-sys",5232 "libc",5233 "log",5234 "miow 0.2.2",5235 "net2",5236 "slab",5237 "winapi 0.2.8",5238]52395240[[package]]5241name = "mio"5242version = "0.8.2"5243source = "registry+https://github.com/rust-lang/crates.io-index"5244checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5245dependencies = [5246 "libc",5247 "log",5248 "miow 0.3.7",5249 "ntapi",5250 "wasi 0.11.0+wasi-snapshot-preview1",5251 "winapi 0.3.9",5252]52535254[[package]]5255name = "mio-extras"5256version = "2.0.6"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5259dependencies = [5260 "lazycell",5261 "log",5262 "mio 0.6.23",5263 "slab",5264]52655266[[package]]5267name = "miow"5268version = "0.2.2"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5271dependencies = [5272 "kernel32-sys",5273 "net2",5274 "winapi 0.2.8",5275 "ws2_32-sys",5276]52775278[[package]]5279name = "miow"5280version = "0.3.7"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5283dependencies = [5284 "winapi 0.3.9",5285]52865287[[package]]5288name = "more-asserts"5289version = "0.2.2"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"52925293[[package]]5294name = "multiaddr"5295version = "0.13.0"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5298dependencies = [5299 "arrayref",5300 "bs58",5301 "byteorder",5302 "data-encoding",5303 "multihash 0.14.0",5304 "percent-encoding 2.1.0",5305 "serde",5306 "static_assertions",5307 "unsigned-varint 0.7.1",5308 "url 2.2.2",5309]53105311[[package]]5312name = "multibase"5313version = "0.8.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5316dependencies = [5317 "base-x",5318 "data-encoding",5319 "data-encoding-macro",5320]53215322[[package]]5323name = "multihash"5324version = "0.13.2"5325source = "registry+https://github.com/rust-lang/crates.io-index"5326checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5327dependencies = [5328 "blake2b_simd",5329 "blake2s_simd",5330 "blake3 0.3.8",5331 "digest 0.9.0",5332 "generic-array 0.14.5",5333 "multihash-derive",5334 "sha2 0.9.9",5335 "sha3 0.9.1",5336 "unsigned-varint 0.5.1",5337]53385339[[package]]5340name = "multihash"5341version = "0.14.0"5342source = "registry+https://github.com/rust-lang/crates.io-index"5343checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5344dependencies = [5345 "digest 0.9.0",5346 "generic-array 0.14.5",5347 "multihash-derive",5348 "sha2 0.9.9",5349 "unsigned-varint 0.7.1",5350]53515352[[package]]5353name = "multihash-derive"5354version = "0.7.2"5355source = "registry+https://github.com/rust-lang/crates.io-index"5356checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5357dependencies = [5358 "proc-macro-crate 1.1.3",5359 "proc-macro-error",5360 "proc-macro2",5361 "quote",5362 "syn",5363 "synstructure",5364]53655366[[package]]5367name = "multimap"5368version = "0.8.3"5369source = "registry+https://github.com/rust-lang/crates.io-index"5370checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53715372[[package]]5373name = "multistream-select"5374version = "0.10.4"5375source = "registry+https://github.com/rust-lang/crates.io-index"5376checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5377dependencies = [5378 "bytes 1.1.0",5379 "futures 0.3.21",5380 "log",5381 "pin-project 1.0.10",5382 "smallvec",5383 "unsigned-varint 0.7.1",5384]53855386[[package]]5387name = "nalgebra"5388version = "0.27.1"5389source = "registry+https://github.com/rust-lang/crates.io-index"5390checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5391dependencies = [5392 "approx",5393 "matrixmultiply",5394 "nalgebra-macros",5395 "num-complex",5396 "num-rational 0.4.0",5397 "num-traits",5398 "rand 0.8.5",5399 "rand_distr",5400 "simba",5401 "typenum",5402]54035404[[package]]5405name = "nalgebra-macros"5406version = "0.1.0"5407source = "registry+https://github.com/rust-lang/crates.io-index"5408checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5409dependencies = [5410 "proc-macro2",5411 "quote",5412 "syn",5413]54145415[[package]]5416name = "names"5417version = "0.12.0"5418source = "registry+https://github.com/rust-lang/crates.io-index"5419checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5420dependencies = [5421 "rand 0.8.5",5422]54235424[[package]]5425name = "net2"5426version = "0.2.37"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5429dependencies = [5430 "cfg-if 0.1.10",5431 "libc",5432 "winapi 0.3.9",5433]54345435[[package]]5436name = "nodrop"5437version = "0.1.14"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54405441[[package]]5442name = "nohash-hasher"5443version = "0.2.0"5444source = "registry+https://github.com/rust-lang/crates.io-index"5445checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54465447[[package]]5448name = "nom"5449version = "7.1.1"5450source = "registry+https://github.com/rust-lang/crates.io-index"5451checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5452dependencies = [5453 "memchr",5454 "minimal-lexical",5455]54565457[[package]]5458name = "ntapi"5459version = "0.3.7"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5462dependencies = [5463 "winapi 0.3.9",5464]54655466[[package]]5467name = "num-bigint"5468version = "0.2.6"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5471dependencies = [5472 "autocfg",5473 "num-integer",5474 "num-traits",5475]54765477[[package]]5478name = "num-complex"5479version = "0.4.0"5480source = "registry+https://github.com/rust-lang/crates.io-index"5481checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5482dependencies = [5483 "num-traits",5484]54855486[[package]]5487name = "num-format"5488version = "0.4.0"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5491dependencies = [5492 "arrayvec 0.4.12",5493 "itoa 0.4.8",5494]54955496[[package]]5497name = "num-integer"5498version = "0.1.44"5499source = "registry+https://github.com/rust-lang/crates.io-index"5500checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5501dependencies = [5502 "autocfg",5503 "num-traits",5504]55055506[[package]]5507name = "num-rational"5508version = "0.2.4"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5511dependencies = [5512 "autocfg",5513 "num-bigint",5514 "num-integer",5515 "num-traits",5516]55175518[[package]]5519name = "num-rational"5520version = "0.4.0"5521source = "registry+https://github.com/rust-lang/crates.io-index"5522checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5523dependencies = [5524 "autocfg",5525 "num-integer",5526 "num-traits",5527]55285529[[package]]5530name = "num-traits"5531version = "0.2.14"5532source = "registry+https://github.com/rust-lang/crates.io-index"5533checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5534dependencies = [5535 "autocfg",5536 "libm",5537]55385539[[package]]5540name = "num_cpus"5541version = "1.13.1"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5544dependencies = [5545 "hermit-abi",5546 "libc",5547]55485549[[package]]5550name = "object"5551version = "0.27.1"5552source = "registry+https://github.com/rust-lang/crates.io-index"5553checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5554dependencies = [5555 "crc32fast",5556 "indexmap",5557 "memchr",5558]55595560[[package]]5561name = "once_cell"5562version = "1.10.0"5563source = "registry+https://github.com/rust-lang/crates.io-index"5564checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55655566[[package]]5567name = "opal-runtime"5568version = "0.9.18"5569dependencies = [5570 "cumulus-pallet-aura-ext",5571 "cumulus-pallet-dmp-queue",5572 "cumulus-pallet-parachain-system",5573 "cumulus-pallet-xcm",5574 "cumulus-pallet-xcmp-queue",5575 "cumulus-primitives-core",5576 "cumulus-primitives-timestamp",5577 "cumulus-primitives-utility",5578 "derivative",5579 "fp-rpc",5580 "fp-self-contained",5581 "frame-benchmarking",5582 "frame-executive",5583 "frame-support",5584 "frame-system",5585 "frame-system-benchmarking",5586 "frame-system-rpc-runtime-api",5587 "hex-literal",5588 "orml-vesting",5589 "pallet-aura",5590 "pallet-balances",5591 "pallet-base-fee",5592 "pallet-common",5593 "pallet-ethereum",5594 "pallet-evm",5595 "pallet-evm-coder-substrate",5596 "pallet-evm-contract-helpers",5597 "pallet-evm-migration",5598 "pallet-evm-transaction-payment",5599 "pallet-fungible",5600 "pallet-inflation",5601 "pallet-nonfungible",5602 "pallet-randomness-collective-flip",5603 "pallet-refungible",5604 "pallet-sudo",5605 "pallet-template-transaction-payment",5606 "pallet-timestamp",5607 "pallet-transaction-payment",5608 "pallet-transaction-payment-rpc-runtime-api",5609 "pallet-treasury",5610 "pallet-unique",5611 "pallet-unq-scheduler",5612 "pallet-xcm",5613 "parachain-info",5614 "parity-scale-codec",5615 "polkadot-parachain",5616 "scale-info",5617 "serde",5618 "smallvec",5619 "sp-api",5620 "sp-arithmetic",5621 "sp-block-builder",5622 "sp-consensus-aura",5623 "sp-core",5624 "sp-inherents",5625 "sp-io",5626 "sp-offchain",5627 "sp-runtime",5628 "sp-session",5629 "sp-std",5630 "sp-transaction-pool",5631 "sp-version",5632 "substrate-wasm-builder",5633 "unique-runtime-common",5634 "up-data-structs",5635 "up-evm-mapping",5636 "up-rpc",5637 "xcm",5638 "xcm-builder",5639 "xcm-executor",5640]56415642[[package]]5643name = "opaque-debug"5644version = "0.2.3"5645source = "registry+https://github.com/rust-lang/crates.io-index"5646checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56475648[[package]]5649name = "opaque-debug"5650version = "0.3.0"5651source = "registry+https://github.com/rust-lang/crates.io-index"5652checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56535654[[package]]5655name = "open-metrics-client"5656version = "0.12.0"5657source = "registry+https://github.com/rust-lang/crates.io-index"5658checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5659dependencies = [5660 "dtoa",5661 "itoa 0.4.8",5662 "open-metrics-client-derive-text-encode",5663 "owning_ref",5664]56655666[[package]]5667name = "open-metrics-client-derive-text-encode"5668version = "0.1.1"5669source = "registry+https://github.com/rust-lang/crates.io-index"5670checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5671dependencies = [5672 "proc-macro2",5673 "quote",5674 "syn",5675]56765677[[package]]5678name = "openssl-probe"5679version = "0.1.5"5680source = "registry+https://github.com/rust-lang/crates.io-index"5681checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56825683[[package]]5684name = "ordered-float"5685version = "1.1.1"5686source = "registry+https://github.com/rust-lang/crates.io-index"5687checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5688dependencies = [5689 "num-traits",5690]56915692[[package]]5693name = "orml-vesting"5694version = "0.4.1-dev"5695source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5696dependencies = [5697 "frame-support",5698 "frame-system",5699 "parity-scale-codec",5700 "scale-info",5701 "serde",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705]57065707[[package]]5708name = "os_str_bytes"5709version = "6.0.0"5710source = "registry+https://github.com/rust-lang/crates.io-index"5711checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5712dependencies = [5713 "memchr",5714]57155716[[package]]5717name = "owning_ref"5718version = "0.4.1"5719source = "registry+https://github.com/rust-lang/crates.io-index"5720checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5721dependencies = [5722 "stable_deref_trait",5723]57245725[[package]]5726name = "pallet-aura"5727version = "4.0.0-dev"5728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5729dependencies = [5730 "frame-support",5731 "frame-system",5732 "pallet-timestamp",5733 "parity-scale-codec",5734 "scale-info",5735 "sp-application-crypto",5736 "sp-consensus-aura",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-authority-discovery"5743version = "4.0.0-dev"5744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5745dependencies = [5746 "frame-support",5747 "frame-system",5748 "pallet-session",5749 "parity-scale-codec",5750 "scale-info",5751 "sp-application-crypto",5752 "sp-authority-discovery",5753 "sp-runtime",5754 "sp-std",5755]57565757[[package]]5758name = "pallet-authorship"5759version = "4.0.0-dev"5760source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5761dependencies = [5762 "frame-support",5763 "frame-system",5764 "impl-trait-for-tuples",5765 "parity-scale-codec",5766 "scale-info",5767 "sp-authorship",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-babe"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5776dependencies = [5777 "frame-benchmarking",5778 "frame-support",5779 "frame-system",5780 "log",5781 "pallet-authorship",5782 "pallet-session",5783 "pallet-timestamp",5784 "parity-scale-codec",5785 "scale-info",5786 "sp-application-crypto",5787 "sp-consensus-babe",5788 "sp-consensus-vrf",5789 "sp-io",5790 "sp-runtime",5791 "sp-session",5792 "sp-staking",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-bags-list"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5800dependencies = [5801 "frame-benchmarking",5802 "frame-election-provider-support",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-balances",5807 "parity-scale-codec",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813 "sp-tracing",5814]58155816[[package]]5817name = "pallet-balances"5818version = "4.0.0-dev"5819source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5820dependencies = [5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec",5826 "scale-info",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-base-fee"5833version = "1.0.0"5834source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5835dependencies = [5836 "frame-support",5837 "frame-system",5838 "pallet-evm",5839 "parity-scale-codec",5840 "scale-info",5841 "serde",5842 "sp-core",5843 "sp-runtime",5844]58455846[[package]]5847name = "pallet-beefy"5848version = "4.0.0-dev"5849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5850dependencies = [5851 "beefy-primitives",5852 "frame-support",5853 "frame-system",5854 "pallet-session",5855 "parity-scale-codec",5856 "scale-info",5857 "serde",5858 "sp-runtime",5859 "sp-std",5860]58615862[[package]]5863name = "pallet-beefy-mmr"5864version = "4.0.0-dev"5865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5866dependencies = [5867 "beefy-merkle-tree",5868 "beefy-primitives",5869 "frame-support",5870 "frame-system",5871 "hex",5872 "k256",5873 "log",5874 "pallet-beefy",5875 "pallet-mmr",5876 "pallet-mmr-primitives",5877 "pallet-session",5878 "parity-scale-codec",5879 "scale-info",5880 "serde",5881 "sp-core",5882 "sp-io",5883 "sp-runtime",5884 "sp-std",5885]58865887[[package]]5888name = "pallet-bounties"5889version = "4.0.0-dev"5890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5891dependencies = [5892 "frame-benchmarking",5893 "frame-support",5894 "frame-system",5895 "log",5896 "pallet-treasury",5897 "parity-scale-codec",5898 "scale-info",5899 "sp-core",5900 "sp-io",5901 "sp-runtime",5902 "sp-std",5903]59045905[[package]]5906name = "pallet-bridge-dispatch"5907version = "0.1.0"5908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5909dependencies = [5910 "bp-message-dispatch",5911 "bp-runtime",5912 "frame-support",5913 "frame-system",5914 "log",5915 "parity-scale-codec",5916 "scale-info",5917 "sp-core",5918 "sp-runtime",5919 "sp-std",5920]59215922[[package]]5923name = "pallet-bridge-grandpa"5924version = "0.1.0"5925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5926dependencies = [5927 "bp-header-chain",5928 "bp-runtime",5929 "bp-test-utils",5930 "finality-grandpa",5931 "frame-support",5932 "frame-system",5933 "log",5934 "num-traits",5935 "parity-scale-codec",5936 "scale-info",5937 "serde",5938 "sp-finality-grandpa",5939 "sp-runtime",5940 "sp-std",5941 "sp-trie",5942]59435944[[package]]5945name = "pallet-bridge-messages"5946version = "0.1.0"5947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5948dependencies = [5949 "bitvec",5950 "bp-message-dispatch",5951 "bp-messages",5952 "bp-runtime",5953 "frame-support",5954 "frame-system",5955 "log",5956 "num-traits",5957 "parity-scale-codec",5958 "scale-info",5959 "serde",5960 "sp-core",5961 "sp-runtime",5962 "sp-std",5963]59645965[[package]]5966name = "pallet-collective"5967version = "4.0.0-dev"5968source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5969dependencies = [5970 "frame-benchmarking",5971 "frame-support",5972 "frame-system",5973 "log",5974 "parity-scale-codec",5975 "scale-info",5976 "sp-core",5977 "sp-io",5978 "sp-runtime",5979 "sp-std",5980]59815982[[package]]5983name = "pallet-common"5984version = "0.1.0"5985dependencies = [5986 "evm-coder",5987 "frame-support",5988 "frame-system",5989 "pallet-evm",5990 "pallet-evm-coder-substrate",5991 "parity-scale-codec",5992 "scale-info",5993 "serde",5994 "sp-core",5995 "sp-runtime",5996 "sp-std",5997 "up-data-structs",5998 "up-evm-mapping",5999]60006001[[package]]6002name = "pallet-democracy"6003version = "4.0.0-dev"6004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6005dependencies = [6006 "frame-benchmarking",6007 "frame-support",6008 "frame-system",6009 "parity-scale-codec",6010 "scale-info",6011 "serde",6012 "sp-io",6013 "sp-runtime",6014 "sp-std",6015]60166017[[package]]6018name = "pallet-election-provider-multi-phase"6019version = "4.0.0-dev"6020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6021dependencies = [6022 "frame-benchmarking",6023 "frame-election-provider-support",6024 "frame-support",6025 "frame-system",6026 "log",6027 "parity-scale-codec",6028 "rand 0.7.3",6029 "scale-info",6030 "sp-arithmetic",6031 "sp-core",6032 "sp-io",6033 "sp-npos-elections",6034 "sp-runtime",6035 "sp-std",6036 "static_assertions",6037 "strum 0.23.0",6038]60396040[[package]]6041name = "pallet-elections-phragmen"6042version = "5.0.0-dev"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6044dependencies = [6045 "frame-benchmarking",6046 "frame-support",6047 "frame-system",6048 "log",6049 "parity-scale-codec",6050 "scale-info",6051 "sp-core",6052 "sp-io",6053 "sp-npos-elections",6054 "sp-runtime",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-ethereum"6060version = "4.0.0-dev"6061source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6062dependencies = [6063 "ethereum",6064 "ethereum-types",6065 "evm",6066 "fp-consensus",6067 "fp-evm",6068 "fp-rpc",6069 "fp-self-contained",6070 "fp-storage",6071 "frame-support",6072 "frame-system",6073 "log",6074 "pallet-balances",6075 "pallet-evm",6076 "pallet-timestamp",6077 "parity-scale-codec",6078 "rlp",6079 "rustc-hex",6080 "scale-info",6081 "serde",6082 "sha3 0.8.2",6083 "sp-io",6084 "sp-runtime",6085 "sp-std",6086]60876088[[package]]6089name = "pallet-evm"6090version = "6.0.0-dev"6091source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6092dependencies = [6093 "evm",6094 "evm-gasometer",6095 "evm-runtime",6096 "fp-evm",6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "hex",6101 "impl-trait-for-tuples",6102 "log",6103 "pallet-balances",6104 "pallet-timestamp",6105 "parity-scale-codec",6106 "primitive-types",6107 "rlp",6108 "scale-info",6109 "serde",6110 "sha3 0.8.2",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-evm-coder-substrate"6119version = "0.1.0"6120dependencies = [6121 "ethereum",6122 "evm-coder",6123 "frame-benchmarking",6124 "frame-support",6125 "frame-system",6126 "pallet-ethereum",6127 "pallet-evm",6128 "parity-scale-codec",6129 "scale-info",6130 "sp-core",6131 "sp-std",6132]61336134[[package]]6135name = "pallet-evm-contract-helpers"6136version = "0.1.0"6137dependencies = [6138 "evm-coder",6139 "frame-support",6140 "frame-system",6141 "log",6142 "pallet-evm",6143 "pallet-evm-coder-substrate",6144 "parity-scale-codec",6145 "scale-info",6146 "sp-core",6147 "sp-runtime",6148 "sp-std",6149 "up-sponsorship",6150]61516152[[package]]6153name = "pallet-evm-migration"6154version = "0.1.0"6155dependencies = [6156 "fp-evm",6157 "frame-benchmarking",6158 "frame-support",6159 "frame-system",6160 "pallet-evm",6161 "parity-scale-codec",6162 "scale-info",6163 "sp-core",6164 "sp-io",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-evm-transaction-payment"6171version = "0.1.0"6172dependencies = [6173 "fp-evm",6174 "frame-support",6175 "frame-system",6176 "pallet-ethereum",6177 "pallet-evm",6178 "parity-scale-codec",6179 "scale-info",6180 "sp-core",6181 "sp-io",6182 "sp-runtime",6183 "sp-std",6184 "up-evm-mapping",6185 "up-sponsorship",6186]61876188[[package]]6189name = "pallet-fungible"6190version = "0.1.0"6191dependencies = [6192 "ethereum",6193 "evm-coder",6194 "frame-benchmarking",6195 "frame-support",6196 "frame-system",6197 "pallet-common",6198 "pallet-evm-coder-substrate",6199 "parity-scale-codec",6200 "scale-info",6201 "sp-core",6202 "sp-runtime",6203 "sp-std",6204 "up-data-structs",6205]62066207[[package]]6208name = "pallet-gilt"6209version = "4.0.0-dev"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6211dependencies = [6212 "frame-benchmarking",6213 "frame-support",6214 "frame-system",6215 "parity-scale-codec",6216 "scale-info",6217 "sp-arithmetic",6218 "sp-runtime",6219 "sp-std",6220]62216222[[package]]6223name = "pallet-grandpa"6224version = "4.0.0-dev"6225source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6226dependencies = [6227 "frame-benchmarking",6228 "frame-support",6229 "frame-system",6230 "log",6231 "pallet-authorship",6232 "pallet-session",6233 "parity-scale-codec",6234 "scale-info",6235 "sp-application-crypto",6236 "sp-core",6237 "sp-finality-grandpa",6238 "sp-io",6239 "sp-runtime",6240 "sp-session",6241 "sp-staking",6242 "sp-std",6243]62446245[[package]]6246name = "pallet-identity"6247version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6249dependencies = [6250 "enumflags2",6251 "frame-benchmarking",6252 "frame-support",6253 "frame-system",6254 "parity-scale-codec",6255 "scale-info",6256 "sp-io",6257 "sp-runtime",6258 "sp-std",6259]62606261[[package]]6262name = "pallet-im-online"6263version = "4.0.0-dev"6264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6265dependencies = [6266 "frame-benchmarking",6267 "frame-support",6268 "frame-system",6269 "log",6270 "pallet-authorship",6271 "parity-scale-codec",6272 "scale-info",6273 "sp-application-crypto",6274 "sp-core",6275 "sp-io",6276 "sp-runtime",6277 "sp-staking",6278 "sp-std",6279]62806281[[package]]6282name = "pallet-indices"6283version = "4.0.0-dev"6284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6285dependencies = [6286 "frame-benchmarking",6287 "frame-support",6288 "frame-system",6289 "parity-scale-codec",6290 "scale-info",6291 "sp-core",6292 "sp-io",6293 "sp-keyring",6294 "sp-runtime",6295 "sp-std",6296]62976298[[package]]6299name = "pallet-inflation"6300version = "0.1.0"6301dependencies = [6302 "frame-benchmarking",6303 "frame-support",6304 "frame-system",6305 "pallet-balances",6306 "pallet-randomness-collective-flip",6307 "pallet-timestamp",6308 "parity-scale-codec",6309 "scale-info",6310 "serde",6311 "sp-core",6312 "sp-io",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-membership"6319version = "4.0.0-dev"6320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6321dependencies = [6322 "frame-benchmarking",6323 "frame-support",6324 "frame-system",6325 "log",6326 "parity-scale-codec",6327 "scale-info",6328 "sp-core",6329 "sp-io",6330 "sp-runtime",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-mmr"6336version = "4.0.0-dev"6337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6338dependencies = [6339 "ckb-merkle-mountain-range",6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "pallet-mmr-primitives",6344 "parity-scale-codec",6345 "scale-info",6346 "sp-core",6347 "sp-io",6348 "sp-runtime",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-mmr-primitives"6354version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6356dependencies = [6357 "frame-support",6358 "frame-system",6359 "log",6360 "parity-scale-codec",6361 "serde",6362 "sp-api",6363 "sp-core",6364 "sp-runtime",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-mmr-rpc"6370version = "3.0.0"6371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6372dependencies = [6373 "jsonrpc-core",6374 "jsonrpc-core-client",6375 "jsonrpc-derive",6376 "pallet-mmr-primitives",6377 "parity-scale-codec",6378 "serde",6379 "sp-api",6380 "sp-blockchain",6381 "sp-core",6382 "sp-runtime",6383]63846385[[package]]6386name = "pallet-multisig"6387version = "4.0.0-dev"6388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6389dependencies = [6390 "frame-benchmarking",6391 "frame-support",6392 "frame-system",6393 "parity-scale-codec",6394 "scale-info",6395 "sp-io",6396 "sp-runtime",6397 "sp-std",6398]63996400[[package]]6401name = "pallet-nicks"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "parity-scale-codec",6408 "scale-info",6409 "sp-io",6410 "sp-runtime",6411 "sp-std",6412]64136414[[package]]6415name = "pallet-nonfungible"6416version = "0.1.0"6417dependencies = [6418 "ethereum",6419 "evm-coder",6420 "frame-benchmarking",6421 "frame-support",6422 "frame-system",6423 "pallet-common",6424 "pallet-evm-coder-substrate",6425 "parity-scale-codec",6426 "scale-info",6427 "sp-core",6428 "sp-runtime",6429 "sp-std",6430 "up-data-structs",6431]64326433[[package]]6434name = "pallet-offences"6435version = "4.0.0-dev"6436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6437dependencies = [6438 "frame-support",6439 "frame-system",6440 "log",6441 "pallet-balances",6442 "parity-scale-codec",6443 "scale-info",6444 "serde",6445 "sp-runtime",6446 "sp-staking",6447 "sp-std",6448]64496450[[package]]6451name = "pallet-offences-benchmarking"6452version = "4.0.0-dev"6453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6454dependencies = [6455 "frame-benchmarking",6456 "frame-election-provider-support",6457 "frame-support",6458 "frame-system",6459 "pallet-babe",6460 "pallet-balances",6461 "pallet-grandpa",6462 "pallet-im-online",6463 "pallet-offences",6464 "pallet-session",6465 "pallet-staking",6466 "parity-scale-codec",6467 "scale-info",6468 "sp-runtime",6469 "sp-staking",6470 "sp-std",6471]64726473[[package]]6474name = "pallet-preimage"6475version = "4.0.0-dev"6476source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6477dependencies = [6478 "frame-benchmarking",6479 "frame-support",6480 "frame-system",6481 "parity-scale-codec",6482 "scale-info",6483 "sp-core",6484 "sp-io",6485 "sp-runtime",6486 "sp-std",6487]64886489[[package]]6490name = "pallet-proxy"6491version = "4.0.0-dev"6492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6493dependencies = [6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "parity-scale-codec",6498 "scale-info",6499 "sp-io",6500 "sp-runtime",6501 "sp-std",6502]65036504[[package]]6505name = "pallet-randomness-collective-flip"6506version = "4.0.0-dev"6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6508dependencies = [6509 "frame-support",6510 "frame-system",6511 "parity-scale-codec",6512 "safe-mix",6513 "scale-info",6514 "sp-runtime",6515 "sp-std",6516]65176518[[package]]6519name = "pallet-recovery"6520version = "4.0.0-dev"6521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6522dependencies = [6523 "frame-support",6524 "frame-system",6525 "parity-scale-codec",6526 "scale-info",6527 "sp-io",6528 "sp-runtime",6529 "sp-std",6530]65316532[[package]]6533name = "pallet-refungible"6534version = "0.1.0"6535dependencies = [6536 "frame-benchmarking",6537 "frame-support",6538 "frame-system",6539 "pallet-common",6540 "parity-scale-codec",6541 "scale-info",6542 "sp-core",6543 "sp-runtime",6544 "sp-std",6545 "up-data-structs",6546]65476548[[package]]6549name = "pallet-scheduler"6550version = "4.0.0-dev"6551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6552dependencies = [6553 "frame-benchmarking",6554 "frame-support",6555 "frame-system",6556 "log",6557 "parity-scale-codec",6558 "scale-info",6559 "sp-io",6560 "sp-runtime",6561 "sp-std",6562]65636564[[package]]6565name = "pallet-session"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6568dependencies = [6569 "frame-support",6570 "frame-system",6571 "impl-trait-for-tuples",6572 "log",6573 "pallet-timestamp",6574 "parity-scale-codec",6575 "scale-info",6576 "sp-core",6577 "sp-io",6578 "sp-runtime",6579 "sp-session",6580 "sp-staking",6581 "sp-std",6582 "sp-trie",6583]65846585[[package]]6586name = "pallet-session-benchmarking"6587version = "4.0.0-dev"6588source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6589dependencies = [6590 "frame-benchmarking",6591 "frame-support",6592 "frame-system",6593 "pallet-session",6594 "pallet-staking",6595 "rand 0.7.3",6596 "sp-runtime",6597 "sp-session",6598 "sp-std",6599]66006601[[package]]6602name = "pallet-society"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6605dependencies = [6606 "frame-support",6607 "frame-system",6608 "parity-scale-codec",6609 "rand_chacha 0.2.2",6610 "scale-info",6611 "sp-runtime",6612 "sp-std",6613]66146615[[package]]6616name = "pallet-staking"6617version = "4.0.0-dev"6618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6619dependencies = [6620 "frame-benchmarking",6621 "frame-election-provider-support",6622 "frame-support",6623 "frame-system",6624 "log",6625 "pallet-authorship",6626 "pallet-session",6627 "parity-scale-codec",6628 "rand_chacha 0.2.2",6629 "scale-info",6630 "serde",6631 "sp-application-crypto",6632 "sp-io",6633 "sp-runtime",6634 "sp-staking",6635 "sp-std",6636]66376638[[package]]6639name = "pallet-staking-reward-curve"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6642dependencies = [6643 "proc-macro-crate 1.1.3",6644 "proc-macro2",6645 "quote",6646 "syn",6647]66486649[[package]]6650name = "pallet-staking-reward-fn"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6653dependencies = [6654 "log",6655 "sp-arithmetic",6656]66576658[[package]]6659name = "pallet-sudo"6660version = "4.0.0-dev"6661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6662dependencies = [6663 "frame-support",6664 "frame-system",6665 "parity-scale-codec",6666 "scale-info",6667 "sp-io",6668 "sp-runtime",6669 "sp-std",6670]66716672[[package]]6673name = "pallet-template-transaction-payment"6674version = "3.0.0"6675source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6676dependencies = [6677 "frame-benchmarking",6678 "frame-support",6679 "frame-system",6680 "pallet-balances",6681 "pallet-transaction-payment",6682 "parity-scale-codec",6683 "scale-info",6684 "serde",6685 "sp-core",6686 "sp-io",6687 "sp-runtime",6688 "sp-std",6689 "up-sponsorship",6690]66916692[[package]]6693name = "pallet-timestamp"6694version = "4.0.0-dev"6695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6696dependencies = [6697 "frame-benchmarking",6698 "frame-support",6699 "frame-system",6700 "log",6701 "parity-scale-codec",6702 "scale-info",6703 "sp-inherents",6704 "sp-io",6705 "sp-runtime",6706 "sp-std",6707 "sp-timestamp",6708]67096710[[package]]6711name = "pallet-tips"6712version = "4.0.0-dev"6713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6714dependencies = [6715 "frame-benchmarking",6716 "frame-support",6717 "frame-system",6718 "log",6719 "pallet-treasury",6720 "parity-scale-codec",6721 "scale-info",6722 "serde",6723 "sp-core",6724 "sp-io",6725 "sp-runtime",6726 "sp-std",6727]67286729[[package]]6730name = "pallet-transaction-payment"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733dependencies = [6734 "frame-support",6735 "frame-system",6736 "parity-scale-codec",6737 "scale-info",6738 "serde",6739 "smallvec",6740 "sp-core",6741 "sp-io",6742 "sp-runtime",6743 "sp-std",6744]67456746[[package]]6747name = "pallet-transaction-payment-rpc"6748version = "4.0.0-dev"6749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6750dependencies = [6751 "jsonrpc-core",6752 "jsonrpc-core-client",6753 "jsonrpc-derive",6754 "pallet-transaction-payment-rpc-runtime-api",6755 "parity-scale-codec",6756 "sp-api",6757 "sp-blockchain",6758 "sp-core",6759 "sp-rpc",6760 "sp-runtime",6761]67626763[[package]]6764name = "pallet-transaction-payment-rpc-runtime-api"6765version = "4.0.0-dev"6766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6767dependencies = [6768 "pallet-transaction-payment",6769 "parity-scale-codec",6770 "sp-api",6771 "sp-runtime",6772]67736774[[package]]6775name = "pallet-treasury"6776version = "4.0.0-dev"6777source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6778dependencies = [6779 "frame-benchmarking",6780 "frame-support",6781 "frame-system",6782 "impl-trait-for-tuples",6783 "pallet-balances",6784 "parity-scale-codec",6785 "scale-info",6786 "serde",6787 "sp-runtime",6788 "sp-std",6789]67906791[[package]]6792name = "pallet-unique"6793version = "0.1.0"6794dependencies = [6795 "ethereum",6796 "evm-coder",6797 "fp-evm",6798 "frame-benchmarking",6799 "frame-support",6800 "frame-system",6801 "hex-literal",6802 "pallet-balances",6803 "pallet-common",6804 "pallet-ethereum",6805 "pallet-evm",6806 "pallet-evm-coder-substrate",6807 "pallet-fungible",6808 "pallet-nonfungible",6809 "pallet-randomness-collective-flip",6810 "pallet-refungible",6811 "pallet-timestamp",6812 "pallet-transaction-payment",6813 "parity-scale-codec",6814 "primitive-types",6815 "rlp",6816 "scale-info",6817 "serde",6818 "sp-api",6819 "sp-core",6820 "sp-io",6821 "sp-runtime",6822 "sp-std",6823 "up-data-structs",6824 "up-evm-mapping",6825 "up-sponsorship",6826]68276828[[package]]6829name = "pallet-unq-scheduler"6830version = "0.1.0"6831dependencies = [6832 "frame-benchmarking",6833 "frame-support",6834 "frame-system",6835 "log",6836 "parity-scale-codec",6837 "scale-info",6838 "serde",6839 "sp-core",6840 "sp-io",6841 "sp-runtime",6842 "sp-std",6843 "substrate-test-utils",6844 "up-sponsorship",6845]68466847[[package]]6848name = "pallet-utility"6849version = "4.0.0-dev"6850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6851dependencies = [6852 "frame-benchmarking",6853 "frame-support",6854 "frame-system",6855 "parity-scale-codec",6856 "scale-info",6857 "sp-core",6858 "sp-io",6859 "sp-runtime",6860 "sp-std",6861]68626863[[package]]6864name = "pallet-vesting"6865version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6867dependencies = [6868 "frame-benchmarking",6869 "frame-support",6870 "frame-system",6871 "log",6872 "parity-scale-codec",6873 "scale-info",6874 "sp-runtime",6875 "sp-std",6876]68776878[[package]]6879name = "pallet-xcm"6880version = "0.9.18"6881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6882dependencies = [6883 "frame-support",6884 "frame-system",6885 "log",6886 "parity-scale-codec",6887 "scale-info",6888 "serde",6889 "sp-core",6890 "sp-runtime",6891 "sp-std",6892 "xcm",6893 "xcm-executor",6894]68956896[[package]]6897name = "pallet-xcm-benchmarks"6898version = "0.9.18"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6900dependencies = [6901 "frame-benchmarking",6902 "frame-support",6903 "frame-system",6904 "log",6905 "parity-scale-codec",6906 "scale-info",6907 "sp-runtime",6908 "sp-std",6909 "xcm",6910 "xcm-executor",6911]69126913[[package]]6914name = "parachain-info"6915version = "0.1.0"6916source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6917dependencies = [6918 "cumulus-primitives-core",6919 "frame-support",6920 "frame-system",6921 "parity-scale-codec",6922 "scale-info",6923 "serde",6924]69256926[[package]]6927name = "parity-db"6928version = "0.3.9"6929source = "registry+https://github.com/rust-lang/crates.io-index"6930checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6931dependencies = [6932 "blake2-rfc",6933 "crc32fast",6934 "fs2",6935 "hex",6936 "libc",6937 "log",6938 "lz4",6939 "memmap2 0.2.3",6940 "parking_lot 0.11.2",6941 "rand 0.8.5",6942 "snap",6943]69446945[[package]]6946name = "parity-scale-codec"6947version = "3.1.2"6948source = "registry+https://github.com/rust-lang/crates.io-index"6949checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6950dependencies = [6951 "arrayvec 0.7.2",6952 "bitvec",6953 "byte-slice-cast",6954 "impl-trait-for-tuples",6955 "parity-scale-codec-derive",6956 "serde",6957]69586959[[package]]6960name = "parity-scale-codec-derive"6961version = "3.1.2"6962source = "registry+https://github.com/rust-lang/crates.io-index"6963checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6964dependencies = [6965 "proc-macro-crate 1.1.3",6966 "proc-macro2",6967 "quote",6968 "syn",6969]69706971[[package]]6972name = "parity-send-wrapper"6973version = "0.1.0"6974source = "registry+https://github.com/rust-lang/crates.io-index"6975checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69766977[[package]]6978name = "parity-tokio-ipc"6979version = "0.9.0"6980source = "registry+https://github.com/rust-lang/crates.io-index"6981checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6982dependencies = [6983 "futures 0.3.21",6984 "libc",6985 "log",6986 "rand 0.7.3",6987 "tokio 1.17.0",6988 "winapi 0.3.9",6989]69906991[[package]]6992name = "parity-util-mem"6993version = "0.11.0"6994source = "registry+https://github.com/rust-lang/crates.io-index"6995checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6996dependencies = [6997 "cfg-if 1.0.0",6998 "ethereum-types",6999 "hashbrown 0.12.0",7000 "impl-trait-for-tuples",7001 "lru 0.7.3",7002 "parity-util-mem-derive",7003 "parking_lot 0.12.0",7004 "primitive-types",7005 "smallvec",7006 "winapi 0.3.9",7007]70087009[[package]]7010name = "parity-util-mem-derive"7011version = "0.1.0"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7014dependencies = [7015 "proc-macro2",7016 "syn",7017 "synstructure",7018]70197020[[package]]7021name = "parity-wasm"7022version = "0.32.0"7023source = "registry+https://github.com/rust-lang/crates.io-index"7024checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7025dependencies = [7026 "byteorder",7027]70287029[[package]]7030name = "parity-wasm"7031version = "0.42.2"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70347035[[package]]7036name = "parity-ws"7037version = "0.11.1"7038source = "registry+https://github.com/rust-lang/crates.io-index"7039checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7040dependencies = [7041 "byteorder",7042 "bytes 0.4.12",7043 "httparse",7044 "log",7045 "mio 0.6.23",7046 "mio-extras",7047 "rand 0.7.3",7048 "sha-1 0.8.2",7049 "slab",7050 "url 2.2.2",7051]70527053[[package]]7054name = "parking"7055version = "2.0.0"7056source = "registry+https://github.com/rust-lang/crates.io-index"7057checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70587059[[package]]7060name = "parking_lot"7061version = "0.11.2"7062source = "registry+https://github.com/rust-lang/crates.io-index"7063checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7064dependencies = [7065 "instant",7066 "lock_api",7067 "parking_lot_core 0.8.5",7068]70697070[[package]]7071name = "parking_lot"7072version = "0.12.0"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7075dependencies = [7076 "lock_api",7077 "parking_lot_core 0.9.1",7078]70797080[[package]]7081name = "parking_lot_core"7082version = "0.8.5"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7085dependencies = [7086 "cfg-if 1.0.0",7087 "instant",7088 "libc",7089 "redox_syscall",7090 "smallvec",7091 "winapi 0.3.9",7092]70937094[[package]]7095name = "parking_lot_core"7096version = "0.9.1"7097source = "registry+https://github.com/rust-lang/crates.io-index"7098checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7099dependencies = [7100 "cfg-if 1.0.0",7101 "libc",7102 "redox_syscall",7103 "smallvec",7104 "windows-sys",7105]71067107[[package]]7108name = "paste"7109version = "1.0.6"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71127113[[package]]7114name = "pbkdf2"7115version = "0.4.0"7116source = "registry+https://github.com/rust-lang/crates.io-index"7117checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7118dependencies = [7119 "crypto-mac 0.8.0",7120]71217122[[package]]7123name = "pbkdf2"7124version = "0.8.0"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7127dependencies = [7128 "crypto-mac 0.11.1",7129]71307131[[package]]7132name = "peeking_take_while"7133version = "0.1.2"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71367137[[package]]7138name = "percent-encoding"7139version = "1.0.1"7140source = "registry+https://github.com/rust-lang/crates.io-index"7141checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71427143[[package]]7144name = "percent-encoding"7145version = "2.1.0"7146source = "registry+https://github.com/rust-lang/crates.io-index"7147checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71487149[[package]]7150name = "pest"7151version = "2.1.3"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7154dependencies = [7155 "ucd-trie",7156]71577158[[package]]7159name = "pest_derive"7160version = "2.1.0"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7163dependencies = [7164 "pest",7165 "pest_generator",7166]71677168[[package]]7169name = "pest_generator"7170version = "2.1.3"7171source = "registry+https://github.com/rust-lang/crates.io-index"7172checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7173dependencies = [7174 "pest",7175 "pest_meta",7176 "proc-macro2",7177 "quote",7178 "syn",7179]71807181[[package]]7182name = "pest_meta"7183version = "2.1.3"7184source = "registry+https://github.com/rust-lang/crates.io-index"7185checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7186dependencies = [7187 "maplit",7188 "pest",7189 "sha-1 0.8.2",7190]71917192[[package]]7193name = "petgraph"7194version = "0.6.0"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7197dependencies = [7198 "fixedbitset",7199 "indexmap",7200]72017202[[package]]7203name = "pin-project"7204version = "0.4.29"7205source = "registry+https://github.com/rust-lang/crates.io-index"7206checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7207dependencies = [7208 "pin-project-internal 0.4.29",7209]72107211[[package]]7212name = "pin-project"7213version = "1.0.10"7214source = "registry+https://github.com/rust-lang/crates.io-index"7215checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7216dependencies = [7217 "pin-project-internal 1.0.10",7218]72197220[[package]]7221name = "pin-project-internal"7222version = "0.4.29"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7225dependencies = [7226 "proc-macro2",7227 "quote",7228 "syn",7229]72307231[[package]]7232name = "pin-project-internal"7233version = "1.0.10"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7236dependencies = [7237 "proc-macro2",7238 "quote",7239 "syn",7240]72417242[[package]]7243name = "pin-project-lite"7244version = "0.1.12"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72477248[[package]]7249name = "pin-project-lite"7250version = "0.2.8"7251source = "registry+https://github.com/rust-lang/crates.io-index"7252checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72537254[[package]]7255name = "pin-utils"7256version = "0.1.0"7257source = "registry+https://github.com/rust-lang/crates.io-index"7258checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72597260[[package]]7261name = "pkcs8"7262version = "0.8.0"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7265dependencies = [7266 "der",7267 "spki",7268 "zeroize",7269]72707271[[package]]7272name = "pkg-config"7273version = "0.3.24"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72767277[[package]]7278name = "platforms"7279version = "2.0.0"7280source = "registry+https://github.com/rust-lang/crates.io-index"7281checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72827283[[package]]7284name = "polkadot-approval-distribution"7285version = "0.9.18"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7287dependencies = [7288 "futures 0.3.21",7289 "polkadot-node-network-protocol",7290 "polkadot-node-primitives",7291 "polkadot-node-subsystem",7292 "polkadot-node-subsystem-util",7293 "polkadot-primitives",7294 "tracing",7295]72967297[[package]]7298name = "polkadot-availability-bitfield-distribution"7299version = "0.9.18"7300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7301dependencies = [7302 "futures 0.3.21",7303 "polkadot-node-network-protocol",7304 "polkadot-node-subsystem",7305 "polkadot-node-subsystem-util",7306 "polkadot-primitives",7307 "tracing",7308]73097310[[package]]7311name = "polkadot-availability-distribution"7312version = "0.9.18"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7314dependencies = [7315 "derive_more",7316 "fatality",7317 "futures 0.3.21",7318 "lru 0.7.3",7319 "parity-scale-codec",7320 "polkadot-erasure-coding",7321 "polkadot-node-network-protocol",7322 "polkadot-node-primitives",7323 "polkadot-node-subsystem",7324 "polkadot-node-subsystem-util",7325 "polkadot-primitives",7326 "rand 0.8.5",7327 "sp-core",7328 "sp-keystore",7329 "thiserror",7330 "tracing",7331]73327333[[package]]7334name = "polkadot-availability-recovery"7335version = "0.9.18"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7337dependencies = [7338 "fatality",7339 "futures 0.3.21",7340 "lru 0.7.3",7341 "parity-scale-codec",7342 "polkadot-erasure-coding",7343 "polkadot-node-network-protocol",7344 "polkadot-node-primitives",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "rand 0.8.5",7349 "sc-network",7350 "thiserror",7351 "tracing",7352]73537354[[package]]7355name = "polkadot-cli"7356version = "0.9.18"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7358dependencies = [7359 "clap",7360 "frame-benchmarking-cli",7361 "futures 0.3.21",7362 "log",7363 "polkadot-node-core-pvf",7364 "polkadot-node-metrics",7365 "polkadot-performance-test",7366 "polkadot-service",7367 "sc-cli",7368 "sc-service",7369 "sc-tracing",7370 "sp-core",7371 "sp-trie",7372 "substrate-build-script-utils",7373 "thiserror",7374 "try-runtime-cli",7375]73767377[[package]]7378name = "polkadot-client"7379version = "0.9.18"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7381dependencies = [7382 "beefy-primitives",7383 "frame-benchmarking",7384 "frame-system-rpc-runtime-api",7385 "pallet-mmr-primitives",7386 "pallet-transaction-payment-rpc-runtime-api",7387 "polkadot-primitives",7388 "polkadot-runtime",7389 "sc-client-api",7390 "sc-consensus",7391 "sc-executor",7392 "sc-service",7393 "sp-api",7394 "sp-authority-discovery",7395 "sp-block-builder",7396 "sp-blockchain",7397 "sp-consensus",7398 "sp-consensus-babe",7399 "sp-finality-grandpa",7400 "sp-offchain",7401 "sp-runtime",7402 "sp-session",7403 "sp-storage",7404 "sp-transaction-pool",7405]74067407[[package]]7408name = "polkadot-collator-protocol"7409version = "0.9.18"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7411dependencies = [7412 "always-assert",7413 "fatality",7414 "futures 0.3.21",7415 "futures-timer",7416 "polkadot-node-network-protocol",7417 "polkadot-node-primitives",7418 "polkadot-node-subsystem",7419 "polkadot-node-subsystem-util",7420 "polkadot-primitives",7421 "sp-core",7422 "sp-keystore",7423 "sp-runtime",7424 "thiserror",7425 "tracing",7426]74277428[[package]]7429name = "polkadot-core-primitives"7430version = "0.9.18"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7432dependencies = [7433 "parity-scale-codec",7434 "parity-util-mem",7435 "scale-info",7436 "sp-core",7437 "sp-runtime",7438 "sp-std",7439]74407441[[package]]7442name = "polkadot-dispute-distribution"7443version = "0.9.18"7444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7445dependencies = [7446 "derive_more",7447 "fatality",7448 "futures 0.3.21",7449 "lru 0.7.3",7450 "parity-scale-codec",7451 "polkadot-erasure-coding",7452 "polkadot-node-network-protocol",7453 "polkadot-node-primitives",7454 "polkadot-node-subsystem",7455 "polkadot-node-subsystem-util",7456 "polkadot-primitives",7457 "sc-network",7458 "sp-application-crypto",7459 "sp-keystore",7460 "thiserror",7461 "tracing",7462]74637464[[package]]7465name = "polkadot-erasure-coding"7466version = "0.9.18"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7468dependencies = [7469 "parity-scale-codec",7470 "polkadot-node-primitives",7471 "polkadot-primitives",7472 "reed-solomon-novelpoly",7473 "sp-core",7474 "sp-trie",7475 "thiserror",7476]74777478[[package]]7479name = "polkadot-gossip-support"7480version = "0.9.18"7481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7482dependencies = [7483 "futures 0.3.21",7484 "futures-timer",7485 "polkadot-node-network-protocol",7486 "polkadot-node-subsystem",7487 "polkadot-node-subsystem-util",7488 "polkadot-primitives",7489 "rand 0.8.5",7490 "rand_chacha 0.3.1",7491 "sc-network",7492 "sp-application-crypto",7493 "sp-core",7494 "sp-keystore",7495 "tracing",7496]74977498[[package]]7499name = "polkadot-network-bridge"7500version = "0.9.18"7501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7502dependencies = [7503 "async-trait",7504 "futures 0.3.21",7505 "parity-scale-codec",7506 "parking_lot 0.12.0",7507 "polkadot-node-network-protocol",7508 "polkadot-node-subsystem",7509 "polkadot-node-subsystem-util",7510 "polkadot-overseer",7511 "polkadot-primitives",7512 "sc-network",7513 "sp-consensus",7514 "tracing",7515]75167517[[package]]7518name = "polkadot-node-collation-generation"7519version = "0.9.18"7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7521dependencies = [7522 "futures 0.3.21",7523 "parity-scale-codec",7524 "polkadot-erasure-coding",7525 "polkadot-node-primitives",7526 "polkadot-node-subsystem",7527 "polkadot-node-subsystem-util",7528 "polkadot-primitives",7529 "sp-core",7530 "sp-maybe-compressed-blob",7531 "thiserror",7532 "tracing",7533]75347535[[package]]7536name = "polkadot-node-core-approval-voting"7537version = "0.9.18"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7539dependencies = [7540 "bitvec",7541 "derive_more",7542 "futures 0.3.21",7543 "futures-timer",7544 "kvdb",7545 "lru 0.7.3",7546 "merlin",7547 "parity-scale-codec",7548 "polkadot-node-jaeger",7549 "polkadot-node-primitives",7550 "polkadot-node-subsystem",7551 "polkadot-node-subsystem-util",7552 "polkadot-overseer",7553 "polkadot-primitives",7554 "sc-keystore",7555 "schnorrkel",7556 "sp-application-crypto",7557 "sp-consensus",7558 "sp-consensus-slots",7559 "sp-runtime",7560 "tracing",7561]75627563[[package]]7564name = "polkadot-node-core-av-store"7565version = "0.9.18"7566source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7567dependencies = [7568 "bitvec",7569 "futures 0.3.21",7570 "futures-timer",7571 "kvdb",7572 "parity-scale-codec",7573 "polkadot-erasure-coding",7574 "polkadot-node-primitives",7575 "polkadot-node-subsystem",7576 "polkadot-node-subsystem-util",7577 "polkadot-overseer",7578 "polkadot-primitives",7579 "thiserror",7580 "tracing",7581]75827583[[package]]7584name = "polkadot-node-core-backing"7585version = "0.9.18"7586source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7587dependencies = [7588 "bitvec",7589 "futures 0.3.21",7590 "polkadot-erasure-coding",7591 "polkadot-node-primitives",7592 "polkadot-node-subsystem",7593 "polkadot-node-subsystem-util",7594 "polkadot-primitives",7595 "polkadot-statement-table",7596 "sp-keystore",7597 "thiserror",7598 "tracing",7599]76007601[[package]]7602name = "polkadot-node-core-bitfield-signing"7603version = "0.9.18"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7605dependencies = [7606 "futures 0.3.21",7607 "polkadot-node-subsystem",7608 "polkadot-node-subsystem-util",7609 "polkadot-primitives",7610 "sp-keystore",7611 "thiserror",7612 "tracing",7613 "wasm-timer",7614]76157616[[package]]7617name = "polkadot-node-core-candidate-validation"7618version = "0.9.18"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7620dependencies = [7621 "async-trait",7622 "futures 0.3.21",7623 "parity-scale-codec",7624 "polkadot-node-core-pvf",7625 "polkadot-node-primitives",7626 "polkadot-node-subsystem",7627 "polkadot-node-subsystem-util",7628 "polkadot-parachain",7629 "polkadot-primitives",7630 "sp-maybe-compressed-blob",7631 "tracing",7632]76337634[[package]]7635name = "polkadot-node-core-chain-api"7636version = "0.9.18"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7638dependencies = [7639 "futures 0.3.21",7640 "polkadot-node-subsystem",7641 "polkadot-node-subsystem-util",7642 "polkadot-primitives",7643 "sc-client-api",7644 "sc-consensus-babe",7645 "sp-blockchain",7646 "tracing",7647]76487649[[package]]7650name = "polkadot-node-core-chain-selection"7651version = "0.9.18"7652source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7653dependencies = [7654 "futures 0.3.21",7655 "futures-timer",7656 "kvdb",7657 "parity-scale-codec",7658 "polkadot-node-primitives",7659 "polkadot-node-subsystem",7660 "polkadot-node-subsystem-util",7661 "polkadot-primitives",7662 "thiserror",7663 "tracing",7664]76657666[[package]]7667name = "polkadot-node-core-dispute-coordinator"7668version = "0.9.18"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7670dependencies = [7671 "fatality",7672 "futures 0.3.21",7673 "kvdb",7674 "lru 0.7.3",7675 "parity-scale-codec",7676 "polkadot-node-primitives",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "sc-keystore",7681 "thiserror",7682 "tracing",7683]76847685[[package]]7686name = "polkadot-node-core-parachains-inherent"7687version = "0.9.18"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7689dependencies = [7690 "async-trait",7691 "futures 0.3.21",7692 "futures-timer",7693 "polkadot-node-subsystem",7694 "polkadot-primitives",7695 "sp-blockchain",7696 "sp-inherents",7697 "sp-runtime",7698 "thiserror",7699 "tracing",7700]77017702[[package]]7703name = "polkadot-node-core-provisioner"7704version = "0.9.18"7705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7706dependencies = [7707 "bitvec",7708 "futures 0.3.21",7709 "futures-timer",7710 "polkadot-node-primitives",7711 "polkadot-node-subsystem",7712 "polkadot-node-subsystem-util",7713 "polkadot-primitives",7714 "rand 0.8.5",7715 "thiserror",7716 "tracing",7717]77187719[[package]]7720name = "polkadot-node-core-pvf"7721version = "0.9.18"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7723dependencies = [7724 "always-assert",7725 "assert_matches",7726 "async-process",7727 "async-std",7728 "futures 0.3.21",7729 "futures-timer",7730 "parity-scale-codec",7731 "pin-project 1.0.10",7732 "polkadot-core-primitives",7733 "polkadot-node-subsystem-util",7734 "polkadot-parachain",7735 "rand 0.8.5",7736 "sc-executor",7737 "sc-executor-common",7738 "sc-executor-wasmtime",7739 "slotmap",7740 "sp-core",7741 "sp-externalities",7742 "sp-io",7743 "sp-maybe-compressed-blob",7744 "sp-tracing",7745 "sp-wasm-interface",7746 "tracing",7747]77487749[[package]]7750name = "polkadot-node-core-pvf-checker"7751version = "0.9.18"7752source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7753dependencies = [7754 "futures 0.3.21",7755 "polkadot-node-primitives",7756 "polkadot-node-subsystem",7757 "polkadot-node-subsystem-util",7758 "polkadot-overseer",7759 "polkadot-primitives",7760 "sp-keystore",7761 "thiserror",7762 "tracing",7763]77647765[[package]]7766name = "polkadot-node-core-runtime-api"7767version = "0.9.18"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7769dependencies = [7770 "futures 0.3.21",7771 "memory-lru",7772 "parity-util-mem",7773 "polkadot-node-subsystem",7774 "polkadot-node-subsystem-util",7775 "polkadot-primitives",7776 "sp-api",7777 "sp-authority-discovery",7778 "sp-consensus-babe",7779 "sp-core",7780 "tracing",7781]77827783[[package]]7784name = "polkadot-node-jaeger"7785version = "0.9.18"7786source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7787dependencies = [7788 "async-std",7789 "lazy_static",7790 "log",7791 "mick-jaeger",7792 "parity-scale-codec",7793 "parking_lot 0.12.0",7794 "polkadot-node-primitives",7795 "polkadot-primitives",7796 "sc-network",7797 "sp-core",7798 "thiserror",7799]78007801[[package]]7802name = "polkadot-node-metrics"7803version = "0.9.18"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7805dependencies = [7806 "bs58",7807 "futures 0.3.21",7808 "futures-timer",7809 "log",7810 "metered-channel",7811 "parity-scale-codec",7812 "polkadot-primitives",7813 "sc-cli",7814 "sc-service",7815 "sc-tracing",7816 "substrate-prometheus-endpoint",7817 "tracing",7818]78197820[[package]]7821name = "polkadot-node-network-protocol"7822version = "0.9.18"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7824dependencies = [7825 "async-trait",7826 "fatality",7827 "futures 0.3.21",7828 "parity-scale-codec",7829 "polkadot-node-jaeger",7830 "polkadot-node-primitives",7831 "polkadot-primitives",7832 "sc-authority-discovery",7833 "sc-network",7834 "strum 0.24.0",7835 "thiserror",7836]78377838[[package]]7839name = "polkadot-node-primitives"7840version = "0.9.18"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7842dependencies = [7843 "bounded-vec",7844 "futures 0.3.21",7845 "parity-scale-codec",7846 "polkadot-parachain",7847 "polkadot-primitives",7848 "schnorrkel",7849 "serde",7850 "sp-application-crypto",7851 "sp-consensus-babe",7852 "sp-consensus-vrf",7853 "sp-core",7854 "sp-keystore",7855 "sp-maybe-compressed-blob",7856 "thiserror",7857 "zstd",7858]78597860[[package]]7861name = "polkadot-node-subsystem"7862version = "0.9.18"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7864dependencies = [7865 "polkadot-node-jaeger",7866 "polkadot-node-subsystem-types",7867 "polkadot-overseer",7868]78697870[[package]]7871name = "polkadot-node-subsystem-types"7872version = "0.9.18"7873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7874dependencies = [7875 "derive_more",7876 "futures 0.3.21",7877 "polkadot-node-jaeger",7878 "polkadot-node-network-protocol",7879 "polkadot-node-primitives",7880 "polkadot-overseer-gen",7881 "polkadot-primitives",7882 "polkadot-statement-table",7883 "sc-network",7884 "smallvec",7885 "substrate-prometheus-endpoint",7886 "thiserror",7887]78887889[[package]]7890name = "polkadot-node-subsystem-util"7891version = "0.9.18"7892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7893dependencies = [7894 "async-trait",7895 "derive_more",7896 "fatality",7897 "futures 0.3.21",7898 "itertools",7899 "kvdb",7900 "lru 0.7.3",7901 "metered-channel",7902 "parity-db",7903 "parity-scale-codec",7904 "parity-util-mem",7905 "parking_lot 0.11.2",7906 "pin-project 1.0.10",7907 "polkadot-node-jaeger",7908 "polkadot-node-metrics",7909 "polkadot-node-network-protocol",7910 "polkadot-node-primitives",7911 "polkadot-node-subsystem",7912 "polkadot-overseer",7913 "polkadot-primitives",7914 "rand 0.8.5",7915 "sp-application-crypto",7916 "sp-core",7917 "sp-keystore",7918 "thiserror",7919 "tracing",7920]79217922[[package]]7923name = "polkadot-overseer"7924version = "0.9.18"7925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7926dependencies = [7927 "futures 0.3.21",7928 "futures-timer",7929 "lru 0.7.3",7930 "parity-util-mem",7931 "parking_lot 0.12.0",7932 "polkadot-node-metrics",7933 "polkadot-node-network-protocol",7934 "polkadot-node-primitives",7935 "polkadot-node-subsystem-types",7936 "polkadot-overseer-gen",7937 "polkadot-primitives",7938 "sc-client-api",7939 "sp-api",7940 "tracing",7941]79427943[[package]]7944name = "polkadot-overseer-gen"7945version = "0.9.18"7946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7947dependencies = [7948 "async-trait",7949 "futures 0.3.21",7950 "futures-timer",7951 "metered-channel",7952 "pin-project 1.0.10",7953 "polkadot-node-network-protocol",7954 "polkadot-node-primitives",7955 "polkadot-overseer-gen-proc-macro",7956 "thiserror",7957 "tracing",7958]79597960[[package]]7961name = "polkadot-overseer-gen-proc-macro"7962version = "0.9.18"7963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7964dependencies = [7965 "expander 0.0.5",7966 "proc-macro-crate 1.1.3",7967 "proc-macro2",7968 "quote",7969 "syn",7970]79717972[[package]]7973name = "polkadot-parachain"7974version = "0.9.18"7975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7976dependencies = [7977 "derive_more",7978 "frame-support",7979 "parity-scale-codec",7980 "parity-util-mem",7981 "polkadot-core-primitives",7982 "scale-info",7983 "serde",7984 "sp-core",7985 "sp-runtime",7986 "sp-std",7987]79887989[[package]]7990name = "polkadot-performance-test"7991version = "0.9.18"7992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7993dependencies = [7994 "env_logger",7995 "kusama-runtime",7996 "log",7997 "polkadot-erasure-coding",7998 "polkadot-node-core-pvf",7999 "polkadot-node-primitives",8000 "quote",8001 "thiserror",8002]80038004[[package]]8005name = "polkadot-primitives"8006version = "0.9.18"8007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8008dependencies = [8009 "bitvec",8010 "frame-system",8011 "hex-literal",8012 "parity-scale-codec",8013 "parity-util-mem",8014 "polkadot-core-primitives",8015 "polkadot-parachain",8016 "scale-info",8017 "serde",8018 "sp-api",8019 "sp-application-crypto",8020 "sp-arithmetic",8021 "sp-authority-discovery",8022 "sp-consensus-slots",8023 "sp-core",8024 "sp-inherents",8025 "sp-io",8026 "sp-keystore",8027 "sp-runtime",8028 "sp-staking",8029 "sp-std",8030 "sp-trie",8031 "sp-version",8032]80338034[[package]]8035name = "polkadot-rpc"8036version = "0.9.18"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8038dependencies = [8039 "beefy-gadget",8040 "beefy-gadget-rpc",8041 "jsonrpc-core",8042 "pallet-mmr-rpc",8043 "pallet-transaction-payment-rpc",8044 "polkadot-primitives",8045 "sc-chain-spec",8046 "sc-client-api",8047 "sc-consensus-babe",8048 "sc-consensus-babe-rpc",8049 "sc-consensus-epochs",8050 "sc-finality-grandpa",8051 "sc-finality-grandpa-rpc",8052 "sc-rpc",8053 "sc-sync-state-rpc",8054 "sc-transaction-pool-api",8055 "sp-api",8056 "sp-block-builder",8057 "sp-blockchain",8058 "sp-consensus",8059 "sp-consensus-babe",8060 "sp-keystore",8061 "sp-runtime",8062 "substrate-frame-rpc-system",8063]80648065[[package]]8066name = "polkadot-runtime"8067version = "0.9.18"8068source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8069dependencies = [8070 "beefy-primitives",8071 "bitvec",8072 "frame-benchmarking",8073 "frame-election-provider-support",8074 "frame-executive",8075 "frame-support",8076 "frame-system",8077 "frame-system-benchmarking",8078 "frame-system-rpc-runtime-api",8079 "frame-try-runtime",8080 "hex-literal",8081 "log",8082 "pallet-authority-discovery",8083 "pallet-authorship",8084 "pallet-babe",8085 "pallet-bags-list",8086 "pallet-balances",8087 "pallet-bounties",8088 "pallet-collective",8089 "pallet-democracy",8090 "pallet-election-provider-multi-phase",8091 "pallet-elections-phragmen",8092 "pallet-grandpa",8093 "pallet-identity",8094 "pallet-im-online",8095 "pallet-indices",8096 "pallet-membership",8097 "pallet-mmr-primitives",8098 "pallet-multisig",8099 "pallet-nicks",8100 "pallet-offences",8101 "pallet-offences-benchmarking",8102 "pallet-preimage",8103 "pallet-proxy",8104 "pallet-scheduler",8105 "pallet-session",8106 "pallet-session-benchmarking",8107 "pallet-staking",8108 "pallet-staking-reward-curve",8109 "pallet-timestamp",8110 "pallet-tips",8111 "pallet-transaction-payment",8112 "pallet-transaction-payment-rpc-runtime-api",8113 "pallet-treasury",8114 "pallet-utility",8115 "pallet-vesting",8116 "pallet-xcm",8117 "parity-scale-codec",8118 "polkadot-primitives",8119 "polkadot-runtime-common",8120 "polkadot-runtime-constants",8121 "polkadot-runtime-parachains",8122 "rustc-hex",8123 "scale-info",8124 "serde",8125 "serde_derive",8126 "smallvec",8127 "sp-api",8128 "sp-authority-discovery",8129 "sp-block-builder",8130 "sp-consensus-babe",8131 "sp-core",8132 "sp-inherents",8133 "sp-io",8134 "sp-npos-elections",8135 "sp-offchain",8136 "sp-runtime",8137 "sp-session",8138 "sp-staking",8139 "sp-std",8140 "sp-transaction-pool",8141 "sp-version",8142 "static_assertions",8143 "substrate-wasm-builder",8144 "xcm",8145 "xcm-builder",8146 "xcm-executor",8147]81488149[[package]]8150name = "polkadot-runtime-common"8151version = "0.9.18"8152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8153dependencies = [8154 "beefy-primitives",8155 "bitvec",8156 "frame-benchmarking",8157 "frame-election-provider-support",8158 "frame-support",8159 "frame-system",8160 "impl-trait-for-tuples",8161 "libsecp256k1 0.7.0",8162 "log",8163 "pallet-authorship",8164 "pallet-babe",8165 "pallet-bags-list",8166 "pallet-balances",8167 "pallet-beefy-mmr",8168 "pallet-election-provider-multi-phase",8169 "pallet-session",8170 "pallet-staking",8171 "pallet-timestamp",8172 "pallet-transaction-payment",8173 "pallet-treasury",8174 "pallet-vesting",8175 "parity-scale-codec",8176 "polkadot-primitives",8177 "polkadot-runtime-parachains",8178 "rustc-hex",8179 "scale-info",8180 "serde",8181 "serde_derive",8182 "slot-range-helper",8183 "sp-api",8184 "sp-core",8185 "sp-inherents",8186 "sp-io",8187 "sp-npos-elections",8188 "sp-runtime",8189 "sp-session",8190 "sp-staking",8191 "sp-std",8192 "static_assertions",8193 "xcm",8194]81958196[[package]]8197name = "polkadot-runtime-constants"8198version = "0.9.18"8199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8200dependencies = [8201 "frame-support",8202 "polkadot-primitives",8203 "polkadot-runtime-common",8204 "smallvec",8205 "sp-runtime",8206]82078208[[package]]8209name = "polkadot-runtime-metrics"8210version = "0.9.18"8211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8212dependencies = [8213 "bs58",8214 "parity-scale-codec",8215 "polkadot-primitives",8216 "sp-std",8217 "sp-tracing",8218]82198220[[package]]8221name = "polkadot-runtime-parachains"8222version = "0.9.18"8223source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8224dependencies = [8225 "bitflags",8226 "bitvec",8227 "derive_more",8228 "frame-benchmarking",8229 "frame-support",8230 "frame-system",8231 "log",8232 "pallet-authority-discovery",8233 "pallet-authorship",8234 "pallet-babe",8235 "pallet-balances",8236 "pallet-session",8237 "pallet-staking",8238 "pallet-timestamp",8239 "pallet-vesting",8240 "parity-scale-codec",8241 "polkadot-primitives",8242 "polkadot-runtime-metrics",8243 "rand 0.8.5",8244 "rand_chacha 0.3.1",8245 "rustc-hex",8246 "scale-info",8247 "serde",8248 "sp-api",8249 "sp-core",8250 "sp-inherents",8251 "sp-io",8252 "sp-keystore",8253 "sp-runtime",8254 "sp-session",8255 "sp-staking",8256 "sp-std",8257 "static_assertions",8258 "xcm",8259 "xcm-executor",8260]82618262[[package]]8263name = "polkadot-service"8264version = "0.9.18"8265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8266dependencies = [8267 "async-trait",8268 "beefy-gadget",8269 "beefy-primitives",8270 "frame-system-rpc-runtime-api",8271 "futures 0.3.21",8272 "hex-literal",8273 "kusama-runtime",8274 "kvdb",8275 "kvdb-rocksdb",8276 "lru 0.7.3",8277 "pallet-babe",8278 "pallet-im-online",8279 "pallet-mmr-primitives",8280 "pallet-staking",8281 "pallet-transaction-payment-rpc-runtime-api",8282 "parity-db",8283 "polkadot-approval-distribution",8284 "polkadot-availability-bitfield-distribution",8285 "polkadot-availability-distribution",8286 "polkadot-availability-recovery",8287 "polkadot-client",8288 "polkadot-collator-protocol",8289 "polkadot-dispute-distribution",8290 "polkadot-gossip-support",8291 "polkadot-network-bridge",8292 "polkadot-node-collation-generation",8293 "polkadot-node-core-approval-voting",8294 "polkadot-node-core-av-store",8295 "polkadot-node-core-backing",8296 "polkadot-node-core-bitfield-signing",8297 "polkadot-node-core-candidate-validation",8298 "polkadot-node-core-chain-api",8299 "polkadot-node-core-chain-selection",8300 "polkadot-node-core-dispute-coordinator",8301 "polkadot-node-core-parachains-inherent",8302 "polkadot-node-core-provisioner",8303 "polkadot-node-core-pvf-checker",8304 "polkadot-node-core-runtime-api",8305 "polkadot-node-network-protocol",8306 "polkadot-node-primitives",8307 "polkadot-node-subsystem",8308 "polkadot-node-subsystem-util",8309 "polkadot-overseer",8310 "polkadot-parachain",8311 "polkadot-primitives",8312 "polkadot-rpc",8313 "polkadot-runtime",8314 "polkadot-runtime-constants",8315 "polkadot-runtime-parachains",8316 "polkadot-statement-distribution",8317 "rococo-runtime",8318 "sc-authority-discovery",8319 "sc-basic-authorship",8320 "sc-block-builder",8321 "sc-chain-spec",8322 "sc-client-api",8323 "sc-client-db",8324 "sc-consensus",8325 "sc-consensus-babe",8326 "sc-consensus-slots",8327 "sc-consensus-uncles",8328 "sc-executor",8329 "sc-finality-grandpa",8330 "sc-keystore",8331 "sc-network",8332 "sc-offchain",8333 "sc-service",8334 "sc-sync-state-rpc",8335 "sc-telemetry",8336 "sc-transaction-pool",8337 "serde",8338 "sp-api",8339 "sp-authority-discovery",8340 "sp-block-builder",8341 "sp-blockchain",8342 "sp-consensus",8343 "sp-consensus-babe",8344 "sp-core",8345 "sp-finality-grandpa",8346 "sp-inherents",8347 "sp-io",8348 "sp-keystore",8349 "sp-offchain",8350 "sp-runtime",8351 "sp-session",8352 "sp-state-machine",8353 "sp-storage",8354 "sp-timestamp",8355 "sp-transaction-pool",8356 "sp-trie",8357 "substrate-prometheus-endpoint",8358 "thiserror",8359 "tracing",8360 "westend-runtime",8361]83628363[[package]]8364name = "polkadot-statement-distribution"8365version = "0.9.18"8366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8367dependencies = [8368 "arrayvec 0.5.2",8369 "fatality",8370 "futures 0.3.21",8371 "indexmap",8372 "parity-scale-codec",8373 "polkadot-node-network-protocol",8374 "polkadot-node-primitives",8375 "polkadot-node-subsystem",8376 "polkadot-node-subsystem-util",8377 "polkadot-primitives",8378 "sp-keystore",8379 "sp-staking",8380 "thiserror",8381 "tracing",8382]83838384[[package]]8385name = "polkadot-statement-table"8386version = "0.9.18"8387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8388dependencies = [8389 "parity-scale-codec",8390 "polkadot-primitives",8391 "sp-core",8392]83938394[[package]]8395name = "polkadot-test-runtime"8396version = "0.9.18"8397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8398dependencies = [8399 "beefy-primitives",8400 "bitvec",8401 "frame-election-provider-support",8402 "frame-executive",8403 "frame-support",8404 "frame-system",8405 "frame-system-rpc-runtime-api",8406 "log",8407 "pallet-authority-discovery",8408 "pallet-authorship",8409 "pallet-babe",8410 "pallet-balances",8411 "pallet-grandpa",8412 "pallet-indices",8413 "pallet-mmr-primitives",8414 "pallet-nicks",8415 "pallet-offences",8416 "pallet-session",8417 "pallet-staking",8418 "pallet-staking-reward-curve",8419 "pallet-sudo",8420 "pallet-timestamp",8421 "pallet-transaction-payment",8422 "pallet-transaction-payment-rpc-runtime-api",8423 "pallet-vesting",8424 "pallet-xcm",8425 "parity-scale-codec",8426 "polkadot-parachain",8427 "polkadot-primitives",8428 "polkadot-runtime-common",8429 "polkadot-runtime-parachains",8430 "rustc-hex",8431 "scale-info",8432 "serde",8433 "serde_derive",8434 "smallvec",8435 "sp-api",8436 "sp-authority-discovery",8437 "sp-block-builder",8438 "sp-consensus-babe",8439 "sp-core",8440 "sp-inherents",8441 "sp-io",8442 "sp-offchain",8443 "sp-runtime",8444 "sp-session",8445 "sp-staking",8446 "sp-std",8447 "sp-transaction-pool",8448 "sp-version",8449 "substrate-wasm-builder",8450 "test-runtime-constants",8451 "xcm",8452 "xcm-builder",8453 "xcm-executor",8454]84558456[[package]]8457name = "polkadot-test-service"8458version = "0.9.18"8459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8460dependencies = [8461 "frame-benchmarking",8462 "frame-system",8463 "futures 0.1.31",8464 "futures 0.3.21",8465 "hex",8466 "pallet-balances",8467 "pallet-staking",8468 "pallet-transaction-payment",8469 "polkadot-node-primitives",8470 "polkadot-node-subsystem",8471 "polkadot-overseer",8472 "polkadot-parachain",8473 "polkadot-primitives",8474 "polkadot-rpc",8475 "polkadot-runtime-common",8476 "polkadot-runtime-parachains",8477 "polkadot-service",8478 "polkadot-test-runtime",8479 "rand 0.8.5",8480 "sc-authority-discovery",8481 "sc-chain-spec",8482 "sc-cli",8483 "sc-client-api",8484 "sc-consensus",8485 "sc-consensus-babe",8486 "sc-executor",8487 "sc-finality-grandpa",8488 "sc-network",8489 "sc-service",8490 "sc-tracing",8491 "sc-transaction-pool",8492 "sp-arithmetic",8493 "sp-authority-discovery",8494 "sp-blockchain",8495 "sp-consensus",8496 "sp-consensus-babe",8497 "sp-core",8498 "sp-finality-grandpa",8499 "sp-inherents",8500 "sp-keyring",8501 "sp-runtime",8502 "sp-state-machine",8503 "substrate-test-client",8504 "tempfile",8505 "test-runtime-constants",8506 "tokio 1.17.0",8507 "tracing",8508]85098510[[package]]8511name = "polling"8512version = "2.2.0"8513source = "registry+https://github.com/rust-lang/crates.io-index"8514checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8515dependencies = [8516 "cfg-if 1.0.0",8517 "libc",8518 "log",8519 "wepoll-ffi",8520 "winapi 0.3.9",8521]85228523[[package]]8524name = "poly1305"8525version = "0.7.2"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8528dependencies = [8529 "cpufeatures 0.2.2",8530 "opaque-debug 0.3.0",8531 "universal-hash",8532]85338534[[package]]8535name = "polyval"8536version = "0.5.3"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8539dependencies = [8540 "cfg-if 1.0.0",8541 "cpufeatures 0.2.2",8542 "opaque-debug 0.3.0",8543 "universal-hash",8544]85458546[[package]]8547name = "ppv-lite86"8548version = "0.2.16"8549source = "registry+https://github.com/rust-lang/crates.io-index"8550checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85518552[[package]]8553name = "primitive-types"8554version = "0.11.1"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8557dependencies = [8558 "fixed-hash",8559 "impl-codec",8560 "impl-rlp",8561 "impl-serde",8562 "scale-info",8563 "uint",8564]85658566[[package]]8567name = "proc-macro-crate"8568version = "0.1.5"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8571dependencies = [8572 "toml",8573]85748575[[package]]8576name = "proc-macro-crate"8577version = "1.1.3"8578source = "registry+https://github.com/rust-lang/crates.io-index"8579checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8580dependencies = [8581 "thiserror",8582 "toml",8583]85848585[[package]]8586name = "proc-macro-error"8587version = "1.0.4"8588source = "registry+https://github.com/rust-lang/crates.io-index"8589checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8590dependencies = [8591 "proc-macro-error-attr",8592 "proc-macro2",8593 "quote",8594 "syn",8595 "version_check",8596]85978598[[package]]8599name = "proc-macro-error-attr"8600version = "1.0.4"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8603dependencies = [8604 "proc-macro2",8605 "quote",8606 "version_check",8607]86088609[[package]]8610name = "proc-macro2"8611version = "1.0.36"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8614dependencies = [8615 "unicode-xid",8616]86178618[[package]]8619name = "prometheus"8620version = "0.13.0"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8623dependencies = [8624 "cfg-if 1.0.0",8625 "fnv",8626 "lazy_static",8627 "memchr",8628 "parking_lot 0.11.2",8629 "thiserror",8630]86318632[[package]]8633name = "prost"8634version = "0.9.0"8635source = "registry+https://github.com/rust-lang/crates.io-index"8636checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8637dependencies = [8638 "bytes 1.1.0",8639 "prost-derive",8640]86418642[[package]]8643name = "prost-build"8644version = "0.9.0"8645source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8647dependencies = [8648 "bytes 1.1.0",8649 "heck 0.3.3",8650 "itertools",8651 "lazy_static",8652 "log",8653 "multimap",8654 "petgraph",8655 "prost",8656 "prost-types",8657 "regex",8658 "tempfile",8659 "which",8660]86618662[[package]]8663name = "prost-derive"8664version = "0.9.0"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8667dependencies = [8668 "anyhow",8669 "itertools",8670 "proc-macro2",8671 "quote",8672 "syn",8673]86748675[[package]]8676name = "prost-types"8677version = "0.9.0"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8680dependencies = [8681 "bytes 1.1.0",8682 "prost",8683]86848685[[package]]8686name = "psm"8687version = "0.1.17"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8690dependencies = [8691 "cc",8692]86938694[[package]]8695name = "quartz-runtime"8696version = "0.9.18"8697dependencies = [8698 "cumulus-pallet-aura-ext",8699 "cumulus-pallet-dmp-queue",8700 "cumulus-pallet-parachain-system",8701 "cumulus-pallet-xcm",8702 "cumulus-pallet-xcmp-queue",8703 "cumulus-primitives-core",8704 "cumulus-primitives-timestamp",8705 "cumulus-primitives-utility",8706 "derivative",8707 "fp-rpc",8708 "fp-self-contained",8709 "frame-benchmarking",8710 "frame-executive",8711 "frame-support",8712 "frame-system",8713 "frame-system-benchmarking",8714 "frame-system-rpc-runtime-api",8715 "hex-literal",8716 "orml-vesting",8717 "pallet-aura",8718 "pallet-balances",8719 "pallet-base-fee",8720 "pallet-common",8721 "pallet-ethereum",8722 "pallet-evm",8723 "pallet-evm-coder-substrate",8724 "pallet-evm-contract-helpers",8725 "pallet-evm-migration",8726 "pallet-evm-transaction-payment",8727 "pallet-fungible",8728 "pallet-inflation",8729 "pallet-nonfungible",8730 "pallet-randomness-collective-flip",8731 "pallet-refungible",8732 "pallet-sudo",8733 "pallet-template-transaction-payment",8734 "pallet-timestamp",8735 "pallet-transaction-payment",8736 "pallet-transaction-payment-rpc-runtime-api",8737 "pallet-treasury",8738 "pallet-unique",8739 "pallet-unq-scheduler",8740 "pallet-xcm",8741 "parachain-info",8742 "parity-scale-codec",8743 "polkadot-parachain",8744 "scale-info",8745 "serde",8746 "smallvec",8747 "sp-api",8748 "sp-arithmetic",8749 "sp-block-builder",8750 "sp-consensus-aura",8751 "sp-core",8752 "sp-inherents",8753 "sp-io",8754 "sp-offchain",8755 "sp-runtime",8756 "sp-session",8757 "sp-std",8758 "sp-transaction-pool",8759 "sp-version",8760 "substrate-wasm-builder",8761 "unique-runtime-common",8762 "up-data-structs",8763 "up-evm-mapping",8764 "up-rpc",8765 "xcm",8766 "xcm-builder",8767 "xcm-executor",8768]87698770[[package]]8771name = "quick-error"8772version = "1.2.3"8773source = "registry+https://github.com/rust-lang/crates.io-index"8774checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87758776[[package]]8777name = "quick-error"8778version = "2.0.1"8779source = "registry+https://github.com/rust-lang/crates.io-index"8780checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87818782[[package]]8783name = "quicksink"8784version = "0.1.2"8785source = "registry+https://github.com/rust-lang/crates.io-index"8786checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8787dependencies = [8788 "futures-core",8789 "futures-sink",8790 "pin-project-lite 0.1.12",8791]87928793[[package]]8794name = "quote"8795version = "1.0.16"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8798dependencies = [8799 "proc-macro2",8800]88018802[[package]]8803name = "radium"8804version = "0.7.0"8805source = "registry+https://github.com/rust-lang/crates.io-index"8806checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88078808[[package]]8809name = "rand"8810version = "0.7.3"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8813dependencies = [8814 "getrandom 0.1.16",8815 "libc",8816 "rand_chacha 0.2.2",8817 "rand_core 0.5.1",8818 "rand_hc",8819 "rand_pcg",8820]88218822[[package]]8823name = "rand"8824version = "0.8.5"8825source = "registry+https://github.com/rust-lang/crates.io-index"8826checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8827dependencies = [8828 "libc",8829 "rand_chacha 0.3.1",8830 "rand_core 0.6.3",8831]88328833[[package]]8834name = "rand_chacha"8835version = "0.2.2"8836source = "registry+https://github.com/rust-lang/crates.io-index"8837checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8838dependencies = [8839 "ppv-lite86",8840 "rand_core 0.5.1",8841]88428843[[package]]8844name = "rand_chacha"8845version = "0.3.1"8846source = "registry+https://github.com/rust-lang/crates.io-index"8847checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8848dependencies = [8849 "ppv-lite86",8850 "rand_core 0.6.3",8851]88528853[[package]]8854name = "rand_core"8855version = "0.5.1"8856source = "registry+https://github.com/rust-lang/crates.io-index"8857checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8858dependencies = [8859 "getrandom 0.1.16",8860]88618862[[package]]8863name = "rand_core"8864version = "0.6.3"8865source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8867dependencies = [8868 "getrandom 0.2.5",8869]88708871[[package]]8872name = "rand_distr"8873version = "0.4.3"8874source = "registry+https://github.com/rust-lang/crates.io-index"8875checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8876dependencies = [8877 "num-traits",8878 "rand 0.8.5",8879]88808881[[package]]8882name = "rand_hc"8883version = "0.2.0"8884source = "registry+https://github.com/rust-lang/crates.io-index"8885checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8886dependencies = [8887 "rand_core 0.5.1",8888]88898890[[package]]8891name = "rand_pcg"8892version = "0.2.1"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8895dependencies = [8896 "rand_core 0.5.1",8897]88988899[[package]]8900name = "rawpointer"8901version = "0.2.1"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89048905[[package]]8906name = "rayon"8907version = "1.5.1"8908source = "registry+https://github.com/rust-lang/crates.io-index"8909checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8910dependencies = [8911 "autocfg",8912 "crossbeam-deque",8913 "either",8914 "rayon-core",8915]89168917[[package]]8918name = "rayon-core"8919version = "1.9.1"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8922dependencies = [8923 "crossbeam-channel",8924 "crossbeam-deque",8925 "crossbeam-utils",8926 "lazy_static",8927 "num_cpus",8928]89298930[[package]]8931name = "redox_syscall"8932version = "0.2.11"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8935dependencies = [8936 "bitflags",8937]89388939[[package]]8940name = "redox_users"8941version = "0.4.2"8942source = "registry+https://github.com/rust-lang/crates.io-index"8943checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8944dependencies = [8945 "getrandom 0.2.5",8946 "redox_syscall",8947 "thiserror",8948]89498950[[package]]8951name = "reed-solomon-novelpoly"8952version = "1.0.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8955dependencies = [8956 "derive_more",8957 "fs-err",8958 "itertools",8959 "static_init",8960 "thiserror",8961]89628963[[package]]8964name = "ref-cast"8965version = "1.0.6"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8968dependencies = [8969 "ref-cast-impl",8970]89718972[[package]]8973name = "ref-cast-impl"8974version = "1.0.6"8975source = "registry+https://github.com/rust-lang/crates.io-index"8976checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8977dependencies = [8978 "proc-macro2",8979 "quote",8980 "syn",8981]89828983[[package]]8984name = "regalloc"8985version = "0.0.33"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8988dependencies = [8989 "log",8990 "rustc-hash",8991 "smallvec",8992]89938994[[package]]8995name = "regex"8996version = "1.5.5"8997source = "registry+https://github.com/rust-lang/crates.io-index"8998checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"8999dependencies = [9000 "aho-corasick",9001 "memchr",9002 "regex-syntax",9003]90049005[[package]]9006name = "regex-automata"9007version = "0.1.10"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9010dependencies = [9011 "regex-syntax",9012]90139014[[package]]9015name = "regex-syntax"9016version = "0.6.25"9017source = "registry+https://github.com/rust-lang/crates.io-index"9018checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90199020[[package]]9021name = "region"9022version = "2.2.0"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9025dependencies = [9026 "bitflags",9027 "libc",9028 "mach",9029 "winapi 0.3.9",9030]90319032[[package]]9033name = "remote-externalities"9034version = "0.10.0-dev"9035source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9036dependencies = [9037 "env_logger",9038 "jsonrpsee 0.8.0",9039 "log",9040 "parity-scale-codec",9041 "serde",9042 "serde_json",9043 "sp-core",9044 "sp-io",9045 "sp-runtime",9046 "sp-version",9047]90489049[[package]]9050name = "remove_dir_all"9051version = "0.5.3"9052source = "registry+https://github.com/rust-lang/crates.io-index"9053checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9054dependencies = [9055 "winapi 0.3.9",9056]90579058[[package]]9059name = "resolv-conf"9060version = "0.7.0"9061source = "registry+https://github.com/rust-lang/crates.io-index"9062checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9063dependencies = [9064 "hostname",9065 "quick-error 1.2.3",9066]90679068[[package]]9069name = "retain_mut"9070version = "0.1.7"9071source = "registry+https://github.com/rust-lang/crates.io-index"9072checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90739074[[package]]9075name = "ring"9076version = "0.16.20"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9079dependencies = [9080 "cc",9081 "libc",9082 "once_cell",9083 "spin",9084 "untrusted",9085 "web-sys",9086 "winapi 0.3.9",9087]90889089[[package]]9090name = "rlp"9091version = "0.5.1"9092source = "registry+https://github.com/rust-lang/crates.io-index"9093checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9094dependencies = [9095 "bytes 1.1.0",9096 "rustc-hex",9097]90989099[[package]]9100name = "rlp-derive"9101version = "0.1.0"9102source = "registry+https://github.com/rust-lang/crates.io-index"9103checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9104dependencies = [9105 "proc-macro2",9106 "quote",9107 "syn",9108]91099110[[package]]9111name = "rocksdb"9112version = "0.18.0"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9115dependencies = [9116 "libc",9117 "librocksdb-sys",9118]91199120[[package]]9121name = "rococo-runtime"9122version = "0.9.18"9123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9124dependencies = [9125 "beefy-primitives",9126 "bp-messages",9127 "bp-rococo",9128 "bp-runtime",9129 "bp-wococo",9130 "bridge-runtime-common",9131 "frame-benchmarking",9132 "frame-executive",9133 "frame-support",9134 "frame-system",9135 "frame-system-rpc-runtime-api",9136 "hex-literal",9137 "log",9138 "pallet-authority-discovery",9139 "pallet-authorship",9140 "pallet-babe",9141 "pallet-balances",9142 "pallet-beefy",9143 "pallet-beefy-mmr",9144 "pallet-bridge-dispatch",9145 "pallet-bridge-grandpa",9146 "pallet-bridge-messages",9147 "pallet-collective",9148 "pallet-grandpa",9149 "pallet-im-online",9150 "pallet-indices",9151 "pallet-membership",9152 "pallet-mmr",9153 "pallet-mmr-primitives",9154 "pallet-multisig",9155 "pallet-offences",9156 "pallet-proxy",9157 "pallet-session",9158 "pallet-staking",9159 "pallet-sudo",9160 "pallet-timestamp",9161 "pallet-transaction-payment",9162 "pallet-transaction-payment-rpc-runtime-api",9163 "pallet-utility",9164 "pallet-xcm",9165 "parity-scale-codec",9166 "polkadot-parachain",9167 "polkadot-primitives",9168 "polkadot-runtime-common",9169 "polkadot-runtime-parachains",9170 "rococo-runtime-constants",9171 "scale-info",9172 "serde",9173 "serde_derive",9174 "smallvec",9175 "sp-api",9176 "sp-authority-discovery",9177 "sp-block-builder",9178 "sp-consensus-babe",9179 "sp-core",9180 "sp-inherents",9181 "sp-io",9182 "sp-offchain",9183 "sp-runtime",9184 "sp-session",9185 "sp-staking",9186 "sp-std",9187 "sp-transaction-pool",9188 "sp-version",9189 "substrate-wasm-builder",9190 "xcm",9191 "xcm-builder",9192 "xcm-executor",9193]91949195[[package]]9196name = "rococo-runtime-constants"9197version = "0.9.18"9198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9199dependencies = [9200 "frame-support",9201 "polkadot-primitives",9202 "polkadot-runtime-common",9203 "smallvec",9204 "sp-runtime",9205]92069207[[package]]9208name = "rpassword"9209version = "5.0.1"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9212dependencies = [9213 "libc",9214 "winapi 0.3.9",9215]92169217[[package]]9218name = "rustc-demangle"9219version = "0.1.21"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92229223[[package]]9224name = "rustc-hash"9225version = "1.1.0"9226source = "registry+https://github.com/rust-lang/crates.io-index"9227checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92289229[[package]]9230name = "rustc-hex"9231version = "2.1.0"9232source = "registry+https://github.com/rust-lang/crates.io-index"9233checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92349235[[package]]9236name = "rustc_version"9237version = "0.2.3"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9240dependencies = [9241 "semver 0.9.0",9242]92439244[[package]]9245name = "rustc_version"9246version = "0.3.3"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9249dependencies = [9250 "semver 0.11.0",9251]92529253[[package]]9254name = "rustc_version"9255version = "0.4.0"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9258dependencies = [9259 "semver 1.0.6",9260]92619262[[package]]9263name = "rustix"9264version = "0.31.3"9265source = "registry+https://github.com/rust-lang/crates.io-index"9266checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9267dependencies = [9268 "bitflags",9269 "errno",9270 "io-lifetimes",9271 "libc",9272 "linux-raw-sys",9273 "winapi 0.3.9",9274]92759276[[package]]9277name = "rustls"9278version = "0.19.1"9279source = "registry+https://github.com/rust-lang/crates.io-index"9280checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9281dependencies = [9282 "base64",9283 "log",9284 "ring",9285 "sct 0.6.1",9286 "webpki 0.21.4",9287]92889289[[package]]9290name = "rustls"9291version = "0.20.4"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9294dependencies = [9295 "log",9296 "ring",9297 "sct 0.7.0",9298 "webpki 0.22.0",9299]93009301[[package]]9302name = "rustls-native-certs"9303version = "0.5.0"9304source = "registry+https://github.com/rust-lang/crates.io-index"9305checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9306dependencies = [9307 "openssl-probe",9308 "rustls 0.19.1",9309 "schannel",9310 "security-framework",9311]93129313[[package]]9314name = "rustls-native-certs"9315version = "0.6.1"9316source = "registry+https://github.com/rust-lang/crates.io-index"9317checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9318dependencies = [9319 "openssl-probe",9320 "rustls-pemfile",9321 "schannel",9322 "security-framework",9323]93249325[[package]]9326name = "rustls-pemfile"9327version = "0.2.1"9328source = "registry+https://github.com/rust-lang/crates.io-index"9329checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9330dependencies = [9331 "base64",9332]93339334[[package]]9335name = "rustversion"9336version = "1.0.6"9337source = "registry+https://github.com/rust-lang/crates.io-index"9338checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93399340[[package]]9341name = "rw-stream-sink"9342version = "0.2.1"9343source = "registry+https://github.com/rust-lang/crates.io-index"9344checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9345dependencies = [9346 "futures 0.3.21",9347 "pin-project 0.4.29",9348 "static_assertions",9349]93509351[[package]]9352name = "ryu"9353version = "1.0.9"9354source = "registry+https://github.com/rust-lang/crates.io-index"9355checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93569357[[package]]9358name = "safe-mix"9359version = "1.0.1"9360source = "registry+https://github.com/rust-lang/crates.io-index"9361checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9362dependencies = [9363 "rustc_version 0.2.3",9364]93659366[[package]]9367name = "salsa20"9368version = "0.9.0"9369source = "registry+https://github.com/rust-lang/crates.io-index"9370checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9371dependencies = [9372 "cipher",9373]93749375[[package]]9376name = "same-file"9377version = "1.0.6"9378source = "registry+https://github.com/rust-lang/crates.io-index"9379checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9380dependencies = [9381 "winapi-util",9382]93839384[[package]]9385name = "sc-allocator"9386version = "4.1.0-dev"9387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9388dependencies = [9389 "log",9390 "sp-core",9391 "sp-wasm-interface",9392 "thiserror",9393]93949395[[package]]9396name = "sc-authority-discovery"9397version = "0.10.0-dev"9398source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9399dependencies = [9400 "async-trait",9401 "futures 0.3.21",9402 "futures-timer",9403 "ip_network",9404 "libp2p",9405 "log",9406 "parity-scale-codec",9407 "prost",9408 "prost-build",9409 "rand 0.7.3",9410 "sc-client-api",9411 "sc-network",9412 "sp-api",9413 "sp-authority-discovery",9414 "sp-blockchain",9415 "sp-core",9416 "sp-keystore",9417 "sp-runtime",9418 "substrate-prometheus-endpoint",9419 "thiserror",9420]94219422[[package]]9423name = "sc-basic-authorship"9424version = "0.10.0-dev"9425source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9426dependencies = [9427 "futures 0.3.21",9428 "futures-timer",9429 "log",9430 "parity-scale-codec",9431 "sc-block-builder",9432 "sc-client-api",9433 "sc-proposer-metrics",9434 "sc-telemetry",9435 "sc-transaction-pool-api",9436 "sp-api",9437 "sp-blockchain",9438 "sp-consensus",9439 "sp-core",9440 "sp-inherents",9441 "sp-runtime",9442 "substrate-prometheus-endpoint",9443]94449445[[package]]9446name = "sc-block-builder"9447version = "0.10.0-dev"9448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9449dependencies = [9450 "parity-scale-codec",9451 "sc-client-api",9452 "sp-api",9453 "sp-block-builder",9454 "sp-blockchain",9455 "sp-core",9456 "sp-inherents",9457 "sp-runtime",9458 "sp-state-machine",9459]94609461[[package]]9462name = "sc-chain-spec"9463version = "4.0.0-dev"9464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9465dependencies = [9466 "impl-trait-for-tuples",9467 "memmap2 0.5.3",9468 "parity-scale-codec",9469 "sc-chain-spec-derive",9470 "sc-network",9471 "sc-telemetry",9472 "serde",9473 "serde_json",9474 "sp-core",9475 "sp-runtime",9476]94779478[[package]]9479name = "sc-chain-spec-derive"9480version = "4.0.0-dev"9481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9482dependencies = [9483 "proc-macro-crate 1.1.3",9484 "proc-macro2",9485 "quote",9486 "syn",9487]94889489[[package]]9490name = "sc-cli"9491version = "0.10.0-dev"9492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9493dependencies = [9494 "chrono",9495 "clap",9496 "fdlimit",9497 "futures 0.3.21",9498 "hex",9499 "libp2p",9500 "log",9501 "names",9502 "parity-scale-codec",9503 "rand 0.7.3",9504 "regex",9505 "rpassword",9506 "sc-client-api",9507 "sc-keystore",9508 "sc-network",9509 "sc-service",9510 "sc-telemetry",9511 "sc-tracing",9512 "sc-utils",9513 "serde",9514 "serde_json",9515 "sp-blockchain",9516 "sp-core",9517 "sp-keyring",9518 "sp-keystore",9519 "sp-panic-handler",9520 "sp-runtime",9521 "sp-version",9522 "thiserror",9523 "tiny-bip39",9524 "tokio 1.17.0",9525]95269527[[package]]9528name = "sc-client-api"9529version = "4.0.0-dev"9530source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9531dependencies = [9532 "fnv",9533 "futures 0.3.21",9534 "hash-db",9535 "log",9536 "parity-scale-codec",9537 "parking_lot 0.12.0",9538 "sc-executor",9539 "sc-transaction-pool-api",9540 "sc-utils",9541 "sp-api",9542 "sp-blockchain",9543 "sp-consensus",9544 "sp-core",9545 "sp-database",9546 "sp-externalities",9547 "sp-keystore",9548 "sp-runtime",9549 "sp-state-machine",9550 "sp-storage",9551 "sp-trie",9552 "substrate-prometheus-endpoint",9553]95549555[[package]]9556name = "sc-client-db"9557version = "0.10.0-dev"9558source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9559dependencies = [9560 "hash-db",9561 "kvdb",9562 "kvdb-memorydb",9563 "kvdb-rocksdb",9564 "linked-hash-map",9565 "log",9566 "parity-db",9567 "parity-scale-codec",9568 "parking_lot 0.12.0",9569 "sc-client-api",9570 "sc-state-db",9571 "sp-arithmetic",9572 "sp-blockchain",9573 "sp-core",9574 "sp-database",9575 "sp-runtime",9576 "sp-state-machine",9577 "sp-trie",9578]95799580[[package]]9581name = "sc-consensus"9582version = "0.10.0-dev"9583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9584dependencies = [9585 "async-trait",9586 "futures 0.3.21",9587 "futures-timer",9588 "libp2p",9589 "log",9590 "parking_lot 0.12.0",9591 "sc-client-api",9592 "sc-utils",9593 "serde",9594 "sp-api",9595 "sp-blockchain",9596 "sp-consensus",9597 "sp-core",9598 "sp-runtime",9599 "sp-state-machine",9600 "substrate-prometheus-endpoint",9601 "thiserror",9602]96039604[[package]]9605name = "sc-consensus-aura"9606version = "0.10.0-dev"9607source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9608dependencies = [9609 "async-trait",9610 "futures 0.3.21",9611 "log",9612 "parity-scale-codec",9613 "sc-block-builder",9614 "sc-client-api",9615 "sc-consensus",9616 "sc-consensus-slots",9617 "sc-telemetry",9618 "sp-api",9619 "sp-application-crypto",9620 "sp-block-builder",9621 "sp-blockchain",9622 "sp-consensus",9623 "sp-consensus-aura",9624 "sp-consensus-slots",9625 "sp-core",9626 "sp-inherents",9627 "sp-keystore",9628 "sp-runtime",9629 "substrate-prometheus-endpoint",9630 "thiserror",9631]96329633[[package]]9634name = "sc-consensus-babe"9635version = "0.10.0-dev"9636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9637dependencies = [9638 "async-trait",9639 "fork-tree",9640 "futures 0.3.21",9641 "log",9642 "merlin",9643 "num-bigint",9644 "num-rational 0.2.4",9645 "num-traits",9646 "parity-scale-codec",9647 "parking_lot 0.12.0",9648 "rand 0.7.3",9649 "retain_mut",9650 "sc-client-api",9651 "sc-consensus",9652 "sc-consensus-epochs",9653 "sc-consensus-slots",9654 "sc-keystore",9655 "sc-telemetry",9656 "schnorrkel",9657 "serde",9658 "sp-api",9659 "sp-application-crypto",9660 "sp-block-builder",9661 "sp-blockchain",9662 "sp-consensus",9663 "sp-consensus-babe",9664 "sp-consensus-slots",9665 "sp-consensus-vrf",9666 "sp-core",9667 "sp-inherents",9668 "sp-io",9669 "sp-keystore",9670 "sp-runtime",9671 "sp-version",9672 "substrate-prometheus-endpoint",9673 "thiserror",9674]96759676[[package]]9677name = "sc-consensus-babe-rpc"9678version = "0.10.0-dev"9679source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9680dependencies = [9681 "futures 0.3.21",9682 "jsonrpc-core",9683 "jsonrpc-core-client",9684 "jsonrpc-derive",9685 "sc-consensus-babe",9686 "sc-consensus-epochs",9687 "sc-rpc-api",9688 "serde",9689 "sp-api",9690 "sp-application-crypto",9691 "sp-blockchain",9692 "sp-consensus",9693 "sp-consensus-babe",9694 "sp-core",9695 "sp-keystore",9696 "sp-runtime",9697 "thiserror",9698]96999700[[package]]9701name = "sc-consensus-epochs"9702version = "0.10.0-dev"9703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9704dependencies = [9705 "fork-tree",9706 "parity-scale-codec",9707 "sc-client-api",9708 "sc-consensus",9709 "sp-blockchain",9710 "sp-runtime",9711]97129713[[package]]9714name = "sc-consensus-manual-seal"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9717dependencies = [9718 "assert_matches",9719 "async-trait",9720 "futures 0.3.21",9721 "jsonrpc-core",9722 "jsonrpc-core-client",9723 "jsonrpc-derive",9724 "log",9725 "parity-scale-codec",9726 "sc-client-api",9727 "sc-consensus",9728 "sc-consensus-aura",9729 "sc-consensus-babe",9730 "sc-consensus-epochs",9731 "sc-transaction-pool",9732 "sc-transaction-pool-api",9733 "serde",9734 "sp-api",9735 "sp-blockchain",9736 "sp-consensus",9737 "sp-consensus-aura",9738 "sp-consensus-babe",9739 "sp-consensus-slots",9740 "sp-core",9741 "sp-inherents",9742 "sp-keystore",9743 "sp-runtime",9744 "sp-timestamp",9745 "substrate-prometheus-endpoint",9746 "thiserror",9747]97489749[[package]]9750name = "sc-consensus-slots"9751version = "0.10.0-dev"9752source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9753dependencies = [9754 "async-trait",9755 "futures 0.3.21",9756 "futures-timer",9757 "log",9758 "parity-scale-codec",9759 "sc-client-api",9760 "sc-consensus",9761 "sc-telemetry",9762 "sp-arithmetic",9763 "sp-blockchain",9764 "sp-consensus",9765 "sp-consensus-slots",9766 "sp-core",9767 "sp-inherents",9768 "sp-runtime",9769 "sp-state-machine",9770 "sp-timestamp",9771 "thiserror",9772]97739774[[package]]9775name = "sc-consensus-uncles"9776version = "0.10.0-dev"9777source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9778dependencies = [9779 "sc-client-api",9780 "sp-authorship",9781 "sp-runtime",9782 "thiserror",9783]97849785[[package]]9786name = "sc-executor"9787version = "0.10.0-dev"9788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9789dependencies = [9790 "lazy_static",9791 "lru 0.6.6",9792 "parity-scale-codec",9793 "parking_lot 0.12.0",9794 "sc-executor-common",9795 "sc-executor-wasmi",9796 "sc-executor-wasmtime",9797 "sp-api",9798 "sp-core",9799 "sp-core-hashing-proc-macro",9800 "sp-externalities",9801 "sp-io",9802 "sp-panic-handler",9803 "sp-runtime-interface",9804 "sp-tasks",9805 "sp-trie",9806 "sp-version",9807 "sp-wasm-interface",9808 "tracing",9809 "wasmi",9810]98119812[[package]]9813name = "sc-executor-common"9814version = "0.10.0-dev"9815source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9816dependencies = [9817 "environmental",9818 "parity-scale-codec",9819 "sc-allocator",9820 "sp-core",9821 "sp-maybe-compressed-blob",9822 "sp-serializer",9823 "sp-wasm-interface",9824 "thiserror",9825 "wasm-instrument",9826 "wasmi",9827]98289829[[package]]9830name = "sc-executor-wasmi"9831version = "0.10.0-dev"9832source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9833dependencies = [9834 "log",9835 "parity-scale-codec",9836 "sc-allocator",9837 "sc-executor-common",9838 "scoped-tls",9839 "sp-core",9840 "sp-runtime-interface",9841 "sp-wasm-interface",9842 "wasmi",9843]98449845[[package]]9846name = "sc-executor-wasmtime"9847version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9849dependencies = [9850 "cfg-if 1.0.0",9851 "libc",9852 "log",9853 "parity-scale-codec",9854 "parity-wasm 0.42.2",9855 "sc-allocator",9856 "sc-executor-common",9857 "sp-core",9858 "sp-runtime-interface",9859 "sp-wasm-interface",9860 "wasmtime",9861]98629863[[package]]9864name = "sc-finality-grandpa"9865version = "0.10.0-dev"9866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9867dependencies = [9868 "ahash",9869 "async-trait",9870 "dyn-clone",9871 "finality-grandpa",9872 "fork-tree",9873 "futures 0.3.21",9874 "futures-timer",9875 "hex",9876 "log",9877 "parity-scale-codec",9878 "parking_lot 0.12.0",9879 "rand 0.8.5",9880 "sc-block-builder",9881 "sc-chain-spec",9882 "sc-client-api",9883 "sc-consensus",9884 "sc-keystore",9885 "sc-network",9886 "sc-network-gossip",9887 "sc-telemetry",9888 "sc-utils",9889 "serde_json",9890 "sp-api",9891 "sp-application-crypto",9892 "sp-arithmetic",9893 "sp-blockchain",9894 "sp-consensus",9895 "sp-core",9896 "sp-finality-grandpa",9897 "sp-keystore",9898 "sp-runtime",9899 "substrate-prometheus-endpoint",9900 "thiserror",9901]99029903[[package]]9904name = "sc-finality-grandpa-rpc"9905version = "0.10.0-dev"9906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9907dependencies = [9908 "finality-grandpa",9909 "futures 0.3.21",9910 "jsonrpc-core",9911 "jsonrpc-core-client",9912 "jsonrpc-derive",9913 "jsonrpc-pubsub",9914 "log",9915 "parity-scale-codec",9916 "sc-client-api",9917 "sc-finality-grandpa",9918 "sc-rpc",9919 "serde",9920 "serde_json",9921 "sp-blockchain",9922 "sp-core",9923 "sp-runtime",9924 "thiserror",9925]99269927[[package]]9928name = "sc-informant"9929version = "0.10.0-dev"9930source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9931dependencies = [9932 "ansi_term",9933 "futures 0.3.21",9934 "futures-timer",9935 "log",9936 "parity-util-mem",9937 "sc-client-api",9938 "sc-network",9939 "sc-transaction-pool-api",9940 "sp-blockchain",9941 "sp-runtime",9942]99439944[[package]]9945name = "sc-keystore"9946version = "4.0.0-dev"9947source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9948dependencies = [9949 "async-trait",9950 "hex",9951 "parking_lot 0.12.0",9952 "serde_json",9953 "sp-application-crypto",9954 "sp-core",9955 "sp-keystore",9956 "thiserror",9957]99589959[[package]]9960name = "sc-network"9961version = "0.10.0-dev"9962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9963dependencies = [9964 "async-trait",9965 "asynchronous-codec 0.5.0",9966 "bitflags",9967 "bytes 1.1.0",9968 "cid",9969 "either",9970 "fnv",9971 "fork-tree",9972 "futures 0.3.21",9973 "futures-timer",9974 "hex",9975 "ip_network",9976 "libp2p",9977 "linked-hash-map",9978 "linked_hash_set",9979 "log",9980 "lru 0.7.3",9981 "parity-scale-codec",9982 "parking_lot 0.12.0",9983 "pin-project 1.0.10",9984 "prost",9985 "prost-build",9986 "rand 0.7.3",9987 "sc-block-builder",9988 "sc-client-api",9989 "sc-consensus",9990 "sc-peerset",9991 "sc-utils",9992 "serde",9993 "serde_json",9994 "smallvec",9995 "sp-arithmetic",9996 "sp-blockchain",9997 "sp-consensus",9998 "sp-core",9999 "sp-finality-grandpa",10000 "sp-runtime",10001 "substrate-prometheus-endpoint",10002 "thiserror",10003 "unsigned-varint 0.6.0",10004 "void",10005 "zeroize",10006]1000710008[[package]]10009name = "sc-network-gossip"10010version = "0.10.0-dev"10011source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10012dependencies = [10013 "ahash",10014 "futures 0.3.21",10015 "futures-timer",10016 "libp2p",10017 "log",10018 "lru 0.7.3",10019 "sc-network",10020 "sp-runtime",10021 "substrate-prometheus-endpoint",10022 "tracing",10023]1002410025[[package]]10026name = "sc-offchain"10027version = "4.0.0-dev"10028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10029dependencies = [10030 "bytes 1.1.0",10031 "fnv",10032 "futures 0.3.21",10033 "futures-timer",10034 "hex",10035 "hyper",10036 "hyper-rustls 0.22.1",10037 "num_cpus",10038 "once_cell",10039 "parity-scale-codec",10040 "parking_lot 0.12.0",10041 "rand 0.7.3",10042 "sc-client-api",10043 "sc-network",10044 "sc-utils",10045 "sp-api",10046 "sp-core",10047 "sp-offchain",10048 "sp-runtime",10049 "threadpool",10050 "tracing",10051]1005210053[[package]]10054name = "sc-peerset"10055version = "4.0.0-dev"10056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10057dependencies = [10058 "futures 0.3.21",10059 "libp2p",10060 "log",10061 "sc-utils",10062 "serde_json",10063 "wasm-timer",10064]1006510066[[package]]10067name = "sc-proposer-metrics"10068version = "0.10.0-dev"10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10070dependencies = [10071 "log",10072 "substrate-prometheus-endpoint",10073]1007410075[[package]]10076name = "sc-rpc"10077version = "4.0.0-dev"10078source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10079dependencies = [10080 "futures 0.3.21",10081 "hash-db",10082 "jsonrpc-core",10083 "jsonrpc-pubsub",10084 "log",10085 "parity-scale-codec",10086 "parking_lot 0.12.0",10087 "sc-block-builder",10088 "sc-chain-spec",10089 "sc-client-api",10090 "sc-rpc-api",10091 "sc-tracing",10092 "sc-transaction-pool-api",10093 "sc-utils",10094 "serde_json",10095 "sp-api",10096 "sp-blockchain",10097 "sp-core",10098 "sp-keystore",10099 "sp-offchain",10100 "sp-rpc",10101 "sp-runtime",10102 "sp-session",10103 "sp-version",10104]1010510106[[package]]10107name = "sc-rpc-api"10108version = "0.10.0-dev"10109source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10110dependencies = [10111 "futures 0.3.21",10112 "jsonrpc-core",10113 "jsonrpc-core-client",10114 "jsonrpc-derive",10115 "jsonrpc-pubsub",10116 "log",10117 "parity-scale-codec",10118 "parking_lot 0.12.0",10119 "sc-chain-spec",10120 "sc-transaction-pool-api",10121 "serde",10122 "serde_json",10123 "sp-core",10124 "sp-rpc",10125 "sp-runtime",10126 "sp-tracing",10127 "sp-version",10128 "thiserror",10129]1013010131[[package]]10132name = "sc-rpc-server"10133version = "4.0.0-dev"10134source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10135dependencies = [10136 "futures 0.3.21",10137 "jsonrpc-core",10138 "jsonrpc-http-server",10139 "jsonrpc-ipc-server",10140 "jsonrpc-pubsub",10141 "jsonrpc-ws-server",10142 "log",10143 "serde_json",10144 "substrate-prometheus-endpoint",10145 "tokio 1.17.0",10146]1014710148[[package]]10149name = "sc-service"10150version = "0.10.0-dev"10151source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10152dependencies = [10153 "async-trait",10154 "directories",10155 "exit-future",10156 "futures 0.3.21",10157 "futures-timer",10158 "hash-db",10159 "jsonrpc-core",10160 "jsonrpc-pubsub",10161 "log",10162 "parity-scale-codec",10163 "parity-util-mem",10164 "parking_lot 0.12.0",10165 "pin-project 1.0.10",10166 "rand 0.7.3",10167 "sc-block-builder",10168 "sc-chain-spec",10169 "sc-client-api",10170 "sc-client-db",10171 "sc-consensus",10172 "sc-executor",10173 "sc-informant",10174 "sc-keystore",10175 "sc-network",10176 "sc-offchain",10177 "sc-rpc",10178 "sc-rpc-server",10179 "sc-telemetry",10180 "sc-tracing",10181 "sc-transaction-pool",10182 "sc-transaction-pool-api",10183 "sc-utils",10184 "serde",10185 "serde_json",10186 "sp-api",10187 "sp-application-crypto",10188 "sp-block-builder",10189 "sp-blockchain",10190 "sp-consensus",10191 "sp-core",10192 "sp-externalities",10193 "sp-inherents",10194 "sp-keystore",10195 "sp-runtime",10196 "sp-session",10197 "sp-state-machine",10198 "sp-storage",10199 "sp-tracing",10200 "sp-transaction-pool",10201 "sp-transaction-storage-proof",10202 "sp-trie",10203 "sp-version",10204 "substrate-prometheus-endpoint",10205 "tempfile",10206 "thiserror",10207 "tokio 1.17.0",10208 "tracing",10209 "tracing-futures",10210]1021110212[[package]]10213name = "sc-state-db"10214version = "0.10.0-dev"10215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10216dependencies = [10217 "log",10218 "parity-scale-codec",10219 "parity-util-mem",10220 "parity-util-mem-derive",10221 "parking_lot 0.12.0",10222 "sc-client-api",10223 "sp-core",10224]1022510226[[package]]10227name = "sc-sync-state-rpc"10228version = "0.10.0-dev"10229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10230dependencies = [10231 "jsonrpc-core",10232 "jsonrpc-core-client",10233 "jsonrpc-derive",10234 "parity-scale-codec",10235 "sc-chain-spec",10236 "sc-client-api",10237 "sc-consensus-babe",10238 "sc-consensus-epochs",10239 "sc-finality-grandpa",10240 "serde",10241 "serde_json",10242 "sp-blockchain",10243 "sp-runtime",10244 "thiserror",10245]1024610247[[package]]10248name = "sc-telemetry"10249version = "4.0.0-dev"10250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10251dependencies = [10252 "chrono",10253 "futures 0.3.21",10254 "libp2p",10255 "log",10256 "parking_lot 0.12.0",10257 "pin-project 1.0.10",10258 "rand 0.7.3",10259 "serde",10260 "serde_json",10261 "thiserror",10262 "wasm-timer",10263]1026410265[[package]]10266name = "sc-tracing"10267version = "4.0.0-dev"10268source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10269dependencies = [10270 "ansi_term",10271 "atty",10272 "chrono",10273 "lazy_static",10274 "libc",10275 "log",10276 "once_cell",10277 "parking_lot 0.12.0",10278 "regex",10279 "rustc-hash",10280 "sc-client-api",10281 "sc-rpc-server",10282 "sc-tracing-proc-macro",10283 "serde",10284 "sp-api",10285 "sp-blockchain",10286 "sp-core",10287 "sp-rpc",10288 "sp-runtime",10289 "sp-tracing",10290 "thiserror",10291 "tracing",10292 "tracing-log",10293 "tracing-subscriber",10294]1029510296[[package]]10297name = "sc-tracing-proc-macro"10298version = "4.0.0-dev"10299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10300dependencies = [10301 "proc-macro-crate 1.1.3",10302 "proc-macro2",10303 "quote",10304 "syn",10305]1030610307[[package]]10308name = "sc-transaction-pool"10309version = "4.0.0-dev"10310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10311dependencies = [10312 "futures 0.3.21",10313 "futures-timer",10314 "linked-hash-map",10315 "log",10316 "parity-scale-codec",10317 "parity-util-mem",10318 "parking_lot 0.12.0",10319 "retain_mut",10320 "sc-client-api",10321 "sc-transaction-pool-api",10322 "sc-utils",10323 "serde",10324 "sp-api",10325 "sp-blockchain",10326 "sp-core",10327 "sp-runtime",10328 "sp-tracing",10329 "sp-transaction-pool",10330 "substrate-prometheus-endpoint",10331 "thiserror",10332]1033310334[[package]]10335name = "sc-transaction-pool-api"10336version = "4.0.0-dev"10337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10338dependencies = [10339 "futures 0.3.21",10340 "log",10341 "serde",10342 "sp-blockchain",10343 "sp-runtime",10344 "thiserror",10345]1034610347[[package]]10348name = "sc-utils"10349version = "4.0.0-dev"10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10351dependencies = [10352 "futures 0.3.21",10353 "futures-timer",10354 "lazy_static",10355 "log",10356 "parking_lot 0.12.0",10357 "prometheus",10358]1035910360[[package]]10361name = "scale-info"10362version = "2.0.1"10363source = "registry+https://github.com/rust-lang/crates.io-index"10364checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10365dependencies = [10366 "bitvec",10367 "cfg-if 1.0.0",10368 "derive_more",10369 "parity-scale-codec",10370 "scale-info-derive",10371 "serde",10372]1037310374[[package]]10375name = "scale-info-derive"10376version = "2.0.0"10377source = "registry+https://github.com/rust-lang/crates.io-index"10378checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10379dependencies = [10380 "proc-macro-crate 1.1.3",10381 "proc-macro2",10382 "quote",10383 "syn",10384]1038510386[[package]]10387name = "schannel"10388version = "0.1.19"10389source = "registry+https://github.com/rust-lang/crates.io-index"10390checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10391dependencies = [10392 "lazy_static",10393 "winapi 0.3.9",10394]1039510396[[package]]10397name = "schnorrkel"10398version = "0.9.1"10399source = "registry+https://github.com/rust-lang/crates.io-index"10400checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10401dependencies = [10402 "arrayref",10403 "arrayvec 0.5.2",10404 "curve25519-dalek 2.1.3",10405 "getrandom 0.1.16",10406 "merlin",10407 "rand 0.7.3",10408 "rand_core 0.5.1",10409 "sha2 0.8.2",10410 "subtle 2.4.1",10411 "zeroize",10412]1041310414[[package]]10415name = "scoped-tls"10416version = "1.0.0"10417source = "registry+https://github.com/rust-lang/crates.io-index"10418checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1041910420[[package]]10421name = "scopeguard"10422version = "1.1.0"10423source = "registry+https://github.com/rust-lang/crates.io-index"10424checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1042510426[[package]]10427name = "sct"10428version = "0.6.1"10429source = "registry+https://github.com/rust-lang/crates.io-index"10430checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10431dependencies = [10432 "ring",10433 "untrusted",10434]1043510436[[package]]10437name = "sct"10438version = "0.7.0"10439source = "registry+https://github.com/rust-lang/crates.io-index"10440checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10441dependencies = [10442 "ring",10443 "untrusted",10444]1044510446[[package]]10447name = "sec1"10448version = "0.2.1"10449source = "registry+https://github.com/rust-lang/crates.io-index"10450checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10451dependencies = [10452 "der",10453 "generic-array 0.14.5",10454 "pkcs8",10455 "subtle 2.4.1",10456 "zeroize",10457]1045810459[[package]]10460name = "secp256k1"10461version = "0.21.3"10462source = "registry+https://github.com/rust-lang/crates.io-index"10463checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10464dependencies = [10465 "secp256k1-sys",10466]1046710468[[package]]10469name = "secp256k1-sys"10470version = "0.4.2"10471source = "registry+https://github.com/rust-lang/crates.io-index"10472checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10473dependencies = [10474 "cc",10475]1047610477[[package]]10478name = "secrecy"10479version = "0.8.0"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10482dependencies = [10483 "zeroize",10484]1048510486[[package]]10487name = "security-framework"10488version = "2.6.1"10489source = "registry+https://github.com/rust-lang/crates.io-index"10490checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10491dependencies = [10492 "bitflags",10493 "core-foundation",10494 "core-foundation-sys",10495 "libc",10496 "security-framework-sys",10497]1049810499[[package]]10500name = "security-framework-sys"10501version = "2.6.1"10502source = "registry+https://github.com/rust-lang/crates.io-index"10503checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10504dependencies = [10505 "core-foundation-sys",10506 "libc",10507]1050810509[[package]]10510name = "semver"10511version = "0.6.0"10512source = "registry+https://github.com/rust-lang/crates.io-index"10513checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10514dependencies = [10515 "semver-parser 0.7.0",10516]1051710518[[package]]10519name = "semver"10520version = "0.9.0"10521source = "registry+https://github.com/rust-lang/crates.io-index"10522checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10523dependencies = [10524 "semver-parser 0.7.0",10525]1052610527[[package]]10528name = "semver"10529version = "0.11.0"10530source = "registry+https://github.com/rust-lang/crates.io-index"10531checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10532dependencies = [10533 "semver-parser 0.10.2",10534]1053510536[[package]]10537name = "semver"10538version = "1.0.6"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10541dependencies = [10542 "serde",10543]1054410545[[package]]10546name = "semver-parser"10547version = "0.7.0"10548source = "registry+https://github.com/rust-lang/crates.io-index"10549checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1055010551[[package]]10552name = "semver-parser"10553version = "0.10.2"10554source = "registry+https://github.com/rust-lang/crates.io-index"10555checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10556dependencies = [10557 "pest",10558]1055910560[[package]]10561name = "serde"10562version = "1.0.136"10563source = "registry+https://github.com/rust-lang/crates.io-index"10564checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10565dependencies = [10566 "serde_derive",10567]1056810569[[package]]10570name = "serde_derive"10571version = "1.0.136"10572source = "registry+https://github.com/rust-lang/crates.io-index"10573checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10574dependencies = [10575 "proc-macro2",10576 "quote",10577 "syn",10578]1057910580[[package]]10581name = "serde_json"10582version = "1.0.79"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10585dependencies = [10586 "itoa 1.0.1",10587 "ryu",10588 "serde",10589]1059010591[[package]]10592name = "serde_nanos"10593version = "0.1.2"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10596dependencies = [10597 "serde",10598]1059910600[[package]]10601name = "sha-1"10602version = "0.8.2"10603source = "registry+https://github.com/rust-lang/crates.io-index"10604checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10605dependencies = [10606 "block-buffer 0.7.3",10607 "digest 0.8.1",10608 "fake-simd",10609 "opaque-debug 0.2.3",10610]1061110612[[package]]10613name = "sha-1"10614version = "0.9.8"10615source = "registry+https://github.com/rust-lang/crates.io-index"10616checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10617dependencies = [10618 "block-buffer 0.9.0",10619 "cfg-if 1.0.0",10620 "cpufeatures 0.2.2",10621 "digest 0.9.0",10622 "opaque-debug 0.3.0",10623]1062410625[[package]]10626name = "sha2"10627version = "0.8.2"10628source = "registry+https://github.com/rust-lang/crates.io-index"10629checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10630dependencies = [10631 "block-buffer 0.7.3",10632 "digest 0.8.1",10633 "fake-simd",10634 "opaque-debug 0.2.3",10635]1063610637[[package]]10638name = "sha2"10639version = "0.9.9"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10642dependencies = [10643 "block-buffer 0.9.0",10644 "cfg-if 1.0.0",10645 "cpufeatures 0.2.2",10646 "digest 0.9.0",10647 "opaque-debug 0.3.0",10648]1064910650[[package]]10651name = "sha2"10652version = "0.10.2"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10655dependencies = [10656 "cfg-if 1.0.0",10657 "cpufeatures 0.2.2",10658 "digest 0.10.3",10659]1066010661[[package]]10662name = "sha3"10663version = "0.8.2"10664source = "registry+https://github.com/rust-lang/crates.io-index"10665checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10666dependencies = [10667 "block-buffer 0.7.3",10668 "byte-tools",10669 "digest 0.8.1",10670 "keccak",10671 "opaque-debug 0.2.3",10672]1067310674[[package]]10675name = "sha3"10676version = "0.9.1"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10679dependencies = [10680 "block-buffer 0.9.0",10681 "digest 0.9.0",10682 "keccak",10683 "opaque-debug 0.3.0",10684]1068510686[[package]]10687name = "sha3"10688version = "0.10.1"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10691dependencies = [10692 "digest 0.10.3",10693 "keccak",10694]1069510696[[package]]10697name = "sharded-slab"10698version = "0.1.4"10699source = "registry+https://github.com/rust-lang/crates.io-index"10700checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10701dependencies = [10702 "lazy_static",10703]1070410705[[package]]10706name = "shlex"10707version = "1.1.0"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1071010711[[package]]10712name = "signal-hook"10713version = "0.3.13"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10716dependencies = [10717 "libc",10718 "signal-hook-registry",10719]1072010721[[package]]10722name = "signal-hook-registry"10723version = "1.4.0"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10726dependencies = [10727 "libc",10728]1072910730[[package]]10731name = "signature"10732version = "1.4.0"10733source = "registry+https://github.com/rust-lang/crates.io-index"10734checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10735dependencies = [10736 "rand_core 0.6.3",10737]1073810739[[package]]10740name = "simba"10741version = "0.5.1"10742source = "registry+https://github.com/rust-lang/crates.io-index"10743checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10744dependencies = [10745 "approx",10746 "num-complex",10747 "num-traits",10748 "paste",10749]1075010751[[package]]10752name = "slab"10753version = "0.4.5"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1075610757[[package]]10758name = "slot-range-helper"10759version = "0.9.18"10760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10761dependencies = [10762 "enumn",10763 "parity-scale-codec",10764 "paste",10765 "sp-runtime",10766 "sp-std",10767]1076810769[[package]]10770name = "slotmap"10771version = "1.0.6"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10774dependencies = [10775 "version_check",10776]1077710778[[package]]10779name = "smallvec"10780version = "1.8.0"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1078310784[[package]]10785name = "snap"10786version = "1.0.5"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1078910790[[package]]10791name = "snow"10792version = "0.8.0"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10795dependencies = [10796 "aes-gcm",10797 "blake2 0.9.2",10798 "chacha20poly1305",10799 "rand 0.8.5",10800 "rand_core 0.6.3",10801 "ring",10802 "rustc_version 0.3.3",10803 "sha2 0.9.9",10804 "subtle 2.4.1",10805 "x25519-dalek",10806]1080710808[[package]]10809name = "socket2"10810version = "0.3.19"10811source = "registry+https://github.com/rust-lang/crates.io-index"10812checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10813dependencies = [10814 "cfg-if 1.0.0",10815 "libc",10816 "winapi 0.3.9",10817]1081810819[[package]]10820name = "socket2"10821version = "0.4.4"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10824dependencies = [10825 "libc",10826 "winapi 0.3.9",10827]1082810829[[package]]10830name = "soketto"10831version = "0.7.1"10832source = "registry+https://github.com/rust-lang/crates.io-index"10833checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10834dependencies = [10835 "base64",10836 "bytes 1.1.0",10837 "flate2",10838 "futures 0.3.21",10839 "httparse",10840 "log",10841 "rand 0.8.5",10842 "sha-1 0.9.8",10843]1084410845[[package]]10846name = "sp-api"10847version = "4.0.0-dev"10848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10849dependencies = [10850 "hash-db",10851 "log",10852 "parity-scale-codec",10853 "sp-api-proc-macro",10854 "sp-core",10855 "sp-runtime",10856 "sp-state-machine",10857 "sp-std",10858 "sp-version",10859 "thiserror",10860]1086110862[[package]]10863name = "sp-api-proc-macro"10864version = "4.0.0-dev"10865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10866dependencies = [10867 "blake2 0.10.4",10868 "proc-macro-crate 1.1.3",10869 "proc-macro2",10870 "quote",10871 "syn",10872]1087310874[[package]]10875name = "sp-application-crypto"10876version = "6.0.0"10877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10878dependencies = [10879 "parity-scale-codec",10880 "scale-info",10881 "serde",10882 "sp-core",10883 "sp-io",10884 "sp-std",10885]1088610887[[package]]10888name = "sp-arithmetic"10889version = "5.0.0"10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10891dependencies = [10892 "integer-sqrt",10893 "num-traits",10894 "parity-scale-codec",10895 "scale-info",10896 "serde",10897 "sp-debug-derive",10898 "sp-std",10899 "static_assertions",10900]1090110902[[package]]10903name = "sp-authority-discovery"10904version = "4.0.0-dev"10905source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10906dependencies = [10907 "parity-scale-codec",10908 "scale-info",10909 "sp-api",10910 "sp-application-crypto",10911 "sp-runtime",10912 "sp-std",10913]1091410915[[package]]10916name = "sp-authorship"10917version = "4.0.0-dev"10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10919dependencies = [10920 "async-trait",10921 "parity-scale-codec",10922 "sp-inherents",10923 "sp-runtime",10924 "sp-std",10925]1092610927[[package]]10928name = "sp-block-builder"10929version = "4.0.0-dev"10930source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10931dependencies = [10932 "parity-scale-codec",10933 "sp-api",10934 "sp-inherents",10935 "sp-runtime",10936 "sp-std",10937]1093810939[[package]]10940name = "sp-blockchain"10941version = "4.0.0-dev"10942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10943dependencies = [10944 "futures 0.3.21",10945 "log",10946 "lru 0.7.3",10947 "parity-scale-codec",10948 "parking_lot 0.12.0",10949 "sp-api",10950 "sp-consensus",10951 "sp-database",10952 "sp-runtime",10953 "sp-state-machine",10954 "thiserror",10955]1095610957[[package]]10958name = "sp-consensus"10959version = "0.10.0-dev"10960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10961dependencies = [10962 "async-trait",10963 "futures 0.3.21",10964 "futures-timer",10965 "log",10966 "parity-scale-codec",10967 "sp-core",10968 "sp-inherents",10969 "sp-runtime",10970 "sp-state-machine",10971 "sp-std",10972 "sp-version",10973 "thiserror",10974]1097510976[[package]]10977name = "sp-consensus-aura"10978version = "0.10.0-dev"10979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10980dependencies = [10981 "async-trait",10982 "parity-scale-codec",10983 "scale-info",10984 "sp-api",10985 "sp-application-crypto",10986 "sp-consensus",10987 "sp-consensus-slots",10988 "sp-inherents",10989 "sp-runtime",10990 "sp-std",10991 "sp-timestamp",10992]1099310994[[package]]10995name = "sp-consensus-babe"10996version = "0.10.0-dev"10997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10998dependencies = [10999 "async-trait",11000 "merlin",11001 "parity-scale-codec",11002 "scale-info",11003 "serde",11004 "sp-api",11005 "sp-application-crypto",11006 "sp-consensus",11007 "sp-consensus-slots",11008 "sp-consensus-vrf",11009 "sp-core",11010 "sp-inherents",11011 "sp-keystore",11012 "sp-runtime",11013 "sp-std",11014 "sp-timestamp",11015]1101611017[[package]]11018name = "sp-consensus-slots"11019version = "0.10.0-dev"11020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11021dependencies = [11022 "parity-scale-codec",11023 "scale-info",11024 "serde",11025 "sp-arithmetic",11026 "sp-runtime",11027 "sp-std",11028 "sp-timestamp",11029]1103011031[[package]]11032name = "sp-consensus-vrf"11033version = "0.10.0-dev"11034source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11035dependencies = [11036 "parity-scale-codec",11037 "schnorrkel",11038 "sp-core",11039 "sp-runtime",11040 "sp-std",11041]1104211043[[package]]11044name = "sp-core"11045version = "6.0.0"11046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11047dependencies = [11048 "base58",11049 "bitflags",11050 "blake2-rfc",11051 "byteorder",11052 "dyn-clonable",11053 "ed25519-dalek",11054 "futures 0.3.21",11055 "hash-db",11056 "hash256-std-hasher",11057 "hex",11058 "impl-serde",11059 "lazy_static",11060 "libsecp256k1 0.7.0",11061 "log",11062 "merlin",11063 "num-traits",11064 "parity-scale-codec",11065 "parity-util-mem",11066 "parking_lot 0.12.0",11067 "primitive-types",11068 "rand 0.7.3",11069 "regex",11070 "scale-info",11071 "schnorrkel",11072 "secp256k1",11073 "secrecy",11074 "serde",11075 "sp-core-hashing",11076 "sp-debug-derive",11077 "sp-externalities",11078 "sp-runtime-interface",11079 "sp-std",11080 "sp-storage",11081 "ss58-registry",11082 "substrate-bip39",11083 "thiserror",11084 "tiny-bip39",11085 "wasmi",11086 "zeroize",11087]1108811089[[package]]11090name = "sp-core-hashing"11091version = "4.0.0"11092source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11093dependencies = [11094 "blake2 0.10.4",11095 "byteorder",11096 "digest 0.10.3",11097 "sha2 0.10.2",11098 "sha3 0.10.1",11099 "sp-std",11100 "twox-hash",11101]1110211103[[package]]11104name = "sp-core-hashing-proc-macro"11105version = "5.0.0"11106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11107dependencies = [11108 "proc-macro2",11109 "quote",11110 "sp-core-hashing",11111 "syn",11112]1111311114[[package]]11115name = "sp-database"11116version = "4.0.0-dev"11117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11118dependencies = [11119 "kvdb",11120 "parking_lot 0.12.0",11121]1112211123[[package]]11124name = "sp-debug-derive"11125version = "4.0.0"11126source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11127dependencies = [11128 "proc-macro2",11129 "quote",11130 "syn",11131]1113211133[[package]]11134name = "sp-externalities"11135version = "0.12.0"11136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11137dependencies = [11138 "environmental",11139 "parity-scale-codec",11140 "sp-std",11141 "sp-storage",11142]1114311144[[package]]11145name = "sp-finality-grandpa"11146version = "4.0.0-dev"11147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11148dependencies = [11149 "finality-grandpa",11150 "log",11151 "parity-scale-codec",11152 "scale-info",11153 "serde",11154 "sp-api",11155 "sp-application-crypto",11156 "sp-core",11157 "sp-keystore",11158 "sp-runtime",11159 "sp-std",11160]1116111162[[package]]11163name = "sp-inherents"11164version = "4.0.0-dev"11165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11166dependencies = [11167 "async-trait",11168 "impl-trait-for-tuples",11169 "parity-scale-codec",11170 "sp-core",11171 "sp-runtime",11172 "sp-std",11173 "thiserror",11174]1117511176[[package]]11177name = "sp-io"11178version = "6.0.0"11179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11180dependencies = [11181 "futures 0.3.21",11182 "hash-db",11183 "libsecp256k1 0.7.0",11184 "log",11185 "parity-scale-codec",11186 "parking_lot 0.12.0",11187 "secp256k1",11188 "sp-core",11189 "sp-externalities",11190 "sp-keystore",11191 "sp-runtime-interface",11192 "sp-state-machine",11193 "sp-std",11194 "sp-tracing",11195 "sp-trie",11196 "sp-wasm-interface",11197 "tracing",11198 "tracing-core",11199]1120011201[[package]]11202name = "sp-keyring"11203version = "6.0.0"11204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11205dependencies = [11206 "lazy_static",11207 "sp-core",11208 "sp-runtime",11209 "strum 0.23.0",11210]1121111212[[package]]11213name = "sp-keystore"11214version = "0.12.0"11215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11216dependencies = [11217 "async-trait",11218 "futures 0.3.21",11219 "merlin",11220 "parity-scale-codec",11221 "parking_lot 0.12.0",11222 "schnorrkel",11223 "serde",11224 "sp-core",11225 "sp-externalities",11226 "thiserror",11227]1122811229[[package]]11230name = "sp-maybe-compressed-blob"11231version = "4.1.0-dev"11232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11233dependencies = [11234 "thiserror",11235 "zstd",11236]1123711238[[package]]11239name = "sp-npos-elections"11240version = "4.0.0-dev"11241source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11242dependencies = [11243 "parity-scale-codec",11244 "scale-info",11245 "serde",11246 "sp-arithmetic",11247 "sp-core",11248 "sp-npos-elections-solution-type",11249 "sp-runtime",11250 "sp-std",11251]1125211253[[package]]11254name = "sp-npos-elections-solution-type"11255version = "4.0.0-dev"11256source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11257dependencies = [11258 "proc-macro-crate 1.1.3",11259 "proc-macro2",11260 "quote",11261 "syn",11262]1126311264[[package]]11265name = "sp-offchain"11266version = "4.0.0-dev"11267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11268dependencies = [11269 "sp-api",11270 "sp-core",11271 "sp-runtime",11272]1127311274[[package]]11275name = "sp-panic-handler"11276version = "4.0.0"11277source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11278dependencies = [11279 "backtrace",11280 "lazy_static",11281 "regex",11282]1128311284[[package]]11285name = "sp-rpc"11286version = "6.0.0"11287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11288dependencies = [11289 "rustc-hash",11290 "serde",11291 "sp-core",11292]1129311294[[package]]11295name = "sp-runtime"11296version = "6.0.0"11297source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11298dependencies = [11299 "either",11300 "hash256-std-hasher",11301 "impl-trait-for-tuples",11302 "log",11303 "parity-scale-codec",11304 "parity-util-mem",11305 "paste",11306 "rand 0.7.3",11307 "scale-info",11308 "serde",11309 "sp-application-crypto",11310 "sp-arithmetic",11311 "sp-core",11312 "sp-io",11313 "sp-std",11314]1131511316[[package]]11317name = "sp-runtime-interface"11318version = "6.0.0"11319source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11320dependencies = [11321 "impl-trait-for-tuples",11322 "parity-scale-codec",11323 "primitive-types",11324 "sp-externalities",11325 "sp-runtime-interface-proc-macro",11326 "sp-std",11327 "sp-storage",11328 "sp-tracing",11329 "sp-wasm-interface",11330 "static_assertions",11331]1133211333[[package]]11334name = "sp-runtime-interface-proc-macro"11335version = "5.0.0"11336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11337dependencies = [11338 "Inflector",11339 "proc-macro-crate 1.1.3",11340 "proc-macro2",11341 "quote",11342 "syn",11343]1134411345[[package]]11346name = "sp-serializer"11347version = "4.0.0-dev"11348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11349dependencies = [11350 "serde",11351 "serde_json",11352]1135311354[[package]]11355name = "sp-session"11356version = "4.0.0-dev"11357source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11358dependencies = [11359 "parity-scale-codec",11360 "scale-info",11361 "sp-api",11362 "sp-core",11363 "sp-runtime",11364 "sp-staking",11365 "sp-std",11366]1136711368[[package]]11369name = "sp-staking"11370version = "4.0.0-dev"11371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11372dependencies = [11373 "parity-scale-codec",11374 "scale-info",11375 "sp-runtime",11376 "sp-std",11377]1137811379[[package]]11380name = "sp-state-machine"11381version = "0.12.0"11382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11383dependencies = [11384 "hash-db",11385 "log",11386 "num-traits",11387 "parity-scale-codec",11388 "parking_lot 0.12.0",11389 "rand 0.7.3",11390 "smallvec",11391 "sp-core",11392 "sp-externalities",11393 "sp-panic-handler",11394 "sp-std",11395 "sp-trie",11396 "thiserror",11397 "tracing",11398 "trie-db",11399 "trie-root",11400]1140111402[[package]]11403name = "sp-std"11404version = "4.0.0"11405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1140611407[[package]]11408name = "sp-storage"11409version = "6.0.0"11410source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11411dependencies = [11412 "impl-serde",11413 "parity-scale-codec",11414 "ref-cast",11415 "serde",11416 "sp-debug-derive",11417 "sp-std",11418]1141911420[[package]]11421name = "sp-tasks"11422version = "4.0.0-dev"11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11424dependencies = [11425 "log",11426 "sp-core",11427 "sp-externalities",11428 "sp-io",11429 "sp-runtime-interface",11430 "sp-std",11431]1143211433[[package]]11434name = "sp-timestamp"11435version = "4.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11437dependencies = [11438 "async-trait",11439 "futures-timer",11440 "log",11441 "parity-scale-codec",11442 "sp-api",11443 "sp-inherents",11444 "sp-runtime",11445 "sp-std",11446 "thiserror",11447]1144811449[[package]]11450name = "sp-tracing"11451version = "5.0.0"11452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11453dependencies = [11454 "parity-scale-codec",11455 "sp-std",11456 "tracing",11457 "tracing-core",11458 "tracing-subscriber",11459]1146011461[[package]]11462name = "sp-transaction-pool"11463version = "4.0.0-dev"11464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11465dependencies = [11466 "sp-api",11467 "sp-runtime",11468]1146911470[[package]]11471name = "sp-transaction-storage-proof"11472version = "4.0.0-dev"11473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11474dependencies = [11475 "async-trait",11476 "log",11477 "parity-scale-codec",11478 "scale-info",11479 "sp-core",11480 "sp-inherents",11481 "sp-runtime",11482 "sp-std",11483 "sp-trie",11484]1148511486[[package]]11487name = "sp-trie"11488version = "6.0.0"11489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11490dependencies = [11491 "hash-db",11492 "memory-db",11493 "parity-scale-codec",11494 "scale-info",11495 "sp-core",11496 "sp-std",11497 "thiserror",11498 "trie-db",11499 "trie-root",11500]1150111502[[package]]11503name = "sp-version"11504version = "5.0.0"11505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11506dependencies = [11507 "impl-serde",11508 "parity-scale-codec",11509 "parity-wasm 0.42.2",11510 "scale-info",11511 "serde",11512 "sp-core-hashing-proc-macro",11513 "sp-runtime",11514 "sp-std",11515 "sp-version-proc-macro",11516 "thiserror",11517]1151811519[[package]]11520name = "sp-version-proc-macro"11521version = "4.0.0-dev"11522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11523dependencies = [11524 "parity-scale-codec",11525 "proc-macro2",11526 "quote",11527 "syn",11528]1152911530[[package]]11531name = "sp-wasm-interface"11532version = "6.0.0"11533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11534dependencies = [11535 "impl-trait-for-tuples",11536 "log",11537 "parity-scale-codec",11538 "sp-std",11539 "wasmi",11540 "wasmtime",11541]1154211543[[package]]11544name = "spin"11545version = "0.5.2"11546source = "registry+https://github.com/rust-lang/crates.io-index"11547checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1154811549[[package]]11550name = "spki"11551version = "0.5.4"11552source = "registry+https://github.com/rust-lang/crates.io-index"11553checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11554dependencies = [11555 "base64ct",11556 "der",11557]1155811559[[package]]11560name = "ss58-registry"11561version = "1.17.0"11562source = "registry+https://github.com/rust-lang/crates.io-index"11563checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11564dependencies = [11565 "Inflector",11566 "num-format",11567 "proc-macro2",11568 "quote",11569 "serde",11570 "serde_json",11571 "unicode-xid",11572]1157311574[[package]]11575name = "stable_deref_trait"11576version = "1.2.0"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1157911580[[package]]11581name = "static_assertions"11582version = "1.1.0"11583source = "registry+https://github.com/rust-lang/crates.io-index"11584checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1158511586[[package]]11587name = "static_init"11588version = "0.5.2"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11591dependencies = [11592 "cfg_aliases",11593 "libc",11594 "parking_lot 0.11.2",11595 "static_init_macro",11596]1159711598[[package]]11599name = "static_init_macro"11600version = "0.5.0"11601source = "registry+https://github.com/rust-lang/crates.io-index"11602checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11603dependencies = [11604 "cfg_aliases",11605 "memchr",11606 "proc-macro2",11607 "quote",11608 "syn",11609]1161011611[[package]]11612name = "statrs"11613version = "0.15.0"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11616dependencies = [11617 "approx",11618 "lazy_static",11619 "nalgebra",11620 "num-traits",11621 "rand 0.8.5",11622]1162311624[[package]]11625name = "strsim"11626version = "0.10.0"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1162911630[[package]]11631name = "strum"11632version = "0.23.0"11633source = "registry+https://github.com/rust-lang/crates.io-index"11634checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11635dependencies = [11636 "strum_macros 0.23.1",11637]1163811639[[package]]11640name = "strum"11641version = "0.24.0"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11644dependencies = [11645 "strum_macros 0.24.0",11646]1164711648[[package]]11649name = "strum_macros"11650version = "0.23.1"11651source = "registry+https://github.com/rust-lang/crates.io-index"11652checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11653dependencies = [11654 "heck 0.3.3",11655 "proc-macro2",11656 "quote",11657 "rustversion",11658 "syn",11659]1166011661[[package]]11662name = "strum_macros"11663version = "0.24.0"11664source = "registry+https://github.com/rust-lang/crates.io-index"11665checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11666dependencies = [11667 "heck 0.4.0",11668 "proc-macro2",11669 "quote",11670 "rustversion",11671 "syn",11672]1167311674[[package]]11675name = "substrate-bip39"11676version = "0.4.4"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11679dependencies = [11680 "hmac 0.11.0",11681 "pbkdf2 0.8.0",11682 "schnorrkel",11683 "sha2 0.9.9",11684 "zeroize",11685]1168611687[[package]]11688name = "substrate-build-script-utils"11689version = "3.0.0"11690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11691dependencies = [11692 "platforms",11693]1169411695[[package]]11696name = "substrate-frame-rpc-system"11697version = "4.0.0-dev"11698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11699dependencies = [11700 "frame-system-rpc-runtime-api",11701 "futures 0.3.21",11702 "jsonrpc-core",11703 "jsonrpc-core-client",11704 "jsonrpc-derive",11705 "log",11706 "parity-scale-codec",11707 "sc-client-api",11708 "sc-rpc-api",11709 "sc-transaction-pool-api",11710 "sp-api",11711 "sp-block-builder",11712 "sp-blockchain",11713 "sp-core",11714 "sp-runtime",11715]1171611717[[package]]11718name = "substrate-prometheus-endpoint"11719version = "0.10.0-dev"11720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11721dependencies = [11722 "futures-util",11723 "hyper",11724 "log",11725 "prometheus",11726 "thiserror",11727 "tokio 1.17.0",11728]1172911730[[package]]11731name = "substrate-test-client"11732version = "2.0.1"11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11734dependencies = [11735 "async-trait",11736 "futures 0.3.21",11737 "hex",11738 "parity-scale-codec",11739 "sc-client-api",11740 "sc-client-db",11741 "sc-consensus",11742 "sc-executor",11743 "sc-offchain",11744 "sc-service",11745 "serde",11746 "serde_json",11747 "sp-blockchain",11748 "sp-consensus",11749 "sp-core",11750 "sp-keyring",11751 "sp-keystore",11752 "sp-runtime",11753 "sp-state-machine",11754]1175511756[[package]]11757name = "substrate-test-utils"11758version = "4.0.0-dev"11759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11760dependencies = [11761 "futures 0.3.21",11762 "substrate-test-utils-derive",11763 "tokio 1.17.0",11764]1176511766[[package]]11767name = "substrate-test-utils-derive"11768version = "0.10.0-dev"11769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11770dependencies = [11771 "proc-macro-crate 1.1.3",11772 "proc-macro2",11773 "quote",11774 "syn",11775]1177611777[[package]]11778name = "substrate-wasm-builder"11779version = "5.0.0-dev"11780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11781dependencies = [11782 "ansi_term",11783 "build-helper",11784 "cargo_metadata",11785 "sp-maybe-compressed-blob",11786 "strum 0.23.0",11787 "tempfile",11788 "toml",11789 "walkdir",11790 "wasm-gc-api",11791]1179211793[[package]]11794name = "subtle"11795version = "1.0.0"11796source = "registry+https://github.com/rust-lang/crates.io-index"11797checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1179811799[[package]]11800name = "subtle"11801version = "2.4.1"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1180411805[[package]]11806name = "syn"11807version = "1.0.89"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11810dependencies = [11811 "proc-macro2",11812 "quote",11813 "unicode-xid",11814]1181511816[[package]]11817name = "synstructure"11818version = "0.12.6"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11821dependencies = [11822 "proc-macro2",11823 "quote",11824 "syn",11825 "unicode-xid",11826]1182711828[[package]]11829name = "tap"11830version = "1.0.1"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183311834[[package]]11835name = "target-lexicon"11836version = "0.12.3"11837source = "registry+https://github.com/rust-lang/crates.io-index"11838checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1183911840[[package]]11841name = "tempfile"11842version = "3.3.0"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11845dependencies = [11846 "cfg-if 1.0.0",11847 "fastrand",11848 "libc",11849 "redox_syscall",11850 "remove_dir_all",11851 "winapi 0.3.9",11852]1185311854[[package]]11855name = "termcolor"11856version = "1.1.3"11857source = "registry+https://github.com/rust-lang/crates.io-index"11858checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11859dependencies = [11860 "winapi-util",11861]1186211863[[package]]11864name = "test-runtime-constants"11865version = "0.9.18"11866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11867dependencies = [11868 "frame-support",11869 "polkadot-primitives",11870 "polkadot-runtime-common",11871 "smallvec",11872 "sp-runtime",11873]1187411875[[package]]11876name = "textwrap"11877version = "0.15.0"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1188011881[[package]]11882name = "thiserror"11883version = "1.0.30"11884source = "registry+https://github.com/rust-lang/crates.io-index"11885checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11886dependencies = [11887 "thiserror-impl",11888]1188911890[[package]]11891name = "thiserror-impl"11892version = "1.0.30"11893source = "registry+https://github.com/rust-lang/crates.io-index"11894checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11895dependencies = [11896 "proc-macro2",11897 "quote",11898 "syn",11899]1190011901[[package]]11902name = "thread_local"11903version = "1.1.4"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11906dependencies = [11907 "once_cell",11908]1190911910[[package]]11911name = "threadpool"11912version = "1.8.1"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11915dependencies = [11916 "num_cpus",11917]1191811919[[package]]11920name = "thrift"11921version = "0.15.0"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11924dependencies = [11925 "byteorder",11926 "integer-encoding",11927 "log",11928 "ordered-float",11929 "threadpool",11930]1193111932[[package]]11933name = "tikv-jemalloc-sys"11934version = "0.4.3+5.2.1-patched.2"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11937dependencies = [11938 "cc",11939 "fs_extra",11940 "libc",11941]1194211943[[package]]11944name = "time"11945version = "0.1.44"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11948dependencies = [11949 "libc",11950 "wasi 0.10.0+wasi-snapshot-preview1",11951 "winapi 0.3.9",11952]1195311954[[package]]11955name = "tiny-bip39"11956version = "0.8.2"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11959dependencies = [11960 "anyhow",11961 "hmac 0.8.1",11962 "once_cell",11963 "pbkdf2 0.4.0",11964 "rand 0.7.3",11965 "rustc-hash",11966 "sha2 0.9.9",11967 "thiserror",11968 "unicode-normalization",11969 "wasm-bindgen",11970 "zeroize",11971]1197211973[[package]]11974name = "tiny-keccak"11975version = "2.0.2"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11978dependencies = [11979 "crunchy",11980]1198111982[[package]]11983name = "tinyvec"11984version = "1.5.1"11985source = "registry+https://github.com/rust-lang/crates.io-index"11986checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11987dependencies = [11988 "tinyvec_macros",11989]1199011991[[package]]11992name = "tinyvec_macros"11993version = "0.1.0"11994source = "registry+https://github.com/rust-lang/crates.io-index"11995checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1199611997[[package]]11998name = "tokio"11999version = "0.2.25"12000source = "registry+https://github.com/rust-lang/crates.io-index"12001checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12002dependencies = [12003 "bytes 0.5.6",12004 "fnv",12005 "pin-project-lite 0.1.12",12006 "tokio-macros 0.2.6",12007]1200812009[[package]]12010name = "tokio"12011version = "1.17.0"12012source = "registry+https://github.com/rust-lang/crates.io-index"12013checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12014dependencies = [12015 "bytes 1.1.0",12016 "libc",12017 "memchr",12018 "mio 0.8.2",12019 "num_cpus",12020 "once_cell",12021 "parking_lot 0.12.0",12022 "pin-project-lite 0.2.8",12023 "signal-hook-registry",12024 "socket2 0.4.4",12025 "tokio-macros 1.7.0",12026 "winapi 0.3.9",12027]1202812029[[package]]12030name = "tokio-macros"12031version = "0.2.6"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12034dependencies = [12035 "proc-macro2",12036 "quote",12037 "syn",12038]1203912040[[package]]12041name = "tokio-macros"12042version = "1.7.0"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12045dependencies = [12046 "proc-macro2",12047 "quote",12048 "syn",12049]1205012051[[package]]12052name = "tokio-rustls"12053version = "0.22.0"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12056dependencies = [12057 "rustls 0.19.1",12058 "tokio 1.17.0",12059 "webpki 0.21.4",12060]1206112062[[package]]12063name = "tokio-rustls"12064version = "0.23.3"12065source = "registry+https://github.com/rust-lang/crates.io-index"12066checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12067dependencies = [12068 "rustls 0.20.4",12069 "tokio 1.17.0",12070 "webpki 0.22.0",12071]1207212073[[package]]12074name = "tokio-stream"12075version = "0.1.8"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12078dependencies = [12079 "futures-core",12080 "pin-project-lite 0.2.8",12081 "tokio 1.17.0",12082]1208312084[[package]]12085name = "tokio-util"12086version = "0.6.9"12087source = "registry+https://github.com/rust-lang/crates.io-index"12088checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12089dependencies = [12090 "bytes 1.1.0",12091 "futures-core",12092 "futures-io",12093 "futures-sink",12094 "log",12095 "pin-project-lite 0.2.8",12096 "tokio 1.17.0",12097]1209812099[[package]]12100name = "toml"12101version = "0.5.8"12102source = "registry+https://github.com/rust-lang/crates.io-index"12103checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12104dependencies = [12105 "serde",12106]1210712108[[package]]12109name = "tower-service"12110version = "0.3.1"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211312114[[package]]12115name = "tracing"12116version = "0.1.32"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12119dependencies = [12120 "cfg-if 1.0.0",12121 "pin-project-lite 0.2.8",12122 "tracing-attributes",12123 "tracing-core",12124]1212512126[[package]]12127name = "tracing-attributes"12128version = "0.1.20"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12131dependencies = [12132 "proc-macro2",12133 "quote",12134 "syn",12135]1213612137[[package]]12138name = "tracing-core"12139version = "0.1.23"12140source = "registry+https://github.com/rust-lang/crates.io-index"12141checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12142dependencies = [12143 "lazy_static",12144 "valuable",12145]1214612147[[package]]12148name = "tracing-futures"12149version = "0.2.5"12150source = "registry+https://github.com/rust-lang/crates.io-index"12151checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12152dependencies = [12153 "pin-project 1.0.10",12154 "tracing",12155]1215612157[[package]]12158name = "tracing-log"12159version = "0.1.2"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12162dependencies = [12163 "lazy_static",12164 "log",12165 "tracing-core",12166]1216712168[[package]]12169name = "tracing-serde"12170version = "0.1.3"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12173dependencies = [12174 "serde",12175 "tracing-core",12176]1217712178[[package]]12179name = "tracing-subscriber"12180version = "0.2.25"12181source = "registry+https://github.com/rust-lang/crates.io-index"12182checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12183dependencies = [12184 "ansi_term",12185 "chrono",12186 "lazy_static",12187 "matchers",12188 "parking_lot 0.11.2",12189 "regex",12190 "serde",12191 "serde_json",12192 "sharded-slab",12193 "smallvec",12194 "thread_local",12195 "tracing",12196 "tracing-core",12197 "tracing-log",12198 "tracing-serde",12199]1220012201[[package]]12202name = "trie-db"12203version = "0.23.1"12204source = "registry+https://github.com/rust-lang/crates.io-index"12205checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12206dependencies = [12207 "hash-db",12208 "hashbrown 0.12.0",12209 "log",12210 "rustc-hex",12211 "smallvec",12212]1221312214[[package]]12215name = "trie-root"12216version = "0.17.0"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12219dependencies = [12220 "hash-db",12221]1222212223[[package]]12224name = "triehash"12225version = "0.8.4"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12228dependencies = [12229 "hash-db",12230 "rlp",12231]1223212233[[package]]12234name = "trust-dns-proto"12235version = "0.20.4"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12238dependencies = [12239 "async-trait",12240 "cfg-if 1.0.0",12241 "data-encoding",12242 "enum-as-inner",12243 "futures-channel",12244 "futures-io",12245 "futures-util",12246 "idna 0.2.3",12247 "ipnet",12248 "lazy_static",12249 "log",12250 "rand 0.8.5",12251 "smallvec",12252 "thiserror",12253 "tinyvec",12254 "url 2.2.2",12255]1225612257[[package]]12258name = "trust-dns-resolver"12259version = "0.20.4"12260source = "registry+https://github.com/rust-lang/crates.io-index"12261checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12262dependencies = [12263 "cfg-if 1.0.0",12264 "futures-util",12265 "ipconfig",12266 "lazy_static",12267 "log",12268 "lru-cache",12269 "parking_lot 0.11.2",12270 "resolv-conf",12271 "smallvec",12272 "thiserror",12273 "trust-dns-proto",12274]1227512276[[package]]12277name = "try-lock"12278version = "0.2.3"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1228112282[[package]]12283name = "try-runtime-cli"12284version = "0.10.0-dev"12285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12286dependencies = [12287 "clap",12288 "jsonrpsee 0.4.1",12289 "log",12290 "parity-scale-codec",12291 "remote-externalities",12292 "sc-chain-spec",12293 "sc-cli",12294 "sc-executor",12295 "sc-service",12296 "serde",12297 "sp-core",12298 "sp-externalities",12299 "sp-io",12300 "sp-keystore",12301 "sp-runtime",12302 "sp-state-machine",12303 "sp-version",12304 "zstd",12305]1230612307[[package]]12308name = "tt-call"12309version = "1.0.8"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1231212313[[package]]12314name = "twox-hash"12315version = "1.6.2"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12318dependencies = [12319 "cfg-if 1.0.0",12320 "digest 0.10.3",12321 "rand 0.8.5",12322 "static_assertions",12323]1232412325[[package]]12326name = "typenum"12327version = "1.15.0"12328source = "registry+https://github.com/rust-lang/crates.io-index"12329checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1233012331[[package]]12332name = "uc-rpc"12333version = "0.1.0"12334dependencies = [12335 "jsonrpc-core",12336 "jsonrpc-core-client",12337 "jsonrpc-derive",12338 "pallet-common",12339 "parity-scale-codec",12340 "sp-api",12341 "sp-blockchain",12342 "sp-core",12343 "sp-rpc",12344 "sp-runtime",12345 "up-data-structs",12346 "up-rpc",12347]1234812349[[package]]12350name = "ucd-trie"12351version = "0.1.3"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1235412355[[package]]12356name = "uint"12357version = "0.9.3"12358source = "registry+https://github.com/rust-lang/crates.io-index"12359checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12360dependencies = [12361 "byteorder",12362 "crunchy",12363 "hex",12364 "static_assertions",12365]1236612367[[package]]12368name = "unicase"12369version = "2.6.0"12370source = "registry+https://github.com/rust-lang/crates.io-index"12371checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12372dependencies = [12373 "version_check",12374]1237512376[[package]]12377name = "unicode-bidi"12378version = "0.3.7"12379source = "registry+https://github.com/rust-lang/crates.io-index"12380checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1238112382[[package]]12383name = "unicode-normalization"12384version = "0.1.19"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12387dependencies = [12388 "tinyvec",12389]1239012391[[package]]12392name = "unicode-segmentation"12393version = "1.9.0"12394source = "registry+https://github.com/rust-lang/crates.io-index"12395checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1239612397[[package]]12398name = "unicode-xid"12399version = "0.2.2"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1240212403[[package]]12404name = "unique-node"12405version = "0.9.18"12406dependencies = [12407 "clap",12408 "cumulus-client-cli",12409 "cumulus-client-collator",12410 "cumulus-client-consensus-aura",12411 "cumulus-client-consensus-common",12412 "cumulus-client-network",12413 "cumulus-client-service",12414 "cumulus-primitives-core",12415 "cumulus-primitives-parachain-inherent",12416 "cumulus-relay-chain-inprocess-interface",12417 "cumulus-relay-chain-interface",12418 "cumulus-relay-chain-rpc-interface",12419 "fc-consensus",12420 "fc-db",12421 "fc-mapping-sync",12422 "fc-rpc",12423 "fc-rpc-core",12424 "flexi_logger",12425 "fp-rpc",12426 "frame-benchmarking",12427 "frame-benchmarking-cli",12428 "futures 0.3.21",12429 "jsonrpc-core",12430 "jsonrpc-pubsub",12431 "log",12432 "opal-runtime",12433 "pallet-ethereum",12434 "pallet-transaction-payment-rpc",12435 "pallet-transaction-payment-rpc-runtime-api",12436 "parity-scale-codec",12437 "parking_lot 0.11.2",12438 "polkadot-cli",12439 "polkadot-parachain",12440 "polkadot-primitives",12441 "polkadot-service",12442 "polkadot-test-service",12443 "quartz-runtime",12444 "sc-basic-authorship",12445 "sc-chain-spec",12446 "sc-cli",12447 "sc-client-api",12448 "sc-consensus",12449 "sc-consensus-aura",12450 "sc-consensus-manual-seal",12451 "sc-executor",12452 "sc-finality-grandpa",12453 "sc-keystore",12454 "sc-network",12455 "sc-rpc",12456 "sc-rpc-api",12457 "sc-service",12458 "sc-telemetry",12459 "sc-tracing",12460 "sc-transaction-pool",12461 "serde",12462 "serde_json",12463 "sp-api",12464 "sp-block-builder",12465 "sp-blockchain",12466 "sp-consensus",12467 "sp-consensus-aura",12468 "sp-core",12469 "sp-finality-grandpa",12470 "sp-inherents",12471 "sp-keystore",12472 "sp-offchain",12473 "sp-runtime",12474 "sp-session",12475 "sp-timestamp",12476 "sp-transaction-pool",12477 "sp-trie",12478 "substrate-build-script-utils",12479 "substrate-frame-rpc-system",12480 "substrate-prometheus-endpoint",12481 "unique-rpc",12482 "unique-runtime",12483 "unique-runtime-common",12484 "up-data-structs",12485 "up-rpc",12486]1248712488[[package]]12489name = "unique-rpc"12490version = "0.1.0"12491dependencies = [12492 "fc-db",12493 "fc-mapping-sync",12494 "fc-rpc",12495 "fc-rpc-core",12496 "fp-rpc",12497 "futures 0.3.21",12498 "jsonrpc-core",12499 "jsonrpc-pubsub",12500 "pallet-common",12501 "pallet-ethereum",12502 "pallet-transaction-payment-rpc",12503 "pallet-transaction-payment-rpc-runtime-api",12504 "pallet-unique",12505 "sc-client-api",12506 "sc-consensus-aura",12507 "sc-consensus-epochs",12508 "sc-finality-grandpa",12509 "sc-finality-grandpa-rpc",12510 "sc-keystore",12511 "sc-network",12512 "sc-rpc",12513 "sc-rpc-api",12514 "sc-service",12515 "sc-transaction-pool",12516 "serde",12517 "sp-api",12518 "sp-block-builder",12519 "sp-blockchain",12520 "sp-consensus",12521 "sp-consensus-aura",12522 "sp-core",12523 "sp-offchain",12524 "sp-runtime",12525 "sp-session",12526 "sp-storage",12527 "sp-transaction-pool",12528 "substrate-frame-rpc-system",12529 "tokio 0.2.25",12530 "uc-rpc",12531 "unique-runtime-common",12532 "up-rpc",12533]1253412535[[package]]12536name = "unique-runtime"12537version = "0.9.18"12538dependencies = [12539 "cumulus-pallet-aura-ext",12540 "cumulus-pallet-dmp-queue",12541 "cumulus-pallet-parachain-system",12542 "cumulus-pallet-xcm",12543 "cumulus-pallet-xcmp-queue",12544 "cumulus-primitives-core",12545 "cumulus-primitives-timestamp",12546 "cumulus-primitives-utility",12547 "derivative",12548 "fp-rpc",12549 "fp-self-contained",12550 "frame-benchmarking",12551 "frame-executive",12552 "frame-support",12553 "frame-system",12554 "frame-system-benchmarking",12555 "frame-system-rpc-runtime-api",12556 "hex-literal",12557 "orml-vesting",12558 "pallet-aura",12559 "pallet-balances",12560 "pallet-base-fee",12561 "pallet-common",12562 "pallet-ethereum",12563 "pallet-evm",12564 "pallet-evm-coder-substrate",12565 "pallet-evm-contract-helpers",12566 "pallet-evm-migration",12567 "pallet-evm-transaction-payment",12568 "pallet-fungible",12569 "pallet-inflation",12570 "pallet-nonfungible",12571 "pallet-randomness-collective-flip",12572 "pallet-refungible",12573 "pallet-sudo",12574 "pallet-template-transaction-payment",12575 "pallet-timestamp",12576 "pallet-transaction-payment",12577 "pallet-transaction-payment-rpc-runtime-api",12578 "pallet-treasury",12579 "pallet-unique",12580 "pallet-unq-scheduler",12581 "pallet-xcm",12582 "parachain-info",12583 "parity-scale-codec",12584 "polkadot-parachain",12585 "scale-info",12586 "serde",12587 "smallvec",12588 "sp-api",12589 "sp-arithmetic",12590 "sp-block-builder",12591 "sp-consensus-aura",12592 "sp-core",12593 "sp-inherents",12594 "sp-io",12595 "sp-offchain",12596 "sp-runtime",12597 "sp-session",12598 "sp-std",12599 "sp-transaction-pool",12600 "sp-version",12601 "substrate-wasm-builder",12602 "unique-runtime-common",12603 "up-data-structs",12604 "up-evm-mapping",12605 "up-rpc",12606 "xcm",12607 "xcm-builder",12608 "xcm-executor",12609]1261012611[[package]]12612name = "unique-runtime-common"12613version = "0.9.18"12614dependencies = [12615 "fp-rpc",12616 "frame-support",12617 "frame-system",12618 "pallet-common",12619 "parity-scale-codec",12620 "scale-info",12621 "sp-consensus-aura",12622 "sp-core",12623 "sp-runtime",12624]1262512626[[package]]12627name = "universal-hash"12628version = "0.4.1"12629source = "registry+https://github.com/rust-lang/crates.io-index"12630checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12631dependencies = [12632 "generic-array 0.14.5",12633 "subtle 2.4.1",12634]1263512636[[package]]12637name = "unsigned-varint"12638version = "0.5.1"12639source = "registry+https://github.com/rust-lang/crates.io-index"12640checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1264112642[[package]]12643name = "unsigned-varint"12644version = "0.6.0"12645source = "registry+https://github.com/rust-lang/crates.io-index"12646checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12647dependencies = [12648 "asynchronous-codec 0.5.0",12649 "bytes 1.1.0",12650 "futures-io",12651 "futures-util",12652]1265312654[[package]]12655name = "unsigned-varint"12656version = "0.7.1"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12659dependencies = [12660 "asynchronous-codec 0.6.0",12661 "bytes 1.1.0",12662 "futures-io",12663 "futures-util",12664]1266512666[[package]]12667name = "untrusted"12668version = "0.7.1"12669source = "registry+https://github.com/rust-lang/crates.io-index"12670checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1267112672[[package]]12673name = "up-data-structs"12674version = "0.1.0"12675dependencies = [12676 "derivative",12677 "frame-support",12678 "frame-system",12679 "parity-scale-codec",12680 "scale-info",12681 "serde",12682 "sp-core",12683 "sp-runtime",12684 "sp-std",12685]1268612687[[package]]12688name = "up-evm-mapping"12689version = "0.1.0"12690dependencies = [12691 "frame-support",12692 "sp-core",12693]1269412695[[package]]12696name = "up-rpc"12697version = "0.1.0"12698dependencies = [12699 "pallet-common",12700 "parity-scale-codec",12701 "sp-api",12702 "sp-core",12703 "sp-runtime",12704 "sp-std",12705 "up-data-structs",12706]1270712708[[package]]12709name = "up-sponsorship"12710version = "0.1.0"12711source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12712dependencies = [12713 "impl-trait-for-tuples",12714]1271512716[[package]]12717name = "url"12718version = "1.7.2"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12721dependencies = [12722 "idna 0.1.5",12723 "matches",12724 "percent-encoding 1.0.1",12725]1272612727[[package]]12728name = "url"12729version = "2.2.2"12730source = "registry+https://github.com/rust-lang/crates.io-index"12731checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12732dependencies = [12733 "form_urlencoded",12734 "idna 0.2.3",12735 "matches",12736 "percent-encoding 2.1.0",12737]1273812739[[package]]12740name = "valuable"12741version = "0.1.0"12742source = "registry+https://github.com/rust-lang/crates.io-index"12743checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1274412745[[package]]12746name = "value-bag"12747version = "1.0.0-alpha.8"12748source = "registry+https://github.com/rust-lang/crates.io-index"12749checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12750dependencies = [12751 "ctor",12752 "version_check",12753]1275412755[[package]]12756name = "vcpkg"12757version = "0.2.15"12758source = "registry+https://github.com/rust-lang/crates.io-index"12759checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1276012761[[package]]12762name = "version_check"12763version = "0.9.4"12764source = "registry+https://github.com/rust-lang/crates.io-index"12765checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1276612767[[package]]12768name = "void"12769version = "1.0.2"12770source = "registry+https://github.com/rust-lang/crates.io-index"12771checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1277212773[[package]]12774name = "waker-fn"12775version = "1.1.0"12776source = "registry+https://github.com/rust-lang/crates.io-index"12777checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1277812779[[package]]12780name = "walkdir"12781version = "2.3.2"12782source = "registry+https://github.com/rust-lang/crates.io-index"12783checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12784dependencies = [12785 "same-file",12786 "winapi 0.3.9",12787 "winapi-util",12788]1278912790[[package]]12791name = "want"12792version = "0.3.0"12793source = "registry+https://github.com/rust-lang/crates.io-index"12794checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12795dependencies = [12796 "log",12797 "try-lock",12798]1279912800[[package]]12801name = "wasi"12802version = "0.9.0+wasi-snapshot-preview1"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1280512806[[package]]12807name = "wasi"12808version = "0.10.0+wasi-snapshot-preview1"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1281112812[[package]]12813name = "wasi"12814version = "0.11.0+wasi-snapshot-preview1"12815source = "registry+https://github.com/rust-lang/crates.io-index"12816checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1281712818[[package]]12819name = "wasm-bindgen"12820version = "0.2.79"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12823dependencies = [12824 "cfg-if 1.0.0",12825 "wasm-bindgen-macro",12826]1282712828[[package]]12829name = "wasm-bindgen-backend"12830version = "0.2.79"12831source = "registry+https://github.com/rust-lang/crates.io-index"12832checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12833dependencies = [12834 "bumpalo",12835 "lazy_static",12836 "log",12837 "proc-macro2",12838 "quote",12839 "syn",12840 "wasm-bindgen-shared",12841]1284212843[[package]]12844name = "wasm-bindgen-futures"12845version = "0.4.29"12846source = "registry+https://github.com/rust-lang/crates.io-index"12847checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12848dependencies = [12849 "cfg-if 1.0.0",12850 "js-sys",12851 "wasm-bindgen",12852 "web-sys",12853]1285412855[[package]]12856name = "wasm-bindgen-macro"12857version = "0.2.79"12858source = "registry+https://github.com/rust-lang/crates.io-index"12859checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12860dependencies = [12861 "quote",12862 "wasm-bindgen-macro-support",12863]1286412865[[package]]12866name = "wasm-bindgen-macro-support"12867version = "0.2.79"12868source = "registry+https://github.com/rust-lang/crates.io-index"12869checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12870dependencies = [12871 "proc-macro2",12872 "quote",12873 "syn",12874 "wasm-bindgen-backend",12875 "wasm-bindgen-shared",12876]1287712878[[package]]12879name = "wasm-bindgen-shared"12880version = "0.2.79"12881source = "registry+https://github.com/rust-lang/crates.io-index"12882checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1288312884[[package]]12885name = "wasm-gc-api"12886version = "0.1.11"12887source = "registry+https://github.com/rust-lang/crates.io-index"12888checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12889dependencies = [12890 "log",12891 "parity-wasm 0.32.0",12892 "rustc-demangle",12893]1289412895[[package]]12896name = "wasm-instrument"12897version = "0.1.1"12898source = "registry+https://github.com/rust-lang/crates.io-index"12899checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12900dependencies = [12901 "parity-wasm 0.42.2",12902]1290312904[[package]]12905name = "wasm-timer"12906version = "0.2.5"12907source = "registry+https://github.com/rust-lang/crates.io-index"12908checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12909dependencies = [12910 "futures 0.3.21",12911 "js-sys",12912 "parking_lot 0.11.2",12913 "pin-utils",12914 "wasm-bindgen",12915 "wasm-bindgen-futures",12916 "web-sys",12917]1291812919[[package]]12920name = "wasmi"12921version = "0.9.1"12922source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12924dependencies = [12925 "downcast-rs",12926 "libc",12927 "memory_units",12928 "num-rational 0.2.4",12929 "num-traits",12930 "parity-wasm 0.42.2",12931 "wasmi-validation",12932]1293312934[[package]]12935name = "wasmi-validation"12936version = "0.4.1"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12939dependencies = [12940 "parity-wasm 0.42.2",12941]1294212943[[package]]12944name = "wasmparser"12945version = "0.81.0"12946source = "registry+https://github.com/rust-lang/crates.io-index"12947checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1294812949[[package]]12950name = "wasmtime"12951version = "0.33.1"12952source = "registry+https://github.com/rust-lang/crates.io-index"12953checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12954dependencies = [12955 "anyhow",12956 "backtrace",12957 "bincode",12958 "cfg-if 1.0.0",12959 "cpp_demangle",12960 "indexmap",12961 "lazy_static",12962 "libc",12963 "log",12964 "object",12965 "paste",12966 "psm",12967 "rayon",12968 "region",12969 "rustc-demangle",12970 "serde",12971 "target-lexicon",12972 "wasmparser",12973 "wasmtime-cache",12974 "wasmtime-cranelift",12975 "wasmtime-environ",12976 "wasmtime-jit",12977 "wasmtime-runtime",12978 "winapi 0.3.9",12979]1298012981[[package]]12982name = "wasmtime-cache"12983version = "0.33.1"12984source = "registry+https://github.com/rust-lang/crates.io-index"12985checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12986dependencies = [12987 "anyhow",12988 "base64",12989 "bincode",12990 "directories-next",12991 "file-per-thread-logger",12992 "log",12993 "rustix",12994 "serde",12995 "sha2 0.9.9",12996 "toml",12997 "winapi 0.3.9",12998 "zstd",12999]1300013001[[package]]13002name = "wasmtime-cranelift"13003version = "0.33.1"13004source = "registry+https://github.com/rust-lang/crates.io-index"13005checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13006dependencies = [13007 "anyhow",13008 "cranelift-codegen",13009 "cranelift-entity",13010 "cranelift-frontend",13011 "cranelift-native",13012 "cranelift-wasm",13013 "gimli",13014 "log",13015 "more-asserts",13016 "object",13017 "target-lexicon",13018 "thiserror",13019 "wasmparser",13020 "wasmtime-environ",13021]1302213023[[package]]13024name = "wasmtime-environ"13025version = "0.33.1"13026source = "registry+https://github.com/rust-lang/crates.io-index"13027checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13028dependencies = [13029 "anyhow",13030 "cranelift-entity",13031 "gimli",13032 "indexmap",13033 "log",13034 "more-asserts",13035 "object",13036 "serde",13037 "target-lexicon",13038 "thiserror",13039 "wasmparser",13040 "wasmtime-types",13041]1304213043[[package]]13044name = "wasmtime-jit"13045version = "0.33.1"13046source = "registry+https://github.com/rust-lang/crates.io-index"13047checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13048dependencies = [13049 "addr2line",13050 "anyhow",13051 "bincode",13052 "cfg-if 1.0.0",13053 "gimli",13054 "object",13055 "region",13056 "rustix",13057 "serde",13058 "target-lexicon",13059 "thiserror",13060 "wasmtime-environ",13061 "wasmtime-runtime",13062 "winapi 0.3.9",13063]1306413065[[package]]13066name = "wasmtime-runtime"13067version = "0.33.1"13068source = "registry+https://github.com/rust-lang/crates.io-index"13069checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13070dependencies = [13071 "anyhow",13072 "backtrace",13073 "cc",13074 "cfg-if 1.0.0",13075 "indexmap",13076 "lazy_static",13077 "libc",13078 "log",13079 "mach",13080 "memoffset",13081 "more-asserts",13082 "rand 0.8.5",13083 "region",13084 "rustix",13085 "thiserror",13086 "wasmtime-environ",13087 "winapi 0.3.9",13088]1308913090[[package]]13091name = "wasmtime-types"13092version = "0.33.1"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13095dependencies = [13096 "cranelift-entity",13097 "serde",13098 "thiserror",13099 "wasmparser",13100]1310113102[[package]]13103name = "web-sys"13104version = "0.3.56"13105source = "registry+https://github.com/rust-lang/crates.io-index"13106checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13107dependencies = [13108 "js-sys",13109 "wasm-bindgen",13110]1311113112[[package]]13113name = "webpki"13114version = "0.21.4"13115source = "registry+https://github.com/rust-lang/crates.io-index"13116checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13117dependencies = [13118 "ring",13119 "untrusted",13120]1312113122[[package]]13123name = "webpki"13124version = "0.22.0"13125source = "registry+https://github.com/rust-lang/crates.io-index"13126checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13127dependencies = [13128 "ring",13129 "untrusted",13130]1313113132[[package]]13133name = "webpki-roots"13134version = "0.21.1"13135source = "registry+https://github.com/rust-lang/crates.io-index"13136checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13137dependencies = [13138 "webpki 0.21.4",13139]1314013141[[package]]13142name = "webpki-roots"13143version = "0.22.2"13144source = "registry+https://github.com/rust-lang/crates.io-index"13145checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13146dependencies = [13147 "webpki 0.22.0",13148]1314913150[[package]]13151name = "wepoll-ffi"13152version = "0.1.2"13153source = "registry+https://github.com/rust-lang/crates.io-index"13154checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13155dependencies = [13156 "cc",13157]1315813159[[package]]13160name = "westend-runtime"13161version = "0.9.18"13162source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13163dependencies = [13164 "beefy-primitives",13165 "bitvec",13166 "frame-benchmarking",13167 "frame-election-provider-support",13168 "frame-executive",13169 "frame-support",13170 "frame-system",13171 "frame-system-benchmarking",13172 "frame-system-rpc-runtime-api",13173 "frame-try-runtime",13174 "hex-literal",13175 "log",13176 "pallet-authority-discovery",13177 "pallet-authorship",13178 "pallet-babe",13179 "pallet-bags-list",13180 "pallet-balances",13181 "pallet-collective",13182 "pallet-democracy",13183 "pallet-election-provider-multi-phase",13184 "pallet-elections-phragmen",13185 "pallet-grandpa",13186 "pallet-identity",13187 "pallet-im-online",13188 "pallet-indices",13189 "pallet-membership",13190 "pallet-mmr-primitives",13191 "pallet-multisig",13192 "pallet-nicks",13193 "pallet-offences",13194 "pallet-offences-benchmarking",13195 "pallet-preimage",13196 "pallet-proxy",13197 "pallet-recovery",13198 "pallet-scheduler",13199 "pallet-session",13200 "pallet-session-benchmarking",13201 "pallet-society",13202 "pallet-staking",13203 "pallet-staking-reward-curve",13204 "pallet-sudo",13205 "pallet-timestamp",13206 "pallet-transaction-payment",13207 "pallet-transaction-payment-rpc-runtime-api",13208 "pallet-treasury",13209 "pallet-utility",13210 "pallet-vesting",13211 "pallet-xcm",13212 "pallet-xcm-benchmarks",13213 "parity-scale-codec",13214 "polkadot-parachain",13215 "polkadot-primitives",13216 "polkadot-runtime-common",13217 "polkadot-runtime-parachains",13218 "rustc-hex",13219 "scale-info",13220 "serde",13221 "serde_derive",13222 "smallvec",13223 "sp-api",13224 "sp-authority-discovery",13225 "sp-block-builder",13226 "sp-consensus-babe",13227 "sp-core",13228 "sp-inherents",13229 "sp-io",13230 "sp-npos-elections",13231 "sp-offchain",13232 "sp-runtime",13233 "sp-session",13234 "sp-staking",13235 "sp-std",13236 "sp-transaction-pool",13237 "sp-version",13238 "substrate-wasm-builder",13239 "westend-runtime-constants",13240 "xcm",13241 "xcm-builder",13242 "xcm-executor",13243]1324413245[[package]]13246name = "westend-runtime-constants"13247version = "0.9.18"13248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13249dependencies = [13250 "frame-support",13251 "polkadot-primitives",13252 "polkadot-runtime-common",13253 "smallvec",13254 "sp-runtime",13255]1325613257[[package]]13258name = "which"13259version = "4.2.5"13260source = "registry+https://github.com/rust-lang/crates.io-index"13261checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13262dependencies = [13263 "either",13264 "lazy_static",13265 "libc",13266]1326713268[[package]]13269name = "widestring"13270version = "0.4.3"13271source = "registry+https://github.com/rust-lang/crates.io-index"13272checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1327313274[[package]]13275name = "winapi"13276version = "0.2.8"13277source = "registry+https://github.com/rust-lang/crates.io-index"13278checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1327913280[[package]]13281name = "winapi"13282version = "0.3.9"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13285dependencies = [13286 "winapi-i686-pc-windows-gnu",13287 "winapi-x86_64-pc-windows-gnu",13288]1328913290[[package]]13291name = "winapi-build"13292version = "0.1.1"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1329513296[[package]]13297name = "winapi-i686-pc-windows-gnu"13298version = "0.4.0"13299source = "registry+https://github.com/rust-lang/crates.io-index"13300checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330113302[[package]]13303name = "winapi-util"13304version = "0.1.5"13305source = "registry+https://github.com/rust-lang/crates.io-index"13306checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13307dependencies = [13308 "winapi 0.3.9",13309]1331013311[[package]]13312name = "winapi-x86_64-pc-windows-gnu"13313version = "0.4.0"13314source = "registry+https://github.com/rust-lang/crates.io-index"13315checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1331613317[[package]]13318name = "windows-sys"13319version = "0.32.0"13320source = "registry+https://github.com/rust-lang/crates.io-index"13321checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13322dependencies = [13323 "windows_aarch64_msvc",13324 "windows_i686_gnu",13325 "windows_i686_msvc",13326 "windows_x86_64_gnu",13327 "windows_x86_64_msvc",13328]1332913330[[package]]13331name = "windows_aarch64_msvc"13332version = "0.32.0"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1333513336[[package]]13337name = "windows_i686_gnu"13338version = "0.32.0"13339source = "registry+https://github.com/rust-lang/crates.io-index"13340checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1334113342[[package]]13343name = "windows_i686_msvc"13344version = "0.32.0"13345source = "registry+https://github.com/rust-lang/crates.io-index"13346checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1334713348[[package]]13349name = "windows_x86_64_gnu"13350version = "0.32.0"13351source = "registry+https://github.com/rust-lang/crates.io-index"13352checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1335313354[[package]]13355name = "windows_x86_64_msvc"13356version = "0.32.0"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1335913360[[package]]13361name = "winreg"13362version = "0.6.2"13363source = "registry+https://github.com/rust-lang/crates.io-index"13364checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13365dependencies = [13366 "winapi 0.3.9",13367]1336813369[[package]]13370name = "ws2_32-sys"13371version = "0.2.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13374dependencies = [13375 "winapi 0.2.8",13376 "winapi-build",13377]1337813379[[package]]13380name = "wyz"13381version = "0.5.0"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13384dependencies = [13385 "tap",13386]1338713388[[package]]13389name = "x25519-dalek"13390version = "1.1.1"13391source = "registry+https://github.com/rust-lang/crates.io-index"13392checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13393dependencies = [13394 "curve25519-dalek 3.2.0",13395 "rand_core 0.5.1",13396 "zeroize",13397]1339813399[[package]]13400name = "xcm"13401version = "0.9.18"13402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13403dependencies = [13404 "derivative",13405 "impl-trait-for-tuples",13406 "log",13407 "parity-scale-codec",13408 "scale-info",13409 "xcm-procedural",13410]1341113412[[package]]13413name = "xcm-builder"13414version = "0.9.18"13415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13416dependencies = [13417 "frame-support",13418 "frame-system",13419 "log",13420 "pallet-transaction-payment",13421 "parity-scale-codec",13422 "polkadot-parachain",13423 "scale-info",13424 "sp-arithmetic",13425 "sp-io",13426 "sp-runtime",13427 "sp-std",13428 "xcm",13429 "xcm-executor",13430]1343113432[[package]]13433name = "xcm-executor"13434version = "0.9.18"13435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13436dependencies = [13437 "frame-benchmarking",13438 "frame-support",13439 "impl-trait-for-tuples",13440 "log",13441 "parity-scale-codec",13442 "sp-arithmetic",13443 "sp-core",13444 "sp-io",13445 "sp-runtime",13446 "sp-std",13447 "xcm",13448]1344913450[[package]]13451name = "xcm-procedural"13452version = "0.1.0"13453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13454dependencies = [13455 "Inflector",13456 "proc-macro2",13457 "quote",13458 "syn",13459]1346013461[[package]]13462name = "yamux"13463version = "0.9.0"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13466dependencies = [13467 "futures 0.3.21",13468 "log",13469 "nohash-hasher",13470 "parking_lot 0.11.2",13471 "rand 0.8.5",13472 "static_assertions",13473]1347413475[[package]]13476name = "yansi"13477version = "0.5.1"13478source = "registry+https://github.com/rust-lang/crates.io-index"13479checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1348013481[[package]]13482name = "zeroize"13483version = "1.5.4"13484source = "registry+https://github.com/rust-lang/crates.io-index"13485checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13486dependencies = [13487 "zeroize_derive",13488]1348913490[[package]]13491name = "zeroize_derive"13492version = "1.3.2"13493source = "registry+https://github.com/rust-lang/crates.io-index"13494checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13495dependencies = [13496 "proc-macro2",13497 "quote",13498 "syn",13499 "synstructure",13500]1350113502[[package]]13503name = "zstd"13504version = "0.9.2+zstd.1.5.1"13505source = "registry+https://github.com/rust-lang/crates.io-index"13506checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13507dependencies = [13508 "zstd-safe",13509]1351013511[[package]]13512name = "zstd-safe"13513version = "4.1.3+zstd.1.5.1"13514source = "registry+https://github.com/rust-lang/crates.io-index"13515checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13516dependencies = [13517 "libc",13518 "zstd-sys",13519]1352013521[[package]]13522name = "zstd-sys"13523version = "1.6.2+zstd.1.5.1"13524source = "registry+https://github.com/rust-lang/crates.io-index"13525checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13526dependencies = [13527 "cc",13528 "libc",13529]