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

difftreelog

source

Cargo.lock304.3 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.3"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.1"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.2"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.2"6324dependencies = [6325 "ethereum",6326 "evm-coder",6327 "frame-benchmarking",6328 "frame-support",6329 "frame-system",6330 "pallet-common",6331 "pallet-evm",6332 "pallet-evm-coder-substrate",6333 "pallet-structure",6334 "parity-scale-codec 3.1.5",6335 "scale-info",6336 "sp-core",6337 "sp-runtime",6338 "sp-std",6339 "struct-versioning",6340 "up-data-structs",6341]63426343[[package]]6344name = "pallet-rmrk-core"6345version = "0.1.0"6346dependencies = [6347 "derivative",6348 "frame-benchmarking",6349 "frame-support",6350 "frame-system",6351 "pallet-common",6352 "pallet-evm",6353 "pallet-nonfungible",6354 "pallet-structure",6355 "parity-scale-codec 3.1.5",6356 "rmrk-traits",6357 "scale-info",6358 "sp-core",6359 "sp-runtime",6360 "sp-std",6361 "up-data-structs",6362]63636364[[package]]6365name = "pallet-rmrk-equip"6366version = "0.1.0"6367dependencies = [6368 "frame-benchmarking",6369 "frame-support",6370 "frame-system",6371 "pallet-common",6372 "pallet-evm",6373 "pallet-nonfungible",6374 "pallet-rmrk-core",6375 "parity-scale-codec 3.1.5",6376 "rmrk-traits",6377 "scale-info",6378 "sp-core",6379 "sp-runtime",6380 "sp-std",6381 "up-data-structs",6382]63836384[[package]]6385name = "pallet-scheduler"6386version = "4.0.0-dev"6387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6388dependencies = [6389 "frame-benchmarking",6390 "frame-support",6391 "frame-system",6392 "log",6393 "parity-scale-codec 3.1.5",6394 "scale-info",6395 "sp-io",6396 "sp-runtime",6397 "sp-std",6398]63996400[[package]]6401name = "pallet-session"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "impl-trait-for-tuples",6408 "log",6409 "pallet-timestamp",6410 "parity-scale-codec 3.1.5",6411 "scale-info",6412 "sp-core",6413 "sp-io",6414 "sp-runtime",6415 "sp-session",6416 "sp-staking",6417 "sp-std",6418 "sp-trie",6419]64206421[[package]]6422name = "pallet-session-benchmarking"6423version = "4.0.0-dev"6424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6425dependencies = [6426 "frame-benchmarking",6427 "frame-support",6428 "frame-system",6429 "pallet-session",6430 "pallet-staking",6431 "rand 0.7.3",6432 "sp-runtime",6433 "sp-session",6434 "sp-std",6435]64366437[[package]]6438name = "pallet-society"6439version = "4.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6441dependencies = [6442 "frame-support",6443 "frame-system",6444 "parity-scale-codec 3.1.5",6445 "rand_chacha 0.2.2",6446 "scale-info",6447 "sp-runtime",6448 "sp-std",6449]64506451[[package]]6452name = "pallet-staking"6453version = "4.0.0-dev"6454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6455dependencies = [6456 "frame-benchmarking",6457 "frame-election-provider-support",6458 "frame-support",6459 "frame-system",6460 "log",6461 "pallet-authorship",6462 "pallet-session",6463 "parity-scale-codec 3.1.5",6464 "rand_chacha 0.2.2",6465 "scale-info",6466 "serde",6467 "sp-application-crypto",6468 "sp-io",6469 "sp-runtime",6470 "sp-staking",6471 "sp-std",6472]64736474[[package]]6475name = "pallet-staking-reward-curve"6476version = "4.0.0-dev"6477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6478dependencies = [6479 "proc-macro-crate",6480 "proc-macro2",6481 "quote",6482 "syn",6483]64846485[[package]]6486name = "pallet-staking-reward-fn"6487version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6489dependencies = [6490 "log",6491 "sp-arithmetic",6492]64936494[[package]]6495name = "pallet-structure"6496version = "0.1.0"6497dependencies = [6498 "frame-benchmarking",6499 "frame-support",6500 "frame-system",6501 "pallet-common",6502 "pallet-evm",6503 "parity-scale-codec 3.1.5",6504 "scale-info",6505 "sp-std",6506 "up-data-structs",6507]65086509[[package]]6510name = "pallet-sudo"6511version = "4.0.0-dev"6512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6513dependencies = [6514 "frame-support",6515 "frame-system",6516 "parity-scale-codec 3.1.5",6517 "scale-info",6518 "sp-io",6519 "sp-runtime",6520 "sp-std",6521]65226523[[package]]6524name = "pallet-template-transaction-payment"6525version = "3.0.0"6526source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"6527dependencies = [6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "pallet-balances",6532 "pallet-transaction-payment",6533 "parity-scale-codec 3.1.5",6534 "scale-info",6535 "serde",6536 "sp-core",6537 "sp-io",6538 "sp-runtime",6539 "sp-std",6540 "up-sponsorship",6541]65426543[[package]]6544name = "pallet-timestamp"6545version = "4.0.0-dev"6546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "log",6552 "parity-scale-codec 3.1.5",6553 "scale-info",6554 "sp-inherents",6555 "sp-io",6556 "sp-runtime",6557 "sp-std",6558 "sp-timestamp",6559]65606561[[package]]6562name = "pallet-tips"6563version = "4.0.0-dev"6564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6565dependencies = [6566 "frame-benchmarking",6567 "frame-support",6568 "frame-system",6569 "log",6570 "pallet-treasury",6571 "parity-scale-codec 3.1.5",6572 "scale-info",6573 "serde",6574 "sp-core",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-transaction-payment"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6584dependencies = [6585 "frame-support",6586 "frame-system",6587 "parity-scale-codec 3.1.5",6588 "scale-info",6589 "serde",6590 "sp-core",6591 "sp-io",6592 "sp-runtime",6593 "sp-std",6594]65956596[[package]]6597name = "pallet-transaction-payment-rpc"6598version = "4.0.0-dev"6599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6600dependencies = [6601 "jsonrpsee",6602 "pallet-transaction-payment-rpc-runtime-api",6603 "parity-scale-codec 3.1.5",6604 "sp-api",6605 "sp-blockchain",6606 "sp-core",6607 "sp-rpc",6608 "sp-runtime",6609]66106611[[package]]6612name = "pallet-transaction-payment-rpc-runtime-api"6613version = "4.0.0-dev"6614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6615dependencies = [6616 "pallet-transaction-payment",6617 "parity-scale-codec 3.1.5",6618 "sp-api",6619 "sp-runtime",6620]66216622[[package]]6623name = "pallet-treasury"6624version = "4.0.0-dev"6625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6626dependencies = [6627 "frame-benchmarking",6628 "frame-support",6629 "frame-system",6630 "impl-trait-for-tuples",6631 "pallet-balances",6632 "parity-scale-codec 3.1.5",6633 "scale-info",6634 "serde",6635 "sp-runtime",6636 "sp-std",6637]66386639[[package]]6640name = "pallet-unique"6641version = "0.1.1"6642dependencies = [6643 "ethereum",6644 "evm-coder",6645 "frame-benchmarking",6646 "frame-support",6647 "frame-system",6648 "pallet-common",6649 "pallet-evm",6650 "pallet-evm-coder-substrate",6651 "pallet-nonfungible",6652 "pallet-refungible",6653 "parity-scale-codec 3.1.5",6654 "scale-info",6655 "serde",6656 "sp-core",6657 "sp-io",6658 "sp-runtime",6659 "sp-std",6660 "up-data-structs",6661]66626663[[package]]6664name = "pallet-unique-scheduler"6665version = "0.1.0"6666dependencies = [6667 "frame-benchmarking",6668 "frame-support",6669 "frame-system",6670 "log",6671 "parity-scale-codec 3.1.5",6672 "scale-info",6673 "serde",6674 "sp-core",6675 "sp-io",6676 "sp-runtime",6677 "sp-std",6678 "substrate-test-utils",6679 "up-sponsorship",6680]66816682[[package]]6683name = "pallet-utility"6684version = "4.0.0-dev"6685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6686dependencies = [6687 "frame-benchmarking",6688 "frame-support",6689 "frame-system",6690 "parity-scale-codec 3.1.5",6691 "scale-info",6692 "sp-core",6693 "sp-io",6694 "sp-runtime",6695 "sp-std",6696]66976698[[package]]6699name = "pallet-vesting"6700version = "4.0.0-dev"6701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"6702dependencies = [6703 "frame-benchmarking",6704 "frame-support",6705 "frame-system",6706 "log",6707 "parity-scale-codec 3.1.5",6708 "scale-info",6709 "sp-runtime",6710 "sp-std",6711]67126713[[package]]6714name = "pallet-xcm"6715version = "0.9.24"6716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6717dependencies = [6718 "frame-support",6719 "frame-system",6720 "log",6721 "parity-scale-codec 3.1.5",6722 "scale-info",6723 "serde",6724 "sp-core",6725 "sp-runtime",6726 "sp-std",6727 "xcm",6728 "xcm-executor",6729]67306731[[package]]6732name = "pallet-xcm-benchmarks"6733version = "0.9.24"6734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6735dependencies = [6736 "frame-benchmarking",6737 "frame-support",6738 "frame-system",6739 "log",6740 "parity-scale-codec 3.1.5",6741 "scale-info",6742 "sp-runtime",6743 "sp-std",6744 "xcm",6745 "xcm-executor",6746]67476748[[package]]6749name = "parachain-info"6750version = "0.1.0"6751source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"6752dependencies = [6753 "cumulus-primitives-core",6754 "frame-support",6755 "frame-system",6756 "parity-scale-codec 3.1.5",6757 "scale-info",6758 "serde",6759]67606761[[package]]6762name = "parity-db"6763version = "0.3.14"6764source = "registry+https://github.com/rust-lang/crates.io-index"6765checksum = "966eb23bd3a09758b8dac09f82b9d417c00f14e5d46171bf04cffdd9cb2e1eb1"6766dependencies = [6767 "blake2-rfc",6768 "crc32fast",6769 "fs2",6770 "hex",6771 "libc",6772 "log",6773 "lz4",6774 "memmap2 0.2.3",6775 "parking_lot 0.11.2",6776 "rand 0.8.5",6777 "snap",6778]67796780[[package]]6781name = "parity-scale-codec"6782version = "2.3.1"6783source = "registry+https://github.com/rust-lang/crates.io-index"6784checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6785dependencies = [6786 "arrayvec 0.7.2",6787 "bitvec 0.20.4",6788 "byte-slice-cast",6789 "impl-trait-for-tuples",6790 "parity-scale-codec-derive 2.3.1",6791 "serde",6792]67936794[[package]]6795name = "parity-scale-codec"6796version = "3.1.5"6797source = "registry+https://github.com/rust-lang/crates.io-index"6798checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6799dependencies = [6800 "arrayvec 0.7.2",6801 "bitvec 1.0.0",6802 "byte-slice-cast",6803 "impl-trait-for-tuples",6804 "parity-scale-codec-derive 3.1.3",6805 "serde",6806]68076808[[package]]6809name = "parity-scale-codec-derive"6810version = "2.3.1"6811source = "registry+https://github.com/rust-lang/crates.io-index"6812checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6813dependencies = [6814 "proc-macro-crate",6815 "proc-macro2",6816 "quote",6817 "syn",6818]68196820[[package]]6821name = "parity-scale-codec-derive"6822version = "3.1.3"6823source = "registry+https://github.com/rust-lang/crates.io-index"6824checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6825dependencies = [6826 "proc-macro-crate",6827 "proc-macro2",6828 "quote",6829 "syn",6830]68316832[[package]]6833name = "parity-send-wrapper"6834version = "0.1.0"6835source = "registry+https://github.com/rust-lang/crates.io-index"6836checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68376838[[package]]6839name = "parity-util-mem"6840version = "0.11.0"6841source = "registry+https://github.com/rust-lang/crates.io-index"6842checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6843dependencies = [6844 "cfg-if 1.0.0",6845 "ethereum-types",6846 "hashbrown 0.12.1",6847 "impl-trait-for-tuples",6848 "lru 0.7.7",6849 "parity-util-mem-derive",6850 "parking_lot 0.12.1",6851 "primitive-types",6852 "smallvec",6853 "winapi",6854]68556856[[package]]6857name = "parity-util-mem-derive"6858version = "0.1.0"6859source = "registry+https://github.com/rust-lang/crates.io-index"6860checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6861dependencies = [6862 "proc-macro2",6863 "syn",6864 "synstructure",6865]68666867[[package]]6868name = "parity-wasm"6869version = "0.32.0"6870source = "registry+https://github.com/rust-lang/crates.io-index"6871checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6872dependencies = [6873 "byteorder",6874]68756876[[package]]6877name = "parity-wasm"6878version = "0.42.2"6879source = "registry+https://github.com/rust-lang/crates.io-index"6880checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68816882[[package]]6883name = "parking"6884version = "2.0.0"6885source = "registry+https://github.com/rust-lang/crates.io-index"6886checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68876888[[package]]6889name = "parking_lot"6890version = "0.11.2"6891source = "registry+https://github.com/rust-lang/crates.io-index"6892checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6893dependencies = [6894 "instant",6895 "lock_api",6896 "parking_lot_core 0.8.5",6897]68986899[[package]]6900name = "parking_lot"6901version = "0.12.1"6902source = "registry+https://github.com/rust-lang/crates.io-index"6903checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6904dependencies = [6905 "lock_api",6906 "parking_lot_core 0.9.3",6907]69086909[[package]]6910name = "parking_lot_core"6911version = "0.8.5"6912source = "registry+https://github.com/rust-lang/crates.io-index"6913checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6914dependencies = [6915 "cfg-if 1.0.0",6916 "instant",6917 "libc",6918 "redox_syscall",6919 "smallvec",6920 "winapi",6921]69226923[[package]]6924name = "parking_lot_core"6925version = "0.9.3"6926source = "registry+https://github.com/rust-lang/crates.io-index"6927checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6928dependencies = [6929 "cfg-if 1.0.0",6930 "libc",6931 "redox_syscall",6932 "smallvec",6933 "windows-sys",6934]69356936[[package]]6937name = "paste"6938version = "1.0.7"6939source = "registry+https://github.com/rust-lang/crates.io-index"6940checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69416942[[package]]6943name = "pbkdf2"6944version = "0.4.0"6945source = "registry+https://github.com/rust-lang/crates.io-index"6946checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6947dependencies = [6948 "crypto-mac 0.8.0",6949]69506951[[package]]6952name = "pbkdf2"6953version = "0.8.0"6954source = "registry+https://github.com/rust-lang/crates.io-index"6955checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6956dependencies = [6957 "crypto-mac 0.11.1",6958]69596960[[package]]6961name = "peeking_take_while"6962version = "0.1.2"6963source = "registry+https://github.com/rust-lang/crates.io-index"6964checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69656966[[package]]6967name = "percent-encoding"6968version = "2.1.0"6969source = "registry+https://github.com/rust-lang/crates.io-index"6970checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69716972[[package]]6973name = "pest"6974version = "2.1.3"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6977dependencies = [6978 "ucd-trie",6979]69806981[[package]]6982name = "pest_derive"6983version = "2.1.0"6984source = "registry+https://github.com/rust-lang/crates.io-index"6985checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6986dependencies = [6987 "pest",6988 "pest_generator",6989]69906991[[package]]6992name = "pest_generator"6993version = "2.1.3"6994source = "registry+https://github.com/rust-lang/crates.io-index"6995checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6996dependencies = [6997 "pest",6998 "pest_meta",6999 "proc-macro2",7000 "quote",7001 "syn",7002]70037004[[package]]7005name = "pest_meta"7006version = "2.1.3"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7009dependencies = [7010 "maplit",7011 "pest",7012 "sha-1 0.8.2",7013]70147015[[package]]7016name = "petgraph"7017version = "0.6.2"7018source = "registry+https://github.com/rust-lang/crates.io-index"7019checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7020dependencies = [7021 "fixedbitset",7022 "indexmap",7023]70247025[[package]]7026name = "pin-project"7027version = "0.4.29"7028source = "registry+https://github.com/rust-lang/crates.io-index"7029checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7030dependencies = [7031 "pin-project-internal 0.4.29",7032]70337034[[package]]7035name = "pin-project"7036version = "1.0.10"7037source = "registry+https://github.com/rust-lang/crates.io-index"7038checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7039dependencies = [7040 "pin-project-internal 1.0.10",7041]70427043[[package]]7044name = "pin-project-internal"7045version = "0.4.29"7046source = "registry+https://github.com/rust-lang/crates.io-index"7047checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7048dependencies = [7049 "proc-macro2",7050 "quote",7051 "syn",7052]70537054[[package]]7055name = "pin-project-internal"7056version = "1.0.10"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7059dependencies = [7060 "proc-macro2",7061 "quote",7062 "syn",7063]70647065[[package]]7066name = "pin-project-lite"7067version = "0.1.12"7068source = "registry+https://github.com/rust-lang/crates.io-index"7069checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70707071[[package]]7072name = "pin-project-lite"7073version = "0.2.9"7074source = "registry+https://github.com/rust-lang/crates.io-index"7075checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70767077[[package]]7078name = "pin-utils"7079version = "0.1.0"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70827083[[package]]7084name = "pkg-config"7085version = "0.3.25"7086source = "registry+https://github.com/rust-lang/crates.io-index"7087checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70887089[[package]]7090name = "platforms"7091version = "2.0.0"7092source = "registry+https://github.com/rust-lang/crates.io-index"7093checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70947095[[package]]7096name = "polkadot-approval-distribution"7097version = "0.9.24"7098source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7099dependencies = [7100 "futures 0.3.21",7101 "polkadot-node-network-protocol",7102 "polkadot-node-primitives",7103 "polkadot-node-subsystem",7104 "polkadot-node-subsystem-util",7105 "polkadot-primitives",7106 "rand 0.8.5",7107 "tracing-gum",7108]71097110[[package]]7111name = "polkadot-availability-bitfield-distribution"7112version = "0.9.24"7113source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7114dependencies = [7115 "futures 0.3.21",7116 "polkadot-node-network-protocol",7117 "polkadot-node-subsystem",7118 "polkadot-node-subsystem-util",7119 "polkadot-primitives",7120 "rand 0.8.5",7121 "tracing-gum",7122]71237124[[package]]7125name = "polkadot-availability-distribution"7126version = "0.9.24"7127source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7128dependencies = [7129 "derive_more",7130 "fatality",7131 "futures 0.3.21",7132 "lru 0.7.7",7133 "parity-scale-codec 3.1.5",7134 "polkadot-erasure-coding",7135 "polkadot-node-network-protocol",7136 "polkadot-node-primitives",7137 "polkadot-node-subsystem",7138 "polkadot-node-subsystem-util",7139 "polkadot-primitives",7140 "rand 0.8.5",7141 "sp-core",7142 "sp-keystore",7143 "thiserror",7144 "tracing-gum",7145]71467147[[package]]7148name = "polkadot-availability-recovery"7149version = "0.9.24"7150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7151dependencies = [7152 "fatality",7153 "futures 0.3.21",7154 "lru 0.7.7",7155 "parity-scale-codec 3.1.5",7156 "polkadot-erasure-coding",7157 "polkadot-node-network-protocol",7158 "polkadot-node-primitives",7159 "polkadot-node-subsystem",7160 "polkadot-node-subsystem-util",7161 "polkadot-primitives",7162 "rand 0.8.5",7163 "sc-network",7164 "thiserror",7165 "tracing-gum",7166]71677168[[package]]7169name = "polkadot-cli"7170version = "0.9.24"7171source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7172dependencies = [7173 "clap",7174 "frame-benchmarking-cli",7175 "futures 0.3.21",7176 "log",7177 "polkadot-client",7178 "polkadot-node-core-pvf",7179 "polkadot-node-metrics",7180 "polkadot-performance-test",7181 "polkadot-service",7182 "sc-cli",7183 "sc-service",7184 "sc-sysinfo",7185 "sc-tracing",7186 "sp-core",7187 "sp-trie",7188 "substrate-build-script-utils",7189 "thiserror",7190 "try-runtime-cli",7191]71927193[[package]]7194name = "polkadot-client"7195version = "0.9.24"7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7197dependencies = [7198 "beefy-primitives",7199 "frame-benchmarking",7200 "frame-benchmarking-cli",7201 "frame-system",7202 "frame-system-rpc-runtime-api",7203 "pallet-transaction-payment",7204 "pallet-transaction-payment-rpc-runtime-api",7205 "polkadot-core-primitives",7206 "polkadot-node-core-parachains-inherent",7207 "polkadot-primitives",7208 "polkadot-runtime",7209 "polkadot-runtime-common",7210 "sc-client-api",7211 "sc-consensus",7212 "sc-executor",7213 "sc-service",7214 "sp-api",7215 "sp-authority-discovery",7216 "sp-block-builder",7217 "sp-blockchain",7218 "sp-consensus",7219 "sp-consensus-babe",7220 "sp-core",7221 "sp-finality-grandpa",7222 "sp-inherents",7223 "sp-keyring",7224 "sp-mmr-primitives",7225 "sp-offchain",7226 "sp-runtime",7227 "sp-session",7228 "sp-storage",7229 "sp-timestamp",7230 "sp-transaction-pool",7231]72327233[[package]]7234name = "polkadot-collator-protocol"7235version = "0.9.24"7236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7237dependencies = [7238 "always-assert",7239 "fatality",7240 "futures 0.3.21",7241 "futures-timer",7242 "polkadot-node-network-protocol",7243 "polkadot-node-primitives",7244 "polkadot-node-subsystem",7245 "polkadot-node-subsystem-util",7246 "polkadot-primitives",7247 "sp-core",7248 "sp-keystore",7249 "sp-runtime",7250 "thiserror",7251 "tracing-gum",7252]72537254[[package]]7255name = "polkadot-core-primitives"7256version = "0.9.24"7257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7258dependencies = [7259 "parity-scale-codec 3.1.5",7260 "parity-util-mem",7261 "scale-info",7262 "sp-core",7263 "sp-runtime",7264 "sp-std",7265]72667267[[package]]7268name = "polkadot-dispute-distribution"7269version = "0.9.24"7270source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7271dependencies = [7272 "derive_more",7273 "fatality",7274 "futures 0.3.21",7275 "lru 0.7.7",7276 "parity-scale-codec 3.1.5",7277 "polkadot-erasure-coding",7278 "polkadot-node-network-protocol",7279 "polkadot-node-primitives",7280 "polkadot-node-subsystem",7281 "polkadot-node-subsystem-util",7282 "polkadot-primitives",7283 "sc-network",7284 "sp-application-crypto",7285 "sp-keystore",7286 "thiserror",7287 "tracing-gum",7288]72897290[[package]]7291name = "polkadot-erasure-coding"7292version = "0.9.24"7293source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7294dependencies = [7295 "parity-scale-codec 3.1.5",7296 "polkadot-node-primitives",7297 "polkadot-primitives",7298 "reed-solomon-novelpoly",7299 "sp-core",7300 "sp-trie",7301 "thiserror",7302]73037304[[package]]7305name = "polkadot-gossip-support"7306version = "0.9.24"7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7308dependencies = [7309 "futures 0.3.21",7310 "futures-timer",7311 "polkadot-node-network-protocol",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "rand 0.8.5",7316 "rand_chacha 0.3.1",7317 "sc-network",7318 "sp-application-crypto",7319 "sp-core",7320 "sp-keystore",7321 "tracing-gum",7322]73237324[[package]]7325name = "polkadot-network-bridge"7326version = "0.9.24"7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7328dependencies = [7329 "always-assert",7330 "async-trait",7331 "bytes 1.1.0",7332 "futures 0.3.21",7333 "parity-scale-codec 3.1.5",7334 "parking_lot 0.12.1",7335 "polkadot-node-network-protocol",7336 "polkadot-node-subsystem",7337 "polkadot-node-subsystem-util",7338 "polkadot-overseer",7339 "polkadot-primitives",7340 "sc-network",7341 "sp-consensus",7342 "tracing-gum",7343]73447345[[package]]7346name = "polkadot-node-collation-generation"7347version = "0.9.24"7348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7349dependencies = [7350 "futures 0.3.21",7351 "parity-scale-codec 3.1.5",7352 "polkadot-erasure-coding",7353 "polkadot-node-primitives",7354 "polkadot-node-subsystem",7355 "polkadot-node-subsystem-util",7356 "polkadot-primitives",7357 "sp-core",7358 "sp-maybe-compressed-blob",7359 "thiserror",7360 "tracing-gum",7361]73627363[[package]]7364name = "polkadot-node-core-approval-voting"7365version = "0.9.24"7366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7367dependencies = [7368 "bitvec 1.0.0",7369 "derive_more",7370 "futures 0.3.21",7371 "futures-timer",7372 "kvdb",7373 "lru 0.7.7",7374 "merlin",7375 "parity-scale-codec 3.1.5",7376 "polkadot-node-jaeger",7377 "polkadot-node-primitives",7378 "polkadot-node-subsystem",7379 "polkadot-node-subsystem-util",7380 "polkadot-overseer",7381 "polkadot-primitives",7382 "sc-keystore",7383 "schnorrkel",7384 "sp-application-crypto",7385 "sp-consensus",7386 "sp-consensus-slots",7387 "sp-runtime",7388 "thiserror",7389 "tracing-gum",7390]73917392[[package]]7393name = "polkadot-node-core-av-store"7394version = "0.9.24"7395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7396dependencies = [7397 "bitvec 1.0.0",7398 "futures 0.3.21",7399 "futures-timer",7400 "kvdb",7401 "parity-scale-codec 3.1.5",7402 "polkadot-erasure-coding",7403 "polkadot-node-primitives",7404 "polkadot-node-subsystem",7405 "polkadot-node-subsystem-util",7406 "polkadot-overseer",7407 "polkadot-primitives",7408 "thiserror",7409 "tracing-gum",7410]74117412[[package]]7413name = "polkadot-node-core-backing"7414version = "0.9.24"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7416dependencies = [7417 "bitvec 1.0.0",7418 "fatality",7419 "futures 0.3.21",7420 "polkadot-erasure-coding",7421 "polkadot-node-primitives",7422 "polkadot-node-subsystem",7423 "polkadot-node-subsystem-util",7424 "polkadot-primitives",7425 "polkadot-statement-table",7426 "sp-keystore",7427 "thiserror",7428 "tracing-gum",7429]74307431[[package]]7432name = "polkadot-node-core-bitfield-signing"7433version = "0.9.24"7434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7435dependencies = [7436 "futures 0.3.21",7437 "polkadot-node-subsystem",7438 "polkadot-node-subsystem-util",7439 "polkadot-primitives",7440 "sp-keystore",7441 "thiserror",7442 "tracing-gum",7443 "wasm-timer",7444]74457446[[package]]7447name = "polkadot-node-core-candidate-validation"7448version = "0.9.24"7449source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7450dependencies = [7451 "async-trait",7452 "futures 0.3.21",7453 "parity-scale-codec 3.1.5",7454 "polkadot-node-core-pvf",7455 "polkadot-node-primitives",7456 "polkadot-node-subsystem",7457 "polkadot-node-subsystem-util",7458 "polkadot-parachain",7459 "polkadot-primitives",7460 "sp-maybe-compressed-blob",7461 "tracing-gum",7462]74637464[[package]]7465name = "polkadot-node-core-chain-api"7466version = "0.9.24"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7468dependencies = [7469 "futures 0.3.21",7470 "polkadot-node-subsystem",7471 "polkadot-node-subsystem-util",7472 "polkadot-primitives",7473 "sc-client-api",7474 "sc-consensus-babe",7475 "sp-blockchain",7476 "tracing-gum",7477]74787479[[package]]7480name = "polkadot-node-core-chain-selection"7481version = "0.9.24"7482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7483dependencies = [7484 "futures 0.3.21",7485 "futures-timer",7486 "kvdb",7487 "parity-scale-codec 3.1.5",7488 "polkadot-node-primitives",7489 "polkadot-node-subsystem",7490 "polkadot-node-subsystem-util",7491 "polkadot-primitives",7492 "thiserror",7493 "tracing-gum",7494]74957496[[package]]7497name = "polkadot-node-core-dispute-coordinator"7498version = "0.9.24"7499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7500dependencies = [7501 "fatality",7502 "futures 0.3.21",7503 "kvdb",7504 "lru 0.7.7",7505 "parity-scale-codec 3.1.5",7506 "polkadot-node-primitives",7507 "polkadot-node-subsystem",7508 "polkadot-node-subsystem-util",7509 "polkadot-primitives",7510 "sc-keystore",7511 "thiserror",7512 "tracing-gum",7513]75147515[[package]]7516name = "polkadot-node-core-parachains-inherent"7517version = "0.9.24"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7519dependencies = [7520 "async-trait",7521 "futures 0.3.21",7522 "futures-timer",7523 "polkadot-node-subsystem",7524 "polkadot-primitives",7525 "sp-blockchain",7526 "sp-inherents",7527 "sp-runtime",7528 "thiserror",7529 "tracing-gum",7530]75317532[[package]]7533name = "polkadot-node-core-provisioner"7534version = "0.9.24"7535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7536dependencies = [7537 "bitvec 1.0.0",7538 "fatality",7539 "futures 0.3.21",7540 "futures-timer",7541 "polkadot-node-primitives",7542 "polkadot-node-subsystem",7543 "polkadot-node-subsystem-util",7544 "polkadot-primitives",7545 "rand 0.8.5",7546 "thiserror",7547 "tracing-gum",7548]75497550[[package]]7551name = "polkadot-node-core-pvf"7552version = "0.9.24"7553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7554dependencies = [7555 "always-assert",7556 "assert_matches",7557 "async-process",7558 "async-std",7559 "futures 0.3.21",7560 "futures-timer",7561 "parity-scale-codec 3.1.5",7562 "pin-project 1.0.10",7563 "polkadot-core-primitives",7564 "polkadot-node-subsystem-util",7565 "polkadot-parachain",7566 "rand 0.8.5",7567 "sc-executor",7568 "sc-executor-common",7569 "sc-executor-wasmtime",7570 "slotmap",7571 "sp-core",7572 "sp-externalities",7573 "sp-io",7574 "sp-maybe-compressed-blob",7575 "sp-tracing",7576 "sp-wasm-interface",7577 "tempfile",7578 "tracing-gum",7579]75807581[[package]]7582name = "polkadot-node-core-pvf-checker"7583version = "0.9.24"7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7585dependencies = [7586 "futures 0.3.21",7587 "polkadot-node-primitives",7588 "polkadot-node-subsystem",7589 "polkadot-node-subsystem-util",7590 "polkadot-overseer",7591 "polkadot-primitives",7592 "sp-keystore",7593 "thiserror",7594 "tracing-gum",7595]75967597[[package]]7598name = "polkadot-node-core-runtime-api"7599version = "0.9.24"7600source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7601dependencies = [7602 "futures 0.3.21",7603 "memory-lru",7604 "parity-util-mem",7605 "polkadot-node-subsystem",7606 "polkadot-node-subsystem-util",7607 "polkadot-primitives",7608 "sp-api",7609 "sp-authority-discovery",7610 "sp-consensus-babe",7611 "tracing-gum",7612]76137614[[package]]7615name = "polkadot-node-jaeger"7616version = "0.9.24"7617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7618dependencies = [7619 "async-std",7620 "lazy_static",7621 "log",7622 "mick-jaeger",7623 "parity-scale-codec 3.1.5",7624 "parking_lot 0.12.1",7625 "polkadot-node-primitives",7626 "polkadot-primitives",7627 "sc-network",7628 "sp-core",7629 "thiserror",7630]76317632[[package]]7633name = "polkadot-node-metrics"7634version = "0.9.24"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7636dependencies = [7637 "bs58",7638 "futures 0.3.21",7639 "futures-timer",7640 "log",7641 "parity-scale-codec 3.1.5",7642 "polkadot-primitives",7643 "prioritized-metered-channel",7644 "sc-cli",7645 "sc-service",7646 "sc-tracing",7647 "substrate-prometheus-endpoint",7648 "tracing-gum",7649]76507651[[package]]7652name = "polkadot-node-network-protocol"7653version = "0.9.24"7654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7655dependencies = [7656 "async-trait",7657 "derive_more",7658 "fatality",7659 "futures 0.3.21",7660 "parity-scale-codec 3.1.5",7661 "polkadot-node-jaeger",7662 "polkadot-node-primitives",7663 "polkadot-primitives",7664 "rand 0.8.5",7665 "sc-authority-discovery",7666 "sc-network",7667 "strum 0.24.1",7668 "thiserror",7669 "tracing-gum",7670]76717672[[package]]7673name = "polkadot-node-primitives"7674version = "0.9.24"7675source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7676dependencies = [7677 "bounded-vec",7678 "futures 0.3.21",7679 "parity-scale-codec 3.1.5",7680 "polkadot-parachain",7681 "polkadot-primitives",7682 "schnorrkel",7683 "serde",7684 "sp-application-crypto",7685 "sp-consensus-babe",7686 "sp-consensus-vrf",7687 "sp-core",7688 "sp-keystore",7689 "sp-maybe-compressed-blob",7690 "thiserror",7691 "zstd",7692]76937694[[package]]7695name = "polkadot-node-subsystem"7696version = "0.9.24"7697source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7698dependencies = [7699 "polkadot-node-jaeger",7700 "polkadot-node-subsystem-types",7701 "polkadot-overseer",7702]77037704[[package]]7705name = "polkadot-node-subsystem-types"7706version = "0.9.24"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7708dependencies = [7709 "derive_more",7710 "futures 0.3.21",7711 "orchestra",7712 "polkadot-node-jaeger",7713 "polkadot-node-network-protocol",7714 "polkadot-node-primitives",7715 "polkadot-primitives",7716 "polkadot-statement-table",7717 "sc-network",7718 "smallvec",7719 "substrate-prometheus-endpoint",7720 "thiserror",7721]77227723[[package]]7724name = "polkadot-node-subsystem-util"7725version = "0.9.24"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7727dependencies = [7728 "async-trait",7729 "derive_more",7730 "fatality",7731 "futures 0.3.21",7732 "itertools",7733 "kvdb",7734 "lru 0.7.7",7735 "parity-db",7736 "parity-scale-codec 3.1.5",7737 "parity-util-mem",7738 "parking_lot 0.11.2",7739 "pin-project 1.0.10",7740 "polkadot-node-jaeger",7741 "polkadot-node-metrics",7742 "polkadot-node-network-protocol",7743 "polkadot-node-primitives",7744 "polkadot-node-subsystem",7745 "polkadot-overseer",7746 "polkadot-primitives",7747 "prioritized-metered-channel",7748 "rand 0.8.5",7749 "sp-application-crypto",7750 "sp-core",7751 "sp-keystore",7752 "thiserror",7753 "tracing-gum",7754]77557756[[package]]7757name = "polkadot-overseer"7758version = "0.9.24"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7760dependencies = [7761 "futures 0.3.21",7762 "futures-timer",7763 "lru 0.7.7",7764 "orchestra",7765 "parity-util-mem",7766 "parking_lot 0.12.1",7767 "polkadot-node-metrics",7768 "polkadot-node-network-protocol",7769 "polkadot-node-primitives",7770 "polkadot-node-subsystem-types",7771 "polkadot-primitives",7772 "sc-client-api",7773 "sp-api",7774 "sp-core",7775 "tracing-gum",7776]77777778[[package]]7779name = "polkadot-parachain"7780version = "0.9.24"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7782dependencies = [7783 "derive_more",7784 "frame-support",7785 "parity-scale-codec 3.1.5",7786 "parity-util-mem",7787 "polkadot-core-primitives",7788 "scale-info",7789 "serde",7790 "sp-core",7791 "sp-runtime",7792 "sp-std",7793]77947795[[package]]7796name = "polkadot-performance-test"7797version = "0.9.24"7798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7799dependencies = [7800 "env_logger",7801 "kusama-runtime",7802 "log",7803 "polkadot-erasure-coding",7804 "polkadot-node-core-pvf",7805 "polkadot-node-primitives",7806 "quote",7807 "thiserror",7808]78097810[[package]]7811name = "polkadot-primitives"7812version = "0.9.24"7813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7814dependencies = [7815 "bitvec 1.0.0",7816 "frame-system",7817 "hex-literal",7818 "parity-scale-codec 3.1.5",7819 "parity-util-mem",7820 "polkadot-core-primitives",7821 "polkadot-parachain",7822 "scale-info",7823 "serde",7824 "sp-api",7825 "sp-application-crypto",7826 "sp-arithmetic",7827 "sp-authority-discovery",7828 "sp-consensus-slots",7829 "sp-core",7830 "sp-inherents",7831 "sp-io",7832 "sp-keystore",7833 "sp-runtime",7834 "sp-staking",7835 "sp-std",7836 "sp-trie",7837 "sp-version",7838]78397840[[package]]7841name = "polkadot-rpc"7842version = "0.9.24"7843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7844dependencies = [7845 "beefy-gadget",7846 "beefy-gadget-rpc",7847 "jsonrpsee",7848 "pallet-mmr-rpc",7849 "pallet-transaction-payment-rpc",7850 "polkadot-primitives",7851 "sc-chain-spec",7852 "sc-client-api",7853 "sc-consensus-babe",7854 "sc-consensus-babe-rpc",7855 "sc-consensus-epochs",7856 "sc-finality-grandpa",7857 "sc-finality-grandpa-rpc",7858 "sc-rpc",7859 "sc-sync-state-rpc",7860 "sc-transaction-pool-api",7861 "sp-api",7862 "sp-block-builder",7863 "sp-blockchain",7864 "sp-consensus",7865 "sp-consensus-babe",7866 "sp-keystore",7867 "sp-runtime",7868 "substrate-frame-rpc-system",7869 "substrate-state-trie-migration-rpc",7870]78717872[[package]]7873name = "polkadot-runtime"7874version = "0.9.24"7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7876dependencies = [7877 "beefy-primitives",7878 "bitvec 1.0.0",7879 "frame-benchmarking",7880 "frame-election-provider-support",7881 "frame-executive",7882 "frame-support",7883 "frame-system",7884 "frame-system-benchmarking",7885 "frame-system-rpc-runtime-api",7886 "frame-try-runtime",7887 "hex-literal",7888 "log",7889 "pallet-authority-discovery",7890 "pallet-authorship",7891 "pallet-babe",7892 "pallet-bags-list",7893 "pallet-balances",7894 "pallet-bounties",7895 "pallet-child-bounties",7896 "pallet-collective",7897 "pallet-democracy",7898 "pallet-election-provider-multi-phase",7899 "pallet-election-provider-support-benchmarking",7900 "pallet-elections-phragmen",7901 "pallet-grandpa",7902 "pallet-identity",7903 "pallet-im-online",7904 "pallet-indices",7905 "pallet-membership",7906 "pallet-multisig",7907 "pallet-nicks",7908 "pallet-offences",7909 "pallet-offences-benchmarking",7910 "pallet-preimage",7911 "pallet-proxy",7912 "pallet-scheduler",7913 "pallet-session",7914 "pallet-session-benchmarking",7915 "pallet-staking",7916 "pallet-staking-reward-curve",7917 "pallet-timestamp",7918 "pallet-tips",7919 "pallet-transaction-payment",7920 "pallet-transaction-payment-rpc-runtime-api",7921 "pallet-treasury",7922 "pallet-utility",7923 "pallet-vesting",7924 "pallet-xcm",7925 "parity-scale-codec 3.1.5",7926 "polkadot-primitives",7927 "polkadot-runtime-common",7928 "polkadot-runtime-constants",7929 "polkadot-runtime-parachains",7930 "rustc-hex",7931 "scale-info",7932 "serde",7933 "serde_derive",7934 "smallvec",7935 "sp-api",7936 "sp-authority-discovery",7937 "sp-block-builder",7938 "sp-consensus-babe",7939 "sp-core",7940 "sp-inherents",7941 "sp-io",7942 "sp-mmr-primitives",7943 "sp-npos-elections",7944 "sp-offchain",7945 "sp-runtime",7946 "sp-session",7947 "sp-staking",7948 "sp-std",7949 "sp-transaction-pool",7950 "sp-version",7951 "static_assertions",7952 "substrate-wasm-builder",7953 "xcm",7954 "xcm-builder",7955 "xcm-executor",7956]79577958[[package]]7959name = "polkadot-runtime-common"7960version = "0.9.24"7961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7962dependencies = [7963 "beefy-primitives",7964 "bitvec 1.0.0",7965 "frame-benchmarking",7966 "frame-election-provider-support",7967 "frame-support",7968 "frame-system",7969 "impl-trait-for-tuples",7970 "libsecp256k1",7971 "log",7972 "pallet-authorship",7973 "pallet-babe",7974 "pallet-bags-list",7975 "pallet-balances",7976 "pallet-beefy-mmr",7977 "pallet-election-provider-multi-phase",7978 "pallet-session",7979 "pallet-staking",7980 "pallet-timestamp",7981 "pallet-transaction-payment",7982 "pallet-treasury",7983 "pallet-vesting",7984 "parity-scale-codec 3.1.5",7985 "polkadot-primitives",7986 "polkadot-runtime-parachains",7987 "rustc-hex",7988 "scale-info",7989 "serde",7990 "serde_derive",7991 "slot-range-helper",7992 "sp-api",7993 "sp-core",7994 "sp-inherents",7995 "sp-io",7996 "sp-npos-elections",7997 "sp-runtime",7998 "sp-session",7999 "sp-staking",8000 "sp-std",8001 "static_assertions",8002 "xcm",8003]80048005[[package]]8006name = "polkadot-runtime-constants"8007version = "0.9.24"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8009dependencies = [8010 "frame-support",8011 "polkadot-primitives",8012 "polkadot-runtime-common",8013 "smallvec",8014 "sp-runtime",8015]80168017[[package]]8018name = "polkadot-runtime-metrics"8019version = "0.9.24"8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8021dependencies = [8022 "bs58",8023 "parity-scale-codec 3.1.5",8024 "polkadot-primitives",8025 "sp-std",8026 "sp-tracing",8027]80288029[[package]]8030name = "polkadot-runtime-parachains"8031version = "0.9.24"8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8033dependencies = [8034 "bitflags",8035 "bitvec 1.0.0",8036 "derive_more",8037 "frame-benchmarking",8038 "frame-support",8039 "frame-system",8040 "log",8041 "pallet-authority-discovery",8042 "pallet-authorship",8043 "pallet-babe",8044 "pallet-balances",8045 "pallet-session",8046 "pallet-staking",8047 "pallet-timestamp",8048 "pallet-vesting",8049 "parity-scale-codec 3.1.5",8050 "polkadot-primitives",8051 "polkadot-runtime-metrics",8052 "rand 0.8.5",8053 "rand_chacha 0.3.1",8054 "rustc-hex",8055 "scale-info",8056 "serde",8057 "sp-api",8058 "sp-application-crypto",8059 "sp-core",8060 "sp-inherents",8061 "sp-io",8062 "sp-keystore",8063 "sp-runtime",8064 "sp-session",8065 "sp-staking",8066 "sp-std",8067 "static_assertions",8068 "xcm",8069 "xcm-executor",8070]80718072[[package]]8073name = "polkadot-service"8074version = "0.9.24"8075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8076dependencies = [8077 "async-trait",8078 "beefy-gadget",8079 "beefy-primitives",8080 "frame-system-rpc-runtime-api",8081 "futures 0.3.21",8082 "hex-literal",8083 "kusama-runtime",8084 "kvdb",8085 "kvdb-rocksdb",8086 "lru 0.7.7",8087 "pallet-babe",8088 "pallet-im-online",8089 "pallet-staking",8090 "pallet-transaction-payment-rpc-runtime-api",8091 "parity-db",8092 "polkadot-approval-distribution",8093 "polkadot-availability-bitfield-distribution",8094 "polkadot-availability-distribution",8095 "polkadot-availability-recovery",8096 "polkadot-client",8097 "polkadot-collator-protocol",8098 "polkadot-dispute-distribution",8099 "polkadot-gossip-support",8100 "polkadot-network-bridge",8101 "polkadot-node-collation-generation",8102 "polkadot-node-core-approval-voting",8103 "polkadot-node-core-av-store",8104 "polkadot-node-core-backing",8105 "polkadot-node-core-bitfield-signing",8106 "polkadot-node-core-candidate-validation",8107 "polkadot-node-core-chain-api",8108 "polkadot-node-core-chain-selection",8109 "polkadot-node-core-dispute-coordinator",8110 "polkadot-node-core-parachains-inherent",8111 "polkadot-node-core-provisioner",8112 "polkadot-node-core-pvf-checker",8113 "polkadot-node-core-runtime-api",8114 "polkadot-node-network-protocol",8115 "polkadot-node-primitives",8116 "polkadot-node-subsystem",8117 "polkadot-node-subsystem-types",8118 "polkadot-node-subsystem-util",8119 "polkadot-overseer",8120 "polkadot-parachain",8121 "polkadot-primitives",8122 "polkadot-rpc",8123 "polkadot-runtime",8124 "polkadot-runtime-constants",8125 "polkadot-runtime-parachains",8126 "polkadot-statement-distribution",8127 "rococo-runtime",8128 "sc-authority-discovery",8129 "sc-basic-authorship",8130 "sc-block-builder",8131 "sc-chain-spec",8132 "sc-client-api",8133 "sc-client-db",8134 "sc-consensus",8135 "sc-consensus-babe",8136 "sc-consensus-slots",8137 "sc-consensus-uncles",8138 "sc-executor",8139 "sc-finality-grandpa",8140 "sc-keystore",8141 "sc-network",8142 "sc-offchain",8143 "sc-service",8144 "sc-sync-state-rpc",8145 "sc-sysinfo",8146 "sc-telemetry",8147 "sc-transaction-pool",8148 "serde",8149 "serde_json",8150 "sp-api",8151 "sp-authority-discovery",8152 "sp-block-builder",8153 "sp-blockchain",8154 "sp-consensus",8155 "sp-consensus-babe",8156 "sp-core",8157 "sp-finality-grandpa",8158 "sp-inherents",8159 "sp-io",8160 "sp-keystore",8161 "sp-offchain",8162 "sp-runtime",8163 "sp-session",8164 "sp-state-machine",8165 "sp-storage",8166 "sp-timestamp",8167 "sp-transaction-pool",8168 "sp-trie",8169 "substrate-prometheus-endpoint",8170 "thiserror",8171 "tracing-gum",8172 "westend-runtime",8173]81748175[[package]]8176name = "polkadot-statement-distribution"8177version = "0.9.24"8178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8179dependencies = [8180 "arrayvec 0.5.2",8181 "fatality",8182 "futures 0.3.21",8183 "indexmap",8184 "parity-scale-codec 3.1.5",8185 "polkadot-node-network-protocol",8186 "polkadot-node-primitives",8187 "polkadot-node-subsystem",8188 "polkadot-node-subsystem-util",8189 "polkadot-primitives",8190 "sp-keystore",8191 "sp-staking",8192 "thiserror",8193 "tracing-gum",8194]81958196[[package]]8197name = "polkadot-statement-table"8198version = "0.9.24"8199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8200dependencies = [8201 "parity-scale-codec 3.1.5",8202 "polkadot-primitives",8203 "sp-core",8204]82058206[[package]]8207name = "polkadot-test-runtime"8208version = "0.9.24"8209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8210dependencies = [8211 "beefy-primitives",8212 "bitvec 1.0.0",8213 "frame-election-provider-support",8214 "frame-executive",8215 "frame-support",8216 "frame-system",8217 "frame-system-rpc-runtime-api",8218 "log",8219 "pallet-authority-discovery",8220 "pallet-authorship",8221 "pallet-babe",8222 "pallet-balances",8223 "pallet-grandpa",8224 "pallet-indices",8225 "pallet-nicks",8226 "pallet-offences",8227 "pallet-session",8228 "pallet-staking",8229 "pallet-staking-reward-curve",8230 "pallet-sudo",8231 "pallet-timestamp",8232 "pallet-transaction-payment",8233 "pallet-transaction-payment-rpc-runtime-api",8234 "pallet-vesting",8235 "pallet-xcm",8236 "parity-scale-codec 3.1.5",8237 "polkadot-parachain",8238 "polkadot-primitives",8239 "polkadot-runtime-common",8240 "polkadot-runtime-parachains",8241 "rustc-hex",8242 "scale-info",8243 "serde",8244 "serde_derive",8245 "smallvec",8246 "sp-api",8247 "sp-authority-discovery",8248 "sp-block-builder",8249 "sp-consensus-babe",8250 "sp-core",8251 "sp-inherents",8252 "sp-io",8253 "sp-mmr-primitives",8254 "sp-offchain",8255 "sp-runtime",8256 "sp-session",8257 "sp-staking",8258 "sp-std",8259 "sp-transaction-pool",8260 "sp-version",8261 "substrate-wasm-builder",8262 "test-runtime-constants",8263 "xcm",8264 "xcm-builder",8265 "xcm-executor",8266]82678268[[package]]8269name = "polkadot-test-service"8270version = "0.9.24"8271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8272dependencies = [8273 "frame-benchmarking",8274 "frame-system",8275 "futures 0.1.31",8276 "futures 0.3.21",8277 "hex",8278 "pallet-balances",8279 "pallet-staking",8280 "pallet-transaction-payment",8281 "polkadot-node-primitives",8282 "polkadot-node-subsystem",8283 "polkadot-overseer",8284 "polkadot-parachain",8285 "polkadot-primitives",8286 "polkadot-rpc",8287 "polkadot-runtime-common",8288 "polkadot-runtime-parachains",8289 "polkadot-service",8290 "polkadot-test-runtime",8291 "rand 0.8.5",8292 "sc-authority-discovery",8293 "sc-chain-spec",8294 "sc-cli",8295 "sc-client-api",8296 "sc-consensus",8297 "sc-consensus-babe",8298 "sc-executor",8299 "sc-finality-grandpa",8300 "sc-network",8301 "sc-service",8302 "sc-tracing",8303 "sc-transaction-pool",8304 "sp-arithmetic",8305 "sp-authority-discovery",8306 "sp-blockchain",8307 "sp-consensus",8308 "sp-consensus-babe",8309 "sp-core",8310 "sp-finality-grandpa",8311 "sp-inherents",8312 "sp-keyring",8313 "sp-runtime",8314 "sp-state-machine",8315 "substrate-test-client",8316 "tempfile",8317 "test-runtime-constants",8318 "tokio 1.19.2",8319 "tracing-gum",8320]83218322[[package]]8323name = "polling"8324version = "2.2.0"8325source = "registry+https://github.com/rust-lang/crates.io-index"8326checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8327dependencies = [8328 "cfg-if 1.0.0",8329 "libc",8330 "log",8331 "wepoll-ffi",8332 "winapi",8333]83348335[[package]]8336name = "poly1305"8337version = "0.7.2"8338source = "registry+https://github.com/rust-lang/crates.io-index"8339checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8340dependencies = [8341 "cpufeatures",8342 "opaque-debug 0.3.0",8343 "universal-hash",8344]83458346[[package]]8347name = "polyval"8348version = "0.5.3"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8351dependencies = [8352 "cfg-if 1.0.0",8353 "cpufeatures",8354 "opaque-debug 0.3.0",8355 "universal-hash",8356]83578358[[package]]8359name = "ppv-lite86"8360version = "0.2.16"8361source = "registry+https://github.com/rust-lang/crates.io-index"8362checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83638364[[package]]8365name = "primitive-types"8366version = "0.11.1"8367source = "registry+https://github.com/rust-lang/crates.io-index"8368checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8369dependencies = [8370 "fixed-hash",8371 "impl-codec",8372 "impl-rlp",8373 "impl-serde",8374 "scale-info",8375 "uint",8376]83778378[[package]]8379name = "prioritized-metered-channel"8380version = "0.2.0"8381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8382dependencies = [8383 "coarsetime",8384 "crossbeam-queue",8385 "derive_more",8386 "futures 0.3.21",8387 "futures-timer",8388 "nanorand",8389 "thiserror",8390 "tracing",8391]83928393[[package]]8394name = "proc-macro-crate"8395version = "1.1.3"8396source = "registry+https://github.com/rust-lang/crates.io-index"8397checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8398dependencies = [8399 "thiserror",8400 "toml",8401]84028403[[package]]8404name = "proc-macro-error"8405version = "1.0.4"8406source = "registry+https://github.com/rust-lang/crates.io-index"8407checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8408dependencies = [8409 "proc-macro-error-attr",8410 "proc-macro2",8411 "quote",8412 "syn",8413 "version_check",8414]84158416[[package]]8417name = "proc-macro-error-attr"8418version = "1.0.4"8419source = "registry+https://github.com/rust-lang/crates.io-index"8420checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8421dependencies = [8422 "proc-macro2",8423 "quote",8424 "version_check",8425]84268427[[package]]8428name = "proc-macro2"8429version = "1.0.40"8430source = "registry+https://github.com/rust-lang/crates.io-index"8431checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"8432dependencies = [8433 "unicode-ident",8434]84358436[[package]]8437name = "prometheus"8438version = "0.13.1"8439source = "registry+https://github.com/rust-lang/crates.io-index"8440checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8441dependencies = [8442 "cfg-if 1.0.0",8443 "fnv",8444 "lazy_static",8445 "memchr",8446 "parking_lot 0.12.1",8447 "thiserror",8448]84498450[[package]]8451name = "prometheus-client"8452version = "0.16.0"8453source = "registry+https://github.com/rust-lang/crates.io-index"8454checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8455dependencies = [8456 "dtoa",8457 "itoa 1.0.2",8458 "owning_ref",8459 "prometheus-client-derive-text-encode",8460]84618462[[package]]8463name = "prometheus-client-derive-text-encode"8464version = "0.2.0"8465source = "registry+https://github.com/rust-lang/crates.io-index"8466checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8467dependencies = [8468 "proc-macro2",8469 "quote",8470 "syn",8471]84728473[[package]]8474name = "prost"8475version = "0.9.0"8476source = "registry+https://github.com/rust-lang/crates.io-index"8477checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8478dependencies = [8479 "bytes 1.1.0",8480 "prost-derive 0.9.0",8481]84828483[[package]]8484name = "prost"8485version = "0.10.4"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8488dependencies = [8489 "bytes 1.1.0",8490 "prost-derive 0.10.1",8491]84928493[[package]]8494name = "prost-build"8495version = "0.9.0"8496source = "registry+https://github.com/rust-lang/crates.io-index"8497checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8498dependencies = [8499 "bytes 1.1.0",8500 "heck 0.3.3",8501 "itertools",8502 "lazy_static",8503 "log",8504 "multimap",8505 "petgraph",8506 "prost 0.9.0",8507 "prost-types 0.9.0",8508 "regex",8509 "tempfile",8510 "which",8511]85128513[[package]]8514name = "prost-build"8515version = "0.10.4"8516source = "registry+https://github.com/rust-lang/crates.io-index"8517checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8518dependencies = [8519 "bytes 1.1.0",8520 "cfg-if 1.0.0",8521 "cmake",8522 "heck 0.4.0",8523 "itertools",8524 "lazy_static",8525 "log",8526 "multimap",8527 "petgraph",8528 "prost 0.10.4",8529 "prost-types 0.10.1",8530 "regex",8531 "tempfile",8532 "which",8533]85348535[[package]]8536name = "prost-codec"8537version = "0.1.0"8538source = "registry+https://github.com/rust-lang/crates.io-index"8539checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8540dependencies = [8541 "asynchronous-codec",8542 "bytes 1.1.0",8543 "prost 0.10.4",8544 "thiserror",8545 "unsigned-varint",8546]85478548[[package]]8549name = "prost-derive"8550version = "0.9.0"8551source = "registry+https://github.com/rust-lang/crates.io-index"8552checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8553dependencies = [8554 "anyhow",8555 "itertools",8556 "proc-macro2",8557 "quote",8558 "syn",8559]85608561[[package]]8562name = "prost-derive"8563version = "0.10.1"8564source = "registry+https://github.com/rust-lang/crates.io-index"8565checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8566dependencies = [8567 "anyhow",8568 "itertools",8569 "proc-macro2",8570 "quote",8571 "syn",8572]85738574[[package]]8575name = "prost-types"8576version = "0.9.0"8577source = "registry+https://github.com/rust-lang/crates.io-index"8578checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8579dependencies = [8580 "bytes 1.1.0",8581 "prost 0.9.0",8582]85838584[[package]]8585name = "prost-types"8586version = "0.10.1"8587source = "registry+https://github.com/rust-lang/crates.io-index"8588checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8589dependencies = [8590 "bytes 1.1.0",8591 "prost 0.10.4",8592]85938594[[package]]8595name = "psm"8596version = "0.1.18"8597source = "registry+https://github.com/rust-lang/crates.io-index"8598checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8599dependencies = [8600 "cc",8601]86028603[[package]]8604name = "quartz-runtime"8605version = "0.9.24"8606dependencies = [8607 "cumulus-pallet-aura-ext",8608 "cumulus-pallet-dmp-queue",8609 "cumulus-pallet-parachain-system",8610 "cumulus-pallet-xcm",8611 "cumulus-pallet-xcmp-queue",8612 "cumulus-primitives-core",8613 "cumulus-primitives-timestamp",8614 "cumulus-primitives-utility",8615 "derivative",8616 "fp-evm-mapping",8617 "fp-rpc",8618 "fp-self-contained",8619 "frame-benchmarking",8620 "frame-executive",8621 "frame-support",8622 "frame-system",8623 "frame-system-benchmarking",8624 "frame-system-rpc-runtime-api",8625 "frame-try-runtime",8626 "hex-literal",8627 "log",8628 "orml-vesting",8629 "pallet-aura",8630 "pallet-balances",8631 "pallet-base-fee",8632 "pallet-common",8633 "pallet-ethereum",8634 "pallet-evm",8635 "pallet-evm-coder-substrate",8636 "pallet-evm-contract-helpers",8637 "pallet-evm-migration",8638 "pallet-evm-transaction-payment",8639 "pallet-fungible",8640 "pallet-inflation",8641 "pallet-nonfungible",8642 "pallet-randomness-collective-flip",8643 "pallet-refungible",8644 "pallet-rmrk-core",8645 "pallet-rmrk-equip",8646 "pallet-structure",8647 "pallet-sudo",8648 "pallet-template-transaction-payment",8649 "pallet-timestamp",8650 "pallet-transaction-payment",8651 "pallet-transaction-payment-rpc-runtime-api",8652 "pallet-treasury",8653 "pallet-unique",8654 "pallet-unique-scheduler",8655 "pallet-xcm",8656 "parachain-info",8657 "parity-scale-codec 3.1.5",8658 "polkadot-parachain",8659 "rmrk-rpc",8660 "scale-info",8661 "serde",8662 "smallvec",8663 "sp-api",8664 "sp-arithmetic",8665 "sp-block-builder",8666 "sp-consensus-aura",8667 "sp-core",8668 "sp-inherents",8669 "sp-io",8670 "sp-offchain",8671 "sp-runtime",8672 "sp-session",8673 "sp-std",8674 "sp-transaction-pool",8675 "sp-version",8676 "substrate-wasm-builder",8677 "unique-runtime-common",8678 "up-data-structs",8679 "up-rpc",8680 "xcm",8681 "xcm-builder",8682 "xcm-executor",8683]86848685[[package]]8686name = "quick-error"8687version = "1.2.3"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86908691[[package]]8692name = "quicksink"8693version = "0.1.2"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8696dependencies = [8697 "futures-core",8698 "futures-sink",8699 "pin-project-lite 0.1.12",8700]87018702[[package]]8703name = "quote"8704version = "1.0.20"8705source = "registry+https://github.com/rust-lang/crates.io-index"8706checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8707dependencies = [8708 "proc-macro2",8709]87108711[[package]]8712name = "radium"8713version = "0.6.2"8714source = "registry+https://github.com/rust-lang/crates.io-index"8715checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87168717[[package]]8718name = "radium"8719version = "0.7.0"8720source = "registry+https://github.com/rust-lang/crates.io-index"8721checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87228723[[package]]8724name = "rand"8725version = "0.7.3"8726source = "registry+https://github.com/rust-lang/crates.io-index"8727checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8728dependencies = [8729 "getrandom 0.1.16",8730 "libc",8731 "rand_chacha 0.2.2",8732 "rand_core 0.5.1",8733 "rand_hc",8734 "rand_pcg 0.2.1",8735]87368737[[package]]8738name = "rand"8739version = "0.8.5"8740source = "registry+https://github.com/rust-lang/crates.io-index"8741checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8742dependencies = [8743 "libc",8744 "rand_chacha 0.3.1",8745 "rand_core 0.6.3",8746]87478748[[package]]8749name = "rand_chacha"8750version = "0.2.2"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8753dependencies = [8754 "ppv-lite86",8755 "rand_core 0.5.1",8756]87578758[[package]]8759name = "rand_chacha"8760version = "0.3.1"8761source = "registry+https://github.com/rust-lang/crates.io-index"8762checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8763dependencies = [8764 "ppv-lite86",8765 "rand_core 0.6.3",8766]87678768[[package]]8769name = "rand_core"8770version = "0.5.1"8771source = "registry+https://github.com/rust-lang/crates.io-index"8772checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8773dependencies = [8774 "getrandom 0.1.16",8775]87768777[[package]]8778name = "rand_core"8779version = "0.6.3"8780source = "registry+https://github.com/rust-lang/crates.io-index"8781checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8782dependencies = [8783 "getrandom 0.2.7",8784]87858786[[package]]8787name = "rand_distr"8788version = "0.4.3"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8791dependencies = [8792 "num-traits",8793 "rand 0.8.5",8794]87958796[[package]]8797name = "rand_hc"8798version = "0.2.0"8799source = "registry+https://github.com/rust-lang/crates.io-index"8800checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8801dependencies = [8802 "rand_core 0.5.1",8803]88048805[[package]]8806name = "rand_pcg"8807version = "0.2.1"8808source = "registry+https://github.com/rust-lang/crates.io-index"8809checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8810dependencies = [8811 "rand_core 0.5.1",8812]88138814[[package]]8815name = "rand_pcg"8816version = "0.3.1"8817source = "registry+https://github.com/rust-lang/crates.io-index"8818checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8819dependencies = [8820 "rand_core 0.6.3",8821]88228823[[package]]8824name = "rawpointer"8825version = "0.2.1"8826source = "registry+https://github.com/rust-lang/crates.io-index"8827checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88288829[[package]]8830name = "rayon"8831version = "1.5.3"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8834dependencies = [8835 "autocfg",8836 "crossbeam-deque",8837 "either",8838 "rayon-core",8839]88408841[[package]]8842name = "rayon-core"8843version = "1.9.3"8844source = "registry+https://github.com/rust-lang/crates.io-index"8845checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8846dependencies = [8847 "crossbeam-channel",8848 "crossbeam-deque",8849 "crossbeam-utils",8850 "num_cpus",8851]88528853[[package]]8854name = "redox_syscall"8855version = "0.2.13"8856source = "registry+https://github.com/rust-lang/crates.io-index"8857checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8858dependencies = [8859 "bitflags",8860]88618862[[package]]8863name = "redox_users"8864version = "0.4.3"8865source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8867dependencies = [8868 "getrandom 0.2.7",8869 "redox_syscall",8870 "thiserror",8871]88728873[[package]]8874name = "reed-solomon-novelpoly"8875version = "1.0.0"8876source = "registry+https://github.com/rust-lang/crates.io-index"8877checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8878dependencies = [8879 "derive_more",8880 "fs-err",8881 "itertools",8882 "static_init",8883 "thiserror",8884]88858886[[package]]8887name = "ref-cast"8888version = "1.0.7"8889source = "registry+https://github.com/rust-lang/crates.io-index"8890checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8891dependencies = [8892 "ref-cast-impl",8893]88948895[[package]]8896name = "ref-cast-impl"8897version = "1.0.7"8898source = "registry+https://github.com/rust-lang/crates.io-index"8899checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8900dependencies = [8901 "proc-macro2",8902 "quote",8903 "syn",8904]89058906[[package]]8907name = "regalloc"8908version = "0.0.34"8909source = "registry+https://github.com/rust-lang/crates.io-index"8910checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8911dependencies = [8912 "log",8913 "rustc-hash",8914 "smallvec",8915]89168917[[package]]8918name = "regex"8919version = "1.5.6"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8922dependencies = [8923 "aho-corasick",8924 "memchr",8925 "regex-syntax",8926]89278928[[package]]8929name = "regex-automata"8930version = "0.1.10"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8933dependencies = [8934 "regex-syntax",8935]89368937[[package]]8938name = "regex-syntax"8939version = "0.6.26"8940source = "registry+https://github.com/rust-lang/crates.io-index"8941checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"89428943[[package]]8944name = "region"8945version = "2.2.0"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8948dependencies = [8949 "bitflags",8950 "libc",8951 "mach",8952 "winapi",8953]89548955[[package]]8956name = "remote-externalities"8957version = "0.10.0-dev"8958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"8959dependencies = [8960 "env_logger",8961 "jsonrpsee",8962 "log",8963 "parity-scale-codec 3.1.5",8964 "serde",8965 "serde_json",8966 "sp-core",8967 "sp-io",8968 "sp-runtime",8969 "sp-version",8970]89718972[[package]]8973name = "remove_dir_all"8974version = "0.5.3"8975source = "registry+https://github.com/rust-lang/crates.io-index"8976checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8977dependencies = [8978 "winapi",8979]89808981[[package]]8982name = "resolv-conf"8983version = "0.7.0"8984source = "registry+https://github.com/rust-lang/crates.io-index"8985checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8986dependencies = [8987 "hostname",8988 "quick-error",8989]89908991[[package]]8992name = "retain_mut"8993version = "0.1.9"8994source = "registry+https://github.com/rust-lang/crates.io-index"8995checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89968997[[package]]8998name = "rfc6979"8999version = "0.1.0"9000source = "registry+https://github.com/rust-lang/crates.io-index"9001checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9002dependencies = [9003 "crypto-bigint",9004 "hmac 0.11.0",9005 "zeroize",9006]90079008[[package]]9009name = "ring"9010version = "0.16.20"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9013dependencies = [9014 "cc",9015 "libc",9016 "once_cell",9017 "spin",9018 "untrusted",9019 "web-sys",9020 "winapi",9021]90229023[[package]]9024name = "rlp"9025version = "0.5.1"9026source = "registry+https://github.com/rust-lang/crates.io-index"9027checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9028dependencies = [9029 "bytes 1.1.0",9030 "rustc-hex",9031]90329033[[package]]9034name = "rlp-derive"9035version = "0.1.0"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9038dependencies = [9039 "proc-macro2",9040 "quote",9041 "syn",9042]90439044[[package]]9045name = "rmrk-rpc"9046version = "0.0.1"9047dependencies = [9048 "parity-scale-codec 2.3.1",9049 "rmrk-traits",9050 "serde",9051 "sp-api",9052 "sp-core",9053 "sp-runtime",9054 "sp-std",9055]90569057[[package]]9058name = "rmrk-traits"9059version = "0.1.0"9060dependencies = [9061 "parity-scale-codec 3.1.5",9062 "scale-info",9063 "serde",9064]90659066[[package]]9067name = "rocksdb"9068version = "0.18.0"9069source = "registry+https://github.com/rust-lang/crates.io-index"9070checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9071dependencies = [9072 "libc",9073 "librocksdb-sys",9074]90759076[[package]]9077name = "rococo-runtime"9078version = "0.9.24"9079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9080dependencies = [9081 "beefy-merkle-tree",9082 "beefy-primitives",9083 "bp-messages",9084 "bp-rococo",9085 "bp-runtime",9086 "bp-wococo",9087 "bridge-runtime-common",9088 "frame-benchmarking",9089 "frame-executive",9090 "frame-support",9091 "frame-system",9092 "frame-system-benchmarking",9093 "frame-system-rpc-runtime-api",9094 "hex-literal",9095 "log",9096 "pallet-authority-discovery",9097 "pallet-authorship",9098 "pallet-babe",9099 "pallet-balances",9100 "pallet-beefy",9101 "pallet-beefy-mmr",9102 "pallet-bridge-dispatch",9103 "pallet-bridge-grandpa",9104 "pallet-bridge-messages",9105 "pallet-collective",9106 "pallet-grandpa",9107 "pallet-im-online",9108 "pallet-indices",9109 "pallet-membership",9110 "pallet-mmr",9111 "pallet-multisig",9112 "pallet-offences",9113 "pallet-proxy",9114 "pallet-session",9115 "pallet-staking",9116 "pallet-sudo",9117 "pallet-timestamp",9118 "pallet-transaction-payment",9119 "pallet-transaction-payment-rpc-runtime-api",9120 "pallet-utility",9121 "pallet-xcm",9122 "parity-scale-codec 3.1.5",9123 "polkadot-parachain",9124 "polkadot-primitives",9125 "polkadot-runtime-common",9126 "polkadot-runtime-parachains",9127 "rococo-runtime-constants",9128 "scale-info",9129 "serde",9130 "serde_derive",9131 "smallvec",9132 "sp-api",9133 "sp-authority-discovery",9134 "sp-block-builder",9135 "sp-consensus-babe",9136 "sp-core",9137 "sp-inherents",9138 "sp-io",9139 "sp-mmr-primitives",9140 "sp-offchain",9141 "sp-runtime",9142 "sp-session",9143 "sp-staking",9144 "sp-std",9145 "sp-transaction-pool",9146 "sp-version",9147 "substrate-wasm-builder",9148 "xcm",9149 "xcm-builder",9150 "xcm-executor",9151]91529153[[package]]9154name = "rococo-runtime-constants"9155version = "0.9.24"9156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9157dependencies = [9158 "frame-support",9159 "polkadot-primitives",9160 "polkadot-runtime-common",9161 "smallvec",9162 "sp-runtime",9163]91649165[[package]]9166name = "rpassword"9167version = "5.0.1"9168source = "registry+https://github.com/rust-lang/crates.io-index"9169checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9170dependencies = [9171 "libc",9172 "winapi",9173]91749175[[package]]9176name = "rtnetlink"9177version = "0.9.1"9178source = "registry+https://github.com/rust-lang/crates.io-index"9179checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9180dependencies = [9181 "async-global-executor",9182 "futures 0.3.21",9183 "log",9184 "netlink-packet-route",9185 "netlink-proto",9186 "nix",9187 "thiserror",9188]91899190[[package]]9191name = "rustc-demangle"9192version = "0.1.21"9193source = "registry+https://github.com/rust-lang/crates.io-index"9194checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91959196[[package]]9197name = "rustc-hash"9198version = "1.1.0"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92019202[[package]]9203name = "rustc-hex"9204version = "2.1.0"9205source = "registry+https://github.com/rust-lang/crates.io-index"9206checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92079208[[package]]9209name = "rustc_version"9210version = "0.2.3"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9213dependencies = [9214 "semver 0.9.0",9215]92169217[[package]]9218name = "rustc_version"9219version = "0.4.0"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9222dependencies = [9223 "semver 1.0.10",9224]92259226[[package]]9227name = "rustix"9228version = "0.33.7"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9231dependencies = [9232 "bitflags",9233 "errno",9234 "io-lifetimes",9235 "libc",9236 "linux-raw-sys",9237 "winapi",9238]92399240[[package]]9241name = "rustls"9242version = "0.20.6"9243source = "registry+https://github.com/rust-lang/crates.io-index"9244checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9245dependencies = [9246 "log",9247 "ring",9248 "sct",9249 "webpki",9250]92519252[[package]]9253name = "rustls-native-certs"9254version = "0.6.2"9255source = "registry+https://github.com/rust-lang/crates.io-index"9256checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9257dependencies = [9258 "openssl-probe",9259 "rustls-pemfile",9260 "schannel",9261 "security-framework",9262]92639264[[package]]9265name = "rustls-pemfile"9266version = "1.0.0"9267source = "registry+https://github.com/rust-lang/crates.io-index"9268checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9269dependencies = [9270 "base64",9271]92729273[[package]]9274name = "rustversion"9275version = "1.0.7"9276source = "registry+https://github.com/rust-lang/crates.io-index"9277checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"92789279[[package]]9280name = "rw-stream-sink"9281version = "0.2.1"9282source = "registry+https://github.com/rust-lang/crates.io-index"9283checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9284dependencies = [9285 "futures 0.3.21",9286 "pin-project 0.4.29",9287 "static_assertions",9288]92899290[[package]]9291name = "rw-stream-sink"9292version = "0.3.0"9293source = "registry+https://github.com/rust-lang/crates.io-index"9294checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9295dependencies = [9296 "futures 0.3.21",9297 "pin-project 1.0.10",9298 "static_assertions",9299]93009301[[package]]9302name = "ryu"9303version = "1.0.10"9304source = "registry+https://github.com/rust-lang/crates.io-index"9305checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"93069307[[package]]9308name = "safe-mix"9309version = "1.0.1"9310source = "registry+https://github.com/rust-lang/crates.io-index"9311checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9312dependencies = [9313 "rustc_version 0.2.3",9314]93159316[[package]]9317name = "salsa20"9318version = "0.9.0"9319source = "registry+https://github.com/rust-lang/crates.io-index"9320checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9321dependencies = [9322 "cipher",9323]93249325[[package]]9326name = "same-file"9327version = "1.0.6"9328source = "registry+https://github.com/rust-lang/crates.io-index"9329checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9330dependencies = [9331 "winapi-util",9332]93339334[[package]]9335name = "sc-allocator"9336version = "4.1.0-dev"9337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9338dependencies = [9339 "log",9340 "sp-core",9341 "sp-wasm-interface",9342 "thiserror",9343]93449345[[package]]9346name = "sc-authority-discovery"9347version = "0.10.0-dev"9348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9349dependencies = [9350 "async-trait",9351 "futures 0.3.21",9352 "futures-timer",9353 "ip_network",9354 "libp2p",9355 "log",9356 "parity-scale-codec 3.1.5",9357 "prost 0.10.4",9358 "prost-build 0.9.0",9359 "rand 0.7.3",9360 "sc-client-api",9361 "sc-network",9362 "sp-api",9363 "sp-authority-discovery",9364 "sp-blockchain",9365 "sp-core",9366 "sp-keystore",9367 "sp-runtime",9368 "substrate-prometheus-endpoint",9369 "thiserror",9370]93719372[[package]]9373name = "sc-basic-authorship"9374version = "0.10.0-dev"9375source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9376dependencies = [9377 "futures 0.3.21",9378 "futures-timer",9379 "log",9380 "parity-scale-codec 3.1.5",9381 "sc-block-builder",9382 "sc-client-api",9383 "sc-proposer-metrics",9384 "sc-telemetry",9385 "sc-transaction-pool-api",9386 "sp-api",9387 "sp-blockchain",9388 "sp-consensus",9389 "sp-core",9390 "sp-inherents",9391 "sp-runtime",9392 "substrate-prometheus-endpoint",9393]93949395[[package]]9396name = "sc-block-builder"9397version = "0.10.0-dev"9398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9399dependencies = [9400 "parity-scale-codec 3.1.5",9401 "sc-client-api",9402 "sp-api",9403 "sp-block-builder",9404 "sp-blockchain",9405 "sp-core",9406 "sp-inherents",9407 "sp-runtime",9408 "sp-state-machine",9409]94109411[[package]]9412name = "sc-chain-spec"9413version = "4.0.0-dev"9414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9415dependencies = [9416 "impl-trait-for-tuples",9417 "memmap2 0.5.4",9418 "parity-scale-codec 3.1.5",9419 "sc-chain-spec-derive",9420 "sc-network",9421 "sc-telemetry",9422 "serde",9423 "serde_json",9424 "sp-core",9425 "sp-runtime",9426]94279428[[package]]9429name = "sc-chain-spec-derive"9430version = "4.0.0-dev"9431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9432dependencies = [9433 "proc-macro-crate",9434 "proc-macro2",9435 "quote",9436 "syn",9437]94389439[[package]]9440name = "sc-cli"9441version = "0.10.0-dev"9442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9443dependencies = [9444 "chrono",9445 "clap",9446 "fdlimit",9447 "futures 0.3.21",9448 "hex",9449 "libp2p",9450 "log",9451 "names",9452 "parity-scale-codec 3.1.5",9453 "rand 0.7.3",9454 "regex",9455 "rpassword",9456 "sc-client-api",9457 "sc-client-db",9458 "sc-keystore",9459 "sc-network",9460 "sc-service",9461 "sc-telemetry",9462 "sc-tracing",9463 "sc-utils",9464 "serde",9465 "serde_json",9466 "sp-blockchain",9467 "sp-core",9468 "sp-keyring",9469 "sp-keystore",9470 "sp-panic-handler",9471 "sp-runtime",9472 "sp-version",9473 "thiserror",9474 "tiny-bip39",9475 "tokio 1.19.2",9476]94779478[[package]]9479name = "sc-client-api"9480version = "4.0.0-dev"9481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9482dependencies = [9483 "fnv",9484 "futures 0.3.21",9485 "hash-db",9486 "log",9487 "parity-scale-codec 3.1.5",9488 "parking_lot 0.12.1",9489 "sc-executor",9490 "sc-transaction-pool-api",9491 "sc-utils",9492 "sp-api",9493 "sp-blockchain",9494 "sp-consensus",9495 "sp-core",9496 "sp-database",9497 "sp-externalities",9498 "sp-keystore",9499 "sp-runtime",9500 "sp-state-machine",9501 "sp-storage",9502 "sp-trie",9503 "substrate-prometheus-endpoint",9504]95059506[[package]]9507name = "sc-client-db"9508version = "0.10.0-dev"9509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9510dependencies = [9511 "hash-db",9512 "kvdb",9513 "kvdb-memorydb",9514 "kvdb-rocksdb",9515 "linked-hash-map",9516 "log",9517 "parity-db",9518 "parity-scale-codec 3.1.5",9519 "parking_lot 0.12.1",9520 "sc-client-api",9521 "sc-state-db",9522 "sp-arithmetic",9523 "sp-blockchain",9524 "sp-core",9525 "sp-database",9526 "sp-runtime",9527 "sp-state-machine",9528 "sp-trie",9529]95309531[[package]]9532name = "sc-consensus"9533version = "0.10.0-dev"9534source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9535dependencies = [9536 "async-trait",9537 "futures 0.3.21",9538 "futures-timer",9539 "libp2p",9540 "log",9541 "parking_lot 0.12.1",9542 "sc-client-api",9543 "sc-utils",9544 "serde",9545 "sp-api",9546 "sp-blockchain",9547 "sp-consensus",9548 "sp-core",9549 "sp-runtime",9550 "sp-state-machine",9551 "substrate-prometheus-endpoint",9552 "thiserror",9553]95549555[[package]]9556name = "sc-consensus-aura"9557version = "0.10.0-dev"9558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9559dependencies = [9560 "async-trait",9561 "futures 0.3.21",9562 "log",9563 "parity-scale-codec 3.1.5",9564 "sc-block-builder",9565 "sc-client-api",9566 "sc-consensus",9567 "sc-consensus-slots",9568 "sc-telemetry",9569 "sp-api",9570 "sp-application-crypto",9571 "sp-block-builder",9572 "sp-blockchain",9573 "sp-consensus",9574 "sp-consensus-aura",9575 "sp-consensus-slots",9576 "sp-core",9577 "sp-inherents",9578 "sp-keystore",9579 "sp-runtime",9580 "substrate-prometheus-endpoint",9581 "thiserror",9582]95839584[[package]]9585name = "sc-consensus-babe"9586version = "0.10.0-dev"9587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9588dependencies = [9589 "async-trait",9590 "fork-tree",9591 "futures 0.3.21",9592 "log",9593 "merlin",9594 "num-bigint",9595 "num-rational 0.2.4",9596 "num-traits",9597 "parity-scale-codec 3.1.5",9598 "parking_lot 0.12.1",9599 "rand 0.7.3",9600 "retain_mut",9601 "sc-client-api",9602 "sc-consensus",9603 "sc-consensus-epochs",9604 "sc-consensus-slots",9605 "sc-keystore",9606 "sc-telemetry",9607 "schnorrkel",9608 "serde",9609 "sp-api",9610 "sp-application-crypto",9611 "sp-block-builder",9612 "sp-blockchain",9613 "sp-consensus",9614 "sp-consensus-babe",9615 "sp-consensus-slots",9616 "sp-consensus-vrf",9617 "sp-core",9618 "sp-inherents",9619 "sp-io",9620 "sp-keystore",9621 "sp-runtime",9622 "sp-version",9623 "substrate-prometheus-endpoint",9624 "thiserror",9625]96269627[[package]]9628name = "sc-consensus-babe-rpc"9629version = "0.10.0-dev"9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9631dependencies = [9632 "futures 0.3.21",9633 "jsonrpsee",9634 "sc-consensus-babe",9635 "sc-consensus-epochs",9636 "sc-rpc-api",9637 "serde",9638 "sp-api",9639 "sp-application-crypto",9640 "sp-blockchain",9641 "sp-consensus",9642 "sp-consensus-babe",9643 "sp-core",9644 "sp-keystore",9645 "sp-runtime",9646 "thiserror",9647]96489649[[package]]9650name = "sc-consensus-epochs"9651version = "0.10.0-dev"9652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9653dependencies = [9654 "fork-tree",9655 "parity-scale-codec 3.1.5",9656 "sc-client-api",9657 "sc-consensus",9658 "sp-blockchain",9659 "sp-runtime",9660]96619662[[package]]9663name = "sc-consensus-manual-seal"9664version = "0.10.0-dev"9665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9666dependencies = [9667 "assert_matches",9668 "async-trait",9669 "futures 0.3.21",9670 "jsonrpsee",9671 "log",9672 "parity-scale-codec 3.1.5",9673 "sc-client-api",9674 "sc-consensus",9675 "sc-consensus-aura",9676 "sc-consensus-babe",9677 "sc-consensus-epochs",9678 "sc-transaction-pool",9679 "sc-transaction-pool-api",9680 "serde",9681 "sp-api",9682 "sp-blockchain",9683 "sp-consensus",9684 "sp-consensus-aura",9685 "sp-consensus-babe",9686 "sp-consensus-slots",9687 "sp-core",9688 "sp-inherents",9689 "sp-keystore",9690 "sp-runtime",9691 "sp-timestamp",9692 "substrate-prometheus-endpoint",9693 "thiserror",9694]96959696[[package]]9697name = "sc-consensus-slots"9698version = "0.10.0-dev"9699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9700dependencies = [9701 "async-trait",9702 "futures 0.3.21",9703 "futures-timer",9704 "log",9705 "parity-scale-codec 3.1.5",9706 "sc-client-api",9707 "sc-consensus",9708 "sc-telemetry",9709 "sp-arithmetic",9710 "sp-blockchain",9711 "sp-consensus",9712 "sp-consensus-slots",9713 "sp-core",9714 "sp-inherents",9715 "sp-runtime",9716 "sp-state-machine",9717 "sp-timestamp",9718 "thiserror",9719]97209721[[package]]9722name = "sc-consensus-uncles"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9725dependencies = [9726 "sc-client-api",9727 "sp-authorship",9728 "sp-runtime",9729 "thiserror",9730]97319732[[package]]9733name = "sc-executor"9734version = "0.10.0-dev"9735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9736dependencies = [9737 "lazy_static",9738 "lru 0.7.7",9739 "parity-scale-codec 3.1.5",9740 "parking_lot 0.12.1",9741 "sc-executor-common",9742 "sc-executor-wasmi",9743 "sc-executor-wasmtime",9744 "sp-api",9745 "sp-core",9746 "sp-core-hashing-proc-macro",9747 "sp-externalities",9748 "sp-io",9749 "sp-panic-handler",9750 "sp-runtime-interface",9751 "sp-tasks",9752 "sp-trie",9753 "sp-version",9754 "sp-wasm-interface",9755 "tracing",9756 "wasmi",9757]97589759[[package]]9760name = "sc-executor-common"9761version = "0.10.0-dev"9762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9763dependencies = [9764 "environmental",9765 "parity-scale-codec 3.1.5",9766 "sc-allocator",9767 "sp-maybe-compressed-blob",9768 "sp-sandbox",9769 "sp-serializer",9770 "sp-wasm-interface",9771 "thiserror",9772 "wasm-instrument",9773 "wasmi",9774]97759776[[package]]9777name = "sc-executor-wasmi"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9780dependencies = [9781 "log",9782 "parity-scale-codec 3.1.5",9783 "sc-allocator",9784 "sc-executor-common",9785 "sp-runtime-interface",9786 "sp-sandbox",9787 "sp-wasm-interface",9788 "wasmi",9789]97909791[[package]]9792name = "sc-executor-wasmtime"9793version = "0.10.0-dev"9794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9795dependencies = [9796 "cfg-if 1.0.0",9797 "libc",9798 "log",9799 "parity-scale-codec 3.1.5",9800 "parity-wasm 0.42.2",9801 "sc-allocator",9802 "sc-executor-common",9803 "sp-runtime-interface",9804 "sp-sandbox",9805 "sp-wasm-interface",9806 "wasmtime",9807]98089809[[package]]9810name = "sc-finality-grandpa"9811version = "0.10.0-dev"9812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9813dependencies = [9814 "ahash",9815 "async-trait",9816 "dyn-clone",9817 "finality-grandpa",9818 "fork-tree",9819 "futures 0.3.21",9820 "futures-timer",9821 "hex",9822 "log",9823 "parity-scale-codec 3.1.5",9824 "parking_lot 0.12.1",9825 "rand 0.8.5",9826 "sc-block-builder",9827 "sc-chain-spec",9828 "sc-client-api",9829 "sc-consensus",9830 "sc-keystore",9831 "sc-network",9832 "sc-network-gossip",9833 "sc-telemetry",9834 "sc-utils",9835 "serde_json",9836 "sp-api",9837 "sp-application-crypto",9838 "sp-arithmetic",9839 "sp-blockchain",9840 "sp-consensus",9841 "sp-core",9842 "sp-finality-grandpa",9843 "sp-keystore",9844 "sp-runtime",9845 "substrate-prometheus-endpoint",9846 "thiserror",9847]98489849[[package]]9850name = "sc-finality-grandpa-rpc"9851version = "0.10.0-dev"9852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9853dependencies = [9854 "finality-grandpa",9855 "futures 0.3.21",9856 "jsonrpsee",9857 "log",9858 "parity-scale-codec 3.1.5",9859 "sc-client-api",9860 "sc-finality-grandpa",9861 "sc-rpc",9862 "serde",9863 "serde_json",9864 "sp-blockchain",9865 "sp-core",9866 "sp-runtime",9867 "thiserror",9868]98699870[[package]]9871name = "sc-informant"9872version = "0.10.0-dev"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9874dependencies = [9875 "ansi_term",9876 "futures 0.3.21",9877 "futures-timer",9878 "log",9879 "parity-util-mem",9880 "sc-client-api",9881 "sc-network",9882 "sc-transaction-pool-api",9883 "sp-blockchain",9884 "sp-runtime",9885]98869887[[package]]9888name = "sc-keystore"9889version = "4.0.0-dev"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9891dependencies = [9892 "async-trait",9893 "hex",9894 "parking_lot 0.12.1",9895 "serde_json",9896 "sp-application-crypto",9897 "sp-core",9898 "sp-keystore",9899 "thiserror",9900]99019902[[package]]9903name = "sc-network"9904version = "0.10.0-dev"9905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9906dependencies = [9907 "async-trait",9908 "asynchronous-codec",9909 "bitflags",9910 "bytes 1.1.0",9911 "cid",9912 "either",9913 "fnv",9914 "fork-tree",9915 "futures 0.3.21",9916 "futures-timer",9917 "hex",9918 "ip_network",9919 "libp2p",9920 "linked-hash-map",9921 "linked_hash_set",9922 "log",9923 "lru 0.7.7",9924 "parity-scale-codec 3.1.5",9925 "parking_lot 0.12.1",9926 "pin-project 1.0.10",9927 "prost 0.10.4",9928 "prost-build 0.9.0",9929 "rand 0.7.3",9930 "sc-block-builder",9931 "sc-client-api",9932 "sc-consensus",9933 "sc-network-common",9934 "sc-network-light",9935 "sc-network-sync",9936 "sc-peerset",9937 "sc-utils",9938 "serde",9939 "serde_json",9940 "smallvec",9941 "sp-arithmetic",9942 "sp-blockchain",9943 "sp-consensus",9944 "sp-core",9945 "sp-finality-grandpa",9946 "sp-runtime",9947 "substrate-prometheus-endpoint",9948 "thiserror",9949 "unsigned-varint",9950 "void",9951 "zeroize",9952]99539954[[package]]9955name = "sc-network-common"9956version = "0.10.0-dev"9957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9958dependencies = [9959 "futures 0.3.21",9960 "libp2p",9961 "parity-scale-codec 3.1.5",9962 "prost-build 0.9.0",9963 "sc-peerset",9964 "smallvec",9965]99669967[[package]]9968name = "sc-network-gossip"9969version = "0.10.0-dev"9970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9971dependencies = [9972 "ahash",9973 "futures 0.3.21",9974 "futures-timer",9975 "libp2p",9976 "log",9977 "lru 0.7.7",9978 "sc-network",9979 "sp-runtime",9980 "substrate-prometheus-endpoint",9981 "tracing",9982]99839984[[package]]9985name = "sc-network-light"9986version = "0.10.0-dev"9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"9988dependencies = [9989 "futures 0.3.21",9990 "libp2p",9991 "log",9992 "parity-scale-codec 3.1.5",9993 "prost 0.10.4",9994 "prost-build 0.9.0",9995 "sc-client-api",9996 "sc-network-common",9997 "sc-peerset",9998 "sp-blockchain",9999 "sp-core",10000 "sp-runtime",10001 "thiserror",10002]1000310004[[package]]10005name = "sc-network-sync"10006version = "0.10.0-dev"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10008dependencies = [10009 "bitflags",10010 "either",10011 "fork-tree",10012 "futures 0.3.21",10013 "libp2p",10014 "log",10015 "lru 0.7.7",10016 "parity-scale-codec 3.1.5",10017 "prost 0.10.4",10018 "prost-build 0.9.0",10019 "sc-client-api",10020 "sc-consensus",10021 "sc-network-common",10022 "sc-peerset",10023 "smallvec",10024 "sp-arithmetic",10025 "sp-blockchain",10026 "sp-consensus",10027 "sp-core",10028 "sp-finality-grandpa",10029 "sp-runtime",10030 "thiserror",10031]1003210033[[package]]10034name = "sc-offchain"10035version = "4.0.0-dev"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10037dependencies = [10038 "bytes 1.1.0",10039 "fnv",10040 "futures 0.3.21",10041 "futures-timer",10042 "hex",10043 "hyper",10044 "hyper-rustls",10045 "num_cpus",10046 "once_cell",10047 "parity-scale-codec 3.1.5",10048 "parking_lot 0.12.1",10049 "rand 0.7.3",10050 "sc-client-api",10051 "sc-network",10052 "sc-utils",10053 "sp-api",10054 "sp-core",10055 "sp-offchain",10056 "sp-runtime",10057 "threadpool",10058 "tracing",10059]1006010061[[package]]10062name = "sc-peerset"10063version = "4.0.0-dev"10064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10065dependencies = [10066 "futures 0.3.21",10067 "libp2p",10068 "log",10069 "sc-utils",10070 "serde_json",10071 "wasm-timer",10072]1007310074[[package]]10075name = "sc-proposer-metrics"10076version = "0.10.0-dev"10077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10078dependencies = [10079 "log",10080 "substrate-prometheus-endpoint",10081]1008210083[[package]]10084name = "sc-rpc"10085version = "4.0.0-dev"10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10087dependencies = [10088 "futures 0.3.21",10089 "hash-db",10090 "jsonrpsee",10091 "log",10092 "parity-scale-codec 3.1.5",10093 "parking_lot 0.12.1",10094 "sc-block-builder",10095 "sc-chain-spec",10096 "sc-client-api",10097 "sc-rpc-api",10098 "sc-tracing",10099 "sc-transaction-pool-api",10100 "sc-utils",10101 "serde_json",10102 "sp-api",10103 "sp-blockchain",10104 "sp-core",10105 "sp-keystore",10106 "sp-offchain",10107 "sp-rpc",10108 "sp-runtime",10109 "sp-session",10110 "sp-version",10111]1011210113[[package]]10114name = "sc-rpc-api"10115version = "0.10.0-dev"10116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10117dependencies = [10118 "futures 0.3.21",10119 "jsonrpsee",10120 "log",10121 "parity-scale-codec 3.1.5",10122 "parking_lot 0.12.1",10123 "sc-chain-spec",10124 "sc-transaction-pool-api",10125 "scale-info",10126 "serde",10127 "serde_json",10128 "sp-core",10129 "sp-rpc",10130 "sp-runtime",10131 "sp-tracing",10132 "sp-version",10133 "thiserror",10134]1013510136[[package]]10137name = "sc-rpc-server"10138version = "4.0.0-dev"10139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10140dependencies = [10141 "futures 0.3.21",10142 "jsonrpsee",10143 "log",10144 "serde_json",10145 "substrate-prometheus-endpoint",10146 "tokio 1.19.2",10147]1014810149[[package]]10150name = "sc-service"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10153dependencies = [10154 "async-trait",10155 "directories",10156 "exit-future",10157 "futures 0.3.21",10158 "futures-timer",10159 "hash-db",10160 "jsonrpsee",10161 "log",10162 "parity-scale-codec 3.1.5",10163 "parity-util-mem",10164 "parking_lot 0.12.1",10165 "pin-project 1.0.10",10166 "rand 0.7.3",10167 "sc-block-builder",10168 "sc-chain-spec",10169 "sc-client-api",10170 "sc-client-db",10171 "sc-consensus",10172 "sc-executor",10173 "sc-informant",10174 "sc-keystore",10175 "sc-network",10176 "sc-network-common",10177 "sc-offchain",10178 "sc-rpc",10179 "sc-rpc-server",10180 "sc-sysinfo",10181 "sc-telemetry",10182 "sc-tracing",10183 "sc-transaction-pool",10184 "sc-transaction-pool-api",10185 "sc-utils",10186 "serde",10187 "serde_json",10188 "sp-api",10189 "sp-application-crypto",10190 "sp-block-builder",10191 "sp-blockchain",10192 "sp-consensus",10193 "sp-core",10194 "sp-externalities",10195 "sp-inherents",10196 "sp-keystore",10197 "sp-runtime",10198 "sp-session",10199 "sp-state-machine",10200 "sp-storage",10201 "sp-tracing",10202 "sp-transaction-pool",10203 "sp-transaction-storage-proof",10204 "sp-trie",10205 "sp-version",10206 "substrate-prometheus-endpoint",10207 "tempfile",10208 "thiserror",10209 "tokio 1.19.2",10210 "tracing",10211 "tracing-futures",10212]1021310214[[package]]10215name = "sc-state-db"10216version = "0.10.0-dev"10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10218dependencies = [10219 "log",10220 "parity-scale-codec 3.1.5",10221 "parity-util-mem",10222 "parity-util-mem-derive",10223 "parking_lot 0.12.1",10224 "sc-client-api",10225 "sp-core",10226]1022710228[[package]]10229name = "sc-sync-state-rpc"10230version = "0.10.0-dev"10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10232dependencies = [10233 "jsonrpsee",10234 "parity-scale-codec 3.1.5",10235 "sc-chain-spec",10236 "sc-client-api",10237 "sc-consensus-babe",10238 "sc-consensus-epochs",10239 "sc-finality-grandpa",10240 "serde",10241 "serde_json",10242 "sp-blockchain",10243 "sp-runtime",10244 "thiserror",10245]1024610247[[package]]10248name = "sc-sysinfo"10249version = "6.0.0-dev"10250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10251dependencies = [10252 "futures 0.3.21",10253 "libc",10254 "log",10255 "rand 0.7.3",10256 "rand_pcg 0.2.1",10257 "regex",10258 "sc-telemetry",10259 "serde",10260 "serde_json",10261 "sp-core",10262 "sp-io",10263 "sp-std",10264]1026510266[[package]]10267name = "sc-telemetry"10268version = "4.0.0-dev"10269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10270dependencies = [10271 "chrono",10272 "futures 0.3.21",10273 "libp2p",10274 "log",10275 "parking_lot 0.12.1",10276 "pin-project 1.0.10",10277 "rand 0.7.3",10278 "serde",10279 "serde_json",10280 "thiserror",10281 "wasm-timer",10282]1028310284[[package]]10285name = "sc-tracing"10286version = "4.0.0-dev"10287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10288dependencies = [10289 "ansi_term",10290 "atty",10291 "chrono",10292 "lazy_static",10293 "libc",10294 "log",10295 "once_cell",10296 "parking_lot 0.12.1",10297 "regex",10298 "rustc-hash",10299 "sc-client-api",10300 "sc-rpc-server",10301 "sc-tracing-proc-macro",10302 "serde",10303 "sp-api",10304 "sp-blockchain",10305 "sp-core",10306 "sp-rpc",10307 "sp-runtime",10308 "sp-tracing",10309 "thiserror",10310 "tracing",10311 "tracing-log",10312 "tracing-subscriber",10313]1031410315[[package]]10316name = "sc-tracing-proc-macro"10317version = "4.0.0-dev"10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10319dependencies = [10320 "proc-macro-crate",10321 "proc-macro2",10322 "quote",10323 "syn",10324]1032510326[[package]]10327name = "sc-transaction-pool"10328version = "4.0.0-dev"10329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10330dependencies = [10331 "futures 0.3.21",10332 "futures-timer",10333 "linked-hash-map",10334 "log",10335 "parity-scale-codec 3.1.5",10336 "parity-util-mem",10337 "parking_lot 0.12.1",10338 "retain_mut",10339 "sc-client-api",10340 "sc-transaction-pool-api",10341 "sc-utils",10342 "serde",10343 "sp-api",10344 "sp-blockchain",10345 "sp-core",10346 "sp-runtime",10347 "sp-tracing",10348 "sp-transaction-pool",10349 "substrate-prometheus-endpoint",10350 "thiserror",10351]1035210353[[package]]10354name = "sc-transaction-pool-api"10355version = "4.0.0-dev"10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10357dependencies = [10358 "futures 0.3.21",10359 "log",10360 "serde",10361 "sp-blockchain",10362 "sp-runtime",10363 "thiserror",10364]1036510366[[package]]10367name = "sc-utils"10368version = "4.0.0-dev"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10370dependencies = [10371 "futures 0.3.21",10372 "futures-timer",10373 "lazy_static",10374 "log",10375 "parking_lot 0.12.1",10376 "prometheus",10377]1037810379[[package]]10380name = "scale-info"10381version = "2.1.2"10382source = "registry+https://github.com/rust-lang/crates.io-index"10383checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10384dependencies = [10385 "bitvec 1.0.0",10386 "cfg-if 1.0.0",10387 "derive_more",10388 "parity-scale-codec 3.1.5",10389 "scale-info-derive",10390 "serde",10391]1039210393[[package]]10394name = "scale-info-derive"10395version = "2.1.2"10396source = "registry+https://github.com/rust-lang/crates.io-index"10397checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10398dependencies = [10399 "proc-macro-crate",10400 "proc-macro2",10401 "quote",10402 "syn",10403]1040410405[[package]]10406name = "schannel"10407version = "0.1.20"10408source = "registry+https://github.com/rust-lang/crates.io-index"10409checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10410dependencies = [10411 "lazy_static",10412 "windows-sys",10413]1041410415[[package]]10416name = "schnorrkel"10417version = "0.9.1"10418source = "registry+https://github.com/rust-lang/crates.io-index"10419checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10420dependencies = [10421 "arrayref",10422 "arrayvec 0.5.2",10423 "curve25519-dalek 2.1.3",10424 "getrandom 0.1.16",10425 "merlin",10426 "rand 0.7.3",10427 "rand_core 0.5.1",10428 "sha2 0.8.2",10429 "subtle",10430 "zeroize",10431]1043210433[[package]]10434name = "scopeguard"10435version = "1.1.0"10436source = "registry+https://github.com/rust-lang/crates.io-index"10437checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043810439[[package]]10440name = "sct"10441version = "0.7.0"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10444dependencies = [10445 "ring",10446 "untrusted",10447]1044810449[[package]]10450name = "sec1"10451version = "0.2.1"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10454dependencies = [10455 "der",10456 "generic-array 0.14.5",10457 "subtle",10458 "zeroize",10459]1046010461[[package]]10462name = "secp256k1"10463version = "0.21.3"10464source = "registry+https://github.com/rust-lang/crates.io-index"10465checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10466dependencies = [10467 "secp256k1-sys",10468]1046910470[[package]]10471name = "secp256k1-sys"10472version = "0.4.2"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10475dependencies = [10476 "cc",10477]1047810479[[package]]10480name = "secrecy"10481version = "0.8.0"10482source = "registry+https://github.com/rust-lang/crates.io-index"10483checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10484dependencies = [10485 "zeroize",10486]1048710488[[package]]10489name = "security-framework"10490version = "2.6.1"10491source = "registry+https://github.com/rust-lang/crates.io-index"10492checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10493dependencies = [10494 "bitflags",10495 "core-foundation",10496 "core-foundation-sys",10497 "libc",10498 "security-framework-sys",10499]1050010501[[package]]10502name = "security-framework-sys"10503version = "2.6.1"10504source = "registry+https://github.com/rust-lang/crates.io-index"10505checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10506dependencies = [10507 "core-foundation-sys",10508 "libc",10509]1051010511[[package]]10512name = "semver"10513version = "0.6.0"10514source = "registry+https://github.com/rust-lang/crates.io-index"10515checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10516dependencies = [10517 "semver-parser",10518]1051910520[[package]]10521name = "semver"10522version = "0.9.0"10523source = "registry+https://github.com/rust-lang/crates.io-index"10524checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10525dependencies = [10526 "semver-parser",10527]1052810529[[package]]10530name = "semver"10531version = "1.0.10"10532source = "registry+https://github.com/rust-lang/crates.io-index"10533checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10534dependencies = [10535 "serde",10536]1053710538[[package]]10539name = "semver-parser"10540version = "0.7.0"10541source = "registry+https://github.com/rust-lang/crates.io-index"10542checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1054310544[[package]]10545name = "serde"10546version = "1.0.137"10547source = "registry+https://github.com/rust-lang/crates.io-index"10548checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10549dependencies = [10550 "serde_derive",10551]1055210553[[package]]10554name = "serde_derive"10555version = "1.0.137"10556source = "registry+https://github.com/rust-lang/crates.io-index"10557checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10558dependencies = [10559 "proc-macro2",10560 "quote",10561 "syn",10562]1056310564[[package]]10565name = "serde_json"10566version = "1.0.81"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10569dependencies = [10570 "itoa 1.0.2",10571 "ryu",10572 "serde",10573]1057410575[[package]]10576name = "serde_nanos"10577version = "0.1.2"10578source = "registry+https://github.com/rust-lang/crates.io-index"10579checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10580dependencies = [10581 "serde",10582]1058310584[[package]]10585name = "sha-1"10586version = "0.8.2"10587source = "registry+https://github.com/rust-lang/crates.io-index"10588checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10589dependencies = [10590 "block-buffer 0.7.3",10591 "digest 0.8.1",10592 "fake-simd",10593 "opaque-debug 0.2.3",10594]1059510596[[package]]10597name = "sha-1"10598version = "0.9.8"10599source = "registry+https://github.com/rust-lang/crates.io-index"10600checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10601dependencies = [10602 "block-buffer 0.9.0",10603 "cfg-if 1.0.0",10604 "cpufeatures",10605 "digest 0.9.0",10606 "opaque-debug 0.3.0",10607]1060810609[[package]]10610name = "sha2"10611version = "0.8.2"10612source = "registry+https://github.com/rust-lang/crates.io-index"10613checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10614dependencies = [10615 "block-buffer 0.7.3",10616 "digest 0.8.1",10617 "fake-simd",10618 "opaque-debug 0.2.3",10619]1062010621[[package]]10622name = "sha2"10623version = "0.9.9"10624source = "registry+https://github.com/rust-lang/crates.io-index"10625checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10626dependencies = [10627 "block-buffer 0.9.0",10628 "cfg-if 1.0.0",10629 "cpufeatures",10630 "digest 0.9.0",10631 "opaque-debug 0.3.0",10632]1063310634[[package]]10635name = "sha2"10636version = "0.10.2"10637source = "registry+https://github.com/rust-lang/crates.io-index"10638checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10639dependencies = [10640 "cfg-if 1.0.0",10641 "cpufeatures",10642 "digest 0.10.3",10643]1064410645[[package]]10646name = "sha3"10647version = "0.9.1"10648source = "registry+https://github.com/rust-lang/crates.io-index"10649checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10650dependencies = [10651 "block-buffer 0.9.0",10652 "digest 0.9.0",10653 "keccak",10654 "opaque-debug 0.3.0",10655]1065610657[[package]]10658name = "sha3"10659version = "0.10.1"10660source = "registry+https://github.com/rust-lang/crates.io-index"10661checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10662dependencies = [10663 "digest 0.10.3",10664 "keccak",10665]1066610667[[package]]10668name = "sharded-slab"10669version = "0.1.4"10670source = "registry+https://github.com/rust-lang/crates.io-index"10671checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10672dependencies = [10673 "lazy_static",10674]1067510676[[package]]10677name = "shlex"10678version = "1.1.0"10679source = "registry+https://github.com/rust-lang/crates.io-index"10680checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1068110682[[package]]10683name = "signal-hook"10684version = "0.3.14"10685source = "registry+https://github.com/rust-lang/crates.io-index"10686checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10687dependencies = [10688 "libc",10689 "signal-hook-registry",10690]1069110692[[package]]10693name = "signal-hook-registry"10694version = "1.4.0"10695source = "registry+https://github.com/rust-lang/crates.io-index"10696checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10697dependencies = [10698 "libc",10699]1070010701[[package]]10702name = "signature"10703version = "1.4.0"10704source = "registry+https://github.com/rust-lang/crates.io-index"10705checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10706dependencies = [10707 "digest 0.9.0",10708 "rand_core 0.6.3",10709]1071010711[[package]]10712name = "simba"10713version = "0.5.1"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10716dependencies = [10717 "approx",10718 "num-complex",10719 "num-traits",10720 "paste",10721]1072210723[[package]]10724name = "slab"10725version = "0.4.6"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1072810729[[package]]10730name = "slot-range-helper"10731version = "0.9.24"10732source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"10733dependencies = [10734 "enumn",10735 "parity-scale-codec 3.1.5",10736 "paste",10737 "sp-runtime",10738 "sp-std",10739]1074010741[[package]]10742name = "slotmap"10743version = "1.0.6"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10746dependencies = [10747 "version_check",10748]1074910750[[package]]10751name = "smallvec"10752version = "1.8.0"10753source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1075510756[[package]]10757name = "snap"10758version = "1.0.5"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1076110762[[package]]10763name = "snow"10764version = "0.9.0"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10767dependencies = [10768 "aes-gcm",10769 "blake2",10770 "chacha20poly1305",10771 "curve25519-dalek 4.0.0-pre.1",10772 "rand_core 0.6.3",10773 "ring",10774 "rustc_version 0.4.0",10775 "sha2 0.10.2",10776 "subtle",10777]1077810779[[package]]10780name = "socket2"10781version = "0.4.4"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10784dependencies = [10785 "libc",10786 "winapi",10787]1078810789[[package]]10790name = "soketto"10791version = "0.7.1"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10794dependencies = [10795 "base64",10796 "bytes 1.1.0",10797 "flate2",10798 "futures 0.3.21",10799 "httparse",10800 "log",10801 "rand 0.8.5",10802 "sha-1 0.9.8",10803]1080410805[[package]]10806name = "sp-api"10807version = "4.0.0-dev"10808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10809dependencies = [10810 "hash-db",10811 "log",10812 "parity-scale-codec 3.1.5",10813 "sp-api-proc-macro",10814 "sp-core",10815 "sp-runtime",10816 "sp-state-machine",10817 "sp-std",10818 "sp-version",10819 "thiserror",10820]1082110822[[package]]10823name = "sp-api-proc-macro"10824version = "4.0.0-dev"10825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10826dependencies = [10827 "blake2",10828 "proc-macro-crate",10829 "proc-macro2",10830 "quote",10831 "syn",10832]1083310834[[package]]10835name = "sp-application-crypto"10836version = "6.0.0"10837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10838dependencies = [10839 "parity-scale-codec 3.1.5",10840 "scale-info",10841 "serde",10842 "sp-core",10843 "sp-io",10844 "sp-std",10845]1084610847[[package]]10848name = "sp-arithmetic"10849version = "5.0.0"10850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10851dependencies = [10852 "integer-sqrt",10853 "num-traits",10854 "parity-scale-codec 3.1.5",10855 "scale-info",10856 "serde",10857 "sp-debug-derive",10858 "sp-std",10859 "static_assertions",10860]1086110862[[package]]10863name = "sp-authority-discovery"10864version = "4.0.0-dev"10865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10866dependencies = [10867 "parity-scale-codec 3.1.5",10868 "scale-info",10869 "sp-api",10870 "sp-application-crypto",10871 "sp-runtime",10872 "sp-std",10873]1087410875[[package]]10876name = "sp-authorship"10877version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10879dependencies = [10880 "async-trait",10881 "parity-scale-codec 3.1.5",10882 "sp-inherents",10883 "sp-runtime",10884 "sp-std",10885]1088610887[[package]]10888name = "sp-block-builder"10889version = "4.0.0-dev"10890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10891dependencies = [10892 "parity-scale-codec 3.1.5",10893 "sp-api",10894 "sp-inherents",10895 "sp-runtime",10896 "sp-std",10897]1089810899[[package]]10900name = "sp-blockchain"10901version = "4.0.0-dev"10902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10903dependencies = [10904 "futures 0.3.21",10905 "log",10906 "lru 0.7.7",10907 "parity-scale-codec 3.1.5",10908 "parking_lot 0.12.1",10909 "sp-api",10910 "sp-consensus",10911 "sp-database",10912 "sp-runtime",10913 "sp-state-machine",10914 "thiserror",10915]1091610917[[package]]10918name = "sp-consensus"10919version = "0.10.0-dev"10920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10921dependencies = [10922 "async-trait",10923 "futures 0.3.21",10924 "futures-timer",10925 "log",10926 "parity-scale-codec 3.1.5",10927 "sp-core",10928 "sp-inherents",10929 "sp-runtime",10930 "sp-state-machine",10931 "sp-std",10932 "sp-version",10933 "thiserror",10934]1093510936[[package]]10937name = "sp-consensus-aura"10938version = "0.10.0-dev"10939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10940dependencies = [10941 "async-trait",10942 "parity-scale-codec 3.1.5",10943 "scale-info",10944 "sp-api",10945 "sp-application-crypto",10946 "sp-consensus",10947 "sp-consensus-slots",10948 "sp-inherents",10949 "sp-runtime",10950 "sp-std",10951 "sp-timestamp",10952]1095310954[[package]]10955name = "sp-consensus-babe"10956version = "0.10.0-dev"10957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10958dependencies = [10959 "async-trait",10960 "merlin",10961 "parity-scale-codec 3.1.5",10962 "scale-info",10963 "serde",10964 "sp-api",10965 "sp-application-crypto",10966 "sp-consensus",10967 "sp-consensus-slots",10968 "sp-consensus-vrf",10969 "sp-core",10970 "sp-inherents",10971 "sp-keystore",10972 "sp-runtime",10973 "sp-std",10974 "sp-timestamp",10975]1097610977[[package]]10978name = "sp-consensus-slots"10979version = "0.10.0-dev"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10981dependencies = [10982 "parity-scale-codec 3.1.5",10983 "scale-info",10984 "serde",10985 "sp-arithmetic",10986 "sp-runtime",10987 "sp-std",10988 "sp-timestamp",10989]1099010991[[package]]10992name = "sp-consensus-vrf"10993version = "0.10.0-dev"10994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"10995dependencies = [10996 "parity-scale-codec 3.1.5",10997 "scale-info",10998 "schnorrkel",10999 "sp-core",11000 "sp-runtime",11001 "sp-std",11002]1100311004[[package]]11005name = "sp-core"11006version = "6.0.0"11007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11008dependencies = [11009 "base58",11010 "bitflags",11011 "blake2-rfc",11012 "byteorder",11013 "dyn-clonable",11014 "ed25519-dalek",11015 "futures 0.3.21",11016 "hash-db",11017 "hash256-std-hasher",11018 "hex",11019 "impl-serde",11020 "lazy_static",11021 "libsecp256k1",11022 "log",11023 "merlin",11024 "num-traits",11025 "parity-scale-codec 3.1.5",11026 "parity-util-mem",11027 "parking_lot 0.12.1",11028 "primitive-types",11029 "rand 0.7.3",11030 "regex",11031 "scale-info",11032 "schnorrkel",11033 "secp256k1",11034 "secrecy",11035 "serde",11036 "sp-core-hashing",11037 "sp-debug-derive",11038 "sp-externalities",11039 "sp-runtime-interface",11040 "sp-std",11041 "sp-storage",11042 "ss58-registry",11043 "substrate-bip39",11044 "thiserror",11045 "tiny-bip39",11046 "wasmi",11047 "zeroize",11048]1104911050[[package]]11051name = "sp-core-hashing"11052version = "4.0.0"11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11054dependencies = [11055 "blake2",11056 "byteorder",11057 "digest 0.10.3",11058 "sha2 0.10.2",11059 "sha3 0.10.1",11060 "sp-std",11061 "twox-hash",11062]1106311064[[package]]11065name = "sp-core-hashing-proc-macro"11066version = "5.0.0"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11068dependencies = [11069 "proc-macro2",11070 "quote",11071 "sp-core-hashing",11072 "syn",11073]1107411075[[package]]11076name = "sp-database"11077version = "4.0.0-dev"11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11079dependencies = [11080 "kvdb",11081 "parking_lot 0.12.1",11082]1108311084[[package]]11085name = "sp-debug-derive"11086version = "4.0.0"11087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11088dependencies = [11089 "proc-macro2",11090 "quote",11091 "syn",11092]1109311094[[package]]11095name = "sp-externalities"11096version = "0.12.0"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11098dependencies = [11099 "environmental",11100 "parity-scale-codec 3.1.5",11101 "sp-std",11102 "sp-storage",11103]1110411105[[package]]11106name = "sp-finality-grandpa"11107version = "4.0.0-dev"11108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11109dependencies = [11110 "finality-grandpa",11111 "log",11112 "parity-scale-codec 3.1.5",11113 "scale-info",11114 "serde",11115 "sp-api",11116 "sp-application-crypto",11117 "sp-core",11118 "sp-keystore",11119 "sp-runtime",11120 "sp-std",11121]1112211123[[package]]11124name = "sp-inherents"11125version = "4.0.0-dev"11126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11127dependencies = [11128 "async-trait",11129 "impl-trait-for-tuples",11130 "parity-scale-codec 3.1.5",11131 "sp-core",11132 "sp-runtime",11133 "sp-std",11134 "thiserror",11135]1113611137[[package]]11138name = "sp-io"11139version = "6.0.0"11140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11141dependencies = [11142 "futures 0.3.21",11143 "hash-db",11144 "libsecp256k1",11145 "log",11146 "parity-scale-codec 3.1.5",11147 "parking_lot 0.12.1",11148 "secp256k1",11149 "sp-core",11150 "sp-externalities",11151 "sp-keystore",11152 "sp-runtime-interface",11153 "sp-state-machine",11154 "sp-std",11155 "sp-tracing",11156 "sp-trie",11157 "sp-wasm-interface",11158 "tracing",11159 "tracing-core",11160]1116111162[[package]]11163name = "sp-keyring"11164version = "6.0.0"11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11166dependencies = [11167 "lazy_static",11168 "sp-core",11169 "sp-runtime",11170 "strum 0.23.0",11171]1117211173[[package]]11174name = "sp-keystore"11175version = "0.12.0"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11177dependencies = [11178 "async-trait",11179 "futures 0.3.21",11180 "merlin",11181 "parity-scale-codec 3.1.5",11182 "parking_lot 0.12.1",11183 "schnorrkel",11184 "serde",11185 "sp-core",11186 "sp-externalities",11187 "thiserror",11188]1118911190[[package]]11191name = "sp-maybe-compressed-blob"11192version = "4.1.0-dev"11193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11194dependencies = [11195 "thiserror",11196 "zstd",11197]1119811199[[package]]11200name = "sp-mmr-primitives"11201version = "4.0.0-dev"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11203dependencies = [11204 "log",11205 "parity-scale-codec 3.1.5",11206 "serde",11207 "sp-api",11208 "sp-core",11209 "sp-debug-derive",11210 "sp-runtime",11211 "sp-std",11212]1121311214[[package]]11215name = "sp-npos-elections"11216version = "4.0.0-dev"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11218dependencies = [11219 "parity-scale-codec 3.1.5",11220 "scale-info",11221 "serde",11222 "sp-arithmetic",11223 "sp-core",11224 "sp-runtime",11225 "sp-std",11226]1122711228[[package]]11229name = "sp-offchain"11230version = "4.0.0-dev"11231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11232dependencies = [11233 "sp-api",11234 "sp-core",11235 "sp-runtime",11236]1123711238[[package]]11239name = "sp-panic-handler"11240version = "4.0.0"11241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11242dependencies = [11243 "backtrace",11244 "lazy_static",11245 "regex",11246]1124711248[[package]]11249name = "sp-rpc"11250version = "6.0.0"11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11252dependencies = [11253 "rustc-hash",11254 "serde",11255 "sp-core",11256]1125711258[[package]]11259name = "sp-runtime"11260version = "6.0.0"11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11262dependencies = [11263 "either",11264 "hash256-std-hasher",11265 "impl-trait-for-tuples",11266 "log",11267 "parity-scale-codec 3.1.5",11268 "parity-util-mem",11269 "paste",11270 "rand 0.7.3",11271 "scale-info",11272 "serde",11273 "sp-application-crypto",11274 "sp-arithmetic",11275 "sp-core",11276 "sp-io",11277 "sp-std",11278]1127911280[[package]]11281name = "sp-runtime-interface"11282version = "6.0.0"11283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11284dependencies = [11285 "impl-trait-for-tuples",11286 "parity-scale-codec 3.1.5",11287 "primitive-types",11288 "sp-externalities",11289 "sp-runtime-interface-proc-macro",11290 "sp-std",11291 "sp-storage",11292 "sp-tracing",11293 "sp-wasm-interface",11294 "static_assertions",11295]1129611297[[package]]11298name = "sp-runtime-interface-proc-macro"11299version = "5.0.0"11300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11301dependencies = [11302 "Inflector",11303 "proc-macro-crate",11304 "proc-macro2",11305 "quote",11306 "syn",11307]1130811309[[package]]11310name = "sp-sandbox"11311version = "0.10.0-dev"11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11313dependencies = [11314 "log",11315 "parity-scale-codec 3.1.5",11316 "sp-core",11317 "sp-io",11318 "sp-std",11319 "sp-wasm-interface",11320 "wasmi",11321]1132211323[[package]]11324name = "sp-serializer"11325version = "4.0.0-dev"11326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11327dependencies = [11328 "serde",11329 "serde_json",11330]1133111332[[package]]11333name = "sp-session"11334version = "4.0.0-dev"11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11336dependencies = [11337 "parity-scale-codec 3.1.5",11338 "scale-info",11339 "sp-api",11340 "sp-core",11341 "sp-runtime",11342 "sp-staking",11343 "sp-std",11344]1134511346[[package]]11347name = "sp-staking"11348version = "4.0.0-dev"11349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11350dependencies = [11351 "parity-scale-codec 3.1.5",11352 "scale-info",11353 "sp-runtime",11354 "sp-std",11355]1135611357[[package]]11358name = "sp-state-machine"11359version = "0.12.0"11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11361dependencies = [11362 "hash-db",11363 "log",11364 "num-traits",11365 "parity-scale-codec 3.1.5",11366 "parking_lot 0.12.1",11367 "rand 0.7.3",11368 "smallvec",11369 "sp-core",11370 "sp-externalities",11371 "sp-panic-handler",11372 "sp-std",11373 "sp-trie",11374 "thiserror",11375 "tracing",11376 "trie-root",11377]1137811379[[package]]11380name = "sp-std"11381version = "4.0.0"11382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"1138311384[[package]]11385name = "sp-storage"11386version = "6.0.0"11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11388dependencies = [11389 "impl-serde",11390 "parity-scale-codec 3.1.5",11391 "ref-cast",11392 "serde",11393 "sp-debug-derive",11394 "sp-std",11395]1139611397[[package]]11398name = "sp-tasks"11399version = "4.0.0-dev"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11401dependencies = [11402 "log",11403 "sp-core",11404 "sp-externalities",11405 "sp-io",11406 "sp-runtime-interface",11407 "sp-std",11408]1140911410[[package]]11411name = "sp-timestamp"11412version = "4.0.0-dev"11413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11414dependencies = [11415 "async-trait",11416 "futures-timer",11417 "log",11418 "parity-scale-codec 3.1.5",11419 "sp-api",11420 "sp-inherents",11421 "sp-runtime",11422 "sp-std",11423 "thiserror",11424]1142511426[[package]]11427name = "sp-tracing"11428version = "5.0.0"11429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11430dependencies = [11431 "parity-scale-codec 3.1.5",11432 "sp-std",11433 "tracing",11434 "tracing-core",11435 "tracing-subscriber",11436]1143711438[[package]]11439name = "sp-transaction-pool"11440version = "4.0.0-dev"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11442dependencies = [11443 "sp-api",11444 "sp-runtime",11445]1144611447[[package]]11448name = "sp-transaction-storage-proof"11449version = "4.0.0-dev"11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11451dependencies = [11452 "async-trait",11453 "log",11454 "parity-scale-codec 3.1.5",11455 "scale-info",11456 "sp-core",11457 "sp-inherents",11458 "sp-runtime",11459 "sp-std",11460 "sp-trie",11461]1146211463[[package]]11464name = "sp-trie"11465version = "6.0.0"11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11467dependencies = [11468 "hash-db",11469 "memory-db",11470 "parity-scale-codec 3.1.5",11471 "scale-info",11472 "sp-core",11473 "sp-std",11474 "thiserror",11475 "trie-db",11476 "trie-root",11477]1147811479[[package]]11480name = "sp-version"11481version = "5.0.0"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11483dependencies = [11484 "impl-serde",11485 "parity-scale-codec 3.1.5",11486 "parity-wasm 0.42.2",11487 "scale-info",11488 "serde",11489 "sp-core-hashing-proc-macro",11490 "sp-runtime",11491 "sp-std",11492 "sp-version-proc-macro",11493 "thiserror",11494]1149511496[[package]]11497name = "sp-version-proc-macro"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11500dependencies = [11501 "parity-scale-codec 3.1.5",11502 "proc-macro2",11503 "quote",11504 "syn",11505]1150611507[[package]]11508name = "sp-wasm-interface"11509version = "6.0.0"11510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11511dependencies = [11512 "impl-trait-for-tuples",11513 "log",11514 "parity-scale-codec 3.1.5",11515 "sp-std",11516 "wasmi",11517 "wasmtime",11518]1151911520[[package]]11521name = "spin"11522version = "0.5.2"11523source = "registry+https://github.com/rust-lang/crates.io-index"11524checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1152511526[[package]]11527name = "ss58-registry"11528version = "1.22.0"11529source = "registry+https://github.com/rust-lang/crates.io-index"11530checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11531dependencies = [11532 "Inflector",11533 "num-format",11534 "proc-macro2",11535 "quote",11536 "serde",11537 "serde_json",11538 "unicode-xid",11539]1154011541[[package]]11542name = "stable_deref_trait"11543version = "1.2.0"11544source = "registry+https://github.com/rust-lang/crates.io-index"11545checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1154611547[[package]]11548name = "static_assertions"11549version = "1.1.0"11550source = "registry+https://github.com/rust-lang/crates.io-index"11551checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1155211553[[package]]11554name = "static_init"11555version = "0.5.2"11556source = "registry+https://github.com/rust-lang/crates.io-index"11557checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11558dependencies = [11559 "cfg_aliases",11560 "libc",11561 "parking_lot 0.11.2",11562 "static_init_macro",11563]1156411565[[package]]11566name = "static_init_macro"11567version = "0.5.0"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11570dependencies = [11571 "cfg_aliases",11572 "memchr",11573 "proc-macro2",11574 "quote",11575 "syn",11576]1157711578[[package]]11579name = "statrs"11580version = "0.15.0"11581source = "registry+https://github.com/rust-lang/crates.io-index"11582checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11583dependencies = [11584 "approx",11585 "lazy_static",11586 "nalgebra",11587 "num-traits",11588 "rand 0.8.5",11589]1159011591[[package]]11592name = "strsim"11593version = "0.10.0"11594source = "registry+https://github.com/rust-lang/crates.io-index"11595checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1159611597[[package]]11598name = "struct-versioning"11599version = "0.1.0"11600dependencies = [11601 "quote",11602 "syn",11603]1160411605[[package]]11606name = "strum"11607version = "0.23.0"11608source = "registry+https://github.com/rust-lang/crates.io-index"11609checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11610dependencies = [11611 "strum_macros 0.23.1",11612]1161311614[[package]]11615name = "strum"11616version = "0.24.1"11617source = "registry+https://github.com/rust-lang/crates.io-index"11618checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11619dependencies = [11620 "strum_macros 0.24.0",11621]1162211623[[package]]11624name = "strum_macros"11625version = "0.23.1"11626source = "registry+https://github.com/rust-lang/crates.io-index"11627checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11628dependencies = [11629 "heck 0.3.3",11630 "proc-macro2",11631 "quote",11632 "rustversion",11633 "syn",11634]1163511636[[package]]11637name = "strum_macros"11638version = "0.24.0"11639source = "registry+https://github.com/rust-lang/crates.io-index"11640checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11641dependencies = [11642 "heck 0.4.0",11643 "proc-macro2",11644 "quote",11645 "rustversion",11646 "syn",11647]1164811649[[package]]11650name = "substrate-bip39"11651version = "0.4.4"11652source = "registry+https://github.com/rust-lang/crates.io-index"11653checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11654dependencies = [11655 "hmac 0.11.0",11656 "pbkdf2 0.8.0",11657 "schnorrkel",11658 "sha2 0.9.9",11659 "zeroize",11660]1166111662[[package]]11663name = "substrate-build-script-utils"11664version = "3.0.0"11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11666dependencies = [11667 "platforms",11668]1166911670[[package]]11671name = "substrate-frame-rpc-system"11672version = "4.0.0-dev"11673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11674dependencies = [11675 "frame-system-rpc-runtime-api",11676 "futures 0.3.21",11677 "jsonrpsee",11678 "log",11679 "parity-scale-codec 3.1.5",11680 "sc-client-api",11681 "sc-rpc-api",11682 "sc-transaction-pool-api",11683 "serde_json",11684 "sp-api",11685 "sp-block-builder",11686 "sp-blockchain",11687 "sp-core",11688 "sp-runtime",11689]1169011691[[package]]11692name = "substrate-prometheus-endpoint"11693version = "0.10.0-dev"11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11695dependencies = [11696 "futures-util",11697 "hyper",11698 "log",11699 "prometheus",11700 "thiserror",11701 "tokio 1.19.2",11702]1170311704[[package]]11705name = "substrate-state-trie-migration-rpc"11706version = "4.0.0-dev"11707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11708dependencies = [11709 "jsonrpsee",11710 "log",11711 "parity-scale-codec 3.1.5",11712 "sc-client-api",11713 "sc-rpc-api",11714 "scale-info",11715 "serde",11716 "sp-core",11717 "sp-io",11718 "sp-runtime",11719 "sp-state-machine",11720 "sp-std",11721 "sp-trie",11722 "trie-db",11723]1172411725[[package]]11726name = "substrate-test-client"11727version = "2.0.1"11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11729dependencies = [11730 "async-trait",11731 "futures 0.3.21",11732 "hex",11733 "parity-scale-codec 3.1.5",11734 "sc-client-api",11735 "sc-client-db",11736 "sc-consensus",11737 "sc-executor",11738 "sc-offchain",11739 "sc-service",11740 "serde",11741 "serde_json",11742 "sp-blockchain",11743 "sp-consensus",11744 "sp-core",11745 "sp-keyring",11746 "sp-keystore",11747 "sp-runtime",11748 "sp-state-machine",11749]1175011751[[package]]11752name = "substrate-test-utils"11753version = "4.0.0-dev"11754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11755dependencies = [11756 "futures 0.3.21",11757 "substrate-test-utils-derive",11758 "tokio 1.19.2",11759]1176011761[[package]]11762name = "substrate-test-utils-derive"11763version = "0.10.0-dev"11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11765dependencies = [11766 "proc-macro-crate",11767 "proc-macro2",11768 "quote",11769 "syn",11770]1177111772[[package]]11773name = "substrate-wasm-builder"11774version = "5.0.0-dev"11775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"11776dependencies = [11777 "ansi_term",11778 "build-helper",11779 "cargo_metadata",11780 "sp-maybe-compressed-blob",11781 "strum 0.23.0",11782 "tempfile",11783 "toml",11784 "walkdir",11785 "wasm-gc-api",11786]1178711788[[package]]11789name = "subtle"11790version = "2.4.1"11791source = "registry+https://github.com/rust-lang/crates.io-index"11792checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1179311794[[package]]11795name = "syn"11796version = "1.0.98"11797source = "registry+https://github.com/rust-lang/crates.io-index"11798checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11799dependencies = [11800 "proc-macro2",11801 "quote",11802 "unicode-ident",11803]1180411805[[package]]11806name = "synstructure"11807version = "0.12.6"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11810dependencies = [11811 "proc-macro2",11812 "quote",11813 "syn",11814 "unicode-xid",11815]1181611817[[package]]11818name = "system-configuration"11819version = "0.5.0"11820source = "registry+https://github.com/rust-lang/crates.io-index"11821checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11822dependencies = [11823 "bitflags",11824 "core-foundation",11825 "system-configuration-sys",11826]1182711828[[package]]11829name = "system-configuration-sys"11830version = "0.5.0"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11833dependencies = [11834 "core-foundation-sys",11835 "libc",11836]1183711838[[package]]11839name = "tap"11840version = "1.0.1"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1184311844[[package]]11845name = "target-lexicon"11846version = "0.12.4"11847source = "registry+https://github.com/rust-lang/crates.io-index"11848checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1184911850[[package]]11851name = "tempfile"11852version = "3.3.0"11853source = "registry+https://github.com/rust-lang/crates.io-index"11854checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11855dependencies = [11856 "cfg-if 1.0.0",11857 "fastrand",11858 "libc",11859 "redox_syscall",11860 "remove_dir_all",11861 "winapi",11862]1186311864[[package]]11865name = "termcolor"11866version = "1.1.3"11867source = "registry+https://github.com/rust-lang/crates.io-index"11868checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11869dependencies = [11870 "winapi-util",11871]1187211873[[package]]11874name = "test-runtime-constants"11875version = "0.9.24"11876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11877dependencies = [11878 "frame-support",11879 "polkadot-primitives",11880 "polkadot-runtime-common",11881 "smallvec",11882 "sp-runtime",11883]1188411885[[package]]11886name = "tests"11887version = "0.1.0"11888dependencies = [11889 "fp-evm-mapping",11890 "frame-support",11891 "frame-system",11892 "pallet-balances",11893 "pallet-common",11894 "pallet-ethereum",11895 "pallet-evm",11896 "pallet-evm-coder-substrate",11897 "pallet-fungible",11898 "pallet-nonfungible",11899 "pallet-refungible",11900 "pallet-structure",11901 "pallet-timestamp",11902 "pallet-transaction-payment",11903 "pallet-unique",11904 "parity-scale-codec 3.1.5",11905 "scale-info",11906 "sp-core",11907 "sp-io",11908 "sp-runtime",11909 "sp-std",11910 "unique-runtime-common",11911 "up-data-structs",11912]1191311914[[package]]11915name = "textwrap"11916version = "0.15.0"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1191911920[[package]]11921name = "thiserror"11922version = "1.0.31"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11925dependencies = [11926 "thiserror-impl",11927]1192811929[[package]]11930name = "thiserror-impl"11931version = "1.0.31"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11934dependencies = [11935 "proc-macro2",11936 "quote",11937 "syn",11938]1193911940[[package]]11941name = "thousands"11942version = "0.2.0"11943source = "registry+https://github.com/rust-lang/crates.io-index"11944checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1194511946[[package]]11947name = "thread_local"11948version = "1.1.4"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11951dependencies = [11952 "once_cell",11953]1195411955[[package]]11956name = "threadpool"11957version = "1.8.1"11958source = "registry+https://github.com/rust-lang/crates.io-index"11959checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11960dependencies = [11961 "num_cpus",11962]1196311964[[package]]11965name = "thrift"11966version = "0.15.0"11967source = "registry+https://github.com/rust-lang/crates.io-index"11968checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11969dependencies = [11970 "byteorder",11971 "integer-encoding",11972 "log",11973 "ordered-float",11974 "threadpool",11975]1197611977[[package]]11978name = "tikv-jemalloc-sys"11979version = "0.4.3+5.2.1-patched.2"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11982dependencies = [11983 "cc",11984 "fs_extra",11985 "libc",11986]1198711988[[package]]11989name = "time"11990version = "0.1.44"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11993dependencies = [11994 "libc",11995 "wasi 0.10.0+wasi-snapshot-preview1",11996 "winapi",11997]1199811999[[package]]12000name = "tiny-bip39"12001version = "0.8.2"12002source = "registry+https://github.com/rust-lang/crates.io-index"12003checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12004dependencies = [12005 "anyhow",12006 "hmac 0.8.1",12007 "once_cell",12008 "pbkdf2 0.4.0",12009 "rand 0.7.3",12010 "rustc-hash",12011 "sha2 0.9.9",12012 "thiserror",12013 "unicode-normalization",12014 "wasm-bindgen",12015 "zeroize",12016]1201712018[[package]]12019name = "tiny-keccak"12020version = "2.0.2"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12023dependencies = [12024 "crunchy",12025]1202612027[[package]]12028name = "tinyvec"12029version = "1.6.0"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12032dependencies = [12033 "tinyvec_macros",12034]1203512036[[package]]12037name = "tinyvec_macros"12038version = "0.1.0"12039source = "registry+https://github.com/rust-lang/crates.io-index"12040checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1204112042[[package]]12043name = "tokio"12044version = "0.2.25"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12047dependencies = [12048 "bytes 0.5.6",12049 "fnv",12050 "pin-project-lite 0.1.12",12051 "tokio-macros 0.2.6",12052]1205312054[[package]]12055name = "tokio"12056version = "1.19.2"12057source = "registry+https://github.com/rust-lang/crates.io-index"12058checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"12059dependencies = [12060 "bytes 1.1.0",12061 "libc",12062 "memchr",12063 "mio",12064 "num_cpus",12065 "once_cell",12066 "parking_lot 0.12.1",12067 "pin-project-lite 0.2.9",12068 "signal-hook-registry",12069 "socket2",12070 "tokio-macros 1.8.0",12071 "winapi",12072]1207312074[[package]]12075name = "tokio-macros"12076version = "0.2.6"12077source = "registry+https://github.com/rust-lang/crates.io-index"12078checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12079dependencies = [12080 "proc-macro2",12081 "quote",12082 "syn",12083]1208412085[[package]]12086name = "tokio-macros"12087version = "1.8.0"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12090dependencies = [12091 "proc-macro2",12092 "quote",12093 "syn",12094]1209512096[[package]]12097name = "tokio-rustls"12098version = "0.23.4"12099source = "registry+https://github.com/rust-lang/crates.io-index"12100checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12101dependencies = [12102 "rustls",12103 "tokio 1.19.2",12104 "webpki",12105]1210612107[[package]]12108name = "tokio-util"12109version = "0.7.3"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12112dependencies = [12113 "bytes 1.1.0",12114 "futures-core",12115 "futures-io",12116 "futures-sink",12117 "pin-project-lite 0.2.9",12118 "tokio 1.19.2",12119 "tracing",12120]1212112122[[package]]12123name = "toml"12124version = "0.5.9"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12127dependencies = [12128 "serde",12129]1213012131[[package]]12132name = "tower-service"12133version = "0.3.2"12134source = "registry+https://github.com/rust-lang/crates.io-index"12135checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1213612137[[package]]12138name = "tracing"12139version = "0.1.35"12140source = "registry+https://github.com/rust-lang/crates.io-index"12141checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12142dependencies = [12143 "cfg-if 1.0.0",12144 "pin-project-lite 0.2.9",12145 "tracing-attributes",12146 "tracing-core",12147]1214812149[[package]]12150name = "tracing-attributes"12151version = "0.1.21"12152source = "registry+https://github.com/rust-lang/crates.io-index"12153checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12154dependencies = [12155 "proc-macro2",12156 "quote",12157 "syn",12158]1215912160[[package]]12161name = "tracing-core"12162version = "0.1.27"12163source = "registry+https://github.com/rust-lang/crates.io-index"12164checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12165dependencies = [12166 "once_cell",12167 "valuable",12168]1216912170[[package]]12171name = "tracing-futures"12172version = "0.2.5"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12175dependencies = [12176 "pin-project 1.0.10",12177 "tracing",12178]1217912180[[package]]12181name = "tracing-gum"12182version = "0.9.24"12183source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12184dependencies = [12185 "polkadot-node-jaeger",12186 "polkadot-primitives",12187 "tracing",12188 "tracing-gum-proc-macro",12189]1219012191[[package]]12192name = "tracing-gum-proc-macro"12193version = "0.9.24"12194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12195dependencies = [12196 "expander 0.0.6",12197 "proc-macro-crate",12198 "proc-macro2",12199 "quote",12200 "syn",12201]1220212203[[package]]12204name = "tracing-log"12205version = "0.1.3"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12208dependencies = [12209 "ahash",12210 "lazy_static",12211 "log",12212 "lru 0.7.7",12213 "tracing-core",12214]1221512216[[package]]12217name = "tracing-serde"12218version = "0.1.3"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12221dependencies = [12222 "serde",12223 "tracing-core",12224]1222512226[[package]]12227name = "tracing-subscriber"12228version = "0.2.25"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12231dependencies = [12232 "ansi_term",12233 "chrono",12234 "lazy_static",12235 "matchers",12236 "parking_lot 0.11.2",12237 "regex",12238 "serde",12239 "serde_json",12240 "sharded-slab",12241 "smallvec",12242 "thread_local",12243 "tracing",12244 "tracing-core",12245 "tracing-log",12246 "tracing-serde",12247]1224812249[[package]]12250name = "trie-db"12251version = "0.23.1"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12254dependencies = [12255 "hash-db",12256 "hashbrown 0.12.1",12257 "log",12258 "rustc-hex",12259 "smallvec",12260]1226112262[[package]]12263name = "trie-root"12264version = "0.17.0"12265source = "registry+https://github.com/rust-lang/crates.io-index"12266checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12267dependencies = [12268 "hash-db",12269]1227012271[[package]]12272name = "triehash"12273version = "0.8.4"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12276dependencies = [12277 "hash-db",12278 "rlp",12279]1228012281[[package]]12282name = "trust-dns-proto"12283version = "0.21.2"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12286dependencies = [12287 "async-trait",12288 "cfg-if 1.0.0",12289 "data-encoding",12290 "enum-as-inner",12291 "futures-channel",12292 "futures-io",12293 "futures-util",12294 "idna",12295 "ipnet",12296 "lazy_static",12297 "log",12298 "rand 0.8.5",12299 "smallvec",12300 "thiserror",12301 "tinyvec",12302 "url",12303]1230412305[[package]]12306name = "trust-dns-resolver"12307version = "0.21.2"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12310dependencies = [12311 "cfg-if 1.0.0",12312 "futures-util",12313 "ipconfig",12314 "lazy_static",12315 "log",12316 "lru-cache",12317 "parking_lot 0.12.1",12318 "resolv-conf",12319 "smallvec",12320 "thiserror",12321 "trust-dns-proto",12322]1232312324[[package]]12325name = "try-lock"12326version = "0.2.3"12327source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232912330[[package]]12331name = "try-runtime-cli"12332version = "0.10.0-dev"12333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.24#814752f60ab8cce7e2ece3ce0c1b10799b4eab28"12334dependencies = [12335 "clap",12336 "jsonrpsee",12337 "log",12338 "parity-scale-codec 3.1.5",12339 "remote-externalities",12340 "sc-chain-spec",12341 "sc-cli",12342 "sc-executor",12343 "sc-service",12344 "serde",12345 "sp-core",12346 "sp-externalities",12347 "sp-io",12348 "sp-keystore",12349 "sp-runtime",12350 "sp-state-machine",12351 "sp-version",12352 "zstd",12353]1235412355[[package]]12356name = "tt-call"12357version = "1.0.8"12358source = "registry+https://github.com/rust-lang/crates.io-index"12359checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1236012361[[package]]12362name = "twox-hash"12363version = "1.6.3"12364source = "registry+https://github.com/rust-lang/crates.io-index"12365checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12366dependencies = [12367 "cfg-if 1.0.0",12368 "digest 0.10.3",12369 "rand 0.8.5",12370 "static_assertions",12371]1237212373[[package]]12374name = "typenum"12375version = "1.15.0"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237812379[[package]]12380name = "uc-rpc"12381version = "0.1.1"12382dependencies = [12383 "anyhow",12384 "jsonrpsee",12385 "pallet-common",12386 "pallet-evm",12387 "parity-scale-codec 3.1.5",12388 "rmrk-rpc",12389 "sp-api",12390 "sp-blockchain",12391 "sp-core",12392 "sp-rpc",12393 "sp-runtime",12394 "unique-runtime-common",12395 "up-data-structs",12396 "up-rpc",12397]1239812399[[package]]12400name = "ucd-trie"12401version = "0.1.3"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1240412405[[package]]12406name = "uint"12407version = "0.9.3"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12410dependencies = [12411 "byteorder",12412 "crunchy",12413 "hex",12414 "static_assertions",12415]1241612417[[package]]12418name = "unicase"12419version = "2.6.0"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12422dependencies = [12423 "version_check",12424]1242512426[[package]]12427name = "unicode-bidi"12428version = "0.3.8"12429source = "registry+https://github.com/rust-lang/crates.io-index"12430checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1243112432[[package]]12433name = "unicode-ident"12434version = "1.0.1"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"1243712438[[package]]12439name = "unicode-normalization"12440version = "0.1.19"12441source = "registry+https://github.com/rust-lang/crates.io-index"12442checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12443dependencies = [12444 "tinyvec",12445]1244612447[[package]]12448name = "unicode-segmentation"12449version = "1.9.0"12450source = "registry+https://github.com/rust-lang/crates.io-index"12451checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1245212453[[package]]12454name = "unicode-width"12455version = "0.1.9"12456source = "registry+https://github.com/rust-lang/crates.io-index"12457checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1245812459[[package]]12460name = "unicode-xid"12461version = "0.2.3"12462source = "registry+https://github.com/rust-lang/crates.io-index"12463checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1246412465[[package]]12466name = "unique-node"12467version = "0.9.24"12468dependencies = [12469 "clap",12470 "cumulus-client-cli",12471 "cumulus-client-collator",12472 "cumulus-client-consensus-aura",12473 "cumulus-client-consensus-common",12474 "cumulus-client-network",12475 "cumulus-client-service",12476 "cumulus-primitives-core",12477 "cumulus-primitives-parachain-inherent",12478 "cumulus-relay-chain-inprocess-interface",12479 "cumulus-relay-chain-interface",12480 "cumulus-relay-chain-rpc-interface",12481 "fc-consensus",12482 "fc-db",12483 "fc-mapping-sync",12484 "fc-rpc",12485 "fc-rpc-core",12486 "flexi_logger",12487 "fp-rpc",12488 "frame-benchmarking",12489 "frame-benchmarking-cli",12490 "futures 0.3.21",12491 "jsonrpsee",12492 "log",12493 "opal-runtime",12494 "pallet-ethereum",12495 "pallet-transaction-payment-rpc",12496 "pallet-transaction-payment-rpc-runtime-api",12497 "parity-scale-codec 3.1.5",12498 "parking_lot 0.11.2",12499 "polkadot-cli",12500 "polkadot-parachain",12501 "polkadot-primitives",12502 "polkadot-service",12503 "polkadot-test-service",12504 "quartz-runtime",12505 "rmrk-rpc",12506 "sc-basic-authorship",12507 "sc-chain-spec",12508 "sc-cli",12509 "sc-client-api",12510 "sc-consensus",12511 "sc-consensus-aura",12512 "sc-consensus-manual-seal",12513 "sc-executor",12514 "sc-finality-grandpa",12515 "sc-keystore",12516 "sc-network",12517 "sc-rpc",12518 "sc-rpc-api",12519 "sc-service",12520 "sc-sysinfo",12521 "sc-telemetry",12522 "sc-tracing",12523 "sc-transaction-pool",12524 "serde",12525 "serde_json",12526 "sp-api",12527 "sp-block-builder",12528 "sp-blockchain",12529 "sp-consensus",12530 "sp-consensus-aura",12531 "sp-core",12532 "sp-finality-grandpa",12533 "sp-inherents",12534 "sp-keystore",12535 "sp-offchain",12536 "sp-runtime",12537 "sp-session",12538 "sp-timestamp",12539 "sp-transaction-pool",12540 "sp-trie",12541 "substrate-build-script-utils",12542 "substrate-frame-rpc-system",12543 "substrate-prometheus-endpoint",12544 "tokio 1.19.2",12545 "try-runtime-cli",12546 "unique-rpc",12547 "unique-runtime",12548 "unique-runtime-common",12549 "up-data-structs",12550 "up-rpc",12551]1255212553[[package]]12554name = "unique-rpc"12555version = "0.1.0"12556dependencies = [12557 "fc-db",12558 "fc-mapping-sync",12559 "fc-rpc",12560 "fc-rpc-core",12561 "fp-rpc",12562 "fp-storage",12563 "futures 0.3.21",12564 "jsonrpsee",12565 "pallet-common",12566 "pallet-ethereum",12567 "pallet-transaction-payment-rpc",12568 "pallet-transaction-payment-rpc-runtime-api",12569 "pallet-unique",12570 "rmrk-rpc",12571 "sc-client-api",12572 "sc-consensus-aura",12573 "sc-consensus-epochs",12574 "sc-finality-grandpa",12575 "sc-finality-grandpa-rpc",12576 "sc-keystore",12577 "sc-network",12578 "sc-rpc",12579 "sc-rpc-api",12580 "sc-service",12581 "sc-transaction-pool",12582 "serde",12583 "sp-api",12584 "sp-block-builder",12585 "sp-blockchain",12586 "sp-consensus",12587 "sp-consensus-aura",12588 "sp-core",12589 "sp-offchain",12590 "sp-runtime",12591 "sp-session",12592 "sp-storage",12593 "sp-transaction-pool",12594 "substrate-frame-rpc-system",12595 "tokio 0.2.25",12596 "uc-rpc",12597 "unique-runtime-common",12598 "up-data-structs",12599 "up-rpc",12600]1260112602[[package]]12603name = "unique-runtime"12604version = "0.9.24"12605dependencies = [12606 "cumulus-pallet-aura-ext",12607 "cumulus-pallet-dmp-queue",12608 "cumulus-pallet-parachain-system",12609 "cumulus-pallet-xcm",12610 "cumulus-pallet-xcmp-queue",12611 "cumulus-primitives-core",12612 "cumulus-primitives-timestamp",12613 "cumulus-primitives-utility",12614 "derivative",12615 "fp-evm-mapping",12616 "fp-rpc",12617 "fp-self-contained",12618 "frame-benchmarking",12619 "frame-executive",12620 "frame-support",12621 "frame-system",12622 "frame-system-benchmarking",12623 "frame-system-rpc-runtime-api",12624 "frame-try-runtime",12625 "hex-literal",12626 "log",12627 "orml-vesting",12628 "pallet-aura",12629 "pallet-balances",12630 "pallet-base-fee",12631 "pallet-common",12632 "pallet-ethereum",12633 "pallet-evm",12634 "pallet-evm-coder-substrate",12635 "pallet-evm-contract-helpers",12636 "pallet-evm-migration",12637 "pallet-evm-transaction-payment",12638 "pallet-fungible",12639 "pallet-inflation",12640 "pallet-nonfungible",12641 "pallet-randomness-collective-flip",12642 "pallet-refungible",12643 "pallet-rmrk-core",12644 "pallet-rmrk-equip",12645 "pallet-structure",12646 "pallet-sudo",12647 "pallet-template-transaction-payment",12648 "pallet-timestamp",12649 "pallet-transaction-payment",12650 "pallet-transaction-payment-rpc-runtime-api",12651 "pallet-treasury",12652 "pallet-unique",12653 "pallet-unique-scheduler",12654 "pallet-xcm",12655 "parachain-info",12656 "parity-scale-codec 3.1.5",12657 "polkadot-parachain",12658 "rmrk-rpc",12659 "scale-info",12660 "serde",12661 "smallvec",12662 "sp-api",12663 "sp-arithmetic",12664 "sp-block-builder",12665 "sp-consensus-aura",12666 "sp-core",12667 "sp-inherents",12668 "sp-io",12669 "sp-offchain",12670 "sp-runtime",12671 "sp-session",12672 "sp-std",12673 "sp-transaction-pool",12674 "sp-version",12675 "substrate-wasm-builder",12676 "unique-runtime-common",12677 "up-data-structs",12678 "up-rpc",12679 "xcm",12680 "xcm-builder",12681 "xcm-executor",12682]1268312684[[package]]12685name = "unique-runtime-common"12686version = "0.9.24"12687dependencies = [12688 "evm-coder",12689 "fp-rpc",12690 "frame-support",12691 "frame-system",12692 "pallet-common",12693 "pallet-evm",12694 "pallet-fungible",12695 "pallet-nonfungible",12696 "pallet-refungible",12697 "pallet-unique",12698 "pallet-unique-scheduler",12699 "parity-scale-codec 3.1.5",12700 "rmrk-rpc",12701 "scale-info",12702 "sp-consensus-aura",12703 "sp-core",12704 "sp-runtime",12705 "sp-std",12706 "up-data-structs",12707 "up-sponsorship",12708]1270912710[[package]]12711name = "universal-hash"12712version = "0.4.1"12713source = "registry+https://github.com/rust-lang/crates.io-index"12714checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12715dependencies = [12716 "generic-array 0.14.5",12717 "subtle",12718]1271912720[[package]]12721name = "unsigned-varint"12722version = "0.7.1"12723source = "registry+https://github.com/rust-lang/crates.io-index"12724checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12725dependencies = [12726 "asynchronous-codec",12727 "bytes 1.1.0",12728 "futures-io",12729 "futures-util",12730]1273112732[[package]]12733name = "untrusted"12734version = "0.7.1"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1273712738[[package]]12739name = "up-data-structs"12740version = "0.1.2"12741dependencies = [12742 "derivative",12743 "frame-support",12744 "frame-system",12745 "pallet-evm",12746 "parity-scale-codec 3.1.5",12747 "rmrk-traits",12748 "scale-info",12749 "serde",12750 "sp-core",12751 "sp-runtime",12752 "sp-std",12753 "struct-versioning",12754]1275512756[[package]]12757name = "up-rpc"12758version = "0.1.1"12759dependencies = [12760 "pallet-common",12761 "pallet-evm",12762 "parity-scale-codec 3.1.5",12763 "sp-api",12764 "sp-core",12765 "sp-runtime",12766 "sp-std",12767 "up-data-structs",12768]1276912770[[package]]12771name = "up-sponsorship"12772version = "0.1.0"12773source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"12774dependencies = [12775 "impl-trait-for-tuples",12776]1277712778[[package]]12779name = "url"12780version = "2.2.2"12781source = "registry+https://github.com/rust-lang/crates.io-index"12782checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12783dependencies = [12784 "form_urlencoded",12785 "idna",12786 "matches",12787 "percent-encoding",12788]1278912790[[package]]12791name = "valuable"12792version = "0.1.0"12793source = "registry+https://github.com/rust-lang/crates.io-index"12794checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1279512796[[package]]12797name = "value-bag"12798version = "1.0.0-alpha.9"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12801dependencies = [12802 "ctor",12803 "version_check",12804]1280512806[[package]]12807name = "vcpkg"12808version = "0.2.15"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1281112812[[package]]12813name = "version_check"12814version = "0.9.4"12815source = "registry+https://github.com/rust-lang/crates.io-index"12816checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1281712818[[package]]12819name = "void"12820version = "1.0.2"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1282312824[[package]]12825name = "waker-fn"12826version = "1.1.0"12827source = "registry+https://github.com/rust-lang/crates.io-index"12828checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1282912830[[package]]12831name = "walkdir"12832version = "2.3.2"12833source = "registry+https://github.com/rust-lang/crates.io-index"12834checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12835dependencies = [12836 "same-file",12837 "winapi",12838 "winapi-util",12839]1284012841[[package]]12842name = "want"12843version = "0.3.0"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12846dependencies = [12847 "log",12848 "try-lock",12849]1285012851[[package]]12852name = "wasi"12853version = "0.9.0+wasi-snapshot-preview1"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1285612857[[package]]12858name = "wasi"12859version = "0.10.0+wasi-snapshot-preview1"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1286212863[[package]]12864name = "wasi"12865version = "0.11.0+wasi-snapshot-preview1"12866source = "registry+https://github.com/rust-lang/crates.io-index"12867checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1286812869[[package]]12870name = "wasm-bindgen"12871version = "0.2.81"12872source = "registry+https://github.com/rust-lang/crates.io-index"12873checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12874dependencies = [12875 "cfg-if 1.0.0",12876 "wasm-bindgen-macro",12877]1287812879[[package]]12880name = "wasm-bindgen-backend"12881version = "0.2.81"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12884dependencies = [12885 "bumpalo",12886 "lazy_static",12887 "log",12888 "proc-macro2",12889 "quote",12890 "syn",12891 "wasm-bindgen-shared",12892]1289312894[[package]]12895name = "wasm-bindgen-futures"12896version = "0.4.31"12897source = "registry+https://github.com/rust-lang/crates.io-index"12898checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12899dependencies = [12900 "cfg-if 1.0.0",12901 "js-sys",12902 "wasm-bindgen",12903 "web-sys",12904]1290512906[[package]]12907name = "wasm-bindgen-macro"12908version = "0.2.81"12909source = "registry+https://github.com/rust-lang/crates.io-index"12910checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12911dependencies = [12912 "quote",12913 "wasm-bindgen-macro-support",12914]1291512916[[package]]12917name = "wasm-bindgen-macro-support"12918version = "0.2.81"12919source = "registry+https://github.com/rust-lang/crates.io-index"12920checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12921dependencies = [12922 "proc-macro2",12923 "quote",12924 "syn",12925 "wasm-bindgen-backend",12926 "wasm-bindgen-shared",12927]1292812929[[package]]12930name = "wasm-bindgen-shared"12931version = "0.2.81"12932source = "registry+https://github.com/rust-lang/crates.io-index"12933checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"1293412935[[package]]12936name = "wasm-gc-api"12937version = "0.1.11"12938source = "registry+https://github.com/rust-lang/crates.io-index"12939checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12940dependencies = [12941 "log",12942 "parity-wasm 0.32.0",12943 "rustc-demangle",12944]1294512946[[package]]12947name = "wasm-instrument"12948version = "0.1.1"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12951dependencies = [12952 "parity-wasm 0.42.2",12953]1295412955[[package]]12956name = "wasm-timer"12957version = "0.2.5"12958source = "registry+https://github.com/rust-lang/crates.io-index"12959checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12960dependencies = [12961 "futures 0.3.21",12962 "js-sys",12963 "parking_lot 0.11.2",12964 "pin-utils",12965 "wasm-bindgen",12966 "wasm-bindgen-futures",12967 "web-sys",12968]1296912970[[package]]12971name = "wasmi"12972version = "0.9.1"12973source = "registry+https://github.com/rust-lang/crates.io-index"12974checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12975dependencies = [12976 "downcast-rs",12977 "libc",12978 "libm",12979 "memory_units",12980 "num-rational 0.2.4",12981 "num-traits",12982 "parity-wasm 0.42.2",12983 "wasmi-validation",12984]1298512986[[package]]12987name = "wasmi-validation"12988version = "0.4.1"12989source = "registry+https://github.com/rust-lang/crates.io-index"12990checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12991dependencies = [12992 "parity-wasm 0.42.2",12993]1299412995[[package]]12996name = "wasmparser"12997version = "0.83.0"12998source = "registry+https://github.com/rust-lang/crates.io-index"12999checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1300013001[[package]]13002name = "wasmtime"13003version = "0.35.3"13004source = "registry+https://github.com/rust-lang/crates.io-index"13005checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13006dependencies = [13007 "anyhow",13008 "backtrace",13009 "bincode",13010 "cfg-if 1.0.0",13011 "indexmap",13012 "lazy_static",13013 "libc",13014 "log",13015 "object 0.27.1",13016 "once_cell",13017 "paste",13018 "psm",13019 "rayon",13020 "region",13021 "serde",13022 "target-lexicon",13023 "wasmparser",13024 "wasmtime-cache",13025 "wasmtime-cranelift",13026 "wasmtime-environ",13027 "wasmtime-jit",13028 "wasmtime-runtime",13029 "winapi",13030]1303113032[[package]]13033name = "wasmtime-cache"13034version = "0.35.3"13035source = "registry+https://github.com/rust-lang/crates.io-index"13036checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13037dependencies = [13038 "anyhow",13039 "base64",13040 "bincode",13041 "directories-next",13042 "file-per-thread-logger",13043 "log",13044 "rustix",13045 "serde",13046 "sha2 0.9.9",13047 "toml",13048 "winapi",13049 "zstd",13050]1305113052[[package]]13053name = "wasmtime-cranelift"13054version = "0.35.3"13055source = "registry+https://github.com/rust-lang/crates.io-index"13056checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13057dependencies = [13058 "anyhow",13059 "cranelift-codegen",13060 "cranelift-entity",13061 "cranelift-frontend",13062 "cranelift-native",13063 "cranelift-wasm",13064 "gimli",13065 "log",13066 "more-asserts",13067 "object 0.27.1",13068 "target-lexicon",13069 "thiserror",13070 "wasmparser",13071 "wasmtime-environ",13072]1307313074[[package]]13075name = "wasmtime-environ"13076version = "0.35.3"13077source = "registry+https://github.com/rust-lang/crates.io-index"13078checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13079dependencies = [13080 "anyhow",13081 "cranelift-entity",13082 "gimli",13083 "indexmap",13084 "log",13085 "more-asserts",13086 "object 0.27.1",13087 "serde",13088 "target-lexicon",13089 "thiserror",13090 "wasmparser",13091 "wasmtime-types",13092]1309313094[[package]]13095name = "wasmtime-jit"13096version = "0.35.3"13097source = "registry+https://github.com/rust-lang/crates.io-index"13098checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13099dependencies = [13100 "addr2line",13101 "anyhow",13102 "bincode",13103 "cfg-if 1.0.0",13104 "cpp_demangle",13105 "gimli",13106 "log",13107 "object 0.27.1",13108 "region",13109 "rustc-demangle",13110 "rustix",13111 "serde",13112 "target-lexicon",13113 "thiserror",13114 "wasmtime-environ",13115 "wasmtime-jit-debug",13116 "wasmtime-runtime",13117 "winapi",13118]1311913120[[package]]13121name = "wasmtime-jit-debug"13122version = "0.35.3"13123source = "registry+https://github.com/rust-lang/crates.io-index"13124checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13125dependencies = [13126 "lazy_static",13127 "object 0.27.1",13128 "rustix",13129]1313013131[[package]]13132name = "wasmtime-runtime"13133version = "0.35.3"13134source = "registry+https://github.com/rust-lang/crates.io-index"13135checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13136dependencies = [13137 "anyhow",13138 "backtrace",13139 "cc",13140 "cfg-if 1.0.0",13141 "indexmap",13142 "libc",13143 "log",13144 "mach",13145 "memfd",13146 "memoffset",13147 "more-asserts",13148 "rand 0.8.5",13149 "region",13150 "rustix",13151 "thiserror",13152 "wasmtime-environ",13153 "wasmtime-jit-debug",13154 "winapi",13155]1315613157[[package]]13158name = "wasmtime-types"13159version = "0.35.3"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13162dependencies = [13163 "cranelift-entity",13164 "serde",13165 "thiserror",13166 "wasmparser",13167]1316813169[[package]]13170name = "web-sys"13171version = "0.3.58"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13174dependencies = [13175 "js-sys",13176 "wasm-bindgen",13177]1317813179[[package]]13180name = "webpki"13181version = "0.22.0"13182source = "registry+https://github.com/rust-lang/crates.io-index"13183checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13184dependencies = [13185 "ring",13186 "untrusted",13187]1318813189[[package]]13190name = "webpki-roots"13191version = "0.22.3"13192source = "registry+https://github.com/rust-lang/crates.io-index"13193checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13194dependencies = [13195 "webpki",13196]1319713198[[package]]13199name = "wepoll-ffi"13200version = "0.1.2"13201source = "registry+https://github.com/rust-lang/crates.io-index"13202checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13203dependencies = [13204 "cc",13205]1320613207[[package]]13208name = "westend-runtime"13209version = "0.9.24"13210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13211dependencies = [13212 "beefy-primitives",13213 "bitvec 1.0.0",13214 "frame-benchmarking",13215 "frame-election-provider-support",13216 "frame-executive",13217 "frame-support",13218 "frame-system",13219 "frame-system-benchmarking",13220 "frame-system-rpc-runtime-api",13221 "frame-try-runtime",13222 "hex-literal",13223 "log",13224 "pallet-authority-discovery",13225 "pallet-authorship",13226 "pallet-babe",13227 "pallet-bags-list",13228 "pallet-balances",13229 "pallet-collective",13230 "pallet-democracy",13231 "pallet-election-provider-multi-phase",13232 "pallet-election-provider-support-benchmarking",13233 "pallet-elections-phragmen",13234 "pallet-grandpa",13235 "pallet-identity",13236 "pallet-im-online",13237 "pallet-indices",13238 "pallet-membership",13239 "pallet-multisig",13240 "pallet-nicks",13241 "pallet-nomination-pools",13242 "pallet-nomination-pools-benchmarking",13243 "pallet-offences",13244 "pallet-offences-benchmarking",13245 "pallet-preimage",13246 "pallet-proxy",13247 "pallet-recovery",13248 "pallet-scheduler",13249 "pallet-session",13250 "pallet-session-benchmarking",13251 "pallet-society",13252 "pallet-staking",13253 "pallet-staking-reward-curve",13254 "pallet-sudo",13255 "pallet-timestamp",13256 "pallet-transaction-payment",13257 "pallet-transaction-payment-rpc-runtime-api",13258 "pallet-treasury",13259 "pallet-utility",13260 "pallet-vesting",13261 "pallet-xcm",13262 "pallet-xcm-benchmarks",13263 "parity-scale-codec 3.1.5",13264 "polkadot-parachain",13265 "polkadot-primitives",13266 "polkadot-runtime-common",13267 "polkadot-runtime-parachains",13268 "rustc-hex",13269 "scale-info",13270 "serde",13271 "serde_derive",13272 "smallvec",13273 "sp-api",13274 "sp-authority-discovery",13275 "sp-block-builder",13276 "sp-consensus-babe",13277 "sp-core",13278 "sp-inherents",13279 "sp-io",13280 "sp-mmr-primitives",13281 "sp-npos-elections",13282 "sp-offchain",13283 "sp-runtime",13284 "sp-session",13285 "sp-staking",13286 "sp-std",13287 "sp-transaction-pool",13288 "sp-version",13289 "substrate-wasm-builder",13290 "westend-runtime-constants",13291 "xcm",13292 "xcm-builder",13293 "xcm-executor",13294]1329513296[[package]]13297name = "westend-runtime-constants"13298version = "0.9.24"13299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13300dependencies = [13301 "frame-support",13302 "polkadot-primitives",13303 "polkadot-runtime-common",13304 "smallvec",13305 "sp-runtime",13306]1330713308[[package]]13309name = "which"13310version = "4.2.5"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13313dependencies = [13314 "either",13315 "lazy_static",13316 "libc",13317]1331813319[[package]]13320name = "widestring"13321version = "0.5.1"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1332413325[[package]]13326name = "winapi"13327version = "0.3.9"13328source = "registry+https://github.com/rust-lang/crates.io-index"13329checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13330dependencies = [13331 "winapi-i686-pc-windows-gnu",13332 "winapi-x86_64-pc-windows-gnu",13333]1333413335[[package]]13336name = "winapi-i686-pc-windows-gnu"13337version = "0.4.0"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1334013341[[package]]13342name = "winapi-util"13343version = "0.1.5"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13346dependencies = [13347 "winapi",13348]1334913350[[package]]13351name = "winapi-x86_64-pc-windows-gnu"13352version = "0.4.0"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1335513356[[package]]13357name = "windows"13358version = "0.34.0"13359source = "registry+https://github.com/rust-lang/crates.io-index"13360checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13361dependencies = [13362 "windows_aarch64_msvc 0.34.0",13363 "windows_i686_gnu 0.34.0",13364 "windows_i686_msvc 0.34.0",13365 "windows_x86_64_gnu 0.34.0",13366 "windows_x86_64_msvc 0.34.0",13367]1336813369[[package]]13370name = "windows-sys"13371version = "0.36.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13374dependencies = [13375 "windows_aarch64_msvc 0.36.1",13376 "windows_i686_gnu 0.36.1",13377 "windows_i686_msvc 0.36.1",13378 "windows_x86_64_gnu 0.36.1",13379 "windows_x86_64_msvc 0.36.1",13380]1338113382[[package]]13383name = "windows_aarch64_msvc"13384version = "0.34.0"13385source = "registry+https://github.com/rust-lang/crates.io-index"13386checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1338713388[[package]]13389name = "windows_aarch64_msvc"13390version = "0.36.1"13391source = "registry+https://github.com/rust-lang/crates.io-index"13392checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1339313394[[package]]13395name = "windows_i686_gnu"13396version = "0.34.0"13397source = "registry+https://github.com/rust-lang/crates.io-index"13398checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1339913400[[package]]13401name = "windows_i686_gnu"13402version = "0.36.1"13403source = "registry+https://github.com/rust-lang/crates.io-index"13404checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1340513406[[package]]13407name = "windows_i686_msvc"13408version = "0.34.0"13409source = "registry+https://github.com/rust-lang/crates.io-index"13410checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1341113412[[package]]13413name = "windows_i686_msvc"13414version = "0.36.1"13415source = "registry+https://github.com/rust-lang/crates.io-index"13416checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1341713418[[package]]13419name = "windows_x86_64_gnu"13420version = "0.34.0"13421source = "registry+https://github.com/rust-lang/crates.io-index"13422checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1342313424[[package]]13425name = "windows_x86_64_gnu"13426version = "0.36.1"13427source = "registry+https://github.com/rust-lang/crates.io-index"13428checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1342913430[[package]]13431name = "windows_x86_64_msvc"13432version = "0.34.0"13433source = "registry+https://github.com/rust-lang/crates.io-index"13434checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1343513436[[package]]13437name = "windows_x86_64_msvc"13438version = "0.36.1"13439source = "registry+https://github.com/rust-lang/crates.io-index"13440checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1344113442[[package]]13443name = "winreg"13444version = "0.7.0"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13447dependencies = [13448 "winapi",13449]1345013451[[package]]13452name = "wyz"13453version = "0.2.0"13454source = "registry+https://github.com/rust-lang/crates.io-index"13455checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1345613457[[package]]13458name = "wyz"13459version = "0.5.0"13460source = "registry+https://github.com/rust-lang/crates.io-index"13461checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13462dependencies = [13463 "tap",13464]1346513466[[package]]13467name = "x25519-dalek"13468version = "1.1.1"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13471dependencies = [13472 "curve25519-dalek 3.2.0",13473 "rand_core 0.5.1",13474 "zeroize",13475]1347613477[[package]]13478name = "xcm"13479version = "0.9.24"13480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13481dependencies = [13482 "derivative",13483 "impl-trait-for-tuples",13484 "log",13485 "parity-scale-codec 3.1.5",13486 "scale-info",13487 "xcm-procedural",13488]1348913490[[package]]13491name = "xcm-builder"13492version = "0.9.24"13493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13494dependencies = [13495 "frame-support",13496 "frame-system",13497 "log",13498 "pallet-transaction-payment",13499 "parity-scale-codec 3.1.5",13500 "polkadot-parachain",13501 "scale-info",13502 "sp-arithmetic",13503 "sp-io",13504 "sp-runtime",13505 "sp-std",13506 "xcm",13507 "xcm-executor",13508]1350913510[[package]]13511name = "xcm-executor"13512version = "0.9.24"13513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13514dependencies = [13515 "frame-benchmarking",13516 "frame-support",13517 "impl-trait-for-tuples",13518 "log",13519 "parity-scale-codec 3.1.5",13520 "sp-arithmetic",13521 "sp-core",13522 "sp-io",13523 "sp-runtime",13524 "sp-std",13525 "xcm",13526]1352713528[[package]]13529name = "xcm-procedural"13530version = "0.1.0"13531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13532dependencies = [13533 "Inflector",13534 "proc-macro2",13535 "quote",13536 "syn",13537]1353813539[[package]]13540name = "yamux"13541version = "0.10.1"13542source = "registry+https://github.com/rust-lang/crates.io-index"13543checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13544dependencies = [13545 "futures 0.3.21",13546 "log",13547 "nohash-hasher",13548 "parking_lot 0.12.1",13549 "rand 0.8.5",13550 "static_assertions",13551]1355213553[[package]]13554name = "yansi"13555version = "0.5.1"13556source = "registry+https://github.com/rust-lang/crates.io-index"13557checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1355813559[[package]]13560name = "zeroize"13561version = "1.4.3"13562source = "registry+https://github.com/rust-lang/crates.io-index"13563checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13564dependencies = [13565 "zeroize_derive",13566]1356713568[[package]]13569name = "zeroize_derive"13570version = "1.3.2"13571source = "registry+https://github.com/rust-lang/crates.io-index"13572checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13573dependencies = [13574 "proc-macro2",13575 "quote",13576 "syn",13577 "synstructure",13578]1357913580[[package]]13581name = "zstd"13582version = "0.10.2+zstd.1.5.2"13583source = "registry+https://github.com/rust-lang/crates.io-index"13584checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13585dependencies = [13586 "zstd-safe",13587]1358813589[[package]]13590name = "zstd-safe"13591version = "4.1.6+zstd.1.5.2"13592source = "registry+https://github.com/rust-lang/crates.io-index"13593checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13594dependencies = [13595 "libc",13596 "zstd-sys",13597]1359813599[[package]]13600name = "zstd-sys"13601version = "1.6.3+zstd.1.5.2"13602source = "registry+https://github.com/rust-lang/crates.io-index"13603checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13604dependencies = [13605 "cc",13606 "libc",13607]