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

difftreelog

source

Cargo.lock298.3 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.7",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi",98]99100[[package]]101name = "anyhow"102version = "1.0.58"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.2.0"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-lock",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.7.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2",220 "waker-fn",221 "winapi",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-process"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"238dependencies = [239 "async-io",240 "blocking",241 "cfg-if 1.0.0",242 "event-listener",243 "futures-lite",244 "libc",245 "once_cell",246 "signal-hook",247 "winapi",248]249250[[package]]251name = "async-std"252version = "1.12.0"253source = "registry+https://github.com/rust-lang/crates.io-index"254checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"255dependencies = [256 "async-attributes",257 "async-channel",258 "async-global-executor",259 "async-io",260 "async-lock",261 "async-process",262 "crossbeam-utils",263 "futures-channel",264 "futures-core",265 "futures-io",266 "futures-lite",267 "gloo-timers",268 "kv-log-macro",269 "log",270 "memchr",271 "once_cell",272 "pin-project-lite 0.2.9",273 "pin-utils",274 "slab",275 "wasm-bindgen-futures",276]277278[[package]]279name = "async-std-resolver"280version = "0.21.2"281source = "registry+https://github.com/rust-lang/crates.io-index"282checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"283dependencies = [284 "async-std",285 "async-trait",286 "futures-io",287 "futures-util",288 "pin-utils",289 "socket2",290 "trust-dns-resolver",291]292293[[package]]294name = "async-task"295version = "4.3.0"296source = "registry+https://github.com/rust-lang/crates.io-index"297checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"298299[[package]]300name = "async-trait"301version = "0.1.56"302source = "registry+https://github.com/rust-lang/crates.io-index"303checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"304dependencies = [305 "proc-macro2",306 "quote",307 "syn",308]309310[[package]]311name = "asynchronous-codec"312version = "0.6.0"313source = "registry+https://github.com/rust-lang/crates.io-index"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"315dependencies = [316 "bytes",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",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/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"424dependencies = [425 "beefy-primitives",426 "fnv",427 "futures 0.3.21",428 "futures-timer",429 "hex",430 "log",431 "parity-scale-codec 3.1.5",432 "parking_lot 0.12.1",433 "sc-chain-spec",434 "sc-client-api",435 "sc-finality-grandpa",436 "sc-keystore",437 "sc-network",438 "sc-network-gossip",439 "sc-utils",440 "sp-api",441 "sp-application-crypto",442 "sp-arithmetic",443 "sp-blockchain",444 "sp-consensus",445 "sp-core",446 "sp-keystore",447 "sp-mmr-primitives",448 "sp-runtime",449 "substrate-prometheus-endpoint",450 "thiserror",451 "wasm-timer",452]453454[[package]]455name = "beefy-gadget-rpc"456version = "4.0.0-dev"457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"458dependencies = [459 "beefy-gadget",460 "beefy-primitives",461 "futures 0.3.21",462 "jsonrpsee",463 "log",464 "parity-scale-codec 3.1.5",465 "parking_lot 0.12.1",466 "sc-rpc",467 "sc-utils",468 "serde",469 "sp-core",470 "sp-runtime",471 "thiserror",472]473474[[package]]475name = "beefy-merkle-tree"476version = "4.0.0-dev"477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"478dependencies = [479 "beefy-primitives",480 "sp-api",481]482483[[package]]484name = "beefy-primitives"485version = "4.0.0-dev"486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"487dependencies = [488 "parity-scale-codec 3.1.5",489 "scale-info",490 "sp-api",491 "sp-application-crypto",492 "sp-core",493 "sp-runtime",494 "sp-std",495]496497[[package]]498name = "bimap"499version = "0.6.2"500source = "registry+https://github.com/rust-lang/crates.io-index"501checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"502503[[package]]504name = "bincode"505version = "1.3.3"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"508dependencies = [509 "serde",510]511512[[package]]513name = "bindgen"514version = "0.59.2"515source = "registry+https://github.com/rust-lang/crates.io-index"516checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"517dependencies = [518 "bitflags",519 "cexpr",520 "clang-sys",521 "lazy_static",522 "lazycell",523 "peeking_take_while",524 "proc-macro2",525 "quote",526 "regex",527 "rustc-hash",528 "shlex",529]530531[[package]]532name = "bitflags"533version = "1.3.2"534source = "registry+https://github.com/rust-lang/crates.io-index"535checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"536537[[package]]538name = "bitvec"539version = "0.20.4"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"542dependencies = [543 "funty 1.1.0",544 "radium 0.6.2",545 "tap",546 "wyz 0.2.0",547]548549[[package]]550name = "bitvec"551version = "1.0.1"552source = "registry+https://github.com/rust-lang/crates.io-index"553checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"554dependencies = [555 "funty 2.0.0",556 "radium 0.7.0",557 "tap",558 "wyz 0.5.0",559]560561[[package]]562name = "blake2"563version = "0.10.4"564source = "registry+https://github.com/rust-lang/crates.io-index"565checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"566dependencies = [567 "digest 0.10.3",568]569570[[package]]571name = "blake2-rfc"572version = "0.2.18"573source = "registry+https://github.com/rust-lang/crates.io-index"574checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"575dependencies = [576 "arrayvec 0.4.12",577 "constant_time_eq",578]579580[[package]]581name = "blake2b_simd"582version = "1.0.0"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"585dependencies = [586 "arrayref",587 "arrayvec 0.7.2",588 "constant_time_eq",589]590591[[package]]592name = "blake2s_simd"593version = "1.0.0"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"596dependencies = [597 "arrayref",598 "arrayvec 0.7.2",599 "constant_time_eq",600]601602[[package]]603name = "blake3"604version = "1.3.1"605source = "registry+https://github.com/rust-lang/crates.io-index"606checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"607dependencies = [608 "arrayref",609 "arrayvec 0.7.2",610 "cc",611 "cfg-if 1.0.0",612 "constant_time_eq",613 "digest 0.10.3",614]615616[[package]]617name = "block-buffer"618version = "0.7.3"619source = "registry+https://github.com/rust-lang/crates.io-index"620checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"621dependencies = [622 "block-padding 0.1.5",623 "byte-tools",624 "byteorder",625 "generic-array 0.12.4",626]627628[[package]]629name = "block-buffer"630version = "0.9.0"631source = "registry+https://github.com/rust-lang/crates.io-index"632checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"633dependencies = [634 "block-padding 0.2.1",635 "generic-array 0.14.5",636]637638[[package]]639name = "block-buffer"640version = "0.10.2"641source = "registry+https://github.com/rust-lang/crates.io-index"642checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"643dependencies = [644 "generic-array 0.14.5",645]646647[[package]]648name = "block-padding"649version = "0.1.5"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"652dependencies = [653 "byte-tools",654]655656[[package]]657name = "block-padding"658version = "0.2.1"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"661662[[package]]663name = "blocking"664version = "1.2.0"665source = "registry+https://github.com/rust-lang/crates.io-index"666checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"667dependencies = [668 "async-channel",669 "async-task",670 "atomic-waker",671 "fastrand",672 "futures-lite",673 "once_cell",674]675676[[package]]677name = "bounded-vec"678version = "0.6.0"679source = "registry+https://github.com/rust-lang/crates.io-index"680checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"681dependencies = [682 "thiserror",683]684685[[package]]686name = "bs58"687version = "0.4.0"688source = "registry+https://github.com/rust-lang/crates.io-index"689checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"690691[[package]]692name = "bstr"693version = "0.2.17"694source = "registry+https://github.com/rust-lang/crates.io-index"695checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"696dependencies = [697 "memchr",698]699700[[package]]701name = "build-helper"702version = "0.1.1"703source = "registry+https://github.com/rust-lang/crates.io-index"704checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"705dependencies = [706 "semver 0.6.0",707]708709[[package]]710name = "bumpalo"711version = "3.10.0"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"714715[[package]]716name = "byte-slice-cast"717version = "1.2.1"718source = "registry+https://github.com/rust-lang/crates.io-index"719checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"720721[[package]]722name = "byte-tools"723version = "0.3.1"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"726727[[package]]728name = "byteorder"729version = "1.4.3"730source = "registry+https://github.com/rust-lang/crates.io-index"731checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"732733[[package]]734name = "bytes"735version = "1.2.0"736source = "registry+https://github.com/rust-lang/crates.io-index"737checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"738739[[package]]740name = "bzip2-sys"741version = "0.1.11+1.0.8"742source = "registry+https://github.com/rust-lang/crates.io-index"743checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"744dependencies = [745 "cc",746 "libc",747 "pkg-config",748]749750[[package]]751name = "cache-padded"752version = "1.2.0"753source = "registry+https://github.com/rust-lang/crates.io-index"754checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"755756[[package]]757name = "camino"758version = "1.0.9"759source = "registry+https://github.com/rust-lang/crates.io-index"760checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"761dependencies = [762 "serde",763]764765[[package]]766name = "cargo-platform"767version = "0.1.2"768source = "registry+https://github.com/rust-lang/crates.io-index"769checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"770dependencies = [771 "serde",772]773774[[package]]775name = "cargo_metadata"776version = "0.14.2"777source = "registry+https://github.com/rust-lang/crates.io-index"778checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"779dependencies = [780 "camino",781 "cargo-platform",782 "semver 1.0.12",783 "serde",784 "serde_json",785]786787[[package]]788name = "cc"789version = "1.0.73"790source = "registry+https://github.com/rust-lang/crates.io-index"791checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"792dependencies = [793 "jobserver",794]795796[[package]]797name = "cexpr"798version = "0.6.0"799source = "registry+https://github.com/rust-lang/crates.io-index"800checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"801dependencies = [802 "nom",803]804805[[package]]806name = "cfg-if"807version = "0.1.10"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"810811[[package]]812name = "cfg-if"813version = "1.0.0"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"816817[[package]]818name = "cfg_aliases"819version = "0.1.1"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"822823[[package]]824name = "chacha20"825version = "0.8.2"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"828dependencies = [829 "cfg-if 1.0.0",830 "cipher",831 "cpufeatures",832 "zeroize",833]834835[[package]]836name = "chacha20poly1305"837version = "0.9.1"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"840dependencies = [841 "aead",842 "chacha20",843 "cipher",844 "poly1305",845 "zeroize",846]847848[[package]]849name = "chrono"850version = "0.4.19"851source = "registry+https://github.com/rust-lang/crates.io-index"852checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"853dependencies = [854 "libc",855 "num-integer",856 "num-traits",857 "time 0.1.44",858 "winapi",859]860861[[package]]862name = "cid"863version = "0.8.5"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "fc949bff6704880faf064c42a4854032ab07bfcf3a4fcb82a57470acededb69c"866dependencies = [867 "core2",868 "multibase",869 "multihash",870 "serde",871 "unsigned-varint",872]873874[[package]]875name = "cipher"876version = "0.3.0"877source = "registry+https://github.com/rust-lang/crates.io-index"878checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"879dependencies = [880 "generic-array 0.14.5",881]882883[[package]]884name = "ckb-merkle-mountain-range"885version = "0.3.2"886source = "registry+https://github.com/rust-lang/crates.io-index"887checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"888dependencies = [889 "cfg-if 0.1.10",890]891892[[package]]893name = "clang-sys"894version = "1.3.3"895source = "registry+https://github.com/rust-lang/crates.io-index"896checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"897dependencies = [898 "glob",899 "libc",900 "libloading 0.7.3",901]902903[[package]]904name = "clap"905version = "3.2.15"906source = "registry+https://github.com/rust-lang/crates.io-index"907checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"908dependencies = [909 "atty",910 "bitflags",911 "clap_derive",912 "clap_lex",913 "indexmap",914 "once_cell",915 "strsim",916 "termcolor",917 "textwrap",918]919920[[package]]921name = "clap_derive"922version = "3.2.15"923source = "registry+https://github.com/rust-lang/crates.io-index"924checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"925dependencies = [926 "heck 0.4.0",927 "proc-macro-error",928 "proc-macro2",929 "quote",930 "syn",931]932933[[package]]934name = "clap_lex"935version = "0.2.4"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"938dependencies = [939 "os_str_bytes",940]941942[[package]]943name = "cmake"944version = "0.1.48"945source = "registry+https://github.com/rust-lang/crates.io-index"946checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"947dependencies = [948 "cc",949]950951[[package]]952name = "coarsetime"953version = "0.1.22"954source = "registry+https://github.com/rust-lang/crates.io-index"955checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"956dependencies = [957 "libc",958 "once_cell",959 "wasi 0.11.0+wasi-snapshot-preview1",960 "wasm-bindgen",961]962963[[package]]964name = "comfy-table"965version = "5.0.1"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"968dependencies = [969 "strum 0.23.0",970 "strum_macros 0.23.1",971 "unicode-width",972]973974[[package]]975name = "concurrent-queue"976version = "1.2.2"977source = "registry+https://github.com/rust-lang/crates.io-index"978checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"979dependencies = [980 "cache-padded",981]982983[[package]]984name = "const-oid"985version = "0.7.1"986source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"988989[[package]]990name = "constant_time_eq"991version = "0.1.5"992source = "registry+https://github.com/rust-lang/crates.io-index"993checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"994995[[package]]996name = "convert_case"997version = "0.4.0"998source = "registry+https://github.com/rust-lang/crates.io-index"999checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10001001[[package]]1002name = "core-foundation"1003version = "0.9.3"1004source = "registry+https://github.com/rust-lang/crates.io-index"1005checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1006dependencies = [1007 "core-foundation-sys",1008 "libc",1009]10101011[[package]]1012name = "core-foundation-sys"1013version = "0.8.3"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10161017[[package]]1018name = "core2"1019version = "0.4.0"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1022dependencies = [1023 "memchr",1024]10251026[[package]]1027name = "cpp_demangle"1028version = "0.3.5"1029source = "registry+https://github.com/rust-lang/crates.io-index"1030checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1031dependencies = [1032 "cfg-if 1.0.0",1033]10341035[[package]]1036name = "cpufeatures"1037version = "0.2.2"1038source = "registry+https://github.com/rust-lang/crates.io-index"1039checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1040dependencies = [1041 "libc",1042]10431044[[package]]1045name = "cranelift-bforest"1046version = "0.85.3"1047source = "registry+https://github.com/rust-lang/crates.io-index"1048checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"1049dependencies = [1050 "cranelift-entity",1051]10521053[[package]]1054name = "cranelift-codegen"1055version = "0.85.3"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"1058dependencies = [1059 "cranelift-bforest",1060 "cranelift-codegen-meta",1061 "cranelift-codegen-shared",1062 "cranelift-entity",1063 "cranelift-isle",1064 "gimli",1065 "log",1066 "regalloc2",1067 "smallvec",1068 "target-lexicon",1069]10701071[[package]]1072name = "cranelift-codegen-meta"1073version = "0.85.3"1074source = "registry+https://github.com/rust-lang/crates.io-index"1075checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"1076dependencies = [1077 "cranelift-codegen-shared",1078]10791080[[package]]1081name = "cranelift-codegen-shared"1082version = "0.85.3"1083source = "registry+https://github.com/rust-lang/crates.io-index"1084checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"10851086[[package]]1087name = "cranelift-entity"1088version = "0.85.3"1089source = "registry+https://github.com/rust-lang/crates.io-index"1090checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"1091dependencies = [1092 "serde",1093]10941095[[package]]1096name = "cranelift-frontend"1097version = "0.85.3"1098source = "registry+https://github.com/rust-lang/crates.io-index"1099checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"1100dependencies = [1101 "cranelift-codegen",1102 "log",1103 "smallvec",1104 "target-lexicon",1105]11061107[[package]]1108name = "cranelift-isle"1109version = "0.85.3"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"11121113[[package]]1114name = "cranelift-native"1115version = "0.85.3"1116source = "registry+https://github.com/rust-lang/crates.io-index"1117checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"1118dependencies = [1119 "cranelift-codegen",1120 "libc",1121 "target-lexicon",1122]11231124[[package]]1125name = "cranelift-wasm"1126version = "0.85.3"1127source = "registry+https://github.com/rust-lang/crates.io-index"1128checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"1129dependencies = [1130 "cranelift-codegen",1131 "cranelift-entity",1132 "cranelift-frontend",1133 "itertools",1134 "log",1135 "smallvec",1136 "wasmparser",1137 "wasmtime-types",1138]11391140[[package]]1141name = "crc32fast"1142version = "1.3.2"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1145dependencies = [1146 "cfg-if 1.0.0",1147]11481149[[package]]1150name = "crossbeam-channel"1151version = "0.5.6"1152source = "registry+https://github.com/rust-lang/crates.io-index"1153checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1154dependencies = [1155 "cfg-if 1.0.0",1156 "crossbeam-utils",1157]11581159[[package]]1160name = "crossbeam-deque"1161version = "0.8.2"1162source = "registry+https://github.com/rust-lang/crates.io-index"1163checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1164dependencies = [1165 "cfg-if 1.0.0",1166 "crossbeam-epoch",1167 "crossbeam-utils",1168]11691170[[package]]1171name = "crossbeam-epoch"1172version = "0.9.10"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"1175dependencies = [1176 "autocfg",1177 "cfg-if 1.0.0",1178 "crossbeam-utils",1179 "memoffset",1180 "once_cell",1181 "scopeguard",1182]11831184[[package]]1185name = "crossbeam-queue"1186version = "0.3.6"1187source = "registry+https://github.com/rust-lang/crates.io-index"1188checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1189dependencies = [1190 "cfg-if 1.0.0",1191 "crossbeam-utils",1192]11931194[[package]]1195name = "crossbeam-utils"1196version = "0.8.11"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"1199dependencies = [1200 "cfg-if 1.0.0",1201 "once_cell",1202]12031204[[package]]1205name = "crunchy"1206version = "0.2.2"1207source = "registry+https://github.com/rust-lang/crates.io-index"1208checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12091210[[package]]1211name = "crypto-bigint"1212version = "0.3.2"1213source = "registry+https://github.com/rust-lang/crates.io-index"1214checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1215dependencies = [1216 "generic-array 0.14.5",1217 "rand_core 0.6.3",1218 "subtle",1219 "zeroize",1220]12211222[[package]]1223name = "crypto-common"1224version = "0.1.6"1225source = "registry+https://github.com/rust-lang/crates.io-index"1226checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1227dependencies = [1228 "generic-array 0.14.5",1229 "typenum",1230]12311232[[package]]1233name = "crypto-mac"1234version = "0.8.0"1235source = "registry+https://github.com/rust-lang/crates.io-index"1236checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1237dependencies = [1238 "generic-array 0.14.5",1239 "subtle",1240]12411242[[package]]1243name = "crypto-mac"1244version = "0.11.1"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1247dependencies = [1248 "generic-array 0.14.5",1249 "subtle",1250]12511252[[package]]1253name = "ctor"1254version = "0.1.22"1255source = "registry+https://github.com/rust-lang/crates.io-index"1256checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1257dependencies = [1258 "quote",1259 "syn",1260]12611262[[package]]1263name = "ctr"1264version = "0.8.0"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1267dependencies = [1268 "cipher",1269]12701271[[package]]1272name = "cuckoofilter"1273version = "0.5.0"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1276dependencies = [1277 "byteorder",1278 "fnv",1279 "rand 0.7.3",1280]12811282[[package]]1283name = "cumulus-client-cli"1284version = "0.1.0"1285source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1286dependencies = [1287 "clap",1288 "parity-scale-codec 3.1.5",1289 "sc-chain-spec",1290 "sc-cli",1291 "sc-service",1292 "sp-core",1293 "sp-runtime",1294 "url",1295]12961297[[package]]1298name = "cumulus-client-collator"1299version = "0.1.0"1300source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1301dependencies = [1302 "cumulus-client-consensus-common",1303 "cumulus-client-network",1304 "cumulus-primitives-core",1305 "cumulus-relay-chain-interface",1306 "futures 0.3.21",1307 "parity-scale-codec 3.1.5",1308 "parking_lot 0.12.1",1309 "polkadot-node-primitives",1310 "polkadot-node-subsystem",1311 "polkadot-overseer",1312 "polkadot-primitives",1313 "sc-client-api",1314 "sp-api",1315 "sp-consensus",1316 "sp-core",1317 "sp-runtime",1318 "tracing",1319]13201321[[package]]1322name = "cumulus-client-consensus-aura"1323version = "0.1.0"1324source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1325dependencies = [1326 "async-trait",1327 "cumulus-client-consensus-common",1328 "cumulus-primitives-core",1329 "futures 0.3.21",1330 "parity-scale-codec 3.1.5",1331 "sc-client-api",1332 "sc-consensus",1333 "sc-consensus-aura",1334 "sc-consensus-slots",1335 "sc-telemetry",1336 "sp-api",1337 "sp-application-crypto",1338 "sp-block-builder",1339 "sp-blockchain",1340 "sp-consensus",1341 "sp-consensus-aura",1342 "sp-core",1343 "sp-inherents",1344 "sp-keystore",1345 "sp-runtime",1346 "substrate-prometheus-endpoint",1347 "tracing",1348]13491350[[package]]1351name = "cumulus-client-consensus-common"1352version = "0.1.0"1353source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1354dependencies = [1355 "async-trait",1356 "cumulus-relay-chain-interface",1357 "dyn-clone",1358 "futures 0.3.21",1359 "parity-scale-codec 3.1.5",1360 "polkadot-primitives",1361 "sc-client-api",1362 "sc-consensus",1363 "sp-api",1364 "sp-blockchain",1365 "sp-consensus",1366 "sp-runtime",1367 "sp-trie",1368 "tracing",1369]13701371[[package]]1372name = "cumulus-client-network"1373version = "0.1.0"1374source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1375dependencies = [1376 "async-trait",1377 "cumulus-relay-chain-interface",1378 "derive_more",1379 "futures 0.3.21",1380 "futures-timer",1381 "parity-scale-codec 3.1.5",1382 "parking_lot 0.12.1",1383 "polkadot-node-primitives",1384 "polkadot-parachain",1385 "polkadot-primitives",1386 "sc-client-api",1387 "sp-api",1388 "sp-blockchain",1389 "sp-consensus",1390 "sp-core",1391 "sp-runtime",1392 "sp-state-machine",1393 "tracing",1394]13951396[[package]]1397name = "cumulus-client-pov-recovery"1398version = "0.1.0"1399source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1400dependencies = [1401 "cumulus-primitives-core",1402 "cumulus-relay-chain-interface",1403 "futures 0.3.21",1404 "futures-timer",1405 "parity-scale-codec 3.1.5",1406 "polkadot-node-primitives",1407 "polkadot-node-subsystem",1408 "polkadot-overseer",1409 "polkadot-primitives",1410 "rand 0.8.5",1411 "sc-client-api",1412 "sc-consensus",1413 "sp-api",1414 "sp-consensus",1415 "sp-maybe-compressed-blob",1416 "sp-runtime",1417 "tracing",1418]14191420[[package]]1421name = "cumulus-client-service"1422version = "0.1.0"1423source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1424dependencies = [1425 "cumulus-client-cli",1426 "cumulus-client-collator",1427 "cumulus-client-consensus-common",1428 "cumulus-client-pov-recovery",1429 "cumulus-primitives-core",1430 "cumulus-relay-chain-interface",1431 "parking_lot 0.12.1",1432 "polkadot-overseer",1433 "polkadot-primitives",1434 "sc-client-api",1435 "sc-consensus",1436 "sc-consensus-babe",1437 "sc-service",1438 "sc-telemetry",1439 "sc-tracing",1440 "sp-api",1441 "sp-blockchain",1442 "sp-consensus",1443 "sp-core",1444 "sp-runtime",1445 "tracing",1446]14471448[[package]]1449name = "cumulus-pallet-aura-ext"1450version = "0.1.0"1451source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1452dependencies = [1453 "frame-executive",1454 "frame-support",1455 "frame-system",1456 "pallet-aura",1457 "parity-scale-codec 3.1.5",1458 "scale-info",1459 "serde",1460 "sp-application-crypto",1461 "sp-consensus-aura",1462 "sp-runtime",1463 "sp-std",1464]14651466[[package]]1467name = "cumulus-pallet-dmp-queue"1468version = "0.1.0"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1470dependencies = [1471 "cumulus-primitives-core",1472 "frame-support",1473 "frame-system",1474 "log",1475 "parity-scale-codec 3.1.5",1476 "scale-info",1477 "sp-io",1478 "sp-runtime",1479 "sp-std",1480 "xcm",1481 "xcm-executor",1482]14831484[[package]]1485name = "cumulus-pallet-parachain-system"1486version = "0.1.0"1487source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1488dependencies = [1489 "cumulus-pallet-parachain-system-proc-macro",1490 "cumulus-primitives-core",1491 "cumulus-primitives-parachain-inherent",1492 "environmental",1493 "frame-support",1494 "frame-system",1495 "impl-trait-for-tuples",1496 "log",1497 "pallet-balances",1498 "parity-scale-codec 3.1.5",1499 "polkadot-parachain",1500 "scale-info",1501 "serde",1502 "sp-core",1503 "sp-externalities",1504 "sp-inherents",1505 "sp-io",1506 "sp-runtime",1507 "sp-state-machine",1508 "sp-std",1509 "sp-trie",1510 "sp-version",1511 "xcm",1512]15131514[[package]]1515name = "cumulus-pallet-parachain-system-proc-macro"1516version = "0.1.0"1517source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1518dependencies = [1519 "proc-macro-crate",1520 "proc-macro2",1521 "quote",1522 "syn",1523]15241525[[package]]1526name = "cumulus-pallet-xcm"1527version = "0.1.0"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1529dependencies = [1530 "cumulus-primitives-core",1531 "frame-support",1532 "frame-system",1533 "parity-scale-codec 3.1.5",1534 "scale-info",1535 "serde",1536 "sp-io",1537 "sp-runtime",1538 "sp-std",1539 "xcm",1540]15411542[[package]]1543name = "cumulus-pallet-xcmp-queue"1544version = "0.1.0"1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1546dependencies = [1547 "cumulus-primitives-core",1548 "frame-support",1549 "frame-system",1550 "log",1551 "parity-scale-codec 3.1.5",1552 "rand_chacha 0.3.1",1553 "scale-info",1554 "sp-runtime",1555 "sp-std",1556 "xcm",1557 "xcm-executor",1558]15591560[[package]]1561name = "cumulus-primitives-core"1562version = "0.1.0"1563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1564dependencies = [1565 "frame-support",1566 "parity-scale-codec 3.1.5",1567 "polkadot-core-primitives",1568 "polkadot-parachain",1569 "polkadot-primitives",1570 "sp-api",1571 "sp-runtime",1572 "sp-std",1573 "sp-trie",1574]15751576[[package]]1577name = "cumulus-primitives-parachain-inherent"1578version = "0.1.0"1579source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1580dependencies = [1581 "async-trait",1582 "cumulus-primitives-core",1583 "cumulus-relay-chain-interface",1584 "cumulus-test-relay-sproof-builder",1585 "parity-scale-codec 3.1.5",1586 "sc-client-api",1587 "scale-info",1588 "sp-api",1589 "sp-core",1590 "sp-inherents",1591 "sp-runtime",1592 "sp-state-machine",1593 "sp-std",1594 "sp-storage",1595 "sp-trie",1596 "tracing",1597]15981599[[package]]1600name = "cumulus-primitives-timestamp"1601version = "0.1.0"1602source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1603dependencies = [1604 "cumulus-primitives-core",1605 "futures 0.3.21",1606 "parity-scale-codec 3.1.5",1607 "sp-inherents",1608 "sp-std",1609 "sp-timestamp",1610]16111612[[package]]1613name = "cumulus-primitives-utility"1614version = "0.1.0"1615source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1616dependencies = [1617 "cumulus-primitives-core",1618 "frame-support",1619 "parity-scale-codec 3.1.5",1620 "polkadot-core-primitives",1621 "polkadot-parachain",1622 "polkadot-primitives",1623 "sp-runtime",1624 "sp-std",1625 "sp-trie",1626 "xcm",1627]16281629[[package]]1630name = "cumulus-relay-chain-inprocess-interface"1631version = "0.1.0"1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1633dependencies = [1634 "async-trait",1635 "cumulus-primitives-core",1636 "cumulus-relay-chain-interface",1637 "futures 0.3.21",1638 "futures-timer",1639 "parking_lot 0.12.1",1640 "polkadot-cli",1641 "polkadot-client",1642 "polkadot-service",1643 "sc-cli",1644 "sc-client-api",1645 "sc-consensus-babe",1646 "sc-network",1647 "sc-sysinfo",1648 "sc-telemetry",1649 "sc-tracing",1650 "sp-api",1651 "sp-blockchain",1652 "sp-consensus",1653 "sp-core",1654 "sp-runtime",1655 "sp-state-machine",1656 "tracing",1657]16581659[[package]]1660name = "cumulus-relay-chain-interface"1661version = "0.1.0"1662source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1663dependencies = [1664 "async-trait",1665 "cumulus-primitives-core",1666 "derive_more",1667 "futures 0.3.21",1668 "jsonrpsee-core",1669 "parity-scale-codec 3.1.5",1670 "parking_lot 0.12.1",1671 "polkadot-overseer",1672 "polkadot-service",1673 "sc-client-api",1674 "sp-api",1675 "sp-blockchain",1676 "sp-core",1677 "sp-runtime",1678 "sp-state-machine",1679 "thiserror",1680]16811682[[package]]1683name = "cumulus-relay-chain-rpc-interface"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1686dependencies = [1687 "async-trait",1688 "backoff",1689 "cumulus-primitives-core",1690 "cumulus-relay-chain-interface",1691 "futures 0.3.21",1692 "futures-timer",1693 "jsonrpsee",1694 "parity-scale-codec 3.1.5",1695 "parking_lot 0.12.1",1696 "polkadot-service",1697 "sc-client-api",1698 "sc-rpc-api",1699 "sp-api",1700 "sp-core",1701 "sp-runtime",1702 "sp-state-machine",1703 "sp-storage",1704 "tracing",1705 "url",1706]17071708[[package]]1709name = "cumulus-test-relay-sproof-builder"1710version = "0.1.0"1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1712dependencies = [1713 "cumulus-primitives-core",1714 "parity-scale-codec 3.1.5",1715 "polkadot-primitives",1716 "sp-runtime",1717 "sp-state-machine",1718 "sp-std",1719]17201721[[package]]1722name = "curve25519-dalek"1723version = "2.1.3"1724source = "registry+https://github.com/rust-lang/crates.io-index"1725checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1726dependencies = [1727 "byteorder",1728 "digest 0.8.1",1729 "rand_core 0.5.1",1730 "subtle",1731 "zeroize",1732]17331734[[package]]1735name = "curve25519-dalek"1736version = "3.2.0"1737source = "registry+https://github.com/rust-lang/crates.io-index"1738checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1739dependencies = [1740 "byteorder",1741 "digest 0.9.0",1742 "rand_core 0.5.1",1743 "subtle",1744 "zeroize",1745]17461747[[package]]1748name = "curve25519-dalek"1749version = "4.0.0-pre.1"1750source = "registry+https://github.com/rust-lang/crates.io-index"1751checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1752dependencies = [1753 "byteorder",1754 "digest 0.9.0",1755 "rand_core 0.6.3",1756 "subtle",1757 "zeroize",1758]17591760[[package]]1761name = "darling"1762version = "0.13.4"1763source = "registry+https://github.com/rust-lang/crates.io-index"1764checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1765dependencies = [1766 "darling_core",1767 "darling_macro",1768]17691770[[package]]1771name = "darling_core"1772version = "0.13.4"1773source = "registry+https://github.com/rust-lang/crates.io-index"1774checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1775dependencies = [1776 "fnv",1777 "ident_case",1778 "proc-macro2",1779 "quote",1780 "strsim",1781 "syn",1782]17831784[[package]]1785name = "darling_macro"1786version = "0.13.4"1787source = "registry+https://github.com/rust-lang/crates.io-index"1788checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1789dependencies = [1790 "darling_core",1791 "quote",1792 "syn",1793]17941795[[package]]1796name = "data-encoding"1797version = "2.3.2"1798source = "registry+https://github.com/rust-lang/crates.io-index"1799checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18001801[[package]]1802name = "data-encoding-macro"1803version = "0.1.12"1804source = "registry+https://github.com/rust-lang/crates.io-index"1805checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1806dependencies = [1807 "data-encoding",1808 "data-encoding-macro-internal",1809]18101811[[package]]1812name = "data-encoding-macro-internal"1813version = "0.1.10"1814source = "registry+https://github.com/rust-lang/crates.io-index"1815checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1816dependencies = [1817 "data-encoding",1818 "syn",1819]18201821[[package]]1822name = "der"1823version = "0.5.1"1824source = "registry+https://github.com/rust-lang/crates.io-index"1825checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1826dependencies = [1827 "const-oid",1828]18291830[[package]]1831name = "derivative"1832version = "2.2.0"1833source = "registry+https://github.com/rust-lang/crates.io-index"1834checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1835dependencies = [1836 "proc-macro2",1837 "quote",1838 "syn",1839]18401841[[package]]1842name = "derive_more"1843version = "0.99.17"1844source = "registry+https://github.com/rust-lang/crates.io-index"1845checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1846dependencies = [1847 "convert_case",1848 "proc-macro2",1849 "quote",1850 "rustc_version 0.4.0",1851 "syn",1852]18531854[[package]]1855name = "digest"1856version = "0.8.1"1857source = "registry+https://github.com/rust-lang/crates.io-index"1858checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1859dependencies = [1860 "generic-array 0.12.4",1861]18621863[[package]]1864name = "digest"1865version = "0.9.0"1866source = "registry+https://github.com/rust-lang/crates.io-index"1867checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1868dependencies = [1869 "generic-array 0.14.5",1870]18711872[[package]]1873name = "digest"1874version = "0.10.3"1875source = "registry+https://github.com/rust-lang/crates.io-index"1876checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"1877dependencies = [1878 "block-buffer 0.10.2",1879 "crypto-common",1880 "subtle",1881]18821883[[package]]1884name = "directories"1885version = "4.0.1"1886source = "registry+https://github.com/rust-lang/crates.io-index"1887checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1888dependencies = [1889 "dirs-sys",1890]18911892[[package]]1893name = "directories-next"1894version = "2.0.0"1895source = "registry+https://github.com/rust-lang/crates.io-index"1896checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1897dependencies = [1898 "cfg-if 1.0.0",1899 "dirs-sys-next",1900]19011902[[package]]1903name = "dirs-sys"1904version = "0.3.7"1905source = "registry+https://github.com/rust-lang/crates.io-index"1906checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"1907dependencies = [1908 "libc",1909 "redox_users",1910 "winapi",1911]19121913[[package]]1914name = "dirs-sys-next"1915version = "0.1.2"1916source = "registry+https://github.com/rust-lang/crates.io-index"1917checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1918dependencies = [1919 "libc",1920 "redox_users",1921 "winapi",1922]19231924[[package]]1925name = "dns-parser"1926version = "0.8.0"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1929dependencies = [1930 "byteorder",1931 "quick-error",1932]19331934[[package]]1935name = "downcast-rs"1936version = "1.2.0"1937source = "registry+https://github.com/rust-lang/crates.io-index"1938checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19391940[[package]]1941name = "dtoa"1942version = "1.0.2"1943source = "registry+https://github.com/rust-lang/crates.io-index"1944checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"19451946[[package]]1947name = "dyn-clonable"1948version = "0.9.0"1949source = "registry+https://github.com/rust-lang/crates.io-index"1950checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1951dependencies = [1952 "dyn-clonable-impl",1953 "dyn-clone",1954]19551956[[package]]1957name = "dyn-clonable-impl"1958version = "0.9.0"1959source = "registry+https://github.com/rust-lang/crates.io-index"1960checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1961dependencies = [1962 "proc-macro2",1963 "quote",1964 "syn",1965]19661967[[package]]1968name = "dyn-clone"1969version = "1.0.8"1970source = "registry+https://github.com/rust-lang/crates.io-index"1971checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8"19721973[[package]]1974name = "ecdsa"1975version = "0.13.4"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"1978dependencies = [1979 "der",1980 "elliptic-curve",1981 "rfc6979",1982 "signature",1983]19841985[[package]]1986name = "ed25519"1987version = "1.5.2"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"1990dependencies = [1991 "signature",1992]19931994[[package]]1995name = "ed25519-dalek"1996version = "1.0.1"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1999dependencies = [2000 "curve25519-dalek 3.2.0",2001 "ed25519",2002 "rand 0.7.3",2003 "serde",2004 "sha2 0.9.9",2005 "zeroize",2006]20072008[[package]]2009name = "either"2010version = "1.7.0"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"20132014[[package]]2015name = "elliptic-curve"2016version = "0.11.12"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2019dependencies = [2020 "base16ct",2021 "crypto-bigint",2022 "der",2023 "ff",2024 "generic-array 0.14.5",2025 "group",2026 "rand_core 0.6.3",2027 "sec1",2028 "subtle",2029 "zeroize",2030]20312032[[package]]2033name = "enum-as-inner"2034version = "0.4.0"2035source = "registry+https://github.com/rust-lang/crates.io-index"2036checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2037dependencies = [2038 "heck 0.4.0",2039 "proc-macro2",2040 "quote",2041 "syn",2042]20432044[[package]]2045name = "enumflags2"2046version = "0.7.5"2047source = "registry+https://github.com/rust-lang/crates.io-index"2048checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2049dependencies = [2050 "enumflags2_derive",2051]20522053[[package]]2054name = "enumflags2_derive"2055version = "0.7.4"2056source = "registry+https://github.com/rust-lang/crates.io-index"2057checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2058dependencies = [2059 "proc-macro2",2060 "quote",2061 "syn",2062]20632064[[package]]2065name = "enumn"2066version = "0.1.4"2067source = "registry+https://github.com/rust-lang/crates.io-index"2068checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2069dependencies = [2070 "proc-macro2",2071 "quote",2072 "syn",2073]20742075[[package]]2076name = "env_logger"2077version = "0.9.0"2078source = "registry+https://github.com/rust-lang/crates.io-index"2079checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2080dependencies = [2081 "atty",2082 "humantime",2083 "log",2084 "regex",2085 "termcolor",2086]20872088[[package]]2089name = "environmental"2090version = "1.1.3"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20932094[[package]]2095name = "errno"2096version = "0.2.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2099dependencies = [2100 "errno-dragonfly",2101 "libc",2102 "winapi",2103]21042105[[package]]2106name = "errno-dragonfly"2107version = "0.1.2"2108source = "registry+https://github.com/rust-lang/crates.io-index"2109checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2110dependencies = [2111 "cc",2112 "libc",2113]21142115[[package]]2116name = "ethbloom"2117version = "0.12.1"2118source = "registry+https://github.com/rust-lang/crates.io-index"2119checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2120dependencies = [2121 "crunchy",2122 "fixed-hash",2123 "impl-codec",2124 "impl-rlp",2125 "impl-serde",2126 "scale-info",2127 "tiny-keccak",2128]21292130[[package]]2131name = "ethereum"2132version = "0.12.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2135dependencies = [2136 "bytes",2137 "ethereum-types",2138 "hash-db",2139 "hash256-std-hasher",2140 "parity-scale-codec 3.1.5",2141 "rlp",2142 "rlp-derive",2143 "scale-info",2144 "serde",2145 "sha3 0.10.1",2146 "triehash",2147]21482149[[package]]2150name = "ethereum-types"2151version = "0.13.1"2152source = "registry+https://github.com/rust-lang/crates.io-index"2153checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2154dependencies = [2155 "ethbloom",2156 "fixed-hash",2157 "impl-codec",2158 "impl-rlp",2159 "impl-serde",2160 "primitive-types",2161 "scale-info",2162 "uint",2163]21642165[[package]]2166name = "event-listener"2167version = "2.5.2"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"21702171[[package]]2172name = "evm"2173version = "0.35.0"2174source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2175dependencies = [2176 "auto_impl",2177 "environmental",2178 "ethereum",2179 "evm-core",2180 "evm-gasometer",2181 "evm-runtime",2182 "log",2183 "parity-scale-codec 3.1.5",2184 "primitive-types",2185 "rlp",2186 "scale-info",2187 "serde",2188 "sha3 0.10.1",2189]21902191[[package]]2192name = "evm-coder"2193version = "0.1.0"2194dependencies = [2195 "ethereum",2196 "evm-coder-macros",2197 "evm-core",2198 "hex",2199 "hex-literal",2200 "impl-trait-for-tuples",2201 "primitive-types",2202]22032204[[package]]2205name = "evm-coder-macros"2206version = "0.1.0"2207dependencies = [2208 "Inflector",2209 "darling",2210 "hex",2211 "proc-macro2",2212 "quote",2213 "sha3 0.9.1",2214 "syn",2215]22162217[[package]]2218name = "evm-core"2219version = "0.35.0"2220source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2221dependencies = [2222 "parity-scale-codec 3.1.5",2223 "primitive-types",2224 "scale-info",2225 "serde",2226]22272228[[package]]2229name = "evm-gasometer"2230version = "0.35.0"2231source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2232dependencies = [2233 "environmental",2234 "evm-core",2235 "evm-runtime",2236 "primitive-types",2237]22382239[[package]]2240name = "evm-runtime"2241version = "0.35.0"2242source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2243dependencies = [2244 "auto_impl",2245 "environmental",2246 "evm-core",2247 "primitive-types",2248 "sha3 0.10.1",2249]22502251[[package]]2252name = "exit-future"2253version = "0.2.0"2254source = "registry+https://github.com/rust-lang/crates.io-index"2255checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2256dependencies = [2257 "futures 0.3.21",2258]22592260[[package]]2261name = "expander"2262version = "0.0.4"2263source = "registry+https://github.com/rust-lang/crates.io-index"2264checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2265dependencies = [2266 "blake3",2267 "fs-err",2268 "proc-macro2",2269 "quote",2270]22712272[[package]]2273name = "expander"2274version = "0.0.6"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2277dependencies = [2278 "blake2",2279 "fs-err",2280 "proc-macro2",2281 "quote",2282 "syn",2283]22842285[[package]]2286name = "fake-simd"2287version = "0.1.2"2288source = "registry+https://github.com/rust-lang/crates.io-index"2289checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22902291[[package]]2292name = "fallible-iterator"2293version = "0.2.0"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22962297[[package]]2298name = "fastrand"2299version = "1.8.0"2300source = "registry+https://github.com/rust-lang/crates.io-index"2301checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2302dependencies = [2303 "instant",2304]23052306[[package]]2307name = "fatality"2308version = "0.0.6"2309source = "registry+https://github.com/rust-lang/crates.io-index"2310checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2311dependencies = [2312 "fatality-proc-macro",2313 "thiserror",2314]23152316[[package]]2317name = "fatality-proc-macro"2318version = "0.0.6"2319source = "registry+https://github.com/rust-lang/crates.io-index"2320checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2321dependencies = [2322 "expander 0.0.4",2323 "indexmap",2324 "proc-macro-crate",2325 "proc-macro2",2326 "quote",2327 "syn",2328 "thiserror",2329]23302331[[package]]2332name = "fc-consensus"2333version = "2.0.0-dev"2334source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2335dependencies = [2336 "async-trait",2337 "fc-db",2338 "fp-consensus",2339 "fp-rpc",2340 "sc-client-api",2341 "sc-consensus",2342 "sp-api",2343 "sp-block-builder",2344 "sp-blockchain",2345 "sp-consensus",2346 "sp-runtime",2347 "thiserror",2348]23492350[[package]]2351name = "fc-db"2352version = "2.0.0-dev"2353source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2354dependencies = [2355 "fp-storage",2356 "kvdb-rocksdb",2357 "parity-db",2358 "parity-scale-codec 3.1.5",2359 "parking_lot 0.12.1",2360 "sc-client-db",2361 "sp-core",2362 "sp-database",2363 "sp-runtime",2364]23652366[[package]]2367name = "fc-mapping-sync"2368version = "2.0.0-dev"2369source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2370dependencies = [2371 "fc-db",2372 "fp-consensus",2373 "fp-rpc",2374 "futures 0.3.21",2375 "futures-timer",2376 "log",2377 "sc-client-api",2378 "sp-api",2379 "sp-blockchain",2380 "sp-runtime",2381]23822383[[package]]2384name = "fc-rpc"2385version = "2.0.0-dev"2386source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2387dependencies = [2388 "ethereum",2389 "ethereum-types",2390 "evm",2391 "fc-db",2392 "fc-rpc-core",2393 "fp-rpc",2394 "fp-storage",2395 "futures 0.3.21",2396 "hex",2397 "jsonrpsee",2398 "libsecp256k1",2399 "log",2400 "lru 0.7.8",2401 "parity-scale-codec 3.1.5",2402 "prometheus",2403 "rand 0.8.5",2404 "rlp",2405 "rustc-hex",2406 "sc-client-api",2407 "sc-network",2408 "sc-rpc",2409 "sc-service",2410 "sc-transaction-pool",2411 "sc-transaction-pool-api",2412 "sp-api",2413 "sp-block-builder",2414 "sp-blockchain",2415 "sp-core",2416 "sp-io",2417 "sp-runtime",2418 "sp-storage",2419 "substrate-prometheus-endpoint",2420 "tokio",2421]24222423[[package]]2424name = "fc-rpc-core"2425version = "1.1.0-dev"2426source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2427dependencies = [2428 "ethereum",2429 "ethereum-types",2430 "jsonrpsee",2431 "rlp",2432 "rustc-hex",2433 "serde",2434 "serde_json",2435]24362437[[package]]2438name = "fdlimit"2439version = "0.2.1"2440source = "registry+https://github.com/rust-lang/crates.io-index"2441checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2442dependencies = [2443 "libc",2444]24452446[[package]]2447name = "ff"2448version = "0.11.1"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2451dependencies = [2452 "rand_core 0.6.3",2453 "subtle",2454]24552456[[package]]2457name = "file-per-thread-logger"2458version = "0.1.5"2459source = "registry+https://github.com/rust-lang/crates.io-index"2460checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2461dependencies = [2462 "env_logger",2463 "log",2464]24652466[[package]]2467name = "filetime"2468version = "0.2.17"2469source = "registry+https://github.com/rust-lang/crates.io-index"2470checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"2471dependencies = [2472 "cfg-if 1.0.0",2473 "libc",2474 "redox_syscall",2475 "windows-sys",2476]24772478[[package]]2479name = "finality-grandpa"2480version = "0.16.0"2481source = "registry+https://github.com/rust-lang/crates.io-index"2482checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2483dependencies = [2484 "either",2485 "futures 0.3.21",2486 "futures-timer",2487 "log",2488 "num-traits",2489 "parity-scale-codec 3.1.5",2490 "parking_lot 0.12.1",2491 "scale-info",2492]24932494[[package]]2495name = "fixed-hash"2496version = "0.7.0"2497source = "registry+https://github.com/rust-lang/crates.io-index"2498checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2499dependencies = [2500 "byteorder",2501 "rand 0.8.5",2502 "rustc-hex",2503 "static_assertions",2504]25052506[[package]]2507name = "fixedbitset"2508version = "0.4.2"2509source = "registry+https://github.com/rust-lang/crates.io-index"2510checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"25112512[[package]]2513name = "flate2"2514version = "1.0.24"2515source = "registry+https://github.com/rust-lang/crates.io-index"2516checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2517dependencies = [2518 "crc32fast",2519 "libz-sys",2520 "miniz_oxide",2521]25222523[[package]]2524name = "flexi_logger"2525version = "0.22.6"2526source = "registry+https://github.com/rust-lang/crates.io-index"2527checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2528dependencies = [2529 "ansi_term",2530 "atty",2531 "glob",2532 "lazy_static",2533 "log",2534 "regex",2535 "rustversion",2536 "thiserror",2537 "time 0.3.9",2538]25392540[[package]]2541name = "fnv"2542version = "1.0.7"2543source = "registry+https://github.com/rust-lang/crates.io-index"2544checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"25452546[[package]]2547name = "fork-tree"2548version = "3.0.0"2549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2550dependencies = [2551 "parity-scale-codec 3.1.5",2552]25532554[[package]]2555name = "form_urlencoded"2556version = "1.0.1"2557source = "registry+https://github.com/rust-lang/crates.io-index"2558checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2559dependencies = [2560 "matches",2561 "percent-encoding",2562]25632564[[package]]2565name = "fp-consensus"2566version = "2.0.0-dev"2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2568dependencies = [2569 "ethereum",2570 "parity-scale-codec 3.1.5",2571 "sp-core",2572 "sp-runtime",2573 "sp-std",2574]25752576[[package]]2577name = "fp-evm"2578version = "3.0.0-dev"2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2580dependencies = [2581 "evm",2582 "frame-support",2583 "impl-trait-for-tuples",2584 "parity-scale-codec 3.1.5",2585 "serde",2586 "sp-core",2587 "sp-std",2588]25892590[[package]]2591name = "fp-evm-mapping"2592version = "0.1.0"2593source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2594dependencies = [2595 "frame-support",2596 "sp-core",2597]25982599[[package]]2600name = "fp-rpc"2601version = "3.0.0-dev"2602source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2603dependencies = [2604 "ethereum",2605 "ethereum-types",2606 "fp-evm",2607 "parity-scale-codec 3.1.5",2608 "scale-info",2609 "sp-api",2610 "sp-core",2611 "sp-io",2612 "sp-runtime",2613 "sp-std",2614]26152616[[package]]2617name = "fp-self-contained"2618version = "1.0.0-dev"2619source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2620dependencies = [2621 "ethereum",2622 "frame-support",2623 "parity-scale-codec 3.1.5",2624 "parity-util-mem",2625 "scale-info",2626 "serde",2627 "sp-debug-derive",2628 "sp-io",2629 "sp-runtime",2630]26312632[[package]]2633name = "fp-storage"2634version = "2.0.0"2635source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2636dependencies = [2637 "parity-scale-codec 3.1.5",2638]26392640[[package]]2641name = "frame-benchmarking"2642version = "4.0.0-dev"2643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2644dependencies = [2645 "frame-support",2646 "frame-system",2647 "linregress",2648 "log",2649 "parity-scale-codec 3.1.5",2650 "paste",2651 "scale-info",2652 "serde",2653 "sp-api",2654 "sp-application-crypto",2655 "sp-io",2656 "sp-runtime",2657 "sp-runtime-interface",2658 "sp-std",2659 "sp-storage",2660]26612662[[package]]2663name = "frame-benchmarking-cli"2664version = "4.0.0-dev"2665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2666dependencies = [2667 "Inflector",2668 "chrono",2669 "clap",2670 "comfy-table",2671 "frame-benchmarking",2672 "frame-support",2673 "frame-system",2674 "gethostname",2675 "handlebars",2676 "hash-db",2677 "hex",2678 "itertools",2679 "kvdb",2680 "lazy_static",2681 "linked-hash-map",2682 "log",2683 "memory-db",2684 "parity-scale-codec 3.1.5",2685 "rand 0.8.5",2686 "rand_pcg 0.3.1",2687 "sc-block-builder",2688 "sc-cli",2689 "sc-client-api",2690 "sc-client-db",2691 "sc-executor",2692 "sc-service",2693 "sc-sysinfo",2694 "serde",2695 "serde_json",2696 "serde_nanos",2697 "sp-api",2698 "sp-blockchain",2699 "sp-core",2700 "sp-database",2701 "sp-externalities",2702 "sp-inherents",2703 "sp-keystore",2704 "sp-runtime",2705 "sp-state-machine",2706 "sp-storage",2707 "sp-trie",2708 "tempfile",2709 "thiserror",2710 "thousands",2711]27122713[[package]]2714name = "frame-election-provider-solution-type"2715version = "4.0.0-dev"2716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2717dependencies = [2718 "proc-macro-crate",2719 "proc-macro2",2720 "quote",2721 "syn",2722]27232724[[package]]2725name = "frame-election-provider-support"2726version = "4.0.0-dev"2727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2728dependencies = [2729 "frame-election-provider-solution-type",2730 "frame-support",2731 "frame-system",2732 "parity-scale-codec 3.1.5",2733 "scale-info",2734 "sp-arithmetic",2735 "sp-npos-elections",2736 "sp-runtime",2737 "sp-std",2738]27392740[[package]]2741name = "frame-executive"2742version = "4.0.0-dev"2743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2744dependencies = [2745 "frame-support",2746 "frame-system",2747 "parity-scale-codec 3.1.5",2748 "scale-info",2749 "sp-core",2750 "sp-io",2751 "sp-runtime",2752 "sp-std",2753 "sp-tracing",2754]27552756[[package]]2757name = "frame-metadata"2758version = "15.0.0"2759source = "registry+https://github.com/rust-lang/crates.io-index"2760checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2761dependencies = [2762 "cfg-if 1.0.0",2763 "parity-scale-codec 3.1.5",2764 "scale-info",2765 "serde",2766]27672768[[package]]2769name = "frame-support"2770version = "4.0.0-dev"2771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2772dependencies = [2773 "bitflags",2774 "frame-metadata",2775 "frame-support-procedural",2776 "impl-trait-for-tuples",2777 "k256",2778 "log",2779 "once_cell",2780 "parity-scale-codec 3.1.5",2781 "paste",2782 "scale-info",2783 "serde",2784 "smallvec",2785 "sp-arithmetic",2786 "sp-core",2787 "sp-core-hashing-proc-macro",2788 "sp-inherents",2789 "sp-io",2790 "sp-runtime",2791 "sp-staking",2792 "sp-state-machine",2793 "sp-std",2794 "sp-tracing",2795 "tt-call",2796]27972798[[package]]2799name = "frame-support-procedural"2800version = "4.0.0-dev"2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2802dependencies = [2803 "Inflector",2804 "frame-support-procedural-tools",2805 "proc-macro2",2806 "quote",2807 "syn",2808]28092810[[package]]2811name = "frame-support-procedural-tools"2812version = "4.0.0-dev"2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2814dependencies = [2815 "frame-support-procedural-tools-derive",2816 "proc-macro-crate",2817 "proc-macro2",2818 "quote",2819 "syn",2820]28212822[[package]]2823name = "frame-support-procedural-tools-derive"2824version = "3.0.0"2825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2826dependencies = [2827 "proc-macro2",2828 "quote",2829 "syn",2830]28312832[[package]]2833name = "frame-system"2834version = "4.0.0-dev"2835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2836dependencies = [2837 "frame-support",2838 "log",2839 "parity-scale-codec 3.1.5",2840 "scale-info",2841 "serde",2842 "sp-core",2843 "sp-io",2844 "sp-runtime",2845 "sp-std",2846 "sp-version",2847]28482849[[package]]2850name = "frame-system-benchmarking"2851version = "4.0.0-dev"2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2853dependencies = [2854 "frame-benchmarking",2855 "frame-support",2856 "frame-system",2857 "parity-scale-codec 3.1.5",2858 "scale-info",2859 "sp-core",2860 "sp-runtime",2861 "sp-std",2862]28632864[[package]]2865name = "frame-system-rpc-runtime-api"2866version = "4.0.0-dev"2867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2868dependencies = [2869 "parity-scale-codec 3.1.5",2870 "sp-api",2871]28722873[[package]]2874name = "frame-try-runtime"2875version = "0.10.0-dev"2876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2877dependencies = [2878 "frame-support",2879 "sp-api",2880 "sp-runtime",2881 "sp-std",2882]28832884[[package]]2885name = "fs-err"2886version = "2.7.0"2887source = "registry+https://github.com/rust-lang/crates.io-index"2888checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"28892890[[package]]2891name = "fs-swap"2892version = "0.2.6"2893source = "registry+https://github.com/rust-lang/crates.io-index"2894checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2895dependencies = [2896 "lazy_static",2897 "libc",2898 "libloading 0.5.2",2899 "winapi",2900]29012902[[package]]2903name = "fs2"2904version = "0.4.3"2905source = "registry+https://github.com/rust-lang/crates.io-index"2906checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2907dependencies = [2908 "libc",2909 "winapi",2910]29112912[[package]]2913name = "fs_extra"2914version = "1.2.0"2915source = "registry+https://github.com/rust-lang/crates.io-index"2916checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"29172918[[package]]2919name = "funty"2920version = "1.1.0"2921source = "registry+https://github.com/rust-lang/crates.io-index"2922checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"29232924[[package]]2925name = "funty"2926version = "2.0.0"2927source = "registry+https://github.com/rust-lang/crates.io-index"2928checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"29292930[[package]]2931name = "futures"2932version = "0.1.31"2933source = "registry+https://github.com/rust-lang/crates.io-index"2934checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"29352936[[package]]2937name = "futures"2938version = "0.3.21"2939source = "registry+https://github.com/rust-lang/crates.io-index"2940checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"2941dependencies = [2942 "futures-channel",2943 "futures-core",2944 "futures-executor",2945 "futures-io",2946 "futures-sink",2947 "futures-task",2948 "futures-util",2949]29502951[[package]]2952name = "futures-channel"2953version = "0.3.21"2954source = "registry+https://github.com/rust-lang/crates.io-index"2955checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"2956dependencies = [2957 "futures-core",2958 "futures-sink",2959]29602961[[package]]2962name = "futures-core"2963version = "0.3.21"2964source = "registry+https://github.com/rust-lang/crates.io-index"2965checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"29662967[[package]]2968name = "futures-executor"2969version = "0.3.21"2970source = "registry+https://github.com/rust-lang/crates.io-index"2971checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"2972dependencies = [2973 "futures-core",2974 "futures-task",2975 "futures-util",2976 "num_cpus",2977]29782979[[package]]2980name = "futures-io"2981version = "0.3.21"2982source = "registry+https://github.com/rust-lang/crates.io-index"2983checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"29842985[[package]]2986name = "futures-lite"2987version = "1.12.0"2988source = "registry+https://github.com/rust-lang/crates.io-index"2989checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2990dependencies = [2991 "fastrand",2992 "futures-core",2993 "futures-io",2994 "memchr",2995 "parking",2996 "pin-project-lite 0.2.9",2997 "waker-fn",2998]29993000[[package]]3001name = "futures-macro"3002version = "0.3.21"3003source = "registry+https://github.com/rust-lang/crates.io-index"3004checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3005dependencies = [3006 "proc-macro2",3007 "quote",3008 "syn",3009]30103011[[package]]3012name = "futures-rustls"3013version = "0.22.1"3014source = "registry+https://github.com/rust-lang/crates.io-index"3015checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3016dependencies = [3017 "futures-io",3018 "rustls",3019 "webpki",3020]30213022[[package]]3023name = "futures-sink"3024version = "0.3.21"3025source = "registry+https://github.com/rust-lang/crates.io-index"3026checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"30273028[[package]]3029name = "futures-task"3030version = "0.3.21"3031source = "registry+https://github.com/rust-lang/crates.io-index"3032checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"30333034[[package]]3035name = "futures-timer"3036version = "3.0.2"3037source = "registry+https://github.com/rust-lang/crates.io-index"3038checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"30393040[[package]]3041name = "futures-util"3042version = "0.3.21"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3045dependencies = [3046 "futures 0.1.31",3047 "futures-channel",3048 "futures-core",3049 "futures-io",3050 "futures-macro",3051 "futures-sink",3052 "futures-task",3053 "memchr",3054 "pin-project-lite 0.2.9",3055 "pin-utils",3056 "slab",3057]30583059[[package]]3060name = "fxhash"3061version = "0.2.1"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3064dependencies = [3065 "byteorder",3066]30673068[[package]]3069name = "generic-array"3070version = "0.12.4"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3073dependencies = [3074 "typenum",3075]30763077[[package]]3078name = "generic-array"3079version = "0.14.5"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3082dependencies = [3083 "typenum",3084 "version_check",3085]30863087[[package]]3088name = "gethostname"3089version = "0.2.3"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3092dependencies = [3093 "libc",3094 "winapi",3095]30963097[[package]]3098name = "getrandom"3099version = "0.1.16"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3102dependencies = [3103 "cfg-if 1.0.0",3104 "js-sys",3105 "libc",3106 "wasi 0.9.0+wasi-snapshot-preview1",3107 "wasm-bindgen",3108]31093110[[package]]3111name = "getrandom"3112version = "0.2.7"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3115dependencies = [3116 "cfg-if 1.0.0",3117 "libc",3118 "wasi 0.11.0+wasi-snapshot-preview1",3119]31203121[[package]]3122name = "ghash"3123version = "0.4.4"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3126dependencies = [3127 "opaque-debug 0.3.0",3128 "polyval",3129]31303131[[package]]3132name = "gimli"3133version = "0.26.2"3134source = "registry+https://github.com/rust-lang/crates.io-index"3135checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3136dependencies = [3137 "fallible-iterator",3138 "indexmap",3139 "stable_deref_trait",3140]31413142[[package]]3143name = "glob"3144version = "0.3.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"31473148[[package]]3149name = "globset"3150version = "0.4.9"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3153dependencies = [3154 "aho-corasick",3155 "bstr",3156 "fnv",3157 "log",3158 "regex",3159]31603161[[package]]3162name = "gloo-timers"3163version = "0.2.4"3164source = "registry+https://github.com/rust-lang/crates.io-index"3165checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3166dependencies = [3167 "futures-channel",3168 "futures-core",3169 "js-sys",3170 "wasm-bindgen",3171]31723173[[package]]3174name = "group"3175version = "0.11.0"3176source = "registry+https://github.com/rust-lang/crates.io-index"3177checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3178dependencies = [3179 "ff",3180 "rand_core 0.6.3",3181 "subtle",3182]31833184[[package]]3185name = "h2"3186version = "0.3.13"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3189dependencies = [3190 "bytes",3191 "fnv",3192 "futures-core",3193 "futures-sink",3194 "futures-util",3195 "http",3196 "indexmap",3197 "slab",3198 "tokio",3199 "tokio-util",3200 "tracing",3201]32023203[[package]]3204name = "handlebars"3205version = "4.3.3"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"3208dependencies = [3209 "log",3210 "pest",3211 "pest_derive",3212 "serde",3213 "serde_json",3214 "thiserror",3215]32163217[[package]]3218name = "hash-db"3219version = "0.15.2"3220source = "registry+https://github.com/rust-lang/crates.io-index"3221checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"32223223[[package]]3224name = "hash256-std-hasher"3225version = "0.15.2"3226source = "registry+https://github.com/rust-lang/crates.io-index"3227checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3228dependencies = [3229 "crunchy",3230]32313232[[package]]3233name = "hashbrown"3234version = "0.11.2"3235source = "registry+https://github.com/rust-lang/crates.io-index"3236checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3237dependencies = [3238 "ahash",3239]32403241[[package]]3242name = "hashbrown"3243version = "0.12.3"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3246dependencies = [3247 "ahash",3248]32493250[[package]]3251name = "heck"3252version = "0.3.3"3253source = "registry+https://github.com/rust-lang/crates.io-index"3254checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3255dependencies = [3256 "unicode-segmentation",3257]32583259[[package]]3260name = "heck"3261version = "0.4.0"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"32643265[[package]]3266name = "hermit-abi"3267version = "0.1.19"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3270dependencies = [3271 "libc",3272]32733274[[package]]3275name = "hex"3276version = "0.4.3"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"32793280[[package]]3281name = "hex-literal"3282version = "0.3.4"3283source = "registry+https://github.com/rust-lang/crates.io-index"3284checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"32853286[[package]]3287name = "hex_fmt"3288version = "0.3.0"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"32913292[[package]]3293name = "hmac"3294version = "0.8.1"3295source = "registry+https://github.com/rust-lang/crates.io-index"3296checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3297dependencies = [3298 "crypto-mac 0.8.0",3299 "digest 0.9.0",3300]33013302[[package]]3303name = "hmac"3304version = "0.11.0"3305source = "registry+https://github.com/rust-lang/crates.io-index"3306checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3307dependencies = [3308 "crypto-mac 0.11.1",3309 "digest 0.9.0",3310]33113312[[package]]3313name = "hmac-drbg"3314version = "0.3.0"3315source = "registry+https://github.com/rust-lang/crates.io-index"3316checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3317dependencies = [3318 "digest 0.9.0",3319 "generic-array 0.14.5",3320 "hmac 0.8.1",3321]33223323[[package]]3324name = "hostname"3325version = "0.3.1"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3328dependencies = [3329 "libc",3330 "match_cfg",3331 "winapi",3332]33333334[[package]]3335name = "http"3336version = "0.2.8"3337source = "registry+https://github.com/rust-lang/crates.io-index"3338checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3339dependencies = [3340 "bytes",3341 "fnv",3342 "itoa 1.0.2",3343]33443345[[package]]3346name = "http-body"3347version = "0.4.5"3348source = "registry+https://github.com/rust-lang/crates.io-index"3349checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3350dependencies = [3351 "bytes",3352 "http",3353 "pin-project-lite 0.2.9",3354]33553356[[package]]3357name = "httparse"3358version = "1.7.1"3359source = "registry+https://github.com/rust-lang/crates.io-index"3360checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"33613362[[package]]3363name = "httpdate"3364version = "1.0.2"3365source = "registry+https://github.com/rust-lang/crates.io-index"3366checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"33673368[[package]]3369name = "humantime"3370version = "2.1.0"3371source = "registry+https://github.com/rust-lang/crates.io-index"3372checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"33733374[[package]]3375name = "hyper"3376version = "0.14.20"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3379dependencies = [3380 "bytes",3381 "futures-channel",3382 "futures-core",3383 "futures-util",3384 "h2",3385 "http",3386 "http-body",3387 "httparse",3388 "httpdate",3389 "itoa 1.0.2",3390 "pin-project-lite 0.2.9",3391 "socket2",3392 "tokio",3393 "tower-service",3394 "tracing",3395 "want",3396]33973398[[package]]3399name = "hyper-rustls"3400version = "0.23.0"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3403dependencies = [3404 "http",3405 "hyper",3406 "log",3407 "rustls",3408 "rustls-native-certs",3409 "tokio",3410 "tokio-rustls",3411]34123413[[package]]3414name = "ident_case"3415version = "1.0.1"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"34183419[[package]]3420name = "idna"3421version = "0.2.3"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3424dependencies = [3425 "matches",3426 "unicode-bidi",3427 "unicode-normalization",3428]34293430[[package]]3431name = "if-addrs"3432version = "0.7.0"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3435dependencies = [3436 "libc",3437 "winapi",3438]34393440[[package]]3441name = "if-watch"3442version = "1.1.1"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3445dependencies = [3446 "async-io",3447 "core-foundation",3448 "fnv",3449 "futures 0.3.21",3450 "if-addrs",3451 "ipnet",3452 "log",3453 "rtnetlink",3454 "system-configuration",3455 "windows",3456]34573458[[package]]3459name = "impl-codec"3460version = "0.6.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3463dependencies = [3464 "parity-scale-codec 3.1.5",3465]34663467[[package]]3468name = "impl-rlp"3469version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3472dependencies = [3473 "rlp",3474]34753476[[package]]3477name = "impl-serde"3478version = "0.3.2"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3481dependencies = [3482 "serde",3483]34843485[[package]]3486name = "impl-trait-for-tuples"3487version = "0.2.2"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3490dependencies = [3491 "proc-macro2",3492 "quote",3493 "syn",3494]34953496[[package]]3497name = "indexmap"3498version = "1.9.1"3499source = "registry+https://github.com/rust-lang/crates.io-index"3500checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3501dependencies = [3502 "autocfg",3503 "hashbrown 0.12.3",3504 "serde",3505]35063507[[package]]3508name = "instant"3509version = "0.1.12"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3512dependencies = [3513 "cfg-if 1.0.0",3514]35153516[[package]]3517name = "integer-encoding"3518version = "3.0.4"3519source = "registry+https://github.com/rust-lang/crates.io-index"3520checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"35213522[[package]]3523name = "integer-sqrt"3524version = "0.1.5"3525source = "registry+https://github.com/rust-lang/crates.io-index"3526checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3527dependencies = [3528 "num-traits",3529]35303531[[package]]3532name = "io-lifetimes"3533version = "0.5.3"3534source = "registry+https://github.com/rust-lang/crates.io-index"3535checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"35363537[[package]]3538name = "io-lifetimes"3539version = "0.7.2"3540source = "registry+https://github.com/rust-lang/crates.io-index"3541checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"35423543[[package]]3544name = "ip_network"3545version = "0.4.1"3546source = "registry+https://github.com/rust-lang/crates.io-index"3547checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"35483549[[package]]3550name = "ipconfig"3551version = "0.3.0"3552source = "registry+https://github.com/rust-lang/crates.io-index"3553checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3554dependencies = [3555 "socket2",3556 "widestring",3557 "winapi",3558 "winreg",3559]35603561[[package]]3562name = "ipnet"3563version = "2.5.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"35663567[[package]]3568name = "itertools"3569version = "0.10.3"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3572dependencies = [3573 "either",3574]35753576[[package]]3577name = "itoa"3578version = "0.4.8"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"35813582[[package]]3583name = "itoa"3584version = "1.0.2"3585source = "registry+https://github.com/rust-lang/crates.io-index"3586checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"35873588[[package]]3589name = "jobserver"3590version = "0.1.24"3591source = "registry+https://github.com/rust-lang/crates.io-index"3592checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3593dependencies = [3594 "libc",3595]35963597[[package]]3598name = "js-sys"3599version = "0.3.59"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"3602dependencies = [3603 "wasm-bindgen",3604]36053606[[package]]3607name = "jsonrpsee"3608version = "0.14.0"3609source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3610dependencies = [3611 "jsonrpsee-core",3612 "jsonrpsee-http-server",3613 "jsonrpsee-proc-macros",3614 "jsonrpsee-types",3615 "jsonrpsee-ws-client",3616 "jsonrpsee-ws-server",3617 "tracing",3618]36193620[[package]]3621name = "jsonrpsee-client-transport"3622version = "0.14.0"3623source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3624dependencies = [3625 "futures-util",3626 "http",3627 "jsonrpsee-core",3628 "jsonrpsee-types",3629 "pin-project",3630 "rustls-native-certs",3631 "soketto",3632 "thiserror",3633 "tokio",3634 "tokio-rustls",3635 "tokio-util",3636 "tracing",3637 "webpki-roots",3638]36393640[[package]]3641name = "jsonrpsee-core"3642version = "0.14.0"3643source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3644dependencies = [3645 "anyhow",3646 "arrayvec 0.7.2",3647 "async-lock",3648 "async-trait",3649 "beef",3650 "futures-channel",3651 "futures-timer",3652 "futures-util",3653 "globset",3654 "hyper",3655 "jsonrpsee-types",3656 "lazy_static",3657 "parking_lot 0.12.1",3658 "rand 0.8.5",3659 "rustc-hash",3660 "serde",3661 "serde_json",3662 "soketto",3663 "thiserror",3664 "tokio",3665 "tracing",3666 "unicase",3667]36683669[[package]]3670name = "jsonrpsee-http-server"3671version = "0.14.0"3672source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3673dependencies = [3674 "futures-channel",3675 "futures-util",3676 "hyper",3677 "jsonrpsee-core",3678 "jsonrpsee-types",3679 "serde",3680 "serde_json",3681 "tokio",3682 "tracing",3683]36843685[[package]]3686name = "jsonrpsee-proc-macros"3687version = "0.14.0"3688source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3689dependencies = [3690 "proc-macro-crate",3691 "proc-macro2",3692 "quote",3693 "syn",3694]36953696[[package]]3697name = "jsonrpsee-types"3698version = "0.14.0"3699source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3700dependencies = [3701 "anyhow",3702 "beef",3703 "serde",3704 "serde_json",3705 "thiserror",3706 "tracing",3707]37083709[[package]]3710name = "jsonrpsee-ws-client"3711version = "0.14.0"3712source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3713dependencies = [3714 "jsonrpsee-client-transport",3715 "jsonrpsee-core",3716 "jsonrpsee-types",3717]37183719[[package]]3720name = "jsonrpsee-ws-server"3721version = "0.14.0"3722source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3723dependencies = [3724 "futures-channel",3725 "futures-util",3726 "jsonrpsee-core",3727 "jsonrpsee-types",3728 "serde_json",3729 "soketto",3730 "tokio",3731 "tokio-stream",3732 "tokio-util",3733 "tracing",3734]37353736[[package]]3737name = "k256"3738version = "0.10.4"3739source = "registry+https://github.com/rust-lang/crates.io-index"3740checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3741dependencies = [3742 "cfg-if 1.0.0",3743 "ecdsa",3744 "elliptic-curve",3745 "sec1",3746]37473748[[package]]3749name = "keccak"3750version = "0.1.2"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"37533754[[package]]3755name = "kusama-runtime"3756version = "0.9.26"3757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3758dependencies = [3759 "beefy-primitives",3760 "bitvec 1.0.1",3761 "frame-benchmarking",3762 "frame-election-provider-support",3763 "frame-executive",3764 "frame-support",3765 "frame-system",3766 "frame-system-benchmarking",3767 "frame-system-rpc-runtime-api",3768 "frame-try-runtime",3769 "hex-literal",3770 "kusama-runtime-constants",3771 "log",3772 "pallet-authority-discovery",3773 "pallet-authorship",3774 "pallet-babe",3775 "pallet-bags-list",3776 "pallet-balances",3777 "pallet-bounties",3778 "pallet-child-bounties",3779 "pallet-collective",3780 "pallet-democracy",3781 "pallet-election-provider-multi-phase",3782 "pallet-election-provider-support-benchmarking",3783 "pallet-elections-phragmen",3784 "pallet-gilt",3785 "pallet-grandpa",3786 "pallet-identity",3787 "pallet-im-online",3788 "pallet-indices",3789 "pallet-membership",3790 "pallet-multisig",3791 "pallet-nomination-pools",3792 "pallet-nomination-pools-benchmarking",3793 "pallet-offences",3794 "pallet-offences-benchmarking",3795 "pallet-preimage",3796 "pallet-proxy",3797 "pallet-recovery",3798 "pallet-scheduler",3799 "pallet-session",3800 "pallet-session-benchmarking",3801 "pallet-society",3802 "pallet-staking",3803 "pallet-staking-reward-fn",3804 "pallet-timestamp",3805 "pallet-tips",3806 "pallet-transaction-payment",3807 "pallet-transaction-payment-rpc-runtime-api",3808 "pallet-treasury",3809 "pallet-utility",3810 "pallet-vesting",3811 "pallet-xcm",3812 "pallet-xcm-benchmarks",3813 "parity-scale-codec 3.1.5",3814 "polkadot-primitives",3815 "polkadot-runtime-common",3816 "polkadot-runtime-parachains",3817 "rustc-hex",3818 "scale-info",3819 "serde",3820 "serde_derive",3821 "smallvec",3822 "sp-api",3823 "sp-arithmetic",3824 "sp-authority-discovery",3825 "sp-block-builder",3826 "sp-consensus-babe",3827 "sp-core",3828 "sp-inherents",3829 "sp-io",3830 "sp-mmr-primitives",3831 "sp-npos-elections",3832 "sp-offchain",3833 "sp-runtime",3834 "sp-session",3835 "sp-staking",3836 "sp-std",3837 "sp-transaction-pool",3838 "sp-version",3839 "static_assertions",3840 "substrate-wasm-builder",3841 "xcm",3842 "xcm-builder",3843 "xcm-executor",3844]38453846[[package]]3847name = "kusama-runtime-constants"3848version = "0.9.26"3849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3850dependencies = [3851 "frame-support",3852 "polkadot-primitives",3853 "polkadot-runtime-common",3854 "smallvec",3855 "sp-runtime",3856]38573858[[package]]3859name = "kv-log-macro"3860version = "1.0.7"3861source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3863dependencies = [3864 "log",3865]38663867[[package]]3868name = "kvdb"3869version = "0.11.0"3870source = "registry+https://github.com/rust-lang/crates.io-index"3871checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3872dependencies = [3873 "parity-util-mem",3874 "smallvec",3875]38763877[[package]]3878name = "kvdb-memorydb"3879version = "0.11.0"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"3882dependencies = [3883 "kvdb",3884 "parity-util-mem",3885 "parking_lot 0.12.1",3886]38873888[[package]]3889name = "kvdb-rocksdb"3890version = "0.15.2"3891source = "registry+https://github.com/rust-lang/crates.io-index"3892checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"3893dependencies = [3894 "fs-swap",3895 "kvdb",3896 "log",3897 "num_cpus",3898 "owning_ref",3899 "parity-util-mem",3900 "parking_lot 0.12.1",3901 "regex",3902 "rocksdb",3903 "smallvec",3904]39053906[[package]]3907name = "lazy_static"3908version = "1.4.0"3909source = "registry+https://github.com/rust-lang/crates.io-index"3910checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"39113912[[package]]3913name = "lazycell"3914version = "1.3.0"3915source = "registry+https://github.com/rust-lang/crates.io-index"3916checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"39173918[[package]]3919name = "libc"3920version = "0.2.126"3921source = "registry+https://github.com/rust-lang/crates.io-index"3922checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"39233924[[package]]3925name = "libloading"3926version = "0.5.2"3927source = "registry+https://github.com/rust-lang/crates.io-index"3928checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3929dependencies = [3930 "cc",3931 "winapi",3932]39333934[[package]]3935name = "libloading"3936version = "0.7.3"3937source = "registry+https://github.com/rust-lang/crates.io-index"3938checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"3939dependencies = [3940 "cfg-if 1.0.0",3941 "winapi",3942]39433944[[package]]3945name = "libm"3946version = "0.2.2"3947source = "registry+https://github.com/rust-lang/crates.io-index"3948checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"39493950[[package]]3951name = "libp2p"3952version = "0.46.1"3953source = "registry+https://github.com/rust-lang/crates.io-index"3954checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"3955dependencies = [3956 "bytes",3957 "futures 0.3.21",3958 "futures-timer",3959 "getrandom 0.2.7",3960 "instant",3961 "lazy_static",3962 "libp2p-autonat",3963 "libp2p-core",3964 "libp2p-deflate",3965 "libp2p-dns",3966 "libp2p-floodsub",3967 "libp2p-gossipsub",3968 "libp2p-identify",3969 "libp2p-kad",3970 "libp2p-mdns",3971 "libp2p-metrics",3972 "libp2p-mplex",3973 "libp2p-noise",3974 "libp2p-ping",3975 "libp2p-plaintext",3976 "libp2p-pnet",3977 "libp2p-relay",3978 "libp2p-rendezvous",3979 "libp2p-request-response",3980 "libp2p-swarm",3981 "libp2p-swarm-derive",3982 "libp2p-tcp",3983 "libp2p-uds",3984 "libp2p-wasm-ext",3985 "libp2p-websocket",3986 "libp2p-yamux",3987 "multiaddr",3988 "parking_lot 0.12.1",3989 "pin-project",3990 "rand 0.7.3",3991 "smallvec",3992]39933994[[package]]3995name = "libp2p-autonat"3996version = "0.5.0"3997source = "registry+https://github.com/rust-lang/crates.io-index"3998checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"3999dependencies = [4000 "async-trait",4001 "futures 0.3.21",4002 "futures-timer",4003 "instant",4004 "libp2p-core",4005 "libp2p-request-response",4006 "libp2p-swarm",4007 "log",4008 "prost",4009 "prost-build",4010 "rand 0.8.5",4011]40124013[[package]]4014name = "libp2p-core"4015version = "0.34.0"4016source = "registry+https://github.com/rust-lang/crates.io-index"4017checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4018dependencies = [4019 "asn1_der",4020 "bs58",4021 "ed25519-dalek",4022 "either",4023 "fnv",4024 "futures 0.3.21",4025 "futures-timer",4026 "instant",4027 "lazy_static",4028 "libsecp256k1",4029 "log",4030 "multiaddr",4031 "multihash",4032 "multistream-select",4033 "parking_lot 0.12.1",4034 "pin-project",4035 "prost",4036 "prost-build",4037 "rand 0.8.5",4038 "ring",4039 "rw-stream-sink",4040 "sha2 0.10.2",4041 "smallvec",4042 "thiserror",4043 "unsigned-varint",4044 "void",4045 "zeroize",4046]40474048[[package]]4049name = "libp2p-deflate"4050version = "0.34.0"4051source = "registry+https://github.com/rust-lang/crates.io-index"4052checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4053dependencies = [4054 "flate2",4055 "futures 0.3.21",4056 "libp2p-core",4057]40584059[[package]]4060name = "libp2p-dns"4061version = "0.34.0"4062source = "registry+https://github.com/rust-lang/crates.io-index"4063checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4064dependencies = [4065 "async-std-resolver",4066 "futures 0.3.21",4067 "libp2p-core",4068 "log",4069 "parking_lot 0.12.1",4070 "smallvec",4071 "trust-dns-resolver",4072]40734074[[package]]4075name = "libp2p-floodsub"4076version = "0.37.0"4077source = "registry+https://github.com/rust-lang/crates.io-index"4078checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4079dependencies = [4080 "cuckoofilter",4081 "fnv",4082 "futures 0.3.21",4083 "libp2p-core",4084 "libp2p-swarm",4085 "log",4086 "prost",4087 "prost-build",4088 "rand 0.7.3",4089 "smallvec",4090]40914092[[package]]4093name = "libp2p-gossipsub"4094version = "0.39.0"4095source = "registry+https://github.com/rust-lang/crates.io-index"4096checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4097dependencies = [4098 "asynchronous-codec",4099 "base64",4100 "byteorder",4101 "bytes",4102 "fnv",4103 "futures 0.3.21",4104 "hex_fmt",4105 "instant",4106 "libp2p-core",4107 "libp2p-swarm",4108 "log",4109 "prometheus-client",4110 "prost",4111 "prost-build",4112 "rand 0.7.3",4113 "regex",4114 "sha2 0.10.2",4115 "smallvec",4116 "unsigned-varint",4117 "wasm-timer",4118]41194120[[package]]4121name = "libp2p-identify"4122version = "0.37.0"4123source = "registry+https://github.com/rust-lang/crates.io-index"4124checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4125dependencies = [4126 "asynchronous-codec",4127 "futures 0.3.21",4128 "futures-timer",4129 "libp2p-core",4130 "libp2p-swarm",4131 "log",4132 "lru 0.7.8",4133 "prost",4134 "prost-build",4135 "prost-codec",4136 "smallvec",4137 "thiserror",4138 "void",4139]41404141[[package]]4142name = "libp2p-kad"4143version = "0.38.0"4144source = "registry+https://github.com/rust-lang/crates.io-index"4145checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4146dependencies = [4147 "arrayvec 0.7.2",4148 "asynchronous-codec",4149 "bytes",4150 "either",4151 "fnv",4152 "futures 0.3.21",4153 "futures-timer",4154 "instant",4155 "libp2p-core",4156 "libp2p-swarm",4157 "log",4158 "prost",4159 "prost-build",4160 "rand 0.7.3",4161 "sha2 0.10.2",4162 "smallvec",4163 "thiserror",4164 "uint",4165 "unsigned-varint",4166 "void",4167]41684169[[package]]4170name = "libp2p-mdns"4171version = "0.38.0"4172source = "registry+https://github.com/rust-lang/crates.io-index"4173checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4174dependencies = [4175 "async-io",4176 "data-encoding",4177 "dns-parser",4178 "futures 0.3.21",4179 "if-watch",4180 "lazy_static",4181 "libp2p-core",4182 "libp2p-swarm",4183 "log",4184 "rand 0.8.5",4185 "smallvec",4186 "socket2",4187 "void",4188]41894190[[package]]4191name = "libp2p-metrics"4192version = "0.7.0"4193source = "registry+https://github.com/rust-lang/crates.io-index"4194checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4195dependencies = [4196 "libp2p-core",4197 "libp2p-gossipsub",4198 "libp2p-identify",4199 "libp2p-kad",4200 "libp2p-ping",4201 "libp2p-relay",4202 "libp2p-swarm",4203 "prometheus-client",4204]42054206[[package]]4207name = "libp2p-mplex"4208version = "0.34.0"4209source = "registry+https://github.com/rust-lang/crates.io-index"4210checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4211dependencies = [4212 "asynchronous-codec",4213 "bytes",4214 "futures 0.3.21",4215 "libp2p-core",4216 "log",4217 "nohash-hasher",4218 "parking_lot 0.12.1",4219 "rand 0.7.3",4220 "smallvec",4221 "unsigned-varint",4222]42234224[[package]]4225name = "libp2p-noise"4226version = "0.37.0"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4229dependencies = [4230 "bytes",4231 "curve25519-dalek 3.2.0",4232 "futures 0.3.21",4233 "lazy_static",4234 "libp2p-core",4235 "log",4236 "prost",4237 "prost-build",4238 "rand 0.8.5",4239 "sha2 0.10.2",4240 "snow",4241 "static_assertions",4242 "x25519-dalek",4243 "zeroize",4244]42454246[[package]]4247name = "libp2p-ping"4248version = "0.37.0"4249source = "registry+https://github.com/rust-lang/crates.io-index"4250checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4251dependencies = [4252 "futures 0.3.21",4253 "futures-timer",4254 "instant",4255 "libp2p-core",4256 "libp2p-swarm",4257 "log",4258 "rand 0.7.3",4259 "void",4260]42614262[[package]]4263name = "libp2p-plaintext"4264version = "0.34.0"4265source = "registry+https://github.com/rust-lang/crates.io-index"4266checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4267dependencies = [4268 "asynchronous-codec",4269 "bytes",4270 "futures 0.3.21",4271 "libp2p-core",4272 "log",4273 "prost",4274 "prost-build",4275 "unsigned-varint",4276 "void",4277]42784279[[package]]4280name = "libp2p-pnet"4281version = "0.22.0"4282source = "registry+https://github.com/rust-lang/crates.io-index"4283checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4284dependencies = [4285 "futures 0.3.21",4286 "log",4287 "pin-project",4288 "rand 0.7.3",4289 "salsa20",4290 "sha3 0.9.1",4291]42924293[[package]]4294name = "libp2p-relay"4295version = "0.10.0"4296source = "registry+https://github.com/rust-lang/crates.io-index"4297checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4298dependencies = [4299 "asynchronous-codec",4300 "bytes",4301 "either",4302 "futures 0.3.21",4303 "futures-timer",4304 "instant",4305 "libp2p-core",4306 "libp2p-swarm",4307 "log",4308 "pin-project",4309 "prost",4310 "prost-build",4311 "prost-codec",4312 "rand 0.8.5",4313 "smallvec",4314 "static_assertions",4315 "thiserror",4316 "void",4317]43184319[[package]]4320name = "libp2p-rendezvous"4321version = "0.7.0"4322source = "registry+https://github.com/rust-lang/crates.io-index"4323checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4324dependencies = [4325 "asynchronous-codec",4326 "bimap",4327 "futures 0.3.21",4328 "futures-timer",4329 "instant",4330 "libp2p-core",4331 "libp2p-swarm",4332 "log",4333 "prost",4334 "prost-build",4335 "rand 0.8.5",4336 "sha2 0.10.2",4337 "thiserror",4338 "unsigned-varint",4339 "void",4340]43414342[[package]]4343name = "libp2p-request-response"4344version = "0.19.0"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4347dependencies = [4348 "async-trait",4349 "bytes",4350 "futures 0.3.21",4351 "instant",4352 "libp2p-core",4353 "libp2p-swarm",4354 "log",4355 "rand 0.7.3",4356 "smallvec",4357 "unsigned-varint",4358]43594360[[package]]4361name = "libp2p-swarm"4362version = "0.37.0"4363source = "registry+https://github.com/rust-lang/crates.io-index"4364checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4365dependencies = [4366 "either",4367 "fnv",4368 "futures 0.3.21",4369 "futures-timer",4370 "instant",4371 "libp2p-core",4372 "log",4373 "pin-project",4374 "rand 0.7.3",4375 "smallvec",4376 "thiserror",4377 "void",4378]43794380[[package]]4381name = "libp2p-swarm-derive"4382version = "0.28.0"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4385dependencies = [4386 "quote",4387 "syn",4388]43894390[[package]]4391name = "libp2p-tcp"4392version = "0.34.0"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4395dependencies = [4396 "async-io",4397 "futures 0.3.21",4398 "futures-timer",4399 "if-watch",4400 "ipnet",4401 "libc",4402 "libp2p-core",4403 "log",4404 "socket2",4405]44064407[[package]]4408name = "libp2p-uds"4409version = "0.33.0"4410source = "registry+https://github.com/rust-lang/crates.io-index"4411checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4412dependencies = [4413 "async-std",4414 "futures 0.3.21",4415 "libp2p-core",4416 "log",4417]44184419[[package]]4420name = "libp2p-wasm-ext"4421version = "0.34.0"4422source = "registry+https://github.com/rust-lang/crates.io-index"4423checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4424dependencies = [4425 "futures 0.3.21",4426 "js-sys",4427 "libp2p-core",4428 "parity-send-wrapper",4429 "wasm-bindgen",4430 "wasm-bindgen-futures",4431]44324433[[package]]4434name = "libp2p-websocket"4435version = "0.36.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4438dependencies = [4439 "either",4440 "futures 0.3.21",4441 "futures-rustls",4442 "libp2p-core",4443 "log",4444 "parking_lot 0.12.1",4445 "quicksink",4446 "rw-stream-sink",4447 "soketto",4448 "url",4449 "webpki-roots",4450]44514452[[package]]4453name = "libp2p-yamux"4454version = "0.38.0"4455source = "registry+https://github.com/rust-lang/crates.io-index"4456checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4457dependencies = [4458 "futures 0.3.21",4459 "libp2p-core",4460 "parking_lot 0.12.1",4461 "thiserror",4462 "yamux",4463]44644465[[package]]4466name = "librocksdb-sys"4467version = "0.6.1+6.28.2"4468source = "registry+https://github.com/rust-lang/crates.io-index"4469checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4470dependencies = [4471 "bindgen",4472 "bzip2-sys",4473 "cc",4474 "glob",4475 "libc",4476 "libz-sys",4477 "tikv-jemalloc-sys",4478]44794480[[package]]4481name = "libsecp256k1"4482version = "0.7.1"4483source = "registry+https://github.com/rust-lang/crates.io-index"4484checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4485dependencies = [4486 "arrayref",4487 "base64",4488 "digest 0.9.0",4489 "hmac-drbg",4490 "libsecp256k1-core",4491 "libsecp256k1-gen-ecmult",4492 "libsecp256k1-gen-genmult",4493 "rand 0.8.5",4494 "serde",4495 "sha2 0.9.9",4496 "typenum",4497]44984499[[package]]4500name = "libsecp256k1-core"4501version = "0.3.0"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4504dependencies = [4505 "crunchy",4506 "digest 0.9.0",4507 "subtle",4508]45094510[[package]]4511name = "libsecp256k1-gen-ecmult"4512version = "0.3.0"4513source = "registry+https://github.com/rust-lang/crates.io-index"4514checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4515dependencies = [4516 "libsecp256k1-core",4517]45184519[[package]]4520name = "libsecp256k1-gen-genmult"4521version = "0.3.0"4522source = "registry+https://github.com/rust-lang/crates.io-index"4523checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4524dependencies = [4525 "libsecp256k1-core",4526]45274528[[package]]4529name = "libz-sys"4530version = "1.1.8"4531source = "registry+https://github.com/rust-lang/crates.io-index"4532checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4533dependencies = [4534 "cc",4535 "pkg-config",4536 "vcpkg",4537]45384539[[package]]4540name = "linked-hash-map"4541version = "0.5.6"4542source = "registry+https://github.com/rust-lang/crates.io-index"4543checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"45444545[[package]]4546name = "linked_hash_set"4547version = "0.1.4"4548source = "registry+https://github.com/rust-lang/crates.io-index"4549checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4550dependencies = [4551 "linked-hash-map",4552]45534554[[package]]4555name = "linregress"4556version = "0.4.4"4557source = "registry+https://github.com/rust-lang/crates.io-index"4558checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4559dependencies = [4560 "nalgebra",4561 "statrs",4562]45634564[[package]]4565name = "linux-raw-sys"4566version = "0.0.42"4567source = "registry+https://github.com/rust-lang/crates.io-index"4568checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"45694570[[package]]4571name = "linux-raw-sys"4572version = "0.0.46"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"45754576[[package]]4577name = "lock_api"4578version = "0.4.7"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4581dependencies = [4582 "autocfg",4583 "scopeguard",4584]45854586[[package]]4587name = "log"4588version = "0.4.17"4589source = "registry+https://github.com/rust-lang/crates.io-index"4590checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4591dependencies = [4592 "cfg-if 1.0.0",4593 "value-bag",4594]45954596[[package]]4597name = "lru"4598version = "0.6.6"4599source = "registry+https://github.com/rust-lang/crates.io-index"4600checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4601dependencies = [4602 "hashbrown 0.11.2",4603]46044605[[package]]4606name = "lru"4607version = "0.7.8"4608source = "registry+https://github.com/rust-lang/crates.io-index"4609checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4610dependencies = [4611 "hashbrown 0.12.3",4612]46134614[[package]]4615name = "lru-cache"4616version = "0.1.2"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4619dependencies = [4620 "linked-hash-map",4621]46224623[[package]]4624name = "lz4"4625version = "1.23.3"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4628dependencies = [4629 "libc",4630 "lz4-sys",4631]46324633[[package]]4634name = "lz4-sys"4635version = "1.9.3"4636source = "registry+https://github.com/rust-lang/crates.io-index"4637checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4638dependencies = [4639 "cc",4640 "libc",4641]46424643[[package]]4644name = "mach"4645version = "0.3.2"4646source = "registry+https://github.com/rust-lang/crates.io-index"4647checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4648dependencies = [4649 "libc",4650]46514652[[package]]4653name = "maplit"4654version = "1.0.2"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"46574658[[package]]4659name = "match_cfg"4660version = "0.1.0"4661source = "registry+https://github.com/rust-lang/crates.io-index"4662checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"46634664[[package]]4665name = "matchers"4666version = "0.0.1"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4669dependencies = [4670 "regex-automata",4671]46724673[[package]]4674name = "matches"4675version = "0.1.9"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"46784679[[package]]4680name = "matrixmultiply"4681version = "0.3.2"4682source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4684dependencies = [4685 "rawpointer",4686]46874688[[package]]4689name = "memchr"4690version = "2.5.0"4691source = "registry+https://github.com/rust-lang/crates.io-index"4692checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"46934694[[package]]4695name = "memfd"4696version = "0.4.1"4697source = "registry+https://github.com/rust-lang/crates.io-index"4698checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4699dependencies = [4700 "libc",4701]47024703[[package]]4704name = "memmap2"4705version = "0.2.3"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4708dependencies = [4709 "libc",4710]47114712[[package]]4713name = "memmap2"4714version = "0.5.5"4715source = "registry+https://github.com/rust-lang/crates.io-index"4716checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"4717dependencies = [4718 "libc",4719]47204721[[package]]4722name = "memoffset"4723version = "0.6.5"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4726dependencies = [4727 "autocfg",4728]47294730[[package]]4731name = "memory-db"4732version = "0.29.0"4733source = "registry+https://github.com/rust-lang/crates.io-index"4734checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4735dependencies = [4736 "hash-db",4737 "hashbrown 0.12.3",4738 "parity-util-mem",4739]47404741[[package]]4742name = "memory-lru"4743version = "0.1.0"4744source = "registry+https://github.com/rust-lang/crates.io-index"4745checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4746dependencies = [4747 "lru 0.6.6",4748]47494750[[package]]4751name = "memory_units"4752version = "0.3.0"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"47554756[[package]]4757name = "merlin"4758version = "2.0.1"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4761dependencies = [4762 "byteorder",4763 "keccak",4764 "rand_core 0.5.1",4765 "zeroize",4766]47674768[[package]]4769name = "mick-jaeger"4770version = "0.1.8"4771source = "registry+https://github.com/rust-lang/crates.io-index"4772checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4773dependencies = [4774 "futures 0.3.21",4775 "rand 0.8.5",4776 "thrift",4777]47784779[[package]]4780name = "minimal-lexical"4781version = "0.2.1"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"47844785[[package]]4786name = "miniz_oxide"4787version = "0.5.3"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4790dependencies = [4791 "adler",4792]47934794[[package]]4795name = "mio"4796version = "0.8.4"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4799dependencies = [4800 "libc",4801 "log",4802 "wasi 0.11.0+wasi-snapshot-preview1",4803 "windows-sys",4804]48054806[[package]]4807name = "more-asserts"4808version = "0.2.2"4809source = "registry+https://github.com/rust-lang/crates.io-index"4810checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"48114812[[package]]4813name = "multiaddr"4814version = "0.14.0"4815source = "registry+https://github.com/rust-lang/crates.io-index"4816checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4817dependencies = [4818 "arrayref",4819 "bs58",4820 "byteorder",4821 "data-encoding",4822 "multihash",4823 "percent-encoding",4824 "serde",4825 "static_assertions",4826 "unsigned-varint",4827 "url",4828]48294830[[package]]4831name = "multibase"4832version = "0.9.1"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4835dependencies = [4836 "base-x",4837 "data-encoding",4838 "data-encoding-macro",4839]48404841[[package]]4842name = "multihash"4843version = "0.16.2"4844source = "registry+https://github.com/rust-lang/crates.io-index"4845checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4846dependencies = [4847 "blake2b_simd",4848 "blake2s_simd",4849 "blake3",4850 "core2",4851 "digest 0.10.3",4852 "multihash-derive",4853 "sha2 0.10.2",4854 "sha3 0.10.1",4855 "unsigned-varint",4856]48574858[[package]]4859name = "multihash-derive"4860version = "0.8.0"4861source = "registry+https://github.com/rust-lang/crates.io-index"4862checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4863dependencies = [4864 "proc-macro-crate",4865 "proc-macro-error",4866 "proc-macro2",4867 "quote",4868 "syn",4869 "synstructure",4870]48714872[[package]]4873name = "multimap"4874version = "0.8.3"4875source = "registry+https://github.com/rust-lang/crates.io-index"4876checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"48774878[[package]]4879name = "multistream-select"4880version = "0.11.0"4881source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4883dependencies = [4884 "bytes",4885 "futures 0.3.21",4886 "log",4887 "pin-project",4888 "smallvec",4889 "unsigned-varint",4890]48914892[[package]]4893name = "nalgebra"4894version = "0.27.1"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4897dependencies = [4898 "approx",4899 "matrixmultiply",4900 "nalgebra-macros",4901 "num-complex",4902 "num-rational 0.4.1",4903 "num-traits",4904 "rand 0.8.5",4905 "rand_distr",4906 "simba",4907 "typenum",4908]49094910[[package]]4911name = "nalgebra-macros"4912version = "0.1.0"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4915dependencies = [4916 "proc-macro2",4917 "quote",4918 "syn",4919]49204921[[package]]4922name = "names"4923version = "0.13.0"4924source = "registry+https://github.com/rust-lang/crates.io-index"4925checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"4926dependencies = [4927 "rand 0.8.5",4928]49294930[[package]]4931name = "nanorand"4932version = "0.7.0"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"49354936[[package]]4937name = "netlink-packet-core"4938version = "0.4.2"4939source = "registry+https://github.com/rust-lang/crates.io-index"4940checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"4941dependencies = [4942 "anyhow",4943 "byteorder",4944 "libc",4945 "netlink-packet-utils",4946]49474948[[package]]4949name = "netlink-packet-route"4950version = "0.12.0"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"4953dependencies = [4954 "anyhow",4955 "bitflags",4956 "byteorder",4957 "libc",4958 "netlink-packet-core",4959 "netlink-packet-utils",4960]49614962[[package]]4963name = "netlink-packet-utils"4964version = "0.5.1"4965source = "registry+https://github.com/rust-lang/crates.io-index"4966checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"4967dependencies = [4968 "anyhow",4969 "byteorder",4970 "paste",4971 "thiserror",4972]49734974[[package]]4975name = "netlink-proto"4976version = "0.10.0"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"4979dependencies = [4980 "bytes",4981 "futures 0.3.21",4982 "log",4983 "netlink-packet-core",4984 "netlink-sys",4985 "thiserror",4986 "tokio",4987]49884989[[package]]4990name = "netlink-sys"4991version = "0.8.3"4992source = "registry+https://github.com/rust-lang/crates.io-index"4993checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"4994dependencies = [4995 "async-io",4996 "bytes",4997 "futures 0.3.21",4998 "libc",4999 "log",5000]50015002[[package]]5003name = "nix"5004version = "0.24.2"5005source = "registry+https://github.com/rust-lang/crates.io-index"5006checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5007dependencies = [5008 "bitflags",5009 "cfg-if 1.0.0",5010 "libc",5011]50125013[[package]]5014name = "nodrop"5015version = "0.1.14"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"50185019[[package]]5020name = "nohash-hasher"5021version = "0.2.0"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"50245025[[package]]5026name = "nom"5027version = "7.1.1"5028source = "registry+https://github.com/rust-lang/crates.io-index"5029checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5030dependencies = [5031 "memchr",5032 "minimal-lexical",5033]50345035[[package]]5036name = "num-bigint"5037version = "0.2.6"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5040dependencies = [5041 "autocfg",5042 "num-integer",5043 "num-traits",5044]50455046[[package]]5047name = "num-complex"5048version = "0.4.2"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5051dependencies = [5052 "num-traits",5053]50545055[[package]]5056name = "num-format"5057version = "0.4.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5060dependencies = [5061 "arrayvec 0.4.12",5062 "itoa 0.4.8",5063]50645065[[package]]5066name = "num-integer"5067version = "0.1.45"5068source = "registry+https://github.com/rust-lang/crates.io-index"5069checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5070dependencies = [5071 "autocfg",5072 "num-traits",5073]50745075[[package]]5076name = "num-rational"5077version = "0.2.4"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5080dependencies = [5081 "autocfg",5082 "num-bigint",5083 "num-integer",5084 "num-traits",5085]50865087[[package]]5088name = "num-rational"5089version = "0.4.1"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5092dependencies = [5093 "autocfg",5094 "num-integer",5095 "num-traits",5096]50975098[[package]]5099name = "num-traits"5100version = "0.2.15"5101source = "registry+https://github.com/rust-lang/crates.io-index"5102checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5103dependencies = [5104 "autocfg",5105 "libm",5106]51075108[[package]]5109name = "num_cpus"5110version = "1.13.1"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5113dependencies = [5114 "hermit-abi",5115 "libc",5116]51175118[[package]]5119name = "num_threads"5120version = "0.1.6"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5123dependencies = [5124 "libc",5125]51265127[[package]]5128name = "object"5129version = "0.28.4"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5132dependencies = [5133 "crc32fast",5134 "hashbrown 0.11.2",5135 "indexmap",5136 "memchr",5137]51385139[[package]]5140name = "object"5141version = "0.29.0"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5144dependencies = [5145 "memchr",5146]51475148[[package]]5149name = "once_cell"5150version = "1.13.0"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"51535154[[package]]5155name = "opal-runtime"5156version = "0.9.24"5157dependencies = [5158 "cumulus-pallet-aura-ext",5159 "cumulus-pallet-dmp-queue",5160 "cumulus-pallet-parachain-system",5161 "cumulus-pallet-xcm",5162 "cumulus-pallet-xcmp-queue",5163 "cumulus-primitives-core",5164 "cumulus-primitives-timestamp",5165 "cumulus-primitives-utility",5166 "derivative",5167 "evm-coder",5168 "fp-evm-mapping",5169 "fp-rpc",5170 "fp-self-contained",5171 "frame-benchmarking",5172 "frame-executive",5173 "frame-support",5174 "frame-system",5175 "frame-system-benchmarking",5176 "frame-system-rpc-runtime-api",5177 "frame-try-runtime",5178 "hex-literal",5179 "log",5180 "orml-vesting",5181 "pallet-aura",5182 "pallet-balances",5183 "pallet-base-fee",5184 "pallet-common",5185 "pallet-configuration",5186 "pallet-ethereum",5187 "pallet-evm",5188 "pallet-evm-coder-substrate",5189 "pallet-evm-contract-helpers",5190 "pallet-evm-migration",5191 "pallet-evm-transaction-payment",5192 "pallet-fungible",5193 "pallet-inflation",5194 "pallet-nonfungible",5195 "pallet-randomness-collective-flip",5196 "pallet-refungible",5197 "pallet-rmrk-core",5198 "pallet-rmrk-equip",5199 "pallet-structure",5200 "pallet-sudo",5201 "pallet-template-transaction-payment",5202 "pallet-timestamp",5203 "pallet-transaction-payment",5204 "pallet-transaction-payment-rpc-runtime-api",5205 "pallet-treasury",5206 "pallet-unique",5207 "pallet-unique-scheduler",5208 "pallet-xcm",5209 "parachain-info",5210 "parity-scale-codec 3.1.5",5211 "polkadot-parachain",5212 "rmrk-rpc",5213 "scale-info",5214 "serde",5215 "smallvec",5216 "sp-api",5217 "sp-arithmetic",5218 "sp-block-builder",5219 "sp-consensus-aura",5220 "sp-core",5221 "sp-inherents",5222 "sp-io",5223 "sp-offchain",5224 "sp-runtime",5225 "sp-session",5226 "sp-std",5227 "sp-transaction-pool",5228 "sp-version",5229 "substrate-wasm-builder",5230 "up-common",5231 "up-data-structs",5232 "up-rpc",5233 "up-sponsorship",5234 "xcm",5235 "xcm-builder",5236 "xcm-executor",5237]52385239[[package]]5240name = "opaque-debug"5241version = "0.2.3"5242source = "registry+https://github.com/rust-lang/crates.io-index"5243checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52445245[[package]]5246name = "opaque-debug"5247version = "0.3.0"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52505251[[package]]5252name = "openssl-probe"5253version = "0.1.5"5254source = "registry+https://github.com/rust-lang/crates.io-index"5255checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"52565257[[package]]5258name = "orchestra"5259version = "0.0.1"5260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5261dependencies = [5262 "async-trait",5263 "dyn-clonable",5264 "futures 0.3.21",5265 "futures-timer",5266 "orchestra-proc-macro",5267 "pin-project",5268 "prioritized-metered-channel",5269 "thiserror",5270 "tracing",5271]52725273[[package]]5274name = "orchestra-proc-macro"5275version = "0.0.1"5276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5277dependencies = [5278 "expander 0.0.6",5279 "itertools",5280 "petgraph",5281 "proc-macro-crate",5282 "proc-macro2",5283 "quote",5284 "syn",5285]52865287[[package]]5288name = "ordered-float"5289version = "1.1.1"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5292dependencies = [5293 "num-traits",5294]52955296[[package]]5297name = "orml-vesting"5298version = "0.4.1-dev"5299source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=8c625a5ab43c1c56cdeed5f8d814a891566d4cf8#8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"5300dependencies = [5301 "frame-support",5302 "frame-system",5303 "parity-scale-codec 3.1.5",5304 "scale-info",5305 "serde",5306 "sp-io",5307 "sp-runtime",5308 "sp-std",5309]53105311[[package]]5312name = "os_str_bytes"5313version = "6.2.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"53165317[[package]]5318name = "owning_ref"5319version = "0.4.1"5320source = "registry+https://github.com/rust-lang/crates.io-index"5321checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5322dependencies = [5323 "stable_deref_trait",5324]53255326[[package]]5327name = "pallet-aura"5328version = "4.0.0-dev"5329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5330dependencies = [5331 "frame-support",5332 "frame-system",5333 "pallet-timestamp",5334 "parity-scale-codec 3.1.5",5335 "scale-info",5336 "sp-application-crypto",5337 "sp-consensus-aura",5338 "sp-runtime",5339 "sp-std",5340]53415342[[package]]5343name = "pallet-authority-discovery"5344version = "4.0.0-dev"5345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5346dependencies = [5347 "frame-support",5348 "frame-system",5349 "pallet-session",5350 "parity-scale-codec 3.1.5",5351 "scale-info",5352 "sp-application-crypto",5353 "sp-authority-discovery",5354 "sp-runtime",5355 "sp-std",5356]53575358[[package]]5359name = "pallet-authorship"5360version = "4.0.0-dev"5361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5362dependencies = [5363 "frame-support",5364 "frame-system",5365 "impl-trait-for-tuples",5366 "parity-scale-codec 3.1.5",5367 "scale-info",5368 "sp-authorship",5369 "sp-runtime",5370 "sp-std",5371]53725373[[package]]5374name = "pallet-babe"5375version = "4.0.0-dev"5376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5377dependencies = [5378 "frame-benchmarking",5379 "frame-support",5380 "frame-system",5381 "log",5382 "pallet-authorship",5383 "pallet-session",5384 "pallet-timestamp",5385 "parity-scale-codec 3.1.5",5386 "scale-info",5387 "sp-application-crypto",5388 "sp-consensus-babe",5389 "sp-consensus-vrf",5390 "sp-io",5391 "sp-runtime",5392 "sp-session",5393 "sp-staking",5394 "sp-std",5395]53965397[[package]]5398name = "pallet-bags-list"5399version = "4.0.0-dev"5400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5401dependencies = [5402 "frame-benchmarking",5403 "frame-election-provider-support",5404 "frame-support",5405 "frame-system",5406 "log",5407 "pallet-balances",5408 "parity-scale-codec 3.1.5",5409 "scale-info",5410 "sp-core",5411 "sp-io",5412 "sp-runtime",5413 "sp-std",5414 "sp-tracing",5415]54165417[[package]]5418name = "pallet-balances"5419version = "4.0.0-dev"5420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5421dependencies = [5422 "frame-benchmarking",5423 "frame-support",5424 "frame-system",5425 "log",5426 "parity-scale-codec 3.1.5",5427 "scale-info",5428 "sp-runtime",5429 "sp-std",5430]54315432[[package]]5433name = "pallet-base-fee"5434version = "1.0.0"5435source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5436dependencies = [5437 "fp-evm",5438 "frame-support",5439 "frame-system",5440 "parity-scale-codec 3.1.5",5441 "scale-info",5442 "serde",5443 "sp-core",5444 "sp-runtime",5445]54465447[[package]]5448name = "pallet-beefy"5449version = "4.0.0-dev"5450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5451dependencies = [5452 "beefy-primitives",5453 "frame-support",5454 "frame-system",5455 "pallet-session",5456 "parity-scale-codec 3.1.5",5457 "scale-info",5458 "serde",5459 "sp-runtime",5460 "sp-std",5461]54625463[[package]]5464name = "pallet-beefy-mmr"5465version = "4.0.0-dev"5466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5467dependencies = [5468 "beefy-merkle-tree",5469 "beefy-primitives",5470 "frame-support",5471 "frame-system",5472 "hex",5473 "log",5474 "pallet-beefy",5475 "pallet-mmr",5476 "pallet-session",5477 "parity-scale-codec 3.1.5",5478 "scale-info",5479 "serde",5480 "sp-core",5481 "sp-io",5482 "sp-runtime",5483 "sp-std",5484]54855486[[package]]5487name = "pallet-bounties"5488version = "4.0.0-dev"5489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5490dependencies = [5491 "frame-benchmarking",5492 "frame-support",5493 "frame-system",5494 "log",5495 "pallet-treasury",5496 "parity-scale-codec 3.1.5",5497 "scale-info",5498 "sp-core",5499 "sp-io",5500 "sp-runtime",5501 "sp-std",5502]55035504[[package]]5505name = "pallet-child-bounties"5506version = "4.0.0-dev"5507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5508dependencies = [5509 "frame-benchmarking",5510 "frame-support",5511 "frame-system",5512 "log",5513 "pallet-bounties",5514 "pallet-treasury",5515 "parity-scale-codec 3.1.5",5516 "scale-info",5517 "sp-core",5518 "sp-io",5519 "sp-runtime",5520 "sp-std",5521]55225523[[package]]5524name = "pallet-collective"5525version = "4.0.0-dev"5526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5527dependencies = [5528 "frame-benchmarking",5529 "frame-support",5530 "frame-system",5531 "log",5532 "parity-scale-codec 3.1.5",5533 "scale-info",5534 "sp-core",5535 "sp-io",5536 "sp-runtime",5537 "sp-std",5538]55395540[[package]]5541name = "pallet-common"5542version = "0.1.4"5543dependencies = [5544 "ethereum",5545 "evm-coder",5546 "fp-evm-mapping",5547 "frame-benchmarking",5548 "frame-support",5549 "frame-system",5550 "pallet-evm",5551 "pallet-evm-coder-substrate",5552 "parity-scale-codec 3.1.5",5553 "scale-info",5554 "serde",5555 "sp-core",5556 "sp-runtime",5557 "sp-std",5558 "up-data-structs",5559]55605561[[package]]5562name = "pallet-configuration"5563version = "0.1.0"5564dependencies = [5565 "fp-evm",5566 "frame-support",5567 "frame-system",5568 "parity-scale-codec 3.1.5",5569 "scale-info",5570 "smallvec",5571 "sp-arithmetic",5572 "sp-core",5573 "sp-runtime",5574 "sp-std",5575]55765577[[package]]5578name = "pallet-democracy"5579version = "4.0.0-dev"5580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5581dependencies = [5582 "frame-benchmarking",5583 "frame-support",5584 "frame-system",5585 "parity-scale-codec 3.1.5",5586 "scale-info",5587 "serde",5588 "sp-io",5589 "sp-runtime",5590 "sp-std",5591]55925593[[package]]5594name = "pallet-election-provider-multi-phase"5595version = "4.0.0-dev"5596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5597dependencies = [5598 "frame-benchmarking",5599 "frame-election-provider-support",5600 "frame-support",5601 "frame-system",5602 "log",5603 "parity-scale-codec 3.1.5",5604 "rand 0.7.3",5605 "scale-info",5606 "sp-arithmetic",5607 "sp-core",5608 "sp-io",5609 "sp-npos-elections",5610 "sp-runtime",5611 "sp-std",5612 "static_assertions",5613 "strum 0.23.0",5614]56155616[[package]]5617name = "pallet-election-provider-support-benchmarking"5618version = "4.0.0-dev"5619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5620dependencies = [5621 "frame-benchmarking",5622 "frame-election-provider-support",5623 "frame-system",5624 "parity-scale-codec 3.1.5",5625 "sp-npos-elections",5626 "sp-runtime",5627]56285629[[package]]5630name = "pallet-elections-phragmen"5631version = "5.0.0-dev"5632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5633dependencies = [5634 "frame-benchmarking",5635 "frame-support",5636 "frame-system",5637 "log",5638 "parity-scale-codec 3.1.5",5639 "scale-info",5640 "sp-core",5641 "sp-io",5642 "sp-npos-elections",5643 "sp-runtime",5644 "sp-std",5645]56465647[[package]]5648name = "pallet-ethereum"5649version = "4.0.0-dev"5650source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5651dependencies = [5652 "ethereum",5653 "ethereum-types",5654 "evm",5655 "fp-consensus",5656 "fp-evm",5657 "fp-evm-mapping",5658 "fp-rpc",5659 "fp-self-contained",5660 "fp-storage",5661 "frame-support",5662 "frame-system",5663 "log",5664 "pallet-evm",5665 "pallet-timestamp",5666 "parity-scale-codec 3.1.5",5667 "rlp",5668 "scale-info",5669 "serde",5670 "sha3 0.10.1",5671 "sp-io",5672 "sp-runtime",5673 "sp-std",5674]56755676[[package]]5677name = "pallet-evm"5678version = "6.0.0-dev"5679source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5680dependencies = [5681 "evm",5682 "fp-evm",5683 "fp-evm-mapping",5684 "frame-benchmarking",5685 "frame-support",5686 "frame-system",5687 "hex",5688 "impl-trait-for-tuples",5689 "log",5690 "pallet-timestamp",5691 "parity-scale-codec 3.1.5",5692 "primitive-types",5693 "rlp",5694 "scale-info",5695 "serde",5696 "sha3 0.10.1",5697 "sp-core",5698 "sp-io",5699 "sp-runtime",5700 "sp-std",5701]57025703[[package]]5704name = "pallet-evm-coder-substrate"5705version = "0.1.2"5706dependencies = [5707 "ethereum",5708 "evm-coder",5709 "frame-benchmarking",5710 "frame-support",5711 "frame-system",5712 "pallet-ethereum",5713 "pallet-evm",5714 "parity-scale-codec 3.1.5",5715 "scale-info",5716 "sp-core",5717 "sp-std",5718 "up-data-structs",5719]57205721[[package]]5722name = "pallet-evm-contract-helpers"5723version = "0.1.1"5724dependencies = [5725 "evm-coder",5726 "fp-evm-mapping",5727 "frame-support",5728 "frame-system",5729 "log",5730 "pallet-common",5731 "pallet-evm",5732 "pallet-evm-coder-substrate",5733 "parity-scale-codec 3.1.5",5734 "scale-info",5735 "sp-core",5736 "sp-runtime",5737 "sp-std",5738 "up-data-structs",5739 "up-sponsorship",5740]57415742[[package]]5743name = "pallet-evm-migration"5744version = "0.1.0"5745dependencies = [5746 "fp-evm",5747 "frame-benchmarking",5748 "frame-support",5749 "frame-system",5750 "pallet-evm",5751 "parity-scale-codec 3.1.5",5752 "scale-info",5753 "sp-core",5754 "sp-io",5755 "sp-runtime",5756 "sp-std",5757]57585759[[package]]5760name = "pallet-evm-transaction-payment"5761version = "0.1.0"5762dependencies = [5763 "fp-evm",5764 "fp-evm-mapping",5765 "frame-support",5766 "frame-system",5767 "pallet-ethereum",5768 "pallet-evm",5769 "parity-scale-codec 3.1.5",5770 "scale-info",5771 "sp-core",5772 "sp-io",5773 "sp-runtime",5774 "sp-std",5775 "up-sponsorship",5776]57775778[[package]]5779name = "pallet-fungible"5780version = "0.1.2"5781dependencies = [5782 "ethereum",5783 "evm-coder",5784 "frame-benchmarking",5785 "frame-support",5786 "frame-system",5787 "pallet-common",5788 "pallet-evm",5789 "pallet-evm-coder-substrate",5790 "pallet-structure",5791 "parity-scale-codec 3.1.5",5792 "scale-info",5793 "sp-core",5794 "sp-runtime",5795 "sp-std",5796 "up-data-structs",5797]57985799[[package]]5800name = "pallet-gilt"5801version = "4.0.0-dev"5802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5803dependencies = [5804 "frame-benchmarking",5805 "frame-support",5806 "frame-system",5807 "parity-scale-codec 3.1.5",5808 "scale-info",5809 "sp-arithmetic",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-grandpa"5816version = "4.0.0-dev"5817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5818dependencies = [5819 "frame-benchmarking",5820 "frame-support",5821 "frame-system",5822 "log",5823 "pallet-authorship",5824 "pallet-session",5825 "parity-scale-codec 3.1.5",5826 "scale-info",5827 "sp-application-crypto",5828 "sp-core",5829 "sp-finality-grandpa",5830 "sp-io",5831 "sp-runtime",5832 "sp-session",5833 "sp-staking",5834 "sp-std",5835]58365837[[package]]5838name = "pallet-identity"5839version = "4.0.0-dev"5840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5841dependencies = [5842 "enumflags2",5843 "frame-benchmarking",5844 "frame-support",5845 "frame-system",5846 "parity-scale-codec 3.1.5",5847 "scale-info",5848 "sp-io",5849 "sp-runtime",5850 "sp-std",5851]58525853[[package]]5854name = "pallet-im-online"5855version = "4.0.0-dev"5856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5857dependencies = [5858 "frame-benchmarking",5859 "frame-support",5860 "frame-system",5861 "log",5862 "pallet-authorship",5863 "parity-scale-codec 3.1.5",5864 "scale-info",5865 "sp-application-crypto",5866 "sp-core",5867 "sp-io",5868 "sp-runtime",5869 "sp-staking",5870 "sp-std",5871]58725873[[package]]5874name = "pallet-indices"5875version = "4.0.0-dev"5876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5877dependencies = [5878 "frame-benchmarking",5879 "frame-support",5880 "frame-system",5881 "parity-scale-codec 3.1.5",5882 "scale-info",5883 "sp-core",5884 "sp-io",5885 "sp-keyring",5886 "sp-runtime",5887 "sp-std",5888]58895890[[package]]5891name = "pallet-inflation"5892version = "0.1.0"5893dependencies = [5894 "frame-benchmarking",5895 "frame-support",5896 "frame-system",5897 "pallet-balances",5898 "pallet-randomness-collective-flip",5899 "pallet-timestamp",5900 "parity-scale-codec 3.1.5",5901 "scale-info",5902 "serde",5903 "sp-core",5904 "sp-io",5905 "sp-runtime",5906 "sp-std",5907]59085909[[package]]5910name = "pallet-membership"5911version = "4.0.0-dev"5912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5913dependencies = [5914 "frame-benchmarking",5915 "frame-support",5916 "frame-system",5917 "log",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-mmr"5928version = "4.0.0-dev"5929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5930dependencies = [5931 "ckb-merkle-mountain-range",5932 "frame-benchmarking",5933 "frame-support",5934 "frame-system",5935 "parity-scale-codec 3.1.5",5936 "scale-info",5937 "sp-core",5938 "sp-io",5939 "sp-mmr-primitives",5940 "sp-runtime",5941 "sp-std",5942]59435944[[package]]5945name = "pallet-mmr-rpc"5946version = "3.0.0"5947source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5948dependencies = [5949 "jsonrpsee",5950 "parity-scale-codec 3.1.5",5951 "serde",5952 "sp-api",5953 "sp-blockchain",5954 "sp-core",5955 "sp-mmr-primitives",5956 "sp-runtime",5957]59585959[[package]]5960name = "pallet-multisig"5961version = "4.0.0-dev"5962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5963dependencies = [5964 "frame-benchmarking",5965 "frame-support",5966 "frame-system",5967 "parity-scale-codec 3.1.5",5968 "scale-info",5969 "sp-io",5970 "sp-runtime",5971 "sp-std",5972]59735974[[package]]5975name = "pallet-nomination-pools"5976version = "1.0.0"5977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5978dependencies = [5979 "frame-support",5980 "frame-system",5981 "log",5982 "parity-scale-codec 3.1.5",5983 "scale-info",5984 "sp-core",5985 "sp-io",5986 "sp-runtime",5987 "sp-staking",5988 "sp-std",5989]59905991[[package]]5992name = "pallet-nomination-pools-benchmarking"5993version = "1.0.0"5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5995dependencies = [5996 "frame-benchmarking",5997 "frame-election-provider-support",5998 "frame-support",5999 "frame-system",6000 "pallet-bags-list",6001 "pallet-nomination-pools",6002 "pallet-staking",6003 "parity-scale-codec 3.1.5",6004 "scale-info",6005 "sp-runtime",6006 "sp-staking",6007 "sp-std",6008]60096010[[package]]6011name = "pallet-nonfungible"6012version = "0.1.3"6013dependencies = [6014 "ethereum",6015 "evm-coder",6016 "frame-benchmarking",6017 "frame-support",6018 "frame-system",6019 "pallet-common",6020 "pallet-evm",6021 "pallet-evm-coder-substrate",6022 "pallet-structure",6023 "parity-scale-codec 3.1.5",6024 "scale-info",6025 "sp-core",6026 "sp-runtime",6027 "sp-std",6028 "struct-versioning",6029 "up-data-structs",6030]60316032[[package]]6033name = "pallet-offences"6034version = "4.0.0-dev"6035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6036dependencies = [6037 "frame-support",6038 "frame-system",6039 "log",6040 "pallet-balances",6041 "parity-scale-codec 3.1.5",6042 "scale-info",6043 "serde",6044 "sp-runtime",6045 "sp-staking",6046 "sp-std",6047]60486049[[package]]6050name = "pallet-offences-benchmarking"6051version = "4.0.0-dev"6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6053dependencies = [6054 "frame-benchmarking",6055 "frame-election-provider-support",6056 "frame-support",6057 "frame-system",6058 "pallet-babe",6059 "pallet-balances",6060 "pallet-grandpa",6061 "pallet-im-online",6062 "pallet-offences",6063 "pallet-session",6064 "pallet-staking",6065 "parity-scale-codec 3.1.5",6066 "scale-info",6067 "sp-runtime",6068 "sp-staking",6069 "sp-std",6070]60716072[[package]]6073name = "pallet-preimage"6074version = "4.0.0-dev"6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6076dependencies = [6077 "frame-benchmarking",6078 "frame-support",6079 "frame-system",6080 "parity-scale-codec 3.1.5",6081 "scale-info",6082 "sp-core",6083 "sp-io",6084 "sp-runtime",6085 "sp-std",6086]60876088[[package]]6089name = "pallet-proxy"6090version = "4.0.0-dev"6091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6092dependencies = [6093 "frame-benchmarking",6094 "frame-support",6095 "frame-system",6096 "parity-scale-codec 3.1.5",6097 "scale-info",6098 "sp-io",6099 "sp-runtime",6100 "sp-std",6101]61026103[[package]]6104name = "pallet-randomness-collective-flip"6105version = "4.0.0-dev"6106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6107dependencies = [6108 "frame-support",6109 "frame-system",6110 "parity-scale-codec 3.1.5",6111 "safe-mix",6112 "scale-info",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-recovery"6119version = "4.0.0-dev"6120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6121dependencies = [6122 "frame-benchmarking",6123 "frame-support",6124 "frame-system",6125 "parity-scale-codec 3.1.5",6126 "scale-info",6127 "sp-io",6128 "sp-runtime",6129 "sp-std",6130]61316132[[package]]6133name = "pallet-refungible"6134version = "0.2.2"6135dependencies = [6136 "derivative",6137 "ethereum",6138 "evm-coder",6139 "frame-benchmarking",6140 "frame-support",6141 "frame-system",6142 "pallet-common",6143 "pallet-evm",6144 "pallet-evm-coder-substrate",6145 "pallet-structure",6146 "parity-scale-codec 3.1.5",6147 "scale-info",6148 "sp-core",6149 "sp-runtime",6150 "sp-std",6151 "struct-versioning",6152 "up-data-structs",6153]61546155[[package]]6156name = "pallet-rmrk-core"6157version = "0.1.1"6158dependencies = [6159 "derivative",6160 "frame-benchmarking",6161 "frame-support",6162 "frame-system",6163 "pallet-common",6164 "pallet-evm",6165 "pallet-nonfungible",6166 "pallet-structure",6167 "parity-scale-codec 3.1.5",6168 "rmrk-traits",6169 "scale-info",6170 "sp-core",6171 "sp-runtime",6172 "sp-std",6173 "up-data-structs",6174]61756176[[package]]6177name = "pallet-rmrk-equip"6178version = "0.1.1"6179dependencies = [6180 "frame-benchmarking",6181 "frame-support",6182 "frame-system",6183 "pallet-common",6184 "pallet-evm",6185 "pallet-nonfungible",6186 "pallet-rmrk-core",6187 "parity-scale-codec 3.1.5",6188 "rmrk-traits",6189 "scale-info",6190 "sp-core",6191 "sp-runtime",6192 "sp-std",6193 "up-data-structs",6194]61956196[[package]]6197name = "pallet-scheduler"6198version = "4.0.0-dev"6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "log",6205 "parity-scale-codec 3.1.5",6206 "scale-info",6207 "sp-io",6208 "sp-runtime",6209 "sp-std",6210]62116212[[package]]6213name = "pallet-session"6214version = "4.0.0-dev"6215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6216dependencies = [6217 "frame-support",6218 "frame-system",6219 "impl-trait-for-tuples",6220 "log",6221 "pallet-timestamp",6222 "parity-scale-codec 3.1.5",6223 "scale-info",6224 "sp-core",6225 "sp-io",6226 "sp-runtime",6227 "sp-session",6228 "sp-staking",6229 "sp-std",6230 "sp-trie",6231]62326233[[package]]6234name = "pallet-session-benchmarking"6235version = "4.0.0-dev"6236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6237dependencies = [6238 "frame-benchmarking",6239 "frame-support",6240 "frame-system",6241 "pallet-session",6242 "pallet-staking",6243 "rand 0.7.3",6244 "sp-runtime",6245 "sp-session",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-society"6251version = "4.0.0-dev"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6253dependencies = [6254 "frame-support",6255 "frame-system",6256 "parity-scale-codec 3.1.5",6257 "rand_chacha 0.2.2",6258 "scale-info",6259 "sp-runtime",6260 "sp-std",6261]62626263[[package]]6264name = "pallet-staking"6265version = "4.0.0-dev"6266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6267dependencies = [6268 "frame-benchmarking",6269 "frame-election-provider-support",6270 "frame-support",6271 "frame-system",6272 "log",6273 "pallet-authorship",6274 "pallet-session",6275 "parity-scale-codec 3.1.5",6276 "rand_chacha 0.2.2",6277 "scale-info",6278 "serde",6279 "sp-application-crypto",6280 "sp-io",6281 "sp-runtime",6282 "sp-staking",6283 "sp-std",6284]62856286[[package]]6287name = "pallet-staking-reward-curve"6288version = "4.0.0-dev"6289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6290dependencies = [6291 "proc-macro-crate",6292 "proc-macro2",6293 "quote",6294 "syn",6295]62966297[[package]]6298name = "pallet-staking-reward-fn"6299version = "4.0.0-dev"6300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6301dependencies = [6302 "log",6303 "sp-arithmetic",6304]63056306[[package]]6307name = "pallet-structure"6308version = "0.1.1"6309dependencies = [6310 "frame-benchmarking",6311 "frame-support",6312 "frame-system",6313 "pallet-common",6314 "pallet-evm",6315 "parity-scale-codec 3.1.5",6316 "scale-info",6317 "sp-std",6318 "up-data-structs",6319]63206321[[package]]6322name = "pallet-sudo"6323version = "4.0.0-dev"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6325dependencies = [6326 "frame-support",6327 "frame-system",6328 "parity-scale-codec 3.1.5",6329 "scale-info",6330 "sp-io",6331 "sp-runtime",6332 "sp-std",6333]63346335[[package]]6336name = "pallet-template-transaction-payment"6337version = "3.0.0"6338source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"6339dependencies = [6340 "frame-benchmarking",6341 "frame-support",6342 "frame-system",6343 "pallet-balances",6344 "pallet-transaction-payment",6345 "parity-scale-codec 3.1.5",6346 "scale-info",6347 "serde",6348 "sp-core",6349 "sp-io",6350 "sp-runtime",6351 "sp-std",6352 "up-sponsorship",6353]63546355[[package]]6356name = "pallet-timestamp"6357version = "4.0.0-dev"6358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6359dependencies = [6360 "frame-benchmarking",6361 "frame-support",6362 "frame-system",6363 "log",6364 "parity-scale-codec 3.1.5",6365 "scale-info",6366 "sp-inherents",6367 "sp-io",6368 "sp-runtime",6369 "sp-std",6370 "sp-timestamp",6371]63726373[[package]]6374name = "pallet-tips"6375version = "4.0.0-dev"6376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6377dependencies = [6378 "frame-benchmarking",6379 "frame-support",6380 "frame-system",6381 "log",6382 "pallet-treasury",6383 "parity-scale-codec 3.1.5",6384 "scale-info",6385 "serde",6386 "sp-core",6387 "sp-io",6388 "sp-runtime",6389 "sp-std",6390]63916392[[package]]6393name = "pallet-transaction-payment"6394version = "4.0.0-dev"6395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6396dependencies = [6397 "frame-support",6398 "frame-system",6399 "parity-scale-codec 3.1.5",6400 "scale-info",6401 "serde",6402 "sp-core",6403 "sp-io",6404 "sp-runtime",6405 "sp-std",6406]64076408[[package]]6409name = "pallet-transaction-payment-rpc"6410version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6412dependencies = [6413 "jsonrpsee",6414 "pallet-transaction-payment-rpc-runtime-api",6415 "parity-scale-codec 3.1.5",6416 "sp-api",6417 "sp-blockchain",6418 "sp-core",6419 "sp-rpc",6420 "sp-runtime",6421]64226423[[package]]6424name = "pallet-transaction-payment-rpc-runtime-api"6425version = "4.0.0-dev"6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6427dependencies = [6428 "pallet-transaction-payment",6429 "parity-scale-codec 3.1.5",6430 "sp-api",6431 "sp-runtime",6432]64336434[[package]]6435name = "pallet-treasury"6436version = "4.0.0-dev"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6438dependencies = [6439 "frame-benchmarking",6440 "frame-support",6441 "frame-system",6442 "impl-trait-for-tuples",6443 "pallet-balances",6444 "parity-scale-codec 3.1.5",6445 "scale-info",6446 "serde",6447 "sp-runtime",6448 "sp-std",6449]64506451[[package]]6452name = "pallet-unique"6453version = "0.1.2"6454dependencies = [6455 "ethereum",6456 "evm-coder",6457 "frame-benchmarking",6458 "frame-support",6459 "frame-system",6460 "pallet-common",6461 "pallet-evm",6462 "pallet-evm-coder-substrate",6463 "pallet-nonfungible",6464 "pallet-refungible",6465 "parity-scale-codec 3.1.5",6466 "scale-info",6467 "serde",6468 "sp-core",6469 "sp-io",6470 "sp-runtime",6471 "sp-std",6472 "up-data-structs",6473]64746475[[package]]6476name = "pallet-unique-scheduler"6477version = "0.1.0"6478dependencies = [6479 "frame-benchmarking",6480 "frame-support",6481 "frame-system",6482 "log",6483 "parity-scale-codec 3.1.5",6484 "scale-info",6485 "serde",6486 "sp-core",6487 "sp-io",6488 "sp-runtime",6489 "sp-std",6490 "substrate-test-utils",6491 "up-sponsorship",6492]64936494[[package]]6495name = "pallet-utility"6496version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6498dependencies = [6499 "frame-benchmarking",6500 "frame-support",6501 "frame-system",6502 "parity-scale-codec 3.1.5",6503 "scale-info",6504 "sp-core",6505 "sp-io",6506 "sp-runtime",6507 "sp-std",6508]65096510[[package]]6511name = "pallet-vesting"6512version = "4.0.0-dev"6513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6514dependencies = [6515 "frame-benchmarking",6516 "frame-support",6517 "frame-system",6518 "log",6519 "parity-scale-codec 3.1.5",6520 "scale-info",6521 "sp-runtime",6522 "sp-std",6523]65246525[[package]]6526name = "pallet-xcm"6527version = "0.9.26"6528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6529dependencies = [6530 "frame-support",6531 "frame-system",6532 "log",6533 "parity-scale-codec 3.1.5",6534 "scale-info",6535 "serde",6536 "sp-core",6537 "sp-runtime",6538 "sp-std",6539 "xcm",6540 "xcm-executor",6541]65426543[[package]]6544name = "pallet-xcm-benchmarks"6545version = "0.9.26"6546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "log",6552 "parity-scale-codec 3.1.5",6553 "scale-info",6554 "sp-runtime",6555 "sp-std",6556 "xcm",6557 "xcm-executor",6558]65596560[[package]]6561name = "parachain-info"6562version = "0.1.0"6563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"6564dependencies = [6565 "cumulus-primitives-core",6566 "frame-support",6567 "frame-system",6568 "parity-scale-codec 3.1.5",6569 "scale-info",6570 "serde",6571]65726573[[package]]6574name = "parity-db"6575version = "0.3.16"6576source = "registry+https://github.com/rust-lang/crates.io-index"6577checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"6578dependencies = [6579 "blake2-rfc",6580 "crc32fast",6581 "fs2",6582 "hex",6583 "libc",6584 "log",6585 "lz4",6586 "memmap2 0.2.3",6587 "parking_lot 0.11.2",6588 "rand 0.8.5",6589 "snap",6590]65916592[[package]]6593name = "parity-scale-codec"6594version = "2.3.1"6595source = "registry+https://github.com/rust-lang/crates.io-index"6596checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6597dependencies = [6598 "arrayvec 0.7.2",6599 "bitvec 0.20.4",6600 "byte-slice-cast",6601 "impl-trait-for-tuples",6602 "parity-scale-codec-derive 2.3.1",6603 "serde",6604]66056606[[package]]6607name = "parity-scale-codec"6608version = "3.1.5"6609source = "registry+https://github.com/rust-lang/crates.io-index"6610checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6611dependencies = [6612 "arrayvec 0.7.2",6613 "bitvec 1.0.1",6614 "byte-slice-cast",6615 "impl-trait-for-tuples",6616 "parity-scale-codec-derive 3.1.3",6617 "serde",6618]66196620[[package]]6621name = "parity-scale-codec-derive"6622version = "2.3.1"6623source = "registry+https://github.com/rust-lang/crates.io-index"6624checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6625dependencies = [6626 "proc-macro-crate",6627 "proc-macro2",6628 "quote",6629 "syn",6630]66316632[[package]]6633name = "parity-scale-codec-derive"6634version = "3.1.3"6635source = "registry+https://github.com/rust-lang/crates.io-index"6636checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6637dependencies = [6638 "proc-macro-crate",6639 "proc-macro2",6640 "quote",6641 "syn",6642]66436644[[package]]6645name = "parity-send-wrapper"6646version = "0.1.0"6647source = "registry+https://github.com/rust-lang/crates.io-index"6648checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"66496650[[package]]6651name = "parity-util-mem"6652version = "0.11.0"6653source = "registry+https://github.com/rust-lang/crates.io-index"6654checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6655dependencies = [6656 "cfg-if 1.0.0",6657 "ethereum-types",6658 "hashbrown 0.12.3",6659 "impl-trait-for-tuples",6660 "lru 0.7.8",6661 "parity-util-mem-derive",6662 "parking_lot 0.12.1",6663 "primitive-types",6664 "smallvec",6665 "winapi",6666]66676668[[package]]6669name = "parity-util-mem-derive"6670version = "0.1.0"6671source = "registry+https://github.com/rust-lang/crates.io-index"6672checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6673dependencies = [6674 "proc-macro2",6675 "syn",6676 "synstructure",6677]66786679[[package]]6680name = "parity-wasm"6681version = "0.32.0"6682source = "registry+https://github.com/rust-lang/crates.io-index"6683checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6684dependencies = [6685 "byteorder",6686]66876688[[package]]6689name = "parity-wasm"6690version = "0.42.2"6691source = "registry+https://github.com/rust-lang/crates.io-index"6692checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"66936694[[package]]6695name = "parking"6696version = "2.0.0"6697source = "registry+https://github.com/rust-lang/crates.io-index"6698checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"66996700[[package]]6701name = "parking_lot"6702version = "0.11.2"6703source = "registry+https://github.com/rust-lang/crates.io-index"6704checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6705dependencies = [6706 "instant",6707 "lock_api",6708 "parking_lot_core 0.8.5",6709]67106711[[package]]6712name = "parking_lot"6713version = "0.12.1"6714source = "registry+https://github.com/rust-lang/crates.io-index"6715checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6716dependencies = [6717 "lock_api",6718 "parking_lot_core 0.9.3",6719]67206721[[package]]6722name = "parking_lot_core"6723version = "0.8.5"6724source = "registry+https://github.com/rust-lang/crates.io-index"6725checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6726dependencies = [6727 "cfg-if 1.0.0",6728 "instant",6729 "libc",6730 "redox_syscall",6731 "smallvec",6732 "winapi",6733]67346735[[package]]6736name = "parking_lot_core"6737version = "0.9.3"6738source = "registry+https://github.com/rust-lang/crates.io-index"6739checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6740dependencies = [6741 "cfg-if 1.0.0",6742 "libc",6743 "redox_syscall",6744 "smallvec",6745 "windows-sys",6746]67476748[[package]]6749name = "paste"6750version = "1.0.7"6751source = "registry+https://github.com/rust-lang/crates.io-index"6752checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"67536754[[package]]6755name = "pbkdf2"6756version = "0.4.0"6757source = "registry+https://github.com/rust-lang/crates.io-index"6758checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6759dependencies = [6760 "crypto-mac 0.8.0",6761]67626763[[package]]6764name = "pbkdf2"6765version = "0.8.0"6766source = "registry+https://github.com/rust-lang/crates.io-index"6767checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6768dependencies = [6769 "crypto-mac 0.11.1",6770]67716772[[package]]6773name = "peeking_take_while"6774version = "0.1.2"6775source = "registry+https://github.com/rust-lang/crates.io-index"6776checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"67776778[[package]]6779name = "percent-encoding"6780version = "2.1.0"6781source = "registry+https://github.com/rust-lang/crates.io-index"6782checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"67836784[[package]]6785name = "pest"6786version = "2.1.3"6787source = "registry+https://github.com/rust-lang/crates.io-index"6788checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6789dependencies = [6790 "ucd-trie",6791]67926793[[package]]6794name = "pest_derive"6795version = "2.1.0"6796source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6798dependencies = [6799 "pest",6800 "pest_generator",6801]68026803[[package]]6804name = "pest_generator"6805version = "2.1.3"6806source = "registry+https://github.com/rust-lang/crates.io-index"6807checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6808dependencies = [6809 "pest",6810 "pest_meta",6811 "proc-macro2",6812 "quote",6813 "syn",6814]68156816[[package]]6817name = "pest_meta"6818version = "2.1.3"6819source = "registry+https://github.com/rust-lang/crates.io-index"6820checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6821dependencies = [6822 "maplit",6823 "pest",6824 "sha-1 0.8.2",6825]68266827[[package]]6828name = "petgraph"6829version = "0.6.2"6830source = "registry+https://github.com/rust-lang/crates.io-index"6831checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"6832dependencies = [6833 "fixedbitset",6834 "indexmap",6835]68366837[[package]]6838name = "pin-project"6839version = "1.0.11"6840source = "registry+https://github.com/rust-lang/crates.io-index"6841checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"6842dependencies = [6843 "pin-project-internal",6844]68456846[[package]]6847name = "pin-project-internal"6848version = "1.0.11"6849source = "registry+https://github.com/rust-lang/crates.io-index"6850checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"6851dependencies = [6852 "proc-macro2",6853 "quote",6854 "syn",6855]68566857[[package]]6858name = "pin-project-lite"6859version = "0.1.12"6860source = "registry+https://github.com/rust-lang/crates.io-index"6861checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"68626863[[package]]6864name = "pin-project-lite"6865version = "0.2.9"6866source = "registry+https://github.com/rust-lang/crates.io-index"6867checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"68686869[[package]]6870name = "pin-utils"6871version = "0.1.0"6872source = "registry+https://github.com/rust-lang/crates.io-index"6873checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"68746875[[package]]6876name = "pkg-config"6877version = "0.3.25"6878source = "registry+https://github.com/rust-lang/crates.io-index"6879checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"68806881[[package]]6882name = "platforms"6883version = "2.0.0"6884source = "registry+https://github.com/rust-lang/crates.io-index"6885checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"68866887[[package]]6888name = "polkadot-approval-distribution"6889version = "0.9.26"6890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6891dependencies = [6892 "futures 0.3.21",6893 "polkadot-node-network-protocol",6894 "polkadot-node-primitives",6895 "polkadot-node-subsystem",6896 "polkadot-node-subsystem-util",6897 "polkadot-primitives",6898 "rand 0.8.5",6899 "tracing-gum",6900]69016902[[package]]6903name = "polkadot-availability-bitfield-distribution"6904version = "0.9.26"6905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6906dependencies = [6907 "futures 0.3.21",6908 "polkadot-node-network-protocol",6909 "polkadot-node-subsystem",6910 "polkadot-node-subsystem-util",6911 "polkadot-primitives",6912 "rand 0.8.5",6913 "tracing-gum",6914]69156916[[package]]6917name = "polkadot-availability-distribution"6918version = "0.9.26"6919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6920dependencies = [6921 "derive_more",6922 "fatality",6923 "futures 0.3.21",6924 "lru 0.7.8",6925 "parity-scale-codec 3.1.5",6926 "polkadot-erasure-coding",6927 "polkadot-node-network-protocol",6928 "polkadot-node-primitives",6929 "polkadot-node-subsystem",6930 "polkadot-node-subsystem-util",6931 "polkadot-primitives",6932 "rand 0.8.5",6933 "sp-core",6934 "sp-keystore",6935 "thiserror",6936 "tracing-gum",6937]69386939[[package]]6940name = "polkadot-availability-recovery"6941version = "0.9.26"6942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6943dependencies = [6944 "fatality",6945 "futures 0.3.21",6946 "lru 0.7.8",6947 "parity-scale-codec 3.1.5",6948 "polkadot-erasure-coding",6949 "polkadot-node-network-protocol",6950 "polkadot-node-primitives",6951 "polkadot-node-subsystem",6952 "polkadot-node-subsystem-util",6953 "polkadot-primitives",6954 "rand 0.8.5",6955 "sc-network",6956 "thiserror",6957 "tracing-gum",6958]69596960[[package]]6961name = "polkadot-cli"6962version = "0.9.26"6963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6964dependencies = [6965 "clap",6966 "frame-benchmarking-cli",6967 "futures 0.3.21",6968 "log",6969 "polkadot-client",6970 "polkadot-node-core-pvf",6971 "polkadot-node-metrics",6972 "polkadot-performance-test",6973 "polkadot-service",6974 "sc-cli",6975 "sc-service",6976 "sc-sysinfo",6977 "sc-tracing",6978 "sp-core",6979 "sp-trie",6980 "substrate-build-script-utils",6981 "thiserror",6982 "try-runtime-cli",6983]69846985[[package]]6986name = "polkadot-client"6987version = "0.9.26"6988source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6989dependencies = [6990 "beefy-primitives",6991 "frame-benchmarking",6992 "frame-benchmarking-cli",6993 "frame-system",6994 "frame-system-rpc-runtime-api",6995 "pallet-transaction-payment",6996 "pallet-transaction-payment-rpc-runtime-api",6997 "polkadot-core-primitives",6998 "polkadot-node-core-parachains-inherent",6999 "polkadot-primitives",7000 "polkadot-runtime",7001 "polkadot-runtime-common",7002 "sc-client-api",7003 "sc-consensus",7004 "sc-executor",7005 "sc-service",7006 "sp-api",7007 "sp-authority-discovery",7008 "sp-block-builder",7009 "sp-blockchain",7010 "sp-consensus",7011 "sp-consensus-babe",7012 "sp-core",7013 "sp-finality-grandpa",7014 "sp-inherents",7015 "sp-keyring",7016 "sp-mmr-primitives",7017 "sp-offchain",7018 "sp-runtime",7019 "sp-session",7020 "sp-storage",7021 "sp-timestamp",7022 "sp-transaction-pool",7023]70247025[[package]]7026name = "polkadot-collator-protocol"7027version = "0.9.26"7028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7029dependencies = [7030 "always-assert",7031 "fatality",7032 "futures 0.3.21",7033 "futures-timer",7034 "polkadot-node-network-protocol",7035 "polkadot-node-primitives",7036 "polkadot-node-subsystem",7037 "polkadot-node-subsystem-util",7038 "polkadot-primitives",7039 "sp-core",7040 "sp-keystore",7041 "sp-runtime",7042 "thiserror",7043 "tracing-gum",7044]70457046[[package]]7047name = "polkadot-core-primitives"7048version = "0.9.26"7049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7050dependencies = [7051 "parity-scale-codec 3.1.5",7052 "parity-util-mem",7053 "scale-info",7054 "sp-core",7055 "sp-runtime",7056 "sp-std",7057]70587059[[package]]7060name = "polkadot-dispute-distribution"7061version = "0.9.26"7062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7063dependencies = [7064 "derive_more",7065 "fatality",7066 "futures 0.3.21",7067 "lru 0.7.8",7068 "parity-scale-codec 3.1.5",7069 "polkadot-erasure-coding",7070 "polkadot-node-network-protocol",7071 "polkadot-node-primitives",7072 "polkadot-node-subsystem",7073 "polkadot-node-subsystem-util",7074 "polkadot-primitives",7075 "sc-network",7076 "sp-application-crypto",7077 "sp-keystore",7078 "thiserror",7079 "tracing-gum",7080]70817082[[package]]7083name = "polkadot-erasure-coding"7084version = "0.9.26"7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7086dependencies = [7087 "parity-scale-codec 3.1.5",7088 "polkadot-node-primitives",7089 "polkadot-primitives",7090 "reed-solomon-novelpoly",7091 "sp-core",7092 "sp-trie",7093 "thiserror",7094]70957096[[package]]7097name = "polkadot-gossip-support"7098version = "0.9.26"7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7100dependencies = [7101 "futures 0.3.21",7102 "futures-timer",7103 "polkadot-node-network-protocol",7104 "polkadot-node-subsystem",7105 "polkadot-node-subsystem-util",7106 "polkadot-primitives",7107 "rand 0.8.5",7108 "rand_chacha 0.3.1",7109 "sc-network",7110 "sp-application-crypto",7111 "sp-core",7112 "sp-keystore",7113 "tracing-gum",7114]71157116[[package]]7117name = "polkadot-network-bridge"7118version = "0.9.26"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7120dependencies = [7121 "always-assert",7122 "async-trait",7123 "bytes",7124 "futures 0.3.21",7125 "parity-scale-codec 3.1.5",7126 "parking_lot 0.12.1",7127 "polkadot-node-network-protocol",7128 "polkadot-node-subsystem",7129 "polkadot-node-subsystem-util",7130 "polkadot-overseer",7131 "polkadot-primitives",7132 "sc-network",7133 "sp-consensus",7134 "tracing-gum",7135]71367137[[package]]7138name = "polkadot-node-collation-generation"7139version = "0.9.26"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7141dependencies = [7142 "futures 0.3.21",7143 "parity-scale-codec 3.1.5",7144 "polkadot-erasure-coding",7145 "polkadot-node-primitives",7146 "polkadot-node-subsystem",7147 "polkadot-node-subsystem-util",7148 "polkadot-primitives",7149 "sp-core",7150 "sp-maybe-compressed-blob",7151 "thiserror",7152 "tracing-gum",7153]71547155[[package]]7156name = "polkadot-node-core-approval-voting"7157version = "0.9.26"7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7159dependencies = [7160 "bitvec 1.0.1",7161 "derive_more",7162 "futures 0.3.21",7163 "futures-timer",7164 "kvdb",7165 "lru 0.7.8",7166 "merlin",7167 "parity-scale-codec 3.1.5",7168 "polkadot-node-jaeger",7169 "polkadot-node-primitives",7170 "polkadot-node-subsystem",7171 "polkadot-node-subsystem-util",7172 "polkadot-overseer",7173 "polkadot-primitives",7174 "sc-keystore",7175 "schnorrkel",7176 "sp-application-crypto",7177 "sp-consensus",7178 "sp-consensus-slots",7179 "sp-runtime",7180 "thiserror",7181 "tracing-gum",7182]71837184[[package]]7185name = "polkadot-node-core-av-store"7186version = "0.9.26"7187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7188dependencies = [7189 "bitvec 1.0.1",7190 "futures 0.3.21",7191 "futures-timer",7192 "kvdb",7193 "parity-scale-codec 3.1.5",7194 "polkadot-erasure-coding",7195 "polkadot-node-primitives",7196 "polkadot-node-subsystem",7197 "polkadot-node-subsystem-util",7198 "polkadot-overseer",7199 "polkadot-primitives",7200 "thiserror",7201 "tracing-gum",7202]72037204[[package]]7205name = "polkadot-node-core-backing"7206version = "0.9.26"7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7208dependencies = [7209 "bitvec 1.0.1",7210 "fatality",7211 "futures 0.3.21",7212 "polkadot-erasure-coding",7213 "polkadot-node-primitives",7214 "polkadot-node-subsystem",7215 "polkadot-node-subsystem-util",7216 "polkadot-primitives",7217 "polkadot-statement-table",7218 "sp-keystore",7219 "thiserror",7220 "tracing-gum",7221]72227223[[package]]7224name = "polkadot-node-core-bitfield-signing"7225version = "0.9.26"7226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7227dependencies = [7228 "futures 0.3.21",7229 "polkadot-node-subsystem",7230 "polkadot-node-subsystem-util",7231 "polkadot-primitives",7232 "sp-keystore",7233 "thiserror",7234 "tracing-gum",7235 "wasm-timer",7236]72377238[[package]]7239name = "polkadot-node-core-candidate-validation"7240version = "0.9.26"7241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7242dependencies = [7243 "async-trait",7244 "futures 0.3.21",7245 "parity-scale-codec 3.1.5",7246 "polkadot-node-core-pvf",7247 "polkadot-node-primitives",7248 "polkadot-node-subsystem",7249 "polkadot-node-subsystem-util",7250 "polkadot-parachain",7251 "polkadot-primitives",7252 "sp-maybe-compressed-blob",7253 "tracing-gum",7254]72557256[[package]]7257name = "polkadot-node-core-chain-api"7258version = "0.9.26"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7260dependencies = [7261 "futures 0.3.21",7262 "polkadot-node-subsystem",7263 "polkadot-node-subsystem-util",7264 "polkadot-primitives",7265 "sc-client-api",7266 "sc-consensus-babe",7267 "sp-blockchain",7268 "tracing-gum",7269]72707271[[package]]7272name = "polkadot-node-core-chain-selection"7273version = "0.9.26"7274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7275dependencies = [7276 "futures 0.3.21",7277 "futures-timer",7278 "kvdb",7279 "parity-scale-codec 3.1.5",7280 "polkadot-node-primitives",7281 "polkadot-node-subsystem",7282 "polkadot-node-subsystem-util",7283 "polkadot-primitives",7284 "thiserror",7285 "tracing-gum",7286]72877288[[package]]7289name = "polkadot-node-core-dispute-coordinator"7290version = "0.9.26"7291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7292dependencies = [7293 "fatality",7294 "futures 0.3.21",7295 "kvdb",7296 "lru 0.7.8",7297 "parity-scale-codec 3.1.5",7298 "polkadot-node-primitives",7299 "polkadot-node-subsystem",7300 "polkadot-node-subsystem-util",7301 "polkadot-primitives",7302 "sc-keystore",7303 "thiserror",7304 "tracing-gum",7305]73067307[[package]]7308name = "polkadot-node-core-parachains-inherent"7309version = "0.9.26"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7311dependencies = [7312 "async-trait",7313 "futures 0.3.21",7314 "futures-timer",7315 "polkadot-node-subsystem",7316 "polkadot-primitives",7317 "sp-blockchain",7318 "sp-inherents",7319 "sp-runtime",7320 "thiserror",7321 "tracing-gum",7322]73237324[[package]]7325name = "polkadot-node-core-provisioner"7326version = "0.9.26"7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7328dependencies = [7329 "bitvec 1.0.1",7330 "fatality",7331 "futures 0.3.21",7332 "futures-timer",7333 "polkadot-node-primitives",7334 "polkadot-node-subsystem",7335 "polkadot-node-subsystem-util",7336 "polkadot-primitives",7337 "rand 0.8.5",7338 "thiserror",7339 "tracing-gum",7340]73417342[[package]]7343name = "polkadot-node-core-pvf"7344version = "0.9.26"7345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7346dependencies = [7347 "always-assert",7348 "assert_matches",7349 "async-process",7350 "async-std",7351 "futures 0.3.21",7352 "futures-timer",7353 "parity-scale-codec 3.1.5",7354 "pin-project",7355 "polkadot-core-primitives",7356 "polkadot-node-subsystem-util",7357 "polkadot-parachain",7358 "rand 0.8.5",7359 "rayon",7360 "sc-executor",7361 "sc-executor-common",7362 "sc-executor-wasmtime",7363 "slotmap",7364 "sp-core",7365 "sp-externalities",7366 "sp-io",7367 "sp-maybe-compressed-blob",7368 "sp-tracing",7369 "sp-wasm-interface",7370 "tempfile",7371 "tracing-gum",7372]73737374[[package]]7375name = "polkadot-node-core-pvf-checker"7376version = "0.9.26"7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7378dependencies = [7379 "futures 0.3.21",7380 "polkadot-node-primitives",7381 "polkadot-node-subsystem",7382 "polkadot-node-subsystem-util",7383 "polkadot-overseer",7384 "polkadot-primitives",7385 "sp-keystore",7386 "thiserror",7387 "tracing-gum",7388]73897390[[package]]7391name = "polkadot-node-core-runtime-api"7392version = "0.9.26"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7394dependencies = [7395 "futures 0.3.21",7396 "memory-lru",7397 "parity-util-mem",7398 "polkadot-node-subsystem",7399 "polkadot-node-subsystem-util",7400 "polkadot-primitives",7401 "sp-api",7402 "sp-authority-discovery",7403 "sp-consensus-babe",7404 "tracing-gum",7405]74067407[[package]]7408name = "polkadot-node-jaeger"7409version = "0.9.26"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7411dependencies = [7412 "async-std",7413 "lazy_static",7414 "log",7415 "mick-jaeger",7416 "parity-scale-codec 3.1.5",7417 "parking_lot 0.12.1",7418 "polkadot-node-primitives",7419 "polkadot-primitives",7420 "sc-network",7421 "sp-core",7422 "thiserror",7423]74247425[[package]]7426name = "polkadot-node-metrics"7427version = "0.9.26"7428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7429dependencies = [7430 "bs58",7431 "futures 0.3.21",7432 "futures-timer",7433 "log",7434 "parity-scale-codec 3.1.5",7435 "polkadot-primitives",7436 "prioritized-metered-channel",7437 "sc-cli",7438 "sc-service",7439 "sc-tracing",7440 "substrate-prometheus-endpoint",7441 "tracing-gum",7442]74437444[[package]]7445name = "polkadot-node-network-protocol"7446version = "0.9.26"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7448dependencies = [7449 "async-trait",7450 "derive_more",7451 "fatality",7452 "futures 0.3.21",7453 "parity-scale-codec 3.1.5",7454 "polkadot-node-jaeger",7455 "polkadot-node-primitives",7456 "polkadot-primitives",7457 "rand 0.8.5",7458 "sc-authority-discovery",7459 "sc-network",7460 "strum 0.24.1",7461 "thiserror",7462 "tracing-gum",7463]74647465[[package]]7466name = "polkadot-node-primitives"7467version = "0.9.26"7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7469dependencies = [7470 "bounded-vec",7471 "futures 0.3.21",7472 "parity-scale-codec 3.1.5",7473 "polkadot-parachain",7474 "polkadot-primitives",7475 "schnorrkel",7476 "serde",7477 "sp-application-crypto",7478 "sp-consensus-babe",7479 "sp-consensus-vrf",7480 "sp-core",7481 "sp-keystore",7482 "sp-maybe-compressed-blob",7483 "thiserror",7484 "zstd",7485]74867487[[package]]7488name = "polkadot-node-subsystem"7489version = "0.9.26"7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7491dependencies = [7492 "polkadot-node-jaeger",7493 "polkadot-node-subsystem-types",7494 "polkadot-overseer",7495]74967497[[package]]7498name = "polkadot-node-subsystem-types"7499version = "0.9.26"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7501dependencies = [7502 "derive_more",7503 "futures 0.3.21",7504 "orchestra",7505 "polkadot-node-jaeger",7506 "polkadot-node-network-protocol",7507 "polkadot-node-primitives",7508 "polkadot-primitives",7509 "polkadot-statement-table",7510 "sc-network",7511 "smallvec",7512 "substrate-prometheus-endpoint",7513 "thiserror",7514]75157516[[package]]7517name = "polkadot-node-subsystem-util"7518version = "0.9.26"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7520dependencies = [7521 "async-trait",7522 "derive_more",7523 "fatality",7524 "futures 0.3.21",7525 "itertools",7526 "kvdb",7527 "lru 0.7.8",7528 "parity-db",7529 "parity-scale-codec 3.1.5",7530 "parity-util-mem",7531 "parking_lot 0.11.2",7532 "pin-project",7533 "polkadot-node-jaeger",7534 "polkadot-node-metrics",7535 "polkadot-node-network-protocol",7536 "polkadot-node-primitives",7537 "polkadot-node-subsystem",7538 "polkadot-overseer",7539 "polkadot-primitives",7540 "prioritized-metered-channel",7541 "rand 0.8.5",7542 "sp-application-crypto",7543 "sp-core",7544 "sp-keystore",7545 "thiserror",7546 "tracing-gum",7547]75487549[[package]]7550name = "polkadot-overseer"7551version = "0.9.26"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7553dependencies = [7554 "futures 0.3.21",7555 "futures-timer",7556 "lru 0.7.8",7557 "orchestra",7558 "parity-util-mem",7559 "parking_lot 0.12.1",7560 "polkadot-node-metrics",7561 "polkadot-node-network-protocol",7562 "polkadot-node-primitives",7563 "polkadot-node-subsystem-types",7564 "polkadot-primitives",7565 "sc-client-api",7566 "sp-api",7567 "sp-core",7568 "tracing-gum",7569]75707571[[package]]7572name = "polkadot-parachain"7573version = "0.9.26"7574source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7575dependencies = [7576 "derive_more",7577 "frame-support",7578 "parity-scale-codec 3.1.5",7579 "parity-util-mem",7580 "polkadot-core-primitives",7581 "scale-info",7582 "serde",7583 "sp-core",7584 "sp-runtime",7585 "sp-std",7586]75877588[[package]]7589name = "polkadot-performance-test"7590version = "0.9.26"7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7592dependencies = [7593 "env_logger",7594 "kusama-runtime",7595 "log",7596 "polkadot-erasure-coding",7597 "polkadot-node-core-pvf",7598 "polkadot-node-primitives",7599 "quote",7600 "thiserror",7601]76027603[[package]]7604name = "polkadot-primitives"7605version = "0.9.26"7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7607dependencies = [7608 "bitvec 1.0.1",7609 "frame-system",7610 "hex-literal",7611 "parity-scale-codec 3.1.5",7612 "parity-util-mem",7613 "polkadot-core-primitives",7614 "polkadot-parachain",7615 "scale-info",7616 "serde",7617 "sp-api",7618 "sp-application-crypto",7619 "sp-arithmetic",7620 "sp-authority-discovery",7621 "sp-consensus-slots",7622 "sp-core",7623 "sp-inherents",7624 "sp-io",7625 "sp-keystore",7626 "sp-runtime",7627 "sp-staking",7628 "sp-std",7629 "sp-trie",7630 "sp-version",7631]76327633[[package]]7634name = "polkadot-rpc"7635version = "0.9.26"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7637dependencies = [7638 "beefy-gadget",7639 "beefy-gadget-rpc",7640 "jsonrpsee",7641 "pallet-mmr-rpc",7642 "pallet-transaction-payment-rpc",7643 "polkadot-primitives",7644 "sc-chain-spec",7645 "sc-client-api",7646 "sc-consensus-babe",7647 "sc-consensus-babe-rpc",7648 "sc-consensus-epochs",7649 "sc-finality-grandpa",7650 "sc-finality-grandpa-rpc",7651 "sc-rpc",7652 "sc-sync-state-rpc",7653 "sc-transaction-pool-api",7654 "sp-api",7655 "sp-block-builder",7656 "sp-blockchain",7657 "sp-consensus",7658 "sp-consensus-babe",7659 "sp-keystore",7660 "sp-runtime",7661 "substrate-frame-rpc-system",7662 "substrate-state-trie-migration-rpc",7663]76647665[[package]]7666name = "polkadot-runtime"7667version = "0.9.26"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7669dependencies = [7670 "beefy-primitives",7671 "bitvec 1.0.1",7672 "frame-benchmarking",7673 "frame-election-provider-support",7674 "frame-executive",7675 "frame-support",7676 "frame-system",7677 "frame-system-benchmarking",7678 "frame-system-rpc-runtime-api",7679 "frame-try-runtime",7680 "hex-literal",7681 "log",7682 "pallet-authority-discovery",7683 "pallet-authorship",7684 "pallet-babe",7685 "pallet-bags-list",7686 "pallet-balances",7687 "pallet-bounties",7688 "pallet-child-bounties",7689 "pallet-collective",7690 "pallet-democracy",7691 "pallet-election-provider-multi-phase",7692 "pallet-election-provider-support-benchmarking",7693 "pallet-elections-phragmen",7694 "pallet-grandpa",7695 "pallet-identity",7696 "pallet-im-online",7697 "pallet-indices",7698 "pallet-membership",7699 "pallet-multisig",7700 "pallet-offences",7701 "pallet-offences-benchmarking",7702 "pallet-preimage",7703 "pallet-proxy",7704 "pallet-scheduler",7705 "pallet-session",7706 "pallet-session-benchmarking",7707 "pallet-staking",7708 "pallet-staking-reward-curve",7709 "pallet-timestamp",7710 "pallet-tips",7711 "pallet-transaction-payment",7712 "pallet-transaction-payment-rpc-runtime-api",7713 "pallet-treasury",7714 "pallet-utility",7715 "pallet-vesting",7716 "pallet-xcm",7717 "parity-scale-codec 3.1.5",7718 "polkadot-primitives",7719 "polkadot-runtime-common",7720 "polkadot-runtime-constants",7721 "polkadot-runtime-parachains",7722 "rustc-hex",7723 "scale-info",7724 "serde",7725 "serde_derive",7726 "smallvec",7727 "sp-api",7728 "sp-authority-discovery",7729 "sp-block-builder",7730 "sp-consensus-babe",7731 "sp-core",7732 "sp-inherents",7733 "sp-io",7734 "sp-mmr-primitives",7735 "sp-npos-elections",7736 "sp-offchain",7737 "sp-runtime",7738 "sp-session",7739 "sp-staking",7740 "sp-std",7741 "sp-transaction-pool",7742 "sp-version",7743 "static_assertions",7744 "substrate-wasm-builder",7745 "xcm",7746 "xcm-builder",7747 "xcm-executor",7748]77497750[[package]]7751name = "polkadot-runtime-common"7752version = "0.9.26"7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7754dependencies = [7755 "beefy-primitives",7756 "bitvec 1.0.1",7757 "frame-benchmarking",7758 "frame-election-provider-support",7759 "frame-support",7760 "frame-system",7761 "impl-trait-for-tuples",7762 "libsecp256k1",7763 "log",7764 "pallet-authorship",7765 "pallet-babe",7766 "pallet-bags-list",7767 "pallet-balances",7768 "pallet-beefy-mmr",7769 "pallet-election-provider-multi-phase",7770 "pallet-session",7771 "pallet-staking",7772 "pallet-timestamp",7773 "pallet-transaction-payment",7774 "pallet-treasury",7775 "pallet-vesting",7776 "parity-scale-codec 3.1.5",7777 "polkadot-primitives",7778 "polkadot-runtime-parachains",7779 "rustc-hex",7780 "scale-info",7781 "serde",7782 "serde_derive",7783 "slot-range-helper",7784 "sp-api",7785 "sp-core",7786 "sp-inherents",7787 "sp-io",7788 "sp-npos-elections",7789 "sp-runtime",7790 "sp-session",7791 "sp-staking",7792 "sp-std",7793 "static_assertions",7794 "xcm",7795]77967797[[package]]7798name = "polkadot-runtime-constants"7799version = "0.9.26"7800source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7801dependencies = [7802 "frame-support",7803 "polkadot-primitives",7804 "polkadot-runtime-common",7805 "smallvec",7806 "sp-runtime",7807]78087809[[package]]7810name = "polkadot-runtime-metrics"7811version = "0.9.26"7812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7813dependencies = [7814 "bs58",7815 "parity-scale-codec 3.1.5",7816 "polkadot-primitives",7817 "sp-std",7818 "sp-tracing",7819]78207821[[package]]7822name = "polkadot-runtime-parachains"7823version = "0.9.26"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7825dependencies = [7826 "bitflags",7827 "bitvec 1.0.1",7828 "derive_more",7829 "frame-benchmarking",7830 "frame-support",7831 "frame-system",7832 "log",7833 "pallet-authority-discovery",7834 "pallet-authorship",7835 "pallet-babe",7836 "pallet-balances",7837 "pallet-session",7838 "pallet-staking",7839 "pallet-timestamp",7840 "pallet-vesting",7841 "parity-scale-codec 3.1.5",7842 "polkadot-primitives",7843 "polkadot-runtime-metrics",7844 "rand 0.8.5",7845 "rand_chacha 0.3.1",7846 "rustc-hex",7847 "scale-info",7848 "serde",7849 "sp-api",7850 "sp-application-crypto",7851 "sp-core",7852 "sp-inherents",7853 "sp-io",7854 "sp-keystore",7855 "sp-runtime",7856 "sp-session",7857 "sp-staking",7858 "sp-std",7859 "static_assertions",7860 "xcm",7861 "xcm-executor",7862]78637864[[package]]7865name = "polkadot-service"7866version = "0.9.26"7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7868dependencies = [7869 "async-trait",7870 "beefy-gadget",7871 "beefy-primitives",7872 "frame-system-rpc-runtime-api",7873 "futures 0.3.21",7874 "hex-literal",7875 "kusama-runtime",7876 "kvdb",7877 "kvdb-rocksdb",7878 "lru 0.7.8",7879 "pallet-babe",7880 "pallet-im-online",7881 "pallet-staking",7882 "pallet-transaction-payment-rpc-runtime-api",7883 "parity-db",7884 "polkadot-approval-distribution",7885 "polkadot-availability-bitfield-distribution",7886 "polkadot-availability-distribution",7887 "polkadot-availability-recovery",7888 "polkadot-client",7889 "polkadot-collator-protocol",7890 "polkadot-dispute-distribution",7891 "polkadot-gossip-support",7892 "polkadot-network-bridge",7893 "polkadot-node-collation-generation",7894 "polkadot-node-core-approval-voting",7895 "polkadot-node-core-av-store",7896 "polkadot-node-core-backing",7897 "polkadot-node-core-bitfield-signing",7898 "polkadot-node-core-candidate-validation",7899 "polkadot-node-core-chain-api",7900 "polkadot-node-core-chain-selection",7901 "polkadot-node-core-dispute-coordinator",7902 "polkadot-node-core-parachains-inherent",7903 "polkadot-node-core-provisioner",7904 "polkadot-node-core-pvf-checker",7905 "polkadot-node-core-runtime-api",7906 "polkadot-node-network-protocol",7907 "polkadot-node-primitives",7908 "polkadot-node-subsystem",7909 "polkadot-node-subsystem-types",7910 "polkadot-node-subsystem-util",7911 "polkadot-overseer",7912 "polkadot-parachain",7913 "polkadot-primitives",7914 "polkadot-rpc",7915 "polkadot-runtime",7916 "polkadot-runtime-constants",7917 "polkadot-runtime-parachains",7918 "polkadot-statement-distribution",7919 "rococo-runtime",7920 "sc-authority-discovery",7921 "sc-basic-authorship",7922 "sc-block-builder",7923 "sc-chain-spec",7924 "sc-client-api",7925 "sc-client-db",7926 "sc-consensus",7927 "sc-consensus-babe",7928 "sc-consensus-slots",7929 "sc-consensus-uncles",7930 "sc-executor",7931 "sc-finality-grandpa",7932 "sc-keystore",7933 "sc-network",7934 "sc-offchain",7935 "sc-service",7936 "sc-sync-state-rpc",7937 "sc-sysinfo",7938 "sc-telemetry",7939 "sc-transaction-pool",7940 "serde",7941 "serde_json",7942 "sp-api",7943 "sp-authority-discovery",7944 "sp-block-builder",7945 "sp-blockchain",7946 "sp-consensus",7947 "sp-consensus-babe",7948 "sp-core",7949 "sp-finality-grandpa",7950 "sp-inherents",7951 "sp-io",7952 "sp-keystore",7953 "sp-offchain",7954 "sp-runtime",7955 "sp-session",7956 "sp-state-machine",7957 "sp-storage",7958 "sp-timestamp",7959 "sp-transaction-pool",7960 "sp-trie",7961 "substrate-prometheus-endpoint",7962 "thiserror",7963 "tracing-gum",7964 "westend-runtime",7965]79667967[[package]]7968name = "polkadot-statement-distribution"7969version = "0.9.26"7970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7971dependencies = [7972 "arrayvec 0.5.2",7973 "fatality",7974 "futures 0.3.21",7975 "indexmap",7976 "parity-scale-codec 3.1.5",7977 "polkadot-node-network-protocol",7978 "polkadot-node-primitives",7979 "polkadot-node-subsystem",7980 "polkadot-node-subsystem-util",7981 "polkadot-primitives",7982 "sp-keystore",7983 "sp-staking",7984 "thiserror",7985 "tracing-gum",7986]79877988[[package]]7989name = "polkadot-statement-table"7990version = "0.9.26"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7992dependencies = [7993 "parity-scale-codec 3.1.5",7994 "polkadot-primitives",7995 "sp-core",7996]79977998[[package]]7999name = "polkadot-test-runtime"8000version = "0.9.26"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8002dependencies = [8003 "beefy-primitives",8004 "bitvec 1.0.1",8005 "frame-election-provider-support",8006 "frame-executive",8007 "frame-support",8008 "frame-system",8009 "frame-system-rpc-runtime-api",8010 "log",8011 "pallet-authority-discovery",8012 "pallet-authorship",8013 "pallet-babe",8014 "pallet-balances",8015 "pallet-grandpa",8016 "pallet-indices",8017 "pallet-offences",8018 "pallet-session",8019 "pallet-staking",8020 "pallet-staking-reward-curve",8021 "pallet-sudo",8022 "pallet-timestamp",8023 "pallet-transaction-payment",8024 "pallet-transaction-payment-rpc-runtime-api",8025 "pallet-vesting",8026 "pallet-xcm",8027 "parity-scale-codec 3.1.5",8028 "polkadot-parachain",8029 "polkadot-primitives",8030 "polkadot-runtime-common",8031 "polkadot-runtime-parachains",8032 "rustc-hex",8033 "scale-info",8034 "serde",8035 "serde_derive",8036 "smallvec",8037 "sp-api",8038 "sp-authority-discovery",8039 "sp-block-builder",8040 "sp-consensus-babe",8041 "sp-core",8042 "sp-inherents",8043 "sp-io",8044 "sp-mmr-primitives",8045 "sp-offchain",8046 "sp-runtime",8047 "sp-session",8048 "sp-staking",8049 "sp-std",8050 "sp-transaction-pool",8051 "sp-version",8052 "substrate-wasm-builder",8053 "test-runtime-constants",8054 "xcm",8055 "xcm-builder",8056 "xcm-executor",8057]80588059[[package]]8060name = "polkadot-test-service"8061version = "0.9.26"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8063dependencies = [8064 "frame-benchmarking",8065 "frame-system",8066 "futures 0.3.21",8067 "hex",8068 "pallet-balances",8069 "pallet-staking",8070 "pallet-transaction-payment",8071 "polkadot-node-primitives",8072 "polkadot-node-subsystem",8073 "polkadot-overseer",8074 "polkadot-parachain",8075 "polkadot-primitives",8076 "polkadot-rpc",8077 "polkadot-runtime-common",8078 "polkadot-runtime-parachains",8079 "polkadot-service",8080 "polkadot-test-runtime",8081 "rand 0.8.5",8082 "sc-authority-discovery",8083 "sc-chain-spec",8084 "sc-cli",8085 "sc-client-api",8086 "sc-consensus",8087 "sc-consensus-babe",8088 "sc-executor",8089 "sc-finality-grandpa",8090 "sc-network",8091 "sc-service",8092 "sc-tracing",8093 "sc-transaction-pool",8094 "sp-arithmetic",8095 "sp-authority-discovery",8096 "sp-blockchain",8097 "sp-consensus",8098 "sp-consensus-babe",8099 "sp-core",8100 "sp-finality-grandpa",8101 "sp-inherents",8102 "sp-keyring",8103 "sp-runtime",8104 "sp-state-machine",8105 "substrate-test-client",8106 "tempfile",8107 "test-runtime-constants",8108 "tokio",8109 "tracing-gum",8110]81118112[[package]]8113name = "polling"8114version = "2.2.0"8115source = "registry+https://github.com/rust-lang/crates.io-index"8116checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8117dependencies = [8118 "cfg-if 1.0.0",8119 "libc",8120 "log",8121 "wepoll-ffi",8122 "winapi",8123]81248125[[package]]8126name = "poly1305"8127version = "0.7.2"8128source = "registry+https://github.com/rust-lang/crates.io-index"8129checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8130dependencies = [8131 "cpufeatures",8132 "opaque-debug 0.3.0",8133 "universal-hash",8134]81358136[[package]]8137name = "polyval"8138version = "0.5.3"8139source = "registry+https://github.com/rust-lang/crates.io-index"8140checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8141dependencies = [8142 "cfg-if 1.0.0",8143 "cpufeatures",8144 "opaque-debug 0.3.0",8145 "universal-hash",8146]81478148[[package]]8149name = "ppv-lite86"8150version = "0.2.16"8151source = "registry+https://github.com/rust-lang/crates.io-index"8152checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"81538154[[package]]8155name = "primitive-types"8156version = "0.11.1"8157source = "registry+https://github.com/rust-lang/crates.io-index"8158checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8159dependencies = [8160 "fixed-hash",8161 "impl-codec",8162 "impl-rlp",8163 "impl-serde",8164 "scale-info",8165 "uint",8166]81678168[[package]]8169name = "prioritized-metered-channel"8170version = "0.2.0"8171source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8172dependencies = [8173 "coarsetime",8174 "crossbeam-queue",8175 "derive_more",8176 "futures 0.3.21",8177 "futures-timer",8178 "nanorand",8179 "thiserror",8180 "tracing",8181]81828183[[package]]8184name = "proc-macro-crate"8185version = "1.1.3"8186source = "registry+https://github.com/rust-lang/crates.io-index"8187checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8188dependencies = [8189 "thiserror",8190 "toml",8191]81928193[[package]]8194name = "proc-macro-error"8195version = "1.0.4"8196source = "registry+https://github.com/rust-lang/crates.io-index"8197checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8198dependencies = [8199 "proc-macro-error-attr",8200 "proc-macro2",8201 "quote",8202 "syn",8203 "version_check",8204]82058206[[package]]8207name = "proc-macro-error-attr"8208version = "1.0.4"8209source = "registry+https://github.com/rust-lang/crates.io-index"8210checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8211dependencies = [8212 "proc-macro2",8213 "quote",8214 "version_check",8215]82168217[[package]]8218name = "proc-macro2"8219version = "1.0.42"8220source = "registry+https://github.com/rust-lang/crates.io-index"8221checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"8222dependencies = [8223 "unicode-ident",8224]82258226[[package]]8227name = "prometheus"8228version = "0.13.1"8229source = "registry+https://github.com/rust-lang/crates.io-index"8230checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8231dependencies = [8232 "cfg-if 1.0.0",8233 "fnv",8234 "lazy_static",8235 "memchr",8236 "parking_lot 0.12.1",8237 "thiserror",8238]82398240[[package]]8241name = "prometheus-client"8242version = "0.16.0"8243source = "registry+https://github.com/rust-lang/crates.io-index"8244checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8245dependencies = [8246 "dtoa",8247 "itoa 1.0.2",8248 "owning_ref",8249 "prometheus-client-derive-text-encode",8250]82518252[[package]]8253name = "prometheus-client-derive-text-encode"8254version = "0.2.0"8255source = "registry+https://github.com/rust-lang/crates.io-index"8256checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8257dependencies = [8258 "proc-macro2",8259 "quote",8260 "syn",8261]82628263[[package]]8264name = "prost"8265version = "0.10.4"8266source = "registry+https://github.com/rust-lang/crates.io-index"8267checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8268dependencies = [8269 "bytes",8270 "prost-derive",8271]82728273[[package]]8274name = "prost-build"8275version = "0.10.4"8276source = "registry+https://github.com/rust-lang/crates.io-index"8277checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8278dependencies = [8279 "bytes",8280 "cfg-if 1.0.0",8281 "cmake",8282 "heck 0.4.0",8283 "itertools",8284 "lazy_static",8285 "log",8286 "multimap",8287 "petgraph",8288 "prost",8289 "prost-types",8290 "regex",8291 "tempfile",8292 "which",8293]82948295[[package]]8296name = "prost-codec"8297version = "0.1.0"8298source = "registry+https://github.com/rust-lang/crates.io-index"8299checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8300dependencies = [8301 "asynchronous-codec",8302 "bytes",8303 "prost",8304 "thiserror",8305 "unsigned-varint",8306]83078308[[package]]8309name = "prost-derive"8310version = "0.10.1"8311source = "registry+https://github.com/rust-lang/crates.io-index"8312checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8313dependencies = [8314 "anyhow",8315 "itertools",8316 "proc-macro2",8317 "quote",8318 "syn",8319]83208321[[package]]8322name = "prost-types"8323version = "0.10.1"8324source = "registry+https://github.com/rust-lang/crates.io-index"8325checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8326dependencies = [8327 "bytes",8328 "prost",8329]83308331[[package]]8332name = "psm"8333version = "0.1.20"8334source = "registry+https://github.com/rust-lang/crates.io-index"8335checksum = "f446d0a6efba22928558c4fb4ce0b3fd6c89b0061343e390bf01a703742b8125"8336dependencies = [8337 "cc",8338]83398340[[package]]8341name = "quartz-runtime"8342version = "0.9.24"8343dependencies = [8344 "cumulus-pallet-aura-ext",8345 "cumulus-pallet-dmp-queue",8346 "cumulus-pallet-parachain-system",8347 "cumulus-pallet-xcm",8348 "cumulus-pallet-xcmp-queue",8349 "cumulus-primitives-core",8350 "cumulus-primitives-timestamp",8351 "cumulus-primitives-utility",8352 "derivative",8353 "evm-coder",8354 "fp-evm-mapping",8355 "fp-rpc",8356 "fp-self-contained",8357 "frame-benchmarking",8358 "frame-executive",8359 "frame-support",8360 "frame-system",8361 "frame-system-benchmarking",8362 "frame-system-rpc-runtime-api",8363 "frame-try-runtime",8364 "hex-literal",8365 "log",8366 "orml-vesting",8367 "pallet-aura",8368 "pallet-balances",8369 "pallet-base-fee",8370 "pallet-common",8371 "pallet-configuration",8372 "pallet-ethereum",8373 "pallet-evm",8374 "pallet-evm-coder-substrate",8375 "pallet-evm-contract-helpers",8376 "pallet-evm-migration",8377 "pallet-evm-transaction-payment",8378 "pallet-fungible",8379 "pallet-inflation",8380 "pallet-nonfungible",8381 "pallet-randomness-collective-flip",8382 "pallet-refungible",8383 "pallet-rmrk-core",8384 "pallet-rmrk-equip",8385 "pallet-structure",8386 "pallet-sudo",8387 "pallet-template-transaction-payment",8388 "pallet-timestamp",8389 "pallet-transaction-payment",8390 "pallet-transaction-payment-rpc-runtime-api",8391 "pallet-treasury",8392 "pallet-unique",8393 "pallet-unique-scheduler",8394 "pallet-xcm",8395 "parachain-info",8396 "parity-scale-codec 3.1.5",8397 "polkadot-parachain",8398 "rmrk-rpc",8399 "scale-info",8400 "serde",8401 "smallvec",8402 "sp-api",8403 "sp-arithmetic",8404 "sp-block-builder",8405 "sp-consensus-aura",8406 "sp-core",8407 "sp-inherents",8408 "sp-io",8409 "sp-offchain",8410 "sp-runtime",8411 "sp-session",8412 "sp-std",8413 "sp-transaction-pool",8414 "sp-version",8415 "substrate-wasm-builder",8416 "up-common",8417 "up-data-structs",8418 "up-rpc",8419 "up-sponsorship",8420 "xcm",8421 "xcm-builder",8422 "xcm-executor",8423]84248425[[package]]8426name = "quick-error"8427version = "1.2.3"8428source = "registry+https://github.com/rust-lang/crates.io-index"8429checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"84308431[[package]]8432name = "quicksink"8433version = "0.1.2"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8436dependencies = [8437 "futures-core",8438 "futures-sink",8439 "pin-project-lite 0.1.12",8440]84418442[[package]]8443name = "quote"8444version = "1.0.20"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8447dependencies = [8448 "proc-macro2",8449]84508451[[package]]8452name = "radium"8453version = "0.6.2"8454source = "registry+https://github.com/rust-lang/crates.io-index"8455checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"84568457[[package]]8458name = "radium"8459version = "0.7.0"8460source = "registry+https://github.com/rust-lang/crates.io-index"8461checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"84628463[[package]]8464name = "rand"8465version = "0.7.3"8466source = "registry+https://github.com/rust-lang/crates.io-index"8467checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8468dependencies = [8469 "getrandom 0.1.16",8470 "libc",8471 "rand_chacha 0.2.2",8472 "rand_core 0.5.1",8473 "rand_hc",8474 "rand_pcg 0.2.1",8475]84768477[[package]]8478name = "rand"8479version = "0.8.5"8480source = "registry+https://github.com/rust-lang/crates.io-index"8481checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8482dependencies = [8483 "libc",8484 "rand_chacha 0.3.1",8485 "rand_core 0.6.3",8486]84878488[[package]]8489name = "rand_chacha"8490version = "0.2.2"8491source = "registry+https://github.com/rust-lang/crates.io-index"8492checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8493dependencies = [8494 "ppv-lite86",8495 "rand_core 0.5.1",8496]84978498[[package]]8499name = "rand_chacha"8500version = "0.3.1"8501source = "registry+https://github.com/rust-lang/crates.io-index"8502checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8503dependencies = [8504 "ppv-lite86",8505 "rand_core 0.6.3",8506]85078508[[package]]8509name = "rand_core"8510version = "0.5.1"8511source = "registry+https://github.com/rust-lang/crates.io-index"8512checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8513dependencies = [8514 "getrandom 0.1.16",8515]85168517[[package]]8518name = "rand_core"8519version = "0.6.3"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8522dependencies = [8523 "getrandom 0.2.7",8524]85258526[[package]]8527name = "rand_distr"8528version = "0.4.3"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8531dependencies = [8532 "num-traits",8533 "rand 0.8.5",8534]85358536[[package]]8537name = "rand_hc"8538version = "0.2.0"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8541dependencies = [8542 "rand_core 0.5.1",8543]85448545[[package]]8546name = "rand_pcg"8547version = "0.2.1"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8550dependencies = [8551 "rand_core 0.5.1",8552]85538554[[package]]8555name = "rand_pcg"8556version = "0.3.1"8557source = "registry+https://github.com/rust-lang/crates.io-index"8558checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8559dependencies = [8560 "rand_core 0.6.3",8561]85628563[[package]]8564name = "rawpointer"8565version = "0.2.1"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"85688569[[package]]8570name = "rayon"8571version = "1.5.3"8572source = "registry+https://github.com/rust-lang/crates.io-index"8573checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8574dependencies = [8575 "autocfg",8576 "crossbeam-deque",8577 "either",8578 "rayon-core",8579]85808581[[package]]8582name = "rayon-core"8583version = "1.9.3"8584source = "registry+https://github.com/rust-lang/crates.io-index"8585checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8586dependencies = [8587 "crossbeam-channel",8588 "crossbeam-deque",8589 "crossbeam-utils",8590 "num_cpus",8591]85928593[[package]]8594name = "redox_syscall"8595version = "0.2.15"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"8598dependencies = [8599 "bitflags",8600]86018602[[package]]8603name = "redox_users"8604version = "0.4.3"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8607dependencies = [8608 "getrandom 0.2.7",8609 "redox_syscall",8610 "thiserror",8611]86128613[[package]]8614name = "reed-solomon-novelpoly"8615version = "1.0.0"8616source = "registry+https://github.com/rust-lang/crates.io-index"8617checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8618dependencies = [8619 "derive_more",8620 "fs-err",8621 "itertools",8622 "static_init",8623 "thiserror",8624]86258626[[package]]8627name = "ref-cast"8628version = "1.0.8"8629source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "776c8940430cf563f66a93f9111d1cd39306dc6c68149ecc6b934742a44a828a"8631dependencies = [8632 "ref-cast-impl",8633]86348635[[package]]8636name = "ref-cast-impl"8637version = "1.0.8"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "5f26c4704460286103bff62ea1fb78d137febc86aaf76952e6c5a2249af01f54"8640dependencies = [8641 "proc-macro2",8642 "quote",8643 "syn",8644]86458646[[package]]8647name = "regalloc2"8648version = "0.2.3"8649source = "registry+https://github.com/rust-lang/crates.io-index"8650checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"8651dependencies = [8652 "fxhash",8653 "log",8654 "slice-group-by",8655 "smallvec",8656]86578658[[package]]8659name = "regex"8660version = "1.6.0"8661source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"8663dependencies = [8664 "aho-corasick",8665 "memchr",8666 "regex-syntax",8667]86688669[[package]]8670name = "regex-automata"8671version = "0.1.10"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8674dependencies = [8675 "regex-syntax",8676]86778678[[package]]8679name = "regex-syntax"8680version = "0.6.27"8681source = "registry+https://github.com/rust-lang/crates.io-index"8682checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"86838684[[package]]8685name = "region"8686version = "2.2.0"8687source = "registry+https://github.com/rust-lang/crates.io-index"8688checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8689dependencies = [8690 "bitflags",8691 "libc",8692 "mach",8693 "winapi",8694]86958696[[package]]8697name = "remote-externalities"8698version = "0.10.0-dev"8699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"8700dependencies = [8701 "env_logger",8702 "jsonrpsee",8703 "log",8704 "parity-scale-codec 3.1.5",8705 "serde",8706 "serde_json",8707 "sp-core",8708 "sp-io",8709 "sp-runtime",8710 "sp-version",8711]87128713[[package]]8714name = "remove_dir_all"8715version = "0.5.3"8716source = "registry+https://github.com/rust-lang/crates.io-index"8717checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8718dependencies = [8719 "winapi",8720]87218722[[package]]8723name = "resolv-conf"8724version = "0.7.0"8725source = "registry+https://github.com/rust-lang/crates.io-index"8726checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8727dependencies = [8728 "hostname",8729 "quick-error",8730]87318732[[package]]8733name = "retain_mut"8734version = "0.1.9"8735source = "registry+https://github.com/rust-lang/crates.io-index"8736checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"87378738[[package]]8739name = "rfc6979"8740version = "0.1.0"8741source = "registry+https://github.com/rust-lang/crates.io-index"8742checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8743dependencies = [8744 "crypto-bigint",8745 "hmac 0.11.0",8746 "zeroize",8747]87488749[[package]]8750name = "ring"8751version = "0.16.20"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8754dependencies = [8755 "cc",8756 "libc",8757 "once_cell",8758 "spin",8759 "untrusted",8760 "web-sys",8761 "winapi",8762]87638764[[package]]8765name = "rlp"8766version = "0.5.1"8767source = "registry+https://github.com/rust-lang/crates.io-index"8768checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8769dependencies = [8770 "bytes",8771 "rustc-hex",8772]87738774[[package]]8775name = "rlp-derive"8776version = "0.1.0"8777source = "registry+https://github.com/rust-lang/crates.io-index"8778checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8779dependencies = [8780 "proc-macro2",8781 "quote",8782 "syn",8783]87848785[[package]]8786name = "rmrk-rpc"8787version = "0.0.1"8788dependencies = [8789 "parity-scale-codec 2.3.1",8790 "rmrk-traits",8791 "serde",8792 "sp-api",8793 "sp-core",8794 "sp-runtime",8795 "sp-std",8796]87978798[[package]]8799name = "rmrk-traits"8800version = "0.1.0"8801dependencies = [8802 "parity-scale-codec 3.1.5",8803 "scale-info",8804 "serde",8805]88068807[[package]]8808name = "rocksdb"8809version = "0.18.0"8810source = "registry+https://github.com/rust-lang/crates.io-index"8811checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"8812dependencies = [8813 "libc",8814 "librocksdb-sys",8815]88168817[[package]]8818name = "rococo-runtime"8819version = "0.9.26"8820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8821dependencies = [8822 "beefy-merkle-tree",8823 "beefy-primitives",8824 "frame-benchmarking",8825 "frame-executive",8826 "frame-support",8827 "frame-system",8828 "frame-system-benchmarking",8829 "frame-system-rpc-runtime-api",8830 "hex-literal",8831 "log",8832 "pallet-authority-discovery",8833 "pallet-authorship",8834 "pallet-babe",8835 "pallet-balances",8836 "pallet-beefy",8837 "pallet-beefy-mmr",8838 "pallet-collective",8839 "pallet-grandpa",8840 "pallet-im-online",8841 "pallet-indices",8842 "pallet-membership",8843 "pallet-mmr",8844 "pallet-multisig",8845 "pallet-offences",8846 "pallet-proxy",8847 "pallet-session",8848 "pallet-staking",8849 "pallet-sudo",8850 "pallet-timestamp",8851 "pallet-transaction-payment",8852 "pallet-transaction-payment-rpc-runtime-api",8853 "pallet-utility",8854 "pallet-xcm",8855 "parity-scale-codec 3.1.5",8856 "polkadot-parachain",8857 "polkadot-primitives",8858 "polkadot-runtime-common",8859 "polkadot-runtime-parachains",8860 "rococo-runtime-constants",8861 "scale-info",8862 "serde",8863 "serde_derive",8864 "smallvec",8865 "sp-api",8866 "sp-authority-discovery",8867 "sp-block-builder",8868 "sp-consensus-babe",8869 "sp-core",8870 "sp-inherents",8871 "sp-io",8872 "sp-mmr-primitives",8873 "sp-offchain",8874 "sp-runtime",8875 "sp-session",8876 "sp-staking",8877 "sp-std",8878 "sp-transaction-pool",8879 "sp-version",8880 "substrate-wasm-builder",8881 "xcm",8882 "xcm-builder",8883 "xcm-executor",8884]88858886[[package]]8887name = "rococo-runtime-constants"8888version = "0.9.26"8889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8890dependencies = [8891 "frame-support",8892 "polkadot-primitives",8893 "polkadot-runtime-common",8894 "smallvec",8895 "sp-runtime",8896]88978898[[package]]8899name = "rpassword"8900version = "5.0.1"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8903dependencies = [8904 "libc",8905 "winapi",8906]89078908[[package]]8909name = "rtnetlink"8910version = "0.10.1"8911source = "registry+https://github.com/rust-lang/crates.io-index"8912checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"8913dependencies = [8914 "async-global-executor",8915 "futures 0.3.21",8916 "log",8917 "netlink-packet-route",8918 "netlink-proto",8919 "nix",8920 "thiserror",8921]89228923[[package]]8924name = "rustc-demangle"8925version = "0.1.21"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"89288929[[package]]8930name = "rustc-hash"8931version = "1.1.0"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"89348935[[package]]8936name = "rustc-hex"8937version = "2.1.0"8938source = "registry+https://github.com/rust-lang/crates.io-index"8939checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"89408941[[package]]8942name = "rustc_version"8943version = "0.2.3"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8946dependencies = [8947 "semver 0.9.0",8948]89498950[[package]]8951name = "rustc_version"8952version = "0.4.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8955dependencies = [8956 "semver 1.0.12",8957]89588959[[package]]8960name = "rustix"8961version = "0.33.7"8962source = "registry+https://github.com/rust-lang/crates.io-index"8963checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"8964dependencies = [8965 "bitflags",8966 "errno",8967 "io-lifetimes 0.5.3",8968 "libc",8969 "linux-raw-sys 0.0.42",8970 "winapi",8971]89728973[[package]]8974name = "rustix"8975version = "0.35.7"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"8978dependencies = [8979 "bitflags",8980 "errno",8981 "io-lifetimes 0.7.2",8982 "libc",8983 "linux-raw-sys 0.0.46",8984 "windows-sys",8985]89868987[[package]]8988name = "rustls"8989version = "0.20.6"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"8992dependencies = [8993 "log",8994 "ring",8995 "sct",8996 "webpki",8997]89988999[[package]]9000name = "rustls-native-certs"9001version = "0.6.2"9002source = "registry+https://github.com/rust-lang/crates.io-index"9003checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9004dependencies = [9005 "openssl-probe",9006 "rustls-pemfile",9007 "schannel",9008 "security-framework",9009]90109011[[package]]9012name = "rustls-pemfile"9013version = "1.0.0"9014source = "registry+https://github.com/rust-lang/crates.io-index"9015checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9016dependencies = [9017 "base64",9018]90199020[[package]]9021name = "rustversion"9022version = "1.0.8"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"90259026[[package]]9027name = "rw-stream-sink"9028version = "0.3.0"9029source = "registry+https://github.com/rust-lang/crates.io-index"9030checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9031dependencies = [9032 "futures 0.3.21",9033 "pin-project",9034 "static_assertions",9035]90369037[[package]]9038name = "ryu"9039version = "1.0.10"9040source = "registry+https://github.com/rust-lang/crates.io-index"9041checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"90429043[[package]]9044name = "safe-mix"9045version = "1.0.1"9046source = "registry+https://github.com/rust-lang/crates.io-index"9047checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9048dependencies = [9049 "rustc_version 0.2.3",9050]90519052[[package]]9053name = "salsa20"9054version = "0.9.0"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9057dependencies = [9058 "cipher",9059]90609061[[package]]9062name = "same-file"9063version = "1.0.6"9064source = "registry+https://github.com/rust-lang/crates.io-index"9065checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9066dependencies = [9067 "winapi-util",9068]90699070[[package]]9071name = "sc-allocator"9072version = "4.1.0-dev"9073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9074dependencies = [9075 "log",9076 "sp-core",9077 "sp-wasm-interface",9078 "thiserror",9079]90809081[[package]]9082name = "sc-authority-discovery"9083version = "0.10.0-dev"9084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9085dependencies = [9086 "async-trait",9087 "futures 0.3.21",9088 "futures-timer",9089 "ip_network",9090 "libp2p",9091 "log",9092 "parity-scale-codec 3.1.5",9093 "prost",9094 "prost-build",9095 "rand 0.7.3",9096 "sc-client-api",9097 "sc-network",9098 "sp-api",9099 "sp-authority-discovery",9100 "sp-blockchain",9101 "sp-core",9102 "sp-keystore",9103 "sp-runtime",9104 "substrate-prometheus-endpoint",9105 "thiserror",9106]91079108[[package]]9109name = "sc-basic-authorship"9110version = "0.10.0-dev"9111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9112dependencies = [9113 "futures 0.3.21",9114 "futures-timer",9115 "log",9116 "parity-scale-codec 3.1.5",9117 "sc-block-builder",9118 "sc-client-api",9119 "sc-proposer-metrics",9120 "sc-telemetry",9121 "sc-transaction-pool-api",9122 "sp-api",9123 "sp-blockchain",9124 "sp-consensus",9125 "sp-core",9126 "sp-inherents",9127 "sp-runtime",9128 "substrate-prometheus-endpoint",9129]91309131[[package]]9132name = "sc-block-builder"9133version = "0.10.0-dev"9134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9135dependencies = [9136 "parity-scale-codec 3.1.5",9137 "sc-client-api",9138 "sp-api",9139 "sp-block-builder",9140 "sp-blockchain",9141 "sp-core",9142 "sp-inherents",9143 "sp-runtime",9144 "sp-state-machine",9145]91469147[[package]]9148name = "sc-chain-spec"9149version = "4.0.0-dev"9150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9151dependencies = [9152 "impl-trait-for-tuples",9153 "memmap2 0.5.5",9154 "parity-scale-codec 3.1.5",9155 "sc-chain-spec-derive",9156 "sc-network",9157 "sc-telemetry",9158 "serde",9159 "serde_json",9160 "sp-core",9161 "sp-runtime",9162]91639164[[package]]9165name = "sc-chain-spec-derive"9166version = "4.0.0-dev"9167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9168dependencies = [9169 "proc-macro-crate",9170 "proc-macro2",9171 "quote",9172 "syn",9173]91749175[[package]]9176name = "sc-cli"9177version = "0.10.0-dev"9178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9179dependencies = [9180 "chrono",9181 "clap",9182 "fdlimit",9183 "futures 0.3.21",9184 "hex",9185 "libp2p",9186 "log",9187 "names",9188 "parity-scale-codec 3.1.5",9189 "rand 0.7.3",9190 "regex",9191 "rpassword",9192 "sc-client-api",9193 "sc-client-db",9194 "sc-keystore",9195 "sc-network",9196 "sc-service",9197 "sc-telemetry",9198 "sc-tracing",9199 "sc-utils",9200 "serde",9201 "serde_json",9202 "sp-blockchain",9203 "sp-core",9204 "sp-keyring",9205 "sp-keystore",9206 "sp-panic-handler",9207 "sp-runtime",9208 "sp-version",9209 "thiserror",9210 "tiny-bip39",9211 "tokio",9212]92139214[[package]]9215name = "sc-client-api"9216version = "4.0.0-dev"9217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9218dependencies = [9219 "fnv",9220 "futures 0.3.21",9221 "hash-db",9222 "log",9223 "parity-scale-codec 3.1.5",9224 "parking_lot 0.12.1",9225 "sc-executor",9226 "sc-transaction-pool-api",9227 "sc-utils",9228 "sp-api",9229 "sp-blockchain",9230 "sp-consensus",9231 "sp-core",9232 "sp-database",9233 "sp-externalities",9234 "sp-keystore",9235 "sp-runtime",9236 "sp-state-machine",9237 "sp-storage",9238 "sp-trie",9239 "substrate-prometheus-endpoint",9240]92419242[[package]]9243name = "sc-client-db"9244version = "0.10.0-dev"9245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9246dependencies = [9247 "hash-db",9248 "kvdb",9249 "kvdb-memorydb",9250 "kvdb-rocksdb",9251 "linked-hash-map",9252 "log",9253 "parity-db",9254 "parity-scale-codec 3.1.5",9255 "parking_lot 0.12.1",9256 "sc-client-api",9257 "sc-state-db",9258 "sp-arithmetic",9259 "sp-blockchain",9260 "sp-core",9261 "sp-database",9262 "sp-runtime",9263 "sp-state-machine",9264 "sp-trie",9265]92669267[[package]]9268name = "sc-consensus"9269version = "0.10.0-dev"9270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9271dependencies = [9272 "async-trait",9273 "futures 0.3.21",9274 "futures-timer",9275 "libp2p",9276 "log",9277 "parking_lot 0.12.1",9278 "sc-client-api",9279 "sc-utils",9280 "serde",9281 "sp-api",9282 "sp-blockchain",9283 "sp-consensus",9284 "sp-core",9285 "sp-runtime",9286 "sp-state-machine",9287 "substrate-prometheus-endpoint",9288 "thiserror",9289]92909291[[package]]9292name = "sc-consensus-aura"9293version = "0.10.0-dev"9294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9295dependencies = [9296 "async-trait",9297 "futures 0.3.21",9298 "log",9299 "parity-scale-codec 3.1.5",9300 "sc-block-builder",9301 "sc-client-api",9302 "sc-consensus",9303 "sc-consensus-slots",9304 "sc-telemetry",9305 "sp-api",9306 "sp-application-crypto",9307 "sp-block-builder",9308 "sp-blockchain",9309 "sp-consensus",9310 "sp-consensus-aura",9311 "sp-consensus-slots",9312 "sp-core",9313 "sp-inherents",9314 "sp-keystore",9315 "sp-runtime",9316 "substrate-prometheus-endpoint",9317 "thiserror",9318]93199320[[package]]9321name = "sc-consensus-babe"9322version = "0.10.0-dev"9323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9324dependencies = [9325 "async-trait",9326 "fork-tree",9327 "futures 0.3.21",9328 "log",9329 "merlin",9330 "num-bigint",9331 "num-rational 0.2.4",9332 "num-traits",9333 "parity-scale-codec 3.1.5",9334 "parking_lot 0.12.1",9335 "rand 0.7.3",9336 "retain_mut",9337 "sc-client-api",9338 "sc-consensus",9339 "sc-consensus-epochs",9340 "sc-consensus-slots",9341 "sc-keystore",9342 "sc-telemetry",9343 "schnorrkel",9344 "serde",9345 "sp-api",9346 "sp-application-crypto",9347 "sp-block-builder",9348 "sp-blockchain",9349 "sp-consensus",9350 "sp-consensus-babe",9351 "sp-consensus-slots",9352 "sp-consensus-vrf",9353 "sp-core",9354 "sp-inherents",9355 "sp-io",9356 "sp-keystore",9357 "sp-runtime",9358 "sp-version",9359 "substrate-prometheus-endpoint",9360 "thiserror",9361]93629363[[package]]9364name = "sc-consensus-babe-rpc"9365version = "0.10.0-dev"9366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9367dependencies = [9368 "futures 0.3.21",9369 "jsonrpsee",9370 "sc-consensus-babe",9371 "sc-consensus-epochs",9372 "sc-rpc-api",9373 "serde",9374 "sp-api",9375 "sp-application-crypto",9376 "sp-blockchain",9377 "sp-consensus",9378 "sp-consensus-babe",9379 "sp-core",9380 "sp-keystore",9381 "sp-runtime",9382 "thiserror",9383]93849385[[package]]9386name = "sc-consensus-epochs"9387version = "0.10.0-dev"9388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9389dependencies = [9390 "fork-tree",9391 "parity-scale-codec 3.1.5",9392 "sc-client-api",9393 "sc-consensus",9394 "sp-blockchain",9395 "sp-runtime",9396]93979398[[package]]9399name = "sc-consensus-manual-seal"9400version = "0.10.0-dev"9401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9402dependencies = [9403 "assert_matches",9404 "async-trait",9405 "futures 0.3.21",9406 "jsonrpsee",9407 "log",9408 "parity-scale-codec 3.1.5",9409 "sc-client-api",9410 "sc-consensus",9411 "sc-consensus-aura",9412 "sc-consensus-babe",9413 "sc-consensus-epochs",9414 "sc-transaction-pool",9415 "sc-transaction-pool-api",9416 "serde",9417 "sp-api",9418 "sp-blockchain",9419 "sp-consensus",9420 "sp-consensus-aura",9421 "sp-consensus-babe",9422 "sp-consensus-slots",9423 "sp-core",9424 "sp-inherents",9425 "sp-keystore",9426 "sp-runtime",9427 "sp-timestamp",9428 "substrate-prometheus-endpoint",9429 "thiserror",9430]94319432[[package]]9433name = "sc-consensus-slots"9434version = "0.10.0-dev"9435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9436dependencies = [9437 "async-trait",9438 "futures 0.3.21",9439 "futures-timer",9440 "log",9441 "parity-scale-codec 3.1.5",9442 "sc-client-api",9443 "sc-consensus",9444 "sc-telemetry",9445 "sp-arithmetic",9446 "sp-blockchain",9447 "sp-consensus",9448 "sp-consensus-slots",9449 "sp-core",9450 "sp-inherents",9451 "sp-runtime",9452 "sp-state-machine",9453 "sp-timestamp",9454 "thiserror",9455]94569457[[package]]9458name = "sc-consensus-uncles"9459version = "0.10.0-dev"9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9461dependencies = [9462 "sc-client-api",9463 "sp-authorship",9464 "sp-runtime",9465 "thiserror",9466]94679468[[package]]9469name = "sc-executor"9470version = "0.10.0-dev"9471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9472dependencies = [9473 "lazy_static",9474 "lru 0.7.8",9475 "parity-scale-codec 3.1.5",9476 "parking_lot 0.12.1",9477 "sc-executor-common",9478 "sc-executor-wasmi",9479 "sc-executor-wasmtime",9480 "sp-api",9481 "sp-core",9482 "sp-core-hashing-proc-macro",9483 "sp-externalities",9484 "sp-io",9485 "sp-panic-handler",9486 "sp-runtime-interface",9487 "sp-tasks",9488 "sp-trie",9489 "sp-version",9490 "sp-wasm-interface",9491 "tracing",9492 "wasmi",9493]94949495[[package]]9496name = "sc-executor-common"9497version = "0.10.0-dev"9498source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9499dependencies = [9500 "environmental",9501 "parity-scale-codec 3.1.5",9502 "sc-allocator",9503 "sp-maybe-compressed-blob",9504 "sp-sandbox",9505 "sp-serializer",9506 "sp-wasm-interface",9507 "thiserror",9508 "wasm-instrument",9509 "wasmi",9510]95119512[[package]]9513name = "sc-executor-wasmi"9514version = "0.10.0-dev"9515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9516dependencies = [9517 "log",9518 "parity-scale-codec 3.1.5",9519 "sc-allocator",9520 "sc-executor-common",9521 "sp-runtime-interface",9522 "sp-sandbox",9523 "sp-wasm-interface",9524 "wasmi",9525]95269527[[package]]9528name = "sc-executor-wasmtime"9529version = "0.10.0-dev"9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9531dependencies = [9532 "cfg-if 1.0.0",9533 "libc",9534 "log",9535 "once_cell",9536 "parity-scale-codec 3.1.5",9537 "parity-wasm 0.42.2",9538 "rustix 0.35.7",9539 "sc-allocator",9540 "sc-executor-common",9541 "sp-runtime-interface",9542 "sp-sandbox",9543 "sp-wasm-interface",9544 "wasmtime",9545]95469547[[package]]9548name = "sc-finality-grandpa"9549version = "0.10.0-dev"9550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9551dependencies = [9552 "ahash",9553 "async-trait",9554 "dyn-clone",9555 "finality-grandpa",9556 "fork-tree",9557 "futures 0.3.21",9558 "futures-timer",9559 "hex",9560 "log",9561 "parity-scale-codec 3.1.5",9562 "parking_lot 0.12.1",9563 "rand 0.8.5",9564 "sc-block-builder",9565 "sc-chain-spec",9566 "sc-client-api",9567 "sc-consensus",9568 "sc-keystore",9569 "sc-network",9570 "sc-network-gossip",9571 "sc-telemetry",9572 "sc-utils",9573 "serde_json",9574 "sp-api",9575 "sp-application-crypto",9576 "sp-arithmetic",9577 "sp-blockchain",9578 "sp-consensus",9579 "sp-core",9580 "sp-finality-grandpa",9581 "sp-keystore",9582 "sp-runtime",9583 "substrate-prometheus-endpoint",9584 "thiserror",9585]95869587[[package]]9588name = "sc-finality-grandpa-rpc"9589version = "0.10.0-dev"9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9591dependencies = [9592 "finality-grandpa",9593 "futures 0.3.21",9594 "jsonrpsee",9595 "log",9596 "parity-scale-codec 3.1.5",9597 "sc-client-api",9598 "sc-finality-grandpa",9599 "sc-rpc",9600 "serde",9601 "serde_json",9602 "sp-blockchain",9603 "sp-core",9604 "sp-runtime",9605 "thiserror",9606]96079608[[package]]9609name = "sc-informant"9610version = "0.10.0-dev"9611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9612dependencies = [9613 "ansi_term",9614 "futures 0.3.21",9615 "futures-timer",9616 "log",9617 "parity-util-mem",9618 "sc-client-api",9619 "sc-network",9620 "sc-transaction-pool-api",9621 "sp-blockchain",9622 "sp-runtime",9623]96249625[[package]]9626name = "sc-keystore"9627version = "4.0.0-dev"9628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9629dependencies = [9630 "async-trait",9631 "hex",9632 "parking_lot 0.12.1",9633 "serde_json",9634 "sp-application-crypto",9635 "sp-core",9636 "sp-keystore",9637 "thiserror",9638]96399640[[package]]9641name = "sc-network"9642version = "0.10.0-dev"9643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9644dependencies = [9645 "async-trait",9646 "asynchronous-codec",9647 "bitflags",9648 "bytes",9649 "cid",9650 "either",9651 "fnv",9652 "fork-tree",9653 "futures 0.3.21",9654 "futures-timer",9655 "hex",9656 "ip_network",9657 "libp2p",9658 "linked-hash-map",9659 "linked_hash_set",9660 "log",9661 "lru 0.7.8",9662 "parity-scale-codec 3.1.5",9663 "parking_lot 0.12.1",9664 "pin-project",9665 "prost",9666 "prost-build",9667 "rand 0.7.3",9668 "sc-block-builder",9669 "sc-client-api",9670 "sc-consensus",9671 "sc-network-common",9672 "sc-network-light",9673 "sc-network-sync",9674 "sc-peerset",9675 "sc-utils",9676 "serde",9677 "serde_json",9678 "smallvec",9679 "sp-arithmetic",9680 "sp-blockchain",9681 "sp-consensus",9682 "sp-core",9683 "sp-finality-grandpa",9684 "sp-runtime",9685 "substrate-prometheus-endpoint",9686 "thiserror",9687 "unsigned-varint",9688 "void",9689 "zeroize",9690]96919692[[package]]9693name = "sc-network-common"9694version = "0.10.0-dev"9695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9696dependencies = [9697 "futures 0.3.21",9698 "libp2p",9699 "parity-scale-codec 3.1.5",9700 "prost-build",9701 "sc-peerset",9702 "smallvec",9703]97049705[[package]]9706name = "sc-network-gossip"9707version = "0.10.0-dev"9708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9709dependencies = [9710 "ahash",9711 "futures 0.3.21",9712 "futures-timer",9713 "libp2p",9714 "log",9715 "lru 0.7.8",9716 "sc-network",9717 "sp-runtime",9718 "substrate-prometheus-endpoint",9719 "tracing",9720]97219722[[package]]9723name = "sc-network-light"9724version = "0.10.0-dev"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9726dependencies = [9727 "futures 0.3.21",9728 "libp2p",9729 "log",9730 "parity-scale-codec 3.1.5",9731 "prost",9732 "prost-build",9733 "sc-client-api",9734 "sc-network-common",9735 "sc-peerset",9736 "sp-blockchain",9737 "sp-core",9738 "sp-runtime",9739 "thiserror",9740]97419742[[package]]9743name = "sc-network-sync"9744version = "0.10.0-dev"9745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9746dependencies = [9747 "bitflags",9748 "either",9749 "fork-tree",9750 "futures 0.3.21",9751 "libp2p",9752 "log",9753 "lru 0.7.8",9754 "parity-scale-codec 3.1.5",9755 "prost",9756 "prost-build",9757 "sc-client-api",9758 "sc-consensus",9759 "sc-network-common",9760 "sc-peerset",9761 "smallvec",9762 "sp-arithmetic",9763 "sp-blockchain",9764 "sp-consensus",9765 "sp-core",9766 "sp-finality-grandpa",9767 "sp-runtime",9768 "thiserror",9769]97709771[[package]]9772name = "sc-offchain"9773version = "4.0.0-dev"9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9775dependencies = [9776 "bytes",9777 "fnv",9778 "futures 0.3.21",9779 "futures-timer",9780 "hex",9781 "hyper",9782 "hyper-rustls",9783 "num_cpus",9784 "once_cell",9785 "parity-scale-codec 3.1.5",9786 "parking_lot 0.12.1",9787 "rand 0.7.3",9788 "sc-client-api",9789 "sc-network",9790 "sc-utils",9791 "sp-api",9792 "sp-core",9793 "sp-offchain",9794 "sp-runtime",9795 "threadpool",9796 "tracing",9797]97989799[[package]]9800name = "sc-peerset"9801version = "4.0.0-dev"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9803dependencies = [9804 "futures 0.3.21",9805 "libp2p",9806 "log",9807 "sc-utils",9808 "serde_json",9809 "wasm-timer",9810]98119812[[package]]9813name = "sc-proposer-metrics"9814version = "0.10.0-dev"9815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9816dependencies = [9817 "log",9818 "substrate-prometheus-endpoint",9819]98209821[[package]]9822name = "sc-rpc"9823version = "4.0.0-dev"9824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9825dependencies = [9826 "futures 0.3.21",9827 "hash-db",9828 "jsonrpsee",9829 "log",9830 "parity-scale-codec 3.1.5",9831 "parking_lot 0.12.1",9832 "sc-block-builder",9833 "sc-chain-spec",9834 "sc-client-api",9835 "sc-rpc-api",9836 "sc-tracing",9837 "sc-transaction-pool-api",9838 "sc-utils",9839 "serde_json",9840 "sp-api",9841 "sp-blockchain",9842 "sp-core",9843 "sp-keystore",9844 "sp-offchain",9845 "sp-rpc",9846 "sp-runtime",9847 "sp-session",9848 "sp-version",9849]98509851[[package]]9852name = "sc-rpc-api"9853version = "0.10.0-dev"9854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9855dependencies = [9856 "futures 0.3.21",9857 "jsonrpsee",9858 "log",9859 "parity-scale-codec 3.1.5",9860 "parking_lot 0.12.1",9861 "sc-chain-spec",9862 "sc-transaction-pool-api",9863 "scale-info",9864 "serde",9865 "serde_json",9866 "sp-core",9867 "sp-rpc",9868 "sp-runtime",9869 "sp-tracing",9870 "sp-version",9871 "thiserror",9872]98739874[[package]]9875name = "sc-rpc-server"9876version = "4.0.0-dev"9877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9878dependencies = [9879 "futures 0.3.21",9880 "jsonrpsee",9881 "log",9882 "serde_json",9883 "substrate-prometheus-endpoint",9884 "tokio",9885]98869887[[package]]9888name = "sc-service"9889version = "0.10.0-dev"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9891dependencies = [9892 "async-trait",9893 "directories",9894 "exit-future",9895 "futures 0.3.21",9896 "futures-timer",9897 "hash-db",9898 "jsonrpsee",9899 "log",9900 "parity-scale-codec 3.1.5",9901 "parity-util-mem",9902 "parking_lot 0.12.1",9903 "pin-project",9904 "rand 0.7.3",9905 "sc-block-builder",9906 "sc-chain-spec",9907 "sc-client-api",9908 "sc-client-db",9909 "sc-consensus",9910 "sc-executor",9911 "sc-informant",9912 "sc-keystore",9913 "sc-network",9914 "sc-network-common",9915 "sc-offchain",9916 "sc-rpc",9917 "sc-rpc-server",9918 "sc-sysinfo",9919 "sc-telemetry",9920 "sc-tracing",9921 "sc-transaction-pool",9922 "sc-transaction-pool-api",9923 "sc-utils",9924 "serde",9925 "serde_json",9926 "sp-api",9927 "sp-application-crypto",9928 "sp-block-builder",9929 "sp-blockchain",9930 "sp-consensus",9931 "sp-core",9932 "sp-externalities",9933 "sp-inherents",9934 "sp-keystore",9935 "sp-runtime",9936 "sp-session",9937 "sp-state-machine",9938 "sp-storage",9939 "sp-tracing",9940 "sp-transaction-pool",9941 "sp-transaction-storage-proof",9942 "sp-trie",9943 "sp-version",9944 "substrate-prometheus-endpoint",9945 "tempfile",9946 "thiserror",9947 "tokio",9948 "tracing",9949 "tracing-futures",9950]99519952[[package]]9953name = "sc-state-db"9954version = "0.10.0-dev"9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9956dependencies = [9957 "log",9958 "parity-scale-codec 3.1.5",9959 "parity-util-mem",9960 "parity-util-mem-derive",9961 "parking_lot 0.12.1",9962 "sc-client-api",9963 "sp-core",9964]99659966[[package]]9967name = "sc-sync-state-rpc"9968version = "0.10.0-dev"9969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9970dependencies = [9971 "jsonrpsee",9972 "parity-scale-codec 3.1.5",9973 "sc-chain-spec",9974 "sc-client-api",9975 "sc-consensus-babe",9976 "sc-consensus-epochs",9977 "sc-finality-grandpa",9978 "serde",9979 "serde_json",9980 "sp-blockchain",9981 "sp-runtime",9982 "thiserror",9983]99849985[[package]]9986name = "sc-sysinfo"9987version = "6.0.0-dev"9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9989dependencies = [9990 "futures 0.3.21",9991 "libc",9992 "log",9993 "rand 0.7.3",9994 "rand_pcg 0.2.1",9995 "regex",9996 "sc-telemetry",9997 "serde",9998 "serde_json",9999 "sp-core",10000 "sp-io",10001 "sp-std",10002]1000310004[[package]]10005name = "sc-telemetry"10006version = "4.0.0-dev"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10008dependencies = [10009 "chrono",10010 "futures 0.3.21",10011 "libp2p",10012 "log",10013 "parking_lot 0.12.1",10014 "pin-project",10015 "rand 0.7.3",10016 "serde",10017 "serde_json",10018 "thiserror",10019 "wasm-timer",10020]1002110022[[package]]10023name = "sc-tracing"10024version = "4.0.0-dev"10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10026dependencies = [10027 "ansi_term",10028 "atty",10029 "chrono",10030 "lazy_static",10031 "libc",10032 "log",10033 "once_cell",10034 "parking_lot 0.12.1",10035 "regex",10036 "rustc-hash",10037 "sc-client-api",10038 "sc-rpc-server",10039 "sc-tracing-proc-macro",10040 "serde",10041 "sp-api",10042 "sp-blockchain",10043 "sp-core",10044 "sp-rpc",10045 "sp-runtime",10046 "sp-tracing",10047 "thiserror",10048 "tracing",10049 "tracing-log",10050 "tracing-subscriber",10051]1005210053[[package]]10054name = "sc-tracing-proc-macro"10055version = "4.0.0-dev"10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10057dependencies = [10058 "proc-macro-crate",10059 "proc-macro2",10060 "quote",10061 "syn",10062]1006310064[[package]]10065name = "sc-transaction-pool"10066version = "4.0.0-dev"10067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10068dependencies = [10069 "futures 0.3.21",10070 "futures-timer",10071 "linked-hash-map",10072 "log",10073 "parity-scale-codec 3.1.5",10074 "parity-util-mem",10075 "parking_lot 0.12.1",10076 "retain_mut",10077 "sc-client-api",10078 "sc-transaction-pool-api",10079 "sc-utils",10080 "serde",10081 "sp-api",10082 "sp-blockchain",10083 "sp-core",10084 "sp-runtime",10085 "sp-tracing",10086 "sp-transaction-pool",10087 "substrate-prometheus-endpoint",10088 "thiserror",10089]1009010091[[package]]10092name = "sc-transaction-pool-api"10093version = "4.0.0-dev"10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10095dependencies = [10096 "futures 0.3.21",10097 "log",10098 "serde",10099 "sp-blockchain",10100 "sp-runtime",10101 "thiserror",10102]1010310104[[package]]10105name = "sc-utils"10106version = "4.0.0-dev"10107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10108dependencies = [10109 "futures 0.3.21",10110 "futures-timer",10111 "lazy_static",10112 "log",10113 "parking_lot 0.12.1",10114 "prometheus",10115]1011610117[[package]]10118name = "scale-info"10119version = "2.1.2"10120source = "registry+https://github.com/rust-lang/crates.io-index"10121checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10122dependencies = [10123 "bitvec 1.0.1",10124 "cfg-if 1.0.0",10125 "derive_more",10126 "parity-scale-codec 3.1.5",10127 "scale-info-derive",10128 "serde",10129]1013010131[[package]]10132name = "scale-info-derive"10133version = "2.1.2"10134source = "registry+https://github.com/rust-lang/crates.io-index"10135checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10136dependencies = [10137 "proc-macro-crate",10138 "proc-macro2",10139 "quote",10140 "syn",10141]1014210143[[package]]10144name = "schannel"10145version = "0.1.20"10146source = "registry+https://github.com/rust-lang/crates.io-index"10147checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10148dependencies = [10149 "lazy_static",10150 "windows-sys",10151]1015210153[[package]]10154name = "schnorrkel"10155version = "0.9.1"10156source = "registry+https://github.com/rust-lang/crates.io-index"10157checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10158dependencies = [10159 "arrayref",10160 "arrayvec 0.5.2",10161 "curve25519-dalek 2.1.3",10162 "getrandom 0.1.16",10163 "merlin",10164 "rand 0.7.3",10165 "rand_core 0.5.1",10166 "sha2 0.8.2",10167 "subtle",10168 "zeroize",10169]1017010171[[package]]10172name = "scopeguard"10173version = "1.1.0"10174source = "registry+https://github.com/rust-lang/crates.io-index"10175checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1017610177[[package]]10178name = "sct"10179version = "0.7.0"10180source = "registry+https://github.com/rust-lang/crates.io-index"10181checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10182dependencies = [10183 "ring",10184 "untrusted",10185]1018610187[[package]]10188name = "sec1"10189version = "0.2.1"10190source = "registry+https://github.com/rust-lang/crates.io-index"10191checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10192dependencies = [10193 "der",10194 "generic-array 0.14.5",10195 "subtle",10196 "zeroize",10197]1019810199[[package]]10200name = "secp256k1"10201version = "0.21.3"10202source = "registry+https://github.com/rust-lang/crates.io-index"10203checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10204dependencies = [10205 "secp256k1-sys",10206]1020710208[[package]]10209name = "secp256k1-sys"10210version = "0.4.2"10211source = "registry+https://github.com/rust-lang/crates.io-index"10212checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10213dependencies = [10214 "cc",10215]1021610217[[package]]10218name = "secrecy"10219version = "0.8.0"10220source = "registry+https://github.com/rust-lang/crates.io-index"10221checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10222dependencies = [10223 "zeroize",10224]1022510226[[package]]10227name = "security-framework"10228version = "2.6.1"10229source = "registry+https://github.com/rust-lang/crates.io-index"10230checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10231dependencies = [10232 "bitflags",10233 "core-foundation",10234 "core-foundation-sys",10235 "libc",10236 "security-framework-sys",10237]1023810239[[package]]10240name = "security-framework-sys"10241version = "2.6.1"10242source = "registry+https://github.com/rust-lang/crates.io-index"10243checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10244dependencies = [10245 "core-foundation-sys",10246 "libc",10247]1024810249[[package]]10250name = "semver"10251version = "0.6.0"10252source = "registry+https://github.com/rust-lang/crates.io-index"10253checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10254dependencies = [10255 "semver-parser",10256]1025710258[[package]]10259name = "semver"10260version = "0.9.0"10261source = "registry+https://github.com/rust-lang/crates.io-index"10262checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10263dependencies = [10264 "semver-parser",10265]1026610267[[package]]10268name = "semver"10269version = "1.0.12"10270source = "registry+https://github.com/rust-lang/crates.io-index"10271checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"10272dependencies = [10273 "serde",10274]1027510276[[package]]10277name = "semver-parser"10278version = "0.7.0"10279source = "registry+https://github.com/rust-lang/crates.io-index"10280checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1028110282[[package]]10283name = "serde"10284version = "1.0.140"10285source = "registry+https://github.com/rust-lang/crates.io-index"10286checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"10287dependencies = [10288 "serde_derive",10289]1029010291[[package]]10292name = "serde_derive"10293version = "1.0.140"10294source = "registry+https://github.com/rust-lang/crates.io-index"10295checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"10296dependencies = [10297 "proc-macro2",10298 "quote",10299 "syn",10300]1030110302[[package]]10303name = "serde_json"10304version = "1.0.82"10305source = "registry+https://github.com/rust-lang/crates.io-index"10306checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"10307dependencies = [10308 "itoa 1.0.2",10309 "ryu",10310 "serde",10311]1031210313[[package]]10314name = "serde_nanos"10315version = "0.1.2"10316source = "registry+https://github.com/rust-lang/crates.io-index"10317checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10318dependencies = [10319 "serde",10320]1032110322[[package]]10323name = "sha-1"10324version = "0.8.2"10325source = "registry+https://github.com/rust-lang/crates.io-index"10326checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10327dependencies = [10328 "block-buffer 0.7.3",10329 "digest 0.8.1",10330 "fake-simd",10331 "opaque-debug 0.2.3",10332]1033310334[[package]]10335name = "sha-1"10336version = "0.9.8"10337source = "registry+https://github.com/rust-lang/crates.io-index"10338checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10339dependencies = [10340 "block-buffer 0.9.0",10341 "cfg-if 1.0.0",10342 "cpufeatures",10343 "digest 0.9.0",10344 "opaque-debug 0.3.0",10345]1034610347[[package]]10348name = "sha2"10349version = "0.8.2"10350source = "registry+https://github.com/rust-lang/crates.io-index"10351checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10352dependencies = [10353 "block-buffer 0.7.3",10354 "digest 0.8.1",10355 "fake-simd",10356 "opaque-debug 0.2.3",10357]1035810359[[package]]10360name = "sha2"10361version = "0.9.9"10362source = "registry+https://github.com/rust-lang/crates.io-index"10363checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10364dependencies = [10365 "block-buffer 0.9.0",10366 "cfg-if 1.0.0",10367 "cpufeatures",10368 "digest 0.9.0",10369 "opaque-debug 0.3.0",10370]1037110372[[package]]10373name = "sha2"10374version = "0.10.2"10375source = "registry+https://github.com/rust-lang/crates.io-index"10376checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10377dependencies = [10378 "cfg-if 1.0.0",10379 "cpufeatures",10380 "digest 0.10.3",10381]1038210383[[package]]10384name = "sha3"10385version = "0.9.1"10386source = "registry+https://github.com/rust-lang/crates.io-index"10387checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10388dependencies = [10389 "block-buffer 0.9.0",10390 "digest 0.9.0",10391 "keccak",10392 "opaque-debug 0.3.0",10393]1039410395[[package]]10396name = "sha3"10397version = "0.10.1"10398source = "registry+https://github.com/rust-lang/crates.io-index"10399checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10400dependencies = [10401 "digest 0.10.3",10402 "keccak",10403]1040410405[[package]]10406name = "sharded-slab"10407version = "0.1.4"10408source = "registry+https://github.com/rust-lang/crates.io-index"10409checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10410dependencies = [10411 "lazy_static",10412]1041310414[[package]]10415name = "shlex"10416version = "1.1.0"10417source = "registry+https://github.com/rust-lang/crates.io-index"10418checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1041910420[[package]]10421name = "signal-hook"10422version = "0.3.14"10423source = "registry+https://github.com/rust-lang/crates.io-index"10424checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10425dependencies = [10426 "libc",10427 "signal-hook-registry",10428]1042910430[[package]]10431name = "signal-hook-registry"10432version = "1.4.0"10433source = "registry+https://github.com/rust-lang/crates.io-index"10434checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10435dependencies = [10436 "libc",10437]1043810439[[package]]10440name = "signature"10441version = "1.4.0"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10444dependencies = [10445 "digest 0.9.0",10446 "rand_core 0.6.3",10447]1044810449[[package]]10450name = "simba"10451version = "0.5.1"10452source = "registry+https://github.com/rust-lang/crates.io-index"10453checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10454dependencies = [10455 "approx",10456 "num-complex",10457 "num-traits",10458 "paste",10459]1046010461[[package]]10462name = "slab"10463version = "0.4.7"10464source = "registry+https://github.com/rust-lang/crates.io-index"10465checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10466dependencies = [10467 "autocfg",10468]1046910470[[package]]10471name = "slice-group-by"10472version = "0.3.0"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1047510476[[package]]10477name = "slot-range-helper"10478version = "0.9.26"10479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"10480dependencies = [10481 "enumn",10482 "parity-scale-codec 3.1.5",10483 "paste",10484 "sp-runtime",10485 "sp-std",10486]1048710488[[package]]10489name = "slotmap"10490version = "1.0.6"10491source = "registry+https://github.com/rust-lang/crates.io-index"10492checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10493dependencies = [10494 "version_check",10495]1049610497[[package]]10498name = "smallvec"10499version = "1.9.0"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"1050210503[[package]]10504name = "snap"10505version = "1.0.5"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1050810509[[package]]10510name = "snow"10511version = "0.9.0"10512source = "registry+https://github.com/rust-lang/crates.io-index"10513checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10514dependencies = [10515 "aes-gcm",10516 "blake2",10517 "chacha20poly1305",10518 "curve25519-dalek 4.0.0-pre.1",10519 "rand_core 0.6.3",10520 "ring",10521 "rustc_version 0.4.0",10522 "sha2 0.10.2",10523 "subtle",10524]1052510526[[package]]10527name = "socket2"10528version = "0.4.4"10529source = "registry+https://github.com/rust-lang/crates.io-index"10530checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10531dependencies = [10532 "libc",10533 "winapi",10534]1053510536[[package]]10537name = "soketto"10538version = "0.7.1"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10541dependencies = [10542 "base64",10543 "bytes",10544 "flate2",10545 "futures 0.3.21",10546 "httparse",10547 "log",10548 "rand 0.8.5",10549 "sha-1 0.9.8",10550]1055110552[[package]]10553name = "sp-api"10554version = "4.0.0-dev"10555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10556dependencies = [10557 "hash-db",10558 "log",10559 "parity-scale-codec 3.1.5",10560 "sp-api-proc-macro",10561 "sp-core",10562 "sp-runtime",10563 "sp-state-machine",10564 "sp-std",10565 "sp-version",10566 "thiserror",10567]1056810569[[package]]10570name = "sp-api-proc-macro"10571version = "4.0.0-dev"10572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10573dependencies = [10574 "blake2",10575 "proc-macro-crate",10576 "proc-macro2",10577 "quote",10578 "syn",10579]1058010581[[package]]10582name = "sp-application-crypto"10583version = "6.0.0"10584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10585dependencies = [10586 "parity-scale-codec 3.1.5",10587 "scale-info",10588 "serde",10589 "sp-core",10590 "sp-io",10591 "sp-std",10592]1059310594[[package]]10595name = "sp-arithmetic"10596version = "5.0.0"10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10598dependencies = [10599 "integer-sqrt",10600 "num-traits",10601 "parity-scale-codec 3.1.5",10602 "scale-info",10603 "serde",10604 "sp-debug-derive",10605 "sp-std",10606 "static_assertions",10607]1060810609[[package]]10610name = "sp-authority-discovery"10611version = "4.0.0-dev"10612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10613dependencies = [10614 "parity-scale-codec 3.1.5",10615 "scale-info",10616 "sp-api",10617 "sp-application-crypto",10618 "sp-runtime",10619 "sp-std",10620]1062110622[[package]]10623name = "sp-authorship"10624version = "4.0.0-dev"10625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10626dependencies = [10627 "async-trait",10628 "parity-scale-codec 3.1.5",10629 "sp-inherents",10630 "sp-runtime",10631 "sp-std",10632]1063310634[[package]]10635name = "sp-block-builder"10636version = "4.0.0-dev"10637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10638dependencies = [10639 "parity-scale-codec 3.1.5",10640 "sp-api",10641 "sp-inherents",10642 "sp-runtime",10643 "sp-std",10644]1064510646[[package]]10647name = "sp-blockchain"10648version = "4.0.0-dev"10649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10650dependencies = [10651 "futures 0.3.21",10652 "log",10653 "lru 0.7.8",10654 "parity-scale-codec 3.1.5",10655 "parking_lot 0.12.1",10656 "sp-api",10657 "sp-consensus",10658 "sp-database",10659 "sp-runtime",10660 "sp-state-machine",10661 "thiserror",10662]1066310664[[package]]10665name = "sp-consensus"10666version = "0.10.0-dev"10667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10668dependencies = [10669 "async-trait",10670 "futures 0.3.21",10671 "futures-timer",10672 "log",10673 "parity-scale-codec 3.1.5",10674 "sp-core",10675 "sp-inherents",10676 "sp-runtime",10677 "sp-state-machine",10678 "sp-std",10679 "sp-version",10680 "thiserror",10681]1068210683[[package]]10684name = "sp-consensus-aura"10685version = "0.10.0-dev"10686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10687dependencies = [10688 "async-trait",10689 "parity-scale-codec 3.1.5",10690 "scale-info",10691 "sp-api",10692 "sp-application-crypto",10693 "sp-consensus",10694 "sp-consensus-slots",10695 "sp-inherents",10696 "sp-runtime",10697 "sp-std",10698 "sp-timestamp",10699]1070010701[[package]]10702name = "sp-consensus-babe"10703version = "0.10.0-dev"10704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10705dependencies = [10706 "async-trait",10707 "merlin",10708 "parity-scale-codec 3.1.5",10709 "scale-info",10710 "serde",10711 "sp-api",10712 "sp-application-crypto",10713 "sp-consensus",10714 "sp-consensus-slots",10715 "sp-consensus-vrf",10716 "sp-core",10717 "sp-inherents",10718 "sp-keystore",10719 "sp-runtime",10720 "sp-std",10721 "sp-timestamp",10722]1072310724[[package]]10725name = "sp-consensus-slots"10726version = "0.10.0-dev"10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10728dependencies = [10729 "parity-scale-codec 3.1.5",10730 "scale-info",10731 "serde",10732 "sp-arithmetic",10733 "sp-runtime",10734 "sp-std",10735 "sp-timestamp",10736]1073710738[[package]]10739name = "sp-consensus-vrf"10740version = "0.10.0-dev"10741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10742dependencies = [10743 "parity-scale-codec 3.1.5",10744 "scale-info",10745 "schnorrkel",10746 "sp-core",10747 "sp-runtime",10748 "sp-std",10749]1075010751[[package]]10752name = "sp-core"10753version = "6.0.0"10754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10755dependencies = [10756 "base58",10757 "bitflags",10758 "blake2-rfc",10759 "byteorder",10760 "dyn-clonable",10761 "ed25519-dalek",10762 "futures 0.3.21",10763 "hash-db",10764 "hash256-std-hasher",10765 "hex",10766 "impl-serde",10767 "lazy_static",10768 "libsecp256k1",10769 "log",10770 "merlin",10771 "num-traits",10772 "parity-scale-codec 3.1.5",10773 "parity-util-mem",10774 "parking_lot 0.12.1",10775 "primitive-types",10776 "rand 0.7.3",10777 "regex",10778 "scale-info",10779 "schnorrkel",10780 "secp256k1",10781 "secrecy",10782 "serde",10783 "sp-core-hashing",10784 "sp-debug-derive",10785 "sp-externalities",10786 "sp-runtime-interface",10787 "sp-std",10788 "sp-storage",10789 "ss58-registry",10790 "substrate-bip39",10791 "thiserror",10792 "tiny-bip39",10793 "wasmi",10794 "zeroize",10795]1079610797[[package]]10798name = "sp-core-hashing"10799version = "4.0.0"10800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10801dependencies = [10802 "blake2",10803 "byteorder",10804 "digest 0.10.3",10805 "sha2 0.10.2",10806 "sha3 0.10.1",10807 "sp-std",10808 "twox-hash",10809]1081010811[[package]]10812name = "sp-core-hashing-proc-macro"10813version = "5.0.0"10814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10815dependencies = [10816 "proc-macro2",10817 "quote",10818 "sp-core-hashing",10819 "syn",10820]1082110822[[package]]10823name = "sp-database"10824version = "4.0.0-dev"10825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10826dependencies = [10827 "kvdb",10828 "parking_lot 0.12.1",10829]1083010831[[package]]10832name = "sp-debug-derive"10833version = "4.0.0"10834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10835dependencies = [10836 "proc-macro2",10837 "quote",10838 "syn",10839]1084010841[[package]]10842name = "sp-externalities"10843version = "0.12.0"10844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10845dependencies = [10846 "environmental",10847 "parity-scale-codec 3.1.5",10848 "sp-std",10849 "sp-storage",10850]1085110852[[package]]10853name = "sp-finality-grandpa"10854version = "4.0.0-dev"10855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10856dependencies = [10857 "finality-grandpa",10858 "log",10859 "parity-scale-codec 3.1.5",10860 "scale-info",10861 "serde",10862 "sp-api",10863 "sp-application-crypto",10864 "sp-core",10865 "sp-keystore",10866 "sp-runtime",10867 "sp-std",10868]1086910870[[package]]10871name = "sp-inherents"10872version = "4.0.0-dev"10873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10874dependencies = [10875 "async-trait",10876 "impl-trait-for-tuples",10877 "parity-scale-codec 3.1.5",10878 "sp-core",10879 "sp-runtime",10880 "sp-std",10881 "thiserror",10882]1088310884[[package]]10885name = "sp-io"10886version = "6.0.0"10887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10888dependencies = [10889 "futures 0.3.21",10890 "hash-db",10891 "libsecp256k1",10892 "log",10893 "parity-scale-codec 3.1.5",10894 "parking_lot 0.12.1",10895 "secp256k1",10896 "sp-core",10897 "sp-externalities",10898 "sp-keystore",10899 "sp-runtime-interface",10900 "sp-state-machine",10901 "sp-std",10902 "sp-tracing",10903 "sp-trie",10904 "sp-wasm-interface",10905 "tracing",10906 "tracing-core",10907]1090810909[[package]]10910name = "sp-keyring"10911version = "6.0.0"10912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10913dependencies = [10914 "lazy_static",10915 "sp-core",10916 "sp-runtime",10917 "strum 0.23.0",10918]1091910920[[package]]10921name = "sp-keystore"10922version = "0.12.0"10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10924dependencies = [10925 "async-trait",10926 "futures 0.3.21",10927 "merlin",10928 "parity-scale-codec 3.1.5",10929 "parking_lot 0.12.1",10930 "schnorrkel",10931 "serde",10932 "sp-core",10933 "sp-externalities",10934 "thiserror",10935]1093610937[[package]]10938name = "sp-maybe-compressed-blob"10939version = "4.1.0-dev"10940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10941dependencies = [10942 "thiserror",10943 "zstd",10944]1094510946[[package]]10947name = "sp-mmr-primitives"10948version = "4.0.0-dev"10949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10950dependencies = [10951 "log",10952 "parity-scale-codec 3.1.5",10953 "serde",10954 "sp-api",10955 "sp-core",10956 "sp-debug-derive",10957 "sp-runtime",10958 "sp-std",10959]1096010961[[package]]10962name = "sp-npos-elections"10963version = "4.0.0-dev"10964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10965dependencies = [10966 "parity-scale-codec 3.1.5",10967 "scale-info",10968 "serde",10969 "sp-arithmetic",10970 "sp-core",10971 "sp-runtime",10972 "sp-std",10973]1097410975[[package]]10976name = "sp-offchain"10977version = "4.0.0-dev"10978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10979dependencies = [10980 "sp-api",10981 "sp-core",10982 "sp-runtime",10983]1098410985[[package]]10986name = "sp-panic-handler"10987version = "4.0.0"10988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10989dependencies = [10990 "backtrace",10991 "lazy_static",10992 "regex",10993]1099410995[[package]]10996name = "sp-rpc"10997version = "6.0.0"10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10999dependencies = [11000 "rustc-hash",11001 "serde",11002 "sp-core",11003]1100411005[[package]]11006name = "sp-runtime"11007version = "6.0.0"11008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11009dependencies = [11010 "either",11011 "hash256-std-hasher",11012 "impl-trait-for-tuples",11013 "log",11014 "parity-scale-codec 3.1.5",11015 "parity-util-mem",11016 "paste",11017 "rand 0.7.3",11018 "scale-info",11019 "serde",11020 "sp-application-crypto",11021 "sp-arithmetic",11022 "sp-core",11023 "sp-io",11024 "sp-std",11025]1102611027[[package]]11028name = "sp-runtime-interface"11029version = "6.0.0"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11031dependencies = [11032 "impl-trait-for-tuples",11033 "parity-scale-codec 3.1.5",11034 "primitive-types",11035 "sp-externalities",11036 "sp-runtime-interface-proc-macro",11037 "sp-std",11038 "sp-storage",11039 "sp-tracing",11040 "sp-wasm-interface",11041 "static_assertions",11042]1104311044[[package]]11045name = "sp-runtime-interface-proc-macro"11046version = "5.0.0"11047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11048dependencies = [11049 "Inflector",11050 "proc-macro-crate",11051 "proc-macro2",11052 "quote",11053 "syn",11054]1105511056[[package]]11057name = "sp-sandbox"11058version = "0.10.0-dev"11059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11060dependencies = [11061 "log",11062 "parity-scale-codec 3.1.5",11063 "sp-core",11064 "sp-io",11065 "sp-std",11066 "sp-wasm-interface",11067 "wasmi",11068]1106911070[[package]]11071name = "sp-serializer"11072version = "4.0.0-dev"11073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11074dependencies = [11075 "serde",11076 "serde_json",11077]1107811079[[package]]11080name = "sp-session"11081version = "4.0.0-dev"11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11083dependencies = [11084 "parity-scale-codec 3.1.5",11085 "scale-info",11086 "sp-api",11087 "sp-core",11088 "sp-runtime",11089 "sp-staking",11090 "sp-std",11091]1109211093[[package]]11094name = "sp-staking"11095version = "4.0.0-dev"11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11097dependencies = [11098 "parity-scale-codec 3.1.5",11099 "scale-info",11100 "sp-runtime",11101 "sp-std",11102]1110311104[[package]]11105name = "sp-state-machine"11106version = "0.12.0"11107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11108dependencies = [11109 "hash-db",11110 "log",11111 "num-traits",11112 "parity-scale-codec 3.1.5",11113 "parking_lot 0.12.1",11114 "rand 0.7.3",11115 "smallvec",11116 "sp-core",11117 "sp-externalities",11118 "sp-panic-handler",11119 "sp-std",11120 "sp-trie",11121 "thiserror",11122 "tracing",11123 "trie-root",11124]1112511126[[package]]11127name = "sp-std"11128version = "4.0.0"11129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"1113011131[[package]]11132name = "sp-storage"11133version = "6.0.0"11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11135dependencies = [11136 "impl-serde",11137 "parity-scale-codec 3.1.5",11138 "ref-cast",11139 "serde",11140 "sp-debug-derive",11141 "sp-std",11142]1114311144[[package]]11145name = "sp-tasks"11146version = "4.0.0-dev"11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11148dependencies = [11149 "log",11150 "sp-core",11151 "sp-externalities",11152 "sp-io",11153 "sp-runtime-interface",11154 "sp-std",11155]1115611157[[package]]11158name = "sp-timestamp"11159version = "4.0.0-dev"11160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11161dependencies = [11162 "async-trait",11163 "futures-timer",11164 "log",11165 "parity-scale-codec 3.1.5",11166 "sp-api",11167 "sp-inherents",11168 "sp-runtime",11169 "sp-std",11170 "thiserror",11171]1117211173[[package]]11174name = "sp-tracing"11175version = "5.0.0"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11177dependencies = [11178 "parity-scale-codec 3.1.5",11179 "sp-std",11180 "tracing",11181 "tracing-core",11182 "tracing-subscriber",11183]1118411185[[package]]11186name = "sp-transaction-pool"11187version = "4.0.0-dev"11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11189dependencies = [11190 "sp-api",11191 "sp-runtime",11192]1119311194[[package]]11195name = "sp-transaction-storage-proof"11196version = "4.0.0-dev"11197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11198dependencies = [11199 "async-trait",11200 "log",11201 "parity-scale-codec 3.1.5",11202 "scale-info",11203 "sp-core",11204 "sp-inherents",11205 "sp-runtime",11206 "sp-std",11207 "sp-trie",11208]1120911210[[package]]11211name = "sp-trie"11212version = "6.0.0"11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11214dependencies = [11215 "hash-db",11216 "memory-db",11217 "parity-scale-codec 3.1.5",11218 "scale-info",11219 "sp-core",11220 "sp-std",11221 "thiserror",11222 "trie-db",11223 "trie-root",11224]1122511226[[package]]11227name = "sp-version"11228version = "5.0.0"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11230dependencies = [11231 "impl-serde",11232 "parity-scale-codec 3.1.5",11233 "parity-wasm 0.42.2",11234 "scale-info",11235 "serde",11236 "sp-core-hashing-proc-macro",11237 "sp-runtime",11238 "sp-std",11239 "sp-version-proc-macro",11240 "thiserror",11241]1124211243[[package]]11244name = "sp-version-proc-macro"11245version = "4.0.0-dev"11246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11247dependencies = [11248 "parity-scale-codec 3.1.5",11249 "proc-macro2",11250 "quote",11251 "syn",11252]1125311254[[package]]11255name = "sp-wasm-interface"11256version = "6.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11258dependencies = [11259 "impl-trait-for-tuples",11260 "log",11261 "parity-scale-codec 3.1.5",11262 "sp-std",11263 "wasmi",11264 "wasmtime",11265]1126611267[[package]]11268name = "spin"11269version = "0.5.2"11270source = "registry+https://github.com/rust-lang/crates.io-index"11271checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1127211273[[package]]11274name = "ss58-registry"11275version = "1.25.0"11276source = "registry+https://github.com/rust-lang/crates.io-index"11277checksum = "a039906277e0d8db996cd9d1ef19278c10209d994ecfc1025ced16342873a17c"11278dependencies = [11279 "Inflector",11280 "num-format",11281 "proc-macro2",11282 "quote",11283 "serde",11284 "serde_json",11285 "unicode-xid",11286]1128711288[[package]]11289name = "stable_deref_trait"11290version = "1.2.0"11291source = "registry+https://github.com/rust-lang/crates.io-index"11292checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1129311294[[package]]11295name = "static_assertions"11296version = "1.1.0"11297source = "registry+https://github.com/rust-lang/crates.io-index"11298checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1129911300[[package]]11301name = "static_init"11302version = "0.5.2"11303source = "registry+https://github.com/rust-lang/crates.io-index"11304checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11305dependencies = [11306 "cfg_aliases",11307 "libc",11308 "parking_lot 0.11.2",11309 "static_init_macro",11310]1131111312[[package]]11313name = "static_init_macro"11314version = "0.5.0"11315source = "registry+https://github.com/rust-lang/crates.io-index"11316checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11317dependencies = [11318 "cfg_aliases",11319 "memchr",11320 "proc-macro2",11321 "quote",11322 "syn",11323]1132411325[[package]]11326name = "statrs"11327version = "0.15.0"11328source = "registry+https://github.com/rust-lang/crates.io-index"11329checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11330dependencies = [11331 "approx",11332 "lazy_static",11333 "nalgebra",11334 "num-traits",11335 "rand 0.8.5",11336]1133711338[[package]]11339name = "strsim"11340version = "0.10.0"11341source = "registry+https://github.com/rust-lang/crates.io-index"11342checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1134311344[[package]]11345name = "struct-versioning"11346version = "0.1.0"11347dependencies = [11348 "quote",11349 "syn",11350]1135111352[[package]]11353name = "strum"11354version = "0.23.0"11355source = "registry+https://github.com/rust-lang/crates.io-index"11356checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11357dependencies = [11358 "strum_macros 0.23.1",11359]1136011361[[package]]11362name = "strum"11363version = "0.24.1"11364source = "registry+https://github.com/rust-lang/crates.io-index"11365checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11366dependencies = [11367 "strum_macros 0.24.2",11368]1136911370[[package]]11371name = "strum_macros"11372version = "0.23.1"11373source = "registry+https://github.com/rust-lang/crates.io-index"11374checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11375dependencies = [11376 "heck 0.3.3",11377 "proc-macro2",11378 "quote",11379 "rustversion",11380 "syn",11381]1138211383[[package]]11384name = "strum_macros"11385version = "0.24.2"11386source = "registry+https://github.com/rust-lang/crates.io-index"11387checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"11388dependencies = [11389 "heck 0.4.0",11390 "proc-macro2",11391 "quote",11392 "rustversion",11393 "syn",11394]1139511396[[package]]11397name = "substrate-bip39"11398version = "0.4.4"11399source = "registry+https://github.com/rust-lang/crates.io-index"11400checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11401dependencies = [11402 "hmac 0.11.0",11403 "pbkdf2 0.8.0",11404 "schnorrkel",11405 "sha2 0.9.9",11406 "zeroize",11407]1140811409[[package]]11410name = "substrate-build-script-utils"11411version = "3.0.0"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11413dependencies = [11414 "platforms",11415]1141611417[[package]]11418name = "substrate-frame-rpc-system"11419version = "4.0.0-dev"11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11421dependencies = [11422 "frame-system-rpc-runtime-api",11423 "futures 0.3.21",11424 "jsonrpsee",11425 "log",11426 "parity-scale-codec 3.1.5",11427 "sc-client-api",11428 "sc-rpc-api",11429 "sc-transaction-pool-api",11430 "serde_json",11431 "sp-api",11432 "sp-block-builder",11433 "sp-blockchain",11434 "sp-core",11435 "sp-runtime",11436]1143711438[[package]]11439name = "substrate-prometheus-endpoint"11440version = "0.10.0-dev"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11442dependencies = [11443 "futures-util",11444 "hyper",11445 "log",11446 "prometheus",11447 "thiserror",11448 "tokio",11449]1145011451[[package]]11452name = "substrate-state-trie-migration-rpc"11453version = "4.0.0-dev"11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11455dependencies = [11456 "jsonrpsee",11457 "log",11458 "parity-scale-codec 3.1.5",11459 "sc-client-api",11460 "sc-rpc-api",11461 "scale-info",11462 "serde",11463 "sp-core",11464 "sp-io",11465 "sp-runtime",11466 "sp-state-machine",11467 "sp-std",11468 "sp-trie",11469 "trie-db",11470]1147111472[[package]]11473name = "substrate-test-client"11474version = "2.0.1"11475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11476dependencies = [11477 "async-trait",11478 "futures 0.3.21",11479 "hex",11480 "parity-scale-codec 3.1.5",11481 "sc-client-api",11482 "sc-client-db",11483 "sc-consensus",11484 "sc-executor",11485 "sc-offchain",11486 "sc-service",11487 "serde",11488 "serde_json",11489 "sp-blockchain",11490 "sp-consensus",11491 "sp-core",11492 "sp-keyring",11493 "sp-keystore",11494 "sp-runtime",11495 "sp-state-machine",11496]1149711498[[package]]11499name = "substrate-test-utils"11500version = "4.0.0-dev"11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11502dependencies = [11503 "futures 0.3.21",11504 "substrate-test-utils-derive",11505 "tokio",11506]1150711508[[package]]11509name = "substrate-test-utils-derive"11510version = "0.10.0-dev"11511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11512dependencies = [11513 "proc-macro-crate",11514 "proc-macro2",11515 "quote",11516 "syn",11517]1151811519[[package]]11520name = "substrate-wasm-builder"11521version = "5.0.0-dev"11522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11523dependencies = [11524 "ansi_term",11525 "build-helper",11526 "cargo_metadata",11527 "filetime",11528 "sp-maybe-compressed-blob",11529 "strum 0.23.0",11530 "tempfile",11531 "toml",11532 "walkdir",11533 "wasm-gc-api",11534]1153511536[[package]]11537name = "subtle"11538version = "2.4.1"11539source = "registry+https://github.com/rust-lang/crates.io-index"11540checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1154111542[[package]]11543name = "syn"11544version = "1.0.98"11545source = "registry+https://github.com/rust-lang/crates.io-index"11546checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11547dependencies = [11548 "proc-macro2",11549 "quote",11550 "unicode-ident",11551]1155211553[[package]]11554name = "synstructure"11555version = "0.12.6"11556source = "registry+https://github.com/rust-lang/crates.io-index"11557checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11558dependencies = [11559 "proc-macro2",11560 "quote",11561 "syn",11562 "unicode-xid",11563]1156411565[[package]]11566name = "system-configuration"11567version = "0.5.0"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11570dependencies = [11571 "bitflags",11572 "core-foundation",11573 "system-configuration-sys",11574]1157511576[[package]]11577name = "system-configuration-sys"11578version = "0.5.0"11579source = "registry+https://github.com/rust-lang/crates.io-index"11580checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11581dependencies = [11582 "core-foundation-sys",11583 "libc",11584]1158511586[[package]]11587name = "tap"11588version = "1.0.1"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1159111592[[package]]11593name = "target-lexicon"11594version = "0.12.4"11595source = "registry+https://github.com/rust-lang/crates.io-index"11596checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1159711598[[package]]11599name = "tempfile"11600version = "3.3.0"11601source = "registry+https://github.com/rust-lang/crates.io-index"11602checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11603dependencies = [11604 "cfg-if 1.0.0",11605 "fastrand",11606 "libc",11607 "redox_syscall",11608 "remove_dir_all",11609 "winapi",11610]1161111612[[package]]11613name = "termcolor"11614version = "1.1.3"11615source = "registry+https://github.com/rust-lang/crates.io-index"11616checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11617dependencies = [11618 "winapi-util",11619]1162011621[[package]]11622name = "test-runtime-constants"11623version = "0.9.26"11624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11625dependencies = [11626 "frame-support",11627 "polkadot-primitives",11628 "polkadot-runtime-common",11629 "smallvec",11630 "sp-runtime",11631]1163211633[[package]]11634name = "tests"11635version = "0.1.0"11636dependencies = [11637 "evm-coder",11638 "fp-evm-mapping",11639 "frame-support",11640 "frame-system",11641 "pallet-balances",11642 "pallet-common",11643 "pallet-ethereum",11644 "pallet-evm",11645 "pallet-evm-coder-substrate",11646 "pallet-fungible",11647 "pallet-nonfungible",11648 "pallet-refungible",11649 "pallet-structure",11650 "pallet-timestamp",11651 "pallet-transaction-payment",11652 "pallet-unique",11653 "parity-scale-codec 3.1.5",11654 "scale-info",11655 "sp-core",11656 "sp-io",11657 "sp-runtime",11658 "sp-std",11659 "up-data-structs",11660 "up-sponsorship",11661]1166211663[[package]]11664name = "textwrap"11665version = "0.15.0"11666source = "registry+https://github.com/rust-lang/crates.io-index"11667checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1166811669[[package]]11670name = "thiserror"11671version = "1.0.31"11672source = "registry+https://github.com/rust-lang/crates.io-index"11673checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11674dependencies = [11675 "thiserror-impl",11676]1167711678[[package]]11679name = "thiserror-impl"11680version = "1.0.31"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11683dependencies = [11684 "proc-macro2",11685 "quote",11686 "syn",11687]1168811689[[package]]11690name = "thousands"11691version = "0.2.0"11692source = "registry+https://github.com/rust-lang/crates.io-index"11693checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1169411695[[package]]11696name = "thread_local"11697version = "1.1.4"11698source = "registry+https://github.com/rust-lang/crates.io-index"11699checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11700dependencies = [11701 "once_cell",11702]1170311704[[package]]11705name = "threadpool"11706version = "1.8.1"11707source = "registry+https://github.com/rust-lang/crates.io-index"11708checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11709dependencies = [11710 "num_cpus",11711]1171211713[[package]]11714name = "thrift"11715version = "0.15.0"11716source = "registry+https://github.com/rust-lang/crates.io-index"11717checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11718dependencies = [11719 "byteorder",11720 "integer-encoding",11721 "log",11722 "ordered-float",11723 "threadpool",11724]1172511726[[package]]11727name = "tikv-jemalloc-sys"11728version = "0.4.3+5.2.1-patched.2"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11731dependencies = [11732 "cc",11733 "fs_extra",11734 "libc",11735]1173611737[[package]]11738name = "time"11739version = "0.1.44"11740source = "registry+https://github.com/rust-lang/crates.io-index"11741checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11742dependencies = [11743 "libc",11744 "wasi 0.10.0+wasi-snapshot-preview1",11745 "winapi",11746]1174711748[[package]]11749name = "time"11750version = "0.3.9"11751source = "registry+https://github.com/rust-lang/crates.io-index"11752checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"11753dependencies = [11754 "itoa 1.0.2",11755 "libc",11756 "num_threads",11757 "time-macros",11758]1175911760[[package]]11761name = "time-macros"11762version = "0.2.4"11763source = "registry+https://github.com/rust-lang/crates.io-index"11764checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1176511766[[package]]11767name = "tiny-bip39"11768version = "0.8.2"11769source = "registry+https://github.com/rust-lang/crates.io-index"11770checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11771dependencies = [11772 "anyhow",11773 "hmac 0.8.1",11774 "once_cell",11775 "pbkdf2 0.4.0",11776 "rand 0.7.3",11777 "rustc-hash",11778 "sha2 0.9.9",11779 "thiserror",11780 "unicode-normalization",11781 "wasm-bindgen",11782 "zeroize",11783]1178411785[[package]]11786name = "tiny-keccak"11787version = "2.0.2"11788source = "registry+https://github.com/rust-lang/crates.io-index"11789checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11790dependencies = [11791 "crunchy",11792]1179311794[[package]]11795name = "tinyvec"11796version = "1.6.0"11797source = "registry+https://github.com/rust-lang/crates.io-index"11798checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"11799dependencies = [11800 "tinyvec_macros",11801]1180211803[[package]]11804name = "tinyvec_macros"11805version = "0.1.0"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1180811809[[package]]11810name = "tokio"11811version = "1.20.1"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"11814dependencies = [11815 "autocfg",11816 "bytes",11817 "libc",11818 "memchr",11819 "mio",11820 "num_cpus",11821 "once_cell",11822 "parking_lot 0.12.1",11823 "pin-project-lite 0.2.9",11824 "signal-hook-registry",11825 "socket2",11826 "tokio-macros",11827 "winapi",11828]1182911830[[package]]11831name = "tokio-macros"11832version = "1.8.0"11833source = "registry+https://github.com/rust-lang/crates.io-index"11834checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"11835dependencies = [11836 "proc-macro2",11837 "quote",11838 "syn",11839]1184011841[[package]]11842name = "tokio-rustls"11843version = "0.23.4"11844source = "registry+https://github.com/rust-lang/crates.io-index"11845checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"11846dependencies = [11847 "rustls",11848 "tokio",11849 "webpki",11850]1185111852[[package]]11853name = "tokio-stream"11854version = "0.1.9"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"11857dependencies = [11858 "futures-core",11859 "pin-project-lite 0.2.9",11860 "tokio",11861]1186211863[[package]]11864name = "tokio-util"11865version = "0.7.3"11866source = "registry+https://github.com/rust-lang/crates.io-index"11867checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"11868dependencies = [11869 "bytes",11870 "futures-core",11871 "futures-io",11872 "futures-sink",11873 "pin-project-lite 0.2.9",11874 "tokio",11875 "tracing",11876]1187711878[[package]]11879name = "toml"11880version = "0.5.9"11881source = "registry+https://github.com/rust-lang/crates.io-index"11882checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"11883dependencies = [11884 "serde",11885]1188611887[[package]]11888name = "tower-service"11889version = "0.3.2"11890source = "registry+https://github.com/rust-lang/crates.io-index"11891checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1189211893[[package]]11894name = "tracing"11895version = "0.1.35"11896source = "registry+https://github.com/rust-lang/crates.io-index"11897checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"11898dependencies = [11899 "cfg-if 1.0.0",11900 "pin-project-lite 0.2.9",11901 "tracing-attributes",11902 "tracing-core",11903]1190411905[[package]]11906name = "tracing-attributes"11907version = "0.1.22"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"11910dependencies = [11911 "proc-macro2",11912 "quote",11913 "syn",11914]1191511916[[package]]11917name = "tracing-core"11918version = "0.1.28"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"11921dependencies = [11922 "once_cell",11923 "valuable",11924]1192511926[[package]]11927name = "tracing-futures"11928version = "0.2.5"11929source = "registry+https://github.com/rust-lang/crates.io-index"11930checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11931dependencies = [11932 "pin-project",11933 "tracing",11934]1193511936[[package]]11937name = "tracing-gum"11938version = "0.9.26"11939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11940dependencies = [11941 "polkadot-node-jaeger",11942 "polkadot-primitives",11943 "tracing",11944 "tracing-gum-proc-macro",11945]1194611947[[package]]11948name = "tracing-gum-proc-macro"11949version = "0.9.26"11950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11951dependencies = [11952 "expander 0.0.6",11953 "proc-macro-crate",11954 "proc-macro2",11955 "quote",11956 "syn",11957]1195811959[[package]]11960name = "tracing-log"11961version = "0.1.3"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"11964dependencies = [11965 "ahash",11966 "lazy_static",11967 "log",11968 "lru 0.7.8",11969 "tracing-core",11970]1197111972[[package]]11973name = "tracing-serde"11974version = "0.1.3"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"11977dependencies = [11978 "serde",11979 "tracing-core",11980]1198111982[[package]]11983name = "tracing-subscriber"11984version = "0.2.25"11985source = "registry+https://github.com/rust-lang/crates.io-index"11986checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11987dependencies = [11988 "ansi_term",11989 "chrono",11990 "lazy_static",11991 "matchers",11992 "parking_lot 0.11.2",11993 "regex",11994 "serde",11995 "serde_json",11996 "sharded-slab",11997 "smallvec",11998 "thread_local",11999 "tracing",12000 "tracing-core",12001 "tracing-log",12002 "tracing-serde",12003]1200412005[[package]]12006name = "trie-db"12007version = "0.23.1"12008source = "registry+https://github.com/rust-lang/crates.io-index"12009checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12010dependencies = [12011 "hash-db",12012 "hashbrown 0.12.3",12013 "log",12014 "rustc-hex",12015 "smallvec",12016]1201712018[[package]]12019name = "trie-root"12020version = "0.17.0"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12023dependencies = [12024 "hash-db",12025]1202612027[[package]]12028name = "triehash"12029version = "0.8.4"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12032dependencies = [12033 "hash-db",12034 "rlp",12035]1203612037[[package]]12038name = "trust-dns-proto"12039version = "0.21.2"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12042dependencies = [12043 "async-trait",12044 "cfg-if 1.0.0",12045 "data-encoding",12046 "enum-as-inner",12047 "futures-channel",12048 "futures-io",12049 "futures-util",12050 "idna",12051 "ipnet",12052 "lazy_static",12053 "log",12054 "rand 0.8.5",12055 "smallvec",12056 "thiserror",12057 "tinyvec",12058 "url",12059]1206012061[[package]]12062name = "trust-dns-resolver"12063version = "0.21.2"12064source = "registry+https://github.com/rust-lang/crates.io-index"12065checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12066dependencies = [12067 "cfg-if 1.0.0",12068 "futures-util",12069 "ipconfig",12070 "lazy_static",12071 "log",12072 "lru-cache",12073 "parking_lot 0.12.1",12074 "resolv-conf",12075 "smallvec",12076 "thiserror",12077 "trust-dns-proto",12078]1207912080[[package]]12081name = "try-lock"12082version = "0.2.3"12083source = "registry+https://github.com/rust-lang/crates.io-index"12084checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1208512086[[package]]12087name = "try-runtime-cli"12088version = "0.10.0-dev"12089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"12090dependencies = [12091 "clap",12092 "jsonrpsee",12093 "log",12094 "parity-scale-codec 3.1.5",12095 "remote-externalities",12096 "sc-chain-spec",12097 "sc-cli",12098 "sc-executor",12099 "sc-service",12100 "serde",12101 "sp-core",12102 "sp-externalities",12103 "sp-io",12104 "sp-keystore",12105 "sp-runtime",12106 "sp-state-machine",12107 "sp-version",12108 "zstd",12109]1211012111[[package]]12112name = "tt-call"12113version = "1.0.8"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1211612117[[package]]12118name = "twox-hash"12119version = "1.6.3"12120source = "registry+https://github.com/rust-lang/crates.io-index"12121checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12122dependencies = [12123 "cfg-if 1.0.0",12124 "digest 0.10.3",12125 "rand 0.8.5",12126 "static_assertions",12127]1212812129[[package]]12130name = "typenum"12131version = "1.15.0"12132source = "registry+https://github.com/rust-lang/crates.io-index"12133checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1213412135[[package]]12136name = "uc-rpc"12137version = "0.1.2"12138dependencies = [12139 "anyhow",12140 "jsonrpsee",12141 "pallet-common",12142 "pallet-evm",12143 "parity-scale-codec 3.1.5",12144 "rmrk-rpc",12145 "sp-api",12146 "sp-blockchain",12147 "sp-core",12148 "sp-rpc",12149 "sp-runtime",12150 "up-data-structs",12151 "up-rpc",12152]1215312154[[package]]12155name = "ucd-trie"12156version = "0.1.4"12157source = "registry+https://github.com/rust-lang/crates.io-index"12158checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"1215912160[[package]]12161name = "uint"12162version = "0.9.3"12163source = "registry+https://github.com/rust-lang/crates.io-index"12164checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12165dependencies = [12166 "byteorder",12167 "crunchy",12168 "hex",12169 "static_assertions",12170]1217112172[[package]]12173name = "unicase"12174version = "2.6.0"12175source = "registry+https://github.com/rust-lang/crates.io-index"12176checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12177dependencies = [12178 "version_check",12179]1218012181[[package]]12182name = "unicode-bidi"12183version = "0.3.8"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1218612187[[package]]12188name = "unicode-ident"12189version = "1.0.2"12190source = "registry+https://github.com/rust-lang/crates.io-index"12191checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"1219212193[[package]]12194name = "unicode-normalization"12195version = "0.1.21"12196source = "registry+https://github.com/rust-lang/crates.io-index"12197checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"12198dependencies = [12199 "tinyvec",12200]1220112202[[package]]12203name = "unicode-segmentation"12204version = "1.9.0"12205source = "registry+https://github.com/rust-lang/crates.io-index"12206checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1220712208[[package]]12209name = "unicode-width"12210version = "0.1.9"12211source = "registry+https://github.com/rust-lang/crates.io-index"12212checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1221312214[[package]]12215name = "unicode-xid"12216version = "0.2.3"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1221912220[[package]]12221name = "unique-node"12222version = "0.9.24"12223dependencies = [12224 "clap",12225 "cumulus-client-cli",12226 "cumulus-client-collator",12227 "cumulus-client-consensus-aura",12228 "cumulus-client-consensus-common",12229 "cumulus-client-network",12230 "cumulus-client-service",12231 "cumulus-primitives-core",12232 "cumulus-primitives-parachain-inherent",12233 "cumulus-relay-chain-inprocess-interface",12234 "cumulus-relay-chain-interface",12235 "cumulus-relay-chain-rpc-interface",12236 "fc-consensus",12237 "fc-db",12238 "fc-mapping-sync",12239 "fc-rpc",12240 "fc-rpc-core",12241 "flexi_logger",12242 "fp-rpc",12243 "frame-benchmarking",12244 "frame-benchmarking-cli",12245 "futures 0.3.21",12246 "jsonrpsee",12247 "log",12248 "opal-runtime",12249 "pallet-ethereum",12250 "pallet-transaction-payment-rpc",12251 "pallet-transaction-payment-rpc-runtime-api",12252 "parity-scale-codec 3.1.5",12253 "parking_lot 0.12.1",12254 "polkadot-cli",12255 "polkadot-parachain",12256 "polkadot-primitives",12257 "polkadot-service",12258 "polkadot-test-service",12259 "quartz-runtime",12260 "rmrk-rpc",12261 "sc-basic-authorship",12262 "sc-chain-spec",12263 "sc-cli",12264 "sc-client-api",12265 "sc-consensus",12266 "sc-consensus-aura",12267 "sc-consensus-manual-seal",12268 "sc-executor",12269 "sc-finality-grandpa",12270 "sc-keystore",12271 "sc-network",12272 "sc-rpc",12273 "sc-rpc-api",12274 "sc-service",12275 "sc-sysinfo",12276 "sc-telemetry",12277 "sc-tracing",12278 "sc-transaction-pool",12279 "serde",12280 "serde_json",12281 "sp-api",12282 "sp-block-builder",12283 "sp-blockchain",12284 "sp-consensus",12285 "sp-consensus-aura",12286 "sp-core",12287 "sp-finality-grandpa",12288 "sp-inherents",12289 "sp-keystore",12290 "sp-offchain",12291 "sp-runtime",12292 "sp-session",12293 "sp-timestamp",12294 "sp-transaction-pool",12295 "sp-trie",12296 "substrate-build-script-utils",12297 "substrate-frame-rpc-system",12298 "substrate-prometheus-endpoint",12299 "tokio",12300 "try-runtime-cli",12301 "unique-rpc",12302 "unique-runtime",12303 "up-common",12304 "up-data-structs",12305 "up-rpc",12306]1230712308[[package]]12309name = "unique-rpc"12310version = "0.1.0"12311dependencies = [12312 "fc-db",12313 "fc-mapping-sync",12314 "fc-rpc",12315 "fc-rpc-core",12316 "fp-rpc",12317 "fp-storage",12318 "futures 0.3.21",12319 "jsonrpsee",12320 "pallet-common",12321 "pallet-ethereum",12322 "pallet-transaction-payment-rpc",12323 "pallet-transaction-payment-rpc-runtime-api",12324 "pallet-unique",12325 "rmrk-rpc",12326 "sc-client-api",12327 "sc-consensus-aura",12328 "sc-consensus-epochs",12329 "sc-finality-grandpa",12330 "sc-finality-grandpa-rpc",12331 "sc-keystore",12332 "sc-network",12333 "sc-rpc",12334 "sc-rpc-api",12335 "sc-service",12336 "sc-transaction-pool",12337 "serde",12338 "sp-api",12339 "sp-block-builder",12340 "sp-blockchain",12341 "sp-consensus",12342 "sp-consensus-aura",12343 "sp-core",12344 "sp-offchain",12345 "sp-runtime",12346 "sp-session",12347 "sp-storage",12348 "sp-transaction-pool",12349 "substrate-frame-rpc-system",12350 "tokio",12351 "uc-rpc",12352 "up-common",12353 "up-data-structs",12354 "up-rpc",12355]1235612357[[package]]12358name = "unique-runtime"12359version = "0.9.24"12360dependencies = [12361 "cumulus-pallet-aura-ext",12362 "cumulus-pallet-dmp-queue",12363 "cumulus-pallet-parachain-system",12364 "cumulus-pallet-xcm",12365 "cumulus-pallet-xcmp-queue",12366 "cumulus-primitives-core",12367 "cumulus-primitives-timestamp",12368 "cumulus-primitives-utility",12369 "derivative",12370 "evm-coder",12371 "fp-evm-mapping",12372 "fp-rpc",12373 "fp-self-contained",12374 "frame-benchmarking",12375 "frame-executive",12376 "frame-support",12377 "frame-system",12378 "frame-system-benchmarking",12379 "frame-system-rpc-runtime-api",12380 "frame-try-runtime",12381 "hex-literal",12382 "log",12383 "orml-vesting",12384 "pallet-aura",12385 "pallet-balances",12386 "pallet-base-fee",12387 "pallet-common",12388 "pallet-configuration",12389 "pallet-ethereum",12390 "pallet-evm",12391 "pallet-evm-coder-substrate",12392 "pallet-evm-contract-helpers",12393 "pallet-evm-migration",12394 "pallet-evm-transaction-payment",12395 "pallet-fungible",12396 "pallet-inflation",12397 "pallet-nonfungible",12398 "pallet-randomness-collective-flip",12399 "pallet-refungible",12400 "pallet-rmrk-core",12401 "pallet-rmrk-equip",12402 "pallet-structure",12403 "pallet-sudo",12404 "pallet-template-transaction-payment",12405 "pallet-timestamp",12406 "pallet-transaction-payment",12407 "pallet-transaction-payment-rpc-runtime-api",12408 "pallet-treasury",12409 "pallet-unique",12410 "pallet-unique-scheduler",12411 "pallet-xcm",12412 "parachain-info",12413 "parity-scale-codec 3.1.5",12414 "polkadot-parachain",12415 "rmrk-rpc",12416 "scale-info",12417 "serde",12418 "smallvec",12419 "sp-api",12420 "sp-arithmetic",12421 "sp-block-builder",12422 "sp-consensus-aura",12423 "sp-core",12424 "sp-inherents",12425 "sp-io",12426 "sp-offchain",12427 "sp-runtime",12428 "sp-session",12429 "sp-std",12430 "sp-transaction-pool",12431 "sp-version",12432 "substrate-wasm-builder",12433 "up-common",12434 "up-data-structs",12435 "up-rpc",12436 "up-sponsorship",12437 "xcm",12438 "xcm-builder",12439 "xcm-executor",12440]1244112442[[package]]12443name = "universal-hash"12444version = "0.4.1"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12447dependencies = [12448 "generic-array 0.14.5",12449 "subtle",12450]1245112452[[package]]12453name = "unsigned-varint"12454version = "0.7.1"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12457dependencies = [12458 "asynchronous-codec",12459 "bytes",12460 "futures-io",12461 "futures-util",12462]1246312464[[package]]12465name = "untrusted"12466version = "0.7.1"12467source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1246912470[[package]]12471name = "up-common"12472version = "0.9.24"12473dependencies = [12474 "fp-rpc",12475 "frame-support",12476 "pallet-evm",12477 "sp-consensus-aura",12478 "sp-core",12479 "sp-runtime",12480 "sp-std",12481]1248212483[[package]]12484name = "up-data-structs"12485version = "0.2.1"12486dependencies = [12487 "derivative",12488 "frame-support",12489 "frame-system",12490 "pallet-evm",12491 "parity-scale-codec 3.1.5",12492 "rmrk-traits",12493 "scale-info",12494 "serde",12495 "sp-core",12496 "sp-runtime",12497 "sp-std",12498 "struct-versioning",12499]1250012501[[package]]12502name = "up-rpc"12503version = "0.1.2"12504dependencies = [12505 "pallet-common",12506 "pallet-evm",12507 "parity-scale-codec 3.1.5",12508 "sp-api",12509 "sp-core",12510 "sp-runtime",12511 "sp-std",12512 "up-data-structs",12513]1251412515[[package]]12516name = "up-sponsorship"12517version = "0.1.0"12518source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"12519dependencies = [12520 "impl-trait-for-tuples",12521]1252212523[[package]]12524name = "url"12525version = "2.2.2"12526source = "registry+https://github.com/rust-lang/crates.io-index"12527checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12528dependencies = [12529 "form_urlencoded",12530 "idna",12531 "matches",12532 "percent-encoding",12533]1253412535[[package]]12536name = "valuable"12537version = "0.1.0"12538source = "registry+https://github.com/rust-lang/crates.io-index"12539checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1254012541[[package]]12542name = "value-bag"12543version = "1.0.0-alpha.9"12544source = "registry+https://github.com/rust-lang/crates.io-index"12545checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12546dependencies = [12547 "ctor",12548 "version_check",12549]1255012551[[package]]12552name = "vcpkg"12553version = "0.2.15"12554source = "registry+https://github.com/rust-lang/crates.io-index"12555checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1255612557[[package]]12558name = "version_check"12559version = "0.9.4"12560source = "registry+https://github.com/rust-lang/crates.io-index"12561checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1256212563[[package]]12564name = "void"12565version = "1.0.2"12566source = "registry+https://github.com/rust-lang/crates.io-index"12567checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1256812569[[package]]12570name = "waker-fn"12571version = "1.1.0"12572source = "registry+https://github.com/rust-lang/crates.io-index"12573checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1257412575[[package]]12576name = "walkdir"12577version = "2.3.2"12578source = "registry+https://github.com/rust-lang/crates.io-index"12579checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12580dependencies = [12581 "same-file",12582 "winapi",12583 "winapi-util",12584]1258512586[[package]]12587name = "want"12588version = "0.3.0"12589source = "registry+https://github.com/rust-lang/crates.io-index"12590checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12591dependencies = [12592 "log",12593 "try-lock",12594]1259512596[[package]]12597name = "wasi"12598version = "0.9.0+wasi-snapshot-preview1"12599source = "registry+https://github.com/rust-lang/crates.io-index"12600checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1260112602[[package]]12603name = "wasi"12604version = "0.10.0+wasi-snapshot-preview1"12605source = "registry+https://github.com/rust-lang/crates.io-index"12606checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1260712608[[package]]12609name = "wasi"12610version = "0.11.0+wasi-snapshot-preview1"12611source = "registry+https://github.com/rust-lang/crates.io-index"12612checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1261312614[[package]]12615name = "wasm-bindgen"12616version = "0.2.82"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"12619dependencies = [12620 "cfg-if 1.0.0",12621 "wasm-bindgen-macro",12622]1262312624[[package]]12625name = "wasm-bindgen-backend"12626version = "0.2.82"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"12629dependencies = [12630 "bumpalo",12631 "log",12632 "once_cell",12633 "proc-macro2",12634 "quote",12635 "syn",12636 "wasm-bindgen-shared",12637]1263812639[[package]]12640name = "wasm-bindgen-futures"12641version = "0.4.32"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"12644dependencies = [12645 "cfg-if 1.0.0",12646 "js-sys",12647 "wasm-bindgen",12648 "web-sys",12649]1265012651[[package]]12652name = "wasm-bindgen-macro"12653version = "0.2.82"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"12656dependencies = [12657 "quote",12658 "wasm-bindgen-macro-support",12659]1266012661[[package]]12662name = "wasm-bindgen-macro-support"12663version = "0.2.82"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"12666dependencies = [12667 "proc-macro2",12668 "quote",12669 "syn",12670 "wasm-bindgen-backend",12671 "wasm-bindgen-shared",12672]1267312674[[package]]12675name = "wasm-bindgen-shared"12676version = "0.2.82"12677source = "registry+https://github.com/rust-lang/crates.io-index"12678checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"1267912680[[package]]12681name = "wasm-gc-api"12682version = "0.1.11"12683source = "registry+https://github.com/rust-lang/crates.io-index"12684checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12685dependencies = [12686 "log",12687 "parity-wasm 0.32.0",12688 "rustc-demangle",12689]1269012691[[package]]12692name = "wasm-instrument"12693version = "0.1.1"12694source = "registry+https://github.com/rust-lang/crates.io-index"12695checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12696dependencies = [12697 "parity-wasm 0.42.2",12698]1269912700[[package]]12701name = "wasm-timer"12702version = "0.2.5"12703source = "registry+https://github.com/rust-lang/crates.io-index"12704checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12705dependencies = [12706 "futures 0.3.21",12707 "js-sys",12708 "parking_lot 0.11.2",12709 "pin-utils",12710 "wasm-bindgen",12711 "wasm-bindgen-futures",12712 "web-sys",12713]1271412715[[package]]12716name = "wasmi"12717version = "0.9.1"12718source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12720dependencies = [12721 "downcast-rs",12722 "libc",12723 "libm",12724 "memory_units",12725 "num-rational 0.2.4",12726 "num-traits",12727 "parity-wasm 0.42.2",12728 "wasmi-validation",12729]1273012731[[package]]12732name = "wasmi-validation"12733version = "0.4.1"12734source = "registry+https://github.com/rust-lang/crates.io-index"12735checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12736dependencies = [12737 "parity-wasm 0.42.2",12738]1273912740[[package]]12741name = "wasmparser"12742version = "0.85.0"12743source = "registry+https://github.com/rust-lang/crates.io-index"12744checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"12745dependencies = [12746 "indexmap",12747]1274812749[[package]]12750name = "wasmtime"12751version = "0.38.3"12752source = "registry+https://github.com/rust-lang/crates.io-index"12753checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"12754dependencies = [12755 "anyhow",12756 "backtrace",12757 "bincode",12758 "cfg-if 1.0.0",12759 "indexmap",12760 "lazy_static",12761 "libc",12762 "log",12763 "object 0.28.4",12764 "once_cell",12765 "paste",12766 "psm",12767 "rayon",12768 "region",12769 "serde",12770 "target-lexicon",12771 "wasmparser",12772 "wasmtime-cache",12773 "wasmtime-cranelift",12774 "wasmtime-environ",12775 "wasmtime-jit",12776 "wasmtime-runtime",12777 "winapi",12778]1277912780[[package]]12781name = "wasmtime-cache"12782version = "0.38.3"12783source = "registry+https://github.com/rust-lang/crates.io-index"12784checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"12785dependencies = [12786 "anyhow",12787 "base64",12788 "bincode",12789 "directories-next",12790 "file-per-thread-logger",12791 "log",12792 "rustix 0.33.7",12793 "serde",12794 "sha2 0.9.9",12795 "toml",12796 "winapi",12797 "zstd",12798]1279912800[[package]]12801name = "wasmtime-cranelift"12802version = "0.38.3"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"12805dependencies = [12806 "anyhow",12807 "cranelift-codegen",12808 "cranelift-entity",12809 "cranelift-frontend",12810 "cranelift-native",12811 "cranelift-wasm",12812 "gimli",12813 "log",12814 "more-asserts",12815 "object 0.28.4",12816 "target-lexicon",12817 "thiserror",12818 "wasmparser",12819 "wasmtime-environ",12820]1282112822[[package]]12823name = "wasmtime-environ"12824version = "0.38.3"12825source = "registry+https://github.com/rust-lang/crates.io-index"12826checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"12827dependencies = [12828 "anyhow",12829 "cranelift-entity",12830 "gimli",12831 "indexmap",12832 "log",12833 "more-asserts",12834 "object 0.28.4",12835 "serde",12836 "target-lexicon",12837 "thiserror",12838 "wasmparser",12839 "wasmtime-types",12840]1284112842[[package]]12843name = "wasmtime-jit"12844version = "0.38.3"12845source = "registry+https://github.com/rust-lang/crates.io-index"12846checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"12847dependencies = [12848 "addr2line",12849 "anyhow",12850 "bincode",12851 "cfg-if 1.0.0",12852 "cpp_demangle",12853 "gimli",12854 "log",12855 "object 0.28.4",12856 "region",12857 "rustc-demangle",12858 "rustix 0.33.7",12859 "serde",12860 "target-lexicon",12861 "thiserror",12862 "wasmtime-environ",12863 "wasmtime-jit-debug",12864 "wasmtime-runtime",12865 "winapi",12866]1286712868[[package]]12869name = "wasmtime-jit-debug"12870version = "0.38.3"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"12873dependencies = [12874 "lazy_static",12875 "object 0.28.4",12876 "rustix 0.33.7",12877]1287812879[[package]]12880name = "wasmtime-runtime"12881version = "0.38.3"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"12884dependencies = [12885 "anyhow",12886 "backtrace",12887 "cc",12888 "cfg-if 1.0.0",12889 "indexmap",12890 "libc",12891 "log",12892 "mach",12893 "memfd",12894 "memoffset",12895 "more-asserts",12896 "rand 0.8.5",12897 "region",12898 "rustix 0.33.7",12899 "thiserror",12900 "wasmtime-environ",12901 "wasmtime-jit-debug",12902 "winapi",12903]1290412905[[package]]12906name = "wasmtime-types"12907version = "0.38.3"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"12910dependencies = [12911 "cranelift-entity",12912 "serde",12913 "thiserror",12914 "wasmparser",12915]1291612917[[package]]12918name = "web-sys"12919version = "0.3.59"12920source = "registry+https://github.com/rust-lang/crates.io-index"12921checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"12922dependencies = [12923 "js-sys",12924 "wasm-bindgen",12925]1292612927[[package]]12928name = "webpki"12929version = "0.22.0"12930source = "registry+https://github.com/rust-lang/crates.io-index"12931checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"12932dependencies = [12933 "ring",12934 "untrusted",12935]1293612937[[package]]12938name = "webpki-roots"12939version = "0.22.4"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"12942dependencies = [12943 "webpki",12944]1294512946[[package]]12947name = "wepoll-ffi"12948version = "0.1.2"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12951dependencies = [12952 "cc",12953]1295412955[[package]]12956name = "westend-runtime"12957version = "0.9.26"12958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"12959dependencies = [12960 "beefy-primitives",12961 "bitvec 1.0.1",12962 "frame-benchmarking",12963 "frame-election-provider-support",12964 "frame-executive",12965 "frame-support",12966 "frame-system",12967 "frame-system-benchmarking",12968 "frame-system-rpc-runtime-api",12969 "frame-try-runtime",12970 "hex-literal",12971 "log",12972 "pallet-authority-discovery",12973 "pallet-authorship",12974 "pallet-babe",12975 "pallet-bags-list",12976 "pallet-balances",12977 "pallet-collective",12978 "pallet-democracy",12979 "pallet-election-provider-multi-phase",12980 "pallet-election-provider-support-benchmarking",12981 "pallet-elections-phragmen",12982 "pallet-grandpa",12983 "pallet-identity",12984 "pallet-im-online",12985 "pallet-indices",12986 "pallet-membership",12987 "pallet-multisig",12988 "pallet-nomination-pools",12989 "pallet-nomination-pools-benchmarking",12990 "pallet-offences",12991 "pallet-offences-benchmarking",12992 "pallet-preimage",12993 "pallet-proxy",12994 "pallet-recovery",12995 "pallet-scheduler",12996 "pallet-session",12997 "pallet-session-benchmarking",12998 "pallet-society",12999 "pallet-staking",13000 "pallet-staking-reward-curve",13001 "pallet-sudo",13002 "pallet-timestamp",13003 "pallet-transaction-payment",13004 "pallet-transaction-payment-rpc-runtime-api",13005 "pallet-treasury",13006 "pallet-utility",13007 "pallet-vesting",13008 "pallet-xcm",13009 "pallet-xcm-benchmarks",13010 "parity-scale-codec 3.1.5",13011 "polkadot-parachain",13012 "polkadot-primitives",13013 "polkadot-runtime-common",13014 "polkadot-runtime-parachains",13015 "rustc-hex",13016 "scale-info",13017 "serde",13018 "serde_derive",13019 "smallvec",13020 "sp-api",13021 "sp-authority-discovery",13022 "sp-block-builder",13023 "sp-consensus-babe",13024 "sp-core",13025 "sp-inherents",13026 "sp-io",13027 "sp-mmr-primitives",13028 "sp-npos-elections",13029 "sp-offchain",13030 "sp-runtime",13031 "sp-session",13032 "sp-staking",13033 "sp-std",13034 "sp-transaction-pool",13035 "sp-version",13036 "substrate-wasm-builder",13037 "westend-runtime-constants",13038 "xcm",13039 "xcm-builder",13040 "xcm-executor",13041]1304213043[[package]]13044name = "westend-runtime-constants"13045version = "0.9.26"13046source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13047dependencies = [13048 "frame-support",13049 "polkadot-primitives",13050 "polkadot-runtime-common",13051 "smallvec",13052 "sp-runtime",13053]1305413055[[package]]13056name = "which"13057version = "4.2.5"13058source = "registry+https://github.com/rust-lang/crates.io-index"13059checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13060dependencies = [13061 "either",13062 "lazy_static",13063 "libc",13064]1306513066[[package]]13067name = "widestring"13068version = "0.5.1"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1307113072[[package]]13073name = "winapi"13074version = "0.3.9"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13077dependencies = [13078 "winapi-i686-pc-windows-gnu",13079 "winapi-x86_64-pc-windows-gnu",13080]1308113082[[package]]13083name = "winapi-i686-pc-windows-gnu"13084version = "0.4.0"13085source = "registry+https://github.com/rust-lang/crates.io-index"13086checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1308713088[[package]]13089name = "winapi-util"13090version = "0.1.5"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13093dependencies = [13094 "winapi",13095]1309613097[[package]]13098name = "winapi-x86_64-pc-windows-gnu"13099version = "0.4.0"13100source = "registry+https://github.com/rust-lang/crates.io-index"13101checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1310213103[[package]]13104name = "windows"13105version = "0.34.0"13106source = "registry+https://github.com/rust-lang/crates.io-index"13107checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13108dependencies = [13109 "windows_aarch64_msvc 0.34.0",13110 "windows_i686_gnu 0.34.0",13111 "windows_i686_msvc 0.34.0",13112 "windows_x86_64_gnu 0.34.0",13113 "windows_x86_64_msvc 0.34.0",13114]1311513116[[package]]13117name = "windows-sys"13118version = "0.36.1"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13121dependencies = [13122 "windows_aarch64_msvc 0.36.1",13123 "windows_i686_gnu 0.36.1",13124 "windows_i686_msvc 0.36.1",13125 "windows_x86_64_gnu 0.36.1",13126 "windows_x86_64_msvc 0.36.1",13127]1312813129[[package]]13130name = "windows_aarch64_msvc"13131version = "0.34.0"13132source = "registry+https://github.com/rust-lang/crates.io-index"13133checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1313413135[[package]]13136name = "windows_aarch64_msvc"13137version = "0.36.1"13138source = "registry+https://github.com/rust-lang/crates.io-index"13139checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1314013141[[package]]13142name = "windows_i686_gnu"13143version = "0.34.0"13144source = "registry+https://github.com/rust-lang/crates.io-index"13145checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1314613147[[package]]13148name = "windows_i686_gnu"13149version = "0.36.1"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1315213153[[package]]13154name = "windows_i686_msvc"13155version = "0.34.0"13156source = "registry+https://github.com/rust-lang/crates.io-index"13157checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1315813159[[package]]13160name = "windows_i686_msvc"13161version = "0.36.1"13162source = "registry+https://github.com/rust-lang/crates.io-index"13163checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1316413165[[package]]13166name = "windows_x86_64_gnu"13167version = "0.34.0"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1317013171[[package]]13172name = "windows_x86_64_gnu"13173version = "0.36.1"13174source = "registry+https://github.com/rust-lang/crates.io-index"13175checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1317613177[[package]]13178name = "windows_x86_64_msvc"13179version = "0.34.0"13180source = "registry+https://github.com/rust-lang/crates.io-index"13181checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1318213183[[package]]13184name = "windows_x86_64_msvc"13185version = "0.36.1"13186source = "registry+https://github.com/rust-lang/crates.io-index"13187checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1318813189[[package]]13190name = "winreg"13191version = "0.7.0"13192source = "registry+https://github.com/rust-lang/crates.io-index"13193checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13194dependencies = [13195 "winapi",13196]1319713198[[package]]13199name = "wyz"13200version = "0.2.0"13201source = "registry+https://github.com/rust-lang/crates.io-index"13202checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1320313204[[package]]13205name = "wyz"13206version = "0.5.0"13207source = "registry+https://github.com/rust-lang/crates.io-index"13208checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13209dependencies = [13210 "tap",13211]1321213213[[package]]13214name = "x25519-dalek"13215version = "1.1.1"13216source = "registry+https://github.com/rust-lang/crates.io-index"13217checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13218dependencies = [13219 "curve25519-dalek 3.2.0",13220 "rand_core 0.5.1",13221 "zeroize",13222]1322313224[[package]]13225name = "xcm"13226version = "0.9.26"13227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13228dependencies = [13229 "derivative",13230 "impl-trait-for-tuples",13231 "log",13232 "parity-scale-codec 3.1.5",13233 "scale-info",13234 "sp-runtime",13235 "xcm-procedural",13236]1323713238[[package]]13239name = "xcm-builder"13240version = "0.9.26"13241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13242dependencies = [13243 "frame-support",13244 "frame-system",13245 "log",13246 "pallet-transaction-payment",13247 "parity-scale-codec 3.1.5",13248 "polkadot-parachain",13249 "scale-info",13250 "sp-arithmetic",13251 "sp-io",13252 "sp-runtime",13253 "sp-std",13254 "xcm",13255 "xcm-executor",13256]1325713258[[package]]13259name = "xcm-executor"13260version = "0.9.26"13261source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13262dependencies = [13263 "frame-benchmarking",13264 "frame-support",13265 "impl-trait-for-tuples",13266 "log",13267 "parity-scale-codec 3.1.5",13268 "sp-arithmetic",13269 "sp-core",13270 "sp-io",13271 "sp-runtime",13272 "sp-std",13273 "xcm",13274]1327513276[[package]]13277name = "xcm-procedural"13278version = "0.1.0"13279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13280dependencies = [13281 "Inflector",13282 "proc-macro2",13283 "quote",13284 "syn",13285]1328613287[[package]]13288name = "yamux"13289version = "0.10.1"13290source = "registry+https://github.com/rust-lang/crates.io-index"13291checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13292dependencies = [13293 "futures 0.3.21",13294 "log",13295 "nohash-hasher",13296 "parking_lot 0.12.1",13297 "rand 0.8.5",13298 "static_assertions",13299]1330013301[[package]]13302name = "zeroize"13303version = "1.5.7"13304source = "registry+https://github.com/rust-lang/crates.io-index"13305checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13306dependencies = [13307 "zeroize_derive",13308]1330913310[[package]]13311name = "zeroize_derive"13312version = "1.3.2"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13315dependencies = [13316 "proc-macro2",13317 "quote",13318 "syn",13319 "synstructure",13320]1332113322[[package]]13323name = "zstd"13324version = "0.11.2+zstd.1.5.2"13325source = "registry+https://github.com/rust-lang/crates.io-index"13326checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13327dependencies = [13328 "zstd-safe",13329]1333013331[[package]]13332name = "zstd-safe"13333version = "5.0.2+zstd.1.5.2"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13336dependencies = [13337 "libc",13338 "zstd-sys",13339]1334013341[[package]]13342name = "zstd-sys"13343version = "2.0.1+zstd.1.5.2"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13346dependencies = [13347 "cc",13348 "libc",13349]