git.delta.rocks / unique-network / refs/commits / 22251a0f47f9

difftreelog

source

Cargo.lock305.8 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle 2.4.1",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.5",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.52"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.5",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.4.1"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.6",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",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 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",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 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",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-common"2857version = "0.1.0"2858source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#0a1dc4086cbe971ddf57edf82a61cfce52c8c20b"2859dependencies = [2860 "frame-system",2861 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=feature/300)",2862 "parity-scale-codec",2863 "scale-info",2864 "serde",2865 "sp-core",2866 "sp-std",2867 "up-evm-mapping",2868]28692870[[package]]2871name = "frame-election-provider-support"2872version = "4.0.0-dev"2873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2874dependencies = [2875 "frame-support",2876 "frame-system",2877 "parity-scale-codec",2878 "scale-info",2879 "sp-arithmetic",2880 "sp-npos-elections",2881 "sp-std",2882]28832884[[package]]2885name = "frame-executive"2886version = "4.0.0-dev"2887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2888dependencies = [2889 "frame-support",2890 "frame-system",2891 "parity-scale-codec",2892 "scale-info",2893 "sp-core",2894 "sp-io",2895 "sp-runtime",2896 "sp-std",2897 "sp-tracing",2898]28992900[[package]]2901name = "frame-metadata"2902version = "15.0.0"2903source = "registry+https://github.com/rust-lang/crates.io-index"2904checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2905dependencies = [2906 "cfg-if 1.0.0",2907 "parity-scale-codec",2908 "scale-info",2909 "serde",2910]29112912[[package]]2913name = "frame-support"2914version = "4.0.0-dev"2915source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2916dependencies = [2917 "bitflags",2918 "frame-metadata",2919 "frame-support-procedural",2920 "impl-trait-for-tuples",2921 "log",2922 "once_cell",2923 "parity-scale-codec",2924 "paste",2925 "scale-info",2926 "serde",2927 "smallvec",2928 "sp-arithmetic",2929 "sp-core",2930 "sp-core-hashing-proc-macro",2931 "sp-inherents",2932 "sp-io",2933 "sp-runtime",2934 "sp-staking",2935 "sp-state-machine",2936 "sp-std",2937 "sp-tracing",2938 "tt-call",2939]29402941[[package]]2942name = "frame-support-procedural"2943version = "4.0.0-dev"2944source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2945dependencies = [2946 "Inflector",2947 "frame-support-procedural-tools",2948 "proc-macro2",2949 "quote",2950 "syn",2951]29522953[[package]]2954name = "frame-support-procedural-tools"2955version = "4.0.0-dev"2956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2957dependencies = [2958 "frame-support-procedural-tools-derive",2959 "proc-macro-crate 1.1.3",2960 "proc-macro2",2961 "quote",2962 "syn",2963]29642965[[package]]2966name = "frame-support-procedural-tools-derive"2967version = "3.0.0"2968source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2969dependencies = [2970 "proc-macro2",2971 "quote",2972 "syn",2973]29742975[[package]]2976name = "frame-system"2977version = "4.0.0-dev"2978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2979dependencies = [2980 "frame-support",2981 "log",2982 "parity-scale-codec",2983 "scale-info",2984 "serde",2985 "sp-core",2986 "sp-io",2987 "sp-runtime",2988 "sp-std",2989 "sp-version",2990]29912992[[package]]2993name = "frame-system-benchmarking"2994version = "4.0.0-dev"2995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2996dependencies = [2997 "frame-benchmarking",2998 "frame-support",2999 "frame-system",3000 "parity-scale-codec",3001 "scale-info",3002 "sp-core",3003 "sp-runtime",3004 "sp-std",3005]30063007[[package]]3008name = "frame-system-rpc-runtime-api"3009version = "4.0.0-dev"3010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3011dependencies = [3012 "parity-scale-codec",3013 "sp-api",3014]30153016[[package]]3017name = "frame-try-runtime"3018version = "0.10.0-dev"3019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3020dependencies = [3021 "frame-support",3022 "sp-api",3023 "sp-runtime",3024 "sp-std",3025]30263027[[package]]3028name = "fs-err"3029version = "2.7.0"3030source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30323033[[package]]3034name = "fs-swap"3035version = "0.2.6"3036source = "registry+https://github.com/rust-lang/crates.io-index"3037checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3038dependencies = [3039 "lazy_static",3040 "libc",3041 "libloading 0.5.2",3042 "winapi 0.3.9",3043]30443045[[package]]3046name = "fs2"3047version = "0.4.3"3048source = "registry+https://github.com/rust-lang/crates.io-index"3049checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3050dependencies = [3051 "libc",3052 "winapi 0.3.9",3053]30543055[[package]]3056name = "fs_extra"3057version = "1.2.0"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30603061[[package]]3062name = "fuchsia-zircon"3063version = "0.3.3"3064source = "registry+https://github.com/rust-lang/crates.io-index"3065checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3066dependencies = [3067 "bitflags",3068 "fuchsia-zircon-sys",3069]30703071[[package]]3072name = "fuchsia-zircon-sys"3073version = "0.3.3"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30763077[[package]]3078name = "funty"3079version = "1.1.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30823083[[package]]3084name = "funty"3085version = "2.0.0"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30883089[[package]]3090name = "futures"3091version = "0.1.31"3092source = "registry+https://github.com/rust-lang/crates.io-index"3093checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30943095[[package]]3096name = "futures"3097version = "0.3.21"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3100dependencies = [3101 "futures-channel",3102 "futures-core",3103 "futures-executor",3104 "futures-io",3105 "futures-sink",3106 "futures-task",3107 "futures-util",3108]31093110[[package]]3111name = "futures-channel"3112version = "0.3.21"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3115dependencies = [3116 "futures-core",3117 "futures-sink",3118]31193120[[package]]3121name = "futures-core"3122version = "0.3.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31253126[[package]]3127name = "futures-executor"3128version = "0.3.21"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3131dependencies = [3132 "futures-core",3133 "futures-task",3134 "futures-util",3135 "num_cpus",3136]31373138[[package]]3139name = "futures-io"3140version = "0.3.21"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31433144[[package]]3145name = "futures-lite"3146version = "1.12.0"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3149dependencies = [3150 "fastrand",3151 "futures-core",3152 "futures-io",3153 "memchr",3154 "parking",3155 "pin-project-lite 0.2.8",3156 "waker-fn",3157]31583159[[package]]3160name = "futures-macro"3161version = "0.3.21"3162source = "registry+https://github.com/rust-lang/crates.io-index"3163checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3164dependencies = [3165 "proc-macro2",3166 "quote",3167 "syn",3168]31693170[[package]]3171name = "futures-rustls"3172version = "0.21.1"3173source = "registry+https://github.com/rust-lang/crates.io-index"3174checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3175dependencies = [3176 "futures-io",3177 "rustls 0.19.1",3178 "webpki 0.21.4",3179]31803181[[package]]3182name = "futures-sink"3183version = "0.3.21"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31863187[[package]]3188name = "futures-task"3189version = "0.3.21"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31923193[[package]]3194name = "futures-timer"3195version = "3.0.2"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31983199[[package]]3200name = "futures-util"3201version = "0.3.21"3202source = "registry+https://github.com/rust-lang/crates.io-index"3203checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3204dependencies = [3205 "futures 0.1.31",3206 "futures-channel",3207 "futures-core",3208 "futures-io",3209 "futures-macro",3210 "futures-sink",3211 "futures-task",3212 "memchr",3213 "pin-project-lite 0.2.8",3214 "pin-utils",3215 "slab",3216]32173218[[package]]3219name = "generic-array"3220version = "0.12.4"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3223dependencies = [3224 "typenum",3225]32263227[[package]]3228name = "generic-array"3229version = "0.14.5"3230source = "registry+https://github.com/rust-lang/crates.io-index"3231checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3232dependencies = [3233 "typenum",3234 "version_check",3235]32363237[[package]]3238name = "getrandom"3239version = "0.1.16"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3242dependencies = [3243 "cfg-if 1.0.0",3244 "js-sys",3245 "libc",3246 "wasi 0.9.0+wasi-snapshot-preview1",3247 "wasm-bindgen",3248]32493250[[package]]3251name = "getrandom"3252version = "0.2.5"3253source = "registry+https://github.com/rust-lang/crates.io-index"3254checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3255dependencies = [3256 "cfg-if 1.0.0",3257 "libc",3258 "wasi 0.10.0+wasi-snapshot-preview1",3259]32603261[[package]]3262name = "ghash"3263version = "0.4.4"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3266dependencies = [3267 "opaque-debug 0.3.0",3268 "polyval",3269]32703271[[package]]3272name = "gimli"3273version = "0.26.1"3274source = "registry+https://github.com/rust-lang/crates.io-index"3275checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3276dependencies = [3277 "fallible-iterator",3278 "indexmap",3279 "stable_deref_trait",3280]32813282[[package]]3283name = "glob"3284version = "0.3.0"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32873288[[package]]3289name = "globset"3290version = "0.4.8"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3293dependencies = [3294 "aho-corasick",3295 "bstr",3296 "fnv",3297 "log",3298 "regex",3299]33003301[[package]]3302name = "gloo-timers"3303version = "0.2.3"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3306dependencies = [3307 "futures-channel",3308 "futures-core",3309 "js-sys",3310 "wasm-bindgen",3311]33123313[[package]]3314name = "group"3315version = "0.11.0"3316source = "registry+https://github.com/rust-lang/crates.io-index"3317checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3318dependencies = [3319 "ff",3320 "rand_core 0.6.3",3321 "subtle 2.4.1",3322]33233324[[package]]3325name = "h2"3326version = "0.3.12"3327source = "registry+https://github.com/rust-lang/crates.io-index"3328checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3329dependencies = [3330 "bytes 1.1.0",3331 "fnv",3332 "futures-core",3333 "futures-sink",3334 "futures-util",3335 "http",3336 "indexmap",3337 "slab",3338 "tokio 1.17.0",3339 "tokio-util",3340 "tracing",3341]33423343[[package]]3344name = "handlebars"3345version = "4.2.2"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3348dependencies = [3349 "log",3350 "pest",3351 "pest_derive",3352 "quick-error 2.0.1",3353 "serde",3354 "serde_json",3355]33563357[[package]]3358name = "hash-db"3359version = "0.15.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33623363[[package]]3364name = "hash256-std-hasher"3365version = "0.15.2"3366source = "registry+https://github.com/rust-lang/crates.io-index"3367checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3368dependencies = [3369 "crunchy",3370]33713372[[package]]3373name = "hashbrown"3374version = "0.11.2"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3377dependencies = [3378 "ahash",3379]33803381[[package]]3382name = "hashbrown"3383version = "0.12.0"3384source = "registry+https://github.com/rust-lang/crates.io-index"3385checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3386dependencies = [3387 "ahash",3388]33893390[[package]]3391name = "heck"3392version = "0.3.3"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3395dependencies = [3396 "unicode-segmentation",3397]33983399[[package]]3400name = "heck"3401version = "0.4.0"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34043405[[package]]3406name = "hermit-abi"3407version = "0.1.19"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3410dependencies = [3411 "libc",3412]34133414[[package]]3415name = "hex"3416version = "0.4.3"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34193420[[package]]3421name = "hex-literal"3422version = "0.3.4"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34253426[[package]]3427name = "hex_fmt"3428version = "0.3.0"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34313432[[package]]3433name = "hmac"3434version = "0.7.1"3435source = "registry+https://github.com/rust-lang/crates.io-index"3436checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3437dependencies = [3438 "crypto-mac 0.7.0",3439 "digest 0.8.1",3440]34413442[[package]]3443name = "hmac"3444version = "0.8.1"3445source = "registry+https://github.com/rust-lang/crates.io-index"3446checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3447dependencies = [3448 "crypto-mac 0.8.0",3449 "digest 0.9.0",3450]34513452[[package]]3453name = "hmac"3454version = "0.11.0"3455source = "registry+https://github.com/rust-lang/crates.io-index"3456checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3457dependencies = [3458 "crypto-mac 0.11.1",3459 "digest 0.9.0",3460]34613462[[package]]3463name = "hmac-drbg"3464version = "0.2.0"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3467dependencies = [3468 "digest 0.8.1",3469 "generic-array 0.12.4",3470 "hmac 0.7.1",3471]34723473[[package]]3474name = "hmac-drbg"3475version = "0.3.0"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3478dependencies = [3479 "digest 0.9.0",3480 "generic-array 0.14.5",3481 "hmac 0.8.1",3482]34833484[[package]]3485name = "hostname"3486version = "0.3.1"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3489dependencies = [3490 "libc",3491 "match_cfg",3492 "winapi 0.3.9",3493]34943495[[package]]3496name = "http"3497version = "0.2.6"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3500dependencies = [3501 "bytes 1.1.0",3502 "fnv",3503 "itoa 1.0.1",3504]35053506[[package]]3507name = "http-body"3508version = "0.4.4"3509source = "registry+https://github.com/rust-lang/crates.io-index"3510checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3511dependencies = [3512 "bytes 1.1.0",3513 "http",3514 "pin-project-lite 0.2.8",3515]35163517[[package]]3518name = "httparse"3519version = "1.6.0"3520source = "registry+https://github.com/rust-lang/crates.io-index"3521checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35223523[[package]]3524name = "httpdate"3525version = "1.0.2"3526source = "registry+https://github.com/rust-lang/crates.io-index"3527checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35283529[[package]]3530name = "humantime"3531version = "2.1.0"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35343535[[package]]3536name = "hyper"3537version = "0.14.18"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3540dependencies = [3541 "bytes 1.1.0",3542 "futures-channel",3543 "futures-core",3544 "futures-util",3545 "h2",3546 "http",3547 "http-body",3548 "httparse",3549 "httpdate",3550 "itoa 1.0.1",3551 "pin-project-lite 0.2.8",3552 "socket2 0.4.4",3553 "tokio 1.17.0",3554 "tower-service",3555 "tracing",3556 "want",3557]35583559[[package]]3560name = "hyper-rustls"3561version = "0.22.1"3562source = "registry+https://github.com/rust-lang/crates.io-index"3563checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3564dependencies = [3565 "ct-logs",3566 "futures-util",3567 "hyper",3568 "log",3569 "rustls 0.19.1",3570 "rustls-native-certs 0.5.0",3571 "tokio 1.17.0",3572 "tokio-rustls 0.22.0",3573 "webpki 0.21.4",3574]35753576[[package]]3577name = "hyper-rustls"3578version = "0.23.0"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3581dependencies = [3582 "http",3583 "hyper",3584 "log",3585 "rustls 0.20.4",3586 "rustls-native-certs 0.6.1",3587 "tokio 1.17.0",3588 "tokio-rustls 0.23.3",3589 "webpki-roots 0.22.2",3590]35913592[[package]]3593name = "ident_case"3594version = "1.0.1"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35973598[[package]]3599name = "idna"3600version = "0.1.5"3601source = "registry+https://github.com/rust-lang/crates.io-index"3602checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3603dependencies = [3604 "matches",3605 "unicode-bidi",3606 "unicode-normalization",3607]36083609[[package]]3610name = "idna"3611version = "0.2.3"3612source = "registry+https://github.com/rust-lang/crates.io-index"3613checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3614dependencies = [3615 "matches",3616 "unicode-bidi",3617 "unicode-normalization",3618]36193620[[package]]3621name = "if-addrs"3622version = "0.6.7"3623source = "registry+https://github.com/rust-lang/crates.io-index"3624checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3625dependencies = [3626 "if-addrs-sys",3627 "libc",3628 "winapi 0.3.9",3629]36303631[[package]]3632name = "if-addrs-sys"3633version = "0.3.2"3634source = "registry+https://github.com/rust-lang/crates.io-index"3635checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3636dependencies = [3637 "cc",3638 "libc",3639]36403641[[package]]3642name = "if-watch"3643version = "0.2.2"3644source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3646dependencies = [3647 "async-io",3648 "futures 0.3.21",3649 "futures-lite",3650 "if-addrs",3651 "ipnet",3652 "libc",3653 "log",3654 "winapi 0.3.9",3655]36563657[[package]]3658name = "impl-codec"3659version = "0.6.0"3660source = "registry+https://github.com/rust-lang/crates.io-index"3661checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3662dependencies = [3663 "parity-scale-codec",3664]36653666[[package]]3667name = "impl-rlp"3668version = "0.3.0"3669source = "registry+https://github.com/rust-lang/crates.io-index"3670checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3671dependencies = [3672 "rlp",3673]36743675[[package]]3676name = "impl-serde"3677version = "0.3.2"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3680dependencies = [3681 "serde",3682]36833684[[package]]3685name = "impl-trait-for-tuples"3686version = "0.2.2"3687source = "registry+https://github.com/rust-lang/crates.io-index"3688checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3689dependencies = [3690 "proc-macro2",3691 "quote",3692 "syn",3693]36943695[[package]]3696name = "indexmap"3697version = "1.8.0"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3700dependencies = [3701 "autocfg",3702 "hashbrown 0.11.2",3703 "serde",3704]37053706[[package]]3707name = "instant"3708version = "0.1.12"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3711dependencies = [3712 "cfg-if 1.0.0",3713]37143715[[package]]3716name = "integer-encoding"3717version = "3.0.3"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37203721[[package]]3722name = "integer-sqrt"3723version = "0.1.5"3724source = "registry+https://github.com/rust-lang/crates.io-index"3725checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3726dependencies = [3727 "num-traits",3728]37293730[[package]]3731name = "io-lifetimes"3732version = "0.4.4"3733source = "registry+https://github.com/rust-lang/crates.io-index"3734checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3735dependencies = [3736 "winapi 0.3.9",3737]37383739[[package]]3740name = "iovec"3741version = "0.1.4"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3744dependencies = [3745 "libc",3746]37473748[[package]]3749name = "ip_network"3750version = "0.4.1"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37533754[[package]]3755name = "ipconfig"3756version = "0.2.2"3757source = "registry+https://github.com/rust-lang/crates.io-index"3758checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3759dependencies = [3760 "socket2 0.3.19",3761 "widestring",3762 "winapi 0.3.9",3763 "winreg",3764]37653766[[package]]3767name = "ipnet"3768version = "2.4.0"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37713772[[package]]3773name = "itertools"3774version = "0.10.3"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3777dependencies = [3778 "either",3779]37803781[[package]]3782name = "itoa"3783version = "0.4.8"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37863787[[package]]3788name = "itoa"3789version = "1.0.1"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37923793[[package]]3794name = "jobserver"3795version = "0.1.24"3796source = "registry+https://github.com/rust-lang/crates.io-index"3797checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3798dependencies = [3799 "libc",3800]38013802[[package]]3803name = "js-sys"3804version = "0.3.56"3805source = "registry+https://github.com/rust-lang/crates.io-index"3806checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3807dependencies = [3808 "wasm-bindgen",3809]38103811[[package]]3812name = "jsonrpc-client-transports"3813version = "18.0.0"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3816dependencies = [3817 "derive_more",3818 "futures 0.3.21",3819 "jsonrpc-core",3820 "jsonrpc-pubsub",3821 "log",3822 "serde",3823 "serde_json",3824 "url 1.7.2",3825]38263827[[package]]3828name = "jsonrpc-core"3829version = "18.0.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3832dependencies = [3833 "futures 0.3.21",3834 "futures-executor",3835 "futures-util",3836 "log",3837 "serde",3838 "serde_derive",3839 "serde_json",3840]38413842[[package]]3843name = "jsonrpc-core-client"3844version = "18.0.0"3845source = "registry+https://github.com/rust-lang/crates.io-index"3846checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3847dependencies = [3848 "futures 0.3.21",3849 "jsonrpc-client-transports",3850]38513852[[package]]3853name = "jsonrpc-derive"3854version = "18.0.0"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3857dependencies = [3858 "proc-macro-crate 0.1.5",3859 "proc-macro2",3860 "quote",3861 "syn",3862]38633864[[package]]3865name = "jsonrpc-http-server"3866version = "18.0.0"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3869dependencies = [3870 "futures 0.3.21",3871 "hyper",3872 "jsonrpc-core",3873 "jsonrpc-server-utils",3874 "log",3875 "net2",3876 "parking_lot 0.11.2",3877 "unicase",3878]38793880[[package]]3881name = "jsonrpc-ipc-server"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3885dependencies = [3886 "futures 0.3.21",3887 "jsonrpc-core",3888 "jsonrpc-server-utils",3889 "log",3890 "parity-tokio-ipc",3891 "parking_lot 0.11.2",3892 "tower-service",3893]38943895[[package]]3896name = "jsonrpc-pubsub"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3900dependencies = [3901 "futures 0.3.21",3902 "jsonrpc-core",3903 "lazy_static",3904 "log",3905 "parking_lot 0.11.2",3906 "rand 0.7.3",3907 "serde",3908]39093910[[package]]3911name = "jsonrpc-server-utils"3912version = "18.0.0"3913source = "registry+https://github.com/rust-lang/crates.io-index"3914checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3915dependencies = [3916 "bytes 1.1.0",3917 "futures 0.3.21",3918 "globset",3919 "jsonrpc-core",3920 "lazy_static",3921 "log",3922 "tokio 1.17.0",3923 "tokio-stream",3924 "tokio-util",3925 "unicase",3926]39273928[[package]]3929name = "jsonrpc-ws-server"3930version = "18.0.0"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3933dependencies = [3934 "futures 0.3.21",3935 "jsonrpc-core",3936 "jsonrpc-server-utils",3937 "log",3938 "parity-ws",3939 "parking_lot 0.11.2",3940 "slab",3941]39423943[[package]]3944name = "jsonrpsee"3945version = "0.4.1"3946source = "registry+https://github.com/rust-lang/crates.io-index"3947checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3948dependencies = [3949 "jsonrpsee-types 0.4.1",3950 "jsonrpsee-utils",3951 "jsonrpsee-ws-client 0.4.1",3952]39533954[[package]]3955name = "jsonrpsee"3956version = "0.8.0"3957source = "registry+https://github.com/rust-lang/crates.io-index"3958checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3959dependencies = [3960 "jsonrpsee-core 0.8.0",3961 "jsonrpsee-proc-macros",3962 "jsonrpsee-types 0.8.0",3963 "jsonrpsee-ws-client 0.8.0",3964]39653966[[package]]3967name = "jsonrpsee"3968version = "0.9.0"3969source = "registry+https://github.com/rust-lang/crates.io-index"3970checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3971dependencies = [3972 "jsonrpsee-core 0.9.0",3973 "jsonrpsee-http-client",3974 "jsonrpsee-types 0.9.0",3975 "jsonrpsee-ws-client 0.9.0",3976]39773978[[package]]3979name = "jsonrpsee-client-transport"3980version = "0.8.0"3981source = "registry+https://github.com/rust-lang/crates.io-index"3982checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3983dependencies = [3984 "futures 0.3.21",3985 "http",3986 "jsonrpsee-core 0.8.0",3987 "jsonrpsee-types 0.8.0",3988 "pin-project 1.0.10",3989 "rustls-native-certs 0.6.1",3990 "soketto",3991 "thiserror",3992 "tokio 1.17.0",3993 "tokio-rustls 0.23.3",3994 "tokio-util",3995 "tracing",3996 "webpki-roots 0.22.2",3997]39983999[[package]]4000name = "jsonrpsee-client-transport"4001version = "0.9.0"4002source = "registry+https://github.com/rust-lang/crates.io-index"4003checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"4004dependencies = [4005 "futures 0.3.21",4006 "http",4007 "jsonrpsee-core 0.9.0",4008 "jsonrpsee-types 0.9.0",4009 "pin-project 1.0.10",4010 "rustls-native-certs 0.6.1",4011 "soketto",4012 "thiserror",4013 "tokio 1.17.0",4014 "tokio-rustls 0.23.3",4015 "tokio-util",4016 "tracing",4017 "webpki-roots 0.22.2",4018]40194020[[package]]4021name = "jsonrpsee-core"4022version = "0.8.0"4023source = "registry+https://github.com/rust-lang/crates.io-index"4024checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4025dependencies = [4026 "anyhow",4027 "arrayvec 0.7.2",4028 "async-trait",4029 "beef",4030 "futures-channel",4031 "futures-util",4032 "hyper",4033 "jsonrpsee-types 0.8.0",4034 "rustc-hash",4035 "serde",4036 "serde_json",4037 "soketto",4038 "thiserror",4039 "tokio 1.17.0",4040 "tracing",4041]40424043[[package]]4044name = "jsonrpsee-core"4045version = "0.9.0"4046source = "registry+https://github.com/rust-lang/crates.io-index"4047checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4048dependencies = [4049 "anyhow",4050 "arrayvec 0.7.2",4051 "async-trait",4052 "beef",4053 "futures-channel",4054 "futures-util",4055 "hyper",4056 "jsonrpsee-types 0.9.0",4057 "rustc-hash",4058 "serde",4059 "serde_json",4060 "soketto",4061 "thiserror",4062 "tokio 1.17.0",4063 "tracing",4064]40654066[[package]]4067name = "jsonrpsee-http-client"4068version = "0.9.0"4069source = "registry+https://github.com/rust-lang/crates.io-index"4070checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4071dependencies = [4072 "async-trait",4073 "hyper",4074 "hyper-rustls 0.23.0",4075 "jsonrpsee-core 0.9.0",4076 "jsonrpsee-types 0.9.0",4077 "rustc-hash",4078 "serde",4079 "serde_json",4080 "thiserror",4081 "tokio 1.17.0",4082 "tracing",4083]40844085[[package]]4086name = "jsonrpsee-proc-macros"4087version = "0.8.0"4088source = "registry+https://github.com/rust-lang/crates.io-index"4089checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4090dependencies = [4091 "proc-macro-crate 1.1.3",4092 "proc-macro2",4093 "quote",4094 "syn",4095]40964097[[package]]4098name = "jsonrpsee-types"4099version = "0.4.1"4100source = "registry+https://github.com/rust-lang/crates.io-index"4101checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4102dependencies = [4103 "anyhow",4104 "async-trait",4105 "beef",4106 "futures-channel",4107 "futures-util",4108 "hyper",4109 "log",4110 "serde",4111 "serde_json",4112 "soketto",4113 "thiserror",4114]41154116[[package]]4117name = "jsonrpsee-types"4118version = "0.8.0"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4121dependencies = [4122 "anyhow",4123 "beef",4124 "serde",4125 "serde_json",4126 "thiserror",4127 "tracing",4128]41294130[[package]]4131name = "jsonrpsee-types"4132version = "0.9.0"4133source = "registry+https://github.com/rust-lang/crates.io-index"4134checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4135dependencies = [4136 "anyhow",4137 "beef",4138 "serde",4139 "serde_json",4140 "thiserror",4141 "tracing",4142]41434144[[package]]4145name = "jsonrpsee-utils"4146version = "0.4.1"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4149dependencies = [4150 "arrayvec 0.7.2",4151 "beef",4152 "jsonrpsee-types 0.4.1",4153]41544155[[package]]4156name = "jsonrpsee-ws-client"4157version = "0.4.1"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4160dependencies = [4161 "arrayvec 0.7.2",4162 "async-trait",4163 "fnv",4164 "futures 0.3.21",4165 "http",4166 "jsonrpsee-types 0.4.1",4167 "log",4168 "pin-project 1.0.10",4169 "rustls-native-certs 0.5.0",4170 "serde",4171 "serde_json",4172 "soketto",4173 "thiserror",4174 "tokio 1.17.0",4175 "tokio-rustls 0.22.0",4176 "tokio-util",4177]41784179[[package]]4180name = "jsonrpsee-ws-client"4181version = "0.8.0"4182source = "registry+https://github.com/rust-lang/crates.io-index"4183checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4184dependencies = [4185 "jsonrpsee-client-transport 0.8.0",4186 "jsonrpsee-core 0.8.0",4187 "jsonrpsee-types 0.8.0",4188]41894190[[package]]4191name = "jsonrpsee-ws-client"4192version = "0.9.0"4193source = "registry+https://github.com/rust-lang/crates.io-index"4194checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4195dependencies = [4196 "jsonrpsee-client-transport 0.9.0",4197 "jsonrpsee-core 0.9.0",4198 "jsonrpsee-types 0.9.0",4199]42004201[[package]]4202name = "k256"4203version = "0.10.4"4204source = "registry+https://github.com/rust-lang/crates.io-index"4205checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4206dependencies = [4207 "cfg-if 1.0.0",4208 "ecdsa",4209 "elliptic-curve",4210 "sec1",4211]42124213[[package]]4214name = "keccak"4215version = "0.1.0"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42184219[[package]]4220name = "kernel32-sys"4221version = "0.2.2"4222source = "registry+https://github.com/rust-lang/crates.io-index"4223checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4224dependencies = [4225 "winapi 0.2.8",4226 "winapi-build",4227]42284229[[package]]4230name = "kusama-runtime"4231version = "0.9.18"4232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4233dependencies = [4234 "beefy-primitives",4235 "bitvec",4236 "frame-benchmarking",4237 "frame-election-provider-support",4238 "frame-executive",4239 "frame-support",4240 "frame-system",4241 "frame-system-benchmarking",4242 "frame-system-rpc-runtime-api",4243 "frame-try-runtime",4244 "hex-literal",4245 "kusama-runtime-constants",4246 "log",4247 "pallet-authority-discovery",4248 "pallet-authorship",4249 "pallet-babe",4250 "pallet-bags-list",4251 "pallet-balances",4252 "pallet-bounties",4253 "pallet-collective",4254 "pallet-democracy",4255 "pallet-election-provider-multi-phase",4256 "pallet-elections-phragmen",4257 "pallet-gilt",4258 "pallet-grandpa",4259 "pallet-identity",4260 "pallet-im-online",4261 "pallet-indices",4262 "pallet-membership",4263 "pallet-mmr-primitives",4264 "pallet-multisig",4265 "pallet-nicks",4266 "pallet-offences",4267 "pallet-offences-benchmarking",4268 "pallet-preimage",4269 "pallet-proxy",4270 "pallet-recovery",4271 "pallet-scheduler",4272 "pallet-session",4273 "pallet-session-benchmarking",4274 "pallet-society",4275 "pallet-staking",4276 "pallet-staking-reward-fn",4277 "pallet-timestamp",4278 "pallet-tips",4279 "pallet-transaction-payment",4280 "pallet-transaction-payment-rpc-runtime-api",4281 "pallet-treasury",4282 "pallet-utility",4283 "pallet-vesting",4284 "pallet-xcm",4285 "parity-scale-codec",4286 "polkadot-primitives",4287 "polkadot-runtime-common",4288 "polkadot-runtime-parachains",4289 "rustc-hex",4290 "scale-info",4291 "serde",4292 "serde_derive",4293 "smallvec",4294 "sp-api",4295 "sp-arithmetic",4296 "sp-authority-discovery",4297 "sp-block-builder",4298 "sp-consensus-babe",4299 "sp-core",4300 "sp-inherents",4301 "sp-io",4302 "sp-npos-elections",4303 "sp-offchain",4304 "sp-runtime",4305 "sp-session",4306 "sp-staking",4307 "sp-std",4308 "sp-transaction-pool",4309 "sp-version",4310 "static_assertions",4311 "substrate-wasm-builder",4312 "xcm",4313 "xcm-builder",4314 "xcm-executor",4315]43164317[[package]]4318name = "kusama-runtime-constants"4319version = "0.9.18"4320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4321dependencies = [4322 "frame-support",4323 "polkadot-primitives",4324 "polkadot-runtime-common",4325 "smallvec",4326 "sp-runtime",4327]43284329[[package]]4330name = "kv-log-macro"4331version = "1.0.7"4332source = "registry+https://github.com/rust-lang/crates.io-index"4333checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4334dependencies = [4335 "log",4336]43374338[[package]]4339name = "kvdb"4340version = "0.11.0"4341source = "registry+https://github.com/rust-lang/crates.io-index"4342checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4343dependencies = [4344 "parity-util-mem",4345 "smallvec",4346]43474348[[package]]4349name = "kvdb-memorydb"4350version = "0.11.0"4351source = "registry+https://github.com/rust-lang/crates.io-index"4352checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4353dependencies = [4354 "kvdb",4355 "parity-util-mem",4356 "parking_lot 0.12.0",4357]43584359[[package]]4360name = "kvdb-rocksdb"4361version = "0.15.2"4362source = "registry+https://github.com/rust-lang/crates.io-index"4363checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4364dependencies = [4365 "fs-swap",4366 "kvdb",4367 "log",4368 "num_cpus",4369 "owning_ref",4370 "parity-util-mem",4371 "parking_lot 0.12.0",4372 "regex",4373 "rocksdb",4374 "smallvec",4375]43764377[[package]]4378name = "lazy_static"4379version = "1.4.0"4380source = "registry+https://github.com/rust-lang/crates.io-index"4381checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43824383[[package]]4384name = "lazycell"4385version = "1.3.0"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43884389[[package]]4390name = "libc"4391version = "0.2.121"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43944395[[package]]4396name = "libloading"4397version = "0.5.2"4398source = "registry+https://github.com/rust-lang/crates.io-index"4399checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4400dependencies = [4401 "cc",4402 "winapi 0.3.9",4403]44044405[[package]]4406name = "libloading"4407version = "0.7.3"4408source = "registry+https://github.com/rust-lang/crates.io-index"4409checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4410dependencies = [4411 "cfg-if 1.0.0",4412 "winapi 0.3.9",4413]44144415[[package]]4416name = "libm"4417version = "0.2.2"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44204421[[package]]4422name = "libp2p"4423version = "0.40.0"4424source = "registry+https://github.com/rust-lang/crates.io-index"4425checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4426dependencies = [4427 "atomic",4428 "bytes 1.1.0",4429 "futures 0.3.21",4430 "lazy_static",4431 "libp2p-core",4432 "libp2p-deflate",4433 "libp2p-dns",4434 "libp2p-floodsub",4435 "libp2p-gossipsub",4436 "libp2p-identify",4437 "libp2p-kad",4438 "libp2p-mdns",4439 "libp2p-metrics",4440 "libp2p-mplex",4441 "libp2p-noise",4442 "libp2p-ping",4443 "libp2p-plaintext",4444 "libp2p-pnet",4445 "libp2p-relay",4446 "libp2p-rendezvous",4447 "libp2p-request-response",4448 "libp2p-swarm",4449 "libp2p-swarm-derive",4450 "libp2p-tcp",4451 "libp2p-uds",4452 "libp2p-wasm-ext",4453 "libp2p-websocket",4454 "libp2p-yamux",4455 "multiaddr",4456 "parking_lot 0.11.2",4457 "pin-project 1.0.10",4458 "smallvec",4459 "wasm-timer",4460]44614462[[package]]4463name = "libp2p-core"4464version = "0.30.2"4465source = "registry+https://github.com/rust-lang/crates.io-index"4466checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4467dependencies = [4468 "asn1_der",4469 "bs58",4470 "ed25519-dalek",4471 "either",4472 "fnv",4473 "futures 0.3.21",4474 "futures-timer",4475 "instant",4476 "lazy_static",4477 "libsecp256k1 0.7.0",4478 "log",4479 "multiaddr",4480 "multihash 0.14.0",4481 "multistream-select",4482 "parking_lot 0.11.2",4483 "pin-project 1.0.10",4484 "prost",4485 "prost-build",4486 "rand 0.8.5",4487 "ring",4488 "rw-stream-sink",4489 "sha2 0.9.9",4490 "smallvec",4491 "thiserror",4492 "unsigned-varint 0.7.1",4493 "void",4494 "zeroize",4495]44964497[[package]]4498name = "libp2p-deflate"4499version = "0.30.0"4500source = "registry+https://github.com/rust-lang/crates.io-index"4501checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4502dependencies = [4503 "flate2",4504 "futures 0.3.21",4505 "libp2p-core",4506]45074508[[package]]4509name = "libp2p-dns"4510version = "0.30.0"4511source = "registry+https://github.com/rust-lang/crates.io-index"4512checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4513dependencies = [4514 "async-std-resolver",4515 "futures 0.3.21",4516 "libp2p-core",4517 "log",4518 "smallvec",4519 "trust-dns-resolver",4520]45214522[[package]]4523name = "libp2p-floodsub"4524version = "0.31.0"4525source = "registry+https://github.com/rust-lang/crates.io-index"4526checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4527dependencies = [4528 "cuckoofilter",4529 "fnv",4530 "futures 0.3.21",4531 "libp2p-core",4532 "libp2p-swarm",4533 "log",4534 "prost",4535 "prost-build",4536 "rand 0.7.3",4537 "smallvec",4538]45394540[[package]]4541name = "libp2p-gossipsub"4542version = "0.33.0"4543source = "registry+https://github.com/rust-lang/crates.io-index"4544checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4545dependencies = [4546 "asynchronous-codec 0.6.0",4547 "base64",4548 "byteorder",4549 "bytes 1.1.0",4550 "fnv",4551 "futures 0.3.21",4552 "hex_fmt",4553 "libp2p-core",4554 "libp2p-swarm",4555 "log",4556 "prost",4557 "prost-build",4558 "rand 0.7.3",4559 "regex",4560 "sha2 0.9.9",4561 "smallvec",4562 "unsigned-varint 0.7.1",4563 "wasm-timer",4564]45654566[[package]]4567name = "libp2p-identify"4568version = "0.31.0"4569source = "registry+https://github.com/rust-lang/crates.io-index"4570checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4571dependencies = [4572 "futures 0.3.21",4573 "libp2p-core",4574 "libp2p-swarm",4575 "log",4576 "lru 0.6.6",4577 "prost",4578 "prost-build",4579 "smallvec",4580 "wasm-timer",4581]45824583[[package]]4584name = "libp2p-kad"4585version = "0.32.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4588dependencies = [4589 "arrayvec 0.5.2",4590 "asynchronous-codec 0.6.0",4591 "bytes 1.1.0",4592 "either",4593 "fnv",4594 "futures 0.3.21",4595 "libp2p-core",4596 "libp2p-swarm",4597 "log",4598 "prost",4599 "prost-build",4600 "rand 0.7.3",4601 "sha2 0.9.9",4602 "smallvec",4603 "uint",4604 "unsigned-varint 0.7.1",4605 "void",4606 "wasm-timer",4607]46084609[[package]]4610name = "libp2p-mdns"4611version = "0.32.0"4612source = "registry+https://github.com/rust-lang/crates.io-index"4613checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4614dependencies = [4615 "async-io",4616 "data-encoding",4617 "dns-parser",4618 "futures 0.3.21",4619 "if-watch",4620 "lazy_static",4621 "libp2p-core",4622 "libp2p-swarm",4623 "log",4624 "rand 0.8.5",4625 "smallvec",4626 "socket2 0.4.4",4627 "void",4628]46294630[[package]]4631name = "libp2p-metrics"4632version = "0.1.0"4633source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4635dependencies = [4636 "libp2p-core",4637 "libp2p-identify",4638 "libp2p-kad",4639 "libp2p-ping",4640 "libp2p-swarm",4641 "open-metrics-client",4642]46434644[[package]]4645name = "libp2p-mplex"4646version = "0.30.0"4647source = "registry+https://github.com/rust-lang/crates.io-index"4648checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4649dependencies = [4650 "asynchronous-codec 0.6.0",4651 "bytes 1.1.0",4652 "futures 0.3.21",4653 "libp2p-core",4654 "log",4655 "nohash-hasher",4656 "parking_lot 0.11.2",4657 "rand 0.7.3",4658 "smallvec",4659 "unsigned-varint 0.7.1",4660]46614662[[package]]4663name = "libp2p-noise"4664version = "0.33.0"4665source = "registry+https://github.com/rust-lang/crates.io-index"4666checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4667dependencies = [4668 "bytes 1.1.0",4669 "curve25519-dalek 3.2.0",4670 "futures 0.3.21",4671 "lazy_static",4672 "libp2p-core",4673 "log",4674 "prost",4675 "prost-build",4676 "rand 0.8.5",4677 "sha2 0.9.9",4678 "snow",4679 "static_assertions",4680 "x25519-dalek",4681 "zeroize",4682]46834684[[package]]4685name = "libp2p-ping"4686version = "0.31.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4689dependencies = [4690 "futures 0.3.21",4691 "libp2p-core",4692 "libp2p-swarm",4693 "log",4694 "rand 0.7.3",4695 "void",4696 "wasm-timer",4697]46984699[[package]]4700name = "libp2p-plaintext"4701version = "0.30.0"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4704dependencies = [4705 "asynchronous-codec 0.6.0",4706 "bytes 1.1.0",4707 "futures 0.3.21",4708 "libp2p-core",4709 "log",4710 "prost",4711 "prost-build",4712 "unsigned-varint 0.7.1",4713 "void",4714]47154716[[package]]4717name = "libp2p-pnet"4718version = "0.22.0"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4721dependencies = [4722 "futures 0.3.21",4723 "log",4724 "pin-project 1.0.10",4725 "rand 0.7.3",4726 "salsa20",4727 "sha3 0.9.1",4728]47294730[[package]]4731name = "libp2p-relay"4732version = "0.4.0"4733source = "registry+https://github.com/rust-lang/crates.io-index"4734checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4735dependencies = [4736 "asynchronous-codec 0.6.0",4737 "bytes 1.1.0",4738 "futures 0.3.21",4739 "futures-timer",4740 "libp2p-core",4741 "libp2p-swarm",4742 "log",4743 "pin-project 1.0.10",4744 "prost",4745 "prost-build",4746 "rand 0.7.3",4747 "smallvec",4748 "unsigned-varint 0.7.1",4749 "void",4750 "wasm-timer",4751]47524753[[package]]4754name = "libp2p-rendezvous"4755version = "0.1.0"4756source = "registry+https://github.com/rust-lang/crates.io-index"4757checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4758dependencies = [4759 "asynchronous-codec 0.6.0",4760 "bimap",4761 "futures 0.3.21",4762 "libp2p-core",4763 "libp2p-swarm",4764 "log",4765 "prost",4766 "prost-build",4767 "rand 0.8.5",4768 "sha2 0.9.9",4769 "thiserror",4770 "unsigned-varint 0.7.1",4771 "void",4772 "wasm-timer",4773]47744775[[package]]4776name = "libp2p-request-response"4777version = "0.13.0"4778source = "registry+https://github.com/rust-lang/crates.io-index"4779checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4780dependencies = [4781 "async-trait",4782 "bytes 1.1.0",4783 "futures 0.3.21",4784 "libp2p-core",4785 "libp2p-swarm",4786 "log",4787 "lru 0.7.3",4788 "rand 0.7.3",4789 "smallvec",4790 "unsigned-varint 0.7.1",4791 "wasm-timer",4792]47934794[[package]]4795name = "libp2p-swarm"4796version = "0.31.0"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4799dependencies = [4800 "either",4801 "futures 0.3.21",4802 "libp2p-core",4803 "log",4804 "rand 0.7.3",4805 "smallvec",4806 "void",4807 "wasm-timer",4808]48094810[[package]]4811name = "libp2p-swarm-derive"4812version = "0.25.0"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4815dependencies = [4816 "quote",4817 "syn",4818]48194820[[package]]4821name = "libp2p-tcp"4822version = "0.30.0"4823source = "registry+https://github.com/rust-lang/crates.io-index"4824checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4825dependencies = [4826 "async-io",4827 "futures 0.3.21",4828 "futures-timer",4829 "if-watch",4830 "ipnet",4831 "libc",4832 "libp2p-core",4833 "log",4834 "socket2 0.4.4",4835]48364837[[package]]4838name = "libp2p-uds"4839version = "0.30.0"4840source = "registry+https://github.com/rust-lang/crates.io-index"4841checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4842dependencies = [4843 "async-std",4844 "futures 0.3.21",4845 "libp2p-core",4846 "log",4847]48484849[[package]]4850name = "libp2p-wasm-ext"4851version = "0.30.0"4852source = "registry+https://github.com/rust-lang/crates.io-index"4853checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4854dependencies = [4855 "futures 0.3.21",4856 "js-sys",4857 "libp2p-core",4858 "parity-send-wrapper",4859 "wasm-bindgen",4860 "wasm-bindgen-futures",4861]48624863[[package]]4864name = "libp2p-websocket"4865version = "0.31.0"4866source = "registry+https://github.com/rust-lang/crates.io-index"4867checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4868dependencies = [4869 "either",4870 "futures 0.3.21",4871 "futures-rustls",4872 "libp2p-core",4873 "log",4874 "quicksink",4875 "rw-stream-sink",4876 "soketto",4877 "url 2.2.2",4878 "webpki-roots 0.21.1",4879]48804881[[package]]4882name = "libp2p-yamux"4883version = "0.34.0"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4886dependencies = [4887 "futures 0.3.21",4888 "libp2p-core",4889 "parking_lot 0.11.2",4890 "thiserror",4891 "yamux",4892]48934894[[package]]4895name = "librocksdb-sys"4896version = "0.6.1+6.28.2"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4899dependencies = [4900 "bindgen",4901 "bzip2-sys",4902 "cc",4903 "glob",4904 "libc",4905 "libz-sys",4906 "tikv-jemalloc-sys",4907]49084909[[package]]4910name = "libsecp256k1"4911version = "0.3.5"4912source = "registry+https://github.com/rust-lang/crates.io-index"4913checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4914dependencies = [4915 "arrayref",4916 "crunchy",4917 "digest 0.8.1",4918 "hmac-drbg 0.2.0",4919 "rand 0.7.3",4920 "sha2 0.8.2",4921 "subtle 2.4.1",4922 "typenum",4923]49244925[[package]]4926name = "libsecp256k1"4927version = "0.7.0"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4930dependencies = [4931 "arrayref",4932 "base64",4933 "digest 0.9.0",4934 "hmac-drbg 0.3.0",4935 "libsecp256k1-core",4936 "libsecp256k1-gen-ecmult",4937 "libsecp256k1-gen-genmult",4938 "rand 0.8.5",4939 "serde",4940 "sha2 0.9.9",4941 "typenum",4942]49434944[[package]]4945name = "libsecp256k1-core"4946version = "0.3.0"4947source = "registry+https://github.com/rust-lang/crates.io-index"4948checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4949dependencies = [4950 "crunchy",4951 "digest 0.9.0",4952 "subtle 2.4.1",4953]49544955[[package]]4956name = "libsecp256k1-gen-ecmult"4957version = "0.3.0"4958source = "registry+https://github.com/rust-lang/crates.io-index"4959checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4960dependencies = [4961 "libsecp256k1-core",4962]49634964[[package]]4965name = "libsecp256k1-gen-genmult"4966version = "0.3.0"4967source = "registry+https://github.com/rust-lang/crates.io-index"4968checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4969dependencies = [4970 "libsecp256k1-core",4971]49724973[[package]]4974name = "libz-sys"4975version = "1.1.5"4976source = "registry+https://github.com/rust-lang/crates.io-index"4977checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4978dependencies = [4979 "cc",4980 "pkg-config",4981 "vcpkg",4982]49834984[[package]]4985name = "linked-hash-map"4986version = "0.5.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49894990[[package]]4991name = "linked_hash_set"4992version = "0.1.4"4993source = "registry+https://github.com/rust-lang/crates.io-index"4994checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4995dependencies = [4996 "linked-hash-map",4997]49984999[[package]]5000name = "linregress"5001version = "0.4.4"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"5004dependencies = [5005 "nalgebra",5006 "statrs",5007]50085009[[package]]5010name = "linux-raw-sys"5011version = "0.0.36"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"50145015[[package]]5016name = "lock_api"5017version = "0.4.6"5018source = "registry+https://github.com/rust-lang/crates.io-index"5019checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5020dependencies = [5021 "scopeguard",5022]50235024[[package]]5025name = "log"5026version = "0.4.16"5027source = "registry+https://github.com/rust-lang/crates.io-index"5028checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5029dependencies = [5030 "cfg-if 1.0.0",5031 "value-bag",5032]50335034[[package]]5035name = "lru"5036version = "0.6.6"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5039dependencies = [5040 "hashbrown 0.11.2",5041]50425043[[package]]5044name = "lru"5045version = "0.7.3"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5048dependencies = [5049 "hashbrown 0.11.2",5050]50515052[[package]]5053name = "lru-cache"5054version = "0.1.2"5055source = "registry+https://github.com/rust-lang/crates.io-index"5056checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5057dependencies = [5058 "linked-hash-map",5059]50605061[[package]]5062name = "lz4"5063version = "1.23.3"5064source = "registry+https://github.com/rust-lang/crates.io-index"5065checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5066dependencies = [5067 "libc",5068 "lz4-sys",5069]50705071[[package]]5072name = "lz4-sys"5073version = "1.9.3"5074source = "registry+https://github.com/rust-lang/crates.io-index"5075checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5076dependencies = [5077 "cc",5078 "libc",5079]50805081[[package]]5082name = "mach"5083version = "0.3.2"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5086dependencies = [5087 "libc",5088]50895090[[package]]5091name = "maplit"5092version = "1.0.2"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50955096[[package]]5097name = "match_cfg"5098version = "0.1.0"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"51015102[[package]]5103name = "matchers"5104version = "0.0.1"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5107dependencies = [5108 "regex-automata",5109]51105111[[package]]5112name = "matches"5113version = "0.1.9"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51165117[[package]]5118name = "matrixmultiply"5119version = "0.3.2"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5122dependencies = [5123 "rawpointer",5124]51255126[[package]]5127name = "memchr"5128version = "2.4.1"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51315132[[package]]5133name = "memmap2"5134version = "0.2.3"5135source = "registry+https://github.com/rust-lang/crates.io-index"5136checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5137dependencies = [5138 "libc",5139]51405141[[package]]5142name = "memmap2"5143version = "0.5.3"5144source = "registry+https://github.com/rust-lang/crates.io-index"5145checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5146dependencies = [5147 "libc",5148]51495150[[package]]5151name = "memoffset"5152version = "0.6.5"5153source = "registry+https://github.com/rust-lang/crates.io-index"5154checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5155dependencies = [5156 "autocfg",5157]51585159[[package]]5160name = "memory-db"5161version = "0.29.0"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5164dependencies = [5165 "hash-db",5166 "hashbrown 0.12.0",5167 "parity-util-mem",5168]51695170[[package]]5171name = "memory-lru"5172version = "0.1.0"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5175dependencies = [5176 "lru 0.6.6",5177]51785179[[package]]5180name = "memory_units"5181version = "0.3.0"5182source = "registry+https://github.com/rust-lang/crates.io-index"5183checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51845185[[package]]5186name = "merlin"5187version = "2.0.1"5188source = "registry+https://github.com/rust-lang/crates.io-index"5189checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5190dependencies = [5191 "byteorder",5192 "keccak",5193 "rand_core 0.5.1",5194 "zeroize",5195]51965197[[package]]5198name = "metered-channel"5199version = "0.9.18"5200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5201dependencies = [5202 "derive_more",5203 "futures 0.3.21",5204 "futures-timer",5205 "thiserror",5206 "tracing",5207]52085209[[package]]5210name = "mick-jaeger"5211version = "0.1.8"5212source = "registry+https://github.com/rust-lang/crates.io-index"5213checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5214dependencies = [5215 "futures 0.3.21",5216 "rand 0.8.5",5217 "thrift",5218]52195220[[package]]5221name = "minimal-lexical"5222version = "0.2.1"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52255226[[package]]5227name = "miniz_oxide"5228version = "0.4.4"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5231dependencies = [5232 "adler",5233 "autocfg",5234]52355236[[package]]5237name = "mio"5238version = "0.6.23"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5241dependencies = [5242 "cfg-if 0.1.10",5243 "fuchsia-zircon",5244 "fuchsia-zircon-sys",5245 "iovec",5246 "kernel32-sys",5247 "libc",5248 "log",5249 "miow 0.2.2",5250 "net2",5251 "slab",5252 "winapi 0.2.8",5253]52545255[[package]]5256name = "mio"5257version = "0.8.2"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5260dependencies = [5261 "libc",5262 "log",5263 "miow 0.3.7",5264 "ntapi",5265 "wasi 0.11.0+wasi-snapshot-preview1",5266 "winapi 0.3.9",5267]52685269[[package]]5270name = "mio-extras"5271version = "2.0.6"5272source = "registry+https://github.com/rust-lang/crates.io-index"5273checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5274dependencies = [5275 "lazycell",5276 "log",5277 "mio 0.6.23",5278 "slab",5279]52805281[[package]]5282name = "miow"5283version = "0.2.2"5284source = "registry+https://github.com/rust-lang/crates.io-index"5285checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5286dependencies = [5287 "kernel32-sys",5288 "net2",5289 "winapi 0.2.8",5290 "ws2_32-sys",5291]52925293[[package]]5294name = "miow"5295version = "0.3.7"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5298dependencies = [5299 "winapi 0.3.9",5300]53015302[[package]]5303name = "more-asserts"5304version = "0.2.2"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"53075308[[package]]5309name = "multiaddr"5310version = "0.13.0"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5313dependencies = [5314 "arrayref",5315 "bs58",5316 "byteorder",5317 "data-encoding",5318 "multihash 0.14.0",5319 "percent-encoding 2.1.0",5320 "serde",5321 "static_assertions",5322 "unsigned-varint 0.7.1",5323 "url 2.2.2",5324]53255326[[package]]5327name = "multibase"5328version = "0.8.0"5329source = "registry+https://github.com/rust-lang/crates.io-index"5330checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5331dependencies = [5332 "base-x",5333 "data-encoding",5334 "data-encoding-macro",5335]53365337[[package]]5338name = "multihash"5339version = "0.13.2"5340source = "registry+https://github.com/rust-lang/crates.io-index"5341checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5342dependencies = [5343 "blake2b_simd",5344 "blake2s_simd",5345 "blake3 0.3.8",5346 "digest 0.9.0",5347 "generic-array 0.14.5",5348 "multihash-derive",5349 "sha2 0.9.9",5350 "sha3 0.9.1",5351 "unsigned-varint 0.5.1",5352]53535354[[package]]5355name = "multihash"5356version = "0.14.0"5357source = "registry+https://github.com/rust-lang/crates.io-index"5358checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5359dependencies = [5360 "digest 0.9.0",5361 "generic-array 0.14.5",5362 "multihash-derive",5363 "sha2 0.9.9",5364 "unsigned-varint 0.7.1",5365]53665367[[package]]5368name = "multihash-derive"5369version = "0.7.2"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5372dependencies = [5373 "proc-macro-crate 1.1.3",5374 "proc-macro-error",5375 "proc-macro2",5376 "quote",5377 "syn",5378 "synstructure",5379]53805381[[package]]5382name = "multimap"5383version = "0.8.3"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53865387[[package]]5388name = "multistream-select"5389version = "0.10.4"5390source = "registry+https://github.com/rust-lang/crates.io-index"5391checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5392dependencies = [5393 "bytes 1.1.0",5394 "futures 0.3.21",5395 "log",5396 "pin-project 1.0.10",5397 "smallvec",5398 "unsigned-varint 0.7.1",5399]54005401[[package]]5402name = "nalgebra"5403version = "0.27.1"5404source = "registry+https://github.com/rust-lang/crates.io-index"5405checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5406dependencies = [5407 "approx",5408 "matrixmultiply",5409 "nalgebra-macros",5410 "num-complex",5411 "num-rational 0.4.0",5412 "num-traits",5413 "rand 0.8.5",5414 "rand_distr",5415 "simba",5416 "typenum",5417]54185419[[package]]5420name = "nalgebra-macros"5421version = "0.1.0"5422source = "registry+https://github.com/rust-lang/crates.io-index"5423checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5424dependencies = [5425 "proc-macro2",5426 "quote",5427 "syn",5428]54295430[[package]]5431name = "names"5432version = "0.12.0"5433source = "registry+https://github.com/rust-lang/crates.io-index"5434checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5435dependencies = [5436 "rand 0.8.5",5437]54385439[[package]]5440name = "net2"5441version = "0.2.37"5442source = "registry+https://github.com/rust-lang/crates.io-index"5443checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5444dependencies = [5445 "cfg-if 0.1.10",5446 "libc",5447 "winapi 0.3.9",5448]54495450[[package]]5451name = "nodrop"5452version = "0.1.14"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54555456[[package]]5457name = "nohash-hasher"5458version = "0.2.0"5459source = "registry+https://github.com/rust-lang/crates.io-index"5460checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54615462[[package]]5463name = "nom"5464version = "7.1.1"5465source = "registry+https://github.com/rust-lang/crates.io-index"5466checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5467dependencies = [5468 "memchr",5469 "minimal-lexical",5470]54715472[[package]]5473name = "ntapi"5474version = "0.3.7"5475source = "registry+https://github.com/rust-lang/crates.io-index"5476checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5477dependencies = [5478 "winapi 0.3.9",5479]54805481[[package]]5482name = "num-bigint"5483version = "0.2.6"5484source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5486dependencies = [5487 "autocfg",5488 "num-integer",5489 "num-traits",5490]54915492[[package]]5493name = "num-complex"5494version = "0.4.0"5495source = "registry+https://github.com/rust-lang/crates.io-index"5496checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5497dependencies = [5498 "num-traits",5499]55005501[[package]]5502name = "num-format"5503version = "0.4.0"5504source = "registry+https://github.com/rust-lang/crates.io-index"5505checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5506dependencies = [5507 "arrayvec 0.4.12",5508 "itoa 0.4.8",5509]55105511[[package]]5512name = "num-integer"5513version = "0.1.44"5514source = "registry+https://github.com/rust-lang/crates.io-index"5515checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5516dependencies = [5517 "autocfg",5518 "num-traits",5519]55205521[[package]]5522name = "num-rational"5523version = "0.2.4"5524source = "registry+https://github.com/rust-lang/crates.io-index"5525checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5526dependencies = [5527 "autocfg",5528 "num-bigint",5529 "num-integer",5530 "num-traits",5531]55325533[[package]]5534name = "num-rational"5535version = "0.4.0"5536source = "registry+https://github.com/rust-lang/crates.io-index"5537checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5538dependencies = [5539 "autocfg",5540 "num-integer",5541 "num-traits",5542]55435544[[package]]5545name = "num-traits"5546version = "0.2.14"5547source = "registry+https://github.com/rust-lang/crates.io-index"5548checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5549dependencies = [5550 "autocfg",5551 "libm",5552]55535554[[package]]5555name = "num_cpus"5556version = "1.13.1"5557source = "registry+https://github.com/rust-lang/crates.io-index"5558checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5559dependencies = [5560 "hermit-abi",5561 "libc",5562]55635564[[package]]5565name = "object"5566version = "0.27.1"5567source = "registry+https://github.com/rust-lang/crates.io-index"5568checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5569dependencies = [5570 "crc32fast",5571 "indexmap",5572 "memchr",5573]55745575[[package]]5576name = "once_cell"5577version = "1.10.0"5578source = "registry+https://github.com/rust-lang/crates.io-index"5579checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55805581[[package]]5582name = "opal-runtime"5583version = "0.1.0"5584dependencies = [5585 "cumulus-pallet-aura-ext",5586 "cumulus-pallet-dmp-queue",5587 "cumulus-pallet-parachain-system",5588 "cumulus-pallet-xcm",5589 "cumulus-pallet-xcmp-queue",5590 "cumulus-primitives-core",5591 "cumulus-primitives-timestamp",5592 "cumulus-primitives-utility",5593 "derivative",5594 "fp-rpc",5595 "fp-self-contained",5596 "frame-benchmarking",5597 "frame-executive",5598 "frame-support",5599 "frame-system",5600 "frame-system-benchmarking",5601 "frame-system-rpc-runtime-api",5602 "hex-literal",5603 "orml-vesting",5604 "pallet-aura",5605 "pallet-balances",5606 "pallet-base-fee",5607 "pallet-common",5608 "pallet-ethereum",5609 "pallet-evm",5610 "pallet-evm-coder-substrate",5611 "pallet-evm-contract-helpers",5612 "pallet-evm-migration",5613 "pallet-evm-transaction-payment",5614 "pallet-fungible",5615 "pallet-inflation",5616 "pallet-nonfungible",5617 "pallet-randomness-collective-flip",5618 "pallet-refungible",5619 "pallet-sudo",5620 "pallet-template-transaction-payment",5621 "pallet-timestamp",5622 "pallet-transaction-payment",5623 "pallet-transaction-payment-rpc-runtime-api",5624 "pallet-treasury",5625 "pallet-unique",5626 "pallet-unq-scheduler",5627 "pallet-xcm",5628 "parachain-info",5629 "parity-scale-codec",5630 "polkadot-parachain",5631 "scale-info",5632 "serde",5633 "smallvec",5634 "sp-api",5635 "sp-arithmetic",5636 "sp-block-builder",5637 "sp-consensus-aura",5638 "sp-core",5639 "sp-inherents",5640 "sp-io",5641 "sp-offchain",5642 "sp-runtime",5643 "sp-session",5644 "sp-std",5645 "sp-transaction-pool",5646 "sp-version",5647 "substrate-wasm-builder",5648 "unique-runtime-common",5649 "up-data-structs",5650 "up-evm-mapping",5651 "up-rpc",5652 "xcm",5653 "xcm-builder",5654 "xcm-executor",5655]56565657[[package]]5658name = "opaque-debug"5659version = "0.2.3"5660source = "registry+https://github.com/rust-lang/crates.io-index"5661checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56625663[[package]]5664name = "opaque-debug"5665version = "0.3.0"5666source = "registry+https://github.com/rust-lang/crates.io-index"5667checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56685669[[package]]5670name = "open-metrics-client"5671version = "0.12.0"5672source = "registry+https://github.com/rust-lang/crates.io-index"5673checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5674dependencies = [5675 "dtoa",5676 "itoa 0.4.8",5677 "open-metrics-client-derive-text-encode",5678 "owning_ref",5679]56805681[[package]]5682name = "open-metrics-client-derive-text-encode"5683version = "0.1.1"5684source = "registry+https://github.com/rust-lang/crates.io-index"5685checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5686dependencies = [5687 "proc-macro2",5688 "quote",5689 "syn",5690]56915692[[package]]5693name = "openssl-probe"5694version = "0.1.5"5695source = "registry+https://github.com/rust-lang/crates.io-index"5696checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56975698[[package]]5699name = "ordered-float"5700version = "1.1.1"5701source = "registry+https://github.com/rust-lang/crates.io-index"5702checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5703dependencies = [5704 "num-traits",5705]57065707[[package]]5708name = "orml-vesting"5709version = "0.4.1-dev"5710source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5711dependencies = [5712 "frame-support",5713 "frame-system",5714 "parity-scale-codec",5715 "scale-info",5716 "serde",5717 "sp-io",5718 "sp-runtime",5719 "sp-std",5720]57215722[[package]]5723name = "os_str_bytes"5724version = "6.0.0"5725source = "registry+https://github.com/rust-lang/crates.io-index"5726checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5727dependencies = [5728 "memchr",5729]57305731[[package]]5732name = "owning_ref"5733version = "0.4.1"5734source = "registry+https://github.com/rust-lang/crates.io-index"5735checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5736dependencies = [5737 "stable_deref_trait",5738]57395740[[package]]5741name = "pallet-aura"5742version = "4.0.0-dev"5743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5744dependencies = [5745 "frame-support",5746 "frame-system",5747 "pallet-timestamp",5748 "parity-scale-codec",5749 "scale-info",5750 "sp-application-crypto",5751 "sp-consensus-aura",5752 "sp-runtime",5753 "sp-std",5754]57555756[[package]]5757name = "pallet-authority-discovery"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5760dependencies = [5761 "frame-support",5762 "frame-system",5763 "pallet-session",5764 "parity-scale-codec",5765 "scale-info",5766 "sp-application-crypto",5767 "sp-authority-discovery",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-authorship"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5776dependencies = [5777 "frame-support",5778 "frame-system",5779 "impl-trait-for-tuples",5780 "parity-scale-codec",5781 "scale-info",5782 "sp-authorship",5783 "sp-runtime",5784 "sp-std",5785]57865787[[package]]5788name = "pallet-babe"5789version = "4.0.0-dev"5790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5791dependencies = [5792 "frame-benchmarking",5793 "frame-support",5794 "frame-system",5795 "log",5796 "pallet-authorship",5797 "pallet-session",5798 "pallet-timestamp",5799 "parity-scale-codec",5800 "scale-info",5801 "sp-application-crypto",5802 "sp-consensus-babe",5803 "sp-consensus-vrf",5804 "sp-io",5805 "sp-runtime",5806 "sp-session",5807 "sp-staking",5808 "sp-std",5809]58105811[[package]]5812name = "pallet-bags-list"5813version = "4.0.0-dev"5814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5815dependencies = [5816 "frame-benchmarking",5817 "frame-election-provider-support",5818 "frame-support",5819 "frame-system",5820 "log",5821 "pallet-balances",5822 "parity-scale-codec",5823 "scale-info",5824 "sp-core",5825 "sp-io",5826 "sp-runtime",5827 "sp-std",5828 "sp-tracing",5829]58305831[[package]]5832name = "pallet-balances"5833version = "4.0.0-dev"5834source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5835dependencies = [5836 "frame-benchmarking",5837 "frame-support",5838 "frame-system",5839 "log",5840 "parity-scale-codec",5841 "scale-info",5842 "sp-runtime",5843 "sp-std",5844]58455846[[package]]5847name = "pallet-base-fee"5848version = "1.0.0"5849source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5850dependencies = [5851 "frame-support",5852 "frame-system",5853 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",5854 "parity-scale-codec",5855 "scale-info",5856 "serde",5857 "sp-core",5858 "sp-runtime",5859]58605861[[package]]5862name = "pallet-beefy"5863version = "4.0.0-dev"5864source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5865dependencies = [5866 "beefy-primitives",5867 "frame-support",5868 "frame-system",5869 "pallet-session",5870 "parity-scale-codec",5871 "scale-info",5872 "serde",5873 "sp-runtime",5874 "sp-std",5875]58765877[[package]]5878name = "pallet-beefy-mmr"5879version = "4.0.0-dev"5880source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5881dependencies = [5882 "beefy-merkle-tree",5883 "beefy-primitives",5884 "frame-support",5885 "frame-system",5886 "hex",5887 "k256",5888 "log",5889 "pallet-beefy",5890 "pallet-mmr",5891 "pallet-mmr-primitives",5892 "pallet-session",5893 "parity-scale-codec",5894 "scale-info",5895 "serde",5896 "sp-core",5897 "sp-io",5898 "sp-runtime",5899 "sp-std",5900]59015902[[package]]5903name = "pallet-bounties"5904version = "4.0.0-dev"5905source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5906dependencies = [5907 "frame-benchmarking",5908 "frame-support",5909 "frame-system",5910 "log",5911 "pallet-treasury",5912 "parity-scale-codec",5913 "scale-info",5914 "sp-core",5915 "sp-io",5916 "sp-runtime",5917 "sp-std",5918]59195920[[package]]5921name = "pallet-bridge-dispatch"5922version = "0.1.0"5923source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5924dependencies = [5925 "bp-message-dispatch",5926 "bp-runtime",5927 "frame-support",5928 "frame-system",5929 "log",5930 "parity-scale-codec",5931 "scale-info",5932 "sp-core",5933 "sp-runtime",5934 "sp-std",5935]59365937[[package]]5938name = "pallet-bridge-grandpa"5939version = "0.1.0"5940source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5941dependencies = [5942 "bp-header-chain",5943 "bp-runtime",5944 "bp-test-utils",5945 "finality-grandpa",5946 "frame-support",5947 "frame-system",5948 "log",5949 "num-traits",5950 "parity-scale-codec",5951 "scale-info",5952 "serde",5953 "sp-finality-grandpa",5954 "sp-runtime",5955 "sp-std",5956 "sp-trie",5957]59585959[[package]]5960name = "pallet-bridge-messages"5961version = "0.1.0"5962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5963dependencies = [5964 "bitvec",5965 "bp-message-dispatch",5966 "bp-messages",5967 "bp-runtime",5968 "frame-support",5969 "frame-system",5970 "log",5971 "num-traits",5972 "parity-scale-codec",5973 "scale-info",5974 "serde",5975 "sp-core",5976 "sp-runtime",5977 "sp-std",5978]59795980[[package]]5981name = "pallet-collective"5982version = "4.0.0-dev"5983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5984dependencies = [5985 "frame-benchmarking",5986 "frame-support",5987 "frame-system",5988 "log",5989 "parity-scale-codec",5990 "scale-info",5991 "sp-core",5992 "sp-io",5993 "sp-runtime",5994 "sp-std",5995]59965997[[package]]5998name = "pallet-common"5999version = "0.1.0"6000dependencies = [6001 "evm-coder",6002 "frame-common",6003 "frame-support",6004 "frame-system",6005 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6006 "pallet-evm-coder-substrate",6007 "parity-scale-codec",6008 "scale-info",6009 "serde",6010 "sp-core",6011 "sp-runtime",6012 "sp-std",6013 "up-data-structs",6014 "up-evm-mapping",6015]60166017[[package]]6018name = "pallet-democracy"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-support",6024 "frame-system",6025 "parity-scale-codec",6026 "scale-info",6027 "serde",6028 "sp-io",6029 "sp-runtime",6030 "sp-std",6031]60326033[[package]]6034name = "pallet-election-provider-multi-phase"6035version = "4.0.0-dev"6036source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6037dependencies = [6038 "frame-benchmarking",6039 "frame-election-provider-support",6040 "frame-support",6041 "frame-system",6042 "log",6043 "parity-scale-codec",6044 "rand 0.7.3",6045 "scale-info",6046 "sp-arithmetic",6047 "sp-core",6048 "sp-io",6049 "sp-npos-elections",6050 "sp-runtime",6051 "sp-std",6052 "static_assertions",6053 "strum 0.23.0",6054]60556056[[package]]6057name = "pallet-elections-phragmen"6058version = "5.0.0-dev"6059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6060dependencies = [6061 "frame-benchmarking",6062 "frame-support",6063 "frame-system",6064 "log",6065 "parity-scale-codec",6066 "scale-info",6067 "sp-core",6068 "sp-io",6069 "sp-npos-elections",6070 "sp-runtime",6071 "sp-std",6072]60736074[[package]]6075name = "pallet-ethereum"6076version = "4.0.0-dev"6077source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6078dependencies = [6079 "ethereum",6080 "ethereum-types",6081 "evm",6082 "fp-consensus",6083 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6084 "fp-rpc",6085 "fp-self-contained",6086 "fp-storage",6087 "frame-support",6088 "frame-system",6089 "log",6090 "pallet-balances",6091 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6092 "pallet-timestamp",6093 "parity-scale-codec",6094 "rlp",6095 "rustc-hex",6096 "scale-info",6097 "serde",6098 "sha3 0.8.2",6099 "sp-io",6100 "sp-runtime",6101 "sp-std",6102]61036104[[package]]6105name = "pallet-evm"6106version = "6.0.0-dev"6107source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6108dependencies = [6109 "evm",6110 "evm-gasometer",6111 "evm-runtime",6112 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6113 "frame-benchmarking",6114 "frame-support",6115 "frame-system",6116 "hex",6117 "impl-trait-for-tuples",6118 "log",6119 "pallet-balances",6120 "pallet-timestamp",6121 "parity-scale-codec",6122 "primitive-types",6123 "rlp",6124 "scale-info",6125 "serde",6126 "sha3 0.8.2",6127 "sp-core",6128 "sp-io",6129 "sp-runtime",6130 "sp-std",6131]61326133[[package]]6134name = "pallet-evm-coder-substrate"6135version = "0.1.0"6136dependencies = [6137 "ethereum",6138 "evm-coder",6139 "frame-benchmarking",6140 "frame-support",6141 "frame-system",6142 "pallet-ethereum",6143 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6144 "parity-scale-codec",6145 "scale-info",6146 "sp-core",6147 "sp-std",6148]61496150[[package]]6151name = "pallet-evm-contract-helpers"6152version = "0.1.0"6153dependencies = [6154 "evm-coder",6155 "frame-support",6156 "frame-system",6157 "log",6158 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6159 "pallet-evm-coder-substrate",6160 "parity-scale-codec",6161 "scale-info",6162 "sp-core",6163 "sp-runtime",6164 "sp-std",6165 "up-evm-mapping",6166 "up-sponsorship",6167]61686169[[package]]6170name = "pallet-evm-migration"6171version = "0.1.0"6172dependencies = [6173 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6174 "frame-benchmarking",6175 "frame-support",6176 "frame-system",6177 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6178 "parity-scale-codec",6179 "scale-info",6180 "sp-core",6181 "sp-io",6182 "sp-runtime",6183 "sp-std",6184]61856186[[package]]6187name = "pallet-evm-transaction-payment"6188version = "0.1.0"6189dependencies = [6190 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6191 "frame-support",6192 "frame-system",6193 "pallet-ethereum",6194 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6195 "parity-scale-codec",6196 "scale-info",6197 "sp-core",6198 "sp-io",6199 "sp-runtime",6200 "sp-std",6201 "up-evm-mapping",6202 "up-sponsorship",6203]62046205[[package]]6206name = "pallet-fungible"6207version = "0.1.0"6208dependencies = [6209 "ethereum",6210 "evm-coder",6211 "frame-benchmarking",6212 "frame-common",6213 "frame-support",6214 "frame-system",6215 "pallet-common",6216 "pallet-evm-coder-substrate",6217 "parity-scale-codec",6218 "scale-info",6219 "sp-core",6220 "sp-runtime",6221 "sp-std",6222 "up-data-structs",6223]62246225[[package]]6226name = "pallet-gilt"6227version = "4.0.0-dev"6228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6229dependencies = [6230 "frame-benchmarking",6231 "frame-support",6232 "frame-system",6233 "parity-scale-codec",6234 "scale-info",6235 "sp-arithmetic",6236 "sp-runtime",6237 "sp-std",6238]62396240[[package]]6241name = "pallet-grandpa"6242version = "4.0.0-dev"6243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6244dependencies = [6245 "frame-benchmarking",6246 "frame-support",6247 "frame-system",6248 "log",6249 "pallet-authorship",6250 "pallet-session",6251 "parity-scale-codec",6252 "scale-info",6253 "sp-application-crypto",6254 "sp-core",6255 "sp-finality-grandpa",6256 "sp-io",6257 "sp-runtime",6258 "sp-session",6259 "sp-staking",6260 "sp-std",6261]62626263[[package]]6264name = "pallet-identity"6265version = "4.0.0-dev"6266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6267dependencies = [6268 "enumflags2",6269 "frame-benchmarking",6270 "frame-support",6271 "frame-system",6272 "parity-scale-codec",6273 "scale-info",6274 "sp-io",6275 "sp-runtime",6276 "sp-std",6277]62786279[[package]]6280name = "pallet-im-online"6281version = "4.0.0-dev"6282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6283dependencies = [6284 "frame-benchmarking",6285 "frame-support",6286 "frame-system",6287 "log",6288 "pallet-authorship",6289 "parity-scale-codec",6290 "scale-info",6291 "sp-application-crypto",6292 "sp-core",6293 "sp-io",6294 "sp-runtime",6295 "sp-staking",6296 "sp-std",6297]62986299[[package]]6300name = "pallet-indices"6301version = "4.0.0-dev"6302source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6303dependencies = [6304 "frame-benchmarking",6305 "frame-support",6306 "frame-system",6307 "parity-scale-codec",6308 "scale-info",6309 "sp-core",6310 "sp-io",6311 "sp-keyring",6312 "sp-runtime",6313 "sp-std",6314]63156316[[package]]6317name = "pallet-inflation"6318version = "0.1.0"6319dependencies = [6320 "frame-benchmarking",6321 "frame-support",6322 "frame-system",6323 "pallet-balances",6324 "pallet-randomness-collective-flip",6325 "pallet-timestamp",6326 "parity-scale-codec",6327 "scale-info",6328 "serde",6329 "sp-core",6330 "sp-io",6331 "sp-runtime",6332 "sp-std",6333]63346335[[package]]6336name = "pallet-membership"6337version = "4.0.0-dev"6338source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6339dependencies = [6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "log",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"6354version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6356dependencies = [6357 "ckb-merkle-mountain-range",6358 "frame-benchmarking",6359 "frame-support",6360 "frame-system",6361 "pallet-mmr-primitives",6362 "parity-scale-codec",6363 "scale-info",6364 "sp-core",6365 "sp-io",6366 "sp-runtime",6367 "sp-std",6368]63696370[[package]]6371name = "pallet-mmr-primitives"6372version = "4.0.0-dev"6373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6374dependencies = [6375 "frame-support",6376 "frame-system",6377 "log",6378 "parity-scale-codec",6379 "serde",6380 "sp-api",6381 "sp-core",6382 "sp-runtime",6383 "sp-std",6384]63856386[[package]]6387name = "pallet-mmr-rpc"6388version = "3.0.0"6389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6390dependencies = [6391 "jsonrpc-core",6392 "jsonrpc-core-client",6393 "jsonrpc-derive",6394 "pallet-mmr-primitives",6395 "parity-scale-codec",6396 "serde",6397 "sp-api",6398 "sp-blockchain",6399 "sp-core",6400 "sp-runtime",6401]64026403[[package]]6404name = "pallet-multisig"6405version = "4.0.0-dev"6406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6407dependencies = [6408 "frame-benchmarking",6409 "frame-support",6410 "frame-system",6411 "parity-scale-codec",6412 "scale-info",6413 "sp-io",6414 "sp-runtime",6415 "sp-std",6416]64176418[[package]]6419name = "pallet-nicks"6420version = "4.0.0-dev"6421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6422dependencies = [6423 "frame-support",6424 "frame-system",6425 "parity-scale-codec",6426 "scale-info",6427 "sp-io",6428 "sp-runtime",6429 "sp-std",6430]64316432[[package]]6433name = "pallet-nonfungible"6434version = "0.1.0"6435dependencies = [6436 "ethereum",6437 "evm-coder",6438 "frame-benchmarking",6439 "frame-common",6440 "frame-support",6441 "frame-system",6442 "pallet-common",6443 "pallet-evm-coder-substrate",6444 "parity-scale-codec",6445 "scale-info",6446 "sp-core",6447 "sp-runtime",6448 "sp-std",6449 "up-data-structs",6450]64516452[[package]]6453name = "pallet-offences"6454version = "4.0.0-dev"6455source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6456dependencies = [6457 "frame-support",6458 "frame-system",6459 "log",6460 "pallet-balances",6461 "parity-scale-codec",6462 "scale-info",6463 "serde",6464 "sp-runtime",6465 "sp-staking",6466 "sp-std",6467]64686469[[package]]6470name = "pallet-offences-benchmarking"6471version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6473dependencies = [6474 "frame-benchmarking",6475 "frame-election-provider-support",6476 "frame-support",6477 "frame-system",6478 "pallet-babe",6479 "pallet-balances",6480 "pallet-grandpa",6481 "pallet-im-online",6482 "pallet-offences",6483 "pallet-session",6484 "pallet-staking",6485 "parity-scale-codec",6486 "scale-info",6487 "sp-runtime",6488 "sp-staking",6489 "sp-std",6490]64916492[[package]]6493name = "pallet-preimage"6494version = "4.0.0-dev"6495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6496dependencies = [6497 "frame-benchmarking",6498 "frame-support",6499 "frame-system",6500 "parity-scale-codec",6501 "scale-info",6502 "sp-core",6503 "sp-io",6504 "sp-runtime",6505 "sp-std",6506]65076508[[package]]6509name = "pallet-proxy"6510version = "4.0.0-dev"6511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6512dependencies = [6513 "frame-benchmarking",6514 "frame-support",6515 "frame-system",6516 "parity-scale-codec",6517 "scale-info",6518 "sp-io",6519 "sp-runtime",6520 "sp-std",6521]65226523[[package]]6524name = "pallet-randomness-collective-flip"6525version = "4.0.0-dev"6526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6527dependencies = [6528 "frame-support",6529 "frame-system",6530 "parity-scale-codec",6531 "safe-mix",6532 "scale-info",6533 "sp-runtime",6534 "sp-std",6535]65366537[[package]]6538name = "pallet-recovery"6539version = "4.0.0-dev"6540source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6541dependencies = [6542 "frame-support",6543 "frame-system",6544 "parity-scale-codec",6545 "scale-info",6546 "sp-io",6547 "sp-runtime",6548 "sp-std",6549]65506551[[package]]6552name = "pallet-refungible"6553version = "0.1.0"6554dependencies = [6555 "frame-benchmarking",6556 "frame-common",6557 "frame-support",6558 "frame-system",6559 "pallet-common",6560 "parity-scale-codec",6561 "scale-info",6562 "sp-core",6563 "sp-runtime",6564 "sp-std",6565 "up-data-structs",6566]65676568[[package]]6569name = "pallet-scheduler"6570version = "4.0.0-dev"6571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6572dependencies = [6573 "frame-benchmarking",6574 "frame-support",6575 "frame-system",6576 "log",6577 "parity-scale-codec",6578 "scale-info",6579 "sp-io",6580 "sp-runtime",6581 "sp-std",6582]65836584[[package]]6585name = "pallet-session"6586version = "4.0.0-dev"6587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6588dependencies = [6589 "frame-support",6590 "frame-system",6591 "impl-trait-for-tuples",6592 "log",6593 "pallet-timestamp",6594 "parity-scale-codec",6595 "scale-info",6596 "sp-core",6597 "sp-io",6598 "sp-runtime",6599 "sp-session",6600 "sp-staking",6601 "sp-std",6602 "sp-trie",6603]66046605[[package]]6606name = "pallet-session-benchmarking"6607version = "4.0.0-dev"6608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6609dependencies = [6610 "frame-benchmarking",6611 "frame-support",6612 "frame-system",6613 "pallet-session",6614 "pallet-staking",6615 "rand 0.7.3",6616 "sp-runtime",6617 "sp-session",6618 "sp-std",6619]66206621[[package]]6622name = "pallet-society"6623version = "4.0.0-dev"6624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6625dependencies = [6626 "frame-support",6627 "frame-system",6628 "parity-scale-codec",6629 "rand_chacha 0.2.2",6630 "scale-info",6631 "sp-runtime",6632 "sp-std",6633]66346635[[package]]6636name = "pallet-staking"6637version = "4.0.0-dev"6638source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6639dependencies = [6640 "frame-benchmarking",6641 "frame-election-provider-support",6642 "frame-support",6643 "frame-system",6644 "log",6645 "pallet-authorship",6646 "pallet-session",6647 "parity-scale-codec",6648 "rand_chacha 0.2.2",6649 "scale-info",6650 "serde",6651 "sp-application-crypto",6652 "sp-io",6653 "sp-runtime",6654 "sp-staking",6655 "sp-std",6656]66576658[[package]]6659name = "pallet-staking-reward-curve"6660version = "4.0.0-dev"6661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6662dependencies = [6663 "proc-macro-crate 1.1.3",6664 "proc-macro2",6665 "quote",6666 "syn",6667]66686669[[package]]6670name = "pallet-staking-reward-fn"6671version = "4.0.0-dev"6672source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6673dependencies = [6674 "log",6675 "sp-arithmetic",6676]66776678[[package]]6679name = "pallet-sudo"6680version = "4.0.0-dev"6681source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6682dependencies = [6683 "frame-support",6684 "frame-system",6685 "parity-scale-codec",6686 "scale-info",6687 "sp-io",6688 "sp-runtime",6689 "sp-std",6690]66916692[[package]]6693name = "pallet-template-transaction-payment"6694version = "3.0.0"6695source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6696dependencies = [6697 "frame-benchmarking",6698 "frame-support",6699 "frame-system",6700 "pallet-balances",6701 "pallet-transaction-payment",6702 "parity-scale-codec",6703 "scale-info",6704 "serde",6705 "sp-core",6706 "sp-io",6707 "sp-runtime",6708 "sp-std",6709 "up-sponsorship",6710]67116712[[package]]6713name = "pallet-timestamp"6714version = "4.0.0-dev"6715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6716dependencies = [6717 "frame-benchmarking",6718 "frame-support",6719 "frame-system",6720 "log",6721 "parity-scale-codec",6722 "scale-info",6723 "sp-inherents",6724 "sp-io",6725 "sp-runtime",6726 "sp-std",6727 "sp-timestamp",6728]67296730[[package]]6731name = "pallet-tips"6732version = "4.0.0-dev"6733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6734dependencies = [6735 "frame-benchmarking",6736 "frame-support",6737 "frame-system",6738 "log",6739 "pallet-treasury",6740 "parity-scale-codec",6741 "scale-info",6742 "serde",6743 "sp-core",6744 "sp-io",6745 "sp-runtime",6746 "sp-std",6747]67486749[[package]]6750name = "pallet-transaction-payment"6751version = "4.0.0-dev"6752source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6753dependencies = [6754 "frame-support",6755 "frame-system",6756 "parity-scale-codec",6757 "scale-info",6758 "serde",6759 "smallvec",6760 "sp-core",6761 "sp-io",6762 "sp-runtime",6763 "sp-std",6764]67656766[[package]]6767name = "pallet-transaction-payment-rpc"6768version = "4.0.0-dev"6769source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6770dependencies = [6771 "jsonrpc-core",6772 "jsonrpc-core-client",6773 "jsonrpc-derive",6774 "pallet-transaction-payment-rpc-runtime-api",6775 "parity-scale-codec",6776 "sp-api",6777 "sp-blockchain",6778 "sp-core",6779 "sp-rpc",6780 "sp-runtime",6781]67826783[[package]]6784name = "pallet-transaction-payment-rpc-runtime-api"6785version = "4.0.0-dev"6786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6787dependencies = [6788 "pallet-transaction-payment",6789 "parity-scale-codec",6790 "sp-api",6791 "sp-runtime",6792]67936794[[package]]6795name = "pallet-treasury"6796version = "4.0.0-dev"6797source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6798dependencies = [6799 "frame-benchmarking",6800 "frame-support",6801 "frame-system",6802 "impl-trait-for-tuples",6803 "pallet-balances",6804 "parity-scale-codec",6805 "scale-info",6806 "serde",6807 "sp-runtime",6808 "sp-std",6809]68106811[[package]]6812name = "pallet-unique"6813version = "0.1.0"6814dependencies = [6815 "ethereum",6816 "evm-coder",6817 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6818 "frame-benchmarking",6819 "frame-common",6820 "frame-support",6821 "frame-system",6822 "hex-literal",6823 "pallet-balances",6824 "pallet-common",6825 "pallet-ethereum",6826 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",6827 "pallet-evm-coder-substrate",6828 "pallet-fungible",6829 "pallet-nonfungible",6830 "pallet-randomness-collective-flip",6831 "pallet-refungible",6832 "pallet-timestamp",6833 "pallet-transaction-payment",6834 "parity-scale-codec",6835 "primitive-types",6836 "rlp",6837 "scale-info",6838 "serde",6839 "sp-api",6840 "sp-core",6841 "sp-io",6842 "sp-runtime",6843 "sp-std",6844 "up-data-structs",6845 "up-evm-mapping",6846 "up-sponsorship",6847]68486849[[package]]6850name = "pallet-unq-scheduler"6851version = "0.1.0"6852dependencies = [6853 "frame-benchmarking",6854 "frame-support",6855 "frame-system",6856 "log",6857 "parity-scale-codec",6858 "scale-info",6859 "serde",6860 "sp-core",6861 "sp-io",6862 "sp-runtime",6863 "sp-std",6864 "substrate-test-utils",6865 "up-sponsorship",6866]68676868[[package]]6869name = "pallet-utility"6870version = "4.0.0-dev"6871source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6872dependencies = [6873 "frame-benchmarking",6874 "frame-support",6875 "frame-system",6876 "parity-scale-codec",6877 "scale-info",6878 "sp-core",6879 "sp-io",6880 "sp-runtime",6881 "sp-std",6882]68836884[[package]]6885name = "pallet-vesting"6886version = "4.0.0-dev"6887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6888dependencies = [6889 "frame-benchmarking",6890 "frame-support",6891 "frame-system",6892 "log",6893 "parity-scale-codec",6894 "scale-info",6895 "sp-runtime",6896 "sp-std",6897]68986899[[package]]6900name = "pallet-xcm"6901version = "0.9.18"6902source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6903dependencies = [6904 "frame-support",6905 "frame-system",6906 "log",6907 "parity-scale-codec",6908 "scale-info",6909 "serde",6910 "sp-core",6911 "sp-runtime",6912 "sp-std",6913 "xcm",6914 "xcm-executor",6915]69166917[[package]]6918name = "pallet-xcm-benchmarks"6919version = "0.9.18"6920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6921dependencies = [6922 "frame-benchmarking",6923 "frame-support",6924 "frame-system",6925 "log",6926 "parity-scale-codec",6927 "scale-info",6928 "sp-runtime",6929 "sp-std",6930 "xcm",6931 "xcm-executor",6932]69336934[[package]]6935name = "parachain-info"6936version = "0.1.0"6937source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6938dependencies = [6939 "cumulus-primitives-core",6940 "frame-support",6941 "frame-system",6942 "parity-scale-codec",6943 "scale-info",6944 "serde",6945]69466947[[package]]6948name = "parity-db"6949version = "0.3.9"6950source = "registry+https://github.com/rust-lang/crates.io-index"6951checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6952dependencies = [6953 "blake2-rfc",6954 "crc32fast",6955 "fs2",6956 "hex",6957 "libc",6958 "log",6959 "lz4",6960 "memmap2 0.2.3",6961 "parking_lot 0.11.2",6962 "rand 0.8.5",6963 "snap",6964]69656966[[package]]6967name = "parity-scale-codec"6968version = "3.1.2"6969source = "registry+https://github.com/rust-lang/crates.io-index"6970checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6971dependencies = [6972 "arrayvec 0.7.2",6973 "bitvec",6974 "byte-slice-cast",6975 "impl-trait-for-tuples",6976 "parity-scale-codec-derive",6977 "serde",6978]69796980[[package]]6981name = "parity-scale-codec-derive"6982version = "3.1.2"6983source = "registry+https://github.com/rust-lang/crates.io-index"6984checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6985dependencies = [6986 "proc-macro-crate 1.1.3",6987 "proc-macro2",6988 "quote",6989 "syn",6990]69916992[[package]]6993name = "parity-send-wrapper"6994version = "0.1.0"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69976998[[package]]6999name = "parity-tokio-ipc"7000version = "0.9.0"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"7003dependencies = [7004 "futures 0.3.21",7005 "libc",7006 "log",7007 "rand 0.7.3",7008 "tokio 1.17.0",7009 "winapi 0.3.9",7010]70117012[[package]]7013name = "parity-util-mem"7014version = "0.11.0"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7017dependencies = [7018 "cfg-if 1.0.0",7019 "ethereum-types",7020 "hashbrown 0.12.0",7021 "impl-trait-for-tuples",7022 "lru 0.7.3",7023 "parity-util-mem-derive",7024 "parking_lot 0.12.0",7025 "primitive-types",7026 "smallvec",7027 "winapi 0.3.9",7028]70297030[[package]]7031name = "parity-util-mem-derive"7032version = "0.1.0"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7035dependencies = [7036 "proc-macro2",7037 "syn",7038 "synstructure",7039]70407041[[package]]7042name = "parity-wasm"7043version = "0.32.0"7044source = "registry+https://github.com/rust-lang/crates.io-index"7045checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7046dependencies = [7047 "byteorder",7048]70497050[[package]]7051name = "parity-wasm"7052version = "0.42.2"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70557056[[package]]7057name = "parity-ws"7058version = "0.11.1"7059source = "registry+https://github.com/rust-lang/crates.io-index"7060checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7061dependencies = [7062 "byteorder",7063 "bytes 0.4.12",7064 "httparse",7065 "log",7066 "mio 0.6.23",7067 "mio-extras",7068 "rand 0.7.3",7069 "sha-1 0.8.2",7070 "slab",7071 "url 2.2.2",7072]70737074[[package]]7075name = "parking"7076version = "2.0.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70797080[[package]]7081name = "parking_lot"7082version = "0.11.2"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7085dependencies = [7086 "instant",7087 "lock_api",7088 "parking_lot_core 0.8.5",7089]70907091[[package]]7092name = "parking_lot"7093version = "0.12.0"7094source = "registry+https://github.com/rust-lang/crates.io-index"7095checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7096dependencies = [7097 "lock_api",7098 "parking_lot_core 0.9.1",7099]71007101[[package]]7102name = "parking_lot_core"7103version = "0.8.5"7104source = "registry+https://github.com/rust-lang/crates.io-index"7105checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7106dependencies = [7107 "cfg-if 1.0.0",7108 "instant",7109 "libc",7110 "redox_syscall",7111 "smallvec",7112 "winapi 0.3.9",7113]71147115[[package]]7116name = "parking_lot_core"7117version = "0.9.1"7118source = "registry+https://github.com/rust-lang/crates.io-index"7119checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7120dependencies = [7121 "cfg-if 1.0.0",7122 "libc",7123 "redox_syscall",7124 "smallvec",7125 "windows-sys",7126]71277128[[package]]7129name = "paste"7130version = "1.0.6"7131source = "registry+https://github.com/rust-lang/crates.io-index"7132checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71337134[[package]]7135name = "pbkdf2"7136version = "0.4.0"7137source = "registry+https://github.com/rust-lang/crates.io-index"7138checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7139dependencies = [7140 "crypto-mac 0.8.0",7141]71427143[[package]]7144name = "pbkdf2"7145version = "0.8.0"7146source = "registry+https://github.com/rust-lang/crates.io-index"7147checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7148dependencies = [7149 "crypto-mac 0.11.1",7150]71517152[[package]]7153name = "peeking_take_while"7154version = "0.1.2"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71577158[[package]]7159name = "percent-encoding"7160version = "1.0.1"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71637164[[package]]7165name = "percent-encoding"7166version = "2.1.0"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71697170[[package]]7171name = "pest"7172version = "2.1.3"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7175dependencies = [7176 "ucd-trie",7177]71787179[[package]]7180name = "pest_derive"7181version = "2.1.0"7182source = "registry+https://github.com/rust-lang/crates.io-index"7183checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7184dependencies = [7185 "pest",7186 "pest_generator",7187]71887189[[package]]7190name = "pest_generator"7191version = "2.1.3"7192source = "registry+https://github.com/rust-lang/crates.io-index"7193checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7194dependencies = [7195 "pest",7196 "pest_meta",7197 "proc-macro2",7198 "quote",7199 "syn",7200]72017202[[package]]7203name = "pest_meta"7204version = "2.1.3"7205source = "registry+https://github.com/rust-lang/crates.io-index"7206checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7207dependencies = [7208 "maplit",7209 "pest",7210 "sha-1 0.8.2",7211]72127213[[package]]7214name = "petgraph"7215version = "0.6.0"7216source = "registry+https://github.com/rust-lang/crates.io-index"7217checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7218dependencies = [7219 "fixedbitset",7220 "indexmap",7221]72227223[[package]]7224name = "pin-project"7225version = "0.4.29"7226source = "registry+https://github.com/rust-lang/crates.io-index"7227checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7228dependencies = [7229 "pin-project-internal 0.4.29",7230]72317232[[package]]7233name = "pin-project"7234version = "1.0.10"7235source = "registry+https://github.com/rust-lang/crates.io-index"7236checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7237dependencies = [7238 "pin-project-internal 1.0.10",7239]72407241[[package]]7242name = "pin-project-internal"7243version = "0.4.29"7244source = "registry+https://github.com/rust-lang/crates.io-index"7245checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7246dependencies = [7247 "proc-macro2",7248 "quote",7249 "syn",7250]72517252[[package]]7253name = "pin-project-internal"7254version = "1.0.10"7255source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7257dependencies = [7258 "proc-macro2",7259 "quote",7260 "syn",7261]72627263[[package]]7264name = "pin-project-lite"7265version = "0.1.12"7266source = "registry+https://github.com/rust-lang/crates.io-index"7267checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72687269[[package]]7270name = "pin-project-lite"7271version = "0.2.8"7272source = "registry+https://github.com/rust-lang/crates.io-index"7273checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72747275[[package]]7276name = "pin-utils"7277version = "0.1.0"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72807281[[package]]7282name = "pkcs8"7283version = "0.8.0"7284source = "registry+https://github.com/rust-lang/crates.io-index"7285checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7286dependencies = [7287 "der",7288 "spki",7289 "zeroize",7290]72917292[[package]]7293name = "pkg-config"7294version = "0.3.24"7295source = "registry+https://github.com/rust-lang/crates.io-index"7296checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72977298[[package]]7299name = "platforms"7300version = "2.0.0"7301source = "registry+https://github.com/rust-lang/crates.io-index"7302checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"73037304[[package]]7305name = "polkadot-approval-distribution"7306version = "0.9.18"7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7308dependencies = [7309 "futures 0.3.21",7310 "polkadot-node-network-protocol",7311 "polkadot-node-primitives",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "tracing",7316]73177318[[package]]7319name = "polkadot-availability-bitfield-distribution"7320version = "0.9.18"7321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7322dependencies = [7323 "futures 0.3.21",7324 "polkadot-node-network-protocol",7325 "polkadot-node-subsystem",7326 "polkadot-node-subsystem-util",7327 "polkadot-primitives",7328 "tracing",7329]73307331[[package]]7332name = "polkadot-availability-distribution"7333version = "0.9.18"7334source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7335dependencies = [7336 "derive_more",7337 "fatality",7338 "futures 0.3.21",7339 "lru 0.7.3",7340 "parity-scale-codec",7341 "polkadot-erasure-coding",7342 "polkadot-node-network-protocol",7343 "polkadot-node-primitives",7344 "polkadot-node-subsystem",7345 "polkadot-node-subsystem-util",7346 "polkadot-primitives",7347 "rand 0.8.5",7348 "sp-core",7349 "sp-keystore",7350 "thiserror",7351 "tracing",7352]73537354[[package]]7355name = "polkadot-availability-recovery"7356version = "0.9.18"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7358dependencies = [7359 "fatality",7360 "futures 0.3.21",7361 "lru 0.7.3",7362 "parity-scale-codec",7363 "polkadot-erasure-coding",7364 "polkadot-node-network-protocol",7365 "polkadot-node-primitives",7366 "polkadot-node-subsystem",7367 "polkadot-node-subsystem-util",7368 "polkadot-primitives",7369 "rand 0.8.5",7370 "sc-network",7371 "thiserror",7372 "tracing",7373]73747375[[package]]7376name = "polkadot-cli"7377version = "0.9.18"7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7379dependencies = [7380 "clap",7381 "frame-benchmarking-cli",7382 "futures 0.3.21",7383 "log",7384 "polkadot-node-core-pvf",7385 "polkadot-node-metrics",7386 "polkadot-performance-test",7387 "polkadot-service",7388 "sc-cli",7389 "sc-service",7390 "sc-tracing",7391 "sp-core",7392 "sp-trie",7393 "substrate-build-script-utils",7394 "thiserror",7395 "try-runtime-cli",7396]73977398[[package]]7399name = "polkadot-client"7400version = "0.9.18"7401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7402dependencies = [7403 "beefy-primitives",7404 "frame-benchmarking",7405 "frame-system-rpc-runtime-api",7406 "pallet-mmr-primitives",7407 "pallet-transaction-payment-rpc-runtime-api",7408 "polkadot-primitives",7409 "polkadot-runtime",7410 "sc-client-api",7411 "sc-consensus",7412 "sc-executor",7413 "sc-service",7414 "sp-api",7415 "sp-authority-discovery",7416 "sp-block-builder",7417 "sp-blockchain",7418 "sp-consensus",7419 "sp-consensus-babe",7420 "sp-finality-grandpa",7421 "sp-offchain",7422 "sp-runtime",7423 "sp-session",7424 "sp-storage",7425 "sp-transaction-pool",7426]74277428[[package]]7429name = "polkadot-collator-protocol"7430version = "0.9.18"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7432dependencies = [7433 "always-assert",7434 "fatality",7435 "futures 0.3.21",7436 "futures-timer",7437 "polkadot-node-network-protocol",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-primitives",7442 "sp-core",7443 "sp-keystore",7444 "sp-runtime",7445 "thiserror",7446 "tracing",7447]74487449[[package]]7450name = "polkadot-core-primitives"7451version = "0.9.18"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7453dependencies = [7454 "parity-scale-codec",7455 "parity-util-mem",7456 "scale-info",7457 "sp-core",7458 "sp-runtime",7459 "sp-std",7460]74617462[[package]]7463name = "polkadot-dispute-distribution"7464version = "0.9.18"7465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7466dependencies = [7467 "derive_more",7468 "fatality",7469 "futures 0.3.21",7470 "lru 0.7.3",7471 "parity-scale-codec",7472 "polkadot-erasure-coding",7473 "polkadot-node-network-protocol",7474 "polkadot-node-primitives",7475 "polkadot-node-subsystem",7476 "polkadot-node-subsystem-util",7477 "polkadot-primitives",7478 "sc-network",7479 "sp-application-crypto",7480 "sp-keystore",7481 "thiserror",7482 "tracing",7483]74847485[[package]]7486name = "polkadot-erasure-coding"7487version = "0.9.18"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7489dependencies = [7490 "parity-scale-codec",7491 "polkadot-node-primitives",7492 "polkadot-primitives",7493 "reed-solomon-novelpoly",7494 "sp-core",7495 "sp-trie",7496 "thiserror",7497]74987499[[package]]7500name = "polkadot-gossip-support"7501version = "0.9.18"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7503dependencies = [7504 "futures 0.3.21",7505 "futures-timer",7506 "polkadot-node-network-protocol",7507 "polkadot-node-subsystem",7508 "polkadot-node-subsystem-util",7509 "polkadot-primitives",7510 "rand 0.8.5",7511 "rand_chacha 0.3.1",7512 "sc-network",7513 "sp-application-crypto",7514 "sp-core",7515 "sp-keystore",7516 "tracing",7517]75187519[[package]]7520name = "polkadot-network-bridge"7521version = "0.9.18"7522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7523dependencies = [7524 "async-trait",7525 "futures 0.3.21",7526 "parity-scale-codec",7527 "parking_lot 0.12.0",7528 "polkadot-node-network-protocol",7529 "polkadot-node-subsystem",7530 "polkadot-node-subsystem-util",7531 "polkadot-overseer",7532 "polkadot-primitives",7533 "sc-network",7534 "sp-consensus",7535 "tracing",7536]75377538[[package]]7539name = "polkadot-node-collation-generation"7540version = "0.9.18"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7542dependencies = [7543 "futures 0.3.21",7544 "parity-scale-codec",7545 "polkadot-erasure-coding",7546 "polkadot-node-primitives",7547 "polkadot-node-subsystem",7548 "polkadot-node-subsystem-util",7549 "polkadot-primitives",7550 "sp-core",7551 "sp-maybe-compressed-blob",7552 "thiserror",7553 "tracing",7554]75557556[[package]]7557name = "polkadot-node-core-approval-voting"7558version = "0.9.18"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7560dependencies = [7561 "bitvec",7562 "derive_more",7563 "futures 0.3.21",7564 "futures-timer",7565 "kvdb",7566 "lru 0.7.3",7567 "merlin",7568 "parity-scale-codec",7569 "polkadot-node-jaeger",7570 "polkadot-node-primitives",7571 "polkadot-node-subsystem",7572 "polkadot-node-subsystem-util",7573 "polkadot-overseer",7574 "polkadot-primitives",7575 "sc-keystore",7576 "schnorrkel",7577 "sp-application-crypto",7578 "sp-consensus",7579 "sp-consensus-slots",7580 "sp-runtime",7581 "tracing",7582]75837584[[package]]7585name = "polkadot-node-core-av-store"7586version = "0.9.18"7587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7588dependencies = [7589 "bitvec",7590 "futures 0.3.21",7591 "futures-timer",7592 "kvdb",7593 "parity-scale-codec",7594 "polkadot-erasure-coding",7595 "polkadot-node-primitives",7596 "polkadot-node-subsystem",7597 "polkadot-node-subsystem-util",7598 "polkadot-overseer",7599 "polkadot-primitives",7600 "thiserror",7601 "tracing",7602]76037604[[package]]7605name = "polkadot-node-core-backing"7606version = "0.9.18"7607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7608dependencies = [7609 "bitvec",7610 "futures 0.3.21",7611 "polkadot-erasure-coding",7612 "polkadot-node-primitives",7613 "polkadot-node-subsystem",7614 "polkadot-node-subsystem-util",7615 "polkadot-primitives",7616 "polkadot-statement-table",7617 "sp-keystore",7618 "thiserror",7619 "tracing",7620]76217622[[package]]7623name = "polkadot-node-core-bitfield-signing"7624version = "0.9.18"7625source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7626dependencies = [7627 "futures 0.3.21",7628 "polkadot-node-subsystem",7629 "polkadot-node-subsystem-util",7630 "polkadot-primitives",7631 "sp-keystore",7632 "thiserror",7633 "tracing",7634 "wasm-timer",7635]76367637[[package]]7638name = "polkadot-node-core-candidate-validation"7639version = "0.9.18"7640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7641dependencies = [7642 "async-trait",7643 "futures 0.3.21",7644 "parity-scale-codec",7645 "polkadot-node-core-pvf",7646 "polkadot-node-primitives",7647 "polkadot-node-subsystem",7648 "polkadot-node-subsystem-util",7649 "polkadot-parachain",7650 "polkadot-primitives",7651 "sp-maybe-compressed-blob",7652 "tracing",7653]76547655[[package]]7656name = "polkadot-node-core-chain-api"7657version = "0.9.18"7658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7659dependencies = [7660 "futures 0.3.21",7661 "polkadot-node-subsystem",7662 "polkadot-node-subsystem-util",7663 "polkadot-primitives",7664 "sc-client-api",7665 "sc-consensus-babe",7666 "sp-blockchain",7667 "tracing",7668]76697670[[package]]7671name = "polkadot-node-core-chain-selection"7672version = "0.9.18"7673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7674dependencies = [7675 "futures 0.3.21",7676 "futures-timer",7677 "kvdb",7678 "parity-scale-codec",7679 "polkadot-node-primitives",7680 "polkadot-node-subsystem",7681 "polkadot-node-subsystem-util",7682 "polkadot-primitives",7683 "thiserror",7684 "tracing",7685]76867687[[package]]7688name = "polkadot-node-core-dispute-coordinator"7689version = "0.9.18"7690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7691dependencies = [7692 "fatality",7693 "futures 0.3.21",7694 "kvdb",7695 "lru 0.7.3",7696 "parity-scale-codec",7697 "polkadot-node-primitives",7698 "polkadot-node-subsystem",7699 "polkadot-node-subsystem-util",7700 "polkadot-primitives",7701 "sc-keystore",7702 "thiserror",7703 "tracing",7704]77057706[[package]]7707name = "polkadot-node-core-parachains-inherent"7708version = "0.9.18"7709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7710dependencies = [7711 "async-trait",7712 "futures 0.3.21",7713 "futures-timer",7714 "polkadot-node-subsystem",7715 "polkadot-primitives",7716 "sp-blockchain",7717 "sp-inherents",7718 "sp-runtime",7719 "thiserror",7720 "tracing",7721]77227723[[package]]7724name = "polkadot-node-core-provisioner"7725version = "0.9.18"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7727dependencies = [7728 "bitvec",7729 "futures 0.3.21",7730 "futures-timer",7731 "polkadot-node-primitives",7732 "polkadot-node-subsystem",7733 "polkadot-node-subsystem-util",7734 "polkadot-primitives",7735 "rand 0.8.5",7736 "thiserror",7737 "tracing",7738]77397740[[package]]7741name = "polkadot-node-core-pvf"7742version = "0.9.18"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7744dependencies = [7745 "always-assert",7746 "assert_matches",7747 "async-process",7748 "async-std",7749 "futures 0.3.21",7750 "futures-timer",7751 "parity-scale-codec",7752 "pin-project 1.0.10",7753 "polkadot-core-primitives",7754 "polkadot-node-subsystem-util",7755 "polkadot-parachain",7756 "rand 0.8.5",7757 "sc-executor",7758 "sc-executor-common",7759 "sc-executor-wasmtime",7760 "slotmap",7761 "sp-core",7762 "sp-externalities",7763 "sp-io",7764 "sp-maybe-compressed-blob",7765 "sp-tracing",7766 "sp-wasm-interface",7767 "tracing",7768]77697770[[package]]7771name = "polkadot-node-core-pvf-checker"7772version = "0.9.18"7773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7774dependencies = [7775 "futures 0.3.21",7776 "polkadot-node-primitives",7777 "polkadot-node-subsystem",7778 "polkadot-node-subsystem-util",7779 "polkadot-overseer",7780 "polkadot-primitives",7781 "sp-keystore",7782 "thiserror",7783 "tracing",7784]77857786[[package]]7787name = "polkadot-node-core-runtime-api"7788version = "0.9.18"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7790dependencies = [7791 "futures 0.3.21",7792 "memory-lru",7793 "parity-util-mem",7794 "polkadot-node-subsystem",7795 "polkadot-node-subsystem-util",7796 "polkadot-primitives",7797 "sp-api",7798 "sp-authority-discovery",7799 "sp-consensus-babe",7800 "sp-core",7801 "tracing",7802]78037804[[package]]7805name = "polkadot-node-jaeger"7806version = "0.9.18"7807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7808dependencies = [7809 "async-std",7810 "lazy_static",7811 "log",7812 "mick-jaeger",7813 "parity-scale-codec",7814 "parking_lot 0.12.0",7815 "polkadot-node-primitives",7816 "polkadot-primitives",7817 "sc-network",7818 "sp-core",7819 "thiserror",7820]78217822[[package]]7823name = "polkadot-node-metrics"7824version = "0.9.18"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7826dependencies = [7827 "bs58",7828 "futures 0.3.21",7829 "futures-timer",7830 "log",7831 "metered-channel",7832 "parity-scale-codec",7833 "polkadot-primitives",7834 "sc-cli",7835 "sc-service",7836 "sc-tracing",7837 "substrate-prometheus-endpoint",7838 "tracing",7839]78407841[[package]]7842name = "polkadot-node-network-protocol"7843version = "0.9.18"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7845dependencies = [7846 "async-trait",7847 "fatality",7848 "futures 0.3.21",7849 "parity-scale-codec",7850 "polkadot-node-jaeger",7851 "polkadot-node-primitives",7852 "polkadot-primitives",7853 "sc-authority-discovery",7854 "sc-network",7855 "strum 0.24.0",7856 "thiserror",7857]78587859[[package]]7860name = "polkadot-node-primitives"7861version = "0.9.18"7862source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7863dependencies = [7864 "bounded-vec",7865 "futures 0.3.21",7866 "parity-scale-codec",7867 "polkadot-parachain",7868 "polkadot-primitives",7869 "schnorrkel",7870 "serde",7871 "sp-application-crypto",7872 "sp-consensus-babe",7873 "sp-consensus-vrf",7874 "sp-core",7875 "sp-keystore",7876 "sp-maybe-compressed-blob",7877 "thiserror",7878 "zstd",7879]78807881[[package]]7882name = "polkadot-node-subsystem"7883version = "0.9.18"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7885dependencies = [7886 "polkadot-node-jaeger",7887 "polkadot-node-subsystem-types",7888 "polkadot-overseer",7889]78907891[[package]]7892name = "polkadot-node-subsystem-types"7893version = "0.9.18"7894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7895dependencies = [7896 "derive_more",7897 "futures 0.3.21",7898 "polkadot-node-jaeger",7899 "polkadot-node-network-protocol",7900 "polkadot-node-primitives",7901 "polkadot-overseer-gen",7902 "polkadot-primitives",7903 "polkadot-statement-table",7904 "sc-network",7905 "smallvec",7906 "substrate-prometheus-endpoint",7907 "thiserror",7908]79097910[[package]]7911name = "polkadot-node-subsystem-util"7912version = "0.9.18"7913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7914dependencies = [7915 "async-trait",7916 "derive_more",7917 "fatality",7918 "futures 0.3.21",7919 "itertools",7920 "kvdb",7921 "lru 0.7.3",7922 "metered-channel",7923 "parity-db",7924 "parity-scale-codec",7925 "parity-util-mem",7926 "parking_lot 0.11.2",7927 "pin-project 1.0.10",7928 "polkadot-node-jaeger",7929 "polkadot-node-metrics",7930 "polkadot-node-network-protocol",7931 "polkadot-node-primitives",7932 "polkadot-node-subsystem",7933 "polkadot-overseer",7934 "polkadot-primitives",7935 "rand 0.8.5",7936 "sp-application-crypto",7937 "sp-core",7938 "sp-keystore",7939 "thiserror",7940 "tracing",7941]79427943[[package]]7944name = "polkadot-overseer"7945version = "0.9.18"7946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7947dependencies = [7948 "futures 0.3.21",7949 "futures-timer",7950 "lru 0.7.3",7951 "parity-util-mem",7952 "parking_lot 0.12.0",7953 "polkadot-node-metrics",7954 "polkadot-node-network-protocol",7955 "polkadot-node-primitives",7956 "polkadot-node-subsystem-types",7957 "polkadot-overseer-gen",7958 "polkadot-primitives",7959 "sc-client-api",7960 "sp-api",7961 "tracing",7962]79637964[[package]]7965name = "polkadot-overseer-gen"7966version = "0.9.18"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7968dependencies = [7969 "async-trait",7970 "futures 0.3.21",7971 "futures-timer",7972 "metered-channel",7973 "pin-project 1.0.10",7974 "polkadot-node-network-protocol",7975 "polkadot-node-primitives",7976 "polkadot-overseer-gen-proc-macro",7977 "thiserror",7978 "tracing",7979]79807981[[package]]7982name = "polkadot-overseer-gen-proc-macro"7983version = "0.9.18"7984source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7985dependencies = [7986 "expander 0.0.5",7987 "proc-macro-crate 1.1.3",7988 "proc-macro2",7989 "quote",7990 "syn",7991]79927993[[package]]7994name = "polkadot-parachain"7995version = "0.9.18"7996source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7997dependencies = [7998 "derive_more",7999 "frame-support",8000 "parity-scale-codec",8001 "parity-util-mem",8002 "polkadot-core-primitives",8003 "scale-info",8004 "serde",8005 "sp-core",8006 "sp-runtime",8007 "sp-std",8008]80098010[[package]]8011name = "polkadot-performance-test"8012version = "0.9.18"8013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8014dependencies = [8015 "env_logger",8016 "kusama-runtime",8017 "log",8018 "polkadot-erasure-coding",8019 "polkadot-node-core-pvf",8020 "polkadot-node-primitives",8021 "quote",8022 "thiserror",8023]80248025[[package]]8026name = "polkadot-primitives"8027version = "0.9.18"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8029dependencies = [8030 "bitvec",8031 "frame-system",8032 "hex-literal",8033 "parity-scale-codec",8034 "parity-util-mem",8035 "polkadot-core-primitives",8036 "polkadot-parachain",8037 "scale-info",8038 "serde",8039 "sp-api",8040 "sp-application-crypto",8041 "sp-arithmetic",8042 "sp-authority-discovery",8043 "sp-consensus-slots",8044 "sp-core",8045 "sp-inherents",8046 "sp-io",8047 "sp-keystore",8048 "sp-runtime",8049 "sp-staking",8050 "sp-std",8051 "sp-trie",8052 "sp-version",8053]80548055[[package]]8056name = "polkadot-rpc"8057version = "0.9.18"8058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8059dependencies = [8060 "beefy-gadget",8061 "beefy-gadget-rpc",8062 "jsonrpc-core",8063 "pallet-mmr-rpc",8064 "pallet-transaction-payment-rpc",8065 "polkadot-primitives",8066 "sc-chain-spec",8067 "sc-client-api",8068 "sc-consensus-babe",8069 "sc-consensus-babe-rpc",8070 "sc-consensus-epochs",8071 "sc-finality-grandpa",8072 "sc-finality-grandpa-rpc",8073 "sc-rpc",8074 "sc-sync-state-rpc",8075 "sc-transaction-pool-api",8076 "sp-api",8077 "sp-block-builder",8078 "sp-blockchain",8079 "sp-consensus",8080 "sp-consensus-babe",8081 "sp-keystore",8082 "sp-runtime",8083 "substrate-frame-rpc-system",8084]80858086[[package]]8087name = "polkadot-runtime"8088version = "0.9.18"8089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8090dependencies = [8091 "beefy-primitives",8092 "bitvec",8093 "frame-benchmarking",8094 "frame-election-provider-support",8095 "frame-executive",8096 "frame-support",8097 "frame-system",8098 "frame-system-benchmarking",8099 "frame-system-rpc-runtime-api",8100 "frame-try-runtime",8101 "hex-literal",8102 "log",8103 "pallet-authority-discovery",8104 "pallet-authorship",8105 "pallet-babe",8106 "pallet-bags-list",8107 "pallet-balances",8108 "pallet-bounties",8109 "pallet-collective",8110 "pallet-democracy",8111 "pallet-election-provider-multi-phase",8112 "pallet-elections-phragmen",8113 "pallet-grandpa",8114 "pallet-identity",8115 "pallet-im-online",8116 "pallet-indices",8117 "pallet-membership",8118 "pallet-mmr-primitives",8119 "pallet-multisig",8120 "pallet-nicks",8121 "pallet-offences",8122 "pallet-offences-benchmarking",8123 "pallet-preimage",8124 "pallet-proxy",8125 "pallet-scheduler",8126 "pallet-session",8127 "pallet-session-benchmarking",8128 "pallet-staking",8129 "pallet-staking-reward-curve",8130 "pallet-timestamp",8131 "pallet-tips",8132 "pallet-transaction-payment",8133 "pallet-transaction-payment-rpc-runtime-api",8134 "pallet-treasury",8135 "pallet-utility",8136 "pallet-vesting",8137 "pallet-xcm",8138 "parity-scale-codec",8139 "polkadot-primitives",8140 "polkadot-runtime-common",8141 "polkadot-runtime-constants",8142 "polkadot-runtime-parachains",8143 "rustc-hex",8144 "scale-info",8145 "serde",8146 "serde_derive",8147 "smallvec",8148 "sp-api",8149 "sp-authority-discovery",8150 "sp-block-builder",8151 "sp-consensus-babe",8152 "sp-core",8153 "sp-inherents",8154 "sp-io",8155 "sp-npos-elections",8156 "sp-offchain",8157 "sp-runtime",8158 "sp-session",8159 "sp-staking",8160 "sp-std",8161 "sp-transaction-pool",8162 "sp-version",8163 "static_assertions",8164 "substrate-wasm-builder",8165 "xcm",8166 "xcm-builder",8167 "xcm-executor",8168]81698170[[package]]8171name = "polkadot-runtime-common"8172version = "0.9.18"8173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8174dependencies = [8175 "beefy-primitives",8176 "bitvec",8177 "frame-benchmarking",8178 "frame-election-provider-support",8179 "frame-support",8180 "frame-system",8181 "impl-trait-for-tuples",8182 "libsecp256k1 0.7.0",8183 "log",8184 "pallet-authorship",8185 "pallet-babe",8186 "pallet-bags-list",8187 "pallet-balances",8188 "pallet-beefy-mmr",8189 "pallet-election-provider-multi-phase",8190 "pallet-session",8191 "pallet-staking",8192 "pallet-timestamp",8193 "pallet-transaction-payment",8194 "pallet-treasury",8195 "pallet-vesting",8196 "parity-scale-codec",8197 "polkadot-primitives",8198 "polkadot-runtime-parachains",8199 "rustc-hex",8200 "scale-info",8201 "serde",8202 "serde_derive",8203 "slot-range-helper",8204 "sp-api",8205 "sp-core",8206 "sp-inherents",8207 "sp-io",8208 "sp-npos-elections",8209 "sp-runtime",8210 "sp-session",8211 "sp-staking",8212 "sp-std",8213 "static_assertions",8214 "xcm",8215]82168217[[package]]8218name = "polkadot-runtime-constants"8219version = "0.9.18"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8221dependencies = [8222 "frame-support",8223 "polkadot-primitives",8224 "polkadot-runtime-common",8225 "smallvec",8226 "sp-runtime",8227]82288229[[package]]8230name = "polkadot-runtime-metrics"8231version = "0.9.18"8232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8233dependencies = [8234 "bs58",8235 "parity-scale-codec",8236 "polkadot-primitives",8237 "sp-std",8238 "sp-tracing",8239]82408241[[package]]8242name = "polkadot-runtime-parachains"8243version = "0.9.18"8244source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8245dependencies = [8246 "bitflags",8247 "bitvec",8248 "derive_more",8249 "frame-benchmarking",8250 "frame-support",8251 "frame-system",8252 "log",8253 "pallet-authority-discovery",8254 "pallet-authorship",8255 "pallet-babe",8256 "pallet-balances",8257 "pallet-session",8258 "pallet-staking",8259 "pallet-timestamp",8260 "pallet-vesting",8261 "parity-scale-codec",8262 "polkadot-primitives",8263 "polkadot-runtime-metrics",8264 "rand 0.8.5",8265 "rand_chacha 0.3.1",8266 "rustc-hex",8267 "scale-info",8268 "serde",8269 "sp-api",8270 "sp-core",8271 "sp-inherents",8272 "sp-io",8273 "sp-keystore",8274 "sp-runtime",8275 "sp-session",8276 "sp-staking",8277 "sp-std",8278 "static_assertions",8279 "xcm",8280 "xcm-executor",8281]82828283[[package]]8284name = "polkadot-service"8285version = "0.9.18"8286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8287dependencies = [8288 "async-trait",8289 "beefy-gadget",8290 "beefy-primitives",8291 "frame-system-rpc-runtime-api",8292 "futures 0.3.21",8293 "hex-literal",8294 "kusama-runtime",8295 "kvdb",8296 "kvdb-rocksdb",8297 "lru 0.7.3",8298 "pallet-babe",8299 "pallet-im-online",8300 "pallet-mmr-primitives",8301 "pallet-staking",8302 "pallet-transaction-payment-rpc-runtime-api",8303 "parity-db",8304 "polkadot-approval-distribution",8305 "polkadot-availability-bitfield-distribution",8306 "polkadot-availability-distribution",8307 "polkadot-availability-recovery",8308 "polkadot-client",8309 "polkadot-collator-protocol",8310 "polkadot-dispute-distribution",8311 "polkadot-gossip-support",8312 "polkadot-network-bridge",8313 "polkadot-node-collation-generation",8314 "polkadot-node-core-approval-voting",8315 "polkadot-node-core-av-store",8316 "polkadot-node-core-backing",8317 "polkadot-node-core-bitfield-signing",8318 "polkadot-node-core-candidate-validation",8319 "polkadot-node-core-chain-api",8320 "polkadot-node-core-chain-selection",8321 "polkadot-node-core-dispute-coordinator",8322 "polkadot-node-core-parachains-inherent",8323 "polkadot-node-core-provisioner",8324 "polkadot-node-core-pvf-checker",8325 "polkadot-node-core-runtime-api",8326 "polkadot-node-network-protocol",8327 "polkadot-node-primitives",8328 "polkadot-node-subsystem",8329 "polkadot-node-subsystem-util",8330 "polkadot-overseer",8331 "polkadot-parachain",8332 "polkadot-primitives",8333 "polkadot-rpc",8334 "polkadot-runtime",8335 "polkadot-runtime-constants",8336 "polkadot-runtime-parachains",8337 "polkadot-statement-distribution",8338 "rococo-runtime",8339 "sc-authority-discovery",8340 "sc-basic-authorship",8341 "sc-block-builder",8342 "sc-chain-spec",8343 "sc-client-api",8344 "sc-client-db",8345 "sc-consensus",8346 "sc-consensus-babe",8347 "sc-consensus-slots",8348 "sc-consensus-uncles",8349 "sc-executor",8350 "sc-finality-grandpa",8351 "sc-keystore",8352 "sc-network",8353 "sc-offchain",8354 "sc-service",8355 "sc-sync-state-rpc",8356 "sc-telemetry",8357 "sc-transaction-pool",8358 "serde",8359 "sp-api",8360 "sp-authority-discovery",8361 "sp-block-builder",8362 "sp-blockchain",8363 "sp-consensus",8364 "sp-consensus-babe",8365 "sp-core",8366 "sp-finality-grandpa",8367 "sp-inherents",8368 "sp-io",8369 "sp-keystore",8370 "sp-offchain",8371 "sp-runtime",8372 "sp-session",8373 "sp-state-machine",8374 "sp-storage",8375 "sp-timestamp",8376 "sp-transaction-pool",8377 "sp-trie",8378 "substrate-prometheus-endpoint",8379 "thiserror",8380 "tracing",8381 "westend-runtime",8382]83838384[[package]]8385name = "polkadot-statement-distribution"8386version = "0.9.18"8387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8388dependencies = [8389 "arrayvec 0.5.2",8390 "fatality",8391 "futures 0.3.21",8392 "indexmap",8393 "parity-scale-codec",8394 "polkadot-node-network-protocol",8395 "polkadot-node-primitives",8396 "polkadot-node-subsystem",8397 "polkadot-node-subsystem-util",8398 "polkadot-primitives",8399 "sp-keystore",8400 "sp-staking",8401 "thiserror",8402 "tracing",8403]84048405[[package]]8406name = "polkadot-statement-table"8407version = "0.9.18"8408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8409dependencies = [8410 "parity-scale-codec",8411 "polkadot-primitives",8412 "sp-core",8413]84148415[[package]]8416name = "polkadot-test-runtime"8417version = "0.9.18"8418source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8419dependencies = [8420 "beefy-primitives",8421 "bitvec",8422 "frame-election-provider-support",8423 "frame-executive",8424 "frame-support",8425 "frame-system",8426 "frame-system-rpc-runtime-api",8427 "log",8428 "pallet-authority-discovery",8429 "pallet-authorship",8430 "pallet-babe",8431 "pallet-balances",8432 "pallet-grandpa",8433 "pallet-indices",8434 "pallet-mmr-primitives",8435 "pallet-nicks",8436 "pallet-offences",8437 "pallet-session",8438 "pallet-staking",8439 "pallet-staking-reward-curve",8440 "pallet-sudo",8441 "pallet-timestamp",8442 "pallet-transaction-payment",8443 "pallet-transaction-payment-rpc-runtime-api",8444 "pallet-vesting",8445 "pallet-xcm",8446 "parity-scale-codec",8447 "polkadot-parachain",8448 "polkadot-primitives",8449 "polkadot-runtime-common",8450 "polkadot-runtime-parachains",8451 "rustc-hex",8452 "scale-info",8453 "serde",8454 "serde_derive",8455 "smallvec",8456 "sp-api",8457 "sp-authority-discovery",8458 "sp-block-builder",8459 "sp-consensus-babe",8460 "sp-core",8461 "sp-inherents",8462 "sp-io",8463 "sp-offchain",8464 "sp-runtime",8465 "sp-session",8466 "sp-staking",8467 "sp-std",8468 "sp-transaction-pool",8469 "sp-version",8470 "substrate-wasm-builder",8471 "test-runtime-constants",8472 "xcm",8473 "xcm-builder",8474 "xcm-executor",8475]84768477[[package]]8478name = "polkadot-test-service"8479version = "0.9.18"8480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8481dependencies = [8482 "frame-benchmarking",8483 "frame-system",8484 "futures 0.1.31",8485 "futures 0.3.21",8486 "hex",8487 "pallet-balances",8488 "pallet-staking",8489 "pallet-transaction-payment",8490 "polkadot-node-primitives",8491 "polkadot-node-subsystem",8492 "polkadot-overseer",8493 "polkadot-parachain",8494 "polkadot-primitives",8495 "polkadot-rpc",8496 "polkadot-runtime-common",8497 "polkadot-runtime-parachains",8498 "polkadot-service",8499 "polkadot-test-runtime",8500 "rand 0.8.5",8501 "sc-authority-discovery",8502 "sc-chain-spec",8503 "sc-cli",8504 "sc-client-api",8505 "sc-consensus",8506 "sc-consensus-babe",8507 "sc-executor",8508 "sc-finality-grandpa",8509 "sc-network",8510 "sc-service",8511 "sc-tracing",8512 "sc-transaction-pool",8513 "sp-arithmetic",8514 "sp-authority-discovery",8515 "sp-blockchain",8516 "sp-consensus",8517 "sp-consensus-babe",8518 "sp-core",8519 "sp-finality-grandpa",8520 "sp-inherents",8521 "sp-keyring",8522 "sp-runtime",8523 "sp-state-machine",8524 "substrate-test-client",8525 "tempfile",8526 "test-runtime-constants",8527 "tokio 1.17.0",8528 "tracing",8529]85308531[[package]]8532name = "polling"8533version = "2.2.0"8534source = "registry+https://github.com/rust-lang/crates.io-index"8535checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8536dependencies = [8537 "cfg-if 1.0.0",8538 "libc",8539 "log",8540 "wepoll-ffi",8541 "winapi 0.3.9",8542]85438544[[package]]8545name = "poly1305"8546version = "0.7.2"8547source = "registry+https://github.com/rust-lang/crates.io-index"8548checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8549dependencies = [8550 "cpufeatures 0.2.2",8551 "opaque-debug 0.3.0",8552 "universal-hash",8553]85548555[[package]]8556name = "polyval"8557version = "0.5.3"8558source = "registry+https://github.com/rust-lang/crates.io-index"8559checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8560dependencies = [8561 "cfg-if 1.0.0",8562 "cpufeatures 0.2.2",8563 "opaque-debug 0.3.0",8564 "universal-hash",8565]85668567[[package]]8568name = "ppv-lite86"8569version = "0.2.16"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85728573[[package]]8574name = "primitive-types"8575version = "0.11.1"8576source = "registry+https://github.com/rust-lang/crates.io-index"8577checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8578dependencies = [8579 "fixed-hash",8580 "impl-codec",8581 "impl-rlp",8582 "impl-serde",8583 "scale-info",8584 "uint",8585]85868587[[package]]8588name = "proc-macro-crate"8589version = "0.1.5"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8592dependencies = [8593 "toml",8594]85958596[[package]]8597name = "proc-macro-crate"8598version = "1.1.3"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8601dependencies = [8602 "thiserror",8603 "toml",8604]86058606[[package]]8607name = "proc-macro-error"8608version = "1.0.4"8609source = "registry+https://github.com/rust-lang/crates.io-index"8610checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8611dependencies = [8612 "proc-macro-error-attr",8613 "proc-macro2",8614 "quote",8615 "syn",8616 "version_check",8617]86188619[[package]]8620name = "proc-macro-error-attr"8621version = "1.0.4"8622source = "registry+https://github.com/rust-lang/crates.io-index"8623checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8624dependencies = [8625 "proc-macro2",8626 "quote",8627 "version_check",8628]86298630[[package]]8631name = "proc-macro2"8632version = "1.0.36"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8635dependencies = [8636 "unicode-xid",8637]86388639[[package]]8640name = "prometheus"8641version = "0.13.0"8642source = "registry+https://github.com/rust-lang/crates.io-index"8643checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8644dependencies = [8645 "cfg-if 1.0.0",8646 "fnv",8647 "lazy_static",8648 "memchr",8649 "parking_lot 0.11.2",8650 "thiserror",8651]86528653[[package]]8654name = "prost"8655version = "0.9.0"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8658dependencies = [8659 "bytes 1.1.0",8660 "prost-derive",8661]86628663[[package]]8664name = "prost-build"8665version = "0.9.0"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8668dependencies = [8669 "bytes 1.1.0",8670 "heck 0.3.3",8671 "itertools",8672 "lazy_static",8673 "log",8674 "multimap",8675 "petgraph",8676 "prost",8677 "prost-types",8678 "regex",8679 "tempfile",8680 "which",8681]86828683[[package]]8684name = "prost-derive"8685version = "0.9.0"8686source = "registry+https://github.com/rust-lang/crates.io-index"8687checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8688dependencies = [8689 "anyhow",8690 "itertools",8691 "proc-macro2",8692 "quote",8693 "syn",8694]86958696[[package]]8697name = "prost-types"8698version = "0.9.0"8699source = "registry+https://github.com/rust-lang/crates.io-index"8700checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8701dependencies = [8702 "bytes 1.1.0",8703 "prost",8704]87058706[[package]]8707name = "psm"8708version = "0.1.17"8709source = "registry+https://github.com/rust-lang/crates.io-index"8710checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8711dependencies = [8712 "cc",8713]87148715[[package]]8716name = "quartz-runtime"8717version = "0.1.0"8718dependencies = [8719 "cumulus-pallet-aura-ext",8720 "cumulus-pallet-dmp-queue",8721 "cumulus-pallet-parachain-system",8722 "cumulus-pallet-xcm",8723 "cumulus-pallet-xcmp-queue",8724 "cumulus-primitives-core",8725 "cumulus-primitives-timestamp",8726 "cumulus-primitives-utility",8727 "derivative",8728 "fp-rpc",8729 "fp-self-contained",8730 "frame-benchmarking",8731 "frame-executive",8732 "frame-support",8733 "frame-system",8734 "frame-system-benchmarking",8735 "frame-system-rpc-runtime-api",8736 "hex-literal",8737 "orml-vesting",8738 "pallet-aura",8739 "pallet-balances",8740 "pallet-base-fee",8741 "pallet-common",8742 "pallet-ethereum",8743 "pallet-evm",8744 "pallet-evm-coder-substrate",8745 "pallet-evm-contract-helpers",8746 "pallet-evm-migration",8747 "pallet-evm-transaction-payment",8748 "pallet-fungible",8749 "pallet-inflation",8750 "pallet-nonfungible",8751 "pallet-randomness-collective-flip",8752 "pallet-refungible",8753 "pallet-sudo",8754 "pallet-template-transaction-payment",8755 "pallet-timestamp",8756 "pallet-transaction-payment",8757 "pallet-transaction-payment-rpc-runtime-api",8758 "pallet-treasury",8759 "pallet-unique",8760 "pallet-unq-scheduler",8761 "pallet-xcm",8762 "parachain-info",8763 "parity-scale-codec",8764 "polkadot-parachain",8765 "scale-info",8766 "serde",8767 "smallvec",8768 "sp-api",8769 "sp-arithmetic",8770 "sp-block-builder",8771 "sp-consensus-aura",8772 "sp-core",8773 "sp-inherents",8774 "sp-io",8775 "sp-offchain",8776 "sp-runtime",8777 "sp-session",8778 "sp-std",8779 "sp-transaction-pool",8780 "sp-version",8781 "substrate-wasm-builder",8782 "unique-runtime-common",8783 "up-data-structs",8784 "up-evm-mapping",8785 "up-rpc",8786 "xcm",8787 "xcm-builder",8788 "xcm-executor",8789]87908791[[package]]8792name = "quick-error"8793version = "1.2.3"8794source = "registry+https://github.com/rust-lang/crates.io-index"8795checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87968797[[package]]8798name = "quick-error"8799version = "2.0.1"8800source = "registry+https://github.com/rust-lang/crates.io-index"8801checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"88028803[[package]]8804name = "quicksink"8805version = "0.1.2"8806source = "registry+https://github.com/rust-lang/crates.io-index"8807checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8808dependencies = [8809 "futures-core",8810 "futures-sink",8811 "pin-project-lite 0.1.12",8812]88138814[[package]]8815name = "quote"8816version = "1.0.16"8817source = "registry+https://github.com/rust-lang/crates.io-index"8818checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8819dependencies = [8820 "proc-macro2",8821]88228823[[package]]8824name = "radium"8825version = "0.7.0"8826source = "registry+https://github.com/rust-lang/crates.io-index"8827checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88288829[[package]]8830name = "rand"8831version = "0.7.3"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8834dependencies = [8835 "getrandom 0.1.16",8836 "libc",8837 "rand_chacha 0.2.2",8838 "rand_core 0.5.1",8839 "rand_hc",8840 "rand_pcg",8841]88428843[[package]]8844name = "rand"8845version = "0.8.5"8846source = "registry+https://github.com/rust-lang/crates.io-index"8847checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8848dependencies = [8849 "libc",8850 "rand_chacha 0.3.1",8851 "rand_core 0.6.3",8852]88538854[[package]]8855name = "rand_chacha"8856version = "0.2.2"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8859dependencies = [8860 "ppv-lite86",8861 "rand_core 0.5.1",8862]88638864[[package]]8865name = "rand_chacha"8866version = "0.3.1"8867source = "registry+https://github.com/rust-lang/crates.io-index"8868checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8869dependencies = [8870 "ppv-lite86",8871 "rand_core 0.6.3",8872]88738874[[package]]8875name = "rand_core"8876version = "0.5.1"8877source = "registry+https://github.com/rust-lang/crates.io-index"8878checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8879dependencies = [8880 "getrandom 0.1.16",8881]88828883[[package]]8884name = "rand_core"8885version = "0.6.3"8886source = "registry+https://github.com/rust-lang/crates.io-index"8887checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8888dependencies = [8889 "getrandom 0.2.5",8890]88918892[[package]]8893name = "rand_distr"8894version = "0.4.3"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8897dependencies = [8898 "num-traits",8899 "rand 0.8.5",8900]89018902[[package]]8903name = "rand_hc"8904version = "0.2.0"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8907dependencies = [8908 "rand_core 0.5.1",8909]89108911[[package]]8912name = "rand_pcg"8913version = "0.2.1"8914source = "registry+https://github.com/rust-lang/crates.io-index"8915checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8916dependencies = [8917 "rand_core 0.5.1",8918]89198920[[package]]8921name = "rawpointer"8922version = "0.2.1"8923source = "registry+https://github.com/rust-lang/crates.io-index"8924checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89258926[[package]]8927name = "rayon"8928version = "1.5.1"8929source = "registry+https://github.com/rust-lang/crates.io-index"8930checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8931dependencies = [8932 "autocfg",8933 "crossbeam-deque",8934 "either",8935 "rayon-core",8936]89378938[[package]]8939name = "rayon-core"8940version = "1.9.1"8941source = "registry+https://github.com/rust-lang/crates.io-index"8942checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8943dependencies = [8944 "crossbeam-channel",8945 "crossbeam-deque",8946 "crossbeam-utils",8947 "lazy_static",8948 "num_cpus",8949]89508951[[package]]8952name = "redox_syscall"8953version = "0.2.11"8954source = "registry+https://github.com/rust-lang/crates.io-index"8955checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8956dependencies = [8957 "bitflags",8958]89598960[[package]]8961name = "redox_users"8962version = "0.4.2"8963source = "registry+https://github.com/rust-lang/crates.io-index"8964checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8965dependencies = [8966 "getrandom 0.2.5",8967 "redox_syscall",8968 "thiserror",8969]89708971[[package]]8972name = "reed-solomon-novelpoly"8973version = "1.0.0"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8976dependencies = [8977 "derive_more",8978 "fs-err",8979 "itertools",8980 "static_init",8981 "thiserror",8982]89838984[[package]]8985name = "ref-cast"8986version = "1.0.6"8987source = "registry+https://github.com/rust-lang/crates.io-index"8988checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8989dependencies = [8990 "ref-cast-impl",8991]89928993[[package]]8994name = "ref-cast-impl"8995version = "1.0.6"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8998dependencies = [8999 "proc-macro2",9000 "quote",9001 "syn",9002]90039004[[package]]9005name = "regalloc"9006version = "0.0.33"9007source = "registry+https://github.com/rust-lang/crates.io-index"9008checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"9009dependencies = [9010 "log",9011 "rustc-hash",9012 "smallvec",9013]90149015[[package]]9016name = "regex"9017version = "1.5.5"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9020dependencies = [9021 "aho-corasick",9022 "memchr",9023 "regex-syntax",9024]90259026[[package]]9027name = "regex-automata"9028version = "0.1.10"9029source = "registry+https://github.com/rust-lang/crates.io-index"9030checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9031dependencies = [9032 "regex-syntax",9033]90349035[[package]]9036name = "regex-syntax"9037version = "0.6.25"9038source = "registry+https://github.com/rust-lang/crates.io-index"9039checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90409041[[package]]9042name = "region"9043version = "2.2.0"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9046dependencies = [9047 "bitflags",9048 "libc",9049 "mach",9050 "winapi 0.3.9",9051]90529053[[package]]9054name = "remote-externalities"9055version = "0.10.0-dev"9056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9057dependencies = [9058 "env_logger",9059 "jsonrpsee 0.8.0",9060 "log",9061 "parity-scale-codec",9062 "serde",9063 "serde_json",9064 "sp-core",9065 "sp-io",9066 "sp-runtime",9067 "sp-version",9068]90699070[[package]]9071name = "remove_dir_all"9072version = "0.5.3"9073source = "registry+https://github.com/rust-lang/crates.io-index"9074checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9075dependencies = [9076 "winapi 0.3.9",9077]90789079[[package]]9080name = "resolv-conf"9081version = "0.7.0"9082source = "registry+https://github.com/rust-lang/crates.io-index"9083checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9084dependencies = [9085 "hostname",9086 "quick-error 1.2.3",9087]90889089[[package]]9090name = "retain_mut"9091version = "0.1.7"9092source = "registry+https://github.com/rust-lang/crates.io-index"9093checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90949095[[package]]9096name = "ring"9097version = "0.16.20"9098source = "registry+https://github.com/rust-lang/crates.io-index"9099checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9100dependencies = [9101 "cc",9102 "libc",9103 "once_cell",9104 "spin",9105 "untrusted",9106 "web-sys",9107 "winapi 0.3.9",9108]91099110[[package]]9111name = "rlp"9112version = "0.5.1"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9115dependencies = [9116 "bytes 1.1.0",9117 "rustc-hex",9118]91199120[[package]]9121name = "rlp-derive"9122version = "0.1.0"9123source = "registry+https://github.com/rust-lang/crates.io-index"9124checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9125dependencies = [9126 "proc-macro2",9127 "quote",9128 "syn",9129]91309131[[package]]9132name = "rocksdb"9133version = "0.18.0"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9136dependencies = [9137 "libc",9138 "librocksdb-sys",9139]91409141[[package]]9142name = "rococo-runtime"9143version = "0.9.18"9144source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9145dependencies = [9146 "beefy-primitives",9147 "bp-messages",9148 "bp-rococo",9149 "bp-runtime",9150 "bp-wococo",9151 "bridge-runtime-common",9152 "frame-benchmarking",9153 "frame-executive",9154 "frame-support",9155 "frame-system",9156 "frame-system-rpc-runtime-api",9157 "hex-literal",9158 "log",9159 "pallet-authority-discovery",9160 "pallet-authorship",9161 "pallet-babe",9162 "pallet-balances",9163 "pallet-beefy",9164 "pallet-beefy-mmr",9165 "pallet-bridge-dispatch",9166 "pallet-bridge-grandpa",9167 "pallet-bridge-messages",9168 "pallet-collective",9169 "pallet-grandpa",9170 "pallet-im-online",9171 "pallet-indices",9172 "pallet-membership",9173 "pallet-mmr",9174 "pallet-mmr-primitives",9175 "pallet-multisig",9176 "pallet-offences",9177 "pallet-proxy",9178 "pallet-session",9179 "pallet-staking",9180 "pallet-sudo",9181 "pallet-timestamp",9182 "pallet-transaction-payment",9183 "pallet-transaction-payment-rpc-runtime-api",9184 "pallet-utility",9185 "pallet-xcm",9186 "parity-scale-codec",9187 "polkadot-parachain",9188 "polkadot-primitives",9189 "polkadot-runtime-common",9190 "polkadot-runtime-parachains",9191 "rococo-runtime-constants",9192 "scale-info",9193 "serde",9194 "serde_derive",9195 "smallvec",9196 "sp-api",9197 "sp-authority-discovery",9198 "sp-block-builder",9199 "sp-consensus-babe",9200 "sp-core",9201 "sp-inherents",9202 "sp-io",9203 "sp-offchain",9204 "sp-runtime",9205 "sp-session",9206 "sp-staking",9207 "sp-std",9208 "sp-transaction-pool",9209 "sp-version",9210 "substrate-wasm-builder",9211 "xcm",9212 "xcm-builder",9213 "xcm-executor",9214]92159216[[package]]9217name = "rococo-runtime-constants"9218version = "0.9.18"9219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9220dependencies = [9221 "frame-support",9222 "polkadot-primitives",9223 "polkadot-runtime-common",9224 "smallvec",9225 "sp-runtime",9226]92279228[[package]]9229name = "rpassword"9230version = "5.0.1"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9233dependencies = [9234 "libc",9235 "winapi 0.3.9",9236]92379238[[package]]9239name = "rustc-demangle"9240version = "0.1.21"9241source = "registry+https://github.com/rust-lang/crates.io-index"9242checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92439244[[package]]9245name = "rustc-hash"9246version = "1.1.0"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92499250[[package]]9251name = "rustc-hex"9252version = "2.1.0"9253source = "registry+https://github.com/rust-lang/crates.io-index"9254checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92559256[[package]]9257name = "rustc_version"9258version = "0.2.3"9259source = "registry+https://github.com/rust-lang/crates.io-index"9260checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9261dependencies = [9262 "semver 0.9.0",9263]92649265[[package]]9266name = "rustc_version"9267version = "0.3.3"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9270dependencies = [9271 "semver 0.11.0",9272]92739274[[package]]9275name = "rustc_version"9276version = "0.4.0"9277source = "registry+https://github.com/rust-lang/crates.io-index"9278checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9279dependencies = [9280 "semver 1.0.6",9281]92829283[[package]]9284name = "rustix"9285version = "0.31.3"9286source = "registry+https://github.com/rust-lang/crates.io-index"9287checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9288dependencies = [9289 "bitflags",9290 "errno",9291 "io-lifetimes",9292 "libc",9293 "linux-raw-sys",9294 "winapi 0.3.9",9295]92969297[[package]]9298name = "rustls"9299version = "0.19.1"9300source = "registry+https://github.com/rust-lang/crates.io-index"9301checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9302dependencies = [9303 "base64",9304 "log",9305 "ring",9306 "sct 0.6.1",9307 "webpki 0.21.4",9308]93099310[[package]]9311name = "rustls"9312version = "0.20.4"9313source = "registry+https://github.com/rust-lang/crates.io-index"9314checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9315dependencies = [9316 "log",9317 "ring",9318 "sct 0.7.0",9319 "webpki 0.22.0",9320]93219322[[package]]9323name = "rustls-native-certs"9324version = "0.5.0"9325source = "registry+https://github.com/rust-lang/crates.io-index"9326checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9327dependencies = [9328 "openssl-probe",9329 "rustls 0.19.1",9330 "schannel",9331 "security-framework",9332]93339334[[package]]9335name = "rustls-native-certs"9336version = "0.6.1"9337source = "registry+https://github.com/rust-lang/crates.io-index"9338checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9339dependencies = [9340 "openssl-probe",9341 "rustls-pemfile",9342 "schannel",9343 "security-framework",9344]93459346[[package]]9347name = "rustls-pemfile"9348version = "0.2.1"9349source = "registry+https://github.com/rust-lang/crates.io-index"9350checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9351dependencies = [9352 "base64",9353]93549355[[package]]9356name = "rustversion"9357version = "1.0.6"9358source = "registry+https://github.com/rust-lang/crates.io-index"9359checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93609361[[package]]9362name = "rw-stream-sink"9363version = "0.2.1"9364source = "registry+https://github.com/rust-lang/crates.io-index"9365checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9366dependencies = [9367 "futures 0.3.21",9368 "pin-project 0.4.29",9369 "static_assertions",9370]93719372[[package]]9373name = "ryu"9374version = "1.0.9"9375source = "registry+https://github.com/rust-lang/crates.io-index"9376checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93779378[[package]]9379name = "safe-mix"9380version = "1.0.1"9381source = "registry+https://github.com/rust-lang/crates.io-index"9382checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9383dependencies = [9384 "rustc_version 0.2.3",9385]93869387[[package]]9388name = "salsa20"9389version = "0.9.0"9390source = "registry+https://github.com/rust-lang/crates.io-index"9391checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9392dependencies = [9393 "cipher",9394]93959396[[package]]9397name = "same-file"9398version = "1.0.6"9399source = "registry+https://github.com/rust-lang/crates.io-index"9400checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9401dependencies = [9402 "winapi-util",9403]94049405[[package]]9406name = "sc-allocator"9407version = "4.1.0-dev"9408source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9409dependencies = [9410 "log",9411 "sp-core",9412 "sp-wasm-interface",9413 "thiserror",9414]94159416[[package]]9417name = "sc-authority-discovery"9418version = "0.10.0-dev"9419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9420dependencies = [9421 "async-trait",9422 "futures 0.3.21",9423 "futures-timer",9424 "ip_network",9425 "libp2p",9426 "log",9427 "parity-scale-codec",9428 "prost",9429 "prost-build",9430 "rand 0.7.3",9431 "sc-client-api",9432 "sc-network",9433 "sp-api",9434 "sp-authority-discovery",9435 "sp-blockchain",9436 "sp-core",9437 "sp-keystore",9438 "sp-runtime",9439 "substrate-prometheus-endpoint",9440 "thiserror",9441]94429443[[package]]9444name = "sc-basic-authorship"9445version = "0.10.0-dev"9446source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9447dependencies = [9448 "futures 0.3.21",9449 "futures-timer",9450 "log",9451 "parity-scale-codec",9452 "sc-block-builder",9453 "sc-client-api",9454 "sc-proposer-metrics",9455 "sc-telemetry",9456 "sc-transaction-pool-api",9457 "sp-api",9458 "sp-blockchain",9459 "sp-consensus",9460 "sp-core",9461 "sp-inherents",9462 "sp-runtime",9463 "substrate-prometheus-endpoint",9464]94659466[[package]]9467name = "sc-block-builder"9468version = "0.10.0-dev"9469source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9470dependencies = [9471 "parity-scale-codec",9472 "sc-client-api",9473 "sp-api",9474 "sp-block-builder",9475 "sp-blockchain",9476 "sp-core",9477 "sp-inherents",9478 "sp-runtime",9479 "sp-state-machine",9480]94819482[[package]]9483name = "sc-chain-spec"9484version = "4.0.0-dev"9485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9486dependencies = [9487 "impl-trait-for-tuples",9488 "memmap2 0.5.3",9489 "parity-scale-codec",9490 "sc-chain-spec-derive",9491 "sc-network",9492 "sc-telemetry",9493 "serde",9494 "serde_json",9495 "sp-core",9496 "sp-runtime",9497]94989499[[package]]9500name = "sc-chain-spec-derive"9501version = "4.0.0-dev"9502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9503dependencies = [9504 "proc-macro-crate 1.1.3",9505 "proc-macro2",9506 "quote",9507 "syn",9508]95099510[[package]]9511name = "sc-cli"9512version = "0.10.0-dev"9513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9514dependencies = [9515 "chrono",9516 "clap",9517 "fdlimit",9518 "futures 0.3.21",9519 "hex",9520 "libp2p",9521 "log",9522 "names",9523 "parity-scale-codec",9524 "rand 0.7.3",9525 "regex",9526 "rpassword",9527 "sc-client-api",9528 "sc-keystore",9529 "sc-network",9530 "sc-service",9531 "sc-telemetry",9532 "sc-tracing",9533 "sc-utils",9534 "serde",9535 "serde_json",9536 "sp-blockchain",9537 "sp-core",9538 "sp-keyring",9539 "sp-keystore",9540 "sp-panic-handler",9541 "sp-runtime",9542 "sp-version",9543 "thiserror",9544 "tiny-bip39",9545 "tokio 1.17.0",9546]95479548[[package]]9549name = "sc-client-api"9550version = "4.0.0-dev"9551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9552dependencies = [9553 "fnv",9554 "futures 0.3.21",9555 "hash-db",9556 "log",9557 "parity-scale-codec",9558 "parking_lot 0.12.0",9559 "sc-executor",9560 "sc-transaction-pool-api",9561 "sc-utils",9562 "sp-api",9563 "sp-blockchain",9564 "sp-consensus",9565 "sp-core",9566 "sp-database",9567 "sp-externalities",9568 "sp-keystore",9569 "sp-runtime",9570 "sp-state-machine",9571 "sp-storage",9572 "sp-trie",9573 "substrate-prometheus-endpoint",9574]95759576[[package]]9577name = "sc-client-db"9578version = "0.10.0-dev"9579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9580dependencies = [9581 "hash-db",9582 "kvdb",9583 "kvdb-memorydb",9584 "kvdb-rocksdb",9585 "linked-hash-map",9586 "log",9587 "parity-db",9588 "parity-scale-codec",9589 "parking_lot 0.12.0",9590 "sc-client-api",9591 "sc-state-db",9592 "sp-arithmetic",9593 "sp-blockchain",9594 "sp-core",9595 "sp-database",9596 "sp-runtime",9597 "sp-state-machine",9598 "sp-trie",9599]96009601[[package]]9602name = "sc-consensus"9603version = "0.10.0-dev"9604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9605dependencies = [9606 "async-trait",9607 "futures 0.3.21",9608 "futures-timer",9609 "libp2p",9610 "log",9611 "parking_lot 0.12.0",9612 "sc-client-api",9613 "sc-utils",9614 "serde",9615 "sp-api",9616 "sp-blockchain",9617 "sp-consensus",9618 "sp-core",9619 "sp-runtime",9620 "sp-state-machine",9621 "substrate-prometheus-endpoint",9622 "thiserror",9623]96249625[[package]]9626name = "sc-consensus-aura"9627version = "0.10.0-dev"9628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9629dependencies = [9630 "async-trait",9631 "futures 0.3.21",9632 "log",9633 "parity-scale-codec",9634 "sc-block-builder",9635 "sc-client-api",9636 "sc-consensus",9637 "sc-consensus-slots",9638 "sc-telemetry",9639 "sp-api",9640 "sp-application-crypto",9641 "sp-block-builder",9642 "sp-blockchain",9643 "sp-consensus",9644 "sp-consensus-aura",9645 "sp-consensus-slots",9646 "sp-core",9647 "sp-inherents",9648 "sp-keystore",9649 "sp-runtime",9650 "substrate-prometheus-endpoint",9651 "thiserror",9652]96539654[[package]]9655name = "sc-consensus-babe"9656version = "0.10.0-dev"9657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9658dependencies = [9659 "async-trait",9660 "fork-tree",9661 "futures 0.3.21",9662 "log",9663 "merlin",9664 "num-bigint",9665 "num-rational 0.2.4",9666 "num-traits",9667 "parity-scale-codec",9668 "parking_lot 0.12.0",9669 "rand 0.7.3",9670 "retain_mut",9671 "sc-client-api",9672 "sc-consensus",9673 "sc-consensus-epochs",9674 "sc-consensus-slots",9675 "sc-keystore",9676 "sc-telemetry",9677 "schnorrkel",9678 "serde",9679 "sp-api",9680 "sp-application-crypto",9681 "sp-block-builder",9682 "sp-blockchain",9683 "sp-consensus",9684 "sp-consensus-babe",9685 "sp-consensus-slots",9686 "sp-consensus-vrf",9687 "sp-core",9688 "sp-inherents",9689 "sp-io",9690 "sp-keystore",9691 "sp-runtime",9692 "sp-version",9693 "substrate-prometheus-endpoint",9694 "thiserror",9695]96969697[[package]]9698name = "sc-consensus-babe-rpc"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9701dependencies = [9702 "futures 0.3.21",9703 "jsonrpc-core",9704 "jsonrpc-core-client",9705 "jsonrpc-derive",9706 "sc-consensus-babe",9707 "sc-consensus-epochs",9708 "sc-rpc-api",9709 "serde",9710 "sp-api",9711 "sp-application-crypto",9712 "sp-blockchain",9713 "sp-consensus",9714 "sp-consensus-babe",9715 "sp-core",9716 "sp-keystore",9717 "sp-runtime",9718 "thiserror",9719]97209721[[package]]9722name = "sc-consensus-epochs"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9725dependencies = [9726 "fork-tree",9727 "parity-scale-codec",9728 "sc-client-api",9729 "sc-consensus",9730 "sp-blockchain",9731 "sp-runtime",9732]97339734[[package]]9735name = "sc-consensus-manual-seal"9736version = "0.10.0-dev"9737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9738dependencies = [9739 "assert_matches",9740 "async-trait",9741 "futures 0.3.21",9742 "jsonrpc-core",9743 "jsonrpc-core-client",9744 "jsonrpc-derive",9745 "log",9746 "parity-scale-codec",9747 "sc-client-api",9748 "sc-consensus",9749 "sc-consensus-aura",9750 "sc-consensus-babe",9751 "sc-consensus-epochs",9752 "sc-transaction-pool",9753 "sc-transaction-pool-api",9754 "serde",9755 "sp-api",9756 "sp-blockchain",9757 "sp-consensus",9758 "sp-consensus-aura",9759 "sp-consensus-babe",9760 "sp-consensus-slots",9761 "sp-core",9762 "sp-inherents",9763 "sp-keystore",9764 "sp-runtime",9765 "sp-timestamp",9766 "substrate-prometheus-endpoint",9767 "thiserror",9768]97699770[[package]]9771name = "sc-consensus-slots"9772version = "0.10.0-dev"9773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9774dependencies = [9775 "async-trait",9776 "futures 0.3.21",9777 "futures-timer",9778 "log",9779 "parity-scale-codec",9780 "sc-client-api",9781 "sc-consensus",9782 "sc-telemetry",9783 "sp-arithmetic",9784 "sp-blockchain",9785 "sp-consensus",9786 "sp-consensus-slots",9787 "sp-core",9788 "sp-inherents",9789 "sp-runtime",9790 "sp-state-machine",9791 "sp-timestamp",9792 "thiserror",9793]97949795[[package]]9796name = "sc-consensus-uncles"9797version = "0.10.0-dev"9798source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9799dependencies = [9800 "sc-client-api",9801 "sp-authorship",9802 "sp-runtime",9803 "thiserror",9804]98059806[[package]]9807name = "sc-executor"9808version = "0.10.0-dev"9809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9810dependencies = [9811 "lazy_static",9812 "lru 0.6.6",9813 "parity-scale-codec",9814 "parking_lot 0.12.0",9815 "sc-executor-common",9816 "sc-executor-wasmi",9817 "sc-executor-wasmtime",9818 "sp-api",9819 "sp-core",9820 "sp-core-hashing-proc-macro",9821 "sp-externalities",9822 "sp-io",9823 "sp-panic-handler",9824 "sp-runtime-interface",9825 "sp-tasks",9826 "sp-trie",9827 "sp-version",9828 "sp-wasm-interface",9829 "tracing",9830 "wasmi",9831]98329833[[package]]9834name = "sc-executor-common"9835version = "0.10.0-dev"9836source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9837dependencies = [9838 "environmental",9839 "parity-scale-codec",9840 "sc-allocator",9841 "sp-core",9842 "sp-maybe-compressed-blob",9843 "sp-serializer",9844 "sp-wasm-interface",9845 "thiserror",9846 "wasm-instrument",9847 "wasmi",9848]98499850[[package]]9851name = "sc-executor-wasmi"9852version = "0.10.0-dev"9853source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9854dependencies = [9855 "log",9856 "parity-scale-codec",9857 "sc-allocator",9858 "sc-executor-common",9859 "scoped-tls",9860 "sp-core",9861 "sp-runtime-interface",9862 "sp-wasm-interface",9863 "wasmi",9864]98659866[[package]]9867name = "sc-executor-wasmtime"9868version = "0.10.0-dev"9869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9870dependencies = [9871 "cfg-if 1.0.0",9872 "libc",9873 "log",9874 "parity-scale-codec",9875 "parity-wasm 0.42.2",9876 "sc-allocator",9877 "sc-executor-common",9878 "sp-core",9879 "sp-runtime-interface",9880 "sp-wasm-interface",9881 "wasmtime",9882]98839884[[package]]9885name = "sc-finality-grandpa"9886version = "0.10.0-dev"9887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9888dependencies = [9889 "ahash",9890 "async-trait",9891 "dyn-clone",9892 "finality-grandpa",9893 "fork-tree",9894 "futures 0.3.21",9895 "futures-timer",9896 "hex",9897 "log",9898 "parity-scale-codec",9899 "parking_lot 0.12.0",9900 "rand 0.8.5",9901 "sc-block-builder",9902 "sc-chain-spec",9903 "sc-client-api",9904 "sc-consensus",9905 "sc-keystore",9906 "sc-network",9907 "sc-network-gossip",9908 "sc-telemetry",9909 "sc-utils",9910 "serde_json",9911 "sp-api",9912 "sp-application-crypto",9913 "sp-arithmetic",9914 "sp-blockchain",9915 "sp-consensus",9916 "sp-core",9917 "sp-finality-grandpa",9918 "sp-keystore",9919 "sp-runtime",9920 "substrate-prometheus-endpoint",9921 "thiserror",9922]99239924[[package]]9925name = "sc-finality-grandpa-rpc"9926version = "0.10.0-dev"9927source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9928dependencies = [9929 "finality-grandpa",9930 "futures 0.3.21",9931 "jsonrpc-core",9932 "jsonrpc-core-client",9933 "jsonrpc-derive",9934 "jsonrpc-pubsub",9935 "log",9936 "parity-scale-codec",9937 "sc-client-api",9938 "sc-finality-grandpa",9939 "sc-rpc",9940 "serde",9941 "serde_json",9942 "sp-blockchain",9943 "sp-core",9944 "sp-runtime",9945 "thiserror",9946]99479948[[package]]9949name = "sc-informant"9950version = "0.10.0-dev"9951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9952dependencies = [9953 "ansi_term",9954 "futures 0.3.21",9955 "futures-timer",9956 "log",9957 "parity-util-mem",9958 "sc-client-api",9959 "sc-network",9960 "sc-transaction-pool-api",9961 "sp-blockchain",9962 "sp-runtime",9963]99649965[[package]]9966name = "sc-keystore"9967version = "4.0.0-dev"9968source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9969dependencies = [9970 "async-trait",9971 "hex",9972 "parking_lot 0.12.0",9973 "serde_json",9974 "sp-application-crypto",9975 "sp-core",9976 "sp-keystore",9977 "thiserror",9978]99799980[[package]]9981name = "sc-network"9982version = "0.10.0-dev"9983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9984dependencies = [9985 "async-trait",9986 "asynchronous-codec 0.5.0",9987 "bitflags",9988 "bytes 1.1.0",9989 "cid",9990 "either",9991 "fnv",9992 "fork-tree",9993 "futures 0.3.21",9994 "futures-timer",9995 "hex",9996 "ip_network",9997 "libp2p",9998 "linked-hash-map",9999 "linked_hash_set",10000 "log",10001 "lru 0.7.3",10002 "parity-scale-codec",10003 "parking_lot 0.12.0",10004 "pin-project 1.0.10",10005 "prost",10006 "prost-build",10007 "rand 0.7.3",10008 "sc-block-builder",10009 "sc-client-api",10010 "sc-consensus",10011 "sc-peerset",10012 "sc-utils",10013 "serde",10014 "serde_json",10015 "smallvec",10016 "sp-arithmetic",10017 "sp-blockchain",10018 "sp-consensus",10019 "sp-core",10020 "sp-finality-grandpa",10021 "sp-runtime",10022 "substrate-prometheus-endpoint",10023 "thiserror",10024 "unsigned-varint 0.6.0",10025 "void",10026 "zeroize",10027]1002810029[[package]]10030name = "sc-network-gossip"10031version = "0.10.0-dev"10032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10033dependencies = [10034 "ahash",10035 "futures 0.3.21",10036 "futures-timer",10037 "libp2p",10038 "log",10039 "lru 0.7.3",10040 "sc-network",10041 "sp-runtime",10042 "substrate-prometheus-endpoint",10043 "tracing",10044]1004510046[[package]]10047name = "sc-offchain"10048version = "4.0.0-dev"10049source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10050dependencies = [10051 "bytes 1.1.0",10052 "fnv",10053 "futures 0.3.21",10054 "futures-timer",10055 "hex",10056 "hyper",10057 "hyper-rustls 0.22.1",10058 "num_cpus",10059 "once_cell",10060 "parity-scale-codec",10061 "parking_lot 0.12.0",10062 "rand 0.7.3",10063 "sc-client-api",10064 "sc-network",10065 "sc-utils",10066 "sp-api",10067 "sp-core",10068 "sp-offchain",10069 "sp-runtime",10070 "threadpool",10071 "tracing",10072]1007310074[[package]]10075name = "sc-peerset"10076version = "4.0.0-dev"10077source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10078dependencies = [10079 "futures 0.3.21",10080 "libp2p",10081 "log",10082 "sc-utils",10083 "serde_json",10084 "wasm-timer",10085]1008610087[[package]]10088name = "sc-proposer-metrics"10089version = "0.10.0-dev"10090source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10091dependencies = [10092 "log",10093 "substrate-prometheus-endpoint",10094]1009510096[[package]]10097name = "sc-rpc"10098version = "4.0.0-dev"10099source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10100dependencies = [10101 "futures 0.3.21",10102 "hash-db",10103 "jsonrpc-core",10104 "jsonrpc-pubsub",10105 "log",10106 "parity-scale-codec",10107 "parking_lot 0.12.0",10108 "sc-block-builder",10109 "sc-chain-spec",10110 "sc-client-api",10111 "sc-rpc-api",10112 "sc-tracing",10113 "sc-transaction-pool-api",10114 "sc-utils",10115 "serde_json",10116 "sp-api",10117 "sp-blockchain",10118 "sp-core",10119 "sp-keystore",10120 "sp-offchain",10121 "sp-rpc",10122 "sp-runtime",10123 "sp-session",10124 "sp-version",10125]1012610127[[package]]10128name = "sc-rpc-api"10129version = "0.10.0-dev"10130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10131dependencies = [10132 "futures 0.3.21",10133 "jsonrpc-core",10134 "jsonrpc-core-client",10135 "jsonrpc-derive",10136 "jsonrpc-pubsub",10137 "log",10138 "parity-scale-codec",10139 "parking_lot 0.12.0",10140 "sc-chain-spec",10141 "sc-transaction-pool-api",10142 "serde",10143 "serde_json",10144 "sp-core",10145 "sp-rpc",10146 "sp-runtime",10147 "sp-tracing",10148 "sp-version",10149 "thiserror",10150]1015110152[[package]]10153name = "sc-rpc-server"10154version = "4.0.0-dev"10155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10156dependencies = [10157 "futures 0.3.21",10158 "jsonrpc-core",10159 "jsonrpc-http-server",10160 "jsonrpc-ipc-server",10161 "jsonrpc-pubsub",10162 "jsonrpc-ws-server",10163 "log",10164 "serde_json",10165 "substrate-prometheus-endpoint",10166 "tokio 1.17.0",10167]1016810169[[package]]10170name = "sc-service"10171version = "0.10.0-dev"10172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10173dependencies = [10174 "async-trait",10175 "directories",10176 "exit-future",10177 "futures 0.3.21",10178 "futures-timer",10179 "hash-db",10180 "jsonrpc-core",10181 "jsonrpc-pubsub",10182 "log",10183 "parity-scale-codec",10184 "parity-util-mem",10185 "parking_lot 0.12.0",10186 "pin-project 1.0.10",10187 "rand 0.7.3",10188 "sc-block-builder",10189 "sc-chain-spec",10190 "sc-client-api",10191 "sc-client-db",10192 "sc-consensus",10193 "sc-executor",10194 "sc-informant",10195 "sc-keystore",10196 "sc-network",10197 "sc-offchain",10198 "sc-rpc",10199 "sc-rpc-server",10200 "sc-telemetry",10201 "sc-tracing",10202 "sc-transaction-pool",10203 "sc-transaction-pool-api",10204 "sc-utils",10205 "serde",10206 "serde_json",10207 "sp-api",10208 "sp-application-crypto",10209 "sp-block-builder",10210 "sp-blockchain",10211 "sp-consensus",10212 "sp-core",10213 "sp-externalities",10214 "sp-inherents",10215 "sp-keystore",10216 "sp-runtime",10217 "sp-session",10218 "sp-state-machine",10219 "sp-storage",10220 "sp-tracing",10221 "sp-transaction-pool",10222 "sp-transaction-storage-proof",10223 "sp-trie",10224 "sp-version",10225 "substrate-prometheus-endpoint",10226 "tempfile",10227 "thiserror",10228 "tokio 1.17.0",10229 "tracing",10230 "tracing-futures",10231]1023210233[[package]]10234name = "sc-state-db"10235version = "0.10.0-dev"10236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10237dependencies = [10238 "log",10239 "parity-scale-codec",10240 "parity-util-mem",10241 "parity-util-mem-derive",10242 "parking_lot 0.12.0",10243 "sc-client-api",10244 "sp-core",10245]1024610247[[package]]10248name = "sc-sync-state-rpc"10249version = "0.10.0-dev"10250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10251dependencies = [10252 "jsonrpc-core",10253 "jsonrpc-core-client",10254 "jsonrpc-derive",10255 "parity-scale-codec",10256 "sc-chain-spec",10257 "sc-client-api",10258 "sc-consensus-babe",10259 "sc-consensus-epochs",10260 "sc-finality-grandpa",10261 "serde",10262 "serde_json",10263 "sp-blockchain",10264 "sp-runtime",10265 "thiserror",10266]1026710268[[package]]10269name = "sc-telemetry"10270version = "4.0.0-dev"10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10272dependencies = [10273 "chrono",10274 "futures 0.3.21",10275 "libp2p",10276 "log",10277 "parking_lot 0.12.0",10278 "pin-project 1.0.10",10279 "rand 0.7.3",10280 "serde",10281 "serde_json",10282 "thiserror",10283 "wasm-timer",10284]1028510286[[package]]10287name = "sc-tracing"10288version = "4.0.0-dev"10289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10290dependencies = [10291 "ansi_term",10292 "atty",10293 "chrono",10294 "lazy_static",10295 "libc",10296 "log",10297 "once_cell",10298 "parking_lot 0.12.0",10299 "regex",10300 "rustc-hash",10301 "sc-client-api",10302 "sc-rpc-server",10303 "sc-tracing-proc-macro",10304 "serde",10305 "sp-api",10306 "sp-blockchain",10307 "sp-core",10308 "sp-rpc",10309 "sp-runtime",10310 "sp-tracing",10311 "thiserror",10312 "tracing",10313 "tracing-log",10314 "tracing-subscriber",10315]1031610317[[package]]10318name = "sc-tracing-proc-macro"10319version = "4.0.0-dev"10320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10321dependencies = [10322 "proc-macro-crate 1.1.3",10323 "proc-macro2",10324 "quote",10325 "syn",10326]1032710328[[package]]10329name = "sc-transaction-pool"10330version = "4.0.0-dev"10331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10332dependencies = [10333 "futures 0.3.21",10334 "futures-timer",10335 "linked-hash-map",10336 "log",10337 "parity-scale-codec",10338 "parity-util-mem",10339 "parking_lot 0.12.0",10340 "retain_mut",10341 "sc-client-api",10342 "sc-transaction-pool-api",10343 "sc-utils",10344 "serde",10345 "sp-api",10346 "sp-blockchain",10347 "sp-core",10348 "sp-runtime",10349 "sp-tracing",10350 "sp-transaction-pool",10351 "substrate-prometheus-endpoint",10352 "thiserror",10353]1035410355[[package]]10356name = "sc-transaction-pool-api"10357version = "4.0.0-dev"10358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10359dependencies = [10360 "futures 0.3.21",10361 "log",10362 "serde",10363 "sp-blockchain",10364 "sp-runtime",10365 "thiserror",10366]1036710368[[package]]10369name = "sc-utils"10370version = "4.0.0-dev"10371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10372dependencies = [10373 "futures 0.3.21",10374 "futures-timer",10375 "lazy_static",10376 "log",10377 "parking_lot 0.12.0",10378 "prometheus",10379]1038010381[[package]]10382name = "scale-info"10383version = "2.0.1"10384source = "registry+https://github.com/rust-lang/crates.io-index"10385checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10386dependencies = [10387 "bitvec",10388 "cfg-if 1.0.0",10389 "derive_more",10390 "parity-scale-codec",10391 "scale-info-derive",10392 "serde",10393]1039410395[[package]]10396name = "scale-info-derive"10397version = "2.0.0"10398source = "registry+https://github.com/rust-lang/crates.io-index"10399checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10400dependencies = [10401 "proc-macro-crate 1.1.3",10402 "proc-macro2",10403 "quote",10404 "syn",10405]1040610407[[package]]10408name = "schannel"10409version = "0.1.19"10410source = "registry+https://github.com/rust-lang/crates.io-index"10411checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10412dependencies = [10413 "lazy_static",10414 "winapi 0.3.9",10415]1041610417[[package]]10418name = "schnorrkel"10419version = "0.9.1"10420source = "registry+https://github.com/rust-lang/crates.io-index"10421checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10422dependencies = [10423 "arrayref",10424 "arrayvec 0.5.2",10425 "curve25519-dalek 2.1.3",10426 "getrandom 0.1.16",10427 "merlin",10428 "rand 0.7.3",10429 "rand_core 0.5.1",10430 "sha2 0.8.2",10431 "subtle 2.4.1",10432 "zeroize",10433]1043410435[[package]]10436name = "scoped-tls"10437version = "1.0.0"10438source = "registry+https://github.com/rust-lang/crates.io-index"10439checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1044010441[[package]]10442name = "scopeguard"10443version = "1.1.0"10444source = "registry+https://github.com/rust-lang/crates.io-index"10445checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1044610447[[package]]10448name = "sct"10449version = "0.6.1"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10452dependencies = [10453 "ring",10454 "untrusted",10455]1045610457[[package]]10458name = "sct"10459version = "0.7.0"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10462dependencies = [10463 "ring",10464 "untrusted",10465]1046610467[[package]]10468name = "sec1"10469version = "0.2.1"10470source = "registry+https://github.com/rust-lang/crates.io-index"10471checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10472dependencies = [10473 "der",10474 "generic-array 0.14.5",10475 "pkcs8",10476 "subtle 2.4.1",10477 "zeroize",10478]1047910480[[package]]10481name = "secp256k1"10482version = "0.21.3"10483source = "registry+https://github.com/rust-lang/crates.io-index"10484checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10485dependencies = [10486 "secp256k1-sys",10487]1048810489[[package]]10490name = "secp256k1-sys"10491version = "0.4.2"10492source = "registry+https://github.com/rust-lang/crates.io-index"10493checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10494dependencies = [10495 "cc",10496]1049710498[[package]]10499name = "secrecy"10500version = "0.8.0"10501source = "registry+https://github.com/rust-lang/crates.io-index"10502checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10503dependencies = [10504 "zeroize",10505]1050610507[[package]]10508name = "security-framework"10509version = "2.6.1"10510source = "registry+https://github.com/rust-lang/crates.io-index"10511checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10512dependencies = [10513 "bitflags",10514 "core-foundation",10515 "core-foundation-sys",10516 "libc",10517 "security-framework-sys",10518]1051910520[[package]]10521name = "security-framework-sys"10522version = "2.6.1"10523source = "registry+https://github.com/rust-lang/crates.io-index"10524checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10525dependencies = [10526 "core-foundation-sys",10527 "libc",10528]1052910530[[package]]10531name = "semver"10532version = "0.6.0"10533source = "registry+https://github.com/rust-lang/crates.io-index"10534checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10535dependencies = [10536 "semver-parser 0.7.0",10537]1053810539[[package]]10540name = "semver"10541version = "0.9.0"10542source = "registry+https://github.com/rust-lang/crates.io-index"10543checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10544dependencies = [10545 "semver-parser 0.7.0",10546]1054710548[[package]]10549name = "semver"10550version = "0.11.0"10551source = "registry+https://github.com/rust-lang/crates.io-index"10552checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10553dependencies = [10554 "semver-parser 0.10.2",10555]1055610557[[package]]10558name = "semver"10559version = "1.0.6"10560source = "registry+https://github.com/rust-lang/crates.io-index"10561checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10562dependencies = [10563 "serde",10564]1056510566[[package]]10567name = "semver-parser"10568version = "0.7.0"10569source = "registry+https://github.com/rust-lang/crates.io-index"10570checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1057110572[[package]]10573name = "semver-parser"10574version = "0.10.2"10575source = "registry+https://github.com/rust-lang/crates.io-index"10576checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10577dependencies = [10578 "pest",10579]1058010581[[package]]10582name = "serde"10583version = "1.0.136"10584source = "registry+https://github.com/rust-lang/crates.io-index"10585checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10586dependencies = [10587 "serde_derive",10588]1058910590[[package]]10591name = "serde_derive"10592version = "1.0.136"10593source = "registry+https://github.com/rust-lang/crates.io-index"10594checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10595dependencies = [10596 "proc-macro2",10597 "quote",10598 "syn",10599]1060010601[[package]]10602name = "serde_json"10603version = "1.0.79"10604source = "registry+https://github.com/rust-lang/crates.io-index"10605checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10606dependencies = [10607 "itoa 1.0.1",10608 "ryu",10609 "serde",10610]1061110612[[package]]10613name = "serde_nanos"10614version = "0.1.2"10615source = "registry+https://github.com/rust-lang/crates.io-index"10616checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10617dependencies = [10618 "serde",10619]1062010621[[package]]10622name = "sha-1"10623version = "0.8.2"10624source = "registry+https://github.com/rust-lang/crates.io-index"10625checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10626dependencies = [10627 "block-buffer 0.7.3",10628 "digest 0.8.1",10629 "fake-simd",10630 "opaque-debug 0.2.3",10631]1063210633[[package]]10634name = "sha-1"10635version = "0.9.8"10636source = "registry+https://github.com/rust-lang/crates.io-index"10637checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10638dependencies = [10639 "block-buffer 0.9.0",10640 "cfg-if 1.0.0",10641 "cpufeatures 0.2.2",10642 "digest 0.9.0",10643 "opaque-debug 0.3.0",10644]1064510646[[package]]10647name = "sha2"10648version = "0.8.2"10649source = "registry+https://github.com/rust-lang/crates.io-index"10650checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10651dependencies = [10652 "block-buffer 0.7.3",10653 "digest 0.8.1",10654 "fake-simd",10655 "opaque-debug 0.2.3",10656]1065710658[[package]]10659name = "sha2"10660version = "0.9.9"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10663dependencies = [10664 "block-buffer 0.9.0",10665 "cfg-if 1.0.0",10666 "cpufeatures 0.2.2",10667 "digest 0.9.0",10668 "opaque-debug 0.3.0",10669]1067010671[[package]]10672name = "sha2"10673version = "0.10.2"10674source = "registry+https://github.com/rust-lang/crates.io-index"10675checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10676dependencies = [10677 "cfg-if 1.0.0",10678 "cpufeatures 0.2.2",10679 "digest 0.10.3",10680]1068110682[[package]]10683name = "sha3"10684version = "0.8.2"10685source = "registry+https://github.com/rust-lang/crates.io-index"10686checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10687dependencies = [10688 "block-buffer 0.7.3",10689 "byte-tools",10690 "digest 0.8.1",10691 "keccak",10692 "opaque-debug 0.2.3",10693]1069410695[[package]]10696name = "sha3"10697version = "0.9.1"10698source = "registry+https://github.com/rust-lang/crates.io-index"10699checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10700dependencies = [10701 "block-buffer 0.9.0",10702 "digest 0.9.0",10703 "keccak",10704 "opaque-debug 0.3.0",10705]1070610707[[package]]10708name = "sha3"10709version = "0.10.1"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10712dependencies = [10713 "digest 0.10.3",10714 "keccak",10715]1071610717[[package]]10718name = "sharded-slab"10719version = "0.1.4"10720source = "registry+https://github.com/rust-lang/crates.io-index"10721checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10722dependencies = [10723 "lazy_static",10724]1072510726[[package]]10727name = "shlex"10728version = "1.1.0"10729source = "registry+https://github.com/rust-lang/crates.io-index"10730checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1073110732[[package]]10733name = "signal-hook"10734version = "0.3.13"10735source = "registry+https://github.com/rust-lang/crates.io-index"10736checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10737dependencies = [10738 "libc",10739 "signal-hook-registry",10740]1074110742[[package]]10743name = "signal-hook-registry"10744version = "1.4.0"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10747dependencies = [10748 "libc",10749]1075010751[[package]]10752name = "signature"10753version = "1.4.0"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10756dependencies = [10757 "rand_core 0.6.3",10758]1075910760[[package]]10761name = "simba"10762version = "0.5.1"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10765dependencies = [10766 "approx",10767 "num-complex",10768 "num-traits",10769 "paste",10770]1077110772[[package]]10773name = "slab"10774version = "0.4.5"10775source = "registry+https://github.com/rust-lang/crates.io-index"10776checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1077710778[[package]]10779name = "slot-range-helper"10780version = "0.9.18"10781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10782dependencies = [10783 "enumn",10784 "parity-scale-codec",10785 "paste",10786 "sp-runtime",10787 "sp-std",10788]1078910790[[package]]10791name = "slotmap"10792version = "1.0.6"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10795dependencies = [10796 "version_check",10797]1079810799[[package]]10800name = "smallvec"10801version = "1.8.0"10802source = "registry+https://github.com/rust-lang/crates.io-index"10803checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1080410805[[package]]10806name = "snap"10807version = "1.0.5"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1081010811[[package]]10812name = "snow"10813version = "0.8.0"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10816dependencies = [10817 "aes-gcm",10818 "blake2 0.9.2",10819 "chacha20poly1305",10820 "rand 0.8.5",10821 "rand_core 0.6.3",10822 "ring",10823 "rustc_version 0.3.3",10824 "sha2 0.9.9",10825 "subtle 2.4.1",10826 "x25519-dalek",10827]1082810829[[package]]10830name = "socket2"10831version = "0.3.19"10832source = "registry+https://github.com/rust-lang/crates.io-index"10833checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10834dependencies = [10835 "cfg-if 1.0.0",10836 "libc",10837 "winapi 0.3.9",10838]1083910840[[package]]10841name = "socket2"10842version = "0.4.4"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10845dependencies = [10846 "libc",10847 "winapi 0.3.9",10848]1084910850[[package]]10851name = "soketto"10852version = "0.7.1"10853source = "registry+https://github.com/rust-lang/crates.io-index"10854checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10855dependencies = [10856 "base64",10857 "bytes 1.1.0",10858 "flate2",10859 "futures 0.3.21",10860 "httparse",10861 "log",10862 "rand 0.8.5",10863 "sha-1 0.9.8",10864]1086510866[[package]]10867name = "sp-api"10868version = "4.0.0-dev"10869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10870dependencies = [10871 "hash-db",10872 "log",10873 "parity-scale-codec",10874 "sp-api-proc-macro",10875 "sp-core",10876 "sp-runtime",10877 "sp-state-machine",10878 "sp-std",10879 "sp-version",10880 "thiserror",10881]1088210883[[package]]10884name = "sp-api-proc-macro"10885version = "4.0.0-dev"10886source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10887dependencies = [10888 "blake2 0.10.4",10889 "proc-macro-crate 1.1.3",10890 "proc-macro2",10891 "quote",10892 "syn",10893]1089410895[[package]]10896name = "sp-application-crypto"10897version = "6.0.0"10898source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10899dependencies = [10900 "parity-scale-codec",10901 "scale-info",10902 "serde",10903 "sp-core",10904 "sp-io",10905 "sp-std",10906]1090710908[[package]]10909name = "sp-arithmetic"10910version = "5.0.0"10911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10912dependencies = [10913 "integer-sqrt",10914 "num-traits",10915 "parity-scale-codec",10916 "scale-info",10917 "serde",10918 "sp-debug-derive",10919 "sp-std",10920 "static_assertions",10921]1092210923[[package]]10924name = "sp-authority-discovery"10925version = "4.0.0-dev"10926source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10927dependencies = [10928 "parity-scale-codec",10929 "scale-info",10930 "sp-api",10931 "sp-application-crypto",10932 "sp-runtime",10933 "sp-std",10934]1093510936[[package]]10937name = "sp-authorship"10938version = "4.0.0-dev"10939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10940dependencies = [10941 "async-trait",10942 "parity-scale-codec",10943 "sp-inherents",10944 "sp-runtime",10945 "sp-std",10946]1094710948[[package]]10949name = "sp-block-builder"10950version = "4.0.0-dev"10951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10952dependencies = [10953 "parity-scale-codec",10954 "sp-api",10955 "sp-inherents",10956 "sp-runtime",10957 "sp-std",10958]1095910960[[package]]10961name = "sp-blockchain"10962version = "4.0.0-dev"10963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10964dependencies = [10965 "futures 0.3.21",10966 "log",10967 "lru 0.7.3",10968 "parity-scale-codec",10969 "parking_lot 0.12.0",10970 "sp-api",10971 "sp-consensus",10972 "sp-database",10973 "sp-runtime",10974 "sp-state-machine",10975 "thiserror",10976]1097710978[[package]]10979name = "sp-consensus"10980version = "0.10.0-dev"10981source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10982dependencies = [10983 "async-trait",10984 "futures 0.3.21",10985 "futures-timer",10986 "log",10987 "parity-scale-codec",10988 "sp-core",10989 "sp-inherents",10990 "sp-runtime",10991 "sp-state-machine",10992 "sp-std",10993 "sp-version",10994 "thiserror",10995]1099610997[[package]]10998name = "sp-consensus-aura"10999version = "0.10.0-dev"11000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11001dependencies = [11002 "async-trait",11003 "parity-scale-codec",11004 "scale-info",11005 "sp-api",11006 "sp-application-crypto",11007 "sp-consensus",11008 "sp-consensus-slots",11009 "sp-inherents",11010 "sp-runtime",11011 "sp-std",11012 "sp-timestamp",11013]1101411015[[package]]11016name = "sp-consensus-babe"11017version = "0.10.0-dev"11018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11019dependencies = [11020 "async-trait",11021 "merlin",11022 "parity-scale-codec",11023 "scale-info",11024 "serde",11025 "sp-api",11026 "sp-application-crypto",11027 "sp-consensus",11028 "sp-consensus-slots",11029 "sp-consensus-vrf",11030 "sp-core",11031 "sp-inherents",11032 "sp-keystore",11033 "sp-runtime",11034 "sp-std",11035 "sp-timestamp",11036]1103711038[[package]]11039name = "sp-consensus-slots"11040version = "0.10.0-dev"11041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11042dependencies = [11043 "parity-scale-codec",11044 "scale-info",11045 "serde",11046 "sp-arithmetic",11047 "sp-runtime",11048 "sp-std",11049 "sp-timestamp",11050]1105111052[[package]]11053name = "sp-consensus-vrf"11054version = "0.10.0-dev"11055source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11056dependencies = [11057 "parity-scale-codec",11058 "schnorrkel",11059 "sp-core",11060 "sp-runtime",11061 "sp-std",11062]1106311064[[package]]11065name = "sp-core"11066version = "6.0.0"11067source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11068dependencies = [11069 "base58",11070 "bitflags",11071 "blake2-rfc",11072 "byteorder",11073 "dyn-clonable",11074 "ed25519-dalek",11075 "futures 0.3.21",11076 "hash-db",11077 "hash256-std-hasher",11078 "hex",11079 "impl-serde",11080 "lazy_static",11081 "libsecp256k1 0.7.0",11082 "log",11083 "merlin",11084 "num-traits",11085 "parity-scale-codec",11086 "parity-util-mem",11087 "parking_lot 0.12.0",11088 "primitive-types",11089 "rand 0.7.3",11090 "regex",11091 "scale-info",11092 "schnorrkel",11093 "secp256k1",11094 "secrecy",11095 "serde",11096 "sp-core-hashing",11097 "sp-debug-derive",11098 "sp-externalities",11099 "sp-runtime-interface",11100 "sp-std",11101 "sp-storage",11102 "ss58-registry",11103 "substrate-bip39",11104 "thiserror",11105 "tiny-bip39",11106 "wasmi",11107 "zeroize",11108]1110911110[[package]]11111name = "sp-core-hashing"11112version = "4.0.0"11113source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11114dependencies = [11115 "blake2 0.10.4",11116 "byteorder",11117 "digest 0.10.3",11118 "sha2 0.10.2",11119 "sha3 0.10.1",11120 "sp-std",11121 "twox-hash",11122]1112311124[[package]]11125name = "sp-core-hashing-proc-macro"11126version = "5.0.0"11127source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11128dependencies = [11129 "proc-macro2",11130 "quote",11131 "sp-core-hashing",11132 "syn",11133]1113411135[[package]]11136name = "sp-database"11137version = "4.0.0-dev"11138source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11139dependencies = [11140 "kvdb",11141 "parking_lot 0.12.0",11142]1114311144[[package]]11145name = "sp-debug-derive"11146version = "4.0.0"11147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11148dependencies = [11149 "proc-macro2",11150 "quote",11151 "syn",11152]1115311154[[package]]11155name = "sp-externalities"11156version = "0.12.0"11157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11158dependencies = [11159 "environmental",11160 "parity-scale-codec",11161 "sp-std",11162 "sp-storage",11163]1116411165[[package]]11166name = "sp-finality-grandpa"11167version = "4.0.0-dev"11168source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11169dependencies = [11170 "finality-grandpa",11171 "log",11172 "parity-scale-codec",11173 "scale-info",11174 "serde",11175 "sp-api",11176 "sp-application-crypto",11177 "sp-core",11178 "sp-keystore",11179 "sp-runtime",11180 "sp-std",11181]1118211183[[package]]11184name = "sp-inherents"11185version = "4.0.0-dev"11186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11187dependencies = [11188 "async-trait",11189 "impl-trait-for-tuples",11190 "parity-scale-codec",11191 "sp-core",11192 "sp-runtime",11193 "sp-std",11194 "thiserror",11195]1119611197[[package]]11198name = "sp-io"11199version = "6.0.0"11200source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11201dependencies = [11202 "futures 0.3.21",11203 "hash-db",11204 "libsecp256k1 0.7.0",11205 "log",11206 "parity-scale-codec",11207 "parking_lot 0.12.0",11208 "secp256k1",11209 "sp-core",11210 "sp-externalities",11211 "sp-keystore",11212 "sp-runtime-interface",11213 "sp-state-machine",11214 "sp-std",11215 "sp-tracing",11216 "sp-trie",11217 "sp-wasm-interface",11218 "tracing",11219 "tracing-core",11220]1122111222[[package]]11223name = "sp-keyring"11224version = "6.0.0"11225source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11226dependencies = [11227 "lazy_static",11228 "sp-core",11229 "sp-runtime",11230 "strum 0.23.0",11231]1123211233[[package]]11234name = "sp-keystore"11235version = "0.12.0"11236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11237dependencies = [11238 "async-trait",11239 "futures 0.3.21",11240 "merlin",11241 "parity-scale-codec",11242 "parking_lot 0.12.0",11243 "schnorrkel",11244 "serde",11245 "sp-core",11246 "sp-externalities",11247 "thiserror",11248]1124911250[[package]]11251name = "sp-maybe-compressed-blob"11252version = "4.1.0-dev"11253source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11254dependencies = [11255 "thiserror",11256 "zstd",11257]1125811259[[package]]11260name = "sp-npos-elections"11261version = "4.0.0-dev"11262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11263dependencies = [11264 "parity-scale-codec",11265 "scale-info",11266 "serde",11267 "sp-arithmetic",11268 "sp-core",11269 "sp-npos-elections-solution-type",11270 "sp-runtime",11271 "sp-std",11272]1127311274[[package]]11275name = "sp-npos-elections-solution-type"11276version = "4.0.0-dev"11277source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11278dependencies = [11279 "proc-macro-crate 1.1.3",11280 "proc-macro2",11281 "quote",11282 "syn",11283]1128411285[[package]]11286name = "sp-offchain"11287version = "4.0.0-dev"11288source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11289dependencies = [11290 "sp-api",11291 "sp-core",11292 "sp-runtime",11293]1129411295[[package]]11296name = "sp-panic-handler"11297version = "4.0.0"11298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11299dependencies = [11300 "backtrace",11301 "lazy_static",11302 "regex",11303]1130411305[[package]]11306name = "sp-rpc"11307version = "6.0.0"11308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11309dependencies = [11310 "rustc-hash",11311 "serde",11312 "sp-core",11313]1131411315[[package]]11316name = "sp-runtime"11317version = "6.0.0"11318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11319dependencies = [11320 "either",11321 "hash256-std-hasher",11322 "impl-trait-for-tuples",11323 "log",11324 "parity-scale-codec",11325 "parity-util-mem",11326 "paste",11327 "rand 0.7.3",11328 "scale-info",11329 "serde",11330 "sp-application-crypto",11331 "sp-arithmetic",11332 "sp-core",11333 "sp-io",11334 "sp-std",11335]1133611337[[package]]11338name = "sp-runtime-interface"11339version = "6.0.0"11340source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11341dependencies = [11342 "impl-trait-for-tuples",11343 "parity-scale-codec",11344 "primitive-types",11345 "sp-externalities",11346 "sp-runtime-interface-proc-macro",11347 "sp-std",11348 "sp-storage",11349 "sp-tracing",11350 "sp-wasm-interface",11351 "static_assertions",11352]1135311354[[package]]11355name = "sp-runtime-interface-proc-macro"11356version = "5.0.0"11357source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11358dependencies = [11359 "Inflector",11360 "proc-macro-crate 1.1.3",11361 "proc-macro2",11362 "quote",11363 "syn",11364]1136511366[[package]]11367name = "sp-serializer"11368version = "4.0.0-dev"11369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11370dependencies = [11371 "serde",11372 "serde_json",11373]1137411375[[package]]11376name = "sp-session"11377version = "4.0.0-dev"11378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11379dependencies = [11380 "parity-scale-codec",11381 "scale-info",11382 "sp-api",11383 "sp-core",11384 "sp-runtime",11385 "sp-staking",11386 "sp-std",11387]1138811389[[package]]11390name = "sp-staking"11391version = "4.0.0-dev"11392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11393dependencies = [11394 "parity-scale-codec",11395 "scale-info",11396 "sp-runtime",11397 "sp-std",11398]1139911400[[package]]11401name = "sp-state-machine"11402version = "0.12.0"11403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11404dependencies = [11405 "hash-db",11406 "log",11407 "num-traits",11408 "parity-scale-codec",11409 "parking_lot 0.12.0",11410 "rand 0.7.3",11411 "smallvec",11412 "sp-core",11413 "sp-externalities",11414 "sp-panic-handler",11415 "sp-std",11416 "sp-trie",11417 "thiserror",11418 "tracing",11419 "trie-db",11420 "trie-root",11421]1142211423[[package]]11424name = "sp-std"11425version = "4.0.0"11426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1142711428[[package]]11429name = "sp-storage"11430version = "6.0.0"11431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11432dependencies = [11433 "impl-serde",11434 "parity-scale-codec",11435 "ref-cast",11436 "serde",11437 "sp-debug-derive",11438 "sp-std",11439]1144011441[[package]]11442name = "sp-tasks"11443version = "4.0.0-dev"11444source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11445dependencies = [11446 "log",11447 "sp-core",11448 "sp-externalities",11449 "sp-io",11450 "sp-runtime-interface",11451 "sp-std",11452]1145311454[[package]]11455name = "sp-timestamp"11456version = "4.0.0-dev"11457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11458dependencies = [11459 "async-trait",11460 "futures-timer",11461 "log",11462 "parity-scale-codec",11463 "sp-api",11464 "sp-inherents",11465 "sp-runtime",11466 "sp-std",11467 "thiserror",11468]1146911470[[package]]11471name = "sp-tracing"11472version = "5.0.0"11473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11474dependencies = [11475 "parity-scale-codec",11476 "sp-std",11477 "tracing",11478 "tracing-core",11479 "tracing-subscriber",11480]1148111482[[package]]11483name = "sp-transaction-pool"11484version = "4.0.0-dev"11485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11486dependencies = [11487 "sp-api",11488 "sp-runtime",11489]1149011491[[package]]11492name = "sp-transaction-storage-proof"11493version = "4.0.0-dev"11494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11495dependencies = [11496 "async-trait",11497 "log",11498 "parity-scale-codec",11499 "scale-info",11500 "sp-core",11501 "sp-inherents",11502 "sp-runtime",11503 "sp-std",11504 "sp-trie",11505]1150611507[[package]]11508name = "sp-trie"11509version = "6.0.0"11510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11511dependencies = [11512 "hash-db",11513 "memory-db",11514 "parity-scale-codec",11515 "scale-info",11516 "sp-core",11517 "sp-std",11518 "thiserror",11519 "trie-db",11520 "trie-root",11521]1152211523[[package]]11524name = "sp-version"11525version = "5.0.0"11526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11527dependencies = [11528 "impl-serde",11529 "parity-scale-codec",11530 "parity-wasm 0.42.2",11531 "scale-info",11532 "serde",11533 "sp-core-hashing-proc-macro",11534 "sp-runtime",11535 "sp-std",11536 "sp-version-proc-macro",11537 "thiserror",11538]1153911540[[package]]11541name = "sp-version-proc-macro"11542version = "4.0.0-dev"11543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11544dependencies = [11545 "parity-scale-codec",11546 "proc-macro2",11547 "quote",11548 "syn",11549]1155011551[[package]]11552name = "sp-wasm-interface"11553version = "6.0.0"11554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11555dependencies = [11556 "impl-trait-for-tuples",11557 "log",11558 "parity-scale-codec",11559 "sp-std",11560 "wasmi",11561 "wasmtime",11562]1156311564[[package]]11565name = "spin"11566version = "0.5.2"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1156911570[[package]]11571name = "spki"11572version = "0.5.4"11573source = "registry+https://github.com/rust-lang/crates.io-index"11574checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11575dependencies = [11576 "base64ct",11577 "der",11578]1157911580[[package]]11581name = "ss58-registry"11582version = "1.17.0"11583source = "registry+https://github.com/rust-lang/crates.io-index"11584checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11585dependencies = [11586 "Inflector",11587 "num-format",11588 "proc-macro2",11589 "quote",11590 "serde",11591 "serde_json",11592 "unicode-xid",11593]1159411595[[package]]11596name = "stable_deref_trait"11597version = "1.2.0"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1160011601[[package]]11602name = "static_assertions"11603version = "1.1.0"11604source = "registry+https://github.com/rust-lang/crates.io-index"11605checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1160611607[[package]]11608name = "static_init"11609version = "0.5.2"11610source = "registry+https://github.com/rust-lang/crates.io-index"11611checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11612dependencies = [11613 "cfg_aliases",11614 "libc",11615 "parking_lot 0.11.2",11616 "static_init_macro",11617]1161811619[[package]]11620name = "static_init_macro"11621version = "0.5.0"11622source = "registry+https://github.com/rust-lang/crates.io-index"11623checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11624dependencies = [11625 "cfg_aliases",11626 "memchr",11627 "proc-macro2",11628 "quote",11629 "syn",11630]1163111632[[package]]11633name = "statrs"11634version = "0.15.0"11635source = "registry+https://github.com/rust-lang/crates.io-index"11636checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11637dependencies = [11638 "approx",11639 "lazy_static",11640 "nalgebra",11641 "num-traits",11642 "rand 0.8.5",11643]1164411645[[package]]11646name = "strsim"11647version = "0.10.0"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1165011651[[package]]11652name = "strum"11653version = "0.23.0"11654source = "registry+https://github.com/rust-lang/crates.io-index"11655checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11656dependencies = [11657 "strum_macros 0.23.1",11658]1165911660[[package]]11661name = "strum"11662version = "0.24.0"11663source = "registry+https://github.com/rust-lang/crates.io-index"11664checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11665dependencies = [11666 "strum_macros 0.24.0",11667]1166811669[[package]]11670name = "strum_macros"11671version = "0.23.1"11672source = "registry+https://github.com/rust-lang/crates.io-index"11673checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11674dependencies = [11675 "heck 0.3.3",11676 "proc-macro2",11677 "quote",11678 "rustversion",11679 "syn",11680]1168111682[[package]]11683name = "strum_macros"11684version = "0.24.0"11685source = "registry+https://github.com/rust-lang/crates.io-index"11686checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11687dependencies = [11688 "heck 0.4.0",11689 "proc-macro2",11690 "quote",11691 "rustversion",11692 "syn",11693]1169411695[[package]]11696name = "substrate-bip39"11697version = "0.4.4"11698source = "registry+https://github.com/rust-lang/crates.io-index"11699checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11700dependencies = [11701 "hmac 0.11.0",11702 "pbkdf2 0.8.0",11703 "schnorrkel",11704 "sha2 0.9.9",11705 "zeroize",11706]1170711708[[package]]11709name = "substrate-build-script-utils"11710version = "3.0.0"11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11712dependencies = [11713 "platforms",11714]1171511716[[package]]11717name = "substrate-frame-rpc-system"11718version = "4.0.0-dev"11719source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11720dependencies = [11721 "frame-system-rpc-runtime-api",11722 "futures 0.3.21",11723 "jsonrpc-core",11724 "jsonrpc-core-client",11725 "jsonrpc-derive",11726 "log",11727 "parity-scale-codec",11728 "sc-client-api",11729 "sc-rpc-api",11730 "sc-transaction-pool-api",11731 "sp-api",11732 "sp-block-builder",11733 "sp-blockchain",11734 "sp-core",11735 "sp-runtime",11736]1173711738[[package]]11739name = "substrate-prometheus-endpoint"11740version = "0.10.0-dev"11741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11742dependencies = [11743 "futures-util",11744 "hyper",11745 "log",11746 "prometheus",11747 "thiserror",11748 "tokio 1.17.0",11749]1175011751[[package]]11752name = "substrate-test-client"11753version = "2.0.1"11754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11755dependencies = [11756 "async-trait",11757 "futures 0.3.21",11758 "hex",11759 "parity-scale-codec",11760 "sc-client-api",11761 "sc-client-db",11762 "sc-consensus",11763 "sc-executor",11764 "sc-offchain",11765 "sc-service",11766 "serde",11767 "serde_json",11768 "sp-blockchain",11769 "sp-consensus",11770 "sp-core",11771 "sp-keyring",11772 "sp-keystore",11773 "sp-runtime",11774 "sp-state-machine",11775]1177611777[[package]]11778name = "substrate-test-utils"11779version = "4.0.0-dev"11780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11781dependencies = [11782 "futures 0.3.21",11783 "substrate-test-utils-derive",11784 "tokio 1.17.0",11785]1178611787[[package]]11788name = "substrate-test-utils-derive"11789version = "0.10.0-dev"11790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11791dependencies = [11792 "proc-macro-crate 1.1.3",11793 "proc-macro2",11794 "quote",11795 "syn",11796]1179711798[[package]]11799name = "substrate-wasm-builder"11800version = "5.0.0-dev"11801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11802dependencies = [11803 "ansi_term",11804 "build-helper",11805 "cargo_metadata",11806 "sp-maybe-compressed-blob",11807 "strum 0.23.0",11808 "tempfile",11809 "toml",11810 "walkdir",11811 "wasm-gc-api",11812]1181311814[[package]]11815name = "subtle"11816version = "1.0.0"11817source = "registry+https://github.com/rust-lang/crates.io-index"11818checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1181911820[[package]]11821name = "subtle"11822version = "2.4.1"11823source = "registry+https://github.com/rust-lang/crates.io-index"11824checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1182511826[[package]]11827name = "syn"11828version = "1.0.89"11829source = "registry+https://github.com/rust-lang/crates.io-index"11830checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11831dependencies = [11832 "proc-macro2",11833 "quote",11834 "unicode-xid",11835]1183611837[[package]]11838name = "synstructure"11839version = "0.12.6"11840source = "registry+https://github.com/rust-lang/crates.io-index"11841checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11842dependencies = [11843 "proc-macro2",11844 "quote",11845 "syn",11846 "unicode-xid",11847]1184811849[[package]]11850name = "tap"11851version = "1.0.1"11852source = "registry+https://github.com/rust-lang/crates.io-index"11853checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1185411855[[package]]11856name = "target-lexicon"11857version = "0.12.3"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1186011861[[package]]11862name = "tempfile"11863version = "3.3.0"11864source = "registry+https://github.com/rust-lang/crates.io-index"11865checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11866dependencies = [11867 "cfg-if 1.0.0",11868 "fastrand",11869 "libc",11870 "redox_syscall",11871 "remove_dir_all",11872 "winapi 0.3.9",11873]1187411875[[package]]11876name = "termcolor"11877version = "1.1.3"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11880dependencies = [11881 "winapi-util",11882]1188311884[[package]]11885name = "test-runtime-constants"11886version = "0.9.18"11887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11888dependencies = [11889 "frame-support",11890 "polkadot-primitives",11891 "polkadot-runtime-common",11892 "smallvec",11893 "sp-runtime",11894]1189511896[[package]]11897name = "textwrap"11898version = "0.15.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1190111902[[package]]11903name = "thiserror"11904version = "1.0.30"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11907dependencies = [11908 "thiserror-impl",11909]1191011911[[package]]11912name = "thiserror-impl"11913version = "1.0.30"11914source = "registry+https://github.com/rust-lang/crates.io-index"11915checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11916dependencies = [11917 "proc-macro2",11918 "quote",11919 "syn",11920]1192111922[[package]]11923name = "thread_local"11924version = "1.1.4"11925source = "registry+https://github.com/rust-lang/crates.io-index"11926checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11927dependencies = [11928 "once_cell",11929]1193011931[[package]]11932name = "threadpool"11933version = "1.8.1"11934source = "registry+https://github.com/rust-lang/crates.io-index"11935checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11936dependencies = [11937 "num_cpus",11938]1193911940[[package]]11941name = "thrift"11942version = "0.15.0"11943source = "registry+https://github.com/rust-lang/crates.io-index"11944checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11945dependencies = [11946 "byteorder",11947 "integer-encoding",11948 "log",11949 "ordered-float",11950 "threadpool",11951]1195211953[[package]]11954name = "tikv-jemalloc-sys"11955version = "0.4.3+5.2.1-patched.2"11956source = "registry+https://github.com/rust-lang/crates.io-index"11957checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11958dependencies = [11959 "cc",11960 "fs_extra",11961 "libc",11962]1196311964[[package]]11965name = "time"11966version = "0.1.44"11967source = "registry+https://github.com/rust-lang/crates.io-index"11968checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11969dependencies = [11970 "libc",11971 "wasi 0.10.0+wasi-snapshot-preview1",11972 "winapi 0.3.9",11973]1197411975[[package]]11976name = "tiny-bip39"11977version = "0.8.2"11978source = "registry+https://github.com/rust-lang/crates.io-index"11979checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11980dependencies = [11981 "anyhow",11982 "hmac 0.8.1",11983 "once_cell",11984 "pbkdf2 0.4.0",11985 "rand 0.7.3",11986 "rustc-hash",11987 "sha2 0.9.9",11988 "thiserror",11989 "unicode-normalization",11990 "wasm-bindgen",11991 "zeroize",11992]1199311994[[package]]11995name = "tiny-keccak"11996version = "2.0.2"11997source = "registry+https://github.com/rust-lang/crates.io-index"11998checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11999dependencies = [12000 "crunchy",12001]1200212003[[package]]12004name = "tinyvec"12005version = "1.5.1"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12008dependencies = [12009 "tinyvec_macros",12010]1201112012[[package]]12013name = "tinyvec_macros"12014version = "0.1.0"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1201712018[[package]]12019name = "tokio"12020version = "0.2.25"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12023dependencies = [12024 "bytes 0.5.6",12025 "fnv",12026 "pin-project-lite 0.1.12",12027 "tokio-macros 0.2.6",12028]1202912030[[package]]12031name = "tokio"12032version = "1.17.0"12033source = "registry+https://github.com/rust-lang/crates.io-index"12034checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12035dependencies = [12036 "bytes 1.1.0",12037 "libc",12038 "memchr",12039 "mio 0.8.2",12040 "num_cpus",12041 "once_cell",12042 "parking_lot 0.12.0",12043 "pin-project-lite 0.2.8",12044 "signal-hook-registry",12045 "socket2 0.4.4",12046 "tokio-macros 1.7.0",12047 "winapi 0.3.9",12048]1204912050[[package]]12051name = "tokio-macros"12052version = "0.2.6"12053source = "registry+https://github.com/rust-lang/crates.io-index"12054checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12055dependencies = [12056 "proc-macro2",12057 "quote",12058 "syn",12059]1206012061[[package]]12062name = "tokio-macros"12063version = "1.7.0"12064source = "registry+https://github.com/rust-lang/crates.io-index"12065checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12066dependencies = [12067 "proc-macro2",12068 "quote",12069 "syn",12070]1207112072[[package]]12073name = "tokio-rustls"12074version = "0.22.0"12075source = "registry+https://github.com/rust-lang/crates.io-index"12076checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12077dependencies = [12078 "rustls 0.19.1",12079 "tokio 1.17.0",12080 "webpki 0.21.4",12081]1208212083[[package]]12084name = "tokio-rustls"12085version = "0.23.3"12086source = "registry+https://github.com/rust-lang/crates.io-index"12087checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12088dependencies = [12089 "rustls 0.20.4",12090 "tokio 1.17.0",12091 "webpki 0.22.0",12092]1209312094[[package]]12095name = "tokio-stream"12096version = "0.1.8"12097source = "registry+https://github.com/rust-lang/crates.io-index"12098checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12099dependencies = [12100 "futures-core",12101 "pin-project-lite 0.2.8",12102 "tokio 1.17.0",12103]1210412105[[package]]12106name = "tokio-util"12107version = "0.6.9"12108source = "registry+https://github.com/rust-lang/crates.io-index"12109checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12110dependencies = [12111 "bytes 1.1.0",12112 "futures-core",12113 "futures-io",12114 "futures-sink",12115 "log",12116 "pin-project-lite 0.2.8",12117 "tokio 1.17.0",12118]1211912120[[package]]12121name = "toml"12122version = "0.5.8"12123source = "registry+https://github.com/rust-lang/crates.io-index"12124checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12125dependencies = [12126 "serde",12127]1212812129[[package]]12130name = "tower-service"12131version = "0.3.1"12132source = "registry+https://github.com/rust-lang/crates.io-index"12133checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1213412135[[package]]12136name = "tracing"12137version = "0.1.32"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12140dependencies = [12141 "cfg-if 1.0.0",12142 "pin-project-lite 0.2.8",12143 "tracing-attributes",12144 "tracing-core",12145]1214612147[[package]]12148name = "tracing-attributes"12149version = "0.1.20"12150source = "registry+https://github.com/rust-lang/crates.io-index"12151checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12152dependencies = [12153 "proc-macro2",12154 "quote",12155 "syn",12156]1215712158[[package]]12159name = "tracing-core"12160version = "0.1.23"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12163dependencies = [12164 "lazy_static",12165 "valuable",12166]1216712168[[package]]12169name = "tracing-futures"12170version = "0.2.5"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12173dependencies = [12174 "pin-project 1.0.10",12175 "tracing",12176]1217712178[[package]]12179name = "tracing-log"12180version = "0.1.2"12181source = "registry+https://github.com/rust-lang/crates.io-index"12182checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12183dependencies = [12184 "lazy_static",12185 "log",12186 "tracing-core",12187]1218812189[[package]]12190name = "tracing-serde"12191version = "0.1.3"12192source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12194dependencies = [12195 "serde",12196 "tracing-core",12197]1219812199[[package]]12200name = "tracing-subscriber"12201version = "0.2.25"12202source = "registry+https://github.com/rust-lang/crates.io-index"12203checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12204dependencies = [12205 "ansi_term",12206 "chrono",12207 "lazy_static",12208 "matchers",12209 "parking_lot 0.10.2",12210 "regex",12211 "serde",12212 "serde_json",12213 "sharded-slab",12214 "smallvec",12215 "thread_local",12216 "tracing",12217 "tracing-core",12218 "tracing-log",12219 "tracing-serde",12220]1222112222[[package]]12223name = "trie-db"12224version = "0.23.1"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12227dependencies = [12228 "hash-db",12229 "hashbrown 0.12.0",12230 "log",12231 "rustc-hex",12232 "smallvec",12233]1223412235[[package]]12236name = "trie-root"12237version = "0.17.0"12238source = "registry+https://github.com/rust-lang/crates.io-index"12239checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12240dependencies = [12241 "hash-db",12242]1224312244[[package]]12245name = "triehash"12246version = "0.8.4"12247source = "registry+https://github.com/rust-lang/crates.io-index"12248checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12249dependencies = [12250 "hash-db",12251 "rlp",12252]1225312254[[package]]12255name = "trust-dns-proto"12256version = "0.20.4"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12259dependencies = [12260 "async-trait",12261 "cfg-if 1.0.0",12262 "data-encoding",12263 "enum-as-inner",12264 "futures-channel",12265 "futures-io",12266 "futures-util",12267 "idna 0.2.3",12268 "ipnet",12269 "lazy_static",12270 "log",12271 "rand 0.8.5",12272 "smallvec",12273 "thiserror",12274 "tinyvec",12275 "url 2.2.2",12276]1227712278[[package]]12279name = "trust-dns-resolver"12280version = "0.20.4"12281source = "registry+https://github.com/rust-lang/crates.io-index"12282checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12283dependencies = [12284 "cfg-if 1.0.0",12285 "futures-util",12286 "ipconfig",12287 "lazy_static",12288 "log",12289 "lru-cache",12290 "parking_lot 0.11.2",12291 "resolv-conf",12292 "smallvec",12293 "thiserror",12294 "trust-dns-proto",12295]1229612297[[package]]12298name = "try-lock"12299version = "0.2.3"12300source = "registry+https://github.com/rust-lang/crates.io-index"12301checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1230212303[[package]]12304name = "try-runtime-cli"12305version = "0.10.0-dev"12306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12307dependencies = [12308 "clap",12309 "jsonrpsee 0.4.1",12310 "log",12311 "parity-scale-codec",12312 "remote-externalities",12313 "sc-chain-spec",12314 "sc-cli",12315 "sc-executor",12316 "sc-service",12317 "serde",12318 "sp-core",12319 "sp-externalities",12320 "sp-io",12321 "sp-keystore",12322 "sp-runtime",12323 "sp-state-machine",12324 "sp-version",12325 "zstd",12326]1232712328[[package]]12329name = "tt-call"12330version = "1.0.8"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1233312334[[package]]12335name = "twox-hash"12336version = "1.6.2"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12339dependencies = [12340 "cfg-if 1.0.0",12341 "digest 0.10.3",12342 "rand 0.8.5",12343 "static_assertions",12344]1234512346[[package]]12347name = "typenum"12348version = "1.15.0"12349source = "registry+https://github.com/rust-lang/crates.io-index"12350checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1235112352[[package]]12353name = "uc-rpc"12354version = "0.1.0"12355dependencies = [12356 "frame-common",12357 "jsonrpc-core",12358 "jsonrpc-core-client",12359 "jsonrpc-derive",12360 "pallet-common",12361 "parity-scale-codec",12362 "sp-api",12363 "sp-blockchain",12364 "sp-core",12365 "sp-rpc",12366 "sp-runtime",12367 "up-data-structs",12368 "up-rpc",12369]1237012371[[package]]12372name = "ucd-trie"12373version = "0.1.3"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1237612377[[package]]12378name = "uint"12379version = "0.9.3"12380source = "registry+https://github.com/rust-lang/crates.io-index"12381checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12382dependencies = [12383 "byteorder",12384 "crunchy",12385 "hex",12386 "static_assertions",12387]1238812389[[package]]12390name = "unicase"12391version = "2.6.0"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12394dependencies = [12395 "version_check",12396]1239712398[[package]]12399name = "unicode-bidi"12400version = "0.3.7"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1240312404[[package]]12405name = "unicode-normalization"12406version = "0.1.19"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12409dependencies = [12410 "tinyvec",12411]1241212413[[package]]12414name = "unicode-segmentation"12415version = "1.9.0"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1241812419[[package]]12420name = "unicode-xid"12421version = "0.2.2"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1242412425[[package]]12426name = "unique-node"12427version = "0.9.17"12428dependencies = [12429 "clap",12430 "cumulus-client-cli",12431 "cumulus-client-collator",12432 "cumulus-client-consensus-aura",12433 "cumulus-client-consensus-common",12434 "cumulus-client-network",12435 "cumulus-client-service",12436 "cumulus-primitives-core",12437 "cumulus-primitives-parachain-inherent",12438 "cumulus-relay-chain-inprocess-interface",12439 "cumulus-relay-chain-interface",12440 "cumulus-relay-chain-rpc-interface",12441 "fc-consensus",12442 "fc-db",12443 "fc-mapping-sync",12444 "fc-rpc",12445 "fc-rpc-core",12446 "flexi_logger",12447 "fp-rpc",12448 "frame-benchmarking",12449 "frame-benchmarking-cli",12450 "futures 0.3.21",12451 "jsonrpc-core",12452 "jsonrpc-pubsub",12453 "log",12454 "opal-runtime",12455 "pallet-ethereum",12456 "pallet-transaction-payment-rpc",12457 "pallet-transaction-payment-rpc-runtime-api",12458 "parity-scale-codec",12459 "parking_lot 0.11.2",12460 "polkadot-cli",12461 "polkadot-parachain",12462 "polkadot-primitives",12463 "polkadot-service",12464 "polkadot-test-service",12465 "quartz-runtime",12466 "sc-basic-authorship",12467 "sc-chain-spec",12468 "sc-cli",12469 "sc-client-api",12470 "sc-consensus",12471 "sc-consensus-aura",12472 "sc-consensus-manual-seal",12473 "sc-executor",12474 "sc-finality-grandpa",12475 "sc-keystore",12476 "sc-network",12477 "sc-rpc",12478 "sc-rpc-api",12479 "sc-service",12480 "sc-telemetry",12481 "sc-tracing",12482 "sc-transaction-pool",12483 "serde",12484 "serde_json",12485 "sp-api",12486 "sp-block-builder",12487 "sp-blockchain",12488 "sp-consensus",12489 "sp-consensus-aura",12490 "sp-core",12491 "sp-finality-grandpa",12492 "sp-inherents",12493 "sp-keystore",12494 "sp-offchain",12495 "sp-runtime",12496 "sp-session",12497 "sp-timestamp",12498 "sp-transaction-pool",12499 "sp-trie",12500 "substrate-build-script-utils",12501 "substrate-frame-rpc-system",12502 "substrate-prometheus-endpoint",12503 "unique-rpc",12504 "unique-runtime",12505 "unique-runtime-common",12506 "up-data-structs",12507 "up-rpc",12508]1250912510[[package]]12511name = "unique-rpc"12512version = "0.1.0"12513dependencies = [12514 "fc-db",12515 "fc-mapping-sync",12516 "fc-rpc",12517 "fc-rpc-core",12518 "fp-rpc",12519 "futures 0.3.21",12520 "jsonrpc-core",12521 "jsonrpc-pubsub",12522 "pallet-common",12523 "pallet-ethereum",12524 "pallet-transaction-payment-rpc",12525 "pallet-transaction-payment-rpc-runtime-api",12526 "pallet-unique",12527 "sc-client-api",12528 "sc-consensus-aura",12529 "sc-consensus-epochs",12530 "sc-finality-grandpa",12531 "sc-finality-grandpa-rpc",12532 "sc-keystore",12533 "sc-network",12534 "sc-rpc",12535 "sc-rpc-api",12536 "sc-service",12537 "sc-transaction-pool",12538 "serde",12539 "sp-api",12540 "sp-block-builder",12541 "sp-blockchain",12542 "sp-consensus",12543 "sp-consensus-aura",12544 "sp-core",12545 "sp-offchain",12546 "sp-runtime",12547 "sp-session",12548 "sp-storage",12549 "sp-transaction-pool",12550 "substrate-frame-rpc-system",12551 "tokio 0.2.25",12552 "uc-rpc",12553 "unique-runtime-common",12554 "up-rpc",12555]1255612557[[package]]12558name = "unique-runtime"12559version = "0.9.17"12560dependencies = [12561 "cumulus-pallet-aura-ext",12562 "cumulus-pallet-dmp-queue",12563 "cumulus-pallet-parachain-system",12564 "cumulus-pallet-xcm",12565 "cumulus-pallet-xcmp-queue",12566 "cumulus-primitives-core",12567 "cumulus-primitives-timestamp",12568 "cumulus-primitives-utility",12569 "derivative",12570 "fp-rpc",12571 "fp-self-contained",12572 "frame-benchmarking",12573 "frame-common",12574 "frame-executive",12575 "frame-support",12576 "frame-system",12577 "frame-system-benchmarking",12578 "frame-system-rpc-runtime-api",12579 "hex-literal",12580 "orml-vesting",12581 "pallet-aura",12582 "pallet-balances",12583 "pallet-base-fee",12584 "pallet-common",12585 "pallet-ethereum",12586 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17)",12587 "pallet-evm-coder-substrate",12588 "pallet-evm-contract-helpers",12589 "pallet-evm-migration",12590 "pallet-evm-transaction-payment",12591 "pallet-fungible",12592 "pallet-inflation",12593 "pallet-nonfungible",12594 "pallet-randomness-collective-flip",12595 "pallet-refungible",12596 "pallet-sudo",12597 "pallet-template-transaction-payment",12598 "pallet-timestamp",12599 "pallet-transaction-payment",12600 "pallet-transaction-payment-rpc-runtime-api",12601 "pallet-treasury",12602 "pallet-unique",12603 "pallet-unq-scheduler",12604 "pallet-xcm",12605 "parachain-info",12606 "parity-scale-codec",12607 "polkadot-parachain",12608 "scale-info",12609 "serde",12610 "smallvec",12611 "sp-api",12612 "sp-arithmetic",12613 "sp-block-builder",12614 "sp-consensus-aura",12615 "sp-core",12616 "sp-inherents",12617 "sp-io",12618 "sp-offchain",12619 "sp-runtime",12620 "sp-session",12621 "sp-std",12622 "sp-transaction-pool",12623 "sp-version",12624 "substrate-wasm-builder",12625 "unique-runtime-common",12626 "up-data-structs",12627 "up-evm-mapping",12628 "up-rpc",12629 "xcm",12630 "xcm-builder",12631 "xcm-executor",12632]1263312634[[package]]12635name = "unique-runtime-common"12636version = "0.1.0"12637dependencies = [12638 "fp-rpc",12639 "frame-support",12640 "frame-system",12641 "pallet-common",12642 "parity-scale-codec",12643 "scale-info",12644 "sp-consensus-aura",12645 "sp-core",12646 "sp-runtime",12647]1264812649[[package]]12650name = "universal-hash"12651version = "0.4.1"12652source = "registry+https://github.com/rust-lang/crates.io-index"12653checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12654dependencies = [12655 "generic-array 0.14.5",12656 "subtle 2.4.1",12657]1265812659[[package]]12660name = "unsigned-varint"12661version = "0.5.1"12662source = "registry+https://github.com/rust-lang/crates.io-index"12663checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1266412665[[package]]12666name = "unsigned-varint"12667version = "0.6.0"12668source = "registry+https://github.com/rust-lang/crates.io-index"12669checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12670dependencies = [12671 "asynchronous-codec 0.5.0",12672 "bytes 1.1.0",12673 "futures-io",12674 "futures-util",12675]1267612677[[package]]12678name = "unsigned-varint"12679version = "0.7.1"12680source = "registry+https://github.com/rust-lang/crates.io-index"12681checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12682dependencies = [12683 "asynchronous-codec 0.6.0",12684 "bytes 1.1.0",12685 "futures-io",12686 "futures-util",12687]1268812689[[package]]12690name = "untrusted"12691version = "0.7.1"12692source = "registry+https://github.com/rust-lang/crates.io-index"12693checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1269412695[[package]]12696name = "up-data-structs"12697version = "0.1.0"12698dependencies = [12699 "derivative",12700 "frame-support",12701 "frame-system",12702 "parity-scale-codec",12703 "scale-info",12704 "serde",12705 "sp-core",12706 "sp-runtime",12707 "sp-std",12708]1270912710[[package]]12711name = "up-evm-mapping"12712version = "0.1.0"12713source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#0a1dc4086cbe971ddf57edf82a61cfce52c8c20b"12714dependencies = [12715 "frame-support",12716 "sp-core",12717]1271812719[[package]]12720name = "up-rpc"12721version = "0.1.0"12722dependencies = [12723 "frame-common",12724 "pallet-common",12725 "parity-scale-codec",12726 "sp-api",12727 "sp-core",12728 "sp-runtime",12729 "sp-std",12730 "up-data-structs",12731]1273212733[[package]]12734name = "up-sponsorship"12735version = "0.1.0"12736source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12737dependencies = [12738 "impl-trait-for-tuples",12739]1274012741[[package]]12742name = "url"12743version = "1.7.2"12744source = "registry+https://github.com/rust-lang/crates.io-index"12745checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12746dependencies = [12747 "idna 0.1.5",12748 "matches",12749 "percent-encoding 1.0.1",12750]1275112752[[package]]12753name = "url"12754version = "2.2.2"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12757dependencies = [12758 "form_urlencoded",12759 "idna 0.2.3",12760 "matches",12761 "percent-encoding 2.1.0",12762]1276312764[[package]]12765name = "valuable"12766version = "0.1.0"12767source = "registry+https://github.com/rust-lang/crates.io-index"12768checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1276912770[[package]]12771name = "value-bag"12772version = "1.0.0-alpha.8"12773source = "registry+https://github.com/rust-lang/crates.io-index"12774checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12775dependencies = [12776 "ctor",12777 "version_check",12778]1277912780[[package]]12781name = "vcpkg"12782version = "0.2.15"12783source = "registry+https://github.com/rust-lang/crates.io-index"12784checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1278512786[[package]]12787name = "version_check"12788version = "0.9.4"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1279112792[[package]]12793name = "void"12794version = "1.0.2"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1279712798[[package]]12799name = "waker-fn"12800version = "1.1.0"12801source = "registry+https://github.com/rust-lang/crates.io-index"12802checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1280312804[[package]]12805name = "walkdir"12806version = "2.3.2"12807source = "registry+https://github.com/rust-lang/crates.io-index"12808checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12809dependencies = [12810 "same-file",12811 "winapi 0.3.9",12812 "winapi-util",12813]1281412815[[package]]12816name = "want"12817version = "0.3.0"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12820dependencies = [12821 "log",12822 "try-lock",12823]1282412825[[package]]12826name = "wasi"12827version = "0.9.0+wasi-snapshot-preview1"12828source = "registry+https://github.com/rust-lang/crates.io-index"12829checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1283012831[[package]]12832name = "wasi"12833version = "0.10.0+wasi-snapshot-preview1"12834source = "registry+https://github.com/rust-lang/crates.io-index"12835checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1283612837[[package]]12838name = "wasi"12839version = "0.11.0+wasi-snapshot-preview1"12840source = "registry+https://github.com/rust-lang/crates.io-index"12841checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1284212843[[package]]12844name = "wasm-bindgen"12845version = "0.2.79"12846source = "registry+https://github.com/rust-lang/crates.io-index"12847checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12848dependencies = [12849 "cfg-if 1.0.0",12850 "wasm-bindgen-macro",12851]1285212853[[package]]12854name = "wasm-bindgen-backend"12855version = "0.2.79"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12858dependencies = [12859 "bumpalo",12860 "lazy_static",12861 "log",12862 "proc-macro2",12863 "quote",12864 "syn",12865 "wasm-bindgen-shared",12866]1286712868[[package]]12869name = "wasm-bindgen-futures"12870version = "0.4.29"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12873dependencies = [12874 "cfg-if 1.0.0",12875 "js-sys",12876 "wasm-bindgen",12877 "web-sys",12878]1287912880[[package]]12881name = "wasm-bindgen-macro"12882version = "0.2.79"12883source = "registry+https://github.com/rust-lang/crates.io-index"12884checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12885dependencies = [12886 "quote",12887 "wasm-bindgen-macro-support",12888]1288912890[[package]]12891name = "wasm-bindgen-macro-support"12892version = "0.2.79"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12895dependencies = [12896 "proc-macro2",12897 "quote",12898 "syn",12899 "wasm-bindgen-backend",12900 "wasm-bindgen-shared",12901]1290212903[[package]]12904name = "wasm-bindgen-shared"12905version = "0.2.79"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1290812909[[package]]12910name = "wasm-gc-api"12911version = "0.1.11"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12914dependencies = [12915 "log",12916 "parity-wasm 0.32.0",12917 "rustc-demangle",12918]1291912920[[package]]12921name = "wasm-instrument"12922version = "0.1.1"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12925dependencies = [12926 "parity-wasm 0.42.2",12927]1292812929[[package]]12930name = "wasm-timer"12931version = "0.2.5"12932source = "registry+https://github.com/rust-lang/crates.io-index"12933checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12934dependencies = [12935 "futures 0.3.21",12936 "js-sys",12937 "parking_lot 0.11.2",12938 "pin-utils",12939 "wasm-bindgen",12940 "wasm-bindgen-futures",12941 "web-sys",12942]1294312944[[package]]12945name = "wasmi"12946version = "0.9.1"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12949dependencies = [12950 "downcast-rs",12951 "libc",12952 "memory_units",12953 "num-rational 0.2.4",12954 "num-traits",12955 "parity-wasm 0.42.2",12956 "wasmi-validation",12957]1295812959[[package]]12960name = "wasmi-validation"12961version = "0.4.1"12962source = "registry+https://github.com/rust-lang/crates.io-index"12963checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12964dependencies = [12965 "parity-wasm 0.42.2",12966]1296712968[[package]]12969name = "wasmparser"12970version = "0.81.0"12971source = "registry+https://github.com/rust-lang/crates.io-index"12972checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1297312974[[package]]12975name = "wasmtime"12976version = "0.33.1"12977source = "registry+https://github.com/rust-lang/crates.io-index"12978checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12979dependencies = [12980 "anyhow",12981 "backtrace",12982 "bincode",12983 "cfg-if 1.0.0",12984 "cpp_demangle",12985 "indexmap",12986 "lazy_static",12987 "libc",12988 "log",12989 "object",12990 "paste",12991 "psm",12992 "rayon",12993 "region",12994 "rustc-demangle",12995 "serde",12996 "target-lexicon",12997 "wasmparser",12998 "wasmtime-cache",12999 "wasmtime-cranelift",13000 "wasmtime-environ",13001 "wasmtime-jit",13002 "wasmtime-runtime",13003 "winapi 0.3.9",13004]1300513006[[package]]13007name = "wasmtime-cache"13008version = "0.33.1"13009source = "registry+https://github.com/rust-lang/crates.io-index"13010checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13011dependencies = [13012 "anyhow",13013 "base64",13014 "bincode",13015 "directories-next",13016 "file-per-thread-logger",13017 "log",13018 "rustix",13019 "serde",13020 "sha2 0.9.9",13021 "toml",13022 "winapi 0.3.9",13023 "zstd",13024]1302513026[[package]]13027name = "wasmtime-cranelift"13028version = "0.33.1"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13031dependencies = [13032 "anyhow",13033 "cranelift-codegen",13034 "cranelift-entity",13035 "cranelift-frontend",13036 "cranelift-native",13037 "cranelift-wasm",13038 "gimli",13039 "log",13040 "more-asserts",13041 "object",13042 "target-lexicon",13043 "thiserror",13044 "wasmparser",13045 "wasmtime-environ",13046]1304713048[[package]]13049name = "wasmtime-environ"13050version = "0.33.1"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13053dependencies = [13054 "anyhow",13055 "cranelift-entity",13056 "gimli",13057 "indexmap",13058 "log",13059 "more-asserts",13060 "object",13061 "serde",13062 "target-lexicon",13063 "thiserror",13064 "wasmparser",13065 "wasmtime-types",13066]1306713068[[package]]13069name = "wasmtime-jit"13070version = "0.33.1"13071source = "registry+https://github.com/rust-lang/crates.io-index"13072checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13073dependencies = [13074 "addr2line",13075 "anyhow",13076 "bincode",13077 "cfg-if 1.0.0",13078 "gimli",13079 "object",13080 "region",13081 "rustix",13082 "serde",13083 "target-lexicon",13084 "thiserror",13085 "wasmtime-environ",13086 "wasmtime-runtime",13087 "winapi 0.3.9",13088]1308913090[[package]]13091name = "wasmtime-runtime"13092version = "0.33.1"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13095dependencies = [13096 "anyhow",13097 "backtrace",13098 "cc",13099 "cfg-if 1.0.0",13100 "indexmap",13101 "lazy_static",13102 "libc",13103 "log",13104 "mach",13105 "memoffset",13106 "more-asserts",13107 "rand 0.8.5",13108 "region",13109 "rustix",13110 "thiserror",13111 "wasmtime-environ",13112 "winapi 0.3.9",13113]1311413115[[package]]13116name = "wasmtime-types"13117version = "0.33.1"13118source = "registry+https://github.com/rust-lang/crates.io-index"13119checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13120dependencies = [13121 "cranelift-entity",13122 "serde",13123 "thiserror",13124 "wasmparser",13125]1312613127[[package]]13128name = "web-sys"13129version = "0.3.56"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13132dependencies = [13133 "js-sys",13134 "wasm-bindgen",13135]1313613137[[package]]13138name = "webpki"13139version = "0.21.4"13140source = "registry+https://github.com/rust-lang/crates.io-index"13141checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13142dependencies = [13143 "ring",13144 "untrusted",13145]1314613147[[package]]13148name = "webpki"13149version = "0.22.0"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13152dependencies = [13153 "ring",13154 "untrusted",13155]1315613157[[package]]13158name = "webpki-roots"13159version = "0.21.1"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13162dependencies = [13163 "webpki 0.21.4",13164]1316513166[[package]]13167name = "webpki-roots"13168version = "0.22.2"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13171dependencies = [13172 "webpki 0.22.0",13173]1317413175[[package]]13176name = "wepoll-ffi"13177version = "0.1.2"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13180dependencies = [13181 "cc",13182]1318313184[[package]]13185name = "westend-runtime"13186version = "0.9.18"13187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13188dependencies = [13189 "beefy-primitives",13190 "bitvec",13191 "frame-benchmarking",13192 "frame-election-provider-support",13193 "frame-executive",13194 "frame-support",13195 "frame-system",13196 "frame-system-benchmarking",13197 "frame-system-rpc-runtime-api",13198 "frame-try-runtime",13199 "hex-literal",13200 "log",13201 "pallet-authority-discovery",13202 "pallet-authorship",13203 "pallet-babe",13204 "pallet-bags-list",13205 "pallet-balances",13206 "pallet-collective",13207 "pallet-democracy",13208 "pallet-election-provider-multi-phase",13209 "pallet-elections-phragmen",13210 "pallet-grandpa",13211 "pallet-identity",13212 "pallet-im-online",13213 "pallet-indices",13214 "pallet-membership",13215 "pallet-mmr-primitives",13216 "pallet-multisig",13217 "pallet-nicks",13218 "pallet-offences",13219 "pallet-offences-benchmarking",13220 "pallet-preimage",13221 "pallet-proxy",13222 "pallet-recovery",13223 "pallet-scheduler",13224 "pallet-session",13225 "pallet-session-benchmarking",13226 "pallet-society",13227 "pallet-staking",13228 "pallet-staking-reward-curve",13229 "pallet-sudo",13230 "pallet-timestamp",13231 "pallet-transaction-payment",13232 "pallet-transaction-payment-rpc-runtime-api",13233 "pallet-treasury",13234 "pallet-utility",13235 "pallet-vesting",13236 "pallet-xcm",13237 "pallet-xcm-benchmarks",13238 "parity-scale-codec",13239 "polkadot-parachain",13240 "polkadot-primitives",13241 "polkadot-runtime-common",13242 "polkadot-runtime-parachains",13243 "rustc-hex",13244 "scale-info",13245 "serde",13246 "serde_derive",13247 "smallvec",13248 "sp-api",13249 "sp-authority-discovery",13250 "sp-block-builder",13251 "sp-consensus-babe",13252 "sp-core",13253 "sp-inherents",13254 "sp-io",13255 "sp-npos-elections",13256 "sp-offchain",13257 "sp-runtime",13258 "sp-session",13259 "sp-staking",13260 "sp-std",13261 "sp-transaction-pool",13262 "sp-version",13263 "substrate-wasm-builder",13264 "westend-runtime-constants",13265 "xcm",13266 "xcm-builder",13267 "xcm-executor",13268]1326913270[[package]]13271name = "westend-runtime-constants"13272version = "0.9.18"13273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13274dependencies = [13275 "frame-support",13276 "polkadot-primitives",13277 "polkadot-runtime-common",13278 "smallvec",13279 "sp-runtime",13280]1328113282[[package]]13283name = "which"13284version = "4.2.5"13285source = "registry+https://github.com/rust-lang/crates.io-index"13286checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13287dependencies = [13288 "either",13289 "lazy_static",13290 "libc",13291]1329213293[[package]]13294name = "widestring"13295version = "0.4.3"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1329813299[[package]]13300name = "winapi"13301version = "0.2.8"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1330413305[[package]]13306name = "winapi"13307version = "0.3.9"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13310dependencies = [13311 "winapi-i686-pc-windows-gnu",13312 "winapi-x86_64-pc-windows-gnu",13313]1331413315[[package]]13316name = "winapi-build"13317version = "0.1.1"13318source = "registry+https://github.com/rust-lang/crates.io-index"13319checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1332013321[[package]]13322name = "winapi-i686-pc-windows-gnu"13323version = "0.4.0"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332613327[[package]]13328name = "winapi-util"13329version = "0.1.5"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13332dependencies = [13333 "winapi 0.3.9",13334]1333513336[[package]]13337name = "winapi-x86_64-pc-windows-gnu"13338version = "0.4.0"13339source = "registry+https://github.com/rust-lang/crates.io-index"13340checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334113342[[package]]13343name = "windows-sys"13344version = "0.32.0"13345source = "registry+https://github.com/rust-lang/crates.io-index"13346checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13347dependencies = [13348 "windows_aarch64_msvc",13349 "windows_i686_gnu",13350 "windows_i686_msvc",13351 "windows_x86_64_gnu",13352 "windows_x86_64_msvc",13353]1335413355[[package]]13356name = "windows_aarch64_msvc"13357version = "0.32.0"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1336013361[[package]]13362name = "windows_i686_gnu"13363version = "0.32.0"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1336613367[[package]]13368name = "windows_i686_msvc"13369version = "0.32.0"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1337213373[[package]]13374name = "windows_x86_64_gnu"13375version = "0.32.0"13376source = "registry+https://github.com/rust-lang/crates.io-index"13377checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1337813379[[package]]13380name = "windows_x86_64_msvc"13381version = "0.32.0"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1338413385[[package]]13386name = "winreg"13387version = "0.6.2"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13390dependencies = [13391 "winapi 0.3.9",13392]1339313394[[package]]13395name = "ws2_32-sys"13396version = "0.2.1"13397source = "registry+https://github.com/rust-lang/crates.io-index"13398checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13399dependencies = [13400 "winapi 0.2.8",13401 "winapi-build",13402]1340313404[[package]]13405name = "wyz"13406version = "0.5.0"13407source = "registry+https://github.com/rust-lang/crates.io-index"13408checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13409dependencies = [13410 "tap",13411]1341213413[[package]]13414name = "x25519-dalek"13415version = "1.1.1"13416source = "registry+https://github.com/rust-lang/crates.io-index"13417checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13418dependencies = [13419 "curve25519-dalek 3.2.0",13420 "rand_core 0.5.1",13421 "zeroize",13422]1342313424[[package]]13425name = "xcm"13426version = "0.9.18"13427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13428dependencies = [13429 "derivative",13430 "impl-trait-for-tuples",13431 "log",13432 "parity-scale-codec",13433 "scale-info",13434 "xcm-procedural",13435]1343613437[[package]]13438name = "xcm-builder"13439version = "0.9.18"13440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13441dependencies = [13442 "frame-support",13443 "frame-system",13444 "log",13445 "pallet-transaction-payment",13446 "parity-scale-codec",13447 "polkadot-parachain",13448 "scale-info",13449 "sp-arithmetic",13450 "sp-io",13451 "sp-runtime",13452 "sp-std",13453 "xcm",13454 "xcm-executor",13455]1345613457[[package]]13458name = "xcm-executor"13459version = "0.9.18"13460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13461dependencies = [13462 "frame-benchmarking",13463 "frame-support",13464 "impl-trait-for-tuples",13465 "log",13466 "parity-scale-codec",13467 "sp-arithmetic",13468 "sp-core",13469 "sp-io",13470 "sp-runtime",13471 "sp-std",13472 "xcm",13473]1347413475[[package]]13476name = "xcm-procedural"13477version = "0.1.0"13478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13479dependencies = [13480 "Inflector",13481 "proc-macro2",13482 "quote",13483 "syn",13484]1348513486[[package]]13487name = "yamux"13488version = "0.9.0"13489source = "registry+https://github.com/rust-lang/crates.io-index"13490checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13491dependencies = [13492 "futures 0.3.21",13493 "log",13494 "nohash-hasher",13495 "parking_lot 0.11.2",13496 "rand 0.8.5",13497 "static_assertions",13498]1349913500[[package]]13501name = "yansi"13502version = "0.5.1"13503source = "registry+https://github.com/rust-lang/crates.io-index"13504checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1350513506[[package]]13507name = "zeroize"13508version = "1.5.4"13509source = "registry+https://github.com/rust-lang/crates.io-index"13510checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13511dependencies = [13512 "zeroize_derive",13513]1351413515[[package]]13516name = "zeroize_derive"13517version = "1.3.2"13518source = "registry+https://github.com/rust-lang/crates.io-index"13519checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13520dependencies = [13521 "proc-macro2",13522 "quote",13523 "syn",13524 "synstructure",13525]1352613527[[package]]13528name = "zstd"13529version = "0.9.2+zstd.1.5.1"13530source = "registry+https://github.com/rust-lang/crates.io-index"13531checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13532dependencies = [13533 "zstd-safe",13534]1353513536[[package]]13537name = "zstd-safe"13538version = "4.1.3+zstd.1.5.1"13539source = "registry+https://github.com/rust-lang/crates.io-index"13540checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13541dependencies = [13542 "libc",13543 "zstd-sys",13544]1354513546[[package]]13547name = "zstd-sys"13548version = "1.6.2+zstd.1.5.1"13549source = "registry+https://github.com/rust-lang/crates.io-index"13550checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13551dependencies = [13552 "cc",13553 "libc",13554]