git.delta.rocks / unique-network / refs/commits / 7a36e4c3fb65

difftreelog

source

Cargo.lock307.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.3.0"296source = "registry+https://github.com/rust-lang/crates.io-index"297checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"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.2.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.20.1",370]371372[[package]]373name = "backtrace"374version = "0.3.66"375source = "registry+https://github.com/rust-lang/crates.io-index"376checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"377dependencies = [378 "addr2line",379 "cc",380 "cfg-if 1.0.0",381 "libc",382 "miniz_oxide",383 "object 0.29.0",384 "rustc-demangle",385]386387[[package]]388name = "base-x"389version = "0.2.11"390source = "registry+https://github.com/rust-lang/crates.io-index"391checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"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/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"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/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"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/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"478479[[package]]480name = "beefy-primitives"481version = "4.0.0-dev"482source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"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.1"548source = "registry+https://github.com/rust-lang/crates.io-index"549checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"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.1",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.2.0"892source = "registry+https://github.com/rust-lang/crates.io-index"893checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"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.2"933source = "registry+https://github.com/rust-lang/crates.io-index"934checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"935dependencies = [936 "camino",937 "cargo-platform",938 "semver 1.0.12",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.2"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"984dependencies = [985 "cfg-if 1.0.0",986 "cipher",987 "cpufeatures",988 "zeroize",989]990991[[package]]992name = "chacha20poly1305"993version = "0.9.1"994source = "registry+https://github.com/rust-lang/crates.io-index"995checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"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.15"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"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.15"1079source = "registry+https://github.com/rust-lang/crates.io-index"1080checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"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.4"1092source = "registry+https://github.com/rust-lang/crates.io-index"1093checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"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 = "common-types"1132version = "0.9.24"1133dependencies = [1134 "fp-rpc",1135 "pallet-evm",1136 "sp-consensus-aura",1137 "sp-core",1138 "sp-runtime",1139 "sp-std",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "core2"1187version = "0.4.0"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1190dependencies = [1191 "memchr",1192]11931194[[package]]1195name = "cpp_demangle"1196version = "0.3.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1199dependencies = [1200 "cfg-if 1.0.0",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.82.3"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.82.3"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.82.3"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.82.3"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12521253[[package]]1254name = "cranelift-entity"1255version = "0.82.3"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.82.3"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.82.3"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.82.3"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.6"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.2"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.10"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "memoffset",1341 "once_cell",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-queue"1347version = "0.3.6"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1350dependencies = [1351 "cfg-if 1.0.0",1352 "crossbeam-utils",1353]13541355[[package]]1356name = "crossbeam-utils"1357version = "0.8.11"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"1360dependencies = [1361 "cfg-if 1.0.0",1362 "once_cell",1363]13641365[[package]]1366name = "crunchy"1367version = "0.2.2"1368source = "registry+https://github.com/rust-lang/crates.io-index"1369checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13701371[[package]]1372name = "crypto-bigint"1373version = "0.3.2"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1376dependencies = [1377 "generic-array 0.14.5",1378 "rand_core 0.6.3",1379 "subtle",1380 "zeroize",1381]13821383[[package]]1384name = "crypto-common"1385version = "0.1.6"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1388dependencies = [1389 "generic-array 0.14.5",1390 "typenum",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle",1411]14121413[[package]]1414name = "ctor"1415version = "0.1.22"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1418dependencies = [1419 "quote",1420 "syn",1421]14221423[[package]]1424name = "ctr"1425version = "0.8.0"1426source = "registry+https://github.com/rust-lang/crates.io-index"1427checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1428dependencies = [1429 "cipher",1430]14311432[[package]]1433name = "cuckoofilter"1434version = "0.5.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1437dependencies = [1438 "byteorder",1439 "fnv",1440 "rand 0.7.3",1441]14421443[[package]]1444name = "cumulus-client-cli"1445version = "0.1.0"1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1447dependencies = [1448 "clap",1449 "sc-cli",1450 "sc-service",1451 "url",1452]14531454[[package]]1455name = "cumulus-client-collator"1456version = "0.1.0"1457source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1458dependencies = [1459 "cumulus-client-consensus-common",1460 "cumulus-client-network",1461 "cumulus-primitives-core",1462 "cumulus-relay-chain-interface",1463 "futures 0.3.21",1464 "parity-scale-codec 3.1.5",1465 "parking_lot 0.12.1",1466 "polkadot-node-primitives",1467 "polkadot-node-subsystem",1468 "polkadot-overseer",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sp-api",1472 "sp-consensus",1473 "sp-core",1474 "sp-runtime",1475 "tracing",1476]14771478[[package]]1479name = "cumulus-client-consensus-aura"1480version = "0.1.0"1481source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1482dependencies = [1483 "async-trait",1484 "cumulus-client-consensus-common",1485 "cumulus-primitives-core",1486 "futures 0.3.21",1487 "parity-scale-codec 3.1.5",1488 "sc-client-api",1489 "sc-consensus",1490 "sc-consensus-aura",1491 "sc-consensus-slots",1492 "sc-telemetry",1493 "sp-api",1494 "sp-application-crypto",1495 "sp-block-builder",1496 "sp-blockchain",1497 "sp-consensus",1498 "sp-consensus-aura",1499 "sp-core",1500 "sp-inherents",1501 "sp-keystore",1502 "sp-runtime",1503 "substrate-prometheus-endpoint",1504 "tracing",1505]15061507[[package]]1508name = "cumulus-client-consensus-common"1509version = "0.1.0"1510source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1511dependencies = [1512 "async-trait",1513 "cumulus-relay-chain-interface",1514 "dyn-clone",1515 "futures 0.3.21",1516 "parity-scale-codec 3.1.5",1517 "polkadot-primitives",1518 "sc-client-api",1519 "sc-consensus",1520 "sp-api",1521 "sp-blockchain",1522 "sp-consensus",1523 "sp-runtime",1524 "sp-trie",1525 "tracing",1526]15271528[[package]]1529name = "cumulus-client-network"1530version = "0.1.0"1531source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1532dependencies = [1533 "async-trait",1534 "cumulus-relay-chain-interface",1535 "derive_more",1536 "futures 0.3.21",1537 "futures-timer",1538 "parity-scale-codec 3.1.5",1539 "parking_lot 0.12.1",1540 "polkadot-node-primitives",1541 "polkadot-parachain",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sp-api",1545 "sp-blockchain",1546 "sp-consensus",1547 "sp-core",1548 "sp-runtime",1549 "sp-state-machine",1550 "tracing",1551]15521553[[package]]1554name = "cumulus-client-pov-recovery"1555version = "0.1.0"1556source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1557dependencies = [1558 "cumulus-primitives-core",1559 "cumulus-relay-chain-interface",1560 "futures 0.3.21",1561 "futures-timer",1562 "parity-scale-codec 3.1.5",1563 "polkadot-node-primitives",1564 "polkadot-node-subsystem",1565 "polkadot-overseer",1566 "polkadot-primitives",1567 "rand 0.8.5",1568 "sc-client-api",1569 "sc-consensus",1570 "sp-api",1571 "sp-consensus",1572 "sp-maybe-compressed-blob",1573 "sp-runtime",1574 "tracing",1575]15761577[[package]]1578name = "cumulus-client-service"1579version = "0.1.0"1580source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1581dependencies = [1582 "cumulus-client-cli",1583 "cumulus-client-collator",1584 "cumulus-client-consensus-common",1585 "cumulus-client-pov-recovery",1586 "cumulus-primitives-core",1587 "cumulus-relay-chain-interface",1588 "parity-scale-codec 3.1.5",1589 "parking_lot 0.12.1",1590 "polkadot-overseer",1591 "polkadot-primitives",1592 "sc-chain-spec",1593 "sc-client-api",1594 "sc-consensus",1595 "sc-consensus-babe",1596 "sc-service",1597 "sc-telemetry",1598 "sc-tracing",1599 "sp-api",1600 "sp-blockchain",1601 "sp-consensus",1602 "sp-core",1603 "sp-runtime",1604 "tracing",1605]16061607[[package]]1608name = "cumulus-pallet-aura-ext"1609version = "0.1.0"1610source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1611dependencies = [1612 "frame-executive",1613 "frame-support",1614 "frame-system",1615 "pallet-aura",1616 "parity-scale-codec 3.1.5",1617 "scale-info",1618 "serde",1619 "sp-application-crypto",1620 "sp-consensus-aura",1621 "sp-runtime",1622 "sp-std",1623]16241625[[package]]1626name = "cumulus-pallet-dmp-queue"1627version = "0.1.0"1628source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1629dependencies = [1630 "cumulus-primitives-core",1631 "frame-support",1632 "frame-system",1633 "log",1634 "parity-scale-codec 3.1.5",1635 "scale-info",1636 "sp-io",1637 "sp-runtime",1638 "sp-std",1639 "xcm",1640 "xcm-executor",1641]16421643[[package]]1644name = "cumulus-pallet-parachain-system"1645version = "0.1.0"1646source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1647dependencies = [1648 "cumulus-pallet-parachain-system-proc-macro",1649 "cumulus-primitives-core",1650 "cumulus-primitives-parachain-inherent",1651 "environmental",1652 "frame-support",1653 "frame-system",1654 "impl-trait-for-tuples",1655 "log",1656 "pallet-balances",1657 "parity-scale-codec 3.1.5",1658 "polkadot-parachain",1659 "scale-info",1660 "serde",1661 "sp-core",1662 "sp-externalities",1663 "sp-inherents",1664 "sp-io",1665 "sp-runtime",1666 "sp-state-machine",1667 "sp-std",1668 "sp-trie",1669 "sp-version",1670 "xcm",1671]16721673[[package]]1674name = "cumulus-pallet-parachain-system-proc-macro"1675version = "0.1.0"1676source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1677dependencies = [1678 "proc-macro-crate",1679 "proc-macro2",1680 "quote",1681 "syn",1682]16831684[[package]]1685name = "cumulus-pallet-xcm"1686version = "0.1.0"1687source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1688dependencies = [1689 "cumulus-primitives-core",1690 "frame-support",1691 "frame-system",1692 "parity-scale-codec 3.1.5",1693 "scale-info",1694 "serde",1695 "sp-io",1696 "sp-runtime",1697 "sp-std",1698 "xcm",1699]17001701[[package]]1702name = "cumulus-pallet-xcmp-queue"1703version = "0.1.0"1704source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1705dependencies = [1706 "cumulus-primitives-core",1707 "frame-support",1708 "frame-system",1709 "log",1710 "parity-scale-codec 3.1.5",1711 "rand_chacha 0.3.1",1712 "scale-info",1713 "sp-runtime",1714 "sp-std",1715 "xcm",1716 "xcm-executor",1717]17181719[[package]]1720name = "cumulus-primitives-core"1721version = "0.1.0"1722source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1723dependencies = [1724 "frame-support",1725 "parity-scale-codec 3.1.5",1726 "polkadot-core-primitives",1727 "polkadot-parachain",1728 "polkadot-primitives",1729 "sp-api",1730 "sp-runtime",1731 "sp-std",1732 "sp-trie",1733]17341735[[package]]1736name = "cumulus-primitives-parachain-inherent"1737version = "0.1.0"1738source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1739dependencies = [1740 "async-trait",1741 "cumulus-primitives-core",1742 "cumulus-relay-chain-interface",1743 "cumulus-test-relay-sproof-builder",1744 "parity-scale-codec 3.1.5",1745 "sc-client-api",1746 "scale-info",1747 "sp-api",1748 "sp-core",1749 "sp-inherents",1750 "sp-runtime",1751 "sp-state-machine",1752 "sp-std",1753 "sp-storage",1754 "sp-trie",1755 "tracing",1756]17571758[[package]]1759name = "cumulus-primitives-timestamp"1760version = "0.1.0"1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1762dependencies = [1763 "cumulus-primitives-core",1764 "futures 0.3.21",1765 "parity-scale-codec 3.1.5",1766 "sp-inherents",1767 "sp-std",1768 "sp-timestamp",1769]17701771[[package]]1772name = "cumulus-primitives-utility"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1775dependencies = [1776 "cumulus-primitives-core",1777 "frame-support",1778 "parity-scale-codec 3.1.5",1779 "polkadot-core-primitives",1780 "polkadot-parachain",1781 "polkadot-primitives",1782 "sp-runtime",1783 "sp-std",1784 "sp-trie",1785 "xcm",1786]17871788[[package]]1789name = "cumulus-relay-chain-inprocess-interface"1790version = "0.1.0"1791source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1792dependencies = [1793 "async-trait",1794 "cumulus-primitives-core",1795 "cumulus-relay-chain-interface",1796 "futures 0.3.21",1797 "futures-timer",1798 "parking_lot 0.12.1",1799 "polkadot-cli",1800 "polkadot-client",1801 "polkadot-service",1802 "sc-cli",1803 "sc-client-api",1804 "sc-consensus-babe",1805 "sc-network",1806 "sc-service",1807 "sc-sysinfo",1808 "sc-telemetry",1809 "sc-tracing",1810 "sp-api",1811 "sp-blockchain",1812 "sp-consensus",1813 "sp-core",1814 "sp-runtime",1815 "sp-state-machine",1816 "tracing",1817]18181819[[package]]1820name = "cumulus-relay-chain-interface"1821version = "0.1.0"1822source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1823dependencies = [1824 "async-trait",1825 "cumulus-primitives-core",1826 "derive_more",1827 "futures 0.3.21",1828 "jsonrpsee-core",1829 "parity-scale-codec 3.1.5",1830 "parking_lot 0.12.1",1831 "polkadot-overseer",1832 "polkadot-service",1833 "sc-client-api",1834 "sc-service",1835 "sp-api",1836 "sp-blockchain",1837 "sp-core",1838 "sp-runtime",1839 "sp-state-machine",1840 "thiserror",1841]18421843[[package]]1844name = "cumulus-relay-chain-rpc-interface"1845version = "0.1.0"1846source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1847dependencies = [1848 "async-trait",1849 "backoff",1850 "cumulus-primitives-core",1851 "cumulus-relay-chain-interface",1852 "futures 0.3.21",1853 "futures-timer",1854 "jsonrpsee",1855 "parity-scale-codec 3.1.5",1856 "parking_lot 0.12.1",1857 "polkadot-service",1858 "sc-client-api",1859 "sc-rpc-api",1860 "sp-api",1861 "sp-core",1862 "sp-runtime",1863 "sp-state-machine",1864 "sp-storage",1865 "tracing",1866 "url",1867]18681869[[package]]1870name = "cumulus-test-relay-sproof-builder"1871version = "0.1.0"1872source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1873dependencies = [1874 "cumulus-primitives-core",1875 "parity-scale-codec 3.1.5",1876 "polkadot-primitives",1877 "sp-runtime",1878 "sp-state-machine",1879 "sp-std",1880]18811882[[package]]1883name = "curve25519-dalek"1884version = "2.1.3"1885source = "registry+https://github.com/rust-lang/crates.io-index"1886checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1887dependencies = [1888 "byteorder",1889 "digest 0.8.1",1890 "rand_core 0.5.1",1891 "subtle",1892 "zeroize",1893]18941895[[package]]1896name = "curve25519-dalek"1897version = "3.2.0"1898source = "registry+https://github.com/rust-lang/crates.io-index"1899checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1900dependencies = [1901 "byteorder",1902 "digest 0.9.0",1903 "rand_core 0.5.1",1904 "subtle",1905 "zeroize",1906]19071908[[package]]1909name = "curve25519-dalek"1910version = "4.0.0-pre.1"1911source = "registry+https://github.com/rust-lang/crates.io-index"1912checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1913dependencies = [1914 "byteorder",1915 "digest 0.9.0",1916 "rand_core 0.6.3",1917 "subtle",1918 "zeroize",1919]19201921[[package]]1922name = "darling"1923version = "0.13.4"1924source = "registry+https://github.com/rust-lang/crates.io-index"1925checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1926dependencies = [1927 "darling_core",1928 "darling_macro",1929]19301931[[package]]1932name = "darling_core"1933version = "0.13.4"1934source = "registry+https://github.com/rust-lang/crates.io-index"1935checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1936dependencies = [1937 "fnv",1938 "ident_case",1939 "proc-macro2",1940 "quote",1941 "strsim",1942 "syn",1943]19441945[[package]]1946name = "darling_macro"1947version = "0.13.4"1948source = "registry+https://github.com/rust-lang/crates.io-index"1949checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1950dependencies = [1951 "darling_core",1952 "quote",1953 "syn",1954]19551956[[package]]1957name = "data-encoding"1958version = "2.3.2"1959source = "registry+https://github.com/rust-lang/crates.io-index"1960checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19611962[[package]]1963name = "data-encoding-macro"1964version = "0.1.12"1965source = "registry+https://github.com/rust-lang/crates.io-index"1966checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1967dependencies = [1968 "data-encoding",1969 "data-encoding-macro-internal",1970]19711972[[package]]1973name = "data-encoding-macro-internal"1974version = "0.1.10"1975source = "registry+https://github.com/rust-lang/crates.io-index"1976checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1977dependencies = [1978 "data-encoding",1979 "syn",1980]19811982[[package]]1983name = "der"1984version = "0.5.1"1985source = "registry+https://github.com/rust-lang/crates.io-index"1986checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1987dependencies = [1988 "const-oid",1989]19901991[[package]]1992name = "derivative"1993version = "2.2.0"1994source = "registry+https://github.com/rust-lang/crates.io-index"1995checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1996dependencies = [1997 "proc-macro2",1998 "quote",1999 "syn",2000]20012002[[package]]2003name = "derive_more"2004version = "0.99.17"2005source = "registry+https://github.com/rust-lang/crates.io-index"2006checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2007dependencies = [2008 "convert_case",2009 "proc-macro2",2010 "quote",2011 "rustc_version 0.4.0",2012 "syn",2013]20142015[[package]]2016name = "digest"2017version = "0.8.1"2018source = "registry+https://github.com/rust-lang/crates.io-index"2019checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2020dependencies = [2021 "generic-array 0.12.4",2022]20232024[[package]]2025name = "digest"2026version = "0.9.0"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2029dependencies = [2030 "generic-array 0.14.5",2031]20322033[[package]]2034name = "digest"2035version = "0.10.3"2036source = "registry+https://github.com/rust-lang/crates.io-index"2037checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2038dependencies = [2039 "block-buffer 0.10.2",2040 "crypto-common",2041 "subtle",2042]20432044[[package]]2045name = "directories"2046version = "4.0.1"2047source = "registry+https://github.com/rust-lang/crates.io-index"2048checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2049dependencies = [2050 "dirs-sys",2051]20522053[[package]]2054name = "directories-next"2055version = "2.0.0"2056source = "registry+https://github.com/rust-lang/crates.io-index"2057checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2058dependencies = [2059 "cfg-if 1.0.0",2060 "dirs-sys-next",2061]20622063[[package]]2064name = "dirs-sys"2065version = "0.3.7"2066source = "registry+https://github.com/rust-lang/crates.io-index"2067checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2068dependencies = [2069 "libc",2070 "redox_users",2071 "winapi",2072]20732074[[package]]2075name = "dirs-sys-next"2076version = "0.1.2"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2079dependencies = [2080 "libc",2081 "redox_users",2082 "winapi",2083]20842085[[package]]2086name = "dns-parser"2087version = "0.8.0"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2090dependencies = [2091 "byteorder",2092 "quick-error",2093]20942095[[package]]2096name = "downcast-rs"2097version = "1.2.0"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21002101[[package]]2102name = "dtoa"2103version = "1.0.2"2104source = "registry+https://github.com/rust-lang/crates.io-index"2105checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"21062107[[package]]2108name = "dyn-clonable"2109version = "0.9.0"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2112dependencies = [2113 "dyn-clonable-impl",2114 "dyn-clone",2115]21162117[[package]]2118name = "dyn-clonable-impl"2119version = "0.9.0"2120source = "registry+https://github.com/rust-lang/crates.io-index"2121checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2122dependencies = [2123 "proc-macro2",2124 "quote",2125 "syn",2126]21272128[[package]]2129name = "dyn-clone"2130version = "1.0.8"2131source = "registry+https://github.com/rust-lang/crates.io-index"2132checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8"21332134[[package]]2135name = "ecdsa"2136version = "0.13.4"2137source = "registry+https://github.com/rust-lang/crates.io-index"2138checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2139dependencies = [2140 "der",2141 "elliptic-curve",2142 "rfc6979",2143 "signature",2144]21452146[[package]]2147name = "ed25519"2148version = "1.5.2"2149source = "registry+https://github.com/rust-lang/crates.io-index"2150checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2151dependencies = [2152 "signature",2153]21542155[[package]]2156name = "ed25519-dalek"2157version = "1.0.1"2158source = "registry+https://github.com/rust-lang/crates.io-index"2159checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2160dependencies = [2161 "curve25519-dalek 3.2.0",2162 "ed25519",2163 "rand 0.7.3",2164 "serde",2165 "sha2 0.9.9",2166 "zeroize",2167]21682169[[package]]2170name = "either"2171version = "1.7.0"2172source = "registry+https://github.com/rust-lang/crates.io-index"2173checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"21742175[[package]]2176name = "elliptic-curve"2177version = "0.11.12"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2180dependencies = [2181 "base16ct",2182 "crypto-bigint",2183 "der",2184 "ff",2185 "generic-array 0.14.5",2186 "group",2187 "rand_core 0.6.3",2188 "sec1",2189 "subtle",2190 "zeroize",2191]21922193[[package]]2194name = "enum-as-inner"2195version = "0.4.0"2196source = "registry+https://github.com/rust-lang/crates.io-index"2197checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2198dependencies = [2199 "heck 0.4.0",2200 "proc-macro2",2201 "quote",2202 "syn",2203]22042205[[package]]2206name = "enumflags2"2207version = "0.7.5"2208source = "registry+https://github.com/rust-lang/crates.io-index"2209checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2210dependencies = [2211 "enumflags2_derive",2212]22132214[[package]]2215name = "enumflags2_derive"2216version = "0.7.4"2217source = "registry+https://github.com/rust-lang/crates.io-index"2218checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2219dependencies = [2220 "proc-macro2",2221 "quote",2222 "syn",2223]22242225[[package]]2226name = "enumn"2227version = "0.1.4"2228source = "registry+https://github.com/rust-lang/crates.io-index"2229checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2230dependencies = [2231 "proc-macro2",2232 "quote",2233 "syn",2234]22352236[[package]]2237name = "env_logger"2238version = "0.9.0"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2241dependencies = [2242 "atty",2243 "humantime",2244 "log",2245 "regex",2246 "termcolor",2247]22482249[[package]]2250name = "environmental"2251version = "1.1.3"2252source = "registry+https://github.com/rust-lang/crates.io-index"2253checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22542255[[package]]2256name = "errno"2257version = "0.2.8"2258source = "registry+https://github.com/rust-lang/crates.io-index"2259checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2260dependencies = [2261 "errno-dragonfly",2262 "libc",2263 "winapi",2264]22652266[[package]]2267name = "errno-dragonfly"2268version = "0.1.2"2269source = "registry+https://github.com/rust-lang/crates.io-index"2270checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2271dependencies = [2272 "cc",2273 "libc",2274]22752276[[package]]2277name = "ethbloom"2278version = "0.12.1"2279source = "registry+https://github.com/rust-lang/crates.io-index"2280checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2281dependencies = [2282 "crunchy",2283 "fixed-hash",2284 "impl-codec",2285 "impl-rlp",2286 "impl-serde",2287 "scale-info",2288 "tiny-keccak",2289]22902291[[package]]2292name = "ethereum"2293version = "0.12.0"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2296dependencies = [2297 "bytes 1.2.0",2298 "ethereum-types",2299 "hash-db",2300 "hash256-std-hasher",2301 "parity-scale-codec 3.1.5",2302 "rlp",2303 "rlp-derive",2304 "scale-info",2305 "serde",2306 "sha3 0.10.1",2307 "triehash",2308]23092310[[package]]2311name = "ethereum-types"2312version = "0.13.1"2313source = "registry+https://github.com/rust-lang/crates.io-index"2314checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2315dependencies = [2316 "ethbloom",2317 "fixed-hash",2318 "impl-codec",2319 "impl-rlp",2320 "impl-serde",2321 "primitive-types",2322 "scale-info",2323 "uint",2324]23252326[[package]]2327name = "event-listener"2328version = "2.5.2"2329source = "registry+https://github.com/rust-lang/crates.io-index"2330checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23312332[[package]]2333name = "evm"2334version = "0.35.0"2335source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2336dependencies = [2337 "auto_impl",2338 "environmental",2339 "ethereum",2340 "evm-core",2341 "evm-gasometer",2342 "evm-runtime",2343 "log",2344 "parity-scale-codec 3.1.5",2345 "primitive-types",2346 "rlp",2347 "scale-info",2348 "serde",2349 "sha3 0.10.1",2350]23512352[[package]]2353name = "evm-coder"2354version = "0.1.0"2355dependencies = [2356 "ethereum",2357 "evm-coder-macros",2358 "evm-core",2359 "hex",2360 "hex-literal",2361 "impl-trait-for-tuples",2362 "primitive-types",2363]23642365[[package]]2366name = "evm-coder-macros"2367version = "0.1.0"2368dependencies = [2369 "Inflector",2370 "darling",2371 "hex",2372 "proc-macro2",2373 "quote",2374 "sha3 0.9.1",2375 "syn",2376]23772378[[package]]2379name = "evm-core"2380version = "0.35.0"2381source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2382dependencies = [2383 "parity-scale-codec 3.1.5",2384 "primitive-types",2385 "scale-info",2386 "serde",2387]23882389[[package]]2390name = "evm-gasometer"2391version = "0.35.0"2392source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2393dependencies = [2394 "environmental",2395 "evm-core",2396 "evm-runtime",2397 "primitive-types",2398]23992400[[package]]2401name = "evm-runtime"2402version = "0.35.0"2403source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2404dependencies = [2405 "auto_impl",2406 "environmental",2407 "evm-core",2408 "primitive-types",2409 "sha3 0.10.1",2410]24112412[[package]]2413name = "exit-future"2414version = "0.2.0"2415source = "registry+https://github.com/rust-lang/crates.io-index"2416checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2417dependencies = [2418 "futures 0.3.21",2419]24202421[[package]]2422name = "expander"2423version = "0.0.4"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2426dependencies = [2427 "blake3",2428 "fs-err",2429 "proc-macro2",2430 "quote",2431]24322433[[package]]2434name = "expander"2435version = "0.0.6"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2438dependencies = [2439 "blake2",2440 "fs-err",2441 "proc-macro2",2442 "quote",2443 "syn",2444]24452446[[package]]2447name = "fake-simd"2448version = "0.1.2"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24512452[[package]]2453name = "fallible-iterator"2454version = "0.2.0"2455source = "registry+https://github.com/rust-lang/crates.io-index"2456checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24572458[[package]]2459name = "fastrand"2460version = "1.8.0"2461source = "registry+https://github.com/rust-lang/crates.io-index"2462checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2463dependencies = [2464 "instant",2465]24662467[[package]]2468name = "fatality"2469version = "0.0.6"2470source = "registry+https://github.com/rust-lang/crates.io-index"2471checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2472dependencies = [2473 "fatality-proc-macro",2474 "thiserror",2475]24762477[[package]]2478name = "fatality-proc-macro"2479version = "0.0.6"2480source = "registry+https://github.com/rust-lang/crates.io-index"2481checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2482dependencies = [2483 "expander 0.0.4",2484 "indexmap",2485 "proc-macro-crate",2486 "proc-macro2",2487 "quote",2488 "syn",2489 "thiserror",2490]24912492[[package]]2493name = "fc-consensus"2494version = "2.0.0-dev"2495source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2496dependencies = [2497 "async-trait",2498 "fc-db",2499 "fp-consensus",2500 "fp-rpc",2501 "sc-client-api",2502 "sc-consensus",2503 "sp-api",2504 "sp-block-builder",2505 "sp-blockchain",2506 "sp-consensus",2507 "sp-runtime",2508 "thiserror",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2515dependencies = [2516 "fp-storage",2517 "kvdb-rocksdb",2518 "parity-db",2519 "parity-scale-codec 3.1.5",2520 "parking_lot 0.12.1",2521 "sc-client-db",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2531dependencies = [2532 "fc-db",2533 "fp-consensus",2534 "fp-rpc",2535 "futures 0.3.21",2536 "futures-timer",2537 "log",2538 "sc-client-api",2539 "sp-api",2540 "sp-blockchain",2541 "sp-runtime",2542]25432544[[package]]2545name = "fc-rpc"2546version = "2.0.0-dev"2547source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2548dependencies = [2549 "ethereum",2550 "ethereum-types",2551 "evm",2552 "fc-db",2553 "fc-rpc-core",2554 "fp-rpc",2555 "fp-storage",2556 "futures 0.3.21",2557 "hex",2558 "jsonrpsee",2559 "libsecp256k1",2560 "log",2561 "lru 0.7.8",2562 "parity-scale-codec 3.1.5",2563 "prometheus",2564 "rand 0.8.5",2565 "rlp",2566 "rustc-hex",2567 "sc-client-api",2568 "sc-network",2569 "sc-rpc",2570 "sc-service",2571 "sc-transaction-pool",2572 "sc-transaction-pool-api",2573 "sp-api",2574 "sp-block-builder",2575 "sp-blockchain",2576 "sp-core",2577 "sp-io",2578 "sp-runtime",2579 "sp-storage",2580 "substrate-prometheus-endpoint",2581 "tokio 1.20.1",2582]25832584[[package]]2585name = "fc-rpc-core"2586version = "1.1.0-dev"2587source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2588dependencies = [2589 "ethereum",2590 "ethereum-types",2591 "jsonrpsee",2592 "rlp",2593 "rustc-hex",2594 "serde",2595 "serde_json",2596]25972598[[package]]2599name = "fdlimit"2600version = "0.2.1"2601source = "registry+https://github.com/rust-lang/crates.io-index"2602checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2603dependencies = [2604 "libc",2605]26062607[[package]]2608name = "ff"2609version = "0.11.1"2610source = "registry+https://github.com/rust-lang/crates.io-index"2611checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2612dependencies = [2613 "rand_core 0.6.3",2614 "subtle",2615]26162617[[package]]2618name = "file-per-thread-logger"2619version = "0.1.5"2620source = "registry+https://github.com/rust-lang/crates.io-index"2621checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2622dependencies = [2623 "env_logger",2624 "log",2625]26262627[[package]]2628name = "finality-grandpa"2629version = "0.15.0"2630source = "registry+https://github.com/rust-lang/crates.io-index"2631checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2632dependencies = [2633 "either",2634 "futures 0.3.21",2635 "futures-timer",2636 "log",2637 "num-traits",2638 "parity-scale-codec 3.1.5",2639 "parking_lot 0.11.2",2640 "scale-info",2641]26422643[[package]]2644name = "fixed-hash"2645version = "0.7.0"2646source = "registry+https://github.com/rust-lang/crates.io-index"2647checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2648dependencies = [2649 "byteorder",2650 "rand 0.8.5",2651 "rustc-hex",2652 "static_assertions",2653]26542655[[package]]2656name = "fixedbitset"2657version = "0.4.2"2658source = "registry+https://github.com/rust-lang/crates.io-index"2659checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26602661[[package]]2662name = "flate2"2663version = "1.0.24"2664source = "registry+https://github.com/rust-lang/crates.io-index"2665checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2666dependencies = [2667 "crc32fast",2668 "libz-sys",2669 "miniz_oxide",2670]26712672[[package]]2673name = "flexi_logger"2674version = "0.15.12"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2677dependencies = [2678 "atty",2679 "chrono",2680 "glob",2681 "lazy_static",2682 "log",2683 "regex",2684 "thiserror",2685 "yansi",2686]26872688[[package]]2689name = "fnv"2690version = "1.0.7"2691source = "registry+https://github.com/rust-lang/crates.io-index"2692checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26932694[[package]]2695name = "fork-tree"2696version = "3.0.0"2697source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2698dependencies = [2699 "parity-scale-codec 3.1.5",2700]27012702[[package]]2703name = "form_urlencoded"2704version = "1.0.1"2705source = "registry+https://github.com/rust-lang/crates.io-index"2706checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2707dependencies = [2708 "matches",2709 "percent-encoding",2710]27112712[[package]]2713name = "fp-consensus"2714version = "2.0.0-dev"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2716dependencies = [2717 "ethereum",2718 "parity-scale-codec 3.1.5",2719 "sp-core",2720 "sp-runtime",2721 "sp-std",2722]27232724[[package]]2725name = "fp-evm"2726version = "3.0.0-dev"2727source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2728dependencies = [2729 "evm",2730 "frame-support",2731 "impl-trait-for-tuples",2732 "parity-scale-codec 3.1.5",2733 "serde",2734 "sp-core",2735 "sp-std",2736]27372738[[package]]2739name = "fp-evm-mapping"2740version = "0.1.0"2741source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2742dependencies = [2743 "frame-support",2744 "sp-core",2745]27462747[[package]]2748name = "fp-rpc"2749version = "3.0.0-dev"2750source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2751dependencies = [2752 "ethereum",2753 "ethereum-types",2754 "fp-evm",2755 "parity-scale-codec 3.1.5",2756 "scale-info",2757 "sp-api",2758 "sp-core",2759 "sp-io",2760 "sp-runtime",2761 "sp-std",2762]27632764[[package]]2765name = "fp-self-contained"2766version = "1.0.0-dev"2767source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2768dependencies = [2769 "ethereum",2770 "frame-support",2771 "parity-scale-codec 3.1.5",2772 "parity-util-mem",2773 "scale-info",2774 "serde",2775 "sp-debug-derive",2776 "sp-io",2777 "sp-runtime",2778]27792780[[package]]2781name = "fp-storage"2782version = "2.0.0"2783source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2784dependencies = [2785 "parity-scale-codec 3.1.5",2786]27872788[[package]]2789name = "frame-benchmarking"2790version = "4.0.0-dev"2791source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2792dependencies = [2793 "frame-support",2794 "frame-system",2795 "linregress",2796 "log",2797 "parity-scale-codec 3.1.5",2798 "paste",2799 "scale-info",2800 "serde",2801 "sp-api",2802 "sp-application-crypto",2803 "sp-io",2804 "sp-runtime",2805 "sp-runtime-interface",2806 "sp-std",2807 "sp-storage",2808]28092810[[package]]2811name = "frame-benchmarking-cli"2812version = "4.0.0-dev"2813source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2814dependencies = [2815 "Inflector",2816 "chrono",2817 "clap",2818 "comfy-table",2819 "frame-benchmarking",2820 "frame-support",2821 "frame-system",2822 "handlebars",2823 "hash-db",2824 "hex",2825 "itertools",2826 "kvdb",2827 "lazy_static",2828 "linked-hash-map",2829 "log",2830 "memory-db",2831 "parity-scale-codec 3.1.5",2832 "rand 0.8.5",2833 "rand_pcg 0.3.1",2834 "sc-block-builder",2835 "sc-cli",2836 "sc-client-api",2837 "sc-client-db",2838 "sc-executor",2839 "sc-service",2840 "sc-sysinfo",2841 "serde",2842 "serde_json",2843 "serde_nanos",2844 "sp-api",2845 "sp-blockchain",2846 "sp-core",2847 "sp-database",2848 "sp-externalities",2849 "sp-inherents",2850 "sp-keystore",2851 "sp-runtime",2852 "sp-state-machine",2853 "sp-storage",2854 "sp-trie",2855 "tempfile",2856 "thiserror",2857 "thousands",2858]28592860[[package]]2861name = "frame-election-provider-solution-type"2862version = "4.0.0-dev"2863source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2864dependencies = [2865 "proc-macro-crate",2866 "proc-macro2",2867 "quote",2868 "syn",2869]28702871[[package]]2872name = "frame-election-provider-support"2873version = "4.0.0-dev"2874source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2875dependencies = [2876 "frame-election-provider-solution-type",2877 "frame-support",2878 "frame-system",2879 "parity-scale-codec 3.1.5",2880 "scale-info",2881 "sp-arithmetic",2882 "sp-npos-elections",2883 "sp-runtime",2884 "sp-std",2885]28862887[[package]]2888name = "frame-executive"2889version = "4.0.0-dev"2890source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2891dependencies = [2892 "frame-support",2893 "frame-system",2894 "parity-scale-codec 3.1.5",2895 "scale-info",2896 "sp-core",2897 "sp-io",2898 "sp-runtime",2899 "sp-std",2900 "sp-tracing",2901]29022903[[package]]2904name = "frame-metadata"2905version = "15.0.0"2906source = "registry+https://github.com/rust-lang/crates.io-index"2907checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2908dependencies = [2909 "cfg-if 1.0.0",2910 "parity-scale-codec 3.1.5",2911 "scale-info",2912 "serde",2913]29142915[[package]]2916name = "frame-support"2917version = "4.0.0-dev"2918source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2919dependencies = [2920 "bitflags",2921 "frame-metadata",2922 "frame-support-procedural",2923 "impl-trait-for-tuples",2924 "k256",2925 "log",2926 "once_cell",2927 "parity-scale-codec 3.1.5",2928 "paste",2929 "scale-info",2930 "serde",2931 "smallvec",2932 "sp-arithmetic",2933 "sp-core",2934 "sp-core-hashing-proc-macro",2935 "sp-inherents",2936 "sp-io",2937 "sp-runtime",2938 "sp-staking",2939 "sp-state-machine",2940 "sp-std",2941 "sp-tracing",2942 "tt-call",2943]29442945[[package]]2946name = "frame-support-procedural"2947version = "4.0.0-dev"2948source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2949dependencies = [2950 "Inflector",2951 "frame-support-procedural-tools",2952 "proc-macro2",2953 "quote",2954 "syn",2955]29562957[[package]]2958name = "frame-support-procedural-tools"2959version = "4.0.0-dev"2960source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2961dependencies = [2962 "frame-support-procedural-tools-derive",2963 "proc-macro-crate",2964 "proc-macro2",2965 "quote",2966 "syn",2967]29682969[[package]]2970name = "frame-support-procedural-tools-derive"2971version = "3.0.0"2972source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2973dependencies = [2974 "proc-macro2",2975 "quote",2976 "syn",2977]29782979[[package]]2980name = "frame-system"2981version = "4.0.0-dev"2982source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2983dependencies = [2984 "frame-support",2985 "log",2986 "parity-scale-codec 3.1.5",2987 "scale-info",2988 "serde",2989 "sp-core",2990 "sp-io",2991 "sp-runtime",2992 "sp-std",2993 "sp-version",2994]29952996[[package]]2997name = "frame-system-benchmarking"2998version = "4.0.0-dev"2999source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"3000dependencies = [3001 "frame-benchmarking",3002 "frame-support",3003 "frame-system",3004 "parity-scale-codec 3.1.5",3005 "scale-info",3006 "sp-core",3007 "sp-runtime",3008 "sp-std",3009]30103011[[package]]3012name = "frame-system-rpc-runtime-api"3013version = "4.0.0-dev"3014source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"3015dependencies = [3016 "parity-scale-codec 3.1.5",3017 "sp-api",3018]30193020[[package]]3021name = "frame-try-runtime"3022version = "0.10.0-dev"3023source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"3024dependencies = [3025 "frame-support",3026 "sp-api",3027 "sp-runtime",3028 "sp-std",3029]30303031[[package]]3032name = "fs-err"3033version = "2.7.0"3034source = "registry+https://github.com/rust-lang/crates.io-index"3035checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30363037[[package]]3038name = "fs-swap"3039version = "0.2.6"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3042dependencies = [3043 "lazy_static",3044 "libc",3045 "libloading 0.5.2",3046 "winapi",3047]30483049[[package]]3050name = "fs2"3051version = "0.4.3"3052source = "registry+https://github.com/rust-lang/crates.io-index"3053checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3054dependencies = [3055 "libc",3056 "winapi",3057]30583059[[package]]3060name = "fs_extra"3061version = "1.2.0"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30643065[[package]]3066name = "funty"3067version = "1.1.0"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30703071[[package]]3072name = "funty"3073version = "2.0.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30763077[[package]]3078name = "futures"3079version = "0.1.31"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30823083[[package]]3084name = "futures"3085version = "0.3.21"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3088dependencies = [3089 "futures-channel",3090 "futures-core",3091 "futures-executor",3092 "futures-io",3093 "futures-sink",3094 "futures-task",3095 "futures-util",3096]30973098[[package]]3099name = "futures-channel"3100version = "0.3.21"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3103dependencies = [3104 "futures-core",3105 "futures-sink",3106]31073108[[package]]3109name = "futures-core"3110version = "0.3.21"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31133114[[package]]3115name = "futures-executor"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3119dependencies = [3120 "futures-core",3121 "futures-task",3122 "futures-util",3123 "num_cpus",3124]31253126[[package]]3127name = "futures-io"3128version = "0.3.21"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31313132[[package]]3133name = "futures-lite"3134version = "1.12.0"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3137dependencies = [3138 "fastrand",3139 "futures-core",3140 "futures-io",3141 "memchr",3142 "parking",3143 "pin-project-lite 0.2.9",3144 "waker-fn",3145]31463147[[package]]3148name = "futures-macro"3149version = "0.3.21"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3152dependencies = [3153 "proc-macro2",3154 "quote",3155 "syn",3156]31573158[[package]]3159name = "futures-rustls"3160version = "0.22.1"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3163dependencies = [3164 "futures-io",3165 "rustls",3166 "webpki",3167]31683169[[package]]3170name = "futures-sink"3171version = "0.3.21"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31743175[[package]]3176name = "futures-task"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31803181[[package]]3182name = "futures-timer"3183version = "3.0.2"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31863187[[package]]3188name = "futures-util"3189version = "0.3.21"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3192dependencies = [3193 "futures 0.1.31",3194 "futures-channel",3195 "futures-core",3196 "futures-io",3197 "futures-macro",3198 "futures-sink",3199 "futures-task",3200 "memchr",3201 "pin-project-lite 0.2.9",3202 "pin-utils",3203 "slab",3204]32053206[[package]]3207name = "generic-array"3208version = "0.12.4"3209source = "registry+https://github.com/rust-lang/crates.io-index"3210checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3211dependencies = [3212 "typenum",3213]32143215[[package]]3216name = "generic-array"3217version = "0.14.5"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3220dependencies = [3221 "typenum",3222 "version_check",3223]32243225[[package]]3226name = "getrandom"3227version = "0.1.16"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3230dependencies = [3231 "cfg-if 1.0.0",3232 "js-sys",3233 "libc",3234 "wasi 0.9.0+wasi-snapshot-preview1",3235 "wasm-bindgen",3236]32373238[[package]]3239name = "getrandom"3240version = "0.2.7"3241source = "registry+https://github.com/rust-lang/crates.io-index"3242checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3243dependencies = [3244 "cfg-if 1.0.0",3245 "libc",3246 "wasi 0.11.0+wasi-snapshot-preview1",3247]32483249[[package]]3250name = "ghash"3251version = "0.4.4"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3254dependencies = [3255 "opaque-debug 0.3.0",3256 "polyval",3257]32583259[[package]]3260name = "gimli"3261version = "0.26.2"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3264dependencies = [3265 "fallible-iterator",3266 "indexmap",3267 "stable_deref_trait",3268]32693270[[package]]3271name = "glob"3272version = "0.3.0"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32753276[[package]]3277name = "globset"3278version = "0.4.9"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3281dependencies = [3282 "aho-corasick",3283 "bstr",3284 "fnv",3285 "log",3286 "regex",3287]32883289[[package]]3290name = "gloo-timers"3291version = "0.2.4"3292source = "registry+https://github.com/rust-lang/crates.io-index"3293checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3294dependencies = [3295 "futures-channel",3296 "futures-core",3297 "js-sys",3298 "wasm-bindgen",3299]33003301[[package]]3302name = "group"3303version = "0.11.0"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3306dependencies = [3307 "ff",3308 "rand_core 0.6.3",3309 "subtle",3310]33113312[[package]]3313name = "h2"3314version = "0.3.13"3315source = "registry+https://github.com/rust-lang/crates.io-index"3316checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3317dependencies = [3318 "bytes 1.2.0",3319 "fnv",3320 "futures-core",3321 "futures-sink",3322 "futures-util",3323 "http",3324 "indexmap",3325 "slab",3326 "tokio 1.20.1",3327 "tokio-util",3328 "tracing",3329]33303331[[package]]3332name = "handlebars"3333version = "4.3.3"3334source = "registry+https://github.com/rust-lang/crates.io-index"3335checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"3336dependencies = [3337 "log",3338 "pest",3339 "pest_derive",3340 "serde",3341 "serde_json",3342 "thiserror",3343]33443345[[package]]3346name = "hash-db"3347version = "0.15.2"3348source = "registry+https://github.com/rust-lang/crates.io-index"3349checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33503351[[package]]3352name = "hash256-std-hasher"3353version = "0.15.2"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3356dependencies = [3357 "crunchy",3358]33593360[[package]]3361name = "hashbrown"3362version = "0.11.2"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3365dependencies = [3366 "ahash",3367]33683369[[package]]3370name = "hashbrown"3371version = "0.12.3"3372source = "registry+https://github.com/rust-lang/crates.io-index"3373checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3374dependencies = [3375 "ahash",3376]33773378[[package]]3379name = "heck"3380version = "0.3.3"3381source = "registry+https://github.com/rust-lang/crates.io-index"3382checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3383dependencies = [3384 "unicode-segmentation",3385]33863387[[package]]3388name = "heck"3389version = "0.4.0"3390source = "registry+https://github.com/rust-lang/crates.io-index"3391checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33923393[[package]]3394name = "hermit-abi"3395version = "0.1.19"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3398dependencies = [3399 "libc",3400]34013402[[package]]3403name = "hex"3404version = "0.4.3"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34073408[[package]]3409name = "hex-literal"3410version = "0.3.4"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34133414[[package]]3415name = "hex_fmt"3416version = "0.3.0"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34193420[[package]]3421name = "hmac"3422version = "0.8.1"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3425dependencies = [3426 "crypto-mac 0.8.0",3427 "digest 0.9.0",3428]34293430[[package]]3431name = "hmac"3432version = "0.11.0"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3435dependencies = [3436 "crypto-mac 0.11.1",3437 "digest 0.9.0",3438]34393440[[package]]3441name = "hmac-drbg"3442version = "0.3.0"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3445dependencies = [3446 "digest 0.9.0",3447 "generic-array 0.14.5",3448 "hmac 0.8.1",3449]34503451[[package]]3452name = "hostname"3453version = "0.3.1"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3456dependencies = [3457 "libc",3458 "match_cfg",3459 "winapi",3460]34613462[[package]]3463name = "http"3464version = "0.2.8"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3467dependencies = [3468 "bytes 1.2.0",3469 "fnv",3470 "itoa 1.0.2",3471]34723473[[package]]3474name = "http-body"3475version = "0.4.5"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3478dependencies = [3479 "bytes 1.2.0",3480 "http",3481 "pin-project-lite 0.2.9",3482]34833484[[package]]3485name = "httparse"3486version = "1.7.1"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"34893490[[package]]3491name = "httpdate"3492version = "1.0.2"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34953496[[package]]3497name = "humantime"3498version = "2.1.0"3499source = "registry+https://github.com/rust-lang/crates.io-index"3500checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35013502[[package]]3503name = "hyper"3504version = "0.14.20"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3507dependencies = [3508 "bytes 1.2.0",3509 "futures-channel",3510 "futures-core",3511 "futures-util",3512 "h2",3513 "http",3514 "http-body",3515 "httparse",3516 "httpdate",3517 "itoa 1.0.2",3518 "pin-project-lite 0.2.9",3519 "socket2",3520 "tokio 1.20.1",3521 "tower-service",3522 "tracing",3523 "want",3524]35253526[[package]]3527name = "hyper-rustls"3528version = "0.23.0"3529source = "registry+https://github.com/rust-lang/crates.io-index"3530checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3531dependencies = [3532 "http",3533 "hyper",3534 "log",3535 "rustls",3536 "rustls-native-certs",3537 "tokio 1.20.1",3538 "tokio-rustls",3539]35403541[[package]]3542name = "ident_case"3543version = "1.0.1"3544source = "registry+https://github.com/rust-lang/crates.io-index"3545checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35463547[[package]]3548name = "idna"3549version = "0.2.3"3550source = "registry+https://github.com/rust-lang/crates.io-index"3551checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3552dependencies = [3553 "matches",3554 "unicode-bidi",3555 "unicode-normalization",3556]35573558[[package]]3559name = "if-addrs"3560version = "0.7.0"3561source = "registry+https://github.com/rust-lang/crates.io-index"3562checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3563dependencies = [3564 "libc",3565 "winapi",3566]35673568[[package]]3569name = "if-watch"3570version = "1.1.1"3571source = "registry+https://github.com/rust-lang/crates.io-index"3572checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3573dependencies = [3574 "async-io",3575 "core-foundation",3576 "fnv",3577 "futures 0.3.21",3578 "if-addrs",3579 "ipnet",3580 "log",3581 "rtnetlink",3582 "system-configuration",3583 "windows",3584]35853586[[package]]3587name = "impl-codec"3588version = "0.6.0"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3591dependencies = [3592 "parity-scale-codec 3.1.5",3593]35943595[[package]]3596name = "impl-rlp"3597version = "0.3.0"3598source = "registry+https://github.com/rust-lang/crates.io-index"3599checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3600dependencies = [3601 "rlp",3602]36033604[[package]]3605name = "impl-serde"3606version = "0.3.2"3607source = "registry+https://github.com/rust-lang/crates.io-index"3608checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3609dependencies = [3610 "serde",3611]36123613[[package]]3614name = "impl-trait-for-tuples"3615version = "0.2.2"3616source = "registry+https://github.com/rust-lang/crates.io-index"3617checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3618dependencies = [3619 "proc-macro2",3620 "quote",3621 "syn",3622]36233624[[package]]3625name = "indexmap"3626version = "1.9.1"3627source = "registry+https://github.com/rust-lang/crates.io-index"3628checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3629dependencies = [3630 "autocfg",3631 "hashbrown 0.12.3",3632 "serde",3633]36343635[[package]]3636name = "instant"3637version = "0.1.12"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3640dependencies = [3641 "cfg-if 1.0.0",3642]36433644[[package]]3645name = "integer-encoding"3646version = "3.0.4"3647source = "registry+https://github.com/rust-lang/crates.io-index"3648checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36493650[[package]]3651name = "integer-sqrt"3652version = "0.1.5"3653source = "registry+https://github.com/rust-lang/crates.io-index"3654checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3655dependencies = [3656 "num-traits",3657]36583659[[package]]3660name = "io-lifetimes"3661version = "0.5.3"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"36643665[[package]]3666name = "ip_network"3667version = "0.4.1"3668source = "registry+https://github.com/rust-lang/crates.io-index"3669checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36703671[[package]]3672name = "ipconfig"3673version = "0.3.0"3674source = "registry+https://github.com/rust-lang/crates.io-index"3675checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3676dependencies = [3677 "socket2",3678 "widestring",3679 "winapi",3680 "winreg",3681]36823683[[package]]3684name = "ipnet"3685version = "2.5.0"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36883689[[package]]3690name = "itertools"3691version = "0.10.3"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3694dependencies = [3695 "either",3696]36973698[[package]]3699name = "itoa"3700version = "0.4.8"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37033704[[package]]3705name = "itoa"3706version = "1.0.2"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"37093710[[package]]3711name = "jobserver"3712version = "0.1.24"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3715dependencies = [3716 "libc",3717]37183719[[package]]3720name = "js-sys"3721version = "0.3.59"3722source = "registry+https://github.com/rust-lang/crates.io-index"3723checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"3724dependencies = [3725 "wasm-bindgen",3726]37273728[[package]]3729name = "jsonrpsee"3730version = "0.13.1"3731source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3732dependencies = [3733 "jsonrpsee-core",3734 "jsonrpsee-http-server",3735 "jsonrpsee-proc-macros",3736 "jsonrpsee-types",3737 "jsonrpsee-ws-client",3738 "jsonrpsee-ws-server",3739 "tracing",3740]37413742[[package]]3743name = "jsonrpsee-client-transport"3744version = "0.13.1"3745source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3746dependencies = [3747 "futures-util",3748 "http",3749 "jsonrpsee-core",3750 "jsonrpsee-types",3751 "pin-project 1.0.11",3752 "rustls-native-certs",3753 "soketto",3754 "thiserror",3755 "tokio 1.20.1",3756 "tokio-rustls",3757 "tokio-util",3758 "tracing",3759 "webpki-roots",3760]37613762[[package]]3763name = "jsonrpsee-core"3764version = "0.13.1"3765source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3766dependencies = [3767 "anyhow",3768 "arrayvec 0.7.2",3769 "async-lock",3770 "async-trait",3771 "beef",3772 "futures-channel",3773 "futures-timer",3774 "futures-util",3775 "hyper",3776 "jsonrpsee-types",3777 "parking_lot 0.12.1",3778 "rand 0.8.5",3779 "rustc-hash",3780 "serde",3781 "serde_json",3782 "soketto",3783 "thiserror",3784 "tokio 1.20.1",3785 "tracing",3786]37873788[[package]]3789name = "jsonrpsee-http-server"3790version = "0.13.1"3791source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3792dependencies = [3793 "futures-channel",3794 "futures-util",3795 "globset",3796 "hyper",3797 "jsonrpsee-core",3798 "jsonrpsee-types",3799 "lazy_static",3800 "serde_json",3801 "tokio 1.20.1",3802 "tracing",3803 "unicase",3804]38053806[[package]]3807name = "jsonrpsee-proc-macros"3808version = "0.13.1"3809source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3810dependencies = [3811 "proc-macro-crate",3812 "proc-macro2",3813 "quote",3814 "syn",3815]38163817[[package]]3818name = "jsonrpsee-types"3819version = "0.13.1"3820source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3821dependencies = [3822 "anyhow",3823 "beef",3824 "serde",3825 "serde_json",3826 "thiserror",3827 "tracing",3828]38293830[[package]]3831name = "jsonrpsee-ws-client"3832version = "0.13.1"3833source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3834dependencies = [3835 "jsonrpsee-client-transport",3836 "jsonrpsee-core",3837 "jsonrpsee-types",3838]38393840[[package]]3841name = "jsonrpsee-ws-server"3842version = "0.13.1"3843source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3844dependencies = [3845 "futures-channel",3846 "futures-util",3847 "jsonrpsee-core",3848 "jsonrpsee-types",3849 "serde_json",3850 "soketto",3851 "tokio 1.20.1",3852 "tokio-util",3853 "tracing",3854]38553856[[package]]3857name = "k256"3858version = "0.10.4"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3861dependencies = [3862 "cfg-if 1.0.0",3863 "ecdsa",3864 "elliptic-curve",3865 "sec1",3866]38673868[[package]]3869name = "keccak"3870version = "0.1.2"3871source = "registry+https://github.com/rust-lang/crates.io-index"3872checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38733874[[package]]3875name = "kusama-runtime"3876version = "0.9.24"3877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3878dependencies = [3879 "beefy-primitives",3880 "bitvec 1.0.1",3881 "frame-benchmarking",3882 "frame-election-provider-support",3883 "frame-executive",3884 "frame-support",3885 "frame-system",3886 "frame-system-benchmarking",3887 "frame-system-rpc-runtime-api",3888 "frame-try-runtime",3889 "hex-literal",3890 "kusama-runtime-constants",3891 "log",3892 "pallet-authority-discovery",3893 "pallet-authorship",3894 "pallet-babe",3895 "pallet-bags-list",3896 "pallet-balances",3897 "pallet-bounties",3898 "pallet-child-bounties",3899 "pallet-collective",3900 "pallet-democracy",3901 "pallet-election-provider-multi-phase",3902 "pallet-election-provider-support-benchmarking",3903 "pallet-elections-phragmen",3904 "pallet-gilt",3905 "pallet-grandpa",3906 "pallet-identity",3907 "pallet-im-online",3908 "pallet-indices",3909 "pallet-membership",3910 "pallet-multisig",3911 "pallet-nicks",3912 "pallet-nomination-pools",3913 "pallet-nomination-pools-benchmarking",3914 "pallet-offences",3915 "pallet-offences-benchmarking",3916 "pallet-preimage",3917 "pallet-proxy",3918 "pallet-recovery",3919 "pallet-scheduler",3920 "pallet-session",3921 "pallet-session-benchmarking",3922 "pallet-society",3923 "pallet-staking",3924 "pallet-staking-reward-fn",3925 "pallet-timestamp",3926 "pallet-tips",3927 "pallet-transaction-payment",3928 "pallet-transaction-payment-rpc-runtime-api",3929 "pallet-treasury",3930 "pallet-utility",3931 "pallet-vesting",3932 "pallet-xcm",3933 "pallet-xcm-benchmarks",3934 "parity-scale-codec 3.1.5",3935 "polkadot-primitives",3936 "polkadot-runtime-common",3937 "polkadot-runtime-parachains",3938 "rustc-hex",3939 "scale-info",3940 "serde",3941 "serde_derive",3942 "smallvec",3943 "sp-api",3944 "sp-arithmetic",3945 "sp-authority-discovery",3946 "sp-block-builder",3947 "sp-consensus-babe",3948 "sp-core",3949 "sp-inherents",3950 "sp-io",3951 "sp-mmr-primitives",3952 "sp-npos-elections",3953 "sp-offchain",3954 "sp-runtime",3955 "sp-session",3956 "sp-staking",3957 "sp-std",3958 "sp-transaction-pool",3959 "sp-version",3960 "static_assertions",3961 "substrate-wasm-builder",3962 "xcm",3963 "xcm-builder",3964 "xcm-executor",3965]39663967[[package]]3968name = "kusama-runtime-constants"3969version = "0.9.24"3970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3971dependencies = [3972 "frame-support",3973 "polkadot-primitives",3974 "polkadot-runtime-common",3975 "smallvec",3976 "sp-runtime",3977]39783979[[package]]3980name = "kv-log-macro"3981version = "1.0.7"3982source = "registry+https://github.com/rust-lang/crates.io-index"3983checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3984dependencies = [3985 "log",3986]39873988[[package]]3989name = "kvdb"3990version = "0.11.0"3991source = "registry+https://github.com/rust-lang/crates.io-index"3992checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3993dependencies = [3994 "parity-util-mem",3995 "smallvec",3996]39973998[[package]]3999name = "kvdb-memorydb"4000version = "0.11.0"4001source = "registry+https://github.com/rust-lang/crates.io-index"4002checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4003dependencies = [4004 "kvdb",4005 "parity-util-mem",4006 "parking_lot 0.12.1",4007]40084009[[package]]4010name = "kvdb-rocksdb"4011version = "0.15.2"4012source = "registry+https://github.com/rust-lang/crates.io-index"4013checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4014dependencies = [4015 "fs-swap",4016 "kvdb",4017 "log",4018 "num_cpus",4019 "owning_ref",4020 "parity-util-mem",4021 "parking_lot 0.12.1",4022 "regex",4023 "rocksdb",4024 "smallvec",4025]40264027[[package]]4028name = "lazy_static"4029version = "1.4.0"4030source = "registry+https://github.com/rust-lang/crates.io-index"4031checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40324033[[package]]4034name = "lazycell"4035version = "1.3.0"4036source = "registry+https://github.com/rust-lang/crates.io-index"4037checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40384039[[package]]4040name = "libc"4041version = "0.2.126"4042source = "registry+https://github.com/rust-lang/crates.io-index"4043checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"40444045[[package]]4046name = "libloading"4047version = "0.5.2"4048source = "registry+https://github.com/rust-lang/crates.io-index"4049checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4050dependencies = [4051 "cc",4052 "winapi",4053]40544055[[package]]4056name = "libloading"4057version = "0.7.3"4058source = "registry+https://github.com/rust-lang/crates.io-index"4059checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4060dependencies = [4061 "cfg-if 1.0.0",4062 "winapi",4063]40644065[[package]]4066name = "libm"4067version = "0.2.2"4068source = "registry+https://github.com/rust-lang/crates.io-index"4069checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"40704071[[package]]4072name = "libp2p"4073version = "0.45.1"4074source = "registry+https://github.com/rust-lang/crates.io-index"4075checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"4076dependencies = [4077 "bytes 1.2.0",4078 "futures 0.3.21",4079 "futures-timer",4080 "getrandom 0.2.7",4081 "instant",4082 "lazy_static",4083 "libp2p-autonat",4084 "libp2p-core 0.33.0",4085 "libp2p-deflate",4086 "libp2p-dns",4087 "libp2p-floodsub",4088 "libp2p-gossipsub",4089 "libp2p-identify",4090 "libp2p-kad",4091 "libp2p-mdns",4092 "libp2p-metrics",4093 "libp2p-mplex",4094 "libp2p-noise",4095 "libp2p-ping",4096 "libp2p-plaintext",4097 "libp2p-pnet",4098 "libp2p-relay",4099 "libp2p-rendezvous",4100 "libp2p-request-response",4101 "libp2p-swarm",4102 "libp2p-swarm-derive",4103 "libp2p-tcp",4104 "libp2p-uds",4105 "libp2p-wasm-ext",4106 "libp2p-websocket",4107 "libp2p-yamux",4108 "multiaddr",4109 "parking_lot 0.12.1",4110 "pin-project 1.0.11",4111 "rand 0.7.3",4112 "smallvec",4113]41144115[[package]]4116name = "libp2p-autonat"4117version = "0.4.1"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "1d45945fd2f96c4b133c23d5c28a8b7fc8d7138e6dd8d5a8cd492dd384f888e3"4120dependencies = [4121 "async-trait",4122 "futures 0.3.21",4123 "futures-timer",4124 "instant",4125 "libp2p-core 0.33.0",4126 "libp2p-request-response",4127 "libp2p-swarm",4128 "log",4129 "prost 0.10.4",4130 "prost-build 0.10.4",4131 "rand 0.8.5",4132]41334134[[package]]4135name = "libp2p-core"4136version = "0.32.1"4137source = "registry+https://github.com/rust-lang/crates.io-index"4138checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4139dependencies = [4140 "asn1_der",4141 "bs58",4142 "ed25519-dalek",4143 "either",4144 "fnv",4145 "futures 0.3.21",4146 "futures-timer",4147 "instant",4148 "lazy_static",4149 "log",4150 "multiaddr",4151 "multihash",4152 "multistream-select",4153 "parking_lot 0.12.1",4154 "pin-project 1.0.11",4155 "prost 0.9.0",4156 "prost-build 0.9.0",4157 "rand 0.8.5",4158 "ring",4159 "rw-stream-sink 0.2.1",4160 "sha2 0.10.2",4161 "smallvec",4162 "thiserror",4163 "unsigned-varint",4164 "void",4165 "zeroize",4166]41674168[[package]]4169name = "libp2p-core"4170version = "0.33.0"4171source = "registry+https://github.com/rust-lang/crates.io-index"4172checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"4173dependencies = [4174 "asn1_der",4175 "bs58",4176 "ed25519-dalek",4177 "either",4178 "fnv",4179 "futures 0.3.21",4180 "futures-timer",4181 "instant",4182 "lazy_static",4183 "libsecp256k1",4184 "log",4185 "multiaddr",4186 "multihash",4187 "multistream-select",4188 "parking_lot 0.12.1",4189 "pin-project 1.0.11",4190 "prost 0.10.4",4191 "prost-build 0.10.4",4192 "rand 0.8.5",4193 "ring",4194 "rw-stream-sink 0.3.0",4195 "sha2 0.10.2",4196 "smallvec",4197 "thiserror",4198 "unsigned-varint",4199 "void",4200 "zeroize",4201]42024203[[package]]4204name = "libp2p-deflate"4205version = "0.33.0"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb"4208dependencies = [4209 "flate2",4210 "futures 0.3.21",4211 "libp2p-core 0.33.0",4212]42134214[[package]]4215name = "libp2p-dns"4216version = "0.33.0"4217source = "registry+https://github.com/rust-lang/crates.io-index"4218checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"4219dependencies = [4220 "async-std-resolver",4221 "futures 0.3.21",4222 "libp2p-core 0.33.0",4223 "log",4224 "parking_lot 0.12.1",4225 "smallvec",4226 "trust-dns-resolver",4227]42284229[[package]]4230name = "libp2p-floodsub"4231version = "0.36.0"4232source = "registry+https://github.com/rust-lang/crates.io-index"4233checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc"4234dependencies = [4235 "cuckoofilter",4236 "fnv",4237 "futures 0.3.21",4238 "libp2p-core 0.33.0",4239 "libp2p-swarm",4240 "log",4241 "prost 0.10.4",4242 "prost-build 0.10.4",4243 "rand 0.7.3",4244 "smallvec",4245]42464247[[package]]4248name = "libp2p-gossipsub"4249version = "0.38.1"4250source = "registry+https://github.com/rust-lang/crates.io-index"4251checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108"4252dependencies = [4253 "asynchronous-codec",4254 "base64",4255 "byteorder",4256 "bytes 1.2.0",4257 "fnv",4258 "futures 0.3.21",4259 "hex_fmt",4260 "instant",4261 "libp2p-core 0.33.0",4262 "libp2p-swarm",4263 "log",4264 "prometheus-client",4265 "prost 0.10.4",4266 "prost-build 0.10.4",4267 "rand 0.7.3",4268 "regex",4269 "sha2 0.10.2",4270 "smallvec",4271 "unsigned-varint",4272 "wasm-timer",4273]42744275[[package]]4276name = "libp2p-identify"4277version = "0.36.1"4278source = "registry+https://github.com/rust-lang/crates.io-index"4279checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984"4280dependencies = [4281 "asynchronous-codec",4282 "futures 0.3.21",4283 "futures-timer",4284 "libp2p-core 0.33.0",4285 "libp2p-swarm",4286 "log",4287 "lru 0.7.8",4288 "prost 0.10.4",4289 "prost-build 0.10.4",4290 "prost-codec",4291 "smallvec",4292 "thiserror",4293 "void",4294]42954296[[package]]4297name = "libp2p-kad"4298version = "0.37.1"4299source = "registry+https://github.com/rust-lang/crates.io-index"4300checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa"4301dependencies = [4302 "arrayvec 0.7.2",4303 "asynchronous-codec",4304 "bytes 1.2.0",4305 "either",4306 "fnv",4307 "futures 0.3.21",4308 "futures-timer",4309 "instant",4310 "libp2p-core 0.33.0",4311 "libp2p-swarm",4312 "log",4313 "prost 0.10.4",4314 "prost-build 0.10.4",4315 "rand 0.7.3",4316 "sha2 0.10.2",4317 "smallvec",4318 "thiserror",4319 "uint",4320 "unsigned-varint",4321 "void",4322]43234324[[package]]4325name = "libp2p-mdns"4326version = "0.37.0"4327source = "registry+https://github.com/rust-lang/crates.io-index"4328checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951"4329dependencies = [4330 "async-io",4331 "data-encoding",4332 "dns-parser",4333 "futures 0.3.21",4334 "if-watch",4335 "lazy_static",4336 "libp2p-core 0.33.0",4337 "libp2p-swarm",4338 "log",4339 "rand 0.8.5",4340 "smallvec",4341 "socket2",4342 "void",4343]43444345[[package]]4346name = "libp2p-metrics"4347version = "0.6.1"4348source = "registry+https://github.com/rust-lang/crates.io-index"4349checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"4350dependencies = [4351 "libp2p-core 0.33.0",4352 "libp2p-gossipsub",4353 "libp2p-identify",4354 "libp2p-kad",4355 "libp2p-ping",4356 "libp2p-relay",4357 "libp2p-swarm",4358 "prometheus-client",4359]43604361[[package]]4362name = "libp2p-mplex"4363version = "0.33.0"4364source = "registry+https://github.com/rust-lang/crates.io-index"4365checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"4366dependencies = [4367 "asynchronous-codec",4368 "bytes 1.2.0",4369 "futures 0.3.21",4370 "libp2p-core 0.33.0",4371 "log",4372 "nohash-hasher",4373 "parking_lot 0.12.1",4374 "rand 0.7.3",4375 "smallvec",4376 "unsigned-varint",4377]43784379[[package]]4380name = "libp2p-noise"4381version = "0.36.0"4382source = "registry+https://github.com/rust-lang/crates.io-index"4383checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"4384dependencies = [4385 "bytes 1.2.0",4386 "curve25519-dalek 3.2.0",4387 "futures 0.3.21",4388 "lazy_static",4389 "libp2p-core 0.33.0",4390 "log",4391 "prost 0.10.4",4392 "prost-build 0.10.4",4393 "rand 0.8.5",4394 "sha2 0.10.2",4395 "snow",4396 "static_assertions",4397 "x25519-dalek",4398 "zeroize",4399]44004401[[package]]4402name = "libp2p-ping"4403version = "0.36.0"4404source = "registry+https://github.com/rust-lang/crates.io-index"4405checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"4406dependencies = [4407 "futures 0.3.21",4408 "futures-timer",4409 "instant",4410 "libp2p-core 0.33.0",4411 "libp2p-swarm",4412 "log",4413 "rand 0.7.3",4414 "void",4415]44164417[[package]]4418name = "libp2p-plaintext"4419version = "0.33.0"4420source = "registry+https://github.com/rust-lang/crates.io-index"4421checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"4422dependencies = [4423 "asynchronous-codec",4424 "bytes 1.2.0",4425 "futures 0.3.21",4426 "libp2p-core 0.33.0",4427 "log",4428 "prost 0.10.4",4429 "prost-build 0.10.4",4430 "unsigned-varint",4431 "void",4432]44334434[[package]]4435name = "libp2p-pnet"4436version = "0.22.0"4437source = "registry+https://github.com/rust-lang/crates.io-index"4438checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4439dependencies = [4440 "futures 0.3.21",4441 "log",4442 "pin-project 1.0.11",4443 "rand 0.7.3",4444 "salsa20",4445 "sha3 0.9.1",4446]44474448[[package]]4449name = "libp2p-relay"4450version = "0.9.1"4451source = "registry+https://github.com/rust-lang/crates.io-index"4452checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"4453dependencies = [4454 "asynchronous-codec",4455 "bytes 1.2.0",4456 "either",4457 "futures 0.3.21",4458 "futures-timer",4459 "instant",4460 "libp2p-core 0.33.0",4461 "libp2p-swarm",4462 "log",4463 "pin-project 1.0.11",4464 "prost 0.10.4",4465 "prost-build 0.10.4",4466 "prost-codec",4467 "rand 0.8.5",4468 "smallvec",4469 "static_assertions",4470 "thiserror",4471 "void",4472]44734474[[package]]4475name = "libp2p-rendezvous"4476version = "0.6.0"4477source = "registry+https://github.com/rust-lang/crates.io-index"4478checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c"4479dependencies = [4480 "asynchronous-codec",4481 "bimap",4482 "futures 0.3.21",4483 "futures-timer",4484 "instant",4485 "libp2p-core 0.33.0",4486 "libp2p-swarm",4487 "log",4488 "prost 0.10.4",4489 "prost-build 0.10.4",4490 "rand 0.8.5",4491 "sha2 0.10.2",4492 "thiserror",4493 "unsigned-varint",4494 "void",4495]44964497[[package]]4498name = "libp2p-request-response"4499version = "0.18.0"4500source = "registry+https://github.com/rust-lang/crates.io-index"4501checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"4502dependencies = [4503 "async-trait",4504 "bytes 1.2.0",4505 "futures 0.3.21",4506 "instant",4507 "libp2p-core 0.33.0",4508 "libp2p-swarm",4509 "log",4510 "rand 0.7.3",4511 "smallvec",4512 "unsigned-varint",4513]45144515[[package]]4516name = "libp2p-swarm"4517version = "0.36.1"4518source = "registry+https://github.com/rust-lang/crates.io-index"4519checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"4520dependencies = [4521 "either",4522 "fnv",4523 "futures 0.3.21",4524 "futures-timer",4525 "instant",4526 "libp2p-core 0.33.0",4527 "log",4528 "pin-project 1.0.11",4529 "rand 0.7.3",4530 "smallvec",4531 "thiserror",4532 "void",4533]45344535[[package]]4536name = "libp2p-swarm-derive"4537version = "0.27.2"4538source = "registry+https://github.com/rust-lang/crates.io-index"4539checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4540dependencies = [4541 "quote",4542 "syn",4543]45444545[[package]]4546name = "libp2p-tcp"4547version = "0.33.0"4548source = "registry+https://github.com/rust-lang/crates.io-index"4549checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"4550dependencies = [4551 "async-io",4552 "futures 0.3.21",4553 "futures-timer",4554 "if-watch",4555 "ipnet",4556 "libc",4557 "libp2p-core 0.33.0",4558 "log",4559 "socket2",4560]45614562[[package]]4563name = "libp2p-uds"4564version = "0.32.0"4565source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4567dependencies = [4568 "async-std",4569 "futures 0.3.21",4570 "libp2p-core 0.32.1",4571 "log",4572]45734574[[package]]4575name = "libp2p-wasm-ext"4576version = "0.33.0"4577source = "registry+https://github.com/rust-lang/crates.io-index"4578checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06"4579dependencies = [4580 "futures 0.3.21",4581 "js-sys",4582 "libp2p-core 0.33.0",4583 "parity-send-wrapper",4584 "wasm-bindgen",4585 "wasm-bindgen-futures",4586]45874588[[package]]4589name = "libp2p-websocket"4590version = "0.35.0"4591source = "registry+https://github.com/rust-lang/crates.io-index"4592checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"4593dependencies = [4594 "either",4595 "futures 0.3.21",4596 "futures-rustls",4597 "libp2p-core 0.33.0",4598 "log",4599 "parking_lot 0.12.1",4600 "quicksink",4601 "rw-stream-sink 0.3.0",4602 "soketto",4603 "url",4604 "webpki-roots",4605]46064607[[package]]4608name = "libp2p-yamux"4609version = "0.37.0"4610source = "registry+https://github.com/rust-lang/crates.io-index"4611checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"4612dependencies = [4613 "futures 0.3.21",4614 "libp2p-core 0.33.0",4615 "parking_lot 0.12.1",4616 "thiserror",4617 "yamux",4618]46194620[[package]]4621name = "librocksdb-sys"4622version = "0.6.1+6.28.2"4623source = "registry+https://github.com/rust-lang/crates.io-index"4624checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4625dependencies = [4626 "bindgen",4627 "bzip2-sys",4628 "cc",4629 "glob",4630 "libc",4631 "libz-sys",4632 "tikv-jemalloc-sys",4633]46344635[[package]]4636name = "libsecp256k1"4637version = "0.7.1"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4640dependencies = [4641 "arrayref",4642 "base64",4643 "digest 0.9.0",4644 "hmac-drbg",4645 "libsecp256k1-core",4646 "libsecp256k1-gen-ecmult",4647 "libsecp256k1-gen-genmult",4648 "rand 0.8.5",4649 "serde",4650 "sha2 0.9.9",4651 "typenum",4652]46534654[[package]]4655name = "libsecp256k1-core"4656version = "0.3.0"4657source = "registry+https://github.com/rust-lang/crates.io-index"4658checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4659dependencies = [4660 "crunchy",4661 "digest 0.9.0",4662 "subtle",4663]46644665[[package]]4666name = "libsecp256k1-gen-ecmult"4667version = "0.3.0"4668source = "registry+https://github.com/rust-lang/crates.io-index"4669checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4670dependencies = [4671 "libsecp256k1-core",4672]46734674[[package]]4675name = "libsecp256k1-gen-genmult"4676version = "0.3.0"4677source = "registry+https://github.com/rust-lang/crates.io-index"4678checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4679dependencies = [4680 "libsecp256k1-core",4681]46824683[[package]]4684name = "libz-sys"4685version = "1.1.8"4686source = "registry+https://github.com/rust-lang/crates.io-index"4687checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4688dependencies = [4689 "cc",4690 "pkg-config",4691 "vcpkg",4692]46934694[[package]]4695name = "linked-hash-map"4696version = "0.5.6"4697source = "registry+https://github.com/rust-lang/crates.io-index"4698checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46994700[[package]]4701name = "linked_hash_set"4702version = "0.1.4"4703source = "registry+https://github.com/rust-lang/crates.io-index"4704checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4705dependencies = [4706 "linked-hash-map",4707]47084709[[package]]4710name = "linregress"4711version = "0.4.4"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4714dependencies = [4715 "nalgebra",4716 "statrs",4717]47184719[[package]]4720name = "linux-raw-sys"4721version = "0.0.42"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"47244725[[package]]4726name = "lock_api"4727version = "0.4.7"4728source = "registry+https://github.com/rust-lang/crates.io-index"4729checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4730dependencies = [4731 "autocfg",4732 "scopeguard",4733]47344735[[package]]4736name = "log"4737version = "0.4.17"4738source = "registry+https://github.com/rust-lang/crates.io-index"4739checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4740dependencies = [4741 "cfg-if 1.0.0",4742 "value-bag",4743]47444745[[package]]4746name = "lru"4747version = "0.6.6"4748source = "registry+https://github.com/rust-lang/crates.io-index"4749checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4750dependencies = [4751 "hashbrown 0.11.2",4752]47534754[[package]]4755name = "lru"4756version = "0.7.8"4757source = "registry+https://github.com/rust-lang/crates.io-index"4758checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4759dependencies = [4760 "hashbrown 0.12.3",4761]47624763[[package]]4764name = "lru-cache"4765version = "0.1.2"4766source = "registry+https://github.com/rust-lang/crates.io-index"4767checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4768dependencies = [4769 "linked-hash-map",4770]47714772[[package]]4773name = "lz4"4774version = "1.23.3"4775source = "registry+https://github.com/rust-lang/crates.io-index"4776checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4777dependencies = [4778 "libc",4779 "lz4-sys",4780]47814782[[package]]4783name = "lz4-sys"4784version = "1.9.3"4785source = "registry+https://github.com/rust-lang/crates.io-index"4786checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4787dependencies = [4788 "cc",4789 "libc",4790]47914792[[package]]4793name = "mach"4794version = "0.3.2"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4797dependencies = [4798 "libc",4799]48004801[[package]]4802name = "maplit"4803version = "1.0.2"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"48064807[[package]]4808name = "match_cfg"4809version = "0.1.0"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48124813[[package]]4814name = "matchers"4815version = "0.0.1"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4818dependencies = [4819 "regex-automata",4820]48214822[[package]]4823name = "matches"4824version = "0.1.9"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48274828[[package]]4829name = "matrixmultiply"4830version = "0.3.2"4831source = "registry+https://github.com/rust-lang/crates.io-index"4832checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4833dependencies = [4834 "rawpointer",4835]48364837[[package]]4838name = "memchr"4839version = "2.5.0"4840source = "registry+https://github.com/rust-lang/crates.io-index"4841checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48424843[[package]]4844name = "memfd"4845version = "0.4.1"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4848dependencies = [4849 "libc",4850]48514852[[package]]4853name = "memmap2"4854version = "0.2.3"4855source = "registry+https://github.com/rust-lang/crates.io-index"4856checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4857dependencies = [4858 "libc",4859]48604861[[package]]4862name = "memmap2"4863version = "0.5.5"4864source = "registry+https://github.com/rust-lang/crates.io-index"4865checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"4866dependencies = [4867 "libc",4868]48694870[[package]]4871name = "memoffset"4872version = "0.6.5"4873source = "registry+https://github.com/rust-lang/crates.io-index"4874checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4875dependencies = [4876 "autocfg",4877]48784879[[package]]4880name = "memory-db"4881version = "0.29.0"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4884dependencies = [4885 "hash-db",4886 "hashbrown 0.12.3",4887 "parity-util-mem",4888]48894890[[package]]4891name = "memory-lru"4892version = "0.1.0"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4895dependencies = [4896 "lru 0.6.6",4897]48984899[[package]]4900name = "memory_units"4901version = "0.3.0"4902source = "registry+https://github.com/rust-lang/crates.io-index"4903checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"49044905[[package]]4906name = "merlin"4907version = "2.0.1"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4910dependencies = [4911 "byteorder",4912 "keccak",4913 "rand_core 0.5.1",4914 "zeroize",4915]49164917[[package]]4918name = "mick-jaeger"4919version = "0.1.8"4920source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4922dependencies = [4923 "futures 0.3.21",4924 "rand 0.8.5",4925 "thrift",4926]49274928[[package]]4929name = "minimal-lexical"4930version = "0.2.1"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49334934[[package]]4935name = "miniz_oxide"4936version = "0.5.3"4937source = "registry+https://github.com/rust-lang/crates.io-index"4938checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4939dependencies = [4940 "adler",4941]49424943[[package]]4944name = "mio"4945version = "0.8.4"4946source = "registry+https://github.com/rust-lang/crates.io-index"4947checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4948dependencies = [4949 "libc",4950 "log",4951 "wasi 0.11.0+wasi-snapshot-preview1",4952 "windows-sys",4953]49544955[[package]]4956name = "more-asserts"4957version = "0.2.2"4958source = "registry+https://github.com/rust-lang/crates.io-index"4959checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49604961[[package]]4962name = "multiaddr"4963version = "0.14.0"4964source = "registry+https://github.com/rust-lang/crates.io-index"4965checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4966dependencies = [4967 "arrayref",4968 "bs58",4969 "byteorder",4970 "data-encoding",4971 "multihash",4972 "percent-encoding",4973 "serde",4974 "static_assertions",4975 "unsigned-varint",4976 "url",4977]49784979[[package]]4980name = "multibase"4981version = "0.9.1"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4984dependencies = [4985 "base-x",4986 "data-encoding",4987 "data-encoding-macro",4988]49894990[[package]]4991name = "multihash"4992version = "0.16.2"4993source = "registry+https://github.com/rust-lang/crates.io-index"4994checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4995dependencies = [4996 "blake2b_simd",4997 "blake2s_simd",4998 "blake3",4999 "core2",5000 "digest 0.10.3",5001 "multihash-derive",5002 "sha2 0.10.2",5003 "sha3 0.10.1",5004 "unsigned-varint",5005]50065007[[package]]5008name = "multihash-derive"5009version = "0.8.0"5010source = "registry+https://github.com/rust-lang/crates.io-index"5011checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5012dependencies = [5013 "proc-macro-crate",5014 "proc-macro-error",5015 "proc-macro2",5016 "quote",5017 "syn",5018 "synstructure",5019]50205021[[package]]5022name = "multimap"5023version = "0.8.3"5024source = "registry+https://github.com/rust-lang/crates.io-index"5025checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50265027[[package]]5028name = "multistream-select"5029version = "0.11.0"5030source = "registry+https://github.com/rust-lang/crates.io-index"5031checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5032dependencies = [5033 "bytes 1.2.0",5034 "futures 0.3.21",5035 "log",5036 "pin-project 1.0.11",5037 "smallvec",5038 "unsigned-varint",5039]50405041[[package]]5042name = "nalgebra"5043version = "0.27.1"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5046dependencies = [5047 "approx",5048 "matrixmultiply",5049 "nalgebra-macros",5050 "num-complex",5051 "num-rational 0.4.1",5052 "num-traits",5053 "rand 0.8.5",5054 "rand_distr",5055 "simba",5056 "typenum",5057]50585059[[package]]5060name = "nalgebra-macros"5061version = "0.1.0"5062source = "registry+https://github.com/rust-lang/crates.io-index"5063checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5064dependencies = [5065 "proc-macro2",5066 "quote",5067 "syn",5068]50695070[[package]]5071name = "names"5072version = "0.13.0"5073source = "registry+https://github.com/rust-lang/crates.io-index"5074checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5075dependencies = [5076 "rand 0.8.5",5077]50785079[[package]]5080name = "nanorand"5081version = "0.7.0"5082source = "registry+https://github.com/rust-lang/crates.io-index"5083checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50845085[[package]]5086name = "netlink-packet-core"5087version = "0.4.2"5088source = "registry+https://github.com/rust-lang/crates.io-index"5089checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5090dependencies = [5091 "anyhow",5092 "byteorder",5093 "libc",5094 "netlink-packet-utils",5095]50965097[[package]]5098name = "netlink-packet-route"5099version = "0.12.0"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5102dependencies = [5103 "anyhow",5104 "bitflags",5105 "byteorder",5106 "libc",5107 "netlink-packet-core",5108 "netlink-packet-utils",5109]51105111[[package]]5112name = "netlink-packet-utils"5113version = "0.5.1"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5116dependencies = [5117 "anyhow",5118 "byteorder",5119 "paste",5120 "thiserror",5121]51225123[[package]]5124name = "netlink-proto"5125version = "0.10.0"5126source = "registry+https://github.com/rust-lang/crates.io-index"5127checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5128dependencies = [5129 "bytes 1.2.0",5130 "futures 0.3.21",5131 "log",5132 "netlink-packet-core",5133 "netlink-sys",5134 "thiserror",5135 "tokio 1.20.1",5136]51375138[[package]]5139name = "netlink-sys"5140version = "0.8.3"5141source = "registry+https://github.com/rust-lang/crates.io-index"5142checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5143dependencies = [5144 "async-io",5145 "bytes 1.2.0",5146 "futures 0.3.21",5147 "libc",5148 "log",5149]51505151[[package]]5152name = "nix"5153version = "0.24.2"5154source = "registry+https://github.com/rust-lang/crates.io-index"5155checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5156dependencies = [5157 "bitflags",5158 "cfg-if 1.0.0",5159 "libc",5160]51615162[[package]]5163name = "nodrop"5164version = "0.1.14"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51675168[[package]]5169name = "nohash-hasher"5170version = "0.2.0"5171source = "registry+https://github.com/rust-lang/crates.io-index"5172checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51735174[[package]]5175name = "nom"5176version = "7.1.1"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5179dependencies = [5180 "memchr",5181 "minimal-lexical",5182]51835184[[package]]5185name = "num-bigint"5186version = "0.2.6"5187source = "registry+https://github.com/rust-lang/crates.io-index"5188checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5189dependencies = [5190 "autocfg",5191 "num-integer",5192 "num-traits",5193]51945195[[package]]5196name = "num-complex"5197version = "0.4.2"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5200dependencies = [5201 "num-traits",5202]52035204[[package]]5205name = "num-format"5206version = "0.4.0"5207source = "registry+https://github.com/rust-lang/crates.io-index"5208checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5209dependencies = [5210 "arrayvec 0.4.12",5211 "itoa 0.4.8",5212]52135214[[package]]5215name = "num-integer"5216version = "0.1.45"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5219dependencies = [5220 "autocfg",5221 "num-traits",5222]52235224[[package]]5225name = "num-rational"5226version = "0.2.4"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5229dependencies = [5230 "autocfg",5231 "num-bigint",5232 "num-integer",5233 "num-traits",5234]52355236[[package]]5237name = "num-rational"5238version = "0.4.1"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5241dependencies = [5242 "autocfg",5243 "num-integer",5244 "num-traits",5245]52465247[[package]]5248name = "num-traits"5249version = "0.2.15"5250source = "registry+https://github.com/rust-lang/crates.io-index"5251checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5252dependencies = [5253 "autocfg",5254 "libm",5255]52565257[[package]]5258name = "num_cpus"5259version = "1.13.1"5260source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5262dependencies = [5263 "hermit-abi",5264 "libc",5265]52665267[[package]]5268name = "object"5269version = "0.27.1"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5272dependencies = [5273 "crc32fast",5274 "indexmap",5275 "memchr",5276]52775278[[package]]5279name = "object"5280version = "0.29.0"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5283dependencies = [5284 "memchr",5285]52865287[[package]]5288name = "once_cell"5289version = "1.13.0"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"52925293[[package]]5294name = "opal-runtime"5295version = "0.9.24"5296dependencies = [5297 "common-types",5298 "cumulus-pallet-aura-ext",5299 "cumulus-pallet-dmp-queue",5300 "cumulus-pallet-parachain-system",5301 "cumulus-pallet-xcm",5302 "cumulus-pallet-xcmp-queue",5303 "cumulus-primitives-core",5304 "cumulus-primitives-timestamp",5305 "cumulus-primitives-utility",5306 "derivative",5307 "evm-coder",5308 "fp-evm-mapping",5309 "fp-rpc",5310 "fp-self-contained",5311 "frame-benchmarking",5312 "frame-executive",5313 "frame-support",5314 "frame-system",5315 "frame-system-benchmarking",5316 "frame-system-rpc-runtime-api",5317 "frame-try-runtime",5318 "hex-literal",5319 "log",5320 "orml-vesting",5321 "pallet-aura",5322 "pallet-balances",5323 "pallet-base-fee",5324 "pallet-common",5325 "pallet-ethereum",5326 "pallet-evm",5327 "pallet-evm-coder-substrate",5328 "pallet-evm-contract-helpers",5329 "pallet-evm-migration",5330 "pallet-evm-transaction-payment",5331 "pallet-fungible",5332 "pallet-inflation",5333 "pallet-nonfungible",5334 "pallet-randomness-collective-flip",5335 "pallet-refungible",5336 "pallet-rmrk-core",5337 "pallet-rmrk-equip",5338 "pallet-structure",5339 "pallet-sudo",5340 "pallet-template-transaction-payment",5341 "pallet-timestamp",5342 "pallet-transaction-payment",5343 "pallet-transaction-payment-rpc-runtime-api",5344 "pallet-treasury",5345 "pallet-unique",5346 "pallet-unique-scheduler",5347 "pallet-xcm",5348 "parachain-info",5349 "parity-scale-codec 3.1.5",5350 "polkadot-parachain",5351 "rmrk-rpc",5352 "scale-info",5353 "serde",5354 "smallvec",5355 "sp-api",5356 "sp-arithmetic",5357 "sp-block-builder",5358 "sp-consensus-aura",5359 "sp-core",5360 "sp-inherents",5361 "sp-io",5362 "sp-offchain",5363 "sp-runtime",5364 "sp-session",5365 "sp-std",5366 "sp-transaction-pool",5367 "sp-version",5368 "substrate-wasm-builder",5369 "up-data-structs",5370 "up-rpc",5371 "up-sponsorship",5372 "xcm",5373 "xcm-builder",5374 "xcm-executor",5375]53765377[[package]]5378name = "opaque-debug"5379version = "0.2.3"5380source = "registry+https://github.com/rust-lang/crates.io-index"5381checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53825383[[package]]5384name = "opaque-debug"5385version = "0.3.0"5386source = "registry+https://github.com/rust-lang/crates.io-index"5387checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53885389[[package]]5390name = "openssl-probe"5391version = "0.1.5"5392source = "registry+https://github.com/rust-lang/crates.io-index"5393checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53945395[[package]]5396name = "orchestra"5397version = "0.0.1"5398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5399dependencies = [5400 "async-trait",5401 "dyn-clonable",5402 "futures 0.3.21",5403 "futures-timer",5404 "orchestra-proc-macro",5405 "pin-project 1.0.11",5406 "prioritized-metered-channel",5407 "thiserror",5408 "tracing",5409]54105411[[package]]5412name = "orchestra-proc-macro"5413version = "0.0.1"5414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5415dependencies = [5416 "expander 0.0.6",5417 "petgraph",5418 "proc-macro-crate",5419 "proc-macro2",5420 "quote",5421 "syn",5422]54235424[[package]]5425name = "ordered-float"5426version = "1.1.1"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5429dependencies = [5430 "num-traits",5431]54325433[[package]]5434name = "orml-vesting"5435version = "0.4.1-dev"5436source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.24#e69cabf5dc293e54a3ce60e3db4bf2f381bd20eb"5437dependencies = [5438 "frame-support",5439 "frame-system",5440 "parity-scale-codec 3.1.5",5441 "scale-info",5442 "serde",5443 "sp-io",5444 "sp-runtime",5445 "sp-std",5446]54475448[[package]]5449name = "os_str_bytes"5450version = "6.2.0"5451source = "registry+https://github.com/rust-lang/crates.io-index"5452checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"54535454[[package]]5455name = "owning_ref"5456version = "0.4.1"5457source = "registry+https://github.com/rust-lang/crates.io-index"5458checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5459dependencies = [5460 "stable_deref_trait",5461]54625463[[package]]5464name = "pallet-aura"5465version = "4.0.0-dev"5466source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5467dependencies = [5468 "frame-support",5469 "frame-system",5470 "pallet-timestamp",5471 "parity-scale-codec 3.1.5",5472 "scale-info",5473 "sp-application-crypto",5474 "sp-consensus-aura",5475 "sp-runtime",5476 "sp-std",5477]54785479[[package]]5480name = "pallet-authority-discovery"5481version = "4.0.0-dev"5482source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5483dependencies = [5484 "frame-support",5485 "frame-system",5486 "pallet-session",5487 "parity-scale-codec 3.1.5",5488 "scale-info",5489 "sp-application-crypto",5490 "sp-authority-discovery",5491 "sp-runtime",5492 "sp-std",5493]54945495[[package]]5496name = "pallet-authorship"5497version = "4.0.0-dev"5498source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5499dependencies = [5500 "frame-support",5501 "frame-system",5502 "impl-trait-for-tuples",5503 "parity-scale-codec 3.1.5",5504 "scale-info",5505 "sp-authorship",5506 "sp-runtime",5507 "sp-std",5508]55095510[[package]]5511name = "pallet-babe"5512version = "4.0.0-dev"5513source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5514dependencies = [5515 "frame-benchmarking",5516 "frame-support",5517 "frame-system",5518 "log",5519 "pallet-authorship",5520 "pallet-session",5521 "pallet-timestamp",5522 "parity-scale-codec 3.1.5",5523 "scale-info",5524 "sp-application-crypto",5525 "sp-consensus-babe",5526 "sp-consensus-vrf",5527 "sp-io",5528 "sp-runtime",5529 "sp-session",5530 "sp-staking",5531 "sp-std",5532]55335534[[package]]5535name = "pallet-bags-list"5536version = "4.0.0-dev"5537source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5538dependencies = [5539 "frame-benchmarking",5540 "frame-election-provider-support",5541 "frame-support",5542 "frame-system",5543 "log",5544 "pallet-balances",5545 "parity-scale-codec 3.1.5",5546 "scale-info",5547 "sp-core",5548 "sp-io",5549 "sp-runtime",5550 "sp-std",5551 "sp-tracing",5552]55535554[[package]]5555name = "pallet-balances"5556version = "4.0.0-dev"5557source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5558dependencies = [5559 "frame-benchmarking",5560 "frame-support",5561 "frame-system",5562 "log",5563 "parity-scale-codec 3.1.5",5564 "scale-info",5565 "sp-runtime",5566 "sp-std",5567]55685569[[package]]5570name = "pallet-base-fee"5571version = "1.0.0"5572source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5573dependencies = [5574 "fp-evm",5575 "frame-support",5576 "frame-system",5577 "parity-scale-codec 3.1.5",5578 "scale-info",5579 "serde",5580 "sp-core",5581 "sp-runtime",5582]55835584[[package]]5585name = "pallet-beefy"5586version = "4.0.0-dev"5587source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5588dependencies = [5589 "beefy-primitives",5590 "frame-support",5591 "frame-system",5592 "pallet-session",5593 "parity-scale-codec 3.1.5",5594 "scale-info",5595 "serde",5596 "sp-runtime",5597 "sp-std",5598]55995600[[package]]5601name = "pallet-beefy-mmr"5602version = "4.0.0-dev"5603source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5604dependencies = [5605 "beefy-merkle-tree",5606 "beefy-primitives",5607 "frame-support",5608 "frame-system",5609 "hex",5610 "log",5611 "pallet-beefy",5612 "pallet-mmr",5613 "pallet-session",5614 "parity-scale-codec 3.1.5",5615 "scale-info",5616 "serde",5617 "sp-core",5618 "sp-io",5619 "sp-runtime",5620 "sp-std",5621]56225623[[package]]5624name = "pallet-bounties"5625version = "4.0.0-dev"5626source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5627dependencies = [5628 "frame-benchmarking",5629 "frame-support",5630 "frame-system",5631 "log",5632 "pallet-treasury",5633 "parity-scale-codec 3.1.5",5634 "scale-info",5635 "sp-core",5636 "sp-io",5637 "sp-runtime",5638 "sp-std",5639]56405641[[package]]5642name = "pallet-bridge-dispatch"5643version = "0.1.0"5644source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5645dependencies = [5646 "bp-message-dispatch",5647 "bp-runtime",5648 "frame-support",5649 "frame-system",5650 "log",5651 "parity-scale-codec 3.1.5",5652 "scale-info",5653 "sp-core",5654 "sp-runtime",5655 "sp-std",5656]56575658[[package]]5659name = "pallet-bridge-grandpa"5660version = "0.1.0"5661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5662dependencies = [5663 "bp-header-chain",5664 "bp-runtime",5665 "bp-test-utils",5666 "finality-grandpa",5667 "frame-support",5668 "frame-system",5669 "log",5670 "num-traits",5671 "parity-scale-codec 3.1.5",5672 "scale-info",5673 "serde",5674 "sp-finality-grandpa",5675 "sp-runtime",5676 "sp-std",5677 "sp-trie",5678]56795680[[package]]5681name = "pallet-bridge-messages"5682version = "0.1.0"5683source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5684dependencies = [5685 "bitvec 1.0.1",5686 "bp-message-dispatch",5687 "bp-messages",5688 "bp-runtime",5689 "frame-support",5690 "frame-system",5691 "log",5692 "num-traits",5693 "parity-scale-codec 3.1.5",5694 "scale-info",5695 "serde",5696 "sp-core",5697 "sp-runtime",5698 "sp-std",5699]57005701[[package]]5702name = "pallet-child-bounties"5703version = "4.0.0-dev"5704source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5705dependencies = [5706 "frame-benchmarking",5707 "frame-support",5708 "frame-system",5709 "log",5710 "pallet-bounties",5711 "pallet-treasury",5712 "parity-scale-codec 3.1.5",5713 "scale-info",5714 "sp-core",5715 "sp-io",5716 "sp-runtime",5717 "sp-std",5718]57195720[[package]]5721name = "pallet-collective"5722version = "4.0.0-dev"5723source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5724dependencies = [5725 "frame-benchmarking",5726 "frame-support",5727 "frame-system",5728 "log",5729 "parity-scale-codec 3.1.5",5730 "scale-info",5731 "sp-core",5732 "sp-io",5733 "sp-runtime",5734 "sp-std",5735]57365737[[package]]5738name = "pallet-common"5739version = "0.1.4"5740dependencies = [5741 "ethereum",5742 "evm-coder",5743 "fp-evm-mapping",5744 "frame-benchmarking",5745 "frame-support",5746 "frame-system",5747 "pallet-evm",5748 "pallet-evm-coder-substrate",5749 "parity-scale-codec 3.1.5",5750 "scale-info",5751 "serde",5752 "sp-core",5753 "sp-runtime",5754 "sp-std",5755 "up-data-structs",5756]57575758[[package]]5759name = "pallet-democracy"5760version = "4.0.0-dev"5761source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5762dependencies = [5763 "frame-benchmarking",5764 "frame-support",5765 "frame-system",5766 "parity-scale-codec 3.1.5",5767 "scale-info",5768 "serde",5769 "sp-io",5770 "sp-runtime",5771 "sp-std",5772]57735774[[package]]5775name = "pallet-election-provider-multi-phase"5776version = "4.0.0-dev"5777source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5778dependencies = [5779 "frame-benchmarking",5780 "frame-election-provider-support",5781 "frame-support",5782 "frame-system",5783 "log",5784 "parity-scale-codec 3.1.5",5785 "rand 0.7.3",5786 "scale-info",5787 "sp-arithmetic",5788 "sp-core",5789 "sp-io",5790 "sp-npos-elections",5791 "sp-runtime",5792 "sp-std",5793 "static_assertions",5794 "strum 0.23.0",5795]57965797[[package]]5798name = "pallet-election-provider-support-benchmarking"5799version = "4.0.0-dev"5800source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5801dependencies = [5802 "frame-benchmarking",5803 "frame-election-provider-support",5804 "frame-system",5805 "parity-scale-codec 3.1.5",5806 "sp-npos-elections",5807 "sp-runtime",5808]58095810[[package]]5811name = "pallet-elections-phragmen"5812version = "5.0.0-dev"5813source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5814dependencies = [5815 "frame-benchmarking",5816 "frame-support",5817 "frame-system",5818 "log",5819 "parity-scale-codec 3.1.5",5820 "scale-info",5821 "sp-core",5822 "sp-io",5823 "sp-npos-elections",5824 "sp-runtime",5825 "sp-std",5826]58275828[[package]]5829name = "pallet-ethereum"5830version = "4.0.0-dev"5831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5832dependencies = [5833 "ethereum",5834 "ethereum-types",5835 "evm",5836 "fp-consensus",5837 "fp-evm",5838 "fp-evm-mapping",5839 "fp-rpc",5840 "fp-self-contained",5841 "fp-storage",5842 "frame-support",5843 "frame-system",5844 "log",5845 "pallet-evm",5846 "pallet-timestamp",5847 "parity-scale-codec 3.1.5",5848 "rlp",5849 "scale-info",5850 "serde",5851 "sha3 0.10.1",5852 "sp-io",5853 "sp-runtime",5854 "sp-std",5855]58565857[[package]]5858name = "pallet-evm"5859version = "6.0.0-dev"5860source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5861dependencies = [5862 "evm",5863 "fp-evm",5864 "fp-evm-mapping",5865 "frame-benchmarking",5866 "frame-support",5867 "frame-system",5868 "hex",5869 "impl-trait-for-tuples",5870 "log",5871 "pallet-timestamp",5872 "parity-scale-codec 3.1.5",5873 "primitive-types",5874 "rlp",5875 "scale-info",5876 "serde",5877 "sha3 0.10.1",5878 "sp-core",5879 "sp-io",5880 "sp-runtime",5881 "sp-std",5882]58835884[[package]]5885name = "pallet-evm-coder-substrate"5886version = "0.1.1"5887dependencies = [5888 "ethereum",5889 "evm-coder",5890 "frame-benchmarking",5891 "frame-support",5892 "frame-system",5893 "pallet-ethereum",5894 "pallet-evm",5895 "parity-scale-codec 3.1.5",5896 "scale-info",5897 "sp-core",5898 "sp-std",5899 "up-data-structs",5900]59015902[[package]]5903name = "pallet-evm-contract-helpers"5904version = "0.1.1"5905dependencies = [5906 "evm-coder",5907 "fp-evm-mapping",5908 "frame-support",5909 "frame-system",5910 "log",5911 "pallet-common",5912 "pallet-evm",5913 "pallet-evm-coder-substrate",5914 "parity-scale-codec 3.1.5",5915 "scale-info",5916 "sp-core",5917 "sp-runtime",5918 "sp-std",5919 "up-data-structs",5920 "up-sponsorship",5921]59225923[[package]]5924name = "pallet-evm-migration"5925version = "0.1.0"5926dependencies = [5927 "fp-evm",5928 "frame-benchmarking",5929 "frame-support",5930 "frame-system",5931 "pallet-evm",5932 "parity-scale-codec 3.1.5",5933 "scale-info",5934 "sp-core",5935 "sp-io",5936 "sp-runtime",5937 "sp-std",5938]59395940[[package]]5941name = "pallet-evm-transaction-payment"5942version = "0.1.0"5943dependencies = [5944 "fp-evm",5945 "fp-evm-mapping",5946 "frame-support",5947 "frame-system",5948 "pallet-ethereum",5949 "pallet-evm",5950 "parity-scale-codec 3.1.5",5951 "scale-info",5952 "sp-core",5953 "sp-io",5954 "sp-runtime",5955 "sp-std",5956 "up-sponsorship",5957]59585959[[package]]5960name = "pallet-fungible"5961version = "0.1.2"5962dependencies = [5963 "ethereum",5964 "evm-coder",5965 "frame-benchmarking",5966 "frame-support",5967 "frame-system",5968 "pallet-common",5969 "pallet-evm",5970 "pallet-evm-coder-substrate",5971 "pallet-structure",5972 "parity-scale-codec 3.1.5",5973 "scale-info",5974 "sp-core",5975 "sp-runtime",5976 "sp-std",5977 "up-data-structs",5978]59795980[[package]]5981name = "pallet-gilt"5982version = "4.0.0-dev"5983source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5984dependencies = [5985 "frame-benchmarking",5986 "frame-support",5987 "frame-system",5988 "parity-scale-codec 3.1.5",5989 "scale-info",5990 "sp-arithmetic",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-grandpa"5997version = "4.0.0-dev"5998source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5999dependencies = [6000 "frame-benchmarking",6001 "frame-support",6002 "frame-system",6003 "log",6004 "pallet-authorship",6005 "pallet-session",6006 "parity-scale-codec 3.1.5",6007 "scale-info",6008 "sp-application-crypto",6009 "sp-core",6010 "sp-finality-grandpa",6011 "sp-io",6012 "sp-runtime",6013 "sp-session",6014 "sp-staking",6015 "sp-std",6016]60176018[[package]]6019name = "pallet-identity"6020version = "4.0.0-dev"6021source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6022dependencies = [6023 "enumflags2",6024 "frame-benchmarking",6025 "frame-support",6026 "frame-system",6027 "parity-scale-codec 3.1.5",6028 "scale-info",6029 "sp-io",6030 "sp-runtime",6031 "sp-std",6032]60336034[[package]]6035name = "pallet-im-online"6036version = "4.0.0-dev"6037source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6038dependencies = [6039 "frame-benchmarking",6040 "frame-support",6041 "frame-system",6042 "log",6043 "pallet-authorship",6044 "parity-scale-codec 3.1.5",6045 "scale-info",6046 "sp-application-crypto",6047 "sp-core",6048 "sp-io",6049 "sp-runtime",6050 "sp-staking",6051 "sp-std",6052]60536054[[package]]6055name = "pallet-indices"6056version = "4.0.0-dev"6057source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6058dependencies = [6059 "frame-benchmarking",6060 "frame-support",6061 "frame-system",6062 "parity-scale-codec 3.1.5",6063 "scale-info",6064 "sp-core",6065 "sp-io",6066 "sp-keyring",6067 "sp-runtime",6068 "sp-std",6069]60706071[[package]]6072name = "pallet-inflation"6073version = "0.1.0"6074dependencies = [6075 "frame-benchmarking",6076 "frame-support",6077 "frame-system",6078 "pallet-balances",6079 "pallet-randomness-collective-flip",6080 "pallet-timestamp",6081 "parity-scale-codec 3.1.5",6082 "scale-info",6083 "serde",6084 "sp-core",6085 "sp-io",6086 "sp-runtime",6087 "sp-std",6088]60896090[[package]]6091name = "pallet-membership"6092version = "4.0.0-dev"6093source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6094dependencies = [6095 "frame-benchmarking",6096 "frame-support",6097 "frame-system",6098 "log",6099 "parity-scale-codec 3.1.5",6100 "scale-info",6101 "sp-core",6102 "sp-io",6103 "sp-runtime",6104 "sp-std",6105]61066107[[package]]6108name = "pallet-mmr"6109version = "4.0.0-dev"6110source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6111dependencies = [6112 "ckb-merkle-mountain-range",6113 "frame-benchmarking",6114 "frame-support",6115 "frame-system",6116 "parity-scale-codec 3.1.5",6117 "scale-info",6118 "sp-core",6119 "sp-io",6120 "sp-mmr-primitives",6121 "sp-runtime",6122 "sp-std",6123]61246125[[package]]6126name = "pallet-mmr-rpc"6127version = "3.0.0"6128source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6129dependencies = [6130 "jsonrpsee",6131 "parity-scale-codec 3.1.5",6132 "serde",6133 "sp-api",6134 "sp-blockchain",6135 "sp-core",6136 "sp-mmr-primitives",6137 "sp-runtime",6138]61396140[[package]]6141name = "pallet-multisig"6142version = "4.0.0-dev"6143source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6144dependencies = [6145 "frame-benchmarking",6146 "frame-support",6147 "frame-system",6148 "parity-scale-codec 3.1.5",6149 "scale-info",6150 "sp-io",6151 "sp-runtime",6152 "sp-std",6153]61546155[[package]]6156name = "pallet-nicks"6157version = "4.0.0-dev"6158source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6159dependencies = [6160 "frame-support",6161 "frame-system",6162 "parity-scale-codec 3.1.5",6163 "scale-info",6164 "sp-io",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-nomination-pools"6171version = "1.0.0"6172source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6173dependencies = [6174 "frame-support",6175 "frame-system",6176 "log",6177 "parity-scale-codec 3.1.5",6178 "scale-info",6179 "sp-core",6180 "sp-runtime",6181 "sp-staking",6182 "sp-std",6183]61846185[[package]]6186name = "pallet-nomination-pools-benchmarking"6187version = "1.0.0"6188source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6189dependencies = [6190 "frame-benchmarking",6191 "frame-election-provider-support",6192 "frame-support",6193 "frame-system",6194 "pallet-bags-list",6195 "pallet-nomination-pools",6196 "pallet-staking",6197 "parity-scale-codec 3.1.5",6198 "scale-info",6199 "sp-runtime",6200 "sp-staking",6201 "sp-std",6202]62036204[[package]]6205name = "pallet-nonfungible"6206version = "0.1.3"6207dependencies = [6208 "ethereum",6209 "evm-coder",6210 "frame-benchmarking",6211 "frame-support",6212 "frame-system",6213 "pallet-common",6214 "pallet-evm",6215 "pallet-evm-coder-substrate",6216 "pallet-structure",6217 "parity-scale-codec 3.1.5",6218 "scale-info",6219 "sp-core",6220 "sp-runtime",6221 "sp-std",6222 "struct-versioning",6223 "up-data-structs",6224]62256226[[package]]6227name = "pallet-offences"6228version = "4.0.0-dev"6229source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6230dependencies = [6231 "frame-support",6232 "frame-system",6233 "log",6234 "pallet-balances",6235 "parity-scale-codec 3.1.5",6236 "scale-info",6237 "serde",6238 "sp-runtime",6239 "sp-staking",6240 "sp-std",6241]62426243[[package]]6244name = "pallet-offences-benchmarking"6245version = "4.0.0-dev"6246source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6247dependencies = [6248 "frame-benchmarking",6249 "frame-election-provider-support",6250 "frame-support",6251 "frame-system",6252 "pallet-babe",6253 "pallet-balances",6254 "pallet-grandpa",6255 "pallet-im-online",6256 "pallet-offences",6257 "pallet-session",6258 "pallet-staking",6259 "parity-scale-codec 3.1.5",6260 "scale-info",6261 "sp-runtime",6262 "sp-staking",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-preimage"6268version = "4.0.0-dev"6269source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "parity-scale-codec 3.1.5",6275 "scale-info",6276 "sp-core",6277 "sp-io",6278 "sp-runtime",6279 "sp-std",6280]62816282[[package]]6283name = "pallet-proxy"6284version = "4.0.0-dev"6285source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6286dependencies = [6287 "frame-benchmarking",6288 "frame-support",6289 "frame-system",6290 "parity-scale-codec 3.1.5",6291 "scale-info",6292 "sp-io",6293 "sp-runtime",6294 "sp-std",6295]62966297[[package]]6298name = "pallet-randomness-collective-flip"6299version = "4.0.0-dev"6300source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6301dependencies = [6302 "frame-support",6303 "frame-system",6304 "parity-scale-codec 3.1.5",6305 "safe-mix",6306 "scale-info",6307 "sp-runtime",6308 "sp-std",6309]63106311[[package]]6312name = "pallet-recovery"6313version = "4.0.0-dev"6314source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6315dependencies = [6316 "frame-benchmarking",6317 "frame-support",6318 "frame-system",6319 "parity-scale-codec 3.1.5",6320 "scale-info",6321 "sp-io",6322 "sp-runtime",6323 "sp-std",6324]63256326[[package]]6327name = "pallet-refungible"6328version = "0.2.2"6329dependencies = [6330 "derivative",6331 "ethereum",6332 "evm-coder",6333 "frame-benchmarking",6334 "frame-support",6335 "frame-system",6336 "pallet-common",6337 "pallet-evm",6338 "pallet-evm-coder-substrate",6339 "pallet-structure",6340 "parity-scale-codec 3.1.5",6341 "scale-info",6342 "sp-core",6343 "sp-runtime",6344 "sp-std",6345 "struct-versioning",6346 "up-data-structs",6347]63486349[[package]]6350name = "pallet-rmrk-core"6351version = "0.1.1"6352dependencies = [6353 "derivative",6354 "frame-benchmarking",6355 "frame-support",6356 "frame-system",6357 "pallet-common",6358 "pallet-evm",6359 "pallet-nonfungible",6360 "pallet-structure",6361 "parity-scale-codec 3.1.5",6362 "rmrk-traits",6363 "scale-info",6364 "sp-core",6365 "sp-runtime",6366 "sp-std",6367 "up-data-structs",6368]63696370[[package]]6371name = "pallet-rmrk-equip"6372version = "0.1.1"6373dependencies = [6374 "frame-benchmarking",6375 "frame-support",6376 "frame-system",6377 "pallet-common",6378 "pallet-evm",6379 "pallet-nonfungible",6380 "pallet-rmrk-core",6381 "parity-scale-codec 3.1.5",6382 "rmrk-traits",6383 "scale-info",6384 "sp-core",6385 "sp-runtime",6386 "sp-std",6387 "up-data-structs",6388]63896390[[package]]6391name = "pallet-scheduler"6392version = "4.0.0-dev"6393source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6394dependencies = [6395 "frame-benchmarking",6396 "frame-support",6397 "frame-system",6398 "log",6399 "parity-scale-codec 3.1.5",6400 "scale-info",6401 "sp-io",6402 "sp-runtime",6403 "sp-std",6404]64056406[[package]]6407name = "pallet-session"6408version = "4.0.0-dev"6409source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6410dependencies = [6411 "frame-support",6412 "frame-system",6413 "impl-trait-for-tuples",6414 "log",6415 "pallet-timestamp",6416 "parity-scale-codec 3.1.5",6417 "scale-info",6418 "sp-core",6419 "sp-io",6420 "sp-runtime",6421 "sp-session",6422 "sp-staking",6423 "sp-std",6424 "sp-trie",6425]64266427[[package]]6428name = "pallet-session-benchmarking"6429version = "4.0.0-dev"6430source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6431dependencies = [6432 "frame-benchmarking",6433 "frame-support",6434 "frame-system",6435 "pallet-session",6436 "pallet-staking",6437 "rand 0.7.3",6438 "sp-runtime",6439 "sp-session",6440 "sp-std",6441]64426443[[package]]6444name = "pallet-society"6445version = "4.0.0-dev"6446source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6447dependencies = [6448 "frame-support",6449 "frame-system",6450 "parity-scale-codec 3.1.5",6451 "rand_chacha 0.2.2",6452 "scale-info",6453 "sp-runtime",6454 "sp-std",6455]64566457[[package]]6458name = "pallet-staking"6459version = "4.0.0-dev"6460source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6461dependencies = [6462 "frame-benchmarking",6463 "frame-election-provider-support",6464 "frame-support",6465 "frame-system",6466 "log",6467 "pallet-authorship",6468 "pallet-session",6469 "parity-scale-codec 3.1.5",6470 "rand_chacha 0.2.2",6471 "scale-info",6472 "serde",6473 "sp-application-crypto",6474 "sp-io",6475 "sp-runtime",6476 "sp-staking",6477 "sp-std",6478]64796480[[package]]6481name = "pallet-staking-reward-curve"6482version = "4.0.0-dev"6483source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6484dependencies = [6485 "proc-macro-crate",6486 "proc-macro2",6487 "quote",6488 "syn",6489]64906491[[package]]6492name = "pallet-staking-reward-fn"6493version = "4.0.0-dev"6494source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6495dependencies = [6496 "log",6497 "sp-arithmetic",6498]64996500[[package]]6501name = "pallet-structure"6502version = "0.1.1"6503dependencies = [6504 "frame-benchmarking",6505 "frame-support",6506 "frame-system",6507 "pallet-common",6508 "pallet-evm",6509 "parity-scale-codec 3.1.5",6510 "scale-info",6511 "sp-std",6512 "up-data-structs",6513]65146515[[package]]6516name = "pallet-sudo"6517version = "4.0.0-dev"6518source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6519dependencies = [6520 "frame-support",6521 "frame-system",6522 "parity-scale-codec 3.1.5",6523 "scale-info",6524 "sp-io",6525 "sp-runtime",6526 "sp-std",6527]65286529[[package]]6530name = "pallet-template-transaction-payment"6531version = "3.0.0"6532source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"6533dependencies = [6534 "frame-benchmarking",6535 "frame-support",6536 "frame-system",6537 "pallet-balances",6538 "pallet-transaction-payment",6539 "parity-scale-codec 3.1.5",6540 "scale-info",6541 "serde",6542 "sp-core",6543 "sp-io",6544 "sp-runtime",6545 "sp-std",6546 "up-sponsorship",6547]65486549[[package]]6550name = "pallet-timestamp"6551version = "4.0.0-dev"6552source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6553dependencies = [6554 "frame-benchmarking",6555 "frame-support",6556 "frame-system",6557 "log",6558 "parity-scale-codec 3.1.5",6559 "scale-info",6560 "sp-inherents",6561 "sp-io",6562 "sp-runtime",6563 "sp-std",6564 "sp-timestamp",6565]65666567[[package]]6568name = "pallet-tips"6569version = "4.0.0-dev"6570source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6571dependencies = [6572 "frame-benchmarking",6573 "frame-support",6574 "frame-system",6575 "log",6576 "pallet-treasury",6577 "parity-scale-codec 3.1.5",6578 "scale-info",6579 "serde",6580 "sp-core",6581 "sp-io",6582 "sp-runtime",6583 "sp-std",6584]65856586[[package]]6587name = "pallet-transaction-payment"6588version = "4.0.0-dev"6589source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6590dependencies = [6591 "frame-support",6592 "frame-system",6593 "parity-scale-codec 3.1.5",6594 "scale-info",6595 "serde",6596 "sp-core",6597 "sp-io",6598 "sp-runtime",6599 "sp-std",6600]66016602[[package]]6603name = "pallet-transaction-payment-rpc"6604version = "4.0.0-dev"6605source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6606dependencies = [6607 "jsonrpsee",6608 "pallet-transaction-payment-rpc-runtime-api",6609 "parity-scale-codec 3.1.5",6610 "sp-api",6611 "sp-blockchain",6612 "sp-core",6613 "sp-rpc",6614 "sp-runtime",6615]66166617[[package]]6618name = "pallet-transaction-payment-rpc-runtime-api"6619version = "4.0.0-dev"6620source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6621dependencies = [6622 "pallet-transaction-payment",6623 "parity-scale-codec 3.1.5",6624 "sp-api",6625 "sp-runtime",6626]66276628[[package]]6629name = "pallet-treasury"6630version = "4.0.0-dev"6631source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6632dependencies = [6633 "frame-benchmarking",6634 "frame-support",6635 "frame-system",6636 "impl-trait-for-tuples",6637 "pallet-balances",6638 "parity-scale-codec 3.1.5",6639 "scale-info",6640 "serde",6641 "sp-runtime",6642 "sp-std",6643]66446645[[package]]6646name = "pallet-unique"6647version = "0.1.2"6648dependencies = [6649 "ethereum",6650 "evm-coder",6651 "frame-benchmarking",6652 "frame-support",6653 "frame-system",6654 "pallet-common",6655 "pallet-evm",6656 "pallet-evm-coder-substrate",6657 "pallet-nonfungible",6658 "pallet-refungible",6659 "parity-scale-codec 3.1.5",6660 "scale-info",6661 "serde",6662 "sp-core",6663 "sp-io",6664 "sp-runtime",6665 "sp-std",6666 "up-data-structs",6667]66686669[[package]]6670name = "pallet-unique-scheduler"6671version = "0.1.0"6672dependencies = [6673 "frame-benchmarking",6674 "frame-support",6675 "frame-system",6676 "log",6677 "parity-scale-codec 3.1.5",6678 "scale-info",6679 "serde",6680 "sp-core",6681 "sp-io",6682 "sp-runtime",6683 "sp-std",6684 "substrate-test-utils",6685 "up-sponsorship",6686]66876688[[package]]6689name = "pallet-utility"6690version = "4.0.0-dev"6691source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6692dependencies = [6693 "frame-benchmarking",6694 "frame-support",6695 "frame-system",6696 "parity-scale-codec 3.1.5",6697 "scale-info",6698 "sp-core",6699 "sp-io",6700 "sp-runtime",6701 "sp-std",6702]67036704[[package]]6705name = "pallet-vesting"6706version = "4.0.0-dev"6707source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6708dependencies = [6709 "frame-benchmarking",6710 "frame-support",6711 "frame-system",6712 "log",6713 "parity-scale-codec 3.1.5",6714 "scale-info",6715 "sp-runtime",6716 "sp-std",6717]67186719[[package]]6720name = "pallet-xcm"6721version = "0.9.24"6722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6723dependencies = [6724 "frame-support",6725 "frame-system",6726 "log",6727 "parity-scale-codec 3.1.5",6728 "scale-info",6729 "serde",6730 "sp-core",6731 "sp-runtime",6732 "sp-std",6733 "xcm",6734 "xcm-executor",6735]67366737[[package]]6738name = "pallet-xcm-benchmarks"6739version = "0.9.24"6740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6741dependencies = [6742 "frame-benchmarking",6743 "frame-support",6744 "frame-system",6745 "log",6746 "parity-scale-codec 3.1.5",6747 "scale-info",6748 "sp-runtime",6749 "sp-std",6750 "xcm",6751 "xcm-executor",6752]67536754[[package]]6755name = "parachain-info"6756version = "0.1.0"6757source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"6758dependencies = [6759 "cumulus-primitives-core",6760 "frame-support",6761 "frame-system",6762 "parity-scale-codec 3.1.5",6763 "scale-info",6764 "serde",6765]67666767[[package]]6768name = "parity-db"6769version = "0.3.16"6770source = "registry+https://github.com/rust-lang/crates.io-index"6771checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"6772dependencies = [6773 "blake2-rfc",6774 "crc32fast",6775 "fs2",6776 "hex",6777 "libc",6778 "log",6779 "lz4",6780 "memmap2 0.2.3",6781 "parking_lot 0.11.2",6782 "rand 0.8.5",6783 "snap",6784]67856786[[package]]6787name = "parity-scale-codec"6788version = "2.3.1"6789source = "registry+https://github.com/rust-lang/crates.io-index"6790checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6791dependencies = [6792 "arrayvec 0.7.2",6793 "bitvec 0.20.4",6794 "byte-slice-cast",6795 "impl-trait-for-tuples",6796 "parity-scale-codec-derive 2.3.1",6797 "serde",6798]67996800[[package]]6801name = "parity-scale-codec"6802version = "3.1.5"6803source = "registry+https://github.com/rust-lang/crates.io-index"6804checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6805dependencies = [6806 "arrayvec 0.7.2",6807 "bitvec 1.0.1",6808 "byte-slice-cast",6809 "impl-trait-for-tuples",6810 "parity-scale-codec-derive 3.1.3",6811 "serde",6812]68136814[[package]]6815name = "parity-scale-codec-derive"6816version = "2.3.1"6817source = "registry+https://github.com/rust-lang/crates.io-index"6818checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6819dependencies = [6820 "proc-macro-crate",6821 "proc-macro2",6822 "quote",6823 "syn",6824]68256826[[package]]6827name = "parity-scale-codec-derive"6828version = "3.1.3"6829source = "registry+https://github.com/rust-lang/crates.io-index"6830checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6831dependencies = [6832 "proc-macro-crate",6833 "proc-macro2",6834 "quote",6835 "syn",6836]68376838[[package]]6839name = "parity-send-wrapper"6840version = "0.1.0"6841source = "registry+https://github.com/rust-lang/crates.io-index"6842checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68436844[[package]]6845name = "parity-util-mem"6846version = "0.11.0"6847source = "registry+https://github.com/rust-lang/crates.io-index"6848checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6849dependencies = [6850 "cfg-if 1.0.0",6851 "ethereum-types",6852 "hashbrown 0.12.3",6853 "impl-trait-for-tuples",6854 "lru 0.7.8",6855 "parity-util-mem-derive",6856 "parking_lot 0.12.1",6857 "primitive-types",6858 "smallvec",6859 "winapi",6860]68616862[[package]]6863name = "parity-util-mem-derive"6864version = "0.1.0"6865source = "registry+https://github.com/rust-lang/crates.io-index"6866checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6867dependencies = [6868 "proc-macro2",6869 "syn",6870 "synstructure",6871]68726873[[package]]6874name = "parity-wasm"6875version = "0.32.0"6876source = "registry+https://github.com/rust-lang/crates.io-index"6877checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6878dependencies = [6879 "byteorder",6880]68816882[[package]]6883name = "parity-wasm"6884version = "0.42.2"6885source = "registry+https://github.com/rust-lang/crates.io-index"6886checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68876888[[package]]6889name = "parking"6890version = "2.0.0"6891source = "registry+https://github.com/rust-lang/crates.io-index"6892checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68936894[[package]]6895name = "parking_lot"6896version = "0.11.2"6897source = "registry+https://github.com/rust-lang/crates.io-index"6898checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6899dependencies = [6900 "instant",6901 "lock_api",6902 "parking_lot_core 0.8.5",6903]69046905[[package]]6906name = "parking_lot"6907version = "0.12.1"6908source = "registry+https://github.com/rust-lang/crates.io-index"6909checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6910dependencies = [6911 "lock_api",6912 "parking_lot_core 0.9.3",6913]69146915[[package]]6916name = "parking_lot_core"6917version = "0.8.5"6918source = "registry+https://github.com/rust-lang/crates.io-index"6919checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6920dependencies = [6921 "cfg-if 1.0.0",6922 "instant",6923 "libc",6924 "redox_syscall",6925 "smallvec",6926 "winapi",6927]69286929[[package]]6930name = "parking_lot_core"6931version = "0.9.3"6932source = "registry+https://github.com/rust-lang/crates.io-index"6933checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6934dependencies = [6935 "cfg-if 1.0.0",6936 "libc",6937 "redox_syscall",6938 "smallvec",6939 "windows-sys",6940]69416942[[package]]6943name = "paste"6944version = "1.0.7"6945source = "registry+https://github.com/rust-lang/crates.io-index"6946checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69476948[[package]]6949name = "pbkdf2"6950version = "0.4.0"6951source = "registry+https://github.com/rust-lang/crates.io-index"6952checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6953dependencies = [6954 "crypto-mac 0.8.0",6955]69566957[[package]]6958name = "pbkdf2"6959version = "0.8.0"6960source = "registry+https://github.com/rust-lang/crates.io-index"6961checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6962dependencies = [6963 "crypto-mac 0.11.1",6964]69656966[[package]]6967name = "peeking_take_while"6968version = "0.1.2"6969source = "registry+https://github.com/rust-lang/crates.io-index"6970checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69716972[[package]]6973name = "percent-encoding"6974version = "2.1.0"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69776978[[package]]6979name = "pest"6980version = "2.1.3"6981source = "registry+https://github.com/rust-lang/crates.io-index"6982checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6983dependencies = [6984 "ucd-trie",6985]69866987[[package]]6988name = "pest_derive"6989version = "2.1.0"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6992dependencies = [6993 "pest",6994 "pest_generator",6995]69966997[[package]]6998name = "pest_generator"6999version = "2.1.3"7000source = "registry+https://github.com/rust-lang/crates.io-index"7001checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7002dependencies = [7003 "pest",7004 "pest_meta",7005 "proc-macro2",7006 "quote",7007 "syn",7008]70097010[[package]]7011name = "pest_meta"7012version = "2.1.3"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7015dependencies = [7016 "maplit",7017 "pest",7018 "sha-1 0.8.2",7019]70207021[[package]]7022name = "petgraph"7023version = "0.6.2"7024source = "registry+https://github.com/rust-lang/crates.io-index"7025checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7026dependencies = [7027 "fixedbitset",7028 "indexmap",7029]70307031[[package]]7032name = "pin-project"7033version = "0.4.30"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"7036dependencies = [7037 "pin-project-internal 0.4.30",7038]70397040[[package]]7041name = "pin-project"7042version = "1.0.11"7043source = "registry+https://github.com/rust-lang/crates.io-index"7044checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"7045dependencies = [7046 "pin-project-internal 1.0.11",7047]70487049[[package]]7050name = "pin-project-internal"7051version = "0.4.30"7052source = "registry+https://github.com/rust-lang/crates.io-index"7053checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"7054dependencies = [7055 "proc-macro2",7056 "quote",7057 "syn",7058]70597060[[package]]7061name = "pin-project-internal"7062version = "1.0.11"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"7065dependencies = [7066 "proc-macro2",7067 "quote",7068 "syn",7069]70707071[[package]]7072name = "pin-project-lite"7073version = "0.1.12"7074source = "registry+https://github.com/rust-lang/crates.io-index"7075checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70767077[[package]]7078name = "pin-project-lite"7079version = "0.2.9"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70827083[[package]]7084name = "pin-utils"7085version = "0.1.0"7086source = "registry+https://github.com/rust-lang/crates.io-index"7087checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70887089[[package]]7090name = "pkg-config"7091version = "0.3.25"7092source = "registry+https://github.com/rust-lang/crates.io-index"7093checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70947095[[package]]7096name = "platforms"7097version = "2.0.0"7098source = "registry+https://github.com/rust-lang/crates.io-index"7099checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"71007101[[package]]7102name = "polkadot-approval-distribution"7103version = "0.9.24"7104source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7105dependencies = [7106 "futures 0.3.21",7107 "polkadot-node-network-protocol",7108 "polkadot-node-primitives",7109 "polkadot-node-subsystem",7110 "polkadot-node-subsystem-util",7111 "polkadot-primitives",7112 "rand 0.8.5",7113 "tracing-gum",7114]71157116[[package]]7117name = "polkadot-availability-bitfield-distribution"7118version = "0.9.24"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7120dependencies = [7121 "futures 0.3.21",7122 "polkadot-node-network-protocol",7123 "polkadot-node-subsystem",7124 "polkadot-node-subsystem-util",7125 "polkadot-primitives",7126 "rand 0.8.5",7127 "tracing-gum",7128]71297130[[package]]7131name = "polkadot-availability-distribution"7132version = "0.9.24"7133source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7134dependencies = [7135 "derive_more",7136 "fatality",7137 "futures 0.3.21",7138 "lru 0.7.8",7139 "parity-scale-codec 3.1.5",7140 "polkadot-erasure-coding",7141 "polkadot-node-network-protocol",7142 "polkadot-node-primitives",7143 "polkadot-node-subsystem",7144 "polkadot-node-subsystem-util",7145 "polkadot-primitives",7146 "rand 0.8.5",7147 "sp-core",7148 "sp-keystore",7149 "thiserror",7150 "tracing-gum",7151]71527153[[package]]7154name = "polkadot-availability-recovery"7155version = "0.9.24"7156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7157dependencies = [7158 "fatality",7159 "futures 0.3.21",7160 "lru 0.7.8",7161 "parity-scale-codec 3.1.5",7162 "polkadot-erasure-coding",7163 "polkadot-node-network-protocol",7164 "polkadot-node-primitives",7165 "polkadot-node-subsystem",7166 "polkadot-node-subsystem-util",7167 "polkadot-primitives",7168 "rand 0.8.5",7169 "sc-network",7170 "thiserror",7171 "tracing-gum",7172]71737174[[package]]7175name = "polkadot-cli"7176version = "0.9.24"7177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7178dependencies = [7179 "clap",7180 "frame-benchmarking-cli",7181 "futures 0.3.21",7182 "log",7183 "polkadot-client",7184 "polkadot-node-core-pvf",7185 "polkadot-node-metrics",7186 "polkadot-performance-test",7187 "polkadot-service",7188 "sc-cli",7189 "sc-service",7190 "sc-sysinfo",7191 "sc-tracing",7192 "sp-core",7193 "sp-trie",7194 "substrate-build-script-utils",7195 "thiserror",7196 "try-runtime-cli",7197]71987199[[package]]7200name = "polkadot-client"7201version = "0.9.24"7202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7203dependencies = [7204 "beefy-primitives",7205 "frame-benchmarking",7206 "frame-benchmarking-cli",7207 "frame-system",7208 "frame-system-rpc-runtime-api",7209 "pallet-transaction-payment",7210 "pallet-transaction-payment-rpc-runtime-api",7211 "polkadot-core-primitives",7212 "polkadot-node-core-parachains-inherent",7213 "polkadot-primitives",7214 "polkadot-runtime",7215 "polkadot-runtime-common",7216 "sc-client-api",7217 "sc-consensus",7218 "sc-executor",7219 "sc-service",7220 "sp-api",7221 "sp-authority-discovery",7222 "sp-block-builder",7223 "sp-blockchain",7224 "sp-consensus",7225 "sp-consensus-babe",7226 "sp-core",7227 "sp-finality-grandpa",7228 "sp-inherents",7229 "sp-keyring",7230 "sp-mmr-primitives",7231 "sp-offchain",7232 "sp-runtime",7233 "sp-session",7234 "sp-storage",7235 "sp-timestamp",7236 "sp-transaction-pool",7237]72387239[[package]]7240name = "polkadot-collator-protocol"7241version = "0.9.24"7242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7243dependencies = [7244 "always-assert",7245 "fatality",7246 "futures 0.3.21",7247 "futures-timer",7248 "polkadot-node-network-protocol",7249 "polkadot-node-primitives",7250 "polkadot-node-subsystem",7251 "polkadot-node-subsystem-util",7252 "polkadot-primitives",7253 "sp-core",7254 "sp-keystore",7255 "sp-runtime",7256 "thiserror",7257 "tracing-gum",7258]72597260[[package]]7261name = "polkadot-core-primitives"7262version = "0.9.24"7263source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7264dependencies = [7265 "parity-scale-codec 3.1.5",7266 "parity-util-mem",7267 "scale-info",7268 "sp-core",7269 "sp-runtime",7270 "sp-std",7271]72727273[[package]]7274name = "polkadot-dispute-distribution"7275version = "0.9.24"7276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7277dependencies = [7278 "derive_more",7279 "fatality",7280 "futures 0.3.21",7281 "lru 0.7.8",7282 "parity-scale-codec 3.1.5",7283 "polkadot-erasure-coding",7284 "polkadot-node-network-protocol",7285 "polkadot-node-primitives",7286 "polkadot-node-subsystem",7287 "polkadot-node-subsystem-util",7288 "polkadot-primitives",7289 "sc-network",7290 "sp-application-crypto",7291 "sp-keystore",7292 "thiserror",7293 "tracing-gum",7294]72957296[[package]]7297name = "polkadot-erasure-coding"7298version = "0.9.24"7299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7300dependencies = [7301 "parity-scale-codec 3.1.5",7302 "polkadot-node-primitives",7303 "polkadot-primitives",7304 "reed-solomon-novelpoly",7305 "sp-core",7306 "sp-trie",7307 "thiserror",7308]73097310[[package]]7311name = "polkadot-gossip-support"7312version = "0.9.24"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7314dependencies = [7315 "futures 0.3.21",7316 "futures-timer",7317 "polkadot-node-network-protocol",7318 "polkadot-node-subsystem",7319 "polkadot-node-subsystem-util",7320 "polkadot-primitives",7321 "rand 0.8.5",7322 "rand_chacha 0.3.1",7323 "sc-network",7324 "sp-application-crypto",7325 "sp-core",7326 "sp-keystore",7327 "tracing-gum",7328]73297330[[package]]7331name = "polkadot-network-bridge"7332version = "0.9.24"7333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7334dependencies = [7335 "always-assert",7336 "async-trait",7337 "bytes 1.2.0",7338 "futures 0.3.21",7339 "parity-scale-codec 3.1.5",7340 "parking_lot 0.12.1",7341 "polkadot-node-network-protocol",7342 "polkadot-node-subsystem",7343 "polkadot-node-subsystem-util",7344 "polkadot-overseer",7345 "polkadot-primitives",7346 "sc-network",7347 "sp-consensus",7348 "tracing-gum",7349]73507351[[package]]7352name = "polkadot-node-collation-generation"7353version = "0.9.24"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7355dependencies = [7356 "futures 0.3.21",7357 "parity-scale-codec 3.1.5",7358 "polkadot-erasure-coding",7359 "polkadot-node-primitives",7360 "polkadot-node-subsystem",7361 "polkadot-node-subsystem-util",7362 "polkadot-primitives",7363 "sp-core",7364 "sp-maybe-compressed-blob",7365 "thiserror",7366 "tracing-gum",7367]73687369[[package]]7370name = "polkadot-node-core-approval-voting"7371version = "0.9.24"7372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7373dependencies = [7374 "bitvec 1.0.1",7375 "derive_more",7376 "futures 0.3.21",7377 "futures-timer",7378 "kvdb",7379 "lru 0.7.8",7380 "merlin",7381 "parity-scale-codec 3.1.5",7382 "polkadot-node-jaeger",7383 "polkadot-node-primitives",7384 "polkadot-node-subsystem",7385 "polkadot-node-subsystem-util",7386 "polkadot-overseer",7387 "polkadot-primitives",7388 "sc-keystore",7389 "schnorrkel",7390 "sp-application-crypto",7391 "sp-consensus",7392 "sp-consensus-slots",7393 "sp-runtime",7394 "thiserror",7395 "tracing-gum",7396]73977398[[package]]7399name = "polkadot-node-core-av-store"7400version = "0.9.24"7401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7402dependencies = [7403 "bitvec 1.0.1",7404 "futures 0.3.21",7405 "futures-timer",7406 "kvdb",7407 "parity-scale-codec 3.1.5",7408 "polkadot-erasure-coding",7409 "polkadot-node-primitives",7410 "polkadot-node-subsystem",7411 "polkadot-node-subsystem-util",7412 "polkadot-overseer",7413 "polkadot-primitives",7414 "thiserror",7415 "tracing-gum",7416]74177418[[package]]7419name = "polkadot-node-core-backing"7420version = "0.9.24"7421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7422dependencies = [7423 "bitvec 1.0.1",7424 "fatality",7425 "futures 0.3.21",7426 "polkadot-erasure-coding",7427 "polkadot-node-primitives",7428 "polkadot-node-subsystem",7429 "polkadot-node-subsystem-util",7430 "polkadot-primitives",7431 "polkadot-statement-table",7432 "sp-keystore",7433 "thiserror",7434 "tracing-gum",7435]74367437[[package]]7438name = "polkadot-node-core-bitfield-signing"7439version = "0.9.24"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7441dependencies = [7442 "futures 0.3.21",7443 "polkadot-node-subsystem",7444 "polkadot-node-subsystem-util",7445 "polkadot-primitives",7446 "sp-keystore",7447 "thiserror",7448 "tracing-gum",7449 "wasm-timer",7450]74517452[[package]]7453name = "polkadot-node-core-candidate-validation"7454version = "0.9.24"7455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7456dependencies = [7457 "async-trait",7458 "futures 0.3.21",7459 "parity-scale-codec 3.1.5",7460 "polkadot-node-core-pvf",7461 "polkadot-node-primitives",7462 "polkadot-node-subsystem",7463 "polkadot-node-subsystem-util",7464 "polkadot-parachain",7465 "polkadot-primitives",7466 "sp-maybe-compressed-blob",7467 "tracing-gum",7468]74697470[[package]]7471name = "polkadot-node-core-chain-api"7472version = "0.9.24"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7474dependencies = [7475 "futures 0.3.21",7476 "polkadot-node-subsystem",7477 "polkadot-node-subsystem-util",7478 "polkadot-primitives",7479 "sc-client-api",7480 "sc-consensus-babe",7481 "sp-blockchain",7482 "tracing-gum",7483]74847485[[package]]7486name = "polkadot-node-core-chain-selection"7487version = "0.9.24"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7489dependencies = [7490 "futures 0.3.21",7491 "futures-timer",7492 "kvdb",7493 "parity-scale-codec 3.1.5",7494 "polkadot-node-primitives",7495 "polkadot-node-subsystem",7496 "polkadot-node-subsystem-util",7497 "polkadot-primitives",7498 "thiserror",7499 "tracing-gum",7500]75017502[[package]]7503name = "polkadot-node-core-dispute-coordinator"7504version = "0.9.24"7505source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7506dependencies = [7507 "fatality",7508 "futures 0.3.21",7509 "kvdb",7510 "lru 0.7.8",7511 "parity-scale-codec 3.1.5",7512 "polkadot-node-primitives",7513 "polkadot-node-subsystem",7514 "polkadot-node-subsystem-util",7515 "polkadot-primitives",7516 "sc-keystore",7517 "thiserror",7518 "tracing-gum",7519]75207521[[package]]7522name = "polkadot-node-core-parachains-inherent"7523version = "0.9.24"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7525dependencies = [7526 "async-trait",7527 "futures 0.3.21",7528 "futures-timer",7529 "polkadot-node-subsystem",7530 "polkadot-primitives",7531 "sp-blockchain",7532 "sp-inherents",7533 "sp-runtime",7534 "thiserror",7535 "tracing-gum",7536]75377538[[package]]7539name = "polkadot-node-core-provisioner"7540version = "0.9.24"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7542dependencies = [7543 "bitvec 1.0.1",7544 "fatality",7545 "futures 0.3.21",7546 "futures-timer",7547 "polkadot-node-primitives",7548 "polkadot-node-subsystem",7549 "polkadot-node-subsystem-util",7550 "polkadot-primitives",7551 "rand 0.8.5",7552 "thiserror",7553 "tracing-gum",7554]75557556[[package]]7557name = "polkadot-node-core-pvf"7558version = "0.9.24"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7560dependencies = [7561 "always-assert",7562 "assert_matches",7563 "async-process",7564 "async-std",7565 "futures 0.3.21",7566 "futures-timer",7567 "parity-scale-codec 3.1.5",7568 "pin-project 1.0.11",7569 "polkadot-core-primitives",7570 "polkadot-node-subsystem-util",7571 "polkadot-parachain",7572 "rand 0.8.5",7573 "sc-executor",7574 "sc-executor-common",7575 "sc-executor-wasmtime",7576 "slotmap",7577 "sp-core",7578 "sp-externalities",7579 "sp-io",7580 "sp-maybe-compressed-blob",7581 "sp-tracing",7582 "sp-wasm-interface",7583 "tempfile",7584 "tracing-gum",7585]75867587[[package]]7588name = "polkadot-node-core-pvf-checker"7589version = "0.9.24"7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7591dependencies = [7592 "futures 0.3.21",7593 "polkadot-node-primitives",7594 "polkadot-node-subsystem",7595 "polkadot-node-subsystem-util",7596 "polkadot-overseer",7597 "polkadot-primitives",7598 "sp-keystore",7599 "thiserror",7600 "tracing-gum",7601]76027603[[package]]7604name = "polkadot-node-core-runtime-api"7605version = "0.9.24"7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7607dependencies = [7608 "futures 0.3.21",7609 "memory-lru",7610 "parity-util-mem",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-primitives",7614 "sp-api",7615 "sp-authority-discovery",7616 "sp-consensus-babe",7617 "tracing-gum",7618]76197620[[package]]7621name = "polkadot-node-jaeger"7622version = "0.9.24"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7624dependencies = [7625 "async-std",7626 "lazy_static",7627 "log",7628 "mick-jaeger",7629 "parity-scale-codec 3.1.5",7630 "parking_lot 0.12.1",7631 "polkadot-node-primitives",7632 "polkadot-primitives",7633 "sc-network",7634 "sp-core",7635 "thiserror",7636]76377638[[package]]7639name = "polkadot-node-metrics"7640version = "0.9.24"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7642dependencies = [7643 "bs58",7644 "futures 0.3.21",7645 "futures-timer",7646 "log",7647 "parity-scale-codec 3.1.5",7648 "polkadot-primitives",7649 "prioritized-metered-channel",7650 "sc-cli",7651 "sc-service",7652 "sc-tracing",7653 "substrate-prometheus-endpoint",7654 "tracing-gum",7655]76567657[[package]]7658name = "polkadot-node-network-protocol"7659version = "0.9.24"7660source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7661dependencies = [7662 "async-trait",7663 "derive_more",7664 "fatality",7665 "futures 0.3.21",7666 "parity-scale-codec 3.1.5",7667 "polkadot-node-jaeger",7668 "polkadot-node-primitives",7669 "polkadot-primitives",7670 "rand 0.8.5",7671 "sc-authority-discovery",7672 "sc-network",7673 "strum 0.24.1",7674 "thiserror",7675 "tracing-gum",7676]76777678[[package]]7679name = "polkadot-node-primitives"7680version = "0.9.24"7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7682dependencies = [7683 "bounded-vec",7684 "futures 0.3.21",7685 "parity-scale-codec 3.1.5",7686 "polkadot-parachain",7687 "polkadot-primitives",7688 "schnorrkel",7689 "serde",7690 "sp-application-crypto",7691 "sp-consensus-babe",7692 "sp-consensus-vrf",7693 "sp-core",7694 "sp-keystore",7695 "sp-maybe-compressed-blob",7696 "thiserror",7697 "zstd",7698]76997700[[package]]7701name = "polkadot-node-subsystem"7702version = "0.9.24"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7704dependencies = [7705 "polkadot-node-jaeger",7706 "polkadot-node-subsystem-types",7707 "polkadot-overseer",7708]77097710[[package]]7711name = "polkadot-node-subsystem-types"7712version = "0.9.24"7713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7714dependencies = [7715 "derive_more",7716 "futures 0.3.21",7717 "orchestra",7718 "polkadot-node-jaeger",7719 "polkadot-node-network-protocol",7720 "polkadot-node-primitives",7721 "polkadot-primitives",7722 "polkadot-statement-table",7723 "sc-network",7724 "smallvec",7725 "substrate-prometheus-endpoint",7726 "thiserror",7727]77287729[[package]]7730name = "polkadot-node-subsystem-util"7731version = "0.9.24"7732source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7733dependencies = [7734 "async-trait",7735 "derive_more",7736 "fatality",7737 "futures 0.3.21",7738 "itertools",7739 "kvdb",7740 "lru 0.7.8",7741 "parity-db",7742 "parity-scale-codec 3.1.5",7743 "parity-util-mem",7744 "parking_lot 0.11.2",7745 "pin-project 1.0.11",7746 "polkadot-node-jaeger",7747 "polkadot-node-metrics",7748 "polkadot-node-network-protocol",7749 "polkadot-node-primitives",7750 "polkadot-node-subsystem",7751 "polkadot-overseer",7752 "polkadot-primitives",7753 "prioritized-metered-channel",7754 "rand 0.8.5",7755 "sp-application-crypto",7756 "sp-core",7757 "sp-keystore",7758 "thiserror",7759 "tracing-gum",7760]77617762[[package]]7763name = "polkadot-overseer"7764version = "0.9.24"7765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7766dependencies = [7767 "futures 0.3.21",7768 "futures-timer",7769 "lru 0.7.8",7770 "orchestra",7771 "parity-util-mem",7772 "parking_lot 0.12.1",7773 "polkadot-node-metrics",7774 "polkadot-node-network-protocol",7775 "polkadot-node-primitives",7776 "polkadot-node-subsystem-types",7777 "polkadot-primitives",7778 "sc-client-api",7779 "sp-api",7780 "sp-core",7781 "tracing-gum",7782]77837784[[package]]7785name = "polkadot-parachain"7786version = "0.9.24"7787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7788dependencies = [7789 "derive_more",7790 "frame-support",7791 "parity-scale-codec 3.1.5",7792 "parity-util-mem",7793 "polkadot-core-primitives",7794 "scale-info",7795 "serde",7796 "sp-core",7797 "sp-runtime",7798 "sp-std",7799]78007801[[package]]7802name = "polkadot-performance-test"7803version = "0.9.24"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7805dependencies = [7806 "env_logger",7807 "kusama-runtime",7808 "log",7809 "polkadot-erasure-coding",7810 "polkadot-node-core-pvf",7811 "polkadot-node-primitives",7812 "quote",7813 "thiserror",7814]78157816[[package]]7817name = "polkadot-primitives"7818version = "0.9.24"7819source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7820dependencies = [7821 "bitvec 1.0.1",7822 "frame-system",7823 "hex-literal",7824 "parity-scale-codec 3.1.5",7825 "parity-util-mem",7826 "polkadot-core-primitives",7827 "polkadot-parachain",7828 "scale-info",7829 "serde",7830 "sp-api",7831 "sp-application-crypto",7832 "sp-arithmetic",7833 "sp-authority-discovery",7834 "sp-consensus-slots",7835 "sp-core",7836 "sp-inherents",7837 "sp-io",7838 "sp-keystore",7839 "sp-runtime",7840 "sp-staking",7841 "sp-std",7842 "sp-trie",7843 "sp-version",7844]78457846[[package]]7847name = "polkadot-rpc"7848version = "0.9.24"7849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7850dependencies = [7851 "beefy-gadget",7852 "beefy-gadget-rpc",7853 "jsonrpsee",7854 "pallet-mmr-rpc",7855 "pallet-transaction-payment-rpc",7856 "polkadot-primitives",7857 "sc-chain-spec",7858 "sc-client-api",7859 "sc-consensus-babe",7860 "sc-consensus-babe-rpc",7861 "sc-consensus-epochs",7862 "sc-finality-grandpa",7863 "sc-finality-grandpa-rpc",7864 "sc-rpc",7865 "sc-sync-state-rpc",7866 "sc-transaction-pool-api",7867 "sp-api",7868 "sp-block-builder",7869 "sp-blockchain",7870 "sp-consensus",7871 "sp-consensus-babe",7872 "sp-keystore",7873 "sp-runtime",7874 "substrate-frame-rpc-system",7875 "substrate-state-trie-migration-rpc",7876]78777878[[package]]7879name = "polkadot-runtime"7880version = "0.9.24"7881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7882dependencies = [7883 "beefy-primitives",7884 "bitvec 1.0.1",7885 "frame-benchmarking",7886 "frame-election-provider-support",7887 "frame-executive",7888 "frame-support",7889 "frame-system",7890 "frame-system-benchmarking",7891 "frame-system-rpc-runtime-api",7892 "frame-try-runtime",7893 "hex-literal",7894 "log",7895 "pallet-authority-discovery",7896 "pallet-authorship",7897 "pallet-babe",7898 "pallet-bags-list",7899 "pallet-balances",7900 "pallet-bounties",7901 "pallet-child-bounties",7902 "pallet-collective",7903 "pallet-democracy",7904 "pallet-election-provider-multi-phase",7905 "pallet-election-provider-support-benchmarking",7906 "pallet-elections-phragmen",7907 "pallet-grandpa",7908 "pallet-identity",7909 "pallet-im-online",7910 "pallet-indices",7911 "pallet-membership",7912 "pallet-multisig",7913 "pallet-nicks",7914 "pallet-offences",7915 "pallet-offences-benchmarking",7916 "pallet-preimage",7917 "pallet-proxy",7918 "pallet-scheduler",7919 "pallet-session",7920 "pallet-session-benchmarking",7921 "pallet-staking",7922 "pallet-staking-reward-curve",7923 "pallet-timestamp",7924 "pallet-tips",7925 "pallet-transaction-payment",7926 "pallet-transaction-payment-rpc-runtime-api",7927 "pallet-treasury",7928 "pallet-utility",7929 "pallet-vesting",7930 "pallet-xcm",7931 "parity-scale-codec 3.1.5",7932 "polkadot-primitives",7933 "polkadot-runtime-common",7934 "polkadot-runtime-constants",7935 "polkadot-runtime-parachains",7936 "rustc-hex",7937 "scale-info",7938 "serde",7939 "serde_derive",7940 "smallvec",7941 "sp-api",7942 "sp-authority-discovery",7943 "sp-block-builder",7944 "sp-consensus-babe",7945 "sp-core",7946 "sp-inherents",7947 "sp-io",7948 "sp-mmr-primitives",7949 "sp-npos-elections",7950 "sp-offchain",7951 "sp-runtime",7952 "sp-session",7953 "sp-staking",7954 "sp-std",7955 "sp-transaction-pool",7956 "sp-version",7957 "static_assertions",7958 "substrate-wasm-builder",7959 "xcm",7960 "xcm-builder",7961 "xcm-executor",7962]79637964[[package]]7965name = "polkadot-runtime-common"7966version = "0.9.24"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7968dependencies = [7969 "beefy-primitives",7970 "bitvec 1.0.1",7971 "frame-benchmarking",7972 "frame-election-provider-support",7973 "frame-support",7974 "frame-system",7975 "impl-trait-for-tuples",7976 "libsecp256k1",7977 "log",7978 "pallet-authorship",7979 "pallet-babe",7980 "pallet-bags-list",7981 "pallet-balances",7982 "pallet-beefy-mmr",7983 "pallet-election-provider-multi-phase",7984 "pallet-session",7985 "pallet-staking",7986 "pallet-timestamp",7987 "pallet-transaction-payment",7988 "pallet-treasury",7989 "pallet-vesting",7990 "parity-scale-codec 3.1.5",7991 "polkadot-primitives",7992 "polkadot-runtime-parachains",7993 "rustc-hex",7994 "scale-info",7995 "serde",7996 "serde_derive",7997 "slot-range-helper",7998 "sp-api",7999 "sp-core",8000 "sp-inherents",8001 "sp-io",8002 "sp-npos-elections",8003 "sp-runtime",8004 "sp-session",8005 "sp-staking",8006 "sp-std",8007 "static_assertions",8008 "xcm",8009]80108011[[package]]8012name = "polkadot-runtime-constants"8013version = "0.9.24"8014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8015dependencies = [8016 "frame-support",8017 "polkadot-primitives",8018 "polkadot-runtime-common",8019 "smallvec",8020 "sp-runtime",8021]80228023[[package]]8024name = "polkadot-runtime-metrics"8025version = "0.9.24"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8027dependencies = [8028 "bs58",8029 "parity-scale-codec 3.1.5",8030 "polkadot-primitives",8031 "sp-std",8032 "sp-tracing",8033]80348035[[package]]8036name = "polkadot-runtime-parachains"8037version = "0.9.24"8038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8039dependencies = [8040 "bitflags",8041 "bitvec 1.0.1",8042 "derive_more",8043 "frame-benchmarking",8044 "frame-support",8045 "frame-system",8046 "log",8047 "pallet-authority-discovery",8048 "pallet-authorship",8049 "pallet-babe",8050 "pallet-balances",8051 "pallet-session",8052 "pallet-staking",8053 "pallet-timestamp",8054 "pallet-vesting",8055 "parity-scale-codec 3.1.5",8056 "polkadot-primitives",8057 "polkadot-runtime-metrics",8058 "rand 0.8.5",8059 "rand_chacha 0.3.1",8060 "rustc-hex",8061 "scale-info",8062 "serde",8063 "sp-api",8064 "sp-application-crypto",8065 "sp-core",8066 "sp-inherents",8067 "sp-io",8068 "sp-keystore",8069 "sp-runtime",8070 "sp-session",8071 "sp-staking",8072 "sp-std",8073 "static_assertions",8074 "xcm",8075 "xcm-executor",8076]80778078[[package]]8079name = "polkadot-service"8080version = "0.9.24"8081source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8082dependencies = [8083 "async-trait",8084 "beefy-gadget",8085 "beefy-primitives",8086 "frame-system-rpc-runtime-api",8087 "futures 0.3.21",8088 "hex-literal",8089 "kusama-runtime",8090 "kvdb",8091 "kvdb-rocksdb",8092 "lru 0.7.8",8093 "pallet-babe",8094 "pallet-im-online",8095 "pallet-staking",8096 "pallet-transaction-payment-rpc-runtime-api",8097 "parity-db",8098 "polkadot-approval-distribution",8099 "polkadot-availability-bitfield-distribution",8100 "polkadot-availability-distribution",8101 "polkadot-availability-recovery",8102 "polkadot-client",8103 "polkadot-collator-protocol",8104 "polkadot-dispute-distribution",8105 "polkadot-gossip-support",8106 "polkadot-network-bridge",8107 "polkadot-node-collation-generation",8108 "polkadot-node-core-approval-voting",8109 "polkadot-node-core-av-store",8110 "polkadot-node-core-backing",8111 "polkadot-node-core-bitfield-signing",8112 "polkadot-node-core-candidate-validation",8113 "polkadot-node-core-chain-api",8114 "polkadot-node-core-chain-selection",8115 "polkadot-node-core-dispute-coordinator",8116 "polkadot-node-core-parachains-inherent",8117 "polkadot-node-core-provisioner",8118 "polkadot-node-core-pvf-checker",8119 "polkadot-node-core-runtime-api",8120 "polkadot-node-network-protocol",8121 "polkadot-node-primitives",8122 "polkadot-node-subsystem",8123 "polkadot-node-subsystem-types",8124 "polkadot-node-subsystem-util",8125 "polkadot-overseer",8126 "polkadot-parachain",8127 "polkadot-primitives",8128 "polkadot-rpc",8129 "polkadot-runtime",8130 "polkadot-runtime-constants",8131 "polkadot-runtime-parachains",8132 "polkadot-statement-distribution",8133 "rococo-runtime",8134 "sc-authority-discovery",8135 "sc-basic-authorship",8136 "sc-block-builder",8137 "sc-chain-spec",8138 "sc-client-api",8139 "sc-client-db",8140 "sc-consensus",8141 "sc-consensus-babe",8142 "sc-consensus-slots",8143 "sc-consensus-uncles",8144 "sc-executor",8145 "sc-finality-grandpa",8146 "sc-keystore",8147 "sc-network",8148 "sc-offchain",8149 "sc-service",8150 "sc-sync-state-rpc",8151 "sc-sysinfo",8152 "sc-telemetry",8153 "sc-transaction-pool",8154 "serde",8155 "serde_json",8156 "sp-api",8157 "sp-authority-discovery",8158 "sp-block-builder",8159 "sp-blockchain",8160 "sp-consensus",8161 "sp-consensus-babe",8162 "sp-core",8163 "sp-finality-grandpa",8164 "sp-inherents",8165 "sp-io",8166 "sp-keystore",8167 "sp-offchain",8168 "sp-runtime",8169 "sp-session",8170 "sp-state-machine",8171 "sp-storage",8172 "sp-timestamp",8173 "sp-transaction-pool",8174 "sp-trie",8175 "substrate-prometheus-endpoint",8176 "thiserror",8177 "tracing-gum",8178 "westend-runtime",8179]81808181[[package]]8182name = "polkadot-statement-distribution"8183version = "0.9.24"8184source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8185dependencies = [8186 "arrayvec 0.5.2",8187 "fatality",8188 "futures 0.3.21",8189 "indexmap",8190 "parity-scale-codec 3.1.5",8191 "polkadot-node-network-protocol",8192 "polkadot-node-primitives",8193 "polkadot-node-subsystem",8194 "polkadot-node-subsystem-util",8195 "polkadot-primitives",8196 "sp-keystore",8197 "sp-staking",8198 "thiserror",8199 "tracing-gum",8200]82018202[[package]]8203name = "polkadot-statement-table"8204version = "0.9.24"8205source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8206dependencies = [8207 "parity-scale-codec 3.1.5",8208 "polkadot-primitives",8209 "sp-core",8210]82118212[[package]]8213name = "polkadot-test-runtime"8214version = "0.9.24"8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8216dependencies = [8217 "beefy-primitives",8218 "bitvec 1.0.1",8219 "frame-election-provider-support",8220 "frame-executive",8221 "frame-support",8222 "frame-system",8223 "frame-system-rpc-runtime-api",8224 "log",8225 "pallet-authority-discovery",8226 "pallet-authorship",8227 "pallet-babe",8228 "pallet-balances",8229 "pallet-grandpa",8230 "pallet-indices",8231 "pallet-nicks",8232 "pallet-offences",8233 "pallet-session",8234 "pallet-staking",8235 "pallet-staking-reward-curve",8236 "pallet-sudo",8237 "pallet-timestamp",8238 "pallet-transaction-payment",8239 "pallet-transaction-payment-rpc-runtime-api",8240 "pallet-vesting",8241 "pallet-xcm",8242 "parity-scale-codec 3.1.5",8243 "polkadot-parachain",8244 "polkadot-primitives",8245 "polkadot-runtime-common",8246 "polkadot-runtime-parachains",8247 "rustc-hex",8248 "scale-info",8249 "serde",8250 "serde_derive",8251 "smallvec",8252 "sp-api",8253 "sp-authority-discovery",8254 "sp-block-builder",8255 "sp-consensus-babe",8256 "sp-core",8257 "sp-inherents",8258 "sp-io",8259 "sp-mmr-primitives",8260 "sp-offchain",8261 "sp-runtime",8262 "sp-session",8263 "sp-staking",8264 "sp-std",8265 "sp-transaction-pool",8266 "sp-version",8267 "substrate-wasm-builder",8268 "test-runtime-constants",8269 "xcm",8270 "xcm-builder",8271 "xcm-executor",8272]82738274[[package]]8275name = "polkadot-test-service"8276version = "0.9.24"8277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8278dependencies = [8279 "frame-benchmarking",8280 "frame-system",8281 "futures 0.1.31",8282 "futures 0.3.21",8283 "hex",8284 "pallet-balances",8285 "pallet-staking",8286 "pallet-transaction-payment",8287 "polkadot-node-primitives",8288 "polkadot-node-subsystem",8289 "polkadot-overseer",8290 "polkadot-parachain",8291 "polkadot-primitives",8292 "polkadot-rpc",8293 "polkadot-runtime-common",8294 "polkadot-runtime-parachains",8295 "polkadot-service",8296 "polkadot-test-runtime",8297 "rand 0.8.5",8298 "sc-authority-discovery",8299 "sc-chain-spec",8300 "sc-cli",8301 "sc-client-api",8302 "sc-consensus",8303 "sc-consensus-babe",8304 "sc-executor",8305 "sc-finality-grandpa",8306 "sc-network",8307 "sc-service",8308 "sc-tracing",8309 "sc-transaction-pool",8310 "sp-arithmetic",8311 "sp-authority-discovery",8312 "sp-blockchain",8313 "sp-consensus",8314 "sp-consensus-babe",8315 "sp-core",8316 "sp-finality-grandpa",8317 "sp-inherents",8318 "sp-keyring",8319 "sp-runtime",8320 "sp-state-machine",8321 "substrate-test-client",8322 "tempfile",8323 "test-runtime-constants",8324 "tokio 1.20.1",8325 "tracing-gum",8326]83278328[[package]]8329name = "polling"8330version = "2.2.0"8331source = "registry+https://github.com/rust-lang/crates.io-index"8332checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8333dependencies = [8334 "cfg-if 1.0.0",8335 "libc",8336 "log",8337 "wepoll-ffi",8338 "winapi",8339]83408341[[package]]8342name = "poly1305"8343version = "0.7.2"8344source = "registry+https://github.com/rust-lang/crates.io-index"8345checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8346dependencies = [8347 "cpufeatures",8348 "opaque-debug 0.3.0",8349 "universal-hash",8350]83518352[[package]]8353name = "polyval"8354version = "0.5.3"8355source = "registry+https://github.com/rust-lang/crates.io-index"8356checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8357dependencies = [8358 "cfg-if 1.0.0",8359 "cpufeatures",8360 "opaque-debug 0.3.0",8361 "universal-hash",8362]83638364[[package]]8365name = "ppv-lite86"8366version = "0.2.16"8367source = "registry+https://github.com/rust-lang/crates.io-index"8368checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83698370[[package]]8371name = "primitive-types"8372version = "0.11.1"8373source = "registry+https://github.com/rust-lang/crates.io-index"8374checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8375dependencies = [8376 "fixed-hash",8377 "impl-codec",8378 "impl-rlp",8379 "impl-serde",8380 "scale-info",8381 "uint",8382]83838384[[package]]8385name = "prioritized-metered-channel"8386version = "0.2.0"8387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8388dependencies = [8389 "coarsetime",8390 "crossbeam-queue",8391 "derive_more",8392 "futures 0.3.21",8393 "futures-timer",8394 "nanorand",8395 "thiserror",8396 "tracing",8397]83988399[[package]]8400name = "proc-macro-crate"8401version = "1.1.3"8402source = "registry+https://github.com/rust-lang/crates.io-index"8403checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8404dependencies = [8405 "thiserror",8406 "toml",8407]84088409[[package]]8410name = "proc-macro-error"8411version = "1.0.4"8412source = "registry+https://github.com/rust-lang/crates.io-index"8413checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8414dependencies = [8415 "proc-macro-error-attr",8416 "proc-macro2",8417 "quote",8418 "syn",8419 "version_check",8420]84218422[[package]]8423name = "proc-macro-error-attr"8424version = "1.0.4"8425source = "registry+https://github.com/rust-lang/crates.io-index"8426checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8427dependencies = [8428 "proc-macro2",8429 "quote",8430 "version_check",8431]84328433[[package]]8434name = "proc-macro2"8435version = "1.0.42"8436source = "registry+https://github.com/rust-lang/crates.io-index"8437checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"8438dependencies = [8439 "unicode-ident",8440]84418442[[package]]8443name = "prometheus"8444version = "0.13.1"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8447dependencies = [8448 "cfg-if 1.0.0",8449 "fnv",8450 "lazy_static",8451 "memchr",8452 "parking_lot 0.12.1",8453 "thiserror",8454]84558456[[package]]8457name = "prometheus-client"8458version = "0.16.0"8459source = "registry+https://github.com/rust-lang/crates.io-index"8460checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8461dependencies = [8462 "dtoa",8463 "itoa 1.0.2",8464 "owning_ref",8465 "prometheus-client-derive-text-encode",8466]84678468[[package]]8469name = "prometheus-client-derive-text-encode"8470version = "0.2.0"8471source = "registry+https://github.com/rust-lang/crates.io-index"8472checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8473dependencies = [8474 "proc-macro2",8475 "quote",8476 "syn",8477]84788479[[package]]8480name = "prost"8481version = "0.9.0"8482source = "registry+https://github.com/rust-lang/crates.io-index"8483checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8484dependencies = [8485 "bytes 1.2.0",8486 "prost-derive 0.9.0",8487]84888489[[package]]8490name = "prost"8491version = "0.10.4"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8494dependencies = [8495 "bytes 1.2.0",8496 "prost-derive 0.10.1",8497]84988499[[package]]8500name = "prost-build"8501version = "0.9.0"8502source = "registry+https://github.com/rust-lang/crates.io-index"8503checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8504dependencies = [8505 "bytes 1.2.0",8506 "heck 0.3.3",8507 "itertools",8508 "lazy_static",8509 "log",8510 "multimap",8511 "petgraph",8512 "prost 0.9.0",8513 "prost-types 0.9.0",8514 "regex",8515 "tempfile",8516 "which",8517]85188519[[package]]8520name = "prost-build"8521version = "0.10.4"8522source = "registry+https://github.com/rust-lang/crates.io-index"8523checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8524dependencies = [8525 "bytes 1.2.0",8526 "cfg-if 1.0.0",8527 "cmake",8528 "heck 0.4.0",8529 "itertools",8530 "lazy_static",8531 "log",8532 "multimap",8533 "petgraph",8534 "prost 0.10.4",8535 "prost-types 0.10.1",8536 "regex",8537 "tempfile",8538 "which",8539]85408541[[package]]8542name = "prost-codec"8543version = "0.1.0"8544source = "registry+https://github.com/rust-lang/crates.io-index"8545checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8546dependencies = [8547 "asynchronous-codec",8548 "bytes 1.2.0",8549 "prost 0.10.4",8550 "thiserror",8551 "unsigned-varint",8552]85538554[[package]]8555name = "prost-derive"8556version = "0.9.0"8557source = "registry+https://github.com/rust-lang/crates.io-index"8558checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8559dependencies = [8560 "anyhow",8561 "itertools",8562 "proc-macro2",8563 "quote",8564 "syn",8565]85668567[[package]]8568name = "prost-derive"8569version = "0.10.1"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8572dependencies = [8573 "anyhow",8574 "itertools",8575 "proc-macro2",8576 "quote",8577 "syn",8578]85798580[[package]]8581name = "prost-types"8582version = "0.9.0"8583source = "registry+https://github.com/rust-lang/crates.io-index"8584checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8585dependencies = [8586 "bytes 1.2.0",8587 "prost 0.9.0",8588]85898590[[package]]8591name = "prost-types"8592version = "0.10.1"8593source = "registry+https://github.com/rust-lang/crates.io-index"8594checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8595dependencies = [8596 "bytes 1.2.0",8597 "prost 0.10.4",8598]85998600[[package]]8601name = "psm"8602version = "0.1.20"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "f446d0a6efba22928558c4fb4ce0b3fd6c89b0061343e390bf01a703742b8125"8605dependencies = [8606 "cc",8607]86088609[[package]]8610name = "quartz-runtime"8611version = "0.9.24"8612dependencies = [8613 "common-types",8614 "cumulus-pallet-aura-ext",8615 "cumulus-pallet-dmp-queue",8616 "cumulus-pallet-parachain-system",8617 "cumulus-pallet-xcm",8618 "cumulus-pallet-xcmp-queue",8619 "cumulus-primitives-core",8620 "cumulus-primitives-timestamp",8621 "cumulus-primitives-utility",8622 "derivative",8623 "evm-coder",8624 "fp-evm-mapping",8625 "fp-rpc",8626 "fp-self-contained",8627 "frame-benchmarking",8628 "frame-executive",8629 "frame-support",8630 "frame-system",8631 "frame-system-benchmarking",8632 "frame-system-rpc-runtime-api",8633 "frame-try-runtime",8634 "hex-literal",8635 "log",8636 "orml-vesting",8637 "pallet-aura",8638 "pallet-balances",8639 "pallet-base-fee",8640 "pallet-common",8641 "pallet-ethereum",8642 "pallet-evm",8643 "pallet-evm-coder-substrate",8644 "pallet-evm-contract-helpers",8645 "pallet-evm-migration",8646 "pallet-evm-transaction-payment",8647 "pallet-fungible",8648 "pallet-inflation",8649 "pallet-nonfungible",8650 "pallet-randomness-collective-flip",8651 "pallet-refungible",8652 "pallet-rmrk-core",8653 "pallet-rmrk-equip",8654 "pallet-structure",8655 "pallet-sudo",8656 "pallet-template-transaction-payment",8657 "pallet-timestamp",8658 "pallet-transaction-payment",8659 "pallet-transaction-payment-rpc-runtime-api",8660 "pallet-treasury",8661 "pallet-unique",8662 "pallet-unique-scheduler",8663 "pallet-xcm",8664 "parachain-info",8665 "parity-scale-codec 3.1.5",8666 "polkadot-parachain",8667 "rmrk-rpc",8668 "scale-info",8669 "serde",8670 "smallvec",8671 "sp-api",8672 "sp-arithmetic",8673 "sp-block-builder",8674 "sp-consensus-aura",8675 "sp-core",8676 "sp-inherents",8677 "sp-io",8678 "sp-offchain",8679 "sp-runtime",8680 "sp-session",8681 "sp-std",8682 "sp-transaction-pool",8683 "sp-version",8684 "substrate-wasm-builder",8685 "up-data-structs",8686 "up-rpc",8687 "up-sponsorship",8688 "xcm",8689 "xcm-builder",8690 "xcm-executor",8691]86928693[[package]]8694name = "quick-error"8695version = "1.2.3"8696source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86988699[[package]]8700name = "quicksink"8701version = "0.1.2"8702source = "registry+https://github.com/rust-lang/crates.io-index"8703checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8704dependencies = [8705 "futures-core",8706 "futures-sink",8707 "pin-project-lite 0.1.12",8708]87098710[[package]]8711name = "quote"8712version = "1.0.20"8713source = "registry+https://github.com/rust-lang/crates.io-index"8714checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8715dependencies = [8716 "proc-macro2",8717]87188719[[package]]8720name = "radium"8721version = "0.6.2"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87248725[[package]]8726name = "radium"8727version = "0.7.0"8728source = "registry+https://github.com/rust-lang/crates.io-index"8729checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87308731[[package]]8732name = "rand"8733version = "0.7.3"8734source = "registry+https://github.com/rust-lang/crates.io-index"8735checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8736dependencies = [8737 "getrandom 0.1.16",8738 "libc",8739 "rand_chacha 0.2.2",8740 "rand_core 0.5.1",8741 "rand_hc",8742 "rand_pcg 0.2.1",8743]87448745[[package]]8746name = "rand"8747version = "0.8.5"8748source = "registry+https://github.com/rust-lang/crates.io-index"8749checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8750dependencies = [8751 "libc",8752 "rand_chacha 0.3.1",8753 "rand_core 0.6.3",8754]87558756[[package]]8757name = "rand_chacha"8758version = "0.2.2"8759source = "registry+https://github.com/rust-lang/crates.io-index"8760checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8761dependencies = [8762 "ppv-lite86",8763 "rand_core 0.5.1",8764]87658766[[package]]8767name = "rand_chacha"8768version = "0.3.1"8769source = "registry+https://github.com/rust-lang/crates.io-index"8770checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8771dependencies = [8772 "ppv-lite86",8773 "rand_core 0.6.3",8774]87758776[[package]]8777name = "rand_core"8778version = "0.5.1"8779source = "registry+https://github.com/rust-lang/crates.io-index"8780checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8781dependencies = [8782 "getrandom 0.1.16",8783]87848785[[package]]8786name = "rand_core"8787version = "0.6.3"8788source = "registry+https://github.com/rust-lang/crates.io-index"8789checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8790dependencies = [8791 "getrandom 0.2.7",8792]87938794[[package]]8795name = "rand_distr"8796version = "0.4.3"8797source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8799dependencies = [8800 "num-traits",8801 "rand 0.8.5",8802]88038804[[package]]8805name = "rand_hc"8806version = "0.2.0"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8809dependencies = [8810 "rand_core 0.5.1",8811]88128813[[package]]8814name = "rand_pcg"8815version = "0.2.1"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8818dependencies = [8819 "rand_core 0.5.1",8820]88218822[[package]]8823name = "rand_pcg"8824version = "0.3.1"8825source = "registry+https://github.com/rust-lang/crates.io-index"8826checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8827dependencies = [8828 "rand_core 0.6.3",8829]88308831[[package]]8832name = "rawpointer"8833version = "0.2.1"8834source = "registry+https://github.com/rust-lang/crates.io-index"8835checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88368837[[package]]8838name = "rayon"8839version = "1.5.3"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8842dependencies = [8843 "autocfg",8844 "crossbeam-deque",8845 "either",8846 "rayon-core",8847]88488849[[package]]8850name = "rayon-core"8851version = "1.9.3"8852source = "registry+https://github.com/rust-lang/crates.io-index"8853checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8854dependencies = [8855 "crossbeam-channel",8856 "crossbeam-deque",8857 "crossbeam-utils",8858 "num_cpus",8859]88608861[[package]]8862name = "redox_syscall"8863version = "0.2.15"8864source = "registry+https://github.com/rust-lang/crates.io-index"8865checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"8866dependencies = [8867 "bitflags",8868]88698870[[package]]8871name = "redox_users"8872version = "0.4.3"8873source = "registry+https://github.com/rust-lang/crates.io-index"8874checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8875dependencies = [8876 "getrandom 0.2.7",8877 "redox_syscall",8878 "thiserror",8879]88808881[[package]]8882name = "reed-solomon-novelpoly"8883version = "1.0.0"8884source = "registry+https://github.com/rust-lang/crates.io-index"8885checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8886dependencies = [8887 "derive_more",8888 "fs-err",8889 "itertools",8890 "static_init",8891 "thiserror",8892]88938894[[package]]8895name = "ref-cast"8896version = "1.0.8"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "776c8940430cf563f66a93f9111d1cd39306dc6c68149ecc6b934742a44a828a"8899dependencies = [8900 "ref-cast-impl",8901]89028903[[package]]8904name = "ref-cast-impl"8905version = "1.0.8"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "5f26c4704460286103bff62ea1fb78d137febc86aaf76952e6c5a2249af01f54"8908dependencies = [8909 "proc-macro2",8910 "quote",8911 "syn",8912]89138914[[package]]8915name = "regalloc"8916version = "0.0.34"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8919dependencies = [8920 "log",8921 "rustc-hash",8922 "smallvec",8923]89248925[[package]]8926name = "regex"8927version = "1.6.0"8928source = "registry+https://github.com/rust-lang/crates.io-index"8929checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"8930dependencies = [8931 "aho-corasick",8932 "memchr",8933 "regex-syntax",8934]89358936[[package]]8937name = "regex-automata"8938version = "0.1.10"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8941dependencies = [8942 "regex-syntax",8943]89448945[[package]]8946name = "regex-syntax"8947version = "0.6.27"8948source = "registry+https://github.com/rust-lang/crates.io-index"8949checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"89508951[[package]]8952name = "region"8953version = "2.2.0"8954source = "registry+https://github.com/rust-lang/crates.io-index"8955checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8956dependencies = [8957 "bitflags",8958 "libc",8959 "mach",8960 "winapi",8961]89628963[[package]]8964name = "remote-externalities"8965version = "0.10.0-dev"8966source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"8967dependencies = [8968 "env_logger",8969 "jsonrpsee",8970 "log",8971 "parity-scale-codec 3.1.5",8972 "serde",8973 "serde_json",8974 "sp-core",8975 "sp-io",8976 "sp-runtime",8977 "sp-version",8978]89798980[[package]]8981name = "remove_dir_all"8982version = "0.5.3"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8985dependencies = [8986 "winapi",8987]89888989[[package]]8990name = "resolv-conf"8991version = "0.7.0"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8994dependencies = [8995 "hostname",8996 "quick-error",8997]89988999[[package]]9000name = "retain_mut"9001version = "0.1.9"9002source = "registry+https://github.com/rust-lang/crates.io-index"9003checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"90049005[[package]]9006name = "rfc6979"9007version = "0.1.0"9008source = "registry+https://github.com/rust-lang/crates.io-index"9009checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9010dependencies = [9011 "crypto-bigint",9012 "hmac 0.11.0",9013 "zeroize",9014]90159016[[package]]9017name = "ring"9018version = "0.16.20"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9021dependencies = [9022 "cc",9023 "libc",9024 "once_cell",9025 "spin",9026 "untrusted",9027 "web-sys",9028 "winapi",9029]90309031[[package]]9032name = "rlp"9033version = "0.5.1"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9036dependencies = [9037 "bytes 1.2.0",9038 "rustc-hex",9039]90409041[[package]]9042name = "rlp-derive"9043version = "0.1.0"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9046dependencies = [9047 "proc-macro2",9048 "quote",9049 "syn",9050]90519052[[package]]9053name = "rmrk-rpc"9054version = "0.0.1"9055dependencies = [9056 "parity-scale-codec 2.3.1",9057 "rmrk-traits",9058 "serde",9059 "sp-api",9060 "sp-core",9061 "sp-runtime",9062 "sp-std",9063]90649065[[package]]9066name = "rmrk-traits"9067version = "0.1.0"9068dependencies = [9069 "parity-scale-codec 3.1.5",9070 "scale-info",9071 "serde",9072]90739074[[package]]9075name = "rocksdb"9076version = "0.18.0"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9079dependencies = [9080 "libc",9081 "librocksdb-sys",9082]90839084[[package]]9085name = "rococo-runtime"9086version = "0.9.24"9087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9088dependencies = [9089 "beefy-merkle-tree",9090 "beefy-primitives",9091 "bp-messages",9092 "bp-rococo",9093 "bp-runtime",9094 "bp-wococo",9095 "bridge-runtime-common",9096 "frame-benchmarking",9097 "frame-executive",9098 "frame-support",9099 "frame-system",9100 "frame-system-benchmarking",9101 "frame-system-rpc-runtime-api",9102 "hex-literal",9103 "log",9104 "pallet-authority-discovery",9105 "pallet-authorship",9106 "pallet-babe",9107 "pallet-balances",9108 "pallet-beefy",9109 "pallet-beefy-mmr",9110 "pallet-bridge-dispatch",9111 "pallet-bridge-grandpa",9112 "pallet-bridge-messages",9113 "pallet-collective",9114 "pallet-grandpa",9115 "pallet-im-online",9116 "pallet-indices",9117 "pallet-membership",9118 "pallet-mmr",9119 "pallet-multisig",9120 "pallet-offences",9121 "pallet-proxy",9122 "pallet-session",9123 "pallet-staking",9124 "pallet-sudo",9125 "pallet-timestamp",9126 "pallet-transaction-payment",9127 "pallet-transaction-payment-rpc-runtime-api",9128 "pallet-utility",9129 "pallet-xcm",9130 "parity-scale-codec 3.1.5",9131 "polkadot-parachain",9132 "polkadot-primitives",9133 "polkadot-runtime-common",9134 "polkadot-runtime-parachains",9135 "rococo-runtime-constants",9136 "scale-info",9137 "serde",9138 "serde_derive",9139 "smallvec",9140 "sp-api",9141 "sp-authority-discovery",9142 "sp-block-builder",9143 "sp-consensus-babe",9144 "sp-core",9145 "sp-inherents",9146 "sp-io",9147 "sp-mmr-primitives",9148 "sp-offchain",9149 "sp-runtime",9150 "sp-session",9151 "sp-staking",9152 "sp-std",9153 "sp-transaction-pool",9154 "sp-version",9155 "substrate-wasm-builder",9156 "xcm",9157 "xcm-builder",9158 "xcm-executor",9159]91609161[[package]]9162name = "rococo-runtime-constants"9163version = "0.9.24"9164source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9165dependencies = [9166 "frame-support",9167 "polkadot-primitives",9168 "polkadot-runtime-common",9169 "smallvec",9170 "sp-runtime",9171]91729173[[package]]9174name = "rpassword"9175version = "5.0.1"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9178dependencies = [9179 "libc",9180 "winapi",9181]91829183[[package]]9184name = "rtnetlink"9185version = "0.10.1"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9188dependencies = [9189 "async-global-executor",9190 "futures 0.3.21",9191 "log",9192 "netlink-packet-route",9193 "netlink-proto",9194 "nix",9195 "thiserror",9196]91979198[[package]]9199name = "rustc-demangle"9200version = "0.1.21"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92039204[[package]]9205name = "rustc-hash"9206version = "1.1.0"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92099210[[package]]9211name = "rustc-hex"9212version = "2.1.0"9213source = "registry+https://github.com/rust-lang/crates.io-index"9214checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92159216[[package]]9217name = "rustc_version"9218version = "0.2.3"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9221dependencies = [9222 "semver 0.9.0",9223]92249225[[package]]9226name = "rustc_version"9227version = "0.4.0"9228source = "registry+https://github.com/rust-lang/crates.io-index"9229checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9230dependencies = [9231 "semver 1.0.12",9232]92339234[[package]]9235name = "rustix"9236version = "0.33.7"9237source = "registry+https://github.com/rust-lang/crates.io-index"9238checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9239dependencies = [9240 "bitflags",9241 "errno",9242 "io-lifetimes",9243 "libc",9244 "linux-raw-sys",9245 "winapi",9246]92479248[[package]]9249name = "rustls"9250version = "0.20.6"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9253dependencies = [9254 "log",9255 "ring",9256 "sct",9257 "webpki",9258]92599260[[package]]9261name = "rustls-native-certs"9262version = "0.6.2"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9265dependencies = [9266 "openssl-probe",9267 "rustls-pemfile",9268 "schannel",9269 "security-framework",9270]92719272[[package]]9273name = "rustls-pemfile"9274version = "1.0.0"9275source = "registry+https://github.com/rust-lang/crates.io-index"9276checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9277dependencies = [9278 "base64",9279]92809281[[package]]9282name = "rustversion"9283version = "1.0.8"9284source = "registry+https://github.com/rust-lang/crates.io-index"9285checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"92869287[[package]]9288name = "rw-stream-sink"9289version = "0.2.1"9290source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9292dependencies = [9293 "futures 0.3.21",9294 "pin-project 0.4.30",9295 "static_assertions",9296]92979298[[package]]9299name = "rw-stream-sink"9300version = "0.3.0"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9303dependencies = [9304 "futures 0.3.21",9305 "pin-project 1.0.11",9306 "static_assertions",9307]93089309[[package]]9310name = "ryu"9311version = "1.0.10"9312source = "registry+https://github.com/rust-lang/crates.io-index"9313checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"93149315[[package]]9316name = "safe-mix"9317version = "1.0.1"9318source = "registry+https://github.com/rust-lang/crates.io-index"9319checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9320dependencies = [9321 "rustc_version 0.2.3",9322]93239324[[package]]9325name = "salsa20"9326version = "0.9.0"9327source = "registry+https://github.com/rust-lang/crates.io-index"9328checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9329dependencies = [9330 "cipher",9331]93329333[[package]]9334name = "same-file"9335version = "1.0.6"9336source = "registry+https://github.com/rust-lang/crates.io-index"9337checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9338dependencies = [9339 "winapi-util",9340]93419342[[package]]9343name = "sc-allocator"9344version = "4.1.0-dev"9345source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9346dependencies = [9347 "log",9348 "sp-core",9349 "sp-wasm-interface",9350 "thiserror",9351]93529353[[package]]9354name = "sc-authority-discovery"9355version = "0.10.0-dev"9356source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9357dependencies = [9358 "async-trait",9359 "futures 0.3.21",9360 "futures-timer",9361 "ip_network",9362 "libp2p",9363 "log",9364 "parity-scale-codec 3.1.5",9365 "prost 0.10.4",9366 "prost-build 0.9.0",9367 "rand 0.7.3",9368 "sc-client-api",9369 "sc-network",9370 "sp-api",9371 "sp-authority-discovery",9372 "sp-blockchain",9373 "sp-core",9374 "sp-keystore",9375 "sp-runtime",9376 "substrate-prometheus-endpoint",9377 "thiserror",9378]93799380[[package]]9381name = "sc-basic-authorship"9382version = "0.10.0-dev"9383source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9384dependencies = [9385 "futures 0.3.21",9386 "futures-timer",9387 "log",9388 "parity-scale-codec 3.1.5",9389 "sc-block-builder",9390 "sc-client-api",9391 "sc-proposer-metrics",9392 "sc-telemetry",9393 "sc-transaction-pool-api",9394 "sp-api",9395 "sp-blockchain",9396 "sp-consensus",9397 "sp-core",9398 "sp-inherents",9399 "sp-runtime",9400 "substrate-prometheus-endpoint",9401]94029403[[package]]9404name = "sc-block-builder"9405version = "0.10.0-dev"9406source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9407dependencies = [9408 "parity-scale-codec 3.1.5",9409 "sc-client-api",9410 "sp-api",9411 "sp-block-builder",9412 "sp-blockchain",9413 "sp-core",9414 "sp-inherents",9415 "sp-runtime",9416 "sp-state-machine",9417]94189419[[package]]9420name = "sc-chain-spec"9421version = "4.0.0-dev"9422source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9423dependencies = [9424 "impl-trait-for-tuples",9425 "memmap2 0.5.5",9426 "parity-scale-codec 3.1.5",9427 "sc-chain-spec-derive",9428 "sc-network",9429 "sc-telemetry",9430 "serde",9431 "serde_json",9432 "sp-core",9433 "sp-runtime",9434]94359436[[package]]9437name = "sc-chain-spec-derive"9438version = "4.0.0-dev"9439source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9440dependencies = [9441 "proc-macro-crate",9442 "proc-macro2",9443 "quote",9444 "syn",9445]94469447[[package]]9448name = "sc-cli"9449version = "0.10.0-dev"9450source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9451dependencies = [9452 "chrono",9453 "clap",9454 "fdlimit",9455 "futures 0.3.21",9456 "hex",9457 "libp2p",9458 "log",9459 "names",9460 "parity-scale-codec 3.1.5",9461 "rand 0.7.3",9462 "regex",9463 "rpassword",9464 "sc-client-api",9465 "sc-client-db",9466 "sc-keystore",9467 "sc-network",9468 "sc-service",9469 "sc-telemetry",9470 "sc-tracing",9471 "sc-utils",9472 "serde",9473 "serde_json",9474 "sp-blockchain",9475 "sp-core",9476 "sp-keyring",9477 "sp-keystore",9478 "sp-panic-handler",9479 "sp-runtime",9480 "sp-version",9481 "thiserror",9482 "tiny-bip39",9483 "tokio 1.20.1",9484]94859486[[package]]9487name = "sc-client-api"9488version = "4.0.0-dev"9489source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9490dependencies = [9491 "fnv",9492 "futures 0.3.21",9493 "hash-db",9494 "log",9495 "parity-scale-codec 3.1.5",9496 "parking_lot 0.12.1",9497 "sc-executor",9498 "sc-transaction-pool-api",9499 "sc-utils",9500 "sp-api",9501 "sp-blockchain",9502 "sp-consensus",9503 "sp-core",9504 "sp-database",9505 "sp-externalities",9506 "sp-keystore",9507 "sp-runtime",9508 "sp-state-machine",9509 "sp-storage",9510 "sp-trie",9511 "substrate-prometheus-endpoint",9512]95139514[[package]]9515name = "sc-client-db"9516version = "0.10.0-dev"9517source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9518dependencies = [9519 "hash-db",9520 "kvdb",9521 "kvdb-memorydb",9522 "kvdb-rocksdb",9523 "linked-hash-map",9524 "log",9525 "parity-db",9526 "parity-scale-codec 3.1.5",9527 "parking_lot 0.12.1",9528 "sc-client-api",9529 "sc-state-db",9530 "sp-arithmetic",9531 "sp-blockchain",9532 "sp-core",9533 "sp-database",9534 "sp-runtime",9535 "sp-state-machine",9536 "sp-trie",9537]95389539[[package]]9540name = "sc-consensus"9541version = "0.10.0-dev"9542source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9543dependencies = [9544 "async-trait",9545 "futures 0.3.21",9546 "futures-timer",9547 "libp2p",9548 "log",9549 "parking_lot 0.12.1",9550 "sc-client-api",9551 "sc-utils",9552 "serde",9553 "sp-api",9554 "sp-blockchain",9555 "sp-consensus",9556 "sp-core",9557 "sp-runtime",9558 "sp-state-machine",9559 "substrate-prometheus-endpoint",9560 "thiserror",9561]95629563[[package]]9564name = "sc-consensus-aura"9565version = "0.10.0-dev"9566source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9567dependencies = [9568 "async-trait",9569 "futures 0.3.21",9570 "log",9571 "parity-scale-codec 3.1.5",9572 "sc-block-builder",9573 "sc-client-api",9574 "sc-consensus",9575 "sc-consensus-slots",9576 "sc-telemetry",9577 "sp-api",9578 "sp-application-crypto",9579 "sp-block-builder",9580 "sp-blockchain",9581 "sp-consensus",9582 "sp-consensus-aura",9583 "sp-consensus-slots",9584 "sp-core",9585 "sp-inherents",9586 "sp-keystore",9587 "sp-runtime",9588 "substrate-prometheus-endpoint",9589 "thiserror",9590]95919592[[package]]9593name = "sc-consensus-babe"9594version = "0.10.0-dev"9595source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9596dependencies = [9597 "async-trait",9598 "fork-tree",9599 "futures 0.3.21",9600 "log",9601 "merlin",9602 "num-bigint",9603 "num-rational 0.2.4",9604 "num-traits",9605 "parity-scale-codec 3.1.5",9606 "parking_lot 0.12.1",9607 "rand 0.7.3",9608 "retain_mut",9609 "sc-client-api",9610 "sc-consensus",9611 "sc-consensus-epochs",9612 "sc-consensus-slots",9613 "sc-keystore",9614 "sc-telemetry",9615 "schnorrkel",9616 "serde",9617 "sp-api",9618 "sp-application-crypto",9619 "sp-block-builder",9620 "sp-blockchain",9621 "sp-consensus",9622 "sp-consensus-babe",9623 "sp-consensus-slots",9624 "sp-consensus-vrf",9625 "sp-core",9626 "sp-inherents",9627 "sp-io",9628 "sp-keystore",9629 "sp-runtime",9630 "sp-version",9631 "substrate-prometheus-endpoint",9632 "thiserror",9633]96349635[[package]]9636name = "sc-consensus-babe-rpc"9637version = "0.10.0-dev"9638source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9639dependencies = [9640 "futures 0.3.21",9641 "jsonrpsee",9642 "sc-consensus-babe",9643 "sc-consensus-epochs",9644 "sc-rpc-api",9645 "serde",9646 "sp-api",9647 "sp-application-crypto",9648 "sp-blockchain",9649 "sp-consensus",9650 "sp-consensus-babe",9651 "sp-core",9652 "sp-keystore",9653 "sp-runtime",9654 "thiserror",9655]96569657[[package]]9658name = "sc-consensus-epochs"9659version = "0.10.0-dev"9660source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9661dependencies = [9662 "fork-tree",9663 "parity-scale-codec 3.1.5",9664 "sc-client-api",9665 "sc-consensus",9666 "sp-blockchain",9667 "sp-runtime",9668]96699670[[package]]9671name = "sc-consensus-manual-seal"9672version = "0.10.0-dev"9673source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9674dependencies = [9675 "assert_matches",9676 "async-trait",9677 "futures 0.3.21",9678 "jsonrpsee",9679 "log",9680 "parity-scale-codec 3.1.5",9681 "sc-client-api",9682 "sc-consensus",9683 "sc-consensus-aura",9684 "sc-consensus-babe",9685 "sc-consensus-epochs",9686 "sc-transaction-pool",9687 "sc-transaction-pool-api",9688 "serde",9689 "sp-api",9690 "sp-blockchain",9691 "sp-consensus",9692 "sp-consensus-aura",9693 "sp-consensus-babe",9694 "sp-consensus-slots",9695 "sp-core",9696 "sp-inherents",9697 "sp-keystore",9698 "sp-runtime",9699 "sp-timestamp",9700 "substrate-prometheus-endpoint",9701 "thiserror",9702]97039704[[package]]9705name = "sc-consensus-slots"9706version = "0.10.0-dev"9707source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9708dependencies = [9709 "async-trait",9710 "futures 0.3.21",9711 "futures-timer",9712 "log",9713 "parity-scale-codec 3.1.5",9714 "sc-client-api",9715 "sc-consensus",9716 "sc-telemetry",9717 "sp-arithmetic",9718 "sp-blockchain",9719 "sp-consensus",9720 "sp-consensus-slots",9721 "sp-core",9722 "sp-inherents",9723 "sp-runtime",9724 "sp-state-machine",9725 "sp-timestamp",9726 "thiserror",9727]97289729[[package]]9730name = "sc-consensus-uncles"9731version = "0.10.0-dev"9732source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9733dependencies = [9734 "sc-client-api",9735 "sp-authorship",9736 "sp-runtime",9737 "thiserror",9738]97399740[[package]]9741name = "sc-executor"9742version = "0.10.0-dev"9743source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9744dependencies = [9745 "lazy_static",9746 "lru 0.7.8",9747 "parity-scale-codec 3.1.5",9748 "parking_lot 0.12.1",9749 "sc-executor-common",9750 "sc-executor-wasmi",9751 "sc-executor-wasmtime",9752 "sp-api",9753 "sp-core",9754 "sp-core-hashing-proc-macro",9755 "sp-externalities",9756 "sp-io",9757 "sp-panic-handler",9758 "sp-runtime-interface",9759 "sp-tasks",9760 "sp-trie",9761 "sp-version",9762 "sp-wasm-interface",9763 "tracing",9764 "wasmi",9765]97669767[[package]]9768name = "sc-executor-common"9769version = "0.10.0-dev"9770source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9771dependencies = [9772 "environmental",9773 "parity-scale-codec 3.1.5",9774 "sc-allocator",9775 "sp-maybe-compressed-blob",9776 "sp-sandbox",9777 "sp-serializer",9778 "sp-wasm-interface",9779 "thiserror",9780 "wasm-instrument",9781 "wasmi",9782]97839784[[package]]9785name = "sc-executor-wasmi"9786version = "0.10.0-dev"9787source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9788dependencies = [9789 "log",9790 "parity-scale-codec 3.1.5",9791 "sc-allocator",9792 "sc-executor-common",9793 "sp-runtime-interface",9794 "sp-sandbox",9795 "sp-wasm-interface",9796 "wasmi",9797]97989799[[package]]9800name = "sc-executor-wasmtime"9801version = "0.10.0-dev"9802source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9803dependencies = [9804 "cfg-if 1.0.0",9805 "libc",9806 "log",9807 "parity-scale-codec 3.1.5",9808 "parity-wasm 0.42.2",9809 "sc-allocator",9810 "sc-executor-common",9811 "sp-runtime-interface",9812 "sp-sandbox",9813 "sp-wasm-interface",9814 "wasmtime",9815]98169817[[package]]9818name = "sc-finality-grandpa"9819version = "0.10.0-dev"9820source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9821dependencies = [9822 "ahash",9823 "async-trait",9824 "dyn-clone",9825 "finality-grandpa",9826 "fork-tree",9827 "futures 0.3.21",9828 "futures-timer",9829 "hex",9830 "log",9831 "parity-scale-codec 3.1.5",9832 "parking_lot 0.12.1",9833 "rand 0.8.5",9834 "sc-block-builder",9835 "sc-chain-spec",9836 "sc-client-api",9837 "sc-consensus",9838 "sc-keystore",9839 "sc-network",9840 "sc-network-gossip",9841 "sc-telemetry",9842 "sc-utils",9843 "serde_json",9844 "sp-api",9845 "sp-application-crypto",9846 "sp-arithmetic",9847 "sp-blockchain",9848 "sp-consensus",9849 "sp-core",9850 "sp-finality-grandpa",9851 "sp-keystore",9852 "sp-runtime",9853 "substrate-prometheus-endpoint",9854 "thiserror",9855]98569857[[package]]9858name = "sc-finality-grandpa-rpc"9859version = "0.10.0-dev"9860source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9861dependencies = [9862 "finality-grandpa",9863 "futures 0.3.21",9864 "jsonrpsee",9865 "log",9866 "parity-scale-codec 3.1.5",9867 "sc-client-api",9868 "sc-finality-grandpa",9869 "sc-rpc",9870 "serde",9871 "serde_json",9872 "sp-blockchain",9873 "sp-core",9874 "sp-runtime",9875 "thiserror",9876]98779878[[package]]9879name = "sc-informant"9880version = "0.10.0-dev"9881source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9882dependencies = [9883 "ansi_term",9884 "futures 0.3.21",9885 "futures-timer",9886 "log",9887 "parity-util-mem",9888 "sc-client-api",9889 "sc-network",9890 "sc-transaction-pool-api",9891 "sp-blockchain",9892 "sp-runtime",9893]98949895[[package]]9896name = "sc-keystore"9897version = "4.0.0-dev"9898source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9899dependencies = [9900 "async-trait",9901 "hex",9902 "parking_lot 0.12.1",9903 "serde_json",9904 "sp-application-crypto",9905 "sp-core",9906 "sp-keystore",9907 "thiserror",9908]99099910[[package]]9911name = "sc-network"9912version = "0.10.0-dev"9913source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9914dependencies = [9915 "async-trait",9916 "asynchronous-codec",9917 "bitflags",9918 "bytes 1.2.0",9919 "cid",9920 "either",9921 "fnv",9922 "fork-tree",9923 "futures 0.3.21",9924 "futures-timer",9925 "hex",9926 "ip_network",9927 "libp2p",9928 "linked-hash-map",9929 "linked_hash_set",9930 "log",9931 "lru 0.7.8",9932 "parity-scale-codec 3.1.5",9933 "parking_lot 0.12.1",9934 "pin-project 1.0.11",9935 "prost 0.10.4",9936 "prost-build 0.9.0",9937 "rand 0.7.3",9938 "sc-block-builder",9939 "sc-client-api",9940 "sc-consensus",9941 "sc-network-common",9942 "sc-network-light",9943 "sc-network-sync",9944 "sc-peerset",9945 "sc-utils",9946 "serde",9947 "serde_json",9948 "smallvec",9949 "sp-arithmetic",9950 "sp-blockchain",9951 "sp-consensus",9952 "sp-core",9953 "sp-finality-grandpa",9954 "sp-runtime",9955 "substrate-prometheus-endpoint",9956 "thiserror",9957 "unsigned-varint",9958 "void",9959 "zeroize",9960]99619962[[package]]9963name = "sc-network-common"9964version = "0.10.0-dev"9965source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9966dependencies = [9967 "futures 0.3.21",9968 "libp2p",9969 "parity-scale-codec 3.1.5",9970 "prost-build 0.9.0",9971 "sc-peerset",9972 "smallvec",9973]99749975[[package]]9976name = "sc-network-gossip"9977version = "0.10.0-dev"9978source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9979dependencies = [9980 "ahash",9981 "futures 0.3.21",9982 "futures-timer",9983 "libp2p",9984 "log",9985 "lru 0.7.8",9986 "sc-network",9987 "sp-runtime",9988 "substrate-prometheus-endpoint",9989 "tracing",9990]99919992[[package]]9993name = "sc-network-light"9994version = "0.10.0-dev"9995source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9996dependencies = [9997 "futures 0.3.21",9998 "libp2p",9999 "log",10000 "parity-scale-codec 3.1.5",10001 "prost 0.10.4",10002 "prost-build 0.9.0",10003 "sc-client-api",10004 "sc-network-common",10005 "sc-peerset",10006 "sp-blockchain",10007 "sp-core",10008 "sp-runtime",10009 "thiserror",10010]1001110012[[package]]10013name = "sc-network-sync"10014version = "0.10.0-dev"10015source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10016dependencies = [10017 "bitflags",10018 "either",10019 "fork-tree",10020 "futures 0.3.21",10021 "libp2p",10022 "log",10023 "lru 0.7.8",10024 "parity-scale-codec 3.1.5",10025 "prost 0.10.4",10026 "prost-build 0.9.0",10027 "sc-client-api",10028 "sc-consensus",10029 "sc-network-common",10030 "sc-peerset",10031 "smallvec",10032 "sp-arithmetic",10033 "sp-blockchain",10034 "sp-consensus",10035 "sp-core",10036 "sp-finality-grandpa",10037 "sp-runtime",10038 "thiserror",10039]1004010041[[package]]10042name = "sc-offchain"10043version = "4.0.0-dev"10044source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10045dependencies = [10046 "bytes 1.2.0",10047 "fnv",10048 "futures 0.3.21",10049 "futures-timer",10050 "hex",10051 "hyper",10052 "hyper-rustls",10053 "num_cpus",10054 "once_cell",10055 "parity-scale-codec 3.1.5",10056 "parking_lot 0.12.1",10057 "rand 0.7.3",10058 "sc-client-api",10059 "sc-network",10060 "sc-utils",10061 "sp-api",10062 "sp-core",10063 "sp-offchain",10064 "sp-runtime",10065 "threadpool",10066 "tracing",10067]1006810069[[package]]10070name = "sc-peerset"10071version = "4.0.0-dev"10072source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10073dependencies = [10074 "futures 0.3.21",10075 "libp2p",10076 "log",10077 "sc-utils",10078 "serde_json",10079 "wasm-timer",10080]1008110082[[package]]10083name = "sc-proposer-metrics"10084version = "0.10.0-dev"10085source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10086dependencies = [10087 "log",10088 "substrate-prometheus-endpoint",10089]1009010091[[package]]10092name = "sc-rpc"10093version = "4.0.0-dev"10094source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10095dependencies = [10096 "futures 0.3.21",10097 "hash-db",10098 "jsonrpsee",10099 "log",10100 "parity-scale-codec 3.1.5",10101 "parking_lot 0.12.1",10102 "sc-block-builder",10103 "sc-chain-spec",10104 "sc-client-api",10105 "sc-rpc-api",10106 "sc-tracing",10107 "sc-transaction-pool-api",10108 "sc-utils",10109 "serde_json",10110 "sp-api",10111 "sp-blockchain",10112 "sp-core",10113 "sp-keystore",10114 "sp-offchain",10115 "sp-rpc",10116 "sp-runtime",10117 "sp-session",10118 "sp-version",10119]1012010121[[package]]10122name = "sc-rpc-api"10123version = "0.10.0-dev"10124source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10125dependencies = [10126 "futures 0.3.21",10127 "jsonrpsee",10128 "log",10129 "parity-scale-codec 3.1.5",10130 "parking_lot 0.12.1",10131 "sc-chain-spec",10132 "sc-transaction-pool-api",10133 "scale-info",10134 "serde",10135 "serde_json",10136 "sp-core",10137 "sp-rpc",10138 "sp-runtime",10139 "sp-tracing",10140 "sp-version",10141 "thiserror",10142]1014310144[[package]]10145name = "sc-rpc-server"10146version = "4.0.0-dev"10147source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10148dependencies = [10149 "futures 0.3.21",10150 "jsonrpsee",10151 "log",10152 "serde_json",10153 "substrate-prometheus-endpoint",10154 "tokio 1.20.1",10155]1015610157[[package]]10158name = "sc-service"10159version = "0.10.0-dev"10160source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10161dependencies = [10162 "async-trait",10163 "directories",10164 "exit-future",10165 "futures 0.3.21",10166 "futures-timer",10167 "hash-db",10168 "jsonrpsee",10169 "log",10170 "parity-scale-codec 3.1.5",10171 "parity-util-mem",10172 "parking_lot 0.12.1",10173 "pin-project 1.0.11",10174 "rand 0.7.3",10175 "sc-block-builder",10176 "sc-chain-spec",10177 "sc-client-api",10178 "sc-client-db",10179 "sc-consensus",10180 "sc-executor",10181 "sc-informant",10182 "sc-keystore",10183 "sc-network",10184 "sc-network-common",10185 "sc-offchain",10186 "sc-rpc",10187 "sc-rpc-server",10188 "sc-sysinfo",10189 "sc-telemetry",10190 "sc-tracing",10191 "sc-transaction-pool",10192 "sc-transaction-pool-api",10193 "sc-utils",10194 "serde",10195 "serde_json",10196 "sp-api",10197 "sp-application-crypto",10198 "sp-block-builder",10199 "sp-blockchain",10200 "sp-consensus",10201 "sp-core",10202 "sp-externalities",10203 "sp-inherents",10204 "sp-keystore",10205 "sp-runtime",10206 "sp-session",10207 "sp-state-machine",10208 "sp-storage",10209 "sp-tracing",10210 "sp-transaction-pool",10211 "sp-transaction-storage-proof",10212 "sp-trie",10213 "sp-version",10214 "substrate-prometheus-endpoint",10215 "tempfile",10216 "thiserror",10217 "tokio 1.20.1",10218 "tracing",10219 "tracing-futures",10220]1022110222[[package]]10223name = "sc-state-db"10224version = "0.10.0-dev"10225source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10226dependencies = [10227 "log",10228 "parity-scale-codec 3.1.5",10229 "parity-util-mem",10230 "parity-util-mem-derive",10231 "parking_lot 0.12.1",10232 "sc-client-api",10233 "sp-core",10234]1023510236[[package]]10237name = "sc-sync-state-rpc"10238version = "0.10.0-dev"10239source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10240dependencies = [10241 "jsonrpsee",10242 "parity-scale-codec 3.1.5",10243 "sc-chain-spec",10244 "sc-client-api",10245 "sc-consensus-babe",10246 "sc-consensus-epochs",10247 "sc-finality-grandpa",10248 "serde",10249 "serde_json",10250 "sp-blockchain",10251 "sp-runtime",10252 "thiserror",10253]1025410255[[package]]10256name = "sc-sysinfo"10257version = "6.0.0-dev"10258source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10259dependencies = [10260 "futures 0.3.21",10261 "libc",10262 "log",10263 "rand 0.7.3",10264 "rand_pcg 0.2.1",10265 "regex",10266 "sc-telemetry",10267 "serde",10268 "serde_json",10269 "sp-core",10270 "sp-io",10271 "sp-std",10272]1027310274[[package]]10275name = "sc-telemetry"10276version = "4.0.0-dev"10277source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10278dependencies = [10279 "chrono",10280 "futures 0.3.21",10281 "libp2p",10282 "log",10283 "parking_lot 0.12.1",10284 "pin-project 1.0.11",10285 "rand 0.7.3",10286 "serde",10287 "serde_json",10288 "thiserror",10289 "wasm-timer",10290]1029110292[[package]]10293name = "sc-tracing"10294version = "4.0.0-dev"10295source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10296dependencies = [10297 "ansi_term",10298 "atty",10299 "chrono",10300 "lazy_static",10301 "libc",10302 "log",10303 "once_cell",10304 "parking_lot 0.12.1",10305 "regex",10306 "rustc-hash",10307 "sc-client-api",10308 "sc-rpc-server",10309 "sc-tracing-proc-macro",10310 "serde",10311 "sp-api",10312 "sp-blockchain",10313 "sp-core",10314 "sp-rpc",10315 "sp-runtime",10316 "sp-tracing",10317 "thiserror",10318 "tracing",10319 "tracing-log",10320 "tracing-subscriber",10321]1032210323[[package]]10324name = "sc-tracing-proc-macro"10325version = "4.0.0-dev"10326source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10327dependencies = [10328 "proc-macro-crate",10329 "proc-macro2",10330 "quote",10331 "syn",10332]1033310334[[package]]10335name = "sc-transaction-pool"10336version = "4.0.0-dev"10337source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10338dependencies = [10339 "futures 0.3.21",10340 "futures-timer",10341 "linked-hash-map",10342 "log",10343 "parity-scale-codec 3.1.5",10344 "parity-util-mem",10345 "parking_lot 0.12.1",10346 "retain_mut",10347 "sc-client-api",10348 "sc-transaction-pool-api",10349 "sc-utils",10350 "serde",10351 "sp-api",10352 "sp-blockchain",10353 "sp-core",10354 "sp-runtime",10355 "sp-tracing",10356 "sp-transaction-pool",10357 "substrate-prometheus-endpoint",10358 "thiserror",10359]1036010361[[package]]10362name = "sc-transaction-pool-api"10363version = "4.0.0-dev"10364source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10365dependencies = [10366 "futures 0.3.21",10367 "log",10368 "serde",10369 "sp-blockchain",10370 "sp-runtime",10371 "thiserror",10372]1037310374[[package]]10375name = "sc-utils"10376version = "4.0.0-dev"10377source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10378dependencies = [10379 "futures 0.3.21",10380 "futures-timer",10381 "lazy_static",10382 "log",10383 "parking_lot 0.12.1",10384 "prometheus",10385]1038610387[[package]]10388name = "scale-info"10389version = "2.1.2"10390source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10392dependencies = [10393 "bitvec 1.0.1",10394 "cfg-if 1.0.0",10395 "derive_more",10396 "parity-scale-codec 3.1.5",10397 "scale-info-derive",10398 "serde",10399]1040010401[[package]]10402name = "scale-info-derive"10403version = "2.1.2"10404source = "registry+https://github.com/rust-lang/crates.io-index"10405checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10406dependencies = [10407 "proc-macro-crate",10408 "proc-macro2",10409 "quote",10410 "syn",10411]1041210413[[package]]10414name = "schannel"10415version = "0.1.20"10416source = "registry+https://github.com/rust-lang/crates.io-index"10417checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10418dependencies = [10419 "lazy_static",10420 "windows-sys",10421]1042210423[[package]]10424name = "schnorrkel"10425version = "0.9.1"10426source = "registry+https://github.com/rust-lang/crates.io-index"10427checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10428dependencies = [10429 "arrayref",10430 "arrayvec 0.5.2",10431 "curve25519-dalek 2.1.3",10432 "getrandom 0.1.16",10433 "merlin",10434 "rand 0.7.3",10435 "rand_core 0.5.1",10436 "sha2 0.8.2",10437 "subtle",10438 "zeroize",10439]1044010441[[package]]10442name = "scopeguard"10443version = "1.1.0"10444source = "registry+https://github.com/rust-lang/crates.io-index"10445checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1044610447[[package]]10448name = "sct"10449version = "0.7.0"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10452dependencies = [10453 "ring",10454 "untrusted",10455]1045610457[[package]]10458name = "sec1"10459version = "0.2.1"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10462dependencies = [10463 "der",10464 "generic-array 0.14.5",10465 "subtle",10466 "zeroize",10467]1046810469[[package]]10470name = "secp256k1"10471version = "0.21.3"10472source = "registry+https://github.com/rust-lang/crates.io-index"10473checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10474dependencies = [10475 "secp256k1-sys",10476]1047710478[[package]]10479name = "secp256k1-sys"10480version = "0.4.2"10481source = "registry+https://github.com/rust-lang/crates.io-index"10482checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10483dependencies = [10484 "cc",10485]1048610487[[package]]10488name = "secrecy"10489version = "0.8.0"10490source = "registry+https://github.com/rust-lang/crates.io-index"10491checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10492dependencies = [10493 "zeroize",10494]1049510496[[package]]10497name = "security-framework"10498version = "2.6.1"10499source = "registry+https://github.com/rust-lang/crates.io-index"10500checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10501dependencies = [10502 "bitflags",10503 "core-foundation",10504 "core-foundation-sys",10505 "libc",10506 "security-framework-sys",10507]1050810509[[package]]10510name = "security-framework-sys"10511version = "2.6.1"10512source = "registry+https://github.com/rust-lang/crates.io-index"10513checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10514dependencies = [10515 "core-foundation-sys",10516 "libc",10517]1051810519[[package]]10520name = "semver"10521version = "0.6.0"10522source = "registry+https://github.com/rust-lang/crates.io-index"10523checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10524dependencies = [10525 "semver-parser",10526]1052710528[[package]]10529name = "semver"10530version = "0.9.0"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10533dependencies = [10534 "semver-parser",10535]1053610537[[package]]10538name = "semver"10539version = "1.0.12"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"10542dependencies = [10543 "serde",10544]1054510546[[package]]10547name = "semver-parser"10548version = "0.7.0"10549source = "registry+https://github.com/rust-lang/crates.io-index"10550checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1055110552[[package]]10553name = "serde"10554version = "1.0.140"10555source = "registry+https://github.com/rust-lang/crates.io-index"10556checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"10557dependencies = [10558 "serde_derive",10559]1056010561[[package]]10562name = "serde_derive"10563version = "1.0.140"10564source = "registry+https://github.com/rust-lang/crates.io-index"10565checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"10566dependencies = [10567 "proc-macro2",10568 "quote",10569 "syn",10570]1057110572[[package]]10573name = "serde_json"10574version = "1.0.82"10575source = "registry+https://github.com/rust-lang/crates.io-index"10576checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"10577dependencies = [10578 "itoa 1.0.2",10579 "ryu",10580 "serde",10581]1058210583[[package]]10584name = "serde_nanos"10585version = "0.1.2"10586source = "registry+https://github.com/rust-lang/crates.io-index"10587checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10588dependencies = [10589 "serde",10590]1059110592[[package]]10593name = "sha-1"10594version = "0.8.2"10595source = "registry+https://github.com/rust-lang/crates.io-index"10596checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10597dependencies = [10598 "block-buffer 0.7.3",10599 "digest 0.8.1",10600 "fake-simd",10601 "opaque-debug 0.2.3",10602]1060310604[[package]]10605name = "sha-1"10606version = "0.9.8"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10609dependencies = [10610 "block-buffer 0.9.0",10611 "cfg-if 1.0.0",10612 "cpufeatures",10613 "digest 0.9.0",10614 "opaque-debug 0.3.0",10615]1061610617[[package]]10618name = "sha2"10619version = "0.8.2"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10622dependencies = [10623 "block-buffer 0.7.3",10624 "digest 0.8.1",10625 "fake-simd",10626 "opaque-debug 0.2.3",10627]1062810629[[package]]10630name = "sha2"10631version = "0.9.9"10632source = "registry+https://github.com/rust-lang/crates.io-index"10633checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10634dependencies = [10635 "block-buffer 0.9.0",10636 "cfg-if 1.0.0",10637 "cpufeatures",10638 "digest 0.9.0",10639 "opaque-debug 0.3.0",10640]1064110642[[package]]10643name = "sha2"10644version = "0.10.2"10645source = "registry+https://github.com/rust-lang/crates.io-index"10646checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10647dependencies = [10648 "cfg-if 1.0.0",10649 "cpufeatures",10650 "digest 0.10.3",10651]1065210653[[package]]10654name = "sha3"10655version = "0.9.1"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10658dependencies = [10659 "block-buffer 0.9.0",10660 "digest 0.9.0",10661 "keccak",10662 "opaque-debug 0.3.0",10663]1066410665[[package]]10666name = "sha3"10667version = "0.10.1"10668source = "registry+https://github.com/rust-lang/crates.io-index"10669checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10670dependencies = [10671 "digest 0.10.3",10672 "keccak",10673]1067410675[[package]]10676name = "sharded-slab"10677version = "0.1.4"10678source = "registry+https://github.com/rust-lang/crates.io-index"10679checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10680dependencies = [10681 "lazy_static",10682]1068310684[[package]]10685name = "shlex"10686version = "1.1.0"10687source = "registry+https://github.com/rust-lang/crates.io-index"10688checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1068910690[[package]]10691name = "signal-hook"10692version = "0.3.14"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10695dependencies = [10696 "libc",10697 "signal-hook-registry",10698]1069910700[[package]]10701name = "signal-hook-registry"10702version = "1.4.0"10703source = "registry+https://github.com/rust-lang/crates.io-index"10704checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10705dependencies = [10706 "libc",10707]1070810709[[package]]10710name = "signature"10711version = "1.4.0"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10714dependencies = [10715 "digest 0.9.0",10716 "rand_core 0.6.3",10717]1071810719[[package]]10720name = "simba"10721version = "0.5.1"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10724dependencies = [10725 "approx",10726 "num-complex",10727 "num-traits",10728 "paste",10729]1073010731[[package]]10732name = "slab"10733version = "0.4.7"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10736dependencies = [10737 "autocfg",10738]1073910740[[package]]10741name = "slot-range-helper"10742version = "0.9.24"10743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"10744dependencies = [10745 "enumn",10746 "parity-scale-codec 3.1.5",10747 "paste",10748 "sp-runtime",10749 "sp-std",10750]1075110752[[package]]10753name = "slotmap"10754version = "1.0.6"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10757dependencies = [10758 "version_check",10759]1076010761[[package]]10762name = "smallvec"10763version = "1.9.0"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"1076610767[[package]]10768name = "snap"10769version = "1.0.5"10770source = "registry+https://github.com/rust-lang/crates.io-index"10771checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1077210773[[package]]10774name = "snow"10775version = "0.9.0"10776source = "registry+https://github.com/rust-lang/crates.io-index"10777checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10778dependencies = [10779 "aes-gcm",10780 "blake2",10781 "chacha20poly1305",10782 "curve25519-dalek 4.0.0-pre.1",10783 "rand_core 0.6.3",10784 "ring",10785 "rustc_version 0.4.0",10786 "sha2 0.10.2",10787 "subtle",10788]1078910790[[package]]10791name = "socket2"10792version = "0.4.4"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10795dependencies = [10796 "libc",10797 "winapi",10798]1079910800[[package]]10801name = "soketto"10802version = "0.7.1"10803source = "registry+https://github.com/rust-lang/crates.io-index"10804checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10805dependencies = [10806 "base64",10807 "bytes 1.2.0",10808 "flate2",10809 "futures 0.3.21",10810 "httparse",10811 "log",10812 "rand 0.8.5",10813 "sha-1 0.9.8",10814]1081510816[[package]]10817name = "sp-api"10818version = "4.0.0-dev"10819source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10820dependencies = [10821 "hash-db",10822 "log",10823 "parity-scale-codec 3.1.5",10824 "sp-api-proc-macro",10825 "sp-core",10826 "sp-runtime",10827 "sp-state-machine",10828 "sp-std",10829 "sp-version",10830 "thiserror",10831]1083210833[[package]]10834name = "sp-api-proc-macro"10835version = "4.0.0-dev"10836source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10837dependencies = [10838 "blake2",10839 "proc-macro-crate",10840 "proc-macro2",10841 "quote",10842 "syn",10843]1084410845[[package]]10846name = "sp-application-crypto"10847version = "6.0.0"10848source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10849dependencies = [10850 "parity-scale-codec 3.1.5",10851 "scale-info",10852 "serde",10853 "sp-core",10854 "sp-io",10855 "sp-std",10856]1085710858[[package]]10859name = "sp-arithmetic"10860version = "5.0.0"10861source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10862dependencies = [10863 "integer-sqrt",10864 "num-traits",10865 "parity-scale-codec 3.1.5",10866 "scale-info",10867 "serde",10868 "sp-debug-derive",10869 "sp-std",10870 "static_assertions",10871]1087210873[[package]]10874name = "sp-authority-discovery"10875version = "4.0.0-dev"10876source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10877dependencies = [10878 "parity-scale-codec 3.1.5",10879 "scale-info",10880 "sp-api",10881 "sp-application-crypto",10882 "sp-runtime",10883 "sp-std",10884]1088510886[[package]]10887name = "sp-authorship"10888version = "4.0.0-dev"10889source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10890dependencies = [10891 "async-trait",10892 "parity-scale-codec 3.1.5",10893 "sp-inherents",10894 "sp-runtime",10895 "sp-std",10896]1089710898[[package]]10899name = "sp-block-builder"10900version = "4.0.0-dev"10901source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10902dependencies = [10903 "parity-scale-codec 3.1.5",10904 "sp-api",10905 "sp-inherents",10906 "sp-runtime",10907 "sp-std",10908]1090910910[[package]]10911name = "sp-blockchain"10912version = "4.0.0-dev"10913source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10914dependencies = [10915 "futures 0.3.21",10916 "log",10917 "lru 0.7.8",10918 "parity-scale-codec 3.1.5",10919 "parking_lot 0.12.1",10920 "sp-api",10921 "sp-consensus",10922 "sp-database",10923 "sp-runtime",10924 "sp-state-machine",10925 "thiserror",10926]1092710928[[package]]10929name = "sp-consensus"10930version = "0.10.0-dev"10931source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10932dependencies = [10933 "async-trait",10934 "futures 0.3.21",10935 "futures-timer",10936 "log",10937 "parity-scale-codec 3.1.5",10938 "sp-core",10939 "sp-inherents",10940 "sp-runtime",10941 "sp-state-machine",10942 "sp-std",10943 "sp-version",10944 "thiserror",10945]1094610947[[package]]10948name = "sp-consensus-aura"10949version = "0.10.0-dev"10950source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10951dependencies = [10952 "async-trait",10953 "parity-scale-codec 3.1.5",10954 "scale-info",10955 "sp-api",10956 "sp-application-crypto",10957 "sp-consensus",10958 "sp-consensus-slots",10959 "sp-inherents",10960 "sp-runtime",10961 "sp-std",10962 "sp-timestamp",10963]1096410965[[package]]10966name = "sp-consensus-babe"10967version = "0.10.0-dev"10968source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10969dependencies = [10970 "async-trait",10971 "merlin",10972 "parity-scale-codec 3.1.5",10973 "scale-info",10974 "serde",10975 "sp-api",10976 "sp-application-crypto",10977 "sp-consensus",10978 "sp-consensus-slots",10979 "sp-consensus-vrf",10980 "sp-core",10981 "sp-inherents",10982 "sp-keystore",10983 "sp-runtime",10984 "sp-std",10985 "sp-timestamp",10986]1098710988[[package]]10989name = "sp-consensus-slots"10990version = "0.10.0-dev"10991source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10992dependencies = [10993 "parity-scale-codec 3.1.5",10994 "scale-info",10995 "serde",10996 "sp-arithmetic",10997 "sp-runtime",10998 "sp-std",10999 "sp-timestamp",11000]1100111002[[package]]11003name = "sp-consensus-vrf"11004version = "0.10.0-dev"11005source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11006dependencies = [11007 "parity-scale-codec 3.1.5",11008 "scale-info",11009 "schnorrkel",11010 "sp-core",11011 "sp-runtime",11012 "sp-std",11013]1101411015[[package]]11016name = "sp-core"11017version = "6.0.0"11018source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11019dependencies = [11020 "base58",11021 "bitflags",11022 "blake2-rfc",11023 "byteorder",11024 "dyn-clonable",11025 "ed25519-dalek",11026 "futures 0.3.21",11027 "hash-db",11028 "hash256-std-hasher",11029 "hex",11030 "impl-serde",11031 "lazy_static",11032 "libsecp256k1",11033 "log",11034 "merlin",11035 "num-traits",11036 "parity-scale-codec 3.1.5",11037 "parity-util-mem",11038 "parking_lot 0.12.1",11039 "primitive-types",11040 "rand 0.7.3",11041 "regex",11042 "scale-info",11043 "schnorrkel",11044 "secp256k1",11045 "secrecy",11046 "serde",11047 "sp-core-hashing",11048 "sp-debug-derive",11049 "sp-externalities",11050 "sp-runtime-interface",11051 "sp-std",11052 "sp-storage",11053 "ss58-registry",11054 "substrate-bip39",11055 "thiserror",11056 "tiny-bip39",11057 "wasmi",11058 "zeroize",11059]1106011061[[package]]11062name = "sp-core-hashing"11063version = "4.0.0"11064source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11065dependencies = [11066 "blake2",11067 "byteorder",11068 "digest 0.10.3",11069 "sha2 0.10.2",11070 "sha3 0.10.1",11071 "sp-std",11072 "twox-hash",11073]1107411075[[package]]11076name = "sp-core-hashing-proc-macro"11077version = "5.0.0"11078source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11079dependencies = [11080 "proc-macro2",11081 "quote",11082 "sp-core-hashing",11083 "syn",11084]1108511086[[package]]11087name = "sp-database"11088version = "4.0.0-dev"11089source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11090dependencies = [11091 "kvdb",11092 "parking_lot 0.12.1",11093]1109411095[[package]]11096name = "sp-debug-derive"11097version = "4.0.0"11098source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11099dependencies = [11100 "proc-macro2",11101 "quote",11102 "syn",11103]1110411105[[package]]11106name = "sp-externalities"11107version = "0.12.0"11108source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11109dependencies = [11110 "environmental",11111 "parity-scale-codec 3.1.5",11112 "sp-std",11113 "sp-storage",11114]1111511116[[package]]11117name = "sp-finality-grandpa"11118version = "4.0.0-dev"11119source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11120dependencies = [11121 "finality-grandpa",11122 "log",11123 "parity-scale-codec 3.1.5",11124 "scale-info",11125 "serde",11126 "sp-api",11127 "sp-application-crypto",11128 "sp-core",11129 "sp-keystore",11130 "sp-runtime",11131 "sp-std",11132]1113311134[[package]]11135name = "sp-inherents"11136version = "4.0.0-dev"11137source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11138dependencies = [11139 "async-trait",11140 "impl-trait-for-tuples",11141 "parity-scale-codec 3.1.5",11142 "sp-core",11143 "sp-runtime",11144 "sp-std",11145 "thiserror",11146]1114711148[[package]]11149name = "sp-io"11150version = "6.0.0"11151source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11152dependencies = [11153 "futures 0.3.21",11154 "hash-db",11155 "libsecp256k1",11156 "log",11157 "parity-scale-codec 3.1.5",11158 "parking_lot 0.12.1",11159 "secp256k1",11160 "sp-core",11161 "sp-externalities",11162 "sp-keystore",11163 "sp-runtime-interface",11164 "sp-state-machine",11165 "sp-std",11166 "sp-tracing",11167 "sp-trie",11168 "sp-wasm-interface",11169 "tracing",11170 "tracing-core",11171]1117211173[[package]]11174name = "sp-keyring"11175version = "6.0.0"11176source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11177dependencies = [11178 "lazy_static",11179 "sp-core",11180 "sp-runtime",11181 "strum 0.23.0",11182]1118311184[[package]]11185name = "sp-keystore"11186version = "0.12.0"11187source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11188dependencies = [11189 "async-trait",11190 "futures 0.3.21",11191 "merlin",11192 "parity-scale-codec 3.1.5",11193 "parking_lot 0.12.1",11194 "schnorrkel",11195 "serde",11196 "sp-core",11197 "sp-externalities",11198 "thiserror",11199]1120011201[[package]]11202name = "sp-maybe-compressed-blob"11203version = "4.1.0-dev"11204source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11205dependencies = [11206 "thiserror",11207 "zstd",11208]1120911210[[package]]11211name = "sp-mmr-primitives"11212version = "4.0.0-dev"11213source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11214dependencies = [11215 "log",11216 "parity-scale-codec 3.1.5",11217 "serde",11218 "sp-api",11219 "sp-core",11220 "sp-debug-derive",11221 "sp-runtime",11222 "sp-std",11223]1122411225[[package]]11226name = "sp-npos-elections"11227version = "4.0.0-dev"11228source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11229dependencies = [11230 "parity-scale-codec 3.1.5",11231 "scale-info",11232 "serde",11233 "sp-arithmetic",11234 "sp-core",11235 "sp-runtime",11236 "sp-std",11237]1123811239[[package]]11240name = "sp-offchain"11241version = "4.0.0-dev"11242source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11243dependencies = [11244 "sp-api",11245 "sp-core",11246 "sp-runtime",11247]1124811249[[package]]11250name = "sp-panic-handler"11251version = "4.0.0"11252source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11253dependencies = [11254 "backtrace",11255 "lazy_static",11256 "regex",11257]1125811259[[package]]11260name = "sp-rpc"11261version = "6.0.0"11262source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11263dependencies = [11264 "rustc-hash",11265 "serde",11266 "sp-core",11267]1126811269[[package]]11270name = "sp-runtime"11271version = "6.0.0"11272source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11273dependencies = [11274 "either",11275 "hash256-std-hasher",11276 "impl-trait-for-tuples",11277 "log",11278 "parity-scale-codec 3.1.5",11279 "parity-util-mem",11280 "paste",11281 "rand 0.7.3",11282 "scale-info",11283 "serde",11284 "sp-application-crypto",11285 "sp-arithmetic",11286 "sp-core",11287 "sp-io",11288 "sp-std",11289]1129011291[[package]]11292name = "sp-runtime-interface"11293version = "6.0.0"11294source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11295dependencies = [11296 "impl-trait-for-tuples",11297 "parity-scale-codec 3.1.5",11298 "primitive-types",11299 "sp-externalities",11300 "sp-runtime-interface-proc-macro",11301 "sp-std",11302 "sp-storage",11303 "sp-tracing",11304 "sp-wasm-interface",11305 "static_assertions",11306]1130711308[[package]]11309name = "sp-runtime-interface-proc-macro"11310version = "5.0.0"11311source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11312dependencies = [11313 "Inflector",11314 "proc-macro-crate",11315 "proc-macro2",11316 "quote",11317 "syn",11318]1131911320[[package]]11321name = "sp-sandbox"11322version = "0.10.0-dev"11323source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11324dependencies = [11325 "log",11326 "parity-scale-codec 3.1.5",11327 "sp-core",11328 "sp-io",11329 "sp-std",11330 "sp-wasm-interface",11331 "wasmi",11332]1133311334[[package]]11335name = "sp-serializer"11336version = "4.0.0-dev"11337source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11338dependencies = [11339 "serde",11340 "serde_json",11341]1134211343[[package]]11344name = "sp-session"11345version = "4.0.0-dev"11346source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11347dependencies = [11348 "parity-scale-codec 3.1.5",11349 "scale-info",11350 "sp-api",11351 "sp-core",11352 "sp-runtime",11353 "sp-staking",11354 "sp-std",11355]1135611357[[package]]11358name = "sp-staking"11359version = "4.0.0-dev"11360source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11361dependencies = [11362 "parity-scale-codec 3.1.5",11363 "scale-info",11364 "sp-runtime",11365 "sp-std",11366]1136711368[[package]]11369name = "sp-state-machine"11370version = "0.12.0"11371source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11372dependencies = [11373 "hash-db",11374 "log",11375 "num-traits",11376 "parity-scale-codec 3.1.5",11377 "parking_lot 0.12.1",11378 "rand 0.7.3",11379 "smallvec",11380 "sp-core",11381 "sp-externalities",11382 "sp-panic-handler",11383 "sp-std",11384 "sp-trie",11385 "thiserror",11386 "tracing",11387 "trie-root",11388]1138911390[[package]]11391name = "sp-std"11392version = "4.0.0"11393source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"1139411395[[package]]11396name = "sp-storage"11397version = "6.0.0"11398source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11399dependencies = [11400 "impl-serde",11401 "parity-scale-codec 3.1.5",11402 "ref-cast",11403 "serde",11404 "sp-debug-derive",11405 "sp-std",11406]1140711408[[package]]11409name = "sp-tasks"11410version = "4.0.0-dev"11411source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11412dependencies = [11413 "log",11414 "sp-core",11415 "sp-externalities",11416 "sp-io",11417 "sp-runtime-interface",11418 "sp-std",11419]1142011421[[package]]11422name = "sp-timestamp"11423version = "4.0.0-dev"11424source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11425dependencies = [11426 "async-trait",11427 "futures-timer",11428 "log",11429 "parity-scale-codec 3.1.5",11430 "sp-api",11431 "sp-inherents",11432 "sp-runtime",11433 "sp-std",11434 "thiserror",11435]1143611437[[package]]11438name = "sp-tracing"11439version = "5.0.0"11440source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11441dependencies = [11442 "parity-scale-codec 3.1.5",11443 "sp-std",11444 "tracing",11445 "tracing-core",11446 "tracing-subscriber",11447]1144811449[[package]]11450name = "sp-transaction-pool"11451version = "4.0.0-dev"11452source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11453dependencies = [11454 "sp-api",11455 "sp-runtime",11456]1145711458[[package]]11459name = "sp-transaction-storage-proof"11460version = "4.0.0-dev"11461source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11462dependencies = [11463 "async-trait",11464 "log",11465 "parity-scale-codec 3.1.5",11466 "scale-info",11467 "sp-core",11468 "sp-inherents",11469 "sp-runtime",11470 "sp-std",11471 "sp-trie",11472]1147311474[[package]]11475name = "sp-trie"11476version = "6.0.0"11477source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11478dependencies = [11479 "hash-db",11480 "memory-db",11481 "parity-scale-codec 3.1.5",11482 "scale-info",11483 "sp-core",11484 "sp-std",11485 "thiserror",11486 "trie-db",11487 "trie-root",11488]1148911490[[package]]11491name = "sp-version"11492version = "5.0.0"11493source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11494dependencies = [11495 "impl-serde",11496 "parity-scale-codec 3.1.5",11497 "parity-wasm 0.42.2",11498 "scale-info",11499 "serde",11500 "sp-core-hashing-proc-macro",11501 "sp-runtime",11502 "sp-std",11503 "sp-version-proc-macro",11504 "thiserror",11505]1150611507[[package]]11508name = "sp-version-proc-macro"11509version = "4.0.0-dev"11510source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11511dependencies = [11512 "parity-scale-codec 3.1.5",11513 "proc-macro2",11514 "quote",11515 "syn",11516]1151711518[[package]]11519name = "sp-wasm-interface"11520version = "6.0.0"11521source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11522dependencies = [11523 "impl-trait-for-tuples",11524 "log",11525 "parity-scale-codec 3.1.5",11526 "sp-std",11527 "wasmi",11528 "wasmtime",11529]1153011531[[package]]11532name = "spin"11533version = "0.5.2"11534source = "registry+https://github.com/rust-lang/crates.io-index"11535checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1153611537[[package]]11538name = "ss58-registry"11539version = "1.25.0"11540source = "registry+https://github.com/rust-lang/crates.io-index"11541checksum = "a039906277e0d8db996cd9d1ef19278c10209d994ecfc1025ced16342873a17c"11542dependencies = [11543 "Inflector",11544 "num-format",11545 "proc-macro2",11546 "quote",11547 "serde",11548 "serde_json",11549 "unicode-xid",11550]1155111552[[package]]11553name = "stable_deref_trait"11554version = "1.2.0"11555source = "registry+https://github.com/rust-lang/crates.io-index"11556checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1155711558[[package]]11559name = "static_assertions"11560version = "1.1.0"11561source = "registry+https://github.com/rust-lang/crates.io-index"11562checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1156311564[[package]]11565name = "static_init"11566version = "0.5.2"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11569dependencies = [11570 "cfg_aliases",11571 "libc",11572 "parking_lot 0.11.2",11573 "static_init_macro",11574]1157511576[[package]]11577name = "static_init_macro"11578version = "0.5.0"11579source = "registry+https://github.com/rust-lang/crates.io-index"11580checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11581dependencies = [11582 "cfg_aliases",11583 "memchr",11584 "proc-macro2",11585 "quote",11586 "syn",11587]1158811589[[package]]11590name = "statrs"11591version = "0.15.0"11592source = "registry+https://github.com/rust-lang/crates.io-index"11593checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11594dependencies = [11595 "approx",11596 "lazy_static",11597 "nalgebra",11598 "num-traits",11599 "rand 0.8.5",11600]1160111602[[package]]11603name = "strsim"11604version = "0.10.0"11605source = "registry+https://github.com/rust-lang/crates.io-index"11606checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1160711608[[package]]11609name = "struct-versioning"11610version = "0.1.0"11611dependencies = [11612 "quote",11613 "syn",11614]1161511616[[package]]11617name = "strum"11618version = "0.23.0"11619source = "registry+https://github.com/rust-lang/crates.io-index"11620checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11621dependencies = [11622 "strum_macros 0.23.1",11623]1162411625[[package]]11626name = "strum"11627version = "0.24.1"11628source = "registry+https://github.com/rust-lang/crates.io-index"11629checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11630dependencies = [11631 "strum_macros 0.24.2",11632]1163311634[[package]]11635name = "strum_macros"11636version = "0.23.1"11637source = "registry+https://github.com/rust-lang/crates.io-index"11638checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11639dependencies = [11640 "heck 0.3.3",11641 "proc-macro2",11642 "quote",11643 "rustversion",11644 "syn",11645]1164611647[[package]]11648name = "strum_macros"11649version = "0.24.2"11650source = "registry+https://github.com/rust-lang/crates.io-index"11651checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"11652dependencies = [11653 "heck 0.4.0",11654 "proc-macro2",11655 "quote",11656 "rustversion",11657 "syn",11658]1165911660[[package]]11661name = "substrate-bip39"11662version = "0.4.4"11663source = "registry+https://github.com/rust-lang/crates.io-index"11664checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11665dependencies = [11666 "hmac 0.11.0",11667 "pbkdf2 0.8.0",11668 "schnorrkel",11669 "sha2 0.9.9",11670 "zeroize",11671]1167211673[[package]]11674name = "substrate-build-script-utils"11675version = "3.0.0"11676source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11677dependencies = [11678 "platforms",11679]1168011681[[package]]11682name = "substrate-frame-rpc-system"11683version = "4.0.0-dev"11684source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11685dependencies = [11686 "frame-system-rpc-runtime-api",11687 "futures 0.3.21",11688 "jsonrpsee",11689 "log",11690 "parity-scale-codec 3.1.5",11691 "sc-client-api",11692 "sc-rpc-api",11693 "sc-transaction-pool-api",11694 "serde_json",11695 "sp-api",11696 "sp-block-builder",11697 "sp-blockchain",11698 "sp-core",11699 "sp-runtime",11700]1170111702[[package]]11703name = "substrate-prometheus-endpoint"11704version = "0.10.0-dev"11705source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11706dependencies = [11707 "futures-util",11708 "hyper",11709 "log",11710 "prometheus",11711 "thiserror",11712 "tokio 1.20.1",11713]1171411715[[package]]11716name = "substrate-state-trie-migration-rpc"11717version = "4.0.0-dev"11718source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11719dependencies = [11720 "jsonrpsee",11721 "log",11722 "parity-scale-codec 3.1.5",11723 "sc-client-api",11724 "sc-rpc-api",11725 "scale-info",11726 "serde",11727 "sp-core",11728 "sp-io",11729 "sp-runtime",11730 "sp-state-machine",11731 "sp-std",11732 "sp-trie",11733 "trie-db",11734]1173511736[[package]]11737name = "substrate-test-client"11738version = "2.0.1"11739source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11740dependencies = [11741 "async-trait",11742 "futures 0.3.21",11743 "hex",11744 "parity-scale-codec 3.1.5",11745 "sc-client-api",11746 "sc-client-db",11747 "sc-consensus",11748 "sc-executor",11749 "sc-offchain",11750 "sc-service",11751 "serde",11752 "serde_json",11753 "sp-blockchain",11754 "sp-consensus",11755 "sp-core",11756 "sp-keyring",11757 "sp-keystore",11758 "sp-runtime",11759 "sp-state-machine",11760]1176111762[[package]]11763name = "substrate-test-utils"11764version = "4.0.0-dev"11765source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11766dependencies = [11767 "futures 0.3.21",11768 "substrate-test-utils-derive",11769 "tokio 1.20.1",11770]1177111772[[package]]11773name = "substrate-test-utils-derive"11774version = "0.10.0-dev"11775source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11776dependencies = [11777 "proc-macro-crate",11778 "proc-macro2",11779 "quote",11780 "syn",11781]1178211783[[package]]11784name = "substrate-wasm-builder"11785version = "5.0.0-dev"11786source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11787dependencies = [11788 "ansi_term",11789 "build-helper",11790 "cargo_metadata",11791 "sp-maybe-compressed-blob",11792 "strum 0.23.0",11793 "tempfile",11794 "toml",11795 "walkdir",11796 "wasm-gc-api",11797]1179811799[[package]]11800name = "subtle"11801version = "2.4.1"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1180411805[[package]]11806name = "syn"11807version = "1.0.98"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11810dependencies = [11811 "proc-macro2",11812 "quote",11813 "unicode-ident",11814]1181511816[[package]]11817name = "synstructure"11818version = "0.12.6"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11821dependencies = [11822 "proc-macro2",11823 "quote",11824 "syn",11825 "unicode-xid",11826]1182711828[[package]]11829name = "system-configuration"11830version = "0.5.0"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11833dependencies = [11834 "bitflags",11835 "core-foundation",11836 "system-configuration-sys",11837]1183811839[[package]]11840name = "system-configuration-sys"11841version = "0.5.0"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11844dependencies = [11845 "core-foundation-sys",11846 "libc",11847]1184811849[[package]]11850name = "tap"11851version = "1.0.1"11852source = "registry+https://github.com/rust-lang/crates.io-index"11853checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1185411855[[package]]11856name = "target-lexicon"11857version = "0.12.4"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1186011861[[package]]11862name = "tempfile"11863version = "3.3.0"11864source = "registry+https://github.com/rust-lang/crates.io-index"11865checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11866dependencies = [11867 "cfg-if 1.0.0",11868 "fastrand",11869 "libc",11870 "redox_syscall",11871 "remove_dir_all",11872 "winapi",11873]1187411875[[package]]11876name = "termcolor"11877version = "1.1.3"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11880dependencies = [11881 "winapi-util",11882]1188311884[[package]]11885name = "test-runtime-constants"11886version = "0.9.24"11887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11888dependencies = [11889 "frame-support",11890 "polkadot-primitives",11891 "polkadot-runtime-common",11892 "smallvec",11893 "sp-runtime",11894]1189511896[[package]]11897name = "tests"11898version = "0.1.0"11899dependencies = [11900 "common-types",11901 "evm-coder",11902 "fp-evm-mapping",11903 "frame-support",11904 "frame-system",11905 "pallet-balances",11906 "pallet-common",11907 "pallet-ethereum",11908 "pallet-evm",11909 "pallet-evm-coder-substrate",11910 "pallet-fungible",11911 "pallet-nonfungible",11912 "pallet-refungible",11913 "pallet-structure",11914 "pallet-timestamp",11915 "pallet-transaction-payment",11916 "pallet-unique",11917 "parity-scale-codec 3.1.5",11918 "scale-info",11919 "sp-core",11920 "sp-io",11921 "sp-runtime",11922 "sp-std",11923 "up-data-structs",11924 "up-sponsorship",11925]1192611927[[package]]11928name = "textwrap"11929version = "0.15.0"11930source = "registry+https://github.com/rust-lang/crates.io-index"11931checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1193211933[[package]]11934name = "thiserror"11935version = "1.0.31"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11938dependencies = [11939 "thiserror-impl",11940]1194111942[[package]]11943name = "thiserror-impl"11944version = "1.0.31"11945source = "registry+https://github.com/rust-lang/crates.io-index"11946checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11947dependencies = [11948 "proc-macro2",11949 "quote",11950 "syn",11951]1195211953[[package]]11954name = "thousands"11955version = "0.2.0"11956source = "registry+https://github.com/rust-lang/crates.io-index"11957checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1195811959[[package]]11960name = "thread_local"11961version = "1.1.4"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11964dependencies = [11965 "once_cell",11966]1196711968[[package]]11969name = "threadpool"11970version = "1.8.1"11971source = "registry+https://github.com/rust-lang/crates.io-index"11972checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11973dependencies = [11974 "num_cpus",11975]1197611977[[package]]11978name = "thrift"11979version = "0.15.0"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11982dependencies = [11983 "byteorder",11984 "integer-encoding",11985 "log",11986 "ordered-float",11987 "threadpool",11988]1198911990[[package]]11991name = "tikv-jemalloc-sys"11992version = "0.4.3+5.2.1-patched.2"11993source = "registry+https://github.com/rust-lang/crates.io-index"11994checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11995dependencies = [11996 "cc",11997 "fs_extra",11998 "libc",11999]1200012001[[package]]12002name = "time"12003version = "0.1.44"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12006dependencies = [12007 "libc",12008 "wasi 0.10.0+wasi-snapshot-preview1",12009 "winapi",12010]1201112012[[package]]12013name = "tiny-bip39"12014version = "0.8.2"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12017dependencies = [12018 "anyhow",12019 "hmac 0.8.1",12020 "once_cell",12021 "pbkdf2 0.4.0",12022 "rand 0.7.3",12023 "rustc-hash",12024 "sha2 0.9.9",12025 "thiserror",12026 "unicode-normalization",12027 "wasm-bindgen",12028 "zeroize",12029]1203012031[[package]]12032name = "tiny-keccak"12033version = "2.0.2"12034source = "registry+https://github.com/rust-lang/crates.io-index"12035checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12036dependencies = [12037 "crunchy",12038]1203912040[[package]]12041name = "tinyvec"12042version = "1.6.0"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12045dependencies = [12046 "tinyvec_macros",12047]1204812049[[package]]12050name = "tinyvec_macros"12051version = "0.1.0"12052source = "registry+https://github.com/rust-lang/crates.io-index"12053checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1205412055[[package]]12056name = "tokio"12057version = "0.2.25"12058source = "registry+https://github.com/rust-lang/crates.io-index"12059checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12060dependencies = [12061 "bytes 0.5.6",12062 "fnv",12063 "pin-project-lite 0.1.12",12064 "tokio-macros 0.2.6",12065]1206612067[[package]]12068name = "tokio"12069version = "1.20.1"12070source = "registry+https://github.com/rust-lang/crates.io-index"12071checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"12072dependencies = [12073 "autocfg",12074 "bytes 1.2.0",12075 "libc",12076 "memchr",12077 "mio",12078 "num_cpus",12079 "once_cell",12080 "parking_lot 0.12.1",12081 "pin-project-lite 0.2.9",12082 "signal-hook-registry",12083 "socket2",12084 "tokio-macros 1.8.0",12085 "winapi",12086]1208712088[[package]]12089name = "tokio-macros"12090version = "0.2.6"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12093dependencies = [12094 "proc-macro2",12095 "quote",12096 "syn",12097]1209812099[[package]]12100name = "tokio-macros"12101version = "1.8.0"12102source = "registry+https://github.com/rust-lang/crates.io-index"12103checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12104dependencies = [12105 "proc-macro2",12106 "quote",12107 "syn",12108]1210912110[[package]]12111name = "tokio-rustls"12112version = "0.23.4"12113source = "registry+https://github.com/rust-lang/crates.io-index"12114checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12115dependencies = [12116 "rustls",12117 "tokio 1.20.1",12118 "webpki",12119]1212012121[[package]]12122name = "tokio-util"12123version = "0.7.3"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12126dependencies = [12127 "bytes 1.2.0",12128 "futures-core",12129 "futures-io",12130 "futures-sink",12131 "pin-project-lite 0.2.9",12132 "tokio 1.20.1",12133 "tracing",12134]1213512136[[package]]12137name = "toml"12138version = "0.5.9"12139source = "registry+https://github.com/rust-lang/crates.io-index"12140checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12141dependencies = [12142 "serde",12143]1214412145[[package]]12146name = "tower-service"12147version = "0.3.2"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1215012151[[package]]12152name = "tracing"12153version = "0.1.35"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12156dependencies = [12157 "cfg-if 1.0.0",12158 "pin-project-lite 0.2.9",12159 "tracing-attributes",12160 "tracing-core",12161]1216212163[[package]]12164name = "tracing-attributes"12165version = "0.1.22"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"12168dependencies = [12169 "proc-macro2",12170 "quote",12171 "syn",12172]1217312174[[package]]12175name = "tracing-core"12176version = "0.1.28"12177source = "registry+https://github.com/rust-lang/crates.io-index"12178checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"12179dependencies = [12180 "once_cell",12181 "valuable",12182]1218312184[[package]]12185name = "tracing-futures"12186version = "0.2.5"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12189dependencies = [12190 "pin-project 1.0.11",12191 "tracing",12192]1219312194[[package]]12195name = "tracing-gum"12196version = "0.9.24"12197source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12198dependencies = [12199 "polkadot-node-jaeger",12200 "polkadot-primitives",12201 "tracing",12202 "tracing-gum-proc-macro",12203]1220412205[[package]]12206name = "tracing-gum-proc-macro"12207version = "0.9.24"12208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12209dependencies = [12210 "expander 0.0.6",12211 "proc-macro-crate",12212 "proc-macro2",12213 "quote",12214 "syn",12215]1221612217[[package]]12218name = "tracing-log"12219version = "0.1.3"12220source = "registry+https://github.com/rust-lang/crates.io-index"12221checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12222dependencies = [12223 "ahash",12224 "lazy_static",12225 "log",12226 "lru 0.7.8",12227 "tracing-core",12228]1222912230[[package]]12231name = "tracing-serde"12232version = "0.1.3"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12235dependencies = [12236 "serde",12237 "tracing-core",12238]1223912240[[package]]12241name = "tracing-subscriber"12242version = "0.2.25"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12245dependencies = [12246 "ansi_term",12247 "chrono",12248 "lazy_static",12249 "matchers",12250 "parking_lot 0.11.2",12251 "regex",12252 "serde",12253 "serde_json",12254 "sharded-slab",12255 "smallvec",12256 "thread_local",12257 "tracing",12258 "tracing-core",12259 "tracing-log",12260 "tracing-serde",12261]1226212263[[package]]12264name = "trie-db"12265version = "0.23.1"12266source = "registry+https://github.com/rust-lang/crates.io-index"12267checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12268dependencies = [12269 "hash-db",12270 "hashbrown 0.12.3",12271 "log",12272 "rustc-hex",12273 "smallvec",12274]1227512276[[package]]12277name = "trie-root"12278version = "0.17.0"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12281dependencies = [12282 "hash-db",12283]1228412285[[package]]12286name = "triehash"12287version = "0.8.4"12288source = "registry+https://github.com/rust-lang/crates.io-index"12289checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12290dependencies = [12291 "hash-db",12292 "rlp",12293]1229412295[[package]]12296name = "trust-dns-proto"12297version = "0.21.2"12298source = "registry+https://github.com/rust-lang/crates.io-index"12299checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12300dependencies = [12301 "async-trait",12302 "cfg-if 1.0.0",12303 "data-encoding",12304 "enum-as-inner",12305 "futures-channel",12306 "futures-io",12307 "futures-util",12308 "idna",12309 "ipnet",12310 "lazy_static",12311 "log",12312 "rand 0.8.5",12313 "smallvec",12314 "thiserror",12315 "tinyvec",12316 "url",12317]1231812319[[package]]12320name = "trust-dns-resolver"12321version = "0.21.2"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12324dependencies = [12325 "cfg-if 1.0.0",12326 "futures-util",12327 "ipconfig",12328 "lazy_static",12329 "log",12330 "lru-cache",12331 "parking_lot 0.12.1",12332 "resolv-conf",12333 "smallvec",12334 "thiserror",12335 "trust-dns-proto",12336]1233712338[[package]]12339name = "try-lock"12340version = "0.2.3"12341source = "registry+https://github.com/rust-lang/crates.io-index"12342checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1234312344[[package]]12345name = "try-runtime-cli"12346version = "0.10.0-dev"12347source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"12348dependencies = [12349 "clap",12350 "jsonrpsee",12351 "log",12352 "parity-scale-codec 3.1.5",12353 "remote-externalities",12354 "sc-chain-spec",12355 "sc-cli",12356 "sc-executor",12357 "sc-service",12358 "serde",12359 "sp-core",12360 "sp-externalities",12361 "sp-io",12362 "sp-keystore",12363 "sp-runtime",12364 "sp-state-machine",12365 "sp-version",12366 "zstd",12367]1236812369[[package]]12370name = "tt-call"12371version = "1.0.8"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1237412375[[package]]12376name = "twox-hash"12377version = "1.6.3"12378source = "registry+https://github.com/rust-lang/crates.io-index"12379checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12380dependencies = [12381 "cfg-if 1.0.0",12382 "digest 0.10.3",12383 "rand 0.8.5",12384 "static_assertions",12385]1238612387[[package]]12388name = "typenum"12389version = "1.15.0"12390source = "registry+https://github.com/rust-lang/crates.io-index"12391checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1239212393[[package]]12394name = "uc-rpc"12395version = "0.1.1"12396dependencies = [12397 "anyhow",12398 "jsonrpsee",12399 "pallet-common",12400 "pallet-evm",12401 "parity-scale-codec 3.1.5",12402 "rmrk-rpc",12403 "sp-api",12404 "sp-blockchain",12405 "sp-core",12406 "sp-rpc",12407 "sp-runtime",12408 "up-data-structs",12409 "up-rpc",12410]1241112412[[package]]12413name = "ucd-trie"12414version = "0.1.4"12415source = "registry+https://github.com/rust-lang/crates.io-index"12416checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"1241712418[[package]]12419name = "uint"12420version = "0.9.3"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12423dependencies = [12424 "byteorder",12425 "crunchy",12426 "hex",12427 "static_assertions",12428]1242912430[[package]]12431name = "unicase"12432version = "2.6.0"12433source = "registry+https://github.com/rust-lang/crates.io-index"12434checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12435dependencies = [12436 "version_check",12437]1243812439[[package]]12440name = "unicode-bidi"12441version = "0.3.8"12442source = "registry+https://github.com/rust-lang/crates.io-index"12443checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1244412445[[package]]12446name = "unicode-ident"12447version = "1.0.2"12448source = "registry+https://github.com/rust-lang/crates.io-index"12449checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"1245012451[[package]]12452name = "unicode-normalization"12453version = "0.1.21"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"12456dependencies = [12457 "tinyvec",12458]1245912460[[package]]12461name = "unicode-segmentation"12462version = "1.9.0"12463source = "registry+https://github.com/rust-lang/crates.io-index"12464checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1246512466[[package]]12467name = "unicode-width"12468version = "0.1.9"12469source = "registry+https://github.com/rust-lang/crates.io-index"12470checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1247112472[[package]]12473name = "unicode-xid"12474version = "0.2.3"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1247712478[[package]]12479name = "unique-node"12480version = "0.9.24"12481dependencies = [12482 "clap",12483 "common-types",12484 "cumulus-client-cli",12485 "cumulus-client-collator",12486 "cumulus-client-consensus-aura",12487 "cumulus-client-consensus-common",12488 "cumulus-client-network",12489 "cumulus-client-service",12490 "cumulus-primitives-core",12491 "cumulus-primitives-parachain-inherent",12492 "cumulus-relay-chain-inprocess-interface",12493 "cumulus-relay-chain-interface",12494 "cumulus-relay-chain-rpc-interface",12495 "fc-consensus",12496 "fc-db",12497 "fc-mapping-sync",12498 "fc-rpc",12499 "fc-rpc-core",12500 "flexi_logger",12501 "fp-rpc",12502 "frame-benchmarking",12503 "frame-benchmarking-cli",12504 "futures 0.3.21",12505 "jsonrpsee",12506 "log",12507 "opal-runtime",12508 "pallet-ethereum",12509 "pallet-transaction-payment-rpc",12510 "pallet-transaction-payment-rpc-runtime-api",12511 "parity-scale-codec 3.1.5",12512 "parking_lot 0.11.2",12513 "polkadot-cli",12514 "polkadot-parachain",12515 "polkadot-primitives",12516 "polkadot-service",12517 "polkadot-test-service",12518 "quartz-runtime",12519 "rmrk-rpc",12520 "sc-basic-authorship",12521 "sc-chain-spec",12522 "sc-cli",12523 "sc-client-api",12524 "sc-consensus",12525 "sc-consensus-aura",12526 "sc-consensus-manual-seal",12527 "sc-executor",12528 "sc-finality-grandpa",12529 "sc-keystore",12530 "sc-network",12531 "sc-rpc",12532 "sc-rpc-api",12533 "sc-service",12534 "sc-sysinfo",12535 "sc-telemetry",12536 "sc-tracing",12537 "sc-transaction-pool",12538 "serde",12539 "serde_json",12540 "sp-api",12541 "sp-block-builder",12542 "sp-blockchain",12543 "sp-consensus",12544 "sp-consensus-aura",12545 "sp-core",12546 "sp-finality-grandpa",12547 "sp-inherents",12548 "sp-keystore",12549 "sp-offchain",12550 "sp-runtime",12551 "sp-session",12552 "sp-timestamp",12553 "sp-transaction-pool",12554 "sp-trie",12555 "substrate-build-script-utils",12556 "substrate-frame-rpc-system",12557 "substrate-prometheus-endpoint",12558 "tokio 1.20.1",12559 "try-runtime-cli",12560 "unique-rpc",12561 "unique-runtime",12562 "up-data-structs",12563 "up-rpc",12564]1256512566[[package]]12567name = "unique-rpc"12568version = "0.1.0"12569dependencies = [12570 "common-types",12571 "fc-db",12572 "fc-mapping-sync",12573 "fc-rpc",12574 "fc-rpc-core",12575 "fp-rpc",12576 "fp-storage",12577 "futures 0.3.21",12578 "jsonrpsee",12579 "pallet-common",12580 "pallet-ethereum",12581 "pallet-transaction-payment-rpc",12582 "pallet-transaction-payment-rpc-runtime-api",12583 "pallet-unique",12584 "rmrk-rpc",12585 "sc-client-api",12586 "sc-consensus-aura",12587 "sc-consensus-epochs",12588 "sc-finality-grandpa",12589 "sc-finality-grandpa-rpc",12590 "sc-keystore",12591 "sc-network",12592 "sc-rpc",12593 "sc-rpc-api",12594 "sc-service",12595 "sc-transaction-pool",12596 "serde",12597 "sp-api",12598 "sp-block-builder",12599 "sp-blockchain",12600 "sp-consensus",12601 "sp-consensus-aura",12602 "sp-core",12603 "sp-offchain",12604 "sp-runtime",12605 "sp-session",12606 "sp-storage",12607 "sp-transaction-pool",12608 "substrate-frame-rpc-system",12609 "tokio 0.2.25",12610 "uc-rpc",12611 "up-data-structs",12612 "up-rpc",12613]1261412615[[package]]12616name = "unique-runtime"12617version = "0.9.24"12618dependencies = [12619 "common-types",12620 "cumulus-pallet-aura-ext",12621 "cumulus-pallet-dmp-queue",12622 "cumulus-pallet-parachain-system",12623 "cumulus-pallet-xcm",12624 "cumulus-pallet-xcmp-queue",12625 "cumulus-primitives-core",12626 "cumulus-primitives-timestamp",12627 "cumulus-primitives-utility",12628 "derivative",12629 "evm-coder",12630 "fp-evm-mapping",12631 "fp-rpc",12632 "fp-self-contained",12633 "frame-benchmarking",12634 "frame-executive",12635 "frame-support",12636 "frame-system",12637 "frame-system-benchmarking",12638 "frame-system-rpc-runtime-api",12639 "frame-try-runtime",12640 "hex-literal",12641 "log",12642 "orml-vesting",12643 "pallet-aura",12644 "pallet-balances",12645 "pallet-base-fee",12646 "pallet-common",12647 "pallet-ethereum",12648 "pallet-evm",12649 "pallet-evm-coder-substrate",12650 "pallet-evm-contract-helpers",12651 "pallet-evm-migration",12652 "pallet-evm-transaction-payment",12653 "pallet-fungible",12654 "pallet-inflation",12655 "pallet-nonfungible",12656 "pallet-randomness-collective-flip",12657 "pallet-refungible",12658 "pallet-rmrk-core",12659 "pallet-rmrk-equip",12660 "pallet-structure",12661 "pallet-sudo",12662 "pallet-template-transaction-payment",12663 "pallet-timestamp",12664 "pallet-transaction-payment",12665 "pallet-transaction-payment-rpc-runtime-api",12666 "pallet-treasury",12667 "pallet-unique",12668 "pallet-unique-scheduler",12669 "pallet-xcm",12670 "parachain-info",12671 "parity-scale-codec 3.1.5",12672 "polkadot-parachain",12673 "rmrk-rpc",12674 "scale-info",12675 "serde",12676 "smallvec",12677 "sp-api",12678 "sp-arithmetic",12679 "sp-block-builder",12680 "sp-consensus-aura",12681 "sp-core",12682 "sp-inherents",12683 "sp-io",12684 "sp-offchain",12685 "sp-runtime",12686 "sp-session",12687 "sp-std",12688 "sp-transaction-pool",12689 "sp-version",12690 "substrate-wasm-builder",12691 "up-data-structs",12692 "up-rpc",12693 "up-sponsorship",12694 "xcm",12695 "xcm-builder",12696 "xcm-executor",12697]1269812699[[package]]12700name = "universal-hash"12701version = "0.4.1"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12704dependencies = [12705 "generic-array 0.14.5",12706 "subtle",12707]1270812709[[package]]12710name = "unsigned-varint"12711version = "0.7.1"12712source = "registry+https://github.com/rust-lang/crates.io-index"12713checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12714dependencies = [12715 "asynchronous-codec",12716 "bytes 1.2.0",12717 "futures-io",12718 "futures-util",12719]1272012721[[package]]12722name = "untrusted"12723version = "0.7.1"12724source = "registry+https://github.com/rust-lang/crates.io-index"12725checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1272612727[[package]]12728name = "up-data-structs"12729version = "0.2.1"12730dependencies = [12731 "derivative",12732 "frame-support",12733 "frame-system",12734 "pallet-evm",12735 "parity-scale-codec 3.1.5",12736 "rmrk-traits",12737 "scale-info",12738 "serde",12739 "sp-core",12740 "sp-runtime",12741 "sp-std",12742 "struct-versioning",12743]1274412745[[package]]12746name = "up-rpc"12747version = "0.1.2"12748dependencies = [12749 "pallet-common",12750 "pallet-evm",12751 "parity-scale-codec 3.1.5",12752 "sp-api",12753 "sp-core",12754 "sp-runtime",12755 "sp-std",12756 "up-data-structs",12757]1275812759[[package]]12760name = "up-sponsorship"12761version = "0.1.0"12762source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"12763dependencies = [12764 "impl-trait-for-tuples",12765]1276612767[[package]]12768name = "url"12769version = "2.2.2"12770source = "registry+https://github.com/rust-lang/crates.io-index"12771checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12772dependencies = [12773 "form_urlencoded",12774 "idna",12775 "matches",12776 "percent-encoding",12777]1277812779[[package]]12780name = "valuable"12781version = "0.1.0"12782source = "registry+https://github.com/rust-lang/crates.io-index"12783checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1278412785[[package]]12786name = "value-bag"12787version = "1.0.0-alpha.9"12788source = "registry+https://github.com/rust-lang/crates.io-index"12789checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12790dependencies = [12791 "ctor",12792 "version_check",12793]1279412795[[package]]12796name = "vcpkg"12797version = "0.2.15"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1280012801[[package]]12802name = "version_check"12803version = "0.9.4"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1280612807[[package]]12808name = "void"12809version = "1.0.2"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1281212813[[package]]12814name = "waker-fn"12815version = "1.1.0"12816source = "registry+https://github.com/rust-lang/crates.io-index"12817checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1281812819[[package]]12820name = "walkdir"12821version = "2.3.2"12822source = "registry+https://github.com/rust-lang/crates.io-index"12823checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12824dependencies = [12825 "same-file",12826 "winapi",12827 "winapi-util",12828]1282912830[[package]]12831name = "want"12832version = "0.3.0"12833source = "registry+https://github.com/rust-lang/crates.io-index"12834checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12835dependencies = [12836 "log",12837 "try-lock",12838]1283912840[[package]]12841name = "wasi"12842version = "0.9.0+wasi-snapshot-preview1"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1284512846[[package]]12847name = "wasi"12848version = "0.10.0+wasi-snapshot-preview1"12849source = "registry+https://github.com/rust-lang/crates.io-index"12850checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1285112852[[package]]12853name = "wasi"12854version = "0.11.0+wasi-snapshot-preview1"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1285712858[[package]]12859name = "wasm-bindgen"12860version = "0.2.82"12861source = "registry+https://github.com/rust-lang/crates.io-index"12862checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"12863dependencies = [12864 "cfg-if 1.0.0",12865 "wasm-bindgen-macro",12866]1286712868[[package]]12869name = "wasm-bindgen-backend"12870version = "0.2.82"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"12873dependencies = [12874 "bumpalo",12875 "log",12876 "once_cell",12877 "proc-macro2",12878 "quote",12879 "syn",12880 "wasm-bindgen-shared",12881]1288212883[[package]]12884name = "wasm-bindgen-futures"12885version = "0.4.32"12886source = "registry+https://github.com/rust-lang/crates.io-index"12887checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"12888dependencies = [12889 "cfg-if 1.0.0",12890 "js-sys",12891 "wasm-bindgen",12892 "web-sys",12893]1289412895[[package]]12896name = "wasm-bindgen-macro"12897version = "0.2.82"12898source = "registry+https://github.com/rust-lang/crates.io-index"12899checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"12900dependencies = [12901 "quote",12902 "wasm-bindgen-macro-support",12903]1290412905[[package]]12906name = "wasm-bindgen-macro-support"12907version = "0.2.82"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"12910dependencies = [12911 "proc-macro2",12912 "quote",12913 "syn",12914 "wasm-bindgen-backend",12915 "wasm-bindgen-shared",12916]1291712918[[package]]12919name = "wasm-bindgen-shared"12920version = "0.2.82"12921source = "registry+https://github.com/rust-lang/crates.io-index"12922checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"1292312924[[package]]12925name = "wasm-gc-api"12926version = "0.1.11"12927source = "registry+https://github.com/rust-lang/crates.io-index"12928checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12929dependencies = [12930 "log",12931 "parity-wasm 0.32.0",12932 "rustc-demangle",12933]1293412935[[package]]12936name = "wasm-instrument"12937version = "0.1.1"12938source = "registry+https://github.com/rust-lang/crates.io-index"12939checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12940dependencies = [12941 "parity-wasm 0.42.2",12942]1294312944[[package]]12945name = "wasm-timer"12946version = "0.2.5"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12949dependencies = [12950 "futures 0.3.21",12951 "js-sys",12952 "parking_lot 0.11.2",12953 "pin-utils",12954 "wasm-bindgen",12955 "wasm-bindgen-futures",12956 "web-sys",12957]1295812959[[package]]12960name = "wasmi"12961version = "0.9.1"12962source = "registry+https://github.com/rust-lang/crates.io-index"12963checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12964dependencies = [12965 "downcast-rs",12966 "libc",12967 "libm",12968 "memory_units",12969 "num-rational 0.2.4",12970 "num-traits",12971 "parity-wasm 0.42.2",12972 "wasmi-validation",12973]1297412975[[package]]12976name = "wasmi-validation"12977version = "0.4.1"12978source = "registry+https://github.com/rust-lang/crates.io-index"12979checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12980dependencies = [12981 "parity-wasm 0.42.2",12982]1298312984[[package]]12985name = "wasmparser"12986version = "0.83.0"12987source = "registry+https://github.com/rust-lang/crates.io-index"12988checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1298912990[[package]]12991name = "wasmtime"12992version = "0.35.3"12993source = "registry+https://github.com/rust-lang/crates.io-index"12994checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12995dependencies = [12996 "anyhow",12997 "backtrace",12998 "bincode",12999 "cfg-if 1.0.0",13000 "indexmap",13001 "lazy_static",13002 "libc",13003 "log",13004 "object 0.27.1",13005 "once_cell",13006 "paste",13007 "psm",13008 "rayon",13009 "region",13010 "serde",13011 "target-lexicon",13012 "wasmparser",13013 "wasmtime-cache",13014 "wasmtime-cranelift",13015 "wasmtime-environ",13016 "wasmtime-jit",13017 "wasmtime-runtime",13018 "winapi",13019]1302013021[[package]]13022name = "wasmtime-cache"13023version = "0.35.3"13024source = "registry+https://github.com/rust-lang/crates.io-index"13025checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13026dependencies = [13027 "anyhow",13028 "base64",13029 "bincode",13030 "directories-next",13031 "file-per-thread-logger",13032 "log",13033 "rustix",13034 "serde",13035 "sha2 0.9.9",13036 "toml",13037 "winapi",13038 "zstd",13039]1304013041[[package]]13042name = "wasmtime-cranelift"13043version = "0.35.3"13044source = "registry+https://github.com/rust-lang/crates.io-index"13045checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13046dependencies = [13047 "anyhow",13048 "cranelift-codegen",13049 "cranelift-entity",13050 "cranelift-frontend",13051 "cranelift-native",13052 "cranelift-wasm",13053 "gimli",13054 "log",13055 "more-asserts",13056 "object 0.27.1",13057 "target-lexicon",13058 "thiserror",13059 "wasmparser",13060 "wasmtime-environ",13061]1306213063[[package]]13064name = "wasmtime-environ"13065version = "0.35.3"13066source = "registry+https://github.com/rust-lang/crates.io-index"13067checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13068dependencies = [13069 "anyhow",13070 "cranelift-entity",13071 "gimli",13072 "indexmap",13073 "log",13074 "more-asserts",13075 "object 0.27.1",13076 "serde",13077 "target-lexicon",13078 "thiserror",13079 "wasmparser",13080 "wasmtime-types",13081]1308213083[[package]]13084name = "wasmtime-jit"13085version = "0.35.3"13086source = "registry+https://github.com/rust-lang/crates.io-index"13087checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13088dependencies = [13089 "addr2line",13090 "anyhow",13091 "bincode",13092 "cfg-if 1.0.0",13093 "cpp_demangle",13094 "gimli",13095 "log",13096 "object 0.27.1",13097 "region",13098 "rustc-demangle",13099 "rustix",13100 "serde",13101 "target-lexicon",13102 "thiserror",13103 "wasmtime-environ",13104 "wasmtime-jit-debug",13105 "wasmtime-runtime",13106 "winapi",13107]1310813109[[package]]13110name = "wasmtime-jit-debug"13111version = "0.35.3"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13114dependencies = [13115 "lazy_static",13116 "object 0.27.1",13117 "rustix",13118]1311913120[[package]]13121name = "wasmtime-runtime"13122version = "0.35.3"13123source = "registry+https://github.com/rust-lang/crates.io-index"13124checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13125dependencies = [13126 "anyhow",13127 "backtrace",13128 "cc",13129 "cfg-if 1.0.0",13130 "indexmap",13131 "libc",13132 "log",13133 "mach",13134 "memfd",13135 "memoffset",13136 "more-asserts",13137 "rand 0.8.5",13138 "region",13139 "rustix",13140 "thiserror",13141 "wasmtime-environ",13142 "wasmtime-jit-debug",13143 "winapi",13144]1314513146[[package]]13147name = "wasmtime-types"13148version = "0.35.3"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13151dependencies = [13152 "cranelift-entity",13153 "serde",13154 "thiserror",13155 "wasmparser",13156]1315713158[[package]]13159name = "web-sys"13160version = "0.3.59"13161source = "registry+https://github.com/rust-lang/crates.io-index"13162checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"13163dependencies = [13164 "js-sys",13165 "wasm-bindgen",13166]1316713168[[package]]13169name = "webpki"13170version = "0.22.0"13171source = "registry+https://github.com/rust-lang/crates.io-index"13172checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13173dependencies = [13174 "ring",13175 "untrusted",13176]1317713178[[package]]13179name = "webpki-roots"13180version = "0.22.4"13181source = "registry+https://github.com/rust-lang/crates.io-index"13182checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"13183dependencies = [13184 "webpki",13185]1318613187[[package]]13188name = "wepoll-ffi"13189version = "0.1.2"13190source = "registry+https://github.com/rust-lang/crates.io-index"13191checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13192dependencies = [13193 "cc",13194]1319513196[[package]]13197name = "westend-runtime"13198version = "0.9.24"13199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13200dependencies = [13201 "beefy-primitives",13202 "bitvec 1.0.1",13203 "frame-benchmarking",13204 "frame-election-provider-support",13205 "frame-executive",13206 "frame-support",13207 "frame-system",13208 "frame-system-benchmarking",13209 "frame-system-rpc-runtime-api",13210 "frame-try-runtime",13211 "hex-literal",13212 "log",13213 "pallet-authority-discovery",13214 "pallet-authorship",13215 "pallet-babe",13216 "pallet-bags-list",13217 "pallet-balances",13218 "pallet-collective",13219 "pallet-democracy",13220 "pallet-election-provider-multi-phase",13221 "pallet-election-provider-support-benchmarking",13222 "pallet-elections-phragmen",13223 "pallet-grandpa",13224 "pallet-identity",13225 "pallet-im-online",13226 "pallet-indices",13227 "pallet-membership",13228 "pallet-multisig",13229 "pallet-nicks",13230 "pallet-nomination-pools",13231 "pallet-nomination-pools-benchmarking",13232 "pallet-offences",13233 "pallet-offences-benchmarking",13234 "pallet-preimage",13235 "pallet-proxy",13236 "pallet-recovery",13237 "pallet-scheduler",13238 "pallet-session",13239 "pallet-session-benchmarking",13240 "pallet-society",13241 "pallet-staking",13242 "pallet-staking-reward-curve",13243 "pallet-sudo",13244 "pallet-timestamp",13245 "pallet-transaction-payment",13246 "pallet-transaction-payment-rpc-runtime-api",13247 "pallet-treasury",13248 "pallet-utility",13249 "pallet-vesting",13250 "pallet-xcm",13251 "pallet-xcm-benchmarks",13252 "parity-scale-codec 3.1.5",13253 "polkadot-parachain",13254 "polkadot-primitives",13255 "polkadot-runtime-common",13256 "polkadot-runtime-parachains",13257 "rustc-hex",13258 "scale-info",13259 "serde",13260 "serde_derive",13261 "smallvec",13262 "sp-api",13263 "sp-authority-discovery",13264 "sp-block-builder",13265 "sp-consensus-babe",13266 "sp-core",13267 "sp-inherents",13268 "sp-io",13269 "sp-mmr-primitives",13270 "sp-npos-elections",13271 "sp-offchain",13272 "sp-runtime",13273 "sp-session",13274 "sp-staking",13275 "sp-std",13276 "sp-transaction-pool",13277 "sp-version",13278 "substrate-wasm-builder",13279 "westend-runtime-constants",13280 "xcm",13281 "xcm-builder",13282 "xcm-executor",13283]1328413285[[package]]13286name = "westend-runtime-constants"13287version = "0.9.24"13288source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13289dependencies = [13290 "frame-support",13291 "polkadot-primitives",13292 "polkadot-runtime-common",13293 "smallvec",13294 "sp-runtime",13295]1329613297[[package]]13298name = "which"13299version = "4.2.5"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13302dependencies = [13303 "either",13304 "lazy_static",13305 "libc",13306]1330713308[[package]]13309name = "widestring"13310version = "0.5.1"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1331313314[[package]]13315name = "winapi"13316version = "0.3.9"13317source = "registry+https://github.com/rust-lang/crates.io-index"13318checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13319dependencies = [13320 "winapi-i686-pc-windows-gnu",13321 "winapi-x86_64-pc-windows-gnu",13322]1332313324[[package]]13325name = "winapi-i686-pc-windows-gnu"13326version = "0.4.0"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332913330[[package]]13331name = "winapi-util"13332version = "0.1.5"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13335dependencies = [13336 "winapi",13337]1333813339[[package]]13340name = "winapi-x86_64-pc-windows-gnu"13341version = "0.4.0"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334413345[[package]]13346name = "windows"13347version = "0.34.0"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13350dependencies = [13351 "windows_aarch64_msvc 0.34.0",13352 "windows_i686_gnu 0.34.0",13353 "windows_i686_msvc 0.34.0",13354 "windows_x86_64_gnu 0.34.0",13355 "windows_x86_64_msvc 0.34.0",13356]1335713358[[package]]13359name = "windows-sys"13360version = "0.36.1"13361source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13363dependencies = [13364 "windows_aarch64_msvc 0.36.1",13365 "windows_i686_gnu 0.36.1",13366 "windows_i686_msvc 0.36.1",13367 "windows_x86_64_gnu 0.36.1",13368 "windows_x86_64_msvc 0.36.1",13369]1337013371[[package]]13372name = "windows_aarch64_msvc"13373version = "0.34.0"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1337613377[[package]]13378name = "windows_aarch64_msvc"13379version = "0.36.1"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1338213383[[package]]13384name = "windows_i686_gnu"13385version = "0.34.0"13386source = "registry+https://github.com/rust-lang/crates.io-index"13387checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1338813389[[package]]13390name = "windows_i686_gnu"13391version = "0.36.1"13392source = "registry+https://github.com/rust-lang/crates.io-index"13393checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1339413395[[package]]13396name = "windows_i686_msvc"13397version = "0.34.0"13398source = "registry+https://github.com/rust-lang/crates.io-index"13399checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1340013401[[package]]13402name = "windows_i686_msvc"13403version = "0.36.1"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1340613407[[package]]13408name = "windows_x86_64_gnu"13409version = "0.34.0"13410source = "registry+https://github.com/rust-lang/crates.io-index"13411checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1341213413[[package]]13414name = "windows_x86_64_gnu"13415version = "0.36.1"13416source = "registry+https://github.com/rust-lang/crates.io-index"13417checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1341813419[[package]]13420name = "windows_x86_64_msvc"13421version = "0.34.0"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1342413425[[package]]13426name = "windows_x86_64_msvc"13427version = "0.36.1"13428source = "registry+https://github.com/rust-lang/crates.io-index"13429checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1343013431[[package]]13432name = "winreg"13433version = "0.7.0"13434source = "registry+https://github.com/rust-lang/crates.io-index"13435checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13436dependencies = [13437 "winapi",13438]1343913440[[package]]13441name = "wyz"13442version = "0.2.0"13443source = "registry+https://github.com/rust-lang/crates.io-index"13444checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1344513446[[package]]13447name = "wyz"13448version = "0.5.0"13449source = "registry+https://github.com/rust-lang/crates.io-index"13450checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13451dependencies = [13452 "tap",13453]1345413455[[package]]13456name = "x25519-dalek"13457version = "1.1.1"13458source = "registry+https://github.com/rust-lang/crates.io-index"13459checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13460dependencies = [13461 "curve25519-dalek 3.2.0",13462 "rand_core 0.5.1",13463 "zeroize",13464]1346513466[[package]]13467name = "xcm"13468version = "0.9.24"13469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13470dependencies = [13471 "derivative",13472 "impl-trait-for-tuples",13473 "log",13474 "parity-scale-codec 3.1.5",13475 "scale-info",13476 "xcm-procedural",13477]1347813479[[package]]13480name = "xcm-builder"13481version = "0.9.24"13482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13483dependencies = [13484 "frame-support",13485 "frame-system",13486 "log",13487 "pallet-transaction-payment",13488 "parity-scale-codec 3.1.5",13489 "polkadot-parachain",13490 "scale-info",13491 "sp-arithmetic",13492 "sp-io",13493 "sp-runtime",13494 "sp-std",13495 "xcm",13496 "xcm-executor",13497]1349813499[[package]]13500name = "xcm-executor"13501version = "0.9.24"13502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13503dependencies = [13504 "frame-benchmarking",13505 "frame-support",13506 "impl-trait-for-tuples",13507 "log",13508 "parity-scale-codec 3.1.5",13509 "sp-arithmetic",13510 "sp-core",13511 "sp-io",13512 "sp-runtime",13513 "sp-std",13514 "xcm",13515]1351613517[[package]]13518name = "xcm-procedural"13519version = "0.1.0"13520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13521dependencies = [13522 "Inflector",13523 "proc-macro2",13524 "quote",13525 "syn",13526]1352713528[[package]]13529name = "yamux"13530version = "0.10.1"13531source = "registry+https://github.com/rust-lang/crates.io-index"13532checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13533dependencies = [13534 "futures 0.3.21",13535 "log",13536 "nohash-hasher",13537 "parking_lot 0.12.1",13538 "rand 0.8.5",13539 "static_assertions",13540]1354113542[[package]]13543name = "yansi"13544version = "0.5.1"13545source = "registry+https://github.com/rust-lang/crates.io-index"13546checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1354713548[[package]]13549name = "zeroize"13550version = "1.5.7"13551source = "registry+https://github.com/rust-lang/crates.io-index"13552checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13553dependencies = [13554 "zeroize_derive",13555]1355613557[[package]]13558name = "zeroize_derive"13559version = "1.3.2"13560source = "registry+https://github.com/rust-lang/crates.io-index"13561checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13562dependencies = [13563 "proc-macro2",13564 "quote",13565 "syn",13566 "synstructure",13567]1356813569[[package]]13570name = "zstd"13571version = "0.10.2+zstd.1.5.2"13572source = "registry+https://github.com/rust-lang/crates.io-index"13573checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13574dependencies = [13575 "zstd-safe",13576]1357713578[[package]]13579name = "zstd-safe"13580version = "4.1.6+zstd.1.5.2"13581source = "registry+https://github.com/rust-lang/crates.io-index"13582checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13583dependencies = [13584 "libc",13585 "zstd-sys",13586]1358713588[[package]]13589name = "zstd-sys"13590version = "1.6.3+zstd.1.5.2"13591source = "registry+https://github.com/rust-lang/crates.io-index"13592checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13593dependencies = [13594 "cc",13595 "libc",13596]