git.delta.rocks / unique-network / refs/commits / 3784fb49189c

difftreelog

source

Cargo.lock307.5 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 = "concurrent-queue"1132version = "1.2.2"1133source = "registry+https://github.com/rust-lang/crates.io-index"1134checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1135dependencies = [1136 "cache-padded",1137]11381139[[package]]1140name = "const-oid"1141version = "0.7.1"1142source = "registry+https://github.com/rust-lang/crates.io-index"1143checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11441145[[package]]1146name = "constant_time_eq"1147version = "0.1.5"1148source = "registry+https://github.com/rust-lang/crates.io-index"1149checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11501151[[package]]1152name = "convert_case"1153version = "0.4.0"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11561157[[package]]1158name = "core-foundation"1159version = "0.9.3"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1162dependencies = [1163 "core-foundation-sys",1164 "libc",1165]11661167[[package]]1168name = "core-foundation-sys"1169version = "0.8.3"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11721173[[package]]1174name = "core2"1175version = "0.4.0"1176source = "registry+https://github.com/rust-lang/crates.io-index"1177checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1178dependencies = [1179 "memchr",1180]11811182[[package]]1183name = "cpp_demangle"1184version = "0.3.5"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1187dependencies = [1188 "cfg-if 1.0.0",1189]11901191[[package]]1192name = "cpufeatures"1193version = "0.2.2"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1196dependencies = [1197 "libc",1198]11991200[[package]]1201name = "cranelift-bforest"1202version = "0.82.3"1203source = "registry+https://github.com/rust-lang/crates.io-index"1204checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1205dependencies = [1206 "cranelift-entity",1207]12081209[[package]]1210name = "cranelift-codegen"1211version = "0.82.3"1212source = "registry+https://github.com/rust-lang/crates.io-index"1213checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1214dependencies = [1215 "cranelift-bforest",1216 "cranelift-codegen-meta",1217 "cranelift-codegen-shared",1218 "cranelift-entity",1219 "gimli",1220 "log",1221 "regalloc",1222 "smallvec",1223 "target-lexicon",1224]12251226[[package]]1227name = "cranelift-codegen-meta"1228version = "0.82.3"1229source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1231dependencies = [1232 "cranelift-codegen-shared",1233]12341235[[package]]1236name = "cranelift-codegen-shared"1237version = "0.82.3"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12401241[[package]]1242name = "cranelift-entity"1243version = "0.82.3"1244source = "registry+https://github.com/rust-lang/crates.io-index"1245checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1246dependencies = [1247 "serde",1248]12491250[[package]]1251name = "cranelift-frontend"1252version = "0.82.3"1253source = "registry+https://github.com/rust-lang/crates.io-index"1254checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1255dependencies = [1256 "cranelift-codegen",1257 "log",1258 "smallvec",1259 "target-lexicon",1260]12611262[[package]]1263name = "cranelift-native"1264version = "0.82.3"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1267dependencies = [1268 "cranelift-codegen",1269 "libc",1270 "target-lexicon",1271]12721273[[package]]1274name = "cranelift-wasm"1275version = "0.82.3"1276source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1278dependencies = [1279 "cranelift-codegen",1280 "cranelift-entity",1281 "cranelift-frontend",1282 "itertools",1283 "log",1284 "smallvec",1285 "wasmparser",1286 "wasmtime-types",1287]12881289[[package]]1290name = "crc32fast"1291version = "1.3.2"1292source = "registry+https://github.com/rust-lang/crates.io-index"1293checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1294dependencies = [1295 "cfg-if 1.0.0",1296]12971298[[package]]1299name = "crossbeam-channel"1300version = "0.5.6"1301source = "registry+https://github.com/rust-lang/crates.io-index"1302checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1303dependencies = [1304 "cfg-if 1.0.0",1305 "crossbeam-utils",1306]13071308[[package]]1309name = "crossbeam-deque"1310version = "0.8.2"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1313dependencies = [1314 "cfg-if 1.0.0",1315 "crossbeam-epoch",1316 "crossbeam-utils",1317]13181319[[package]]1320name = "crossbeam-epoch"1321version = "0.9.10"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"1324dependencies = [1325 "autocfg",1326 "cfg-if 1.0.0",1327 "crossbeam-utils",1328 "memoffset",1329 "once_cell",1330 "scopeguard",1331]13321333[[package]]1334name = "crossbeam-queue"1335version = "0.3.6"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1338dependencies = [1339 "cfg-if 1.0.0",1340 "crossbeam-utils",1341]13421343[[package]]1344name = "crossbeam-utils"1345version = "0.8.11"1346source = "registry+https://github.com/rust-lang/crates.io-index"1347checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"1348dependencies = [1349 "cfg-if 1.0.0",1350 "once_cell",1351]13521353[[package]]1354name = "crunchy"1355version = "0.2.2"1356source = "registry+https://github.com/rust-lang/crates.io-index"1357checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13581359[[package]]1360name = "crypto-bigint"1361version = "0.3.2"1362source = "registry+https://github.com/rust-lang/crates.io-index"1363checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1364dependencies = [1365 "generic-array 0.14.5",1366 "rand_core 0.6.3",1367 "subtle",1368 "zeroize",1369]13701371[[package]]1372name = "crypto-common"1373version = "0.1.6"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1376dependencies = [1377 "generic-array 0.14.5",1378 "typenum",1379]13801381[[package]]1382name = "crypto-mac"1383version = "0.8.0"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1386dependencies = [1387 "generic-array 0.14.5",1388 "subtle",1389]13901391[[package]]1392name = "crypto-mac"1393version = "0.11.1"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1396dependencies = [1397 "generic-array 0.14.5",1398 "subtle",1399]14001401[[package]]1402name = "ctor"1403version = "0.1.22"1404source = "registry+https://github.com/rust-lang/crates.io-index"1405checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1406dependencies = [1407 "quote",1408 "syn",1409]14101411[[package]]1412name = "ctr"1413version = "0.8.0"1414source = "registry+https://github.com/rust-lang/crates.io-index"1415checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1416dependencies = [1417 "cipher",1418]14191420[[package]]1421name = "cuckoofilter"1422version = "0.5.0"1423source = "registry+https://github.com/rust-lang/crates.io-index"1424checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1425dependencies = [1426 "byteorder",1427 "fnv",1428 "rand 0.7.3",1429]14301431[[package]]1432name = "cumulus-client-cli"1433version = "0.1.0"1434source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1435dependencies = [1436 "clap",1437 "sc-cli",1438 "sc-service",1439 "url",1440]14411442[[package]]1443name = "cumulus-client-collator"1444version = "0.1.0"1445source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1446dependencies = [1447 "cumulus-client-consensus-common",1448 "cumulus-client-network",1449 "cumulus-primitives-core",1450 "cumulus-relay-chain-interface",1451 "futures 0.3.21",1452 "parity-scale-codec 3.1.5",1453 "parking_lot 0.12.1",1454 "polkadot-node-primitives",1455 "polkadot-node-subsystem",1456 "polkadot-overseer",1457 "polkadot-primitives",1458 "sc-client-api",1459 "sp-api",1460 "sp-consensus",1461 "sp-core",1462 "sp-runtime",1463 "tracing",1464]14651466[[package]]1467name = "cumulus-client-consensus-aura"1468version = "0.1.0"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1470dependencies = [1471 "async-trait",1472 "cumulus-client-consensus-common",1473 "cumulus-primitives-core",1474 "futures 0.3.21",1475 "parity-scale-codec 3.1.5",1476 "sc-client-api",1477 "sc-consensus",1478 "sc-consensus-aura",1479 "sc-consensus-slots",1480 "sc-telemetry",1481 "sp-api",1482 "sp-application-crypto",1483 "sp-block-builder",1484 "sp-blockchain",1485 "sp-consensus",1486 "sp-consensus-aura",1487 "sp-core",1488 "sp-inherents",1489 "sp-keystore",1490 "sp-runtime",1491 "substrate-prometheus-endpoint",1492 "tracing",1493]14941495[[package]]1496name = "cumulus-client-consensus-common"1497version = "0.1.0"1498source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1499dependencies = [1500 "async-trait",1501 "cumulus-relay-chain-interface",1502 "dyn-clone",1503 "futures 0.3.21",1504 "parity-scale-codec 3.1.5",1505 "polkadot-primitives",1506 "sc-client-api",1507 "sc-consensus",1508 "sp-api",1509 "sp-blockchain",1510 "sp-consensus",1511 "sp-runtime",1512 "sp-trie",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-network"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "derive_more",1524 "futures 0.3.21",1525 "futures-timer",1526 "parity-scale-codec 3.1.5",1527 "parking_lot 0.12.1",1528 "polkadot-node-primitives",1529 "polkadot-parachain",1530 "polkadot-primitives",1531 "sc-client-api",1532 "sp-api",1533 "sp-blockchain",1534 "sp-consensus",1535 "sp-core",1536 "sp-runtime",1537 "sp-state-machine",1538 "tracing",1539]15401541[[package]]1542name = "cumulus-client-pov-recovery"1543version = "0.1.0"1544source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1545dependencies = [1546 "cumulus-primitives-core",1547 "cumulus-relay-chain-interface",1548 "futures 0.3.21",1549 "futures-timer",1550 "parity-scale-codec 3.1.5",1551 "polkadot-node-primitives",1552 "polkadot-node-subsystem",1553 "polkadot-overseer",1554 "polkadot-primitives",1555 "rand 0.8.5",1556 "sc-client-api",1557 "sc-consensus",1558 "sp-api",1559 "sp-consensus",1560 "sp-maybe-compressed-blob",1561 "sp-runtime",1562 "tracing",1563]15641565[[package]]1566name = "cumulus-client-service"1567version = "0.1.0"1568source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1569dependencies = [1570 "cumulus-client-cli",1571 "cumulus-client-collator",1572 "cumulus-client-consensus-common",1573 "cumulus-client-pov-recovery",1574 "cumulus-primitives-core",1575 "cumulus-relay-chain-interface",1576 "parity-scale-codec 3.1.5",1577 "parking_lot 0.12.1",1578 "polkadot-overseer",1579 "polkadot-primitives",1580 "sc-chain-spec",1581 "sc-client-api",1582 "sc-consensus",1583 "sc-consensus-babe",1584 "sc-service",1585 "sc-telemetry",1586 "sc-tracing",1587 "sp-api",1588 "sp-blockchain",1589 "sp-consensus",1590 "sp-core",1591 "sp-runtime",1592 "tracing",1593]15941595[[package]]1596name = "cumulus-pallet-aura-ext"1597version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1599dependencies = [1600 "frame-executive",1601 "frame-support",1602 "frame-system",1603 "pallet-aura",1604 "parity-scale-codec 3.1.5",1605 "scale-info",1606 "serde",1607 "sp-application-crypto",1608 "sp-consensus-aura",1609 "sp-runtime",1610 "sp-std",1611]16121613[[package]]1614name = "cumulus-pallet-dmp-queue"1615version = "0.1.0"1616source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1617dependencies = [1618 "cumulus-primitives-core",1619 "frame-support",1620 "frame-system",1621 "log",1622 "parity-scale-codec 3.1.5",1623 "scale-info",1624 "sp-io",1625 "sp-runtime",1626 "sp-std",1627 "xcm",1628 "xcm-executor",1629]16301631[[package]]1632name = "cumulus-pallet-parachain-system"1633version = "0.1.0"1634source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1635dependencies = [1636 "cumulus-pallet-parachain-system-proc-macro",1637 "cumulus-primitives-core",1638 "cumulus-primitives-parachain-inherent",1639 "environmental",1640 "frame-support",1641 "frame-system",1642 "impl-trait-for-tuples",1643 "log",1644 "pallet-balances",1645 "parity-scale-codec 3.1.5",1646 "polkadot-parachain",1647 "scale-info",1648 "serde",1649 "sp-core",1650 "sp-externalities",1651 "sp-inherents",1652 "sp-io",1653 "sp-runtime",1654 "sp-state-machine",1655 "sp-std",1656 "sp-trie",1657 "sp-version",1658 "xcm",1659]16601661[[package]]1662name = "cumulus-pallet-parachain-system-proc-macro"1663version = "0.1.0"1664source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1665dependencies = [1666 "proc-macro-crate",1667 "proc-macro2",1668 "quote",1669 "syn",1670]16711672[[package]]1673name = "cumulus-pallet-xcm"1674version = "0.1.0"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1676dependencies = [1677 "cumulus-primitives-core",1678 "frame-support",1679 "frame-system",1680 "parity-scale-codec 3.1.5",1681 "scale-info",1682 "serde",1683 "sp-io",1684 "sp-runtime",1685 "sp-std",1686 "xcm",1687]16881689[[package]]1690name = "cumulus-pallet-xcmp-queue"1691version = "0.1.0"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1693dependencies = [1694 "cumulus-primitives-core",1695 "frame-support",1696 "frame-system",1697 "log",1698 "parity-scale-codec 3.1.5",1699 "rand_chacha 0.3.1",1700 "scale-info",1701 "sp-runtime",1702 "sp-std",1703 "xcm",1704 "xcm-executor",1705]17061707[[package]]1708name = "cumulus-primitives-core"1709version = "0.1.0"1710source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1711dependencies = [1712 "frame-support",1713 "parity-scale-codec 3.1.5",1714 "polkadot-core-primitives",1715 "polkadot-parachain",1716 "polkadot-primitives",1717 "sp-api",1718 "sp-runtime",1719 "sp-std",1720 "sp-trie",1721]17221723[[package]]1724name = "cumulus-primitives-parachain-inherent"1725version = "0.1.0"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1727dependencies = [1728 "async-trait",1729 "cumulus-primitives-core",1730 "cumulus-relay-chain-interface",1731 "cumulus-test-relay-sproof-builder",1732 "parity-scale-codec 3.1.5",1733 "sc-client-api",1734 "scale-info",1735 "sp-api",1736 "sp-core",1737 "sp-inherents",1738 "sp-runtime",1739 "sp-state-machine",1740 "sp-std",1741 "sp-storage",1742 "sp-trie",1743 "tracing",1744]17451746[[package]]1747name = "cumulus-primitives-timestamp"1748version = "0.1.0"1749source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1750dependencies = [1751 "cumulus-primitives-core",1752 "futures 0.3.21",1753 "parity-scale-codec 3.1.5",1754 "sp-inherents",1755 "sp-std",1756 "sp-timestamp",1757]17581759[[package]]1760name = "cumulus-primitives-utility"1761version = "0.1.0"1762source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1763dependencies = [1764 "cumulus-primitives-core",1765 "frame-support",1766 "parity-scale-codec 3.1.5",1767 "polkadot-core-primitives",1768 "polkadot-parachain",1769 "polkadot-primitives",1770 "sp-runtime",1771 "sp-std",1772 "sp-trie",1773 "xcm",1774]17751776[[package]]1777name = "cumulus-relay-chain-inprocess-interface"1778version = "0.1.0"1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1780dependencies = [1781 "async-trait",1782 "cumulus-primitives-core",1783 "cumulus-relay-chain-interface",1784 "futures 0.3.21",1785 "futures-timer",1786 "parking_lot 0.12.1",1787 "polkadot-cli",1788 "polkadot-client",1789 "polkadot-service",1790 "sc-cli",1791 "sc-client-api",1792 "sc-consensus-babe",1793 "sc-network",1794 "sc-service",1795 "sc-sysinfo",1796 "sc-telemetry",1797 "sc-tracing",1798 "sp-api",1799 "sp-blockchain",1800 "sp-consensus",1801 "sp-core",1802 "sp-runtime",1803 "sp-state-machine",1804 "tracing",1805]18061807[[package]]1808name = "cumulus-relay-chain-interface"1809version = "0.1.0"1810source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1811dependencies = [1812 "async-trait",1813 "cumulus-primitives-core",1814 "derive_more",1815 "futures 0.3.21",1816 "jsonrpsee-core",1817 "parity-scale-codec 3.1.5",1818 "parking_lot 0.12.1",1819 "polkadot-overseer",1820 "polkadot-service",1821 "sc-client-api",1822 "sc-service",1823 "sp-api",1824 "sp-blockchain",1825 "sp-core",1826 "sp-runtime",1827 "sp-state-machine",1828 "thiserror",1829]18301831[[package]]1832name = "cumulus-relay-chain-rpc-interface"1833version = "0.1.0"1834source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1835dependencies = [1836 "async-trait",1837 "backoff",1838 "cumulus-primitives-core",1839 "cumulus-relay-chain-interface",1840 "futures 0.3.21",1841 "futures-timer",1842 "jsonrpsee",1843 "parity-scale-codec 3.1.5",1844 "parking_lot 0.12.1",1845 "polkadot-service",1846 "sc-client-api",1847 "sc-rpc-api",1848 "sp-api",1849 "sp-core",1850 "sp-runtime",1851 "sp-state-machine",1852 "sp-storage",1853 "tracing",1854 "url",1855]18561857[[package]]1858name = "cumulus-test-relay-sproof-builder"1859version = "0.1.0"1860source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1861dependencies = [1862 "cumulus-primitives-core",1863 "parity-scale-codec 3.1.5",1864 "polkadot-primitives",1865 "sp-runtime",1866 "sp-state-machine",1867 "sp-std",1868]18691870[[package]]1871name = "curve25519-dalek"1872version = "2.1.3"1873source = "registry+https://github.com/rust-lang/crates.io-index"1874checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1875dependencies = [1876 "byteorder",1877 "digest 0.8.1",1878 "rand_core 0.5.1",1879 "subtle",1880 "zeroize",1881]18821883[[package]]1884name = "curve25519-dalek"1885version = "3.2.0"1886source = "registry+https://github.com/rust-lang/crates.io-index"1887checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1888dependencies = [1889 "byteorder",1890 "digest 0.9.0",1891 "rand_core 0.5.1",1892 "subtle",1893 "zeroize",1894]18951896[[package]]1897name = "curve25519-dalek"1898version = "4.0.0-pre.1"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1901dependencies = [1902 "byteorder",1903 "digest 0.9.0",1904 "rand_core 0.6.3",1905 "subtle",1906 "zeroize",1907]19081909[[package]]1910name = "darling"1911version = "0.13.4"1912source = "registry+https://github.com/rust-lang/crates.io-index"1913checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1914dependencies = [1915 "darling_core",1916 "darling_macro",1917]19181919[[package]]1920name = "darling_core"1921version = "0.13.4"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1924dependencies = [1925 "fnv",1926 "ident_case",1927 "proc-macro2",1928 "quote",1929 "strsim",1930 "syn",1931]19321933[[package]]1934name = "darling_macro"1935version = "0.13.4"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1938dependencies = [1939 "darling_core",1940 "quote",1941 "syn",1942]19431944[[package]]1945name = "data-encoding"1946version = "2.3.2"1947source = "registry+https://github.com/rust-lang/crates.io-index"1948checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19491950[[package]]1951name = "data-encoding-macro"1952version = "0.1.12"1953source = "registry+https://github.com/rust-lang/crates.io-index"1954checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1955dependencies = [1956 "data-encoding",1957 "data-encoding-macro-internal",1958]19591960[[package]]1961name = "data-encoding-macro-internal"1962version = "0.1.10"1963source = "registry+https://github.com/rust-lang/crates.io-index"1964checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1965dependencies = [1966 "data-encoding",1967 "syn",1968]19691970[[package]]1971name = "der"1972version = "0.5.1"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1975dependencies = [1976 "const-oid",1977]19781979[[package]]1980name = "derivative"1981version = "2.2.0"1982source = "registry+https://github.com/rust-lang/crates.io-index"1983checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1984dependencies = [1985 "proc-macro2",1986 "quote",1987 "syn",1988]19891990[[package]]1991name = "derive_more"1992version = "0.99.17"1993source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1995dependencies = [1996 "convert_case",1997 "proc-macro2",1998 "quote",1999 "rustc_version 0.4.0",2000 "syn",2001]20022003[[package]]2004name = "digest"2005version = "0.8.1"2006source = "registry+https://github.com/rust-lang/crates.io-index"2007checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2008dependencies = [2009 "generic-array 0.12.4",2010]20112012[[package]]2013name = "digest"2014version = "0.9.0"2015source = "registry+https://github.com/rust-lang/crates.io-index"2016checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2017dependencies = [2018 "generic-array 0.14.5",2019]20202021[[package]]2022name = "digest"2023version = "0.10.3"2024source = "registry+https://github.com/rust-lang/crates.io-index"2025checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2026dependencies = [2027 "block-buffer 0.10.2",2028 "crypto-common",2029 "subtle",2030]20312032[[package]]2033name = "directories"2034version = "4.0.1"2035source = "registry+https://github.com/rust-lang/crates.io-index"2036checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2037dependencies = [2038 "dirs-sys",2039]20402041[[package]]2042name = "directories-next"2043version = "2.0.0"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2046dependencies = [2047 "cfg-if 1.0.0",2048 "dirs-sys-next",2049]20502051[[package]]2052name = "dirs-sys"2053version = "0.3.7"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2056dependencies = [2057 "libc",2058 "redox_users",2059 "winapi",2060]20612062[[package]]2063name = "dirs-sys-next"2064version = "0.1.2"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2067dependencies = [2068 "libc",2069 "redox_users",2070 "winapi",2071]20722073[[package]]2074name = "dns-parser"2075version = "0.8.0"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2078dependencies = [2079 "byteorder",2080 "quick-error",2081]20822083[[package]]2084name = "downcast-rs"2085version = "1.2.0"2086source = "registry+https://github.com/rust-lang/crates.io-index"2087checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20882089[[package]]2090name = "dtoa"2091version = "1.0.2"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"20942095[[package]]2096name = "dyn-clonable"2097version = "0.9.0"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2100dependencies = [2101 "dyn-clonable-impl",2102 "dyn-clone",2103]21042105[[package]]2106name = "dyn-clonable-impl"2107version = "0.9.0"2108source = "registry+https://github.com/rust-lang/crates.io-index"2109checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2110dependencies = [2111 "proc-macro2",2112 "quote",2113 "syn",2114]21152116[[package]]2117name = "dyn-clone"2118version = "1.0.8"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8"21212122[[package]]2123name = "ecdsa"2124version = "0.13.4"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2127dependencies = [2128 "der",2129 "elliptic-curve",2130 "rfc6979",2131 "signature",2132]21332134[[package]]2135name = "ed25519"2136version = "1.5.2"2137source = "registry+https://github.com/rust-lang/crates.io-index"2138checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2139dependencies = [2140 "signature",2141]21422143[[package]]2144name = "ed25519-dalek"2145version = "1.0.1"2146source = "registry+https://github.com/rust-lang/crates.io-index"2147checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2148dependencies = [2149 "curve25519-dalek 3.2.0",2150 "ed25519",2151 "rand 0.7.3",2152 "serde",2153 "sha2 0.9.9",2154 "zeroize",2155]21562157[[package]]2158name = "either"2159version = "1.7.0"2160source = "registry+https://github.com/rust-lang/crates.io-index"2161checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"21622163[[package]]2164name = "elliptic-curve"2165version = "0.11.12"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2168dependencies = [2169 "base16ct",2170 "crypto-bigint",2171 "der",2172 "ff",2173 "generic-array 0.14.5",2174 "group",2175 "rand_core 0.6.3",2176 "sec1",2177 "subtle",2178 "zeroize",2179]21802181[[package]]2182name = "enum-as-inner"2183version = "0.4.0"2184source = "registry+https://github.com/rust-lang/crates.io-index"2185checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2186dependencies = [2187 "heck 0.4.0",2188 "proc-macro2",2189 "quote",2190 "syn",2191]21922193[[package]]2194name = "enumflags2"2195version = "0.7.5"2196source = "registry+https://github.com/rust-lang/crates.io-index"2197checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2198dependencies = [2199 "enumflags2_derive",2200]22012202[[package]]2203name = "enumflags2_derive"2204version = "0.7.4"2205source = "registry+https://github.com/rust-lang/crates.io-index"2206checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2207dependencies = [2208 "proc-macro2",2209 "quote",2210 "syn",2211]22122213[[package]]2214name = "enumn"2215version = "0.1.4"2216source = "registry+https://github.com/rust-lang/crates.io-index"2217checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2218dependencies = [2219 "proc-macro2",2220 "quote",2221 "syn",2222]22232224[[package]]2225name = "env_logger"2226version = "0.9.0"2227source = "registry+https://github.com/rust-lang/crates.io-index"2228checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2229dependencies = [2230 "atty",2231 "humantime",2232 "log",2233 "regex",2234 "termcolor",2235]22362237[[package]]2238name = "environmental"2239version = "1.1.3"2240source = "registry+https://github.com/rust-lang/crates.io-index"2241checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22422243[[package]]2244name = "errno"2245version = "0.2.8"2246source = "registry+https://github.com/rust-lang/crates.io-index"2247checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2248dependencies = [2249 "errno-dragonfly",2250 "libc",2251 "winapi",2252]22532254[[package]]2255name = "errno-dragonfly"2256version = "0.1.2"2257source = "registry+https://github.com/rust-lang/crates.io-index"2258checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2259dependencies = [2260 "cc",2261 "libc",2262]22632264[[package]]2265name = "ethbloom"2266version = "0.12.1"2267source = "registry+https://github.com/rust-lang/crates.io-index"2268checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2269dependencies = [2270 "crunchy",2271 "fixed-hash",2272 "impl-codec",2273 "impl-rlp",2274 "impl-serde",2275 "scale-info",2276 "tiny-keccak",2277]22782279[[package]]2280name = "ethereum"2281version = "0.12.0"2282source = "registry+https://github.com/rust-lang/crates.io-index"2283checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2284dependencies = [2285 "bytes 1.2.0",2286 "ethereum-types",2287 "hash-db",2288 "hash256-std-hasher",2289 "parity-scale-codec 3.1.5",2290 "rlp",2291 "rlp-derive",2292 "scale-info",2293 "serde",2294 "sha3 0.10.1",2295 "triehash",2296]22972298[[package]]2299name = "ethereum-types"2300version = "0.13.1"2301source = "registry+https://github.com/rust-lang/crates.io-index"2302checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2303dependencies = [2304 "ethbloom",2305 "fixed-hash",2306 "impl-codec",2307 "impl-rlp",2308 "impl-serde",2309 "primitive-types",2310 "scale-info",2311 "uint",2312]23132314[[package]]2315name = "event-listener"2316version = "2.5.2"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23192320[[package]]2321name = "evm"2322version = "0.35.0"2323source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2324dependencies = [2325 "auto_impl",2326 "environmental",2327 "ethereum",2328 "evm-core",2329 "evm-gasometer",2330 "evm-runtime",2331 "log",2332 "parity-scale-codec 3.1.5",2333 "primitive-types",2334 "rlp",2335 "scale-info",2336 "serde",2337 "sha3 0.10.1",2338]23392340[[package]]2341name = "evm-coder"2342version = "0.1.0"2343dependencies = [2344 "ethereum",2345 "evm-coder-macros",2346 "evm-core",2347 "hex",2348 "hex-literal",2349 "impl-trait-for-tuples",2350 "primitive-types",2351]23522353[[package]]2354name = "evm-coder-macros"2355version = "0.1.0"2356dependencies = [2357 "Inflector",2358 "darling",2359 "hex",2360 "proc-macro2",2361 "quote",2362 "sha3 0.9.1",2363 "syn",2364]23652366[[package]]2367name = "evm-core"2368version = "0.35.0"2369source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2370dependencies = [2371 "parity-scale-codec 3.1.5",2372 "primitive-types",2373 "scale-info",2374 "serde",2375]23762377[[package]]2378name = "evm-gasometer"2379version = "0.35.0"2380source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2381dependencies = [2382 "environmental",2383 "evm-core",2384 "evm-runtime",2385 "primitive-types",2386]23872388[[package]]2389name = "evm-runtime"2390version = "0.35.0"2391source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2392dependencies = [2393 "auto_impl",2394 "environmental",2395 "evm-core",2396 "primitive-types",2397 "sha3 0.10.1",2398]23992400[[package]]2401name = "exit-future"2402version = "0.2.0"2403source = "registry+https://github.com/rust-lang/crates.io-index"2404checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2405dependencies = [2406 "futures 0.3.21",2407]24082409[[package]]2410name = "expander"2411version = "0.0.4"2412source = "registry+https://github.com/rust-lang/crates.io-index"2413checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2414dependencies = [2415 "blake3",2416 "fs-err",2417 "proc-macro2",2418 "quote",2419]24202421[[package]]2422name = "expander"2423version = "0.0.6"2424source = "registry+https://github.com/rust-lang/crates.io-index"2425checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2426dependencies = [2427 "blake2",2428 "fs-err",2429 "proc-macro2",2430 "quote",2431 "syn",2432]24332434[[package]]2435name = "fake-simd"2436version = "0.1.2"2437source = "registry+https://github.com/rust-lang/crates.io-index"2438checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24392440[[package]]2441name = "fallible-iterator"2442version = "0.2.0"2443source = "registry+https://github.com/rust-lang/crates.io-index"2444checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24452446[[package]]2447name = "fastrand"2448version = "1.8.0"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2451dependencies = [2452 "instant",2453]24542455[[package]]2456name = "fatality"2457version = "0.0.6"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2460dependencies = [2461 "fatality-proc-macro",2462 "thiserror",2463]24642465[[package]]2466name = "fatality-proc-macro"2467version = "0.0.6"2468source = "registry+https://github.com/rust-lang/crates.io-index"2469checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2470dependencies = [2471 "expander 0.0.4",2472 "indexmap",2473 "proc-macro-crate",2474 "proc-macro2",2475 "quote",2476 "syn",2477 "thiserror",2478]24792480[[package]]2481name = "fc-consensus"2482version = "2.0.0-dev"2483source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2484dependencies = [2485 "async-trait",2486 "fc-db",2487 "fp-consensus",2488 "fp-rpc",2489 "sc-client-api",2490 "sc-consensus",2491 "sp-api",2492 "sp-block-builder",2493 "sp-blockchain",2494 "sp-consensus",2495 "sp-runtime",2496 "thiserror",2497]24982499[[package]]2500name = "fc-db"2501version = "2.0.0-dev"2502source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2503dependencies = [2504 "fp-storage",2505 "kvdb-rocksdb",2506 "parity-db",2507 "parity-scale-codec 3.1.5",2508 "parking_lot 0.12.1",2509 "sc-client-db",2510 "sp-core",2511 "sp-database",2512 "sp-runtime",2513]25142515[[package]]2516name = "fc-mapping-sync"2517version = "2.0.0-dev"2518source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2519dependencies = [2520 "fc-db",2521 "fp-consensus",2522 "fp-rpc",2523 "futures 0.3.21",2524 "futures-timer",2525 "log",2526 "sc-client-api",2527 "sp-api",2528 "sp-blockchain",2529 "sp-runtime",2530]25312532[[package]]2533name = "fc-rpc"2534version = "2.0.0-dev"2535source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2536dependencies = [2537 "ethereum",2538 "ethereum-types",2539 "evm",2540 "fc-db",2541 "fc-rpc-core",2542 "fp-rpc",2543 "fp-storage",2544 "futures 0.3.21",2545 "hex",2546 "jsonrpsee",2547 "libsecp256k1",2548 "log",2549 "lru 0.7.8",2550 "parity-scale-codec 3.1.5",2551 "prometheus",2552 "rand 0.8.5",2553 "rlp",2554 "rustc-hex",2555 "sc-client-api",2556 "sc-network",2557 "sc-rpc",2558 "sc-service",2559 "sc-transaction-pool",2560 "sc-transaction-pool-api",2561 "sp-api",2562 "sp-block-builder",2563 "sp-blockchain",2564 "sp-core",2565 "sp-io",2566 "sp-runtime",2567 "sp-storage",2568 "substrate-prometheus-endpoint",2569 "tokio 1.20.1",2570]25712572[[package]]2573name = "fc-rpc-core"2574version = "1.1.0-dev"2575source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2576dependencies = [2577 "ethereum",2578 "ethereum-types",2579 "jsonrpsee",2580 "rlp",2581 "rustc-hex",2582 "serde",2583 "serde_json",2584]25852586[[package]]2587name = "fdlimit"2588version = "0.2.1"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2591dependencies = [2592 "libc",2593]25942595[[package]]2596name = "ff"2597version = "0.11.1"2598source = "registry+https://github.com/rust-lang/crates.io-index"2599checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2600dependencies = [2601 "rand_core 0.6.3",2602 "subtle",2603]26042605[[package]]2606name = "file-per-thread-logger"2607version = "0.1.5"2608source = "registry+https://github.com/rust-lang/crates.io-index"2609checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2610dependencies = [2611 "env_logger",2612 "log",2613]26142615[[package]]2616name = "finality-grandpa"2617version = "0.15.0"2618source = "registry+https://github.com/rust-lang/crates.io-index"2619checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2620dependencies = [2621 "either",2622 "futures 0.3.21",2623 "futures-timer",2624 "log",2625 "num-traits",2626 "parity-scale-codec 3.1.5",2627 "parking_lot 0.11.2",2628 "scale-info",2629]26302631[[package]]2632name = "fixed-hash"2633version = "0.7.0"2634source = "registry+https://github.com/rust-lang/crates.io-index"2635checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2636dependencies = [2637 "byteorder",2638 "rand 0.8.5",2639 "rustc-hex",2640 "static_assertions",2641]26422643[[package]]2644name = "fixedbitset"2645version = "0.4.2"2646source = "registry+https://github.com/rust-lang/crates.io-index"2647checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26482649[[package]]2650name = "flate2"2651version = "1.0.24"2652source = "registry+https://github.com/rust-lang/crates.io-index"2653checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2654dependencies = [2655 "crc32fast",2656 "libz-sys",2657 "miniz_oxide",2658]26592660[[package]]2661name = "flexi_logger"2662version = "0.15.12"2663source = "registry+https://github.com/rust-lang/crates.io-index"2664checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2665dependencies = [2666 "atty",2667 "chrono",2668 "glob",2669 "lazy_static",2670 "log",2671 "regex",2672 "thiserror",2673 "yansi",2674]26752676[[package]]2677name = "fnv"2678version = "1.0.7"2679source = "registry+https://github.com/rust-lang/crates.io-index"2680checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26812682[[package]]2683name = "fork-tree"2684version = "3.0.0"2685source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2686dependencies = [2687 "parity-scale-codec 3.1.5",2688]26892690[[package]]2691name = "form_urlencoded"2692version = "1.0.1"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2695dependencies = [2696 "matches",2697 "percent-encoding",2698]26992700[[package]]2701name = "fp-consensus"2702version = "2.0.0-dev"2703source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2704dependencies = [2705 "ethereum",2706 "parity-scale-codec 3.1.5",2707 "sp-core",2708 "sp-runtime",2709 "sp-std",2710]27112712[[package]]2713name = "fp-evm"2714version = "3.0.0-dev"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2716dependencies = [2717 "evm",2718 "frame-support",2719 "impl-trait-for-tuples",2720 "parity-scale-codec 3.1.5",2721 "serde",2722 "sp-core",2723 "sp-std",2724]27252726[[package]]2727name = "fp-evm-mapping"2728version = "0.1.0"2729source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2730dependencies = [2731 "frame-support",2732 "sp-core",2733]27342735[[package]]2736name = "fp-rpc"2737version = "3.0.0-dev"2738source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2739dependencies = [2740 "ethereum",2741 "ethereum-types",2742 "fp-evm",2743 "parity-scale-codec 3.1.5",2744 "scale-info",2745 "sp-api",2746 "sp-core",2747 "sp-io",2748 "sp-runtime",2749 "sp-std",2750]27512752[[package]]2753name = "fp-self-contained"2754version = "1.0.0-dev"2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2756dependencies = [2757 "ethereum",2758 "frame-support",2759 "parity-scale-codec 3.1.5",2760 "parity-util-mem",2761 "scale-info",2762 "serde",2763 "sp-debug-derive",2764 "sp-io",2765 "sp-runtime",2766]27672768[[package]]2769name = "fp-storage"2770version = "2.0.0"2771source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2772dependencies = [2773 "parity-scale-codec 3.1.5",2774]27752776[[package]]2777name = "frame-benchmarking"2778version = "4.0.0-dev"2779source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2780dependencies = [2781 "frame-support",2782 "frame-system",2783 "linregress",2784 "log",2785 "parity-scale-codec 3.1.5",2786 "paste",2787 "scale-info",2788 "serde",2789 "sp-api",2790 "sp-application-crypto",2791 "sp-io",2792 "sp-runtime",2793 "sp-runtime-interface",2794 "sp-std",2795 "sp-storage",2796]27972798[[package]]2799name = "frame-benchmarking-cli"2800version = "4.0.0-dev"2801source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2802dependencies = [2803 "Inflector",2804 "chrono",2805 "clap",2806 "comfy-table",2807 "frame-benchmarking",2808 "frame-support",2809 "frame-system",2810 "handlebars",2811 "hash-db",2812 "hex",2813 "itertools",2814 "kvdb",2815 "lazy_static",2816 "linked-hash-map",2817 "log",2818 "memory-db",2819 "parity-scale-codec 3.1.5",2820 "rand 0.8.5",2821 "rand_pcg 0.3.1",2822 "sc-block-builder",2823 "sc-cli",2824 "sc-client-api",2825 "sc-client-db",2826 "sc-executor",2827 "sc-service",2828 "sc-sysinfo",2829 "serde",2830 "serde_json",2831 "serde_nanos",2832 "sp-api",2833 "sp-blockchain",2834 "sp-core",2835 "sp-database",2836 "sp-externalities",2837 "sp-inherents",2838 "sp-keystore",2839 "sp-runtime",2840 "sp-state-machine",2841 "sp-storage",2842 "sp-trie",2843 "tempfile",2844 "thiserror",2845 "thousands",2846]28472848[[package]]2849name = "frame-election-provider-solution-type"2850version = "4.0.0-dev"2851source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2852dependencies = [2853 "proc-macro-crate",2854 "proc-macro2",2855 "quote",2856 "syn",2857]28582859[[package]]2860name = "frame-election-provider-support"2861version = "4.0.0-dev"2862source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2863dependencies = [2864 "frame-election-provider-solution-type",2865 "frame-support",2866 "frame-system",2867 "parity-scale-codec 3.1.5",2868 "scale-info",2869 "sp-arithmetic",2870 "sp-npos-elections",2871 "sp-runtime",2872 "sp-std",2873]28742875[[package]]2876name = "frame-executive"2877version = "4.0.0-dev"2878source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2879dependencies = [2880 "frame-support",2881 "frame-system",2882 "parity-scale-codec 3.1.5",2883 "scale-info",2884 "sp-core",2885 "sp-io",2886 "sp-runtime",2887 "sp-std",2888 "sp-tracing",2889]28902891[[package]]2892name = "frame-metadata"2893version = "15.0.0"2894source = "registry+https://github.com/rust-lang/crates.io-index"2895checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2896dependencies = [2897 "cfg-if 1.0.0",2898 "parity-scale-codec 3.1.5",2899 "scale-info",2900 "serde",2901]29022903[[package]]2904name = "frame-support"2905version = "4.0.0-dev"2906source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2907dependencies = [2908 "bitflags",2909 "frame-metadata",2910 "frame-support-procedural",2911 "impl-trait-for-tuples",2912 "k256",2913 "log",2914 "once_cell",2915 "parity-scale-codec 3.1.5",2916 "paste",2917 "scale-info",2918 "serde",2919 "smallvec",2920 "sp-arithmetic",2921 "sp-core",2922 "sp-core-hashing-proc-macro",2923 "sp-inherents",2924 "sp-io",2925 "sp-runtime",2926 "sp-staking",2927 "sp-state-machine",2928 "sp-std",2929 "sp-tracing",2930 "tt-call",2931]29322933[[package]]2934name = "frame-support-procedural"2935version = "4.0.0-dev"2936source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2937dependencies = [2938 "Inflector",2939 "frame-support-procedural-tools",2940 "proc-macro2",2941 "quote",2942 "syn",2943]29442945[[package]]2946name = "frame-support-procedural-tools"2947version = "4.0.0-dev"2948source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2949dependencies = [2950 "frame-support-procedural-tools-derive",2951 "proc-macro-crate",2952 "proc-macro2",2953 "quote",2954 "syn",2955]29562957[[package]]2958name = "frame-support-procedural-tools-derive"2959version = "3.0.0"2960source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2961dependencies = [2962 "proc-macro2",2963 "quote",2964 "syn",2965]29662967[[package]]2968name = "frame-system"2969version = "4.0.0-dev"2970source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2971dependencies = [2972 "frame-support",2973 "log",2974 "parity-scale-codec 3.1.5",2975 "scale-info",2976 "serde",2977 "sp-core",2978 "sp-io",2979 "sp-runtime",2980 "sp-std",2981 "sp-version",2982]29832984[[package]]2985name = "frame-system-benchmarking"2986version = "4.0.0-dev"2987source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2988dependencies = [2989 "frame-benchmarking",2990 "frame-support",2991 "frame-system",2992 "parity-scale-codec 3.1.5",2993 "scale-info",2994 "sp-core",2995 "sp-runtime",2996 "sp-std",2997]29982999[[package]]3000name = "frame-system-rpc-runtime-api"3001version = "4.0.0-dev"3002source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"3003dependencies = [3004 "parity-scale-codec 3.1.5",3005 "sp-api",3006]30073008[[package]]3009name = "frame-try-runtime"3010version = "0.10.0-dev"3011source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"3012dependencies = [3013 "frame-support",3014 "sp-api",3015 "sp-runtime",3016 "sp-std",3017]30183019[[package]]3020name = "fs-err"3021version = "2.7.0"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30243025[[package]]3026name = "fs-swap"3027version = "0.2.6"3028source = "registry+https://github.com/rust-lang/crates.io-index"3029checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3030dependencies = [3031 "lazy_static",3032 "libc",3033 "libloading 0.5.2",3034 "winapi",3035]30363037[[package]]3038name = "fs2"3039version = "0.4.3"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3042dependencies = [3043 "libc",3044 "winapi",3045]30463047[[package]]3048name = "fs_extra"3049version = "1.2.0"3050source = "registry+https://github.com/rust-lang/crates.io-index"3051checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30523053[[package]]3054name = "funty"3055version = "1.1.0"3056source = "registry+https://github.com/rust-lang/crates.io-index"3057checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30583059[[package]]3060name = "funty"3061version = "2.0.0"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30643065[[package]]3066name = "futures"3067version = "0.1.31"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30703071[[package]]3072name = "futures"3073version = "0.3.21"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3076dependencies = [3077 "futures-channel",3078 "futures-core",3079 "futures-executor",3080 "futures-io",3081 "futures-sink",3082 "futures-task",3083 "futures-util",3084]30853086[[package]]3087name = "futures-channel"3088version = "0.3.21"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3091dependencies = [3092 "futures-core",3093 "futures-sink",3094]30953096[[package]]3097name = "futures-core"3098version = "0.3.21"3099source = "registry+https://github.com/rust-lang/crates.io-index"3100checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31013102[[package]]3103name = "futures-executor"3104version = "0.3.21"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3107dependencies = [3108 "futures-core",3109 "futures-task",3110 "futures-util",3111 "num_cpus",3112]31133114[[package]]3115name = "futures-io"3116version = "0.3.21"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31193120[[package]]3121name = "futures-lite"3122version = "1.12.0"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3125dependencies = [3126 "fastrand",3127 "futures-core",3128 "futures-io",3129 "memchr",3130 "parking",3131 "pin-project-lite 0.2.9",3132 "waker-fn",3133]31343135[[package]]3136name = "futures-macro"3137version = "0.3.21"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3140dependencies = [3141 "proc-macro2",3142 "quote",3143 "syn",3144]31453146[[package]]3147name = "futures-rustls"3148version = "0.22.1"3149source = "registry+https://github.com/rust-lang/crates.io-index"3150checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3151dependencies = [3152 "futures-io",3153 "rustls",3154 "webpki",3155]31563157[[package]]3158name = "futures-sink"3159version = "0.3.21"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31623163[[package]]3164name = "futures-task"3165version = "0.3.21"3166source = "registry+https://github.com/rust-lang/crates.io-index"3167checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31683169[[package]]3170name = "futures-timer"3171version = "3.0.2"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31743175[[package]]3176name = "futures-util"3177version = "0.3.21"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3180dependencies = [3181 "futures 0.1.31",3182 "futures-channel",3183 "futures-core",3184 "futures-io",3185 "futures-macro",3186 "futures-sink",3187 "futures-task",3188 "memchr",3189 "pin-project-lite 0.2.9",3190 "pin-utils",3191 "slab",3192]31933194[[package]]3195name = "generic-array"3196version = "0.12.4"3197source = "registry+https://github.com/rust-lang/crates.io-index"3198checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3199dependencies = [3200 "typenum",3201]32023203[[package]]3204name = "generic-array"3205version = "0.14.5"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3208dependencies = [3209 "typenum",3210 "version_check",3211]32123213[[package]]3214name = "getrandom"3215version = "0.1.16"3216source = "registry+https://github.com/rust-lang/crates.io-index"3217checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3218dependencies = [3219 "cfg-if 1.0.0",3220 "js-sys",3221 "libc",3222 "wasi 0.9.0+wasi-snapshot-preview1",3223 "wasm-bindgen",3224]32253226[[package]]3227name = "getrandom"3228version = "0.2.7"3229source = "registry+https://github.com/rust-lang/crates.io-index"3230checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3231dependencies = [3232 "cfg-if 1.0.0",3233 "libc",3234 "wasi 0.11.0+wasi-snapshot-preview1",3235]32363237[[package]]3238name = "ghash"3239version = "0.4.4"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3242dependencies = [3243 "opaque-debug 0.3.0",3244 "polyval",3245]32463247[[package]]3248name = "gimli"3249version = "0.26.2"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3252dependencies = [3253 "fallible-iterator",3254 "indexmap",3255 "stable_deref_trait",3256]32573258[[package]]3259name = "glob"3260version = "0.3.0"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32633264[[package]]3265name = "globset"3266version = "0.4.9"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3269dependencies = [3270 "aho-corasick",3271 "bstr",3272 "fnv",3273 "log",3274 "regex",3275]32763277[[package]]3278name = "gloo-timers"3279version = "0.2.4"3280source = "registry+https://github.com/rust-lang/crates.io-index"3281checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3282dependencies = [3283 "futures-channel",3284 "futures-core",3285 "js-sys",3286 "wasm-bindgen",3287]32883289[[package]]3290name = "group"3291version = "0.11.0"3292source = "registry+https://github.com/rust-lang/crates.io-index"3293checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3294dependencies = [3295 "ff",3296 "rand_core 0.6.3",3297 "subtle",3298]32993300[[package]]3301name = "h2"3302version = "0.3.13"3303source = "registry+https://github.com/rust-lang/crates.io-index"3304checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3305dependencies = [3306 "bytes 1.2.0",3307 "fnv",3308 "futures-core",3309 "futures-sink",3310 "futures-util",3311 "http",3312 "indexmap",3313 "slab",3314 "tokio 1.20.1",3315 "tokio-util",3316 "tracing",3317]33183319[[package]]3320name = "handlebars"3321version = "4.3.3"3322source = "registry+https://github.com/rust-lang/crates.io-index"3323checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"3324dependencies = [3325 "log",3326 "pest",3327 "pest_derive",3328 "serde",3329 "serde_json",3330 "thiserror",3331]33323333[[package]]3334name = "hash-db"3335version = "0.15.2"3336source = "registry+https://github.com/rust-lang/crates.io-index"3337checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33383339[[package]]3340name = "hash256-std-hasher"3341version = "0.15.2"3342source = "registry+https://github.com/rust-lang/crates.io-index"3343checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3344dependencies = [3345 "crunchy",3346]33473348[[package]]3349name = "hashbrown"3350version = "0.11.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3353dependencies = [3354 "ahash",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.12.3"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "heck"3368version = "0.3.3"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3371dependencies = [3372 "unicode-segmentation",3373]33743375[[package]]3376name = "heck"3377version = "0.4.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33803381[[package]]3382name = "hermit-abi"3383version = "0.1.19"3384source = "registry+https://github.com/rust-lang/crates.io-index"3385checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3386dependencies = [3387 "libc",3388]33893390[[package]]3391name = "hex"3392version = "0.4.3"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"33953396[[package]]3397name = "hex-literal"3398version = "0.3.4"3399source = "registry+https://github.com/rust-lang/crates.io-index"3400checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34013402[[package]]3403name = "hex_fmt"3404version = "0.3.0"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34073408[[package]]3409name = "hmac"3410version = "0.8.1"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3413dependencies = [3414 "crypto-mac 0.8.0",3415 "digest 0.9.0",3416]34173418[[package]]3419name = "hmac"3420version = "0.11.0"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3423dependencies = [3424 "crypto-mac 0.11.1",3425 "digest 0.9.0",3426]34273428[[package]]3429name = "hmac-drbg"3430version = "0.3.0"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3433dependencies = [3434 "digest 0.9.0",3435 "generic-array 0.14.5",3436 "hmac 0.8.1",3437]34383439[[package]]3440name = "hostname"3441version = "0.3.1"3442source = "registry+https://github.com/rust-lang/crates.io-index"3443checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3444dependencies = [3445 "libc",3446 "match_cfg",3447 "winapi",3448]34493450[[package]]3451name = "http"3452version = "0.2.8"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3455dependencies = [3456 "bytes 1.2.0",3457 "fnv",3458 "itoa 1.0.2",3459]34603461[[package]]3462name = "http-body"3463version = "0.4.5"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3466dependencies = [3467 "bytes 1.2.0",3468 "http",3469 "pin-project-lite 0.2.9",3470]34713472[[package]]3473name = "httparse"3474version = "1.7.1"3475source = "registry+https://github.com/rust-lang/crates.io-index"3476checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"34773478[[package]]3479name = "httpdate"3480version = "1.0.2"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34833484[[package]]3485name = "humantime"3486version = "2.1.0"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"34893490[[package]]3491name = "hyper"3492version = "0.14.20"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3495dependencies = [3496 "bytes 1.2.0",3497 "futures-channel",3498 "futures-core",3499 "futures-util",3500 "h2",3501 "http",3502 "http-body",3503 "httparse",3504 "httpdate",3505 "itoa 1.0.2",3506 "pin-project-lite 0.2.9",3507 "socket2",3508 "tokio 1.20.1",3509 "tower-service",3510 "tracing",3511 "want",3512]35133514[[package]]3515name = "hyper-rustls"3516version = "0.23.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3519dependencies = [3520 "http",3521 "hyper",3522 "log",3523 "rustls",3524 "rustls-native-certs",3525 "tokio 1.20.1",3526 "tokio-rustls",3527]35283529[[package]]3530name = "ident_case"3531version = "1.0.1"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35343535[[package]]3536name = "idna"3537version = "0.2.3"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3540dependencies = [3541 "matches",3542 "unicode-bidi",3543 "unicode-normalization",3544]35453546[[package]]3547name = "if-addrs"3548version = "0.7.0"3549source = "registry+https://github.com/rust-lang/crates.io-index"3550checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3551dependencies = [3552 "libc",3553 "winapi",3554]35553556[[package]]3557name = "if-watch"3558version = "1.1.1"3559source = "registry+https://github.com/rust-lang/crates.io-index"3560checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3561dependencies = [3562 "async-io",3563 "core-foundation",3564 "fnv",3565 "futures 0.3.21",3566 "if-addrs",3567 "ipnet",3568 "log",3569 "rtnetlink",3570 "system-configuration",3571 "windows",3572]35733574[[package]]3575name = "impl-codec"3576version = "0.6.0"3577source = "registry+https://github.com/rust-lang/crates.io-index"3578checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3579dependencies = [3580 "parity-scale-codec 3.1.5",3581]35823583[[package]]3584name = "impl-rlp"3585version = "0.3.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3588dependencies = [3589 "rlp",3590]35913592[[package]]3593name = "impl-serde"3594version = "0.3.2"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3597dependencies = [3598 "serde",3599]36003601[[package]]3602name = "impl-trait-for-tuples"3603version = "0.2.2"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3606dependencies = [3607 "proc-macro2",3608 "quote",3609 "syn",3610]36113612[[package]]3613name = "indexmap"3614version = "1.9.1"3615source = "registry+https://github.com/rust-lang/crates.io-index"3616checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3617dependencies = [3618 "autocfg",3619 "hashbrown 0.12.3",3620 "serde",3621]36223623[[package]]3624name = "instant"3625version = "0.1.12"3626source = "registry+https://github.com/rust-lang/crates.io-index"3627checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3628dependencies = [3629 "cfg-if 1.0.0",3630]36313632[[package]]3633name = "integer-encoding"3634version = "3.0.4"3635source = "registry+https://github.com/rust-lang/crates.io-index"3636checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36373638[[package]]3639name = "integer-sqrt"3640version = "0.1.5"3641source = "registry+https://github.com/rust-lang/crates.io-index"3642checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3643dependencies = [3644 "num-traits",3645]36463647[[package]]3648name = "io-lifetimes"3649version = "0.5.3"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"36523653[[package]]3654name = "ip_network"3655version = "0.4.1"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36583659[[package]]3660name = "ipconfig"3661version = "0.3.0"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3664dependencies = [3665 "socket2",3666 "widestring",3667 "winapi",3668 "winreg",3669]36703671[[package]]3672name = "ipnet"3673version = "2.5.0"3674source = "registry+https://github.com/rust-lang/crates.io-index"3675checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36763677[[package]]3678name = "itertools"3679version = "0.10.3"3680source = "registry+https://github.com/rust-lang/crates.io-index"3681checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3682dependencies = [3683 "either",3684]36853686[[package]]3687name = "itoa"3688version = "0.4.8"3689source = "registry+https://github.com/rust-lang/crates.io-index"3690checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"36913692[[package]]3693name = "itoa"3694version = "1.0.2"3695source = "registry+https://github.com/rust-lang/crates.io-index"3696checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"36973698[[package]]3699name = "jobserver"3700version = "0.1.24"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3703dependencies = [3704 "libc",3705]37063707[[package]]3708name = "js-sys"3709version = "0.3.59"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"3712dependencies = [3713 "wasm-bindgen",3714]37153716[[package]]3717name = "jsonrpsee"3718version = "0.13.1"3719source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3720dependencies = [3721 "jsonrpsee-core",3722 "jsonrpsee-http-server",3723 "jsonrpsee-proc-macros",3724 "jsonrpsee-types",3725 "jsonrpsee-ws-client",3726 "jsonrpsee-ws-server",3727 "tracing",3728]37293730[[package]]3731name = "jsonrpsee-client-transport"3732version = "0.13.1"3733source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3734dependencies = [3735 "futures-util",3736 "http",3737 "jsonrpsee-core",3738 "jsonrpsee-types",3739 "pin-project 1.0.11",3740 "rustls-native-certs",3741 "soketto",3742 "thiserror",3743 "tokio 1.20.1",3744 "tokio-rustls",3745 "tokio-util",3746 "tracing",3747 "webpki-roots",3748]37493750[[package]]3751name = "jsonrpsee-core"3752version = "0.13.1"3753source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3754dependencies = [3755 "anyhow",3756 "arrayvec 0.7.2",3757 "async-lock",3758 "async-trait",3759 "beef",3760 "futures-channel",3761 "futures-timer",3762 "futures-util",3763 "hyper",3764 "jsonrpsee-types",3765 "parking_lot 0.12.1",3766 "rand 0.8.5",3767 "rustc-hash",3768 "serde",3769 "serde_json",3770 "soketto",3771 "thiserror",3772 "tokio 1.20.1",3773 "tracing",3774]37753776[[package]]3777name = "jsonrpsee-http-server"3778version = "0.13.1"3779source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3780dependencies = [3781 "futures-channel",3782 "futures-util",3783 "globset",3784 "hyper",3785 "jsonrpsee-core",3786 "jsonrpsee-types",3787 "lazy_static",3788 "serde_json",3789 "tokio 1.20.1",3790 "tracing",3791 "unicase",3792]37933794[[package]]3795name = "jsonrpsee-proc-macros"3796version = "0.13.1"3797source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3798dependencies = [3799 "proc-macro-crate",3800 "proc-macro2",3801 "quote",3802 "syn",3803]38043805[[package]]3806name = "jsonrpsee-types"3807version = "0.13.1"3808source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3809dependencies = [3810 "anyhow",3811 "beef",3812 "serde",3813 "serde_json",3814 "thiserror",3815 "tracing",3816]38173818[[package]]3819name = "jsonrpsee-ws-client"3820version = "0.13.1"3821source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3822dependencies = [3823 "jsonrpsee-client-transport",3824 "jsonrpsee-core",3825 "jsonrpsee-types",3826]38273828[[package]]3829name = "jsonrpsee-ws-server"3830version = "0.13.1"3831source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3832dependencies = [3833 "futures-channel",3834 "futures-util",3835 "jsonrpsee-core",3836 "jsonrpsee-types",3837 "serde_json",3838 "soketto",3839 "tokio 1.20.1",3840 "tokio-util",3841 "tracing",3842]38433844[[package]]3845name = "k256"3846version = "0.10.4"3847source = "registry+https://github.com/rust-lang/crates.io-index"3848checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3849dependencies = [3850 "cfg-if 1.0.0",3851 "ecdsa",3852 "elliptic-curve",3853 "sec1",3854]38553856[[package]]3857name = "keccak"3858version = "0.1.2"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38613862[[package]]3863name = "kusama-runtime"3864version = "0.9.24"3865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3866dependencies = [3867 "beefy-primitives",3868 "bitvec 1.0.1",3869 "frame-benchmarking",3870 "frame-election-provider-support",3871 "frame-executive",3872 "frame-support",3873 "frame-system",3874 "frame-system-benchmarking",3875 "frame-system-rpc-runtime-api",3876 "frame-try-runtime",3877 "hex-literal",3878 "kusama-runtime-constants",3879 "log",3880 "pallet-authority-discovery",3881 "pallet-authorship",3882 "pallet-babe",3883 "pallet-bags-list",3884 "pallet-balances",3885 "pallet-bounties",3886 "pallet-child-bounties",3887 "pallet-collective",3888 "pallet-democracy",3889 "pallet-election-provider-multi-phase",3890 "pallet-election-provider-support-benchmarking",3891 "pallet-elections-phragmen",3892 "pallet-gilt",3893 "pallet-grandpa",3894 "pallet-identity",3895 "pallet-im-online",3896 "pallet-indices",3897 "pallet-membership",3898 "pallet-multisig",3899 "pallet-nicks",3900 "pallet-nomination-pools",3901 "pallet-nomination-pools-benchmarking",3902 "pallet-offences",3903 "pallet-offences-benchmarking",3904 "pallet-preimage",3905 "pallet-proxy",3906 "pallet-recovery",3907 "pallet-scheduler",3908 "pallet-session",3909 "pallet-session-benchmarking",3910 "pallet-society",3911 "pallet-staking",3912 "pallet-staking-reward-fn",3913 "pallet-timestamp",3914 "pallet-tips",3915 "pallet-transaction-payment",3916 "pallet-transaction-payment-rpc-runtime-api",3917 "pallet-treasury",3918 "pallet-utility",3919 "pallet-vesting",3920 "pallet-xcm",3921 "pallet-xcm-benchmarks",3922 "parity-scale-codec 3.1.5",3923 "polkadot-primitives",3924 "polkadot-runtime-common",3925 "polkadot-runtime-parachains",3926 "rustc-hex",3927 "scale-info",3928 "serde",3929 "serde_derive",3930 "smallvec",3931 "sp-api",3932 "sp-arithmetic",3933 "sp-authority-discovery",3934 "sp-block-builder",3935 "sp-consensus-babe",3936 "sp-core",3937 "sp-inherents",3938 "sp-io",3939 "sp-mmr-primitives",3940 "sp-npos-elections",3941 "sp-offchain",3942 "sp-runtime",3943 "sp-session",3944 "sp-staking",3945 "sp-std",3946 "sp-transaction-pool",3947 "sp-version",3948 "static_assertions",3949 "substrate-wasm-builder",3950 "xcm",3951 "xcm-builder",3952 "xcm-executor",3953]39543955[[package]]3956name = "kusama-runtime-constants"3957version = "0.9.24"3958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3959dependencies = [3960 "frame-support",3961 "polkadot-primitives",3962 "polkadot-runtime-common",3963 "smallvec",3964 "sp-runtime",3965]39663967[[package]]3968name = "kv-log-macro"3969version = "1.0.7"3970source = "registry+https://github.com/rust-lang/crates.io-index"3971checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3972dependencies = [3973 "log",3974]39753976[[package]]3977name = "kvdb"3978version = "0.11.0"3979source = "registry+https://github.com/rust-lang/crates.io-index"3980checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3981dependencies = [3982 "parity-util-mem",3983 "smallvec",3984]39853986[[package]]3987name = "kvdb-memorydb"3988version = "0.11.0"3989source = "registry+https://github.com/rust-lang/crates.io-index"3990checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"3991dependencies = [3992 "kvdb",3993 "parity-util-mem",3994 "parking_lot 0.12.1",3995]39963997[[package]]3998name = "kvdb-rocksdb"3999version = "0.15.2"4000source = "registry+https://github.com/rust-lang/crates.io-index"4001checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4002dependencies = [4003 "fs-swap",4004 "kvdb",4005 "log",4006 "num_cpus",4007 "owning_ref",4008 "parity-util-mem",4009 "parking_lot 0.12.1",4010 "regex",4011 "rocksdb",4012 "smallvec",4013]40144015[[package]]4016name = "lazy_static"4017version = "1.4.0"4018source = "registry+https://github.com/rust-lang/crates.io-index"4019checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40204021[[package]]4022name = "lazycell"4023version = "1.3.0"4024source = "registry+https://github.com/rust-lang/crates.io-index"4025checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40264027[[package]]4028name = "libc"4029version = "0.2.126"4030source = "registry+https://github.com/rust-lang/crates.io-index"4031checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"40324033[[package]]4034name = "libloading"4035version = "0.5.2"4036source = "registry+https://github.com/rust-lang/crates.io-index"4037checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4038dependencies = [4039 "cc",4040 "winapi",4041]40424043[[package]]4044name = "libloading"4045version = "0.7.3"4046source = "registry+https://github.com/rust-lang/crates.io-index"4047checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4048dependencies = [4049 "cfg-if 1.0.0",4050 "winapi",4051]40524053[[package]]4054name = "libm"4055version = "0.2.2"4056source = "registry+https://github.com/rust-lang/crates.io-index"4057checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"40584059[[package]]4060name = "libp2p"4061version = "0.45.1"4062source = "registry+https://github.com/rust-lang/crates.io-index"4063checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"4064dependencies = [4065 "bytes 1.2.0",4066 "futures 0.3.21",4067 "futures-timer",4068 "getrandom 0.2.7",4069 "instant",4070 "lazy_static",4071 "libp2p-autonat",4072 "libp2p-core 0.33.0",4073 "libp2p-deflate",4074 "libp2p-dns",4075 "libp2p-floodsub",4076 "libp2p-gossipsub",4077 "libp2p-identify",4078 "libp2p-kad",4079 "libp2p-mdns",4080 "libp2p-metrics",4081 "libp2p-mplex",4082 "libp2p-noise",4083 "libp2p-ping",4084 "libp2p-plaintext",4085 "libp2p-pnet",4086 "libp2p-relay",4087 "libp2p-rendezvous",4088 "libp2p-request-response",4089 "libp2p-swarm",4090 "libp2p-swarm-derive",4091 "libp2p-tcp",4092 "libp2p-uds",4093 "libp2p-wasm-ext",4094 "libp2p-websocket",4095 "libp2p-yamux",4096 "multiaddr",4097 "parking_lot 0.12.1",4098 "pin-project 1.0.11",4099 "rand 0.7.3",4100 "smallvec",4101]41024103[[package]]4104name = "libp2p-autonat"4105version = "0.4.1"4106source = "registry+https://github.com/rust-lang/crates.io-index"4107checksum = "1d45945fd2f96c4b133c23d5c28a8b7fc8d7138e6dd8d5a8cd492dd384f888e3"4108dependencies = [4109 "async-trait",4110 "futures 0.3.21",4111 "futures-timer",4112 "instant",4113 "libp2p-core 0.33.0",4114 "libp2p-request-response",4115 "libp2p-swarm",4116 "log",4117 "prost 0.10.4",4118 "prost-build 0.10.4",4119 "rand 0.8.5",4120]41214122[[package]]4123name = "libp2p-core"4124version = "0.32.1"4125source = "registry+https://github.com/rust-lang/crates.io-index"4126checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4127dependencies = [4128 "asn1_der",4129 "bs58",4130 "ed25519-dalek",4131 "either",4132 "fnv",4133 "futures 0.3.21",4134 "futures-timer",4135 "instant",4136 "lazy_static",4137 "log",4138 "multiaddr",4139 "multihash",4140 "multistream-select",4141 "parking_lot 0.12.1",4142 "pin-project 1.0.11",4143 "prost 0.9.0",4144 "prost-build 0.9.0",4145 "rand 0.8.5",4146 "ring",4147 "rw-stream-sink 0.2.1",4148 "sha2 0.10.2",4149 "smallvec",4150 "thiserror",4151 "unsigned-varint",4152 "void",4153 "zeroize",4154]41554156[[package]]4157name = "libp2p-core"4158version = "0.33.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"4161dependencies = [4162 "asn1_der",4163 "bs58",4164 "ed25519-dalek",4165 "either",4166 "fnv",4167 "futures 0.3.21",4168 "futures-timer",4169 "instant",4170 "lazy_static",4171 "libsecp256k1",4172 "log",4173 "multiaddr",4174 "multihash",4175 "multistream-select",4176 "parking_lot 0.12.1",4177 "pin-project 1.0.11",4178 "prost 0.10.4",4179 "prost-build 0.10.4",4180 "rand 0.8.5",4181 "ring",4182 "rw-stream-sink 0.3.0",4183 "sha2 0.10.2",4184 "smallvec",4185 "thiserror",4186 "unsigned-varint",4187 "void",4188 "zeroize",4189]41904191[[package]]4192name = "libp2p-deflate"4193version = "0.33.0"4194source = "registry+https://github.com/rust-lang/crates.io-index"4195checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb"4196dependencies = [4197 "flate2",4198 "futures 0.3.21",4199 "libp2p-core 0.33.0",4200]42014202[[package]]4203name = "libp2p-dns"4204version = "0.33.0"4205source = "registry+https://github.com/rust-lang/crates.io-index"4206checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"4207dependencies = [4208 "async-std-resolver",4209 "futures 0.3.21",4210 "libp2p-core 0.33.0",4211 "log",4212 "parking_lot 0.12.1",4213 "smallvec",4214 "trust-dns-resolver",4215]42164217[[package]]4218name = "libp2p-floodsub"4219version = "0.36.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc"4222dependencies = [4223 "cuckoofilter",4224 "fnv",4225 "futures 0.3.21",4226 "libp2p-core 0.33.0",4227 "libp2p-swarm",4228 "log",4229 "prost 0.10.4",4230 "prost-build 0.10.4",4231 "rand 0.7.3",4232 "smallvec",4233]42344235[[package]]4236name = "libp2p-gossipsub"4237version = "0.38.1"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108"4240dependencies = [4241 "asynchronous-codec",4242 "base64",4243 "byteorder",4244 "bytes 1.2.0",4245 "fnv",4246 "futures 0.3.21",4247 "hex_fmt",4248 "instant",4249 "libp2p-core 0.33.0",4250 "libp2p-swarm",4251 "log",4252 "prometheus-client",4253 "prost 0.10.4",4254 "prost-build 0.10.4",4255 "rand 0.7.3",4256 "regex",4257 "sha2 0.10.2",4258 "smallvec",4259 "unsigned-varint",4260 "wasm-timer",4261]42624263[[package]]4264name = "libp2p-identify"4265version = "0.36.1"4266source = "registry+https://github.com/rust-lang/crates.io-index"4267checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984"4268dependencies = [4269 "asynchronous-codec",4270 "futures 0.3.21",4271 "futures-timer",4272 "libp2p-core 0.33.0",4273 "libp2p-swarm",4274 "log",4275 "lru 0.7.8",4276 "prost 0.10.4",4277 "prost-build 0.10.4",4278 "prost-codec",4279 "smallvec",4280 "thiserror",4281 "void",4282]42834284[[package]]4285name = "libp2p-kad"4286version = "0.37.1"4287source = "registry+https://github.com/rust-lang/crates.io-index"4288checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa"4289dependencies = [4290 "arrayvec 0.7.2",4291 "asynchronous-codec",4292 "bytes 1.2.0",4293 "either",4294 "fnv",4295 "futures 0.3.21",4296 "futures-timer",4297 "instant",4298 "libp2p-core 0.33.0",4299 "libp2p-swarm",4300 "log",4301 "prost 0.10.4",4302 "prost-build 0.10.4",4303 "rand 0.7.3",4304 "sha2 0.10.2",4305 "smallvec",4306 "thiserror",4307 "uint",4308 "unsigned-varint",4309 "void",4310]43114312[[package]]4313name = "libp2p-mdns"4314version = "0.37.0"4315source = "registry+https://github.com/rust-lang/crates.io-index"4316checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951"4317dependencies = [4318 "async-io",4319 "data-encoding",4320 "dns-parser",4321 "futures 0.3.21",4322 "if-watch",4323 "lazy_static",4324 "libp2p-core 0.33.0",4325 "libp2p-swarm",4326 "log",4327 "rand 0.8.5",4328 "smallvec",4329 "socket2",4330 "void",4331]43324333[[package]]4334name = "libp2p-metrics"4335version = "0.6.1"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"4338dependencies = [4339 "libp2p-core 0.33.0",4340 "libp2p-gossipsub",4341 "libp2p-identify",4342 "libp2p-kad",4343 "libp2p-ping",4344 "libp2p-relay",4345 "libp2p-swarm",4346 "prometheus-client",4347]43484349[[package]]4350name = "libp2p-mplex"4351version = "0.33.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"4354dependencies = [4355 "asynchronous-codec",4356 "bytes 1.2.0",4357 "futures 0.3.21",4358 "libp2p-core 0.33.0",4359 "log",4360 "nohash-hasher",4361 "parking_lot 0.12.1",4362 "rand 0.7.3",4363 "smallvec",4364 "unsigned-varint",4365]43664367[[package]]4368name = "libp2p-noise"4369version = "0.36.0"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"4372dependencies = [4373 "bytes 1.2.0",4374 "curve25519-dalek 3.2.0",4375 "futures 0.3.21",4376 "lazy_static",4377 "libp2p-core 0.33.0",4378 "log",4379 "prost 0.10.4",4380 "prost-build 0.10.4",4381 "rand 0.8.5",4382 "sha2 0.10.2",4383 "snow",4384 "static_assertions",4385 "x25519-dalek",4386 "zeroize",4387]43884389[[package]]4390name = "libp2p-ping"4391version = "0.36.0"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"4394dependencies = [4395 "futures 0.3.21",4396 "futures-timer",4397 "instant",4398 "libp2p-core 0.33.0",4399 "libp2p-swarm",4400 "log",4401 "rand 0.7.3",4402 "void",4403]44044405[[package]]4406name = "libp2p-plaintext"4407version = "0.33.0"4408source = "registry+https://github.com/rust-lang/crates.io-index"4409checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"4410dependencies = [4411 "asynchronous-codec",4412 "bytes 1.2.0",4413 "futures 0.3.21",4414 "libp2p-core 0.33.0",4415 "log",4416 "prost 0.10.4",4417 "prost-build 0.10.4",4418 "unsigned-varint",4419 "void",4420]44214422[[package]]4423name = "libp2p-pnet"4424version = "0.22.0"4425source = "registry+https://github.com/rust-lang/crates.io-index"4426checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4427dependencies = [4428 "futures 0.3.21",4429 "log",4430 "pin-project 1.0.11",4431 "rand 0.7.3",4432 "salsa20",4433 "sha3 0.9.1",4434]44354436[[package]]4437name = "libp2p-relay"4438version = "0.9.1"4439source = "registry+https://github.com/rust-lang/crates.io-index"4440checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"4441dependencies = [4442 "asynchronous-codec",4443 "bytes 1.2.0",4444 "either",4445 "futures 0.3.21",4446 "futures-timer",4447 "instant",4448 "libp2p-core 0.33.0",4449 "libp2p-swarm",4450 "log",4451 "pin-project 1.0.11",4452 "prost 0.10.4",4453 "prost-build 0.10.4",4454 "prost-codec",4455 "rand 0.8.5",4456 "smallvec",4457 "static_assertions",4458 "thiserror",4459 "void",4460]44614462[[package]]4463name = "libp2p-rendezvous"4464version = "0.6.0"4465source = "registry+https://github.com/rust-lang/crates.io-index"4466checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c"4467dependencies = [4468 "asynchronous-codec",4469 "bimap",4470 "futures 0.3.21",4471 "futures-timer",4472 "instant",4473 "libp2p-core 0.33.0",4474 "libp2p-swarm",4475 "log",4476 "prost 0.10.4",4477 "prost-build 0.10.4",4478 "rand 0.8.5",4479 "sha2 0.10.2",4480 "thiserror",4481 "unsigned-varint",4482 "void",4483]44844485[[package]]4486name = "libp2p-request-response"4487version = "0.18.0"4488source = "registry+https://github.com/rust-lang/crates.io-index"4489checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"4490dependencies = [4491 "async-trait",4492 "bytes 1.2.0",4493 "futures 0.3.21",4494 "instant",4495 "libp2p-core 0.33.0",4496 "libp2p-swarm",4497 "log",4498 "rand 0.7.3",4499 "smallvec",4500 "unsigned-varint",4501]45024503[[package]]4504name = "libp2p-swarm"4505version = "0.36.1"4506source = "registry+https://github.com/rust-lang/crates.io-index"4507checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"4508dependencies = [4509 "either",4510 "fnv",4511 "futures 0.3.21",4512 "futures-timer",4513 "instant",4514 "libp2p-core 0.33.0",4515 "log",4516 "pin-project 1.0.11",4517 "rand 0.7.3",4518 "smallvec",4519 "thiserror",4520 "void",4521]45224523[[package]]4524name = "libp2p-swarm-derive"4525version = "0.27.2"4526source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4528dependencies = [4529 "quote",4530 "syn",4531]45324533[[package]]4534name = "libp2p-tcp"4535version = "0.33.0"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"4538dependencies = [4539 "async-io",4540 "futures 0.3.21",4541 "futures-timer",4542 "if-watch",4543 "ipnet",4544 "libc",4545 "libp2p-core 0.33.0",4546 "log",4547 "socket2",4548]45494550[[package]]4551name = "libp2p-uds"4552version = "0.32.0"4553source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4555dependencies = [4556 "async-std",4557 "futures 0.3.21",4558 "libp2p-core 0.32.1",4559 "log",4560]45614562[[package]]4563name = "libp2p-wasm-ext"4564version = "0.33.0"4565source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06"4567dependencies = [4568 "futures 0.3.21",4569 "js-sys",4570 "libp2p-core 0.33.0",4571 "parity-send-wrapper",4572 "wasm-bindgen",4573 "wasm-bindgen-futures",4574]45754576[[package]]4577name = "libp2p-websocket"4578version = "0.35.0"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"4581dependencies = [4582 "either",4583 "futures 0.3.21",4584 "futures-rustls",4585 "libp2p-core 0.33.0",4586 "log",4587 "parking_lot 0.12.1",4588 "quicksink",4589 "rw-stream-sink 0.3.0",4590 "soketto",4591 "url",4592 "webpki-roots",4593]45944595[[package]]4596name = "libp2p-yamux"4597version = "0.37.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"4600dependencies = [4601 "futures 0.3.21",4602 "libp2p-core 0.33.0",4603 "parking_lot 0.12.1",4604 "thiserror",4605 "yamux",4606]46074608[[package]]4609name = "librocksdb-sys"4610version = "0.6.1+6.28.2"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4613dependencies = [4614 "bindgen",4615 "bzip2-sys",4616 "cc",4617 "glob",4618 "libc",4619 "libz-sys",4620 "tikv-jemalloc-sys",4621]46224623[[package]]4624name = "libsecp256k1"4625version = "0.7.1"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4628dependencies = [4629 "arrayref",4630 "base64",4631 "digest 0.9.0",4632 "hmac-drbg",4633 "libsecp256k1-core",4634 "libsecp256k1-gen-ecmult",4635 "libsecp256k1-gen-genmult",4636 "rand 0.8.5",4637 "serde",4638 "sha2 0.9.9",4639 "typenum",4640]46414642[[package]]4643name = "libsecp256k1-core"4644version = "0.3.0"4645source = "registry+https://github.com/rust-lang/crates.io-index"4646checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4647dependencies = [4648 "crunchy",4649 "digest 0.9.0",4650 "subtle",4651]46524653[[package]]4654name = "libsecp256k1-gen-ecmult"4655version = "0.3.0"4656source = "registry+https://github.com/rust-lang/crates.io-index"4657checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4658dependencies = [4659 "libsecp256k1-core",4660]46614662[[package]]4663name = "libsecp256k1-gen-genmult"4664version = "0.3.0"4665source = "registry+https://github.com/rust-lang/crates.io-index"4666checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4667dependencies = [4668 "libsecp256k1-core",4669]46704671[[package]]4672name = "libz-sys"4673version = "1.1.8"4674source = "registry+https://github.com/rust-lang/crates.io-index"4675checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4676dependencies = [4677 "cc",4678 "pkg-config",4679 "vcpkg",4680]46814682[[package]]4683name = "linked-hash-map"4684version = "0.5.6"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46874688[[package]]4689name = "linked_hash_set"4690version = "0.1.4"4691source = "registry+https://github.com/rust-lang/crates.io-index"4692checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4693dependencies = [4694 "linked-hash-map",4695]46964697[[package]]4698name = "linregress"4699version = "0.4.4"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4702dependencies = [4703 "nalgebra",4704 "statrs",4705]47064707[[package]]4708name = "linux-raw-sys"4709version = "0.0.42"4710source = "registry+https://github.com/rust-lang/crates.io-index"4711checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"47124713[[package]]4714name = "lock_api"4715version = "0.4.7"4716source = "registry+https://github.com/rust-lang/crates.io-index"4717checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4718dependencies = [4719 "autocfg",4720 "scopeguard",4721]47224723[[package]]4724name = "log"4725version = "0.4.17"4726source = "registry+https://github.com/rust-lang/crates.io-index"4727checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4728dependencies = [4729 "cfg-if 1.0.0",4730 "value-bag",4731]47324733[[package]]4734name = "lru"4735version = "0.6.6"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4738dependencies = [4739 "hashbrown 0.11.2",4740]47414742[[package]]4743name = "lru"4744version = "0.7.8"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4747dependencies = [4748 "hashbrown 0.12.3",4749]47504751[[package]]4752name = "lru-cache"4753version = "0.1.2"4754source = "registry+https://github.com/rust-lang/crates.io-index"4755checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4756dependencies = [4757 "linked-hash-map",4758]47594760[[package]]4761name = "lz4"4762version = "1.23.3"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4765dependencies = [4766 "libc",4767 "lz4-sys",4768]47694770[[package]]4771name = "lz4-sys"4772version = "1.9.3"4773source = "registry+https://github.com/rust-lang/crates.io-index"4774checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4775dependencies = [4776 "cc",4777 "libc",4778]47794780[[package]]4781name = "mach"4782version = "0.3.2"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4785dependencies = [4786 "libc",4787]47884789[[package]]4790name = "maplit"4791version = "1.0.2"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"47944795[[package]]4796name = "match_cfg"4797version = "0.1.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48004801[[package]]4802name = "matchers"4803version = "0.0.1"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4806dependencies = [4807 "regex-automata",4808]48094810[[package]]4811name = "matches"4812version = "0.1.9"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48154816[[package]]4817name = "matrixmultiply"4818version = "0.3.2"4819source = "registry+https://github.com/rust-lang/crates.io-index"4820checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4821dependencies = [4822 "rawpointer",4823]48244825[[package]]4826name = "memchr"4827version = "2.5.0"4828source = "registry+https://github.com/rust-lang/crates.io-index"4829checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48304831[[package]]4832name = "memfd"4833version = "0.4.1"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4836dependencies = [4837 "libc",4838]48394840[[package]]4841name = "memmap2"4842version = "0.2.3"4843source = "registry+https://github.com/rust-lang/crates.io-index"4844checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4845dependencies = [4846 "libc",4847]48484849[[package]]4850name = "memmap2"4851version = "0.5.5"4852source = "registry+https://github.com/rust-lang/crates.io-index"4853checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"4854dependencies = [4855 "libc",4856]48574858[[package]]4859name = "memoffset"4860version = "0.6.5"4861source = "registry+https://github.com/rust-lang/crates.io-index"4862checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4863dependencies = [4864 "autocfg",4865]48664867[[package]]4868name = "memory-db"4869version = "0.29.0"4870source = "registry+https://github.com/rust-lang/crates.io-index"4871checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4872dependencies = [4873 "hash-db",4874 "hashbrown 0.12.3",4875 "parity-util-mem",4876]48774878[[package]]4879name = "memory-lru"4880version = "0.1.0"4881source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4883dependencies = [4884 "lru 0.6.6",4885]48864887[[package]]4888name = "memory_units"4889version = "0.3.0"4890source = "registry+https://github.com/rust-lang/crates.io-index"4891checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"48924893[[package]]4894name = "merlin"4895version = "2.0.1"4896source = "registry+https://github.com/rust-lang/crates.io-index"4897checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4898dependencies = [4899 "byteorder",4900 "keccak",4901 "rand_core 0.5.1",4902 "zeroize",4903]49044905[[package]]4906name = "mick-jaeger"4907version = "0.1.8"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4910dependencies = [4911 "futures 0.3.21",4912 "rand 0.8.5",4913 "thrift",4914]49154916[[package]]4917name = "minimal-lexical"4918version = "0.2.1"4919source = "registry+https://github.com/rust-lang/crates.io-index"4920checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49214922[[package]]4923name = "miniz_oxide"4924version = "0.5.3"4925source = "registry+https://github.com/rust-lang/crates.io-index"4926checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4927dependencies = [4928 "adler",4929]49304931[[package]]4932name = "mio"4933version = "0.8.4"4934source = "registry+https://github.com/rust-lang/crates.io-index"4935checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4936dependencies = [4937 "libc",4938 "log",4939 "wasi 0.11.0+wasi-snapshot-preview1",4940 "windows-sys",4941]49424943[[package]]4944name = "more-asserts"4945version = "0.2.2"4946source = "registry+https://github.com/rust-lang/crates.io-index"4947checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49484949[[package]]4950name = "multiaddr"4951version = "0.14.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4954dependencies = [4955 "arrayref",4956 "bs58",4957 "byteorder",4958 "data-encoding",4959 "multihash",4960 "percent-encoding",4961 "serde",4962 "static_assertions",4963 "unsigned-varint",4964 "url",4965]49664967[[package]]4968name = "multibase"4969version = "0.9.1"4970source = "registry+https://github.com/rust-lang/crates.io-index"4971checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4972dependencies = [4973 "base-x",4974 "data-encoding",4975 "data-encoding-macro",4976]49774978[[package]]4979name = "multihash"4980version = "0.16.2"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4983dependencies = [4984 "blake2b_simd",4985 "blake2s_simd",4986 "blake3",4987 "core2",4988 "digest 0.10.3",4989 "multihash-derive",4990 "sha2 0.10.2",4991 "sha3 0.10.1",4992 "unsigned-varint",4993]49944995[[package]]4996name = "multihash-derive"4997version = "0.8.0"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5000dependencies = [5001 "proc-macro-crate",5002 "proc-macro-error",5003 "proc-macro2",5004 "quote",5005 "syn",5006 "synstructure",5007]50085009[[package]]5010name = "multimap"5011version = "0.8.3"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50145015[[package]]5016name = "multistream-select"5017version = "0.11.0"5018source = "registry+https://github.com/rust-lang/crates.io-index"5019checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5020dependencies = [5021 "bytes 1.2.0",5022 "futures 0.3.21",5023 "log",5024 "pin-project 1.0.11",5025 "smallvec",5026 "unsigned-varint",5027]50285029[[package]]5030name = "nalgebra"5031version = "0.27.1"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5034dependencies = [5035 "approx",5036 "matrixmultiply",5037 "nalgebra-macros",5038 "num-complex",5039 "num-rational 0.4.1",5040 "num-traits",5041 "rand 0.8.5",5042 "rand_distr",5043 "simba",5044 "typenum",5045]50465047[[package]]5048name = "nalgebra-macros"5049version = "0.1.0"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5052dependencies = [5053 "proc-macro2",5054 "quote",5055 "syn",5056]50575058[[package]]5059name = "names"5060version = "0.13.0"5061source = "registry+https://github.com/rust-lang/crates.io-index"5062checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5063dependencies = [5064 "rand 0.8.5",5065]50665067[[package]]5068name = "nanorand"5069version = "0.7.0"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50725073[[package]]5074name = "netlink-packet-core"5075version = "0.4.2"5076source = "registry+https://github.com/rust-lang/crates.io-index"5077checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5078dependencies = [5079 "anyhow",5080 "byteorder",5081 "libc",5082 "netlink-packet-utils",5083]50845085[[package]]5086name = "netlink-packet-route"5087version = "0.12.0"5088source = "registry+https://github.com/rust-lang/crates.io-index"5089checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5090dependencies = [5091 "anyhow",5092 "bitflags",5093 "byteorder",5094 "libc",5095 "netlink-packet-core",5096 "netlink-packet-utils",5097]50985099[[package]]5100name = "netlink-packet-utils"5101version = "0.5.1"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5104dependencies = [5105 "anyhow",5106 "byteorder",5107 "paste",5108 "thiserror",5109]51105111[[package]]5112name = "netlink-proto"5113version = "0.10.0"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5116dependencies = [5117 "bytes 1.2.0",5118 "futures 0.3.21",5119 "log",5120 "netlink-packet-core",5121 "netlink-sys",5122 "thiserror",5123 "tokio 1.20.1",5124]51255126[[package]]5127name = "netlink-sys"5128version = "0.8.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5131dependencies = [5132 "async-io",5133 "bytes 1.2.0",5134 "futures 0.3.21",5135 "libc",5136 "log",5137]51385139[[package]]5140name = "nix"5141version = "0.24.2"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5144dependencies = [5145 "bitflags",5146 "cfg-if 1.0.0",5147 "libc",5148]51495150[[package]]5151name = "nodrop"5152version = "0.1.14"5153source = "registry+https://github.com/rust-lang/crates.io-index"5154checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51555156[[package]]5157name = "nohash-hasher"5158version = "0.2.0"5159source = "registry+https://github.com/rust-lang/crates.io-index"5160checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51615162[[package]]5163name = "nom"5164version = "7.1.1"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5167dependencies = [5168 "memchr",5169 "minimal-lexical",5170]51715172[[package]]5173name = "num-bigint"5174version = "0.2.6"5175source = "registry+https://github.com/rust-lang/crates.io-index"5176checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5177dependencies = [5178 "autocfg",5179 "num-integer",5180 "num-traits",5181]51825183[[package]]5184name = "num-complex"5185version = "0.4.2"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5188dependencies = [5189 "num-traits",5190]51915192[[package]]5193name = "num-format"5194version = "0.4.0"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5197dependencies = [5198 "arrayvec 0.4.12",5199 "itoa 0.4.8",5200]52015202[[package]]5203name = "num-integer"5204version = "0.1.45"5205source = "registry+https://github.com/rust-lang/crates.io-index"5206checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5207dependencies = [5208 "autocfg",5209 "num-traits",5210]52115212[[package]]5213name = "num-rational"5214version = "0.2.4"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5217dependencies = [5218 "autocfg",5219 "num-bigint",5220 "num-integer",5221 "num-traits",5222]52235224[[package]]5225name = "num-rational"5226version = "0.4.1"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5229dependencies = [5230 "autocfg",5231 "num-integer",5232 "num-traits",5233]52345235[[package]]5236name = "num-traits"5237version = "0.2.15"5238source = "registry+https://github.com/rust-lang/crates.io-index"5239checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5240dependencies = [5241 "autocfg",5242 "libm",5243]52445245[[package]]5246name = "num_cpus"5247version = "1.13.1"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5250dependencies = [5251 "hermit-abi",5252 "libc",5253]52545255[[package]]5256name = "object"5257version = "0.27.1"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5260dependencies = [5261 "crc32fast",5262 "indexmap",5263 "memchr",5264]52655266[[package]]5267name = "object"5268version = "0.29.0"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5271dependencies = [5272 "memchr",5273]52745275[[package]]5276name = "once_cell"5277version = "1.13.0"5278source = "registry+https://github.com/rust-lang/crates.io-index"5279checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"52805281[[package]]5282name = "opal-runtime"5283version = "0.9.24"5284dependencies = [5285 "cumulus-pallet-aura-ext",5286 "cumulus-pallet-dmp-queue",5287 "cumulus-pallet-parachain-system",5288 "cumulus-pallet-xcm",5289 "cumulus-pallet-xcmp-queue",5290 "cumulus-primitives-core",5291 "cumulus-primitives-timestamp",5292 "cumulus-primitives-utility",5293 "derivative",5294 "fp-evm-mapping",5295 "fp-rpc",5296 "fp-self-contained",5297 "frame-benchmarking",5298 "frame-executive",5299 "frame-support",5300 "frame-system",5301 "frame-system-benchmarking",5302 "frame-system-rpc-runtime-api",5303 "frame-try-runtime",5304 "hex-literal",5305 "log",5306 "orml-vesting",5307 "pallet-aura",5308 "pallet-balances",5309 "pallet-base-fee",5310 "pallet-common",5311 "pallet-ethereum",5312 "pallet-evm",5313 "pallet-evm-coder-substrate",5314 "pallet-evm-contract-helpers",5315 "pallet-evm-migration",5316 "pallet-evm-transaction-payment",5317 "pallet-fungible",5318 "pallet-inflation",5319 "pallet-nonfungible",5320 "pallet-randomness-collective-flip",5321 "pallet-refungible",5322 "pallet-rmrk-core",5323 "pallet-rmrk-equip",5324 "pallet-structure",5325 "pallet-sudo",5326 "pallet-template-transaction-payment",5327 "pallet-timestamp",5328 "pallet-transaction-payment",5329 "pallet-transaction-payment-rpc-runtime-api",5330 "pallet-treasury",5331 "pallet-unique",5332 "pallet-unique-scheduler",5333 "pallet-xcm",5334 "parachain-info",5335 "parity-scale-codec 3.1.5",5336 "polkadot-parachain",5337 "rmrk-rpc",5338 "scale-info",5339 "serde",5340 "smallvec",5341 "sp-api",5342 "sp-arithmetic",5343 "sp-block-builder",5344 "sp-consensus-aura",5345 "sp-core",5346 "sp-inherents",5347 "sp-io",5348 "sp-offchain",5349 "sp-runtime",5350 "sp-session",5351 "sp-std",5352 "sp-transaction-pool",5353 "sp-version",5354 "substrate-wasm-builder",5355 "unique-runtime-common",5356 "up-data-structs",5357 "up-rpc",5358 "xcm",5359 "xcm-builder",5360 "xcm-executor",5361]53625363[[package]]5364name = "opaque-debug"5365version = "0.2.3"5366source = "registry+https://github.com/rust-lang/crates.io-index"5367checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53685369[[package]]5370name = "opaque-debug"5371version = "0.3.0"5372source = "registry+https://github.com/rust-lang/crates.io-index"5373checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53745375[[package]]5376name = "openssl-probe"5377version = "0.1.5"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53805381[[package]]5382name = "orchestra"5383version = "0.0.1"5384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5385dependencies = [5386 "async-trait",5387 "dyn-clonable",5388 "futures 0.3.21",5389 "futures-timer",5390 "orchestra-proc-macro",5391 "pin-project 1.0.11",5392 "prioritized-metered-channel",5393 "thiserror",5394 "tracing",5395]53965397[[package]]5398name = "orchestra-proc-macro"5399version = "0.0.1"5400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5401dependencies = [5402 "expander 0.0.6",5403 "petgraph",5404 "proc-macro-crate",5405 "proc-macro2",5406 "quote",5407 "syn",5408]54095410[[package]]5411name = "ordered-float"5412version = "1.1.1"5413source = "registry+https://github.com/rust-lang/crates.io-index"5414checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5415dependencies = [5416 "num-traits",5417]54185419[[package]]5420name = "orml-vesting"5421version = "0.4.1-dev"5422source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.24#e69cabf5dc293e54a3ce60e3db4bf2f381bd20eb"5423dependencies = [5424 "frame-support",5425 "frame-system",5426 "parity-scale-codec 3.1.5",5427 "scale-info",5428 "serde",5429 "sp-io",5430 "sp-runtime",5431 "sp-std",5432]54335434[[package]]5435name = "os_str_bytes"5436version = "6.2.0"5437source = "registry+https://github.com/rust-lang/crates.io-index"5438checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"54395440[[package]]5441name = "owning_ref"5442version = "0.4.1"5443source = "registry+https://github.com/rust-lang/crates.io-index"5444checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5445dependencies = [5446 "stable_deref_trait",5447]54485449[[package]]5450name = "pallet-aura"5451version = "4.0.0-dev"5452source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5453dependencies = [5454 "frame-support",5455 "frame-system",5456 "pallet-timestamp",5457 "parity-scale-codec 3.1.5",5458 "scale-info",5459 "sp-application-crypto",5460 "sp-consensus-aura",5461 "sp-runtime",5462 "sp-std",5463]54645465[[package]]5466name = "pallet-authority-discovery"5467version = "4.0.0-dev"5468source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5469dependencies = [5470 "frame-support",5471 "frame-system",5472 "pallet-session",5473 "parity-scale-codec 3.1.5",5474 "scale-info",5475 "sp-application-crypto",5476 "sp-authority-discovery",5477 "sp-runtime",5478 "sp-std",5479]54805481[[package]]5482name = "pallet-authorship"5483version = "4.0.0-dev"5484source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5485dependencies = [5486 "frame-support",5487 "frame-system",5488 "impl-trait-for-tuples",5489 "parity-scale-codec 3.1.5",5490 "scale-info",5491 "sp-authorship",5492 "sp-runtime",5493 "sp-std",5494]54955496[[package]]5497name = "pallet-babe"5498version = "4.0.0-dev"5499source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5500dependencies = [5501 "frame-benchmarking",5502 "frame-support",5503 "frame-system",5504 "log",5505 "pallet-authorship",5506 "pallet-session",5507 "pallet-timestamp",5508 "parity-scale-codec 3.1.5",5509 "scale-info",5510 "sp-application-crypto",5511 "sp-consensus-babe",5512 "sp-consensus-vrf",5513 "sp-io",5514 "sp-runtime",5515 "sp-session",5516 "sp-staking",5517 "sp-std",5518]55195520[[package]]5521name = "pallet-bags-list"5522version = "4.0.0-dev"5523source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5524dependencies = [5525 "frame-benchmarking",5526 "frame-election-provider-support",5527 "frame-support",5528 "frame-system",5529 "log",5530 "pallet-balances",5531 "parity-scale-codec 3.1.5",5532 "scale-info",5533 "sp-core",5534 "sp-io",5535 "sp-runtime",5536 "sp-std",5537 "sp-tracing",5538]55395540[[package]]5541name = "pallet-balances"5542version = "4.0.0-dev"5543source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5544dependencies = [5545 "frame-benchmarking",5546 "frame-support",5547 "frame-system",5548 "log",5549 "parity-scale-codec 3.1.5",5550 "scale-info",5551 "sp-runtime",5552 "sp-std",5553]55545555[[package]]5556name = "pallet-base-fee"5557version = "1.0.0"5558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5559dependencies = [5560 "fp-evm",5561 "frame-support",5562 "frame-system",5563 "parity-scale-codec 3.1.5",5564 "scale-info",5565 "serde",5566 "sp-core",5567 "sp-runtime",5568]55695570[[package]]5571name = "pallet-beefy"5572version = "4.0.0-dev"5573source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5574dependencies = [5575 "beefy-primitives",5576 "frame-support",5577 "frame-system",5578 "pallet-session",5579 "parity-scale-codec 3.1.5",5580 "scale-info",5581 "serde",5582 "sp-runtime",5583 "sp-std",5584]55855586[[package]]5587name = "pallet-beefy-mmr"5588version = "4.0.0-dev"5589source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5590dependencies = [5591 "beefy-merkle-tree",5592 "beefy-primitives",5593 "frame-support",5594 "frame-system",5595 "hex",5596 "log",5597 "pallet-beefy",5598 "pallet-mmr",5599 "pallet-session",5600 "parity-scale-codec 3.1.5",5601 "scale-info",5602 "serde",5603 "sp-core",5604 "sp-io",5605 "sp-runtime",5606 "sp-std",5607]56085609[[package]]5610name = "pallet-bounties"5611version = "4.0.0-dev"5612source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5613dependencies = [5614 "frame-benchmarking",5615 "frame-support",5616 "frame-system",5617 "log",5618 "pallet-treasury",5619 "parity-scale-codec 3.1.5",5620 "scale-info",5621 "sp-core",5622 "sp-io",5623 "sp-runtime",5624 "sp-std",5625]56265627[[package]]5628name = "pallet-bridge-dispatch"5629version = "0.1.0"5630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5631dependencies = [5632 "bp-message-dispatch",5633 "bp-runtime",5634 "frame-support",5635 "frame-system",5636 "log",5637 "parity-scale-codec 3.1.5",5638 "scale-info",5639 "sp-core",5640 "sp-runtime",5641 "sp-std",5642]56435644[[package]]5645name = "pallet-bridge-grandpa"5646version = "0.1.0"5647source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5648dependencies = [5649 "bp-header-chain",5650 "bp-runtime",5651 "bp-test-utils",5652 "finality-grandpa",5653 "frame-support",5654 "frame-system",5655 "log",5656 "num-traits",5657 "parity-scale-codec 3.1.5",5658 "scale-info",5659 "serde",5660 "sp-finality-grandpa",5661 "sp-runtime",5662 "sp-std",5663 "sp-trie",5664]56655666[[package]]5667name = "pallet-bridge-messages"5668version = "0.1.0"5669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5670dependencies = [5671 "bitvec 1.0.1",5672 "bp-message-dispatch",5673 "bp-messages",5674 "bp-runtime",5675 "frame-support",5676 "frame-system",5677 "log",5678 "num-traits",5679 "parity-scale-codec 3.1.5",5680 "scale-info",5681 "serde",5682 "sp-core",5683 "sp-runtime",5684 "sp-std",5685]56865687[[package]]5688name = "pallet-child-bounties"5689version = "4.0.0-dev"5690source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5691dependencies = [5692 "frame-benchmarking",5693 "frame-support",5694 "frame-system",5695 "log",5696 "pallet-bounties",5697 "pallet-treasury",5698 "parity-scale-codec 3.1.5",5699 "scale-info",5700 "sp-core",5701 "sp-io",5702 "sp-runtime",5703 "sp-std",5704]57055706[[package]]5707name = "pallet-collective"5708version = "4.0.0-dev"5709source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5710dependencies = [5711 "frame-benchmarking",5712 "frame-support",5713 "frame-system",5714 "log",5715 "parity-scale-codec 3.1.5",5716 "scale-info",5717 "sp-core",5718 "sp-io",5719 "sp-runtime",5720 "sp-std",5721]57225723[[package]]5724name = "pallet-common"5725version = "0.1.4"5726dependencies = [5727 "ethereum",5728 "evm-coder",5729 "fp-evm-mapping",5730 "frame-benchmarking",5731 "frame-support",5732 "frame-system",5733 "pallet-evm",5734 "pallet-evm-coder-substrate",5735 "parity-scale-codec 3.1.5",5736 "scale-info",5737 "serde",5738 "sp-core",5739 "sp-runtime",5740 "sp-std",5741 "up-data-structs",5742]57435744[[package]]5745name = "pallet-democracy"5746version = "4.0.0-dev"5747source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5748dependencies = [5749 "frame-benchmarking",5750 "frame-support",5751 "frame-system",5752 "parity-scale-codec 3.1.5",5753 "scale-info",5754 "serde",5755 "sp-io",5756 "sp-runtime",5757 "sp-std",5758]57595760[[package]]5761name = "pallet-election-provider-multi-phase"5762version = "4.0.0-dev"5763source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5764dependencies = [5765 "frame-benchmarking",5766 "frame-election-provider-support",5767 "frame-support",5768 "frame-system",5769 "log",5770 "parity-scale-codec 3.1.5",5771 "rand 0.7.3",5772 "scale-info",5773 "sp-arithmetic",5774 "sp-core",5775 "sp-io",5776 "sp-npos-elections",5777 "sp-runtime",5778 "sp-std",5779 "static_assertions",5780 "strum 0.23.0",5781]57825783[[package]]5784name = "pallet-election-provider-support-benchmarking"5785version = "4.0.0-dev"5786source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5787dependencies = [5788 "frame-benchmarking",5789 "frame-election-provider-support",5790 "frame-system",5791 "parity-scale-codec 3.1.5",5792 "sp-npos-elections",5793 "sp-runtime",5794]57955796[[package]]5797name = "pallet-elections-phragmen"5798version = "5.0.0-dev"5799source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5800dependencies = [5801 "frame-benchmarking",5802 "frame-support",5803 "frame-system",5804 "log",5805 "parity-scale-codec 3.1.5",5806 "scale-info",5807 "sp-core",5808 "sp-io",5809 "sp-npos-elections",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-ethereum"5816version = "4.0.0-dev"5817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5818dependencies = [5819 "ethereum",5820 "ethereum-types",5821 "evm",5822 "fp-consensus",5823 "fp-evm",5824 "fp-evm-mapping",5825 "fp-rpc",5826 "fp-self-contained",5827 "fp-storage",5828 "frame-support",5829 "frame-system",5830 "log",5831 "pallet-evm",5832 "pallet-timestamp",5833 "parity-scale-codec 3.1.5",5834 "rlp",5835 "scale-info",5836 "serde",5837 "sha3 0.10.1",5838 "sp-io",5839 "sp-runtime",5840 "sp-std",5841]58425843[[package]]5844name = "pallet-evm"5845version = "6.0.0-dev"5846source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5847dependencies = [5848 "evm",5849 "fp-evm",5850 "fp-evm-mapping",5851 "frame-benchmarking",5852 "frame-support",5853 "frame-system",5854 "hex",5855 "impl-trait-for-tuples",5856 "log",5857 "pallet-timestamp",5858 "parity-scale-codec 3.1.5",5859 "primitive-types",5860 "rlp",5861 "scale-info",5862 "serde",5863 "sha3 0.10.1",5864 "sp-core",5865 "sp-io",5866 "sp-runtime",5867 "sp-std",5868]58695870[[package]]5871name = "pallet-evm-coder-substrate"5872version = "0.1.1"5873dependencies = [5874 "ethereum",5875 "evm-coder",5876 "frame-benchmarking",5877 "frame-support",5878 "frame-system",5879 "pallet-ethereum",5880 "pallet-evm",5881 "parity-scale-codec 3.1.5",5882 "scale-info",5883 "sp-core",5884 "sp-std",5885 "up-data-structs",5886]58875888[[package]]5889name = "pallet-evm-contract-helpers"5890version = "0.1.1"5891dependencies = [5892 "evm-coder",5893 "fp-evm-mapping",5894 "frame-support",5895 "frame-system",5896 "log",5897 "pallet-common",5898 "pallet-evm",5899 "pallet-evm-coder-substrate",5900 "parity-scale-codec 3.1.5",5901 "scale-info",5902 "sp-core",5903 "sp-runtime",5904 "sp-std",5905 "up-data-structs",5906 "up-sponsorship",5907]59085909[[package]]5910name = "pallet-evm-migration"5911version = "0.1.0"5912dependencies = [5913 "fp-evm",5914 "frame-benchmarking",5915 "frame-support",5916 "frame-system",5917 "pallet-evm",5918 "parity-scale-codec 3.1.5",5919 "scale-info",5920 "sp-core",5921 "sp-io",5922 "sp-runtime",5923 "sp-std",5924]59255926[[package]]5927name = "pallet-evm-transaction-payment"5928version = "0.1.0"5929dependencies = [5930 "fp-evm",5931 "fp-evm-mapping",5932 "frame-support",5933 "frame-system",5934 "pallet-ethereum",5935 "pallet-evm",5936 "parity-scale-codec 3.1.5",5937 "scale-info",5938 "sp-core",5939 "sp-io",5940 "sp-runtime",5941 "sp-std",5942 "up-sponsorship",5943]59445945[[package]]5946name = "pallet-fungible"5947version = "0.1.2"5948dependencies = [5949 "ethereum",5950 "evm-coder",5951 "frame-benchmarking",5952 "frame-support",5953 "frame-system",5954 "pallet-common",5955 "pallet-evm",5956 "pallet-evm-coder-substrate",5957 "pallet-structure",5958 "parity-scale-codec 3.1.5",5959 "scale-info",5960 "sp-core",5961 "sp-runtime",5962 "sp-std",5963 "up-data-structs",5964]59655966[[package]]5967name = "pallet-gilt"5968version = "4.0.0-dev"5969source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5970dependencies = [5971 "frame-benchmarking",5972 "frame-support",5973 "frame-system",5974 "parity-scale-codec 3.1.5",5975 "scale-info",5976 "sp-arithmetic",5977 "sp-runtime",5978 "sp-std",5979]59805981[[package]]5982name = "pallet-grandpa"5983version = "4.0.0-dev"5984source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5985dependencies = [5986 "frame-benchmarking",5987 "frame-support",5988 "frame-system",5989 "log",5990 "pallet-authorship",5991 "pallet-session",5992 "parity-scale-codec 3.1.5",5993 "scale-info",5994 "sp-application-crypto",5995 "sp-core",5996 "sp-finality-grandpa",5997 "sp-io",5998 "sp-runtime",5999 "sp-session",6000 "sp-staking",6001 "sp-std",6002]60036004[[package]]6005name = "pallet-identity"6006version = "4.0.0-dev"6007source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6008dependencies = [6009 "enumflags2",6010 "frame-benchmarking",6011 "frame-support",6012 "frame-system",6013 "parity-scale-codec 3.1.5",6014 "scale-info",6015 "sp-io",6016 "sp-runtime",6017 "sp-std",6018]60196020[[package]]6021name = "pallet-im-online"6022version = "4.0.0-dev"6023source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6024dependencies = [6025 "frame-benchmarking",6026 "frame-support",6027 "frame-system",6028 "log",6029 "pallet-authorship",6030 "parity-scale-codec 3.1.5",6031 "scale-info",6032 "sp-application-crypto",6033 "sp-core",6034 "sp-io",6035 "sp-runtime",6036 "sp-staking",6037 "sp-std",6038]60396040[[package]]6041name = "pallet-indices"6042version = "4.0.0-dev"6043source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6044dependencies = [6045 "frame-benchmarking",6046 "frame-support",6047 "frame-system",6048 "parity-scale-codec 3.1.5",6049 "scale-info",6050 "sp-core",6051 "sp-io",6052 "sp-keyring",6053 "sp-runtime",6054 "sp-std",6055]60566057[[package]]6058name = "pallet-inflation"6059version = "0.1.0"6060dependencies = [6061 "frame-benchmarking",6062 "frame-support",6063 "frame-system",6064 "pallet-balances",6065 "pallet-randomness-collective-flip",6066 "pallet-timestamp",6067 "parity-scale-codec 3.1.5",6068 "scale-info",6069 "serde",6070 "sp-core",6071 "sp-io",6072 "sp-runtime",6073 "sp-std",6074]60756076[[package]]6077name = "pallet-membership"6078version = "4.0.0-dev"6079source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6080dependencies = [6081 "frame-benchmarking",6082 "frame-support",6083 "frame-system",6084 "log",6085 "parity-scale-codec 3.1.5",6086 "scale-info",6087 "sp-core",6088 "sp-io",6089 "sp-runtime",6090 "sp-std",6091]60926093[[package]]6094name = "pallet-mmr"6095version = "4.0.0-dev"6096source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6097dependencies = [6098 "ckb-merkle-mountain-range",6099 "frame-benchmarking",6100 "frame-support",6101 "frame-system",6102 "parity-scale-codec 3.1.5",6103 "scale-info",6104 "sp-core",6105 "sp-io",6106 "sp-mmr-primitives",6107 "sp-runtime",6108 "sp-std",6109]61106111[[package]]6112name = "pallet-mmr-rpc"6113version = "3.0.0"6114source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6115dependencies = [6116 "jsonrpsee",6117 "parity-scale-codec 3.1.5",6118 "serde",6119 "sp-api",6120 "sp-blockchain",6121 "sp-core",6122 "sp-mmr-primitives",6123 "sp-runtime",6124]61256126[[package]]6127name = "pallet-multisig"6128version = "4.0.0-dev"6129source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6130dependencies = [6131 "frame-benchmarking",6132 "frame-support",6133 "frame-system",6134 "parity-scale-codec 3.1.5",6135 "scale-info",6136 "sp-io",6137 "sp-runtime",6138 "sp-std",6139]61406141[[package]]6142name = "pallet-nicks"6143version = "4.0.0-dev"6144source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6145dependencies = [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-nomination-pools"6157version = "1.0.0"6158source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6159dependencies = [6160 "frame-support",6161 "frame-system",6162 "log",6163 "parity-scale-codec 3.1.5",6164 "scale-info",6165 "sp-core",6166 "sp-runtime",6167 "sp-staking",6168 "sp-std",6169]61706171[[package]]6172name = "pallet-nomination-pools-benchmarking"6173version = "1.0.0"6174source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6175dependencies = [6176 "frame-benchmarking",6177 "frame-election-provider-support",6178 "frame-support",6179 "frame-system",6180 "pallet-bags-list",6181 "pallet-nomination-pools",6182 "pallet-staking",6183 "parity-scale-codec 3.1.5",6184 "scale-info",6185 "sp-runtime",6186 "sp-staking",6187 "sp-std",6188]61896190[[package]]6191name = "pallet-nonfungible"6192version = "0.1.3"6193dependencies = [6194 "ethereum",6195 "evm-coder",6196 "frame-benchmarking",6197 "frame-support",6198 "frame-system",6199 "pallet-common",6200 "pallet-evm",6201 "pallet-evm-coder-substrate",6202 "pallet-structure",6203 "parity-scale-codec 3.1.5",6204 "scale-info",6205 "sp-core",6206 "sp-runtime",6207 "sp-std",6208 "struct-versioning",6209 "up-data-structs",6210]62116212[[package]]6213name = "pallet-offences"6214version = "4.0.0-dev"6215source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6216dependencies = [6217 "frame-support",6218 "frame-system",6219 "log",6220 "pallet-balances",6221 "parity-scale-codec 3.1.5",6222 "scale-info",6223 "serde",6224 "sp-runtime",6225 "sp-staking",6226 "sp-std",6227]62286229[[package]]6230name = "pallet-offences-benchmarking"6231version = "4.0.0-dev"6232source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6233dependencies = [6234 "frame-benchmarking",6235 "frame-election-provider-support",6236 "frame-support",6237 "frame-system",6238 "pallet-babe",6239 "pallet-balances",6240 "pallet-grandpa",6241 "pallet-im-online",6242 "pallet-offences",6243 "pallet-session",6244 "pallet-staking",6245 "parity-scale-codec 3.1.5",6246 "scale-info",6247 "sp-runtime",6248 "sp-staking",6249 "sp-std",6250]62516252[[package]]6253name = "pallet-preimage"6254version = "4.0.0-dev"6255source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6256dependencies = [6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "parity-scale-codec 3.1.5",6261 "scale-info",6262 "sp-core",6263 "sp-io",6264 "sp-runtime",6265 "sp-std",6266]62676268[[package]]6269name = "pallet-proxy"6270version = "4.0.0-dev"6271source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6272dependencies = [6273 "frame-benchmarking",6274 "frame-support",6275 "frame-system",6276 "parity-scale-codec 3.1.5",6277 "scale-info",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-randomness-collective-flip"6285version = "4.0.0-dev"6286source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6287dependencies = [6288 "frame-support",6289 "frame-system",6290 "parity-scale-codec 3.1.5",6291 "safe-mix",6292 "scale-info",6293 "sp-runtime",6294 "sp-std",6295]62966297[[package]]6298name = "pallet-recovery"6299version = "4.0.0-dev"6300source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6301dependencies = [6302 "frame-benchmarking",6303 "frame-support",6304 "frame-system",6305 "parity-scale-codec 3.1.5",6306 "scale-info",6307 "sp-io",6308 "sp-runtime",6309 "sp-std",6310]63116312[[package]]6313name = "pallet-refungible"6314version = "0.2.2"6315dependencies = [6316 "derivative",6317 "ethereum",6318 "evm-coder",6319 "frame-benchmarking",6320 "frame-support",6321 "frame-system",6322 "pallet-common",6323 "pallet-evm",6324 "pallet-evm-coder-substrate",6325 "pallet-structure",6326 "parity-scale-codec 3.1.5",6327 "scale-info",6328 "sp-core",6329 "sp-runtime",6330 "sp-std",6331 "struct-versioning",6332 "up-data-structs",6333]63346335[[package]]6336name = "pallet-rmrk-core"6337version = "0.1.1"6338dependencies = [6339 "derivative",6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "pallet-common",6344 "pallet-evm",6345 "pallet-nonfungible",6346 "pallet-structure",6347 "parity-scale-codec 3.1.5",6348 "rmrk-traits",6349 "scale-info",6350 "sp-core",6351 "sp-runtime",6352 "sp-std",6353 "up-data-structs",6354]63556356[[package]]6357name = "pallet-rmrk-equip"6358version = "0.1.1"6359dependencies = [6360 "frame-benchmarking",6361 "frame-support",6362 "frame-system",6363 "pallet-common",6364 "pallet-evm",6365 "pallet-nonfungible",6366 "pallet-rmrk-core",6367 "parity-scale-codec 3.1.5",6368 "rmrk-traits",6369 "scale-info",6370 "sp-core",6371 "sp-runtime",6372 "sp-std",6373 "up-data-structs",6374]63756376[[package]]6377name = "pallet-scheduler"6378version = "4.0.0-dev"6379source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6380dependencies = [6381 "frame-benchmarking",6382 "frame-support",6383 "frame-system",6384 "log",6385 "parity-scale-codec 3.1.5",6386 "scale-info",6387 "sp-io",6388 "sp-runtime",6389 "sp-std",6390]63916392[[package]]6393name = "pallet-session"6394version = "4.0.0-dev"6395source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6396dependencies = [6397 "frame-support",6398 "frame-system",6399 "impl-trait-for-tuples",6400 "log",6401 "pallet-timestamp",6402 "parity-scale-codec 3.1.5",6403 "scale-info",6404 "sp-core",6405 "sp-io",6406 "sp-runtime",6407 "sp-session",6408 "sp-staking",6409 "sp-std",6410 "sp-trie",6411]64126413[[package]]6414name = "pallet-session-benchmarking"6415version = "4.0.0-dev"6416source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6417dependencies = [6418 "frame-benchmarking",6419 "frame-support",6420 "frame-system",6421 "pallet-session",6422 "pallet-staking",6423 "rand 0.7.3",6424 "sp-runtime",6425 "sp-session",6426 "sp-std",6427]64286429[[package]]6430name = "pallet-society"6431version = "4.0.0-dev"6432source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6433dependencies = [6434 "frame-support",6435 "frame-system",6436 "parity-scale-codec 3.1.5",6437 "rand_chacha 0.2.2",6438 "scale-info",6439 "sp-runtime",6440 "sp-std",6441]64426443[[package]]6444name = "pallet-staking"6445version = "4.0.0-dev"6446source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6447dependencies = [6448 "frame-benchmarking",6449 "frame-election-provider-support",6450 "frame-support",6451 "frame-system",6452 "log",6453 "pallet-authorship",6454 "pallet-session",6455 "parity-scale-codec 3.1.5",6456 "rand_chacha 0.2.2",6457 "scale-info",6458 "serde",6459 "sp-application-crypto",6460 "sp-io",6461 "sp-runtime",6462 "sp-staking",6463 "sp-std",6464]64656466[[package]]6467name = "pallet-staking-reward-curve"6468version = "4.0.0-dev"6469source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6470dependencies = [6471 "proc-macro-crate",6472 "proc-macro2",6473 "quote",6474 "syn",6475]64766477[[package]]6478name = "pallet-staking-reward-fn"6479version = "4.0.0-dev"6480source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6481dependencies = [6482 "log",6483 "sp-arithmetic",6484]64856486[[package]]6487name = "pallet-structure"6488version = "0.1.1"6489dependencies = [6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "pallet-common",6494 "pallet-evm",6495 "parity-scale-codec 3.1.5",6496 "scale-info",6497 "sp-std",6498 "up-data-structs",6499]65006501[[package]]6502name = "pallet-sudo"6503version = "4.0.0-dev"6504source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6505dependencies = [6506 "frame-support",6507 "frame-system",6508 "parity-scale-codec 3.1.5",6509 "scale-info",6510 "sp-io",6511 "sp-runtime",6512 "sp-std",6513]65146515[[package]]6516name = "pallet-template-transaction-payment"6517version = "3.0.0"6518source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"6519dependencies = [6520 "frame-benchmarking",6521 "frame-support",6522 "frame-system",6523 "pallet-balances",6524 "pallet-transaction-payment",6525 "parity-scale-codec 3.1.5",6526 "scale-info",6527 "serde",6528 "sp-core",6529 "sp-io",6530 "sp-runtime",6531 "sp-std",6532 "up-sponsorship",6533]65346535[[package]]6536name = "pallet-timestamp"6537version = "4.0.0-dev"6538source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6539dependencies = [6540 "frame-benchmarking",6541 "frame-support",6542 "frame-system",6543 "log",6544 "parity-scale-codec 3.1.5",6545 "scale-info",6546 "sp-inherents",6547 "sp-io",6548 "sp-runtime",6549 "sp-std",6550 "sp-timestamp",6551]65526553[[package]]6554name = "pallet-tips"6555version = "4.0.0-dev"6556source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6557dependencies = [6558 "frame-benchmarking",6559 "frame-support",6560 "frame-system",6561 "log",6562 "pallet-treasury",6563 "parity-scale-codec 3.1.5",6564 "scale-info",6565 "serde",6566 "sp-core",6567 "sp-io",6568 "sp-runtime",6569 "sp-std",6570]65716572[[package]]6573name = "pallet-transaction-payment"6574version = "4.0.0-dev"6575source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6576dependencies = [6577 "frame-support",6578 "frame-system",6579 "parity-scale-codec 3.1.5",6580 "scale-info",6581 "serde",6582 "sp-core",6583 "sp-io",6584 "sp-runtime",6585 "sp-std",6586]65876588[[package]]6589name = "pallet-transaction-payment-rpc"6590version = "4.0.0-dev"6591source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6592dependencies = [6593 "jsonrpsee",6594 "pallet-transaction-payment-rpc-runtime-api",6595 "parity-scale-codec 3.1.5",6596 "sp-api",6597 "sp-blockchain",6598 "sp-core",6599 "sp-rpc",6600 "sp-runtime",6601]66026603[[package]]6604name = "pallet-transaction-payment-rpc-runtime-api"6605version = "4.0.0-dev"6606source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6607dependencies = [6608 "pallet-transaction-payment",6609 "parity-scale-codec 3.1.5",6610 "sp-api",6611 "sp-runtime",6612]66136614[[package]]6615name = "pallet-treasury"6616version = "4.0.0-dev"6617source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6618dependencies = [6619 "frame-benchmarking",6620 "frame-support",6621 "frame-system",6622 "impl-trait-for-tuples",6623 "pallet-balances",6624 "parity-scale-codec 3.1.5",6625 "scale-info",6626 "serde",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-unique"6633version = "0.1.2"6634dependencies = [6635 "ethereum",6636 "evm-coder",6637 "frame-benchmarking",6638 "frame-support",6639 "frame-system",6640 "pallet-common",6641 "pallet-evm",6642 "pallet-evm-coder-substrate",6643 "pallet-nonfungible",6644 "pallet-refungible",6645 "parity-scale-codec 3.1.5",6646 "scale-info",6647 "serde",6648 "sp-core",6649 "sp-io",6650 "sp-runtime",6651 "sp-std",6652 "up-data-structs",6653]66546655[[package]]6656name = "pallet-unique-scheduler"6657version = "0.1.0"6658dependencies = [6659 "frame-benchmarking",6660 "frame-support",6661 "frame-system",6662 "log",6663 "parity-scale-codec 3.1.5",6664 "scale-info",6665 "serde",6666 "sp-core",6667 "sp-io",6668 "sp-runtime",6669 "sp-std",6670 "substrate-test-utils",6671 "up-sponsorship",6672]66736674[[package]]6675name = "pallet-utility"6676version = "4.0.0-dev"6677source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6678dependencies = [6679 "frame-benchmarking",6680 "frame-support",6681 "frame-system",6682 "parity-scale-codec 3.1.5",6683 "scale-info",6684 "sp-core",6685 "sp-io",6686 "sp-runtime",6687 "sp-std",6688]66896690[[package]]6691name = "pallet-vesting"6692version = "4.0.0-dev"6693source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6694dependencies = [6695 "frame-benchmarking",6696 "frame-support",6697 "frame-system",6698 "log",6699 "parity-scale-codec 3.1.5",6700 "scale-info",6701 "sp-runtime",6702 "sp-std",6703]67046705[[package]]6706name = "pallet-xcm"6707version = "0.9.24"6708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6709dependencies = [6710 "frame-support",6711 "frame-system",6712 "log",6713 "parity-scale-codec 3.1.5",6714 "scale-info",6715 "serde",6716 "sp-core",6717 "sp-runtime",6718 "sp-std",6719 "xcm",6720 "xcm-executor",6721]67226723[[package]]6724name = "pallet-xcm-benchmarks"6725version = "0.9.24"6726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6727dependencies = [6728 "frame-benchmarking",6729 "frame-support",6730 "frame-system",6731 "log",6732 "parity-scale-codec 3.1.5",6733 "scale-info",6734 "sp-runtime",6735 "sp-std",6736 "xcm",6737 "xcm-executor",6738]67396740[[package]]6741name = "parachain-info"6742version = "0.1.0"6743source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"6744dependencies = [6745 "cumulus-primitives-core",6746 "frame-support",6747 "frame-system",6748 "parity-scale-codec 3.1.5",6749 "scale-info",6750 "serde",6751]67526753[[package]]6754name = "parity-db"6755version = "0.3.16"6756source = "registry+https://github.com/rust-lang/crates.io-index"6757checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"6758dependencies = [6759 "blake2-rfc",6760 "crc32fast",6761 "fs2",6762 "hex",6763 "libc",6764 "log",6765 "lz4",6766 "memmap2 0.2.3",6767 "parking_lot 0.11.2",6768 "rand 0.8.5",6769 "snap",6770]67716772[[package]]6773name = "parity-scale-codec"6774version = "2.3.1"6775source = "registry+https://github.com/rust-lang/crates.io-index"6776checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6777dependencies = [6778 "arrayvec 0.7.2",6779 "bitvec 0.20.4",6780 "byte-slice-cast",6781 "impl-trait-for-tuples",6782 "parity-scale-codec-derive 2.3.1",6783 "serde",6784]67856786[[package]]6787name = "parity-scale-codec"6788version = "3.1.5"6789source = "registry+https://github.com/rust-lang/crates.io-index"6790checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6791dependencies = [6792 "arrayvec 0.7.2",6793 "bitvec 1.0.1",6794 "byte-slice-cast",6795 "impl-trait-for-tuples",6796 "parity-scale-codec-derive 3.1.3",6797 "serde",6798]67996800[[package]]6801name = "parity-scale-codec-derive"6802version = "2.3.1"6803source = "registry+https://github.com/rust-lang/crates.io-index"6804checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6805dependencies = [6806 "proc-macro-crate",6807 "proc-macro2",6808 "quote",6809 "syn",6810]68116812[[package]]6813name = "parity-scale-codec-derive"6814version = "3.1.3"6815source = "registry+https://github.com/rust-lang/crates.io-index"6816checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6817dependencies = [6818 "proc-macro-crate",6819 "proc-macro2",6820 "quote",6821 "syn",6822]68236824[[package]]6825name = "parity-send-wrapper"6826version = "0.1.0"6827source = "registry+https://github.com/rust-lang/crates.io-index"6828checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68296830[[package]]6831name = "parity-util-mem"6832version = "0.11.0"6833source = "registry+https://github.com/rust-lang/crates.io-index"6834checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6835dependencies = [6836 "cfg-if 1.0.0",6837 "ethereum-types",6838 "hashbrown 0.12.3",6839 "impl-trait-for-tuples",6840 "lru 0.7.8",6841 "parity-util-mem-derive",6842 "parking_lot 0.12.1",6843 "primitive-types",6844 "smallvec",6845 "winapi",6846]68476848[[package]]6849name = "parity-util-mem-derive"6850version = "0.1.0"6851source = "registry+https://github.com/rust-lang/crates.io-index"6852checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6853dependencies = [6854 "proc-macro2",6855 "syn",6856 "synstructure",6857]68586859[[package]]6860name = "parity-wasm"6861version = "0.32.0"6862source = "registry+https://github.com/rust-lang/crates.io-index"6863checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6864dependencies = [6865 "byteorder",6866]68676868[[package]]6869name = "parity-wasm"6870version = "0.42.2"6871source = "registry+https://github.com/rust-lang/crates.io-index"6872checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68736874[[package]]6875name = "parking"6876version = "2.0.0"6877source = "registry+https://github.com/rust-lang/crates.io-index"6878checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68796880[[package]]6881name = "parking_lot"6882version = "0.11.2"6883source = "registry+https://github.com/rust-lang/crates.io-index"6884checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6885dependencies = [6886 "instant",6887 "lock_api",6888 "parking_lot_core 0.8.5",6889]68906891[[package]]6892name = "parking_lot"6893version = "0.12.1"6894source = "registry+https://github.com/rust-lang/crates.io-index"6895checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6896dependencies = [6897 "lock_api",6898 "parking_lot_core 0.9.3",6899]69006901[[package]]6902name = "parking_lot_core"6903version = "0.8.5"6904source = "registry+https://github.com/rust-lang/crates.io-index"6905checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6906dependencies = [6907 "cfg-if 1.0.0",6908 "instant",6909 "libc",6910 "redox_syscall",6911 "smallvec",6912 "winapi",6913]69146915[[package]]6916name = "parking_lot_core"6917version = "0.9.3"6918source = "registry+https://github.com/rust-lang/crates.io-index"6919checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6920dependencies = [6921 "cfg-if 1.0.0",6922 "libc",6923 "redox_syscall",6924 "smallvec",6925 "windows-sys",6926]69276928[[package]]6929name = "paste"6930version = "1.0.7"6931source = "registry+https://github.com/rust-lang/crates.io-index"6932checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69336934[[package]]6935name = "pbkdf2"6936version = "0.4.0"6937source = "registry+https://github.com/rust-lang/crates.io-index"6938checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6939dependencies = [6940 "crypto-mac 0.8.0",6941]69426943[[package]]6944name = "pbkdf2"6945version = "0.8.0"6946source = "registry+https://github.com/rust-lang/crates.io-index"6947checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6948dependencies = [6949 "crypto-mac 0.11.1",6950]69516952[[package]]6953name = "peeking_take_while"6954version = "0.1.2"6955source = "registry+https://github.com/rust-lang/crates.io-index"6956checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69576958[[package]]6959name = "percent-encoding"6960version = "2.1.0"6961source = "registry+https://github.com/rust-lang/crates.io-index"6962checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69636964[[package]]6965name = "pest"6966version = "2.1.3"6967source = "registry+https://github.com/rust-lang/crates.io-index"6968checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6969dependencies = [6970 "ucd-trie",6971]69726973[[package]]6974name = "pest_derive"6975version = "2.1.0"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6978dependencies = [6979 "pest",6980 "pest_generator",6981]69826983[[package]]6984name = "pest_generator"6985version = "2.1.3"6986source = "registry+https://github.com/rust-lang/crates.io-index"6987checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6988dependencies = [6989 "pest",6990 "pest_meta",6991 "proc-macro2",6992 "quote",6993 "syn",6994]69956996[[package]]6997name = "pest_meta"6998version = "2.1.3"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7001dependencies = [7002 "maplit",7003 "pest",7004 "sha-1 0.8.2",7005]70067007[[package]]7008name = "petgraph"7009version = "0.6.2"7010source = "registry+https://github.com/rust-lang/crates.io-index"7011checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7012dependencies = [7013 "fixedbitset",7014 "indexmap",7015]70167017[[package]]7018name = "pin-project"7019version = "0.4.30"7020source = "registry+https://github.com/rust-lang/crates.io-index"7021checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"7022dependencies = [7023 "pin-project-internal 0.4.30",7024]70257026[[package]]7027name = "pin-project"7028version = "1.0.11"7029source = "registry+https://github.com/rust-lang/crates.io-index"7030checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"7031dependencies = [7032 "pin-project-internal 1.0.11",7033]70347035[[package]]7036name = "pin-project-internal"7037version = "0.4.30"7038source = "registry+https://github.com/rust-lang/crates.io-index"7039checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"7040dependencies = [7041 "proc-macro2",7042 "quote",7043 "syn",7044]70457046[[package]]7047name = "pin-project-internal"7048version = "1.0.11"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"7051dependencies = [7052 "proc-macro2",7053 "quote",7054 "syn",7055]70567057[[package]]7058name = "pin-project-lite"7059version = "0.1.12"7060source = "registry+https://github.com/rust-lang/crates.io-index"7061checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70627063[[package]]7064name = "pin-project-lite"7065version = "0.2.9"7066source = "registry+https://github.com/rust-lang/crates.io-index"7067checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70687069[[package]]7070name = "pin-utils"7071version = "0.1.0"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70747075[[package]]7076name = "pkg-config"7077version = "0.3.25"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70807081[[package]]7082name = "platforms"7083version = "2.0.0"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70867087[[package]]7088name = "polkadot-approval-distribution"7089version = "0.9.24"7090source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7091dependencies = [7092 "futures 0.3.21",7093 "polkadot-node-network-protocol",7094 "polkadot-node-primitives",7095 "polkadot-node-subsystem",7096 "polkadot-node-subsystem-util",7097 "polkadot-primitives",7098 "rand 0.8.5",7099 "tracing-gum",7100]71017102[[package]]7103name = "polkadot-availability-bitfield-distribution"7104version = "0.9.24"7105source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7106dependencies = [7107 "futures 0.3.21",7108 "polkadot-node-network-protocol",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-distribution"7118version = "0.9.24"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7120dependencies = [7121 "derive_more",7122 "fatality",7123 "futures 0.3.21",7124 "lru 0.7.8",7125 "parity-scale-codec 3.1.5",7126 "polkadot-erasure-coding",7127 "polkadot-node-network-protocol",7128 "polkadot-node-primitives",7129 "polkadot-node-subsystem",7130 "polkadot-node-subsystem-util",7131 "polkadot-primitives",7132 "rand 0.8.5",7133 "sp-core",7134 "sp-keystore",7135 "thiserror",7136 "tracing-gum",7137]71387139[[package]]7140name = "polkadot-availability-recovery"7141version = "0.9.24"7142source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7143dependencies = [7144 "fatality",7145 "futures 0.3.21",7146 "lru 0.7.8",7147 "parity-scale-codec 3.1.5",7148 "polkadot-erasure-coding",7149 "polkadot-node-network-protocol",7150 "polkadot-node-primitives",7151 "polkadot-node-subsystem",7152 "polkadot-node-subsystem-util",7153 "polkadot-primitives",7154 "rand 0.8.5",7155 "sc-network",7156 "thiserror",7157 "tracing-gum",7158]71597160[[package]]7161name = "polkadot-cli"7162version = "0.9.24"7163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7164dependencies = [7165 "clap",7166 "frame-benchmarking-cli",7167 "futures 0.3.21",7168 "log",7169 "polkadot-client",7170 "polkadot-node-core-pvf",7171 "polkadot-node-metrics",7172 "polkadot-performance-test",7173 "polkadot-service",7174 "sc-cli",7175 "sc-service",7176 "sc-sysinfo",7177 "sc-tracing",7178 "sp-core",7179 "sp-trie",7180 "substrate-build-script-utils",7181 "thiserror",7182 "try-runtime-cli",7183]71847185[[package]]7186name = "polkadot-client"7187version = "0.9.24"7188source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7189dependencies = [7190 "beefy-primitives",7191 "frame-benchmarking",7192 "frame-benchmarking-cli",7193 "frame-system",7194 "frame-system-rpc-runtime-api",7195 "pallet-transaction-payment",7196 "pallet-transaction-payment-rpc-runtime-api",7197 "polkadot-core-primitives",7198 "polkadot-node-core-parachains-inherent",7199 "polkadot-primitives",7200 "polkadot-runtime",7201 "polkadot-runtime-common",7202 "sc-client-api",7203 "sc-consensus",7204 "sc-executor",7205 "sc-service",7206 "sp-api",7207 "sp-authority-discovery",7208 "sp-block-builder",7209 "sp-blockchain",7210 "sp-consensus",7211 "sp-consensus-babe",7212 "sp-core",7213 "sp-finality-grandpa",7214 "sp-inherents",7215 "sp-keyring",7216 "sp-mmr-primitives",7217 "sp-offchain",7218 "sp-runtime",7219 "sp-session",7220 "sp-storage",7221 "sp-timestamp",7222 "sp-transaction-pool",7223]72247225[[package]]7226name = "polkadot-collator-protocol"7227version = "0.9.24"7228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7229dependencies = [7230 "always-assert",7231 "fatality",7232 "futures 0.3.21",7233 "futures-timer",7234 "polkadot-node-network-protocol",7235 "polkadot-node-primitives",7236 "polkadot-node-subsystem",7237 "polkadot-node-subsystem-util",7238 "polkadot-primitives",7239 "sp-core",7240 "sp-keystore",7241 "sp-runtime",7242 "thiserror",7243 "tracing-gum",7244]72457246[[package]]7247name = "polkadot-core-primitives"7248version = "0.9.24"7249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7250dependencies = [7251 "parity-scale-codec 3.1.5",7252 "parity-util-mem",7253 "scale-info",7254 "sp-core",7255 "sp-runtime",7256 "sp-std",7257]72587259[[package]]7260name = "polkadot-dispute-distribution"7261version = "0.9.24"7262source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7263dependencies = [7264 "derive_more",7265 "fatality",7266 "futures 0.3.21",7267 "lru 0.7.8",7268 "parity-scale-codec 3.1.5",7269 "polkadot-erasure-coding",7270 "polkadot-node-network-protocol",7271 "polkadot-node-primitives",7272 "polkadot-node-subsystem",7273 "polkadot-node-subsystem-util",7274 "polkadot-primitives",7275 "sc-network",7276 "sp-application-crypto",7277 "sp-keystore",7278 "thiserror",7279 "tracing-gum",7280]72817282[[package]]7283name = "polkadot-erasure-coding"7284version = "0.9.24"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7286dependencies = [7287 "parity-scale-codec 3.1.5",7288 "polkadot-node-primitives",7289 "polkadot-primitives",7290 "reed-solomon-novelpoly",7291 "sp-core",7292 "sp-trie",7293 "thiserror",7294]72957296[[package]]7297name = "polkadot-gossip-support"7298version = "0.9.24"7299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7300dependencies = [7301 "futures 0.3.21",7302 "futures-timer",7303 "polkadot-node-network-protocol",7304 "polkadot-node-subsystem",7305 "polkadot-node-subsystem-util",7306 "polkadot-primitives",7307 "rand 0.8.5",7308 "rand_chacha 0.3.1",7309 "sc-network",7310 "sp-application-crypto",7311 "sp-core",7312 "sp-keystore",7313 "tracing-gum",7314]73157316[[package]]7317name = "polkadot-network-bridge"7318version = "0.9.24"7319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7320dependencies = [7321 "always-assert",7322 "async-trait",7323 "bytes 1.2.0",7324 "futures 0.3.21",7325 "parity-scale-codec 3.1.5",7326 "parking_lot 0.12.1",7327 "polkadot-node-network-protocol",7328 "polkadot-node-subsystem",7329 "polkadot-node-subsystem-util",7330 "polkadot-overseer",7331 "polkadot-primitives",7332 "sc-network",7333 "sp-consensus",7334 "tracing-gum",7335]73367337[[package]]7338name = "polkadot-node-collation-generation"7339version = "0.9.24"7340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7341dependencies = [7342 "futures 0.3.21",7343 "parity-scale-codec 3.1.5",7344 "polkadot-erasure-coding",7345 "polkadot-node-primitives",7346 "polkadot-node-subsystem",7347 "polkadot-node-subsystem-util",7348 "polkadot-primitives",7349 "sp-core",7350 "sp-maybe-compressed-blob",7351 "thiserror",7352 "tracing-gum",7353]73547355[[package]]7356name = "polkadot-node-core-approval-voting"7357version = "0.9.24"7358source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7359dependencies = [7360 "bitvec 1.0.1",7361 "derive_more",7362 "futures 0.3.21",7363 "futures-timer",7364 "kvdb",7365 "lru 0.7.8",7366 "merlin",7367 "parity-scale-codec 3.1.5",7368 "polkadot-node-jaeger",7369 "polkadot-node-primitives",7370 "polkadot-node-subsystem",7371 "polkadot-node-subsystem-util",7372 "polkadot-overseer",7373 "polkadot-primitives",7374 "sc-keystore",7375 "schnorrkel",7376 "sp-application-crypto",7377 "sp-consensus",7378 "sp-consensus-slots",7379 "sp-runtime",7380 "thiserror",7381 "tracing-gum",7382]73837384[[package]]7385name = "polkadot-node-core-av-store"7386version = "0.9.24"7387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7388dependencies = [7389 "bitvec 1.0.1",7390 "futures 0.3.21",7391 "futures-timer",7392 "kvdb",7393 "parity-scale-codec 3.1.5",7394 "polkadot-erasure-coding",7395 "polkadot-node-primitives",7396 "polkadot-node-subsystem",7397 "polkadot-node-subsystem-util",7398 "polkadot-overseer",7399 "polkadot-primitives",7400 "thiserror",7401 "tracing-gum",7402]74037404[[package]]7405name = "polkadot-node-core-backing"7406version = "0.9.24"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7408dependencies = [7409 "bitvec 1.0.1",7410 "fatality",7411 "futures 0.3.21",7412 "polkadot-erasure-coding",7413 "polkadot-node-primitives",7414 "polkadot-node-subsystem",7415 "polkadot-node-subsystem-util",7416 "polkadot-primitives",7417 "polkadot-statement-table",7418 "sp-keystore",7419 "thiserror",7420 "tracing-gum",7421]74227423[[package]]7424name = "polkadot-node-core-bitfield-signing"7425version = "0.9.24"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7427dependencies = [7428 "futures 0.3.21",7429 "polkadot-node-subsystem",7430 "polkadot-node-subsystem-util",7431 "polkadot-primitives",7432 "sp-keystore",7433 "thiserror",7434 "tracing-gum",7435 "wasm-timer",7436]74377438[[package]]7439name = "polkadot-node-core-candidate-validation"7440version = "0.9.24"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7442dependencies = [7443 "async-trait",7444 "futures 0.3.21",7445 "parity-scale-codec 3.1.5",7446 "polkadot-node-core-pvf",7447 "polkadot-node-primitives",7448 "polkadot-node-subsystem",7449 "polkadot-node-subsystem-util",7450 "polkadot-parachain",7451 "polkadot-primitives",7452 "sp-maybe-compressed-blob",7453 "tracing-gum",7454]74557456[[package]]7457name = "polkadot-node-core-chain-api"7458version = "0.9.24"7459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7460dependencies = [7461 "futures 0.3.21",7462 "polkadot-node-subsystem",7463 "polkadot-node-subsystem-util",7464 "polkadot-primitives",7465 "sc-client-api",7466 "sc-consensus-babe",7467 "sp-blockchain",7468 "tracing-gum",7469]74707471[[package]]7472name = "polkadot-node-core-chain-selection"7473version = "0.9.24"7474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7475dependencies = [7476 "futures 0.3.21",7477 "futures-timer",7478 "kvdb",7479 "parity-scale-codec 3.1.5",7480 "polkadot-node-primitives",7481 "polkadot-node-subsystem",7482 "polkadot-node-subsystem-util",7483 "polkadot-primitives",7484 "thiserror",7485 "tracing-gum",7486]74877488[[package]]7489name = "polkadot-node-core-dispute-coordinator"7490version = "0.9.24"7491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7492dependencies = [7493 "fatality",7494 "futures 0.3.21",7495 "kvdb",7496 "lru 0.7.8",7497 "parity-scale-codec 3.1.5",7498 "polkadot-node-primitives",7499 "polkadot-node-subsystem",7500 "polkadot-node-subsystem-util",7501 "polkadot-primitives",7502 "sc-keystore",7503 "thiserror",7504 "tracing-gum",7505]75067507[[package]]7508name = "polkadot-node-core-parachains-inherent"7509version = "0.9.24"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7511dependencies = [7512 "async-trait",7513 "futures 0.3.21",7514 "futures-timer",7515 "polkadot-node-subsystem",7516 "polkadot-primitives",7517 "sp-blockchain",7518 "sp-inherents",7519 "sp-runtime",7520 "thiserror",7521 "tracing-gum",7522]75237524[[package]]7525name = "polkadot-node-core-provisioner"7526version = "0.9.24"7527source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7528dependencies = [7529 "bitvec 1.0.1",7530 "fatality",7531 "futures 0.3.21",7532 "futures-timer",7533 "polkadot-node-primitives",7534 "polkadot-node-subsystem",7535 "polkadot-node-subsystem-util",7536 "polkadot-primitives",7537 "rand 0.8.5",7538 "thiserror",7539 "tracing-gum",7540]75417542[[package]]7543name = "polkadot-node-core-pvf"7544version = "0.9.24"7545source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7546dependencies = [7547 "always-assert",7548 "assert_matches",7549 "async-process",7550 "async-std",7551 "futures 0.3.21",7552 "futures-timer",7553 "parity-scale-codec 3.1.5",7554 "pin-project 1.0.11",7555 "polkadot-core-primitives",7556 "polkadot-node-subsystem-util",7557 "polkadot-parachain",7558 "rand 0.8.5",7559 "sc-executor",7560 "sc-executor-common",7561 "sc-executor-wasmtime",7562 "slotmap",7563 "sp-core",7564 "sp-externalities",7565 "sp-io",7566 "sp-maybe-compressed-blob",7567 "sp-tracing",7568 "sp-wasm-interface",7569 "tempfile",7570 "tracing-gum",7571]75727573[[package]]7574name = "polkadot-node-core-pvf-checker"7575version = "0.9.24"7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7577dependencies = [7578 "futures 0.3.21",7579 "polkadot-node-primitives",7580 "polkadot-node-subsystem",7581 "polkadot-node-subsystem-util",7582 "polkadot-overseer",7583 "polkadot-primitives",7584 "sp-keystore",7585 "thiserror",7586 "tracing-gum",7587]75887589[[package]]7590name = "polkadot-node-core-runtime-api"7591version = "0.9.24"7592source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7593dependencies = [7594 "futures 0.3.21",7595 "memory-lru",7596 "parity-util-mem",7597 "polkadot-node-subsystem",7598 "polkadot-node-subsystem-util",7599 "polkadot-primitives",7600 "sp-api",7601 "sp-authority-discovery",7602 "sp-consensus-babe",7603 "tracing-gum",7604]76057606[[package]]7607name = "polkadot-node-jaeger"7608version = "0.9.24"7609source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7610dependencies = [7611 "async-std",7612 "lazy_static",7613 "log",7614 "mick-jaeger",7615 "parity-scale-codec 3.1.5",7616 "parking_lot 0.12.1",7617 "polkadot-node-primitives",7618 "polkadot-primitives",7619 "sc-network",7620 "sp-core",7621 "thiserror",7622]76237624[[package]]7625name = "polkadot-node-metrics"7626version = "0.9.24"7627source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7628dependencies = [7629 "bs58",7630 "futures 0.3.21",7631 "futures-timer",7632 "log",7633 "parity-scale-codec 3.1.5",7634 "polkadot-primitives",7635 "prioritized-metered-channel",7636 "sc-cli",7637 "sc-service",7638 "sc-tracing",7639 "substrate-prometheus-endpoint",7640 "tracing-gum",7641]76427643[[package]]7644name = "polkadot-node-network-protocol"7645version = "0.9.24"7646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7647dependencies = [7648 "async-trait",7649 "derive_more",7650 "fatality",7651 "futures 0.3.21",7652 "parity-scale-codec 3.1.5",7653 "polkadot-node-jaeger",7654 "polkadot-node-primitives",7655 "polkadot-primitives",7656 "rand 0.8.5",7657 "sc-authority-discovery",7658 "sc-network",7659 "strum 0.24.1",7660 "thiserror",7661 "tracing-gum",7662]76637664[[package]]7665name = "polkadot-node-primitives"7666version = "0.9.24"7667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7668dependencies = [7669 "bounded-vec",7670 "futures 0.3.21",7671 "parity-scale-codec 3.1.5",7672 "polkadot-parachain",7673 "polkadot-primitives",7674 "schnorrkel",7675 "serde",7676 "sp-application-crypto",7677 "sp-consensus-babe",7678 "sp-consensus-vrf",7679 "sp-core",7680 "sp-keystore",7681 "sp-maybe-compressed-blob",7682 "thiserror",7683 "zstd",7684]76857686[[package]]7687name = "polkadot-node-subsystem"7688version = "0.9.24"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7690dependencies = [7691 "polkadot-node-jaeger",7692 "polkadot-node-subsystem-types",7693 "polkadot-overseer",7694]76957696[[package]]7697name = "polkadot-node-subsystem-types"7698version = "0.9.24"7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7700dependencies = [7701 "derive_more",7702 "futures 0.3.21",7703 "orchestra",7704 "polkadot-node-jaeger",7705 "polkadot-node-network-protocol",7706 "polkadot-node-primitives",7707 "polkadot-primitives",7708 "polkadot-statement-table",7709 "sc-network",7710 "smallvec",7711 "substrate-prometheus-endpoint",7712 "thiserror",7713]77147715[[package]]7716name = "polkadot-node-subsystem-util"7717version = "0.9.24"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7719dependencies = [7720 "async-trait",7721 "derive_more",7722 "fatality",7723 "futures 0.3.21",7724 "itertools",7725 "kvdb",7726 "lru 0.7.8",7727 "parity-db",7728 "parity-scale-codec 3.1.5",7729 "parity-util-mem",7730 "parking_lot 0.11.2",7731 "pin-project 1.0.11",7732 "polkadot-node-jaeger",7733 "polkadot-node-metrics",7734 "polkadot-node-network-protocol",7735 "polkadot-node-primitives",7736 "polkadot-node-subsystem",7737 "polkadot-overseer",7738 "polkadot-primitives",7739 "prioritized-metered-channel",7740 "rand 0.8.5",7741 "sp-application-crypto",7742 "sp-core",7743 "sp-keystore",7744 "thiserror",7745 "tracing-gum",7746]77477748[[package]]7749name = "polkadot-overseer"7750version = "0.9.24"7751source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7752dependencies = [7753 "futures 0.3.21",7754 "futures-timer",7755 "lru 0.7.8",7756 "orchestra",7757 "parity-util-mem",7758 "parking_lot 0.12.1",7759 "polkadot-node-metrics",7760 "polkadot-node-network-protocol",7761 "polkadot-node-primitives",7762 "polkadot-node-subsystem-types",7763 "polkadot-primitives",7764 "sc-client-api",7765 "sp-api",7766 "sp-core",7767 "tracing-gum",7768]77697770[[package]]7771name = "polkadot-parachain"7772version = "0.9.24"7773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7774dependencies = [7775 "derive_more",7776 "frame-support",7777 "parity-scale-codec 3.1.5",7778 "parity-util-mem",7779 "polkadot-core-primitives",7780 "scale-info",7781 "serde",7782 "sp-core",7783 "sp-runtime",7784 "sp-std",7785]77867787[[package]]7788name = "polkadot-performance-test"7789version = "0.9.24"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7791dependencies = [7792 "env_logger",7793 "kusama-runtime",7794 "log",7795 "polkadot-erasure-coding",7796 "polkadot-node-core-pvf",7797 "polkadot-node-primitives",7798 "quote",7799 "thiserror",7800]78017802[[package]]7803name = "polkadot-primitives"7804version = "0.9.24"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7806dependencies = [7807 "bitvec 1.0.1",7808 "frame-system",7809 "hex-literal",7810 "parity-scale-codec 3.1.5",7811 "parity-util-mem",7812 "polkadot-core-primitives",7813 "polkadot-parachain",7814 "scale-info",7815 "serde",7816 "sp-api",7817 "sp-application-crypto",7818 "sp-arithmetic",7819 "sp-authority-discovery",7820 "sp-consensus-slots",7821 "sp-core",7822 "sp-inherents",7823 "sp-io",7824 "sp-keystore",7825 "sp-runtime",7826 "sp-staking",7827 "sp-std",7828 "sp-trie",7829 "sp-version",7830]78317832[[package]]7833name = "polkadot-rpc"7834version = "0.9.24"7835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7836dependencies = [7837 "beefy-gadget",7838 "beefy-gadget-rpc",7839 "jsonrpsee",7840 "pallet-mmr-rpc",7841 "pallet-transaction-payment-rpc",7842 "polkadot-primitives",7843 "sc-chain-spec",7844 "sc-client-api",7845 "sc-consensus-babe",7846 "sc-consensus-babe-rpc",7847 "sc-consensus-epochs",7848 "sc-finality-grandpa",7849 "sc-finality-grandpa-rpc",7850 "sc-rpc",7851 "sc-sync-state-rpc",7852 "sc-transaction-pool-api",7853 "sp-api",7854 "sp-block-builder",7855 "sp-blockchain",7856 "sp-consensus",7857 "sp-consensus-babe",7858 "sp-keystore",7859 "sp-runtime",7860 "substrate-frame-rpc-system",7861 "substrate-state-trie-migration-rpc",7862]78637864[[package]]7865name = "polkadot-runtime"7866version = "0.9.24"7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7868dependencies = [7869 "beefy-primitives",7870 "bitvec 1.0.1",7871 "frame-benchmarking",7872 "frame-election-provider-support",7873 "frame-executive",7874 "frame-support",7875 "frame-system",7876 "frame-system-benchmarking",7877 "frame-system-rpc-runtime-api",7878 "frame-try-runtime",7879 "hex-literal",7880 "log",7881 "pallet-authority-discovery",7882 "pallet-authorship",7883 "pallet-babe",7884 "pallet-bags-list",7885 "pallet-balances",7886 "pallet-bounties",7887 "pallet-child-bounties",7888 "pallet-collective",7889 "pallet-democracy",7890 "pallet-election-provider-multi-phase",7891 "pallet-election-provider-support-benchmarking",7892 "pallet-elections-phragmen",7893 "pallet-grandpa",7894 "pallet-identity",7895 "pallet-im-online",7896 "pallet-indices",7897 "pallet-membership",7898 "pallet-multisig",7899 "pallet-nicks",7900 "pallet-offences",7901 "pallet-offences-benchmarking",7902 "pallet-preimage",7903 "pallet-proxy",7904 "pallet-scheduler",7905 "pallet-session",7906 "pallet-session-benchmarking",7907 "pallet-staking",7908 "pallet-staking-reward-curve",7909 "pallet-timestamp",7910 "pallet-tips",7911 "pallet-transaction-payment",7912 "pallet-transaction-payment-rpc-runtime-api",7913 "pallet-treasury",7914 "pallet-utility",7915 "pallet-vesting",7916 "pallet-xcm",7917 "parity-scale-codec 3.1.5",7918 "polkadot-primitives",7919 "polkadot-runtime-common",7920 "polkadot-runtime-constants",7921 "polkadot-runtime-parachains",7922 "rustc-hex",7923 "scale-info",7924 "serde",7925 "serde_derive",7926 "smallvec",7927 "sp-api",7928 "sp-authority-discovery",7929 "sp-block-builder",7930 "sp-consensus-babe",7931 "sp-core",7932 "sp-inherents",7933 "sp-io",7934 "sp-mmr-primitives",7935 "sp-npos-elections",7936 "sp-offchain",7937 "sp-runtime",7938 "sp-session",7939 "sp-staking",7940 "sp-std",7941 "sp-transaction-pool",7942 "sp-version",7943 "static_assertions",7944 "substrate-wasm-builder",7945 "xcm",7946 "xcm-builder",7947 "xcm-executor",7948]79497950[[package]]7951name = "polkadot-runtime-common"7952version = "0.9.24"7953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7954dependencies = [7955 "beefy-primitives",7956 "bitvec 1.0.1",7957 "frame-benchmarking",7958 "frame-election-provider-support",7959 "frame-support",7960 "frame-system",7961 "impl-trait-for-tuples",7962 "libsecp256k1",7963 "log",7964 "pallet-authorship",7965 "pallet-babe",7966 "pallet-bags-list",7967 "pallet-balances",7968 "pallet-beefy-mmr",7969 "pallet-election-provider-multi-phase",7970 "pallet-session",7971 "pallet-staking",7972 "pallet-timestamp",7973 "pallet-transaction-payment",7974 "pallet-treasury",7975 "pallet-vesting",7976 "parity-scale-codec 3.1.5",7977 "polkadot-primitives",7978 "polkadot-runtime-parachains",7979 "rustc-hex",7980 "scale-info",7981 "serde",7982 "serde_derive",7983 "slot-range-helper",7984 "sp-api",7985 "sp-core",7986 "sp-inherents",7987 "sp-io",7988 "sp-npos-elections",7989 "sp-runtime",7990 "sp-session",7991 "sp-staking",7992 "sp-std",7993 "static_assertions",7994 "xcm",7995]79967997[[package]]7998name = "polkadot-runtime-constants"7999version = "0.9.24"8000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8001dependencies = [8002 "frame-support",8003 "polkadot-primitives",8004 "polkadot-runtime-common",8005 "smallvec",8006 "sp-runtime",8007]80088009[[package]]8010name = "polkadot-runtime-metrics"8011version = "0.9.24"8012source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8013dependencies = [8014 "bs58",8015 "parity-scale-codec 3.1.5",8016 "polkadot-primitives",8017 "sp-std",8018 "sp-tracing",8019]80208021[[package]]8022name = "polkadot-runtime-parachains"8023version = "0.9.24"8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8025dependencies = [8026 "bitflags",8027 "bitvec 1.0.1",8028 "derive_more",8029 "frame-benchmarking",8030 "frame-support",8031 "frame-system",8032 "log",8033 "pallet-authority-discovery",8034 "pallet-authorship",8035 "pallet-babe",8036 "pallet-balances",8037 "pallet-session",8038 "pallet-staking",8039 "pallet-timestamp",8040 "pallet-vesting",8041 "parity-scale-codec 3.1.5",8042 "polkadot-primitives",8043 "polkadot-runtime-metrics",8044 "rand 0.8.5",8045 "rand_chacha 0.3.1",8046 "rustc-hex",8047 "scale-info",8048 "serde",8049 "sp-api",8050 "sp-application-crypto",8051 "sp-core",8052 "sp-inherents",8053 "sp-io",8054 "sp-keystore",8055 "sp-runtime",8056 "sp-session",8057 "sp-staking",8058 "sp-std",8059 "static_assertions",8060 "xcm",8061 "xcm-executor",8062]80638064[[package]]8065name = "polkadot-service"8066version = "0.9.24"8067source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8068dependencies = [8069 "async-trait",8070 "beefy-gadget",8071 "beefy-primitives",8072 "frame-system-rpc-runtime-api",8073 "futures 0.3.21",8074 "hex-literal",8075 "kusama-runtime",8076 "kvdb",8077 "kvdb-rocksdb",8078 "lru 0.7.8",8079 "pallet-babe",8080 "pallet-im-online",8081 "pallet-staking",8082 "pallet-transaction-payment-rpc-runtime-api",8083 "parity-db",8084 "polkadot-approval-distribution",8085 "polkadot-availability-bitfield-distribution",8086 "polkadot-availability-distribution",8087 "polkadot-availability-recovery",8088 "polkadot-client",8089 "polkadot-collator-protocol",8090 "polkadot-dispute-distribution",8091 "polkadot-gossip-support",8092 "polkadot-network-bridge",8093 "polkadot-node-collation-generation",8094 "polkadot-node-core-approval-voting",8095 "polkadot-node-core-av-store",8096 "polkadot-node-core-backing",8097 "polkadot-node-core-bitfield-signing",8098 "polkadot-node-core-candidate-validation",8099 "polkadot-node-core-chain-api",8100 "polkadot-node-core-chain-selection",8101 "polkadot-node-core-dispute-coordinator",8102 "polkadot-node-core-parachains-inherent",8103 "polkadot-node-core-provisioner",8104 "polkadot-node-core-pvf-checker",8105 "polkadot-node-core-runtime-api",8106 "polkadot-node-network-protocol",8107 "polkadot-node-primitives",8108 "polkadot-node-subsystem",8109 "polkadot-node-subsystem-types",8110 "polkadot-node-subsystem-util",8111 "polkadot-overseer",8112 "polkadot-parachain",8113 "polkadot-primitives",8114 "polkadot-rpc",8115 "polkadot-runtime",8116 "polkadot-runtime-constants",8117 "polkadot-runtime-parachains",8118 "polkadot-statement-distribution",8119 "rococo-runtime",8120 "sc-authority-discovery",8121 "sc-basic-authorship",8122 "sc-block-builder",8123 "sc-chain-spec",8124 "sc-client-api",8125 "sc-client-db",8126 "sc-consensus",8127 "sc-consensus-babe",8128 "sc-consensus-slots",8129 "sc-consensus-uncles",8130 "sc-executor",8131 "sc-finality-grandpa",8132 "sc-keystore",8133 "sc-network",8134 "sc-offchain",8135 "sc-service",8136 "sc-sync-state-rpc",8137 "sc-sysinfo",8138 "sc-telemetry",8139 "sc-transaction-pool",8140 "serde",8141 "serde_json",8142 "sp-api",8143 "sp-authority-discovery",8144 "sp-block-builder",8145 "sp-blockchain",8146 "sp-consensus",8147 "sp-consensus-babe",8148 "sp-core",8149 "sp-finality-grandpa",8150 "sp-inherents",8151 "sp-io",8152 "sp-keystore",8153 "sp-offchain",8154 "sp-runtime",8155 "sp-session",8156 "sp-state-machine",8157 "sp-storage",8158 "sp-timestamp",8159 "sp-transaction-pool",8160 "sp-trie",8161 "substrate-prometheus-endpoint",8162 "thiserror",8163 "tracing-gum",8164 "westend-runtime",8165]81668167[[package]]8168name = "polkadot-statement-distribution"8169version = "0.9.24"8170source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8171dependencies = [8172 "arrayvec 0.5.2",8173 "fatality",8174 "futures 0.3.21",8175 "indexmap",8176 "parity-scale-codec 3.1.5",8177 "polkadot-node-network-protocol",8178 "polkadot-node-primitives",8179 "polkadot-node-subsystem",8180 "polkadot-node-subsystem-util",8181 "polkadot-primitives",8182 "sp-keystore",8183 "sp-staking",8184 "thiserror",8185 "tracing-gum",8186]81878188[[package]]8189name = "polkadot-statement-table"8190version = "0.9.24"8191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8192dependencies = [8193 "parity-scale-codec 3.1.5",8194 "polkadot-primitives",8195 "sp-core",8196]81978198[[package]]8199name = "polkadot-test-runtime"8200version = "0.9.24"8201source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8202dependencies = [8203 "beefy-primitives",8204 "bitvec 1.0.1",8205 "frame-election-provider-support",8206 "frame-executive",8207 "frame-support",8208 "frame-system",8209 "frame-system-rpc-runtime-api",8210 "log",8211 "pallet-authority-discovery",8212 "pallet-authorship",8213 "pallet-babe",8214 "pallet-balances",8215 "pallet-grandpa",8216 "pallet-indices",8217 "pallet-nicks",8218 "pallet-offences",8219 "pallet-session",8220 "pallet-staking",8221 "pallet-staking-reward-curve",8222 "pallet-sudo",8223 "pallet-timestamp",8224 "pallet-transaction-payment",8225 "pallet-transaction-payment-rpc-runtime-api",8226 "pallet-vesting",8227 "pallet-xcm",8228 "parity-scale-codec 3.1.5",8229 "polkadot-parachain",8230 "polkadot-primitives",8231 "polkadot-runtime-common",8232 "polkadot-runtime-parachains",8233 "rustc-hex",8234 "scale-info",8235 "serde",8236 "serde_derive",8237 "smallvec",8238 "sp-api",8239 "sp-authority-discovery",8240 "sp-block-builder",8241 "sp-consensus-babe",8242 "sp-core",8243 "sp-inherents",8244 "sp-io",8245 "sp-mmr-primitives",8246 "sp-offchain",8247 "sp-runtime",8248 "sp-session",8249 "sp-staking",8250 "sp-std",8251 "sp-transaction-pool",8252 "sp-version",8253 "substrate-wasm-builder",8254 "test-runtime-constants",8255 "xcm",8256 "xcm-builder",8257 "xcm-executor",8258]82598260[[package]]8261name = "polkadot-test-service"8262version = "0.9.24"8263source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8264dependencies = [8265 "frame-benchmarking",8266 "frame-system",8267 "futures 0.1.31",8268 "futures 0.3.21",8269 "hex",8270 "pallet-balances",8271 "pallet-staking",8272 "pallet-transaction-payment",8273 "polkadot-node-primitives",8274 "polkadot-node-subsystem",8275 "polkadot-overseer",8276 "polkadot-parachain",8277 "polkadot-primitives",8278 "polkadot-rpc",8279 "polkadot-runtime-common",8280 "polkadot-runtime-parachains",8281 "polkadot-service",8282 "polkadot-test-runtime",8283 "rand 0.8.5",8284 "sc-authority-discovery",8285 "sc-chain-spec",8286 "sc-cli",8287 "sc-client-api",8288 "sc-consensus",8289 "sc-consensus-babe",8290 "sc-executor",8291 "sc-finality-grandpa",8292 "sc-network",8293 "sc-service",8294 "sc-tracing",8295 "sc-transaction-pool",8296 "sp-arithmetic",8297 "sp-authority-discovery",8298 "sp-blockchain",8299 "sp-consensus",8300 "sp-consensus-babe",8301 "sp-core",8302 "sp-finality-grandpa",8303 "sp-inherents",8304 "sp-keyring",8305 "sp-runtime",8306 "sp-state-machine",8307 "substrate-test-client",8308 "tempfile",8309 "test-runtime-constants",8310 "tokio 1.20.1",8311 "tracing-gum",8312]83138314[[package]]8315name = "polling"8316version = "2.2.0"8317source = "registry+https://github.com/rust-lang/crates.io-index"8318checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8319dependencies = [8320 "cfg-if 1.0.0",8321 "libc",8322 "log",8323 "wepoll-ffi",8324 "winapi",8325]83268327[[package]]8328name = "poly1305"8329version = "0.7.2"8330source = "registry+https://github.com/rust-lang/crates.io-index"8331checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8332dependencies = [8333 "cpufeatures",8334 "opaque-debug 0.3.0",8335 "universal-hash",8336]83378338[[package]]8339name = "polyval"8340version = "0.5.3"8341source = "registry+https://github.com/rust-lang/crates.io-index"8342checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8343dependencies = [8344 "cfg-if 1.0.0",8345 "cpufeatures",8346 "opaque-debug 0.3.0",8347 "universal-hash",8348]83498350[[package]]8351name = "ppv-lite86"8352version = "0.2.16"8353source = "registry+https://github.com/rust-lang/crates.io-index"8354checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83558356[[package]]8357name = "primitive-types"8358version = "0.11.1"8359source = "registry+https://github.com/rust-lang/crates.io-index"8360checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8361dependencies = [8362 "fixed-hash",8363 "impl-codec",8364 "impl-rlp",8365 "impl-serde",8366 "scale-info",8367 "uint",8368]83698370[[package]]8371name = "prioritized-metered-channel"8372version = "0.2.0"8373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8374dependencies = [8375 "coarsetime",8376 "crossbeam-queue",8377 "derive_more",8378 "futures 0.3.21",8379 "futures-timer",8380 "nanorand",8381 "thiserror",8382 "tracing",8383]83848385[[package]]8386name = "proc-macro-crate"8387version = "1.1.3"8388source = "registry+https://github.com/rust-lang/crates.io-index"8389checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8390dependencies = [8391 "thiserror",8392 "toml",8393]83948395[[package]]8396name = "proc-macro-error"8397version = "1.0.4"8398source = "registry+https://github.com/rust-lang/crates.io-index"8399checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8400dependencies = [8401 "proc-macro-error-attr",8402 "proc-macro2",8403 "quote",8404 "syn",8405 "version_check",8406]84078408[[package]]8409name = "proc-macro-error-attr"8410version = "1.0.4"8411source = "registry+https://github.com/rust-lang/crates.io-index"8412checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8413dependencies = [8414 "proc-macro2",8415 "quote",8416 "version_check",8417]84188419[[package]]8420name = "proc-macro2"8421version = "1.0.42"8422source = "registry+https://github.com/rust-lang/crates.io-index"8423checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"8424dependencies = [8425 "unicode-ident",8426]84278428[[package]]8429name = "prometheus"8430version = "0.13.1"8431source = "registry+https://github.com/rust-lang/crates.io-index"8432checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8433dependencies = [8434 "cfg-if 1.0.0",8435 "fnv",8436 "lazy_static",8437 "memchr",8438 "parking_lot 0.12.1",8439 "thiserror",8440]84418442[[package]]8443name = "prometheus-client"8444version = "0.16.0"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8447dependencies = [8448 "dtoa",8449 "itoa 1.0.2",8450 "owning_ref",8451 "prometheus-client-derive-text-encode",8452]84538454[[package]]8455name = "prometheus-client-derive-text-encode"8456version = "0.2.0"8457source = "registry+https://github.com/rust-lang/crates.io-index"8458checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8459dependencies = [8460 "proc-macro2",8461 "quote",8462 "syn",8463]84648465[[package]]8466name = "prost"8467version = "0.9.0"8468source = "registry+https://github.com/rust-lang/crates.io-index"8469checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8470dependencies = [8471 "bytes 1.2.0",8472 "prost-derive 0.9.0",8473]84748475[[package]]8476name = "prost"8477version = "0.10.4"8478source = "registry+https://github.com/rust-lang/crates.io-index"8479checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8480dependencies = [8481 "bytes 1.2.0",8482 "prost-derive 0.10.1",8483]84848485[[package]]8486name = "prost-build"8487version = "0.9.0"8488source = "registry+https://github.com/rust-lang/crates.io-index"8489checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8490dependencies = [8491 "bytes 1.2.0",8492 "heck 0.3.3",8493 "itertools",8494 "lazy_static",8495 "log",8496 "multimap",8497 "petgraph",8498 "prost 0.9.0",8499 "prost-types 0.9.0",8500 "regex",8501 "tempfile",8502 "which",8503]85048505[[package]]8506name = "prost-build"8507version = "0.10.4"8508source = "registry+https://github.com/rust-lang/crates.io-index"8509checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8510dependencies = [8511 "bytes 1.2.0",8512 "cfg-if 1.0.0",8513 "cmake",8514 "heck 0.4.0",8515 "itertools",8516 "lazy_static",8517 "log",8518 "multimap",8519 "petgraph",8520 "prost 0.10.4",8521 "prost-types 0.10.1",8522 "regex",8523 "tempfile",8524 "which",8525]85268527[[package]]8528name = "prost-codec"8529version = "0.1.0"8530source = "registry+https://github.com/rust-lang/crates.io-index"8531checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8532dependencies = [8533 "asynchronous-codec",8534 "bytes 1.2.0",8535 "prost 0.10.4",8536 "thiserror",8537 "unsigned-varint",8538]85398540[[package]]8541name = "prost-derive"8542version = "0.9.0"8543source = "registry+https://github.com/rust-lang/crates.io-index"8544checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8545dependencies = [8546 "anyhow",8547 "itertools",8548 "proc-macro2",8549 "quote",8550 "syn",8551]85528553[[package]]8554name = "prost-derive"8555version = "0.10.1"8556source = "registry+https://github.com/rust-lang/crates.io-index"8557checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8558dependencies = [8559 "anyhow",8560 "itertools",8561 "proc-macro2",8562 "quote",8563 "syn",8564]85658566[[package]]8567name = "prost-types"8568version = "0.9.0"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8571dependencies = [8572 "bytes 1.2.0",8573 "prost 0.9.0",8574]85758576[[package]]8577name = "prost-types"8578version = "0.10.1"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8581dependencies = [8582 "bytes 1.2.0",8583 "prost 0.10.4",8584]85858586[[package]]8587name = "psm"8588version = "0.1.20"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "f446d0a6efba22928558c4fb4ce0b3fd6c89b0061343e390bf01a703742b8125"8591dependencies = [8592 "cc",8593]85948595[[package]]8596name = "quartz-runtime"8597version = "0.9.24"8598dependencies = [8599 "cumulus-pallet-aura-ext",8600 "cumulus-pallet-dmp-queue",8601 "cumulus-pallet-parachain-system",8602 "cumulus-pallet-xcm",8603 "cumulus-pallet-xcmp-queue",8604 "cumulus-primitives-core",8605 "cumulus-primitives-timestamp",8606 "cumulus-primitives-utility",8607 "derivative",8608 "fp-evm-mapping",8609 "fp-rpc",8610 "fp-self-contained",8611 "frame-benchmarking",8612 "frame-executive",8613 "frame-support",8614 "frame-system",8615 "frame-system-benchmarking",8616 "frame-system-rpc-runtime-api",8617 "frame-try-runtime",8618 "hex-literal",8619 "log",8620 "orml-vesting",8621 "pallet-aura",8622 "pallet-balances",8623 "pallet-base-fee",8624 "pallet-common",8625 "pallet-ethereum",8626 "pallet-evm",8627 "pallet-evm-coder-substrate",8628 "pallet-evm-contract-helpers",8629 "pallet-evm-migration",8630 "pallet-evm-transaction-payment",8631 "pallet-fungible",8632 "pallet-inflation",8633 "pallet-nonfungible",8634 "pallet-randomness-collective-flip",8635 "pallet-refungible",8636 "pallet-rmrk-core",8637 "pallet-rmrk-equip",8638 "pallet-structure",8639 "pallet-sudo",8640 "pallet-template-transaction-payment",8641 "pallet-timestamp",8642 "pallet-transaction-payment",8643 "pallet-transaction-payment-rpc-runtime-api",8644 "pallet-treasury",8645 "pallet-unique",8646 "pallet-unique-scheduler",8647 "pallet-xcm",8648 "parachain-info",8649 "parity-scale-codec 3.1.5",8650 "polkadot-parachain",8651 "rmrk-rpc",8652 "scale-info",8653 "serde",8654 "smallvec",8655 "sp-api",8656 "sp-arithmetic",8657 "sp-block-builder",8658 "sp-consensus-aura",8659 "sp-core",8660 "sp-inherents",8661 "sp-io",8662 "sp-offchain",8663 "sp-runtime",8664 "sp-session",8665 "sp-std",8666 "sp-transaction-pool",8667 "sp-version",8668 "substrate-wasm-builder",8669 "unique-runtime-common",8670 "up-data-structs",8671 "up-rpc",8672 "xcm",8673 "xcm-builder",8674 "xcm-executor",8675]86768677[[package]]8678name = "quick-error"8679version = "1.2.3"8680source = "registry+https://github.com/rust-lang/crates.io-index"8681checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86828683[[package]]8684name = "quicksink"8685version = "0.1.2"8686source = "registry+https://github.com/rust-lang/crates.io-index"8687checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8688dependencies = [8689 "futures-core",8690 "futures-sink",8691 "pin-project-lite 0.1.12",8692]86938694[[package]]8695name = "quote"8696version = "1.0.20"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8699dependencies = [8700 "proc-macro2",8701]87028703[[package]]8704name = "radium"8705version = "0.6.2"8706source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87088709[[package]]8710name = "radium"8711version = "0.7.0"8712source = "registry+https://github.com/rust-lang/crates.io-index"8713checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87148715[[package]]8716name = "rand"8717version = "0.7.3"8718source = "registry+https://github.com/rust-lang/crates.io-index"8719checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8720dependencies = [8721 "getrandom 0.1.16",8722 "libc",8723 "rand_chacha 0.2.2",8724 "rand_core 0.5.1",8725 "rand_hc",8726 "rand_pcg 0.2.1",8727]87288729[[package]]8730name = "rand"8731version = "0.8.5"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8734dependencies = [8735 "libc",8736 "rand_chacha 0.3.1",8737 "rand_core 0.6.3",8738]87398740[[package]]8741name = "rand_chacha"8742version = "0.2.2"8743source = "registry+https://github.com/rust-lang/crates.io-index"8744checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8745dependencies = [8746 "ppv-lite86",8747 "rand_core 0.5.1",8748]87498750[[package]]8751name = "rand_chacha"8752version = "0.3.1"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8755dependencies = [8756 "ppv-lite86",8757 "rand_core 0.6.3",8758]87598760[[package]]8761name = "rand_core"8762version = "0.5.1"8763source = "registry+https://github.com/rust-lang/crates.io-index"8764checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8765dependencies = [8766 "getrandom 0.1.16",8767]87688769[[package]]8770name = "rand_core"8771version = "0.6.3"8772source = "registry+https://github.com/rust-lang/crates.io-index"8773checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8774dependencies = [8775 "getrandom 0.2.7",8776]87778778[[package]]8779name = "rand_distr"8780version = "0.4.3"8781source = "registry+https://github.com/rust-lang/crates.io-index"8782checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8783dependencies = [8784 "num-traits",8785 "rand 0.8.5",8786]87878788[[package]]8789name = "rand_hc"8790version = "0.2.0"8791source = "registry+https://github.com/rust-lang/crates.io-index"8792checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8793dependencies = [8794 "rand_core 0.5.1",8795]87968797[[package]]8798name = "rand_pcg"8799version = "0.2.1"8800source = "registry+https://github.com/rust-lang/crates.io-index"8801checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8802dependencies = [8803 "rand_core 0.5.1",8804]88058806[[package]]8807name = "rand_pcg"8808version = "0.3.1"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8811dependencies = [8812 "rand_core 0.6.3",8813]88148815[[package]]8816name = "rawpointer"8817version = "0.2.1"8818source = "registry+https://github.com/rust-lang/crates.io-index"8819checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88208821[[package]]8822name = "rayon"8823version = "1.5.3"8824source = "registry+https://github.com/rust-lang/crates.io-index"8825checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8826dependencies = [8827 "autocfg",8828 "crossbeam-deque",8829 "either",8830 "rayon-core",8831]88328833[[package]]8834name = "rayon-core"8835version = "1.9.3"8836source = "registry+https://github.com/rust-lang/crates.io-index"8837checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8838dependencies = [8839 "crossbeam-channel",8840 "crossbeam-deque",8841 "crossbeam-utils",8842 "num_cpus",8843]88448845[[package]]8846name = "redox_syscall"8847version = "0.2.15"8848source = "registry+https://github.com/rust-lang/crates.io-index"8849checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"8850dependencies = [8851 "bitflags",8852]88538854[[package]]8855name = "redox_users"8856version = "0.4.3"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8859dependencies = [8860 "getrandom 0.2.7",8861 "redox_syscall",8862 "thiserror",8863]88648865[[package]]8866name = "reed-solomon-novelpoly"8867version = "1.0.0"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8870dependencies = [8871 "derive_more",8872 "fs-err",8873 "itertools",8874 "static_init",8875 "thiserror",8876]88778878[[package]]8879name = "ref-cast"8880version = "1.0.8"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "776c8940430cf563f66a93f9111d1cd39306dc6c68149ecc6b934742a44a828a"8883dependencies = [8884 "ref-cast-impl",8885]88868887[[package]]8888name = "ref-cast-impl"8889version = "1.0.8"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "5f26c4704460286103bff62ea1fb78d137febc86aaf76952e6c5a2249af01f54"8892dependencies = [8893 "proc-macro2",8894 "quote",8895 "syn",8896]88978898[[package]]8899name = "regalloc"8900version = "0.0.34"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8903dependencies = [8904 "log",8905 "rustc-hash",8906 "smallvec",8907]89088909[[package]]8910name = "regex"8911version = "1.6.0"8912source = "registry+https://github.com/rust-lang/crates.io-index"8913checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"8914dependencies = [8915 "aho-corasick",8916 "memchr",8917 "regex-syntax",8918]89198920[[package]]8921name = "regex-automata"8922version = "0.1.10"8923source = "registry+https://github.com/rust-lang/crates.io-index"8924checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8925dependencies = [8926 "regex-syntax",8927]89288929[[package]]8930name = "regex-syntax"8931version = "0.6.27"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"89348935[[package]]8936name = "region"8937version = "2.2.0"8938source = "registry+https://github.com/rust-lang/crates.io-index"8939checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8940dependencies = [8941 "bitflags",8942 "libc",8943 "mach",8944 "winapi",8945]89468947[[package]]8948name = "remote-externalities"8949version = "0.10.0-dev"8950source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"8951dependencies = [8952 "env_logger",8953 "jsonrpsee",8954 "log",8955 "parity-scale-codec 3.1.5",8956 "serde",8957 "serde_json",8958 "sp-core",8959 "sp-io",8960 "sp-runtime",8961 "sp-version",8962]89638964[[package]]8965name = "remove_dir_all"8966version = "0.5.3"8967source = "registry+https://github.com/rust-lang/crates.io-index"8968checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8969dependencies = [8970 "winapi",8971]89728973[[package]]8974name = "resolv-conf"8975version = "0.7.0"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8978dependencies = [8979 "hostname",8980 "quick-error",8981]89828983[[package]]8984name = "retain_mut"8985version = "0.1.9"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89888989[[package]]8990name = "rfc6979"8991version = "0.1.0"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8994dependencies = [8995 "crypto-bigint",8996 "hmac 0.11.0",8997 "zeroize",8998]89999000[[package]]9001name = "ring"9002version = "0.16.20"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9005dependencies = [9006 "cc",9007 "libc",9008 "once_cell",9009 "spin",9010 "untrusted",9011 "web-sys",9012 "winapi",9013]90149015[[package]]9016name = "rlp"9017version = "0.5.1"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9020dependencies = [9021 "bytes 1.2.0",9022 "rustc-hex",9023]90249025[[package]]9026name = "rlp-derive"9027version = "0.1.0"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9030dependencies = [9031 "proc-macro2",9032 "quote",9033 "syn",9034]90359036[[package]]9037name = "rmrk-rpc"9038version = "0.0.1"9039dependencies = [9040 "parity-scale-codec 2.3.1",9041 "rmrk-traits",9042 "serde",9043 "sp-api",9044 "sp-core",9045 "sp-runtime",9046 "sp-std",9047]90489049[[package]]9050name = "rmrk-traits"9051version = "0.1.0"9052dependencies = [9053 "parity-scale-codec 3.1.5",9054 "scale-info",9055 "serde",9056]90579058[[package]]9059name = "rocksdb"9060version = "0.18.0"9061source = "registry+https://github.com/rust-lang/crates.io-index"9062checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9063dependencies = [9064 "libc",9065 "librocksdb-sys",9066]90679068[[package]]9069name = "rococo-runtime"9070version = "0.9.24"9071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9072dependencies = [9073 "beefy-merkle-tree",9074 "beefy-primitives",9075 "bp-messages",9076 "bp-rococo",9077 "bp-runtime",9078 "bp-wococo",9079 "bridge-runtime-common",9080 "frame-benchmarking",9081 "frame-executive",9082 "frame-support",9083 "frame-system",9084 "frame-system-benchmarking",9085 "frame-system-rpc-runtime-api",9086 "hex-literal",9087 "log",9088 "pallet-authority-discovery",9089 "pallet-authorship",9090 "pallet-babe",9091 "pallet-balances",9092 "pallet-beefy",9093 "pallet-beefy-mmr",9094 "pallet-bridge-dispatch",9095 "pallet-bridge-grandpa",9096 "pallet-bridge-messages",9097 "pallet-collective",9098 "pallet-grandpa",9099 "pallet-im-online",9100 "pallet-indices",9101 "pallet-membership",9102 "pallet-mmr",9103 "pallet-multisig",9104 "pallet-offences",9105 "pallet-proxy",9106 "pallet-session",9107 "pallet-staking",9108 "pallet-sudo",9109 "pallet-timestamp",9110 "pallet-transaction-payment",9111 "pallet-transaction-payment-rpc-runtime-api",9112 "pallet-utility",9113 "pallet-xcm",9114 "parity-scale-codec 3.1.5",9115 "polkadot-parachain",9116 "polkadot-primitives",9117 "polkadot-runtime-common",9118 "polkadot-runtime-parachains",9119 "rococo-runtime-constants",9120 "scale-info",9121 "serde",9122 "serde_derive",9123 "smallvec",9124 "sp-api",9125 "sp-authority-discovery",9126 "sp-block-builder",9127 "sp-consensus-babe",9128 "sp-core",9129 "sp-inherents",9130 "sp-io",9131 "sp-mmr-primitives",9132 "sp-offchain",9133 "sp-runtime",9134 "sp-session",9135 "sp-staking",9136 "sp-std",9137 "sp-transaction-pool",9138 "sp-version",9139 "substrate-wasm-builder",9140 "xcm",9141 "xcm-builder",9142 "xcm-executor",9143]91449145[[package]]9146name = "rococo-runtime-constants"9147version = "0.9.24"9148source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"9149dependencies = [9150 "frame-support",9151 "polkadot-primitives",9152 "polkadot-runtime-common",9153 "smallvec",9154 "sp-runtime",9155]91569157[[package]]9158name = "rpassword"9159version = "5.0.1"9160source = "registry+https://github.com/rust-lang/crates.io-index"9161checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9162dependencies = [9163 "libc",9164 "winapi",9165]91669167[[package]]9168name = "rtnetlink"9169version = "0.10.1"9170source = "registry+https://github.com/rust-lang/crates.io-index"9171checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9172dependencies = [9173 "async-global-executor",9174 "futures 0.3.21",9175 "log",9176 "netlink-packet-route",9177 "netlink-proto",9178 "nix",9179 "thiserror",9180]91819182[[package]]9183name = "rustc-demangle"9184version = "0.1.21"9185source = "registry+https://github.com/rust-lang/crates.io-index"9186checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91879188[[package]]9189name = "rustc-hash"9190version = "1.1.0"9191source = "registry+https://github.com/rust-lang/crates.io-index"9192checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91939194[[package]]9195name = "rustc-hex"9196version = "2.1.0"9197source = "registry+https://github.com/rust-lang/crates.io-index"9198checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91999200[[package]]9201name = "rustc_version"9202version = "0.2.3"9203source = "registry+https://github.com/rust-lang/crates.io-index"9204checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9205dependencies = [9206 "semver 0.9.0",9207]92089209[[package]]9210name = "rustc_version"9211version = "0.4.0"9212source = "registry+https://github.com/rust-lang/crates.io-index"9213checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9214dependencies = [9215 "semver 1.0.12",9216]92179218[[package]]9219name = "rustix"9220version = "0.33.7"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9223dependencies = [9224 "bitflags",9225 "errno",9226 "io-lifetimes",9227 "libc",9228 "linux-raw-sys",9229 "winapi",9230]92319232[[package]]9233name = "rustls"9234version = "0.20.6"9235source = "registry+https://github.com/rust-lang/crates.io-index"9236checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9237dependencies = [9238 "log",9239 "ring",9240 "sct",9241 "webpki",9242]92439244[[package]]9245name = "rustls-native-certs"9246version = "0.6.2"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9249dependencies = [9250 "openssl-probe",9251 "rustls-pemfile",9252 "schannel",9253 "security-framework",9254]92559256[[package]]9257name = "rustls-pemfile"9258version = "1.0.0"9259source = "registry+https://github.com/rust-lang/crates.io-index"9260checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9261dependencies = [9262 "base64",9263]92649265[[package]]9266name = "rustversion"9267version = "1.0.8"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"92709271[[package]]9272name = "rw-stream-sink"9273version = "0.2.1"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9276dependencies = [9277 "futures 0.3.21",9278 "pin-project 0.4.30",9279 "static_assertions",9280]92819282[[package]]9283name = "rw-stream-sink"9284version = "0.3.0"9285source = "registry+https://github.com/rust-lang/crates.io-index"9286checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9287dependencies = [9288 "futures 0.3.21",9289 "pin-project 1.0.11",9290 "static_assertions",9291]92929293[[package]]9294name = "ryu"9295version = "1.0.10"9296source = "registry+https://github.com/rust-lang/crates.io-index"9297checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92989299[[package]]9300name = "safe-mix"9301version = "1.0.1"9302source = "registry+https://github.com/rust-lang/crates.io-index"9303checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9304dependencies = [9305 "rustc_version 0.2.3",9306]93079308[[package]]9309name = "salsa20"9310version = "0.9.0"9311source = "registry+https://github.com/rust-lang/crates.io-index"9312checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9313dependencies = [9314 "cipher",9315]93169317[[package]]9318name = "same-file"9319version = "1.0.6"9320source = "registry+https://github.com/rust-lang/crates.io-index"9321checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9322dependencies = [9323 "winapi-util",9324]93259326[[package]]9327name = "sc-allocator"9328version = "4.1.0-dev"9329source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9330dependencies = [9331 "log",9332 "sp-core",9333 "sp-wasm-interface",9334 "thiserror",9335]93369337[[package]]9338name = "sc-authority-discovery"9339version = "0.10.0-dev"9340source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9341dependencies = [9342 "async-trait",9343 "futures 0.3.21",9344 "futures-timer",9345 "ip_network",9346 "libp2p",9347 "log",9348 "parity-scale-codec 3.1.5",9349 "prost 0.10.4",9350 "prost-build 0.9.0",9351 "rand 0.7.3",9352 "sc-client-api",9353 "sc-network",9354 "sp-api",9355 "sp-authority-discovery",9356 "sp-blockchain",9357 "sp-core",9358 "sp-keystore",9359 "sp-runtime",9360 "substrate-prometheus-endpoint",9361 "thiserror",9362]93639364[[package]]9365name = "sc-basic-authorship"9366version = "0.10.0-dev"9367source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9368dependencies = [9369 "futures 0.3.21",9370 "futures-timer",9371 "log",9372 "parity-scale-codec 3.1.5",9373 "sc-block-builder",9374 "sc-client-api",9375 "sc-proposer-metrics",9376 "sc-telemetry",9377 "sc-transaction-pool-api",9378 "sp-api",9379 "sp-blockchain",9380 "sp-consensus",9381 "sp-core",9382 "sp-inherents",9383 "sp-runtime",9384 "substrate-prometheus-endpoint",9385]93869387[[package]]9388name = "sc-block-builder"9389version = "0.10.0-dev"9390source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9391dependencies = [9392 "parity-scale-codec 3.1.5",9393 "sc-client-api",9394 "sp-api",9395 "sp-block-builder",9396 "sp-blockchain",9397 "sp-core",9398 "sp-inherents",9399 "sp-runtime",9400 "sp-state-machine",9401]94029403[[package]]9404name = "sc-chain-spec"9405version = "4.0.0-dev"9406source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9407dependencies = [9408 "impl-trait-for-tuples",9409 "memmap2 0.5.5",9410 "parity-scale-codec 3.1.5",9411 "sc-chain-spec-derive",9412 "sc-network",9413 "sc-telemetry",9414 "serde",9415 "serde_json",9416 "sp-core",9417 "sp-runtime",9418]94199420[[package]]9421name = "sc-chain-spec-derive"9422version = "4.0.0-dev"9423source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9424dependencies = [9425 "proc-macro-crate",9426 "proc-macro2",9427 "quote",9428 "syn",9429]94309431[[package]]9432name = "sc-cli"9433version = "0.10.0-dev"9434source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9435dependencies = [9436 "chrono",9437 "clap",9438 "fdlimit",9439 "futures 0.3.21",9440 "hex",9441 "libp2p",9442 "log",9443 "names",9444 "parity-scale-codec 3.1.5",9445 "rand 0.7.3",9446 "regex",9447 "rpassword",9448 "sc-client-api",9449 "sc-client-db",9450 "sc-keystore",9451 "sc-network",9452 "sc-service",9453 "sc-telemetry",9454 "sc-tracing",9455 "sc-utils",9456 "serde",9457 "serde_json",9458 "sp-blockchain",9459 "sp-core",9460 "sp-keyring",9461 "sp-keystore",9462 "sp-panic-handler",9463 "sp-runtime",9464 "sp-version",9465 "thiserror",9466 "tiny-bip39",9467 "tokio 1.20.1",9468]94699470[[package]]9471name = "sc-client-api"9472version = "4.0.0-dev"9473source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9474dependencies = [9475 "fnv",9476 "futures 0.3.21",9477 "hash-db",9478 "log",9479 "parity-scale-codec 3.1.5",9480 "parking_lot 0.12.1",9481 "sc-executor",9482 "sc-transaction-pool-api",9483 "sc-utils",9484 "sp-api",9485 "sp-blockchain",9486 "sp-consensus",9487 "sp-core",9488 "sp-database",9489 "sp-externalities",9490 "sp-keystore",9491 "sp-runtime",9492 "sp-state-machine",9493 "sp-storage",9494 "sp-trie",9495 "substrate-prometheus-endpoint",9496]94979498[[package]]9499name = "sc-client-db"9500version = "0.10.0-dev"9501source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9502dependencies = [9503 "hash-db",9504 "kvdb",9505 "kvdb-memorydb",9506 "kvdb-rocksdb",9507 "linked-hash-map",9508 "log",9509 "parity-db",9510 "parity-scale-codec 3.1.5",9511 "parking_lot 0.12.1",9512 "sc-client-api",9513 "sc-state-db",9514 "sp-arithmetic",9515 "sp-blockchain",9516 "sp-core",9517 "sp-database",9518 "sp-runtime",9519 "sp-state-machine",9520 "sp-trie",9521]95229523[[package]]9524name = "sc-consensus"9525version = "0.10.0-dev"9526source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9527dependencies = [9528 "async-trait",9529 "futures 0.3.21",9530 "futures-timer",9531 "libp2p",9532 "log",9533 "parking_lot 0.12.1",9534 "sc-client-api",9535 "sc-utils",9536 "serde",9537 "sp-api",9538 "sp-blockchain",9539 "sp-consensus",9540 "sp-core",9541 "sp-runtime",9542 "sp-state-machine",9543 "substrate-prometheus-endpoint",9544 "thiserror",9545]95469547[[package]]9548name = "sc-consensus-aura"9549version = "0.10.0-dev"9550source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9551dependencies = [9552 "async-trait",9553 "futures 0.3.21",9554 "log",9555 "parity-scale-codec 3.1.5",9556 "sc-block-builder",9557 "sc-client-api",9558 "sc-consensus",9559 "sc-consensus-slots",9560 "sc-telemetry",9561 "sp-api",9562 "sp-application-crypto",9563 "sp-block-builder",9564 "sp-blockchain",9565 "sp-consensus",9566 "sp-consensus-aura",9567 "sp-consensus-slots",9568 "sp-core",9569 "sp-inherents",9570 "sp-keystore",9571 "sp-runtime",9572 "substrate-prometheus-endpoint",9573 "thiserror",9574]95759576[[package]]9577name = "sc-consensus-babe"9578version = "0.10.0-dev"9579source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9580dependencies = [9581 "async-trait",9582 "fork-tree",9583 "futures 0.3.21",9584 "log",9585 "merlin",9586 "num-bigint",9587 "num-rational 0.2.4",9588 "num-traits",9589 "parity-scale-codec 3.1.5",9590 "parking_lot 0.12.1",9591 "rand 0.7.3",9592 "retain_mut",9593 "sc-client-api",9594 "sc-consensus",9595 "sc-consensus-epochs",9596 "sc-consensus-slots",9597 "sc-keystore",9598 "sc-telemetry",9599 "schnorrkel",9600 "serde",9601 "sp-api",9602 "sp-application-crypto",9603 "sp-block-builder",9604 "sp-blockchain",9605 "sp-consensus",9606 "sp-consensus-babe",9607 "sp-consensus-slots",9608 "sp-consensus-vrf",9609 "sp-core",9610 "sp-inherents",9611 "sp-io",9612 "sp-keystore",9613 "sp-runtime",9614 "sp-version",9615 "substrate-prometheus-endpoint",9616 "thiserror",9617]96189619[[package]]9620name = "sc-consensus-babe-rpc"9621version = "0.10.0-dev"9622source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9623dependencies = [9624 "futures 0.3.21",9625 "jsonrpsee",9626 "sc-consensus-babe",9627 "sc-consensus-epochs",9628 "sc-rpc-api",9629 "serde",9630 "sp-api",9631 "sp-application-crypto",9632 "sp-blockchain",9633 "sp-consensus",9634 "sp-consensus-babe",9635 "sp-core",9636 "sp-keystore",9637 "sp-runtime",9638 "thiserror",9639]96409641[[package]]9642name = "sc-consensus-epochs"9643version = "0.10.0-dev"9644source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9645dependencies = [9646 "fork-tree",9647 "parity-scale-codec 3.1.5",9648 "sc-client-api",9649 "sc-consensus",9650 "sp-blockchain",9651 "sp-runtime",9652]96539654[[package]]9655name = "sc-consensus-manual-seal"9656version = "0.10.0-dev"9657source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9658dependencies = [9659 "assert_matches",9660 "async-trait",9661 "futures 0.3.21",9662 "jsonrpsee",9663 "log",9664 "parity-scale-codec 3.1.5",9665 "sc-client-api",9666 "sc-consensus",9667 "sc-consensus-aura",9668 "sc-consensus-babe",9669 "sc-consensus-epochs",9670 "sc-transaction-pool",9671 "sc-transaction-pool-api",9672 "serde",9673 "sp-api",9674 "sp-blockchain",9675 "sp-consensus",9676 "sp-consensus-aura",9677 "sp-consensus-babe",9678 "sp-consensus-slots",9679 "sp-core",9680 "sp-inherents",9681 "sp-keystore",9682 "sp-runtime",9683 "sp-timestamp",9684 "substrate-prometheus-endpoint",9685 "thiserror",9686]96879688[[package]]9689name = "sc-consensus-slots"9690version = "0.10.0-dev"9691source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9692dependencies = [9693 "async-trait",9694 "futures 0.3.21",9695 "futures-timer",9696 "log",9697 "parity-scale-codec 3.1.5",9698 "sc-client-api",9699 "sc-consensus",9700 "sc-telemetry",9701 "sp-arithmetic",9702 "sp-blockchain",9703 "sp-consensus",9704 "sp-consensus-slots",9705 "sp-core",9706 "sp-inherents",9707 "sp-runtime",9708 "sp-state-machine",9709 "sp-timestamp",9710 "thiserror",9711]97129713[[package]]9714name = "sc-consensus-uncles"9715version = "0.10.0-dev"9716source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9717dependencies = [9718 "sc-client-api",9719 "sp-authorship",9720 "sp-runtime",9721 "thiserror",9722]97239724[[package]]9725name = "sc-executor"9726version = "0.10.0-dev"9727source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9728dependencies = [9729 "lazy_static",9730 "lru 0.7.8",9731 "parity-scale-codec 3.1.5",9732 "parking_lot 0.12.1",9733 "sc-executor-common",9734 "sc-executor-wasmi",9735 "sc-executor-wasmtime",9736 "sp-api",9737 "sp-core",9738 "sp-core-hashing-proc-macro",9739 "sp-externalities",9740 "sp-io",9741 "sp-panic-handler",9742 "sp-runtime-interface",9743 "sp-tasks",9744 "sp-trie",9745 "sp-version",9746 "sp-wasm-interface",9747 "tracing",9748 "wasmi",9749]97509751[[package]]9752name = "sc-executor-common"9753version = "0.10.0-dev"9754source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9755dependencies = [9756 "environmental",9757 "parity-scale-codec 3.1.5",9758 "sc-allocator",9759 "sp-maybe-compressed-blob",9760 "sp-sandbox",9761 "sp-serializer",9762 "sp-wasm-interface",9763 "thiserror",9764 "wasm-instrument",9765 "wasmi",9766]97679768[[package]]9769name = "sc-executor-wasmi"9770version = "0.10.0-dev"9771source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9772dependencies = [9773 "log",9774 "parity-scale-codec 3.1.5",9775 "sc-allocator",9776 "sc-executor-common",9777 "sp-runtime-interface",9778 "sp-sandbox",9779 "sp-wasm-interface",9780 "wasmi",9781]97829783[[package]]9784name = "sc-executor-wasmtime"9785version = "0.10.0-dev"9786source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9787dependencies = [9788 "cfg-if 1.0.0",9789 "libc",9790 "log",9791 "parity-scale-codec 3.1.5",9792 "parity-wasm 0.42.2",9793 "sc-allocator",9794 "sc-executor-common",9795 "sp-runtime-interface",9796 "sp-sandbox",9797 "sp-wasm-interface",9798 "wasmtime",9799]98009801[[package]]9802name = "sc-finality-grandpa"9803version = "0.10.0-dev"9804source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9805dependencies = [9806 "ahash",9807 "async-trait",9808 "dyn-clone",9809 "finality-grandpa",9810 "fork-tree",9811 "futures 0.3.21",9812 "futures-timer",9813 "hex",9814 "log",9815 "parity-scale-codec 3.1.5",9816 "parking_lot 0.12.1",9817 "rand 0.8.5",9818 "sc-block-builder",9819 "sc-chain-spec",9820 "sc-client-api",9821 "sc-consensus",9822 "sc-keystore",9823 "sc-network",9824 "sc-network-gossip",9825 "sc-telemetry",9826 "sc-utils",9827 "serde_json",9828 "sp-api",9829 "sp-application-crypto",9830 "sp-arithmetic",9831 "sp-blockchain",9832 "sp-consensus",9833 "sp-core",9834 "sp-finality-grandpa",9835 "sp-keystore",9836 "sp-runtime",9837 "substrate-prometheus-endpoint",9838 "thiserror",9839]98409841[[package]]9842name = "sc-finality-grandpa-rpc"9843version = "0.10.0-dev"9844source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9845dependencies = [9846 "finality-grandpa",9847 "futures 0.3.21",9848 "jsonrpsee",9849 "log",9850 "parity-scale-codec 3.1.5",9851 "sc-client-api",9852 "sc-finality-grandpa",9853 "sc-rpc",9854 "serde",9855 "serde_json",9856 "sp-blockchain",9857 "sp-core",9858 "sp-runtime",9859 "thiserror",9860]98619862[[package]]9863name = "sc-informant"9864version = "0.10.0-dev"9865source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9866dependencies = [9867 "ansi_term",9868 "futures 0.3.21",9869 "futures-timer",9870 "log",9871 "parity-util-mem",9872 "sc-client-api",9873 "sc-network",9874 "sc-transaction-pool-api",9875 "sp-blockchain",9876 "sp-runtime",9877]98789879[[package]]9880name = "sc-keystore"9881version = "4.0.0-dev"9882source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9883dependencies = [9884 "async-trait",9885 "hex",9886 "parking_lot 0.12.1",9887 "serde_json",9888 "sp-application-crypto",9889 "sp-core",9890 "sp-keystore",9891 "thiserror",9892]98939894[[package]]9895name = "sc-network"9896version = "0.10.0-dev"9897source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9898dependencies = [9899 "async-trait",9900 "asynchronous-codec",9901 "bitflags",9902 "bytes 1.2.0",9903 "cid",9904 "either",9905 "fnv",9906 "fork-tree",9907 "futures 0.3.21",9908 "futures-timer",9909 "hex",9910 "ip_network",9911 "libp2p",9912 "linked-hash-map",9913 "linked_hash_set",9914 "log",9915 "lru 0.7.8",9916 "parity-scale-codec 3.1.5",9917 "parking_lot 0.12.1",9918 "pin-project 1.0.11",9919 "prost 0.10.4",9920 "prost-build 0.9.0",9921 "rand 0.7.3",9922 "sc-block-builder",9923 "sc-client-api",9924 "sc-consensus",9925 "sc-network-common",9926 "sc-network-light",9927 "sc-network-sync",9928 "sc-peerset",9929 "sc-utils",9930 "serde",9931 "serde_json",9932 "smallvec",9933 "sp-arithmetic",9934 "sp-blockchain",9935 "sp-consensus",9936 "sp-core",9937 "sp-finality-grandpa",9938 "sp-runtime",9939 "substrate-prometheus-endpoint",9940 "thiserror",9941 "unsigned-varint",9942 "void",9943 "zeroize",9944]99459946[[package]]9947name = "sc-network-common"9948version = "0.10.0-dev"9949source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9950dependencies = [9951 "futures 0.3.21",9952 "libp2p",9953 "parity-scale-codec 3.1.5",9954 "prost-build 0.9.0",9955 "sc-peerset",9956 "smallvec",9957]99589959[[package]]9960name = "sc-network-gossip"9961version = "0.10.0-dev"9962source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9963dependencies = [9964 "ahash",9965 "futures 0.3.21",9966 "futures-timer",9967 "libp2p",9968 "log",9969 "lru 0.7.8",9970 "sc-network",9971 "sp-runtime",9972 "substrate-prometheus-endpoint",9973 "tracing",9974]99759976[[package]]9977name = "sc-network-light"9978version = "0.10.0-dev"9979source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9980dependencies = [9981 "futures 0.3.21",9982 "libp2p",9983 "log",9984 "parity-scale-codec 3.1.5",9985 "prost 0.10.4",9986 "prost-build 0.9.0",9987 "sc-client-api",9988 "sc-network-common",9989 "sc-peerset",9990 "sp-blockchain",9991 "sp-core",9992 "sp-runtime",9993 "thiserror",9994]99959996[[package]]9997name = "sc-network-sync"9998version = "0.10.0-dev"9999source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10000dependencies = [10001 "bitflags",10002 "either",10003 "fork-tree",10004 "futures 0.3.21",10005 "libp2p",10006 "log",10007 "lru 0.7.8",10008 "parity-scale-codec 3.1.5",10009 "prost 0.10.4",10010 "prost-build 0.9.0",10011 "sc-client-api",10012 "sc-consensus",10013 "sc-network-common",10014 "sc-peerset",10015 "smallvec",10016 "sp-arithmetic",10017 "sp-blockchain",10018 "sp-consensus",10019 "sp-core",10020 "sp-finality-grandpa",10021 "sp-runtime",10022 "thiserror",10023]1002410025[[package]]10026name = "sc-offchain"10027version = "4.0.0-dev"10028source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10029dependencies = [10030 "bytes 1.2.0",10031 "fnv",10032 "futures 0.3.21",10033 "futures-timer",10034 "hex",10035 "hyper",10036 "hyper-rustls",10037 "num_cpus",10038 "once_cell",10039 "parity-scale-codec 3.1.5",10040 "parking_lot 0.12.1",10041 "rand 0.7.3",10042 "sc-client-api",10043 "sc-network",10044 "sc-utils",10045 "sp-api",10046 "sp-core",10047 "sp-offchain",10048 "sp-runtime",10049 "threadpool",10050 "tracing",10051]1005210053[[package]]10054name = "sc-peerset"10055version = "4.0.0-dev"10056source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10057dependencies = [10058 "futures 0.3.21",10059 "libp2p",10060 "log",10061 "sc-utils",10062 "serde_json",10063 "wasm-timer",10064]1006510066[[package]]10067name = "sc-proposer-metrics"10068version = "0.10.0-dev"10069source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10070dependencies = [10071 "log",10072 "substrate-prometheus-endpoint",10073]1007410075[[package]]10076name = "sc-rpc"10077version = "4.0.0-dev"10078source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10079dependencies = [10080 "futures 0.3.21",10081 "hash-db",10082 "jsonrpsee",10083 "log",10084 "parity-scale-codec 3.1.5",10085 "parking_lot 0.12.1",10086 "sc-block-builder",10087 "sc-chain-spec",10088 "sc-client-api",10089 "sc-rpc-api",10090 "sc-tracing",10091 "sc-transaction-pool-api",10092 "sc-utils",10093 "serde_json",10094 "sp-api",10095 "sp-blockchain",10096 "sp-core",10097 "sp-keystore",10098 "sp-offchain",10099 "sp-rpc",10100 "sp-runtime",10101 "sp-session",10102 "sp-version",10103]1010410105[[package]]10106name = "sc-rpc-api"10107version = "0.10.0-dev"10108source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10109dependencies = [10110 "futures 0.3.21",10111 "jsonrpsee",10112 "log",10113 "parity-scale-codec 3.1.5",10114 "parking_lot 0.12.1",10115 "sc-chain-spec",10116 "sc-transaction-pool-api",10117 "scale-info",10118 "serde",10119 "serde_json",10120 "sp-core",10121 "sp-rpc",10122 "sp-runtime",10123 "sp-tracing",10124 "sp-version",10125 "thiserror",10126]1012710128[[package]]10129name = "sc-rpc-server"10130version = "4.0.0-dev"10131source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10132dependencies = [10133 "futures 0.3.21",10134 "jsonrpsee",10135 "log",10136 "serde_json",10137 "substrate-prometheus-endpoint",10138 "tokio 1.20.1",10139]1014010141[[package]]10142name = "sc-service"10143version = "0.10.0-dev"10144source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10145dependencies = [10146 "async-trait",10147 "directories",10148 "exit-future",10149 "futures 0.3.21",10150 "futures-timer",10151 "hash-db",10152 "jsonrpsee",10153 "log",10154 "parity-scale-codec 3.1.5",10155 "parity-util-mem",10156 "parking_lot 0.12.1",10157 "pin-project 1.0.11",10158 "rand 0.7.3",10159 "sc-block-builder",10160 "sc-chain-spec",10161 "sc-client-api",10162 "sc-client-db",10163 "sc-consensus",10164 "sc-executor",10165 "sc-informant",10166 "sc-keystore",10167 "sc-network",10168 "sc-network-common",10169 "sc-offchain",10170 "sc-rpc",10171 "sc-rpc-server",10172 "sc-sysinfo",10173 "sc-telemetry",10174 "sc-tracing",10175 "sc-transaction-pool",10176 "sc-transaction-pool-api",10177 "sc-utils",10178 "serde",10179 "serde_json",10180 "sp-api",10181 "sp-application-crypto",10182 "sp-block-builder",10183 "sp-blockchain",10184 "sp-consensus",10185 "sp-core",10186 "sp-externalities",10187 "sp-inherents",10188 "sp-keystore",10189 "sp-runtime",10190 "sp-session",10191 "sp-state-machine",10192 "sp-storage",10193 "sp-tracing",10194 "sp-transaction-pool",10195 "sp-transaction-storage-proof",10196 "sp-trie",10197 "sp-version",10198 "substrate-prometheus-endpoint",10199 "tempfile",10200 "thiserror",10201 "tokio 1.20.1",10202 "tracing",10203 "tracing-futures",10204]1020510206[[package]]10207name = "sc-state-db"10208version = "0.10.0-dev"10209source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10210dependencies = [10211 "log",10212 "parity-scale-codec 3.1.5",10213 "parity-util-mem",10214 "parity-util-mem-derive",10215 "parking_lot 0.12.1",10216 "sc-client-api",10217 "sp-core",10218]1021910220[[package]]10221name = "sc-sync-state-rpc"10222version = "0.10.0-dev"10223source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10224dependencies = [10225 "jsonrpsee",10226 "parity-scale-codec 3.1.5",10227 "sc-chain-spec",10228 "sc-client-api",10229 "sc-consensus-babe",10230 "sc-consensus-epochs",10231 "sc-finality-grandpa",10232 "serde",10233 "serde_json",10234 "sp-blockchain",10235 "sp-runtime",10236 "thiserror",10237]1023810239[[package]]10240name = "sc-sysinfo"10241version = "6.0.0-dev"10242source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10243dependencies = [10244 "futures 0.3.21",10245 "libc",10246 "log",10247 "rand 0.7.3",10248 "rand_pcg 0.2.1",10249 "regex",10250 "sc-telemetry",10251 "serde",10252 "serde_json",10253 "sp-core",10254 "sp-io",10255 "sp-std",10256]1025710258[[package]]10259name = "sc-telemetry"10260version = "4.0.0-dev"10261source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10262dependencies = [10263 "chrono",10264 "futures 0.3.21",10265 "libp2p",10266 "log",10267 "parking_lot 0.12.1",10268 "pin-project 1.0.11",10269 "rand 0.7.3",10270 "serde",10271 "serde_json",10272 "thiserror",10273 "wasm-timer",10274]1027510276[[package]]10277name = "sc-tracing"10278version = "4.0.0-dev"10279source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10280dependencies = [10281 "ansi_term",10282 "atty",10283 "chrono",10284 "lazy_static",10285 "libc",10286 "log",10287 "once_cell",10288 "parking_lot 0.12.1",10289 "regex",10290 "rustc-hash",10291 "sc-client-api",10292 "sc-rpc-server",10293 "sc-tracing-proc-macro",10294 "serde",10295 "sp-api",10296 "sp-blockchain",10297 "sp-core",10298 "sp-rpc",10299 "sp-runtime",10300 "sp-tracing",10301 "thiserror",10302 "tracing",10303 "tracing-log",10304 "tracing-subscriber",10305]1030610307[[package]]10308name = "sc-tracing-proc-macro"10309version = "4.0.0-dev"10310source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10311dependencies = [10312 "proc-macro-crate",10313 "proc-macro2",10314 "quote",10315 "syn",10316]1031710318[[package]]10319name = "sc-transaction-pool"10320version = "4.0.0-dev"10321source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10322dependencies = [10323 "futures 0.3.21",10324 "futures-timer",10325 "linked-hash-map",10326 "log",10327 "parity-scale-codec 3.1.5",10328 "parity-util-mem",10329 "parking_lot 0.12.1",10330 "retain_mut",10331 "sc-client-api",10332 "sc-transaction-pool-api",10333 "sc-utils",10334 "serde",10335 "sp-api",10336 "sp-blockchain",10337 "sp-core",10338 "sp-runtime",10339 "sp-tracing",10340 "sp-transaction-pool",10341 "substrate-prometheus-endpoint",10342 "thiserror",10343]1034410345[[package]]10346name = "sc-transaction-pool-api"10347version = "4.0.0-dev"10348source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10349dependencies = [10350 "futures 0.3.21",10351 "log",10352 "serde",10353 "sp-blockchain",10354 "sp-runtime",10355 "thiserror",10356]1035710358[[package]]10359name = "sc-utils"10360version = "4.0.0-dev"10361source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10362dependencies = [10363 "futures 0.3.21",10364 "futures-timer",10365 "lazy_static",10366 "log",10367 "parking_lot 0.12.1",10368 "prometheus",10369]1037010371[[package]]10372name = "scale-info"10373version = "2.1.2"10374source = "registry+https://github.com/rust-lang/crates.io-index"10375checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10376dependencies = [10377 "bitvec 1.0.1",10378 "cfg-if 1.0.0",10379 "derive_more",10380 "parity-scale-codec 3.1.5",10381 "scale-info-derive",10382 "serde",10383]1038410385[[package]]10386name = "scale-info-derive"10387version = "2.1.2"10388source = "registry+https://github.com/rust-lang/crates.io-index"10389checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10390dependencies = [10391 "proc-macro-crate",10392 "proc-macro2",10393 "quote",10394 "syn",10395]1039610397[[package]]10398name = "schannel"10399version = "0.1.20"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10402dependencies = [10403 "lazy_static",10404 "windows-sys",10405]1040610407[[package]]10408name = "schnorrkel"10409version = "0.9.1"10410source = "registry+https://github.com/rust-lang/crates.io-index"10411checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10412dependencies = [10413 "arrayref",10414 "arrayvec 0.5.2",10415 "curve25519-dalek 2.1.3",10416 "getrandom 0.1.16",10417 "merlin",10418 "rand 0.7.3",10419 "rand_core 0.5.1",10420 "sha2 0.8.2",10421 "subtle",10422 "zeroize",10423]1042410425[[package]]10426name = "scopeguard"10427version = "1.1.0"10428source = "registry+https://github.com/rust-lang/crates.io-index"10429checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043010431[[package]]10432name = "sct"10433version = "0.7.0"10434source = "registry+https://github.com/rust-lang/crates.io-index"10435checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10436dependencies = [10437 "ring",10438 "untrusted",10439]1044010441[[package]]10442name = "sec1"10443version = "0.2.1"10444source = "registry+https://github.com/rust-lang/crates.io-index"10445checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10446dependencies = [10447 "der",10448 "generic-array 0.14.5",10449 "subtle",10450 "zeroize",10451]1045210453[[package]]10454name = "secp256k1"10455version = "0.21.3"10456source = "registry+https://github.com/rust-lang/crates.io-index"10457checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10458dependencies = [10459 "secp256k1-sys",10460]1046110462[[package]]10463name = "secp256k1-sys"10464version = "0.4.2"10465source = "registry+https://github.com/rust-lang/crates.io-index"10466checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10467dependencies = [10468 "cc",10469]1047010471[[package]]10472name = "secrecy"10473version = "0.8.0"10474source = "registry+https://github.com/rust-lang/crates.io-index"10475checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10476dependencies = [10477 "zeroize",10478]1047910480[[package]]10481name = "security-framework"10482version = "2.6.1"10483source = "registry+https://github.com/rust-lang/crates.io-index"10484checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10485dependencies = [10486 "bitflags",10487 "core-foundation",10488 "core-foundation-sys",10489 "libc",10490 "security-framework-sys",10491]1049210493[[package]]10494name = "security-framework-sys"10495version = "2.6.1"10496source = "registry+https://github.com/rust-lang/crates.io-index"10497checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10498dependencies = [10499 "core-foundation-sys",10500 "libc",10501]1050210503[[package]]10504name = "semver"10505version = "0.6.0"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10508dependencies = [10509 "semver-parser",10510]1051110512[[package]]10513name = "semver"10514version = "0.9.0"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10517dependencies = [10518 "semver-parser",10519]1052010521[[package]]10522name = "semver"10523version = "1.0.12"10524source = "registry+https://github.com/rust-lang/crates.io-index"10525checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"10526dependencies = [10527 "serde",10528]1052910530[[package]]10531name = "semver-parser"10532version = "0.7.0"10533source = "registry+https://github.com/rust-lang/crates.io-index"10534checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1053510536[[package]]10537name = "serde"10538version = "1.0.140"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"10541dependencies = [10542 "serde_derive",10543]1054410545[[package]]10546name = "serde_derive"10547version = "1.0.140"10548source = "registry+https://github.com/rust-lang/crates.io-index"10549checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"10550dependencies = [10551 "proc-macro2",10552 "quote",10553 "syn",10554]1055510556[[package]]10557name = "serde_json"10558version = "1.0.82"10559source = "registry+https://github.com/rust-lang/crates.io-index"10560checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"10561dependencies = [10562 "itoa 1.0.2",10563 "ryu",10564 "serde",10565]1056610567[[package]]10568name = "serde_nanos"10569version = "0.1.2"10570source = "registry+https://github.com/rust-lang/crates.io-index"10571checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10572dependencies = [10573 "serde",10574]1057510576[[package]]10577name = "sha-1"10578version = "0.8.2"10579source = "registry+https://github.com/rust-lang/crates.io-index"10580checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10581dependencies = [10582 "block-buffer 0.7.3",10583 "digest 0.8.1",10584 "fake-simd",10585 "opaque-debug 0.2.3",10586]1058710588[[package]]10589name = "sha-1"10590version = "0.9.8"10591source = "registry+https://github.com/rust-lang/crates.io-index"10592checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10593dependencies = [10594 "block-buffer 0.9.0",10595 "cfg-if 1.0.0",10596 "cpufeatures",10597 "digest 0.9.0",10598 "opaque-debug 0.3.0",10599]1060010601[[package]]10602name = "sha2"10603version = "0.8.2"10604source = "registry+https://github.com/rust-lang/crates.io-index"10605checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10606dependencies = [10607 "block-buffer 0.7.3",10608 "digest 0.8.1",10609 "fake-simd",10610 "opaque-debug 0.2.3",10611]1061210613[[package]]10614name = "sha2"10615version = "0.9.9"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10618dependencies = [10619 "block-buffer 0.9.0",10620 "cfg-if 1.0.0",10621 "cpufeatures",10622 "digest 0.9.0",10623 "opaque-debug 0.3.0",10624]1062510626[[package]]10627name = "sha2"10628version = "0.10.2"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10631dependencies = [10632 "cfg-if 1.0.0",10633 "cpufeatures",10634 "digest 0.10.3",10635]1063610637[[package]]10638name = "sha3"10639version = "0.9.1"10640source = "registry+https://github.com/rust-lang/crates.io-index"10641checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10642dependencies = [10643 "block-buffer 0.9.0",10644 "digest 0.9.0",10645 "keccak",10646 "opaque-debug 0.3.0",10647]1064810649[[package]]10650name = "sha3"10651version = "0.10.1"10652source = "registry+https://github.com/rust-lang/crates.io-index"10653checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10654dependencies = [10655 "digest 0.10.3",10656 "keccak",10657]1065810659[[package]]10660name = "sharded-slab"10661version = "0.1.4"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10664dependencies = [10665 "lazy_static",10666]1066710668[[package]]10669name = "shlex"10670version = "1.1.0"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1067310674[[package]]10675name = "signal-hook"10676version = "0.3.14"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10679dependencies = [10680 "libc",10681 "signal-hook-registry",10682]1068310684[[package]]10685name = "signal-hook-registry"10686version = "1.4.0"10687source = "registry+https://github.com/rust-lang/crates.io-index"10688checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10689dependencies = [10690 "libc",10691]1069210693[[package]]10694name = "signature"10695version = "1.4.0"10696source = "registry+https://github.com/rust-lang/crates.io-index"10697checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10698dependencies = [10699 "digest 0.9.0",10700 "rand_core 0.6.3",10701]1070210703[[package]]10704name = "simba"10705version = "0.5.1"10706source = "registry+https://github.com/rust-lang/crates.io-index"10707checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10708dependencies = [10709 "approx",10710 "num-complex",10711 "num-traits",10712 "paste",10713]1071410715[[package]]10716name = "slab"10717version = "0.4.7"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10720dependencies = [10721 "autocfg",10722]1072310724[[package]]10725name = "slot-range-helper"10726version = "0.9.24"10727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"10728dependencies = [10729 "enumn",10730 "parity-scale-codec 3.1.5",10731 "paste",10732 "sp-runtime",10733 "sp-std",10734]1073510736[[package]]10737name = "slotmap"10738version = "1.0.6"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10741dependencies = [10742 "version_check",10743]1074410745[[package]]10746name = "smallvec"10747version = "1.9.0"10748source = "registry+https://github.com/rust-lang/crates.io-index"10749checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"1075010751[[package]]10752name = "snap"10753version = "1.0.5"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1075610757[[package]]10758name = "snow"10759version = "0.9.0"10760source = "registry+https://github.com/rust-lang/crates.io-index"10761checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10762dependencies = [10763 "aes-gcm",10764 "blake2",10765 "chacha20poly1305",10766 "curve25519-dalek 4.0.0-pre.1",10767 "rand_core 0.6.3",10768 "ring",10769 "rustc_version 0.4.0",10770 "sha2 0.10.2",10771 "subtle",10772]1077310774[[package]]10775name = "socket2"10776version = "0.4.4"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10779dependencies = [10780 "libc",10781 "winapi",10782]1078310784[[package]]10785name = "soketto"10786version = "0.7.1"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10789dependencies = [10790 "base64",10791 "bytes 1.2.0",10792 "flate2",10793 "futures 0.3.21",10794 "httparse",10795 "log",10796 "rand 0.8.5",10797 "sha-1 0.9.8",10798]1079910800[[package]]10801name = "sp-api"10802version = "4.0.0-dev"10803source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10804dependencies = [10805 "hash-db",10806 "log",10807 "parity-scale-codec 3.1.5",10808 "sp-api-proc-macro",10809 "sp-core",10810 "sp-runtime",10811 "sp-state-machine",10812 "sp-std",10813 "sp-version",10814 "thiserror",10815]1081610817[[package]]10818name = "sp-api-proc-macro"10819version = "4.0.0-dev"10820source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10821dependencies = [10822 "blake2",10823 "proc-macro-crate",10824 "proc-macro2",10825 "quote",10826 "syn",10827]1082810829[[package]]10830name = "sp-application-crypto"10831version = "6.0.0"10832source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10833dependencies = [10834 "parity-scale-codec 3.1.5",10835 "scale-info",10836 "serde",10837 "sp-core",10838 "sp-io",10839 "sp-std",10840]1084110842[[package]]10843name = "sp-arithmetic"10844version = "5.0.0"10845source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10846dependencies = [10847 "integer-sqrt",10848 "num-traits",10849 "parity-scale-codec 3.1.5",10850 "scale-info",10851 "serde",10852 "sp-debug-derive",10853 "sp-std",10854 "static_assertions",10855]1085610857[[package]]10858name = "sp-authority-discovery"10859version = "4.0.0-dev"10860source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10861dependencies = [10862 "parity-scale-codec 3.1.5",10863 "scale-info",10864 "sp-api",10865 "sp-application-crypto",10866 "sp-runtime",10867 "sp-std",10868]1086910870[[package]]10871name = "sp-authorship"10872version = "4.0.0-dev"10873source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10874dependencies = [10875 "async-trait",10876 "parity-scale-codec 3.1.5",10877 "sp-inherents",10878 "sp-runtime",10879 "sp-std",10880]1088110882[[package]]10883name = "sp-block-builder"10884version = "4.0.0-dev"10885source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10886dependencies = [10887 "parity-scale-codec 3.1.5",10888 "sp-api",10889 "sp-inherents",10890 "sp-runtime",10891 "sp-std",10892]1089310894[[package]]10895name = "sp-blockchain"10896version = "4.0.0-dev"10897source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10898dependencies = [10899 "futures 0.3.21",10900 "log",10901 "lru 0.7.8",10902 "parity-scale-codec 3.1.5",10903 "parking_lot 0.12.1",10904 "sp-api",10905 "sp-consensus",10906 "sp-database",10907 "sp-runtime",10908 "sp-state-machine",10909 "thiserror",10910]1091110912[[package]]10913name = "sp-consensus"10914version = "0.10.0-dev"10915source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10916dependencies = [10917 "async-trait",10918 "futures 0.3.21",10919 "futures-timer",10920 "log",10921 "parity-scale-codec 3.1.5",10922 "sp-core",10923 "sp-inherents",10924 "sp-runtime",10925 "sp-state-machine",10926 "sp-std",10927 "sp-version",10928 "thiserror",10929]1093010931[[package]]10932name = "sp-consensus-aura"10933version = "0.10.0-dev"10934source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10935dependencies = [10936 "async-trait",10937 "parity-scale-codec 3.1.5",10938 "scale-info",10939 "sp-api",10940 "sp-application-crypto",10941 "sp-consensus",10942 "sp-consensus-slots",10943 "sp-inherents",10944 "sp-runtime",10945 "sp-std",10946 "sp-timestamp",10947]1094810949[[package]]10950name = "sp-consensus-babe"10951version = "0.10.0-dev"10952source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10953dependencies = [10954 "async-trait",10955 "merlin",10956 "parity-scale-codec 3.1.5",10957 "scale-info",10958 "serde",10959 "sp-api",10960 "sp-application-crypto",10961 "sp-consensus",10962 "sp-consensus-slots",10963 "sp-consensus-vrf",10964 "sp-core",10965 "sp-inherents",10966 "sp-keystore",10967 "sp-runtime",10968 "sp-std",10969 "sp-timestamp",10970]1097110972[[package]]10973name = "sp-consensus-slots"10974version = "0.10.0-dev"10975source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10976dependencies = [10977 "parity-scale-codec 3.1.5",10978 "scale-info",10979 "serde",10980 "sp-arithmetic",10981 "sp-runtime",10982 "sp-std",10983 "sp-timestamp",10984]1098510986[[package]]10987name = "sp-consensus-vrf"10988version = "0.10.0-dev"10989source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10990dependencies = [10991 "parity-scale-codec 3.1.5",10992 "scale-info",10993 "schnorrkel",10994 "sp-core",10995 "sp-runtime",10996 "sp-std",10997]1099810999[[package]]11000name = "sp-core"11001version = "6.0.0"11002source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11003dependencies = [11004 "base58",11005 "bitflags",11006 "blake2-rfc",11007 "byteorder",11008 "dyn-clonable",11009 "ed25519-dalek",11010 "futures 0.3.21",11011 "hash-db",11012 "hash256-std-hasher",11013 "hex",11014 "impl-serde",11015 "lazy_static",11016 "libsecp256k1",11017 "log",11018 "merlin",11019 "num-traits",11020 "parity-scale-codec 3.1.5",11021 "parity-util-mem",11022 "parking_lot 0.12.1",11023 "primitive-types",11024 "rand 0.7.3",11025 "regex",11026 "scale-info",11027 "schnorrkel",11028 "secp256k1",11029 "secrecy",11030 "serde",11031 "sp-core-hashing",11032 "sp-debug-derive",11033 "sp-externalities",11034 "sp-runtime-interface",11035 "sp-std",11036 "sp-storage",11037 "ss58-registry",11038 "substrate-bip39",11039 "thiserror",11040 "tiny-bip39",11041 "wasmi",11042 "zeroize",11043]1104411045[[package]]11046name = "sp-core-hashing"11047version = "4.0.0"11048source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11049dependencies = [11050 "blake2",11051 "byteorder",11052 "digest 0.10.3",11053 "sha2 0.10.2",11054 "sha3 0.10.1",11055 "sp-std",11056 "twox-hash",11057]1105811059[[package]]11060name = "sp-core-hashing-proc-macro"11061version = "5.0.0"11062source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11063dependencies = [11064 "proc-macro2",11065 "quote",11066 "sp-core-hashing",11067 "syn",11068]1106911070[[package]]11071name = "sp-database"11072version = "4.0.0-dev"11073source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11074dependencies = [11075 "kvdb",11076 "parking_lot 0.12.1",11077]1107811079[[package]]11080name = "sp-debug-derive"11081version = "4.0.0"11082source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11083dependencies = [11084 "proc-macro2",11085 "quote",11086 "syn",11087]1108811089[[package]]11090name = "sp-externalities"11091version = "0.12.0"11092source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11093dependencies = [11094 "environmental",11095 "parity-scale-codec 3.1.5",11096 "sp-std",11097 "sp-storage",11098]1109911100[[package]]11101name = "sp-finality-grandpa"11102version = "4.0.0-dev"11103source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11104dependencies = [11105 "finality-grandpa",11106 "log",11107 "parity-scale-codec 3.1.5",11108 "scale-info",11109 "serde",11110 "sp-api",11111 "sp-application-crypto",11112 "sp-core",11113 "sp-keystore",11114 "sp-runtime",11115 "sp-std",11116]1111711118[[package]]11119name = "sp-inherents"11120version = "4.0.0-dev"11121source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11122dependencies = [11123 "async-trait",11124 "impl-trait-for-tuples",11125 "parity-scale-codec 3.1.5",11126 "sp-core",11127 "sp-runtime",11128 "sp-std",11129 "thiserror",11130]1113111132[[package]]11133name = "sp-io"11134version = "6.0.0"11135source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11136dependencies = [11137 "futures 0.3.21",11138 "hash-db",11139 "libsecp256k1",11140 "log",11141 "parity-scale-codec 3.1.5",11142 "parking_lot 0.12.1",11143 "secp256k1",11144 "sp-core",11145 "sp-externalities",11146 "sp-keystore",11147 "sp-runtime-interface",11148 "sp-state-machine",11149 "sp-std",11150 "sp-tracing",11151 "sp-trie",11152 "sp-wasm-interface",11153 "tracing",11154 "tracing-core",11155]1115611157[[package]]11158name = "sp-keyring"11159version = "6.0.0"11160source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11161dependencies = [11162 "lazy_static",11163 "sp-core",11164 "sp-runtime",11165 "strum 0.23.0",11166]1116711168[[package]]11169name = "sp-keystore"11170version = "0.12.0"11171source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11172dependencies = [11173 "async-trait",11174 "futures 0.3.21",11175 "merlin",11176 "parity-scale-codec 3.1.5",11177 "parking_lot 0.12.1",11178 "schnorrkel",11179 "serde",11180 "sp-core",11181 "sp-externalities",11182 "thiserror",11183]1118411185[[package]]11186name = "sp-maybe-compressed-blob"11187version = "4.1.0-dev"11188source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11189dependencies = [11190 "thiserror",11191 "zstd",11192]1119311194[[package]]11195name = "sp-mmr-primitives"11196version = "4.0.0-dev"11197source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11198dependencies = [11199 "log",11200 "parity-scale-codec 3.1.5",11201 "serde",11202 "sp-api",11203 "sp-core",11204 "sp-debug-derive",11205 "sp-runtime",11206 "sp-std",11207]1120811209[[package]]11210name = "sp-npos-elections"11211version = "4.0.0-dev"11212source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11213dependencies = [11214 "parity-scale-codec 3.1.5",11215 "scale-info",11216 "serde",11217 "sp-arithmetic",11218 "sp-core",11219 "sp-runtime",11220 "sp-std",11221]1122211223[[package]]11224name = "sp-offchain"11225version = "4.0.0-dev"11226source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11227dependencies = [11228 "sp-api",11229 "sp-core",11230 "sp-runtime",11231]1123211233[[package]]11234name = "sp-panic-handler"11235version = "4.0.0"11236source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11237dependencies = [11238 "backtrace",11239 "lazy_static",11240 "regex",11241]1124211243[[package]]11244name = "sp-rpc"11245version = "6.0.0"11246source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11247dependencies = [11248 "rustc-hash",11249 "serde",11250 "sp-core",11251]1125211253[[package]]11254name = "sp-runtime"11255version = "6.0.0"11256source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11257dependencies = [11258 "either",11259 "hash256-std-hasher",11260 "impl-trait-for-tuples",11261 "log",11262 "parity-scale-codec 3.1.5",11263 "parity-util-mem",11264 "paste",11265 "rand 0.7.3",11266 "scale-info",11267 "serde",11268 "sp-application-crypto",11269 "sp-arithmetic",11270 "sp-core",11271 "sp-io",11272 "sp-std",11273]1127411275[[package]]11276name = "sp-runtime-interface"11277version = "6.0.0"11278source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11279dependencies = [11280 "impl-trait-for-tuples",11281 "parity-scale-codec 3.1.5",11282 "primitive-types",11283 "sp-externalities",11284 "sp-runtime-interface-proc-macro",11285 "sp-std",11286 "sp-storage",11287 "sp-tracing",11288 "sp-wasm-interface",11289 "static_assertions",11290]1129111292[[package]]11293name = "sp-runtime-interface-proc-macro"11294version = "5.0.0"11295source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11296dependencies = [11297 "Inflector",11298 "proc-macro-crate",11299 "proc-macro2",11300 "quote",11301 "syn",11302]1130311304[[package]]11305name = "sp-sandbox"11306version = "0.10.0-dev"11307source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11308dependencies = [11309 "log",11310 "parity-scale-codec 3.1.5",11311 "sp-core",11312 "sp-io",11313 "sp-std",11314 "sp-wasm-interface",11315 "wasmi",11316]1131711318[[package]]11319name = "sp-serializer"11320version = "4.0.0-dev"11321source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11322dependencies = [11323 "serde",11324 "serde_json",11325]1132611327[[package]]11328name = "sp-session"11329version = "4.0.0-dev"11330source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11331dependencies = [11332 "parity-scale-codec 3.1.5",11333 "scale-info",11334 "sp-api",11335 "sp-core",11336 "sp-runtime",11337 "sp-staking",11338 "sp-std",11339]1134011341[[package]]11342name = "sp-staking"11343version = "4.0.0-dev"11344source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11345dependencies = [11346 "parity-scale-codec 3.1.5",11347 "scale-info",11348 "sp-runtime",11349 "sp-std",11350]1135111352[[package]]11353name = "sp-state-machine"11354version = "0.12.0"11355source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11356dependencies = [11357 "hash-db",11358 "log",11359 "num-traits",11360 "parity-scale-codec 3.1.5",11361 "parking_lot 0.12.1",11362 "rand 0.7.3",11363 "smallvec",11364 "sp-core",11365 "sp-externalities",11366 "sp-panic-handler",11367 "sp-std",11368 "sp-trie",11369 "thiserror",11370 "tracing",11371 "trie-root",11372]1137311374[[package]]11375name = "sp-std"11376version = "4.0.0"11377source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"1137811379[[package]]11380name = "sp-storage"11381version = "6.0.0"11382source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11383dependencies = [11384 "impl-serde",11385 "parity-scale-codec 3.1.5",11386 "ref-cast",11387 "serde",11388 "sp-debug-derive",11389 "sp-std",11390]1139111392[[package]]11393name = "sp-tasks"11394version = "4.0.0-dev"11395source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11396dependencies = [11397 "log",11398 "sp-core",11399 "sp-externalities",11400 "sp-io",11401 "sp-runtime-interface",11402 "sp-std",11403]1140411405[[package]]11406name = "sp-timestamp"11407version = "4.0.0-dev"11408source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11409dependencies = [11410 "async-trait",11411 "futures-timer",11412 "log",11413 "parity-scale-codec 3.1.5",11414 "sp-api",11415 "sp-inherents",11416 "sp-runtime",11417 "sp-std",11418 "thiserror",11419]1142011421[[package]]11422name = "sp-tracing"11423version = "5.0.0"11424source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11425dependencies = [11426 "parity-scale-codec 3.1.5",11427 "sp-std",11428 "tracing",11429 "tracing-core",11430 "tracing-subscriber",11431]1143211433[[package]]11434name = "sp-transaction-pool"11435version = "4.0.0-dev"11436source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11437dependencies = [11438 "sp-api",11439 "sp-runtime",11440]1144111442[[package]]11443name = "sp-transaction-storage-proof"11444version = "4.0.0-dev"11445source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11446dependencies = [11447 "async-trait",11448 "log",11449 "parity-scale-codec 3.1.5",11450 "scale-info",11451 "sp-core",11452 "sp-inherents",11453 "sp-runtime",11454 "sp-std",11455 "sp-trie",11456]1145711458[[package]]11459name = "sp-trie"11460version = "6.0.0"11461source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11462dependencies = [11463 "hash-db",11464 "memory-db",11465 "parity-scale-codec 3.1.5",11466 "scale-info",11467 "sp-core",11468 "sp-std",11469 "thiserror",11470 "trie-db",11471 "trie-root",11472]1147311474[[package]]11475name = "sp-version"11476version = "5.0.0"11477source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11478dependencies = [11479 "impl-serde",11480 "parity-scale-codec 3.1.5",11481 "parity-wasm 0.42.2",11482 "scale-info",11483 "serde",11484 "sp-core-hashing-proc-macro",11485 "sp-runtime",11486 "sp-std",11487 "sp-version-proc-macro",11488 "thiserror",11489]1149011491[[package]]11492name = "sp-version-proc-macro"11493version = "4.0.0-dev"11494source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11495dependencies = [11496 "parity-scale-codec 3.1.5",11497 "proc-macro2",11498 "quote",11499 "syn",11500]1150111502[[package]]11503name = "sp-wasm-interface"11504version = "6.0.0"11505source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11506dependencies = [11507 "impl-trait-for-tuples",11508 "log",11509 "parity-scale-codec 3.1.5",11510 "sp-std",11511 "wasmi",11512 "wasmtime",11513]1151411515[[package]]11516name = "spin"11517version = "0.5.2"11518source = "registry+https://github.com/rust-lang/crates.io-index"11519checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1152011521[[package]]11522name = "ss58-registry"11523version = "1.25.0"11524source = "registry+https://github.com/rust-lang/crates.io-index"11525checksum = "a039906277e0d8db996cd9d1ef19278c10209d994ecfc1025ced16342873a17c"11526dependencies = [11527 "Inflector",11528 "num-format",11529 "proc-macro2",11530 "quote",11531 "serde",11532 "serde_json",11533 "unicode-xid",11534]1153511536[[package]]11537name = "stable_deref_trait"11538version = "1.2.0"11539source = "registry+https://github.com/rust-lang/crates.io-index"11540checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1154111542[[package]]11543name = "static_assertions"11544version = "1.1.0"11545source = "registry+https://github.com/rust-lang/crates.io-index"11546checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1154711548[[package]]11549name = "static_init"11550version = "0.5.2"11551source = "registry+https://github.com/rust-lang/crates.io-index"11552checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11553dependencies = [11554 "cfg_aliases",11555 "libc",11556 "parking_lot 0.11.2",11557 "static_init_macro",11558]1155911560[[package]]11561name = "static_init_macro"11562version = "0.5.0"11563source = "registry+https://github.com/rust-lang/crates.io-index"11564checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11565dependencies = [11566 "cfg_aliases",11567 "memchr",11568 "proc-macro2",11569 "quote",11570 "syn",11571]1157211573[[package]]11574name = "statrs"11575version = "0.15.0"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11578dependencies = [11579 "approx",11580 "lazy_static",11581 "nalgebra",11582 "num-traits",11583 "rand 0.8.5",11584]1158511586[[package]]11587name = "strsim"11588version = "0.10.0"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1159111592[[package]]11593name = "struct-versioning"11594version = "0.1.0"11595dependencies = [11596 "quote",11597 "syn",11598]1159911600[[package]]11601name = "strum"11602version = "0.23.0"11603source = "registry+https://github.com/rust-lang/crates.io-index"11604checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11605dependencies = [11606 "strum_macros 0.23.1",11607]1160811609[[package]]11610name = "strum"11611version = "0.24.1"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11614dependencies = [11615 "strum_macros 0.24.2",11616]1161711618[[package]]11619name = "strum_macros"11620version = "0.23.1"11621source = "registry+https://github.com/rust-lang/crates.io-index"11622checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11623dependencies = [11624 "heck 0.3.3",11625 "proc-macro2",11626 "quote",11627 "rustversion",11628 "syn",11629]1163011631[[package]]11632name = "strum_macros"11633version = "0.24.2"11634source = "registry+https://github.com/rust-lang/crates.io-index"11635checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"11636dependencies = [11637 "heck 0.4.0",11638 "proc-macro2",11639 "quote",11640 "rustversion",11641 "syn",11642]1164311644[[package]]11645name = "substrate-bip39"11646version = "0.4.4"11647source = "registry+https://github.com/rust-lang/crates.io-index"11648checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11649dependencies = [11650 "hmac 0.11.0",11651 "pbkdf2 0.8.0",11652 "schnorrkel",11653 "sha2 0.9.9",11654 "zeroize",11655]1165611657[[package]]11658name = "substrate-build-script-utils"11659version = "3.0.0"11660source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11661dependencies = [11662 "platforms",11663]1166411665[[package]]11666name = "substrate-frame-rpc-system"11667version = "4.0.0-dev"11668source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11669dependencies = [11670 "frame-system-rpc-runtime-api",11671 "futures 0.3.21",11672 "jsonrpsee",11673 "log",11674 "parity-scale-codec 3.1.5",11675 "sc-client-api",11676 "sc-rpc-api",11677 "sc-transaction-pool-api",11678 "serde_json",11679 "sp-api",11680 "sp-block-builder",11681 "sp-blockchain",11682 "sp-core",11683 "sp-runtime",11684]1168511686[[package]]11687name = "substrate-prometheus-endpoint"11688version = "0.10.0-dev"11689source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11690dependencies = [11691 "futures-util",11692 "hyper",11693 "log",11694 "prometheus",11695 "thiserror",11696 "tokio 1.20.1",11697]1169811699[[package]]11700name = "substrate-state-trie-migration-rpc"11701version = "4.0.0-dev"11702source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11703dependencies = [11704 "jsonrpsee",11705 "log",11706 "parity-scale-codec 3.1.5",11707 "sc-client-api",11708 "sc-rpc-api",11709 "scale-info",11710 "serde",11711 "sp-core",11712 "sp-io",11713 "sp-runtime",11714 "sp-state-machine",11715 "sp-std",11716 "sp-trie",11717 "trie-db",11718]1171911720[[package]]11721name = "substrate-test-client"11722version = "2.0.1"11723source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11724dependencies = [11725 "async-trait",11726 "futures 0.3.21",11727 "hex",11728 "parity-scale-codec 3.1.5",11729 "sc-client-api",11730 "sc-client-db",11731 "sc-consensus",11732 "sc-executor",11733 "sc-offchain",11734 "sc-service",11735 "serde",11736 "serde_json",11737 "sp-blockchain",11738 "sp-consensus",11739 "sp-core",11740 "sp-keyring",11741 "sp-keystore",11742 "sp-runtime",11743 "sp-state-machine",11744]1174511746[[package]]11747name = "substrate-test-utils"11748version = "4.0.0-dev"11749source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11750dependencies = [11751 "futures 0.3.21",11752 "substrate-test-utils-derive",11753 "tokio 1.20.1",11754]1175511756[[package]]11757name = "substrate-test-utils-derive"11758version = "0.10.0-dev"11759source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11760dependencies = [11761 "proc-macro-crate",11762 "proc-macro2",11763 "quote",11764 "syn",11765]1176611767[[package]]11768name = "substrate-wasm-builder"11769version = "5.0.0-dev"11770source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11771dependencies = [11772 "ansi_term",11773 "build-helper",11774 "cargo_metadata",11775 "sp-maybe-compressed-blob",11776 "strum 0.23.0",11777 "tempfile",11778 "toml",11779 "walkdir",11780 "wasm-gc-api",11781]1178211783[[package]]11784name = "subtle"11785version = "2.4.1"11786source = "registry+https://github.com/rust-lang/crates.io-index"11787checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1178811789[[package]]11790name = "syn"11791version = "1.0.98"11792source = "registry+https://github.com/rust-lang/crates.io-index"11793checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11794dependencies = [11795 "proc-macro2",11796 "quote",11797 "unicode-ident",11798]1179911800[[package]]11801name = "synstructure"11802version = "0.12.6"11803source = "registry+https://github.com/rust-lang/crates.io-index"11804checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11805dependencies = [11806 "proc-macro2",11807 "quote",11808 "syn",11809 "unicode-xid",11810]1181111812[[package]]11813name = "system-configuration"11814version = "0.5.0"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11817dependencies = [11818 "bitflags",11819 "core-foundation",11820 "system-configuration-sys",11821]1182211823[[package]]11824name = "system-configuration-sys"11825version = "0.5.0"11826source = "registry+https://github.com/rust-lang/crates.io-index"11827checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11828dependencies = [11829 "core-foundation-sys",11830 "libc",11831]1183211833[[package]]11834name = "tap"11835version = "1.0.1"11836source = "registry+https://github.com/rust-lang/crates.io-index"11837checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183811839[[package]]11840name = "target-lexicon"11841version = "0.12.4"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1184411845[[package]]11846name = "tempfile"11847version = "3.3.0"11848source = "registry+https://github.com/rust-lang/crates.io-index"11849checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11850dependencies = [11851 "cfg-if 1.0.0",11852 "fastrand",11853 "libc",11854 "redox_syscall",11855 "remove_dir_all",11856 "winapi",11857]1185811859[[package]]11860name = "termcolor"11861version = "1.1.3"11862source = "registry+https://github.com/rust-lang/crates.io-index"11863checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11864dependencies = [11865 "winapi-util",11866]1186711868[[package]]11869name = "test-runtime-constants"11870version = "0.9.24"11871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11872dependencies = [11873 "frame-support",11874 "polkadot-primitives",11875 "polkadot-runtime-common",11876 "smallvec",11877 "sp-runtime",11878]1187911880[[package]]11881name = "tests"11882version = "0.1.0"11883dependencies = [11884 "fp-evm-mapping",11885 "frame-support",11886 "frame-system",11887 "pallet-balances",11888 "pallet-common",11889 "pallet-ethereum",11890 "pallet-evm",11891 "pallet-evm-coder-substrate",11892 "pallet-fungible",11893 "pallet-nonfungible",11894 "pallet-refungible",11895 "pallet-structure",11896 "pallet-timestamp",11897 "pallet-transaction-payment",11898 "pallet-unique",11899 "parity-scale-codec 3.1.5",11900 "scale-info",11901 "sp-core",11902 "sp-io",11903 "sp-runtime",11904 "sp-std",11905 "unique-runtime-common",11906 "up-data-structs",11907]1190811909[[package]]11910name = "textwrap"11911version = "0.15.0"11912source = "registry+https://github.com/rust-lang/crates.io-index"11913checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1191411915[[package]]11916name = "thiserror"11917version = "1.0.31"11918source = "registry+https://github.com/rust-lang/crates.io-index"11919checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11920dependencies = [11921 "thiserror-impl",11922]1192311924[[package]]11925name = "thiserror-impl"11926version = "1.0.31"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11929dependencies = [11930 "proc-macro2",11931 "quote",11932 "syn",11933]1193411935[[package]]11936name = "thousands"11937version = "0.2.0"11938source = "registry+https://github.com/rust-lang/crates.io-index"11939checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1194011941[[package]]11942name = "thread_local"11943version = "1.1.4"11944source = "registry+https://github.com/rust-lang/crates.io-index"11945checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11946dependencies = [11947 "once_cell",11948]1194911950[[package]]11951name = "threadpool"11952version = "1.8.1"11953source = "registry+https://github.com/rust-lang/crates.io-index"11954checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11955dependencies = [11956 "num_cpus",11957]1195811959[[package]]11960name = "thrift"11961version = "0.15.0"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11964dependencies = [11965 "byteorder",11966 "integer-encoding",11967 "log",11968 "ordered-float",11969 "threadpool",11970]1197111972[[package]]11973name = "tikv-jemalloc-sys"11974version = "0.4.3+5.2.1-patched.2"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11977dependencies = [11978 "cc",11979 "fs_extra",11980 "libc",11981]1198211983[[package]]11984name = "time"11985version = "0.1.44"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11988dependencies = [11989 "libc",11990 "wasi 0.10.0+wasi-snapshot-preview1",11991 "winapi",11992]1199311994[[package]]11995name = "tiny-bip39"11996version = "0.8.2"11997source = "registry+https://github.com/rust-lang/crates.io-index"11998checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11999dependencies = [12000 "anyhow",12001 "hmac 0.8.1",12002 "once_cell",12003 "pbkdf2 0.4.0",12004 "rand 0.7.3",12005 "rustc-hash",12006 "sha2 0.9.9",12007 "thiserror",12008 "unicode-normalization",12009 "wasm-bindgen",12010 "zeroize",12011]1201212013[[package]]12014name = "tiny-keccak"12015version = "2.0.2"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12018dependencies = [12019 "crunchy",12020]1202112022[[package]]12023name = "tinyvec"12024version = "1.6.0"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12027dependencies = [12028 "tinyvec_macros",12029]1203012031[[package]]12032name = "tinyvec_macros"12033version = "0.1.0"12034source = "registry+https://github.com/rust-lang/crates.io-index"12035checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1203612037[[package]]12038name = "tokio"12039version = "0.2.25"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12042dependencies = [12043 "bytes 0.5.6",12044 "fnv",12045 "pin-project-lite 0.1.12",12046 "tokio-macros 0.2.6",12047]1204812049[[package]]12050name = "tokio"12051version = "1.20.1"12052source = "registry+https://github.com/rust-lang/crates.io-index"12053checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"12054dependencies = [12055 "autocfg",12056 "bytes 1.2.0",12057 "libc",12058 "memchr",12059 "mio",12060 "num_cpus",12061 "once_cell",12062 "parking_lot 0.12.1",12063 "pin-project-lite 0.2.9",12064 "signal-hook-registry",12065 "socket2",12066 "tokio-macros 1.8.0",12067 "winapi",12068]1206912070[[package]]12071name = "tokio-macros"12072version = "0.2.6"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12075dependencies = [12076 "proc-macro2",12077 "quote",12078 "syn",12079]1208012081[[package]]12082name = "tokio-macros"12083version = "1.8.0"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12086dependencies = [12087 "proc-macro2",12088 "quote",12089 "syn",12090]1209112092[[package]]12093name = "tokio-rustls"12094version = "0.23.4"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12097dependencies = [12098 "rustls",12099 "tokio 1.20.1",12100 "webpki",12101]1210212103[[package]]12104name = "tokio-util"12105version = "0.7.3"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12108dependencies = [12109 "bytes 1.2.0",12110 "futures-core",12111 "futures-io",12112 "futures-sink",12113 "pin-project-lite 0.2.9",12114 "tokio 1.20.1",12115 "tracing",12116]1211712118[[package]]12119name = "toml"12120version = "0.5.9"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12123dependencies = [12124 "serde",12125]1212612127[[package]]12128name = "tower-service"12129version = "0.3.2"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1213212133[[package]]12134name = "tracing"12135version = "0.1.35"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12138dependencies = [12139 "cfg-if 1.0.0",12140 "pin-project-lite 0.2.9",12141 "tracing-attributes",12142 "tracing-core",12143]1214412145[[package]]12146name = "tracing-attributes"12147version = "0.1.22"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"12150dependencies = [12151 "proc-macro2",12152 "quote",12153 "syn",12154]1215512156[[package]]12157name = "tracing-core"12158version = "0.1.28"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"12161dependencies = [12162 "once_cell",12163 "valuable",12164]1216512166[[package]]12167name = "tracing-futures"12168version = "0.2.5"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12171dependencies = [12172 "pin-project 1.0.11",12173 "tracing",12174]1217512176[[package]]12177name = "tracing-gum"12178version = "0.9.24"12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12180dependencies = [12181 "polkadot-node-jaeger",12182 "polkadot-primitives",12183 "tracing",12184 "tracing-gum-proc-macro",12185]1218612187[[package]]12188name = "tracing-gum-proc-macro"12189version = "0.9.24"12190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12191dependencies = [12192 "expander 0.0.6",12193 "proc-macro-crate",12194 "proc-macro2",12195 "quote",12196 "syn",12197]1219812199[[package]]12200name = "tracing-log"12201version = "0.1.3"12202source = "registry+https://github.com/rust-lang/crates.io-index"12203checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12204dependencies = [12205 "ahash",12206 "lazy_static",12207 "log",12208 "lru 0.7.8",12209 "tracing-core",12210]1221112212[[package]]12213name = "tracing-serde"12214version = "0.1.3"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12217dependencies = [12218 "serde",12219 "tracing-core",12220]1222112222[[package]]12223name = "tracing-subscriber"12224version = "0.2.25"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12227dependencies = [12228 "ansi_term",12229 "chrono",12230 "lazy_static",12231 "matchers",12232 "parking_lot 0.11.2",12233 "regex",12234 "serde",12235 "serde_json",12236 "sharded-slab",12237 "smallvec",12238 "thread_local",12239 "tracing",12240 "tracing-core",12241 "tracing-log",12242 "tracing-serde",12243]1224412245[[package]]12246name = "trie-db"12247version = "0.23.1"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12250dependencies = [12251 "hash-db",12252 "hashbrown 0.12.3",12253 "log",12254 "rustc-hex",12255 "smallvec",12256]1225712258[[package]]12259name = "trie-root"12260version = "0.17.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12263dependencies = [12264 "hash-db",12265]1226612267[[package]]12268name = "triehash"12269version = "0.8.4"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12272dependencies = [12273 "hash-db",12274 "rlp",12275]1227612277[[package]]12278name = "trust-dns-proto"12279version = "0.21.2"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12282dependencies = [12283 "async-trait",12284 "cfg-if 1.0.0",12285 "data-encoding",12286 "enum-as-inner",12287 "futures-channel",12288 "futures-io",12289 "futures-util",12290 "idna",12291 "ipnet",12292 "lazy_static",12293 "log",12294 "rand 0.8.5",12295 "smallvec",12296 "thiserror",12297 "tinyvec",12298 "url",12299]1230012301[[package]]12302name = "trust-dns-resolver"12303version = "0.21.2"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12306dependencies = [12307 "cfg-if 1.0.0",12308 "futures-util",12309 "ipconfig",12310 "lazy_static",12311 "log",12312 "lru-cache",12313 "parking_lot 0.12.1",12314 "resolv-conf",12315 "smallvec",12316 "thiserror",12317 "trust-dns-proto",12318]1231912320[[package]]12321name = "try-lock"12322version = "0.2.3"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232512326[[package]]12327name = "try-runtime-cli"12328version = "0.10.0-dev"12329source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"12330dependencies = [12331 "clap",12332 "jsonrpsee",12333 "log",12334 "parity-scale-codec 3.1.5",12335 "remote-externalities",12336 "sc-chain-spec",12337 "sc-cli",12338 "sc-executor",12339 "sc-service",12340 "serde",12341 "sp-core",12342 "sp-externalities",12343 "sp-io",12344 "sp-keystore",12345 "sp-runtime",12346 "sp-state-machine",12347 "sp-version",12348 "zstd",12349]1235012351[[package]]12352name = "tt-call"12353version = "1.0.8"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1235612357[[package]]12358name = "twox-hash"12359version = "1.6.3"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12362dependencies = [12363 "cfg-if 1.0.0",12364 "digest 0.10.3",12365 "rand 0.8.5",12366 "static_assertions",12367]1236812369[[package]]12370name = "typenum"12371version = "1.15.0"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237412375[[package]]12376name = "uc-rpc"12377version = "0.1.1"12378dependencies = [12379 "anyhow",12380 "jsonrpsee",12381 "pallet-common",12382 "pallet-evm",12383 "parity-scale-codec 3.1.5",12384 "rmrk-rpc",12385 "sp-api",12386 "sp-blockchain",12387 "sp-core",12388 "sp-rpc",12389 "sp-runtime",12390 "unique-runtime-common",12391 "up-data-structs",12392 "up-rpc",12393]1239412395[[package]]12396name = "ucd-trie"12397version = "0.1.4"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"1240012401[[package]]12402name = "uint"12403version = "0.9.3"12404source = "registry+https://github.com/rust-lang/crates.io-index"12405checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12406dependencies = [12407 "byteorder",12408 "crunchy",12409 "hex",12410 "static_assertions",12411]1241212413[[package]]12414name = "unicase"12415version = "2.6.0"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12418dependencies = [12419 "version_check",12420]1242112422[[package]]12423name = "unicode-bidi"12424version = "0.3.8"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1242712428[[package]]12429name = "unicode-ident"12430version = "1.0.2"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"1243312434[[package]]12435name = "unicode-normalization"12436version = "0.1.21"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"12439dependencies = [12440 "tinyvec",12441]1244212443[[package]]12444name = "unicode-segmentation"12445version = "1.9.0"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1244812449[[package]]12450name = "unicode-width"12451version = "0.1.9"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1245412455[[package]]12456name = "unicode-xid"12457version = "0.2.3"12458source = "registry+https://github.com/rust-lang/crates.io-index"12459checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1246012461[[package]]12462name = "unique-node"12463version = "0.9.24"12464dependencies = [12465 "clap",12466 "cumulus-client-cli",12467 "cumulus-client-collator",12468 "cumulus-client-consensus-aura",12469 "cumulus-client-consensus-common",12470 "cumulus-client-network",12471 "cumulus-client-service",12472 "cumulus-primitives-core",12473 "cumulus-primitives-parachain-inherent",12474 "cumulus-relay-chain-inprocess-interface",12475 "cumulus-relay-chain-interface",12476 "cumulus-relay-chain-rpc-interface",12477 "fc-consensus",12478 "fc-db",12479 "fc-mapping-sync",12480 "fc-rpc",12481 "fc-rpc-core",12482 "flexi_logger",12483 "fp-rpc",12484 "frame-benchmarking",12485 "frame-benchmarking-cli",12486 "futures 0.3.21",12487 "jsonrpsee",12488 "log",12489 "opal-runtime",12490 "pallet-ethereum",12491 "pallet-transaction-payment-rpc",12492 "pallet-transaction-payment-rpc-runtime-api",12493 "parity-scale-codec 3.1.5",12494 "parking_lot 0.11.2",12495 "polkadot-cli",12496 "polkadot-parachain",12497 "polkadot-primitives",12498 "polkadot-service",12499 "polkadot-test-service",12500 "quartz-runtime",12501 "rmrk-rpc",12502 "sc-basic-authorship",12503 "sc-chain-spec",12504 "sc-cli",12505 "sc-client-api",12506 "sc-consensus",12507 "sc-consensus-aura",12508 "sc-consensus-manual-seal",12509 "sc-executor",12510 "sc-finality-grandpa",12511 "sc-keystore",12512 "sc-network",12513 "sc-rpc",12514 "sc-rpc-api",12515 "sc-service",12516 "sc-sysinfo",12517 "sc-telemetry",12518 "sc-tracing",12519 "sc-transaction-pool",12520 "serde",12521 "serde_json",12522 "sp-api",12523 "sp-block-builder",12524 "sp-blockchain",12525 "sp-consensus",12526 "sp-consensus-aura",12527 "sp-core",12528 "sp-finality-grandpa",12529 "sp-inherents",12530 "sp-keystore",12531 "sp-offchain",12532 "sp-runtime",12533 "sp-session",12534 "sp-timestamp",12535 "sp-transaction-pool",12536 "sp-trie",12537 "substrate-build-script-utils",12538 "substrate-frame-rpc-system",12539 "substrate-prometheus-endpoint",12540 "tokio 1.20.1",12541 "try-runtime-cli",12542 "unique-rpc",12543 "unique-runtime",12544 "unique-runtime-common",12545 "up-data-structs",12546 "up-rpc",12547]1254812549[[package]]12550name = "unique-rpc"12551version = "0.1.0"12552dependencies = [12553 "fc-db",12554 "fc-mapping-sync",12555 "fc-rpc",12556 "fc-rpc-core",12557 "fp-rpc",12558 "fp-storage",12559 "futures 0.3.21",12560 "jsonrpsee",12561 "pallet-common",12562 "pallet-ethereum",12563 "pallet-transaction-payment-rpc",12564 "pallet-transaction-payment-rpc-runtime-api",12565 "pallet-unique",12566 "rmrk-rpc",12567 "sc-client-api",12568 "sc-consensus-aura",12569 "sc-consensus-epochs",12570 "sc-finality-grandpa",12571 "sc-finality-grandpa-rpc",12572 "sc-keystore",12573 "sc-network",12574 "sc-rpc",12575 "sc-rpc-api",12576 "sc-service",12577 "sc-transaction-pool",12578 "serde",12579 "sp-api",12580 "sp-block-builder",12581 "sp-blockchain",12582 "sp-consensus",12583 "sp-consensus-aura",12584 "sp-core",12585 "sp-offchain",12586 "sp-runtime",12587 "sp-session",12588 "sp-storage",12589 "sp-transaction-pool",12590 "substrate-frame-rpc-system",12591 "tokio 0.2.25",12592 "uc-rpc",12593 "unique-runtime-common",12594 "up-data-structs",12595 "up-rpc",12596]1259712598[[package]]12599name = "unique-runtime"12600version = "0.9.24"12601dependencies = [12602 "cumulus-pallet-aura-ext",12603 "cumulus-pallet-dmp-queue",12604 "cumulus-pallet-parachain-system",12605 "cumulus-pallet-xcm",12606 "cumulus-pallet-xcmp-queue",12607 "cumulus-primitives-core",12608 "cumulus-primitives-timestamp",12609 "cumulus-primitives-utility",12610 "derivative",12611 "fp-evm-mapping",12612 "fp-rpc",12613 "fp-self-contained",12614 "frame-benchmarking",12615 "frame-executive",12616 "frame-support",12617 "frame-system",12618 "frame-system-benchmarking",12619 "frame-system-rpc-runtime-api",12620 "frame-try-runtime",12621 "hex-literal",12622 "log",12623 "orml-vesting",12624 "pallet-aura",12625 "pallet-balances",12626 "pallet-base-fee",12627 "pallet-common",12628 "pallet-ethereum",12629 "pallet-evm",12630 "pallet-evm-coder-substrate",12631 "pallet-evm-contract-helpers",12632 "pallet-evm-migration",12633 "pallet-evm-transaction-payment",12634 "pallet-fungible",12635 "pallet-inflation",12636 "pallet-nonfungible",12637 "pallet-randomness-collective-flip",12638 "pallet-refungible",12639 "pallet-rmrk-core",12640 "pallet-rmrk-equip",12641 "pallet-structure",12642 "pallet-sudo",12643 "pallet-template-transaction-payment",12644 "pallet-timestamp",12645 "pallet-transaction-payment",12646 "pallet-transaction-payment-rpc-runtime-api",12647 "pallet-treasury",12648 "pallet-unique",12649 "pallet-unique-scheduler",12650 "pallet-xcm",12651 "parachain-info",12652 "parity-scale-codec 3.1.5",12653 "polkadot-parachain",12654 "rmrk-rpc",12655 "scale-info",12656 "serde",12657 "smallvec",12658 "sp-api",12659 "sp-arithmetic",12660 "sp-block-builder",12661 "sp-consensus-aura",12662 "sp-core",12663 "sp-inherents",12664 "sp-io",12665 "sp-offchain",12666 "sp-runtime",12667 "sp-session",12668 "sp-std",12669 "sp-transaction-pool",12670 "sp-version",12671 "substrate-wasm-builder",12672 "unique-runtime-common",12673 "up-data-structs",12674 "up-rpc",12675 "xcm",12676 "xcm-builder",12677 "xcm-executor",12678]1267912680[[package]]12681name = "unique-runtime-common"12682version = "0.9.24"12683dependencies = [12684 "evm-coder",12685 "fp-rpc",12686 "frame-support",12687 "frame-system",12688 "pallet-common",12689 "pallet-evm",12690 "pallet-fungible",12691 "pallet-nonfungible",12692 "pallet-refungible",12693 "pallet-unique",12694 "pallet-unique-scheduler",12695 "parity-scale-codec 3.1.5",12696 "rmrk-rpc",12697 "scale-info",12698 "sp-consensus-aura",12699 "sp-core",12700 "sp-runtime",12701 "sp-std",12702 "up-data-structs",12703 "up-sponsorship",12704]1270512706[[package]]12707name = "universal-hash"12708version = "0.4.1"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12711dependencies = [12712 "generic-array 0.14.5",12713 "subtle",12714]1271512716[[package]]12717name = "unsigned-varint"12718version = "0.7.1"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12721dependencies = [12722 "asynchronous-codec",12723 "bytes 1.2.0",12724 "futures-io",12725 "futures-util",12726]1272712728[[package]]12729name = "untrusted"12730version = "0.7.1"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1273312734[[package]]12735name = "up-data-structs"12736version = "0.2.1"12737dependencies = [12738 "derivative",12739 "frame-support",12740 "frame-system",12741 "pallet-evm",12742 "parity-scale-codec 3.1.5",12743 "rmrk-traits",12744 "scale-info",12745 "serde",12746 "sp-core",12747 "sp-runtime",12748 "sp-std",12749 "struct-versioning",12750]1275112752[[package]]12753name = "up-rpc"12754version = "0.1.2"12755dependencies = [12756 "pallet-common",12757 "pallet-evm",12758 "parity-scale-codec 3.1.5",12759 "sp-api",12760 "sp-core",12761 "sp-runtime",12762 "sp-std",12763 "up-data-structs",12764]1276512766[[package]]12767name = "up-sponsorship"12768version = "0.1.0"12769source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"12770dependencies = [12771 "impl-trait-for-tuples",12772]1277312774[[package]]12775name = "url"12776version = "2.2.2"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12779dependencies = [12780 "form_urlencoded",12781 "idna",12782 "matches",12783 "percent-encoding",12784]1278512786[[package]]12787name = "valuable"12788version = "0.1.0"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1279112792[[package]]12793name = "value-bag"12794version = "1.0.0-alpha.9"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12797dependencies = [12798 "ctor",12799 "version_check",12800]1280112802[[package]]12803name = "vcpkg"12804version = "0.2.15"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1280712808[[package]]12809name = "version_check"12810version = "0.9.4"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1281312814[[package]]12815name = "void"12816version = "1.0.2"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1281912820[[package]]12821name = "waker-fn"12822version = "1.1.0"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1282512826[[package]]12827name = "walkdir"12828version = "2.3.2"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12831dependencies = [12832 "same-file",12833 "winapi",12834 "winapi-util",12835]1283612837[[package]]12838name = "want"12839version = "0.3.0"12840source = "registry+https://github.com/rust-lang/crates.io-index"12841checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12842dependencies = [12843 "log",12844 "try-lock",12845]1284612847[[package]]12848name = "wasi"12849version = "0.9.0+wasi-snapshot-preview1"12850source = "registry+https://github.com/rust-lang/crates.io-index"12851checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1285212853[[package]]12854name = "wasi"12855version = "0.10.0+wasi-snapshot-preview1"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1285812859[[package]]12860name = "wasi"12861version = "0.11.0+wasi-snapshot-preview1"12862source = "registry+https://github.com/rust-lang/crates.io-index"12863checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1286412865[[package]]12866name = "wasm-bindgen"12867version = "0.2.82"12868source = "registry+https://github.com/rust-lang/crates.io-index"12869checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"12870dependencies = [12871 "cfg-if 1.0.0",12872 "wasm-bindgen-macro",12873]1287412875[[package]]12876name = "wasm-bindgen-backend"12877version = "0.2.82"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"12880dependencies = [12881 "bumpalo",12882 "log",12883 "once_cell",12884 "proc-macro2",12885 "quote",12886 "syn",12887 "wasm-bindgen-shared",12888]1288912890[[package]]12891name = "wasm-bindgen-futures"12892version = "0.4.32"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"12895dependencies = [12896 "cfg-if 1.0.0",12897 "js-sys",12898 "wasm-bindgen",12899 "web-sys",12900]1290112902[[package]]12903name = "wasm-bindgen-macro"12904version = "0.2.82"12905source = "registry+https://github.com/rust-lang/crates.io-index"12906checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"12907dependencies = [12908 "quote",12909 "wasm-bindgen-macro-support",12910]1291112912[[package]]12913name = "wasm-bindgen-macro-support"12914version = "0.2.82"12915source = "registry+https://github.com/rust-lang/crates.io-index"12916checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"12917dependencies = [12918 "proc-macro2",12919 "quote",12920 "syn",12921 "wasm-bindgen-backend",12922 "wasm-bindgen-shared",12923]1292412925[[package]]12926name = "wasm-bindgen-shared"12927version = "0.2.82"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"1293012931[[package]]12932name = "wasm-gc-api"12933version = "0.1.11"12934source = "registry+https://github.com/rust-lang/crates.io-index"12935checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12936dependencies = [12937 "log",12938 "parity-wasm 0.32.0",12939 "rustc-demangle",12940]1294112942[[package]]12943name = "wasm-instrument"12944version = "0.1.1"12945source = "registry+https://github.com/rust-lang/crates.io-index"12946checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12947dependencies = [12948 "parity-wasm 0.42.2",12949]1295012951[[package]]12952name = "wasm-timer"12953version = "0.2.5"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12956dependencies = [12957 "futures 0.3.21",12958 "js-sys",12959 "parking_lot 0.11.2",12960 "pin-utils",12961 "wasm-bindgen",12962 "wasm-bindgen-futures",12963 "web-sys",12964]1296512966[[package]]12967name = "wasmi"12968version = "0.9.1"12969source = "registry+https://github.com/rust-lang/crates.io-index"12970checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12971dependencies = [12972 "downcast-rs",12973 "libc",12974 "libm",12975 "memory_units",12976 "num-rational 0.2.4",12977 "num-traits",12978 "parity-wasm 0.42.2",12979 "wasmi-validation",12980]1298112982[[package]]12983name = "wasmi-validation"12984version = "0.4.1"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12987dependencies = [12988 "parity-wasm 0.42.2",12989]1299012991[[package]]12992name = "wasmparser"12993version = "0.83.0"12994source = "registry+https://github.com/rust-lang/crates.io-index"12995checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1299612997[[package]]12998name = "wasmtime"12999version = "0.35.3"13000source = "registry+https://github.com/rust-lang/crates.io-index"13001checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13002dependencies = [13003 "anyhow",13004 "backtrace",13005 "bincode",13006 "cfg-if 1.0.0",13007 "indexmap",13008 "lazy_static",13009 "libc",13010 "log",13011 "object 0.27.1",13012 "once_cell",13013 "paste",13014 "psm",13015 "rayon",13016 "region",13017 "serde",13018 "target-lexicon",13019 "wasmparser",13020 "wasmtime-cache",13021 "wasmtime-cranelift",13022 "wasmtime-environ",13023 "wasmtime-jit",13024 "wasmtime-runtime",13025 "winapi",13026]1302713028[[package]]13029name = "wasmtime-cache"13030version = "0.35.3"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13033dependencies = [13034 "anyhow",13035 "base64",13036 "bincode",13037 "directories-next",13038 "file-per-thread-logger",13039 "log",13040 "rustix",13041 "serde",13042 "sha2 0.9.9",13043 "toml",13044 "winapi",13045 "zstd",13046]1304713048[[package]]13049name = "wasmtime-cranelift"13050version = "0.35.3"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13053dependencies = [13054 "anyhow",13055 "cranelift-codegen",13056 "cranelift-entity",13057 "cranelift-frontend",13058 "cranelift-native",13059 "cranelift-wasm",13060 "gimli",13061 "log",13062 "more-asserts",13063 "object 0.27.1",13064 "target-lexicon",13065 "thiserror",13066 "wasmparser",13067 "wasmtime-environ",13068]1306913070[[package]]13071name = "wasmtime-environ"13072version = "0.35.3"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13075dependencies = [13076 "anyhow",13077 "cranelift-entity",13078 "gimli",13079 "indexmap",13080 "log",13081 "more-asserts",13082 "object 0.27.1",13083 "serde",13084 "target-lexicon",13085 "thiserror",13086 "wasmparser",13087 "wasmtime-types",13088]1308913090[[package]]13091name = "wasmtime-jit"13092version = "0.35.3"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13095dependencies = [13096 "addr2line",13097 "anyhow",13098 "bincode",13099 "cfg-if 1.0.0",13100 "cpp_demangle",13101 "gimli",13102 "log",13103 "object 0.27.1",13104 "region",13105 "rustc-demangle",13106 "rustix",13107 "serde",13108 "target-lexicon",13109 "thiserror",13110 "wasmtime-environ",13111 "wasmtime-jit-debug",13112 "wasmtime-runtime",13113 "winapi",13114]1311513116[[package]]13117name = "wasmtime-jit-debug"13118version = "0.35.3"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13121dependencies = [13122 "lazy_static",13123 "object 0.27.1",13124 "rustix",13125]1312613127[[package]]13128name = "wasmtime-runtime"13129version = "0.35.3"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13132dependencies = [13133 "anyhow",13134 "backtrace",13135 "cc",13136 "cfg-if 1.0.0",13137 "indexmap",13138 "libc",13139 "log",13140 "mach",13141 "memfd",13142 "memoffset",13143 "more-asserts",13144 "rand 0.8.5",13145 "region",13146 "rustix",13147 "thiserror",13148 "wasmtime-environ",13149 "wasmtime-jit-debug",13150 "winapi",13151]1315213153[[package]]13154name = "wasmtime-types"13155version = "0.35.3"13156source = "registry+https://github.com/rust-lang/crates.io-index"13157checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13158dependencies = [13159 "cranelift-entity",13160 "serde",13161 "thiserror",13162 "wasmparser",13163]1316413165[[package]]13166name = "web-sys"13167version = "0.3.59"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"13170dependencies = [13171 "js-sys",13172 "wasm-bindgen",13173]1317413175[[package]]13176name = "webpki"13177version = "0.22.0"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13180dependencies = [13181 "ring",13182 "untrusted",13183]1318413185[[package]]13186name = "webpki-roots"13187version = "0.22.4"13188source = "registry+https://github.com/rust-lang/crates.io-index"13189checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"13190dependencies = [13191 "webpki",13192]1319313194[[package]]13195name = "wepoll-ffi"13196version = "0.1.2"13197source = "registry+https://github.com/rust-lang/crates.io-index"13198checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13199dependencies = [13200 "cc",13201]1320213203[[package]]13204name = "westend-runtime"13205version = "0.9.24"13206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13207dependencies = [13208 "beefy-primitives",13209 "bitvec 1.0.1",13210 "frame-benchmarking",13211 "frame-election-provider-support",13212 "frame-executive",13213 "frame-support",13214 "frame-system",13215 "frame-system-benchmarking",13216 "frame-system-rpc-runtime-api",13217 "frame-try-runtime",13218 "hex-literal",13219 "log",13220 "pallet-authority-discovery",13221 "pallet-authorship",13222 "pallet-babe",13223 "pallet-bags-list",13224 "pallet-balances",13225 "pallet-collective",13226 "pallet-democracy",13227 "pallet-election-provider-multi-phase",13228 "pallet-election-provider-support-benchmarking",13229 "pallet-elections-phragmen",13230 "pallet-grandpa",13231 "pallet-identity",13232 "pallet-im-online",13233 "pallet-indices",13234 "pallet-membership",13235 "pallet-multisig",13236 "pallet-nicks",13237 "pallet-nomination-pools",13238 "pallet-nomination-pools-benchmarking",13239 "pallet-offences",13240 "pallet-offences-benchmarking",13241 "pallet-preimage",13242 "pallet-proxy",13243 "pallet-recovery",13244 "pallet-scheduler",13245 "pallet-session",13246 "pallet-session-benchmarking",13247 "pallet-society",13248 "pallet-staking",13249 "pallet-staking-reward-curve",13250 "pallet-sudo",13251 "pallet-timestamp",13252 "pallet-transaction-payment",13253 "pallet-transaction-payment-rpc-runtime-api",13254 "pallet-treasury",13255 "pallet-utility",13256 "pallet-vesting",13257 "pallet-xcm",13258 "pallet-xcm-benchmarks",13259 "parity-scale-codec 3.1.5",13260 "polkadot-parachain",13261 "polkadot-primitives",13262 "polkadot-runtime-common",13263 "polkadot-runtime-parachains",13264 "rustc-hex",13265 "scale-info",13266 "serde",13267 "serde_derive",13268 "smallvec",13269 "sp-api",13270 "sp-authority-discovery",13271 "sp-block-builder",13272 "sp-consensus-babe",13273 "sp-core",13274 "sp-inherents",13275 "sp-io",13276 "sp-mmr-primitives",13277 "sp-npos-elections",13278 "sp-offchain",13279 "sp-runtime",13280 "sp-session",13281 "sp-staking",13282 "sp-std",13283 "sp-transaction-pool",13284 "sp-version",13285 "substrate-wasm-builder",13286 "westend-runtime-constants",13287 "xcm",13288 "xcm-builder",13289 "xcm-executor",13290]1329113292[[package]]13293name = "westend-runtime-constants"13294version = "0.9.24"13295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13296dependencies = [13297 "frame-support",13298 "polkadot-primitives",13299 "polkadot-runtime-common",13300 "smallvec",13301 "sp-runtime",13302]1330313304[[package]]13305name = "which"13306version = "4.2.5"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13309dependencies = [13310 "either",13311 "lazy_static",13312 "libc",13313]1331413315[[package]]13316name = "widestring"13317version = "0.5.1"13318source = "registry+https://github.com/rust-lang/crates.io-index"13319checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1332013321[[package]]13322name = "winapi"13323version = "0.3.9"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13326dependencies = [13327 "winapi-i686-pc-windows-gnu",13328 "winapi-x86_64-pc-windows-gnu",13329]1333013331[[package]]13332name = "winapi-i686-pc-windows-gnu"13333version = "0.4.0"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1333613337[[package]]13338name = "winapi-util"13339version = "0.1.5"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13342dependencies = [13343 "winapi",13344]1334513346[[package]]13347name = "winapi-x86_64-pc-windows-gnu"13348version = "0.4.0"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1335113352[[package]]13353name = "windows"13354version = "0.34.0"13355source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13357dependencies = [13358 "windows_aarch64_msvc 0.34.0",13359 "windows_i686_gnu 0.34.0",13360 "windows_i686_msvc 0.34.0",13361 "windows_x86_64_gnu 0.34.0",13362 "windows_x86_64_msvc 0.34.0",13363]1336413365[[package]]13366name = "windows-sys"13367version = "0.36.1"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13370dependencies = [13371 "windows_aarch64_msvc 0.36.1",13372 "windows_i686_gnu 0.36.1",13373 "windows_i686_msvc 0.36.1",13374 "windows_x86_64_gnu 0.36.1",13375 "windows_x86_64_msvc 0.36.1",13376]1337713378[[package]]13379name = "windows_aarch64_msvc"13380version = "0.34.0"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1338313384[[package]]13385name = "windows_aarch64_msvc"13386version = "0.36.1"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1338913390[[package]]13391name = "windows_i686_gnu"13392version = "0.34.0"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1339513396[[package]]13397name = "windows_i686_gnu"13398version = "0.36.1"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1340113402[[package]]13403name = "windows_i686_msvc"13404version = "0.34.0"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1340713408[[package]]13409name = "windows_i686_msvc"13410version = "0.36.1"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1341313414[[package]]13415name = "windows_x86_64_gnu"13416version = "0.34.0"13417source = "registry+https://github.com/rust-lang/crates.io-index"13418checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1341913420[[package]]13421name = "windows_x86_64_gnu"13422version = "0.36.1"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1342513426[[package]]13427name = "windows_x86_64_msvc"13428version = "0.34.0"13429source = "registry+https://github.com/rust-lang/crates.io-index"13430checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1343113432[[package]]13433name = "windows_x86_64_msvc"13434version = "0.36.1"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1343713438[[package]]13439name = "winreg"13440version = "0.7.0"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13443dependencies = [13444 "winapi",13445]1344613447[[package]]13448name = "wyz"13449version = "0.2.0"13450source = "registry+https://github.com/rust-lang/crates.io-index"13451checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1345213453[[package]]13454name = "wyz"13455version = "0.5.0"13456source = "registry+https://github.com/rust-lang/crates.io-index"13457checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13458dependencies = [13459 "tap",13460]1346113462[[package]]13463name = "x25519-dalek"13464version = "1.1.1"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13467dependencies = [13468 "curve25519-dalek 3.2.0",13469 "rand_core 0.5.1",13470 "zeroize",13471]1347213473[[package]]13474name = "xcm"13475version = "0.9.24"13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13477dependencies = [13478 "derivative",13479 "impl-trait-for-tuples",13480 "log",13481 "parity-scale-codec 3.1.5",13482 "scale-info",13483 "xcm-procedural",13484]1348513486[[package]]13487name = "xcm-builder"13488version = "0.9.24"13489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13490dependencies = [13491 "frame-support",13492 "frame-system",13493 "log",13494 "pallet-transaction-payment",13495 "parity-scale-codec 3.1.5",13496 "polkadot-parachain",13497 "scale-info",13498 "sp-arithmetic",13499 "sp-io",13500 "sp-runtime",13501 "sp-std",13502 "xcm",13503 "xcm-executor",13504]1350513506[[package]]13507name = "xcm-executor"13508version = "0.9.24"13509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13510dependencies = [13511 "frame-benchmarking",13512 "frame-support",13513 "impl-trait-for-tuples",13514 "log",13515 "parity-scale-codec 3.1.5",13516 "sp-arithmetic",13517 "sp-core",13518 "sp-io",13519 "sp-runtime",13520 "sp-std",13521 "xcm",13522]1352313524[[package]]13525name = "xcm-procedural"13526version = "0.1.0"13527source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13528dependencies = [13529 "Inflector",13530 "proc-macro2",13531 "quote",13532 "syn",13533]1353413535[[package]]13536name = "yamux"13537version = "0.10.1"13538source = "registry+https://github.com/rust-lang/crates.io-index"13539checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13540dependencies = [13541 "futures 0.3.21",13542 "log",13543 "nohash-hasher",13544 "parking_lot 0.12.1",13545 "rand 0.8.5",13546 "static_assertions",13547]1354813549[[package]]13550name = "yansi"13551version = "0.5.1"13552source = "registry+https://github.com/rust-lang/crates.io-index"13553checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1355413555[[package]]13556name = "zeroize"13557version = "1.5.7"13558source = "registry+https://github.com/rust-lang/crates.io-index"13559checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13560dependencies = [13561 "zeroize_derive",13562]1356313564[[package]]13565name = "zeroize_derive"13566version = "1.3.2"13567source = "registry+https://github.com/rust-lang/crates.io-index"13568checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13569dependencies = [13570 "proc-macro2",13571 "quote",13572 "syn",13573 "synstructure",13574]1357513576[[package]]13577name = "zstd"13578version = "0.10.2+zstd.1.5.2"13579source = "registry+https://github.com/rust-lang/crates.io-index"13580checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13581dependencies = [13582 "zstd-safe",13583]1358413585[[package]]13586name = "zstd-safe"13587version = "4.1.6+zstd.1.5.2"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13590dependencies = [13591 "libc",13592 "zstd-sys",13593]1359413595[[package]]13596name = "zstd-sys"13597version = "1.6.3+zstd.1.5.2"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13600dependencies = [13601 "cc",13602 "libc",13603]