123version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle 2.4.1",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.5",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.52"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.5",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.4.1"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.6",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-rpc"2755version = "3.0.0-dev"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2757dependencies = [2758 "ethereum",2759 "ethereum-types",2760 "fp-evm",2761 "parity-scale-codec",2762 "scale-info",2763 "sp-api",2764 "sp-core",2765 "sp-io",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-self-contained"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2774dependencies = [2775 "ethereum",2776 "frame-support",2777 "parity-scale-codec",2778 "parity-util-mem",2779 "scale-info",2780 "serde",2781 "sha3 0.8.2",2782 "sp-core",2783 "sp-io",2784 "sp-runtime",2785]27862787[[package]]2788name = "fp-storage"2789version = "2.0.0"2790source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"27912792[[package]]2793name = "frame-benchmarking"2794version = "4.0.0-dev"2795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2796dependencies = [2797 "frame-support",2798 "frame-system",2799 "linregress",2800 "log",2801 "parity-scale-codec",2802 "paste",2803 "scale-info",2804 "serde",2805 "sp-api",2806 "sp-application-crypto",2807 "sp-io",2808 "sp-runtime",2809 "sp-runtime-interface",2810 "sp-std",2811 "sp-storage",2812]28132814[[package]]2815name = "frame-benchmarking-cli"2816version = "4.0.0-dev"2817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2818dependencies = [2819 "Inflector",2820 "chrono",2821 "clap",2822 "frame-benchmarking",2823 "frame-support",2824 "handlebars",2825 "hash-db",2826 "hex",2827 "itertools",2828 "kvdb",2829 "linked-hash-map",2830 "log",2831 "memory-db",2832 "parity-scale-codec",2833 "rand 0.8.5",2834 "sc-cli",2835 "sc-client-api",2836 "sc-client-db",2837 "sc-executor",2838 "sc-service",2839 "serde",2840 "serde_json",2841 "serde_nanos",2842 "sp-api",2843 "sp-blockchain",2844 "sp-core",2845 "sp-database",2846 "sp-externalities",2847 "sp-keystore",2848 "sp-runtime",2849 "sp-state-machine",2850 "sp-std",2851 "sp-storage",2852 "sp-trie",2853]28542855[[package]]2856name = "frame-election-provider-support"2857version = "4.0.0-dev"2858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2859dependencies = [2860 "frame-support",2861 "frame-system",2862 "parity-scale-codec",2863 "scale-info",2864 "sp-arithmetic",2865 "sp-npos-elections",2866 "sp-std",2867]28682869[[package]]2870name = "frame-executive"2871version = "4.0.0-dev"2872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2873dependencies = [2874 "frame-support",2875 "frame-system",2876 "parity-scale-codec",2877 "scale-info",2878 "sp-core",2879 "sp-io",2880 "sp-runtime",2881 "sp-std",2882 "sp-tracing",2883]28842885[[package]]2886name = "frame-metadata"2887version = "15.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2890dependencies = [2891 "cfg-if 1.0.0",2892 "parity-scale-codec",2893 "scale-info",2894 "serde",2895]28962897[[package]]2898name = "frame-support"2899version = "4.0.0-dev"2900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2901dependencies = [2902 "bitflags",2903 "frame-metadata",2904 "frame-support-procedural",2905 "impl-trait-for-tuples",2906 "log",2907 "once_cell",2908 "parity-scale-codec",2909 "paste",2910 "scale-info",2911 "serde",2912 "smallvec",2913 "sp-arithmetic",2914 "sp-core",2915 "sp-core-hashing-proc-macro",2916 "sp-inherents",2917 "sp-io",2918 "sp-runtime",2919 "sp-staking",2920 "sp-state-machine",2921 "sp-std",2922 "sp-tracing",2923 "tt-call",2924]29252926[[package]]2927name = "frame-support-procedural"2928version = "4.0.0-dev"2929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2930dependencies = [2931 "Inflector",2932 "frame-support-procedural-tools",2933 "proc-macro2",2934 "quote",2935 "syn",2936]29372938[[package]]2939name = "frame-support-procedural-tools"2940version = "4.0.0-dev"2941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2942dependencies = [2943 "frame-support-procedural-tools-derive",2944 "proc-macro-crate 1.1.3",2945 "proc-macro2",2946 "quote",2947 "syn",2948]29492950[[package]]2951name = "frame-support-procedural-tools-derive"2952version = "3.0.0"2953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2954dependencies = [2955 "proc-macro2",2956 "quote",2957 "syn",2958]29592960[[package]]2961name = "frame-system"2962version = "4.0.0-dev"2963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2964dependencies = [2965 "frame-support",2966 "log",2967 "parity-scale-codec",2968 "scale-info",2969 "serde",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-version",2975]29762977[[package]]2978name = "frame-system-benchmarking"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2981dependencies = [2982 "frame-benchmarking",2983 "frame-support",2984 "frame-system",2985 "parity-scale-codec",2986 "scale-info",2987 "sp-core",2988 "sp-runtime",2989 "sp-std",2990]29912992[[package]]2993name = "frame-system-rpc-runtime-api"2994version = "4.0.0-dev"2995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2996dependencies = [2997 "parity-scale-codec",2998 "sp-api",2999]30003001[[package]]3002name = "frame-try-runtime"3003version = "0.10.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "frame-support",3007 "sp-api",3008 "sp-runtime",3009 "sp-std",3010]30113012[[package]]3013name = "fs-err"3014version = "2.7.0"3015source = "registry+https://github.com/rust-lang/crates.io-index"3016checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30173018[[package]]3019name = "fs-swap"3020version = "0.2.6"3021source = "registry+https://github.com/rust-lang/crates.io-index"3022checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3023dependencies = [3024 "lazy_static",3025 "libc",3026 "libloading 0.5.2",3027 "winapi 0.3.9",3028]30293030[[package]]3031name = "fs2"3032version = "0.4.3"3033source = "registry+https://github.com/rust-lang/crates.io-index"3034checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3035dependencies = [3036 "libc",3037 "winapi 0.3.9",3038]30393040[[package]]3041name = "fs_extra"3042version = "1.2.0"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30453046[[package]]3047name = "fuchsia-zircon"3048version = "0.3.3"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3051dependencies = [3052 "bitflags",3053 "fuchsia-zircon-sys",3054]30553056[[package]]3057name = "fuchsia-zircon-sys"3058version = "0.3.3"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30613062[[package]]3063name = "funty"3064version = "1.1.0"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30673068[[package]]3069name = "funty"3070version = "2.0.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30733074[[package]]3075name = "futures"3076version = "0.1.31"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30793080[[package]]3081name = "futures"3082version = "0.3.21"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3085dependencies = [3086 "futures-channel",3087 "futures-core",3088 "futures-executor",3089 "futures-io",3090 "futures-sink",3091 "futures-task",3092 "futures-util",3093]30943095[[package]]3096name = "futures-channel"3097version = "0.3.21"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3100dependencies = [3101 "futures-core",3102 "futures-sink",3103]31043105[[package]]3106name = "futures-core"3107version = "0.3.21"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31103111[[package]]3112name = "futures-executor"3113version = "0.3.21"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3116dependencies = [3117 "futures-core",3118 "futures-task",3119 "futures-util",3120 "num_cpus",3121]31223123[[package]]3124name = "futures-io"3125version = "0.3.21"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31283129[[package]]3130name = "futures-lite"3131version = "1.12.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3134dependencies = [3135 "fastrand",3136 "futures-core",3137 "futures-io",3138 "memchr",3139 "parking",3140 "pin-project-lite 0.2.8",3141 "waker-fn",3142]31433144[[package]]3145name = "futures-macro"3146version = "0.3.21"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3149dependencies = [3150 "proc-macro2",3151 "quote",3152 "syn",3153]31543155[[package]]3156name = "futures-rustls"3157version = "0.21.1"3158source = "registry+https://github.com/rust-lang/crates.io-index"3159checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3160dependencies = [3161 "futures-io",3162 "rustls 0.19.1",3163 "webpki 0.21.4",3164]31653166[[package]]3167name = "futures-sink"3168version = "0.3.21"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31713172[[package]]3173name = "futures-task"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31773178[[package]]3179name = "futures-timer"3180version = "3.0.2"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31833184[[package]]3185name = "futures-util"3186version = "0.3.21"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3189dependencies = [3190 "futures 0.1.31",3191 "futures-channel",3192 "futures-core",3193 "futures-io",3194 "futures-macro",3195 "futures-sink",3196 "futures-task",3197 "memchr",3198 "pin-project-lite 0.2.8",3199 "pin-utils",3200 "slab",3201]32023203[[package]]3204name = "generic-array"3205version = "0.12.4"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3208dependencies = [3209 "typenum",3210]32113212[[package]]3213name = "generic-array"3214version = "0.14.5"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3217dependencies = [3218 "typenum",3219 "version_check",3220]32213222[[package]]3223name = "getrandom"3224version = "0.1.16"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3227dependencies = [3228 "cfg-if 1.0.0",3229 "js-sys",3230 "libc",3231 "wasi 0.9.0+wasi-snapshot-preview1",3232 "wasm-bindgen",3233]32343235[[package]]3236name = "getrandom"3237version = "0.2.5"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3240dependencies = [3241 "cfg-if 1.0.0",3242 "libc",3243 "wasi 0.10.0+wasi-snapshot-preview1",3244]32453246[[package]]3247name = "ghash"3248version = "0.4.4"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3251dependencies = [3252 "opaque-debug 0.3.0",3253 "polyval",3254]32553256[[package]]3257name = "gimli"3258version = "0.26.1"3259source = "registry+https://github.com/rust-lang/crates.io-index"3260checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3261dependencies = [3262 "fallible-iterator",3263 "indexmap",3264 "stable_deref_trait",3265]32663267[[package]]3268name = "glob"3269version = "0.3.0"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32723273[[package]]3274name = "globset"3275version = "0.4.8"3276source = "registry+https://github.com/rust-lang/crates.io-index"3277checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3278dependencies = [3279 "aho-corasick",3280 "bstr",3281 "fnv",3282 "log",3283 "regex",3284]32853286[[package]]3287name = "gloo-timers"3288version = "0.2.3"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3291dependencies = [3292 "futures-channel",3293 "futures-core",3294 "js-sys",3295 "wasm-bindgen",3296]32973298[[package]]3299name = "group"3300version = "0.11.0"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3303dependencies = [3304 "ff",3305 "rand_core 0.6.3",3306 "subtle 2.4.1",3307]33083309[[package]]3310name = "h2"3311version = "0.3.12"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3314dependencies = [3315 "bytes 1.1.0",3316 "fnv",3317 "futures-core",3318 "futures-sink",3319 "futures-util",3320 "http",3321 "indexmap",3322 "slab",3323 "tokio 1.17.0",3324 "tokio-util",3325 "tracing",3326]33273328[[package]]3329name = "handlebars"3330version = "4.2.2"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3333dependencies = [3334 "log",3335 "pest",3336 "pest_derive",3337 "quick-error 2.0.1",3338 "serde",3339 "serde_json",3340]33413342[[package]]3343name = "hash-db"3344version = "0.15.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33473348[[package]]3349name = "hash256-std-hasher"3350version = "0.15.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3353dependencies = [3354 "crunchy",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.11.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.12.0"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "heck"3377version = "0.3.3"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3380dependencies = [3381 "unicode-segmentation",3382]33833384[[package]]3385name = "heck"3386version = "0.4.0"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33893390[[package]]3391name = "hermit-abi"3392version = "0.1.19"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3395dependencies = [3396 "libc",3397]33983399[[package]]3400name = "hex"3401version = "0.4.3"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34043405[[package]]3406name = "hex-literal"3407version = "0.3.4"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34103411[[package]]3412name = "hex_fmt"3413version = "0.3.0"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34163417[[package]]3418name = "hmac"3419version = "0.7.1"3420source = "registry+https://github.com/rust-lang/crates.io-index"3421checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3422dependencies = [3423 "crypto-mac 0.7.0",3424 "digest 0.8.1",3425]34263427[[package]]3428name = "hmac"3429version = "0.8.1"3430source = "registry+https://github.com/rust-lang/crates.io-index"3431checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3432dependencies = [3433 "crypto-mac 0.8.0",3434 "digest 0.9.0",3435]34363437[[package]]3438name = "hmac"3439version = "0.11.0"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3442dependencies = [3443 "crypto-mac 0.11.1",3444 "digest 0.9.0",3445]34463447[[package]]3448name = "hmac-drbg"3449version = "0.2.0"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3452dependencies = [3453 "digest 0.8.1",3454 "generic-array 0.12.4",3455 "hmac 0.7.1",3456]34573458[[package]]3459name = "hmac-drbg"3460version = "0.3.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3463dependencies = [3464 "digest 0.9.0",3465 "generic-array 0.14.5",3466 "hmac 0.8.1",3467]34683469[[package]]3470name = "hostname"3471version = "0.3.1"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3474dependencies = [3475 "libc",3476 "match_cfg",3477 "winapi 0.3.9",3478]34793480[[package]]3481name = "http"3482version = "0.2.6"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3485dependencies = [3486 "bytes 1.1.0",3487 "fnv",3488 "itoa 1.0.1",3489]34903491[[package]]3492name = "http-body"3493version = "0.4.4"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3496dependencies = [3497 "bytes 1.1.0",3498 "http",3499 "pin-project-lite 0.2.8",3500]35013502[[package]]3503name = "httparse"3504version = "1.6.0"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35073508[[package]]3509name = "httpdate"3510version = "1.0.2"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35133514[[package]]3515name = "humantime"3516version = "2.1.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35193520[[package]]3521name = "hyper"3522version = "0.14.18"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3525dependencies = [3526 "bytes 1.1.0",3527 "futures-channel",3528 "futures-core",3529 "futures-util",3530 "h2",3531 "http",3532 "http-body",3533 "httparse",3534 "httpdate",3535 "itoa 1.0.1",3536 "pin-project-lite 0.2.8",3537 "socket2 0.4.4",3538 "tokio 1.17.0",3539 "tower-service",3540 "tracing",3541 "want",3542]35433544[[package]]3545name = "hyper-rustls"3546version = "0.22.1"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3549dependencies = [3550 "ct-logs",3551 "futures-util",3552 "hyper",3553 "log",3554 "rustls 0.19.1",3555 "rustls-native-certs 0.5.0",3556 "tokio 1.17.0",3557 "tokio-rustls 0.22.0",3558 "webpki 0.21.4",3559]35603561[[package]]3562name = "hyper-rustls"3563version = "0.23.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3566dependencies = [3567 "http",3568 "hyper",3569 "log",3570 "rustls 0.20.4",3571 "rustls-native-certs 0.6.1",3572 "tokio 1.17.0",3573 "tokio-rustls 0.23.3",3574 "webpki-roots 0.22.2",3575]35763577[[package]]3578name = "ident_case"3579version = "1.0.1"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35823583[[package]]3584name = "idna"3585version = "0.1.5"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3588dependencies = [3589 "matches",3590 "unicode-bidi",3591 "unicode-normalization",3592]35933594[[package]]3595name = "idna"3596version = "0.2.3"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3599dependencies = [3600 "matches",3601 "unicode-bidi",3602 "unicode-normalization",3603]36043605[[package]]3606name = "if-addrs"3607version = "0.6.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3610dependencies = [3611 "if-addrs-sys",3612 "libc",3613 "winapi 0.3.9",3614]36153616[[package]]3617name = "if-addrs-sys"3618version = "0.3.2"3619source = "registry+https://github.com/rust-lang/crates.io-index"3620checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3621dependencies = [3622 "cc",3623 "libc",3624]36253626[[package]]3627name = "if-watch"3628version = "0.2.2"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3631dependencies = [3632 "async-io",3633 "futures 0.3.21",3634 "futures-lite",3635 "if-addrs",3636 "ipnet",3637 "libc",3638 "log",3639 "winapi 0.3.9",3640]36413642[[package]]3643name = "impl-codec"3644version = "0.6.0"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3647dependencies = [3648 "parity-scale-codec",3649]36503651[[package]]3652name = "impl-rlp"3653version = "0.3.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3656dependencies = [3657 "rlp",3658]36593660[[package]]3661name = "impl-serde"3662version = "0.3.2"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3665dependencies = [3666 "serde",3667]36683669[[package]]3670name = "impl-trait-for-tuples"3671version = "0.2.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3674dependencies = [3675 "proc-macro2",3676 "quote",3677 "syn",3678]36793680[[package]]3681name = "indexmap"3682version = "1.8.0"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3685dependencies = [3686 "autocfg",3687 "hashbrown 0.11.2",3688 "serde",3689]36903691[[package]]3692name = "instant"3693version = "0.1.12"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3696dependencies = [3697 "cfg-if 1.0.0",3698]36993700[[package]]3701name = "integer-encoding"3702version = "3.0.3"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37053706[[package]]3707name = "integer-sqrt"3708version = "0.1.5"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3711dependencies = [3712 "num-traits",3713]37143715[[package]]3716name = "io-lifetimes"3717version = "0.4.4"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3720dependencies = [3721 "winapi 0.3.9",3722]37233724[[package]]3725name = "iovec"3726version = "0.1.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3729dependencies = [3730 "libc",3731]37323733[[package]]3734name = "ip_network"3735version = "0.4.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37383739[[package]]3740name = "ipconfig"3741version = "0.2.2"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3744dependencies = [3745 "socket2 0.3.19",3746 "widestring",3747 "winapi 0.3.9",3748 "winreg",3749]37503751[[package]]3752name = "ipnet"3753version = "2.4.0"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37563757[[package]]3758name = "itertools"3759version = "0.10.3"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3762dependencies = [3763 "either",3764]37653766[[package]]3767name = "itoa"3768version = "0.4.8"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37713772[[package]]3773name = "itoa"3774version = "1.0.1"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37773778[[package]]3779name = "jobserver"3780version = "0.1.24"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3783dependencies = [3784 "libc",3785]37863787[[package]]3788name = "js-sys"3789version = "0.3.56"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3792dependencies = [3793 "wasm-bindgen",3794]37953796[[package]]3797name = "jsonrpc-client-transports"3798version = "18.0.0"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3801dependencies = [3802 "derive_more",3803 "futures 0.3.21",3804 "jsonrpc-core",3805 "jsonrpc-pubsub",3806 "log",3807 "serde",3808 "serde_json",3809 "url 1.7.2",3810]38113812[[package]]3813name = "jsonrpc-core"3814version = "18.0.0"3815source = "registry+https://github.com/rust-lang/crates.io-index"3816checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3817dependencies = [3818 "futures 0.3.21",3819 "futures-executor",3820 "futures-util",3821 "log",3822 "serde",3823 "serde_derive",3824 "serde_json",3825]38263827[[package]]3828name = "jsonrpc-core-client"3829version = "18.0.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3832dependencies = [3833 "futures 0.3.21",3834 "jsonrpc-client-transports",3835]38363837[[package]]3838name = "jsonrpc-derive"3839version = "18.0.0"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3842dependencies = [3843 "proc-macro-crate 0.1.5",3844 "proc-macro2",3845 "quote",3846 "syn",3847]38483849[[package]]3850name = "jsonrpc-http-server"3851version = "18.0.0"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3854dependencies = [3855 "futures 0.3.21",3856 "hyper",3857 "jsonrpc-core",3858 "jsonrpc-server-utils",3859 "log",3860 "net2",3861 "parking_lot 0.11.2",3862 "unicase",3863]38643865[[package]]3866name = "jsonrpc-ipc-server"3867version = "18.0.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3870dependencies = [3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-server-utils",3874 "log",3875 "parity-tokio-ipc",3876 "parking_lot 0.11.2",3877 "tower-service",3878]38793880[[package]]3881name = "jsonrpc-pubsub"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3885dependencies = [3886 "futures 0.3.21",3887 "jsonrpc-core",3888 "lazy_static",3889 "log",3890 "parking_lot 0.11.2",3891 "rand 0.7.3",3892 "serde",3893]38943895[[package]]3896name = "jsonrpc-server-utils"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3900dependencies = [3901 "bytes 1.1.0",3902 "futures 0.3.21",3903 "globset",3904 "jsonrpc-core",3905 "lazy_static",3906 "log",3907 "tokio 1.17.0",3908 "tokio-stream",3909 "tokio-util",3910 "unicase",3911]39123913[[package]]3914name = "jsonrpc-ws-server"3915version = "18.0.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3918dependencies = [3919 "futures 0.3.21",3920 "jsonrpc-core",3921 "jsonrpc-server-utils",3922 "log",3923 "parity-ws",3924 "parking_lot 0.11.2",3925 "slab",3926]39273928[[package]]3929name = "jsonrpsee"3930version = "0.4.1"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3933dependencies = [3934 "jsonrpsee-types 0.4.1",3935 "jsonrpsee-utils",3936 "jsonrpsee-ws-client 0.4.1",3937]39383939[[package]]3940name = "jsonrpsee"3941version = "0.8.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3944dependencies = [3945 "jsonrpsee-core 0.8.0",3946 "jsonrpsee-proc-macros",3947 "jsonrpsee-types 0.8.0",3948 "jsonrpsee-ws-client 0.8.0",3949]39503951[[package]]3952name = "jsonrpsee"3953version = "0.9.0"3954source = "registry+https://github.com/rust-lang/crates.io-index"3955checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3956dependencies = [3957 "jsonrpsee-core 0.9.0",3958 "jsonrpsee-http-client",3959 "jsonrpsee-types 0.9.0",3960 "jsonrpsee-ws-client 0.9.0",3961]39623963[[package]]3964name = "jsonrpsee-client-transport"3965version = "0.8.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3968dependencies = [3969 "futures 0.3.21",3970 "http",3971 "jsonrpsee-core 0.8.0",3972 "jsonrpsee-types 0.8.0",3973 "pin-project 1.0.10",3974 "rustls-native-certs 0.6.1",3975 "soketto",3976 "thiserror",3977 "tokio 1.17.0",3978 "tokio-rustls 0.23.3",3979 "tokio-util",3980 "tracing",3981 "webpki-roots 0.22.2",3982]39833984[[package]]3985name = "jsonrpsee-client-transport"3986version = "0.9.0"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3989dependencies = [3990 "futures 0.3.21",3991 "http",3992 "jsonrpsee-core 0.9.0",3993 "jsonrpsee-types 0.9.0",3994 "pin-project 1.0.10",3995 "rustls-native-certs 0.6.1",3996 "soketto",3997 "thiserror",3998 "tokio 1.17.0",3999 "tokio-rustls 0.23.3",4000 "tokio-util",4001 "tracing",4002 "webpki-roots 0.22.2",4003]40044005[[package]]4006name = "jsonrpsee-core"4007version = "0.8.0"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4010dependencies = [4011 "anyhow",4012 "arrayvec 0.7.2",4013 "async-trait",4014 "beef",4015 "futures-channel",4016 "futures-util",4017 "hyper",4018 "jsonrpsee-types 0.8.0",4019 "rustc-hash",4020 "serde",4021 "serde_json",4022 "soketto",4023 "thiserror",4024 "tokio 1.17.0",4025 "tracing",4026]40274028[[package]]4029name = "jsonrpsee-core"4030version = "0.9.0"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4033dependencies = [4034 "anyhow",4035 "arrayvec 0.7.2",4036 "async-trait",4037 "beef",4038 "futures-channel",4039 "futures-util",4040 "hyper",4041 "jsonrpsee-types 0.9.0",4042 "rustc-hash",4043 "serde",4044 "serde_json",4045 "soketto",4046 "thiserror",4047 "tokio 1.17.0",4048 "tracing",4049]40504051[[package]]4052name = "jsonrpsee-http-client"4053version = "0.9.0"4054source = "registry+https://github.com/rust-lang/crates.io-index"4055checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4056dependencies = [4057 "async-trait",4058 "hyper",4059 "hyper-rustls 0.23.0",4060 "jsonrpsee-core 0.9.0",4061 "jsonrpsee-types 0.9.0",4062 "rustc-hash",4063 "serde",4064 "serde_json",4065 "thiserror",4066 "tokio 1.17.0",4067 "tracing",4068]40694070[[package]]4071name = "jsonrpsee-proc-macros"4072version = "0.8.0"4073source = "registry+https://github.com/rust-lang/crates.io-index"4074checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4075dependencies = [4076 "proc-macro-crate 1.1.3",4077 "proc-macro2",4078 "quote",4079 "syn",4080]40814082[[package]]4083name = "jsonrpsee-types"4084version = "0.4.1"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4087dependencies = [4088 "anyhow",4089 "async-trait",4090 "beef",4091 "futures-channel",4092 "futures-util",4093 "hyper",4094 "log",4095 "serde",4096 "serde_json",4097 "soketto",4098 "thiserror",4099]41004101[[package]]4102name = "jsonrpsee-types"4103version = "0.8.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4106dependencies = [4107 "anyhow",4108 "beef",4109 "serde",4110 "serde_json",4111 "thiserror",4112 "tracing",4113]41144115[[package]]4116name = "jsonrpsee-types"4117version = "0.9.0"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4120dependencies = [4121 "anyhow",4122 "beef",4123 "serde",4124 "serde_json",4125 "thiserror",4126 "tracing",4127]41284129[[package]]4130name = "jsonrpsee-utils"4131version = "0.4.1"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4134dependencies = [4135 "arrayvec 0.7.2",4136 "beef",4137 "jsonrpsee-types 0.4.1",4138]41394140[[package]]4141name = "jsonrpsee-ws-client"4142version = "0.4.1"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4145dependencies = [4146 "arrayvec 0.7.2",4147 "async-trait",4148 "fnv",4149 "futures 0.3.21",4150 "http",4151 "jsonrpsee-types 0.4.1",4152 "log",4153 "pin-project 1.0.10",4154 "rustls-native-certs 0.5.0",4155 "serde",4156 "serde_json",4157 "soketto",4158 "thiserror",4159 "tokio 1.17.0",4160 "tokio-rustls 0.22.0",4161 "tokio-util",4162]41634164[[package]]4165name = "jsonrpsee-ws-client"4166version = "0.8.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4169dependencies = [4170 "jsonrpsee-client-transport 0.8.0",4171 "jsonrpsee-core 0.8.0",4172 "jsonrpsee-types 0.8.0",4173]41744175[[package]]4176name = "jsonrpsee-ws-client"4177version = "0.9.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4180dependencies = [4181 "jsonrpsee-client-transport 0.9.0",4182 "jsonrpsee-core 0.9.0",4183 "jsonrpsee-types 0.9.0",4184]41854186[[package]]4187name = "k256"4188version = "0.10.4"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4191dependencies = [4192 "cfg-if 1.0.0",4193 "ecdsa",4194 "elliptic-curve",4195 "sec1",4196]41974198[[package]]4199name = "keccak"4200version = "0.1.0"4201source = "registry+https://github.com/rust-lang/crates.io-index"4202checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42034204[[package]]4205name = "kernel32-sys"4206version = "0.2.2"4207source = "registry+https://github.com/rust-lang/crates.io-index"4208checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4209dependencies = [4210 "winapi 0.2.8",4211 "winapi-build",4212]42134214[[package]]4215name = "kusama-runtime"4216version = "0.9.18"4217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4218dependencies = [4219 "beefy-primitives",4220 "bitvec",4221 "frame-benchmarking",4222 "frame-election-provider-support",4223 "frame-executive",4224 "frame-support",4225 "frame-system",4226 "frame-system-benchmarking",4227 "frame-system-rpc-runtime-api",4228 "frame-try-runtime",4229 "hex-literal",4230 "kusama-runtime-constants",4231 "log",4232 "pallet-authority-discovery",4233 "pallet-authorship",4234 "pallet-babe",4235 "pallet-bags-list",4236 "pallet-balances",4237 "pallet-bounties",4238 "pallet-collective",4239 "pallet-democracy",4240 "pallet-election-provider-multi-phase",4241 "pallet-elections-phragmen",4242 "pallet-gilt",4243 "pallet-grandpa",4244 "pallet-identity",4245 "pallet-im-online",4246 "pallet-indices",4247 "pallet-membership",4248 "pallet-mmr-primitives",4249 "pallet-multisig",4250 "pallet-nicks",4251 "pallet-offences",4252 "pallet-offences-benchmarking",4253 "pallet-preimage",4254 "pallet-proxy",4255 "pallet-recovery",4256 "pallet-scheduler",4257 "pallet-session",4258 "pallet-session-benchmarking",4259 "pallet-society",4260 "pallet-staking",4261 "pallet-staking-reward-fn",4262 "pallet-timestamp",4263 "pallet-tips",4264 "pallet-transaction-payment",4265 "pallet-transaction-payment-rpc-runtime-api",4266 "pallet-treasury",4267 "pallet-utility",4268 "pallet-vesting",4269 "pallet-xcm",4270 "parity-scale-codec",4271 "polkadot-primitives",4272 "polkadot-runtime-common",4273 "polkadot-runtime-parachains",4274 "rustc-hex",4275 "scale-info",4276 "serde",4277 "serde_derive",4278 "smallvec",4279 "sp-api",4280 "sp-arithmetic",4281 "sp-authority-discovery",4282 "sp-block-builder",4283 "sp-consensus-babe",4284 "sp-core",4285 "sp-inherents",4286 "sp-io",4287 "sp-npos-elections",4288 "sp-offchain",4289 "sp-runtime",4290 "sp-session",4291 "sp-staking",4292 "sp-std",4293 "sp-transaction-pool",4294 "sp-version",4295 "static_assertions",4296 "substrate-wasm-builder",4297 "xcm",4298 "xcm-builder",4299 "xcm-executor",4300]43014302[[package]]4303name = "kusama-runtime-constants"4304version = "0.9.18"4305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4306dependencies = [4307 "frame-support",4308 "polkadot-primitives",4309 "polkadot-runtime-common",4310 "smallvec",4311 "sp-runtime",4312]43134314[[package]]4315name = "kv-log-macro"4316version = "1.0.7"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4319dependencies = [4320 "log",4321]43224323[[package]]4324name = "kvdb"4325version = "0.11.0"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4328dependencies = [4329 "parity-util-mem",4330 "smallvec",4331]43324333[[package]]4334name = "kvdb-memorydb"4335version = "0.11.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4338dependencies = [4339 "kvdb",4340 "parity-util-mem",4341 "parking_lot 0.12.0",4342]43434344[[package]]4345name = "kvdb-rocksdb"4346version = "0.15.2"4347source = "registry+https://github.com/rust-lang/crates.io-index"4348checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4349dependencies = [4350 "fs-swap",4351 "kvdb",4352 "log",4353 "num_cpus",4354 "owning_ref",4355 "parity-util-mem",4356 "parking_lot 0.12.0",4357 "regex",4358 "rocksdb",4359 "smallvec",4360]43614362[[package]]4363name = "lazy_static"4364version = "1.4.0"4365source = "registry+https://github.com/rust-lang/crates.io-index"4366checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43674368[[package]]4369name = "lazycell"4370version = "1.3.0"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43734374[[package]]4375name = "libc"4376version = "0.2.121"4377source = "registry+https://github.com/rust-lang/crates.io-index"4378checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43794380[[package]]4381name = "libloading"4382version = "0.5.2"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4385dependencies = [4386 "cc",4387 "winapi 0.3.9",4388]43894390[[package]]4391name = "libloading"4392version = "0.7.3"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4395dependencies = [4396 "cfg-if 1.0.0",4397 "winapi 0.3.9",4398]43994400[[package]]4401name = "libm"4402version = "0.2.2"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44054406[[package]]4407name = "libp2p"4408version = "0.40.0"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4411dependencies = [4412 "atomic",4413 "bytes 1.1.0",4414 "futures 0.3.21",4415 "lazy_static",4416 "libp2p-core",4417 "libp2p-deflate",4418 "libp2p-dns",4419 "libp2p-floodsub",4420 "libp2p-gossipsub",4421 "libp2p-identify",4422 "libp2p-kad",4423 "libp2p-mdns",4424 "libp2p-metrics",4425 "libp2p-mplex",4426 "libp2p-noise",4427 "libp2p-ping",4428 "libp2p-plaintext",4429 "libp2p-pnet",4430 "libp2p-relay",4431 "libp2p-rendezvous",4432 "libp2p-request-response",4433 "libp2p-swarm",4434 "libp2p-swarm-derive",4435 "libp2p-tcp",4436 "libp2p-uds",4437 "libp2p-wasm-ext",4438 "libp2p-websocket",4439 "libp2p-yamux",4440 "multiaddr",4441 "parking_lot 0.11.2",4442 "pin-project 1.0.10",4443 "smallvec",4444 "wasm-timer",4445]44464447[[package]]4448name = "libp2p-core"4449version = "0.30.2"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4452dependencies = [4453 "asn1_der",4454 "bs58",4455 "ed25519-dalek",4456 "either",4457 "fnv",4458 "futures 0.3.21",4459 "futures-timer",4460 "instant",4461 "lazy_static",4462 "libsecp256k1 0.7.0",4463 "log",4464 "multiaddr",4465 "multihash 0.14.0",4466 "multistream-select",4467 "parking_lot 0.11.2",4468 "pin-project 1.0.10",4469 "prost",4470 "prost-build",4471 "rand 0.8.5",4472 "ring",4473 "rw-stream-sink",4474 "sha2 0.9.9",4475 "smallvec",4476 "thiserror",4477 "unsigned-varint 0.7.1",4478 "void",4479 "zeroize",4480]44814482[[package]]4483name = "libp2p-deflate"4484version = "0.30.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4487dependencies = [4488 "flate2",4489 "futures 0.3.21",4490 "libp2p-core",4491]44924493[[package]]4494name = "libp2p-dns"4495version = "0.30.0"4496source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4498dependencies = [4499 "async-std-resolver",4500 "futures 0.3.21",4501 "libp2p-core",4502 "log",4503 "smallvec",4504 "trust-dns-resolver",4505]45064507[[package]]4508name = "libp2p-floodsub"4509version = "0.31.0"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4512dependencies = [4513 "cuckoofilter",4514 "fnv",4515 "futures 0.3.21",4516 "libp2p-core",4517 "libp2p-swarm",4518 "log",4519 "prost",4520 "prost-build",4521 "rand 0.7.3",4522 "smallvec",4523]45244525[[package]]4526name = "libp2p-gossipsub"4527version = "0.33.0"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4530dependencies = [4531 "asynchronous-codec 0.6.0",4532 "base64",4533 "byteorder",4534 "bytes 1.1.0",4535 "fnv",4536 "futures 0.3.21",4537 "hex_fmt",4538 "libp2p-core",4539 "libp2p-swarm",4540 "log",4541 "prost",4542 "prost-build",4543 "rand 0.7.3",4544 "regex",4545 "sha2 0.9.9",4546 "smallvec",4547 "unsigned-varint 0.7.1",4548 "wasm-timer",4549]45504551[[package]]4552name = "libp2p-identify"4553version = "0.31.0"4554source = "registry+https://github.com/rust-lang/crates.io-index"4555checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4556dependencies = [4557 "futures 0.3.21",4558 "libp2p-core",4559 "libp2p-swarm",4560 "log",4561 "lru 0.6.6",4562 "prost",4563 "prost-build",4564 "smallvec",4565 "wasm-timer",4566]45674568[[package]]4569name = "libp2p-kad"4570version = "0.32.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4573dependencies = [4574 "arrayvec 0.5.2",4575 "asynchronous-codec 0.6.0",4576 "bytes 1.1.0",4577 "either",4578 "fnv",4579 "futures 0.3.21",4580 "libp2p-core",4581 "libp2p-swarm",4582 "log",4583 "prost",4584 "prost-build",4585 "rand 0.7.3",4586 "sha2 0.9.9",4587 "smallvec",4588 "uint",4589 "unsigned-varint 0.7.1",4590 "void",4591 "wasm-timer",4592]45934594[[package]]4595name = "libp2p-mdns"4596version = "0.32.0"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4599dependencies = [4600 "async-io",4601 "data-encoding",4602 "dns-parser",4603 "futures 0.3.21",4604 "if-watch",4605 "lazy_static",4606 "libp2p-core",4607 "libp2p-swarm",4608 "log",4609 "rand 0.8.5",4610 "smallvec",4611 "socket2 0.4.4",4612 "void",4613]46144615[[package]]4616name = "libp2p-metrics"4617version = "0.1.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4620dependencies = [4621 "libp2p-core",4622 "libp2p-identify",4623 "libp2p-kad",4624 "libp2p-ping",4625 "libp2p-swarm",4626 "open-metrics-client",4627]46284629[[package]]4630name = "libp2p-mplex"4631version = "0.30.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4634dependencies = [4635 "asynchronous-codec 0.6.0",4636 "bytes 1.1.0",4637 "futures 0.3.21",4638 "libp2p-core",4639 "log",4640 "nohash-hasher",4641 "parking_lot 0.11.2",4642 "rand 0.7.3",4643 "smallvec",4644 "unsigned-varint 0.7.1",4645]46464647[[package]]4648name = "libp2p-noise"4649version = "0.33.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4652dependencies = [4653 "bytes 1.1.0",4654 "curve25519-dalek 3.2.0",4655 "futures 0.3.21",4656 "lazy_static",4657 "libp2p-core",4658 "log",4659 "prost",4660 "prost-build",4661 "rand 0.8.5",4662 "sha2 0.9.9",4663 "snow",4664 "static_assertions",4665 "x25519-dalek",4666 "zeroize",4667]46684669[[package]]4670name = "libp2p-ping"4671version = "0.31.0"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4674dependencies = [4675 "futures 0.3.21",4676 "libp2p-core",4677 "libp2p-swarm",4678 "log",4679 "rand 0.7.3",4680 "void",4681 "wasm-timer",4682]46834684[[package]]4685name = "libp2p-plaintext"4686version = "0.30.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4689dependencies = [4690 "asynchronous-codec 0.6.0",4691 "bytes 1.1.0",4692 "futures 0.3.21",4693 "libp2p-core",4694 "log",4695 "prost",4696 "prost-build",4697 "unsigned-varint 0.7.1",4698 "void",4699]47004701[[package]]4702name = "libp2p-pnet"4703version = "0.22.0"4704source = "registry+https://github.com/rust-lang/crates.io-index"4705checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4706dependencies = [4707 "futures 0.3.21",4708 "log",4709 "pin-project 1.0.10",4710 "rand 0.7.3",4711 "salsa20",4712 "sha3 0.9.1",4713]47144715[[package]]4716name = "libp2p-relay"4717version = "0.4.0"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4720dependencies = [4721 "asynchronous-codec 0.6.0",4722 "bytes 1.1.0",4723 "futures 0.3.21",4724 "futures-timer",4725 "libp2p-core",4726 "libp2p-swarm",4727 "log",4728 "pin-project 1.0.10",4729 "prost",4730 "prost-build",4731 "rand 0.7.3",4732 "smallvec",4733 "unsigned-varint 0.7.1",4734 "void",4735 "wasm-timer",4736]47374738[[package]]4739name = "libp2p-rendezvous"4740version = "0.1.0"4741source = "registry+https://github.com/rust-lang/crates.io-index"4742checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4743dependencies = [4744 "asynchronous-codec 0.6.0",4745 "bimap",4746 "futures 0.3.21",4747 "libp2p-core",4748 "libp2p-swarm",4749 "log",4750 "prost",4751 "prost-build",4752 "rand 0.8.5",4753 "sha2 0.9.9",4754 "thiserror",4755 "unsigned-varint 0.7.1",4756 "void",4757 "wasm-timer",4758]47594760[[package]]4761name = "libp2p-request-response"4762version = "0.13.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4765dependencies = [4766 "async-trait",4767 "bytes 1.1.0",4768 "futures 0.3.21",4769 "libp2p-core",4770 "libp2p-swarm",4771 "log",4772 "lru 0.7.3",4773 "rand 0.7.3",4774 "smallvec",4775 "unsigned-varint 0.7.1",4776 "wasm-timer",4777]47784779[[package]]4780name = "libp2p-swarm"4781version = "0.31.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4784dependencies = [4785 "either",4786 "futures 0.3.21",4787 "libp2p-core",4788 "log",4789 "rand 0.7.3",4790 "smallvec",4791 "void",4792 "wasm-timer",4793]47944795[[package]]4796name = "libp2p-swarm-derive"4797version = "0.25.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4800dependencies = [4801 "quote",4802 "syn",4803]48044805[[package]]4806name = "libp2p-tcp"4807version = "0.30.0"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4810dependencies = [4811 "async-io",4812 "futures 0.3.21",4813 "futures-timer",4814 "if-watch",4815 "ipnet",4816 "libc",4817 "libp2p-core",4818 "log",4819 "socket2 0.4.4",4820]48214822[[package]]4823name = "libp2p-uds"4824version = "0.30.0"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4827dependencies = [4828 "async-std",4829 "futures 0.3.21",4830 "libp2p-core",4831 "log",4832]48334834[[package]]4835name = "libp2p-wasm-ext"4836version = "0.30.0"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4839dependencies = [4840 "futures 0.3.21",4841 "js-sys",4842 "libp2p-core",4843 "parity-send-wrapper",4844 "wasm-bindgen",4845 "wasm-bindgen-futures",4846]48474848[[package]]4849name = "libp2p-websocket"4850version = "0.31.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4853dependencies = [4854 "either",4855 "futures 0.3.21",4856 "futures-rustls",4857 "libp2p-core",4858 "log",4859 "quicksink",4860 "rw-stream-sink",4861 "soketto",4862 "url 2.2.2",4863 "webpki-roots 0.21.1",4864]48654866[[package]]4867name = "libp2p-yamux"4868version = "0.34.0"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4871dependencies = [4872 "futures 0.3.21",4873 "libp2p-core",4874 "parking_lot 0.11.2",4875 "thiserror",4876 "yamux",4877]48784879[[package]]4880name = "librocksdb-sys"4881version = "0.6.1+6.28.2"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4884dependencies = [4885 "bindgen",4886 "bzip2-sys",4887 "cc",4888 "glob",4889 "libc",4890 "libz-sys",4891 "tikv-jemalloc-sys",4892]48934894[[package]]4895name = "libsecp256k1"4896version = "0.3.5"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4899dependencies = [4900 "arrayref",4901 "crunchy",4902 "digest 0.8.1",4903 "hmac-drbg 0.2.0",4904 "rand 0.7.3",4905 "sha2 0.8.2",4906 "subtle 2.4.1",4907 "typenum",4908]49094910[[package]]4911name = "libsecp256k1"4912version = "0.7.0"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4915dependencies = [4916 "arrayref",4917 "base64",4918 "digest 0.9.0",4919 "hmac-drbg 0.3.0",4920 "libsecp256k1-core",4921 "libsecp256k1-gen-ecmult",4922 "libsecp256k1-gen-genmult",4923 "rand 0.8.5",4924 "serde",4925 "sha2 0.9.9",4926 "typenum",4927]49284929[[package]]4930name = "libsecp256k1-core"4931version = "0.3.0"4932source = "registry+https://github.com/rust-lang/crates.io-index"4933checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4934dependencies = [4935 "crunchy",4936 "digest 0.9.0",4937 "subtle 2.4.1",4938]49394940[[package]]4941name = "libsecp256k1-gen-ecmult"4942version = "0.3.0"4943source = "registry+https://github.com/rust-lang/crates.io-index"4944checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4945dependencies = [4946 "libsecp256k1-core",4947]49484949[[package]]4950name = "libsecp256k1-gen-genmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libz-sys"4960version = "1.1.5"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4963dependencies = [4964 "cc",4965 "pkg-config",4966 "vcpkg",4967]49684969[[package]]4970name = "linked-hash-map"4971version = "0.5.4"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49744975[[package]]4976name = "linked_hash_set"4977version = "0.1.4"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4980dependencies = [4981 "linked-hash-map",4982]49834984[[package]]4985name = "linregress"4986version = "0.4.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4989dependencies = [4990 "nalgebra",4991 "statrs",4992]49934994[[package]]4995name = "linux-raw-sys"4996version = "0.0.36"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"49995000[[package]]5001name = "lock_api"5002version = "0.4.6"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5005dependencies = [5006 "scopeguard",5007]50085009[[package]]5010name = "log"5011version = "0.4.16"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5014dependencies = [5015 "cfg-if 1.0.0",5016 "value-bag",5017]50185019[[package]]5020name = "lru"5021version = "0.6.6"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5024dependencies = [5025 "hashbrown 0.11.2",5026]50275028[[package]]5029name = "lru"5030version = "0.7.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5033dependencies = [5034 "hashbrown 0.11.2",5035]50365037[[package]]5038name = "lru-cache"5039version = "0.1.2"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5042dependencies = [5043 "linked-hash-map",5044]50455046[[package]]5047name = "lz4"5048version = "1.23.3"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5051dependencies = [5052 "libc",5053 "lz4-sys",5054]50555056[[package]]5057name = "lz4-sys"5058version = "1.9.3"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5061dependencies = [5062 "cc",5063 "libc",5064]50655066[[package]]5067name = "mach"5068version = "0.3.2"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5071dependencies = [5072 "libc",5073]50745075[[package]]5076name = "maplit"5077version = "1.0.2"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50805081[[package]]5082name = "match_cfg"5083version = "0.1.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50865087[[package]]5088name = "matchers"5089version = "0.0.1"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5092dependencies = [5093 "regex-automata",5094]50955096[[package]]5097name = "matches"5098version = "0.1.9"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51015102[[package]]5103name = "matrixmultiply"5104version = "0.3.2"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5107dependencies = [5108 "rawpointer",5109]51105111[[package]]5112name = "memchr"5113version = "2.4.1"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51165117[[package]]5118name = "memmap2"5119version = "0.2.3"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5122dependencies = [5123 "libc",5124]51255126[[package]]5127name = "memmap2"5128version = "0.5.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5131dependencies = [5132 "libc",5133]51345135[[package]]5136name = "memoffset"5137version = "0.6.5"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5140dependencies = [5141 "autocfg",5142]51435144[[package]]5145name = "memory-db"5146version = "0.29.0"5147source = "registry+https://github.com/rust-lang/crates.io-index"5148checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5149dependencies = [5150 "hash-db",5151 "hashbrown 0.12.0",5152 "parity-util-mem",5153]51545155[[package]]5156name = "memory-lru"5157version = "0.1.0"5158source = "registry+https://github.com/rust-lang/crates.io-index"5159checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5160dependencies = [5161 "lru 0.6.6",5162]51635164[[package]]5165name = "memory_units"5166version = "0.3.0"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51695170[[package]]5171name = "merlin"5172version = "2.0.1"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5175dependencies = [5176 "byteorder",5177 "keccak",5178 "rand_core 0.5.1",5179 "zeroize",5180]51815182[[package]]5183name = "metered-channel"5184version = "0.9.18"5185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5186dependencies = [5187 "derive_more",5188 "futures 0.3.21",5189 "futures-timer",5190 "thiserror",5191 "tracing",5192]51935194[[package]]5195name = "mick-jaeger"5196version = "0.1.8"5197source = "registry+https://github.com/rust-lang/crates.io-index"5198checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5199dependencies = [5200 "futures 0.3.21",5201 "rand 0.8.5",5202 "thrift",5203]52045205[[package]]5206name = "minimal-lexical"5207version = "0.2.1"5208source = "registry+https://github.com/rust-lang/crates.io-index"5209checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52105211[[package]]5212name = "miniz_oxide"5213version = "0.4.4"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5216dependencies = [5217 "adler",5218 "autocfg",5219]52205221[[package]]5222name = "mio"5223version = "0.6.23"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5226dependencies = [5227 "cfg-if 0.1.10",5228 "fuchsia-zircon",5229 "fuchsia-zircon-sys",5230 "iovec",5231 "kernel32-sys",5232 "libc",5233 "log",5234 "miow 0.2.2",5235 "net2",5236 "slab",5237 "winapi 0.2.8",5238]52395240[[package]]5241name = "mio"5242version = "0.8.2"5243source = "registry+https://github.com/rust-lang/crates.io-index"5244checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5245dependencies = [5246 "libc",5247 "log",5248 "miow 0.3.7",5249 "ntapi",5250 "wasi 0.11.0+wasi-snapshot-preview1",5251 "winapi 0.3.9",5252]52535254[[package]]5255name = "mio-extras"5256version = "2.0.6"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5259dependencies = [5260 "lazycell",5261 "log",5262 "mio 0.6.23",5263 "slab",5264]52655266[[package]]5267name = "miow"5268version = "0.2.2"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5271dependencies = [5272 "kernel32-sys",5273 "net2",5274 "winapi 0.2.8",5275 "ws2_32-sys",5276]52775278[[package]]5279name = "miow"5280version = "0.3.7"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5283dependencies = [5284 "winapi 0.3.9",5285]52865287[[package]]5288name = "more-asserts"5289version = "0.2.2"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"52925293[[package]]5294name = "multiaddr"5295version = "0.13.0"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5298dependencies = [5299 "arrayref",5300 "bs58",5301 "byteorder",5302 "data-encoding",5303 "multihash 0.14.0",5304 "percent-encoding 2.1.0",5305 "serde",5306 "static_assertions",5307 "unsigned-varint 0.7.1",5308 "url 2.2.2",5309]53105311[[package]]5312name = "multibase"5313version = "0.8.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5316dependencies = [5317 "base-x",5318 "data-encoding",5319 "data-encoding-macro",5320]53215322[[package]]5323name = "multihash"5324version = "0.13.2"5325source = "registry+https://github.com/rust-lang/crates.io-index"5326checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5327dependencies = [5328 "blake2b_simd",5329 "blake2s_simd",5330 "blake3 0.3.8",5331 "digest 0.9.0",5332 "generic-array 0.14.5",5333 "multihash-derive",5334 "sha2 0.9.9",5335 "sha3 0.9.1",5336 "unsigned-varint 0.5.1",5337]53385339[[package]]5340name = "multihash"5341version = "0.14.0"5342source = "registry+https://github.com/rust-lang/crates.io-index"5343checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5344dependencies = [5345 "digest 0.9.0",5346 "generic-array 0.14.5",5347 "multihash-derive",5348 "sha2 0.9.9",5349 "unsigned-varint 0.7.1",5350]53515352[[package]]5353name = "multihash-derive"5354version = "0.7.2"5355source = "registry+https://github.com/rust-lang/crates.io-index"5356checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5357dependencies = [5358 "proc-macro-crate 1.1.3",5359 "proc-macro-error",5360 "proc-macro2",5361 "quote",5362 "syn",5363 "synstructure",5364]53655366[[package]]5367name = "multimap"5368version = "0.8.3"5369source = "registry+https://github.com/rust-lang/crates.io-index"5370checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53715372[[package]]5373name = "multistream-select"5374version = "0.10.4"5375source = "registry+https://github.com/rust-lang/crates.io-index"5376checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5377dependencies = [5378 "bytes 1.1.0",5379 "futures 0.3.21",5380 "log",5381 "pin-project 1.0.10",5382 "smallvec",5383 "unsigned-varint 0.7.1",5384]53855386[[package]]5387name = "nalgebra"5388version = "0.27.1"5389source = "registry+https://github.com/rust-lang/crates.io-index"5390checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5391dependencies = [5392 "approx",5393 "matrixmultiply",5394 "nalgebra-macros",5395 "num-complex",5396 "num-rational 0.4.0",5397 "num-traits",5398 "rand 0.8.5",5399 "rand_distr",5400 "simba",5401 "typenum",5402]54035404[[package]]5405name = "nalgebra-macros"5406version = "0.1.0"5407source = "registry+https://github.com/rust-lang/crates.io-index"5408checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5409dependencies = [5410 "proc-macro2",5411 "quote",5412 "syn",5413]54145415[[package]]5416name = "names"5417version = "0.12.0"5418source = "registry+https://github.com/rust-lang/crates.io-index"5419checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5420dependencies = [5421 "rand 0.8.5",5422]54235424[[package]]5425name = "net2"5426version = "0.2.37"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5429dependencies = [5430 "cfg-if 0.1.10",5431 "libc",5432 "winapi 0.3.9",5433]54345435[[package]]5436name = "nodrop"5437version = "0.1.14"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54405441[[package]]5442name = "nohash-hasher"5443version = "0.2.0"5444source = "registry+https://github.com/rust-lang/crates.io-index"5445checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54465447[[package]]5448name = "nom"5449version = "7.1.1"5450source = "registry+https://github.com/rust-lang/crates.io-index"5451checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5452dependencies = [5453 "memchr",5454 "minimal-lexical",5455]54565457[[package]]5458name = "ntapi"5459version = "0.3.7"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5462dependencies = [5463 "winapi 0.3.9",5464]54655466[[package]]5467name = "num-bigint"5468version = "0.2.6"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5471dependencies = [5472 "autocfg",5473 "num-integer",5474 "num-traits",5475]54765477[[package]]5478name = "num-complex"5479version = "0.4.0"5480source = "registry+https://github.com/rust-lang/crates.io-index"5481checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5482dependencies = [5483 "num-traits",5484]54855486[[package]]5487name = "num-format"5488version = "0.4.0"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5491dependencies = [5492 "arrayvec 0.4.12",5493 "itoa 0.4.8",5494]54955496[[package]]5497name = "num-integer"5498version = "0.1.44"5499source = "registry+https://github.com/rust-lang/crates.io-index"5500checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5501dependencies = [5502 "autocfg",5503 "num-traits",5504]55055506[[package]]5507name = "num-rational"5508version = "0.2.4"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5511dependencies = [5512 "autocfg",5513 "num-bigint",5514 "num-integer",5515 "num-traits",5516]55175518[[package]]5519name = "num-rational"5520version = "0.4.0"5521source = "registry+https://github.com/rust-lang/crates.io-index"5522checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5523dependencies = [5524 "autocfg",5525 "num-integer",5526 "num-traits",5527]55285529[[package]]5530name = "num-traits"5531version = "0.2.14"5532source = "registry+https://github.com/rust-lang/crates.io-index"5533checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5534dependencies = [5535 "autocfg",5536 "libm",5537]55385539[[package]]5540name = "num_cpus"5541version = "1.13.1"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5544dependencies = [5545 "hermit-abi",5546 "libc",5547]55485549[[package]]5550name = "object"5551version = "0.27.1"5552source = "registry+https://github.com/rust-lang/crates.io-index"5553checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5554dependencies = [5555 "crc32fast",5556 "indexmap",5557 "memchr",5558]55595560[[package]]5561name = "once_cell"5562version = "1.10.0"5563source = "registry+https://github.com/rust-lang/crates.io-index"5564checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55655566[[package]]5567name = "opal-runtime"5568version = "0.9.18"5569dependencies = [5570 "cumulus-pallet-aura-ext",5571 "cumulus-pallet-dmp-queue",5572 "cumulus-pallet-parachain-system",5573 "cumulus-pallet-xcm",5574 "cumulus-pallet-xcmp-queue",5575 "cumulus-primitives-core",5576 "cumulus-primitives-timestamp",5577 "cumulus-primitives-utility",5578 "derivative",5579 "fp-rpc",5580 "fp-self-contained",5581 "frame-benchmarking",5582 "frame-executive",5583 "frame-support",5584 "frame-system",5585 "frame-system-benchmarking",5586 "frame-system-rpc-runtime-api",5587 "hex-literal",5588 "orml-vesting",5589 "pallet-aura",5590 "pallet-balances",5591 "pallet-base-fee",5592 "pallet-common",5593 "pallet-ethereum",5594 "pallet-evm",5595 "pallet-evm-coder-substrate",5596 "pallet-evm-contract-helpers",5597 "pallet-evm-migration",5598 "pallet-evm-transaction-payment",5599 "pallet-fungible",5600 "pallet-inflation",5601 "pallet-nonfungible",5602 "pallet-randomness-collective-flip",5603 "pallet-refungible",5604 "pallet-sudo",5605 "pallet-template-transaction-payment",5606 "pallet-timestamp",5607 "pallet-transaction-payment",5608 "pallet-transaction-payment-rpc-runtime-api",5609 "pallet-treasury",5610 "pallet-unique",5611 "pallet-unq-scheduler",5612 "pallet-xcm",5613 "parachain-info",5614 "parity-scale-codec",5615 "polkadot-parachain",5616 "scale-info",5617 "serde",5618 "smallvec",5619 "sp-api",5620 "sp-arithmetic",5621 "sp-block-builder",5622 "sp-consensus-aura",5623 "sp-core",5624 "sp-inherents",5625 "sp-io",5626 "sp-offchain",5627 "sp-runtime",5628 "sp-session",5629 "sp-std",5630 "sp-transaction-pool",5631 "sp-version",5632 "substrate-wasm-builder",5633 "unique-runtime-common",5634 "up-data-structs",5635 "up-evm-mapping",5636 "up-rpc",5637 "xcm",5638 "xcm-builder",5639 "xcm-executor",5640]56415642[[package]]5643name = "opaque-debug"5644version = "0.2.3"5645source = "registry+https://github.com/rust-lang/crates.io-index"5646checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56475648[[package]]5649name = "opaque-debug"5650version = "0.3.0"5651source = "registry+https://github.com/rust-lang/crates.io-index"5652checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56535654[[package]]5655name = "open-metrics-client"5656version = "0.12.0"5657source = "registry+https://github.com/rust-lang/crates.io-index"5658checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5659dependencies = [5660 "dtoa",5661 "itoa 0.4.8",5662 "open-metrics-client-derive-text-encode",5663 "owning_ref",5664]56655666[[package]]5667name = "open-metrics-client-derive-text-encode"5668version = "0.1.1"5669source = "registry+https://github.com/rust-lang/crates.io-index"5670checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5671dependencies = [5672 "proc-macro2",5673 "quote",5674 "syn",5675]56765677[[package]]5678name = "openssl-probe"5679version = "0.1.5"5680source = "registry+https://github.com/rust-lang/crates.io-index"5681checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56825683[[package]]5684name = "ordered-float"5685version = "1.1.1"5686source = "registry+https://github.com/rust-lang/crates.io-index"5687checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5688dependencies = [5689 "num-traits",5690]56915692[[package]]5693name = "orml-vesting"5694version = "0.4.1-dev"5695source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5696dependencies = [5697 "frame-support",5698 "frame-system",5699 "parity-scale-codec",5700 "scale-info",5701 "serde",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705]57065707[[package]]5708name = "os_str_bytes"5709version = "6.0.0"5710source = "registry+https://github.com/rust-lang/crates.io-index"5711checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5712dependencies = [5713 "memchr",5714]57155716[[package]]5717name = "owning_ref"5718version = "0.4.1"5719source = "registry+https://github.com/rust-lang/crates.io-index"5720checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5721dependencies = [5722 "stable_deref_trait",5723]57245725[[package]]5726name = "pallet-aura"5727version = "4.0.0-dev"5728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5729dependencies = [5730 "frame-support",5731 "frame-system",5732 "pallet-timestamp",5733 "parity-scale-codec",5734 "scale-info",5735 "sp-application-crypto",5736 "sp-consensus-aura",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-authority-discovery"5743version = "4.0.0-dev"5744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5745dependencies = [5746 "frame-support",5747 "frame-system",5748 "pallet-session",5749 "parity-scale-codec",5750 "scale-info",5751 "sp-application-crypto",5752 "sp-authority-discovery",5753 "sp-runtime",5754 "sp-std",5755]57565757[[package]]5758name = "pallet-authorship"5759version = "4.0.0-dev"5760source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5761dependencies = [5762 "frame-support",5763 "frame-system",5764 "impl-trait-for-tuples",5765 "parity-scale-codec",5766 "scale-info",5767 "sp-authorship",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-babe"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5776dependencies = [5777 "frame-benchmarking",5778 "frame-support",5779 "frame-system",5780 "log",5781 "pallet-authorship",5782 "pallet-session",5783 "pallet-timestamp",5784 "parity-scale-codec",5785 "scale-info",5786 "sp-application-crypto",5787 "sp-consensus-babe",5788 "sp-consensus-vrf",5789 "sp-io",5790 "sp-runtime",5791 "sp-session",5792 "sp-staking",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-bags-list"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5800dependencies = [5801 "frame-benchmarking",5802 "frame-election-provider-support",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-balances",5807 "parity-scale-codec",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813 "sp-tracing",5814]58155816[[package]]5817name = "pallet-balances"5818version = "4.0.0-dev"5819source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5820dependencies = [5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec",5826 "scale-info",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-base-fee"5833version = "1.0.0"5834source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5835dependencies = [5836 "frame-support",5837 "frame-system",5838 "pallet-evm",5839 "parity-scale-codec",5840 "scale-info",5841 "serde",5842 "sp-core",5843 "sp-runtime",5844]58455846[[package]]5847name = "pallet-beefy"5848version = "4.0.0-dev"5849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5850dependencies = [5851 "beefy-primitives",5852 "frame-support",5853 "frame-system",5854 "pallet-session",5855 "parity-scale-codec",5856 "scale-info",5857 "serde",5858 "sp-runtime",5859 "sp-std",5860]58615862[[package]]5863name = "pallet-beefy-mmr"5864version = "4.0.0-dev"5865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5866dependencies = [5867 "beefy-merkle-tree",5868 "beefy-primitives",5869 "frame-support",5870 "frame-system",5871 "hex",5872 "k256",5873 "log",5874 "pallet-beefy",5875 "pallet-mmr",5876 "pallet-mmr-primitives",5877 "pallet-session",5878 "parity-scale-codec",5879 "scale-info",5880 "serde",5881 "sp-core",5882 "sp-io",5883 "sp-runtime",5884 "sp-std",5885]58865887[[package]]5888name = "pallet-bounties"5889version = "4.0.0-dev"5890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5891dependencies = [5892 "frame-benchmarking",5893 "frame-support",5894 "frame-system",5895 "log",5896 "pallet-treasury",5897 "parity-scale-codec",5898 "scale-info",5899 "sp-core",5900 "sp-io",5901 "sp-runtime",5902 "sp-std",5903]59045905[[package]]5906name = "pallet-bridge-dispatch"5907version = "0.1.0"5908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5909dependencies = [5910 "bp-message-dispatch",5911 "bp-runtime",5912 "frame-support",5913 "frame-system",5914 "log",5915 "parity-scale-codec",5916 "scale-info",5917 "sp-core",5918 "sp-runtime",5919 "sp-std",5920]59215922[[package]]5923name = "pallet-bridge-grandpa"5924version = "0.1.0"5925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5926dependencies = [5927 "bp-header-chain",5928 "bp-runtime",5929 "bp-test-utils",5930 "finality-grandpa",5931 "frame-support",5932 "frame-system",5933 "log",5934 "num-traits",5935 "parity-scale-codec",5936 "scale-info",5937 "serde",5938 "sp-finality-grandpa",5939 "sp-runtime",5940 "sp-std",5941 "sp-trie",5942]59435944[[package]]5945name = "pallet-bridge-messages"5946version = "0.1.0"5947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5948dependencies = [5949 "bitvec",5950 "bp-message-dispatch",5951 "bp-messages",5952 "bp-runtime",5953 "frame-support",5954 "frame-system",5955 "log",5956 "num-traits",5957 "parity-scale-codec",5958 "scale-info",5959 "serde",5960 "sp-core",5961 "sp-runtime",5962 "sp-std",5963]59645965[[package]]5966name = "pallet-collective"5967version = "4.0.0-dev"5968source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5969dependencies = [5970 "frame-benchmarking",5971 "frame-support",5972 "frame-system",5973 "log",5974 "parity-scale-codec",5975 "scale-info",5976 "sp-core",5977 "sp-io",5978 "sp-runtime",5979 "sp-std",5980]59815982[[package]]5983name = "pallet-common"5984version = "0.1.0"5985dependencies = [5986 "evm-coder",5987 "frame-support",5988 "frame-system",5989 "pallet-evm",5990 "pallet-evm-coder-substrate",5991 "parity-scale-codec",5992 "scale-info",5993 "serde",5994 "sp-core",5995 "sp-runtime",5996 "sp-std",5997 "up-data-structs",5998 "up-evm-mapping",5999]60006001[[package]]6002name = "pallet-democracy"6003version = "4.0.0-dev"6004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6005dependencies = [6006 "frame-benchmarking",6007 "frame-support",6008 "frame-system",6009 "parity-scale-codec",6010 "scale-info",6011 "serde",6012 "sp-io",6013 "sp-runtime",6014 "sp-std",6015]60166017[[package]]6018name = "pallet-election-provider-multi-phase"6019version = "4.0.0-dev"6020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6021dependencies = [6022 "frame-benchmarking",6023 "frame-election-provider-support",6024 "frame-support",6025 "frame-system",6026 "log",6027 "parity-scale-codec",6028 "rand 0.7.3",6029 "scale-info",6030 "sp-arithmetic",6031 "sp-core",6032 "sp-io",6033 "sp-npos-elections",6034 "sp-runtime",6035 "sp-std",6036 "static_assertions",6037 "strum 0.23.0",6038]60396040[[package]]6041name = "pallet-elections-phragmen"6042version = "5.0.0-dev"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6044dependencies = [6045 "frame-benchmarking",6046 "frame-support",6047 "frame-system",6048 "log",6049 "parity-scale-codec",6050 "scale-info",6051 "sp-core",6052 "sp-io",6053 "sp-npos-elections",6054 "sp-runtime",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-ethereum"6060version = "4.0.0-dev"6061source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6062dependencies = [6063 "ethereum",6064 "ethereum-types",6065 "evm",6066 "fp-consensus",6067 "fp-evm",6068 "fp-rpc",6069 "fp-self-contained",6070 "fp-storage",6071 "frame-support",6072 "frame-system",6073 "log",6074 "pallet-balances",6075 "pallet-evm",6076 "pallet-timestamp",6077 "parity-scale-codec",6078 "rlp",6079 "rustc-hex",6080 "scale-info",6081 "serde",6082 "sha3 0.8.2",6083 "sp-io",6084 "sp-runtime",6085 "sp-std",6086]60876088[[package]]6089name = "pallet-evm"6090version = "6.0.0-dev"6091source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6092dependencies = [6093 "evm",6094 "evm-gasometer",6095 "evm-runtime",6096 "fp-evm",6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "hex",6101 "impl-trait-for-tuples",6102 "log",6103 "pallet-balances",6104 "pallet-timestamp",6105 "parity-scale-codec",6106 "primitive-types",6107 "rlp",6108 "scale-info",6109 "serde",6110 "sha3 0.8.2",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-evm-coder-substrate"6119version = "0.1.0"6120dependencies = [6121 "ethereum",6122 "evm-coder",6123 "frame-benchmarking",6124 "frame-support",6125 "frame-system",6126 "pallet-ethereum",6127 "pallet-evm",6128 "parity-scale-codec",6129 "scale-info",6130 "sp-core",6131 "sp-std",6132]61336134[[package]]6135name = "pallet-evm-contract-helpers"6136version = "0.1.0"6137dependencies = [6138 "evm-coder",6139 "frame-support",6140 "frame-system",6141 "log",6142 "pallet-evm",6143 "pallet-evm-coder-substrate",6144 "parity-scale-codec",6145 "scale-info",6146 "sp-core",6147 "sp-runtime",6148 "sp-std",6149 "up-sponsorship",6150]61516152[[package]]6153name = "pallet-evm-migration"6154version = "0.1.0"6155dependencies = [6156 "fp-evm",6157 "frame-benchmarking",6158 "frame-support",6159 "frame-system",6160 "pallet-evm",6161 "parity-scale-codec",6162 "scale-info",6163 "sp-core",6164 "sp-io",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-evm-transaction-payment"6171version = "0.1.0"6172dependencies = [6173 "fp-evm",6174 "frame-support",6175 "frame-system",6176 "pallet-ethereum",6177 "pallet-evm",6178 "parity-scale-codec",6179 "scale-info",6180 "sp-core",6181 "sp-io",6182 "sp-runtime",6183 "sp-std",6184 "up-evm-mapping",6185 "up-sponsorship",6186]61876188[[package]]6189name = "pallet-fungible"6190version = "0.1.0"6191dependencies = [6192 "ethereum",6193 "evm-coder",6194 "frame-benchmarking",6195 "frame-support",6196 "frame-system",6197 "pallet-common",6198 "pallet-evm-coder-substrate",6199 "parity-scale-codec",6200 "scale-info",6201 "sp-core",6202 "sp-runtime",6203 "sp-std",6204 "up-data-structs",6205]62066207[[package]]6208name = "pallet-gilt"6209version = "4.0.0-dev"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6211dependencies = [6212 "frame-benchmarking",6213 "frame-support",6214 "frame-system",6215 "parity-scale-codec",6216 "scale-info",6217 "sp-arithmetic",6218 "sp-runtime",6219 "sp-std",6220]62216222[[package]]6223name = "pallet-grandpa"6224version = "4.0.0-dev"6225source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6226dependencies = [6227 "frame-benchmarking",6228 "frame-support",6229 "frame-system",6230 "log",6231 "pallet-authorship",6232 "pallet-session",6233 "parity-scale-codec",6234 "scale-info",6235 "sp-application-crypto",6236 "sp-core",6237 "sp-finality-grandpa",6238 "sp-io",6239 "sp-runtime",6240 "sp-session",6241 "sp-staking",6242 "sp-std",6243]62446245[[package]]6246name = "pallet-identity"6247version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6249dependencies = [6250 "enumflags2",6251 "frame-benchmarking",6252 "frame-support",6253 "frame-system",6254 "parity-scale-codec",6255 "scale-info",6256 "sp-io",6257 "sp-runtime",6258 "sp-std",6259]62606261[[package]]6262name = "pallet-im-online"6263version = "4.0.0-dev"6264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6265dependencies = [6266 "frame-benchmarking",6267 "frame-support",6268 "frame-system",6269 "log",6270 "pallet-authorship",6271 "parity-scale-codec",6272 "scale-info",6273 "sp-application-crypto",6274 "sp-core",6275 "sp-io",6276 "sp-runtime",6277 "sp-staking",6278 "sp-std",6279]62806281[[package]]6282name = "pallet-indices"6283version = "4.0.0-dev"6284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6285dependencies = [6286 "frame-benchmarking",6287 "frame-support",6288 "frame-system",6289 "parity-scale-codec",6290 "scale-info",6291 "sp-core",6292 "sp-io",6293 "sp-keyring",6294 "sp-runtime",6295 "sp-std",6296]62976298[[package]]6299name = "pallet-inflation"6300version = "0.1.0"6301dependencies = [6302 "frame-benchmarking",6303 "frame-support",6304 "frame-system",6305 "pallet-balances",6306 "pallet-randomness-collective-flip",6307 "pallet-timestamp",6308 "parity-scale-codec",6309 "scale-info",6310 "serde",6311 "sp-core",6312 "sp-io",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-membership"6319version = "4.0.0-dev"6320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6321dependencies = [6322 "frame-benchmarking",6323 "frame-support",6324 "frame-system",6325 "log",6326 "parity-scale-codec",6327 "scale-info",6328 "sp-core",6329 "sp-io",6330 "sp-runtime",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-mmr"6336version = "4.0.0-dev"6337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6338dependencies = [6339 "ckb-merkle-mountain-range",6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "pallet-mmr-primitives",6344 "parity-scale-codec",6345 "scale-info",6346 "sp-core",6347 "sp-io",6348 "sp-runtime",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-mmr-primitives"6354version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6356dependencies = [6357 "frame-support",6358 "frame-system",6359 "log",6360 "parity-scale-codec",6361 "serde",6362 "sp-api",6363 "sp-core",6364 "sp-runtime",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-mmr-rpc"6370version = "3.0.0"6371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6372dependencies = [6373 "jsonrpc-core",6374 "jsonrpc-core-client",6375 "jsonrpc-derive",6376 "pallet-mmr-primitives",6377 "parity-scale-codec",6378 "serde",6379 "sp-api",6380 "sp-blockchain",6381 "sp-core",6382 "sp-runtime",6383]63846385[[package]]6386name = "pallet-multisig"6387version = "4.0.0-dev"6388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6389dependencies = [6390 "frame-benchmarking",6391 "frame-support",6392 "frame-system",6393 "parity-scale-codec",6394 "scale-info",6395 "sp-io",6396 "sp-runtime",6397 "sp-std",6398]63996400[[package]]6401name = "pallet-nicks"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "parity-scale-codec",6408 "scale-info",6409 "sp-io",6410 "sp-runtime",6411 "sp-std",6412]64136414[[package]]6415name = "pallet-nonfungible"6416version = "0.1.0"6417dependencies = [6418 "ethereum",6419 "evm-coder",6420 "frame-benchmarking",6421 "frame-support",6422 "frame-system",6423 "pallet-common",6424 "pallet-evm-coder-substrate",6425 "parity-scale-codec",6426 "scale-info",6427 "sp-core",6428 "sp-runtime",6429 "sp-std",6430 "up-data-structs",6431]64326433[[package]]6434name = "pallet-offences"6435version = "4.0.0-dev"6436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6437dependencies = [6438 "frame-support",6439 "frame-system",6440 "log",6441 "pallet-balances",6442 "parity-scale-codec",6443 "scale-info",6444 "serde",6445 "sp-runtime",6446 "sp-staking",6447 "sp-std",6448]64496450[[package]]6451name = "pallet-offences-benchmarking"6452version = "4.0.0-dev"6453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6454dependencies = [6455 "frame-benchmarking",6456 "frame-election-provider-support",6457 "frame-support",6458 "frame-system",6459 "pallet-babe",6460 "pallet-balances",6461 "pallet-grandpa",6462 "pallet-im-online",6463 "pallet-offences",6464 "pallet-session",6465 "pallet-staking",6466 "parity-scale-codec",6467 "scale-info",6468 "sp-runtime",6469 "sp-staking",6470 "sp-std",6471]64726473[[package]]6474name = "pallet-preimage"6475version = "4.0.0-dev"6476source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6477dependencies = [6478 "frame-benchmarking",6479 "frame-support",6480 "frame-system",6481 "parity-scale-codec",6482 "scale-info",6483 "sp-core",6484 "sp-io",6485 "sp-runtime",6486 "sp-std",6487]64886489[[package]]6490name = "pallet-proxy"6491version = "4.0.0-dev"6492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6493dependencies = [6494 "frame-benchmarking",6495 "frame-support",6496 "frame-system",6497 "parity-scale-codec",6498 "scale-info",6499 "sp-io",6500 "sp-runtime",6501 "sp-std",6502]65036504[[package]]6505name = "pallet-randomness-collective-flip"6506version = "4.0.0-dev"6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6508dependencies = [6509 "frame-support",6510 "frame-system",6511 "parity-scale-codec",6512 "safe-mix",6513 "scale-info",6514 "sp-runtime",6515 "sp-std",6516]65176518[[package]]6519name = "pallet-recovery"6520version = "4.0.0-dev"6521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6522dependencies = [6523 "frame-support",6524 "frame-system",6525 "parity-scale-codec",6526 "scale-info",6527 "sp-io",6528 "sp-runtime",6529 "sp-std",6530]65316532[[package]]6533name = "pallet-refungible"6534version = "0.1.0"6535dependencies = [6536 "frame-benchmarking",6537 "frame-support",6538 "frame-system",6539 "pallet-common",6540 "parity-scale-codec",6541 "scale-info",6542 "sp-core",6543 "sp-runtime",6544 "sp-std",6545 "up-data-structs",6546]65476548[[package]]6549name = "pallet-scheduler"6550version = "4.0.0-dev"6551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6552dependencies = [6553 "frame-benchmarking",6554 "frame-support",6555 "frame-system",6556 "log",6557 "parity-scale-codec",6558 "scale-info",6559 "sp-io",6560 "sp-runtime",6561 "sp-std",6562]65636564[[package]]6565name = "pallet-session"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6568dependencies = [6569 "frame-support",6570 "frame-system",6571 "impl-trait-for-tuples",6572 "log",6573 "pallet-timestamp",6574 "parity-scale-codec",6575 "scale-info",6576 "sp-core",6577 "sp-io",6578 "sp-runtime",6579 "sp-session",6580 "sp-staking",6581 "sp-std",6582 "sp-trie",6583]65846585[[package]]6586name = "pallet-session-benchmarking"6587version = "4.0.0-dev"6588source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6589dependencies = [6590 "frame-benchmarking",6591 "frame-support",6592 "frame-system",6593 "pallet-session",6594 "pallet-staking",6595 "rand 0.7.3",6596 "sp-runtime",6597 "sp-session",6598 "sp-std",6599]66006601[[package]]6602name = "pallet-society"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6605dependencies = [6606 "frame-support",6607 "frame-system",6608 "parity-scale-codec",6609 "rand_chacha 0.2.2",6610 "scale-info",6611 "sp-runtime",6612 "sp-std",6613]66146615[[package]]6616name = "pallet-staking"6617version = "4.0.0-dev"6618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6619dependencies = [6620 "frame-benchmarking",6621 "frame-election-provider-support",6622 "frame-support",6623 "frame-system",6624 "log",6625 "pallet-authorship",6626 "pallet-session",6627 "parity-scale-codec",6628 "rand_chacha 0.2.2",6629 "scale-info",6630 "serde",6631 "sp-application-crypto",6632 "sp-io",6633 "sp-runtime",6634 "sp-staking",6635 "sp-std",6636]66376638[[package]]6639name = "pallet-staking-reward-curve"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6642dependencies = [6643 "proc-macro-crate 1.1.3",6644 "proc-macro2",6645 "quote",6646 "syn",6647]66486649[[package]]6650name = "pallet-staking-reward-fn"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6653dependencies = [6654 "log",6655 "sp-arithmetic",6656]66576658[[package]]6659name = "pallet-sudo"6660version = "4.0.0-dev"6661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6662dependencies = [6663 "frame-support",6664 "frame-system",6665 "parity-scale-codec",6666 "scale-info",6667 "sp-io",6668 "sp-runtime",6669 "sp-std",6670]66716672[[package]]6673name = "pallet-template-transaction-payment"6674version = "3.0.0"6675source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6676dependencies = [6677 "frame-benchmarking",6678 "frame-support",6679 "frame-system",6680 "pallet-balances",6681 "pallet-transaction-payment",6682 "parity-scale-codec",6683 "scale-info",6684 "serde",6685 "sp-core",6686 "sp-io",6687 "sp-runtime",6688 "sp-std",6689 "up-sponsorship",6690]66916692[[package]]6693name = "pallet-timestamp"6694version = "4.0.0-dev"6695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6696dependencies = [6697 "frame-benchmarking",6698 "frame-support",6699 "frame-system",6700 "log",6701 "parity-scale-codec",6702 "scale-info",6703 "sp-inherents",6704 "sp-io",6705 "sp-runtime",6706 "sp-std",6707 "sp-timestamp",6708]67096710[[package]]6711name = "pallet-tips"6712version = "4.0.0-dev"6713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6714dependencies = [6715 "frame-benchmarking",6716 "frame-support",6717 "frame-system",6718 "log",6719 "pallet-treasury",6720 "parity-scale-codec",6721 "scale-info",6722 "serde",6723 "sp-core",6724 "sp-io",6725 "sp-runtime",6726 "sp-std",6727]67286729[[package]]6730name = "pallet-transaction-payment"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6733dependencies = [6734 "frame-support",6735 "frame-system",6736 "parity-scale-codec",6737 "scale-info",6738 "serde",6739 "smallvec",6740 "sp-core",6741 "sp-io",6742 "sp-runtime",6743 "sp-std",6744]67456746[[package]]6747name = "pallet-transaction-payment-rpc"6748version = "4.0.0-dev"6749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6750dependencies = [6751 "jsonrpc-core",6752 "jsonrpc-core-client",6753 "jsonrpc-derive",6754 "pallet-transaction-payment-rpc-runtime-api",6755 "parity-scale-codec",6756 "sp-api",6757 "sp-blockchain",6758 "sp-core",6759 "sp-rpc",6760 "sp-runtime",6761]67626763[[package]]6764name = "pallet-transaction-payment-rpc-runtime-api"6765version = "4.0.0-dev"6766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6767dependencies = [6768 "pallet-transaction-payment",6769 "parity-scale-codec",6770 "sp-api",6771 "sp-runtime",6772]67736774[[package]]6775name = "pallet-treasury"6776version = "4.0.0-dev"6777source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6778dependencies = [6779 "frame-benchmarking",6780 "frame-support",6781 "frame-system",6782 "impl-trait-for-tuples",6783 "pallet-balances",6784 "parity-scale-codec",6785 "scale-info",6786 "serde",6787 "sp-runtime",6788 "sp-std",6789]67906791[[package]]6792name = "pallet-unique"6793version = "0.1.0"6794dependencies = [6795 "ethereum",6796 "evm-coder",6797 "fp-evm",6798 "frame-benchmarking",6799 "frame-support",6800 "frame-system",6801 "hex-literal",6802 "pallet-balances",6803 "pallet-common",6804 "pallet-ethereum",6805 "pallet-evm",6806 "pallet-evm-coder-substrate",6807 "pallet-fungible",6808 "pallet-nonfungible",6809 "pallet-randomness-collective-flip",6810 "pallet-refungible",6811 "pallet-timestamp",6812 "pallet-transaction-payment",6813 "parity-scale-codec",6814 "primitive-types",6815 "rlp",6816 "scale-info",6817 "serde",6818 "sp-api",6819 "sp-core",6820 "sp-io",6821 "sp-runtime",6822 "sp-std",6823 "up-data-structs",6824 "up-evm-mapping",6825 "up-sponsorship",6826]68276828[[package]]6829name = "pallet-unq-scheduler"6830version = "0.1.0"6831dependencies = [6832 "frame-benchmarking",6833 "frame-support",6834 "frame-system",6835 "log",6836 "parity-scale-codec",6837 "scale-info",6838 "serde",6839 "sp-core",6840 "sp-io",6841 "sp-runtime",6842 "sp-std",6843 "substrate-test-utils",6844 "up-sponsorship",6845]68466847[[package]]6848name = "pallet-utility"6849version = "4.0.0-dev"6850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6851dependencies = [6852 "frame-benchmarking",6853 "frame-support",6854 "frame-system",6855 "parity-scale-codec",6856 "scale-info",6857 "sp-core",6858 "sp-io",6859 "sp-runtime",6860 "sp-std",6861]68626863[[package]]6864name = "pallet-vesting"6865version = "4.0.0-dev"6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6867dependencies = [6868 "frame-benchmarking",6869 "frame-support",6870 "frame-system",6871 "log",6872 "parity-scale-codec",6873 "scale-info",6874 "sp-runtime",6875 "sp-std",6876]68776878[[package]]6879name = "pallet-xcm"6880version = "0.9.18"6881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6882dependencies = [6883 "frame-support",6884 "frame-system",6885 "log",6886 "parity-scale-codec",6887 "scale-info",6888 "serde",6889 "sp-core",6890 "sp-runtime",6891 "sp-std",6892 "xcm",6893 "xcm-executor",6894]68956896[[package]]6897name = "pallet-xcm-benchmarks"6898version = "0.9.18"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6900dependencies = [6901 "frame-benchmarking",6902 "frame-support",6903 "frame-system",6904 "log",6905 "parity-scale-codec",6906 "scale-info",6907 "sp-runtime",6908 "sp-std",6909 "xcm",6910 "xcm-executor",6911]69126913[[package]]6914name = "parachain-info"6915version = "0.1.0"6916source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6917dependencies = [6918 "cumulus-primitives-core",6919 "frame-support",6920 "frame-system",6921 "parity-scale-codec",6922 "scale-info",6923 "serde",6924]69256926[[package]]6927name = "parity-db"6928version = "0.3.9"6929source = "registry+https://github.com/rust-lang/crates.io-index"6930checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6931dependencies = [6932 "blake2-rfc",6933 "crc32fast",6934 "fs2",6935 "hex",6936 "libc",6937 "log",6938 "lz4",6939 "memmap2 0.2.3",6940 "parking_lot 0.11.2",6941 "rand 0.8.5",6942 "snap",6943]69446945[[package]]6946name = "parity-scale-codec"6947version = "3.1.2"6948source = "registry+https://github.com/rust-lang/crates.io-index"6949checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6950dependencies = [6951 "arrayvec 0.7.2",6952 "bitvec",6953 "byte-slice-cast",6954 "impl-trait-for-tuples",6955 "parity-scale-codec-derive",6956 "serde",6957]69586959[[package]]6960name = "parity-scale-codec-derive"6961version = "3.1.2"6962source = "registry+https://github.com/rust-lang/crates.io-index"6963checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6964dependencies = [6965 "proc-macro-crate 1.1.3",6966 "proc-macro2",6967 "quote",6968 "syn",6969]69706971[[package]]6972name = "parity-send-wrapper"6973version = "0.1.0"6974source = "registry+https://github.com/rust-lang/crates.io-index"6975checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69766977[[package]]6978name = "parity-tokio-ipc"6979version = "0.9.0"6980source = "registry+https://github.com/rust-lang/crates.io-index"6981checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6982dependencies = [6983 "futures 0.3.21",6984 "libc",6985 "log",6986 "rand 0.7.3",6987 "tokio 1.17.0",6988 "winapi 0.3.9",6989]69906991[[package]]6992name = "parity-util-mem"6993version = "0.11.0"6994source = "registry+https://github.com/rust-lang/crates.io-index"6995checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6996dependencies = [6997 "cfg-if 1.0.0",6998 "ethereum-types",6999 "hashbrown 0.12.0",7000 "impl-trait-for-tuples",7001 "lru 0.7.3",7002 "parity-util-mem-derive",7003 "parking_lot 0.12.0",7004 "primitive-types",7005 "smallvec",7006 "winapi 0.3.9",7007]70087009[[package]]7010name = "parity-util-mem-derive"7011version = "0.1.0"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7014dependencies = [7015 "proc-macro2",7016 "syn",7017 "synstructure",7018]70197020[[package]]7021name = "parity-wasm"7022version = "0.32.0"7023source = "registry+https://github.com/rust-lang/crates.io-index"7024checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7025dependencies = [7026 "byteorder",7027]70287029[[package]]7030name = "parity-wasm"7031version = "0.42.2"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70347035[[package]]7036name = "parity-ws"7037version = "0.11.1"7038source = "registry+https://github.com/rust-lang/crates.io-index"7039checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7040dependencies = [7041 "byteorder",7042 "bytes 0.4.12",7043 "httparse",7044 "log",7045 "mio 0.6.23",7046 "mio-extras",7047 "rand 0.7.3",7048 "sha-1 0.8.2",7049 "slab",7050 "url 2.2.2",7051]70527053[[package]]7054name = "parking"7055version = "2.0.0"7056source = "registry+https://github.com/rust-lang/crates.io-index"7057checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70587059[[package]]7060name = "parking_lot"7061version = "0.11.2"7062source = "registry+https://github.com/rust-lang/crates.io-index"7063checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7064dependencies = [7065 "instant",7066 "lock_api",7067 "parking_lot_core 0.8.5",7068]70697070[[package]]7071name = "parking_lot"7072version = "0.12.0"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7075dependencies = [7076 "lock_api",7077 "parking_lot_core 0.9.1",7078]70797080[[package]]7081name = "parking_lot_core"7082version = "0.8.5"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7085dependencies = [7086 "cfg-if 1.0.0",7087 "instant",7088 "libc",7089 "redox_syscall",7090 "smallvec",7091 "winapi 0.3.9",7092]70937094[[package]]7095name = "parking_lot_core"7096version = "0.9.1"7097source = "registry+https://github.com/rust-lang/crates.io-index"7098checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7099dependencies = [7100 "cfg-if 1.0.0",7101 "libc",7102 "redox_syscall",7103 "smallvec",7104 "windows-sys",7105]71067107[[package]]7108name = "paste"7109version = "1.0.6"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71127113[[package]]7114name = "pbkdf2"7115version = "0.4.0"7116source = "registry+https://github.com/rust-lang/crates.io-index"7117checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7118dependencies = [7119 "crypto-mac 0.8.0",7120]71217122[[package]]7123name = "pbkdf2"7124version = "0.8.0"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7127dependencies = [7128 "crypto-mac 0.11.1",7129]71307131[[package]]7132name = "peeking_take_while"7133version = "0.1.2"7134source = "registry+https://github.com/rust-lang/crates.io-index"7135checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71367137[[package]]7138name = "percent-encoding"7139version = "1.0.1"7140source = "registry+https://github.com/rust-lang/crates.io-index"7141checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71427143[[package]]7144name = "percent-encoding"7145version = "2.1.0"7146source = "registry+https://github.com/rust-lang/crates.io-index"7147checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71487149[[package]]7150name = "pest"7151version = "2.1.3"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7154dependencies = [7155 "ucd-trie",7156]71577158[[package]]7159name = "pest_derive"7160version = "2.1.0"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7163dependencies = [7164 "pest",7165 "pest_generator",7166]71677168[[package]]7169name = "pest_generator"7170version = "2.1.3"7171source = "registry+https://github.com/rust-lang/crates.io-index"7172checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7173dependencies = [7174 "pest",7175 "pest_meta",7176 "proc-macro2",7177 "quote",7178 "syn",7179]71807181[[package]]7182name = "pest_meta"7183version = "2.1.3"7184source = "registry+https://github.com/rust-lang/crates.io-index"7185checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7186dependencies = [7187 "maplit",7188 "pest",7189 "sha-1 0.8.2",7190]71917192[[package]]7193name = "petgraph"7194version = "0.6.0"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7197dependencies = [7198 "fixedbitset",7199 "indexmap",7200]72017202[[package]]7203name = "pin-project"7204version = "0.4.29"7205source = "registry+https://github.com/rust-lang/crates.io-index"7206checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7207dependencies = [7208 "pin-project-internal 0.4.29",7209]72107211[[package]]7212name = "pin-project"7213version = "1.0.10"7214source = "registry+https://github.com/rust-lang/crates.io-index"7215checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7216dependencies = [7217 "pin-project-internal 1.0.10",7218]72197220[[package]]7221name = "pin-project-internal"7222version = "0.4.29"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7225dependencies = [7226 "proc-macro2",7227 "quote",7228 "syn",7229]72307231[[package]]7232name = "pin-project-internal"7233version = "1.0.10"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7236dependencies = [7237 "proc-macro2",7238 "quote",7239 "syn",7240]72417242[[package]]7243name = "pin-project-lite"7244version = "0.1.12"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72477248[[package]]7249name = "pin-project-lite"7250version = "0.2.8"7251source = "registry+https://github.com/rust-lang/crates.io-index"7252checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72537254[[package]]7255name = "pin-utils"7256version = "0.1.0"7257source = "registry+https://github.com/rust-lang/crates.io-index"7258checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72597260[[package]]7261name = "pkcs8"7262version = "0.8.0"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7265dependencies = [7266 "der",7267 "spki",7268 "zeroize",7269]72707271[[package]]7272name = "pkg-config"7273version = "0.3.24"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72767277[[package]]7278name = "platforms"7279version = "2.0.0"7280source = "registry+https://github.com/rust-lang/crates.io-index"7281checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72827283[[package]]7284name = "polkadot-approval-distribution"7285version = "0.9.18"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7287dependencies = [7288 "futures 0.3.21",7289 "polkadot-node-network-protocol",7290 "polkadot-node-primitives",7291 "polkadot-node-subsystem",7292 "polkadot-node-subsystem-util",7293 "polkadot-primitives",7294 "tracing",7295]72967297[[package]]7298name = "polkadot-availability-bitfield-distribution"7299version = "0.9.18"7300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7301dependencies = [7302 "futures 0.3.21",7303 "polkadot-node-network-protocol",7304 "polkadot-node-subsystem",7305 "polkadot-node-subsystem-util",7306 "polkadot-primitives",7307 "tracing",7308]73097310[[package]]7311name = "polkadot-availability-distribution"7312version = "0.9.18"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7314dependencies = [7315 "derive_more",7316 "fatality",7317 "futures 0.3.21",7318 "lru 0.7.3",7319 "parity-scale-codec",7320 "polkadot-erasure-coding",7321 "polkadot-node-network-protocol",7322 "polkadot-node-primitives",7323 "polkadot-node-subsystem",7324 "polkadot-node-subsystem-util",7325 "polkadot-primitives",7326 "rand 0.8.5",7327 "sp-core",7328 "sp-keystore",7329 "thiserror",7330 "tracing",7331]73327333[[package]]7334name = "polkadot-availability-recovery"7335version = "0.9.18"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7337dependencies = [7338 "fatality",7339 "futures 0.3.21",7340 "lru 0.7.3",7341 "parity-scale-codec",7342 "polkadot-erasure-coding",7343 "polkadot-node-network-protocol",7344 "polkadot-node-primitives",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "rand 0.8.5",7349 "sc-network",7350 "thiserror",7351 "tracing",7352]73537354[[package]]7355name = "polkadot-cli"7356version = "0.9.18"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7358dependencies = [7359 "clap",7360 "frame-benchmarking-cli",7361 "futures 0.3.21",7362 "log",7363 "polkadot-node-core-pvf",7364 "polkadot-node-metrics",7365 "polkadot-performance-test",7366 "polkadot-service",7367 "sc-cli",7368 "sc-service",7369 "sc-tracing",7370 "sp-core",7371 "sp-trie",7372 "substrate-build-script-utils",7373 "thiserror",7374 "try-runtime-cli",7375]73767377[[package]]7378name = "polkadot-client"7379version = "0.9.18"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7381dependencies = [7382 "beefy-primitives",7383 "frame-benchmarking",7384 "frame-system-rpc-runtime-api",7385 "pallet-mmr-primitives",7386 "pallet-transaction-payment-rpc-runtime-api",7387 "polkadot-primitives",7388 "polkadot-runtime",7389 "sc-client-api",7390 "sc-consensus",7391 "sc-executor",7392 "sc-service",7393 "sp-api",7394 "sp-authority-discovery",7395 "sp-block-builder",7396 "sp-blockchain",7397 "sp-consensus",7398 "sp-consensus-babe",7399 "sp-finality-grandpa",7400 "sp-offchain",7401 "sp-runtime",7402 "sp-session",7403 "sp-storage",7404 "sp-transaction-pool",7405]74067407[[package]]7408name = "polkadot-collator-protocol"7409version = "0.9.18"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7411dependencies = [7412 "always-assert",7413 "fatality",7414 "futures 0.3.21",7415 "futures-timer",7416 "polkadot-node-network-protocol",7417 "polkadot-node-primitives",7418 "polkadot-node-subsystem",7419 "polkadot-node-subsystem-util",7420 "polkadot-primitives",7421 "sp-core",7422 "sp-keystore",7423 "sp-runtime",7424 "thiserror",7425 "tracing",7426]74277428[[package]]7429name = "polkadot-core-primitives"7430version = "0.9.18"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7432dependencies = [7433 "parity-scale-codec",7434 "parity-util-mem",7435 "scale-info",7436 "sp-core",7437 "sp-runtime",7438 "sp-std",7439]74407441[[package]]7442name = "polkadot-dispute-distribution"7443version = "0.9.18"7444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7445dependencies = [7446 "derive_more",7447 "fatality",7448 "futures 0.3.21",7449 "lru 0.7.3",7450 "parity-scale-codec",7451 "polkadot-erasure-coding",7452 "polkadot-node-network-protocol",7453 "polkadot-node-primitives",7454 "polkadot-node-subsystem",7455 "polkadot-node-subsystem-util",7456 "polkadot-primitives",7457 "sc-network",7458 "sp-application-crypto",7459 "sp-keystore",7460 "thiserror",7461 "tracing",7462]74637464[[package]]7465name = "polkadot-erasure-coding"7466version = "0.9.18"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7468dependencies = [7469 "parity-scale-codec",7470 "polkadot-node-primitives",7471 "polkadot-primitives",7472 "reed-solomon-novelpoly",7473 "sp-core",7474 "sp-trie",7475 "thiserror",7476]74777478[[package]]7479name = "polkadot-gossip-support"7480version = "0.9.18"7481source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7482dependencies = [7483 "futures 0.3.21",7484 "futures-timer",7485 "polkadot-node-network-protocol",7486 "polkadot-node-subsystem",7487 "polkadot-node-subsystem-util",7488 "polkadot-primitives",7489 "rand 0.8.5",7490 "rand_chacha 0.3.1",7491 "sc-network",7492 "sp-application-crypto",7493 "sp-core",7494 "sp-keystore",7495 "tracing",7496]74977498[[package]]7499name = "polkadot-network-bridge"7500version = "0.9.18"7501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7502dependencies = [7503 "async-trait",7504 "futures 0.3.21",7505 "parity-scale-codec",7506 "parking_lot 0.12.0",7507 "polkadot-node-network-protocol",7508 "polkadot-node-subsystem",7509 "polkadot-node-subsystem-util",7510 "polkadot-overseer",7511 "polkadot-primitives",7512 "sc-network",7513 "sp-consensus",7514 "tracing",7515]75167517[[package]]7518name = "polkadot-node-collation-generation"7519version = "0.9.18"7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7521dependencies = [7522 "futures 0.3.21",7523 "parity-scale-codec",7524 "polkadot-erasure-coding",7525 "polkadot-node-primitives",7526 "polkadot-node-subsystem",7527 "polkadot-node-subsystem-util",7528 "polkadot-primitives",7529 "sp-core",7530 "sp-maybe-compressed-blob",7531 "thiserror",7532 "tracing",7533]75347535[[package]]7536name = "polkadot-node-core-approval-voting"7537version = "0.9.18"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7539dependencies = [7540 "bitvec",7541 "derive_more",7542 "futures 0.3.21",7543 "futures-timer",7544 "kvdb",7545 "lru 0.7.3",7546 "merlin",7547 "parity-scale-codec",7548 "polkadot-node-jaeger",7549 "polkadot-node-primitives",7550 "polkadot-node-subsystem",7551 "polkadot-node-subsystem-util",7552 "polkadot-overseer",7553 "polkadot-primitives",7554 "sc-keystore",7555 "schnorrkel",7556 "sp-application-crypto",7557 "sp-consensus",7558 "sp-consensus-slots",7559 "sp-runtime",7560 "tracing",7561]75627563[[package]]7564name = "polkadot-node-core-av-store"7565version = "0.9.18"7566source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7567dependencies = [7568 "bitvec",7569 "futures 0.3.21",7570 "futures-timer",7571 "kvdb",7572 "parity-scale-codec",7573 "polkadot-erasure-coding",7574 "polkadot-node-primitives",7575 "polkadot-node-subsystem",7576 "polkadot-node-subsystem-util",7577 "polkadot-overseer",7578 "polkadot-primitives",7579 "thiserror",7580 "tracing",7581]75827583[[package]]7584name = "polkadot-node-core-backing"7585version = "0.9.18"7586source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7587dependencies = [7588 "bitvec",7589 "futures 0.3.21",7590 "polkadot-erasure-coding",7591 "polkadot-node-primitives",7592 "polkadot-node-subsystem",7593 "polkadot-node-subsystem-util",7594 "polkadot-primitives",7595 "polkadot-statement-table",7596 "sp-keystore",7597 "thiserror",7598 "tracing",7599]76007601[[package]]7602name = "polkadot-node-core-bitfield-signing"7603version = "0.9.18"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7605dependencies = [7606 "futures 0.3.21",7607 "polkadot-node-subsystem",7608 "polkadot-node-subsystem-util",7609 "polkadot-primitives",7610 "sp-keystore",7611 "thiserror",7612 "tracing",7613 "wasm-timer",7614]76157616[[package]]7617name = "polkadot-node-core-candidate-validation"7618version = "0.9.18"7619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7620dependencies = [7621 "async-trait",7622 "futures 0.3.21",7623 "parity-scale-codec",7624 "polkadot-node-core-pvf",7625 "polkadot-node-primitives",7626 "polkadot-node-subsystem",7627 "polkadot-node-subsystem-util",7628 "polkadot-parachain",7629 "polkadot-primitives",7630 "sp-maybe-compressed-blob",7631 "tracing",7632]76337634[[package]]7635name = "polkadot-node-core-chain-api"7636version = "0.9.18"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7638dependencies = [7639 "futures 0.3.21",7640 "polkadot-node-subsystem",7641 "polkadot-node-subsystem-util",7642 "polkadot-primitives",7643 "sc-client-api",7644 "sc-consensus-babe",7645 "sp-blockchain",7646 "tracing",7647]76487649[[package]]7650name = "polkadot-node-core-chain-selection"7651version = "0.9.18"7652source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7653dependencies = [7654 "futures 0.3.21",7655 "futures-timer",7656 "kvdb",7657 "parity-scale-codec",7658 "polkadot-node-primitives",7659 "polkadot-node-subsystem",7660 "polkadot-node-subsystem-util",7661 "polkadot-primitives",7662 "thiserror",7663 "tracing",7664]76657666[[package]]7667name = "polkadot-node-core-dispute-coordinator"7668version = "0.9.18"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7670dependencies = [7671 "fatality",7672 "futures 0.3.21",7673 "kvdb",7674 "lru 0.7.3",7675 "parity-scale-codec",7676 "polkadot-node-primitives",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "sc-keystore",7681 "thiserror",7682 "tracing",7683]76847685[[package]]7686name = "polkadot-node-core-parachains-inherent"7687version = "0.9.18"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7689dependencies = [7690 "async-trait",7691 "futures 0.3.21",7692 "futures-timer",7693 "polkadot-node-subsystem",7694 "polkadot-primitives",7695 "sp-blockchain",7696 "sp-inherents",7697 "sp-runtime",7698 "thiserror",7699 "tracing",7700]77017702[[package]]7703name = "polkadot-node-core-provisioner"7704version = "0.9.18"7705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7706dependencies = [7707 "bitvec",7708 "futures 0.3.21",7709 "futures-timer",7710 "polkadot-node-primitives",7711 "polkadot-node-subsystem",7712 "polkadot-node-subsystem-util",7713 "polkadot-primitives",7714 "rand 0.8.5",7715 "thiserror",7716 "tracing",7717]77187719[[package]]7720name = "polkadot-node-core-pvf"7721version = "0.9.18"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7723dependencies = [7724 "always-assert",7725 "assert_matches",7726 "async-process",7727 "async-std",7728 "futures 0.3.21",7729 "futures-timer",7730 "parity-scale-codec",7731 "pin-project 1.0.10",7732 "polkadot-core-primitives",7733 "polkadot-node-subsystem-util",7734 "polkadot-parachain",7735 "rand 0.8.5",7736 "sc-executor",7737 "sc-executor-common",7738 "sc-executor-wasmtime",7739 "slotmap",7740 "sp-core",7741 "sp-externalities",7742 "sp-io",7743 "sp-maybe-compressed-blob",7744 "sp-tracing",7745 "sp-wasm-interface",7746 "tracing",7747]77487749[[package]]7750name = "polkadot-node-core-pvf-checker"7751version = "0.9.18"7752source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7753dependencies = [7754 "futures 0.3.21",7755 "polkadot-node-primitives",7756 "polkadot-node-subsystem",7757 "polkadot-node-subsystem-util",7758 "polkadot-overseer",7759 "polkadot-primitives",7760 "sp-keystore",7761 "thiserror",7762 "tracing",7763]77647765[[package]]7766name = "polkadot-node-core-runtime-api"7767version = "0.9.18"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7769dependencies = [7770 "futures 0.3.21",7771 "memory-lru",7772 "parity-util-mem",7773 "polkadot-node-subsystem",7774 "polkadot-node-subsystem-util",7775 "polkadot-primitives",7776 "sp-api",7777 "sp-authority-discovery",7778 "sp-consensus-babe",7779 "sp-core",7780 "tracing",7781]77827783[[package]]7784name = "polkadot-node-jaeger"7785version = "0.9.18"7786source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7787dependencies = [7788 "async-std",7789 "lazy_static",7790 "log",7791 "mick-jaeger",7792 "parity-scale-codec",7793 "parking_lot 0.12.0",7794 "polkadot-node-primitives",7795 "polkadot-primitives",7796 "sc-network",7797 "sp-core",7798 "thiserror",7799]78007801[[package]]7802name = "polkadot-node-metrics"7803version = "0.9.18"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7805dependencies = [7806 "bs58",7807 "futures 0.3.21",7808 "futures-timer",7809 "log",7810 "metered-channel",7811 "parity-scale-codec",7812 "polkadot-primitives",7813 "sc-cli",7814 "sc-service",7815 "sc-tracing",7816 "substrate-prometheus-endpoint",7817 "tracing",7818]78197820[[package]]7821name = "polkadot-node-network-protocol"7822version = "0.9.18"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7824dependencies = [7825 "async-trait",7826 "fatality",7827 "futures 0.3.21",7828 "parity-scale-codec",7829 "polkadot-node-jaeger",7830 "polkadot-node-primitives",7831 "polkadot-primitives",7832 "sc-authority-discovery",7833 "sc-network",7834 "strum 0.24.0",7835 "thiserror",7836]78377838[[package]]7839name = "polkadot-node-primitives"7840version = "0.9.18"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7842dependencies = [7843 "bounded-vec",7844 "futures 0.3.21",7845 "parity-scale-codec",7846 "polkadot-parachain",7847 "polkadot-primitives",7848 "schnorrkel",7849 "serde",7850 "sp-application-crypto",7851 "sp-consensus-babe",7852 "sp-consensus-vrf",7853 "sp-core",7854 "sp-keystore",7855 "sp-maybe-compressed-blob",7856 "thiserror",7857 "zstd",7858]78597860[[package]]7861name = "polkadot-node-subsystem"7862version = "0.9.18"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7864dependencies = [7865 "polkadot-node-jaeger",7866 "polkadot-node-subsystem-types",7867 "polkadot-overseer",7868]78697870[[package]]7871name = "polkadot-node-subsystem-types"7872version = "0.9.18"7873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7874dependencies = [7875 "derive_more",7876 "futures 0.3.21",7877 "polkadot-node-jaeger",7878 "polkadot-node-network-protocol",7879 "polkadot-node-primitives",7880 "polkadot-overseer-gen",7881 "polkadot-primitives",7882 "polkadot-statement-table",7883 "sc-network",7884 "smallvec",7885 "substrate-prometheus-endpoint",7886 "thiserror",7887]78887889[[package]]7890name = "polkadot-node-subsystem-util"7891version = "0.9.18"7892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7893dependencies = [7894 "async-trait",7895 "derive_more",7896 "fatality",7897 "futures 0.3.21",7898 "itertools",7899 "kvdb",7900 "lru 0.7.3",7901 "metered-channel",7902 "parity-db",7903 "parity-scale-codec",7904 "parity-util-mem",7905 "parking_lot 0.11.2",7906 "pin-project 1.0.10",7907 "polkadot-node-jaeger",7908 "polkadot-node-metrics",7909 "polkadot-node-network-protocol",7910 "polkadot-node-primitives",7911 "polkadot-node-subsystem",7912 "polkadot-overseer",7913 "polkadot-primitives",7914 "rand 0.8.5",7915 "sp-application-crypto",7916 "sp-core",7917 "sp-keystore",7918 "thiserror",7919 "tracing",7920]79217922[[package]]7923name = "polkadot-overseer"7924version = "0.9.18"7925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7926dependencies = [7927 "futures 0.3.21",7928 "futures-timer",7929 "lru 0.7.3",7930 "parity-util-mem",7931 "parking_lot 0.12.0",7932 "polkadot-node-metrics",7933 "polkadot-node-network-protocol",7934 "polkadot-node-primitives",7935 "polkadot-node-subsystem-types",7936 "polkadot-overseer-gen",7937 "polkadot-primitives",7938 "sc-client-api",7939 "sp-api",7940 "tracing",7941]79427943[[package]]7944name = "polkadot-overseer-gen"7945version = "0.9.18"7946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7947dependencies = [7948 "async-trait",7949 "futures 0.3.21",7950 "futures-timer",7951 "metered-channel",7952 "pin-project 1.0.10",7953 "polkadot-node-network-protocol",7954 "polkadot-node-primitives",7955 "polkadot-overseer-gen-proc-macro",7956 "thiserror",7957 "tracing",7958]79597960[[package]]7961name = "polkadot-overseer-gen-proc-macro"7962version = "0.9.18"7963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7964dependencies = [7965 "expander 0.0.5",7966 "proc-macro-crate 1.1.3",7967 "proc-macro2",7968 "quote",7969 "syn",7970]79717972[[package]]7973name = "polkadot-parachain"7974version = "0.9.18"7975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7976dependencies = [7977 "derive_more",7978 "frame-support",7979 "parity-scale-codec",7980 "parity-util-mem",7981 "polkadot-core-primitives",7982 "scale-info",7983 "serde",7984 "sp-core",7985 "sp-runtime",7986 "sp-std",7987]79887989[[package]]7990name = "polkadot-performance-test"7991version = "0.9.18"7992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7993dependencies = [7994 "env_logger",7995 "kusama-runtime",7996 "log",7997 "polkadot-erasure-coding",7998 "polkadot-node-core-pvf",7999 "polkadot-node-primitives",8000 "quote",8001 "thiserror",8002]80038004[[package]]8005name = "polkadot-primitives"8006version = "0.9.18"8007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8008dependencies = [8009 "bitvec",8010 "frame-system",8011 "hex-literal",8012 "parity-scale-codec",8013 "parity-util-mem",8014 "polkadot-core-primitives",8015 "polkadot-parachain",8016 "scale-info",8017 "serde",8018 "sp-api",8019 "sp-application-crypto",8020 "sp-arithmetic",8021 "sp-authority-discovery",8022 "sp-consensus-slots",8023 "sp-core",8024 "sp-inherents",8025 "sp-io",8026 "sp-keystore",8027 "sp-runtime",8028 "sp-staking",8029 "sp-std",8030 "sp-trie",8031 "sp-version",8032]80338034[[package]]8035name = "polkadot-rpc"8036version = "0.9.18"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8038dependencies = [8039 "beefy-gadget",8040 "beefy-gadget-rpc",8041 "jsonrpc-core",8042 "pallet-mmr-rpc",8043 "pallet-transaction-payment-rpc",8044 "polkadot-primitives",8045 "sc-chain-spec",8046 "sc-client-api",8047 "sc-consensus-babe",8048 "sc-consensus-babe-rpc",8049 "sc-consensus-epochs",8050 "sc-finality-grandpa",8051 "sc-finality-grandpa-rpc",8052 "sc-rpc",8053 "sc-sync-state-rpc",8054 "sc-transaction-pool-api",8055 "sp-api",8056 "sp-block-builder",8057 "sp-blockchain",8058 "sp-consensus",8059 "sp-consensus-babe",8060 "sp-keystore",8061 "sp-runtime",8062 "substrate-frame-rpc-system",8063]80648065[[package]]8066name = "polkadot-runtime"8067version = "0.9.18"8068source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8069dependencies = [8070 "beefy-primitives",8071 "bitvec",8072 "frame-benchmarking",8073 "frame-election-provider-support",8074 "frame-executive",8075 "frame-support",8076 "frame-system",8077 "frame-system-benchmarking",8078 "frame-system-rpc-runtime-api",8079 "frame-try-runtime",8080 "hex-literal",8081 "log",8082 "pallet-authority-discovery",8083 "pallet-authorship",8084 "pallet-babe",8085 "pallet-bags-list",8086 "pallet-balances",8087 "pallet-bounties",8088 "pallet-collective",8089 "pallet-democracy",8090 "pallet-election-provider-multi-phase",8091 "pallet-elections-phragmen",8092 "pallet-grandpa",8093 "pallet-identity",8094 "pallet-im-online",8095 "pallet-indices",8096 "pallet-membership",8097 "pallet-mmr-primitives",8098 "pallet-multisig",8099 "pallet-nicks",8100 "pallet-offences",8101 "pallet-offences-benchmarking",8102 "pallet-preimage",8103 "pallet-proxy",8104 "pallet-scheduler",8105 "pallet-session",8106 "pallet-session-benchmarking",8107 "pallet-staking",8108 "pallet-staking-reward-curve",8109 "pallet-timestamp",8110 "pallet-tips",8111 "pallet-transaction-payment",8112 "pallet-transaction-payment-rpc-runtime-api",8113 "pallet-treasury",8114 "pallet-utility",8115 "pallet-vesting",8116 "pallet-xcm",8117 "parity-scale-codec",8118 "polkadot-primitives",8119 "polkadot-runtime-common",8120 "polkadot-runtime-constants",8121 "polkadot-runtime-parachains",8122 "rustc-hex",8123 "scale-info",8124 "serde",8125 "serde_derive",8126 "smallvec",8127 "sp-api",8128 "sp-authority-discovery",8129 "sp-block-builder",8130 "sp-consensus-babe",8131 "sp-core",8132 "sp-inherents",8133 "sp-io",8134 "sp-npos-elections",8135 "sp-offchain",8136 "sp-runtime",8137 "sp-session",8138 "sp-staking",8139 "sp-std",8140 "sp-transaction-pool",8141 "sp-version",8142 "static_assertions",8143 "substrate-wasm-builder",8144 "xcm",8145 "xcm-builder",8146 "xcm-executor",8147]81488149[[package]]8150name = "polkadot-runtime-common"8151version = "0.9.18"8152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8153dependencies = [8154 "beefy-primitives",8155 "bitvec",8156 "frame-benchmarking",8157 "frame-election-provider-support",8158 "frame-support",8159 "frame-system",8160 "impl-trait-for-tuples",8161 "libsecp256k1 0.7.0",8162 "log",8163 "pallet-authorship",8164 "pallet-babe",8165 "pallet-bags-list",8166 "pallet-balances",8167 "pallet-beefy-mmr",8168 "pallet-election-provider-multi-phase",8169 "pallet-session",8170 "pallet-staking",8171 "pallet-timestamp",8172 "pallet-transaction-payment",8173 "pallet-treasury",8174 "pallet-vesting",8175 "parity-scale-codec",8176 "polkadot-primitives",8177 "polkadot-runtime-parachains",8178 "rustc-hex",8179 "scale-info",8180 "serde",8181 "serde_derive",8182 "slot-range-helper",8183 "sp-api",8184 "sp-core",8185 "sp-inherents",8186 "sp-io",8187 "sp-npos-elections",8188 "sp-runtime",8189 "sp-session",8190 "sp-staking",8191 "sp-std",8192 "static_assertions",8193 "xcm",8194]81958196[[package]]8197name = "polkadot-runtime-constants"8198version = "0.9.18"8199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8200dependencies = [8201 "frame-support",8202 "polkadot-primitives",8203 "polkadot-runtime-common",8204 "smallvec",8205 "sp-runtime",8206]82078208[[package]]8209name = "polkadot-runtime-metrics"8210version = "0.9.18"8211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8212dependencies = [8213 "bs58",8214 "parity-scale-codec",8215 "polkadot-primitives",8216 "sp-std",8217 "sp-tracing",8218]82198220[[package]]8221name = "polkadot-runtime-parachains"8222version = "0.9.18"8223source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8224dependencies = [8225 "bitflags",8226 "bitvec",8227 "derive_more",8228 "frame-benchmarking",8229 "frame-support",8230 "frame-system",8231 "log",8232 "pallet-authority-discovery",8233 "pallet-authorship",8234 "pallet-babe",8235 "pallet-balances",8236 "pallet-session",8237 "pallet-staking",8238 "pallet-timestamp",8239 "pallet-vesting",8240 "parity-scale-codec",8241 "polkadot-primitives",8242 "polkadot-runtime-metrics",8243 "rand 0.8.5",8244 "rand_chacha 0.3.1",8245 "rustc-hex",8246 "scale-info",8247 "serde",8248 "sp-api",8249 "sp-core",8250 "sp-inherents",8251 "sp-io",8252 "sp-keystore",8253 "sp-runtime",8254 "sp-session",8255 "sp-staking",8256 "sp-std",8257 "static_assertions",8258 "xcm",8259 "xcm-executor",8260]82618262[[package]]8263name = "polkadot-service"8264version = "0.9.18"8265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8266dependencies = [8267 "async-trait",8268 "beefy-gadget",8269 "beefy-primitives",8270 "frame-system-rpc-runtime-api",8271 "futures 0.3.21",8272 "hex-literal",8273 "kusama-runtime",8274 "kvdb",8275 "kvdb-rocksdb",8276 "lru 0.7.3",8277 "pallet-babe",8278 "pallet-im-online",8279 "pallet-mmr-primitives",8280 "pallet-staking",8281 "pallet-transaction-payment-rpc-runtime-api",8282 "parity-db",8283 "polkadot-approval-distribution",8284 "polkadot-availability-bitfield-distribution",8285 "polkadot-availability-distribution",8286 "polkadot-availability-recovery",8287 "polkadot-client",8288 "polkadot-collator-protocol",8289 "polkadot-dispute-distribution",8290 "polkadot-gossip-support",8291 "polkadot-network-bridge",8292 "polkadot-node-collation-generation",8293 "polkadot-node-core-approval-voting",8294 "polkadot-node-core-av-store",8295 "polkadot-node-core-backing",8296 "polkadot-node-core-bitfield-signing",8297 "polkadot-node-core-candidate-validation",8298 "polkadot-node-core-chain-api",8299 "polkadot-node-core-chain-selection",8300 "polkadot-node-core-dispute-coordinator",8301 "polkadot-node-core-parachains-inherent",8302 "polkadot-node-core-provisioner",8303 "polkadot-node-core-pvf-checker",8304 "polkadot-node-core-runtime-api",8305 "polkadot-node-network-protocol",8306 "polkadot-node-primitives",8307 "polkadot-node-subsystem",8308 "polkadot-node-subsystem-util",8309 "polkadot-overseer",8310 "polkadot-parachain",8311 "polkadot-primitives",8312 "polkadot-rpc",8313 "polkadot-runtime",8314 "polkadot-runtime-constants",8315 "polkadot-runtime-parachains",8316 "polkadot-statement-distribution",8317 "rococo-runtime",8318 "sc-authority-discovery",8319 "sc-basic-authorship",8320 "sc-block-builder",8321 "sc-chain-spec",8322 "sc-client-api",8323 "sc-client-db",8324 "sc-consensus",8325 "sc-consensus-babe",8326 "sc-consensus-slots",8327 "sc-consensus-uncles",8328 "sc-executor",8329 "sc-finality-grandpa",8330 "sc-keystore",8331 "sc-network",8332 "sc-offchain",8333 "sc-service",8334 "sc-sync-state-rpc",8335 "sc-telemetry",8336 "sc-transaction-pool",8337 "serde",8338 "sp-api",8339 "sp-authority-discovery",8340 "sp-block-builder",8341 "sp-blockchain",8342 "sp-consensus",8343 "sp-consensus-babe",8344 "sp-core",8345 "sp-finality-grandpa",8346 "sp-inherents",8347 "sp-io",8348 "sp-keystore",8349 "sp-offchain",8350 "sp-runtime",8351 "sp-session",8352 "sp-state-machine",8353 "sp-storage",8354 "sp-timestamp",8355 "sp-transaction-pool",8356 "sp-trie",8357 "substrate-prometheus-endpoint",8358 "thiserror",8359 "tracing",8360 "westend-runtime",8361]83628363[[package]]8364name = "polkadot-statement-distribution"8365version = "0.9.18"8366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8367dependencies = [8368 "arrayvec 0.5.2",8369 "fatality",8370 "futures 0.3.21",8371 "indexmap",8372 "parity-scale-codec",8373 "polkadot-node-network-protocol",8374 "polkadot-node-primitives",8375 "polkadot-node-subsystem",8376 "polkadot-node-subsystem-util",8377 "polkadot-primitives",8378 "sp-keystore",8379 "sp-staking",8380 "thiserror",8381 "tracing",8382]83838384[[package]]8385name = "polkadot-statement-table"8386version = "0.9.18"8387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8388dependencies = [8389 "parity-scale-codec",8390 "polkadot-primitives",8391 "sp-core",8392]83938394[[package]]8395name = "polkadot-test-runtime"8396version = "0.9.18"8397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8398dependencies = [8399 "beefy-primitives",8400 "bitvec",8401 "frame-election-provider-support",8402 "frame-executive",8403 "frame-support",8404 "frame-system",8405 "frame-system-rpc-runtime-api",8406 "log",8407 "pallet-authority-discovery",8408 "pallet-authorship",8409 "pallet-babe",8410 "pallet-balances",8411 "pallet-grandpa",8412 "pallet-indices",8413 "pallet-mmr-primitives",8414 "pallet-nicks",8415 "pallet-offences",8416 "pallet-session",8417 "pallet-staking",8418 "pallet-staking-reward-curve",8419 "pallet-sudo",8420 "pallet-timestamp",8421 "pallet-transaction-payment",8422 "pallet-transaction-payment-rpc-runtime-api",8423 "pallet-vesting",8424 "pallet-xcm",8425 "parity-scale-codec",8426 "polkadot-parachain",8427 "polkadot-primitives",8428 "polkadot-runtime-common",8429 "polkadot-runtime-parachains",8430 "rustc-hex",8431 "scale-info",8432 "serde",8433 "serde_derive",8434 "smallvec",8435 "sp-api",8436 "sp-authority-discovery",8437 "sp-block-builder",8438 "sp-consensus-babe",8439 "sp-core",8440 "sp-inherents",8441 "sp-io",8442 "sp-offchain",8443 "sp-runtime",8444 "sp-session",8445 "sp-staking",8446 "sp-std",8447 "sp-transaction-pool",8448 "sp-version",8449 "substrate-wasm-builder",8450 "test-runtime-constants",8451 "xcm",8452 "xcm-builder",8453 "xcm-executor",8454]84558456[[package]]8457name = "polkadot-test-service"8458version = "0.9.18"8459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8460dependencies = [8461 "frame-benchmarking",8462 "frame-system",8463 "futures 0.1.31",8464 "futures 0.3.21",8465 "hex",8466 "pallet-balances",8467 "pallet-staking",8468 "pallet-transaction-payment",8469 "polkadot-node-primitives",8470 "polkadot-node-subsystem",8471 "polkadot-overseer",8472 "polkadot-parachain",8473 "polkadot-primitives",8474 "polkadot-rpc",8475 "polkadot-runtime-common",8476 "polkadot-runtime-parachains",8477 "polkadot-service",8478 "polkadot-test-runtime",8479 "rand 0.8.5",8480 "sc-authority-discovery",8481 "sc-chain-spec",8482 "sc-cli",8483 "sc-client-api",8484 "sc-consensus",8485 "sc-consensus-babe",8486 "sc-executor",8487 "sc-finality-grandpa",8488 "sc-network",8489 "sc-service",8490 "sc-tracing",8491 "sc-transaction-pool",8492 "sp-arithmetic",8493 "sp-authority-discovery",8494 "sp-blockchain",8495 "sp-consensus",8496 "sp-consensus-babe",8497 "sp-core",8498 "sp-finality-grandpa",8499 "sp-inherents",8500 "sp-keyring",8501 "sp-runtime",8502 "sp-state-machine",8503 "substrate-test-client",8504 "tempfile",8505 "test-runtime-constants",8506 "tokio 1.17.0",8507 "tracing",8508]85098510[[package]]8511name = "polling"8512version = "2.2.0"8513source = "registry+https://github.com/rust-lang/crates.io-index"8514checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8515dependencies = [8516 "cfg-if 1.0.0",8517 "libc",8518 "log",8519 "wepoll-ffi",8520 "winapi 0.3.9",8521]85228523[[package]]8524name = "poly1305"8525version = "0.7.2"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8528dependencies = [8529 "cpufeatures 0.2.2",8530 "opaque-debug 0.3.0",8531 "universal-hash",8532]85338534[[package]]8535name = "polyval"8536version = "0.5.3"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8539dependencies = [8540 "cfg-if 1.0.0",8541 "cpufeatures 0.2.2",8542 "opaque-debug 0.3.0",8543 "universal-hash",8544]85458546[[package]]8547name = "ppv-lite86"8548version = "0.2.16"8549source = "registry+https://github.com/rust-lang/crates.io-index"8550checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85518552[[package]]8553name = "primitive-types"8554version = "0.11.1"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8557dependencies = [8558 "fixed-hash",8559 "impl-codec",8560 "impl-rlp",8561 "impl-serde",8562 "scale-info",8563 "uint",8564]85658566[[package]]8567name = "proc-macro-crate"8568version = "0.1.5"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8571dependencies = [8572 "toml",8573]85748575[[package]]8576name = "proc-macro-crate"8577version = "1.1.3"8578source = "registry+https://github.com/rust-lang/crates.io-index"8579checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8580dependencies = [8581 "thiserror",8582 "toml",8583]85848585[[package]]8586name = "proc-macro-error"8587version = "1.0.4"8588source = "registry+https://github.com/rust-lang/crates.io-index"8589checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8590dependencies = [8591 "proc-macro-error-attr",8592 "proc-macro2",8593 "quote",8594 "syn",8595 "version_check",8596]85978598[[package]]8599name = "proc-macro-error-attr"8600version = "1.0.4"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8603dependencies = [8604 "proc-macro2",8605 "quote",8606 "version_check",8607]86088609[[package]]8610name = "proc-macro2"8611version = "1.0.36"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8614dependencies = [8615 "unicode-xid",8616]86178618[[package]]8619name = "prometheus"8620version = "0.13.0"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8623dependencies = [8624 "cfg-if 1.0.0",8625 "fnv",8626 "lazy_static",8627 "memchr",8628 "parking_lot 0.11.2",8629 "thiserror",8630]86318632[[package]]8633name = "prost"8634version = "0.9.0"8635source = "registry+https://github.com/rust-lang/crates.io-index"8636checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8637dependencies = [8638 "bytes 1.1.0",8639 "prost-derive",8640]86418642[[package]]8643name = "prost-build"8644version = "0.9.0"8645source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8647dependencies = [8648 "bytes 1.1.0",8649 "heck 0.3.3",8650 "itertools",8651 "lazy_static",8652 "log",8653 "multimap",8654 "petgraph",8655 "prost",8656 "prost-types",8657 "regex",8658 "tempfile",8659 "which",8660]86618662[[package]]8663name = "prost-derive"8664version = "0.9.0"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8667dependencies = [8668 "anyhow",8669 "itertools",8670 "proc-macro2",8671 "quote",8672 "syn",8673]86748675[[package]]8676name = "prost-types"8677version = "0.9.0"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8680dependencies = [8681 "bytes 1.1.0",8682 "prost",8683]86848685[[package]]8686name = "psm"8687version = "0.1.17"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8690dependencies = [8691 "cc",8692]86938694[[package]]8695name = "quartz-runtime"8696version = "0.9.18"8697dependencies = [8698 "cumulus-pallet-aura-ext",8699 "cumulus-pallet-dmp-queue",8700 "cumulus-pallet-parachain-system",8701 "cumulus-pallet-xcm",8702 "cumulus-pallet-xcmp-queue",8703 "cumulus-primitives-core",8704 "cumulus-primitives-timestamp",8705 "cumulus-primitives-utility",8706 "derivative",8707 "fp-rpc",8708 "fp-self-contained",8709 "frame-executive",8710 "frame-support",8711 "frame-system",8712 "frame-system-rpc-runtime-api",8713 "orml-vesting",8714 "pallet-aura",8715 "pallet-balances",8716 "pallet-base-fee",8717 "pallet-common",8718 "pallet-ethereum",8719 "pallet-evm",8720 "pallet-evm-coder-substrate",8721 "pallet-evm-contract-helpers",8722 "pallet-evm-migration",8723 "pallet-evm-transaction-payment",8724 "pallet-fungible",8725 "pallet-inflation",8726 "pallet-nonfungible",8727 "pallet-randomness-collective-flip",8728 "pallet-refungible",8729 "pallet-sudo",8730 "pallet-template-transaction-payment",8731 "pallet-timestamp",8732 "pallet-transaction-payment",8733 "pallet-transaction-payment-rpc-runtime-api",8734 "pallet-treasury",8735 "pallet-unique",8736 "pallet-unq-scheduler",8737 "pallet-xcm",8738 "parachain-info",8739 "parity-scale-codec",8740 "polkadot-parachain",8741 "scale-info",8742 "serde",8743 "smallvec",8744 "sp-api",8745 "sp-arithmetic",8746 "sp-block-builder",8747 "sp-consensus-aura",8748 "sp-core",8749 "sp-inherents",8750 "sp-io",8751 "sp-offchain",8752 "sp-runtime",8753 "sp-session",8754 "sp-std",8755 "sp-transaction-pool",8756 "sp-version",8757 "substrate-wasm-builder",8758 "unique-runtime-common",8759 "up-data-structs",8760 "up-evm-mapping",8761 "up-rpc",8762 "xcm",8763 "xcm-builder",8764 "xcm-executor",8765]87668767[[package]]8768name = "quick-error"8769version = "1.2.3"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87728773[[package]]8774name = "quick-error"8775version = "2.0.1"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87788779[[package]]8780name = "quicksink"8781version = "0.1.2"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8784dependencies = [8785 "futures-core",8786 "futures-sink",8787 "pin-project-lite 0.1.12",8788]87898790[[package]]8791name = "quote"8792version = "1.0.16"8793source = "registry+https://github.com/rust-lang/crates.io-index"8794checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8795dependencies = [8796 "proc-macro2",8797]87988799[[package]]8800name = "radium"8801version = "0.7.0"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88048805[[package]]8806name = "rand"8807version = "0.7.3"8808source = "registry+https://github.com/rust-lang/crates.io-index"8809checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8810dependencies = [8811 "getrandom 0.1.16",8812 "libc",8813 "rand_chacha 0.2.2",8814 "rand_core 0.5.1",8815 "rand_hc",8816 "rand_pcg",8817]88188819[[package]]8820name = "rand"8821version = "0.8.5"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8824dependencies = [8825 "libc",8826 "rand_chacha 0.3.1",8827 "rand_core 0.6.3",8828]88298830[[package]]8831name = "rand_chacha"8832version = "0.2.2"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8835dependencies = [8836 "ppv-lite86",8837 "rand_core 0.5.1",8838]88398840[[package]]8841name = "rand_chacha"8842version = "0.3.1"8843source = "registry+https://github.com/rust-lang/crates.io-index"8844checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8845dependencies = [8846 "ppv-lite86",8847 "rand_core 0.6.3",8848]88498850[[package]]8851name = "rand_core"8852version = "0.5.1"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8855dependencies = [8856 "getrandom 0.1.16",8857]88588859[[package]]8860name = "rand_core"8861version = "0.6.3"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8864dependencies = [8865 "getrandom 0.2.5",8866]88678868[[package]]8869name = "rand_distr"8870version = "0.4.3"8871source = "registry+https://github.com/rust-lang/crates.io-index"8872checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8873dependencies = [8874 "num-traits",8875 "rand 0.8.5",8876]88778878[[package]]8879name = "rand_hc"8880version = "0.2.0"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8883dependencies = [8884 "rand_core 0.5.1",8885]88868887[[package]]8888name = "rand_pcg"8889version = "0.2.1"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8892dependencies = [8893 "rand_core 0.5.1",8894]88958896[[package]]8897name = "rawpointer"8898version = "0.2.1"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89018902[[package]]8903name = "rayon"8904version = "1.5.1"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8907dependencies = [8908 "autocfg",8909 "crossbeam-deque",8910 "either",8911 "rayon-core",8912]89138914[[package]]8915name = "rayon-core"8916version = "1.9.1"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8919dependencies = [8920 "crossbeam-channel",8921 "crossbeam-deque",8922 "crossbeam-utils",8923 "lazy_static",8924 "num_cpus",8925]89268927[[package]]8928name = "redox_syscall"8929version = "0.2.11"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8932dependencies = [8933 "bitflags",8934]89358936[[package]]8937name = "redox_users"8938version = "0.4.2"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8941dependencies = [8942 "getrandom 0.2.5",8943 "redox_syscall",8944 "thiserror",8945]89468947[[package]]8948name = "reed-solomon-novelpoly"8949version = "1.0.0"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8952dependencies = [8953 "derive_more",8954 "fs-err",8955 "itertools",8956 "static_init",8957 "thiserror",8958]89598960[[package]]8961name = "ref-cast"8962version = "1.0.6"8963source = "registry+https://github.com/rust-lang/crates.io-index"8964checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8965dependencies = [8966 "ref-cast-impl",8967]89688969[[package]]8970name = "ref-cast-impl"8971version = "1.0.6"8972source = "registry+https://github.com/rust-lang/crates.io-index"8973checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8974dependencies = [8975 "proc-macro2",8976 "quote",8977 "syn",8978]89798980[[package]]8981name = "regalloc"8982version = "0.0.33"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8985dependencies = [8986 "log",8987 "rustc-hash",8988 "smallvec",8989]89908991[[package]]8992name = "regex"8993version = "1.5.5"8994source = "registry+https://github.com/rust-lang/crates.io-index"8995checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"8996dependencies = [8997 "aho-corasick",8998 "memchr",8999 "regex-syntax",9000]90019002[[package]]9003name = "regex-automata"9004version = "0.1.10"9005source = "registry+https://github.com/rust-lang/crates.io-index"9006checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9007dependencies = [9008 "regex-syntax",9009]90109011[[package]]9012name = "regex-syntax"9013version = "0.6.25"9014source = "registry+https://github.com/rust-lang/crates.io-index"9015checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90169017[[package]]9018name = "region"9019version = "2.2.0"9020source = "registry+https://github.com/rust-lang/crates.io-index"9021checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9022dependencies = [9023 "bitflags",9024 "libc",9025 "mach",9026 "winapi 0.3.9",9027]90289029[[package]]9030name = "remote-externalities"9031version = "0.10.0-dev"9032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9033dependencies = [9034 "env_logger",9035 "jsonrpsee 0.8.0",9036 "log",9037 "parity-scale-codec",9038 "serde",9039 "serde_json",9040 "sp-core",9041 "sp-io",9042 "sp-runtime",9043 "sp-version",9044]90459046[[package]]9047name = "remove_dir_all"9048version = "0.5.3"9049source = "registry+https://github.com/rust-lang/crates.io-index"9050checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9051dependencies = [9052 "winapi 0.3.9",9053]90549055[[package]]9056name = "resolv-conf"9057version = "0.7.0"9058source = "registry+https://github.com/rust-lang/crates.io-index"9059checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9060dependencies = [9061 "hostname",9062 "quick-error 1.2.3",9063]90649065[[package]]9066name = "retain_mut"9067version = "0.1.7"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90709071[[package]]9072name = "ring"9073version = "0.16.20"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9076dependencies = [9077 "cc",9078 "libc",9079 "once_cell",9080 "spin",9081 "untrusted",9082 "web-sys",9083 "winapi 0.3.9",9084]90859086[[package]]9087name = "rlp"9088version = "0.5.1"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9091dependencies = [9092 "bytes 1.1.0",9093 "rustc-hex",9094]90959096[[package]]9097name = "rlp-derive"9098version = "0.1.0"9099source = "registry+https://github.com/rust-lang/crates.io-index"9100checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9101dependencies = [9102 "proc-macro2",9103 "quote",9104 "syn",9105]91069107[[package]]9108name = "rocksdb"9109version = "0.18.0"9110source = "registry+https://github.com/rust-lang/crates.io-index"9111checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9112dependencies = [9113 "libc",9114 "librocksdb-sys",9115]91169117[[package]]9118name = "rococo-runtime"9119version = "0.9.18"9120source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9121dependencies = [9122 "beefy-primitives",9123 "bp-messages",9124 "bp-rococo",9125 "bp-runtime",9126 "bp-wococo",9127 "bridge-runtime-common",9128 "frame-benchmarking",9129 "frame-executive",9130 "frame-support",9131 "frame-system",9132 "frame-system-rpc-runtime-api",9133 "hex-literal",9134 "log",9135 "pallet-authority-discovery",9136 "pallet-authorship",9137 "pallet-babe",9138 "pallet-balances",9139 "pallet-beefy",9140 "pallet-beefy-mmr",9141 "pallet-bridge-dispatch",9142 "pallet-bridge-grandpa",9143 "pallet-bridge-messages",9144 "pallet-collective",9145 "pallet-grandpa",9146 "pallet-im-online",9147 "pallet-indices",9148 "pallet-membership",9149 "pallet-mmr",9150 "pallet-mmr-primitives",9151 "pallet-multisig",9152 "pallet-offences",9153 "pallet-proxy",9154 "pallet-session",9155 "pallet-staking",9156 "pallet-sudo",9157 "pallet-timestamp",9158 "pallet-transaction-payment",9159 "pallet-transaction-payment-rpc-runtime-api",9160 "pallet-utility",9161 "pallet-xcm",9162 "parity-scale-codec",9163 "polkadot-parachain",9164 "polkadot-primitives",9165 "polkadot-runtime-common",9166 "polkadot-runtime-parachains",9167 "rococo-runtime-constants",9168 "scale-info",9169 "serde",9170 "serde_derive",9171 "smallvec",9172 "sp-api",9173 "sp-authority-discovery",9174 "sp-block-builder",9175 "sp-consensus-babe",9176 "sp-core",9177 "sp-inherents",9178 "sp-io",9179 "sp-offchain",9180 "sp-runtime",9181 "sp-session",9182 "sp-staking",9183 "sp-std",9184 "sp-transaction-pool",9185 "sp-version",9186 "substrate-wasm-builder",9187 "xcm",9188 "xcm-builder",9189 "xcm-executor",9190]91919192[[package]]9193name = "rococo-runtime-constants"9194version = "0.9.18"9195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9196dependencies = [9197 "frame-support",9198 "polkadot-primitives",9199 "polkadot-runtime-common",9200 "smallvec",9201 "sp-runtime",9202]92039204[[package]]9205name = "rpassword"9206version = "5.0.1"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9209dependencies = [9210 "libc",9211 "winapi 0.3.9",9212]92139214[[package]]9215name = "rustc-demangle"9216version = "0.1.21"9217source = "registry+https://github.com/rust-lang/crates.io-index"9218checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92199220[[package]]9221name = "rustc-hash"9222version = "1.1.0"9223source = "registry+https://github.com/rust-lang/crates.io-index"9224checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92259226[[package]]9227name = "rustc-hex"9228version = "2.1.0"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92319232[[package]]9233name = "rustc_version"9234version = "0.2.3"9235source = "registry+https://github.com/rust-lang/crates.io-index"9236checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9237dependencies = [9238 "semver 0.9.0",9239]92409241[[package]]9242name = "rustc_version"9243version = "0.3.3"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9246dependencies = [9247 "semver 0.11.0",9248]92499250[[package]]9251name = "rustc_version"9252version = "0.4.0"9253source = "registry+https://github.com/rust-lang/crates.io-index"9254checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9255dependencies = [9256 "semver 1.0.6",9257]92589259[[package]]9260name = "rustix"9261version = "0.31.3"9262source = "registry+https://github.com/rust-lang/crates.io-index"9263checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9264dependencies = [9265 "bitflags",9266 "errno",9267 "io-lifetimes",9268 "libc",9269 "linux-raw-sys",9270 "winapi 0.3.9",9271]92729273[[package]]9274name = "rustls"9275version = "0.19.1"9276source = "registry+https://github.com/rust-lang/crates.io-index"9277checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9278dependencies = [9279 "base64",9280 "log",9281 "ring",9282 "sct 0.6.1",9283 "webpki 0.21.4",9284]92859286[[package]]9287name = "rustls"9288version = "0.20.4"9289source = "registry+https://github.com/rust-lang/crates.io-index"9290checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9291dependencies = [9292 "log",9293 "ring",9294 "sct 0.7.0",9295 "webpki 0.22.0",9296]92979298[[package]]9299name = "rustls-native-certs"9300version = "0.5.0"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9303dependencies = [9304 "openssl-probe",9305 "rustls 0.19.1",9306 "schannel",9307 "security-framework",9308]93099310[[package]]9311name = "rustls-native-certs"9312version = "0.6.1"9313source = "registry+https://github.com/rust-lang/crates.io-index"9314checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9315dependencies = [9316 "openssl-probe",9317 "rustls-pemfile",9318 "schannel",9319 "security-framework",9320]93219322[[package]]9323name = "rustls-pemfile"9324version = "0.2.1"9325source = "registry+https://github.com/rust-lang/crates.io-index"9326checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9327dependencies = [9328 "base64",9329]93309331[[package]]9332name = "rustversion"9333version = "1.0.6"9334source = "registry+https://github.com/rust-lang/crates.io-index"9335checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93369337[[package]]9338name = "rw-stream-sink"9339version = "0.2.1"9340source = "registry+https://github.com/rust-lang/crates.io-index"9341checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9342dependencies = [9343 "futures 0.3.21",9344 "pin-project 0.4.29",9345 "static_assertions",9346]93479348[[package]]9349name = "ryu"9350version = "1.0.9"9351source = "registry+https://github.com/rust-lang/crates.io-index"9352checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93539354[[package]]9355name = "safe-mix"9356version = "1.0.1"9357source = "registry+https://github.com/rust-lang/crates.io-index"9358checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9359dependencies = [9360 "rustc_version 0.2.3",9361]93629363[[package]]9364name = "salsa20"9365version = "0.9.0"9366source = "registry+https://github.com/rust-lang/crates.io-index"9367checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9368dependencies = [9369 "cipher",9370]93719372[[package]]9373name = "same-file"9374version = "1.0.6"9375source = "registry+https://github.com/rust-lang/crates.io-index"9376checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9377dependencies = [9378 "winapi-util",9379]93809381[[package]]9382name = "sc-allocator"9383version = "4.1.0-dev"9384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9385dependencies = [9386 "log",9387 "sp-core",9388 "sp-wasm-interface",9389 "thiserror",9390]93919392[[package]]9393name = "sc-authority-discovery"9394version = "0.10.0-dev"9395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9396dependencies = [9397 "async-trait",9398 "futures 0.3.21",9399 "futures-timer",9400 "ip_network",9401 "libp2p",9402 "log",9403 "parity-scale-codec",9404 "prost",9405 "prost-build",9406 "rand 0.7.3",9407 "sc-client-api",9408 "sc-network",9409 "sp-api",9410 "sp-authority-discovery",9411 "sp-blockchain",9412 "sp-core",9413 "sp-keystore",9414 "sp-runtime",9415 "substrate-prometheus-endpoint",9416 "thiserror",9417]94189419[[package]]9420name = "sc-basic-authorship"9421version = "0.10.0-dev"9422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9423dependencies = [9424 "futures 0.3.21",9425 "futures-timer",9426 "log",9427 "parity-scale-codec",9428 "sc-block-builder",9429 "sc-client-api",9430 "sc-proposer-metrics",9431 "sc-telemetry",9432 "sc-transaction-pool-api",9433 "sp-api",9434 "sp-blockchain",9435 "sp-consensus",9436 "sp-core",9437 "sp-inherents",9438 "sp-runtime",9439 "substrate-prometheus-endpoint",9440]94419442[[package]]9443name = "sc-block-builder"9444version = "0.10.0-dev"9445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9446dependencies = [9447 "parity-scale-codec",9448 "sc-client-api",9449 "sp-api",9450 "sp-block-builder",9451 "sp-blockchain",9452 "sp-core",9453 "sp-inherents",9454 "sp-runtime",9455 "sp-state-machine",9456]94579458[[package]]9459name = "sc-chain-spec"9460version = "4.0.0-dev"9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9462dependencies = [9463 "impl-trait-for-tuples",9464 "memmap2 0.5.3",9465 "parity-scale-codec",9466 "sc-chain-spec-derive",9467 "sc-network",9468 "sc-telemetry",9469 "serde",9470 "serde_json",9471 "sp-core",9472 "sp-runtime",9473]94749475[[package]]9476name = "sc-chain-spec-derive"9477version = "4.0.0-dev"9478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9479dependencies = [9480 "proc-macro-crate 1.1.3",9481 "proc-macro2",9482 "quote",9483 "syn",9484]94859486[[package]]9487name = "sc-cli"9488version = "0.10.0-dev"9489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9490dependencies = [9491 "chrono",9492 "clap",9493 "fdlimit",9494 "futures 0.3.21",9495 "hex",9496 "libp2p",9497 "log",9498 "names",9499 "parity-scale-codec",9500 "rand 0.7.3",9501 "regex",9502 "rpassword",9503 "sc-client-api",9504 "sc-keystore",9505 "sc-network",9506 "sc-service",9507 "sc-telemetry",9508 "sc-tracing",9509 "sc-utils",9510 "serde",9511 "serde_json",9512 "sp-blockchain",9513 "sp-core",9514 "sp-keyring",9515 "sp-keystore",9516 "sp-panic-handler",9517 "sp-runtime",9518 "sp-version",9519 "thiserror",9520 "tiny-bip39",9521 "tokio 1.17.0",9522]95239524[[package]]9525name = "sc-client-api"9526version = "4.0.0-dev"9527source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9528dependencies = [9529 "fnv",9530 "futures 0.3.21",9531 "hash-db",9532 "log",9533 "parity-scale-codec",9534 "parking_lot 0.12.0",9535 "sc-executor",9536 "sc-transaction-pool-api",9537 "sc-utils",9538 "sp-api",9539 "sp-blockchain",9540 "sp-consensus",9541 "sp-core",9542 "sp-database",9543 "sp-externalities",9544 "sp-keystore",9545 "sp-runtime",9546 "sp-state-machine",9547 "sp-storage",9548 "sp-trie",9549 "substrate-prometheus-endpoint",9550]95519552[[package]]9553name = "sc-client-db"9554version = "0.10.0-dev"9555source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9556dependencies = [9557 "hash-db",9558 "kvdb",9559 "kvdb-memorydb",9560 "kvdb-rocksdb",9561 "linked-hash-map",9562 "log",9563 "parity-db",9564 "parity-scale-codec",9565 "parking_lot 0.12.0",9566 "sc-client-api",9567 "sc-state-db",9568 "sp-arithmetic",9569 "sp-blockchain",9570 "sp-core",9571 "sp-database",9572 "sp-runtime",9573 "sp-state-machine",9574 "sp-trie",9575]95769577[[package]]9578name = "sc-consensus"9579version = "0.10.0-dev"9580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9581dependencies = [9582 "async-trait",9583 "futures 0.3.21",9584 "futures-timer",9585 "libp2p",9586 "log",9587 "parking_lot 0.12.0",9588 "sc-client-api",9589 "sc-utils",9590 "serde",9591 "sp-api",9592 "sp-blockchain",9593 "sp-consensus",9594 "sp-core",9595 "sp-runtime",9596 "sp-state-machine",9597 "substrate-prometheus-endpoint",9598 "thiserror",9599]96009601[[package]]9602name = "sc-consensus-aura"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 "log",9609 "parity-scale-codec",9610 "sc-block-builder",9611 "sc-client-api",9612 "sc-consensus",9613 "sc-consensus-slots",9614 "sc-telemetry",9615 "sp-api",9616 "sp-application-crypto",9617 "sp-block-builder",9618 "sp-blockchain",9619 "sp-consensus",9620 "sp-consensus-aura",9621 "sp-consensus-slots",9622 "sp-core",9623 "sp-inherents",9624 "sp-keystore",9625 "sp-runtime",9626 "substrate-prometheus-endpoint",9627 "thiserror",9628]96299630[[package]]9631name = "sc-consensus-babe"9632version = "0.10.0-dev"9633source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9634dependencies = [9635 "async-trait",9636 "fork-tree",9637 "futures 0.3.21",9638 "log",9639 "merlin",9640 "num-bigint",9641 "num-rational 0.2.4",9642 "num-traits",9643 "parity-scale-codec",9644 "parking_lot 0.12.0",9645 "rand 0.7.3",9646 "retain_mut",9647 "sc-client-api",9648 "sc-consensus",9649 "sc-consensus-epochs",9650 "sc-consensus-slots",9651 "sc-keystore",9652 "sc-telemetry",9653 "schnorrkel",9654 "serde",9655 "sp-api",9656 "sp-application-crypto",9657 "sp-block-builder",9658 "sp-blockchain",9659 "sp-consensus",9660 "sp-consensus-babe",9661 "sp-consensus-slots",9662 "sp-consensus-vrf",9663 "sp-core",9664 "sp-inherents",9665 "sp-io",9666 "sp-keystore",9667 "sp-runtime",9668 "sp-version",9669 "substrate-prometheus-endpoint",9670 "thiserror",9671]96729673[[package]]9674name = "sc-consensus-babe-rpc"9675version = "0.10.0-dev"9676source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9677dependencies = [9678 "futures 0.3.21",9679 "jsonrpc-core",9680 "jsonrpc-core-client",9681 "jsonrpc-derive",9682 "sc-consensus-babe",9683 "sc-consensus-epochs",9684 "sc-rpc-api",9685 "serde",9686 "sp-api",9687 "sp-application-crypto",9688 "sp-blockchain",9689 "sp-consensus",9690 "sp-consensus-babe",9691 "sp-core",9692 "sp-keystore",9693 "sp-runtime",9694 "thiserror",9695]96969697[[package]]9698name = "sc-consensus-epochs"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9701dependencies = [9702 "fork-tree",9703 "parity-scale-codec",9704 "sc-client-api",9705 "sc-consensus",9706 "sp-blockchain",9707 "sp-runtime",9708]97099710[[package]]9711name = "sc-consensus-manual-seal"9712version = "0.10.0-dev"9713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9714dependencies = [9715 "assert_matches",9716 "async-trait",9717 "futures 0.3.21",9718 "jsonrpc-core",9719 "jsonrpc-core-client",9720 "jsonrpc-derive",9721 "log",9722 "parity-scale-codec",9723 "sc-client-api",9724 "sc-consensus",9725 "sc-consensus-aura",9726 "sc-consensus-babe",9727 "sc-consensus-epochs",9728 "sc-transaction-pool",9729 "sc-transaction-pool-api",9730 "serde",9731 "sp-api",9732 "sp-blockchain",9733 "sp-consensus",9734 "sp-consensus-aura",9735 "sp-consensus-babe",9736 "sp-consensus-slots",9737 "sp-core",9738 "sp-inherents",9739 "sp-keystore",9740 "sp-runtime",9741 "sp-timestamp",9742 "substrate-prometheus-endpoint",9743 "thiserror",9744]97459746[[package]]9747name = "sc-consensus-slots"9748version = "0.10.0-dev"9749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9750dependencies = [9751 "async-trait",9752 "futures 0.3.21",9753 "futures-timer",9754 "log",9755 "parity-scale-codec",9756 "sc-client-api",9757 "sc-consensus",9758 "sc-telemetry",9759 "sp-arithmetic",9760 "sp-blockchain",9761 "sp-consensus",9762 "sp-consensus-slots",9763 "sp-core",9764 "sp-inherents",9765 "sp-runtime",9766 "sp-state-machine",9767 "sp-timestamp",9768 "thiserror",9769]97709771[[package]]9772name = "sc-consensus-uncles"9773version = "0.10.0-dev"9774source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9775dependencies = [9776 "sc-client-api",9777 "sp-authorship",9778 "sp-runtime",9779 "thiserror",9780]97819782[[package]]9783name = "sc-executor"9784version = "0.10.0-dev"9785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9786dependencies = [9787 "lazy_static",9788 "lru 0.6.6",9789 "parity-scale-codec",9790 "parking_lot 0.12.0",9791 "sc-executor-common",9792 "sc-executor-wasmi",9793 "sc-executor-wasmtime",9794 "sp-api",9795 "sp-core",9796 "sp-core-hashing-proc-macro",9797 "sp-externalities",9798 "sp-io",9799 "sp-panic-handler",9800 "sp-runtime-interface",9801 "sp-tasks",9802 "sp-trie",9803 "sp-version",9804 "sp-wasm-interface",9805 "tracing",9806 "wasmi",9807]98089809[[package]]9810name = "sc-executor-common"9811version = "0.10.0-dev"9812source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9813dependencies = [9814 "environmental",9815 "parity-scale-codec",9816 "sc-allocator",9817 "sp-core",9818 "sp-maybe-compressed-blob",9819 "sp-serializer",9820 "sp-wasm-interface",9821 "thiserror",9822 "wasm-instrument",9823 "wasmi",9824]98259826[[package]]9827name = "sc-executor-wasmi"9828version = "0.10.0-dev"9829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9830dependencies = [9831 "log",9832 "parity-scale-codec",9833 "sc-allocator",9834 "sc-executor-common",9835 "scoped-tls",9836 "sp-core",9837 "sp-runtime-interface",9838 "sp-wasm-interface",9839 "wasmi",9840]98419842[[package]]9843name = "sc-executor-wasmtime"9844version = "0.10.0-dev"9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9846dependencies = [9847 "cfg-if 1.0.0",9848 "libc",9849 "log",9850 "parity-scale-codec",9851 "parity-wasm 0.42.2",9852 "sc-allocator",9853 "sc-executor-common",9854 "sp-core",9855 "sp-runtime-interface",9856 "sp-wasm-interface",9857 "wasmtime",9858]98599860[[package]]9861name = "sc-finality-grandpa"9862version = "0.10.0-dev"9863source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9864dependencies = [9865 "ahash",9866 "async-trait",9867 "dyn-clone",9868 "finality-grandpa",9869 "fork-tree",9870 "futures 0.3.21",9871 "futures-timer",9872 "hex",9873 "log",9874 "parity-scale-codec",9875 "parking_lot 0.12.0",9876 "rand 0.8.5",9877 "sc-block-builder",9878 "sc-chain-spec",9879 "sc-client-api",9880 "sc-consensus",9881 "sc-keystore",9882 "sc-network",9883 "sc-network-gossip",9884 "sc-telemetry",9885 "sc-utils",9886 "serde_json",9887 "sp-api",9888 "sp-application-crypto",9889 "sp-arithmetic",9890 "sp-blockchain",9891 "sp-consensus",9892 "sp-core",9893 "sp-finality-grandpa",9894 "sp-keystore",9895 "sp-runtime",9896 "substrate-prometheus-endpoint",9897 "thiserror",9898]98999900[[package]]9901name = "sc-finality-grandpa-rpc"9902version = "0.10.0-dev"9903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9904dependencies = [9905 "finality-grandpa",9906 "futures 0.3.21",9907 "jsonrpc-core",9908 "jsonrpc-core-client",9909 "jsonrpc-derive",9910 "jsonrpc-pubsub",9911 "log",9912 "parity-scale-codec",9913 "sc-client-api",9914 "sc-finality-grandpa",9915 "sc-rpc",9916 "serde",9917 "serde_json",9918 "sp-blockchain",9919 "sp-core",9920 "sp-runtime",9921 "thiserror",9922]99239924[[package]]9925name = "sc-informant"9926version = "0.10.0-dev"9927source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9928dependencies = [9929 "ansi_term",9930 "futures 0.3.21",9931 "futures-timer",9932 "log",9933 "parity-util-mem",9934 "sc-client-api",9935 "sc-network",9936 "sc-transaction-pool-api",9937 "sp-blockchain",9938 "sp-runtime",9939]99409941[[package]]9942name = "sc-keystore"9943version = "4.0.0-dev"9944source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9945dependencies = [9946 "async-trait",9947 "hex",9948 "parking_lot 0.12.0",9949 "serde_json",9950 "sp-application-crypto",9951 "sp-core",9952 "sp-keystore",9953 "thiserror",9954]99559956[[package]]9957name = "sc-network"9958version = "0.10.0-dev"9959source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9960dependencies = [9961 "async-trait",9962 "asynchronous-codec 0.5.0",9963 "bitflags",9964 "bytes 1.1.0",9965 "cid",9966 "either",9967 "fnv",9968 "fork-tree",9969 "futures 0.3.21",9970 "futures-timer",9971 "hex",9972 "ip_network",9973 "libp2p",9974 "linked-hash-map",9975 "linked_hash_set",9976 "log",9977 "lru 0.7.3",9978 "parity-scale-codec",9979 "parking_lot 0.12.0",9980 "pin-project 1.0.10",9981 "prost",9982 "prost-build",9983 "rand 0.7.3",9984 "sc-block-builder",9985 "sc-client-api",9986 "sc-consensus",9987 "sc-peerset",9988 "sc-utils",9989 "serde",9990 "serde_json",9991 "smallvec",9992 "sp-arithmetic",9993 "sp-blockchain",9994 "sp-consensus",9995 "sp-core",9996 "sp-finality-grandpa",9997 "sp-runtime",9998 "substrate-prometheus-endpoint",9999 "thiserror",10000 "unsigned-varint 0.6.0",10001 "void",10002 "zeroize",10003]1000410005[[package]]10006name = "sc-network-gossip"10007version = "0.10.0-dev"10008source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10009dependencies = [10010 "ahash",10011 "futures 0.3.21",10012 "futures-timer",10013 "libp2p",10014 "log",10015 "lru 0.7.3",10016 "sc-network",10017 "sp-runtime",10018 "substrate-prometheus-endpoint",10019 "tracing",10020]1002110022[[package]]10023name = "sc-offchain"10024version = "4.0.0-dev"10025source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10026dependencies = [10027 "bytes 1.1.0",10028 "fnv",10029 "futures 0.3.21",10030 "futures-timer",10031 "hex",10032 "hyper",10033 "hyper-rustls 0.22.1",10034 "num_cpus",10035 "once_cell",10036 "parity-scale-codec",10037 "parking_lot 0.12.0",10038 "rand 0.7.3",10039 "sc-client-api",10040 "sc-network",10041 "sc-utils",10042 "sp-api",10043 "sp-core",10044 "sp-offchain",10045 "sp-runtime",10046 "threadpool",10047 "tracing",10048]1004910050[[package]]10051name = "sc-peerset"10052version = "4.0.0-dev"10053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10054dependencies = [10055 "futures 0.3.21",10056 "libp2p",10057 "log",10058 "sc-utils",10059 "serde_json",10060 "wasm-timer",10061]1006210063[[package]]10064name = "sc-proposer-metrics"10065version = "0.10.0-dev"10066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10067dependencies = [10068 "log",10069 "substrate-prometheus-endpoint",10070]1007110072[[package]]10073name = "sc-rpc"10074version = "4.0.0-dev"10075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10076dependencies = [10077 "futures 0.3.21",10078 "hash-db",10079 "jsonrpc-core",10080 "jsonrpc-pubsub",10081 "log",10082 "parity-scale-codec",10083 "parking_lot 0.12.0",10084 "sc-block-builder",10085 "sc-chain-spec",10086 "sc-client-api",10087 "sc-rpc-api",10088 "sc-tracing",10089 "sc-transaction-pool-api",10090 "sc-utils",10091 "serde_json",10092 "sp-api",10093 "sp-blockchain",10094 "sp-core",10095 "sp-keystore",10096 "sp-offchain",10097 "sp-rpc",10098 "sp-runtime",10099 "sp-session",10100 "sp-version",10101]1010210103[[package]]10104name = "sc-rpc-api"10105version = "0.10.0-dev"10106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10107dependencies = [10108 "futures 0.3.21",10109 "jsonrpc-core",10110 "jsonrpc-core-client",10111 "jsonrpc-derive",10112 "jsonrpc-pubsub",10113 "log",10114 "parity-scale-codec",10115 "parking_lot 0.12.0",10116 "sc-chain-spec",10117 "sc-transaction-pool-api",10118 "serde",10119 "serde_json",10120 "sp-core",10121 "sp-rpc",10122 "sp-runtime",10123 "sp-tracing",10124 "sp-version",10125 "thiserror",10126]1012710128[[package]]10129name = "sc-rpc-server"10130version = "4.0.0-dev"10131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10132dependencies = [10133 "futures 0.3.21",10134 "jsonrpc-core",10135 "jsonrpc-http-server",10136 "jsonrpc-ipc-server",10137 "jsonrpc-pubsub",10138 "jsonrpc-ws-server",10139 "log",10140 "serde_json",10141 "substrate-prometheus-endpoint",10142 "tokio 1.17.0",10143]1014410145[[package]]10146name = "sc-service"10147version = "0.10.0-dev"10148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10149dependencies = [10150 "async-trait",10151 "directories",10152 "exit-future",10153 "futures 0.3.21",10154 "futures-timer",10155 "hash-db",10156 "jsonrpc-core",10157 "jsonrpc-pubsub",10158 "log",10159 "parity-scale-codec",10160 "parity-util-mem",10161 "parking_lot 0.12.0",10162 "pin-project 1.0.10",10163 "rand 0.7.3",10164 "sc-block-builder",10165 "sc-chain-spec",10166 "sc-client-api",10167 "sc-client-db",10168 "sc-consensus",10169 "sc-executor",10170 "sc-informant",10171 "sc-keystore",10172 "sc-network",10173 "sc-offchain",10174 "sc-rpc",10175 "sc-rpc-server",10176 "sc-telemetry",10177 "sc-tracing",10178 "sc-transaction-pool",10179 "sc-transaction-pool-api",10180 "sc-utils",10181 "serde",10182 "serde_json",10183 "sp-api",10184 "sp-application-crypto",10185 "sp-block-builder",10186 "sp-blockchain",10187 "sp-consensus",10188 "sp-core",10189 "sp-externalities",10190 "sp-inherents",10191 "sp-keystore",10192 "sp-runtime",10193 "sp-session",10194 "sp-state-machine",10195 "sp-storage",10196 "sp-tracing",10197 "sp-transaction-pool",10198 "sp-transaction-storage-proof",10199 "sp-trie",10200 "sp-version",10201 "substrate-prometheus-endpoint",10202 "tempfile",10203 "thiserror",10204 "tokio 1.17.0",10205 "tracing",10206 "tracing-futures",10207]1020810209[[package]]10210name = "sc-state-db"10211version = "0.10.0-dev"10212source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10213dependencies = [10214 "log",10215 "parity-scale-codec",10216 "parity-util-mem",10217 "parity-util-mem-derive",10218 "parking_lot 0.12.0",10219 "sc-client-api",10220 "sp-core",10221]1022210223[[package]]10224name = "sc-sync-state-rpc"10225version = "0.10.0-dev"10226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10227dependencies = [10228 "jsonrpc-core",10229 "jsonrpc-core-client",10230 "jsonrpc-derive",10231 "parity-scale-codec",10232 "sc-chain-spec",10233 "sc-client-api",10234 "sc-consensus-babe",10235 "sc-consensus-epochs",10236 "sc-finality-grandpa",10237 "serde",10238 "serde_json",10239 "sp-blockchain",10240 "sp-runtime",10241 "thiserror",10242]1024310244[[package]]10245name = "sc-telemetry"10246version = "4.0.0-dev"10247source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10248dependencies = [10249 "chrono",10250 "futures 0.3.21",10251 "libp2p",10252 "log",10253 "parking_lot 0.12.0",10254 "pin-project 1.0.10",10255 "rand 0.7.3",10256 "serde",10257 "serde_json",10258 "thiserror",10259 "wasm-timer",10260]1026110262[[package]]10263name = "sc-tracing"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10266dependencies = [10267 "ansi_term",10268 "atty",10269 "chrono",10270 "lazy_static",10271 "libc",10272 "log",10273 "once_cell",10274 "parking_lot 0.12.0",10275 "regex",10276 "rustc-hash",10277 "sc-client-api",10278 "sc-rpc-server",10279 "sc-tracing-proc-macro",10280 "serde",10281 "sp-api",10282 "sp-blockchain",10283 "sp-core",10284 "sp-rpc",10285 "sp-runtime",10286 "sp-tracing",10287 "thiserror",10288 "tracing",10289 "tracing-log",10290 "tracing-subscriber",10291]1029210293[[package]]10294name = "sc-tracing-proc-macro"10295version = "4.0.0-dev"10296source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10297dependencies = [10298 "proc-macro-crate 1.1.3",10299 "proc-macro2",10300 "quote",10301 "syn",10302]1030310304[[package]]10305name = "sc-transaction-pool"10306version = "4.0.0-dev"10307source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10308dependencies = [10309 "futures 0.3.21",10310 "futures-timer",10311 "linked-hash-map",10312 "log",10313 "parity-scale-codec",10314 "parity-util-mem",10315 "parking_lot 0.12.0",10316 "retain_mut",10317 "sc-client-api",10318 "sc-transaction-pool-api",10319 "sc-utils",10320 "serde",10321 "sp-api",10322 "sp-blockchain",10323 "sp-core",10324 "sp-runtime",10325 "sp-tracing",10326 "sp-transaction-pool",10327 "substrate-prometheus-endpoint",10328 "thiserror",10329]1033010331[[package]]10332name = "sc-transaction-pool-api"10333version = "4.0.0-dev"10334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10335dependencies = [10336 "futures 0.3.21",10337 "log",10338 "serde",10339 "sp-blockchain",10340 "sp-runtime",10341 "thiserror",10342]1034310344[[package]]10345name = "sc-utils"10346version = "4.0.0-dev"10347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10348dependencies = [10349 "futures 0.3.21",10350 "futures-timer",10351 "lazy_static",10352 "log",10353 "parking_lot 0.12.0",10354 "prometheus",10355]1035610357[[package]]10358name = "scale-info"10359version = "2.0.1"10360source = "registry+https://github.com/rust-lang/crates.io-index"10361checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10362dependencies = [10363 "bitvec",10364 "cfg-if 1.0.0",10365 "derive_more",10366 "parity-scale-codec",10367 "scale-info-derive",10368 "serde",10369]1037010371[[package]]10372name = "scale-info-derive"10373version = "2.0.0"10374source = "registry+https://github.com/rust-lang/crates.io-index"10375checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10376dependencies = [10377 "proc-macro-crate 1.1.3",10378 "proc-macro2",10379 "quote",10380 "syn",10381]1038210383[[package]]10384name = "schannel"10385version = "0.1.19"10386source = "registry+https://github.com/rust-lang/crates.io-index"10387checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10388dependencies = [10389 "lazy_static",10390 "winapi 0.3.9",10391]1039210393[[package]]10394name = "schnorrkel"10395version = "0.9.1"10396source = "registry+https://github.com/rust-lang/crates.io-index"10397checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10398dependencies = [10399 "arrayref",10400 "arrayvec 0.5.2",10401 "curve25519-dalek 2.1.3",10402 "getrandom 0.1.16",10403 "merlin",10404 "rand 0.7.3",10405 "rand_core 0.5.1",10406 "sha2 0.8.2",10407 "subtle 2.4.1",10408 "zeroize",10409]1041010411[[package]]10412name = "scoped-tls"10413version = "1.0.0"10414source = "registry+https://github.com/rust-lang/crates.io-index"10415checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1041610417[[package]]10418name = "scopeguard"10419version = "1.1.0"10420source = "registry+https://github.com/rust-lang/crates.io-index"10421checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1042210423[[package]]10424name = "sct"10425version = "0.6.1"10426source = "registry+https://github.com/rust-lang/crates.io-index"10427checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10428dependencies = [10429 "ring",10430 "untrusted",10431]1043210433[[package]]10434name = "sct"10435version = "0.7.0"10436source = "registry+https://github.com/rust-lang/crates.io-index"10437checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10438dependencies = [10439 "ring",10440 "untrusted",10441]1044210443[[package]]10444name = "sec1"10445version = "0.2.1"10446source = "registry+https://github.com/rust-lang/crates.io-index"10447checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10448dependencies = [10449 "der",10450 "generic-array 0.14.5",10451 "pkcs8",10452 "subtle 2.4.1",10453 "zeroize",10454]1045510456[[package]]10457name = "secp256k1"10458version = "0.21.3"10459source = "registry+https://github.com/rust-lang/crates.io-index"10460checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10461dependencies = [10462 "secp256k1-sys",10463]1046410465[[package]]10466name = "secp256k1-sys"10467version = "0.4.2"10468source = "registry+https://github.com/rust-lang/crates.io-index"10469checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10470dependencies = [10471 "cc",10472]1047310474[[package]]10475name = "secrecy"10476version = "0.8.0"10477source = "registry+https://github.com/rust-lang/crates.io-index"10478checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10479dependencies = [10480 "zeroize",10481]1048210483[[package]]10484name = "security-framework"10485version = "2.6.1"10486source = "registry+https://github.com/rust-lang/crates.io-index"10487checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10488dependencies = [10489 "bitflags",10490 "core-foundation",10491 "core-foundation-sys",10492 "libc",10493 "security-framework-sys",10494]1049510496[[package]]10497name = "security-framework-sys"10498version = "2.6.1"10499source = "registry+https://github.com/rust-lang/crates.io-index"10500checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10501dependencies = [10502 "core-foundation-sys",10503 "libc",10504]1050510506[[package]]10507name = "semver"10508version = "0.6.0"10509source = "registry+https://github.com/rust-lang/crates.io-index"10510checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10511dependencies = [10512 "semver-parser 0.7.0",10513]1051410515[[package]]10516name = "semver"10517version = "0.9.0"10518source = "registry+https://github.com/rust-lang/crates.io-index"10519checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10520dependencies = [10521 "semver-parser 0.7.0",10522]1052310524[[package]]10525name = "semver"10526version = "0.11.0"10527source = "registry+https://github.com/rust-lang/crates.io-index"10528checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10529dependencies = [10530 "semver-parser 0.10.2",10531]1053210533[[package]]10534name = "semver"10535version = "1.0.6"10536source = "registry+https://github.com/rust-lang/crates.io-index"10537checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10538dependencies = [10539 "serde",10540]1054110542[[package]]10543name = "semver-parser"10544version = "0.7.0"10545source = "registry+https://github.com/rust-lang/crates.io-index"10546checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1054710548[[package]]10549name = "semver-parser"10550version = "0.10.2"10551source = "registry+https://github.com/rust-lang/crates.io-index"10552checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10553dependencies = [10554 "pest",10555]1055610557[[package]]10558name = "serde"10559version = "1.0.136"10560source = "registry+https://github.com/rust-lang/crates.io-index"10561checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10562dependencies = [10563 "serde_derive",10564]1056510566[[package]]10567name = "serde_derive"10568version = "1.0.136"10569source = "registry+https://github.com/rust-lang/crates.io-index"10570checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10571dependencies = [10572 "proc-macro2",10573 "quote",10574 "syn",10575]1057610577[[package]]10578name = "serde_json"10579version = "1.0.79"10580source = "registry+https://github.com/rust-lang/crates.io-index"10581checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10582dependencies = [10583 "itoa 1.0.1",10584 "ryu",10585 "serde",10586]1058710588[[package]]10589name = "serde_nanos"10590version = "0.1.2"10591source = "registry+https://github.com/rust-lang/crates.io-index"10592checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10593dependencies = [10594 "serde",10595]1059610597[[package]]10598name = "sha-1"10599version = "0.8.2"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10602dependencies = [10603 "block-buffer 0.7.3",10604 "digest 0.8.1",10605 "fake-simd",10606 "opaque-debug 0.2.3",10607]1060810609[[package]]10610name = "sha-1"10611version = "0.9.8"10612source = "registry+https://github.com/rust-lang/crates.io-index"10613checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10614dependencies = [10615 "block-buffer 0.9.0",10616 "cfg-if 1.0.0",10617 "cpufeatures 0.2.2",10618 "digest 0.9.0",10619 "opaque-debug 0.3.0",10620]1062110622[[package]]10623name = "sha2"10624version = "0.8.2"10625source = "registry+https://github.com/rust-lang/crates.io-index"10626checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10627dependencies = [10628 "block-buffer 0.7.3",10629 "digest 0.8.1",10630 "fake-simd",10631 "opaque-debug 0.2.3",10632]1063310634[[package]]10635name = "sha2"10636version = "0.9.9"10637source = "registry+https://github.com/rust-lang/crates.io-index"10638checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10639dependencies = [10640 "block-buffer 0.9.0",10641 "cfg-if 1.0.0",10642 "cpufeatures 0.2.2",10643 "digest 0.9.0",10644 "opaque-debug 0.3.0",10645]1064610647[[package]]10648name = "sha2"10649version = "0.10.2"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10652dependencies = [10653 "cfg-if 1.0.0",10654 "cpufeatures 0.2.2",10655 "digest 0.10.3",10656]1065710658[[package]]10659name = "sha3"10660version = "0.8.2"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10663dependencies = [10664 "block-buffer 0.7.3",10665 "byte-tools",10666 "digest 0.8.1",10667 "keccak",10668 "opaque-debug 0.2.3",10669]1067010671[[package]]10672name = "sha3"10673version = "0.9.1"10674source = "registry+https://github.com/rust-lang/crates.io-index"10675checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10676dependencies = [10677 "block-buffer 0.9.0",10678 "digest 0.9.0",10679 "keccak",10680 "opaque-debug 0.3.0",10681]1068210683[[package]]10684name = "sha3"10685version = "0.10.1"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10688dependencies = [10689 "digest 0.10.3",10690 "keccak",10691]1069210693[[package]]10694name = "sharded-slab"10695version = "0.1.4"10696source = "registry+https://github.com/rust-lang/crates.io-index"10697checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10698dependencies = [10699 "lazy_static",10700]1070110702[[package]]10703name = "shlex"10704version = "1.1.0"10705source = "registry+https://github.com/rust-lang/crates.io-index"10706checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1070710708[[package]]10709name = "signal-hook"10710version = "0.3.13"10711source = "registry+https://github.com/rust-lang/crates.io-index"10712checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10713dependencies = [10714 "libc",10715 "signal-hook-registry",10716]1071710718[[package]]10719name = "signal-hook-registry"10720version = "1.4.0"10721source = "registry+https://github.com/rust-lang/crates.io-index"10722checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10723dependencies = [10724 "libc",10725]1072610727[[package]]10728name = "signature"10729version = "1.4.0"10730source = "registry+https://github.com/rust-lang/crates.io-index"10731checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10732dependencies = [10733 "rand_core 0.6.3",10734]1073510736[[package]]10737name = "simba"10738version = "0.5.1"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10741dependencies = [10742 "approx",10743 "num-complex",10744 "num-traits",10745 "paste",10746]1074710748[[package]]10749name = "slab"10750version = "0.4.5"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1075310754[[package]]10755name = "slot-range-helper"10756version = "0.9.18"10757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10758dependencies = [10759 "enumn",10760 "parity-scale-codec",10761 "paste",10762 "sp-runtime",10763 "sp-std",10764]1076510766[[package]]10767name = "slotmap"10768version = "1.0.6"10769source = "registry+https://github.com/rust-lang/crates.io-index"10770checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10771dependencies = [10772 "version_check",10773]1077410775[[package]]10776name = "smallvec"10777version = "1.8.0"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1078010781[[package]]10782name = "snap"10783version = "1.0.5"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1078610787[[package]]10788name = "snow"10789version = "0.8.0"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10792dependencies = [10793 "aes-gcm",10794 "blake2 0.9.2",10795 "chacha20poly1305",10796 "rand 0.8.5",10797 "rand_core 0.6.3",10798 "ring",10799 "rustc_version 0.3.3",10800 "sha2 0.9.9",10801 "subtle 2.4.1",10802 "x25519-dalek",10803]1080410805[[package]]10806name = "socket2"10807version = "0.3.19"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10810dependencies = [10811 "cfg-if 1.0.0",10812 "libc",10813 "winapi 0.3.9",10814]1081510816[[package]]10817name = "socket2"10818version = "0.4.4"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10821dependencies = [10822 "libc",10823 "winapi 0.3.9",10824]1082510826[[package]]10827name = "soketto"10828version = "0.7.1"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10831dependencies = [10832 "base64",10833 "bytes 1.1.0",10834 "flate2",10835 "futures 0.3.21",10836 "httparse",10837 "log",10838 "rand 0.8.5",10839 "sha-1 0.9.8",10840]1084110842[[package]]10843name = "sp-api"10844version = "4.0.0-dev"10845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10846dependencies = [10847 "hash-db",10848 "log",10849 "parity-scale-codec",10850 "sp-api-proc-macro",10851 "sp-core",10852 "sp-runtime",10853 "sp-state-machine",10854 "sp-std",10855 "sp-version",10856 "thiserror",10857]1085810859[[package]]10860name = "sp-api-proc-macro"10861version = "4.0.0-dev"10862source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10863dependencies = [10864 "blake2 0.10.4",10865 "proc-macro-crate 1.1.3",10866 "proc-macro2",10867 "quote",10868 "syn",10869]1087010871[[package]]10872name = "sp-application-crypto"10873version = "6.0.0"10874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10875dependencies = [10876 "parity-scale-codec",10877 "scale-info",10878 "serde",10879 "sp-core",10880 "sp-io",10881 "sp-std",10882]1088310884[[package]]10885name = "sp-arithmetic"10886version = "5.0.0"10887source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10888dependencies = [10889 "integer-sqrt",10890 "num-traits",10891 "parity-scale-codec",10892 "scale-info",10893 "serde",10894 "sp-debug-derive",10895 "sp-std",10896 "static_assertions",10897]1089810899[[package]]10900name = "sp-authority-discovery"10901version = "4.0.0-dev"10902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10903dependencies = [10904 "parity-scale-codec",10905 "scale-info",10906 "sp-api",10907 "sp-application-crypto",10908 "sp-runtime",10909 "sp-std",10910]1091110912[[package]]10913name = "sp-authorship"10914version = "4.0.0-dev"10915source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10916dependencies = [10917 "async-trait",10918 "parity-scale-codec",10919 "sp-inherents",10920 "sp-runtime",10921 "sp-std",10922]1092310924[[package]]10925name = "sp-block-builder"10926version = "4.0.0-dev"10927source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10928dependencies = [10929 "parity-scale-codec",10930 "sp-api",10931 "sp-inherents",10932 "sp-runtime",10933 "sp-std",10934]1093510936[[package]]10937name = "sp-blockchain"10938version = "4.0.0-dev"10939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10940dependencies = [10941 "futures 0.3.21",10942 "log",10943 "lru 0.7.3",10944 "parity-scale-codec",10945 "parking_lot 0.12.0",10946 "sp-api",10947 "sp-consensus",10948 "sp-database",10949 "sp-runtime",10950 "sp-state-machine",10951 "thiserror",10952]1095310954[[package]]10955name = "sp-consensus"10956version = "0.10.0-dev"10957source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10958dependencies = [10959 "async-trait",10960 "futures 0.3.21",10961 "futures-timer",10962 "log",10963 "parity-scale-codec",10964 "sp-core",10965 "sp-inherents",10966 "sp-runtime",10967 "sp-state-machine",10968 "sp-std",10969 "sp-version",10970 "thiserror",10971]1097210973[[package]]10974name = "sp-consensus-aura"10975version = "0.10.0-dev"10976source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10977dependencies = [10978 "async-trait",10979 "parity-scale-codec",10980 "scale-info",10981 "sp-api",10982 "sp-application-crypto",10983 "sp-consensus",10984 "sp-consensus-slots",10985 "sp-inherents",10986 "sp-runtime",10987 "sp-std",10988 "sp-timestamp",10989]1099010991[[package]]10992name = "sp-consensus-babe"10993version = "0.10.0-dev"10994source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10995dependencies = [10996 "async-trait",10997 "merlin",10998 "parity-scale-codec",10999 "scale-info",11000 "serde",11001 "sp-api",11002 "sp-application-crypto",11003 "sp-consensus",11004 "sp-consensus-slots",11005 "sp-consensus-vrf",11006 "sp-core",11007 "sp-inherents",11008 "sp-keystore",11009 "sp-runtime",11010 "sp-std",11011 "sp-timestamp",11012]1101311014[[package]]11015name = "sp-consensus-slots"11016version = "0.10.0-dev"11017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11018dependencies = [11019 "parity-scale-codec",11020 "scale-info",11021 "serde",11022 "sp-arithmetic",11023 "sp-runtime",11024 "sp-std",11025 "sp-timestamp",11026]1102711028[[package]]11029name = "sp-consensus-vrf"11030version = "0.10.0-dev"11031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11032dependencies = [11033 "parity-scale-codec",11034 "schnorrkel",11035 "sp-core",11036 "sp-runtime",11037 "sp-std",11038]1103911040[[package]]11041name = "sp-core"11042version = "6.0.0"11043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11044dependencies = [11045 "base58",11046 "bitflags",11047 "blake2-rfc",11048 "byteorder",11049 "dyn-clonable",11050 "ed25519-dalek",11051 "futures 0.3.21",11052 "hash-db",11053 "hash256-std-hasher",11054 "hex",11055 "impl-serde",11056 "lazy_static",11057 "libsecp256k1 0.7.0",11058 "log",11059 "merlin",11060 "num-traits",11061 "parity-scale-codec",11062 "parity-util-mem",11063 "parking_lot 0.12.0",11064 "primitive-types",11065 "rand 0.7.3",11066 "regex",11067 "scale-info",11068 "schnorrkel",11069 "secp256k1",11070 "secrecy",11071 "serde",11072 "sp-core-hashing",11073 "sp-debug-derive",11074 "sp-externalities",11075 "sp-runtime-interface",11076 "sp-std",11077 "sp-storage",11078 "ss58-registry",11079 "substrate-bip39",11080 "thiserror",11081 "tiny-bip39",11082 "wasmi",11083 "zeroize",11084]1108511086[[package]]11087name = "sp-core-hashing"11088version = "4.0.0"11089source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11090dependencies = [11091 "blake2 0.10.4",11092 "byteorder",11093 "digest 0.10.3",11094 "sha2 0.10.2",11095 "sha3 0.10.1",11096 "sp-std",11097 "twox-hash",11098]1109911100[[package]]11101name = "sp-core-hashing-proc-macro"11102version = "5.0.0"11103source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11104dependencies = [11105 "proc-macro2",11106 "quote",11107 "sp-core-hashing",11108 "syn",11109]1111011111[[package]]11112name = "sp-database"11113version = "4.0.0-dev"11114source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11115dependencies = [11116 "kvdb",11117 "parking_lot 0.12.0",11118]1111911120[[package]]11121name = "sp-debug-derive"11122version = "4.0.0"11123source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11124dependencies = [11125 "proc-macro2",11126 "quote",11127 "syn",11128]1112911130[[package]]11131name = "sp-externalities"11132version = "0.12.0"11133source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11134dependencies = [11135 "environmental",11136 "parity-scale-codec",11137 "sp-std",11138 "sp-storage",11139]1114011141[[package]]11142name = "sp-finality-grandpa"11143version = "4.0.0-dev"11144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11145dependencies = [11146 "finality-grandpa",11147 "log",11148 "parity-scale-codec",11149 "scale-info",11150 "serde",11151 "sp-api",11152 "sp-application-crypto",11153 "sp-core",11154 "sp-keystore",11155 "sp-runtime",11156 "sp-std",11157]1115811159[[package]]11160name = "sp-inherents"11161version = "4.0.0-dev"11162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11163dependencies = [11164 "async-trait",11165 "impl-trait-for-tuples",11166 "parity-scale-codec",11167 "sp-core",11168 "sp-runtime",11169 "sp-std",11170 "thiserror",11171]1117211173[[package]]11174name = "sp-io"11175version = "6.0.0"11176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11177dependencies = [11178 "futures 0.3.21",11179 "hash-db",11180 "libsecp256k1 0.7.0",11181 "log",11182 "parity-scale-codec",11183 "parking_lot 0.12.0",11184 "secp256k1",11185 "sp-core",11186 "sp-externalities",11187 "sp-keystore",11188 "sp-runtime-interface",11189 "sp-state-machine",11190 "sp-std",11191 "sp-tracing",11192 "sp-trie",11193 "sp-wasm-interface",11194 "tracing",11195 "tracing-core",11196]1119711198[[package]]11199name = "sp-keyring"11200version = "6.0.0"11201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11202dependencies = [11203 "lazy_static",11204 "sp-core",11205 "sp-runtime",11206 "strum 0.23.0",11207]1120811209[[package]]11210name = "sp-keystore"11211version = "0.12.0"11212source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11213dependencies = [11214 "async-trait",11215 "futures 0.3.21",11216 "merlin",11217 "parity-scale-codec",11218 "parking_lot 0.12.0",11219 "schnorrkel",11220 "serde",11221 "sp-core",11222 "sp-externalities",11223 "thiserror",11224]1122511226[[package]]11227name = "sp-maybe-compressed-blob"11228version = "4.1.0-dev"11229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11230dependencies = [11231 "thiserror",11232 "zstd",11233]1123411235[[package]]11236name = "sp-npos-elections"11237version = "4.0.0-dev"11238source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11239dependencies = [11240 "parity-scale-codec",11241 "scale-info",11242 "serde",11243 "sp-arithmetic",11244 "sp-core",11245 "sp-npos-elections-solution-type",11246 "sp-runtime",11247 "sp-std",11248]1124911250[[package]]11251name = "sp-npos-elections-solution-type"11252version = "4.0.0-dev"11253source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11254dependencies = [11255 "proc-macro-crate 1.1.3",11256 "proc-macro2",11257 "quote",11258 "syn",11259]1126011261[[package]]11262name = "sp-offchain"11263version = "4.0.0-dev"11264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11265dependencies = [11266 "sp-api",11267 "sp-core",11268 "sp-runtime",11269]1127011271[[package]]11272name = "sp-panic-handler"11273version = "4.0.0"11274source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11275dependencies = [11276 "backtrace",11277 "lazy_static",11278 "regex",11279]1128011281[[package]]11282name = "sp-rpc"11283version = "6.0.0"11284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11285dependencies = [11286 "rustc-hash",11287 "serde",11288 "sp-core",11289]1129011291[[package]]11292name = "sp-runtime"11293version = "6.0.0"11294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11295dependencies = [11296 "either",11297 "hash256-std-hasher",11298 "impl-trait-for-tuples",11299 "log",11300 "parity-scale-codec",11301 "parity-util-mem",11302 "paste",11303 "rand 0.7.3",11304 "scale-info",11305 "serde",11306 "sp-application-crypto",11307 "sp-arithmetic",11308 "sp-core",11309 "sp-io",11310 "sp-std",11311]1131211313[[package]]11314name = "sp-runtime-interface"11315version = "6.0.0"11316source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11317dependencies = [11318 "impl-trait-for-tuples",11319 "parity-scale-codec",11320 "primitive-types",11321 "sp-externalities",11322 "sp-runtime-interface-proc-macro",11323 "sp-std",11324 "sp-storage",11325 "sp-tracing",11326 "sp-wasm-interface",11327 "static_assertions",11328]1132911330[[package]]11331name = "sp-runtime-interface-proc-macro"11332version = "5.0.0"11333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11334dependencies = [11335 "Inflector",11336 "proc-macro-crate 1.1.3",11337 "proc-macro2",11338 "quote",11339 "syn",11340]1134111342[[package]]11343name = "sp-serializer"11344version = "4.0.0-dev"11345source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11346dependencies = [11347 "serde",11348 "serde_json",11349]1135011351[[package]]11352name = "sp-session"11353version = "4.0.0-dev"11354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11355dependencies = [11356 "parity-scale-codec",11357 "scale-info",11358 "sp-api",11359 "sp-core",11360 "sp-runtime",11361 "sp-staking",11362 "sp-std",11363]1136411365[[package]]11366name = "sp-staking"11367version = "4.0.0-dev"11368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11369dependencies = [11370 "parity-scale-codec",11371 "scale-info",11372 "sp-runtime",11373 "sp-std",11374]1137511376[[package]]11377name = "sp-state-machine"11378version = "0.12.0"11379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11380dependencies = [11381 "hash-db",11382 "log",11383 "num-traits",11384 "parity-scale-codec",11385 "parking_lot 0.12.0",11386 "rand 0.7.3",11387 "smallvec",11388 "sp-core",11389 "sp-externalities",11390 "sp-panic-handler",11391 "sp-std",11392 "sp-trie",11393 "thiserror",11394 "tracing",11395 "trie-db",11396 "trie-root",11397]1139811399[[package]]11400name = "sp-std"11401version = "4.0.0"11402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1140311404[[package]]11405name = "sp-storage"11406version = "6.0.0"11407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11408dependencies = [11409 "impl-serde",11410 "parity-scale-codec",11411 "ref-cast",11412 "serde",11413 "sp-debug-derive",11414 "sp-std",11415]1141611417[[package]]11418name = "sp-tasks"11419version = "4.0.0-dev"11420source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11421dependencies = [11422 "log",11423 "sp-core",11424 "sp-externalities",11425 "sp-io",11426 "sp-runtime-interface",11427 "sp-std",11428]1142911430[[package]]11431name = "sp-timestamp"11432version = "4.0.0-dev"11433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11434dependencies = [11435 "async-trait",11436 "futures-timer",11437 "log",11438 "parity-scale-codec",11439 "sp-api",11440 "sp-inherents",11441 "sp-runtime",11442 "sp-std",11443 "thiserror",11444]1144511446[[package]]11447name = "sp-tracing"11448version = "5.0.0"11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11450dependencies = [11451 "parity-scale-codec",11452 "sp-std",11453 "tracing",11454 "tracing-core",11455 "tracing-subscriber",11456]1145711458[[package]]11459name = "sp-transaction-pool"11460version = "4.0.0-dev"11461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11462dependencies = [11463 "sp-api",11464 "sp-runtime",11465]1146611467[[package]]11468name = "sp-transaction-storage-proof"11469version = "4.0.0-dev"11470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11471dependencies = [11472 "async-trait",11473 "log",11474 "parity-scale-codec",11475 "scale-info",11476 "sp-core",11477 "sp-inherents",11478 "sp-runtime",11479 "sp-std",11480 "sp-trie",11481]1148211483[[package]]11484name = "sp-trie"11485version = "6.0.0"11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487dependencies = [11488 "hash-db",11489 "memory-db",11490 "parity-scale-codec",11491 "scale-info",11492 "sp-core",11493 "sp-std",11494 "thiserror",11495 "trie-db",11496 "trie-root",11497]1149811499[[package]]11500name = "sp-version"11501version = "5.0.0"11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11503dependencies = [11504 "impl-serde",11505 "parity-scale-codec",11506 "parity-wasm 0.42.2",11507 "scale-info",11508 "serde",11509 "sp-core-hashing-proc-macro",11510 "sp-runtime",11511 "sp-std",11512 "sp-version-proc-macro",11513 "thiserror",11514]1151511516[[package]]11517name = "sp-version-proc-macro"11518version = "4.0.0-dev"11519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11520dependencies = [11521 "parity-scale-codec",11522 "proc-macro2",11523 "quote",11524 "syn",11525]1152611527[[package]]11528name = "sp-wasm-interface"11529version = "6.0.0"11530source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11531dependencies = [11532 "impl-trait-for-tuples",11533 "log",11534 "parity-scale-codec",11535 "sp-std",11536 "wasmi",11537 "wasmtime",11538]1153911540[[package]]11541name = "spin"11542version = "0.5.2"11543source = "registry+https://github.com/rust-lang/crates.io-index"11544checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1154511546[[package]]11547name = "spki"11548version = "0.5.4"11549source = "registry+https://github.com/rust-lang/crates.io-index"11550checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11551dependencies = [11552 "base64ct",11553 "der",11554]1155511556[[package]]11557name = "ss58-registry"11558version = "1.17.0"11559source = "registry+https://github.com/rust-lang/crates.io-index"11560checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11561dependencies = [11562 "Inflector",11563 "num-format",11564 "proc-macro2",11565 "quote",11566 "serde",11567 "serde_json",11568 "unicode-xid",11569]1157011571[[package]]11572name = "stable_deref_trait"11573version = "1.2.0"11574source = "registry+https://github.com/rust-lang/crates.io-index"11575checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1157611577[[package]]11578name = "static_assertions"11579version = "1.1.0"11580source = "registry+https://github.com/rust-lang/crates.io-index"11581checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1158211583[[package]]11584name = "static_init"11585version = "0.5.2"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11588dependencies = [11589 "cfg_aliases",11590 "libc",11591 "parking_lot 0.11.2",11592 "static_init_macro",11593]1159411595[[package]]11596name = "static_init_macro"11597version = "0.5.0"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11600dependencies = [11601 "cfg_aliases",11602 "memchr",11603 "proc-macro2",11604 "quote",11605 "syn",11606]1160711608[[package]]11609name = "statrs"11610version = "0.15.0"11611source = "registry+https://github.com/rust-lang/crates.io-index"11612checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11613dependencies = [11614 "approx",11615 "lazy_static",11616 "nalgebra",11617 "num-traits",11618 "rand 0.8.5",11619]1162011621[[package]]11622name = "strsim"11623version = "0.10.0"11624source = "registry+https://github.com/rust-lang/crates.io-index"11625checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1162611627[[package]]11628name = "strum"11629version = "0.23.0"11630source = "registry+https://github.com/rust-lang/crates.io-index"11631checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11632dependencies = [11633 "strum_macros 0.23.1",11634]1163511636[[package]]11637name = "strum"11638version = "0.24.0"11639source = "registry+https://github.com/rust-lang/crates.io-index"11640checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11641dependencies = [11642 "strum_macros 0.24.0",11643]1164411645[[package]]11646name = "strum_macros"11647version = "0.23.1"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11650dependencies = [11651 "heck 0.3.3",11652 "proc-macro2",11653 "quote",11654 "rustversion",11655 "syn",11656]1165711658[[package]]11659name = "strum_macros"11660version = "0.24.0"11661source = "registry+https://github.com/rust-lang/crates.io-index"11662checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11663dependencies = [11664 "heck 0.4.0",11665 "proc-macro2",11666 "quote",11667 "rustversion",11668 "syn",11669]1167011671[[package]]11672name = "substrate-bip39"11673version = "0.4.4"11674source = "registry+https://github.com/rust-lang/crates.io-index"11675checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11676dependencies = [11677 "hmac 0.11.0",11678 "pbkdf2 0.8.0",11679 "schnorrkel",11680 "sha2 0.9.9",11681 "zeroize",11682]1168311684[[package]]11685name = "substrate-build-script-utils"11686version = "3.0.0"11687source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11688dependencies = [11689 "platforms",11690]1169111692[[package]]11693name = "substrate-frame-rpc-system"11694version = "4.0.0-dev"11695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11696dependencies = [11697 "frame-system-rpc-runtime-api",11698 "futures 0.3.21",11699 "jsonrpc-core",11700 "jsonrpc-core-client",11701 "jsonrpc-derive",11702 "log",11703 "parity-scale-codec",11704 "sc-client-api",11705 "sc-rpc-api",11706 "sc-transaction-pool-api",11707 "sp-api",11708 "sp-block-builder",11709 "sp-blockchain",11710 "sp-core",11711 "sp-runtime",11712]1171311714[[package]]11715name = "substrate-prometheus-endpoint"11716version = "0.10.0-dev"11717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11718dependencies = [11719 "futures-util",11720 "hyper",11721 "log",11722 "prometheus",11723 "thiserror",11724 "tokio 1.17.0",11725]1172611727[[package]]11728name = "substrate-test-client"11729version = "2.0.1"11730source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11731dependencies = [11732 "async-trait",11733 "futures 0.3.21",11734 "hex",11735 "parity-scale-codec",11736 "sc-client-api",11737 "sc-client-db",11738 "sc-consensus",11739 "sc-executor",11740 "sc-offchain",11741 "sc-service",11742 "serde",11743 "serde_json",11744 "sp-blockchain",11745 "sp-consensus",11746 "sp-core",11747 "sp-keyring",11748 "sp-keystore",11749 "sp-runtime",11750 "sp-state-machine",11751]1175211753[[package]]11754name = "substrate-test-utils"11755version = "4.0.0-dev"11756source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11757dependencies = [11758 "futures 0.3.21",11759 "substrate-test-utils-derive",11760 "tokio 1.17.0",11761]1176211763[[package]]11764name = "substrate-test-utils-derive"11765version = "0.10.0-dev"11766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11767dependencies = [11768 "proc-macro-crate 1.1.3",11769 "proc-macro2",11770 "quote",11771 "syn",11772]1177311774[[package]]11775name = "substrate-wasm-builder"11776version = "5.0.0-dev"11777source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11778dependencies = [11779 "ansi_term",11780 "build-helper",11781 "cargo_metadata",11782 "sp-maybe-compressed-blob",11783 "strum 0.23.0",11784 "tempfile",11785 "toml",11786 "walkdir",11787 "wasm-gc-api",11788]1178911790[[package]]11791name = "subtle"11792version = "1.0.0"11793source = "registry+https://github.com/rust-lang/crates.io-index"11794checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1179511796[[package]]11797name = "subtle"11798version = "2.4.1"11799source = "registry+https://github.com/rust-lang/crates.io-index"11800checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1180111802[[package]]11803name = "syn"11804version = "1.0.89"11805source = "registry+https://github.com/rust-lang/crates.io-index"11806checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11807dependencies = [11808 "proc-macro2",11809 "quote",11810 "unicode-xid",11811]1181211813[[package]]11814name = "synstructure"11815version = "0.12.6"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11818dependencies = [11819 "proc-macro2",11820 "quote",11821 "syn",11822 "unicode-xid",11823]1182411825[[package]]11826name = "tap"11827version = "1.0.1"11828source = "registry+https://github.com/rust-lang/crates.io-index"11829checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183011831[[package]]11832name = "target-lexicon"11833version = "0.12.3"11834source = "registry+https://github.com/rust-lang/crates.io-index"11835checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1183611837[[package]]11838name = "tempfile"11839version = "3.3.0"11840source = "registry+https://github.com/rust-lang/crates.io-index"11841checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11842dependencies = [11843 "cfg-if 1.0.0",11844 "fastrand",11845 "libc",11846 "redox_syscall",11847 "remove_dir_all",11848 "winapi 0.3.9",11849]1185011851[[package]]11852name = "termcolor"11853version = "1.1.3"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11856dependencies = [11857 "winapi-util",11858]1185911860[[package]]11861name = "test-runtime-constants"11862version = "0.9.18"11863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11864dependencies = [11865 "frame-support",11866 "polkadot-primitives",11867 "polkadot-runtime-common",11868 "smallvec",11869 "sp-runtime",11870]1187111872[[package]]11873name = "textwrap"11874version = "0.15.0"11875source = "registry+https://github.com/rust-lang/crates.io-index"11876checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1187711878[[package]]11879name = "thiserror"11880version = "1.0.30"11881source = "registry+https://github.com/rust-lang/crates.io-index"11882checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11883dependencies = [11884 "thiserror-impl",11885]1188611887[[package]]11888name = "thiserror-impl"11889version = "1.0.30"11890source = "registry+https://github.com/rust-lang/crates.io-index"11891checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11892dependencies = [11893 "proc-macro2",11894 "quote",11895 "syn",11896]1189711898[[package]]11899name = "thread_local"11900version = "1.1.4"11901source = "registry+https://github.com/rust-lang/crates.io-index"11902checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11903dependencies = [11904 "once_cell",11905]1190611907[[package]]11908name = "threadpool"11909version = "1.8.1"11910source = "registry+https://github.com/rust-lang/crates.io-index"11911checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11912dependencies = [11913 "num_cpus",11914]1191511916[[package]]11917name = "thrift"11918version = "0.15.0"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11921dependencies = [11922 "byteorder",11923 "integer-encoding",11924 "log",11925 "ordered-float",11926 "threadpool",11927]1192811929[[package]]11930name = "tikv-jemalloc-sys"11931version = "0.4.3+5.2.1-patched.2"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11934dependencies = [11935 "cc",11936 "fs_extra",11937 "libc",11938]1193911940[[package]]11941name = "time"11942version = "0.1.44"11943source = "registry+https://github.com/rust-lang/crates.io-index"11944checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11945dependencies = [11946 "libc",11947 "wasi 0.10.0+wasi-snapshot-preview1",11948 "winapi 0.3.9",11949]1195011951[[package]]11952name = "tiny-bip39"11953version = "0.8.2"11954source = "registry+https://github.com/rust-lang/crates.io-index"11955checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11956dependencies = [11957 "anyhow",11958 "hmac 0.8.1",11959 "once_cell",11960 "pbkdf2 0.4.0",11961 "rand 0.7.3",11962 "rustc-hash",11963 "sha2 0.9.9",11964 "thiserror",11965 "unicode-normalization",11966 "wasm-bindgen",11967 "zeroize",11968]1196911970[[package]]11971name = "tiny-keccak"11972version = "2.0.2"11973source = "registry+https://github.com/rust-lang/crates.io-index"11974checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11975dependencies = [11976 "crunchy",11977]1197811979[[package]]11980name = "tinyvec"11981version = "1.5.1"11982source = "registry+https://github.com/rust-lang/crates.io-index"11983checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11984dependencies = [11985 "tinyvec_macros",11986]1198711988[[package]]11989name = "tinyvec_macros"11990version = "0.1.0"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1199311994[[package]]11995name = "tokio"11996version = "0.2.25"11997source = "registry+https://github.com/rust-lang/crates.io-index"11998checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11999dependencies = [12000 "bytes 0.5.6",12001 "fnv",12002 "pin-project-lite 0.1.12",12003 "tokio-macros 0.2.6",12004]1200512006[[package]]12007name = "tokio"12008version = "1.17.0"12009source = "registry+https://github.com/rust-lang/crates.io-index"12010checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12011dependencies = [12012 "bytes 1.1.0",12013 "libc",12014 "memchr",12015 "mio 0.8.2",12016 "num_cpus",12017 "once_cell",12018 "parking_lot 0.12.0",12019 "pin-project-lite 0.2.8",12020 "signal-hook-registry",12021 "socket2 0.4.4",12022 "tokio-macros 1.7.0",12023 "winapi 0.3.9",12024]1202512026[[package]]12027name = "tokio-macros"12028version = "0.2.6"12029source = "registry+https://github.com/rust-lang/crates.io-index"12030checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12031dependencies = [12032 "proc-macro2",12033 "quote",12034 "syn",12035]1203612037[[package]]12038name = "tokio-macros"12039version = "1.7.0"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12042dependencies = [12043 "proc-macro2",12044 "quote",12045 "syn",12046]1204712048[[package]]12049name = "tokio-rustls"12050version = "0.22.0"12051source = "registry+https://github.com/rust-lang/crates.io-index"12052checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12053dependencies = [12054 "rustls 0.19.1",12055 "tokio 1.17.0",12056 "webpki 0.21.4",12057]1205812059[[package]]12060name = "tokio-rustls"12061version = "0.23.3"12062source = "registry+https://github.com/rust-lang/crates.io-index"12063checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12064dependencies = [12065 "rustls 0.20.4",12066 "tokio 1.17.0",12067 "webpki 0.22.0",12068]1206912070[[package]]12071name = "tokio-stream"12072version = "0.1.8"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12075dependencies = [12076 "futures-core",12077 "pin-project-lite 0.2.8",12078 "tokio 1.17.0",12079]1208012081[[package]]12082name = "tokio-util"12083version = "0.6.9"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12086dependencies = [12087 "bytes 1.1.0",12088 "futures-core",12089 "futures-io",12090 "futures-sink",12091 "log",12092 "pin-project-lite 0.2.8",12093 "tokio 1.17.0",12094]1209512096[[package]]12097name = "toml"12098version = "0.5.8"12099source = "registry+https://github.com/rust-lang/crates.io-index"12100checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12101dependencies = [12102 "serde",12103]1210412105[[package]]12106name = "tower-service"12107version = "0.3.1"12108source = "registry+https://github.com/rust-lang/crates.io-index"12109checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211012111[[package]]12112name = "tracing"12113version = "0.1.32"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12116dependencies = [12117 "cfg-if 1.0.0",12118 "pin-project-lite 0.2.8",12119 "tracing-attributes",12120 "tracing-core",12121]1212212123[[package]]12124name = "tracing-attributes"12125version = "0.1.20"12126source = "registry+https://github.com/rust-lang/crates.io-index"12127checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12128dependencies = [12129 "proc-macro2",12130 "quote",12131 "syn",12132]1213312134[[package]]12135name = "tracing-core"12136version = "0.1.23"12137source = "registry+https://github.com/rust-lang/crates.io-index"12138checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12139dependencies = [12140 "lazy_static",12141 "valuable",12142]1214312144[[package]]12145name = "tracing-futures"12146version = "0.2.5"12147source = "registry+https://github.com/rust-lang/crates.io-index"12148checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12149dependencies = [12150 "pin-project 1.0.10",12151 "tracing",12152]1215312154[[package]]12155name = "tracing-log"12156version = "0.1.2"12157source = "registry+https://github.com/rust-lang/crates.io-index"12158checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12159dependencies = [12160 "lazy_static",12161 "log",12162 "tracing-core",12163]1216412165[[package]]12166name = "tracing-serde"12167version = "0.1.3"12168source = "registry+https://github.com/rust-lang/crates.io-index"12169checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12170dependencies = [12171 "serde",12172 "tracing-core",12173]1217412175[[package]]12176name = "tracing-subscriber"12177version = "0.2.25"12178source = "registry+https://github.com/rust-lang/crates.io-index"12179checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12180dependencies = [12181 "ansi_term",12182 "chrono",12183 "lazy_static",12184 "matchers",12185 "parking_lot 0.11.2",12186 "regex",12187 "serde",12188 "serde_json",12189 "sharded-slab",12190 "smallvec",12191 "thread_local",12192 "tracing",12193 "tracing-core",12194 "tracing-log",12195 "tracing-serde",12196]1219712198[[package]]12199name = "trie-db"12200version = "0.23.1"12201source = "registry+https://github.com/rust-lang/crates.io-index"12202checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12203dependencies = [12204 "hash-db",12205 "hashbrown 0.12.0",12206 "log",12207 "rustc-hex",12208 "smallvec",12209]1221012211[[package]]12212name = "trie-root"12213version = "0.17.0"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12216dependencies = [12217 "hash-db",12218]1221912220[[package]]12221name = "triehash"12222version = "0.8.4"12223source = "registry+https://github.com/rust-lang/crates.io-index"12224checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12225dependencies = [12226 "hash-db",12227 "rlp",12228]1222912230[[package]]12231name = "trust-dns-proto"12232version = "0.20.4"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12235dependencies = [12236 "async-trait",12237 "cfg-if 1.0.0",12238 "data-encoding",12239 "enum-as-inner",12240 "futures-channel",12241 "futures-io",12242 "futures-util",12243 "idna 0.2.3",12244 "ipnet",12245 "lazy_static",12246 "log",12247 "rand 0.8.5",12248 "smallvec",12249 "thiserror",12250 "tinyvec",12251 "url 2.2.2",12252]1225312254[[package]]12255name = "trust-dns-resolver"12256version = "0.20.4"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12259dependencies = [12260 "cfg-if 1.0.0",12261 "futures-util",12262 "ipconfig",12263 "lazy_static",12264 "log",12265 "lru-cache",12266 "parking_lot 0.11.2",12267 "resolv-conf",12268 "smallvec",12269 "thiserror",12270 "trust-dns-proto",12271]1227212273[[package]]12274name = "try-lock"12275version = "0.2.3"12276source = "registry+https://github.com/rust-lang/crates.io-index"12277checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1227812279[[package]]12280name = "try-runtime-cli"12281version = "0.10.0-dev"12282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12283dependencies = [12284 "clap",12285 "jsonrpsee 0.4.1",12286 "log",12287 "parity-scale-codec",12288 "remote-externalities",12289 "sc-chain-spec",12290 "sc-cli",12291 "sc-executor",12292 "sc-service",12293 "serde",12294 "sp-core",12295 "sp-externalities",12296 "sp-io",12297 "sp-keystore",12298 "sp-runtime",12299 "sp-state-machine",12300 "sp-version",12301 "zstd",12302]1230312304[[package]]12305name = "tt-call"12306version = "1.0.8"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1230912310[[package]]12311name = "twox-hash"12312version = "1.6.2"12313source = "registry+https://github.com/rust-lang/crates.io-index"12314checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12315dependencies = [12316 "cfg-if 1.0.0",12317 "digest 0.10.3",12318 "rand 0.8.5",12319 "static_assertions",12320]1232112322[[package]]12323name = "typenum"12324version = "1.15.0"12325source = "registry+https://github.com/rust-lang/crates.io-index"12326checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1232712328[[package]]12329name = "uc-rpc"12330version = "0.1.0"12331dependencies = [12332 "jsonrpc-core",12333 "jsonrpc-core-client",12334 "jsonrpc-derive",12335 "pallet-common",12336 "parity-scale-codec",12337 "sp-api",12338 "sp-blockchain",12339 "sp-core",12340 "sp-rpc",12341 "sp-runtime",12342 "up-data-structs",12343 "up-rpc",12344]1234512346[[package]]12347name = "ucd-trie"12348version = "0.1.3"12349source = "registry+https://github.com/rust-lang/crates.io-index"12350checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1235112352[[package]]12353name = "uint"12354version = "0.9.3"12355source = "registry+https://github.com/rust-lang/crates.io-index"12356checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12357dependencies = [12358 "byteorder",12359 "crunchy",12360 "hex",12361 "static_assertions",12362]1236312364[[package]]12365name = "unicase"12366version = "2.6.0"12367source = "registry+https://github.com/rust-lang/crates.io-index"12368checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12369dependencies = [12370 "version_check",12371]1237212373[[package]]12374name = "unicode-bidi"12375version = "0.3.7"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1237812379[[package]]12380name = "unicode-normalization"12381version = "0.1.19"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12384dependencies = [12385 "tinyvec",12386]1238712388[[package]]12389name = "unicode-segmentation"12390version = "1.9.0"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1239312394[[package]]12395name = "unicode-xid"12396version = "0.2.2"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1239912400[[package]]12401name = "unique-node"12402version = "0.9.18"12403dependencies = [12404 "clap",12405 "cumulus-client-cli",12406 "cumulus-client-collator",12407 "cumulus-client-consensus-aura",12408 "cumulus-client-consensus-common",12409 "cumulus-client-network",12410 "cumulus-client-service",12411 "cumulus-primitives-core",12412 "cumulus-primitives-parachain-inherent",12413 "cumulus-relay-chain-inprocess-interface",12414 "cumulus-relay-chain-interface",12415 "cumulus-relay-chain-rpc-interface",12416 "fc-consensus",12417 "fc-db",12418 "fc-mapping-sync",12419 "fc-rpc",12420 "fc-rpc-core",12421 "flexi_logger",12422 "fp-rpc",12423 "frame-benchmarking",12424 "frame-benchmarking-cli",12425 "futures 0.3.21",12426 "jsonrpc-core",12427 "jsonrpc-pubsub",12428 "log",12429 "opal-runtime",12430 "pallet-ethereum",12431 "pallet-transaction-payment-rpc",12432 "pallet-transaction-payment-rpc-runtime-api",12433 "parity-scale-codec",12434 "parking_lot 0.11.2",12435 "polkadot-cli",12436 "polkadot-parachain",12437 "polkadot-primitives",12438 "polkadot-service",12439 "polkadot-test-service",12440 "quartz-runtime",12441 "sc-basic-authorship",12442 "sc-chain-spec",12443 "sc-cli",12444 "sc-client-api",12445 "sc-consensus",12446 "sc-consensus-aura",12447 "sc-consensus-manual-seal",12448 "sc-executor",12449 "sc-finality-grandpa",12450 "sc-keystore",12451 "sc-network",12452 "sc-rpc",12453 "sc-rpc-api",12454 "sc-service",12455 "sc-telemetry",12456 "sc-tracing",12457 "sc-transaction-pool",12458 "serde",12459 "serde_json",12460 "sp-api",12461 "sp-block-builder",12462 "sp-blockchain",12463 "sp-consensus",12464 "sp-consensus-aura",12465 "sp-core",12466 "sp-finality-grandpa",12467 "sp-inherents",12468 "sp-keystore",12469 "sp-offchain",12470 "sp-runtime",12471 "sp-session",12472 "sp-timestamp",12473 "sp-transaction-pool",12474 "sp-trie",12475 "substrate-build-script-utils",12476 "substrate-frame-rpc-system",12477 "substrate-prometheus-endpoint",12478 "unique-rpc",12479 "unique-runtime",12480 "unique-runtime-common",12481 "up-data-structs",12482 "up-rpc",12483]1248412485[[package]]12486name = "unique-rpc"12487version = "0.1.0"12488dependencies = [12489 "fc-db",12490 "fc-mapping-sync",12491 "fc-rpc",12492 "fc-rpc-core",12493 "fp-rpc",12494 "futures 0.3.21",12495 "jsonrpc-core",12496 "jsonrpc-pubsub",12497 "pallet-common",12498 "pallet-ethereum",12499 "pallet-transaction-payment-rpc",12500 "pallet-transaction-payment-rpc-runtime-api",12501 "pallet-unique",12502 "sc-client-api",12503 "sc-consensus-aura",12504 "sc-consensus-epochs",12505 "sc-finality-grandpa",12506 "sc-finality-grandpa-rpc",12507 "sc-keystore",12508 "sc-network",12509 "sc-rpc",12510 "sc-rpc-api",12511 "sc-service",12512 "sc-transaction-pool",12513 "serde",12514 "sp-api",12515 "sp-block-builder",12516 "sp-blockchain",12517 "sp-consensus",12518 "sp-consensus-aura",12519 "sp-core",12520 "sp-offchain",12521 "sp-runtime",12522 "sp-session",12523 "sp-storage",12524 "sp-transaction-pool",12525 "substrate-frame-rpc-system",12526 "tokio 0.2.25",12527 "uc-rpc",12528 "unique-runtime-common",12529 "up-rpc",12530]1253112532[[package]]12533name = "unique-runtime"12534version = "0.9.18"12535dependencies = [12536 "cumulus-pallet-aura-ext",12537 "cumulus-pallet-dmp-queue",12538 "cumulus-pallet-parachain-system",12539 "cumulus-pallet-xcm",12540 "cumulus-pallet-xcmp-queue",12541 "cumulus-primitives-core",12542 "cumulus-primitives-timestamp",12543 "cumulus-primitives-utility",12544 "derivative",12545 "fp-rpc",12546 "fp-self-contained",12547 "frame-benchmarking",12548 "frame-executive",12549 "frame-support",12550 "frame-system",12551 "frame-system-benchmarking",12552 "frame-system-rpc-runtime-api",12553 "hex-literal",12554 "orml-vesting",12555 "pallet-aura",12556 "pallet-balances",12557 "pallet-base-fee",12558 "pallet-common",12559 "pallet-ethereum",12560 "pallet-evm",12561 "pallet-evm-coder-substrate",12562 "pallet-evm-contract-helpers",12563 "pallet-evm-migration",12564 "pallet-evm-transaction-payment",12565 "pallet-fungible",12566 "pallet-inflation",12567 "pallet-nonfungible",12568 "pallet-randomness-collective-flip",12569 "pallet-refungible",12570 "pallet-sudo",12571 "pallet-template-transaction-payment",12572 "pallet-timestamp",12573 "pallet-transaction-payment",12574 "pallet-transaction-payment-rpc-runtime-api",12575 "pallet-treasury",12576 "pallet-unique",12577 "pallet-unq-scheduler",12578 "pallet-xcm",12579 "parachain-info",12580 "parity-scale-codec",12581 "polkadot-parachain",12582 "scale-info",12583 "serde",12584 "smallvec",12585 "sp-api",12586 "sp-arithmetic",12587 "sp-block-builder",12588 "sp-consensus-aura",12589 "sp-core",12590 "sp-inherents",12591 "sp-io",12592 "sp-offchain",12593 "sp-runtime",12594 "sp-session",12595 "sp-std",12596 "sp-transaction-pool",12597 "sp-version",12598 "substrate-wasm-builder",12599 "unique-runtime-common",12600 "up-data-structs",12601 "up-evm-mapping",12602 "up-rpc",12603 "xcm",12604 "xcm-builder",12605 "xcm-executor",12606]1260712608[[package]]12609name = "unique-runtime-common"12610version = "0.9.18"12611dependencies = [12612 "fp-rpc",12613 "frame-support",12614 "frame-system",12615 "pallet-common",12616 "parity-scale-codec",12617 "scale-info",12618 "sp-consensus-aura",12619 "sp-core",12620 "sp-runtime",12621]1262212623[[package]]12624name = "universal-hash"12625version = "0.4.1"12626source = "registry+https://github.com/rust-lang/crates.io-index"12627checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12628dependencies = [12629 "generic-array 0.14.5",12630 "subtle 2.4.1",12631]1263212633[[package]]12634name = "unsigned-varint"12635version = "0.5.1"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1263812639[[package]]12640name = "unsigned-varint"12641version = "0.6.0"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12644dependencies = [12645 "asynchronous-codec 0.5.0",12646 "bytes 1.1.0",12647 "futures-io",12648 "futures-util",12649]1265012651[[package]]12652name = "unsigned-varint"12653version = "0.7.1"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12656dependencies = [12657 "asynchronous-codec 0.6.0",12658 "bytes 1.1.0",12659 "futures-io",12660 "futures-util",12661]1266212663[[package]]12664name = "untrusted"12665version = "0.7.1"12666source = "registry+https://github.com/rust-lang/crates.io-index"12667checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1266812669[[package]]12670name = "up-data-structs"12671version = "0.1.0"12672dependencies = [12673 "derivative",12674 "frame-support",12675 "frame-system",12676 "parity-scale-codec",12677 "scale-info",12678 "serde",12679 "sp-core",12680 "sp-runtime",12681 "sp-std",12682]1268312684[[package]]12685name = "up-evm-mapping"12686version = "0.1.0"12687dependencies = [12688 "frame-support",12689 "sp-core",12690]1269112692[[package]]12693name = "up-rpc"12694version = "0.1.0"12695dependencies = [12696 "pallet-common",12697 "parity-scale-codec",12698 "sp-api",12699 "sp-core",12700 "sp-runtime",12701 "sp-std",12702 "up-data-structs",12703]1270412705[[package]]12706name = "up-sponsorship"12707version = "0.1.0"12708source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12709dependencies = [12710 "impl-trait-for-tuples",12711]1271212713[[package]]12714name = "url"12715version = "1.7.2"12716source = "registry+https://github.com/rust-lang/crates.io-index"12717checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12718dependencies = [12719 "idna 0.1.5",12720 "matches",12721 "percent-encoding 1.0.1",12722]1272312724[[package]]12725name = "url"12726version = "2.2.2"12727source = "registry+https://github.com/rust-lang/crates.io-index"12728checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12729dependencies = [12730 "form_urlencoded",12731 "idna 0.2.3",12732 "matches",12733 "percent-encoding 2.1.0",12734]1273512736[[package]]12737name = "valuable"12738version = "0.1.0"12739source = "registry+https://github.com/rust-lang/crates.io-index"12740checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1274112742[[package]]12743name = "value-bag"12744version = "1.0.0-alpha.8"12745source = "registry+https://github.com/rust-lang/crates.io-index"12746checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12747dependencies = [12748 "ctor",12749 "version_check",12750]1275112752[[package]]12753name = "vcpkg"12754version = "0.2.15"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1275712758[[package]]12759name = "version_check"12760version = "0.9.4"12761source = "registry+https://github.com/rust-lang/crates.io-index"12762checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1276312764[[package]]12765name = "void"12766version = "1.0.2"12767source = "registry+https://github.com/rust-lang/crates.io-index"12768checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1276912770[[package]]12771name = "waker-fn"12772version = "1.1.0"12773source = "registry+https://github.com/rust-lang/crates.io-index"12774checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1277512776[[package]]12777name = "walkdir"12778version = "2.3.2"12779source = "registry+https://github.com/rust-lang/crates.io-index"12780checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12781dependencies = [12782 "same-file",12783 "winapi 0.3.9",12784 "winapi-util",12785]1278612787[[package]]12788name = "want"12789version = "0.3.0"12790source = "registry+https://github.com/rust-lang/crates.io-index"12791checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12792dependencies = [12793 "log",12794 "try-lock",12795]1279612797[[package]]12798name = "wasi"12799version = "0.9.0+wasi-snapshot-preview1"12800source = "registry+https://github.com/rust-lang/crates.io-index"12801checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1280212803[[package]]12804name = "wasi"12805version = "0.10.0+wasi-snapshot-preview1"12806source = "registry+https://github.com/rust-lang/crates.io-index"12807checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1280812809[[package]]12810name = "wasi"12811version = "0.11.0+wasi-snapshot-preview1"12812source = "registry+https://github.com/rust-lang/crates.io-index"12813checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1281412815[[package]]12816name = "wasm-bindgen"12817version = "0.2.79"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12820dependencies = [12821 "cfg-if 1.0.0",12822 "wasm-bindgen-macro",12823]1282412825[[package]]12826name = "wasm-bindgen-backend"12827version = "0.2.79"12828source = "registry+https://github.com/rust-lang/crates.io-index"12829checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12830dependencies = [12831 "bumpalo",12832 "lazy_static",12833 "log",12834 "proc-macro2",12835 "quote",12836 "syn",12837 "wasm-bindgen-shared",12838]1283912840[[package]]12841name = "wasm-bindgen-futures"12842version = "0.4.29"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12845dependencies = [12846 "cfg-if 1.0.0",12847 "js-sys",12848 "wasm-bindgen",12849 "web-sys",12850]1285112852[[package]]12853name = "wasm-bindgen-macro"12854version = "0.2.79"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12857dependencies = [12858 "quote",12859 "wasm-bindgen-macro-support",12860]1286112862[[package]]12863name = "wasm-bindgen-macro-support"12864version = "0.2.79"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12867dependencies = [12868 "proc-macro2",12869 "quote",12870 "syn",12871 "wasm-bindgen-backend",12872 "wasm-bindgen-shared",12873]1287412875[[package]]12876name = "wasm-bindgen-shared"12877version = "0.2.79"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1288012881[[package]]12882name = "wasm-gc-api"12883version = "0.1.11"12884source = "registry+https://github.com/rust-lang/crates.io-index"12885checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12886dependencies = [12887 "log",12888 "parity-wasm 0.32.0",12889 "rustc-demangle",12890]1289112892[[package]]12893name = "wasm-instrument"12894version = "0.1.1"12895source = "registry+https://github.com/rust-lang/crates.io-index"12896checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12897dependencies = [12898 "parity-wasm 0.42.2",12899]1290012901[[package]]12902name = "wasm-timer"12903version = "0.2.5"12904source = "registry+https://github.com/rust-lang/crates.io-index"12905checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12906dependencies = [12907 "futures 0.3.21",12908 "js-sys",12909 "parking_lot 0.11.2",12910 "pin-utils",12911 "wasm-bindgen",12912 "wasm-bindgen-futures",12913 "web-sys",12914]1291512916[[package]]12917name = "wasmi"12918version = "0.9.1"12919source = "registry+https://github.com/rust-lang/crates.io-index"12920checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12921dependencies = [12922 "downcast-rs",12923 "libc",12924 "memory_units",12925 "num-rational 0.2.4",12926 "num-traits",12927 "parity-wasm 0.42.2",12928 "wasmi-validation",12929]1293012931[[package]]12932name = "wasmi-validation"12933version = "0.4.1"12934source = "registry+https://github.com/rust-lang/crates.io-index"12935checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12936dependencies = [12937 "parity-wasm 0.42.2",12938]1293912940[[package]]12941name = "wasmparser"12942version = "0.81.0"12943source = "registry+https://github.com/rust-lang/crates.io-index"12944checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1294512946[[package]]12947name = "wasmtime"12948version = "0.33.1"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12951dependencies = [12952 "anyhow",12953 "backtrace",12954 "bincode",12955 "cfg-if 1.0.0",12956 "cpp_demangle",12957 "indexmap",12958 "lazy_static",12959 "libc",12960 "log",12961 "object",12962 "paste",12963 "psm",12964 "rayon",12965 "region",12966 "rustc-demangle",12967 "serde",12968 "target-lexicon",12969 "wasmparser",12970 "wasmtime-cache",12971 "wasmtime-cranelift",12972 "wasmtime-environ",12973 "wasmtime-jit",12974 "wasmtime-runtime",12975 "winapi 0.3.9",12976]1297712978[[package]]12979name = "wasmtime-cache"12980version = "0.33.1"12981source = "registry+https://github.com/rust-lang/crates.io-index"12982checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12983dependencies = [12984 "anyhow",12985 "base64",12986 "bincode",12987 "directories-next",12988 "file-per-thread-logger",12989 "log",12990 "rustix",12991 "serde",12992 "sha2 0.9.9",12993 "toml",12994 "winapi 0.3.9",12995 "zstd",12996]1299712998[[package]]12999name = "wasmtime-cranelift"13000version = "0.33.1"13001source = "registry+https://github.com/rust-lang/crates.io-index"13002checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13003dependencies = [13004 "anyhow",13005 "cranelift-codegen",13006 "cranelift-entity",13007 "cranelift-frontend",13008 "cranelift-native",13009 "cranelift-wasm",13010 "gimli",13011 "log",13012 "more-asserts",13013 "object",13014 "target-lexicon",13015 "thiserror",13016 "wasmparser",13017 "wasmtime-environ",13018]1301913020[[package]]13021name = "wasmtime-environ"13022version = "0.33.1"13023source = "registry+https://github.com/rust-lang/crates.io-index"13024checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13025dependencies = [13026 "anyhow",13027 "cranelift-entity",13028 "gimli",13029 "indexmap",13030 "log",13031 "more-asserts",13032 "object",13033 "serde",13034 "target-lexicon",13035 "thiserror",13036 "wasmparser",13037 "wasmtime-types",13038]1303913040[[package]]13041name = "wasmtime-jit"13042version = "0.33.1"13043source = "registry+https://github.com/rust-lang/crates.io-index"13044checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13045dependencies = [13046 "addr2line",13047 "anyhow",13048 "bincode",13049 "cfg-if 1.0.0",13050 "gimli",13051 "object",13052 "region",13053 "rustix",13054 "serde",13055 "target-lexicon",13056 "thiserror",13057 "wasmtime-environ",13058 "wasmtime-runtime",13059 "winapi 0.3.9",13060]1306113062[[package]]13063name = "wasmtime-runtime"13064version = "0.33.1"13065source = "registry+https://github.com/rust-lang/crates.io-index"13066checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13067dependencies = [13068 "anyhow",13069 "backtrace",13070 "cc",13071 "cfg-if 1.0.0",13072 "indexmap",13073 "lazy_static",13074 "libc",13075 "log",13076 "mach",13077 "memoffset",13078 "more-asserts",13079 "rand 0.8.5",13080 "region",13081 "rustix",13082 "thiserror",13083 "wasmtime-environ",13084 "winapi 0.3.9",13085]1308613087[[package]]13088name = "wasmtime-types"13089version = "0.33.1"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13092dependencies = [13093 "cranelift-entity",13094 "serde",13095 "thiserror",13096 "wasmparser",13097]1309813099[[package]]13100name = "web-sys"13101version = "0.3.56"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13104dependencies = [13105 "js-sys",13106 "wasm-bindgen",13107]1310813109[[package]]13110name = "webpki"13111version = "0.21.4"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13114dependencies = [13115 "ring",13116 "untrusted",13117]1311813119[[package]]13120name = "webpki"13121version = "0.22.0"13122source = "registry+https://github.com/rust-lang/crates.io-index"13123checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13124dependencies = [13125 "ring",13126 "untrusted",13127]1312813129[[package]]13130name = "webpki-roots"13131version = "0.21.1"13132source = "registry+https://github.com/rust-lang/crates.io-index"13133checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13134dependencies = [13135 "webpki 0.21.4",13136]1313713138[[package]]13139name = "webpki-roots"13140version = "0.22.2"13141source = "registry+https://github.com/rust-lang/crates.io-index"13142checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13143dependencies = [13144 "webpki 0.22.0",13145]1314613147[[package]]13148name = "wepoll-ffi"13149version = "0.1.2"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13152dependencies = [13153 "cc",13154]1315513156[[package]]13157name = "westend-runtime"13158version = "0.9.18"13159source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13160dependencies = [13161 "beefy-primitives",13162 "bitvec",13163 "frame-benchmarking",13164 "frame-election-provider-support",13165 "frame-executive",13166 "frame-support",13167 "frame-system",13168 "frame-system-benchmarking",13169 "frame-system-rpc-runtime-api",13170 "frame-try-runtime",13171 "hex-literal",13172 "log",13173 "pallet-authority-discovery",13174 "pallet-authorship",13175 "pallet-babe",13176 "pallet-bags-list",13177 "pallet-balances",13178 "pallet-collective",13179 "pallet-democracy",13180 "pallet-election-provider-multi-phase",13181 "pallet-elections-phragmen",13182 "pallet-grandpa",13183 "pallet-identity",13184 "pallet-im-online",13185 "pallet-indices",13186 "pallet-membership",13187 "pallet-mmr-primitives",13188 "pallet-multisig",13189 "pallet-nicks",13190 "pallet-offences",13191 "pallet-offences-benchmarking",13192 "pallet-preimage",13193 "pallet-proxy",13194 "pallet-recovery",13195 "pallet-scheduler",13196 "pallet-session",13197 "pallet-session-benchmarking",13198 "pallet-society",13199 "pallet-staking",13200 "pallet-staking-reward-curve",13201 "pallet-sudo",13202 "pallet-timestamp",13203 "pallet-transaction-payment",13204 "pallet-transaction-payment-rpc-runtime-api",13205 "pallet-treasury",13206 "pallet-utility",13207 "pallet-vesting",13208 "pallet-xcm",13209 "pallet-xcm-benchmarks",13210 "parity-scale-codec",13211 "polkadot-parachain",13212 "polkadot-primitives",13213 "polkadot-runtime-common",13214 "polkadot-runtime-parachains",13215 "rustc-hex",13216 "scale-info",13217 "serde",13218 "serde_derive",13219 "smallvec",13220 "sp-api",13221 "sp-authority-discovery",13222 "sp-block-builder",13223 "sp-consensus-babe",13224 "sp-core",13225 "sp-inherents",13226 "sp-io",13227 "sp-npos-elections",13228 "sp-offchain",13229 "sp-runtime",13230 "sp-session",13231 "sp-staking",13232 "sp-std",13233 "sp-transaction-pool",13234 "sp-version",13235 "substrate-wasm-builder",13236 "westend-runtime-constants",13237 "xcm",13238 "xcm-builder",13239 "xcm-executor",13240]1324113242[[package]]13243name = "westend-runtime-constants"13244version = "0.9.18"13245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13246dependencies = [13247 "frame-support",13248 "polkadot-primitives",13249 "polkadot-runtime-common",13250 "smallvec",13251 "sp-runtime",13252]1325313254[[package]]13255name = "which"13256version = "4.2.5"13257source = "registry+https://github.com/rust-lang/crates.io-index"13258checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13259dependencies = [13260 "either",13261 "lazy_static",13262 "libc",13263]1326413265[[package]]13266name = "widestring"13267version = "0.4.3"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1327013271[[package]]13272name = "winapi"13273version = "0.2.8"13274source = "registry+https://github.com/rust-lang/crates.io-index"13275checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1327613277[[package]]13278name = "winapi"13279version = "0.3.9"13280source = "registry+https://github.com/rust-lang/crates.io-index"13281checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13282dependencies = [13283 "winapi-i686-pc-windows-gnu",13284 "winapi-x86_64-pc-windows-gnu",13285]1328613287[[package]]13288name = "winapi-build"13289version = "0.1.1"13290source = "registry+https://github.com/rust-lang/crates.io-index"13291checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1329213293[[package]]13294name = "winapi-i686-pc-windows-gnu"13295version = "0.4.0"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1329813299[[package]]13300name = "winapi-util"13301version = "0.1.5"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13304dependencies = [13305 "winapi 0.3.9",13306]1330713308[[package]]13309name = "winapi-x86_64-pc-windows-gnu"13310version = "0.4.0"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1331313314[[package]]13315name = "windows-sys"13316version = "0.32.0"13317source = "registry+https://github.com/rust-lang/crates.io-index"13318checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13319dependencies = [13320 "windows_aarch64_msvc",13321 "windows_i686_gnu",13322 "windows_i686_msvc",13323 "windows_x86_64_gnu",13324 "windows_x86_64_msvc",13325]1332613327[[package]]13328name = "windows_aarch64_msvc"13329version = "0.32.0"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1333213333[[package]]13334name = "windows_i686_gnu"13335version = "0.32.0"13336source = "registry+https://github.com/rust-lang/crates.io-index"13337checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1333813339[[package]]13340name = "windows_i686_msvc"13341version = "0.32.0"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1334413345[[package]]13346name = "windows_x86_64_gnu"13347version = "0.32.0"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1335013351[[package]]13352name = "windows_x86_64_msvc"13353version = "0.32.0"13354source = "registry+https://github.com/rust-lang/crates.io-index"13355checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1335613357[[package]]13358name = "winreg"13359version = "0.6.2"13360source = "registry+https://github.com/rust-lang/crates.io-index"13361checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13362dependencies = [13363 "winapi 0.3.9",13364]1336513366[[package]]13367name = "ws2_32-sys"13368version = "0.2.1"13369source = "registry+https://github.com/rust-lang/crates.io-index"13370checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13371dependencies = [13372 "winapi 0.2.8",13373 "winapi-build",13374]1337513376[[package]]13377name = "wyz"13378version = "0.5.0"13379source = "registry+https://github.com/rust-lang/crates.io-index"13380checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13381dependencies = [13382 "tap",13383]1338413385[[package]]13386name = "x25519-dalek"13387version = "1.1.1"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13390dependencies = [13391 "curve25519-dalek 3.2.0",13392 "rand_core 0.5.1",13393 "zeroize",13394]1339513396[[package]]13397name = "xcm"13398version = "0.9.18"13399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13400dependencies = [13401 "derivative",13402 "impl-trait-for-tuples",13403 "log",13404 "parity-scale-codec",13405 "scale-info",13406 "xcm-procedural",13407]1340813409[[package]]13410name = "xcm-builder"13411version = "0.9.18"13412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13413dependencies = [13414 "frame-support",13415 "frame-system",13416 "log",13417 "pallet-transaction-payment",13418 "parity-scale-codec",13419 "polkadot-parachain",13420 "scale-info",13421 "sp-arithmetic",13422 "sp-io",13423 "sp-runtime",13424 "sp-std",13425 "xcm",13426 "xcm-executor",13427]1342813429[[package]]13430name = "xcm-executor"13431version = "0.9.18"13432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13433dependencies = [13434 "frame-benchmarking",13435 "frame-support",13436 "impl-trait-for-tuples",13437 "log",13438 "parity-scale-codec",13439 "sp-arithmetic",13440 "sp-core",13441 "sp-io",13442 "sp-runtime",13443 "sp-std",13444 "xcm",13445]1344613447[[package]]13448name = "xcm-procedural"13449version = "0.1.0"13450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13451dependencies = [13452 "Inflector",13453 "proc-macro2",13454 "quote",13455 "syn",13456]1345713458[[package]]13459name = "yamux"13460version = "0.9.0"13461source = "registry+https://github.com/rust-lang/crates.io-index"13462checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13463dependencies = [13464 "futures 0.3.21",13465 "log",13466 "nohash-hasher",13467 "parking_lot 0.11.2",13468 "rand 0.8.5",13469 "static_assertions",13470]1347113472[[package]]13473name = "yansi"13474version = "0.5.1"13475source = "registry+https://github.com/rust-lang/crates.io-index"13476checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1347713478[[package]]13479name = "zeroize"13480version = "1.5.4"13481source = "registry+https://github.com/rust-lang/crates.io-index"13482checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13483dependencies = [13484 "zeroize_derive",13485]1348613487[[package]]13488name = "zeroize_derive"13489version = "1.3.2"13490source = "registry+https://github.com/rust-lang/crates.io-index"13491checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13492dependencies = [13493 "proc-macro2",13494 "quote",13495 "syn",13496 "synstructure",13497]1349813499[[package]]13500name = "zstd"13501version = "0.9.2+zstd.1.5.1"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13504dependencies = [13505 "zstd-safe",13506]1350713508[[package]]13509name = "zstd-safe"13510version = "4.1.3+zstd.1.5.1"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13513dependencies = [13514 "libc",13515 "zstd-sys",13516]1351713518[[package]]13519name = "zstd-sys"13520version = "1.6.2+zstd.1.5.1"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13523dependencies = [13524 "cc",13525 "libc",13526]