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

difftreelog

source

Cargo.lock304.2 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures",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",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.7",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",98]99100[[package]]101name = "anyhow"102version = "1.0.58"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"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.2.0"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-lock",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.7.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2",220 "waker-fn",221 "winapi",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-process"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"238dependencies = [239 "async-io",240 "blocking",241 "cfg-if 1.0.0",242 "event-listener",243 "futures-lite",244 "libc",245 "once_cell",246 "signal-hook",247 "winapi",248]249250[[package]]251name = "async-std"252version = "1.12.0"253source = "registry+https://github.com/rust-lang/crates.io-index"254checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"255dependencies = [256 "async-attributes",257 "async-channel",258 "async-global-executor",259 "async-io",260 "async-lock",261 "async-process",262 "crossbeam-utils",263 "futures-channel",264 "futures-core",265 "futures-io",266 "futures-lite",267 "gloo-timers",268 "kv-log-macro",269 "log",270 "memchr",271 "once_cell",272 "pin-project-lite 0.2.9",273 "pin-utils",274 "slab",275 "wasm-bindgen-futures",276]277278[[package]]279name = "async-std-resolver"280version = "0.21.2"281source = "registry+https://github.com/rust-lang/crates.io-index"282checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"283dependencies = [284 "async-std",285 "async-trait",286 "futures-io",287 "futures-util",288 "pin-utils",289 "socket2",290 "trust-dns-resolver",291]292293[[package]]294name = "async-task"295version = "4.2.0"296source = "registry+https://github.com/rust-lang/crates.io-index"297checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"298299[[package]]300name = "async-trait"301version = "0.1.56"302source = "registry+https://github.com/rust-lang/crates.io-index"303checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"304dependencies = [305 "proc-macro2",306 "quote",307 "syn",308]309310[[package]]311name = "asynchronous-codec"312version = "0.6.0"313source = "registry+https://github.com/rust-lang/crates.io-index"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"315dependencies = [316 "bytes 1.1.0",317 "futures-sink",318 "futures-util",319 "memchr",320 "pin-project-lite 0.2.9",321]322323[[package]]324name = "atomic-waker"325version = "1.0.0"326source = "registry+https://github.com/rust-lang/crates.io-index"327checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"328329[[package]]330name = "atty"331version = "0.2.14"332source = "registry+https://github.com/rust-lang/crates.io-index"333checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"334dependencies = [335 "hermit-abi",336 "libc",337 "winapi",338]339340[[package]]341name = "auto_impl"342version = "0.5.0"343source = "registry+https://github.com/rust-lang/crates.io-index"344checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"345dependencies = [346 "proc-macro-error",347 "proc-macro2",348 "quote",349 "syn",350]351352[[package]]353name = "autocfg"354version = "1.1.0"355source = "registry+https://github.com/rust-lang/crates.io-index"356checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"357358[[package]]359name = "backoff"360version = "0.4.0"361source = "registry+https://github.com/rust-lang/crates.io-index"362checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"363dependencies = [364 "futures-core",365 "getrandom 0.2.7",366 "instant",367 "pin-project-lite 0.2.9",368 "rand 0.8.5",369 "tokio 1.19.2",370]371372[[package]]373name = "backtrace"374version = "0.3.65"375source = "registry+https://github.com/rust-lang/crates.io-index"376checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"377dependencies = [378 "addr2line",379 "cc",380 "cfg-if 1.0.0",381 "libc",382 "miniz_oxide",383 "object 0.28.4",384 "rustc-demangle",385]386387[[package]]388name = "base-x"389version = "0.2.10"390source = "registry+https://github.com/rust-lang/crates.io-index"391checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"392393[[package]]394name = "base16ct"395version = "0.1.1"396source = "registry+https://github.com/rust-lang/crates.io-index"397checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"398399[[package]]400name = "base58"401version = "0.2.0"402source = "registry+https://github.com/rust-lang/crates.io-index"403checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"404405[[package]]406name = "base64"407version = "0.13.0"408source = "registry+https://github.com/rust-lang/crates.io-index"409checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"410411[[package]]412name = "beef"413version = "0.5.2"414source = "registry+https://github.com/rust-lang/crates.io-index"415checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"416dependencies = [417 "serde",418]419420[[package]]421name = "beefy-gadget"422version = "4.0.0-dev"423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"424dependencies = [425 "beefy-primitives",426 "fnv",427 "futures 0.3.21",428 "futures-timer",429 "hex",430 "log",431 "parity-scale-codec 3.1.5",432 "parking_lot 0.12.1",433 "sc-chain-spec",434 "sc-client-api",435 "sc-finality-grandpa",436 "sc-keystore",437 "sc-network",438 "sc-network-gossip",439 "sc-utils",440 "sp-api",441 "sp-application-crypto",442 "sp-arithmetic",443 "sp-blockchain",444 "sp-consensus",445 "sp-core",446 "sp-keystore",447 "sp-mmr-primitives",448 "sp-runtime",449 "substrate-prometheus-endpoint",450 "thiserror",451 "wasm-timer",452]453454[[package]]455name = "beefy-gadget-rpc"456version = "4.0.0-dev"457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"458dependencies = [459 "beefy-gadget",460 "beefy-primitives",461 "futures 0.3.21",462 "jsonrpsee",463 "log",464 "parity-scale-codec 3.1.5",465 "parking_lot 0.12.1",466 "sc-rpc",467 "sc-utils",468 "serde",469 "sp-core",470 "sp-runtime",471 "thiserror",472]473474[[package]]475name = "beefy-merkle-tree"476version = "4.0.0-dev"477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"478479[[package]]480name = "beefy-primitives"481version = "4.0.0-dev"482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"483dependencies = [484 "parity-scale-codec 3.1.5",485 "scale-info",486 "sp-api",487 "sp-application-crypto",488 "sp-core",489 "sp-runtime",490 "sp-std",491]492493[[package]]494name = "bimap"495version = "0.6.2"496source = "registry+https://github.com/rust-lang/crates.io-index"497checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"498499[[package]]500name = "bincode"501version = "1.3.3"502source = "registry+https://github.com/rust-lang/crates.io-index"503checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"504dependencies = [505 "serde",506]507508[[package]]509name = "bindgen"510version = "0.59.2"511source = "registry+https://github.com/rust-lang/crates.io-index"512checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"513dependencies = [514 "bitflags",515 "cexpr",516 "clang-sys",517 "lazy_static",518 "lazycell",519 "peeking_take_while",520 "proc-macro2",521 "quote",522 "regex",523 "rustc-hash",524 "shlex",525]526527[[package]]528name = "bitflags"529version = "1.3.2"530source = "registry+https://github.com/rust-lang/crates.io-index"531checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"532533[[package]]534name = "bitvec"535version = "0.20.4"536source = "registry+https://github.com/rust-lang/crates.io-index"537checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"538dependencies = [539 "funty 1.1.0",540 "radium 0.6.2",541 "tap",542 "wyz 0.2.0",543]544545[[package]]546name = "bitvec"547version = "1.0.0"548source = "registry+https://github.com/rust-lang/crates.io-index"549checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"550dependencies = [551 "funty 2.0.0",552 "radium 0.7.0",553 "tap",554 "wyz 0.5.0",555]556557[[package]]558name = "blake2"559version = "0.10.4"560source = "registry+https://github.com/rust-lang/crates.io-index"561checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"562dependencies = [563 "digest 0.10.3",564]565566[[package]]567name = "blake2-rfc"568version = "0.2.18"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"571dependencies = [572 "arrayvec 0.4.12",573 "constant_time_eq",574]575576[[package]]577name = "blake2b_simd"578version = "1.0.0"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"581dependencies = [582 "arrayref",583 "arrayvec 0.7.2",584 "constant_time_eq",585]586587[[package]]588name = "blake2s_simd"589version = "1.0.0"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"592dependencies = [593 "arrayref",594 "arrayvec 0.7.2",595 "constant_time_eq",596]597598[[package]]599name = "blake3"600version = "1.3.1"601source = "registry+https://github.com/rust-lang/crates.io-index"602checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"603dependencies = [604 "arrayref",605 "arrayvec 0.7.2",606 "cc",607 "cfg-if 1.0.0",608 "constant_time_eq",609 "digest 0.10.3",610]611612[[package]]613name = "block-buffer"614version = "0.7.3"615source = "registry+https://github.com/rust-lang/crates.io-index"616checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"617dependencies = [618 "block-padding 0.1.5",619 "byte-tools",620 "byteorder",621 "generic-array 0.12.4",622]623624[[package]]625name = "block-buffer"626version = "0.9.0"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"629dependencies = [630 "block-padding 0.2.1",631 "generic-array 0.14.5",632]633634[[package]]635name = "block-buffer"636version = "0.10.2"637source = "registry+https://github.com/rust-lang/crates.io-index"638checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"639dependencies = [640 "generic-array 0.14.5",641]642643[[package]]644name = "block-padding"645version = "0.1.5"646source = "registry+https://github.com/rust-lang/crates.io-index"647checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"648dependencies = [649 "byte-tools",650]651652[[package]]653name = "block-padding"654version = "0.2.1"655source = "registry+https://github.com/rust-lang/crates.io-index"656checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"657658[[package]]659name = "blocking"660version = "1.2.0"661source = "registry+https://github.com/rust-lang/crates.io-index"662checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"663dependencies = [664 "async-channel",665 "async-task",666 "atomic-waker",667 "fastrand",668 "futures-lite",669 "once_cell",670]671672[[package]]673name = "bounded-vec"674version = "0.6.0"675source = "registry+https://github.com/rust-lang/crates.io-index"676checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"677dependencies = [678 "thiserror",679]680681[[package]]682name = "bp-header-chain"683version = "0.1.0"684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"685dependencies = [686 "bp-runtime",687 "finality-grandpa",688 "frame-support",689 "parity-scale-codec 3.1.5",690 "scale-info",691 "serde",692 "sp-core",693 "sp-finality-grandpa",694 "sp-runtime",695 "sp-std",696]697698[[package]]699name = "bp-message-dispatch"700version = "0.1.0"701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"702dependencies = [703 "bp-runtime",704 "frame-support",705 "parity-scale-codec 3.1.5",706 "scale-info",707 "sp-std",708]709710[[package]]711name = "bp-messages"712version = "0.1.0"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"714dependencies = [715 "bitvec 1.0.0",716 "bp-runtime",717 "frame-support",718 "frame-system",719 "impl-trait-for-tuples",720 "parity-scale-codec 3.1.5",721 "scale-info",722 "serde",723 "sp-core",724 "sp-std",725]726727[[package]]728name = "bp-polkadot-core"729version = "0.1.0"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"731dependencies = [732 "bp-messages",733 "bp-runtime",734 "frame-support",735 "frame-system",736 "parity-scale-codec 3.1.5",737 "scale-info",738 "sp-api",739 "sp-core",740 "sp-runtime",741 "sp-std",742 "sp-version",743]744745[[package]]746name = "bp-rococo"747version = "0.1.0"748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"749dependencies = [750 "bp-messages",751 "bp-polkadot-core",752 "bp-runtime",753 "frame-support",754 "parity-scale-codec 3.1.5",755 "smallvec",756 "sp-api",757 "sp-runtime",758 "sp-std",759 "sp-version",760]761762[[package]]763name = "bp-runtime"764version = "0.1.0"765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"766dependencies = [767 "frame-support",768 "hash-db",769 "num-traits",770 "parity-scale-codec 3.1.5",771 "scale-info",772 "sp-core",773 "sp-io",774 "sp-runtime",775 "sp-state-machine",776 "sp-std",777 "sp-trie",778]779780[[package]]781name = "bp-test-utils"782version = "0.1.0"783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"784dependencies = [785 "bp-header-chain",786 "ed25519-dalek",787 "finality-grandpa",788 "parity-scale-codec 3.1.5",789 "sp-application-crypto",790 "sp-finality-grandpa",791 "sp-runtime",792 "sp-std",793]794795[[package]]796name = "bp-wococo"797version = "0.1.0"798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"799dependencies = [800 "bp-messages",801 "bp-polkadot-core",802 "bp-rococo",803 "bp-runtime",804 "parity-scale-codec 3.1.5",805 "sp-api",806 "sp-runtime",807 "sp-std",808]809810[[package]]811name = "bridge-runtime-common"812version = "0.1.0"813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"814dependencies = [815 "bp-message-dispatch",816 "bp-messages",817 "bp-runtime",818 "frame-support",819 "frame-system",820 "hash-db",821 "pallet-bridge-dispatch",822 "pallet-bridge-grandpa",823 "pallet-bridge-messages",824 "pallet-transaction-payment",825 "parity-scale-codec 3.1.5",826 "scale-info",827 "sp-api",828 "sp-core",829 "sp-runtime",830 "sp-state-machine",831 "sp-std",832 "sp-trie",833]834835[[package]]836name = "bs58"837version = "0.4.0"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"840841[[package]]842name = "bstr"843version = "0.2.17"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"846dependencies = [847 "memchr",848]849850[[package]]851name = "build-helper"852version = "0.1.1"853source = "registry+https://github.com/rust-lang/crates.io-index"854checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"855dependencies = [856 "semver 0.6.0",857]858859[[package]]860name = "bumpalo"861version = "3.10.0"862source = "registry+https://github.com/rust-lang/crates.io-index"863checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"864865[[package]]866name = "byte-slice-cast"867version = "1.2.1"868source = "registry+https://github.com/rust-lang/crates.io-index"869checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"870871[[package]]872name = "byte-tools"873version = "0.3.1"874source = "registry+https://github.com/rust-lang/crates.io-index"875checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"876877[[package]]878name = "byteorder"879version = "1.4.3"880source = "registry+https://github.com/rust-lang/crates.io-index"881checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"882883[[package]]884name = "bytes"885version = "0.5.6"886source = "registry+https://github.com/rust-lang/crates.io-index"887checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"888889[[package]]890name = "bytes"891version = "1.1.0"892source = "registry+https://github.com/rust-lang/crates.io-index"893checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"894895[[package]]896name = "bzip2-sys"897version = "0.1.11+1.0.8"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"900dependencies = [901 "cc",902 "libc",903 "pkg-config",904]905906[[package]]907name = "cache-padded"908version = "1.2.0"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"911912[[package]]913name = "camino"914version = "1.0.9"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"917dependencies = [918 "serde",919]920921[[package]]922name = "cargo-platform"923version = "0.1.2"924source = "registry+https://github.com/rust-lang/crates.io-index"925checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"926dependencies = [927 "serde",928]929930[[package]]931name = "cargo_metadata"932version = "0.14.3"933source = "registry+https://github.com/rust-lang/crates.io-index"934checksum = "cf1007653411165d371d51e7174a6f0e81ec815ecb425c0440c30d5f1ae64e0f"935dependencies = [936 "camino",937 "cargo-platform",938 "semver 1.0.10",939 "serde",940 "serde_json",941]942943[[package]]944name = "cc"945version = "1.0.73"946source = "registry+https://github.com/rust-lang/crates.io-index"947checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"948dependencies = [949 "jobserver",950]951952[[package]]953name = "cexpr"954version = "0.6.0"955source = "registry+https://github.com/rust-lang/crates.io-index"956checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"957dependencies = [958 "nom",959]960961[[package]]962name = "cfg-if"963version = "0.1.10"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"966967[[package]]968name = "cfg-if"969version = "1.0.0"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"972973[[package]]974name = "cfg_aliases"975version = "0.1.1"976source = "registry+https://github.com/rust-lang/crates.io-index"977checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"978979[[package]]980name = "chacha20"981version = "0.8.1"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"984dependencies = [985 "cfg-if 1.0.0",986 "cipher",987 "cpufeatures",988 "zeroize",989]990991[[package]]992name = "chacha20poly1305"993version = "0.9.0"994source = "registry+https://github.com/rust-lang/crates.io-index"995checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"996dependencies = [997 "aead",998 "chacha20",999 "cipher",1000 "poly1305",1001 "zeroize",1002]10031004[[package]]1005name = "chrono"1006version = "0.4.19"1007source = "registry+https://github.com/rust-lang/crates.io-index"1008checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1009dependencies = [1010 "libc",1011 "num-integer",1012 "num-traits",1013 "time",1014 "winapi",1015]10161017[[package]]1018name = "cid"1019version = "0.8.5"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "fc949bff6704880faf064c42a4854032ab07bfcf3a4fcb82a57470acededb69c"1022dependencies = [1023 "core2",1024 "multibase",1025 "multihash",1026 "serde",1027 "unsigned-varint",1028]10291030[[package]]1031name = "cipher"1032version = "0.3.0"1033source = "registry+https://github.com/rust-lang/crates.io-index"1034checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1035dependencies = [1036 "generic-array 0.14.5",1037]10381039[[package]]1040name = "ckb-merkle-mountain-range"1041version = "0.3.2"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1044dependencies = [1045 "cfg-if 0.1.10",1046]10471048[[package]]1049name = "clang-sys"1050version = "1.3.3"1051source = "registry+https://github.com/rust-lang/crates.io-index"1052checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"1053dependencies = [1054 "glob",1055 "libc",1056 "libloading 0.7.3",1057]10581059[[package]]1060name = "clap"1061version = "3.2.6"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"1064dependencies = [1065 "atty",1066 "bitflags",1067 "clap_derive",1068 "clap_lex",1069 "indexmap",1070 "once_cell",1071 "strsim",1072 "termcolor",1073 "textwrap",1074]10751076[[package]]1077name = "clap_derive"1078version = "3.2.6"1079source = "registry+https://github.com/rust-lang/crates.io-index"1080checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a"1081dependencies = [1082 "heck 0.4.0",1083 "proc-macro-error",1084 "proc-macro2",1085 "quote",1086 "syn",1087]10881089[[package]]1090name = "clap_lex"1091version = "0.2.3"1092source = "registry+https://github.com/rust-lang/crates.io-index"1093checksum = "87eba3c8c7f42ef17f6c659fc7416d0f4758cd3e58861ee63c5fa4a4dde649e4"1094dependencies = [1095 "os_str_bytes",1096]10971098[[package]]1099name = "cmake"1100version = "0.1.48"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1103dependencies = [1104 "cc",1105]11061107[[package]]1108name = "coarsetime"1109version = "0.1.22"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1112dependencies = [1113 "libc",1114 "once_cell",1115 "wasi 0.11.0+wasi-snapshot-preview1",1116 "wasm-bindgen",1117]11181119[[package]]1120name = "comfy-table"1121version = "5.0.1"1122source = "registry+https://github.com/rust-lang/crates.io-index"1123checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"1124dependencies = [1125 "strum 0.23.0",1126 "strum_macros 0.23.1",1127 "unicode-width",1128]11291130[[package]]1131name = "concurrent-queue"1132version = "1.2.2"1133source = "registry+https://github.com/rust-lang/crates.io-index"1134checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1135dependencies = [1136 "cache-padded",1137]11381139[[package]]1140name = "const-oid"1141version = "0.7.1"1142source = "registry+https://github.com/rust-lang/crates.io-index"1143checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11441145[[package]]1146name = "constant_time_eq"1147version = "0.1.5"1148source = "registry+https://github.com/rust-lang/crates.io-index"1149checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11501151[[package]]1152name = "convert_case"1153version = "0.4.0"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11561157[[package]]1158name = "core-foundation"1159version = "0.9.3"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1162dependencies = [1163 "core-foundation-sys",1164 "libc",1165]11661167[[package]]1168name = "core-foundation-sys"1169version = "0.8.3"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11721173[[package]]1174name = "core2"1175version = "0.4.0"1176source = "registry+https://github.com/rust-lang/crates.io-index"1177checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1178dependencies = [1179 "memchr",1180]11811182[[package]]1183name = "cpp_demangle"1184version = "0.3.5"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1187dependencies = [1188 "cfg-if 1.0.0",1189]11901191[[package]]1192name = "cpufeatures"1193version = "0.2.2"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1196dependencies = [1197 "libc",1198]11991200[[package]]1201name = "cranelift-bforest"1202version = "0.82.3"1203source = "registry+https://github.com/rust-lang/crates.io-index"1204checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1205dependencies = [1206 "cranelift-entity",1207]12081209[[package]]1210name = "cranelift-codegen"1211version = "0.82.3"1212source = "registry+https://github.com/rust-lang/crates.io-index"1213checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1214dependencies = [1215 "cranelift-bforest",1216 "cranelift-codegen-meta",1217 "cranelift-codegen-shared",1218 "cranelift-entity",1219 "gimli",1220 "log",1221 "regalloc",1222 "smallvec",1223 "target-lexicon",1224]12251226[[package]]1227name = "cranelift-codegen-meta"1228version = "0.82.3"1229source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1231dependencies = [1232 "cranelift-codegen-shared",1233]12341235[[package]]1236name = "cranelift-codegen-shared"1237version = "0.82.3"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12401241[[package]]1242name = "cranelift-entity"1243version = "0.82.3"1244source = "registry+https://github.com/rust-lang/crates.io-index"1245checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1246dependencies = [1247 "serde",1248]12491250[[package]]1251name = "cranelift-frontend"1252version = "0.82.3"1253source = "registry+https://github.com/rust-lang/crates.io-index"1254checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1255dependencies = [1256 "cranelift-codegen",1257 "log",1258 "smallvec",1259 "target-lexicon",1260]12611262[[package]]1263name = "cranelift-native"1264version = "0.82.3"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1267dependencies = [1268 "cranelift-codegen",1269 "libc",1270 "target-lexicon",1271]12721273[[package]]1274name = "cranelift-wasm"1275version = "0.82.3"1276source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1278dependencies = [1279 "cranelift-codegen",1280 "cranelift-entity",1281 "cranelift-frontend",1282 "itertools",1283 "log",1284 "smallvec",1285 "wasmparser",1286 "wasmtime-types",1287]12881289[[package]]1290name = "crc32fast"1291version = "1.3.2"1292source = "registry+https://github.com/rust-lang/crates.io-index"1293checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1294dependencies = [1295 "cfg-if 1.0.0",1296]12971298[[package]]1299name = "crossbeam-channel"1300version = "0.5.5"1301source = "registry+https://github.com/rust-lang/crates.io-index"1302checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"1303dependencies = [1304 "cfg-if 1.0.0",1305 "crossbeam-utils",1306]13071308[[package]]1309name = "crossbeam-deque"1310version = "0.8.1"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1313dependencies = [1314 "cfg-if 1.0.0",1315 "crossbeam-epoch",1316 "crossbeam-utils",1317]13181319[[package]]1320name = "crossbeam-epoch"1321version = "0.9.9"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"1324dependencies = [1325 "autocfg",1326 "cfg-if 1.0.0",1327 "crossbeam-utils",1328 "memoffset",1329 "once_cell",1330 "scopeguard",1331]13321333[[package]]1334name = "crossbeam-queue"1335version = "0.3.5"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1338dependencies = [1339 "cfg-if 1.0.0",1340 "crossbeam-utils",1341]13421343[[package]]1344name = "crossbeam-utils"1345version = "0.8.9"1346source = "registry+https://github.com/rust-lang/crates.io-index"1347checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"1348dependencies = [1349 "cfg-if 1.0.0",1350 "once_cell",1351]13521353[[package]]1354name = "crunchy"1355version = "0.2.2"1356source = "registry+https://github.com/rust-lang/crates.io-index"1357checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13581359[[package]]1360name = "crypto-bigint"1361version = "0.3.2"1362source = "registry+https://github.com/rust-lang/crates.io-index"1363checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1364dependencies = [1365 "generic-array 0.14.5",1366 "rand_core 0.6.3",1367 "subtle",1368 "zeroize",1369]13701371[[package]]1372name = "crypto-common"1373version = "0.1.3"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1376dependencies = [1377 "generic-array 0.14.5",1378 "typenum",1379]13801381[[package]]1382name = "crypto-mac"1383version = "0.8.0"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1386dependencies = [1387 "generic-array 0.14.5",1388 "subtle",1389]13901391[[package]]1392name = "crypto-mac"1393version = "0.11.1"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1396dependencies = [1397 "generic-array 0.14.5",1398 "subtle",1399]14001401[[package]]1402name = "ctor"1403version = "0.1.22"1404source = "registry+https://github.com/rust-lang/crates.io-index"1405checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1406dependencies = [1407 "quote",1408 "syn",1409]14101411[[package]]1412name = "ctr"1413version = "0.8.0"1414source = "registry+https://github.com/rust-lang/crates.io-index"1415checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1416dependencies = [1417 "cipher",1418]14191420[[package]]1421name = "cuckoofilter"1422version = "0.5.0"1423source = "registry+https://github.com/rust-lang/crates.io-index"1424checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1425dependencies = [1426 "byteorder",1427 "fnv",1428 "rand 0.7.3",1429]14301431[[package]]1432name = "cumulus-client-cli"1433version = "0.1.0"1434source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1435dependencies = [1436 "clap",1437 "sc-cli",1438 "sc-service",1439 "url",1440]14411442[[package]]1443name = "cumulus-client-collator"1444version = "0.1.0"1445source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1446dependencies = [1447 "cumulus-client-consensus-common",1448 "cumulus-client-network",1449 "cumulus-primitives-core",1450 "cumulus-relay-chain-interface",1451 "futures 0.3.21",1452 "parity-scale-codec 3.1.5",1453 "parking_lot 0.12.1",1454 "polkadot-node-primitives",1455 "polkadot-node-subsystem",1456 "polkadot-overseer",1457 "polkadot-primitives",1458 "sc-client-api",1459 "sp-api",1460 "sp-consensus",1461 "sp-core",1462 "sp-runtime",1463 "tracing",1464]14651466[[package]]1467name = "cumulus-client-consensus-aura"1468version = "0.1.0"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1470dependencies = [1471 "async-trait",1472 "cumulus-client-consensus-common",1473 "cumulus-primitives-core",1474 "futures 0.3.21",1475 "parity-scale-codec 3.1.5",1476 "sc-client-api",1477 "sc-consensus",1478 "sc-consensus-aura",1479 "sc-consensus-slots",1480 "sc-telemetry",1481 "sp-api",1482 "sp-application-crypto",1483 "sp-block-builder",1484 "sp-blockchain",1485 "sp-consensus",1486 "sp-consensus-aura",1487 "sp-core",1488 "sp-inherents",1489 "sp-keystore",1490 "sp-runtime",1491 "substrate-prometheus-endpoint",1492 "tracing",1493]14941495[[package]]1496name = "cumulus-client-consensus-common"1497version = "0.1.0"1498source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1499dependencies = [1500 "async-trait",1501 "cumulus-relay-chain-interface",1502 "dyn-clone",1503 "futures 0.3.21",1504 "parity-scale-codec 3.1.5",1505 "polkadot-primitives",1506 "sc-client-api",1507 "sc-consensus",1508 "sp-api",1509 "sp-blockchain",1510 "sp-consensus",1511 "sp-runtime",1512 "sp-trie",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-network"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "derive_more",1524 "futures 0.3.21",1525 "futures-timer",1526 "parity-scale-codec 3.1.5",1527 "parking_lot 0.12.1",1528 "polkadot-node-primitives",1529 "polkadot-parachain",1530 "polkadot-primitives",1531 "sc-client-api",1532 "sp-api",1533 "sp-blockchain",1534 "sp-consensus",1535 "sp-core",1536 "sp-runtime",1537 "sp-state-machine",1538 "tracing",1539]15401541[[package]]1542name = "cumulus-client-pov-recovery"1543version = "0.1.0"1544source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1545dependencies = [1546 "cumulus-primitives-core",1547 "cumulus-relay-chain-interface",1548 "futures 0.3.21",1549 "futures-timer",1550 "parity-scale-codec 3.1.5",1551 "polkadot-node-primitives",1552 "polkadot-node-subsystem",1553 "polkadot-overseer",1554 "polkadot-primitives",1555 "rand 0.8.5",1556 "sc-client-api",1557 "sc-consensus",1558 "sp-api",1559 "sp-consensus",1560 "sp-maybe-compressed-blob",1561 "sp-runtime",1562 "tracing",1563]15641565[[package]]1566name = "cumulus-client-service"1567version = "0.1.0"1568source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1569dependencies = [1570 "cumulus-client-cli",1571 "cumulus-client-collator",1572 "cumulus-client-consensus-common",1573 "cumulus-client-pov-recovery",1574 "cumulus-primitives-core",1575 "cumulus-relay-chain-interface",1576 "parity-scale-codec 3.1.5",1577 "parking_lot 0.12.1",1578 "polkadot-overseer",1579 "polkadot-primitives",1580 "sc-chain-spec",1581 "sc-client-api",1582 "sc-consensus",1583 "sc-consensus-babe",1584 "sc-service",1585 "sc-telemetry",1586 "sc-tracing",1587 "sp-api",1588 "sp-blockchain",1589 "sp-consensus",1590 "sp-core",1591 "sp-runtime",1592 "tracing",1593]15941595[[package]]1596name = "cumulus-pallet-aura-ext"1597version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1599dependencies = [1600 "frame-executive",1601 "frame-support",1602 "frame-system",1603 "pallet-aura",1604 "parity-scale-codec 3.1.5",1605 "scale-info",1606 "serde",1607 "sp-application-crypto",1608 "sp-consensus-aura",1609 "sp-runtime",1610 "sp-std",1611]16121613[[package]]1614name = "cumulus-pallet-dmp-queue"1615version = "0.1.0"1616source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1617dependencies = [1618 "cumulus-primitives-core",1619 "frame-support",1620 "frame-system",1621 "log",1622 "parity-scale-codec 3.1.5",1623 "scale-info",1624 "sp-io",1625 "sp-runtime",1626 "sp-std",1627 "xcm",1628 "xcm-executor",1629]16301631[[package]]1632name = "cumulus-pallet-parachain-system"1633version = "0.1.0"1634source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1635dependencies = [1636 "cumulus-pallet-parachain-system-proc-macro",1637 "cumulus-primitives-core",1638 "cumulus-primitives-parachain-inherent",1639 "environmental",1640 "frame-support",1641 "frame-system",1642 "impl-trait-for-tuples",1643 "log",1644 "pallet-balances",1645 "parity-scale-codec 3.1.5",1646 "polkadot-parachain",1647 "scale-info",1648 "serde",1649 "sp-core",1650 "sp-externalities",1651 "sp-inherents",1652 "sp-io",1653 "sp-runtime",1654 "sp-state-machine",1655 "sp-std",1656 "sp-trie",1657 "sp-version",1658 "xcm",1659]16601661[[package]]1662name = "cumulus-pallet-parachain-system-proc-macro"1663version = "0.1.0"1664source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1665dependencies = [1666 "proc-macro-crate",1667 "proc-macro2",1668 "quote",1669 "syn",1670]16711672[[package]]1673name = "cumulus-pallet-xcm"1674version = "0.1.0"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1676dependencies = [1677 "cumulus-primitives-core",1678 "frame-support",1679 "frame-system",1680 "parity-scale-codec 3.1.5",1681 "scale-info",1682 "serde",1683 "sp-io",1684 "sp-runtime",1685 "sp-std",1686 "xcm",1687]16881689[[package]]1690name = "cumulus-pallet-xcmp-queue"1691version = "0.1.0"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1693dependencies = [1694 "cumulus-primitives-core",1695 "frame-support",1696 "frame-system",1697 "log",1698 "parity-scale-codec 3.1.5",1699 "rand_chacha 0.3.1",1700 "scale-info",1701 "sp-runtime",1702 "sp-std",1703 "xcm",1704 "xcm-executor",1705]17061707[[package]]1708name = "cumulus-primitives-core"1709version = "0.1.0"1710source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1711dependencies = [1712 "frame-support",1713 "parity-scale-codec 3.1.5",1714 "polkadot-core-primitives",1715 "polkadot-parachain",1716 "polkadot-primitives",1717 "sp-api",1718 "sp-runtime",1719 "sp-std",1720 "sp-trie",1721]17221723[[package]]1724name = "cumulus-primitives-parachain-inherent"1725version = "0.1.0"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1727dependencies = [1728 "async-trait",1729 "cumulus-primitives-core",1730 "cumulus-relay-chain-interface",1731 "cumulus-test-relay-sproof-builder",1732 "parity-scale-codec 3.1.5",1733 "sc-client-api",1734 "scale-info",1735 "sp-api",1736 "sp-core",1737 "sp-inherents",1738 "sp-runtime",1739 "sp-state-machine",1740 "sp-std",1741 "sp-storage",1742 "sp-trie",1743 "tracing",1744]17451746[[package]]1747name = "cumulus-primitives-timestamp"1748version = "0.1.0"1749source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1750dependencies = [1751 "cumulus-primitives-core",1752 "futures 0.3.21",1753 "parity-scale-codec 3.1.5",1754 "sp-inherents",1755 "sp-std",1756 "sp-timestamp",1757]17581759[[package]]1760name = "cumulus-primitives-utility"1761version = "0.1.0"1762source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1763dependencies = [1764 "cumulus-primitives-core",1765 "frame-support",1766 "parity-scale-codec 3.1.5",1767 "polkadot-core-primitives",1768 "polkadot-parachain",1769 "polkadot-primitives",1770 "sp-runtime",1771 "sp-std",1772 "sp-trie",1773 "xcm",1774]17751776[[package]]1777name = "cumulus-relay-chain-inprocess-interface"1778version = "0.1.0"1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1780dependencies = [1781 "async-trait",1782 "cumulus-primitives-core",1783 "cumulus-relay-chain-interface",1784 "futures 0.3.21",1785 "futures-timer",1786 "parking_lot 0.12.1",1787 "polkadot-cli",1788 "polkadot-client",1789 "polkadot-service",1790 "sc-cli",1791 "sc-client-api",1792 "sc-consensus-babe",1793 "sc-network",1794 "sc-service",1795 "sc-sysinfo",1796 "sc-telemetry",1797 "sc-tracing",1798 "sp-api",1799 "sp-blockchain",1800 "sp-consensus",1801 "sp-core",1802 "sp-runtime",1803 "sp-state-machine",1804 "tracing",1805]18061807[[package]]1808name = "cumulus-relay-chain-interface"1809version = "0.1.0"1810source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1811dependencies = [1812 "async-trait",1813 "cumulus-primitives-core",1814 "derive_more",1815 "futures 0.3.21",1816 "jsonrpsee-core",1817 "parity-scale-codec 3.1.5",1818 "parking_lot 0.12.1",1819 "polkadot-overseer",1820 "polkadot-service",1821 "sc-client-api",1822 "sc-service",1823 "sp-api",1824 "sp-blockchain",1825 "sp-core",1826 "sp-runtime",1827 "sp-state-machine",1828 "thiserror",1829]18301831[[package]]1832name = "cumulus-relay-chain-rpc-interface"1833version = "0.1.0"1834source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1835dependencies = [1836 "async-trait",1837 "backoff",1838 "cumulus-primitives-core",1839 "cumulus-relay-chain-interface",1840 "futures 0.3.21",1841 "futures-timer",1842 "jsonrpsee",1843 "parity-scale-codec 3.1.5",1844 "parking_lot 0.12.1",1845 "polkadot-service",1846 "sc-client-api",1847 "sc-rpc-api",1848 "sp-api",1849 "sp-core",1850 "sp-runtime",1851 "sp-state-machine",1852 "sp-storage",1853 "tracing",1854 "url",1855]18561857[[package]]1858name = "cumulus-test-relay-sproof-builder"1859version = "0.1.0"1860source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1861dependencies = [1862 "cumulus-primitives-core",1863 "parity-scale-codec 3.1.5",1864 "polkadot-primitives",1865 "sp-runtime",1866 "sp-state-machine",1867 "sp-std",1868]18691870[[package]]1871name = "curve25519-dalek"1872version = "2.1.3"1873source = "registry+https://github.com/rust-lang/crates.io-index"1874checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1875dependencies = [1876 "byteorder",1877 "digest 0.8.1",1878 "rand_core 0.5.1",1879 "subtle",1880 "zeroize",1881]18821883[[package]]1884name = "curve25519-dalek"1885version = "3.2.0"1886source = "registry+https://github.com/rust-lang/crates.io-index"1887checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1888dependencies = [1889 "byteorder",1890 "digest 0.9.0",1891 "rand_core 0.5.1",1892 "subtle",1893 "zeroize",1894]18951896[[package]]1897name = "curve25519-dalek"1898version = "4.0.0-pre.1"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1901dependencies = [1902 "byteorder",1903 "digest 0.9.0",1904 "rand_core 0.6.3",1905 "subtle",1906 "zeroize",1907]19081909[[package]]1910name = "darling"1911version = "0.13.4"1912source = "registry+https://github.com/rust-lang/crates.io-index"1913checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1914dependencies = [1915 "darling_core",1916 "darling_macro",1917]19181919[[package]]1920name = "darling_core"1921version = "0.13.4"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1924dependencies = [1925 "fnv",1926 "ident_case",1927 "proc-macro2",1928 "quote",1929 "strsim",1930 "syn",1931]19321933[[package]]1934name = "darling_macro"1935version = "0.13.4"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1938dependencies = [1939 "darling_core",1940 "quote",1941 "syn",1942]19431944[[package]]1945name = "data-encoding"1946version = "2.3.2"1947source = "registry+https://github.com/rust-lang/crates.io-index"1948checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19491950[[package]]1951name = "data-encoding-macro"1952version = "0.1.12"1953source = "registry+https://github.com/rust-lang/crates.io-index"1954checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1955dependencies = [1956 "data-encoding",1957 "data-encoding-macro-internal",1958]19591960[[package]]1961name = "data-encoding-macro-internal"1962version = "0.1.10"1963source = "registry+https://github.com/rust-lang/crates.io-index"1964checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1965dependencies = [1966 "data-encoding",1967 "syn",1968]19691970[[package]]1971name = "der"1972version = "0.5.1"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1975dependencies = [1976 "const-oid",1977]19781979[[package]]1980name = "derivative"1981version = "2.2.0"1982source = "registry+https://github.com/rust-lang/crates.io-index"1983checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1984dependencies = [1985 "proc-macro2",1986 "quote",1987 "syn",1988]19891990[[package]]1991name = "derive_more"1992version = "0.99.17"1993source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1995dependencies = [1996 "convert_case",1997 "proc-macro2",1998 "quote",1999 "rustc_version 0.4.0",2000 "syn",2001]20022003[[package]]2004name = "digest"2005version = "0.8.1"2006source = "registry+https://github.com/rust-lang/crates.io-index"2007checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2008dependencies = [2009 "generic-array 0.12.4",2010]20112012[[package]]2013name = "digest"2014version = "0.9.0"2015source = "registry+https://github.com/rust-lang/crates.io-index"2016checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2017dependencies = [2018 "generic-array 0.14.5",2019]20202021[[package]]2022name = "digest"2023version = "0.10.3"2024source = "registry+https://github.com/rust-lang/crates.io-index"2025checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2026dependencies = [2027 "block-buffer 0.10.2",2028 "crypto-common",2029 "subtle",2030]20312032[[package]]2033name = "directories"2034version = "4.0.1"2035source = "registry+https://github.com/rust-lang/crates.io-index"2036checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2037dependencies = [2038 "dirs-sys",2039]20402041[[package]]2042name = "directories-next"2043version = "2.0.0"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2046dependencies = [2047 "cfg-if 1.0.0",2048 "dirs-sys-next",2049]20502051[[package]]2052name = "dirs-sys"2053version = "0.3.7"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2056dependencies = [2057 "libc",2058 "redox_users",2059 "winapi",2060]20612062[[package]]2063name = "dirs-sys-next"2064version = "0.1.2"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2067dependencies = [2068 "libc",2069 "redox_users",2070 "winapi",2071]20722073[[package]]2074name = "dns-parser"2075version = "0.8.0"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2078dependencies = [2079 "byteorder",2080 "quick-error",2081]20822083[[package]]2084name = "downcast-rs"2085version = "1.2.0"2086source = "registry+https://github.com/rust-lang/crates.io-index"2087checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20882089[[package]]2090name = "dtoa"2091version = "1.0.2"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"20942095[[package]]2096name = "dyn-clonable"2097version = "0.9.0"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2100dependencies = [2101 "dyn-clonable-impl",2102 "dyn-clone",2103]21042105[[package]]2106name = "dyn-clonable-impl"2107version = "0.9.0"2108source = "registry+https://github.com/rust-lang/crates.io-index"2109checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2110dependencies = [2111 "proc-macro2",2112 "quote",2113 "syn",2114]21152116[[package]]2117name = "dyn-clone"2118version = "1.0.6"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a"21212122[[package]]2123name = "ecdsa"2124version = "0.13.4"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2127dependencies = [2128 "der",2129 "elliptic-curve",2130 "rfc6979",2131 "signature",2132]21332134[[package]]2135name = "ed25519"2136version = "1.5.2"2137source = "registry+https://github.com/rust-lang/crates.io-index"2138checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2139dependencies = [2140 "signature",2141]21422143[[package]]2144name = "ed25519-dalek"2145version = "1.0.1"2146source = "registry+https://github.com/rust-lang/crates.io-index"2147checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2148dependencies = [2149 "curve25519-dalek 3.2.0",2150 "ed25519",2151 "rand 0.7.3",2152 "serde",2153 "sha2 0.9.9",2154 "zeroize",2155]21562157[[package]]2158name = "either"2159version = "1.6.1"2160source = "registry+https://github.com/rust-lang/crates.io-index"2161checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21622163[[package]]2164name = "elliptic-curve"2165version = "0.11.12"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2168dependencies = [2169 "base16ct",2170 "crypto-bigint",2171 "der",2172 "ff",2173 "generic-array 0.14.5",2174 "group",2175 "rand_core 0.6.3",2176 "sec1",2177 "subtle",2178 "zeroize",2179]21802181[[package]]2182name = "enum-as-inner"2183version = "0.4.0"2184source = "registry+https://github.com/rust-lang/crates.io-index"2185checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2186dependencies = [2187 "heck 0.4.0",2188 "proc-macro2",2189 "quote",2190 "syn",2191]21922193[[package]]2194name = "enumflags2"2195version = "0.7.5"2196source = "registry+https://github.com/rust-lang/crates.io-index"2197checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2198dependencies = [2199 "enumflags2_derive",2200]22012202[[package]]2203name = "enumflags2_derive"2204version = "0.7.4"2205source = "registry+https://github.com/rust-lang/crates.io-index"2206checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2207dependencies = [2208 "proc-macro2",2209 "quote",2210 "syn",2211]22122213[[package]]2214name = "enumn"2215version = "0.1.4"2216source = "registry+https://github.com/rust-lang/crates.io-index"2217checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2218dependencies = [2219 "proc-macro2",2220 "quote",2221 "syn",2222]22232224[[package]]2225name = "env_logger"2226version = "0.9.0"2227source = "registry+https://github.com/rust-lang/crates.io-index"2228checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2229dependencies = [2230 "atty",2231 "humantime",2232 "log",2233 "regex",2234 "termcolor",2235]22362237[[package]]2238name = "environmental"2239version = "1.1.3"2240source = "registry+https://github.com/rust-lang/crates.io-index"2241checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22422243[[package]]2244name = "errno"2245version = "0.2.8"2246source = "registry+https://github.com/rust-lang/crates.io-index"2247checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2248dependencies = [2249 "errno-dragonfly",2250 "libc",2251 "winapi",2252]22532254[[package]]2255name = "errno-dragonfly"2256version = "0.1.2"2257source = "registry+https://github.com/rust-lang/crates.io-index"2258checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2259dependencies = [2260 "cc",2261 "libc",2262]22632264[[package]]2265name = "ethbloom"2266version = "0.12.1"2267source = "registry+https://github.com/rust-lang/crates.io-index"2268checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2269dependencies = [2270 "crunchy",2271 "fixed-hash",2272 "impl-codec",2273 "impl-rlp",2274 "impl-serde",2275 "scale-info",2276 "tiny-keccak",2277]22782279[[package]]2280name = "ethereum"2281version = "0.12.0"2282source = "registry+https://github.com/rust-lang/crates.io-index"2283checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2284dependencies = [2285 "bytes 1.1.0",2286 "ethereum-types",2287 "hash-db",2288 "hash256-std-hasher",2289 "parity-scale-codec 3.1.5",2290 "rlp",2291 "rlp-derive",2292 "scale-info",2293 "serde",2294 "sha3 0.10.1",2295 "triehash",2296]22972298[[package]]2299name = "ethereum-types"2300version = "0.13.1"2301source = "registry+https://github.com/rust-lang/crates.io-index"2302checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2303dependencies = [2304 "ethbloom",2305 "fixed-hash",2306 "impl-codec",2307 "impl-rlp",2308 "impl-serde",2309 "primitive-types",2310 "scale-info",2311 "uint",2312]23132314[[package]]2315name = "event-listener"2316version = "2.5.2"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23192320[[package]]2321name = "evm"2322version = "0.35.0"2323source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2324dependencies = [2325 "auto_impl",2326 "environmental",2327 "ethereum",2328 "evm-core",2329 "evm-gasometer",2330 "evm-runtime",2331 "log",2332 "parity-scale-codec 3.1.5",2333 "primitive-types",2334 "rlp",2335 "scale-info",2336 "serde",2337 "sha3 0.10.1",2338]23392340[[package]]2341name = "evm-coder"2342version = "0.1.0"2343dependencies = [2344 "ethereum",2345 "evm-coder-macros",2346 "evm-core",2347 "hex",2348 "hex-literal",2349 "impl-trait-for-tuples",2350 "primitive-types",2351]23522353[[package]]2354name = "evm-coder-macros"2355version = "0.1.0"2356dependencies = [2357 "Inflector",2358 "darling",2359 "hex",2360 "proc-macro2",2361 "quote",2362 "sha3 0.9.1",2363 "syn",2364]23652366[[package]]2367name = "evm-core"2368version = "0.35.0"2369source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2370dependencies = [2371 "parity-scale-codec 3.1.5",2372 "primitive-types",2373 "scale-info",2374 "serde",2375]23762377[[package]]2378name = "evm-gasometer"2379version = "0.35.0"2380source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2381dependencies = [2382 "environmental",2383 "evm-core",2384 "evm-runtime",2385 "primitive-types",2386]23872388[[package]]2389name = "evm-runtime"2390version = "0.35.0"2391source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2392dependencies = [2393 "auto_impl",2394 "environmental",2395 "evm-core",2396 "primitive-types",2397 "sha3 0.10.1",2398]23992400[[package]]2401name = "exit-future"2402version = "0.2.0"2403source = "registry+https://github.com/rust-lang/crates.io-index"2404checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2405dependencies = [2406 "futures 0.3.21",2407]24082409[[package]]2410name = "expander"2411version = "0.0.4"2412source = "registry+https://github.com/rust-lang/crates.io-index"2413checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2414dependencies = [2415 "blake3",2416 "fs-err",2417 "proc-macro2",2418 "quote",2419]24202421[[package]]2422name = "expander"2423version = "0.0.6"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2426dependencies = [2427 "blake2",2428 "fs-err",2429 "proc-macro2",2430 "quote",2431 "syn",2432]24332434[[package]]2435name = "fake-simd"2436version = "0.1.2"2437source = "registry+https://github.com/rust-lang/crates.io-index"2438checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24392440[[package]]2441name = "fallible-iterator"2442version = "0.2.0"2443source = "registry+https://github.com/rust-lang/crates.io-index"2444checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24452446[[package]]2447name = "fastrand"2448version = "1.7.0"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2451dependencies = [2452 "instant",2453]24542455[[package]]2456name = "fatality"2457version = "0.0.6"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2460dependencies = [2461 "fatality-proc-macro",2462 "thiserror",2463]24642465[[package]]2466name = "fatality-proc-macro"2467version = "0.0.6"2468source = "registry+https://github.com/rust-lang/crates.io-index"2469checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2470dependencies = [2471 "expander 0.0.4",2472 "indexmap",2473 "proc-macro-crate",2474 "proc-macro2",2475 "quote",2476 "syn",2477 "thiserror",2478]24792480[[package]]2481name = "fc-consensus"2482version = "2.0.0-dev"2483source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2484dependencies = [2485 "async-trait",2486 "fc-db",2487 "fp-consensus",2488 "fp-rpc",2489 "sc-client-api",2490 "sc-consensus",2491 "sp-api",2492 "sp-block-builder",2493 "sp-blockchain",2494 "sp-consensus",2495 "sp-runtime",2496 "thiserror",2497]24982499[[package]]2500name = "fc-db"2501version = "2.0.0-dev"2502source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2503dependencies = [2504 "fp-storage",2505 "kvdb-rocksdb",2506 "parity-db",2507 "parity-scale-codec 3.1.5",2508 "parking_lot 0.12.1",2509 "sc-client-db",2510 "sp-core",2511 "sp-database",2512 "sp-runtime",2513]25142515[[package]]2516name = "fc-mapping-sync"2517version = "2.0.0-dev"2518source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2519dependencies = [2520 "fc-db",2521 "fp-consensus",2522 "fp-rpc",2523 "futures 0.3.21",2524 "futures-timer",2525 "log",2526 "sc-client-api",2527 "sp-api",2528 "sp-blockchain",2529 "sp-runtime",2530]25312532[[package]]2533name = "fc-rpc"2534version = "2.0.0-dev"2535source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2536dependencies = [2537 "ethereum",2538 "ethereum-types",2539 "evm",2540 "fc-db",2541 "fc-rpc-core",2542 "fp-rpc",2543 "fp-storage",2544 "futures 0.3.21",2545 "hex",2546 "jsonrpsee",2547 "libsecp256k1",2548 "log",2549 "lru 0.7.7",2550 "parity-scale-codec 3.1.5",2551 "prometheus",2552 "rand 0.8.5",2553 "rlp",2554 "rustc-hex",2555 "sc-client-api",2556 "sc-network",2557 "sc-rpc",2558 "sc-service",2559 "sc-transaction-pool",2560 "sc-transaction-pool-api",2561 "sp-api",2562 "sp-block-builder",2563 "sp-blockchain",2564 "sp-core",2565 "sp-io",2566 "sp-runtime",2567 "sp-storage",2568 "substrate-prometheus-endpoint",2569 "tokio 1.19.2",2570]25712572[[package]]2573name = "fc-rpc-core"2574version = "1.1.0-dev"2575source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2576dependencies = [2577 "ethereum",2578 "ethereum-types",2579 "jsonrpsee",2580 "rlp",2581 "rustc-hex",2582 "serde",2583 "serde_json",2584]25852586[[package]]2587name = "fdlimit"2588version = "0.2.1"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2591dependencies = [2592 "libc",2593]25942595[[package]]2596name = "ff"2597version = "0.11.1"2598source = "registry+https://github.com/rust-lang/crates.io-index"2599checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2600dependencies = [2601 "rand_core 0.6.3",2602 "subtle",2603]26042605[[package]]2606name = "file-per-thread-logger"2607version = "0.1.5"2608source = "registry+https://github.com/rust-lang/crates.io-index"2609checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2610dependencies = [2611 "env_logger",2612 "log",2613]26142615[[package]]2616name = "finality-grandpa"2617version = "0.15.0"2618source = "registry+https://github.com/rust-lang/crates.io-index"2619checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2620dependencies = [2621 "either",2622 "futures 0.3.21",2623 "futures-timer",2624 "log",2625 "num-traits",2626 "parity-scale-codec 3.1.5",2627 "parking_lot 0.11.2",2628 "scale-info",2629]26302631[[package]]2632name = "fixed-hash"2633version = "0.7.0"2634source = "registry+https://github.com/rust-lang/crates.io-index"2635checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2636dependencies = [2637 "byteorder",2638 "rand 0.8.5",2639 "rustc-hex",2640 "static_assertions",2641]26422643[[package]]2644name = "fixedbitset"2645version = "0.4.1"2646source = "registry+https://github.com/rust-lang/crates.io-index"2647checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26482649[[package]]2650name = "flate2"2651version = "1.0.24"2652source = "registry+https://github.com/rust-lang/crates.io-index"2653checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2654dependencies = [2655 "crc32fast",2656 "libz-sys",2657 "miniz_oxide",2658]26592660[[package]]2661name = "flexi_logger"2662version = "0.15.12"2663source = "registry+https://github.com/rust-lang/crates.io-index"2664checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2665dependencies = [2666 "atty",2667 "chrono",2668 "glob",2669 "lazy_static",2670 "log",2671 "regex",2672 "thiserror",2673 "yansi",2674]26752676[[package]]2677name = "fnv"2678version = "1.0.7"2679source = "registry+https://github.com/rust-lang/crates.io-index"2680checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26812682[[package]]2683name = "fork-tree"2684version = "3.0.0"2685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2686dependencies = [2687 "parity-scale-codec 3.1.5",2688]26892690[[package]]2691name = "form_urlencoded"2692version = "1.0.1"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2695dependencies = [2696 "matches",2697 "percent-encoding",2698]26992700[[package]]2701name = "fp-consensus"2702version = "2.0.0-dev"2703source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2704dependencies = [2705 "ethereum",2706 "parity-scale-codec 3.1.5",2707 "sp-core",2708 "sp-runtime",2709 "sp-std",2710]27112712[[package]]2713name = "fp-evm"2714version = "3.0.0-dev"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2716dependencies = [2717 "evm",2718 "frame-support",2719 "impl-trait-for-tuples",2720 "parity-scale-codec 3.1.5",2721 "serde",2722 "sp-core",2723 "sp-std",2724]27252726[[package]]2727name = "fp-evm-mapping"2728version = "0.1.0"2729source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2730dependencies = [2731 "frame-support",2732 "sp-core",2733]27342735[[package]]2736name = "fp-rpc"2737version = "3.0.0-dev"2738source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2739dependencies = [2740 "ethereum",2741 "ethereum-types",2742 "fp-evm",2743 "parity-scale-codec 3.1.5",2744 "scale-info",2745 "sp-api",2746 "sp-core",2747 "sp-io",2748 "sp-runtime",2749 "sp-std",2750]27512752[[package]]2753name = "fp-self-contained"2754version = "1.0.0-dev"2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2756dependencies = [2757 "ethereum",2758 "frame-support",2759 "parity-scale-codec 3.1.5",2760 "parity-util-mem",2761 "scale-info",2762 "serde",2763 "sp-debug-derive",2764 "sp-io",2765 "sp-runtime",2766]27672768[[package]]2769name = "fp-storage"2770version = "2.0.0"2771source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2772dependencies = [2773 "parity-scale-codec 3.1.5",2774]27752776[[package]]2777name = "frame-benchmarking"2778version = "4.0.0-dev"2779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2780dependencies = [2781 "frame-support",2782 "frame-system",2783 "linregress",2784 "log",2785 "parity-scale-codec 3.1.5",2786 "paste",2787 "scale-info",2788 "serde",2789 "sp-api",2790 "sp-application-crypto",2791 "sp-io",2792 "sp-runtime",2793 "sp-runtime-interface",2794 "sp-std",2795 "sp-storage",2796]27972798[[package]]2799name = "frame-benchmarking-cli"2800version = "4.0.0-dev"2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2802dependencies = [2803 "Inflector",2804 "chrono",2805 "clap",2806 "comfy-table",2807 "frame-benchmarking",2808 "frame-support",2809 "frame-system",2810 "handlebars",2811 "hash-db",2812 "hex",2813 "itertools",2814 "kvdb",2815 "lazy_static",2816 "linked-hash-map",2817 "log",2818 "memory-db",2819 "parity-scale-codec 3.1.5",2820 "rand 0.8.5",2821 "rand_pcg 0.3.1",2822 "sc-block-builder",2823 "sc-cli",2824 "sc-client-api",2825 "sc-client-db",2826 "sc-executor",2827 "sc-service",2828 "sc-sysinfo",2829 "serde",2830 "serde_json",2831 "serde_nanos",2832 "sp-api",2833 "sp-blockchain",2834 "sp-core",2835 "sp-database",2836 "sp-externalities",2837 "sp-inherents",2838 "sp-keystore",2839 "sp-runtime",2840 "sp-state-machine",2841 "sp-storage",2842 "sp-trie",2843 "tempfile",2844 "thiserror",2845 "thousands",2846]28472848[[package]]2849name = "frame-election-provider-solution-type"2850version = "4.0.0-dev"2851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2852dependencies = [2853 "proc-macro-crate",2854 "proc-macro2",2855 "quote",2856 "syn",2857]28582859[[package]]2860name = "frame-election-provider-support"2861version = "4.0.0-dev"2862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2863dependencies = [2864 "frame-election-provider-solution-type",2865 "frame-support",2866 "frame-system",2867 "parity-scale-codec 3.1.5",2868 "scale-info",2869 "sp-arithmetic",2870 "sp-npos-elections",2871 "sp-runtime",2872 "sp-std",2873]28742875[[package]]2876name = "frame-executive"2877version = "4.0.0-dev"2878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2879dependencies = [2880 "frame-support",2881 "frame-system",2882 "parity-scale-codec 3.1.5",2883 "scale-info",2884 "sp-core",2885 "sp-io",2886 "sp-runtime",2887 "sp-std",2888 "sp-tracing",2889]28902891[[package]]2892name = "frame-metadata"2893version = "15.0.0"2894source = "registry+https://github.com/rust-lang/crates.io-index"2895checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2896dependencies = [2897 "cfg-if 1.0.0",2898 "parity-scale-codec 3.1.5",2899 "scale-info",2900 "serde",2901]29022903[[package]]2904name = "frame-support"2905version = "4.0.0-dev"2906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2907dependencies = [2908 "bitflags",2909 "frame-metadata",2910 "frame-support-procedural",2911 "impl-trait-for-tuples",2912 "k256",2913 "log",2914 "once_cell",2915 "parity-scale-codec 3.1.5",2916 "paste",2917 "scale-info",2918 "serde",2919 "smallvec",2920 "sp-arithmetic",2921 "sp-core",2922 "sp-core-hashing-proc-macro",2923 "sp-inherents",2924 "sp-io",2925 "sp-runtime",2926 "sp-staking",2927 "sp-state-machine",2928 "sp-std",2929 "sp-tracing",2930 "tt-call",2931]29322933[[package]]2934name = "frame-support-procedural"2935version = "4.0.0-dev"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2937dependencies = [2938 "Inflector",2939 "frame-support-procedural-tools",2940 "proc-macro2",2941 "quote",2942 "syn",2943]29442945[[package]]2946name = "frame-support-procedural-tools"2947version = "4.0.0-dev"2948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2949dependencies = [2950 "frame-support-procedural-tools-derive",2951 "proc-macro-crate",2952 "proc-macro2",2953 "quote",2954 "syn",2955]29562957[[package]]2958name = "frame-support-procedural-tools-derive"2959version = "3.0.0"2960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2961dependencies = [2962 "proc-macro2",2963 "quote",2964 "syn",2965]29662967[[package]]2968name = "frame-system"2969version = "4.0.0-dev"2970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2971dependencies = [2972 "frame-support",2973 "log",2974 "parity-scale-codec 3.1.5",2975 "scale-info",2976 "serde",2977 "sp-core",2978 "sp-io",2979 "sp-runtime",2980 "sp-std",2981 "sp-version",2982]29832984[[package]]2985name = "frame-system-benchmarking"2986version = "4.0.0-dev"2987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"2988dependencies = [2989 "frame-benchmarking",2990 "frame-support",2991 "frame-system",2992 "parity-scale-codec 3.1.5",2993 "scale-info",2994 "sp-core",2995 "sp-runtime",2996 "sp-std",2997]29982999[[package]]3000name = "frame-system-rpc-runtime-api"3001version = "4.0.0-dev"3002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"3003dependencies = [3004 "parity-scale-codec 3.1.5",3005 "sp-api",3006]30073008[[package]]3009name = "frame-try-runtime"3010version = "0.10.0-dev"3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"3012dependencies = [3013 "frame-support",3014 "sp-api",3015 "sp-runtime",3016 "sp-std",3017]30183019[[package]]3020name = "fs-err"3021version = "2.7.0"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30243025[[package]]3026name = "fs-swap"3027version = "0.2.6"3028source = "registry+https://github.com/rust-lang/crates.io-index"3029checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3030dependencies = [3031 "lazy_static",3032 "libc",3033 "libloading 0.5.2",3034 "winapi",3035]30363037[[package]]3038name = "fs2"3039version = "0.4.3"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3042dependencies = [3043 "libc",3044 "winapi",3045]30463047[[package]]3048name = "fs_extra"3049version = "1.2.0"3050source = "registry+https://github.com/rust-lang/crates.io-index"3051checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30523053[[package]]3054name = "funty"3055version = "1.1.0"3056source = "registry+https://github.com/rust-lang/crates.io-index"3057checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30583059[[package]]3060name = "funty"3061version = "2.0.0"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30643065[[package]]3066name = "futures"3067version = "0.1.31"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30703071[[package]]3072name = "futures"3073version = "0.3.21"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3076dependencies = [3077 "futures-channel",3078 "futures-core",3079 "futures-executor",3080 "futures-io",3081 "futures-sink",3082 "futures-task",3083 "futures-util",3084]30853086[[package]]3087name = "futures-channel"3088version = "0.3.21"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3091dependencies = [3092 "futures-core",3093 "futures-sink",3094]30953096[[package]]3097name = "futures-core"3098version = "0.3.21"3099source = "registry+https://github.com/rust-lang/crates.io-index"3100checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31013102[[package]]3103name = "futures-executor"3104version = "0.3.21"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3107dependencies = [3108 "futures-core",3109 "futures-task",3110 "futures-util",3111 "num_cpus",3112]31133114[[package]]3115name = "futures-io"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31193120[[package]]3121name = "futures-lite"3122version = "1.12.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3125dependencies = [3126 "fastrand",3127 "futures-core",3128 "futures-io",3129 "memchr",3130 "parking",3131 "pin-project-lite 0.2.9",3132 "waker-fn",3133]31343135[[package]]3136name = "futures-macro"3137version = "0.3.21"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3140dependencies = [3141 "proc-macro2",3142 "quote",3143 "syn",3144]31453146[[package]]3147name = "futures-rustls"3148version = "0.22.1"3149source = "registry+https://github.com/rust-lang/crates.io-index"3150checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3151dependencies = [3152 "futures-io",3153 "rustls",3154 "webpki",3155]31563157[[package]]3158name = "futures-sink"3159version = "0.3.21"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31623163[[package]]3164name = "futures-task"3165version = "0.3.21"3166source = "registry+https://github.com/rust-lang/crates.io-index"3167checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31683169[[package]]3170name = "futures-timer"3171version = "3.0.2"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31743175[[package]]3176name = "futures-util"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3180dependencies = [3181 "futures 0.1.31",3182 "futures-channel",3183 "futures-core",3184 "futures-io",3185 "futures-macro",3186 "futures-sink",3187 "futures-task",3188 "memchr",3189 "pin-project-lite 0.2.9",3190 "pin-utils",3191 "slab",3192]31933194[[package]]3195name = "generic-array"3196version = "0.12.4"3197source = "registry+https://github.com/rust-lang/crates.io-index"3198checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3199dependencies = [3200 "typenum",3201]32023203[[package]]3204name = "generic-array"3205version = "0.14.5"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3208dependencies = [3209 "typenum",3210 "version_check",3211]32123213[[package]]3214name = "getrandom"3215version = "0.1.16"3216source = "registry+https://github.com/rust-lang/crates.io-index"3217checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3218dependencies = [3219 "cfg-if 1.0.0",3220 "js-sys",3221 "libc",3222 "wasi 0.9.0+wasi-snapshot-preview1",3223 "wasm-bindgen",3224]32253226[[package]]3227name = "getrandom"3228version = "0.2.7"3229source = "registry+https://github.com/rust-lang/crates.io-index"3230checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3231dependencies = [3232 "cfg-if 1.0.0",3233 "libc",3234 "wasi 0.11.0+wasi-snapshot-preview1",3235]32363237[[package]]3238name = "ghash"3239version = "0.4.4"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3242dependencies = [3243 "opaque-debug 0.3.0",3244 "polyval",3245]32463247[[package]]3248name = "gimli"3249version = "0.26.1"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3252dependencies = [3253 "fallible-iterator",3254 "indexmap",3255 "stable_deref_trait",3256]32573258[[package]]3259name = "glob"3260version = "0.3.0"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32633264[[package]]3265name = "globset"3266version = "0.4.9"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3269dependencies = [3270 "aho-corasick",3271 "bstr",3272 "fnv",3273 "log",3274 "regex",3275]32763277[[package]]3278name = "gloo-timers"3279version = "0.2.4"3280source = "registry+https://github.com/rust-lang/crates.io-index"3281checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3282dependencies = [3283 "futures-channel",3284 "futures-core",3285 "js-sys",3286 "wasm-bindgen",3287]32883289[[package]]3290name = "group"3291version = "0.11.0"3292source = "registry+https://github.com/rust-lang/crates.io-index"3293checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3294dependencies = [3295 "ff",3296 "rand_core 0.6.3",3297 "subtle",3298]32993300[[package]]3301name = "h2"3302version = "0.3.13"3303source = "registry+https://github.com/rust-lang/crates.io-index"3304checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3305dependencies = [3306 "bytes 1.1.0",3307 "fnv",3308 "futures-core",3309 "futures-sink",3310 "futures-util",3311 "http",3312 "indexmap",3313 "slab",3314 "tokio 1.19.2",3315 "tokio-util",3316 "tracing",3317]33183319[[package]]3320name = "handlebars"3321version = "4.3.1"3322source = "registry+https://github.com/rust-lang/crates.io-index"3323checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"3324dependencies = [3325 "log",3326 "pest",3327 "pest_derive",3328 "serde",3329 "serde_json",3330 "thiserror",3331]33323333[[package]]3334name = "hash-db"3335version = "0.15.2"3336source = "registry+https://github.com/rust-lang/crates.io-index"3337checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33383339[[package]]3340name = "hash256-std-hasher"3341version = "0.15.2"3342source = "registry+https://github.com/rust-lang/crates.io-index"3343checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3344dependencies = [3345 "crunchy",3346]33473348[[package]]3349name = "hashbrown"3350version = "0.11.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3353dependencies = [3354 "ahash",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.12.1"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "heck"3368version = "0.3.3"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3371dependencies = [3372 "unicode-segmentation",3373]33743375[[package]]3376name = "heck"3377version = "0.4.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33803381[[package]]3382name = "hermit-abi"3383version = "0.1.19"3384source = "registry+https://github.com/rust-lang/crates.io-index"3385checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3386dependencies = [3387 "libc",3388]33893390[[package]]3391name = "hex"3392version = "0.4.3"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"33953396[[package]]3397name = "hex-literal"3398version = "0.3.4"3399source = "registry+https://github.com/rust-lang/crates.io-index"3400checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34013402[[package]]3403name = "hex_fmt"3404version = "0.3.0"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34073408[[package]]3409name = "hmac"3410version = "0.8.1"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3413dependencies = [3414 "crypto-mac 0.8.0",3415 "digest 0.9.0",3416]34173418[[package]]3419name = "hmac"3420version = "0.11.0"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3423dependencies = [3424 "crypto-mac 0.11.1",3425 "digest 0.9.0",3426]34273428[[package]]3429name = "hmac-drbg"3430version = "0.3.0"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3433dependencies = [3434 "digest 0.9.0",3435 "generic-array 0.14.5",3436 "hmac 0.8.1",3437]34383439[[package]]3440name = "hostname"3441version = "0.3.1"3442source = "registry+https://github.com/rust-lang/crates.io-index"3443checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3444dependencies = [3445 "libc",3446 "match_cfg",3447 "winapi",3448]34493450[[package]]3451name = "http"3452version = "0.2.8"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3455dependencies = [3456 "bytes 1.1.0",3457 "fnv",3458 "itoa 1.0.2",3459]34603461[[package]]3462name = "http-body"3463version = "0.4.5"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3466dependencies = [3467 "bytes 1.1.0",3468 "http",3469 "pin-project-lite 0.2.9",3470]34713472[[package]]3473name = "httparse"3474version = "1.7.1"3475source = "registry+https://github.com/rust-lang/crates.io-index"3476checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"34773478[[package]]3479name = "httpdate"3480version = "1.0.2"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34833484[[package]]3485name = "humantime"3486version = "2.1.0"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"34893490[[package]]3491name = "hyper"3492version = "0.14.19"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"3495dependencies = [3496 "bytes 1.1.0",3497 "futures-channel",3498 "futures-core",3499 "futures-util",3500 "h2",3501 "http",3502 "http-body",3503 "httparse",3504 "httpdate",3505 "itoa 1.0.2",3506 "pin-project-lite 0.2.9",3507 "socket2",3508 "tokio 1.19.2",3509 "tower-service",3510 "tracing",3511 "want",3512]35133514[[package]]3515name = "hyper-rustls"3516version = "0.23.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3519dependencies = [3520 "http",3521 "hyper",3522 "log",3523 "rustls",3524 "rustls-native-certs",3525 "tokio 1.19.2",3526 "tokio-rustls",3527]35283529[[package]]3530name = "ident_case"3531version = "1.0.1"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35343535[[package]]3536name = "idna"3537version = "0.2.3"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3540dependencies = [3541 "matches",3542 "unicode-bidi",3543 "unicode-normalization",3544]35453546[[package]]3547name = "if-addrs"3548version = "0.7.0"3549source = "registry+https://github.com/rust-lang/crates.io-index"3550checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3551dependencies = [3552 "libc",3553 "winapi",3554]35553556[[package]]3557name = "if-watch"3558version = "1.1.0"3559source = "registry+https://github.com/rust-lang/crates.io-index"3560checksum = "774d59367a3d26965d21ac70a86fcb697d83405d1c4312d1d8a6855296af0cf7"3561dependencies = [3562 "async-io",3563 "core-foundation",3564 "fnv",3565 "futures 0.3.21",3566 "if-addrs",3567 "ipnet",3568 "log",3569 "rtnetlink",3570 "system-configuration",3571 "windows",3572]35733574[[package]]3575name = "impl-codec"3576version = "0.6.0"3577source = "registry+https://github.com/rust-lang/crates.io-index"3578checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3579dependencies = [3580 "parity-scale-codec 3.1.5",3581]35823583[[package]]3584name = "impl-rlp"3585version = "0.3.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3588dependencies = [3589 "rlp",3590]35913592[[package]]3593name = "impl-serde"3594version = "0.3.2"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3597dependencies = [3598 "serde",3599]36003601[[package]]3602name = "impl-trait-for-tuples"3603version = "0.2.2"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3606dependencies = [3607 "proc-macro2",3608 "quote",3609 "syn",3610]36113612[[package]]3613name = "indexmap"3614version = "1.9.1"3615source = "registry+https://github.com/rust-lang/crates.io-index"3616checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3617dependencies = [3618 "autocfg",3619 "hashbrown 0.12.1",3620 "serde",3621]36223623[[package]]3624name = "instant"3625version = "0.1.12"3626source = "registry+https://github.com/rust-lang/crates.io-index"3627checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3628dependencies = [3629 "cfg-if 1.0.0",3630]36313632[[package]]3633name = "integer-encoding"3634version = "3.0.3"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"36373638[[package]]3639name = "integer-sqrt"3640version = "0.1.5"3641source = "registry+https://github.com/rust-lang/crates.io-index"3642checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3643dependencies = [3644 "num-traits",3645]36463647[[package]]3648name = "io-lifetimes"3649version = "0.5.3"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"36523653[[package]]3654name = "ip_network"3655version = "0.4.1"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36583659[[package]]3660name = "ipconfig"3661version = "0.3.0"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3664dependencies = [3665 "socket2",3666 "widestring",3667 "winapi",3668 "winreg",3669]36703671[[package]]3672name = "ipnet"3673version = "2.5.0"3674source = "registry+https://github.com/rust-lang/crates.io-index"3675checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36763677[[package]]3678name = "itertools"3679version = "0.10.3"3680source = "registry+https://github.com/rust-lang/crates.io-index"3681checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3682dependencies = [3683 "either",3684]36853686[[package]]3687name = "itoa"3688version = "0.4.8"3689source = "registry+https://github.com/rust-lang/crates.io-index"3690checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"36913692[[package]]3693name = "itoa"3694version = "1.0.2"3695source = "registry+https://github.com/rust-lang/crates.io-index"3696checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"36973698[[package]]3699name = "jobserver"3700version = "0.1.24"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3703dependencies = [3704 "libc",3705]37063707[[package]]3708name = "js-sys"3709version = "0.3.58"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"3712dependencies = [3713 "wasm-bindgen",3714]37153716[[package]]3717name = "jsonrpsee"3718version = "0.13.1"3719source = "registry+https://github.com/rust-lang/crates.io-index"3720checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061"3721dependencies = [3722 "jsonrpsee-core",3723 "jsonrpsee-http-server",3724 "jsonrpsee-proc-macros",3725 "jsonrpsee-types",3726 "jsonrpsee-ws-client",3727 "jsonrpsee-ws-server",3728 "tracing",3729]37303731[[package]]3732name = "jsonrpsee-client-transport"3733version = "0.13.1"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db"3736dependencies = [3737 "futures-util",3738 "http",3739 "jsonrpsee-core",3740 "jsonrpsee-types",3741 "pin-project 1.0.10",3742 "rustls-native-certs",3743 "soketto",3744 "thiserror",3745 "tokio 1.19.2",3746 "tokio-rustls",3747 "tokio-util",3748 "tracing",3749 "webpki-roots",3750]37513752[[package]]3753name = "jsonrpsee-core"3754version = "0.13.1"3755source = "registry+https://github.com/rust-lang/crates.io-index"3756checksum = "6e27462b21279edf9a6a91f46ffbe125e9cdc58b901d2e08bf59b31a47d7d0ab"3757dependencies = [3758 "anyhow",3759 "arrayvec 0.7.2",3760 "async-lock",3761 "async-trait",3762 "beef",3763 "futures-channel",3764 "futures-timer",3765 "futures-util",3766 "hyper",3767 "jsonrpsee-types",3768 "parking_lot 0.12.1",3769 "rand 0.8.5",3770 "rustc-hash",3771 "serde",3772 "serde_json",3773 "soketto",3774 "thiserror",3775 "tokio 1.19.2",3776 "tracing",3777]37783779[[package]]3780name = "jsonrpsee-http-server"3781version = "0.13.1"3782source = "registry+https://github.com/rust-lang/crates.io-index"3783checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548"3784dependencies = [3785 "futures-channel",3786 "futures-util",3787 "globset",3788 "hyper",3789 "jsonrpsee-core",3790 "jsonrpsee-types",3791 "lazy_static",3792 "serde_json",3793 "tokio 1.19.2",3794 "tracing",3795 "unicase",3796]37973798[[package]]3799name = "jsonrpsee-proc-macros"3800version = "0.13.1"3801source = "registry+https://github.com/rust-lang/crates.io-index"3802checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a"3803dependencies = [3804 "proc-macro-crate",3805 "proc-macro2",3806 "quote",3807 "syn",3808]38093810[[package]]3811name = "jsonrpsee-types"3812version = "0.13.1"3813source = "registry+https://github.com/rust-lang/crates.io-index"3814checksum = "8fd11763134104122ddeb0f97e4bbe393058017dfb077db63fbf44b4dd0dd86e"3815dependencies = [3816 "anyhow",3817 "beef",3818 "serde",3819 "serde_json",3820 "thiserror",3821 "tracing",3822]38233824[[package]]3825name = "jsonrpsee-ws-client"3826version = "0.13.1"3827source = "registry+https://github.com/rust-lang/crates.io-index"3828checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b"3829dependencies = [3830 "jsonrpsee-client-transport",3831 "jsonrpsee-core",3832 "jsonrpsee-types",3833]38343835[[package]]3836name = "jsonrpsee-ws-server"3837version = "0.13.1"3838source = "registry+https://github.com/rust-lang/crates.io-index"3839checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206"3840dependencies = [3841 "futures-channel",3842 "futures-util",3843 "jsonrpsee-core",3844 "jsonrpsee-types",3845 "serde_json",3846 "soketto",3847 "tokio 1.19.2",3848 "tokio-util",3849 "tracing",3850]38513852[[package]]3853name = "k256"3854version = "0.10.4"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3857dependencies = [3858 "cfg-if 1.0.0",3859 "ecdsa",3860 "elliptic-curve",3861 "sec1",3862]38633864[[package]]3865name = "keccak"3866version = "0.1.2"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38693870[[package]]3871name = "kusama-runtime"3872version = "0.9.24"3873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3874dependencies = [3875 "beefy-primitives",3876 "bitvec 1.0.0",3877 "frame-benchmarking",3878 "frame-election-provider-support",3879 "frame-executive",3880 "frame-support",3881 "frame-system",3882 "frame-system-benchmarking",3883 "frame-system-rpc-runtime-api",3884 "frame-try-runtime",3885 "hex-literal",3886 "kusama-runtime-constants",3887 "log",3888 "pallet-authority-discovery",3889 "pallet-authorship",3890 "pallet-babe",3891 "pallet-bags-list",3892 "pallet-balances",3893 "pallet-bounties",3894 "pallet-child-bounties",3895 "pallet-collective",3896 "pallet-democracy",3897 "pallet-election-provider-multi-phase",3898 "pallet-election-provider-support-benchmarking",3899 "pallet-elections-phragmen",3900 "pallet-gilt",3901 "pallet-grandpa",3902 "pallet-identity",3903 "pallet-im-online",3904 "pallet-indices",3905 "pallet-membership",3906 "pallet-multisig",3907 "pallet-nicks",3908 "pallet-nomination-pools",3909 "pallet-nomination-pools-benchmarking",3910 "pallet-offences",3911 "pallet-offences-benchmarking",3912 "pallet-preimage",3913 "pallet-proxy",3914 "pallet-recovery",3915 "pallet-scheduler",3916 "pallet-session",3917 "pallet-session-benchmarking",3918 "pallet-society",3919 "pallet-staking",3920 "pallet-staking-reward-fn",3921 "pallet-timestamp",3922 "pallet-tips",3923 "pallet-transaction-payment",3924 "pallet-transaction-payment-rpc-runtime-api",3925 "pallet-treasury",3926 "pallet-utility",3927 "pallet-vesting",3928 "pallet-xcm",3929 "pallet-xcm-benchmarks",3930 "parity-scale-codec 3.1.5",3931 "polkadot-primitives",3932 "polkadot-runtime-common",3933 "polkadot-runtime-parachains",3934 "rustc-hex",3935 "scale-info",3936 "serde",3937 "serde_derive",3938 "smallvec",3939 "sp-api",3940 "sp-arithmetic",3941 "sp-authority-discovery",3942 "sp-block-builder",3943 "sp-consensus-babe",3944 "sp-core",3945 "sp-inherents",3946 "sp-io",3947 "sp-mmr-primitives",3948 "sp-npos-elections",3949 "sp-offchain",3950 "sp-runtime",3951 "sp-session",3952 "sp-staking",3953 "sp-std",3954 "sp-transaction-pool",3955 "sp-version",3956 "static_assertions",3957 "substrate-wasm-builder",3958 "xcm",3959 "xcm-builder",3960 "xcm-executor",3961]39623963[[package]]3964name = "kusama-runtime-constants"3965version = "0.9.24"3966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3967dependencies = [3968 "frame-support",3969 "polkadot-primitives",3970 "polkadot-runtime-common",3971 "smallvec",3972 "sp-runtime",3973]39743975[[package]]3976name = "kv-log-macro"3977version = "1.0.7"3978source = "registry+https://github.com/rust-lang/crates.io-index"3979checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3980dependencies = [3981 "log",3982]39833984[[package]]3985name = "kvdb"3986version = "0.11.0"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3989dependencies = [3990 "parity-util-mem",3991 "smallvec",3992]39933994[[package]]3995name = "kvdb-memorydb"3996version = "0.11.0"3997source = "registry+https://github.com/rust-lang/crates.io-index"3998checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"3999dependencies = [4000 "kvdb",4001 "parity-util-mem",4002 "parking_lot 0.12.1",4003]40044005[[package]]4006name = "kvdb-rocksdb"4007version = "0.15.2"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4010dependencies = [4011 "fs-swap",4012 "kvdb",4013 "log",4014 "num_cpus",4015 "owning_ref",4016 "parity-util-mem",4017 "parking_lot 0.12.1",4018 "regex",4019 "rocksdb",4020 "smallvec",4021]40224023[[package]]4024name = "lazy_static"4025version = "1.4.0"4026source = "registry+https://github.com/rust-lang/crates.io-index"4027checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40284029[[package]]4030name = "lazycell"4031version = "1.3.0"4032source = "registry+https://github.com/rust-lang/crates.io-index"4033checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40344035[[package]]4036name = "libc"4037version = "0.2.126"4038source = "registry+https://github.com/rust-lang/crates.io-index"4039checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"40404041[[package]]4042name = "libloading"4043version = "0.5.2"4044source = "registry+https://github.com/rust-lang/crates.io-index"4045checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4046dependencies = [4047 "cc",4048 "winapi",4049]40504051[[package]]4052name = "libloading"4053version = "0.7.3"4054source = "registry+https://github.com/rust-lang/crates.io-index"4055checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4056dependencies = [4057 "cfg-if 1.0.0",4058 "winapi",4059]40604061[[package]]4062name = "libm"4063version = "0.2.2"4064source = "registry+https://github.com/rust-lang/crates.io-index"4065checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"40664067[[package]]4068name = "libp2p"4069version = "0.45.1"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"4072dependencies = [4073 "bytes 1.1.0",4074 "futures 0.3.21",4075 "futures-timer",4076 "getrandom 0.2.7",4077 "instant",4078 "lazy_static",4079 "libp2p-autonat",4080 "libp2p-core 0.33.0",4081 "libp2p-deflate",4082 "libp2p-dns",4083 "libp2p-floodsub",4084 "libp2p-gossipsub",4085 "libp2p-identify",4086 "libp2p-kad",4087 "libp2p-mdns",4088 "libp2p-metrics",4089 "libp2p-mplex",4090 "libp2p-noise",4091 "libp2p-ping",4092 "libp2p-plaintext",4093 "libp2p-pnet",4094 "libp2p-relay",4095 "libp2p-rendezvous",4096 "libp2p-request-response",4097 "libp2p-swarm",4098 "libp2p-swarm-derive",4099 "libp2p-tcp",4100 "libp2p-uds",4101 "libp2p-wasm-ext",4102 "libp2p-websocket",4103 "libp2p-yamux",4104 "multiaddr",4105 "parking_lot 0.12.1",4106 "pin-project 1.0.10",4107 "rand 0.7.3",4108 "smallvec",4109]41104111[[package]]4112name = "libp2p-autonat"4113version = "0.4.1"4114source = "registry+https://github.com/rust-lang/crates.io-index"4115checksum = "1d45945fd2f96c4b133c23d5c28a8b7fc8d7138e6dd8d5a8cd492dd384f888e3"4116dependencies = [4117 "async-trait",4118 "futures 0.3.21",4119 "futures-timer",4120 "instant",4121 "libp2p-core 0.33.0",4122 "libp2p-request-response",4123 "libp2p-swarm",4124 "log",4125 "prost 0.10.4",4126 "prost-build 0.10.4",4127 "rand 0.8.5",4128]41294130[[package]]4131name = "libp2p-core"4132version = "0.32.1"4133source = "registry+https://github.com/rust-lang/crates.io-index"4134checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4135dependencies = [4136 "asn1_der",4137 "bs58",4138 "ed25519-dalek",4139 "either",4140 "fnv",4141 "futures 0.3.21",4142 "futures-timer",4143 "instant",4144 "lazy_static",4145 "log",4146 "multiaddr",4147 "multihash",4148 "multistream-select",4149 "parking_lot 0.12.1",4150 "pin-project 1.0.10",4151 "prost 0.9.0",4152 "prost-build 0.9.0",4153 "rand 0.8.5",4154 "ring",4155 "rw-stream-sink 0.2.1",4156 "sha2 0.10.2",4157 "smallvec",4158 "thiserror",4159 "unsigned-varint",4160 "void",4161 "zeroize",4162]41634164[[package]]4165name = "libp2p-core"4166version = "0.33.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"4169dependencies = [4170 "asn1_der",4171 "bs58",4172 "ed25519-dalek",4173 "either",4174 "fnv",4175 "futures 0.3.21",4176 "futures-timer",4177 "instant",4178 "lazy_static",4179 "libsecp256k1",4180 "log",4181 "multiaddr",4182 "multihash",4183 "multistream-select",4184 "parking_lot 0.12.1",4185 "pin-project 1.0.10",4186 "prost 0.10.4",4187 "prost-build 0.10.4",4188 "rand 0.8.5",4189 "ring",4190 "rw-stream-sink 0.3.0",4191 "sha2 0.10.2",4192 "smallvec",4193 "thiserror",4194 "unsigned-varint",4195 "void",4196 "zeroize",4197]41984199[[package]]4200name = "libp2p-deflate"4201version = "0.33.0"4202source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb"4204dependencies = [4205 "flate2",4206 "futures 0.3.21",4207 "libp2p-core 0.33.0",4208]42094210[[package]]4211name = "libp2p-dns"4212version = "0.33.0"4213source = "registry+https://github.com/rust-lang/crates.io-index"4214checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"4215dependencies = [4216 "async-std-resolver",4217 "futures 0.3.21",4218 "libp2p-core 0.33.0",4219 "log",4220 "parking_lot 0.12.1",4221 "smallvec",4222 "trust-dns-resolver",4223]42244225[[package]]4226name = "libp2p-floodsub"4227version = "0.36.0"4228source = "registry+https://github.com/rust-lang/crates.io-index"4229checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc"4230dependencies = [4231 "cuckoofilter",4232 "fnv",4233 "futures 0.3.21",4234 "libp2p-core 0.33.0",4235 "libp2p-swarm",4236 "log",4237 "prost 0.10.4",4238 "prost-build 0.10.4",4239 "rand 0.7.3",4240 "smallvec",4241]42424243[[package]]4244name = "libp2p-gossipsub"4245version = "0.38.1"4246source = "registry+https://github.com/rust-lang/crates.io-index"4247checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108"4248dependencies = [4249 "asynchronous-codec",4250 "base64",4251 "byteorder",4252 "bytes 1.1.0",4253 "fnv",4254 "futures 0.3.21",4255 "hex_fmt",4256 "instant",4257 "libp2p-core 0.33.0",4258 "libp2p-swarm",4259 "log",4260 "prometheus-client",4261 "prost 0.10.4",4262 "prost-build 0.10.4",4263 "rand 0.7.3",4264 "regex",4265 "sha2 0.10.2",4266 "smallvec",4267 "unsigned-varint",4268 "wasm-timer",4269]42704271[[package]]4272name = "libp2p-identify"4273version = "0.36.1"4274source = "registry+https://github.com/rust-lang/crates.io-index"4275checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984"4276dependencies = [4277 "asynchronous-codec",4278 "futures 0.3.21",4279 "futures-timer",4280 "libp2p-core 0.33.0",4281 "libp2p-swarm",4282 "log",4283 "lru 0.7.7",4284 "prost 0.10.4",4285 "prost-build 0.10.4",4286 "prost-codec",4287 "smallvec",4288 "thiserror",4289 "void",4290]42914292[[package]]4293name = "libp2p-kad"4294version = "0.37.1"4295source = "registry+https://github.com/rust-lang/crates.io-index"4296checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa"4297dependencies = [4298 "arrayvec 0.7.2",4299 "asynchronous-codec",4300 "bytes 1.1.0",4301 "either",4302 "fnv",4303 "futures 0.3.21",4304 "futures-timer",4305 "instant",4306 "libp2p-core 0.33.0",4307 "libp2p-swarm",4308 "log",4309 "prost 0.10.4",4310 "prost-build 0.10.4",4311 "rand 0.7.3",4312 "sha2 0.10.2",4313 "smallvec",4314 "thiserror",4315 "uint",4316 "unsigned-varint",4317 "void",4318]43194320[[package]]4321name = "libp2p-mdns"4322version = "0.37.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951"4325dependencies = [4326 "async-io",4327 "data-encoding",4328 "dns-parser",4329 "futures 0.3.21",4330 "if-watch",4331 "lazy_static",4332 "libp2p-core 0.33.0",4333 "libp2p-swarm",4334 "log",4335 "rand 0.8.5",4336 "smallvec",4337 "socket2",4338 "void",4339]43404341[[package]]4342name = "libp2p-metrics"4343version = "0.6.1"4344source = "registry+https://github.com/rust-lang/crates.io-index"4345checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"4346dependencies = [4347 "libp2p-core 0.33.0",4348 "libp2p-gossipsub",4349 "libp2p-identify",4350 "libp2p-kad",4351 "libp2p-ping",4352 "libp2p-relay",4353 "libp2p-swarm",4354 "prometheus-client",4355]43564357[[package]]4358name = "libp2p-mplex"4359version = "0.33.0"4360source = "registry+https://github.com/rust-lang/crates.io-index"4361checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"4362dependencies = [4363 "asynchronous-codec",4364 "bytes 1.1.0",4365 "futures 0.3.21",4366 "libp2p-core 0.33.0",4367 "log",4368 "nohash-hasher",4369 "parking_lot 0.12.1",4370 "rand 0.7.3",4371 "smallvec",4372 "unsigned-varint",4373]43744375[[package]]4376name = "libp2p-noise"4377version = "0.36.0"4378source = "registry+https://github.com/rust-lang/crates.io-index"4379checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"4380dependencies = [4381 "bytes 1.1.0",4382 "curve25519-dalek 3.2.0",4383 "futures 0.3.21",4384 "lazy_static",4385 "libp2p-core 0.33.0",4386 "log",4387 "prost 0.10.4",4388 "prost-build 0.10.4",4389 "rand 0.8.5",4390 "sha2 0.10.2",4391 "snow",4392 "static_assertions",4393 "x25519-dalek",4394 "zeroize",4395]43964397[[package]]4398name = "libp2p-ping"4399version = "0.36.0"4400source = "registry+https://github.com/rust-lang/crates.io-index"4401checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"4402dependencies = [4403 "futures 0.3.21",4404 "futures-timer",4405 "instant",4406 "libp2p-core 0.33.0",4407 "libp2p-swarm",4408 "log",4409 "rand 0.7.3",4410 "void",4411]44124413[[package]]4414name = "libp2p-plaintext"4415version = "0.33.0"4416source = "registry+https://github.com/rust-lang/crates.io-index"4417checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"4418dependencies = [4419 "asynchronous-codec",4420 "bytes 1.1.0",4421 "futures 0.3.21",4422 "libp2p-core 0.33.0",4423 "log",4424 "prost 0.10.4",4425 "prost-build 0.10.4",4426 "unsigned-varint",4427 "void",4428]44294430[[package]]4431name = "libp2p-pnet"4432version = "0.22.0"4433source = "registry+https://github.com/rust-lang/crates.io-index"4434checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4435dependencies = [4436 "futures 0.3.21",4437 "log",4438 "pin-project 1.0.10",4439 "rand 0.7.3",4440 "salsa20",4441 "sha3 0.9.1",4442]44434444[[package]]4445name = "libp2p-relay"4446version = "0.9.1"4447source = "registry+https://github.com/rust-lang/crates.io-index"4448checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"4449dependencies = [4450 "asynchronous-codec",4451 "bytes 1.1.0",4452 "either",4453 "futures 0.3.21",4454 "futures-timer",4455 "instant",4456 "libp2p-core 0.33.0",4457 "libp2p-swarm",4458 "log",4459 "pin-project 1.0.10",4460 "prost 0.10.4",4461 "prost-build 0.10.4",4462 "prost-codec",4463 "rand 0.8.5",4464 "smallvec",4465 "static_assertions",4466 "thiserror",4467 "void",4468]44694470[[package]]4471name = "libp2p-rendezvous"4472version = "0.6.0"4473source = "registry+https://github.com/rust-lang/crates.io-index"4474checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c"4475dependencies = [4476 "asynchronous-codec",4477 "bimap",4478 "futures 0.3.21",4479 "futures-timer",4480 "instant",4481 "libp2p-core 0.33.0",4482 "libp2p-swarm",4483 "log",4484 "prost 0.10.4",4485 "prost-build 0.10.4",4486 "rand 0.8.5",4487 "sha2 0.10.2",4488 "thiserror",4489 "unsigned-varint",4490 "void",4491]44924493[[package]]4494name = "libp2p-request-response"4495version = "0.18.0"4496source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"4498dependencies = [4499 "async-trait",4500 "bytes 1.1.0",4501 "futures 0.3.21",4502 "instant",4503 "libp2p-core 0.33.0",4504 "libp2p-swarm",4505 "log",4506 "rand 0.7.3",4507 "smallvec",4508 "unsigned-varint",4509]45104511[[package]]4512name = "libp2p-swarm"4513version = "0.36.1"4514source = "registry+https://github.com/rust-lang/crates.io-index"4515checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"4516dependencies = [4517 "either",4518 "fnv",4519 "futures 0.3.21",4520 "futures-timer",4521 "instant",4522 "libp2p-core 0.33.0",4523 "log",4524 "pin-project 1.0.10",4525 "rand 0.7.3",4526 "smallvec",4527 "thiserror",4528 "void",4529]45304531[[package]]4532name = "libp2p-swarm-derive"4533version = "0.27.2"4534source = "registry+https://github.com/rust-lang/crates.io-index"4535checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4536dependencies = [4537 "quote",4538 "syn",4539]45404541[[package]]4542name = "libp2p-tcp"4543version = "0.33.0"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"4546dependencies = [4547 "async-io",4548 "futures 0.3.21",4549 "futures-timer",4550 "if-watch",4551 "ipnet",4552 "libc",4553 "libp2p-core 0.33.0",4554 "log",4555 "socket2",4556]45574558[[package]]4559name = "libp2p-uds"4560version = "0.32.0"4561source = "registry+https://github.com/rust-lang/crates.io-index"4562checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4563dependencies = [4564 "async-std",4565 "futures 0.3.21",4566 "libp2p-core 0.32.1",4567 "log",4568]45694570[[package]]4571name = "libp2p-wasm-ext"4572version = "0.33.0"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06"4575dependencies = [4576 "futures 0.3.21",4577 "js-sys",4578 "libp2p-core 0.33.0",4579 "parity-send-wrapper",4580 "wasm-bindgen",4581 "wasm-bindgen-futures",4582]45834584[[package]]4585name = "libp2p-websocket"4586version = "0.35.0"4587source = "registry+https://github.com/rust-lang/crates.io-index"4588checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"4589dependencies = [4590 "either",4591 "futures 0.3.21",4592 "futures-rustls",4593 "libp2p-core 0.33.0",4594 "log",4595 "parking_lot 0.12.1",4596 "quicksink",4597 "rw-stream-sink 0.3.0",4598 "soketto",4599 "url",4600 "webpki-roots",4601]46024603[[package]]4604name = "libp2p-yamux"4605version = "0.37.0"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"4608dependencies = [4609 "futures 0.3.21",4610 "libp2p-core 0.33.0",4611 "parking_lot 0.12.1",4612 "thiserror",4613 "yamux",4614]46154616[[package]]4617name = "librocksdb-sys"4618version = "0.6.1+6.28.2"4619source = "registry+https://github.com/rust-lang/crates.io-index"4620checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4621dependencies = [4622 "bindgen",4623 "bzip2-sys",4624 "cc",4625 "glob",4626 "libc",4627 "libz-sys",4628 "tikv-jemalloc-sys",4629]46304631[[package]]4632name = "libsecp256k1"4633version = "0.7.0"4634source = "registry+https://github.com/rust-lang/crates.io-index"4635checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4636dependencies = [4637 "arrayref",4638 "base64",4639 "digest 0.9.0",4640 "hmac-drbg",4641 "libsecp256k1-core",4642 "libsecp256k1-gen-ecmult",4643 "libsecp256k1-gen-genmult",4644 "rand 0.8.5",4645 "serde",4646 "sha2 0.9.9",4647 "typenum",4648]46494650[[package]]4651name = "libsecp256k1-core"4652version = "0.3.0"4653source = "registry+https://github.com/rust-lang/crates.io-index"4654checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4655dependencies = [4656 "crunchy",4657 "digest 0.9.0",4658 "subtle",4659]46604661[[package]]4662name = "libsecp256k1-gen-ecmult"4663version = "0.3.0"4664source = "registry+https://github.com/rust-lang/crates.io-index"4665checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4666dependencies = [4667 "libsecp256k1-core",4668]46694670[[package]]4671name = "libsecp256k1-gen-genmult"4672version = "0.3.0"4673source = "registry+https://github.com/rust-lang/crates.io-index"4674checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4675dependencies = [4676 "libsecp256k1-core",4677]46784679[[package]]4680name = "libz-sys"4681version = "1.1.8"4682source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4684dependencies = [4685 "cc",4686 "pkg-config",4687 "vcpkg",4688]46894690[[package]]4691name = "linked-hash-map"4692version = "0.5.4"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"46954696[[package]]4697name = "linked_hash_set"4698version = "0.1.4"4699source = "registry+https://github.com/rust-lang/crates.io-index"4700checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4701dependencies = [4702 "linked-hash-map",4703]47044705[[package]]4706name = "linregress"4707version = "0.4.4"4708source = "registry+https://github.com/rust-lang/crates.io-index"4709checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4710dependencies = [4711 "nalgebra",4712 "statrs",4713]47144715[[package]]4716name = "linux-raw-sys"4717version = "0.0.42"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"47204721[[package]]4722name = "lock_api"4723version = "0.4.7"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4726dependencies = [4727 "autocfg",4728 "scopeguard",4729]47304731[[package]]4732name = "log"4733version = "0.4.17"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4736dependencies = [4737 "cfg-if 1.0.0",4738 "value-bag",4739]47404741[[package]]4742name = "lru"4743version = "0.6.6"4744source = "registry+https://github.com/rust-lang/crates.io-index"4745checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4746dependencies = [4747 "hashbrown 0.11.2",4748]47494750[[package]]4751name = "lru"4752version = "0.7.7"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"4755dependencies = [4756 "hashbrown 0.11.2",4757]47584759[[package]]4760name = "lru-cache"4761version = "0.1.2"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4764dependencies = [4765 "linked-hash-map",4766]47674768[[package]]4769name = "lz4"4770version = "1.23.3"4771source = "registry+https://github.com/rust-lang/crates.io-index"4772checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4773dependencies = [4774 "libc",4775 "lz4-sys",4776]47774778[[package]]4779name = "lz4-sys"4780version = "1.9.3"4781source = "registry+https://github.com/rust-lang/crates.io-index"4782checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4783dependencies = [4784 "cc",4785 "libc",4786]47874788[[package]]4789name = "mach"4790version = "0.3.2"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4793dependencies = [4794 "libc",4795]47964797[[package]]4798name = "maplit"4799version = "1.0.2"4800source = "registry+https://github.com/rust-lang/crates.io-index"4801checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"48024803[[package]]4804name = "match_cfg"4805version = "0.1.0"4806source = "registry+https://github.com/rust-lang/crates.io-index"4807checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48084809[[package]]4810name = "matchers"4811version = "0.0.1"4812source = "registry+https://github.com/rust-lang/crates.io-index"4813checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4814dependencies = [4815 "regex-automata",4816]48174818[[package]]4819name = "matches"4820version = "0.1.9"4821source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48234824[[package]]4825name = "matrixmultiply"4826version = "0.3.2"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4829dependencies = [4830 "rawpointer",4831]48324833[[package]]4834name = "memchr"4835version = "2.5.0"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48384839[[package]]4840name = "memfd"4841version = "0.4.1"4842source = "registry+https://github.com/rust-lang/crates.io-index"4843checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4844dependencies = [4845 "libc",4846]48474848[[package]]4849name = "memmap2"4850version = "0.2.3"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4853dependencies = [4854 "libc",4855]48564857[[package]]4858name = "memmap2"4859version = "0.5.4"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae"4862dependencies = [4863 "libc",4864]48654866[[package]]4867name = "memoffset"4868version = "0.6.5"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4871dependencies = [4872 "autocfg",4873]48744875[[package]]4876name = "memory-db"4877version = "0.29.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4880dependencies = [4881 "hash-db",4882 "hashbrown 0.12.1",4883 "parity-util-mem",4884]48854886[[package]]4887name = "memory-lru"4888version = "0.1.0"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4891dependencies = [4892 "lru 0.6.6",4893]48944895[[package]]4896name = "memory_units"4897version = "0.3.0"4898source = "registry+https://github.com/rust-lang/crates.io-index"4899checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"49004901[[package]]4902name = "merlin"4903version = "2.0.1"4904source = "registry+https://github.com/rust-lang/crates.io-index"4905checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4906dependencies = [4907 "byteorder",4908 "keccak",4909 "rand_core 0.5.1",4910 "zeroize",4911]49124913[[package]]4914name = "mick-jaeger"4915version = "0.1.8"4916source = "registry+https://github.com/rust-lang/crates.io-index"4917checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4918dependencies = [4919 "futures 0.3.21",4920 "rand 0.8.5",4921 "thrift",4922]49234924[[package]]4925name = "minimal-lexical"4926version = "0.2.1"4927source = "registry+https://github.com/rust-lang/crates.io-index"4928checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49294930[[package]]4931name = "miniz_oxide"4932version = "0.5.3"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4935dependencies = [4936 "adler",4937]49384939[[package]]4940name = "mio"4941version = "0.8.4"4942source = "registry+https://github.com/rust-lang/crates.io-index"4943checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4944dependencies = [4945 "libc",4946 "log",4947 "wasi 0.11.0+wasi-snapshot-preview1",4948 "windows-sys",4949]49504951[[package]]4952name = "more-asserts"4953version = "0.2.2"4954source = "registry+https://github.com/rust-lang/crates.io-index"4955checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49564957[[package]]4958name = "multiaddr"4959version = "0.14.0"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4962dependencies = [4963 "arrayref",4964 "bs58",4965 "byteorder",4966 "data-encoding",4967 "multihash",4968 "percent-encoding",4969 "serde",4970 "static_assertions",4971 "unsigned-varint",4972 "url",4973]49744975[[package]]4976name = "multibase"4977version = "0.9.1"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4980dependencies = [4981 "base-x",4982 "data-encoding",4983 "data-encoding-macro",4984]49854986[[package]]4987name = "multihash"4988version = "0.16.2"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4991dependencies = [4992 "blake2b_simd",4993 "blake2s_simd",4994 "blake3",4995 "core2",4996 "digest 0.10.3",4997 "multihash-derive",4998 "sha2 0.10.2",4999 "sha3 0.10.1",5000 "unsigned-varint",5001]50025003[[package]]5004name = "multihash-derive"5005version = "0.8.0"5006source = "registry+https://github.com/rust-lang/crates.io-index"5007checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5008dependencies = [5009 "proc-macro-crate",5010 "proc-macro-error",5011 "proc-macro2",5012 "quote",5013 "syn",5014 "synstructure",5015]50165017[[package]]5018name = "multimap"5019version = "0.8.3"5020source = "registry+https://github.com/rust-lang/crates.io-index"5021checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50225023[[package]]5024name = "multistream-select"5025version = "0.11.0"5026source = "registry+https://github.com/rust-lang/crates.io-index"5027checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5028dependencies = [5029 "bytes 1.1.0",5030 "futures 0.3.21",5031 "log",5032 "pin-project 1.0.10",5033 "smallvec",5034 "unsigned-varint",5035]50365037[[package]]5038name = "nalgebra"5039version = "0.27.1"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5042dependencies = [5043 "approx",5044 "matrixmultiply",5045 "nalgebra-macros",5046 "num-complex",5047 "num-rational 0.4.0",5048 "num-traits",5049 "rand 0.8.5",5050 "rand_distr",5051 "simba",5052 "typenum",5053]50545055[[package]]5056name = "nalgebra-macros"5057version = "0.1.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5060dependencies = [5061 "proc-macro2",5062 "quote",5063 "syn",5064]50655066[[package]]5067name = "names"5068version = "0.13.0"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5071dependencies = [5072 "rand 0.8.5",5073]50745075[[package]]5076name = "nanorand"5077version = "0.7.0"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50805081[[package]]5082name = "netlink-packet-core"5083version = "0.4.2"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5086dependencies = [5087 "anyhow",5088 "byteorder",5089 "libc",5090 "netlink-packet-utils",5091]50925093[[package]]5094name = "netlink-packet-route"5095version = "0.11.0"5096source = "registry+https://github.com/rust-lang/crates.io-index"5097checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"5098dependencies = [5099 "anyhow",5100 "bitflags",5101 "byteorder",5102 "libc",5103 "netlink-packet-core",5104 "netlink-packet-utils",5105]51065107[[package]]5108name = "netlink-packet-utils"5109version = "0.5.1"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5112dependencies = [5113 "anyhow",5114 "byteorder",5115 "paste",5116 "thiserror",5117]51185119[[package]]5120name = "netlink-proto"5121version = "0.9.2"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"5124dependencies = [5125 "bytes 1.1.0",5126 "futures 0.3.21",5127 "log",5128 "netlink-packet-core",5129 "netlink-sys",5130 "tokio 1.19.2",5131]51325133[[package]]5134name = "netlink-sys"5135version = "0.8.2"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"5138dependencies = [5139 "async-io",5140 "bytes 1.1.0",5141 "futures 0.3.21",5142 "libc",5143 "log",5144]51455146[[package]]5147name = "nix"5148version = "0.22.3"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"5151dependencies = [5152 "bitflags",5153 "cc",5154 "cfg-if 1.0.0",5155 "libc",5156 "memoffset",5157]51585159[[package]]5160name = "nodrop"5161version = "0.1.14"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51645165[[package]]5166name = "nohash-hasher"5167version = "0.2.0"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51705171[[package]]5172name = "nom"5173version = "7.1.1"5174source = "registry+https://github.com/rust-lang/crates.io-index"5175checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5176dependencies = [5177 "memchr",5178 "minimal-lexical",5179]51805181[[package]]5182name = "num-bigint"5183version = "0.2.6"5184source = "registry+https://github.com/rust-lang/crates.io-index"5185checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5186dependencies = [5187 "autocfg",5188 "num-integer",5189 "num-traits",5190]51915192[[package]]5193name = "num-complex"5194version = "0.4.2"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5197dependencies = [5198 "num-traits",5199]52005201[[package]]5202name = "num-format"5203version = "0.4.0"5204source = "registry+https://github.com/rust-lang/crates.io-index"5205checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5206dependencies = [5207 "arrayvec 0.4.12",5208 "itoa 0.4.8",5209]52105211[[package]]5212name = "num-integer"5213version = "0.1.45"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5216dependencies = [5217 "autocfg",5218 "num-traits",5219]52205221[[package]]5222name = "num-rational"5223version = "0.2.4"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5226dependencies = [5227 "autocfg",5228 "num-bigint",5229 "num-integer",5230 "num-traits",5231]52325233[[package]]5234name = "num-rational"5235version = "0.4.0"5236source = "registry+https://github.com/rust-lang/crates.io-index"5237checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5238dependencies = [5239 "autocfg",5240 "num-integer",5241 "num-traits",5242]52435244[[package]]5245name = "num-traits"5246version = "0.2.15"5247source = "registry+https://github.com/rust-lang/crates.io-index"5248checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5249dependencies = [5250 "autocfg",5251 "libm",5252]52535254[[package]]5255name = "num_cpus"5256version = "1.13.1"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5259dependencies = [5260 "hermit-abi",5261 "libc",5262]52635264[[package]]5265name = "object"5266version = "0.27.1"5267source = "registry+https://github.com/rust-lang/crates.io-index"5268checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5269dependencies = [5270 "crc32fast",5271 "indexmap",5272 "memchr",5273]52745275[[package]]5276name = "object"5277version = "0.28.4"5278source = "registry+https://github.com/rust-lang/crates.io-index"5279checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5280dependencies = [5281 "memchr",5282]52835284[[package]]5285name = "once_cell"5286version = "1.12.0"5287source = "registry+https://github.com/rust-lang/crates.io-index"5288checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"52895290[[package]]5291name = "opal-runtime"5292version = "0.9.24"5293dependencies = [5294 "cumulus-pallet-aura-ext",5295 "cumulus-pallet-dmp-queue",5296 "cumulus-pallet-parachain-system",5297 "cumulus-pallet-xcm",5298 "cumulus-pallet-xcmp-queue",5299 "cumulus-primitives-core",5300 "cumulus-primitives-timestamp",5301 "cumulus-primitives-utility",5302 "derivative",5303 "fp-evm-mapping",5304 "fp-rpc",5305 "fp-self-contained",5306 "frame-benchmarking",5307 "frame-executive",5308 "frame-support",5309 "frame-system",5310 "frame-system-benchmarking",5311 "frame-system-rpc-runtime-api",5312 "frame-try-runtime",5313 "hex-literal",5314 "log",5315 "orml-vesting",5316 "pallet-aura",5317 "pallet-balances",5318 "pallet-base-fee",5319 "pallet-common",5320 "pallet-ethereum",5321 "pallet-evm",5322 "pallet-evm-coder-substrate",5323 "pallet-evm-contract-helpers",5324 "pallet-evm-migration",5325 "pallet-evm-transaction-payment",5326 "pallet-fungible",5327 "pallet-inflation",5328 "pallet-nonfungible",5329 "pallet-randomness-collective-flip",5330 "pallet-refungible",5331 "pallet-rmrk-core",5332 "pallet-rmrk-equip",5333 "pallet-structure",5334 "pallet-sudo",5335 "pallet-template-transaction-payment",5336 "pallet-timestamp",5337 "pallet-transaction-payment",5338 "pallet-transaction-payment-rpc-runtime-api",5339 "pallet-treasury",5340 "pallet-unique",5341 "pallet-unique-scheduler",5342 "pallet-xcm",5343 "parachain-info",5344 "parity-scale-codec 3.1.5",5345 "polkadot-parachain",5346 "rmrk-rpc",5347 "scale-info",5348 "serde",5349 "smallvec",5350 "sp-api",5351 "sp-arithmetic",5352 "sp-block-builder",5353 "sp-consensus-aura",5354 "sp-core",5355 "sp-inherents",5356 "sp-io",5357 "sp-offchain",5358 "sp-runtime",5359 "sp-session",5360 "sp-std",5361 "sp-transaction-pool",5362 "sp-version",5363 "substrate-wasm-builder",5364 "unique-runtime-common",5365 "up-data-structs",5366 "up-rpc",5367 "xcm",5368 "xcm-builder",5369 "xcm-executor",5370]53715372[[package]]5373name = "opaque-debug"5374version = "0.2.3"5375source = "registry+https://github.com/rust-lang/crates.io-index"5376checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53775378[[package]]5379name = "opaque-debug"5380version = "0.3.0"5381source = "registry+https://github.com/rust-lang/crates.io-index"5382checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53835384[[package]]5385name = "openssl-probe"5386version = "0.1.5"5387source = "registry+https://github.com/rust-lang/crates.io-index"5388checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53895390[[package]]5391name = "orchestra"5392version = "0.0.1"5393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5394dependencies = [5395 "async-trait",5396 "dyn-clonable",5397 "futures 0.3.21",5398 "futures-timer",5399 "orchestra-proc-macro",5400 "pin-project 1.0.10",5401 "prioritized-metered-channel",5402 "thiserror",5403 "tracing",5404]54055406[[package]]5407name = "orchestra-proc-macro"5408version = "0.0.1"5409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5410dependencies = [5411 "expander 0.0.6",5412 "petgraph",5413 "proc-macro-crate",5414 "proc-macro2",5415 "quote",5416 "syn",5417]54185419[[package]]5420name = "ordered-float"5421version = "1.1.1"5422source = "registry+https://github.com/rust-lang/crates.io-index"5423checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5424dependencies = [5425 "num-traits",5426]54275428[[package]]5429name = "orml-vesting"5430version = "0.4.1-dev"5431source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.24#e69cabf5dc293e54a3ce60e3db4bf2f381bd20eb"5432dependencies = [5433 "frame-support",5434 "frame-system",5435 "parity-scale-codec 3.1.5",5436 "scale-info",5437 "serde",5438 "sp-io",5439 "sp-runtime",5440 "sp-std",5441]54425443[[package]]5444name = "os_str_bytes"5445version = "6.1.0"5446source = "registry+https://github.com/rust-lang/crates.io-index"5447checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"54485449[[package]]5450name = "owning_ref"5451version = "0.4.1"5452source = "registry+https://github.com/rust-lang/crates.io-index"5453checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5454dependencies = [5455 "stable_deref_trait",5456]54575458[[package]]5459name = "pallet-aura"5460version = "4.0.0-dev"5461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5462dependencies = [5463 "frame-support",5464 "frame-system",5465 "pallet-timestamp",5466 "parity-scale-codec 3.1.5",5467 "scale-info",5468 "sp-application-crypto",5469 "sp-consensus-aura",5470 "sp-runtime",5471 "sp-std",5472]54735474[[package]]5475name = "pallet-authority-discovery"5476version = "4.0.0-dev"5477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5478dependencies = [5479 "frame-support",5480 "frame-system",5481 "pallet-session",5482 "parity-scale-codec 3.1.5",5483 "scale-info",5484 "sp-application-crypto",5485 "sp-authority-discovery",5486 "sp-runtime",5487 "sp-std",5488]54895490[[package]]5491name = "pallet-authorship"5492version = "4.0.0-dev"5493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5494dependencies = [5495 "frame-support",5496 "frame-system",5497 "impl-trait-for-tuples",5498 "parity-scale-codec 3.1.5",5499 "scale-info",5500 "sp-authorship",5501 "sp-runtime",5502 "sp-std",5503]55045505[[package]]5506name = "pallet-babe"5507version = "4.0.0-dev"5508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5509dependencies = [5510 "frame-benchmarking",5511 "frame-support",5512 "frame-system",5513 "log",5514 "pallet-authorship",5515 "pallet-session",5516 "pallet-timestamp",5517 "parity-scale-codec 3.1.5",5518 "scale-info",5519 "sp-application-crypto",5520 "sp-consensus-babe",5521 "sp-consensus-vrf",5522 "sp-io",5523 "sp-runtime",5524 "sp-session",5525 "sp-staking",5526 "sp-std",5527]55285529[[package]]5530name = "pallet-bags-list"5531version = "4.0.0-dev"5532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5533dependencies = [5534 "frame-benchmarking",5535 "frame-election-provider-support",5536 "frame-support",5537 "frame-system",5538 "log",5539 "pallet-balances",5540 "parity-scale-codec 3.1.5",5541 "scale-info",5542 "sp-core",5543 "sp-io",5544 "sp-runtime",5545 "sp-std",5546 "sp-tracing",5547]55485549[[package]]5550name = "pallet-balances"5551version = "4.0.0-dev"5552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5553dependencies = [5554 "frame-benchmarking",5555 "frame-support",5556 "frame-system",5557 "log",5558 "parity-scale-codec 3.1.5",5559 "scale-info",5560 "sp-runtime",5561 "sp-std",5562]55635564[[package]]5565name = "pallet-base-fee"5566version = "1.0.0"5567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5568dependencies = [5569 "fp-evm",5570 "frame-support",5571 "frame-system",5572 "parity-scale-codec 3.1.5",5573 "scale-info",5574 "serde",5575 "sp-core",5576 "sp-runtime",5577]55785579[[package]]5580name = "pallet-beefy"5581version = "4.0.0-dev"5582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5583dependencies = [5584 "beefy-primitives",5585 "frame-support",5586 "frame-system",5587 "pallet-session",5588 "parity-scale-codec 3.1.5",5589 "scale-info",5590 "serde",5591 "sp-runtime",5592 "sp-std",5593]55945595[[package]]5596name = "pallet-beefy-mmr"5597version = "4.0.0-dev"5598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5599dependencies = [5600 "beefy-merkle-tree",5601 "beefy-primitives",5602 "frame-support",5603 "frame-system",5604 "hex",5605 "log",5606 "pallet-beefy",5607 "pallet-mmr",5608 "pallet-session",5609 "parity-scale-codec 3.1.5",5610 "scale-info",5611 "serde",5612 "sp-core",5613 "sp-io",5614 "sp-runtime",5615 "sp-std",5616]56175618[[package]]5619name = "pallet-bounties"5620version = "4.0.0-dev"5621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5622dependencies = [5623 "frame-benchmarking",5624 "frame-support",5625 "frame-system",5626 "log",5627 "pallet-treasury",5628 "parity-scale-codec 3.1.5",5629 "scale-info",5630 "sp-core",5631 "sp-io",5632 "sp-runtime",5633 "sp-std",5634]56355636[[package]]5637name = "pallet-bridge-dispatch"5638version = "0.1.0"5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5640dependencies = [5641 "bp-message-dispatch",5642 "bp-runtime",5643 "frame-support",5644 "frame-system",5645 "log",5646 "parity-scale-codec 3.1.5",5647 "scale-info",5648 "sp-core",5649 "sp-runtime",5650 "sp-std",5651]56525653[[package]]5654name = "pallet-bridge-grandpa"5655version = "0.1.0"5656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5657dependencies = [5658 "bp-header-chain",5659 "bp-runtime",5660 "bp-test-utils",5661 "finality-grandpa",5662 "frame-support",5663 "frame-system",5664 "log",5665 "num-traits",5666 "parity-scale-codec 3.1.5",5667 "scale-info",5668 "serde",5669 "sp-finality-grandpa",5670 "sp-runtime",5671 "sp-std",5672 "sp-trie",5673]56745675[[package]]5676name = "pallet-bridge-messages"5677version = "0.1.0"5678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5679dependencies = [5680 "bitvec 1.0.0",5681 "bp-message-dispatch",5682 "bp-messages",5683 "bp-runtime",5684 "frame-support",5685 "frame-system",5686 "log",5687 "num-traits",5688 "parity-scale-codec 3.1.5",5689 "scale-info",5690 "serde",5691 "sp-core",5692 "sp-runtime",5693 "sp-std",5694]56955696[[package]]5697name = "pallet-child-bounties"5698version = "4.0.0-dev"5699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5700dependencies = [5701 "frame-benchmarking",5702 "frame-support",5703 "frame-system",5704 "log",5705 "pallet-bounties",5706 "pallet-treasury",5707 "parity-scale-codec 3.1.5",5708 "scale-info",5709 "sp-core",5710 "sp-io",5711 "sp-runtime",5712 "sp-std",5713]57145715[[package]]5716name = "pallet-collective"5717version = "4.0.0-dev"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5719dependencies = [5720 "frame-benchmarking",5721 "frame-support",5722 "frame-system",5723 "log",5724 "parity-scale-codec 3.1.5",5725 "scale-info",5726 "sp-core",5727 "sp-io",5728 "sp-runtime",5729 "sp-std",5730]57315732[[package]]5733name = "pallet-common"5734version = "0.1.0"5735dependencies = [5736 "ethereum",5737 "evm-coder",5738 "fp-evm-mapping",5739 "frame-benchmarking",5740 "frame-support",5741 "frame-system",5742 "pallet-evm",5743 "pallet-evm-coder-substrate",5744 "parity-scale-codec 3.1.5",5745 "scale-info",5746 "serde",5747 "sp-core",5748 "sp-runtime",5749 "sp-std",5750 "up-data-structs",5751]57525753[[package]]5754name = "pallet-democracy"5755version = "4.0.0-dev"5756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5757dependencies = [5758 "frame-benchmarking",5759 "frame-support",5760 "frame-system",5761 "parity-scale-codec 3.1.5",5762 "scale-info",5763 "serde",5764 "sp-io",5765 "sp-runtime",5766 "sp-std",5767]57685769[[package]]5770name = "pallet-election-provider-multi-phase"5771version = "4.0.0-dev"5772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5773dependencies = [5774 "frame-benchmarking",5775 "frame-election-provider-support",5776 "frame-support",5777 "frame-system",5778 "log",5779 "parity-scale-codec 3.1.5",5780 "rand 0.7.3",5781 "scale-info",5782 "sp-arithmetic",5783 "sp-core",5784 "sp-io",5785 "sp-npos-elections",5786 "sp-runtime",5787 "sp-std",5788 "static_assertions",5789 "strum 0.23.0",5790]57915792[[package]]5793name = "pallet-election-provider-support-benchmarking"5794version = "4.0.0-dev"5795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5796dependencies = [5797 "frame-benchmarking",5798 "frame-election-provider-support",5799 "frame-system",5800 "parity-scale-codec 3.1.5",5801 "sp-npos-elections",5802 "sp-runtime",5803]58045805[[package]]5806name = "pallet-elections-phragmen"5807version = "5.0.0-dev"5808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5809dependencies = [5810 "frame-benchmarking",5811 "frame-support",5812 "frame-system",5813 "log",5814 "parity-scale-codec 3.1.5",5815 "scale-info",5816 "sp-core",5817 "sp-io",5818 "sp-npos-elections",5819 "sp-runtime",5820 "sp-std",5821]58225823[[package]]5824name = "pallet-ethereum"5825version = "4.0.0-dev"5826source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5827dependencies = [5828 "ethereum",5829 "ethereum-types",5830 "evm",5831 "fp-consensus",5832 "fp-evm",5833 "fp-evm-mapping",5834 "fp-rpc",5835 "fp-self-contained",5836 "fp-storage",5837 "frame-support",5838 "frame-system",5839 "log",5840 "pallet-evm",5841 "pallet-timestamp",5842 "parity-scale-codec 3.1.5",5843 "rlp",5844 "scale-info",5845 "serde",5846 "sha3 0.10.1",5847 "sp-io",5848 "sp-runtime",5849 "sp-std",5850]58515852[[package]]5853name = "pallet-evm"5854version = "6.0.0-dev"5855source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5856dependencies = [5857 "evm",5858 "fp-evm",5859 "fp-evm-mapping",5860 "frame-benchmarking",5861 "frame-support",5862 "frame-system",5863 "hex",5864 "impl-trait-for-tuples",5865 "log",5866 "pallet-timestamp",5867 "parity-scale-codec 3.1.5",5868 "primitive-types",5869 "rlp",5870 "scale-info",5871 "serde",5872 "sha3 0.10.1",5873 "sp-core",5874 "sp-io",5875 "sp-runtime",5876 "sp-std",5877]58785879[[package]]5880name = "pallet-evm-coder-substrate"5881version = "0.1.0"5882dependencies = [5883 "ethereum",5884 "evm-coder",5885 "frame-benchmarking",5886 "frame-support",5887 "frame-system",5888 "pallet-ethereum",5889 "pallet-evm",5890 "parity-scale-codec 3.1.5",5891 "scale-info",5892 "sp-core",5893 "sp-std",5894 "up-data-structs",5895]58965897[[package]]5898name = "pallet-evm-contract-helpers"5899version = "0.1.0"5900dependencies = [5901 "evm-coder",5902 "fp-evm-mapping",5903 "frame-support",5904 "frame-system",5905 "log",5906 "pallet-common",5907 "pallet-evm",5908 "pallet-evm-coder-substrate",5909 "parity-scale-codec 3.1.5",5910 "scale-info",5911 "sp-core",5912 "sp-runtime",5913 "sp-std",5914 "up-data-structs",5915 "up-sponsorship",5916]59175918[[package]]5919name = "pallet-evm-migration"5920version = "0.1.0"5921dependencies = [5922 "fp-evm",5923 "frame-benchmarking",5924 "frame-support",5925 "frame-system",5926 "pallet-evm",5927 "parity-scale-codec 3.1.5",5928 "scale-info",5929 "sp-core",5930 "sp-io",5931 "sp-runtime",5932 "sp-std",5933]59345935[[package]]5936name = "pallet-evm-transaction-payment"5937version = "0.1.0"5938dependencies = [5939 "fp-evm",5940 "fp-evm-mapping",5941 "frame-support",5942 "frame-system",5943 "pallet-ethereum",5944 "pallet-evm",5945 "parity-scale-codec 3.1.5",5946 "scale-info",5947 "sp-core",5948 "sp-io",5949 "sp-runtime",5950 "sp-std",5951 "up-sponsorship",5952]59535954[[package]]5955name = "pallet-fungible"5956version = "0.1.0"5957dependencies = [5958 "ethereum",5959 "evm-coder",5960 "frame-benchmarking",5961 "frame-support",5962 "frame-system",5963 "pallet-common",5964 "pallet-evm",5965 "pallet-evm-coder-substrate",5966 "pallet-structure",5967 "parity-scale-codec 3.1.5",5968 "scale-info",5969 "sp-core",5970 "sp-runtime",5971 "sp-std",5972 "up-data-structs",5973]59745975[[package]]5976name = "pallet-gilt"5977version = "4.0.0-dev"5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5979dependencies = [5980 "frame-benchmarking",5981 "frame-support",5982 "frame-system",5983 "parity-scale-codec 3.1.5",5984 "scale-info",5985 "sp-arithmetic",5986 "sp-runtime",5987 "sp-std",5988]59895990[[package]]5991name = "pallet-grandpa"5992version = "4.0.0-dev"5993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"5994dependencies = [5995 "frame-benchmarking",5996 "frame-support",5997 "frame-system",5998 "log",5999 "pallet-authorship",6000 "pallet-session",6001 "parity-scale-codec 3.1.5",6002 "scale-info",6003 "sp-application-crypto",6004 "sp-core",6005 "sp-finality-grandpa",6006 "sp-io",6007 "sp-runtime",6008 "sp-session",6009 "sp-staking",6010 "sp-std",6011]60126013[[package]]6014name = "pallet-identity"6015version = "4.0.0-dev"6016source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6017dependencies = [6018 "enumflags2",6019 "frame-benchmarking",6020 "frame-support",6021 "frame-system",6022 "parity-scale-codec 3.1.5",6023 "scale-info",6024 "sp-io",6025 "sp-runtime",6026 "sp-std",6027]60286029[[package]]6030name = "pallet-im-online"6031version = "4.0.0-dev"6032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6033dependencies = [6034 "frame-benchmarking",6035 "frame-support",6036 "frame-system",6037 "log",6038 "pallet-authorship",6039 "parity-scale-codec 3.1.5",6040 "scale-info",6041 "sp-application-crypto",6042 "sp-core",6043 "sp-io",6044 "sp-runtime",6045 "sp-staking",6046 "sp-std",6047]60486049[[package]]6050name = "pallet-indices"6051version = "4.0.0-dev"6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6053dependencies = [6054 "frame-benchmarking",6055 "frame-support",6056 "frame-system",6057 "parity-scale-codec 3.1.5",6058 "scale-info",6059 "sp-core",6060 "sp-io",6061 "sp-keyring",6062 "sp-runtime",6063 "sp-std",6064]60656066[[package]]6067name = "pallet-inflation"6068version = "0.1.0"6069dependencies = [6070 "frame-benchmarking",6071 "frame-support",6072 "frame-system",6073 "pallet-balances",6074 "pallet-randomness-collective-flip",6075 "pallet-timestamp",6076 "parity-scale-codec 3.1.5",6077 "scale-info",6078 "serde",6079 "sp-core",6080 "sp-io",6081 "sp-runtime",6082 "sp-std",6083]60846085[[package]]6086name = "pallet-membership"6087version = "4.0.0-dev"6088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6089dependencies = [6090 "frame-benchmarking",6091 "frame-support",6092 "frame-system",6093 "log",6094 "parity-scale-codec 3.1.5",6095 "scale-info",6096 "sp-core",6097 "sp-io",6098 "sp-runtime",6099 "sp-std",6100]61016102[[package]]6103name = "pallet-mmr"6104version = "4.0.0-dev"6105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6106dependencies = [6107 "ckb-merkle-mountain-range",6108 "frame-benchmarking",6109 "frame-support",6110 "frame-system",6111 "parity-scale-codec 3.1.5",6112 "scale-info",6113 "sp-core",6114 "sp-io",6115 "sp-mmr-primitives",6116 "sp-runtime",6117 "sp-std",6118]61196120[[package]]6121name = "pallet-mmr-rpc"6122version = "3.0.0"6123source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6124dependencies = [6125 "jsonrpsee",6126 "parity-scale-codec 3.1.5",6127 "serde",6128 "sp-api",6129 "sp-blockchain",6130 "sp-core",6131 "sp-mmr-primitives",6132 "sp-runtime",6133]61346135[[package]]6136name = "pallet-multisig"6137version = "4.0.0-dev"6138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6139dependencies = [6140 "frame-benchmarking",6141 "frame-support",6142 "frame-system",6143 "parity-scale-codec 3.1.5",6144 "scale-info",6145 "sp-io",6146 "sp-runtime",6147 "sp-std",6148]61496150[[package]]6151name = "pallet-nicks"6152version = "4.0.0-dev"6153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6154dependencies = [6155 "frame-support",6156 "frame-system",6157 "parity-scale-codec 3.1.5",6158 "scale-info",6159 "sp-io",6160 "sp-runtime",6161 "sp-std",6162]61636164[[package]]6165name = "pallet-nomination-pools"6166version = "1.0.0"6167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6168dependencies = [6169 "frame-support",6170 "frame-system",6171 "log",6172 "parity-scale-codec 3.1.5",6173 "scale-info",6174 "sp-core",6175 "sp-runtime",6176 "sp-staking",6177 "sp-std",6178]61796180[[package]]6181name = "pallet-nomination-pools-benchmarking"6182version = "1.0.0"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6184dependencies = [6185 "frame-benchmarking",6186 "frame-election-provider-support",6187 "frame-support",6188 "frame-system",6189 "pallet-bags-list",6190 "pallet-nomination-pools",6191 "pallet-staking",6192 "parity-scale-codec 3.1.5",6193 "scale-info",6194 "sp-runtime",6195 "sp-staking",6196 "sp-std",6197]61986199[[package]]6200name = "pallet-nonfungible"6201version = "0.1.0"6202dependencies = [6203 "ethereum",6204 "evm-coder",6205 "frame-benchmarking",6206 "frame-support",6207 "frame-system",6208 "pallet-common",6209 "pallet-evm",6210 "pallet-evm-coder-substrate",6211 "pallet-structure",6212 "parity-scale-codec 3.1.5",6213 "scale-info",6214 "sp-core",6215 "sp-runtime",6216 "sp-std",6217 "struct-versioning",6218 "up-data-structs",6219]62206221[[package]]6222name = "pallet-offences"6223version = "4.0.0-dev"6224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6225dependencies = [6226 "frame-support",6227 "frame-system",6228 "log",6229 "pallet-balances",6230 "parity-scale-codec 3.1.5",6231 "scale-info",6232 "serde",6233 "sp-runtime",6234 "sp-staking",6235 "sp-std",6236]62376238[[package]]6239name = "pallet-offences-benchmarking"6240version = "4.0.0-dev"6241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6242dependencies = [6243 "frame-benchmarking",6244 "frame-election-provider-support",6245 "frame-support",6246 "frame-system",6247 "pallet-babe",6248 "pallet-balances",6249 "pallet-grandpa",6250 "pallet-im-online",6251 "pallet-offences",6252 "pallet-session",6253 "pallet-staking",6254 "parity-scale-codec 3.1.5",6255 "scale-info",6256 "sp-runtime",6257 "sp-staking",6258 "sp-std",6259]62606261[[package]]6262name = "pallet-preimage"6263version = "4.0.0-dev"6264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6265dependencies = [6266 "frame-benchmarking",6267 "frame-support",6268 "frame-system",6269 "parity-scale-codec 3.1.5",6270 "scale-info",6271 "sp-core",6272 "sp-io",6273 "sp-runtime",6274 "sp-std",6275]62766277[[package]]6278name = "pallet-proxy"6279version = "4.0.0-dev"6280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6281dependencies = [6282 "frame-benchmarking",6283 "frame-support",6284 "frame-system",6285 "parity-scale-codec 3.1.5",6286 "scale-info",6287 "sp-io",6288 "sp-runtime",6289 "sp-std",6290]62916292[[package]]6293name = "pallet-randomness-collective-flip"6294version = "4.0.0-dev"6295source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6296dependencies = [6297 "frame-support",6298 "frame-system",6299 "parity-scale-codec 3.1.5",6300 "safe-mix",6301 "scale-info",6302 "sp-runtime",6303 "sp-std",6304]63056306[[package]]6307name = "pallet-recovery"6308version = "4.0.0-dev"6309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6310dependencies = [6311 "frame-benchmarking",6312 "frame-support",6313 "frame-system",6314 "parity-scale-codec 3.1.5",6315 "scale-info",6316 "sp-io",6317 "sp-runtime",6318 "sp-std",6319]63206321[[package]]6322name = "pallet-refungible"6323version = "0.1.0"6324dependencies = [6325 "frame-benchmarking",6326 "frame-support",6327 "frame-system",6328 "pallet-common",6329 "pallet-evm",6330 "pallet-structure",6331 "parity-scale-codec 3.1.5",6332 "scale-info",6333 "sp-core",6334 "sp-runtime",6335 "sp-std",6336 "struct-versioning",6337 "up-data-structs",6338]63396340[[package]]6341name = "pallet-rmrk-core"6342version = "0.1.0"6343dependencies = [6344 "derivative",6345 "frame-benchmarking",6346 "frame-support",6347 "frame-system",6348 "pallet-common",6349 "pallet-evm",6350 "pallet-nonfungible",6351 "pallet-structure",6352 "parity-scale-codec 3.1.5",6353 "rmrk-traits",6354 "scale-info",6355 "sp-core",6356 "sp-runtime",6357 "sp-std",6358 "up-data-structs",6359]63606361[[package]]6362name = "pallet-rmrk-equip"6363version = "0.1.0"6364dependencies = [6365 "frame-benchmarking",6366 "frame-support",6367 "frame-system",6368 "pallet-common",6369 "pallet-evm",6370 "pallet-nonfungible",6371 "pallet-rmrk-core",6372 "parity-scale-codec 3.1.5",6373 "rmrk-traits",6374 "scale-info",6375 "sp-core",6376 "sp-runtime",6377 "sp-std",6378 "up-data-structs",6379]63806381[[package]]6382name = "pallet-scheduler"6383version = "4.0.0-dev"6384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6385dependencies = [6386 "frame-benchmarking",6387 "frame-support",6388 "frame-system",6389 "log",6390 "parity-scale-codec 3.1.5",6391 "scale-info",6392 "sp-io",6393 "sp-runtime",6394 "sp-std",6395]63966397[[package]]6398name = "pallet-session"6399version = "4.0.0-dev"6400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6401dependencies = [6402 "frame-support",6403 "frame-system",6404 "impl-trait-for-tuples",6405 "log",6406 "pallet-timestamp",6407 "parity-scale-codec 3.1.5",6408 "scale-info",6409 "sp-core",6410 "sp-io",6411 "sp-runtime",6412 "sp-session",6413 "sp-staking",6414 "sp-std",6415 "sp-trie",6416]64176418[[package]]6419name = "pallet-session-benchmarking"6420version = "4.0.0-dev"6421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6422dependencies = [6423 "frame-benchmarking",6424 "frame-support",6425 "frame-system",6426 "pallet-session",6427 "pallet-staking",6428 "rand 0.7.3",6429 "sp-runtime",6430 "sp-session",6431 "sp-std",6432]64336434[[package]]6435name = "pallet-society"6436version = "4.0.0-dev"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6438dependencies = [6439 "frame-support",6440 "frame-system",6441 "parity-scale-codec 3.1.5",6442 "rand_chacha 0.2.2",6443 "scale-info",6444 "sp-runtime",6445 "sp-std",6446]64476448[[package]]6449name = "pallet-staking"6450version = "4.0.0-dev"6451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6452dependencies = [6453 "frame-benchmarking",6454 "frame-election-provider-support",6455 "frame-support",6456 "frame-system",6457 "log",6458 "pallet-authorship",6459 "pallet-session",6460 "parity-scale-codec 3.1.5",6461 "rand_chacha 0.2.2",6462 "scale-info",6463 "serde",6464 "sp-application-crypto",6465 "sp-io",6466 "sp-runtime",6467 "sp-staking",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-staking-reward-curve"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6475dependencies = [6476 "proc-macro-crate",6477 "proc-macro2",6478 "quote",6479 "syn",6480]64816482[[package]]6483name = "pallet-staking-reward-fn"6484version = "4.0.0-dev"6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6486dependencies = [6487 "log",6488 "sp-arithmetic",6489]64906491[[package]]6492name = "pallet-structure"6493version = "0.1.0"6494dependencies = [6495 "frame-benchmarking",6496 "frame-support",6497 "frame-system",6498 "pallet-common",6499 "pallet-evm",6500 "parity-scale-codec 3.1.5",6501 "scale-info",6502 "sp-std",6503 "up-data-structs",6504]65056506[[package]]6507name = "pallet-sudo"6508version = "4.0.0-dev"6509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6510dependencies = [6511 "frame-support",6512 "frame-system",6513 "parity-scale-codec 3.1.5",6514 "scale-info",6515 "sp-io",6516 "sp-runtime",6517 "sp-std",6518]65196520[[package]]6521name = "pallet-template-transaction-payment"6522version = "3.0.0"6523source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"6524dependencies = [6525 "frame-benchmarking",6526 "frame-support",6527 "frame-system",6528 "pallet-balances",6529 "pallet-transaction-payment",6530 "parity-scale-codec 3.1.5",6531 "scale-info",6532 "serde",6533 "sp-core",6534 "sp-io",6535 "sp-runtime",6536 "sp-std",6537 "up-sponsorship",6538]65396540[[package]]6541name = "pallet-timestamp"6542version = "4.0.0-dev"6543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6544dependencies = [6545 "frame-benchmarking",6546 "frame-support",6547 "frame-system",6548 "log",6549 "parity-scale-codec 3.1.5",6550 "scale-info",6551 "sp-inherents",6552 "sp-io",6553 "sp-runtime",6554 "sp-std",6555 "sp-timestamp",6556]65576558[[package]]6559name = "pallet-tips"6560version = "4.0.0-dev"6561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6562dependencies = [6563 "frame-benchmarking",6564 "frame-support",6565 "frame-system",6566 "log",6567 "pallet-treasury",6568 "parity-scale-codec 3.1.5",6569 "scale-info",6570 "serde",6571 "sp-core",6572 "sp-io",6573 "sp-runtime",6574 "sp-std",6575]65766577[[package]]6578name = "pallet-transaction-payment"6579version = "4.0.0-dev"6580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6581dependencies = [6582 "frame-support",6583 "frame-system",6584 "parity-scale-codec 3.1.5",6585 "scale-info",6586 "serde",6587 "sp-core",6588 "sp-io",6589 "sp-runtime",6590 "sp-std",6591]65926593[[package]]6594name = "pallet-transaction-payment-rpc"6595version = "4.0.0-dev"6596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6597dependencies = [6598 "jsonrpsee",6599 "pallet-transaction-payment-rpc-runtime-api",6600 "parity-scale-codec 3.1.5",6601 "sp-api",6602 "sp-blockchain",6603 "sp-core",6604 "sp-rpc",6605 "sp-runtime",6606]66076608[[package]]6609name = "pallet-transaction-payment-rpc-runtime-api"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6612dependencies = [6613 "pallet-transaction-payment",6614 "parity-scale-codec 3.1.5",6615 "sp-api",6616 "sp-runtime",6617]66186619[[package]]6620name = "pallet-treasury"6621version = "4.0.0-dev"6622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6623dependencies = [6624 "frame-benchmarking",6625 "frame-support",6626 "frame-system",6627 "impl-trait-for-tuples",6628 "pallet-balances",6629 "parity-scale-codec 3.1.5",6630 "scale-info",6631 "serde",6632 "sp-runtime",6633 "sp-std",6634]66356636[[package]]6637name = "pallet-unique"6638version = "0.1.0"6639dependencies = [6640 "ethereum",6641 "evm-coder",6642 "frame-benchmarking",6643 "frame-support",6644 "frame-system",6645 "pallet-common",6646 "pallet-evm",6647 "pallet-evm-coder-substrate",6648 "pallet-nonfungible",6649 "parity-scale-codec 3.1.5",6650 "scale-info",6651 "serde",6652 "sp-core",6653 "sp-io",6654 "sp-runtime",6655 "sp-std",6656 "up-data-structs",6657]66586659[[package]]6660name = "pallet-unique-scheduler"6661version = "0.1.0"6662dependencies = [6663 "frame-benchmarking",6664 "frame-support",6665 "frame-system",6666 "log",6667 "parity-scale-codec 3.1.5",6668 "scale-info",6669 "serde",6670 "sp-core",6671 "sp-io",6672 "sp-runtime",6673 "sp-std",6674 "substrate-test-utils",6675 "up-sponsorship",6676]66776678[[package]]6679name = "pallet-utility"6680version = "4.0.0-dev"6681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6682dependencies = [6683 "frame-benchmarking",6684 "frame-support",6685 "frame-system",6686 "parity-scale-codec 3.1.5",6687 "scale-info",6688 "sp-core",6689 "sp-io",6690 "sp-runtime",6691 "sp-std",6692]66936694[[package]]6695name = "pallet-vesting"6696version = "4.0.0-dev"6697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6698dependencies = [6699 "frame-benchmarking",6700 "frame-support",6701 "frame-system",6702 "log",6703 "parity-scale-codec 3.1.5",6704 "scale-info",6705 "sp-runtime",6706 "sp-std",6707]67086709[[package]]6710name = "pallet-xcm"6711version = "0.9.24"6712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6713dependencies = [6714 "frame-support",6715 "frame-system",6716 "log",6717 "parity-scale-codec 3.1.5",6718 "scale-info",6719 "serde",6720 "sp-core",6721 "sp-runtime",6722 "sp-std",6723 "xcm",6724 "xcm-executor",6725]67266727[[package]]6728name = "pallet-xcm-benchmarks"6729version = "0.9.24"6730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6731dependencies = [6732 "frame-benchmarking",6733 "frame-support",6734 "frame-system",6735 "log",6736 "parity-scale-codec 3.1.5",6737 "scale-info",6738 "sp-runtime",6739 "sp-std",6740 "xcm",6741 "xcm-executor",6742]67436744[[package]]6745name = "parachain-info"6746version = "0.1.0"6747source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"6748dependencies = [6749 "cumulus-primitives-core",6750 "frame-support",6751 "frame-system",6752 "parity-scale-codec 3.1.5",6753 "scale-info",6754 "serde",6755]67566757[[package]]6758name = "parity-db"6759version = "0.3.14"6760source = "registry+https://github.com/rust-lang/crates.io-index"6761checksum = "966eb23bd3a09758b8dac09f82b9d417c00f14e5d46171bf04cffdd9cb2e1eb1"6762dependencies = [6763 "blake2-rfc",6764 "crc32fast",6765 "fs2",6766 "hex",6767 "libc",6768 "log",6769 "lz4",6770 "memmap2 0.2.3",6771 "parking_lot 0.11.2",6772 "rand 0.8.5",6773 "snap",6774]67756776[[package]]6777name = "parity-scale-codec"6778version = "2.3.1"6779source = "registry+https://github.com/rust-lang/crates.io-index"6780checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6781dependencies = [6782 "arrayvec 0.7.2",6783 "bitvec 0.20.4",6784 "byte-slice-cast",6785 "impl-trait-for-tuples",6786 "parity-scale-codec-derive 2.3.1",6787 "serde",6788]67896790[[package]]6791name = "parity-scale-codec"6792version = "3.1.5"6793source = "registry+https://github.com/rust-lang/crates.io-index"6794checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6795dependencies = [6796 "arrayvec 0.7.2",6797 "bitvec 1.0.0",6798 "byte-slice-cast",6799 "impl-trait-for-tuples",6800 "parity-scale-codec-derive 3.1.3",6801 "serde",6802]68036804[[package]]6805name = "parity-scale-codec-derive"6806version = "2.3.1"6807source = "registry+https://github.com/rust-lang/crates.io-index"6808checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6809dependencies = [6810 "proc-macro-crate",6811 "proc-macro2",6812 "quote",6813 "syn",6814]68156816[[package]]6817name = "parity-scale-codec-derive"6818version = "3.1.3"6819source = "registry+https://github.com/rust-lang/crates.io-index"6820checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6821dependencies = [6822 "proc-macro-crate",6823 "proc-macro2",6824 "quote",6825 "syn",6826]68276828[[package]]6829name = "parity-send-wrapper"6830version = "0.1.0"6831source = "registry+https://github.com/rust-lang/crates.io-index"6832checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68336834[[package]]6835name = "parity-util-mem"6836version = "0.11.0"6837source = "registry+https://github.com/rust-lang/crates.io-index"6838checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6839dependencies = [6840 "cfg-if 1.0.0",6841 "ethereum-types",6842 "hashbrown 0.12.1",6843 "impl-trait-for-tuples",6844 "lru 0.7.7",6845 "parity-util-mem-derive",6846 "parking_lot 0.12.1",6847 "primitive-types",6848 "smallvec",6849 "winapi",6850]68516852[[package]]6853name = "parity-util-mem-derive"6854version = "0.1.0"6855source = "registry+https://github.com/rust-lang/crates.io-index"6856checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6857dependencies = [6858 "proc-macro2",6859 "syn",6860 "synstructure",6861]68626863[[package]]6864name = "parity-wasm"6865version = "0.32.0"6866source = "registry+https://github.com/rust-lang/crates.io-index"6867checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6868dependencies = [6869 "byteorder",6870]68716872[[package]]6873name = "parity-wasm"6874version = "0.42.2"6875source = "registry+https://github.com/rust-lang/crates.io-index"6876checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68776878[[package]]6879name = "parking"6880version = "2.0.0"6881source = "registry+https://github.com/rust-lang/crates.io-index"6882checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68836884[[package]]6885name = "parking_lot"6886version = "0.11.2"6887source = "registry+https://github.com/rust-lang/crates.io-index"6888checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6889dependencies = [6890 "instant",6891 "lock_api",6892 "parking_lot_core 0.8.5",6893]68946895[[package]]6896name = "parking_lot"6897version = "0.12.1"6898source = "registry+https://github.com/rust-lang/crates.io-index"6899checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6900dependencies = [6901 "lock_api",6902 "parking_lot_core 0.9.3",6903]69046905[[package]]6906name = "parking_lot_core"6907version = "0.8.5"6908source = "registry+https://github.com/rust-lang/crates.io-index"6909checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6910dependencies = [6911 "cfg-if 1.0.0",6912 "instant",6913 "libc",6914 "redox_syscall",6915 "smallvec",6916 "winapi",6917]69186919[[package]]6920name = "parking_lot_core"6921version = "0.9.3"6922source = "registry+https://github.com/rust-lang/crates.io-index"6923checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6924dependencies = [6925 "cfg-if 1.0.0",6926 "libc",6927 "redox_syscall",6928 "smallvec",6929 "windows-sys",6930]69316932[[package]]6933name = "paste"6934version = "1.0.7"6935source = "registry+https://github.com/rust-lang/crates.io-index"6936checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69376938[[package]]6939name = "pbkdf2"6940version = "0.4.0"6941source = "registry+https://github.com/rust-lang/crates.io-index"6942checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6943dependencies = [6944 "crypto-mac 0.8.0",6945]69466947[[package]]6948name = "pbkdf2"6949version = "0.8.0"6950source = "registry+https://github.com/rust-lang/crates.io-index"6951checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6952dependencies = [6953 "crypto-mac 0.11.1",6954]69556956[[package]]6957name = "peeking_take_while"6958version = "0.1.2"6959source = "registry+https://github.com/rust-lang/crates.io-index"6960checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69616962[[package]]6963name = "percent-encoding"6964version = "2.1.0"6965source = "registry+https://github.com/rust-lang/crates.io-index"6966checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69676968[[package]]6969name = "pest"6970version = "2.1.3"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6973dependencies = [6974 "ucd-trie",6975]69766977[[package]]6978name = "pest_derive"6979version = "2.1.0"6980source = "registry+https://github.com/rust-lang/crates.io-index"6981checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6982dependencies = [6983 "pest",6984 "pest_generator",6985]69866987[[package]]6988name = "pest_generator"6989version = "2.1.3"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6992dependencies = [6993 "pest",6994 "pest_meta",6995 "proc-macro2",6996 "quote",6997 "syn",6998]69997000[[package]]7001name = "pest_meta"7002version = "2.1.3"7003source = "registry+https://github.com/rust-lang/crates.io-index"7004checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7005dependencies = [7006 "maplit",7007 "pest",7008 "sha-1 0.8.2",7009]70107011[[package]]7012name = "petgraph"7013version = "0.6.2"7014source = "registry+https://github.com/rust-lang/crates.io-index"7015checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7016dependencies = [7017 "fixedbitset",7018 "indexmap",7019]70207021[[package]]7022name = "pin-project"7023version = "0.4.29"7024source = "registry+https://github.com/rust-lang/crates.io-index"7025checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7026dependencies = [7027 "pin-project-internal 0.4.29",7028]70297030[[package]]7031name = "pin-project"7032version = "1.0.10"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7035dependencies = [7036 "pin-project-internal 1.0.10",7037]70387039[[package]]7040name = "pin-project-internal"7041version = "0.4.29"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7044dependencies = [7045 "proc-macro2",7046 "quote",7047 "syn",7048]70497050[[package]]7051name = "pin-project-internal"7052version = "1.0.10"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7055dependencies = [7056 "proc-macro2",7057 "quote",7058 "syn",7059]70607061[[package]]7062name = "pin-project-lite"7063version = "0.1.12"7064source = "registry+https://github.com/rust-lang/crates.io-index"7065checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70667067[[package]]7068name = "pin-project-lite"7069version = "0.2.9"7070source = "registry+https://github.com/rust-lang/crates.io-index"7071checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70727073[[package]]7074name = "pin-utils"7075version = "0.1.0"7076source = "registry+https://github.com/rust-lang/crates.io-index"7077checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70787079[[package]]7080name = "pkg-config"7081version = "0.3.25"7082source = "registry+https://github.com/rust-lang/crates.io-index"7083checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70847085[[package]]7086name = "platforms"7087version = "2.0.0"7088source = "registry+https://github.com/rust-lang/crates.io-index"7089checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70907091[[package]]7092name = "polkadot-approval-distribution"7093version = "0.9.24"7094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7095dependencies = [7096 "futures 0.3.21",7097 "polkadot-node-network-protocol",7098 "polkadot-node-primitives",7099 "polkadot-node-subsystem",7100 "polkadot-node-subsystem-util",7101 "polkadot-primitives",7102 "rand 0.8.5",7103 "tracing-gum",7104]71057106[[package]]7107name = "polkadot-availability-bitfield-distribution"7108version = "0.9.24"7109source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7110dependencies = [7111 "futures 0.3.21",7112 "polkadot-node-network-protocol",7113 "polkadot-node-subsystem",7114 "polkadot-node-subsystem-util",7115 "polkadot-primitives",7116 "rand 0.8.5",7117 "tracing-gum",7118]71197120[[package]]7121name = "polkadot-availability-distribution"7122version = "0.9.24"7123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7124dependencies = [7125 "derive_more",7126 "fatality",7127 "futures 0.3.21",7128 "lru 0.7.7",7129 "parity-scale-codec 3.1.5",7130 "polkadot-erasure-coding",7131 "polkadot-node-network-protocol",7132 "polkadot-node-primitives",7133 "polkadot-node-subsystem",7134 "polkadot-node-subsystem-util",7135 "polkadot-primitives",7136 "rand 0.8.5",7137 "sp-core",7138 "sp-keystore",7139 "thiserror",7140 "tracing-gum",7141]71427143[[package]]7144name = "polkadot-availability-recovery"7145version = "0.9.24"7146source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7147dependencies = [7148 "fatality",7149 "futures 0.3.21",7150 "lru 0.7.7",7151 "parity-scale-codec 3.1.5",7152 "polkadot-erasure-coding",7153 "polkadot-node-network-protocol",7154 "polkadot-node-primitives",7155 "polkadot-node-subsystem",7156 "polkadot-node-subsystem-util",7157 "polkadot-primitives",7158 "rand 0.8.5",7159 "sc-network",7160 "thiserror",7161 "tracing-gum",7162]71637164[[package]]7165name = "polkadot-cli"7166version = "0.9.24"7167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7168dependencies = [7169 "clap",7170 "frame-benchmarking-cli",7171 "futures 0.3.21",7172 "log",7173 "polkadot-client",7174 "polkadot-node-core-pvf",7175 "polkadot-node-metrics",7176 "polkadot-performance-test",7177 "polkadot-service",7178 "sc-cli",7179 "sc-service",7180 "sc-sysinfo",7181 "sc-tracing",7182 "sp-core",7183 "sp-trie",7184 "substrate-build-script-utils",7185 "thiserror",7186 "try-runtime-cli",7187]71887189[[package]]7190name = "polkadot-client"7191version = "0.9.24"7192source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7193dependencies = [7194 "beefy-primitives",7195 "frame-benchmarking",7196 "frame-benchmarking-cli",7197 "frame-system",7198 "frame-system-rpc-runtime-api",7199 "pallet-transaction-payment",7200 "pallet-transaction-payment-rpc-runtime-api",7201 "polkadot-core-primitives",7202 "polkadot-node-core-parachains-inherent",7203 "polkadot-primitives",7204 "polkadot-runtime",7205 "polkadot-runtime-common",7206 "sc-client-api",7207 "sc-consensus",7208 "sc-executor",7209 "sc-service",7210 "sp-api",7211 "sp-authority-discovery",7212 "sp-block-builder",7213 "sp-blockchain",7214 "sp-consensus",7215 "sp-consensus-babe",7216 "sp-core",7217 "sp-finality-grandpa",7218 "sp-inherents",7219 "sp-keyring",7220 "sp-mmr-primitives",7221 "sp-offchain",7222 "sp-runtime",7223 "sp-session",7224 "sp-storage",7225 "sp-timestamp",7226 "sp-transaction-pool",7227]72287229[[package]]7230name = "polkadot-collator-protocol"7231version = "0.9.24"7232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7233dependencies = [7234 "always-assert",7235 "fatality",7236 "futures 0.3.21",7237 "futures-timer",7238 "polkadot-node-network-protocol",7239 "polkadot-node-primitives",7240 "polkadot-node-subsystem",7241 "polkadot-node-subsystem-util",7242 "polkadot-primitives",7243 "sp-core",7244 "sp-keystore",7245 "sp-runtime",7246 "thiserror",7247 "tracing-gum",7248]72497250[[package]]7251name = "polkadot-core-primitives"7252version = "0.9.24"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7254dependencies = [7255 "parity-scale-codec 3.1.5",7256 "parity-util-mem",7257 "scale-info",7258 "sp-core",7259 "sp-runtime",7260 "sp-std",7261]72627263[[package]]7264name = "polkadot-dispute-distribution"7265version = "0.9.24"7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7267dependencies = [7268 "derive_more",7269 "fatality",7270 "futures 0.3.21",7271 "lru 0.7.7",7272 "parity-scale-codec 3.1.5",7273 "polkadot-erasure-coding",7274 "polkadot-node-network-protocol",7275 "polkadot-node-primitives",7276 "polkadot-node-subsystem",7277 "polkadot-node-subsystem-util",7278 "polkadot-primitives",7279 "sc-network",7280 "sp-application-crypto",7281 "sp-keystore",7282 "thiserror",7283 "tracing-gum",7284]72857286[[package]]7287name = "polkadot-erasure-coding"7288version = "0.9.24"7289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7290dependencies = [7291 "parity-scale-codec 3.1.5",7292 "polkadot-node-primitives",7293 "polkadot-primitives",7294 "reed-solomon-novelpoly",7295 "sp-core",7296 "sp-trie",7297 "thiserror",7298]72997300[[package]]7301name = "polkadot-gossip-support"7302version = "0.9.24"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7304dependencies = [7305 "futures 0.3.21",7306 "futures-timer",7307 "polkadot-node-network-protocol",7308 "polkadot-node-subsystem",7309 "polkadot-node-subsystem-util",7310 "polkadot-primitives",7311 "rand 0.8.5",7312 "rand_chacha 0.3.1",7313 "sc-network",7314 "sp-application-crypto",7315 "sp-core",7316 "sp-keystore",7317 "tracing-gum",7318]73197320[[package]]7321name = "polkadot-network-bridge"7322version = "0.9.24"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7324dependencies = [7325 "always-assert",7326 "async-trait",7327 "bytes 1.1.0",7328 "futures 0.3.21",7329 "parity-scale-codec 3.1.5",7330 "parking_lot 0.12.1",7331 "polkadot-node-network-protocol",7332 "polkadot-node-subsystem",7333 "polkadot-node-subsystem-util",7334 "polkadot-overseer",7335 "polkadot-primitives",7336 "sc-network",7337 "sp-consensus",7338 "tracing-gum",7339]73407341[[package]]7342name = "polkadot-node-collation-generation"7343version = "0.9.24"7344source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7345dependencies = [7346 "futures 0.3.21",7347 "parity-scale-codec 3.1.5",7348 "polkadot-erasure-coding",7349 "polkadot-node-primitives",7350 "polkadot-node-subsystem",7351 "polkadot-node-subsystem-util",7352 "polkadot-primitives",7353 "sp-core",7354 "sp-maybe-compressed-blob",7355 "thiserror",7356 "tracing-gum",7357]73587359[[package]]7360name = "polkadot-node-core-approval-voting"7361version = "0.9.24"7362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7363dependencies = [7364 "bitvec 1.0.0",7365 "derive_more",7366 "futures 0.3.21",7367 "futures-timer",7368 "kvdb",7369 "lru 0.7.7",7370 "merlin",7371 "parity-scale-codec 3.1.5",7372 "polkadot-node-jaeger",7373 "polkadot-node-primitives",7374 "polkadot-node-subsystem",7375 "polkadot-node-subsystem-util",7376 "polkadot-overseer",7377 "polkadot-primitives",7378 "sc-keystore",7379 "schnorrkel",7380 "sp-application-crypto",7381 "sp-consensus",7382 "sp-consensus-slots",7383 "sp-runtime",7384 "thiserror",7385 "tracing-gum",7386]73877388[[package]]7389name = "polkadot-node-core-av-store"7390version = "0.9.24"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7392dependencies = [7393 "bitvec 1.0.0",7394 "futures 0.3.21",7395 "futures-timer",7396 "kvdb",7397 "parity-scale-codec 3.1.5",7398 "polkadot-erasure-coding",7399 "polkadot-node-primitives",7400 "polkadot-node-subsystem",7401 "polkadot-node-subsystem-util",7402 "polkadot-overseer",7403 "polkadot-primitives",7404 "thiserror",7405 "tracing-gum",7406]74077408[[package]]7409name = "polkadot-node-core-backing"7410version = "0.9.24"7411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7412dependencies = [7413 "bitvec 1.0.0",7414 "fatality",7415 "futures 0.3.21",7416 "polkadot-erasure-coding",7417 "polkadot-node-primitives",7418 "polkadot-node-subsystem",7419 "polkadot-node-subsystem-util",7420 "polkadot-primitives",7421 "polkadot-statement-table",7422 "sp-keystore",7423 "thiserror",7424 "tracing-gum",7425]74267427[[package]]7428name = "polkadot-node-core-bitfield-signing"7429version = "0.9.24"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7431dependencies = [7432 "futures 0.3.21",7433 "polkadot-node-subsystem",7434 "polkadot-node-subsystem-util",7435 "polkadot-primitives",7436 "sp-keystore",7437 "thiserror",7438 "tracing-gum",7439 "wasm-timer",7440]74417442[[package]]7443name = "polkadot-node-core-candidate-validation"7444version = "0.9.24"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7446dependencies = [7447 "async-trait",7448 "futures 0.3.21",7449 "parity-scale-codec 3.1.5",7450 "polkadot-node-core-pvf",7451 "polkadot-node-primitives",7452 "polkadot-node-subsystem",7453 "polkadot-node-subsystem-util",7454 "polkadot-parachain",7455 "polkadot-primitives",7456 "sp-maybe-compressed-blob",7457 "tracing-gum",7458]74597460[[package]]7461name = "polkadot-node-core-chain-api"7462version = "0.9.24"7463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7464dependencies = [7465 "futures 0.3.21",7466 "polkadot-node-subsystem",7467 "polkadot-node-subsystem-util",7468 "polkadot-primitives",7469 "sc-client-api",7470 "sc-consensus-babe",7471 "sp-blockchain",7472 "tracing-gum",7473]74747475[[package]]7476name = "polkadot-node-core-chain-selection"7477version = "0.9.24"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7479dependencies = [7480 "futures 0.3.21",7481 "futures-timer",7482 "kvdb",7483 "parity-scale-codec 3.1.5",7484 "polkadot-node-primitives",7485 "polkadot-node-subsystem",7486 "polkadot-node-subsystem-util",7487 "polkadot-primitives",7488 "thiserror",7489 "tracing-gum",7490]74917492[[package]]7493name = "polkadot-node-core-dispute-coordinator"7494version = "0.9.24"7495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7496dependencies = [7497 "fatality",7498 "futures 0.3.21",7499 "kvdb",7500 "lru 0.7.7",7501 "parity-scale-codec 3.1.5",7502 "polkadot-node-primitives",7503 "polkadot-node-subsystem",7504 "polkadot-node-subsystem-util",7505 "polkadot-primitives",7506 "sc-keystore",7507 "thiserror",7508 "tracing-gum",7509]75107511[[package]]7512name = "polkadot-node-core-parachains-inherent"7513version = "0.9.24"7514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7515dependencies = [7516 "async-trait",7517 "futures 0.3.21",7518 "futures-timer",7519 "polkadot-node-subsystem",7520 "polkadot-primitives",7521 "sp-blockchain",7522 "sp-inherents",7523 "sp-runtime",7524 "thiserror",7525 "tracing-gum",7526]75277528[[package]]7529name = "polkadot-node-core-provisioner"7530version = "0.9.24"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7532dependencies = [7533 "bitvec 1.0.0",7534 "fatality",7535 "futures 0.3.21",7536 "futures-timer",7537 "polkadot-node-primitives",7538 "polkadot-node-subsystem",7539 "polkadot-node-subsystem-util",7540 "polkadot-primitives",7541 "rand 0.8.5",7542 "thiserror",7543 "tracing-gum",7544]75457546[[package]]7547name = "polkadot-node-core-pvf"7548version = "0.9.24"7549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7550dependencies = [7551 "always-assert",7552 "assert_matches",7553 "async-process",7554 "async-std",7555 "futures 0.3.21",7556 "futures-timer",7557 "parity-scale-codec 3.1.5",7558 "pin-project 1.0.10",7559 "polkadot-core-primitives",7560 "polkadot-node-subsystem-util",7561 "polkadot-parachain",7562 "rand 0.8.5",7563 "sc-executor",7564 "sc-executor-common",7565 "sc-executor-wasmtime",7566 "slotmap",7567 "sp-core",7568 "sp-externalities",7569 "sp-io",7570 "sp-maybe-compressed-blob",7571 "sp-tracing",7572 "sp-wasm-interface",7573 "tempfile",7574 "tracing-gum",7575]75767577[[package]]7578name = "polkadot-node-core-pvf-checker"7579version = "0.9.24"7580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7581dependencies = [7582 "futures 0.3.21",7583 "polkadot-node-primitives",7584 "polkadot-node-subsystem",7585 "polkadot-node-subsystem-util",7586 "polkadot-overseer",7587 "polkadot-primitives",7588 "sp-keystore",7589 "thiserror",7590 "tracing-gum",7591]75927593[[package]]7594name = "polkadot-node-core-runtime-api"7595version = "0.9.24"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7597dependencies = [7598 "futures 0.3.21",7599 "memory-lru",7600 "parity-util-mem",7601 "polkadot-node-subsystem",7602 "polkadot-node-subsystem-util",7603 "polkadot-primitives",7604 "sp-api",7605 "sp-authority-discovery",7606 "sp-consensus-babe",7607 "tracing-gum",7608]76097610[[package]]7611name = "polkadot-node-jaeger"7612version = "0.9.24"7613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7614dependencies = [7615 "async-std",7616 "lazy_static",7617 "log",7618 "mick-jaeger",7619 "parity-scale-codec 3.1.5",7620 "parking_lot 0.12.1",7621 "polkadot-node-primitives",7622 "polkadot-primitives",7623 "sc-network",7624 "sp-core",7625 "thiserror",7626]76277628[[package]]7629name = "polkadot-node-metrics"7630version = "0.9.24"7631source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7632dependencies = [7633 "bs58",7634 "futures 0.3.21",7635 "futures-timer",7636 "log",7637 "parity-scale-codec 3.1.5",7638 "polkadot-primitives",7639 "prioritized-metered-channel",7640 "sc-cli",7641 "sc-service",7642 "sc-tracing",7643 "substrate-prometheus-endpoint",7644 "tracing-gum",7645]76467647[[package]]7648name = "polkadot-node-network-protocol"7649version = "0.9.24"7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7651dependencies = [7652 "async-trait",7653 "derive_more",7654 "fatality",7655 "futures 0.3.21",7656 "parity-scale-codec 3.1.5",7657 "polkadot-node-jaeger",7658 "polkadot-node-primitives",7659 "polkadot-primitives",7660 "rand 0.8.5",7661 "sc-authority-discovery",7662 "sc-network",7663 "strum 0.24.1",7664 "thiserror",7665 "tracing-gum",7666]76677668[[package]]7669name = "polkadot-node-primitives"7670version = "0.9.24"7671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7672dependencies = [7673 "bounded-vec",7674 "futures 0.3.21",7675 "parity-scale-codec 3.1.5",7676 "polkadot-parachain",7677 "polkadot-primitives",7678 "schnorrkel",7679 "serde",7680 "sp-application-crypto",7681 "sp-consensus-babe",7682 "sp-consensus-vrf",7683 "sp-core",7684 "sp-keystore",7685 "sp-maybe-compressed-blob",7686 "thiserror",7687 "zstd",7688]76897690[[package]]7691name = "polkadot-node-subsystem"7692version = "0.9.24"7693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7694dependencies = [7695 "polkadot-node-jaeger",7696 "polkadot-node-subsystem-types",7697 "polkadot-overseer",7698]76997700[[package]]7701name = "polkadot-node-subsystem-types"7702version = "0.9.24"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7704dependencies = [7705 "derive_more",7706 "futures 0.3.21",7707 "orchestra",7708 "polkadot-node-jaeger",7709 "polkadot-node-network-protocol",7710 "polkadot-node-primitives",7711 "polkadot-primitives",7712 "polkadot-statement-table",7713 "sc-network",7714 "smallvec",7715 "substrate-prometheus-endpoint",7716 "thiserror",7717]77187719[[package]]7720name = "polkadot-node-subsystem-util"7721version = "0.9.24"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7723dependencies = [7724 "async-trait",7725 "derive_more",7726 "fatality",7727 "futures 0.3.21",7728 "itertools",7729 "kvdb",7730 "lru 0.7.7",7731 "parity-db",7732 "parity-scale-codec 3.1.5",7733 "parity-util-mem",7734 "parking_lot 0.11.2",7735 "pin-project 1.0.10",7736 "polkadot-node-jaeger",7737 "polkadot-node-metrics",7738 "polkadot-node-network-protocol",7739 "polkadot-node-primitives",7740 "polkadot-node-subsystem",7741 "polkadot-overseer",7742 "polkadot-primitives",7743 "prioritized-metered-channel",7744 "rand 0.8.5",7745 "sp-application-crypto",7746 "sp-core",7747 "sp-keystore",7748 "thiserror",7749 "tracing-gum",7750]77517752[[package]]7753name = "polkadot-overseer"7754version = "0.9.24"7755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7756dependencies = [7757 "futures 0.3.21",7758 "futures-timer",7759 "lru 0.7.7",7760 "orchestra",7761 "parity-util-mem",7762 "parking_lot 0.12.1",7763 "polkadot-node-metrics",7764 "polkadot-node-network-protocol",7765 "polkadot-node-primitives",7766 "polkadot-node-subsystem-types",7767 "polkadot-primitives",7768 "sc-client-api",7769 "sp-api",7770 "sp-core",7771 "tracing-gum",7772]77737774[[package]]7775name = "polkadot-parachain"7776version = "0.9.24"7777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7778dependencies = [7779 "derive_more",7780 "frame-support",7781 "parity-scale-codec 3.1.5",7782 "parity-util-mem",7783 "polkadot-core-primitives",7784 "scale-info",7785 "serde",7786 "sp-core",7787 "sp-runtime",7788 "sp-std",7789]77907791[[package]]7792name = "polkadot-performance-test"7793version = "0.9.24"7794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7795dependencies = [7796 "env_logger",7797 "kusama-runtime",7798 "log",7799 "polkadot-erasure-coding",7800 "polkadot-node-core-pvf",7801 "polkadot-node-primitives",7802 "quote",7803 "thiserror",7804]78057806[[package]]7807name = "polkadot-primitives"7808version = "0.9.24"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7810dependencies = [7811 "bitvec 1.0.0",7812 "frame-system",7813 "hex-literal",7814 "parity-scale-codec 3.1.5",7815 "parity-util-mem",7816 "polkadot-core-primitives",7817 "polkadot-parachain",7818 "scale-info",7819 "serde",7820 "sp-api",7821 "sp-application-crypto",7822 "sp-arithmetic",7823 "sp-authority-discovery",7824 "sp-consensus-slots",7825 "sp-core",7826 "sp-inherents",7827 "sp-io",7828 "sp-keystore",7829 "sp-runtime",7830 "sp-staking",7831 "sp-std",7832 "sp-trie",7833 "sp-version",7834]78357836[[package]]7837name = "polkadot-rpc"7838version = "0.9.24"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7840dependencies = [7841 "beefy-gadget",7842 "beefy-gadget-rpc",7843 "jsonrpsee",7844 "pallet-mmr-rpc",7845 "pallet-transaction-payment-rpc",7846 "polkadot-primitives",7847 "sc-chain-spec",7848 "sc-client-api",7849 "sc-consensus-babe",7850 "sc-consensus-babe-rpc",7851 "sc-consensus-epochs",7852 "sc-finality-grandpa",7853 "sc-finality-grandpa-rpc",7854 "sc-rpc",7855 "sc-sync-state-rpc",7856 "sc-transaction-pool-api",7857 "sp-api",7858 "sp-block-builder",7859 "sp-blockchain",7860 "sp-consensus",7861 "sp-consensus-babe",7862 "sp-keystore",7863 "sp-runtime",7864 "substrate-frame-rpc-system",7865 "substrate-state-trie-migration-rpc",7866]78677868[[package]]7869name = "polkadot-runtime"7870version = "0.9.24"7871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7872dependencies = [7873 "beefy-primitives",7874 "bitvec 1.0.0",7875 "frame-benchmarking",7876 "frame-election-provider-support",7877 "frame-executive",7878 "frame-support",7879 "frame-system",7880 "frame-system-benchmarking",7881 "frame-system-rpc-runtime-api",7882 "frame-try-runtime",7883 "hex-literal",7884 "log",7885 "pallet-authority-discovery",7886 "pallet-authorship",7887 "pallet-babe",7888 "pallet-bags-list",7889 "pallet-balances",7890 "pallet-bounties",7891 "pallet-child-bounties",7892 "pallet-collective",7893 "pallet-democracy",7894 "pallet-election-provider-multi-phase",7895 "pallet-election-provider-support-benchmarking",7896 "pallet-elections-phragmen",7897 "pallet-grandpa",7898 "pallet-identity",7899 "pallet-im-online",7900 "pallet-indices",7901 "pallet-membership",7902 "pallet-multisig",7903 "pallet-nicks",7904 "pallet-offences",7905 "pallet-offences-benchmarking",7906 "pallet-preimage",7907 "pallet-proxy",7908 "pallet-scheduler",7909 "pallet-session",7910 "pallet-session-benchmarking",7911 "pallet-staking",7912 "pallet-staking-reward-curve",7913 "pallet-timestamp",7914 "pallet-tips",7915 "pallet-transaction-payment",7916 "pallet-transaction-payment-rpc-runtime-api",7917 "pallet-treasury",7918 "pallet-utility",7919 "pallet-vesting",7920 "pallet-xcm",7921 "parity-scale-codec 3.1.5",7922 "polkadot-primitives",7923 "polkadot-runtime-common",7924 "polkadot-runtime-constants",7925 "polkadot-runtime-parachains",7926 "rustc-hex",7927 "scale-info",7928 "serde",7929 "serde_derive",7930 "smallvec",7931 "sp-api",7932 "sp-authority-discovery",7933 "sp-block-builder",7934 "sp-consensus-babe",7935 "sp-core",7936 "sp-inherents",7937 "sp-io",7938 "sp-mmr-primitives",7939 "sp-npos-elections",7940 "sp-offchain",7941 "sp-runtime",7942 "sp-session",7943 "sp-staking",7944 "sp-std",7945 "sp-transaction-pool",7946 "sp-version",7947 "static_assertions",7948 "substrate-wasm-builder",7949 "xcm",7950 "xcm-builder",7951 "xcm-executor",7952]79537954[[package]]7955name = "polkadot-runtime-common"7956version = "0.9.24"7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7958dependencies = [7959 "beefy-primitives",7960 "bitvec 1.0.0",7961 "frame-benchmarking",7962 "frame-election-provider-support",7963 "frame-support",7964 "frame-system",7965 "impl-trait-for-tuples",7966 "libsecp256k1",7967 "log",7968 "pallet-authorship",7969 "pallet-babe",7970 "pallet-bags-list",7971 "pallet-balances",7972 "pallet-beefy-mmr",7973 "pallet-election-provider-multi-phase",7974 "pallet-session",7975 "pallet-staking",7976 "pallet-timestamp",7977 "pallet-transaction-payment",7978 "pallet-treasury",7979 "pallet-vesting",7980 "parity-scale-codec 3.1.5",7981 "polkadot-primitives",7982 "polkadot-runtime-parachains",7983 "rustc-hex",7984 "scale-info",7985 "serde",7986 "serde_derive",7987 "slot-range-helper",7988 "sp-api",7989 "sp-core",7990 "sp-inherents",7991 "sp-io",7992 "sp-npos-elections",7993 "sp-runtime",7994 "sp-session",7995 "sp-staking",7996 "sp-std",7997 "static_assertions",7998 "xcm",7999]80008001[[package]]8002name = "polkadot-runtime-constants"8003version = "0.9.24"8004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8005dependencies = [8006 "frame-support",8007 "polkadot-primitives",8008 "polkadot-runtime-common",8009 "smallvec",8010 "sp-runtime",8011]80128013[[package]]8014name = "polkadot-runtime-metrics"8015version = "0.9.24"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8017dependencies = [8018 "bs58",8019 "parity-scale-codec 3.1.5",8020 "polkadot-primitives",8021 "sp-std",8022 "sp-tracing",8023]80248025[[package]]8026name = "polkadot-runtime-parachains"8027version = "0.9.24"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8029dependencies = [8030 "bitflags",8031 "bitvec 1.0.0",8032 "derive_more",8033 "frame-benchmarking",8034 "frame-support",8035 "frame-system",8036 "log",8037 "pallet-authority-discovery",8038 "pallet-authorship",8039 "pallet-babe",8040 "pallet-balances",8041 "pallet-session",8042 "pallet-staking",8043 "pallet-timestamp",8044 "pallet-vesting",8045 "parity-scale-codec 3.1.5",8046 "polkadot-primitives",8047 "polkadot-runtime-metrics",8048 "rand 0.8.5",8049 "rand_chacha 0.3.1",8050 "rustc-hex",8051 "scale-info",8052 "serde",8053 "sp-api",8054 "sp-application-crypto",8055 "sp-core",8056 "sp-inherents",8057 "sp-io",8058 "sp-keystore",8059 "sp-runtime",8060 "sp-session",8061 "sp-staking",8062 "sp-std",8063 "static_assertions",8064 "xcm",8065 "xcm-executor",8066]80678068[[package]]8069name = "polkadot-service"8070version = "0.9.24"8071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8072dependencies = [8073 "async-trait",8074 "beefy-gadget",8075 "beefy-primitives",8076 "frame-system-rpc-runtime-api",8077 "futures 0.3.21",8078 "hex-literal",8079 "kusama-runtime",8080 "kvdb",8081 "kvdb-rocksdb",8082 "lru 0.7.7",8083 "pallet-babe",8084 "pallet-im-online",8085 "pallet-staking",8086 "pallet-transaction-payment-rpc-runtime-api",8087 "parity-db",8088 "polkadot-approval-distribution",8089 "polkadot-availability-bitfield-distribution",8090 "polkadot-availability-distribution",8091 "polkadot-availability-recovery",8092 "polkadot-client",8093 "polkadot-collator-protocol",8094 "polkadot-dispute-distribution",8095 "polkadot-gossip-support",8096 "polkadot-network-bridge",8097 "polkadot-node-collation-generation",8098 "polkadot-node-core-approval-voting",8099 "polkadot-node-core-av-store",8100 "polkadot-node-core-backing",8101 "polkadot-node-core-bitfield-signing",8102 "polkadot-node-core-candidate-validation",8103 "polkadot-node-core-chain-api",8104 "polkadot-node-core-chain-selection",8105 "polkadot-node-core-dispute-coordinator",8106 "polkadot-node-core-parachains-inherent",8107 "polkadot-node-core-provisioner",8108 "polkadot-node-core-pvf-checker",8109 "polkadot-node-core-runtime-api",8110 "polkadot-node-network-protocol",8111 "polkadot-node-primitives",8112 "polkadot-node-subsystem",8113 "polkadot-node-subsystem-types",8114 "polkadot-node-subsystem-util",8115 "polkadot-overseer",8116 "polkadot-parachain",8117 "polkadot-primitives",8118 "polkadot-rpc",8119 "polkadot-runtime",8120 "polkadot-runtime-constants",8121 "polkadot-runtime-parachains",8122 "polkadot-statement-distribution",8123 "rococo-runtime",8124 "sc-authority-discovery",8125 "sc-basic-authorship",8126 "sc-block-builder",8127 "sc-chain-spec",8128 "sc-client-api",8129 "sc-client-db",8130 "sc-consensus",8131 "sc-consensus-babe",8132 "sc-consensus-slots",8133 "sc-consensus-uncles",8134 "sc-executor",8135 "sc-finality-grandpa",8136 "sc-keystore",8137 "sc-network",8138 "sc-offchain",8139 "sc-service",8140 "sc-sync-state-rpc",8141 "sc-sysinfo",8142 "sc-telemetry",8143 "sc-transaction-pool",8144 "serde",8145 "serde_json",8146 "sp-api",8147 "sp-authority-discovery",8148 "sp-block-builder",8149 "sp-blockchain",8150 "sp-consensus",8151 "sp-consensus-babe",8152 "sp-core",8153 "sp-finality-grandpa",8154 "sp-inherents",8155 "sp-io",8156 "sp-keystore",8157 "sp-offchain",8158 "sp-runtime",8159 "sp-session",8160 "sp-state-machine",8161 "sp-storage",8162 "sp-timestamp",8163 "sp-transaction-pool",8164 "sp-trie",8165 "substrate-prometheus-endpoint",8166 "thiserror",8167 "tracing-gum",8168 "westend-runtime",8169]81708171[[package]]8172name = "polkadot-statement-distribution"8173version = "0.9.24"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8175dependencies = [8176 "arrayvec 0.5.2",8177 "fatality",8178 "futures 0.3.21",8179 "indexmap",8180 "parity-scale-codec 3.1.5",8181 "polkadot-node-network-protocol",8182 "polkadot-node-primitives",8183 "polkadot-node-subsystem",8184 "polkadot-node-subsystem-util",8185 "polkadot-primitives",8186 "sp-keystore",8187 "sp-staking",8188 "thiserror",8189 "tracing-gum",8190]81918192[[package]]8193name = "polkadot-statement-table"8194version = "0.9.24"8195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8196dependencies = [8197 "parity-scale-codec 3.1.5",8198 "polkadot-primitives",8199 "sp-core",8200]82018202[[package]]8203name = "polkadot-test-runtime"8204version = "0.9.24"8205source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8206dependencies = [8207 "beefy-primitives",8208 "bitvec 1.0.0",8209 "frame-election-provider-support",8210 "frame-executive",8211 "frame-support",8212 "frame-system",8213 "frame-system-rpc-runtime-api",8214 "log",8215 "pallet-authority-discovery",8216 "pallet-authorship",8217 "pallet-babe",8218 "pallet-balances",8219 "pallet-grandpa",8220 "pallet-indices",8221 "pallet-nicks",8222 "pallet-offences",8223 "pallet-session",8224 "pallet-staking",8225 "pallet-staking-reward-curve",8226 "pallet-sudo",8227 "pallet-timestamp",8228 "pallet-transaction-payment",8229 "pallet-transaction-payment-rpc-runtime-api",8230 "pallet-vesting",8231 "pallet-xcm",8232 "parity-scale-codec 3.1.5",8233 "polkadot-parachain",8234 "polkadot-primitives",8235 "polkadot-runtime-common",8236 "polkadot-runtime-parachains",8237 "rustc-hex",8238 "scale-info",8239 "serde",8240 "serde_derive",8241 "smallvec",8242 "sp-api",8243 "sp-authority-discovery",8244 "sp-block-builder",8245 "sp-consensus-babe",8246 "sp-core",8247 "sp-inherents",8248 "sp-io",8249 "sp-mmr-primitives",8250 "sp-offchain",8251 "sp-runtime",8252 "sp-session",8253 "sp-staking",8254 "sp-std",8255 "sp-transaction-pool",8256 "sp-version",8257 "substrate-wasm-builder",8258 "test-runtime-constants",8259 "xcm",8260 "xcm-builder",8261 "xcm-executor",8262]82638264[[package]]8265name = "polkadot-test-service"8266version = "0.9.24"8267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8268dependencies = [8269 "frame-benchmarking",8270 "frame-system",8271 "futures 0.1.31",8272 "futures 0.3.21",8273 "hex",8274 "pallet-balances",8275 "pallet-staking",8276 "pallet-transaction-payment",8277 "polkadot-node-primitives",8278 "polkadot-node-subsystem",8279 "polkadot-overseer",8280 "polkadot-parachain",8281 "polkadot-primitives",8282 "polkadot-rpc",8283 "polkadot-runtime-common",8284 "polkadot-runtime-parachains",8285 "polkadot-service",8286 "polkadot-test-runtime",8287 "rand 0.8.5",8288 "sc-authority-discovery",8289 "sc-chain-spec",8290 "sc-cli",8291 "sc-client-api",8292 "sc-consensus",8293 "sc-consensus-babe",8294 "sc-executor",8295 "sc-finality-grandpa",8296 "sc-network",8297 "sc-service",8298 "sc-tracing",8299 "sc-transaction-pool",8300 "sp-arithmetic",8301 "sp-authority-discovery",8302 "sp-blockchain",8303 "sp-consensus",8304 "sp-consensus-babe",8305 "sp-core",8306 "sp-finality-grandpa",8307 "sp-inherents",8308 "sp-keyring",8309 "sp-runtime",8310 "sp-state-machine",8311 "substrate-test-client",8312 "tempfile",8313 "test-runtime-constants",8314 "tokio 1.19.2",8315 "tracing-gum",8316]83178318[[package]]8319name = "polling"8320version = "2.2.0"8321source = "registry+https://github.com/rust-lang/crates.io-index"8322checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8323dependencies = [8324 "cfg-if 1.0.0",8325 "libc",8326 "log",8327 "wepoll-ffi",8328 "winapi",8329]83308331[[package]]8332name = "poly1305"8333version = "0.7.2"8334source = "registry+https://github.com/rust-lang/crates.io-index"8335checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8336dependencies = [8337 "cpufeatures",8338 "opaque-debug 0.3.0",8339 "universal-hash",8340]83418342[[package]]8343name = "polyval"8344version = "0.5.3"8345source = "registry+https://github.com/rust-lang/crates.io-index"8346checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8347dependencies = [8348 "cfg-if 1.0.0",8349 "cpufeatures",8350 "opaque-debug 0.3.0",8351 "universal-hash",8352]83538354[[package]]8355name = "ppv-lite86"8356version = "0.2.16"8357source = "registry+https://github.com/rust-lang/crates.io-index"8358checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83598360[[package]]8361name = "primitive-types"8362version = "0.11.1"8363source = "registry+https://github.com/rust-lang/crates.io-index"8364checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8365dependencies = [8366 "fixed-hash",8367 "impl-codec",8368 "impl-rlp",8369 "impl-serde",8370 "scale-info",8371 "uint",8372]83738374[[package]]8375name = "prioritized-metered-channel"8376version = "0.2.0"8377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8378dependencies = [8379 "coarsetime",8380 "crossbeam-queue",8381 "derive_more",8382 "futures 0.3.21",8383 "futures-timer",8384 "nanorand",8385 "thiserror",8386 "tracing",8387]83888389[[package]]8390name = "proc-macro-crate"8391version = "1.1.3"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8394dependencies = [8395 "thiserror",8396 "toml",8397]83988399[[package]]8400name = "proc-macro-error"8401version = "1.0.4"8402source = "registry+https://github.com/rust-lang/crates.io-index"8403checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8404dependencies = [8405 "proc-macro-error-attr",8406 "proc-macro2",8407 "quote",8408 "syn",8409 "version_check",8410]84118412[[package]]8413name = "proc-macro-error-attr"8414version = "1.0.4"8415source = "registry+https://github.com/rust-lang/crates.io-index"8416checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8417dependencies = [8418 "proc-macro2",8419 "quote",8420 "version_check",8421]84228423[[package]]8424name = "proc-macro2"8425version = "1.0.40"8426source = "registry+https://github.com/rust-lang/crates.io-index"8427checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"8428dependencies = [8429 "unicode-ident",8430]84318432[[package]]8433name = "prometheus"8434version = "0.13.1"8435source = "registry+https://github.com/rust-lang/crates.io-index"8436checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8437dependencies = [8438 "cfg-if 1.0.0",8439 "fnv",8440 "lazy_static",8441 "memchr",8442 "parking_lot 0.12.1",8443 "thiserror",8444]84458446[[package]]8447name = "prometheus-client"8448version = "0.16.0"8449source = "registry+https://github.com/rust-lang/crates.io-index"8450checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8451dependencies = [8452 "dtoa",8453 "itoa 1.0.2",8454 "owning_ref",8455 "prometheus-client-derive-text-encode",8456]84578458[[package]]8459name = "prometheus-client-derive-text-encode"8460version = "0.2.0"8461source = "registry+https://github.com/rust-lang/crates.io-index"8462checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8463dependencies = [8464 "proc-macro2",8465 "quote",8466 "syn",8467]84688469[[package]]8470name = "prost"8471version = "0.9.0"8472source = "registry+https://github.com/rust-lang/crates.io-index"8473checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8474dependencies = [8475 "bytes 1.1.0",8476 "prost-derive 0.9.0",8477]84788479[[package]]8480name = "prost"8481version = "0.10.4"8482source = "registry+https://github.com/rust-lang/crates.io-index"8483checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8484dependencies = [8485 "bytes 1.1.0",8486 "prost-derive 0.10.1",8487]84888489[[package]]8490name = "prost-build"8491version = "0.9.0"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8494dependencies = [8495 "bytes 1.1.0",8496 "heck 0.3.3",8497 "itertools",8498 "lazy_static",8499 "log",8500 "multimap",8501 "petgraph",8502 "prost 0.9.0",8503 "prost-types 0.9.0",8504 "regex",8505 "tempfile",8506 "which",8507]85088509[[package]]8510name = "prost-build"8511version = "0.10.4"8512source = "registry+https://github.com/rust-lang/crates.io-index"8513checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8514dependencies = [8515 "bytes 1.1.0",8516 "cfg-if 1.0.0",8517 "cmake",8518 "heck 0.4.0",8519 "itertools",8520 "lazy_static",8521 "log",8522 "multimap",8523 "petgraph",8524 "prost 0.10.4",8525 "prost-types 0.10.1",8526 "regex",8527 "tempfile",8528 "which",8529]85308531[[package]]8532name = "prost-codec"8533version = "0.1.0"8534source = "registry+https://github.com/rust-lang/crates.io-index"8535checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8536dependencies = [8537 "asynchronous-codec",8538 "bytes 1.1.0",8539 "prost 0.10.4",8540 "thiserror",8541 "unsigned-varint",8542]85438544[[package]]8545name = "prost-derive"8546version = "0.9.0"8547source = "registry+https://github.com/rust-lang/crates.io-index"8548checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8549dependencies = [8550 "anyhow",8551 "itertools",8552 "proc-macro2",8553 "quote",8554 "syn",8555]85568557[[package]]8558name = "prost-derive"8559version = "0.10.1"8560source = "registry+https://github.com/rust-lang/crates.io-index"8561checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8562dependencies = [8563 "anyhow",8564 "itertools",8565 "proc-macro2",8566 "quote",8567 "syn",8568]85698570[[package]]8571name = "prost-types"8572version = "0.9.0"8573source = "registry+https://github.com/rust-lang/crates.io-index"8574checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8575dependencies = [8576 "bytes 1.1.0",8577 "prost 0.9.0",8578]85798580[[package]]8581name = "prost-types"8582version = "0.10.1"8583source = "registry+https://github.com/rust-lang/crates.io-index"8584checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8585dependencies = [8586 "bytes 1.1.0",8587 "prost 0.10.4",8588]85898590[[package]]8591name = "psm"8592version = "0.1.18"8593source = "registry+https://github.com/rust-lang/crates.io-index"8594checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8595dependencies = [8596 "cc",8597]85988599[[package]]8600name = "quartz-runtime"8601version = "0.9.24"8602dependencies = [8603 "cumulus-pallet-aura-ext",8604 "cumulus-pallet-dmp-queue",8605 "cumulus-pallet-parachain-system",8606 "cumulus-pallet-xcm",8607 "cumulus-pallet-xcmp-queue",8608 "cumulus-primitives-core",8609 "cumulus-primitives-timestamp",8610 "cumulus-primitives-utility",8611 "derivative",8612 "fp-evm-mapping",8613 "fp-rpc",8614 "fp-self-contained",8615 "frame-benchmarking",8616 "frame-executive",8617 "frame-support",8618 "frame-system",8619 "frame-system-benchmarking",8620 "frame-system-rpc-runtime-api",8621 "frame-try-runtime",8622 "hex-literal",8623 "log",8624 "orml-vesting",8625 "pallet-aura",8626 "pallet-balances",8627 "pallet-base-fee",8628 "pallet-common",8629 "pallet-ethereum",8630 "pallet-evm",8631 "pallet-evm-coder-substrate",8632 "pallet-evm-contract-helpers",8633 "pallet-evm-migration",8634 "pallet-evm-transaction-payment",8635 "pallet-fungible",8636 "pallet-inflation",8637 "pallet-nonfungible",8638 "pallet-randomness-collective-flip",8639 "pallet-refungible",8640 "pallet-rmrk-core",8641 "pallet-rmrk-equip",8642 "pallet-structure",8643 "pallet-sudo",8644 "pallet-template-transaction-payment",8645 "pallet-timestamp",8646 "pallet-transaction-payment",8647 "pallet-transaction-payment-rpc-runtime-api",8648 "pallet-treasury",8649 "pallet-unique",8650 "pallet-unique-scheduler",8651 "pallet-xcm",8652 "parachain-info",8653 "parity-scale-codec 3.1.5",8654 "polkadot-parachain",8655 "rmrk-rpc",8656 "scale-info",8657 "serde",8658 "smallvec",8659 "sp-api",8660 "sp-arithmetic",8661 "sp-block-builder",8662 "sp-consensus-aura",8663 "sp-core",8664 "sp-inherents",8665 "sp-io",8666 "sp-offchain",8667 "sp-runtime",8668 "sp-session",8669 "sp-std",8670 "sp-transaction-pool",8671 "sp-version",8672 "substrate-wasm-builder",8673 "unique-runtime-common",8674 "up-data-structs",8675 "up-rpc",8676 "xcm",8677 "xcm-builder",8678 "xcm-executor",8679]86808681[[package]]8682name = "quick-error"8683version = "1.2.3"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86868687[[package]]8688name = "quicksink"8689version = "0.1.2"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8692dependencies = [8693 "futures-core",8694 "futures-sink",8695 "pin-project-lite 0.1.12",8696]86978698[[package]]8699name = "quote"8700version = "1.0.20"8701source = "registry+https://github.com/rust-lang/crates.io-index"8702checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8703dependencies = [8704 "proc-macro2",8705]87068707[[package]]8708name = "radium"8709version = "0.6.2"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87128713[[package]]8714name = "radium"8715version = "0.7.0"8716source = "registry+https://github.com/rust-lang/crates.io-index"8717checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87188719[[package]]8720name = "rand"8721version = "0.7.3"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8724dependencies = [8725 "getrandom 0.1.16",8726 "libc",8727 "rand_chacha 0.2.2",8728 "rand_core 0.5.1",8729 "rand_hc",8730 "rand_pcg 0.2.1",8731]87328733[[package]]8734name = "rand"8735version = "0.8.5"8736source = "registry+https://github.com/rust-lang/crates.io-index"8737checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8738dependencies = [8739 "libc",8740 "rand_chacha 0.3.1",8741 "rand_core 0.6.3",8742]87438744[[package]]8745name = "rand_chacha"8746version = "0.2.2"8747source = "registry+https://github.com/rust-lang/crates.io-index"8748checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8749dependencies = [8750 "ppv-lite86",8751 "rand_core 0.5.1",8752]87538754[[package]]8755name = "rand_chacha"8756version = "0.3.1"8757source = "registry+https://github.com/rust-lang/crates.io-index"8758checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8759dependencies = [8760 "ppv-lite86",8761 "rand_core 0.6.3",8762]87638764[[package]]8765name = "rand_core"8766version = "0.5.1"8767source = "registry+https://github.com/rust-lang/crates.io-index"8768checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8769dependencies = [8770 "getrandom 0.1.16",8771]87728773[[package]]8774name = "rand_core"8775version = "0.6.3"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8778dependencies = [8779 "getrandom 0.2.7",8780]87818782[[package]]8783name = "rand_distr"8784version = "0.4.3"8785source = "registry+https://github.com/rust-lang/crates.io-index"8786checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8787dependencies = [8788 "num-traits",8789 "rand 0.8.5",8790]87918792[[package]]8793name = "rand_hc"8794version = "0.2.0"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8797dependencies = [8798 "rand_core 0.5.1",8799]88008801[[package]]8802name = "rand_pcg"8803version = "0.2.1"8804source = "registry+https://github.com/rust-lang/crates.io-index"8805checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8806dependencies = [8807 "rand_core 0.5.1",8808]88098810[[package]]8811name = "rand_pcg"8812version = "0.3.1"8813source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8815dependencies = [8816 "rand_core 0.6.3",8817]88188819[[package]]8820name = "rawpointer"8821version = "0.2.1"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88248825[[package]]8826name = "rayon"8827version = "1.5.3"8828source = "registry+https://github.com/rust-lang/crates.io-index"8829checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8830dependencies = [8831 "autocfg",8832 "crossbeam-deque",8833 "either",8834 "rayon-core",8835]88368837[[package]]8838name = "rayon-core"8839version = "1.9.3"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8842dependencies = [8843 "crossbeam-channel",8844 "crossbeam-deque",8845 "crossbeam-utils",8846 "num_cpus",8847]88488849[[package]]8850name = "redox_syscall"8851version = "0.2.13"8852source = "registry+https://github.com/rust-lang/crates.io-index"8853checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8854dependencies = [8855 "bitflags",8856]88578858[[package]]8859name = "redox_users"8860version = "0.4.3"8861source = "registry+https://github.com/rust-lang/crates.io-index"8862checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8863dependencies = [8864 "getrandom 0.2.7",8865 "redox_syscall",8866 "thiserror",8867]88688869[[package]]8870name = "reed-solomon-novelpoly"8871version = "1.0.0"8872source = "registry+https://github.com/rust-lang/crates.io-index"8873checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8874dependencies = [8875 "derive_more",8876 "fs-err",8877 "itertools",8878 "static_init",8879 "thiserror",8880]88818882[[package]]8883name = "ref-cast"8884version = "1.0.7"8885source = "registry+https://github.com/rust-lang/crates.io-index"8886checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8887dependencies = [8888 "ref-cast-impl",8889]88908891[[package]]8892name = "ref-cast-impl"8893version = "1.0.7"8894source = "registry+https://github.com/rust-lang/crates.io-index"8895checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8896dependencies = [8897 "proc-macro2",8898 "quote",8899 "syn",8900]89018902[[package]]8903name = "regalloc"8904version = "0.0.34"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8907dependencies = [8908 "log",8909 "rustc-hash",8910 "smallvec",8911]89128913[[package]]8914name = "regex"8915version = "1.5.6"8916source = "registry+https://github.com/rust-lang/crates.io-index"8917checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8918dependencies = [8919 "aho-corasick",8920 "memchr",8921 "regex-syntax",8922]89238924[[package]]8925name = "regex-automata"8926version = "0.1.10"8927source = "registry+https://github.com/rust-lang/crates.io-index"8928checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8929dependencies = [8930 "regex-syntax",8931]89328933[[package]]8934name = "regex-syntax"8935version = "0.6.26"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"89388939[[package]]8940name = "region"8941version = "2.2.0"8942source = "registry+https://github.com/rust-lang/crates.io-index"8943checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8944dependencies = [8945 "bitflags",8946 "libc",8947 "mach",8948 "winapi",8949]89508951[[package]]8952name = "remote-externalities"8953version = "0.10.0-dev"8954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"8955dependencies = [8956 "env_logger",8957 "jsonrpsee",8958 "log",8959 "parity-scale-codec 3.1.5",8960 "serde",8961 "serde_json",8962 "sp-core",8963 "sp-io",8964 "sp-runtime",8965 "sp-version",8966]89678968[[package]]8969name = "remove_dir_all"8970version = "0.5.3"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8973dependencies = [8974 "winapi",8975]89768977[[package]]8978name = "resolv-conf"8979version = "0.7.0"8980source = "registry+https://github.com/rust-lang/crates.io-index"8981checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8982dependencies = [8983 "hostname",8984 "quick-error",8985]89868987[[package]]8988name = "retain_mut"8989version = "0.1.9"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89928993[[package]]8994name = "rfc6979"8995version = "0.1.0"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8998dependencies = [8999 "crypto-bigint",9000 "hmac 0.11.0",9001 "zeroize",9002]90039004[[package]]9005name = "ring"9006version = "0.16.20"9007source = "registry+https://github.com/rust-lang/crates.io-index"9008checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9009dependencies = [9010 "cc",9011 "libc",9012 "once_cell",9013 "spin",9014 "untrusted",9015 "web-sys",9016 "winapi",9017]90189019[[package]]9020name = "rlp"9021version = "0.5.1"9022source = "registry+https://github.com/rust-lang/crates.io-index"9023checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9024dependencies = [9025 "bytes 1.1.0",9026 "rustc-hex",9027]90289029[[package]]9030name = "rlp-derive"9031version = "0.1.0"9032source = "registry+https://github.com/rust-lang/crates.io-index"9033checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9034dependencies = [9035 "proc-macro2",9036 "quote",9037 "syn",9038]90399040[[package]]9041name = "rmrk-rpc"9042version = "0.0.1"9043dependencies = [9044 "parity-scale-codec 2.3.1",9045 "rmrk-traits",9046 "serde",9047 "sp-api",9048 "sp-core",9049 "sp-runtime",9050 "sp-std",9051]90529053[[package]]9054name = "rmrk-traits"9055version = "0.1.0"9056dependencies = [9057 "parity-scale-codec 3.1.5",9058 "scale-info",9059 "serde",9060]90619062[[package]]9063name = "rocksdb"9064version = "0.18.0"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9067dependencies = [9068 "libc",9069 "librocksdb-sys",9070]90719072[[package]]9073name = "rococo-runtime"9074version = "0.9.24"9075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9076dependencies = [9077 "beefy-merkle-tree",9078 "beefy-primitives",9079 "bp-messages",9080 "bp-rococo",9081 "bp-runtime",9082 "bp-wococo",9083 "bridge-runtime-common",9084 "frame-benchmarking",9085 "frame-executive",9086 "frame-support",9087 "frame-system",9088 "frame-system-benchmarking",9089 "frame-system-rpc-runtime-api",9090 "hex-literal",9091 "log",9092 "pallet-authority-discovery",9093 "pallet-authorship",9094 "pallet-babe",9095 "pallet-balances",9096 "pallet-beefy",9097 "pallet-beefy-mmr",9098 "pallet-bridge-dispatch",9099 "pallet-bridge-grandpa",9100 "pallet-bridge-messages",9101 "pallet-collective",9102 "pallet-grandpa",9103 "pallet-im-online",9104 "pallet-indices",9105 "pallet-membership",9106 "pallet-mmr",9107 "pallet-multisig",9108 "pallet-offences",9109 "pallet-proxy",9110 "pallet-session",9111 "pallet-staking",9112 "pallet-sudo",9113 "pallet-timestamp",9114 "pallet-transaction-payment",9115 "pallet-transaction-payment-rpc-runtime-api",9116 "pallet-utility",9117 "pallet-xcm",9118 "parity-scale-codec 3.1.5",9119 "polkadot-parachain",9120 "polkadot-primitives",9121 "polkadot-runtime-common",9122 "polkadot-runtime-parachains",9123 "rococo-runtime-constants",9124 "scale-info",9125 "serde",9126 "serde_derive",9127 "smallvec",9128 "sp-api",9129 "sp-authority-discovery",9130 "sp-block-builder",9131 "sp-consensus-babe",9132 "sp-core",9133 "sp-inherents",9134 "sp-io",9135 "sp-mmr-primitives",9136 "sp-offchain",9137 "sp-runtime",9138 "sp-session",9139 "sp-staking",9140 "sp-std",9141 "sp-transaction-pool",9142 "sp-version",9143 "substrate-wasm-builder",9144 "xcm",9145 "xcm-builder",9146 "xcm-executor",9147]91489149[[package]]9150name = "rococo-runtime-constants"9151version = "0.9.24"9152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9153dependencies = [9154 "frame-support",9155 "polkadot-primitives",9156 "polkadot-runtime-common",9157 "smallvec",9158 "sp-runtime",9159]91609161[[package]]9162name = "rpassword"9163version = "5.0.1"9164source = "registry+https://github.com/rust-lang/crates.io-index"9165checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9166dependencies = [9167 "libc",9168 "winapi",9169]91709171[[package]]9172name = "rtnetlink"9173version = "0.9.1"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9176dependencies = [9177 "async-global-executor",9178 "futures 0.3.21",9179 "log",9180 "netlink-packet-route",9181 "netlink-proto",9182 "nix",9183 "thiserror",9184]91859186[[package]]9187name = "rustc-demangle"9188version = "0.1.21"9189source = "registry+https://github.com/rust-lang/crates.io-index"9190checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91919192[[package]]9193name = "rustc-hash"9194version = "1.1.0"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91979198[[package]]9199name = "rustc-hex"9200version = "2.1.0"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92039204[[package]]9205name = "rustc_version"9206version = "0.2.3"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9209dependencies = [9210 "semver 0.9.0",9211]92129213[[package]]9214name = "rustc_version"9215version = "0.4.0"9216source = "registry+https://github.com/rust-lang/crates.io-index"9217checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9218dependencies = [9219 "semver 1.0.10",9220]92219222[[package]]9223name = "rustix"9224version = "0.33.7"9225source = "registry+https://github.com/rust-lang/crates.io-index"9226checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9227dependencies = [9228 "bitflags",9229 "errno",9230 "io-lifetimes",9231 "libc",9232 "linux-raw-sys",9233 "winapi",9234]92359236[[package]]9237name = "rustls"9238version = "0.20.6"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9241dependencies = [9242 "log",9243 "ring",9244 "sct",9245 "webpki",9246]92479248[[package]]9249name = "rustls-native-certs"9250version = "0.6.2"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9253dependencies = [9254 "openssl-probe",9255 "rustls-pemfile",9256 "schannel",9257 "security-framework",9258]92599260[[package]]9261name = "rustls-pemfile"9262version = "1.0.0"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9265dependencies = [9266 "base64",9267]92689269[[package]]9270name = "rustversion"9271version = "1.0.7"9272source = "registry+https://github.com/rust-lang/crates.io-index"9273checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"92749275[[package]]9276name = "rw-stream-sink"9277version = "0.2.1"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9280dependencies = [9281 "futures 0.3.21",9282 "pin-project 0.4.29",9283 "static_assertions",9284]92859286[[package]]9287name = "rw-stream-sink"9288version = "0.3.0"9289source = "registry+https://github.com/rust-lang/crates.io-index"9290checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9291dependencies = [9292 "futures 0.3.21",9293 "pin-project 1.0.10",9294 "static_assertions",9295]92969297[[package]]9298name = "ryu"9299version = "1.0.10"9300source = "registry+https://github.com/rust-lang/crates.io-index"9301checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"93029303[[package]]9304name = "safe-mix"9305version = "1.0.1"9306source = "registry+https://github.com/rust-lang/crates.io-index"9307checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9308dependencies = [9309 "rustc_version 0.2.3",9310]93119312[[package]]9313name = "salsa20"9314version = "0.9.0"9315source = "registry+https://github.com/rust-lang/crates.io-index"9316checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9317dependencies = [9318 "cipher",9319]93209321[[package]]9322name = "same-file"9323version = "1.0.6"9324source = "registry+https://github.com/rust-lang/crates.io-index"9325checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9326dependencies = [9327 "winapi-util",9328]93299330[[package]]9331name = "sc-allocator"9332version = "4.1.0-dev"9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9334dependencies = [9335 "log",9336 "sp-core",9337 "sp-wasm-interface",9338 "thiserror",9339]93409341[[package]]9342name = "sc-authority-discovery"9343version = "0.10.0-dev"9344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9345dependencies = [9346 "async-trait",9347 "futures 0.3.21",9348 "futures-timer",9349 "ip_network",9350 "libp2p",9351 "log",9352 "parity-scale-codec 3.1.5",9353 "prost 0.10.4",9354 "prost-build 0.9.0",9355 "rand 0.7.3",9356 "sc-client-api",9357 "sc-network",9358 "sp-api",9359 "sp-authority-discovery",9360 "sp-blockchain",9361 "sp-core",9362 "sp-keystore",9363 "sp-runtime",9364 "substrate-prometheus-endpoint",9365 "thiserror",9366]93679368[[package]]9369name = "sc-basic-authorship"9370version = "0.10.0-dev"9371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9372dependencies = [9373 "futures 0.3.21",9374 "futures-timer",9375 "log",9376 "parity-scale-codec 3.1.5",9377 "sc-block-builder",9378 "sc-client-api",9379 "sc-proposer-metrics",9380 "sc-telemetry",9381 "sc-transaction-pool-api",9382 "sp-api",9383 "sp-blockchain",9384 "sp-consensus",9385 "sp-core",9386 "sp-inherents",9387 "sp-runtime",9388 "substrate-prometheus-endpoint",9389]93909391[[package]]9392name = "sc-block-builder"9393version = "0.10.0-dev"9394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9395dependencies = [9396 "parity-scale-codec 3.1.5",9397 "sc-client-api",9398 "sp-api",9399 "sp-block-builder",9400 "sp-blockchain",9401 "sp-core",9402 "sp-inherents",9403 "sp-runtime",9404 "sp-state-machine",9405]94069407[[package]]9408name = "sc-chain-spec"9409version = "4.0.0-dev"9410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9411dependencies = [9412 "impl-trait-for-tuples",9413 "memmap2 0.5.4",9414 "parity-scale-codec 3.1.5",9415 "sc-chain-spec-derive",9416 "sc-network",9417 "sc-telemetry",9418 "serde",9419 "serde_json",9420 "sp-core",9421 "sp-runtime",9422]94239424[[package]]9425name = "sc-chain-spec-derive"9426version = "4.0.0-dev"9427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9428dependencies = [9429 "proc-macro-crate",9430 "proc-macro2",9431 "quote",9432 "syn",9433]94349435[[package]]9436name = "sc-cli"9437version = "0.10.0-dev"9438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9439dependencies = [9440 "chrono",9441 "clap",9442 "fdlimit",9443 "futures 0.3.21",9444 "hex",9445 "libp2p",9446 "log",9447 "names",9448 "parity-scale-codec 3.1.5",9449 "rand 0.7.3",9450 "regex",9451 "rpassword",9452 "sc-client-api",9453 "sc-client-db",9454 "sc-keystore",9455 "sc-network",9456 "sc-service",9457 "sc-telemetry",9458 "sc-tracing",9459 "sc-utils",9460 "serde",9461 "serde_json",9462 "sp-blockchain",9463 "sp-core",9464 "sp-keyring",9465 "sp-keystore",9466 "sp-panic-handler",9467 "sp-runtime",9468 "sp-version",9469 "thiserror",9470 "tiny-bip39",9471 "tokio 1.19.2",9472]94739474[[package]]9475name = "sc-client-api"9476version = "4.0.0-dev"9477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9478dependencies = [9479 "fnv",9480 "futures 0.3.21",9481 "hash-db",9482 "log",9483 "parity-scale-codec 3.1.5",9484 "parking_lot 0.12.1",9485 "sc-executor",9486 "sc-transaction-pool-api",9487 "sc-utils",9488 "sp-api",9489 "sp-blockchain",9490 "sp-consensus",9491 "sp-core",9492 "sp-database",9493 "sp-externalities",9494 "sp-keystore",9495 "sp-runtime",9496 "sp-state-machine",9497 "sp-storage",9498 "sp-trie",9499 "substrate-prometheus-endpoint",9500]95019502[[package]]9503name = "sc-client-db"9504version = "0.10.0-dev"9505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9506dependencies = [9507 "hash-db",9508 "kvdb",9509 "kvdb-memorydb",9510 "kvdb-rocksdb",9511 "linked-hash-map",9512 "log",9513 "parity-db",9514 "parity-scale-codec 3.1.5",9515 "parking_lot 0.12.1",9516 "sc-client-api",9517 "sc-state-db",9518 "sp-arithmetic",9519 "sp-blockchain",9520 "sp-core",9521 "sp-database",9522 "sp-runtime",9523 "sp-state-machine",9524 "sp-trie",9525]95269527[[package]]9528name = "sc-consensus"9529version = "0.10.0-dev"9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9531dependencies = [9532 "async-trait",9533 "futures 0.3.21",9534 "futures-timer",9535 "libp2p",9536 "log",9537 "parking_lot 0.12.1",9538 "sc-client-api",9539 "sc-utils",9540 "serde",9541 "sp-api",9542 "sp-blockchain",9543 "sp-consensus",9544 "sp-core",9545 "sp-runtime",9546 "sp-state-machine",9547 "substrate-prometheus-endpoint",9548 "thiserror",9549]95509551[[package]]9552name = "sc-consensus-aura"9553version = "0.10.0-dev"9554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9555dependencies = [9556 "async-trait",9557 "futures 0.3.21",9558 "log",9559 "parity-scale-codec 3.1.5",9560 "sc-block-builder",9561 "sc-client-api",9562 "sc-consensus",9563 "sc-consensus-slots",9564 "sc-telemetry",9565 "sp-api",9566 "sp-application-crypto",9567 "sp-block-builder",9568 "sp-blockchain",9569 "sp-consensus",9570 "sp-consensus-aura",9571 "sp-consensus-slots",9572 "sp-core",9573 "sp-inherents",9574 "sp-keystore",9575 "sp-runtime",9576 "substrate-prometheus-endpoint",9577 "thiserror",9578]95799580[[package]]9581name = "sc-consensus-babe"9582version = "0.10.0-dev"9583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9584dependencies = [9585 "async-trait",9586 "fork-tree",9587 "futures 0.3.21",9588 "log",9589 "merlin",9590 "num-bigint",9591 "num-rational 0.2.4",9592 "num-traits",9593 "parity-scale-codec 3.1.5",9594 "parking_lot 0.12.1",9595 "rand 0.7.3",9596 "retain_mut",9597 "sc-client-api",9598 "sc-consensus",9599 "sc-consensus-epochs",9600 "sc-consensus-slots",9601 "sc-keystore",9602 "sc-telemetry",9603 "schnorrkel",9604 "serde",9605 "sp-api",9606 "sp-application-crypto",9607 "sp-block-builder",9608 "sp-blockchain",9609 "sp-consensus",9610 "sp-consensus-babe",9611 "sp-consensus-slots",9612 "sp-consensus-vrf",9613 "sp-core",9614 "sp-inherents",9615 "sp-io",9616 "sp-keystore",9617 "sp-runtime",9618 "sp-version",9619 "substrate-prometheus-endpoint",9620 "thiserror",9621]96229623[[package]]9624name = "sc-consensus-babe-rpc"9625version = "0.10.0-dev"9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9627dependencies = [9628 "futures 0.3.21",9629 "jsonrpsee",9630 "sc-consensus-babe",9631 "sc-consensus-epochs",9632 "sc-rpc-api",9633 "serde",9634 "sp-api",9635 "sp-application-crypto",9636 "sp-blockchain",9637 "sp-consensus",9638 "sp-consensus-babe",9639 "sp-core",9640 "sp-keystore",9641 "sp-runtime",9642 "thiserror",9643]96449645[[package]]9646name = "sc-consensus-epochs"9647version = "0.10.0-dev"9648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9649dependencies = [9650 "fork-tree",9651 "parity-scale-codec 3.1.5",9652 "sc-client-api",9653 "sc-consensus",9654 "sp-blockchain",9655 "sp-runtime",9656]96579658[[package]]9659name = "sc-consensus-manual-seal"9660version = "0.10.0-dev"9661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9662dependencies = [9663 "assert_matches",9664 "async-trait",9665 "futures 0.3.21",9666 "jsonrpsee",9667 "log",9668 "parity-scale-codec 3.1.5",9669 "sc-client-api",9670 "sc-consensus",9671 "sc-consensus-aura",9672 "sc-consensus-babe",9673 "sc-consensus-epochs",9674 "sc-transaction-pool",9675 "sc-transaction-pool-api",9676 "serde",9677 "sp-api",9678 "sp-blockchain",9679 "sp-consensus",9680 "sp-consensus-aura",9681 "sp-consensus-babe",9682 "sp-consensus-slots",9683 "sp-core",9684 "sp-inherents",9685 "sp-keystore",9686 "sp-runtime",9687 "sp-timestamp",9688 "substrate-prometheus-endpoint",9689 "thiserror",9690]96919692[[package]]9693name = "sc-consensus-slots"9694version = "0.10.0-dev"9695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9696dependencies = [9697 "async-trait",9698 "futures 0.3.21",9699 "futures-timer",9700 "log",9701 "parity-scale-codec 3.1.5",9702 "sc-client-api",9703 "sc-consensus",9704 "sc-telemetry",9705 "sp-arithmetic",9706 "sp-blockchain",9707 "sp-consensus",9708 "sp-consensus-slots",9709 "sp-core",9710 "sp-inherents",9711 "sp-runtime",9712 "sp-state-machine",9713 "sp-timestamp",9714 "thiserror",9715]97169717[[package]]9718name = "sc-consensus-uncles"9719version = "0.10.0-dev"9720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9721dependencies = [9722 "sc-client-api",9723 "sp-authorship",9724 "sp-runtime",9725 "thiserror",9726]97279728[[package]]9729name = "sc-executor"9730version = "0.10.0-dev"9731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9732dependencies = [9733 "lazy_static",9734 "lru 0.7.7",9735 "parity-scale-codec 3.1.5",9736 "parking_lot 0.12.1",9737 "sc-executor-common",9738 "sc-executor-wasmi",9739 "sc-executor-wasmtime",9740 "sp-api",9741 "sp-core",9742 "sp-core-hashing-proc-macro",9743 "sp-externalities",9744 "sp-io",9745 "sp-panic-handler",9746 "sp-runtime-interface",9747 "sp-tasks",9748 "sp-trie",9749 "sp-version",9750 "sp-wasm-interface",9751 "tracing",9752 "wasmi",9753]97549755[[package]]9756name = "sc-executor-common"9757version = "0.10.0-dev"9758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9759dependencies = [9760 "environmental",9761 "parity-scale-codec 3.1.5",9762 "sc-allocator",9763 "sp-maybe-compressed-blob",9764 "sp-sandbox",9765 "sp-serializer",9766 "sp-wasm-interface",9767 "thiserror",9768 "wasm-instrument",9769 "wasmi",9770]97719772[[package]]9773name = "sc-executor-wasmi"9774version = "0.10.0-dev"9775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9776dependencies = [9777 "log",9778 "parity-scale-codec 3.1.5",9779 "sc-allocator",9780 "sc-executor-common",9781 "sp-runtime-interface",9782 "sp-sandbox",9783 "sp-wasm-interface",9784 "wasmi",9785]97869787[[package]]9788name = "sc-executor-wasmtime"9789version = "0.10.0-dev"9790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9791dependencies = [9792 "cfg-if 1.0.0",9793 "libc",9794 "log",9795 "parity-scale-codec 3.1.5",9796 "parity-wasm 0.42.2",9797 "sc-allocator",9798 "sc-executor-common",9799 "sp-runtime-interface",9800 "sp-sandbox",9801 "sp-wasm-interface",9802 "wasmtime",9803]98049805[[package]]9806name = "sc-finality-grandpa"9807version = "0.10.0-dev"9808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9809dependencies = [9810 "ahash",9811 "async-trait",9812 "dyn-clone",9813 "finality-grandpa",9814 "fork-tree",9815 "futures 0.3.21",9816 "futures-timer",9817 "hex",9818 "log",9819 "parity-scale-codec 3.1.5",9820 "parking_lot 0.12.1",9821 "rand 0.8.5",9822 "sc-block-builder",9823 "sc-chain-spec",9824 "sc-client-api",9825 "sc-consensus",9826 "sc-keystore",9827 "sc-network",9828 "sc-network-gossip",9829 "sc-telemetry",9830 "sc-utils",9831 "serde_json",9832 "sp-api",9833 "sp-application-crypto",9834 "sp-arithmetic",9835 "sp-blockchain",9836 "sp-consensus",9837 "sp-core",9838 "sp-finality-grandpa",9839 "sp-keystore",9840 "sp-runtime",9841 "substrate-prometheus-endpoint",9842 "thiserror",9843]98449845[[package]]9846name = "sc-finality-grandpa-rpc"9847version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9849dependencies = [9850 "finality-grandpa",9851 "futures 0.3.21",9852 "jsonrpsee",9853 "log",9854 "parity-scale-codec 3.1.5",9855 "sc-client-api",9856 "sc-finality-grandpa",9857 "sc-rpc",9858 "serde",9859 "serde_json",9860 "sp-blockchain",9861 "sp-core",9862 "sp-runtime",9863 "thiserror",9864]98659866[[package]]9867name = "sc-informant"9868version = "0.10.0-dev"9869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9870dependencies = [9871 "ansi_term",9872 "futures 0.3.21",9873 "futures-timer",9874 "log",9875 "parity-util-mem",9876 "sc-client-api",9877 "sc-network",9878 "sc-transaction-pool-api",9879 "sp-blockchain",9880 "sp-runtime",9881]98829883[[package]]9884name = "sc-keystore"9885version = "4.0.0-dev"9886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9887dependencies = [9888 "async-trait",9889 "hex",9890 "parking_lot 0.12.1",9891 "serde_json",9892 "sp-application-crypto",9893 "sp-core",9894 "sp-keystore",9895 "thiserror",9896]98979898[[package]]9899name = "sc-network"9900version = "0.10.0-dev"9901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9902dependencies = [9903 "async-trait",9904 "asynchronous-codec",9905 "bitflags",9906 "bytes 1.1.0",9907 "cid",9908 "either",9909 "fnv",9910 "fork-tree",9911 "futures 0.3.21",9912 "futures-timer",9913 "hex",9914 "ip_network",9915 "libp2p",9916 "linked-hash-map",9917 "linked_hash_set",9918 "log",9919 "lru 0.7.7",9920 "parity-scale-codec 3.1.5",9921 "parking_lot 0.12.1",9922 "pin-project 1.0.10",9923 "prost 0.10.4",9924 "prost-build 0.9.0",9925 "rand 0.7.3",9926 "sc-block-builder",9927 "sc-client-api",9928 "sc-consensus",9929 "sc-network-common",9930 "sc-network-light",9931 "sc-network-sync",9932 "sc-peerset",9933 "sc-utils",9934 "serde",9935 "serde_json",9936 "smallvec",9937 "sp-arithmetic",9938 "sp-blockchain",9939 "sp-consensus",9940 "sp-core",9941 "sp-finality-grandpa",9942 "sp-runtime",9943 "substrate-prometheus-endpoint",9944 "thiserror",9945 "unsigned-varint",9946 "void",9947 "zeroize",9948]99499950[[package]]9951name = "sc-network-common"9952version = "0.10.0-dev"9953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9954dependencies = [9955 "futures 0.3.21",9956 "libp2p",9957 "parity-scale-codec 3.1.5",9958 "prost-build 0.9.0",9959 "sc-peerset",9960 "smallvec",9961]99629963[[package]]9964name = "sc-network-gossip"9965version = "0.10.0-dev"9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9967dependencies = [9968 "ahash",9969 "futures 0.3.21",9970 "futures-timer",9971 "libp2p",9972 "log",9973 "lru 0.7.7",9974 "sc-network",9975 "sp-runtime",9976 "substrate-prometheus-endpoint",9977 "tracing",9978]99799980[[package]]9981name = "sc-network-light"9982version = "0.10.0-dev"9983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9984dependencies = [9985 "futures 0.3.21",9986 "libp2p",9987 "log",9988 "parity-scale-codec 3.1.5",9989 "prost 0.10.4",9990 "prost-build 0.9.0",9991 "sc-client-api",9992 "sc-network-common",9993 "sc-peerset",9994 "sp-blockchain",9995 "sp-core",9996 "sp-runtime",9997 "thiserror",9998]999910000[[package]]10001name = "sc-network-sync"10002version = "0.10.0-dev"10003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10004dependencies = [10005 "bitflags",10006 "either",10007 "fork-tree",10008 "futures 0.3.21",10009 "libp2p",10010 "log",10011 "lru 0.7.7",10012 "parity-scale-codec 3.1.5",10013 "prost 0.10.4",10014 "prost-build 0.9.0",10015 "sc-client-api",10016 "sc-consensus",10017 "sc-network-common",10018 "sc-peerset",10019 "smallvec",10020 "sp-arithmetic",10021 "sp-blockchain",10022 "sp-consensus",10023 "sp-core",10024 "sp-finality-grandpa",10025 "sp-runtime",10026 "thiserror",10027]1002810029[[package]]10030name = "sc-offchain"10031version = "4.0.0-dev"10032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10033dependencies = [10034 "bytes 1.1.0",10035 "fnv",10036 "futures 0.3.21",10037 "futures-timer",10038 "hex",10039 "hyper",10040 "hyper-rustls",10041 "num_cpus",10042 "once_cell",10043 "parity-scale-codec 3.1.5",10044 "parking_lot 0.12.1",10045 "rand 0.7.3",10046 "sc-client-api",10047 "sc-network",10048 "sc-utils",10049 "sp-api",10050 "sp-core",10051 "sp-offchain",10052 "sp-runtime",10053 "threadpool",10054 "tracing",10055]1005610057[[package]]10058name = "sc-peerset"10059version = "4.0.0-dev"10060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10061dependencies = [10062 "futures 0.3.21",10063 "libp2p",10064 "log",10065 "sc-utils",10066 "serde_json",10067 "wasm-timer",10068]1006910070[[package]]10071name = "sc-proposer-metrics"10072version = "0.10.0-dev"10073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10074dependencies = [10075 "log",10076 "substrate-prometheus-endpoint",10077]1007810079[[package]]10080name = "sc-rpc"10081version = "4.0.0-dev"10082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10083dependencies = [10084 "futures 0.3.21",10085 "hash-db",10086 "jsonrpsee",10087 "log",10088 "parity-scale-codec 3.1.5",10089 "parking_lot 0.12.1",10090 "sc-block-builder",10091 "sc-chain-spec",10092 "sc-client-api",10093 "sc-rpc-api",10094 "sc-tracing",10095 "sc-transaction-pool-api",10096 "sc-utils",10097 "serde_json",10098 "sp-api",10099 "sp-blockchain",10100 "sp-core",10101 "sp-keystore",10102 "sp-offchain",10103 "sp-rpc",10104 "sp-runtime",10105 "sp-session",10106 "sp-version",10107]1010810109[[package]]10110name = "sc-rpc-api"10111version = "0.10.0-dev"10112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10113dependencies = [10114 "futures 0.3.21",10115 "jsonrpsee",10116 "log",10117 "parity-scale-codec 3.1.5",10118 "parking_lot 0.12.1",10119 "sc-chain-spec",10120 "sc-transaction-pool-api",10121 "scale-info",10122 "serde",10123 "serde_json",10124 "sp-core",10125 "sp-rpc",10126 "sp-runtime",10127 "sp-tracing",10128 "sp-version",10129 "thiserror",10130]1013110132[[package]]10133name = "sc-rpc-server"10134version = "4.0.0-dev"10135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10136dependencies = [10137 "futures 0.3.21",10138 "jsonrpsee",10139 "log",10140 "serde_json",10141 "substrate-prometheus-endpoint",10142 "tokio 1.19.2",10143]1014410145[[package]]10146name = "sc-service"10147version = "0.10.0-dev"10148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10149dependencies = [10150 "async-trait",10151 "directories",10152 "exit-future",10153 "futures 0.3.21",10154 "futures-timer",10155 "hash-db",10156 "jsonrpsee",10157 "log",10158 "parity-scale-codec 3.1.5",10159 "parity-util-mem",10160 "parking_lot 0.12.1",10161 "pin-project 1.0.10",10162 "rand 0.7.3",10163 "sc-block-builder",10164 "sc-chain-spec",10165 "sc-client-api",10166 "sc-client-db",10167 "sc-consensus",10168 "sc-executor",10169 "sc-informant",10170 "sc-keystore",10171 "sc-network",10172 "sc-network-common",10173 "sc-offchain",10174 "sc-rpc",10175 "sc-rpc-server",10176 "sc-sysinfo",10177 "sc-telemetry",10178 "sc-tracing",10179 "sc-transaction-pool",10180 "sc-transaction-pool-api",10181 "sc-utils",10182 "serde",10183 "serde_json",10184 "sp-api",10185 "sp-application-crypto",10186 "sp-block-builder",10187 "sp-blockchain",10188 "sp-consensus",10189 "sp-core",10190 "sp-externalities",10191 "sp-inherents",10192 "sp-keystore",10193 "sp-runtime",10194 "sp-session",10195 "sp-state-machine",10196 "sp-storage",10197 "sp-tracing",10198 "sp-transaction-pool",10199 "sp-transaction-storage-proof",10200 "sp-trie",10201 "sp-version",10202 "substrate-prometheus-endpoint",10203 "tempfile",10204 "thiserror",10205 "tokio 1.19.2",10206 "tracing",10207 "tracing-futures",10208]1020910210[[package]]10211name = "sc-state-db"10212version = "0.10.0-dev"10213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10214dependencies = [10215 "log",10216 "parity-scale-codec 3.1.5",10217 "parity-util-mem",10218 "parity-util-mem-derive",10219 "parking_lot 0.12.1",10220 "sc-client-api",10221 "sp-core",10222]1022310224[[package]]10225name = "sc-sync-state-rpc"10226version = "0.10.0-dev"10227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10228dependencies = [10229 "jsonrpsee",10230 "parity-scale-codec 3.1.5",10231 "sc-chain-spec",10232 "sc-client-api",10233 "sc-consensus-babe",10234 "sc-consensus-epochs",10235 "sc-finality-grandpa",10236 "serde",10237 "serde_json",10238 "sp-blockchain",10239 "sp-runtime",10240 "thiserror",10241]1024210243[[package]]10244name = "sc-sysinfo"10245version = "6.0.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10247dependencies = [10248 "futures 0.3.21",10249 "libc",10250 "log",10251 "rand 0.7.3",10252 "rand_pcg 0.2.1",10253 "regex",10254 "sc-telemetry",10255 "serde",10256 "serde_json",10257 "sp-core",10258 "sp-io",10259 "sp-std",10260]1026110262[[package]]10263name = "sc-telemetry"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10266dependencies = [10267 "chrono",10268 "futures 0.3.21",10269 "libp2p",10270 "log",10271 "parking_lot 0.12.1",10272 "pin-project 1.0.10",10273 "rand 0.7.3",10274 "serde",10275 "serde_json",10276 "thiserror",10277 "wasm-timer",10278]1027910280[[package]]10281name = "sc-tracing"10282version = "4.0.0-dev"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10284dependencies = [10285 "ansi_term",10286 "atty",10287 "chrono",10288 "lazy_static",10289 "libc",10290 "log",10291 "once_cell",10292 "parking_lot 0.12.1",10293 "regex",10294 "rustc-hash",10295 "sc-client-api",10296 "sc-rpc-server",10297 "sc-tracing-proc-macro",10298 "serde",10299 "sp-api",10300 "sp-blockchain",10301 "sp-core",10302 "sp-rpc",10303 "sp-runtime",10304 "sp-tracing",10305 "thiserror",10306 "tracing",10307 "tracing-log",10308 "tracing-subscriber",10309]1031010311[[package]]10312name = "sc-tracing-proc-macro"10313version = "4.0.0-dev"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10315dependencies = [10316 "proc-macro-crate",10317 "proc-macro2",10318 "quote",10319 "syn",10320]1032110322[[package]]10323name = "sc-transaction-pool"10324version = "4.0.0-dev"10325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10326dependencies = [10327 "futures 0.3.21",10328 "futures-timer",10329 "linked-hash-map",10330 "log",10331 "parity-scale-codec 3.1.5",10332 "parity-util-mem",10333 "parking_lot 0.12.1",10334 "retain_mut",10335 "sc-client-api",10336 "sc-transaction-pool-api",10337 "sc-utils",10338 "serde",10339 "sp-api",10340 "sp-blockchain",10341 "sp-core",10342 "sp-runtime",10343 "sp-tracing",10344 "sp-transaction-pool",10345 "substrate-prometheus-endpoint",10346 "thiserror",10347]1034810349[[package]]10350name = "sc-transaction-pool-api"10351version = "4.0.0-dev"10352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10353dependencies = [10354 "futures 0.3.21",10355 "log",10356 "serde",10357 "sp-blockchain",10358 "sp-runtime",10359 "thiserror",10360]1036110362[[package]]10363name = "sc-utils"10364version = "4.0.0-dev"10365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10366dependencies = [10367 "futures 0.3.21",10368 "futures-timer",10369 "lazy_static",10370 "log",10371 "parking_lot 0.12.1",10372 "prometheus",10373]1037410375[[package]]10376name = "scale-info"10377version = "2.1.2"10378source = "registry+https://github.com/rust-lang/crates.io-index"10379checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10380dependencies = [10381 "bitvec 1.0.0",10382 "cfg-if 1.0.0",10383 "derive_more",10384 "parity-scale-codec 3.1.5",10385 "scale-info-derive",10386 "serde",10387]1038810389[[package]]10390name = "scale-info-derive"10391version = "2.1.2"10392source = "registry+https://github.com/rust-lang/crates.io-index"10393checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10394dependencies = [10395 "proc-macro-crate",10396 "proc-macro2",10397 "quote",10398 "syn",10399]1040010401[[package]]10402name = "schannel"10403version = "0.1.20"10404source = "registry+https://github.com/rust-lang/crates.io-index"10405checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10406dependencies = [10407 "lazy_static",10408 "windows-sys",10409]1041010411[[package]]10412name = "schnorrkel"10413version = "0.9.1"10414source = "registry+https://github.com/rust-lang/crates.io-index"10415checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10416dependencies = [10417 "arrayref",10418 "arrayvec 0.5.2",10419 "curve25519-dalek 2.1.3",10420 "getrandom 0.1.16",10421 "merlin",10422 "rand 0.7.3",10423 "rand_core 0.5.1",10424 "sha2 0.8.2",10425 "subtle",10426 "zeroize",10427]1042810429[[package]]10430name = "scopeguard"10431version = "1.1.0"10432source = "registry+https://github.com/rust-lang/crates.io-index"10433checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043410435[[package]]10436name = "sct"10437version = "0.7.0"10438source = "registry+https://github.com/rust-lang/crates.io-index"10439checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10440dependencies = [10441 "ring",10442 "untrusted",10443]1044410445[[package]]10446name = "sec1"10447version = "0.2.1"10448source = "registry+https://github.com/rust-lang/crates.io-index"10449checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10450dependencies = [10451 "der",10452 "generic-array 0.14.5",10453 "subtle",10454 "zeroize",10455]1045610457[[package]]10458name = "secp256k1"10459version = "0.21.3"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10462dependencies = [10463 "secp256k1-sys",10464]1046510466[[package]]10467name = "secp256k1-sys"10468version = "0.4.2"10469source = "registry+https://github.com/rust-lang/crates.io-index"10470checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10471dependencies = [10472 "cc",10473]1047410475[[package]]10476name = "secrecy"10477version = "0.8.0"10478source = "registry+https://github.com/rust-lang/crates.io-index"10479checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10480dependencies = [10481 "zeroize",10482]1048310484[[package]]10485name = "security-framework"10486version = "2.6.1"10487source = "registry+https://github.com/rust-lang/crates.io-index"10488checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10489dependencies = [10490 "bitflags",10491 "core-foundation",10492 "core-foundation-sys",10493 "libc",10494 "security-framework-sys",10495]1049610497[[package]]10498name = "security-framework-sys"10499version = "2.6.1"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10502dependencies = [10503 "core-foundation-sys",10504 "libc",10505]1050610507[[package]]10508name = "semver"10509version = "0.6.0"10510source = "registry+https://github.com/rust-lang/crates.io-index"10511checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10512dependencies = [10513 "semver-parser",10514]1051510516[[package]]10517name = "semver"10518version = "0.9.0"10519source = "registry+https://github.com/rust-lang/crates.io-index"10520checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10521dependencies = [10522 "semver-parser",10523]1052410525[[package]]10526name = "semver"10527version = "1.0.10"10528source = "registry+https://github.com/rust-lang/crates.io-index"10529checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10530dependencies = [10531 "serde",10532]1053310534[[package]]10535name = "semver-parser"10536version = "0.7.0"10537source = "registry+https://github.com/rust-lang/crates.io-index"10538checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1053910540[[package]]10541name = "serde"10542version = "1.0.137"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10545dependencies = [10546 "serde_derive",10547]1054810549[[package]]10550name = "serde_derive"10551version = "1.0.137"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10554dependencies = [10555 "proc-macro2",10556 "quote",10557 "syn",10558]1055910560[[package]]10561name = "serde_json"10562version = "1.0.81"10563source = "registry+https://github.com/rust-lang/crates.io-index"10564checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10565dependencies = [10566 "itoa 1.0.2",10567 "ryu",10568 "serde",10569]1057010571[[package]]10572name = "serde_nanos"10573version = "0.1.2"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10576dependencies = [10577 "serde",10578]1057910580[[package]]10581name = "sha-1"10582version = "0.8.2"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10585dependencies = [10586 "block-buffer 0.7.3",10587 "digest 0.8.1",10588 "fake-simd",10589 "opaque-debug 0.2.3",10590]1059110592[[package]]10593name = "sha-1"10594version = "0.9.8"10595source = "registry+https://github.com/rust-lang/crates.io-index"10596checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10597dependencies = [10598 "block-buffer 0.9.0",10599 "cfg-if 1.0.0",10600 "cpufeatures",10601 "digest 0.9.0",10602 "opaque-debug 0.3.0",10603]1060410605[[package]]10606name = "sha2"10607version = "0.8.2"10608source = "registry+https://github.com/rust-lang/crates.io-index"10609checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10610dependencies = [10611 "block-buffer 0.7.3",10612 "digest 0.8.1",10613 "fake-simd",10614 "opaque-debug 0.2.3",10615]1061610617[[package]]10618name = "sha2"10619version = "0.9.9"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10622dependencies = [10623 "block-buffer 0.9.0",10624 "cfg-if 1.0.0",10625 "cpufeatures",10626 "digest 0.9.0",10627 "opaque-debug 0.3.0",10628]1062910630[[package]]10631name = "sha2"10632version = "0.10.2"10633source = "registry+https://github.com/rust-lang/crates.io-index"10634checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10635dependencies = [10636 "cfg-if 1.0.0",10637 "cpufeatures",10638 "digest 0.10.3",10639]1064010641[[package]]10642name = "sha3"10643version = "0.9.1"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10646dependencies = [10647 "block-buffer 0.9.0",10648 "digest 0.9.0",10649 "keccak",10650 "opaque-debug 0.3.0",10651]1065210653[[package]]10654name = "sha3"10655version = "0.10.1"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10658dependencies = [10659 "digest 0.10.3",10660 "keccak",10661]1066210663[[package]]10664name = "sharded-slab"10665version = "0.1.4"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10668dependencies = [10669 "lazy_static",10670]1067110672[[package]]10673name = "shlex"10674version = "1.1.0"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1067710678[[package]]10679name = "signal-hook"10680version = "0.3.14"10681source = "registry+https://github.com/rust-lang/crates.io-index"10682checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10683dependencies = [10684 "libc",10685 "signal-hook-registry",10686]1068710688[[package]]10689name = "signal-hook-registry"10690version = "1.4.0"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10693dependencies = [10694 "libc",10695]1069610697[[package]]10698name = "signature"10699version = "1.4.0"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10702dependencies = [10703 "digest 0.9.0",10704 "rand_core 0.6.3",10705]1070610707[[package]]10708name = "simba"10709version = "0.5.1"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10712dependencies = [10713 "approx",10714 "num-complex",10715 "num-traits",10716 "paste",10717]1071810719[[package]]10720name = "slab"10721version = "0.4.6"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1072410725[[package]]10726name = "slot-range-helper"10727version = "0.9.24"10728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"10729dependencies = [10730 "enumn",10731 "parity-scale-codec 3.1.5",10732 "paste",10733 "sp-runtime",10734 "sp-std",10735]1073610737[[package]]10738name = "slotmap"10739version = "1.0.6"10740source = "registry+https://github.com/rust-lang/crates.io-index"10741checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10742dependencies = [10743 "version_check",10744]1074510746[[package]]10747name = "smallvec"10748version = "1.8.0"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1075110752[[package]]10753name = "snap"10754version = "1.0.5"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1075710758[[package]]10759name = "snow"10760version = "0.9.0"10761source = "registry+https://github.com/rust-lang/crates.io-index"10762checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10763dependencies = [10764 "aes-gcm",10765 "blake2",10766 "chacha20poly1305",10767 "curve25519-dalek 4.0.0-pre.1",10768 "rand_core 0.6.3",10769 "ring",10770 "rustc_version 0.4.0",10771 "sha2 0.10.2",10772 "subtle",10773]1077410775[[package]]10776name = "socket2"10777version = "0.4.4"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10780dependencies = [10781 "libc",10782 "winapi",10783]1078410785[[package]]10786name = "soketto"10787version = "0.7.1"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10790dependencies = [10791 "base64",10792 "bytes 1.1.0",10793 "flate2",10794 "futures 0.3.21",10795 "httparse",10796 "log",10797 "rand 0.8.5",10798 "sha-1 0.9.8",10799]1080010801[[package]]10802name = "sp-api"10803version = "4.0.0-dev"10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10805dependencies = [10806 "hash-db",10807 "log",10808 "parity-scale-codec 3.1.5",10809 "sp-api-proc-macro",10810 "sp-core",10811 "sp-runtime",10812 "sp-state-machine",10813 "sp-std",10814 "sp-version",10815 "thiserror",10816]1081710818[[package]]10819name = "sp-api-proc-macro"10820version = "4.0.0-dev"10821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10822dependencies = [10823 "blake2",10824 "proc-macro-crate",10825 "proc-macro2",10826 "quote",10827 "syn",10828]1082910830[[package]]10831name = "sp-application-crypto"10832version = "6.0.0"10833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10834dependencies = [10835 "parity-scale-codec 3.1.5",10836 "scale-info",10837 "serde",10838 "sp-core",10839 "sp-io",10840 "sp-std",10841]1084210843[[package]]10844name = "sp-arithmetic"10845version = "5.0.0"10846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10847dependencies = [10848 "integer-sqrt",10849 "num-traits",10850 "parity-scale-codec 3.1.5",10851 "scale-info",10852 "serde",10853 "sp-debug-derive",10854 "sp-std",10855 "static_assertions",10856]1085710858[[package]]10859name = "sp-authority-discovery"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10862dependencies = [10863 "parity-scale-codec 3.1.5",10864 "scale-info",10865 "sp-api",10866 "sp-application-crypto",10867 "sp-runtime",10868 "sp-std",10869]1087010871[[package]]10872name = "sp-authorship"10873version = "4.0.0-dev"10874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10875dependencies = [10876 "async-trait",10877 "parity-scale-codec 3.1.5",10878 "sp-inherents",10879 "sp-runtime",10880 "sp-std",10881]1088210883[[package]]10884name = "sp-block-builder"10885version = "4.0.0-dev"10886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10887dependencies = [10888 "parity-scale-codec 3.1.5",10889 "sp-api",10890 "sp-inherents",10891 "sp-runtime",10892 "sp-std",10893]1089410895[[package]]10896name = "sp-blockchain"10897version = "4.0.0-dev"10898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10899dependencies = [10900 "futures 0.3.21",10901 "log",10902 "lru 0.7.7",10903 "parity-scale-codec 3.1.5",10904 "parking_lot 0.12.1",10905 "sp-api",10906 "sp-consensus",10907 "sp-database",10908 "sp-runtime",10909 "sp-state-machine",10910 "thiserror",10911]1091210913[[package]]10914name = "sp-consensus"10915version = "0.10.0-dev"10916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10917dependencies = [10918 "async-trait",10919 "futures 0.3.21",10920 "futures-timer",10921 "log",10922 "parity-scale-codec 3.1.5",10923 "sp-core",10924 "sp-inherents",10925 "sp-runtime",10926 "sp-state-machine",10927 "sp-std",10928 "sp-version",10929 "thiserror",10930]1093110932[[package]]10933name = "sp-consensus-aura"10934version = "0.10.0-dev"10935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10936dependencies = [10937 "async-trait",10938 "parity-scale-codec 3.1.5",10939 "scale-info",10940 "sp-api",10941 "sp-application-crypto",10942 "sp-consensus",10943 "sp-consensus-slots",10944 "sp-inherents",10945 "sp-runtime",10946 "sp-std",10947 "sp-timestamp",10948]1094910950[[package]]10951name = "sp-consensus-babe"10952version = "0.10.0-dev"10953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10954dependencies = [10955 "async-trait",10956 "merlin",10957 "parity-scale-codec 3.1.5",10958 "scale-info",10959 "serde",10960 "sp-api",10961 "sp-application-crypto",10962 "sp-consensus",10963 "sp-consensus-slots",10964 "sp-consensus-vrf",10965 "sp-core",10966 "sp-inherents",10967 "sp-keystore",10968 "sp-runtime",10969 "sp-std",10970 "sp-timestamp",10971]1097210973[[package]]10974name = "sp-consensus-slots"10975version = "0.10.0-dev"10976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10977dependencies = [10978 "parity-scale-codec 3.1.5",10979 "scale-info",10980 "serde",10981 "sp-arithmetic",10982 "sp-runtime",10983 "sp-std",10984 "sp-timestamp",10985]1098610987[[package]]10988name = "sp-consensus-vrf"10989version = "0.10.0-dev"10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10991dependencies = [10992 "parity-scale-codec 3.1.5",10993 "scale-info",10994 "schnorrkel",10995 "sp-core",10996 "sp-runtime",10997 "sp-std",10998]1099911000[[package]]11001name = "sp-core"11002version = "6.0.0"11003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11004dependencies = [11005 "base58",11006 "bitflags",11007 "blake2-rfc",11008 "byteorder",11009 "dyn-clonable",11010 "ed25519-dalek",11011 "futures 0.3.21",11012 "hash-db",11013 "hash256-std-hasher",11014 "hex",11015 "impl-serde",11016 "lazy_static",11017 "libsecp256k1",11018 "log",11019 "merlin",11020 "num-traits",11021 "parity-scale-codec 3.1.5",11022 "parity-util-mem",11023 "parking_lot 0.12.1",11024 "primitive-types",11025 "rand 0.7.3",11026 "regex",11027 "scale-info",11028 "schnorrkel",11029 "secp256k1",11030 "secrecy",11031 "serde",11032 "sp-core-hashing",11033 "sp-debug-derive",11034 "sp-externalities",11035 "sp-runtime-interface",11036 "sp-std",11037 "sp-storage",11038 "ss58-registry",11039 "substrate-bip39",11040 "thiserror",11041 "tiny-bip39",11042 "wasmi",11043 "zeroize",11044]1104511046[[package]]11047name = "sp-core-hashing"11048version = "4.0.0"11049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11050dependencies = [11051 "blake2",11052 "byteorder",11053 "digest 0.10.3",11054 "sha2 0.10.2",11055 "sha3 0.10.1",11056 "sp-std",11057 "twox-hash",11058]1105911060[[package]]11061name = "sp-core-hashing-proc-macro"11062version = "5.0.0"11063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11064dependencies = [11065 "proc-macro2",11066 "quote",11067 "sp-core-hashing",11068 "syn",11069]1107011071[[package]]11072name = "sp-database"11073version = "4.0.0-dev"11074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11075dependencies = [11076 "kvdb",11077 "parking_lot 0.12.1",11078]1107911080[[package]]11081name = "sp-debug-derive"11082version = "4.0.0"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11084dependencies = [11085 "proc-macro2",11086 "quote",11087 "syn",11088]1108911090[[package]]11091name = "sp-externalities"11092version = "0.12.0"11093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11094dependencies = [11095 "environmental",11096 "parity-scale-codec 3.1.5",11097 "sp-std",11098 "sp-storage",11099]1110011101[[package]]11102name = "sp-finality-grandpa"11103version = "4.0.0-dev"11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11105dependencies = [11106 "finality-grandpa",11107 "log",11108 "parity-scale-codec 3.1.5",11109 "scale-info",11110 "serde",11111 "sp-api",11112 "sp-application-crypto",11113 "sp-core",11114 "sp-keystore",11115 "sp-runtime",11116 "sp-std",11117]1111811119[[package]]11120name = "sp-inherents"11121version = "4.0.0-dev"11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11123dependencies = [11124 "async-trait",11125 "impl-trait-for-tuples",11126 "parity-scale-codec 3.1.5",11127 "sp-core",11128 "sp-runtime",11129 "sp-std",11130 "thiserror",11131]1113211133[[package]]11134name = "sp-io"11135version = "6.0.0"11136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11137dependencies = [11138 "futures 0.3.21",11139 "hash-db",11140 "libsecp256k1",11141 "log",11142 "parity-scale-codec 3.1.5",11143 "parking_lot 0.12.1",11144 "secp256k1",11145 "sp-core",11146 "sp-externalities",11147 "sp-keystore",11148 "sp-runtime-interface",11149 "sp-state-machine",11150 "sp-std",11151 "sp-tracing",11152 "sp-trie",11153 "sp-wasm-interface",11154 "tracing",11155 "tracing-core",11156]1115711158[[package]]11159name = "sp-keyring"11160version = "6.0.0"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11162dependencies = [11163 "lazy_static",11164 "sp-core",11165 "sp-runtime",11166 "strum 0.23.0",11167]1116811169[[package]]11170name = "sp-keystore"11171version = "0.12.0"11172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11173dependencies = [11174 "async-trait",11175 "futures 0.3.21",11176 "merlin",11177 "parity-scale-codec 3.1.5",11178 "parking_lot 0.12.1",11179 "schnorrkel",11180 "serde",11181 "sp-core",11182 "sp-externalities",11183 "thiserror",11184]1118511186[[package]]11187name = "sp-maybe-compressed-blob"11188version = "4.1.0-dev"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11190dependencies = [11191 "thiserror",11192 "zstd",11193]1119411195[[package]]11196name = "sp-mmr-primitives"11197version = "4.0.0-dev"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11199dependencies = [11200 "log",11201 "parity-scale-codec 3.1.5",11202 "serde",11203 "sp-api",11204 "sp-core",11205 "sp-debug-derive",11206 "sp-runtime",11207 "sp-std",11208]1120911210[[package]]11211name = "sp-npos-elections"11212version = "4.0.0-dev"11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11214dependencies = [11215 "parity-scale-codec 3.1.5",11216 "scale-info",11217 "serde",11218 "sp-arithmetic",11219 "sp-core",11220 "sp-runtime",11221 "sp-std",11222]1122311224[[package]]11225name = "sp-offchain"11226version = "4.0.0-dev"11227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11228dependencies = [11229 "sp-api",11230 "sp-core",11231 "sp-runtime",11232]1123311234[[package]]11235name = "sp-panic-handler"11236version = "4.0.0"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11238dependencies = [11239 "backtrace",11240 "lazy_static",11241 "regex",11242]1124311244[[package]]11245name = "sp-rpc"11246version = "6.0.0"11247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11248dependencies = [11249 "rustc-hash",11250 "serde",11251 "sp-core",11252]1125311254[[package]]11255name = "sp-runtime"11256version = "6.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11258dependencies = [11259 "either",11260 "hash256-std-hasher",11261 "impl-trait-for-tuples",11262 "log",11263 "parity-scale-codec 3.1.5",11264 "parity-util-mem",11265 "paste",11266 "rand 0.7.3",11267 "scale-info",11268 "serde",11269 "sp-application-crypto",11270 "sp-arithmetic",11271 "sp-core",11272 "sp-io",11273 "sp-std",11274]1127511276[[package]]11277name = "sp-runtime-interface"11278version = "6.0.0"11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11280dependencies = [11281 "impl-trait-for-tuples",11282 "parity-scale-codec 3.1.5",11283 "primitive-types",11284 "sp-externalities",11285 "sp-runtime-interface-proc-macro",11286 "sp-std",11287 "sp-storage",11288 "sp-tracing",11289 "sp-wasm-interface",11290 "static_assertions",11291]1129211293[[package]]11294name = "sp-runtime-interface-proc-macro"11295version = "5.0.0"11296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11297dependencies = [11298 "Inflector",11299 "proc-macro-crate",11300 "proc-macro2",11301 "quote",11302 "syn",11303]1130411305[[package]]11306name = "sp-sandbox"11307version = "0.10.0-dev"11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11309dependencies = [11310 "log",11311 "parity-scale-codec 3.1.5",11312 "sp-core",11313 "sp-io",11314 "sp-std",11315 "sp-wasm-interface",11316 "wasmi",11317]1131811319[[package]]11320name = "sp-serializer"11321version = "4.0.0-dev"11322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11323dependencies = [11324 "serde",11325 "serde_json",11326]1132711328[[package]]11329name = "sp-session"11330version = "4.0.0-dev"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11332dependencies = [11333 "parity-scale-codec 3.1.5",11334 "scale-info",11335 "sp-api",11336 "sp-core",11337 "sp-runtime",11338 "sp-staking",11339 "sp-std",11340]1134111342[[package]]11343name = "sp-staking"11344version = "4.0.0-dev"11345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11346dependencies = [11347 "parity-scale-codec 3.1.5",11348 "scale-info",11349 "sp-runtime",11350 "sp-std",11351]1135211353[[package]]11354name = "sp-state-machine"11355version = "0.12.0"11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11357dependencies = [11358 "hash-db",11359 "log",11360 "num-traits",11361 "parity-scale-codec 3.1.5",11362 "parking_lot 0.12.1",11363 "rand 0.7.3",11364 "smallvec",11365 "sp-core",11366 "sp-externalities",11367 "sp-panic-handler",11368 "sp-std",11369 "sp-trie",11370 "thiserror",11371 "tracing",11372 "trie-root",11373]1137411375[[package]]11376name = "sp-std"11377version = "4.0.0"11378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"1137911380[[package]]11381name = "sp-storage"11382version = "6.0.0"11383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11384dependencies = [11385 "impl-serde",11386 "parity-scale-codec 3.1.5",11387 "ref-cast",11388 "serde",11389 "sp-debug-derive",11390 "sp-std",11391]1139211393[[package]]11394name = "sp-tasks"11395version = "4.0.0-dev"11396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11397dependencies = [11398 "log",11399 "sp-core",11400 "sp-externalities",11401 "sp-io",11402 "sp-runtime-interface",11403 "sp-std",11404]1140511406[[package]]11407name = "sp-timestamp"11408version = "4.0.0-dev"11409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11410dependencies = [11411 "async-trait",11412 "futures-timer",11413 "log",11414 "parity-scale-codec 3.1.5",11415 "sp-api",11416 "sp-inherents",11417 "sp-runtime",11418 "sp-std",11419 "thiserror",11420]1142111422[[package]]11423name = "sp-tracing"11424version = "5.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11426dependencies = [11427 "parity-scale-codec 3.1.5",11428 "sp-std",11429 "tracing",11430 "tracing-core",11431 "tracing-subscriber",11432]1143311434[[package]]11435name = "sp-transaction-pool"11436version = "4.0.0-dev"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11438dependencies = [11439 "sp-api",11440 "sp-runtime",11441]1144211443[[package]]11444name = "sp-transaction-storage-proof"11445version = "4.0.0-dev"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11447dependencies = [11448 "async-trait",11449 "log",11450 "parity-scale-codec 3.1.5",11451 "scale-info",11452 "sp-core",11453 "sp-inherents",11454 "sp-runtime",11455 "sp-std",11456 "sp-trie",11457]1145811459[[package]]11460name = "sp-trie"11461version = "6.0.0"11462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11463dependencies = [11464 "hash-db",11465 "memory-db",11466 "parity-scale-codec 3.1.5",11467 "scale-info",11468 "sp-core",11469 "sp-std",11470 "thiserror",11471 "trie-db",11472 "trie-root",11473]1147411475[[package]]11476name = "sp-version"11477version = "5.0.0"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11479dependencies = [11480 "impl-serde",11481 "parity-scale-codec 3.1.5",11482 "parity-wasm 0.42.2",11483 "scale-info",11484 "serde",11485 "sp-core-hashing-proc-macro",11486 "sp-runtime",11487 "sp-std",11488 "sp-version-proc-macro",11489 "thiserror",11490]1149111492[[package]]11493name = "sp-version-proc-macro"11494version = "4.0.0-dev"11495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11496dependencies = [11497 "parity-scale-codec 3.1.5",11498 "proc-macro2",11499 "quote",11500 "syn",11501]1150211503[[package]]11504name = "sp-wasm-interface"11505version = "6.0.0"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11507dependencies = [11508 "impl-trait-for-tuples",11509 "log",11510 "parity-scale-codec 3.1.5",11511 "sp-std",11512 "wasmi",11513 "wasmtime",11514]1151511516[[package]]11517name = "spin"11518version = "0.5.2"11519source = "registry+https://github.com/rust-lang/crates.io-index"11520checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1152111522[[package]]11523name = "ss58-registry"11524version = "1.22.0"11525source = "registry+https://github.com/rust-lang/crates.io-index"11526checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11527dependencies = [11528 "Inflector",11529 "num-format",11530 "proc-macro2",11531 "quote",11532 "serde",11533 "serde_json",11534 "unicode-xid",11535]1153611537[[package]]11538name = "stable_deref_trait"11539version = "1.2.0"11540source = "registry+https://github.com/rust-lang/crates.io-index"11541checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1154211543[[package]]11544name = "static_assertions"11545version = "1.1.0"11546source = "registry+https://github.com/rust-lang/crates.io-index"11547checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1154811549[[package]]11550name = "static_init"11551version = "0.5.2"11552source = "registry+https://github.com/rust-lang/crates.io-index"11553checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11554dependencies = [11555 "cfg_aliases",11556 "libc",11557 "parking_lot 0.11.2",11558 "static_init_macro",11559]1156011561[[package]]11562name = "static_init_macro"11563version = "0.5.0"11564source = "registry+https://github.com/rust-lang/crates.io-index"11565checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11566dependencies = [11567 "cfg_aliases",11568 "memchr",11569 "proc-macro2",11570 "quote",11571 "syn",11572]1157311574[[package]]11575name = "statrs"11576version = "0.15.0"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11579dependencies = [11580 "approx",11581 "lazy_static",11582 "nalgebra",11583 "num-traits",11584 "rand 0.8.5",11585]1158611587[[package]]11588name = "strsim"11589version = "0.10.0"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1159211593[[package]]11594name = "struct-versioning"11595version = "0.1.0"11596dependencies = [11597 "quote",11598 "syn",11599]1160011601[[package]]11602name = "strum"11603version = "0.23.0"11604source = "registry+https://github.com/rust-lang/crates.io-index"11605checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11606dependencies = [11607 "strum_macros 0.23.1",11608]1160911610[[package]]11611name = "strum"11612version = "0.24.1"11613source = "registry+https://github.com/rust-lang/crates.io-index"11614checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11615dependencies = [11616 "strum_macros 0.24.0",11617]1161811619[[package]]11620name = "strum_macros"11621version = "0.23.1"11622source = "registry+https://github.com/rust-lang/crates.io-index"11623checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11624dependencies = [11625 "heck 0.3.3",11626 "proc-macro2",11627 "quote",11628 "rustversion",11629 "syn",11630]1163111632[[package]]11633name = "strum_macros"11634version = "0.24.0"11635source = "registry+https://github.com/rust-lang/crates.io-index"11636checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11637dependencies = [11638 "heck 0.4.0",11639 "proc-macro2",11640 "quote",11641 "rustversion",11642 "syn",11643]1164411645[[package]]11646name = "substrate-bip39"11647version = "0.4.4"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11650dependencies = [11651 "hmac 0.11.0",11652 "pbkdf2 0.8.0",11653 "schnorrkel",11654 "sha2 0.9.9",11655 "zeroize",11656]1165711658[[package]]11659name = "substrate-build-script-utils"11660version = "3.0.0"11661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11662dependencies = [11663 "platforms",11664]1166511666[[package]]11667name = "substrate-frame-rpc-system"11668version = "4.0.0-dev"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11670dependencies = [11671 "frame-system-rpc-runtime-api",11672 "futures 0.3.21",11673 "jsonrpsee",11674 "log",11675 "parity-scale-codec 3.1.5",11676 "sc-client-api",11677 "sc-rpc-api",11678 "sc-transaction-pool-api",11679 "serde_json",11680 "sp-api",11681 "sp-block-builder",11682 "sp-blockchain",11683 "sp-core",11684 "sp-runtime",11685]1168611687[[package]]11688name = "substrate-prometheus-endpoint"11689version = "0.10.0-dev"11690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11691dependencies = [11692 "futures-util",11693 "hyper",11694 "log",11695 "prometheus",11696 "thiserror",11697 "tokio 1.19.2",11698]1169911700[[package]]11701name = "substrate-state-trie-migration-rpc"11702version = "4.0.0-dev"11703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11704dependencies = [11705 "jsonrpsee",11706 "log",11707 "parity-scale-codec 3.1.5",11708 "sc-client-api",11709 "sc-rpc-api",11710 "scale-info",11711 "serde",11712 "sp-core",11713 "sp-io",11714 "sp-runtime",11715 "sp-state-machine",11716 "sp-std",11717 "sp-trie",11718 "trie-db",11719]1172011721[[package]]11722name = "substrate-test-client"11723version = "2.0.1"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11725dependencies = [11726 "async-trait",11727 "futures 0.3.21",11728 "hex",11729 "parity-scale-codec 3.1.5",11730 "sc-client-api",11731 "sc-client-db",11732 "sc-consensus",11733 "sc-executor",11734 "sc-offchain",11735 "sc-service",11736 "serde",11737 "serde_json",11738 "sp-blockchain",11739 "sp-consensus",11740 "sp-core",11741 "sp-keyring",11742 "sp-keystore",11743 "sp-runtime",11744 "sp-state-machine",11745]1174611747[[package]]11748name = "substrate-test-utils"11749version = "4.0.0-dev"11750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11751dependencies = [11752 "futures 0.3.21",11753 "substrate-test-utils-derive",11754 "tokio 1.19.2",11755]1175611757[[package]]11758name = "substrate-test-utils-derive"11759version = "0.10.0-dev"11760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11761dependencies = [11762 "proc-macro-crate",11763 "proc-macro2",11764 "quote",11765 "syn",11766]1176711768[[package]]11769name = "substrate-wasm-builder"11770version = "5.0.0-dev"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11772dependencies = [11773 "ansi_term",11774 "build-helper",11775 "cargo_metadata",11776 "sp-maybe-compressed-blob",11777 "strum 0.23.0",11778 "tempfile",11779 "toml",11780 "walkdir",11781 "wasm-gc-api",11782]1178311784[[package]]11785name = "subtle"11786version = "2.4.1"11787source = "registry+https://github.com/rust-lang/crates.io-index"11788checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1178911790[[package]]11791name = "syn"11792version = "1.0.98"11793source = "registry+https://github.com/rust-lang/crates.io-index"11794checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11795dependencies = [11796 "proc-macro2",11797 "quote",11798 "unicode-ident",11799]1180011801[[package]]11802name = "synstructure"11803version = "0.12.6"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11806dependencies = [11807 "proc-macro2",11808 "quote",11809 "syn",11810 "unicode-xid",11811]1181211813[[package]]11814name = "system-configuration"11815version = "0.5.0"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11818dependencies = [11819 "bitflags",11820 "core-foundation",11821 "system-configuration-sys",11822]1182311824[[package]]11825name = "system-configuration-sys"11826version = "0.5.0"11827source = "registry+https://github.com/rust-lang/crates.io-index"11828checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11829dependencies = [11830 "core-foundation-sys",11831 "libc",11832]1183311834[[package]]11835name = "tap"11836version = "1.0.1"11837source = "registry+https://github.com/rust-lang/crates.io-index"11838checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183911840[[package]]11841name = "target-lexicon"11842version = "0.12.4"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1184511846[[package]]11847name = "tempfile"11848version = "3.3.0"11849source = "registry+https://github.com/rust-lang/crates.io-index"11850checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11851dependencies = [11852 "cfg-if 1.0.0",11853 "fastrand",11854 "libc",11855 "redox_syscall",11856 "remove_dir_all",11857 "winapi",11858]1185911860[[package]]11861name = "termcolor"11862version = "1.1.3"11863source = "registry+https://github.com/rust-lang/crates.io-index"11864checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11865dependencies = [11866 "winapi-util",11867]1186811869[[package]]11870name = "test-runtime-constants"11871version = "0.9.24"11872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11873dependencies = [11874 "frame-support",11875 "polkadot-primitives",11876 "polkadot-runtime-common",11877 "smallvec",11878 "sp-runtime",11879]1188011881[[package]]11882name = "tests"11883version = "0.1.0"11884dependencies = [11885 "fp-evm-mapping",11886 "frame-support",11887 "frame-system",11888 "pallet-balances",11889 "pallet-common",11890 "pallet-ethereum",11891 "pallet-evm",11892 "pallet-evm-coder-substrate",11893 "pallet-fungible",11894 "pallet-nonfungible",11895 "pallet-refungible",11896 "pallet-structure",11897 "pallet-timestamp",11898 "pallet-transaction-payment",11899 "pallet-unique",11900 "parity-scale-codec 3.1.5",11901 "scale-info",11902 "sp-core",11903 "sp-io",11904 "sp-runtime",11905 "sp-std",11906 "unique-runtime-common",11907 "up-data-structs",11908]1190911910[[package]]11911name = "textwrap"11912version = "0.15.0"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1191511916[[package]]11917name = "thiserror"11918version = "1.0.31"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11921dependencies = [11922 "thiserror-impl",11923]1192411925[[package]]11926name = "thiserror-impl"11927version = "1.0.31"11928source = "registry+https://github.com/rust-lang/crates.io-index"11929checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11930dependencies = [11931 "proc-macro2",11932 "quote",11933 "syn",11934]1193511936[[package]]11937name = "thousands"11938version = "0.2.0"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1194111942[[package]]11943name = "thread_local"11944version = "1.1.4"11945source = "registry+https://github.com/rust-lang/crates.io-index"11946checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11947dependencies = [11948 "once_cell",11949]1195011951[[package]]11952name = "threadpool"11953version = "1.8.1"11954source = "registry+https://github.com/rust-lang/crates.io-index"11955checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11956dependencies = [11957 "num_cpus",11958]1195911960[[package]]11961name = "thrift"11962version = "0.15.0"11963source = "registry+https://github.com/rust-lang/crates.io-index"11964checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11965dependencies = [11966 "byteorder",11967 "integer-encoding",11968 "log",11969 "ordered-float",11970 "threadpool",11971]1197211973[[package]]11974name = "tikv-jemalloc-sys"11975version = "0.4.3+5.2.1-patched.2"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11978dependencies = [11979 "cc",11980 "fs_extra",11981 "libc",11982]1198311984[[package]]11985name = "time"11986version = "0.1.44"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11989dependencies = [11990 "libc",11991 "wasi 0.10.0+wasi-snapshot-preview1",11992 "winapi",11993]1199411995[[package]]11996name = "tiny-bip39"11997version = "0.8.2"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12000dependencies = [12001 "anyhow",12002 "hmac 0.8.1",12003 "once_cell",12004 "pbkdf2 0.4.0",12005 "rand 0.7.3",12006 "rustc-hash",12007 "sha2 0.9.9",12008 "thiserror",12009 "unicode-normalization",12010 "wasm-bindgen",12011 "zeroize",12012]1201312014[[package]]12015name = "tiny-keccak"12016version = "2.0.2"12017source = "registry+https://github.com/rust-lang/crates.io-index"12018checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12019dependencies = [12020 "crunchy",12021]1202212023[[package]]12024name = "tinyvec"12025version = "1.6.0"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12028dependencies = [12029 "tinyvec_macros",12030]1203112032[[package]]12033name = "tinyvec_macros"12034version = "0.1.0"12035source = "registry+https://github.com/rust-lang/crates.io-index"12036checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1203712038[[package]]12039name = "tokio"12040version = "0.2.25"12041source = "registry+https://github.com/rust-lang/crates.io-index"12042checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12043dependencies = [12044 "bytes 0.5.6",12045 "fnv",12046 "pin-project-lite 0.1.12",12047 "tokio-macros 0.2.6",12048]1204912050[[package]]12051name = "tokio"12052version = "1.19.2"12053source = "registry+https://github.com/rust-lang/crates.io-index"12054checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"12055dependencies = [12056 "bytes 1.1.0",12057 "libc",12058 "memchr",12059 "mio",12060 "num_cpus",12061 "once_cell",12062 "parking_lot 0.12.1",12063 "pin-project-lite 0.2.9",12064 "signal-hook-registry",12065 "socket2",12066 "tokio-macros 1.8.0",12067 "winapi",12068]1206912070[[package]]12071name = "tokio-macros"12072version = "0.2.6"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12075dependencies = [12076 "proc-macro2",12077 "quote",12078 "syn",12079]1208012081[[package]]12082name = "tokio-macros"12083version = "1.8.0"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12086dependencies = [12087 "proc-macro2",12088 "quote",12089 "syn",12090]1209112092[[package]]12093name = "tokio-rustls"12094version = "0.23.4"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12097dependencies = [12098 "rustls",12099 "tokio 1.19.2",12100 "webpki",12101]1210212103[[package]]12104name = "tokio-util"12105version = "0.7.3"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12108dependencies = [12109 "bytes 1.1.0",12110 "futures-core",12111 "futures-io",12112 "futures-sink",12113 "pin-project-lite 0.2.9",12114 "tokio 1.19.2",12115 "tracing",12116]1211712118[[package]]12119name = "toml"12120version = "0.5.9"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12123dependencies = [12124 "serde",12125]1212612127[[package]]12128name = "tower-service"12129version = "0.3.2"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1213212133[[package]]12134name = "tracing"12135version = "0.1.35"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12138dependencies = [12139 "cfg-if 1.0.0",12140 "pin-project-lite 0.2.9",12141 "tracing-attributes",12142 "tracing-core",12143]1214412145[[package]]12146name = "tracing-attributes"12147version = "0.1.21"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12150dependencies = [12151 "proc-macro2",12152 "quote",12153 "syn",12154]1215512156[[package]]12157name = "tracing-core"12158version = "0.1.27"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12161dependencies = [12162 "once_cell",12163 "valuable",12164]1216512166[[package]]12167name = "tracing-futures"12168version = "0.2.5"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12171dependencies = [12172 "pin-project 1.0.10",12173 "tracing",12174]1217512176[[package]]12177name = "tracing-gum"12178version = "0.9.24"12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12180dependencies = [12181 "polkadot-node-jaeger",12182 "polkadot-primitives",12183 "tracing",12184 "tracing-gum-proc-macro",12185]1218612187[[package]]12188name = "tracing-gum-proc-macro"12189version = "0.9.24"12190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12191dependencies = [12192 "expander 0.0.6",12193 "proc-macro-crate",12194 "proc-macro2",12195 "quote",12196 "syn",12197]1219812199[[package]]12200name = "tracing-log"12201version = "0.1.3"12202source = "registry+https://github.com/rust-lang/crates.io-index"12203checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12204dependencies = [12205 "ahash",12206 "lazy_static",12207 "log",12208 "lru 0.7.7",12209 "tracing-core",12210]1221112212[[package]]12213name = "tracing-serde"12214version = "0.1.3"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12217dependencies = [12218 "serde",12219 "tracing-core",12220]1222112222[[package]]12223name = "tracing-subscriber"12224version = "0.2.25"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12227dependencies = [12228 "ansi_term",12229 "chrono",12230 "lazy_static",12231 "matchers",12232 "parking_lot 0.11.2",12233 "regex",12234 "serde",12235 "serde_json",12236 "sharded-slab",12237 "smallvec",12238 "thread_local",12239 "tracing",12240 "tracing-core",12241 "tracing-log",12242 "tracing-serde",12243]1224412245[[package]]12246name = "trie-db"12247version = "0.23.1"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12250dependencies = [12251 "hash-db",12252 "hashbrown 0.12.1",12253 "log",12254 "rustc-hex",12255 "smallvec",12256]1225712258[[package]]12259name = "trie-root"12260version = "0.17.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12263dependencies = [12264 "hash-db",12265]1226612267[[package]]12268name = "triehash"12269version = "0.8.4"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12272dependencies = [12273 "hash-db",12274 "rlp",12275]1227612277[[package]]12278name = "trust-dns-proto"12279version = "0.21.2"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12282dependencies = [12283 "async-trait",12284 "cfg-if 1.0.0",12285 "data-encoding",12286 "enum-as-inner",12287 "futures-channel",12288 "futures-io",12289 "futures-util",12290 "idna",12291 "ipnet",12292 "lazy_static",12293 "log",12294 "rand 0.8.5",12295 "smallvec",12296 "thiserror",12297 "tinyvec",12298 "url",12299]1230012301[[package]]12302name = "trust-dns-resolver"12303version = "0.21.2"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12306dependencies = [12307 "cfg-if 1.0.0",12308 "futures-util",12309 "ipconfig",12310 "lazy_static",12311 "log",12312 "lru-cache",12313 "parking_lot 0.12.1",12314 "resolv-conf",12315 "smallvec",12316 "thiserror",12317 "trust-dns-proto",12318]1231912320[[package]]12321name = "try-lock"12322version = "0.2.3"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232512326[[package]]12327name = "try-runtime-cli"12328version = "0.10.0-dev"12329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"12330dependencies = [12331 "clap",12332 "jsonrpsee",12333 "log",12334 "parity-scale-codec 3.1.5",12335 "remote-externalities",12336 "sc-chain-spec",12337 "sc-cli",12338 "sc-executor",12339 "sc-service",12340 "serde",12341 "sp-core",12342 "sp-externalities",12343 "sp-io",12344 "sp-keystore",12345 "sp-runtime",12346 "sp-state-machine",12347 "sp-version",12348 "zstd",12349]1235012351[[package]]12352name = "tt-call"12353version = "1.0.8"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1235612357[[package]]12358name = "twox-hash"12359version = "1.6.3"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12362dependencies = [12363 "cfg-if 1.0.0",12364 "digest 0.10.3",12365 "rand 0.8.5",12366 "static_assertions",12367]1236812369[[package]]12370name = "typenum"12371version = "1.15.0"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237412375[[package]]12376name = "uc-rpc"12377version = "0.1.0"12378dependencies = [12379 "anyhow",12380 "jsonrpsee",12381 "pallet-common",12382 "pallet-evm",12383 "parity-scale-codec 3.1.5",12384 "rmrk-rpc",12385 "sp-api",12386 "sp-blockchain",12387 "sp-core",12388 "sp-rpc",12389 "sp-runtime",12390 "unique-runtime-common",12391 "up-data-structs",12392 "up-rpc",12393]1239412395[[package]]12396name = "ucd-trie"12397version = "0.1.3"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1240012401[[package]]12402name = "uint"12403version = "0.9.3"12404source = "registry+https://github.com/rust-lang/crates.io-index"12405checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12406dependencies = [12407 "byteorder",12408 "crunchy",12409 "hex",12410 "static_assertions",12411]1241212413[[package]]12414name = "unicase"12415version = "2.6.0"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12418dependencies = [12419 "version_check",12420]1242112422[[package]]12423name = "unicode-bidi"12424version = "0.3.8"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1242712428[[package]]12429name = "unicode-ident"12430version = "1.0.1"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"1243312434[[package]]12435name = "unicode-normalization"12436version = "0.1.19"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12439dependencies = [12440 "tinyvec",12441]1244212443[[package]]12444name = "unicode-segmentation"12445version = "1.9.0"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1244812449[[package]]12450name = "unicode-width"12451version = "0.1.9"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1245412455[[package]]12456name = "unicode-xid"12457version = "0.2.3"12458source = "registry+https://github.com/rust-lang/crates.io-index"12459checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1246012461[[package]]12462name = "unique-node"12463version = "0.9.24"12464dependencies = [12465 "clap",12466 "cumulus-client-cli",12467 "cumulus-client-collator",12468 "cumulus-client-consensus-aura",12469 "cumulus-client-consensus-common",12470 "cumulus-client-network",12471 "cumulus-client-service",12472 "cumulus-primitives-core",12473 "cumulus-primitives-parachain-inherent",12474 "cumulus-relay-chain-inprocess-interface",12475 "cumulus-relay-chain-interface",12476 "cumulus-relay-chain-rpc-interface",12477 "fc-consensus",12478 "fc-db",12479 "fc-mapping-sync",12480 "fc-rpc",12481 "fc-rpc-core",12482 "flexi_logger",12483 "fp-rpc",12484 "frame-benchmarking",12485 "frame-benchmarking-cli",12486 "futures 0.3.21",12487 "jsonrpsee",12488 "log",12489 "opal-runtime",12490 "pallet-ethereum",12491 "pallet-transaction-payment-rpc",12492 "pallet-transaction-payment-rpc-runtime-api",12493 "parity-scale-codec 3.1.5",12494 "parking_lot 0.11.2",12495 "polkadot-cli",12496 "polkadot-parachain",12497 "polkadot-primitives",12498 "polkadot-service",12499 "polkadot-test-service",12500 "quartz-runtime",12501 "rmrk-rpc",12502 "sc-basic-authorship",12503 "sc-chain-spec",12504 "sc-cli",12505 "sc-client-api",12506 "sc-consensus",12507 "sc-consensus-aura",12508 "sc-consensus-manual-seal",12509 "sc-executor",12510 "sc-finality-grandpa",12511 "sc-keystore",12512 "sc-network",12513 "sc-rpc",12514 "sc-rpc-api",12515 "sc-service",12516 "sc-sysinfo",12517 "sc-telemetry",12518 "sc-tracing",12519 "sc-transaction-pool",12520 "serde",12521 "serde_json",12522 "sp-api",12523 "sp-block-builder",12524 "sp-blockchain",12525 "sp-consensus",12526 "sp-consensus-aura",12527 "sp-core",12528 "sp-finality-grandpa",12529 "sp-inherents",12530 "sp-keystore",12531 "sp-offchain",12532 "sp-runtime",12533 "sp-session",12534 "sp-timestamp",12535 "sp-transaction-pool",12536 "sp-trie",12537 "substrate-build-script-utils",12538 "substrate-frame-rpc-system",12539 "substrate-prometheus-endpoint",12540 "tokio 1.19.2",12541 "try-runtime-cli",12542 "unique-rpc",12543 "unique-runtime",12544 "unique-runtime-common",12545 "up-data-structs",12546 "up-rpc",12547]1254812549[[package]]12550name = "unique-rpc"12551version = "0.1.0"12552dependencies = [12553 "fc-db",12554 "fc-mapping-sync",12555 "fc-rpc",12556 "fc-rpc-core",12557 "fp-rpc",12558 "fp-storage",12559 "futures 0.3.21",12560 "jsonrpsee",12561 "pallet-common",12562 "pallet-ethereum",12563 "pallet-transaction-payment-rpc",12564 "pallet-transaction-payment-rpc-runtime-api",12565 "pallet-unique",12566 "rmrk-rpc",12567 "sc-client-api",12568 "sc-consensus-aura",12569 "sc-consensus-epochs",12570 "sc-finality-grandpa",12571 "sc-finality-grandpa-rpc",12572 "sc-keystore",12573 "sc-network",12574 "sc-rpc",12575 "sc-rpc-api",12576 "sc-service",12577 "sc-transaction-pool",12578 "serde",12579 "sp-api",12580 "sp-block-builder",12581 "sp-blockchain",12582 "sp-consensus",12583 "sp-consensus-aura",12584 "sp-core",12585 "sp-offchain",12586 "sp-runtime",12587 "sp-session",12588 "sp-storage",12589 "sp-transaction-pool",12590 "substrate-frame-rpc-system",12591 "tokio 0.2.25",12592 "uc-rpc",12593 "unique-runtime-common",12594 "up-data-structs",12595 "up-rpc",12596]1259712598[[package]]12599name = "unique-runtime"12600version = "0.9.24"12601dependencies = [12602 "cumulus-pallet-aura-ext",12603 "cumulus-pallet-dmp-queue",12604 "cumulus-pallet-parachain-system",12605 "cumulus-pallet-xcm",12606 "cumulus-pallet-xcmp-queue",12607 "cumulus-primitives-core",12608 "cumulus-primitives-timestamp",12609 "cumulus-primitives-utility",12610 "derivative",12611 "fp-evm-mapping",12612 "fp-rpc",12613 "fp-self-contained",12614 "frame-benchmarking",12615 "frame-executive",12616 "frame-support",12617 "frame-system",12618 "frame-system-benchmarking",12619 "frame-system-rpc-runtime-api",12620 "frame-try-runtime",12621 "hex-literal",12622 "log",12623 "orml-vesting",12624 "pallet-aura",12625 "pallet-balances",12626 "pallet-base-fee",12627 "pallet-common",12628 "pallet-ethereum",12629 "pallet-evm",12630 "pallet-evm-coder-substrate",12631 "pallet-evm-contract-helpers",12632 "pallet-evm-migration",12633 "pallet-evm-transaction-payment",12634 "pallet-fungible",12635 "pallet-inflation",12636 "pallet-nonfungible",12637 "pallet-randomness-collective-flip",12638 "pallet-refungible",12639 "pallet-rmrk-core",12640 "pallet-rmrk-equip",12641 "pallet-structure",12642 "pallet-sudo",12643 "pallet-template-transaction-payment",12644 "pallet-timestamp",12645 "pallet-transaction-payment",12646 "pallet-transaction-payment-rpc-runtime-api",12647 "pallet-treasury",12648 "pallet-unique",12649 "pallet-unique-scheduler",12650 "pallet-xcm",12651 "parachain-info",12652 "parity-scale-codec 3.1.5",12653 "polkadot-parachain",12654 "rmrk-rpc",12655 "scale-info",12656 "serde",12657 "smallvec",12658 "sp-api",12659 "sp-arithmetic",12660 "sp-block-builder",12661 "sp-consensus-aura",12662 "sp-core",12663 "sp-inherents",12664 "sp-io",12665 "sp-offchain",12666 "sp-runtime",12667 "sp-session",12668 "sp-std",12669 "sp-transaction-pool",12670 "sp-version",12671 "substrate-wasm-builder",12672 "unique-runtime-common",12673 "up-data-structs",12674 "up-rpc",12675 "xcm",12676 "xcm-builder",12677 "xcm-executor",12678]1267912680[[package]]12681name = "unique-runtime-common"12682version = "0.9.24"12683dependencies = [12684 "evm-coder",12685 "fp-rpc",12686 "frame-support",12687 "frame-system",12688 "pallet-common",12689 "pallet-evm",12690 "pallet-fungible",12691 "pallet-nonfungible",12692 "pallet-refungible",12693 "pallet-unique",12694 "pallet-unique-scheduler",12695 "parity-scale-codec 3.1.5",12696 "rmrk-rpc",12697 "scale-info",12698 "sp-consensus-aura",12699 "sp-core",12700 "sp-runtime",12701 "sp-std",12702 "up-data-structs",12703 "up-sponsorship",12704]1270512706[[package]]12707name = "universal-hash"12708version = "0.4.1"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12711dependencies = [12712 "generic-array 0.14.5",12713 "subtle",12714]1271512716[[package]]12717name = "unsigned-varint"12718version = "0.7.1"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12721dependencies = [12722 "asynchronous-codec",12723 "bytes 1.1.0",12724 "futures-io",12725 "futures-util",12726]1272712728[[package]]12729name = "untrusted"12730version = "0.7.1"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1273312734[[package]]12735name = "up-data-structs"12736version = "0.1.0"12737dependencies = [12738 "derivative",12739 "frame-support",12740 "frame-system",12741 "pallet-evm",12742 "parity-scale-codec 3.1.5",12743 "rmrk-traits",12744 "scale-info",12745 "serde",12746 "sp-core",12747 "sp-runtime",12748 "sp-std",12749 "struct-versioning",12750]1275112752[[package]]12753name = "up-rpc"12754version = "0.1.0"12755dependencies = [12756 "pallet-common",12757 "pallet-evm",12758 "parity-scale-codec 3.1.5",12759 "sp-api",12760 "sp-core",12761 "sp-runtime",12762 "sp-std",12763 "up-data-structs",12764]1276512766[[package]]12767name = "up-sponsorship"12768version = "0.1.0"12769source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"12770dependencies = [12771 "impl-trait-for-tuples",12772]1277312774[[package]]12775name = "url"12776version = "2.2.2"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12779dependencies = [12780 "form_urlencoded",12781 "idna",12782 "matches",12783 "percent-encoding",12784]1278512786[[package]]12787name = "valuable"12788version = "0.1.0"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1279112792[[package]]12793name = "value-bag"12794version = "1.0.0-alpha.9"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12797dependencies = [12798 "ctor",12799 "version_check",12800]1280112802[[package]]12803name = "vcpkg"12804version = "0.2.15"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1280712808[[package]]12809name = "version_check"12810version = "0.9.4"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1281312814[[package]]12815name = "void"12816version = "1.0.2"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1281912820[[package]]12821name = "waker-fn"12822version = "1.1.0"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1282512826[[package]]12827name = "walkdir"12828version = "2.3.2"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12831dependencies = [12832 "same-file",12833 "winapi",12834 "winapi-util",12835]1283612837[[package]]12838name = "want"12839version = "0.3.0"12840source = "registry+https://github.com/rust-lang/crates.io-index"12841checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12842dependencies = [12843 "log",12844 "try-lock",12845]1284612847[[package]]12848name = "wasi"12849version = "0.9.0+wasi-snapshot-preview1"12850source = "registry+https://github.com/rust-lang/crates.io-index"12851checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1285212853[[package]]12854name = "wasi"12855version = "0.10.0+wasi-snapshot-preview1"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1285812859[[package]]12860name = "wasi"12861version = "0.11.0+wasi-snapshot-preview1"12862source = "registry+https://github.com/rust-lang/crates.io-index"12863checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1286412865[[package]]12866name = "wasm-bindgen"12867version = "0.2.81"12868source = "registry+https://github.com/rust-lang/crates.io-index"12869checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12870dependencies = [12871 "cfg-if 1.0.0",12872 "wasm-bindgen-macro",12873]1287412875[[package]]12876name = "wasm-bindgen-backend"12877version = "0.2.81"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12880dependencies = [12881 "bumpalo",12882 "lazy_static",12883 "log",12884 "proc-macro2",12885 "quote",12886 "syn",12887 "wasm-bindgen-shared",12888]1288912890[[package]]12891name = "wasm-bindgen-futures"12892version = "0.4.31"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12895dependencies = [12896 "cfg-if 1.0.0",12897 "js-sys",12898 "wasm-bindgen",12899 "web-sys",12900]1290112902[[package]]12903name = "wasm-bindgen-macro"12904version = "0.2.81"12905source = "registry+https://github.com/rust-lang/crates.io-index"12906checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12907dependencies = [12908 "quote",12909 "wasm-bindgen-macro-support",12910]1291112912[[package]]12913name = "wasm-bindgen-macro-support"12914version = "0.2.81"12915source = "registry+https://github.com/rust-lang/crates.io-index"12916checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12917dependencies = [12918 "proc-macro2",12919 "quote",12920 "syn",12921 "wasm-bindgen-backend",12922 "wasm-bindgen-shared",12923]1292412925[[package]]12926name = "wasm-bindgen-shared"12927version = "0.2.81"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"1293012931[[package]]12932name = "wasm-gc-api"12933version = "0.1.11"12934source = "registry+https://github.com/rust-lang/crates.io-index"12935checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12936dependencies = [12937 "log",12938 "parity-wasm 0.32.0",12939 "rustc-demangle",12940]1294112942[[package]]12943name = "wasm-instrument"12944version = "0.1.1"12945source = "registry+https://github.com/rust-lang/crates.io-index"12946checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12947dependencies = [12948 "parity-wasm 0.42.2",12949]1295012951[[package]]12952name = "wasm-timer"12953version = "0.2.5"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12956dependencies = [12957 "futures 0.3.21",12958 "js-sys",12959 "parking_lot 0.11.2",12960 "pin-utils",12961 "wasm-bindgen",12962 "wasm-bindgen-futures",12963 "web-sys",12964]1296512966[[package]]12967name = "wasmi"12968version = "0.9.1"12969source = "registry+https://github.com/rust-lang/crates.io-index"12970checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12971dependencies = [12972 "downcast-rs",12973 "libc",12974 "libm",12975 "memory_units",12976 "num-rational 0.2.4",12977 "num-traits",12978 "parity-wasm 0.42.2",12979 "wasmi-validation",12980]1298112982[[package]]12983name = "wasmi-validation"12984version = "0.4.1"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12987dependencies = [12988 "parity-wasm 0.42.2",12989]1299012991[[package]]12992name = "wasmparser"12993version = "0.83.0"12994source = "registry+https://github.com/rust-lang/crates.io-index"12995checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1299612997[[package]]12998name = "wasmtime"12999version = "0.35.3"13000source = "registry+https://github.com/rust-lang/crates.io-index"13001checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13002dependencies = [13003 "anyhow",13004 "backtrace",13005 "bincode",13006 "cfg-if 1.0.0",13007 "indexmap",13008 "lazy_static",13009 "libc",13010 "log",13011 "object 0.27.1",13012 "once_cell",13013 "paste",13014 "psm",13015 "rayon",13016 "region",13017 "serde",13018 "target-lexicon",13019 "wasmparser",13020 "wasmtime-cache",13021 "wasmtime-cranelift",13022 "wasmtime-environ",13023 "wasmtime-jit",13024 "wasmtime-runtime",13025 "winapi",13026]1302713028[[package]]13029name = "wasmtime-cache"13030version = "0.35.3"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13033dependencies = [13034 "anyhow",13035 "base64",13036 "bincode",13037 "directories-next",13038 "file-per-thread-logger",13039 "log",13040 "rustix",13041 "serde",13042 "sha2 0.9.9",13043 "toml",13044 "winapi",13045 "zstd",13046]1304713048[[package]]13049name = "wasmtime-cranelift"13050version = "0.35.3"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13053dependencies = [13054 "anyhow",13055 "cranelift-codegen",13056 "cranelift-entity",13057 "cranelift-frontend",13058 "cranelift-native",13059 "cranelift-wasm",13060 "gimli",13061 "log",13062 "more-asserts",13063 "object 0.27.1",13064 "target-lexicon",13065 "thiserror",13066 "wasmparser",13067 "wasmtime-environ",13068]1306913070[[package]]13071name = "wasmtime-environ"13072version = "0.35.3"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13075dependencies = [13076 "anyhow",13077 "cranelift-entity",13078 "gimli",13079 "indexmap",13080 "log",13081 "more-asserts",13082 "object 0.27.1",13083 "serde",13084 "target-lexicon",13085 "thiserror",13086 "wasmparser",13087 "wasmtime-types",13088]1308913090[[package]]13091name = "wasmtime-jit"13092version = "0.35.3"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13095dependencies = [13096 "addr2line",13097 "anyhow",13098 "bincode",13099 "cfg-if 1.0.0",13100 "cpp_demangle",13101 "gimli",13102 "log",13103 "object 0.27.1",13104 "region",13105 "rustc-demangle",13106 "rustix",13107 "serde",13108 "target-lexicon",13109 "thiserror",13110 "wasmtime-environ",13111 "wasmtime-jit-debug",13112 "wasmtime-runtime",13113 "winapi",13114]1311513116[[package]]13117name = "wasmtime-jit-debug"13118version = "0.35.3"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13121dependencies = [13122 "lazy_static",13123 "object 0.27.1",13124 "rustix",13125]1312613127[[package]]13128name = "wasmtime-runtime"13129version = "0.35.3"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13132dependencies = [13133 "anyhow",13134 "backtrace",13135 "cc",13136 "cfg-if 1.0.0",13137 "indexmap",13138 "libc",13139 "log",13140 "mach",13141 "memfd",13142 "memoffset",13143 "more-asserts",13144 "rand 0.8.5",13145 "region",13146 "rustix",13147 "thiserror",13148 "wasmtime-environ",13149 "wasmtime-jit-debug",13150 "winapi",13151]1315213153[[package]]13154name = "wasmtime-types"13155version = "0.35.3"13156source = "registry+https://github.com/rust-lang/crates.io-index"13157checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13158dependencies = [13159 "cranelift-entity",13160 "serde",13161 "thiserror",13162 "wasmparser",13163]1316413165[[package]]13166name = "web-sys"13167version = "0.3.58"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13170dependencies = [13171 "js-sys",13172 "wasm-bindgen",13173]1317413175[[package]]13176name = "webpki"13177version = "0.22.0"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13180dependencies = [13181 "ring",13182 "untrusted",13183]1318413185[[package]]13186name = "webpki-roots"13187version = "0.22.3"13188source = "registry+https://github.com/rust-lang/crates.io-index"13189checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13190dependencies = [13191 "webpki",13192]1319313194[[package]]13195name = "wepoll-ffi"13196version = "0.1.2"13197source = "registry+https://github.com/rust-lang/crates.io-index"13198checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13199dependencies = [13200 "cc",13201]1320213203[[package]]13204name = "westend-runtime"13205version = "0.9.24"13206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13207dependencies = [13208 "beefy-primitives",13209 "bitvec 1.0.0",13210 "frame-benchmarking",13211 "frame-election-provider-support",13212 "frame-executive",13213 "frame-support",13214 "frame-system",13215 "frame-system-benchmarking",13216 "frame-system-rpc-runtime-api",13217 "frame-try-runtime",13218 "hex-literal",13219 "log",13220 "pallet-authority-discovery",13221 "pallet-authorship",13222 "pallet-babe",13223 "pallet-bags-list",13224 "pallet-balances",13225 "pallet-collective",13226 "pallet-democracy",13227 "pallet-election-provider-multi-phase",13228 "pallet-election-provider-support-benchmarking",13229 "pallet-elections-phragmen",13230 "pallet-grandpa",13231 "pallet-identity",13232 "pallet-im-online",13233 "pallet-indices",13234 "pallet-membership",13235 "pallet-multisig",13236 "pallet-nicks",13237 "pallet-nomination-pools",13238 "pallet-nomination-pools-benchmarking",13239 "pallet-offences",13240 "pallet-offences-benchmarking",13241 "pallet-preimage",13242 "pallet-proxy",13243 "pallet-recovery",13244 "pallet-scheduler",13245 "pallet-session",13246 "pallet-session-benchmarking",13247 "pallet-society",13248 "pallet-staking",13249 "pallet-staking-reward-curve",13250 "pallet-sudo",13251 "pallet-timestamp",13252 "pallet-transaction-payment",13253 "pallet-transaction-payment-rpc-runtime-api",13254 "pallet-treasury",13255 "pallet-utility",13256 "pallet-vesting",13257 "pallet-xcm",13258 "pallet-xcm-benchmarks",13259 "parity-scale-codec 3.1.5",13260 "polkadot-parachain",13261 "polkadot-primitives",13262 "polkadot-runtime-common",13263 "polkadot-runtime-parachains",13264 "rustc-hex",13265 "scale-info",13266 "serde",13267 "serde_derive",13268 "smallvec",13269 "sp-api",13270 "sp-authority-discovery",13271 "sp-block-builder",13272 "sp-consensus-babe",13273 "sp-core",13274 "sp-inherents",13275 "sp-io",13276 "sp-mmr-primitives",13277 "sp-npos-elections",13278 "sp-offchain",13279 "sp-runtime",13280 "sp-session",13281 "sp-staking",13282 "sp-std",13283 "sp-transaction-pool",13284 "sp-version",13285 "substrate-wasm-builder",13286 "westend-runtime-constants",13287 "xcm",13288 "xcm-builder",13289 "xcm-executor",13290]1329113292[[package]]13293name = "westend-runtime-constants"13294version = "0.9.24"13295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13296dependencies = [13297 "frame-support",13298 "polkadot-primitives",13299 "polkadot-runtime-common",13300 "smallvec",13301 "sp-runtime",13302]1330313304[[package]]13305name = "which"13306version = "4.2.5"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13309dependencies = [13310 "either",13311 "lazy_static",13312 "libc",13313]1331413315[[package]]13316name = "widestring"13317version = "0.5.1"13318source = "registry+https://github.com/rust-lang/crates.io-index"13319checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1332013321[[package]]13322name = "winapi"13323version = "0.3.9"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13326dependencies = [13327 "winapi-i686-pc-windows-gnu",13328 "winapi-x86_64-pc-windows-gnu",13329]1333013331[[package]]13332name = "winapi-i686-pc-windows-gnu"13333version = "0.4.0"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1333613337[[package]]13338name = "winapi-util"13339version = "0.1.5"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13342dependencies = [13343 "winapi",13344]1334513346[[package]]13347name = "winapi-x86_64-pc-windows-gnu"13348version = "0.4.0"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1335113352[[package]]13353name = "windows"13354version = "0.34.0"13355source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13357dependencies = [13358 "windows_aarch64_msvc 0.34.0",13359 "windows_i686_gnu 0.34.0",13360 "windows_i686_msvc 0.34.0",13361 "windows_x86_64_gnu 0.34.0",13362 "windows_x86_64_msvc 0.34.0",13363]1336413365[[package]]13366name = "windows-sys"13367version = "0.36.1"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13370dependencies = [13371 "windows_aarch64_msvc 0.36.1",13372 "windows_i686_gnu 0.36.1",13373 "windows_i686_msvc 0.36.1",13374 "windows_x86_64_gnu 0.36.1",13375 "windows_x86_64_msvc 0.36.1",13376]1337713378[[package]]13379name = "windows_aarch64_msvc"13380version = "0.34.0"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1338313384[[package]]13385name = "windows_aarch64_msvc"13386version = "0.36.1"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1338913390[[package]]13391name = "windows_i686_gnu"13392version = "0.34.0"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1339513396[[package]]13397name = "windows_i686_gnu"13398version = "0.36.1"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1340113402[[package]]13403name = "windows_i686_msvc"13404version = "0.34.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1340713408[[package]]13409name = "windows_i686_msvc"13410version = "0.36.1"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1341313414[[package]]13415name = "windows_x86_64_gnu"13416version = "0.34.0"13417source = "registry+https://github.com/rust-lang/crates.io-index"13418checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1341913420[[package]]13421name = "windows_x86_64_gnu"13422version = "0.36.1"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1342513426[[package]]13427name = "windows_x86_64_msvc"13428version = "0.34.0"13429source = "registry+https://github.com/rust-lang/crates.io-index"13430checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1343113432[[package]]13433name = "windows_x86_64_msvc"13434version = "0.36.1"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1343713438[[package]]13439name = "winreg"13440version = "0.7.0"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13443dependencies = [13444 "winapi",13445]1344613447[[package]]13448name = "wyz"13449version = "0.2.0"13450source = "registry+https://github.com/rust-lang/crates.io-index"13451checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1345213453[[package]]13454name = "wyz"13455version = "0.5.0"13456source = "registry+https://github.com/rust-lang/crates.io-index"13457checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13458dependencies = [13459 "tap",13460]1346113462[[package]]13463name = "x25519-dalek"13464version = "1.1.1"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13467dependencies = [13468 "curve25519-dalek 3.2.0",13469 "rand_core 0.5.1",13470 "zeroize",13471]1347213473[[package]]13474name = "xcm"13475version = "0.9.24"13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13477dependencies = [13478 "derivative",13479 "impl-trait-for-tuples",13480 "log",13481 "parity-scale-codec 3.1.5",13482 "scale-info",13483 "xcm-procedural",13484]1348513486[[package]]13487name = "xcm-builder"13488version = "0.9.24"13489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13490dependencies = [13491 "frame-support",13492 "frame-system",13493 "log",13494 "pallet-transaction-payment",13495 "parity-scale-codec 3.1.5",13496 "polkadot-parachain",13497 "scale-info",13498 "sp-arithmetic",13499 "sp-io",13500 "sp-runtime",13501 "sp-std",13502 "xcm",13503 "xcm-executor",13504]1350513506[[package]]13507name = "xcm-executor"13508version = "0.9.24"13509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13510dependencies = [13511 "frame-benchmarking",13512 "frame-support",13513 "impl-trait-for-tuples",13514 "log",13515 "parity-scale-codec 3.1.5",13516 "sp-arithmetic",13517 "sp-core",13518 "sp-io",13519 "sp-runtime",13520 "sp-std",13521 "xcm",13522]1352313524[[package]]13525name = "xcm-procedural"13526version = "0.1.0"13527source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13528dependencies = [13529 "Inflector",13530 "proc-macro2",13531 "quote",13532 "syn",13533]1353413535[[package]]13536name = "yamux"13537version = "0.10.1"13538source = "registry+https://github.com/rust-lang/crates.io-index"13539checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13540dependencies = [13541 "futures 0.3.21",13542 "log",13543 "nohash-hasher",13544 "parking_lot 0.12.1",13545 "rand 0.8.5",13546 "static_assertions",13547]1354813549[[package]]13550name = "yansi"13551version = "0.5.1"13552source = "registry+https://github.com/rust-lang/crates.io-index"13553checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1355413555[[package]]13556name = "zeroize"13557version = "1.4.3"13558source = "registry+https://github.com/rust-lang/crates.io-index"13559checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13560dependencies = [13561 "zeroize_derive",13562]1356313564[[package]]13565name = "zeroize_derive"13566version = "1.3.2"13567source = "registry+https://github.com/rust-lang/crates.io-index"13568checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13569dependencies = [13570 "proc-macro2",13571 "quote",13572 "syn",13573 "synstructure",13574]1357513576[[package]]13577name = "zstd"13578version = "0.10.2+zstd.1.5.2"13579source = "registry+https://github.com/rust-lang/crates.io-index"13580checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13581dependencies = [13582 "zstd-safe",13583]1358413585[[package]]13586name = "zstd-safe"13587version = "4.1.6+zstd.1.5.2"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13590dependencies = [13591 "libc",13592 "zstd-sys",13593]1359413595[[package]]13596name = "zstd-sys"13597version = "1.6.3+zstd.1.5.2"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13600dependencies = [13601 "cc",13602 "libc",13603]