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

difftreelog

source

Cargo.lock302.1 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.57"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"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.11.0"253source = "registry+https://github.com/rust-lang/crates.io-index"254checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"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 "num_cpus",272 "once_cell",273 "pin-project-lite 0.2.9",274 "pin-utils",275 "slab",276 "wasm-bindgen-futures",277]278279[[package]]280name = "async-std-resolver"281version = "0.21.2"282source = "registry+https://github.com/rust-lang/crates.io-index"283checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"284dependencies = [285 "async-std",286 "async-trait",287 "futures-io",288 "futures-util",289 "pin-utils",290 "socket2",291 "trust-dns-resolver",292]293294[[package]]295name = "async-task"296version = "4.2.0"297source = "registry+https://github.com/rust-lang/crates.io-index"298checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"299300[[package]]301name = "async-trait"302version = "0.1.56"303source = "registry+https://github.com/rust-lang/crates.io-index"304checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"305dependencies = [306 "proc-macro2",307 "quote",308 "syn",309]310311[[package]]312name = "asynchronous-codec"313version = "0.6.0"314source = "registry+https://github.com/rust-lang/crates.io-index"315checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"316dependencies = [317 "bytes 1.1.0",318 "futures-sink",319 "futures-util",320 "memchr",321 "pin-project-lite 0.2.9",322]323324[[package]]325name = "atomic"326version = "0.5.1"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"329dependencies = [330 "autocfg",331]332333[[package]]334name = "atomic-waker"335version = "1.0.0"336source = "registry+https://github.com/rust-lang/crates.io-index"337checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"338339[[package]]340name = "atty"341version = "0.2.14"342source = "registry+https://github.com/rust-lang/crates.io-index"343checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"344dependencies = [345 "hermit-abi",346 "libc",347 "winapi",348]349350[[package]]351name = "auto_impl"352version = "0.5.0"353source = "registry+https://github.com/rust-lang/crates.io-index"354checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"355dependencies = [356 "proc-macro-error",357 "proc-macro2",358 "quote",359 "syn",360]361362[[package]]363name = "autocfg"364version = "1.1.0"365source = "registry+https://github.com/rust-lang/crates.io-index"366checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"367368[[package]]369name = "backoff"370version = "0.4.0"371source = "registry+https://github.com/rust-lang/crates.io-index"372checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"373dependencies = [374 "futures-core",375 "getrandom 0.2.7",376 "instant",377 "pin-project-lite 0.2.9",378 "rand 0.8.5",379 "tokio 1.19.2",380]381382[[package]]383name = "backtrace"384version = "0.3.65"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"387dependencies = [388 "addr2line",389 "cc",390 "cfg-if 1.0.0",391 "libc",392 "miniz_oxide",393 "object 0.28.4",394 "rustc-demangle",395]396397[[package]]398name = "base-x"399version = "0.2.10"400source = "registry+https://github.com/rust-lang/crates.io-index"401checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"402403[[package]]404name = "base16ct"405version = "0.1.1"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"408409[[package]]410name = "base58"411version = "0.2.0"412source = "registry+https://github.com/rust-lang/crates.io-index"413checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"414415[[package]]416name = "base64"417version = "0.13.0"418source = "registry+https://github.com/rust-lang/crates.io-index"419checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"420421[[package]]422name = "beef"423version = "0.5.2"424source = "registry+https://github.com/rust-lang/crates.io-index"425checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"426dependencies = [427 "serde",428]429430[[package]]431name = "beefy-gadget"432version = "4.0.0-dev"433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"434dependencies = [435 "beefy-primitives",436 "fnv",437 "futures 0.3.21",438 "futures-timer",439 "hex",440 "log",441 "parity-scale-codec 3.1.5",442 "parking_lot 0.12.1",443 "sc-chain-spec",444 "sc-client-api",445 "sc-finality-grandpa",446 "sc-keystore",447 "sc-network",448 "sc-network-gossip",449 "sc-utils",450 "sp-api",451 "sp-application-crypto",452 "sp-arithmetic",453 "sp-blockchain",454 "sp-consensus",455 "sp-core",456 "sp-keystore",457 "sp-mmr-primitives",458 "sp-runtime",459 "substrate-prometheus-endpoint",460 "thiserror",461 "wasm-timer",462]463464[[package]]465name = "beefy-gadget-rpc"466version = "4.0.0-dev"467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"468dependencies = [469 "beefy-gadget",470 "beefy-primitives",471 "futures 0.3.21",472 "jsonrpsee",473 "log",474 "parity-scale-codec 3.1.5",475 "parking_lot 0.12.1",476 "sc-rpc",477 "sc-utils",478 "serde",479 "sp-core",480 "sp-runtime",481 "thiserror",482]483484[[package]]485name = "beefy-merkle-tree"486version = "4.0.0-dev"487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"488489[[package]]490name = "beefy-primitives"491version = "4.0.0-dev"492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"493dependencies = [494 "parity-scale-codec 3.1.5",495 "scale-info",496 "sp-api",497 "sp-application-crypto",498 "sp-core",499 "sp-runtime",500 "sp-std",501]502503[[package]]504name = "bimap"505version = "0.6.2"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"508509[[package]]510name = "bincode"511version = "1.3.3"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"514dependencies = [515 "serde",516]517518[[package]]519name = "bindgen"520version = "0.59.2"521source = "registry+https://github.com/rust-lang/crates.io-index"522checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"523dependencies = [524 "bitflags",525 "cexpr",526 "clang-sys",527 "lazy_static",528 "lazycell",529 "peeking_take_while",530 "proc-macro2",531 "quote",532 "regex",533 "rustc-hash",534 "shlex",535]536537[[package]]538name = "bitflags"539version = "1.3.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"542543[[package]]544name = "bitvec"545version = "0.20.4"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"548dependencies = [549 "funty 1.1.0",550 "radium 0.6.2",551 "tap",552 "wyz 0.2.0",553]554555[[package]]556name = "bitvec"557version = "1.0.0"558source = "registry+https://github.com/rust-lang/crates.io-index"559checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"560dependencies = [561 "funty 2.0.0",562 "radium 0.7.0",563 "tap",564 "wyz 0.5.0",565]566567[[package]]568name = "blake2"569version = "0.10.4"570source = "registry+https://github.com/rust-lang/crates.io-index"571checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"572dependencies = [573 "digest 0.10.3",574]575576[[package]]577name = "blake2-rfc"578version = "0.2.18"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"581dependencies = [582 "arrayvec 0.4.12",583 "constant_time_eq",584]585586[[package]]587name = "blake2b_simd"588version = "1.0.0"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"591dependencies = [592 "arrayref",593 "arrayvec 0.7.2",594 "constant_time_eq",595]596597[[package]]598name = "blake2s_simd"599version = "1.0.0"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"602dependencies = [603 "arrayref",604 "arrayvec 0.7.2",605 "constant_time_eq",606]607608[[package]]609name = "blake3"610version = "1.3.1"611source = "registry+https://github.com/rust-lang/crates.io-index"612checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"613dependencies = [614 "arrayref",615 "arrayvec 0.7.2",616 "cc",617 "cfg-if 1.0.0",618 "constant_time_eq",619 "digest 0.10.3",620]621622[[package]]623name = "block-buffer"624version = "0.7.3"625source = "registry+https://github.com/rust-lang/crates.io-index"626checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"627dependencies = [628 "block-padding 0.1.5",629 "byte-tools",630 "byteorder",631 "generic-array 0.12.4",632]633634[[package]]635name = "block-buffer"636version = "0.9.0"637source = "registry+https://github.com/rust-lang/crates.io-index"638checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"639dependencies = [640 "block-padding 0.2.1",641 "generic-array 0.14.5",642]643644[[package]]645name = "block-buffer"646version = "0.10.2"647source = "registry+https://github.com/rust-lang/crates.io-index"648checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"649dependencies = [650 "generic-array 0.14.5",651]652653[[package]]654name = "block-padding"655version = "0.1.5"656source = "registry+https://github.com/rust-lang/crates.io-index"657checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"658dependencies = [659 "byte-tools",660]661662[[package]]663name = "block-padding"664version = "0.2.1"665source = "registry+https://github.com/rust-lang/crates.io-index"666checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"667668[[package]]669name = "blocking"670version = "1.2.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"673dependencies = [674 "async-channel",675 "async-task",676 "atomic-waker",677 "fastrand",678 "futures-lite",679 "once_cell",680]681682[[package]]683name = "bounded-vec"684version = "0.6.0"685source = "registry+https://github.com/rust-lang/crates.io-index"686checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"687dependencies = [688 "thiserror",689]690691[[package]]692name = "bp-header-chain"693version = "0.1.0"694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"695dependencies = [696 "bp-runtime",697 "finality-grandpa",698 "frame-support",699 "parity-scale-codec 3.1.5",700 "scale-info",701 "serde",702 "sp-core",703 "sp-finality-grandpa",704 "sp-runtime",705 "sp-std",706]707708[[package]]709name = "bp-message-dispatch"710version = "0.1.0"711source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"712dependencies = [713 "bp-runtime",714 "frame-support",715 "parity-scale-codec 3.1.5",716 "scale-info",717 "sp-std",718]719720[[package]]721name = "bp-messages"722version = "0.1.0"723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"724dependencies = [725 "bitvec 1.0.0",726 "bp-runtime",727 "frame-support",728 "frame-system",729 "impl-trait-for-tuples",730 "parity-scale-codec 3.1.5",731 "scale-info",732 "serde",733 "sp-core",734 "sp-std",735]736737[[package]]738name = "bp-polkadot-core"739version = "0.1.0"740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"741dependencies = [742 "bp-messages",743 "bp-runtime",744 "frame-support",745 "frame-system",746 "parity-scale-codec 3.1.5",747 "scale-info",748 "sp-api",749 "sp-core",750 "sp-runtime",751 "sp-std",752 "sp-version",753]754755[[package]]756name = "bp-rococo"757version = "0.1.0"758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"759dependencies = [760 "bp-messages",761 "bp-polkadot-core",762 "bp-runtime",763 "frame-support",764 "parity-scale-codec 3.1.5",765 "smallvec",766 "sp-api",767 "sp-runtime",768 "sp-std",769 "sp-version",770]771772[[package]]773name = "bp-runtime"774version = "0.1.0"775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"776dependencies = [777 "frame-support",778 "hash-db",779 "num-traits",780 "parity-scale-codec 3.1.5",781 "scale-info",782 "sp-core",783 "sp-io",784 "sp-runtime",785 "sp-state-machine",786 "sp-std",787 "sp-trie",788]789790[[package]]791name = "bp-test-utils"792version = "0.1.0"793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"794dependencies = [795 "bp-header-chain",796 "ed25519-dalek",797 "finality-grandpa",798 "parity-scale-codec 3.1.5",799 "sp-application-crypto",800 "sp-finality-grandpa",801 "sp-runtime",802 "sp-std",803]804805[[package]]806name = "bp-wococo"807version = "0.1.0"808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"809dependencies = [810 "bp-messages",811 "bp-polkadot-core",812 "bp-rococo",813 "bp-runtime",814 "parity-scale-codec 3.1.5",815 "sp-api",816 "sp-runtime",817 "sp-std",818]819820[[package]]821name = "bridge-runtime-common"822version = "0.1.0"823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"824dependencies = [825 "bp-message-dispatch",826 "bp-messages",827 "bp-runtime",828 "frame-support",829 "frame-system",830 "hash-db",831 "pallet-bridge-dispatch",832 "pallet-bridge-grandpa",833 "pallet-bridge-messages",834 "pallet-transaction-payment",835 "parity-scale-codec 3.1.5",836 "scale-info",837 "sp-api",838 "sp-core",839 "sp-runtime",840 "sp-state-machine",841 "sp-std",842 "sp-trie",843]844845[[package]]846name = "bs58"847version = "0.4.0"848source = "registry+https://github.com/rust-lang/crates.io-index"849checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"850851[[package]]852name = "bstr"853version = "0.2.17"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"856dependencies = [857 "memchr",858]859860[[package]]861name = "build-helper"862version = "0.1.1"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"865dependencies = [866 "semver 0.6.0",867]868869[[package]]870name = "bumpalo"871version = "3.10.0"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"874875[[package]]876name = "byte-slice-cast"877version = "1.2.1"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"880881[[package]]882name = "byte-tools"883version = "0.3.1"884source = "registry+https://github.com/rust-lang/crates.io-index"885checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"886887[[package]]888name = "byteorder"889version = "1.4.3"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"892893[[package]]894name = "bytes"895version = "0.5.6"896source = "registry+https://github.com/rust-lang/crates.io-index"897checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"898899[[package]]900name = "bytes"901version = "1.1.0"902source = "registry+https://github.com/rust-lang/crates.io-index"903checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"904905[[package]]906name = "bzip2-sys"907version = "0.1.11+1.0.8"908source = "registry+https://github.com/rust-lang/crates.io-index"909checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"910dependencies = [911 "cc",912 "libc",913 "pkg-config",914]915916[[package]]917name = "cache-padded"918version = "1.2.0"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"921922[[package]]923name = "camino"924version = "1.0.9"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"927dependencies = [928 "serde",929]930931[[package]]932name = "cargo-platform"933version = "0.1.2"934source = "registry+https://github.com/rust-lang/crates.io-index"935checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"936dependencies = [937 "serde",938]939940[[package]]941name = "cargo_metadata"942version = "0.14.2"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"945dependencies = [946 "camino",947 "cargo-platform",948 "semver 1.0.10",949 "serde",950 "serde_json",951]952953[[package]]954name = "cc"955version = "1.0.73"956source = "registry+https://github.com/rust-lang/crates.io-index"957checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"958dependencies = [959 "jobserver",960]961962[[package]]963name = "cexpr"964version = "0.6.0"965source = "registry+https://github.com/rust-lang/crates.io-index"966checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"967dependencies = [968 "nom",969]970971[[package]]972name = "cfg-if"973version = "0.1.10"974source = "registry+https://github.com/rust-lang/crates.io-index"975checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"976977[[package]]978name = "cfg-if"979version = "1.0.0"980source = "registry+https://github.com/rust-lang/crates.io-index"981checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"982983[[package]]984name = "cfg_aliases"985version = "0.1.1"986source = "registry+https://github.com/rust-lang/crates.io-index"987checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"988989[[package]]990name = "chacha20"991version = "0.8.1"992source = "registry+https://github.com/rust-lang/crates.io-index"993checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"994dependencies = [995 "cfg-if 1.0.0",996 "cipher",997 "cpufeatures",998 "zeroize",999]10001001[[package]]1002name = "chacha20poly1305"1003version = "0.9.0"1004source = "registry+https://github.com/rust-lang/crates.io-index"1005checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"1006dependencies = [1007 "aead",1008 "chacha20",1009 "cipher",1010 "poly1305",1011 "zeroize",1012]10131014[[package]]1015name = "chrono"1016version = "0.4.19"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1019dependencies = [1020 "libc",1021 "num-integer",1022 "num-traits",1023 "time",1024 "winapi",1025]10261027[[package]]1028name = "cid"1029version = "0.8.5"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "fc949bff6704880faf064c42a4854032ab07bfcf3a4fcb82a57470acededb69c"1032dependencies = [1033 "core2",1034 "multibase",1035 "multihash",1036 "serde",1037 "unsigned-varint",1038]10391040[[package]]1041name = "cipher"1042version = "0.3.0"1043source = "registry+https://github.com/rust-lang/crates.io-index"1044checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1045dependencies = [1046 "generic-array 0.14.5",1047]10481049[[package]]1050name = "ckb-merkle-mountain-range"1051version = "0.3.2"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1054dependencies = [1055 "cfg-if 0.1.10",1056]10571058[[package]]1059name = "clang-sys"1060version = "1.3.3"1061source = "registry+https://github.com/rust-lang/crates.io-index"1062checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"1063dependencies = [1064 "glob",1065 "libc",1066 "libloading 0.7.3",1067]10681069[[package]]1070name = "clap"1071version = "3.2.5"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"1074dependencies = [1075 "atty",1076 "bitflags",1077 "clap_derive",1078 "clap_lex",1079 "indexmap",1080 "once_cell",1081 "strsim",1082 "termcolor",1083 "textwrap",1084]10851086[[package]]1087name = "clap_derive"1088version = "3.2.5"1089source = "registry+https://github.com/rust-lang/crates.io-index"1090checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"1091dependencies = [1092 "heck 0.4.0",1093 "proc-macro-error",1094 "proc-macro2",1095 "quote",1096 "syn",1097]10981099[[package]]1100name = "clap_lex"1101version = "0.2.2"1102source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"1104dependencies = [1105 "os_str_bytes",1106]11071108[[package]]1109name = "coarsetime"1110version = "0.1.22"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1113dependencies = [1114 "libc",1115 "once_cell",1116 "wasi 0.11.0+wasi-snapshot-preview1",1117 "wasm-bindgen",1118]11191120[[package]]1121name = "comfy-table"1122version = "5.0.1"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"1125dependencies = [1126 "strum 0.23.0",1127 "strum_macros 0.23.1",1128 "unicode-width",1129]11301131[[package]]1132name = "concurrent-queue"1133version = "1.2.2"1134source = "registry+https://github.com/rust-lang/crates.io-index"1135checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1136dependencies = [1137 "cache-padded",1138]11391140[[package]]1141name = "const-oid"1142version = "0.7.1"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11451146[[package]]1147name = "constant_time_eq"1148version = "0.1.5"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11511152[[package]]1153name = "convert_case"1154version = "0.4.0"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11571158[[package]]1159name = "core-foundation"1160version = "0.9.3"1161source = "registry+https://github.com/rust-lang/crates.io-index"1162checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1163dependencies = [1164 "core-foundation-sys",1165 "libc",1166]11671168[[package]]1169name = "core-foundation-sys"1170version = "0.8.3"1171source = "registry+https://github.com/rust-lang/crates.io-index"1172checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11731174[[package]]1175name = "core2"1176version = "0.4.0"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1179dependencies = [1180 "memchr",1181]11821183[[package]]1184name = "cpp_demangle"1185version = "0.3.5"1186source = "registry+https://github.com/rust-lang/crates.io-index"1187checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1188dependencies = [1189 "cfg-if 1.0.0",1190]11911192[[package]]1193name = "cpufeatures"1194version = "0.2.2"1195source = "registry+https://github.com/rust-lang/crates.io-index"1196checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1197dependencies = [1198 "libc",1199]12001201[[package]]1202name = "cranelift-bforest"1203version = "0.82.3"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1206dependencies = [1207 "cranelift-entity",1208]12091210[[package]]1211name = "cranelift-codegen"1212version = "0.82.3"1213source = "registry+https://github.com/rust-lang/crates.io-index"1214checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1215dependencies = [1216 "cranelift-bforest",1217 "cranelift-codegen-meta",1218 "cranelift-codegen-shared",1219 "cranelift-entity",1220 "gimli",1221 "log",1222 "regalloc",1223 "smallvec",1224 "target-lexicon",1225]12261227[[package]]1228name = "cranelift-codegen-meta"1229version = "0.82.3"1230source = "registry+https://github.com/rust-lang/crates.io-index"1231checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1232dependencies = [1233 "cranelift-codegen-shared",1234]12351236[[package]]1237name = "cranelift-codegen-shared"1238version = "0.82.3"1239source = "registry+https://github.com/rust-lang/crates.io-index"1240checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12411242[[package]]1243name = "cranelift-entity"1244version = "0.82.3"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1247dependencies = [1248 "serde",1249]12501251[[package]]1252name = "cranelift-frontend"1253version = "0.82.3"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1256dependencies = [1257 "cranelift-codegen",1258 "log",1259 "smallvec",1260 "target-lexicon",1261]12621263[[package]]1264name = "cranelift-native"1265version = "0.82.3"1266source = "registry+https://github.com/rust-lang/crates.io-index"1267checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1268dependencies = [1269 "cranelift-codegen",1270 "libc",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-wasm"1276version = "0.82.3"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1279dependencies = [1280 "cranelift-codegen",1281 "cranelift-entity",1282 "cranelift-frontend",1283 "itertools",1284 "log",1285 "smallvec",1286 "wasmparser",1287 "wasmtime-types",1288]12891290[[package]]1291name = "crc32fast"1292version = "1.3.2"1293source = "registry+https://github.com/rust-lang/crates.io-index"1294checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1295dependencies = [1296 "cfg-if 1.0.0",1297]12981299[[package]]1300name = "crossbeam-channel"1301version = "0.5.4"1302source = "registry+https://github.com/rust-lang/crates.io-index"1303checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1304dependencies = [1305 "cfg-if 1.0.0",1306 "crossbeam-utils",1307]13081309[[package]]1310name = "crossbeam-deque"1311version = "0.8.1"1312source = "registry+https://github.com/rust-lang/crates.io-index"1313checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1314dependencies = [1315 "cfg-if 1.0.0",1316 "crossbeam-epoch",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-epoch"1322version = "0.9.8"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1325dependencies = [1326 "autocfg",1327 "cfg-if 1.0.0",1328 "crossbeam-utils",1329 "lazy_static",1330 "memoffset",1331 "scopeguard",1332]13331334[[package]]1335name = "crossbeam-queue"1336version = "0.3.5"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1339dependencies = [1340 "cfg-if 1.0.0",1341 "crossbeam-utils",1342]13431344[[package]]1345name = "crossbeam-utils"1346version = "0.8.8"1347source = "registry+https://github.com/rust-lang/crates.io-index"1348checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1349dependencies = [1350 "cfg-if 1.0.0",1351 "lazy_static",1352]13531354[[package]]1355name = "crunchy"1356version = "0.2.2"1357source = "registry+https://github.com/rust-lang/crates.io-index"1358checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13591360[[package]]1361name = "crypto-bigint"1362version = "0.3.2"1363source = "registry+https://github.com/rust-lang/crates.io-index"1364checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1365dependencies = [1366 "generic-array 0.14.5",1367 "rand_core 0.6.3",1368 "subtle",1369 "zeroize",1370]13711372[[package]]1373name = "crypto-common"1374version = "0.1.3"1375source = "registry+https://github.com/rust-lang/crates.io-index"1376checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1377dependencies = [1378 "generic-array 0.14.5",1379 "typenum",1380]13811382[[package]]1383name = "crypto-mac"1384version = "0.8.0"1385source = "registry+https://github.com/rust-lang/crates.io-index"1386checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1387dependencies = [1388 "generic-array 0.14.5",1389 "subtle",1390]13911392[[package]]1393name = "crypto-mac"1394version = "0.11.1"1395source = "registry+https://github.com/rust-lang/crates.io-index"1396checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1397dependencies = [1398 "generic-array 0.14.5",1399 "subtle",1400]14011402[[package]]1403name = "ctor"1404version = "0.1.22"1405source = "registry+https://github.com/rust-lang/crates.io-index"1406checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1407dependencies = [1408 "quote",1409 "syn",1410]14111412[[package]]1413name = "ctr"1414version = "0.8.0"1415source = "registry+https://github.com/rust-lang/crates.io-index"1416checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1417dependencies = [1418 "cipher",1419]14201421[[package]]1422name = "cuckoofilter"1423version = "0.5.0"1424source = "registry+https://github.com/rust-lang/crates.io-index"1425checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1426dependencies = [1427 "byteorder",1428 "fnv",1429 "rand 0.7.3",1430]14311432[[package]]1433name = "cumulus-client-cli"1434version = "0.1.0"1435source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1436dependencies = [1437 "clap",1438 "sc-cli",1439 "sc-service",1440 "url",1441]14421443[[package]]1444name = "cumulus-client-collator"1445version = "0.1.0"1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1447dependencies = [1448 "cumulus-client-consensus-common",1449 "cumulus-client-network",1450 "cumulus-primitives-core",1451 "cumulus-relay-chain-interface",1452 "futures 0.3.21",1453 "parity-scale-codec 3.1.5",1454 "parking_lot 0.12.1",1455 "polkadot-node-primitives",1456 "polkadot-node-subsystem",1457 "polkadot-overseer",1458 "polkadot-primitives",1459 "sc-client-api",1460 "sp-api",1461 "sp-consensus",1462 "sp-core",1463 "sp-runtime",1464 "tracing",1465]14661467[[package]]1468name = "cumulus-client-consensus-aura"1469version = "0.1.0"1470source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1471dependencies = [1472 "async-trait",1473 "cumulus-client-consensus-common",1474 "cumulus-primitives-core",1475 "futures 0.3.21",1476 "parity-scale-codec 3.1.5",1477 "sc-client-api",1478 "sc-consensus",1479 "sc-consensus-aura",1480 "sc-consensus-slots",1481 "sc-telemetry",1482 "sp-api",1483 "sp-application-crypto",1484 "sp-block-builder",1485 "sp-blockchain",1486 "sp-consensus",1487 "sp-consensus-aura",1488 "sp-core",1489 "sp-inherents",1490 "sp-keystore",1491 "sp-runtime",1492 "substrate-prometheus-endpoint",1493 "tracing",1494]14951496[[package]]1497name = "cumulus-client-consensus-common"1498version = "0.1.0"1499source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1500dependencies = [1501 "async-trait",1502 "cumulus-relay-chain-interface",1503 "dyn-clone",1504 "futures 0.3.21",1505 "parity-scale-codec 3.1.5",1506 "polkadot-primitives",1507 "sc-client-api",1508 "sc-consensus",1509 "sp-api",1510 "sp-blockchain",1511 "sp-consensus",1512 "sp-runtime",1513 "sp-trie",1514 "tracing",1515]15161517[[package]]1518name = "cumulus-client-network"1519version = "0.1.0"1520source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1521dependencies = [1522 "async-trait",1523 "cumulus-relay-chain-interface",1524 "derive_more",1525 "futures 0.3.21",1526 "futures-timer",1527 "parity-scale-codec 3.1.5",1528 "parking_lot 0.12.1",1529 "polkadot-node-primitives",1530 "polkadot-parachain",1531 "polkadot-primitives",1532 "sc-client-api",1533 "sp-api",1534 "sp-blockchain",1535 "sp-consensus",1536 "sp-core",1537 "sp-runtime",1538 "sp-state-machine",1539 "tracing",1540]15411542[[package]]1543name = "cumulus-client-pov-recovery"1544version = "0.1.0"1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1546dependencies = [1547 "cumulus-primitives-core",1548 "cumulus-relay-chain-interface",1549 "futures 0.3.21",1550 "futures-timer",1551 "parity-scale-codec 3.1.5",1552 "polkadot-node-primitives",1553 "polkadot-node-subsystem",1554 "polkadot-overseer",1555 "polkadot-primitives",1556 "rand 0.8.5",1557 "sc-client-api",1558 "sc-consensus",1559 "sp-api",1560 "sp-consensus",1561 "sp-maybe-compressed-blob",1562 "sp-runtime",1563 "tracing",1564]15651566[[package]]1567name = "cumulus-client-service"1568version = "0.1.0"1569source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1570dependencies = [1571 "cumulus-client-cli",1572 "cumulus-client-collator",1573 "cumulus-client-consensus-common",1574 "cumulus-client-pov-recovery",1575 "cumulus-primitives-core",1576 "cumulus-relay-chain-interface",1577 "parity-scale-codec 3.1.5",1578 "parking_lot 0.12.1",1579 "polkadot-overseer",1580 "polkadot-primitives",1581 "sc-chain-spec",1582 "sc-client-api",1583 "sc-consensus",1584 "sc-consensus-babe",1585 "sc-service",1586 "sc-telemetry",1587 "sc-tracing",1588 "sp-api",1589 "sp-blockchain",1590 "sp-consensus",1591 "sp-core",1592 "sp-runtime",1593 "tracing",1594]15951596[[package]]1597name = "cumulus-pallet-aura-ext"1598version = "0.1.0"1599source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1600dependencies = [1601 "frame-executive",1602 "frame-support",1603 "frame-system",1604 "pallet-aura",1605 "parity-scale-codec 3.1.5",1606 "scale-info",1607 "serde",1608 "sp-application-crypto",1609 "sp-consensus-aura",1610 "sp-runtime",1611 "sp-std",1612]16131614[[package]]1615name = "cumulus-pallet-dmp-queue"1616version = "0.1.0"1617source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1618dependencies = [1619 "cumulus-primitives-core",1620 "frame-support",1621 "frame-system",1622 "log",1623 "parity-scale-codec 3.1.5",1624 "scale-info",1625 "sp-io",1626 "sp-runtime",1627 "sp-std",1628 "xcm",1629 "xcm-executor",1630]16311632[[package]]1633name = "cumulus-pallet-parachain-system"1634version = "0.1.0"1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1636dependencies = [1637 "cumulus-pallet-parachain-system-proc-macro",1638 "cumulus-primitives-core",1639 "cumulus-primitives-parachain-inherent",1640 "environmental",1641 "frame-support",1642 "frame-system",1643 "impl-trait-for-tuples",1644 "log",1645 "pallet-balances",1646 "parity-scale-codec 3.1.5",1647 "polkadot-parachain",1648 "scale-info",1649 "serde",1650 "sp-core",1651 "sp-externalities",1652 "sp-inherents",1653 "sp-io",1654 "sp-runtime",1655 "sp-state-machine",1656 "sp-std",1657 "sp-trie",1658 "sp-version",1659 "xcm",1660]16611662[[package]]1663name = "cumulus-pallet-parachain-system-proc-macro"1664version = "0.1.0"1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1666dependencies = [1667 "proc-macro-crate",1668 "proc-macro2",1669 "quote",1670 "syn",1671]16721673[[package]]1674name = "cumulus-pallet-xcm"1675version = "0.1.0"1676source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1677dependencies = [1678 "cumulus-primitives-core",1679 "frame-support",1680 "frame-system",1681 "parity-scale-codec 3.1.5",1682 "scale-info",1683 "serde",1684 "sp-io",1685 "sp-runtime",1686 "sp-std",1687 "xcm",1688]16891690[[package]]1691name = "cumulus-pallet-xcmp-queue"1692version = "0.1.0"1693source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1694dependencies = [1695 "cumulus-primitives-core",1696 "frame-support",1697 "frame-system",1698 "log",1699 "parity-scale-codec 3.1.5",1700 "rand_chacha 0.3.1",1701 "scale-info",1702 "sp-runtime",1703 "sp-std",1704 "xcm",1705 "xcm-executor",1706]17071708[[package]]1709name = "cumulus-primitives-core"1710version = "0.1.0"1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1712dependencies = [1713 "frame-support",1714 "parity-scale-codec 3.1.5",1715 "polkadot-core-primitives",1716 "polkadot-parachain",1717 "polkadot-primitives",1718 "sp-api",1719 "sp-runtime",1720 "sp-std",1721 "sp-trie",1722]17231724[[package]]1725name = "cumulus-primitives-parachain-inherent"1726version = "0.1.0"1727source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1728dependencies = [1729 "async-trait",1730 "cumulus-primitives-core",1731 "cumulus-relay-chain-interface",1732 "cumulus-test-relay-sproof-builder",1733 "parity-scale-codec 3.1.5",1734 "sc-client-api",1735 "scale-info",1736 "sp-api",1737 "sp-core",1738 "sp-inherents",1739 "sp-runtime",1740 "sp-state-machine",1741 "sp-std",1742 "sp-storage",1743 "sp-trie",1744 "tracing",1745]17461747[[package]]1748name = "cumulus-primitives-timestamp"1749version = "0.1.0"1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1751dependencies = [1752 "cumulus-primitives-core",1753 "futures 0.3.21",1754 "parity-scale-codec 3.1.5",1755 "sp-inherents",1756 "sp-std",1757 "sp-timestamp",1758]17591760[[package]]1761name = "cumulus-primitives-utility"1762version = "0.1.0"1763source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1764dependencies = [1765 "cumulus-primitives-core",1766 "frame-support",1767 "parity-scale-codec 3.1.5",1768 "polkadot-core-primitives",1769 "polkadot-parachain",1770 "polkadot-primitives",1771 "sp-runtime",1772 "sp-std",1773 "sp-trie",1774 "xcm",1775]17761777[[package]]1778name = "cumulus-relay-chain-inprocess-interface"1779version = "0.1.0"1780source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1781dependencies = [1782 "async-trait",1783 "cumulus-primitives-core",1784 "cumulus-relay-chain-interface",1785 "futures 0.3.21",1786 "futures-timer",1787 "parking_lot 0.12.1",1788 "polkadot-cli",1789 "polkadot-client",1790 "polkadot-service",1791 "sc-cli",1792 "sc-client-api",1793 "sc-consensus-babe",1794 "sc-network",1795 "sc-service",1796 "sc-sysinfo",1797 "sc-telemetry",1798 "sc-tracing",1799 "sp-api",1800 "sp-blockchain",1801 "sp-consensus",1802 "sp-core",1803 "sp-runtime",1804 "sp-state-machine",1805 "tracing",1806]18071808[[package]]1809name = "cumulus-relay-chain-interface"1810version = "0.1.0"1811source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1812dependencies = [1813 "async-trait",1814 "cumulus-primitives-core",1815 "derive_more",1816 "futures 0.3.21",1817 "jsonrpsee-core",1818 "parity-scale-codec 3.1.5",1819 "parking_lot 0.12.1",1820 "polkadot-overseer",1821 "polkadot-service",1822 "sc-client-api",1823 "sc-service",1824 "sp-api",1825 "sp-blockchain",1826 "sp-core",1827 "sp-runtime",1828 "sp-state-machine",1829 "thiserror",1830]18311832[[package]]1833name = "cumulus-relay-chain-rpc-interface"1834version = "0.1.0"1835source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1836dependencies = [1837 "async-trait",1838 "backoff",1839 "cumulus-primitives-core",1840 "cumulus-relay-chain-interface",1841 "futures 0.3.21",1842 "futures-timer",1843 "jsonrpsee",1844 "parity-scale-codec 3.1.5",1845 "parking_lot 0.12.1",1846 "polkadot-service",1847 "sc-client-api",1848 "sc-rpc-api",1849 "sp-api",1850 "sp-core",1851 "sp-runtime",1852 "sp-state-machine",1853 "sp-storage",1854 "tracing",1855 "url",1856]18571858[[package]]1859name = "cumulus-test-relay-sproof-builder"1860version = "0.1.0"1861source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"1862dependencies = [1863 "cumulus-primitives-core",1864 "parity-scale-codec 3.1.5",1865 "polkadot-primitives",1866 "sp-runtime",1867 "sp-state-machine",1868 "sp-std",1869]18701871[[package]]1872name = "curve25519-dalek"1873version = "2.1.3"1874source = "registry+https://github.com/rust-lang/crates.io-index"1875checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1876dependencies = [1877 "byteorder",1878 "digest 0.8.1",1879 "rand_core 0.5.1",1880 "subtle",1881 "zeroize",1882]18831884[[package]]1885name = "curve25519-dalek"1886version = "3.2.0"1887source = "registry+https://github.com/rust-lang/crates.io-index"1888checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1889dependencies = [1890 "byteorder",1891 "digest 0.9.0",1892 "rand_core 0.5.1",1893 "subtle",1894 "zeroize",1895]18961897[[package]]1898name = "curve25519-dalek"1899version = "4.0.0-pre.1"1900source = "registry+https://github.com/rust-lang/crates.io-index"1901checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1902dependencies = [1903 "byteorder",1904 "digest 0.9.0",1905 "rand_core 0.6.3",1906 "subtle",1907 "zeroize",1908]19091910[[package]]1911name = "darling"1912version = "0.13.4"1913source = "registry+https://github.com/rust-lang/crates.io-index"1914checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1915dependencies = [1916 "darling_core",1917 "darling_macro",1918]19191920[[package]]1921name = "darling_core"1922version = "0.13.4"1923source = "registry+https://github.com/rust-lang/crates.io-index"1924checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1925dependencies = [1926 "fnv",1927 "ident_case",1928 "proc-macro2",1929 "quote",1930 "strsim",1931 "syn",1932]19331934[[package]]1935name = "darling_macro"1936version = "0.13.4"1937source = "registry+https://github.com/rust-lang/crates.io-index"1938checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1939dependencies = [1940 "darling_core",1941 "quote",1942 "syn",1943]19441945[[package]]1946name = "data-encoding"1947version = "2.3.2"1948source = "registry+https://github.com/rust-lang/crates.io-index"1949checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19501951[[package]]1952name = "data-encoding-macro"1953version = "0.1.12"1954source = "registry+https://github.com/rust-lang/crates.io-index"1955checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1956dependencies = [1957 "data-encoding",1958 "data-encoding-macro-internal",1959]19601961[[package]]1962name = "data-encoding-macro-internal"1963version = "0.1.10"1964source = "registry+https://github.com/rust-lang/crates.io-index"1965checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1966dependencies = [1967 "data-encoding",1968 "syn",1969]19701971[[package]]1972name = "der"1973version = "0.5.1"1974source = "registry+https://github.com/rust-lang/crates.io-index"1975checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1976dependencies = [1977 "const-oid",1978]19791980[[package]]1981name = "derivative"1982version = "2.2.0"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1985dependencies = [1986 "proc-macro2",1987 "quote",1988 "syn",1989]19901991[[package]]1992name = "derive_more"1993version = "0.99.17"1994source = "registry+https://github.com/rust-lang/crates.io-index"1995checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1996dependencies = [1997 "convert_case",1998 "proc-macro2",1999 "quote",2000 "rustc_version 0.4.0",2001 "syn",2002]20032004[[package]]2005name = "digest"2006version = "0.8.1"2007source = "registry+https://github.com/rust-lang/crates.io-index"2008checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2009dependencies = [2010 "generic-array 0.12.4",2011]20122013[[package]]2014name = "digest"2015version = "0.9.0"2016source = "registry+https://github.com/rust-lang/crates.io-index"2017checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2018dependencies = [2019 "generic-array 0.14.5",2020]20212022[[package]]2023name = "digest"2024version = "0.10.3"2025source = "registry+https://github.com/rust-lang/crates.io-index"2026checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2027dependencies = [2028 "block-buffer 0.10.2",2029 "crypto-common",2030 "subtle",2031]20322033[[package]]2034name = "directories"2035version = "4.0.1"2036source = "registry+https://github.com/rust-lang/crates.io-index"2037checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2038dependencies = [2039 "dirs-sys",2040]20412042[[package]]2043name = "directories-next"2044version = "2.0.0"2045source = "registry+https://github.com/rust-lang/crates.io-index"2046checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2047dependencies = [2048 "cfg-if 1.0.0",2049 "dirs-sys-next",2050]20512052[[package]]2053name = "dirs-sys"2054version = "0.3.7"2055source = "registry+https://github.com/rust-lang/crates.io-index"2056checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2057dependencies = [2058 "libc",2059 "redox_users",2060 "winapi",2061]20622063[[package]]2064name = "dirs-sys-next"2065version = "0.1.2"2066source = "registry+https://github.com/rust-lang/crates.io-index"2067checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2068dependencies = [2069 "libc",2070 "redox_users",2071 "winapi",2072]20732074[[package]]2075name = "dns-parser"2076version = "0.8.0"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2079dependencies = [2080 "byteorder",2081 "quick-error",2082]20832084[[package]]2085name = "downcast-rs"2086version = "1.2.0"2087source = "registry+https://github.com/rust-lang/crates.io-index"2088checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20892090[[package]]2091name = "dtoa"2092version = "1.0.2"2093source = "registry+https://github.com/rust-lang/crates.io-index"2094checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"20952096[[package]]2097name = "dyn-clonable"2098version = "0.9.0"2099source = "registry+https://github.com/rust-lang/crates.io-index"2100checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2101dependencies = [2102 "dyn-clonable-impl",2103 "dyn-clone",2104]21052106[[package]]2107name = "dyn-clonable-impl"2108version = "0.9.0"2109source = "registry+https://github.com/rust-lang/crates.io-index"2110checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2111dependencies = [2112 "proc-macro2",2113 "quote",2114 "syn",2115]21162117[[package]]2118name = "dyn-clone"2119version = "1.0.5"2120source = "registry+https://github.com/rust-lang/crates.io-index"2121checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21222123[[package]]2124name = "ecdsa"2125version = "0.13.4"2126source = "registry+https://github.com/rust-lang/crates.io-index"2127checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2128dependencies = [2129 "der",2130 "elliptic-curve",2131 "rfc6979",2132 "signature",2133]21342135[[package]]2136name = "ed25519"2137version = "1.5.2"2138source = "registry+https://github.com/rust-lang/crates.io-index"2139checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2140dependencies = [2141 "signature",2142]21432144[[package]]2145name = "ed25519-dalek"2146version = "1.0.1"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2149dependencies = [2150 "curve25519-dalek 3.2.0",2151 "ed25519",2152 "rand 0.7.3",2153 "serde",2154 "sha2 0.9.9",2155 "zeroize",2156]21572158[[package]]2159name = "either"2160version = "1.6.1"2161source = "registry+https://github.com/rust-lang/crates.io-index"2162checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21632164[[package]]2165name = "elliptic-curve"2166version = "0.11.12"2167source = "registry+https://github.com/rust-lang/crates.io-index"2168checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2169dependencies = [2170 "base16ct",2171 "crypto-bigint",2172 "der",2173 "ff",2174 "generic-array 0.14.5",2175 "group",2176 "rand_core 0.6.3",2177 "sec1",2178 "subtle",2179 "zeroize",2180]21812182[[package]]2183name = "enum-as-inner"2184version = "0.4.0"2185source = "registry+https://github.com/rust-lang/crates.io-index"2186checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2187dependencies = [2188 "heck 0.4.0",2189 "proc-macro2",2190 "quote",2191 "syn",2192]21932194[[package]]2195name = "enumflags2"2196version = "0.7.5"2197source = "registry+https://github.com/rust-lang/crates.io-index"2198checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2199dependencies = [2200 "enumflags2_derive",2201]22022203[[package]]2204name = "enumflags2_derive"2205version = "0.7.4"2206source = "registry+https://github.com/rust-lang/crates.io-index"2207checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2208dependencies = [2209 "proc-macro2",2210 "quote",2211 "syn",2212]22132214[[package]]2215name = "enumn"2216version = "0.1.4"2217source = "registry+https://github.com/rust-lang/crates.io-index"2218checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2219dependencies = [2220 "proc-macro2",2221 "quote",2222 "syn",2223]22242225[[package]]2226name = "env_logger"2227version = "0.9.0"2228source = "registry+https://github.com/rust-lang/crates.io-index"2229checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2230dependencies = [2231 "atty",2232 "humantime",2233 "log",2234 "regex",2235 "termcolor",2236]22372238[[package]]2239name = "environmental"2240version = "1.1.3"2241source = "registry+https://github.com/rust-lang/crates.io-index"2242checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22432244[[package]]2245name = "errno"2246version = "0.2.8"2247source = "registry+https://github.com/rust-lang/crates.io-index"2248checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2249dependencies = [2250 "errno-dragonfly",2251 "libc",2252 "winapi",2253]22542255[[package]]2256name = "errno-dragonfly"2257version = "0.1.2"2258source = "registry+https://github.com/rust-lang/crates.io-index"2259checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2260dependencies = [2261 "cc",2262 "libc",2263]22642265[[package]]2266name = "ethbloom"2267version = "0.12.1"2268source = "registry+https://github.com/rust-lang/crates.io-index"2269checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2270dependencies = [2271 "crunchy",2272 "fixed-hash",2273 "impl-codec",2274 "impl-rlp",2275 "impl-serde",2276 "scale-info",2277 "tiny-keccak",2278]22792280[[package]]2281name = "ethereum"2282version = "0.12.0"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2285dependencies = [2286 "bytes 1.1.0",2287 "ethereum-types",2288 "hash-db",2289 "hash256-std-hasher",2290 "parity-scale-codec 3.1.5",2291 "rlp",2292 "rlp-derive",2293 "scale-info",2294 "serde",2295 "sha3 0.10.1",2296 "triehash",2297]22982299[[package]]2300name = "ethereum-types"2301version = "0.13.1"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2304dependencies = [2305 "ethbloom",2306 "fixed-hash",2307 "impl-codec",2308 "impl-rlp",2309 "impl-serde",2310 "primitive-types",2311 "scale-info",2312 "uint",2313]23142315[[package]]2316name = "event-listener"2317version = "2.5.2"2318source = "registry+https://github.com/rust-lang/crates.io-index"2319checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23202321[[package]]2322name = "evm"2323version = "0.35.0"2324source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2325dependencies = [2326 "auto_impl",2327 "environmental",2328 "ethereum",2329 "evm-core",2330 "evm-gasometer",2331 "evm-runtime",2332 "log",2333 "parity-scale-codec 3.1.5",2334 "primitive-types",2335 "rlp",2336 "scale-info",2337 "serde",2338 "sha3 0.10.1",2339]23402341[[package]]2342name = "evm-coder"2343version = "0.1.0"2344dependencies = [2345 "ethereum",2346 "evm-coder-macros",2347 "evm-core",2348 "hex",2349 "hex-literal",2350 "impl-trait-for-tuples",2351 "primitive-types",2352]23532354[[package]]2355name = "evm-coder-macros"2356version = "0.1.0"2357dependencies = [2358 "Inflector",2359 "darling",2360 "hex",2361 "proc-macro2",2362 "quote",2363 "sha3 0.9.1",2364 "syn",2365]23662367[[package]]2368name = "evm-core"2369version = "0.35.0"2370source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2371dependencies = [2372 "parity-scale-codec 3.1.5",2373 "primitive-types",2374 "scale-info",2375 "serde",2376]23772378[[package]]2379name = "evm-gasometer"2380version = "0.35.0"2381source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2382dependencies = [2383 "environmental",2384 "evm-core",2385 "evm-runtime",2386 "primitive-types",2387]23882389[[package]]2390name = "evm-runtime"2391version = "0.35.0"2392source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.23#e9252ed42dc26fc85b6703b1ba50660a08209e55"2393dependencies = [2394 "auto_impl",2395 "environmental",2396 "evm-core",2397 "primitive-types",2398 "sha3 0.10.1",2399]24002401[[package]]2402name = "exit-future"2403version = "0.2.0"2404source = "registry+https://github.com/rust-lang/crates.io-index"2405checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2406dependencies = [2407 "futures 0.3.21",2408]24092410[[package]]2411name = "expander"2412version = "0.0.4"2413source = "registry+https://github.com/rust-lang/crates.io-index"2414checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2415dependencies = [2416 "blake3",2417 "fs-err",2418 "proc-macro2",2419 "quote",2420]24212422[[package]]2423name = "expander"2424version = "0.0.6"2425source = "registry+https://github.com/rust-lang/crates.io-index"2426checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2427dependencies = [2428 "blake2",2429 "fs-err",2430 "proc-macro2",2431 "quote",2432 "syn",2433]24342435[[package]]2436name = "fake-simd"2437version = "0.1.2"2438source = "registry+https://github.com/rust-lang/crates.io-index"2439checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24402441[[package]]2442name = "fallible-iterator"2443version = "0.2.0"2444source = "registry+https://github.com/rust-lang/crates.io-index"2445checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24462447[[package]]2448name = "fastrand"2449version = "1.7.0"2450source = "registry+https://github.com/rust-lang/crates.io-index"2451checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2452dependencies = [2453 "instant",2454]24552456[[package]]2457name = "fatality"2458version = "0.0.6"2459source = "registry+https://github.com/rust-lang/crates.io-index"2460checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2461dependencies = [2462 "fatality-proc-macro",2463 "thiserror",2464]24652466[[package]]2467name = "fatality-proc-macro"2468version = "0.0.6"2469source = "registry+https://github.com/rust-lang/crates.io-index"2470checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2471dependencies = [2472 "expander 0.0.4",2473 "indexmap",2474 "proc-macro-crate",2475 "proc-macro2",2476 "quote",2477 "syn",2478 "thiserror",2479]24802481[[package]]2482name = "fc-consensus"2483version = "2.0.0-dev"2484source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2485dependencies = [2486 "async-trait",2487 "fc-db",2488 "fp-consensus",2489 "fp-rpc",2490 "sc-client-api",2491 "sc-consensus",2492 "sp-api",2493 "sp-block-builder",2494 "sp-blockchain",2495 "sp-consensus",2496 "sp-runtime",2497 "thiserror",2498]24992500[[package]]2501name = "fc-db"2502version = "2.0.0-dev"2503source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2504dependencies = [2505 "fp-storage",2506 "kvdb-rocksdb",2507 "parity-db",2508 "parity-scale-codec 3.1.5",2509 "parking_lot 0.12.1",2510 "sc-client-db",2511 "sp-core",2512 "sp-database",2513 "sp-runtime",2514]25152516[[package]]2517name = "fc-mapping-sync"2518version = "2.0.0-dev"2519source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2520dependencies = [2521 "fc-db",2522 "fp-consensus",2523 "fp-rpc",2524 "futures 0.3.21",2525 "futures-timer",2526 "log",2527 "sc-client-api",2528 "sp-api",2529 "sp-blockchain",2530 "sp-runtime",2531]25322533[[package]]2534name = "fc-rpc"2535version = "2.0.0-dev"2536source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2537dependencies = [2538 "ethereum",2539 "ethereum-types",2540 "evm",2541 "fc-db",2542 "fc-rpc-core",2543 "fp-rpc",2544 "fp-storage",2545 "futures 0.3.21",2546 "hex",2547 "jsonrpsee",2548 "libsecp256k1",2549 "log",2550 "lru 0.7.7",2551 "parity-scale-codec 3.1.5",2552 "prometheus",2553 "rand 0.8.5",2554 "rlp",2555 "rustc-hex",2556 "sc-client-api",2557 "sc-network",2558 "sc-rpc",2559 "sc-service",2560 "sc-transaction-pool",2561 "sc-transaction-pool-api",2562 "sp-api",2563 "sp-block-builder",2564 "sp-blockchain",2565 "sp-core",2566 "sp-io",2567 "sp-runtime",2568 "sp-storage",2569 "substrate-prometheus-endpoint",2570 "tokio 1.19.2",2571]25722573[[package]]2574name = "fc-rpc-core"2575version = "1.1.0-dev"2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2577dependencies = [2578 "ethereum",2579 "ethereum-types",2580 "jsonrpsee",2581 "rlp",2582 "rustc-hex",2583 "serde",2584 "serde_json",2585]25862587[[package]]2588name = "fdlimit"2589version = "0.2.1"2590source = "registry+https://github.com/rust-lang/crates.io-index"2591checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2592dependencies = [2593 "libc",2594]25952596[[package]]2597name = "ff"2598version = "0.11.1"2599source = "registry+https://github.com/rust-lang/crates.io-index"2600checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2601dependencies = [2602 "rand_core 0.6.3",2603 "subtle",2604]26052606[[package]]2607name = "file-per-thread-logger"2608version = "0.1.5"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2611dependencies = [2612 "env_logger",2613 "log",2614]26152616[[package]]2617name = "finality-grandpa"2618version = "0.15.0"2619source = "registry+https://github.com/rust-lang/crates.io-index"2620checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2621dependencies = [2622 "either",2623 "futures 0.3.21",2624 "futures-timer",2625 "log",2626 "num-traits",2627 "parity-scale-codec 3.1.5",2628 "parking_lot 0.11.2",2629 "scale-info",2630]26312632[[package]]2633name = "fixed-hash"2634version = "0.7.0"2635source = "registry+https://github.com/rust-lang/crates.io-index"2636checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2637dependencies = [2638 "byteorder",2639 "rand 0.8.5",2640 "rustc-hex",2641 "static_assertions",2642]26432644[[package]]2645name = "fixedbitset"2646version = "0.4.1"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26492650[[package]]2651name = "flate2"2652version = "1.0.24"2653source = "registry+https://github.com/rust-lang/crates.io-index"2654checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2655dependencies = [2656 "crc32fast",2657 "libz-sys",2658 "miniz_oxide",2659]26602661[[package]]2662name = "flexi_logger"2663version = "0.15.12"2664source = "registry+https://github.com/rust-lang/crates.io-index"2665checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2666dependencies = [2667 "atty",2668 "chrono",2669 "glob",2670 "lazy_static",2671 "log",2672 "regex",2673 "thiserror",2674 "yansi",2675]26762677[[package]]2678name = "fnv"2679version = "1.0.7"2680source = "registry+https://github.com/rust-lang/crates.io-index"2681checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26822683[[package]]2684name = "fork-tree"2685version = "3.0.0"2686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2687dependencies = [2688 "parity-scale-codec 3.1.5",2689]26902691[[package]]2692name = "form_urlencoded"2693version = "1.0.1"2694source = "registry+https://github.com/rust-lang/crates.io-index"2695checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2696dependencies = [2697 "matches",2698 "percent-encoding",2699]27002701[[package]]2702name = "fp-consensus"2703version = "2.0.0-dev"2704source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2705dependencies = [2706 "ethereum",2707 "parity-scale-codec 3.1.5",2708 "sp-core",2709 "sp-runtime",2710 "sp-std",2711]27122713[[package]]2714name = "fp-evm"2715version = "3.0.0-dev"2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2717dependencies = [2718 "evm",2719 "frame-support",2720 "impl-trait-for-tuples",2721 "parity-scale-codec 3.1.5",2722 "serde",2723 "sp-core",2724 "sp-std",2725]27262727[[package]]2728name = "fp-evm-mapping"2729version = "0.1.0"2730source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2731dependencies = [2732 "frame-support",2733 "sp-core",2734]27352736[[package]]2737name = "fp-rpc"2738version = "3.0.0-dev"2739source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2740dependencies = [2741 "ethereum",2742 "ethereum-types",2743 "fp-evm",2744 "parity-scale-codec 3.1.5",2745 "scale-info",2746 "sp-api",2747 "sp-core",2748 "sp-io",2749 "sp-runtime",2750 "sp-std",2751]27522753[[package]]2754name = "fp-self-contained"2755version = "1.0.0-dev"2756source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2757dependencies = [2758 "ethereum",2759 "frame-support",2760 "parity-scale-codec 3.1.5",2761 "parity-util-mem",2762 "scale-info",2763 "serde",2764 "sp-debug-derive",2765 "sp-io",2766 "sp-runtime",2767]27682769[[package]]2770name = "fp-storage"2771version = "2.0.0"2772source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"2773dependencies = [2774 "parity-scale-codec 3.1.5",2775]27762777[[package]]2778name = "frame-benchmarking"2779version = "4.0.0-dev"2780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2781dependencies = [2782 "frame-support",2783 "frame-system",2784 "linregress",2785 "log",2786 "parity-scale-codec 3.1.5",2787 "paste",2788 "scale-info",2789 "serde",2790 "sp-api",2791 "sp-application-crypto",2792 "sp-io",2793 "sp-runtime",2794 "sp-runtime-interface",2795 "sp-std",2796 "sp-storage",2797]27982799[[package]]2800name = "frame-benchmarking-cli"2801version = "4.0.0-dev"2802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2803dependencies = [2804 "Inflector",2805 "chrono",2806 "clap",2807 "comfy-table",2808 "frame-benchmarking",2809 "frame-support",2810 "frame-system",2811 "handlebars",2812 "hash-db",2813 "hex",2814 "itertools",2815 "kvdb",2816 "lazy_static",2817 "linked-hash-map",2818 "log",2819 "memory-db",2820 "parity-scale-codec 3.1.5",2821 "rand 0.8.5",2822 "rand_pcg 0.3.1",2823 "sc-block-builder",2824 "sc-cli",2825 "sc-client-api",2826 "sc-client-db",2827 "sc-executor",2828 "sc-service",2829 "sc-sysinfo",2830 "serde",2831 "serde_json",2832 "serde_nanos",2833 "sp-api",2834 "sp-blockchain",2835 "sp-core",2836 "sp-database",2837 "sp-externalities",2838 "sp-inherents",2839 "sp-keystore",2840 "sp-runtime",2841 "sp-state-machine",2842 "sp-storage",2843 "sp-trie",2844 "tempfile",2845 "thiserror",2846 "thousands",2847]28482849[[package]]2850name = "frame-election-provider-solution-type"2851version = "4.0.0-dev"2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2853dependencies = [2854 "proc-macro-crate",2855 "proc-macro2",2856 "quote",2857 "syn",2858]28592860[[package]]2861name = "frame-election-provider-support"2862version = "4.0.0-dev"2863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2864dependencies = [2865 "frame-election-provider-solution-type",2866 "frame-support",2867 "frame-system",2868 "parity-scale-codec 3.1.5",2869 "scale-info",2870 "sp-arithmetic",2871 "sp-npos-elections",2872 "sp-runtime",2873 "sp-std",2874]28752876[[package]]2877name = "frame-executive"2878version = "4.0.0-dev"2879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2880dependencies = [2881 "frame-support",2882 "frame-system",2883 "parity-scale-codec 3.1.5",2884 "scale-info",2885 "sp-core",2886 "sp-io",2887 "sp-runtime",2888 "sp-std",2889 "sp-tracing",2890]28912892[[package]]2893name = "frame-metadata"2894version = "15.0.0"2895source = "registry+https://github.com/rust-lang/crates.io-index"2896checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2897dependencies = [2898 "cfg-if 1.0.0",2899 "parity-scale-codec 3.1.5",2900 "scale-info",2901 "serde",2902]29032904[[package]]2905name = "frame-support"2906version = "4.0.0-dev"2907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2908dependencies = [2909 "bitflags",2910 "frame-metadata",2911 "frame-support-procedural",2912 "impl-trait-for-tuples",2913 "k256",2914 "log",2915 "once_cell",2916 "parity-scale-codec 3.1.5",2917 "paste",2918 "scale-info",2919 "serde",2920 "smallvec",2921 "sp-arithmetic",2922 "sp-core",2923 "sp-core-hashing-proc-macro",2924 "sp-inherents",2925 "sp-io",2926 "sp-runtime",2927 "sp-staking",2928 "sp-state-machine",2929 "sp-std",2930 "sp-tracing",2931 "tt-call",2932]29332934[[package]]2935name = "frame-support-procedural"2936version = "4.0.0-dev"2937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2938dependencies = [2939 "Inflector",2940 "frame-support-procedural-tools",2941 "proc-macro2",2942 "quote",2943 "syn",2944]29452946[[package]]2947name = "frame-support-procedural-tools"2948version = "4.0.0-dev"2949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2950dependencies = [2951 "frame-support-procedural-tools-derive",2952 "proc-macro-crate",2953 "proc-macro2",2954 "quote",2955 "syn",2956]29572958[[package]]2959name = "frame-support-procedural-tools-derive"2960version = "3.0.0"2961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2962dependencies = [2963 "proc-macro2",2964 "quote",2965 "syn",2966]29672968[[package]]2969name = "frame-system"2970version = "4.0.0-dev"2971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2972dependencies = [2973 "frame-support",2974 "log",2975 "parity-scale-codec 3.1.5",2976 "scale-info",2977 "serde",2978 "sp-core",2979 "sp-io",2980 "sp-runtime",2981 "sp-std",2982 "sp-version",2983]29842985[[package]]2986name = "frame-system-benchmarking"2987version = "4.0.0-dev"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"2989dependencies = [2990 "frame-benchmarking",2991 "frame-support",2992 "frame-system",2993 "parity-scale-codec 3.1.5",2994 "scale-info",2995 "sp-core",2996 "sp-runtime",2997 "sp-std",2998]29993000[[package]]3001name = "frame-system-rpc-runtime-api"3002version = "4.0.0-dev"3003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"3004dependencies = [3005 "parity-scale-codec 3.1.5",3006 "sp-api",3007]30083009[[package]]3010name = "frame-try-runtime"3011version = "0.10.0-dev"3012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"3013dependencies = [3014 "frame-support",3015 "sp-api",3016 "sp-runtime",3017 "sp-std",3018]30193020[[package]]3021name = "fs-err"3022version = "2.7.0"3023source = "registry+https://github.com/rust-lang/crates.io-index"3024checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30253026[[package]]3027name = "fs-swap"3028version = "0.2.6"3029source = "registry+https://github.com/rust-lang/crates.io-index"3030checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3031dependencies = [3032 "lazy_static",3033 "libc",3034 "libloading 0.5.2",3035 "winapi",3036]30373038[[package]]3039name = "fs2"3040version = "0.4.3"3041source = "registry+https://github.com/rust-lang/crates.io-index"3042checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3043dependencies = [3044 "libc",3045 "winapi",3046]30473048[[package]]3049name = "fs_extra"3050version = "1.2.0"3051source = "registry+https://github.com/rust-lang/crates.io-index"3052checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30533054[[package]]3055name = "funty"3056version = "1.1.0"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30593060[[package]]3061name = "funty"3062version = "2.0.0"3063source = "registry+https://github.com/rust-lang/crates.io-index"3064checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30653066[[package]]3067name = "futures"3068version = "0.1.31"3069source = "registry+https://github.com/rust-lang/crates.io-index"3070checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30713072[[package]]3073name = "futures"3074version = "0.3.21"3075source = "registry+https://github.com/rust-lang/crates.io-index"3076checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3077dependencies = [3078 "futures-channel",3079 "futures-core",3080 "futures-executor",3081 "futures-io",3082 "futures-sink",3083 "futures-task",3084 "futures-util",3085]30863087[[package]]3088name = "futures-channel"3089version = "0.3.21"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3092dependencies = [3093 "futures-core",3094 "futures-sink",3095]30963097[[package]]3098name = "futures-core"3099version = "0.3.21"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31023103[[package]]3104name = "futures-executor"3105version = "0.3.21"3106source = "registry+https://github.com/rust-lang/crates.io-index"3107checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3108dependencies = [3109 "futures-core",3110 "futures-task",3111 "futures-util",3112 "num_cpus",3113]31143115[[package]]3116name = "futures-io"3117version = "0.3.21"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31203121[[package]]3122name = "futures-lite"3123version = "1.12.0"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3126dependencies = [3127 "fastrand",3128 "futures-core",3129 "futures-io",3130 "memchr",3131 "parking",3132 "pin-project-lite 0.2.9",3133 "waker-fn",3134]31353136[[package]]3137name = "futures-macro"3138version = "0.3.21"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3141dependencies = [3142 "proc-macro2",3143 "quote",3144 "syn",3145]31463147[[package]]3148name = "futures-rustls"3149version = "0.22.1"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3152dependencies = [3153 "futures-io",3154 "rustls",3155 "webpki",3156]31573158[[package]]3159name = "futures-sink"3160version = "0.3.21"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31633164[[package]]3165name = "futures-task"3166version = "0.3.21"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31693170[[package]]3171name = "futures-timer"3172version = "3.0.2"3173source = "registry+https://github.com/rust-lang/crates.io-index"3174checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31753176[[package]]3177name = "futures-util"3178version = "0.3.21"3179source = "registry+https://github.com/rust-lang/crates.io-index"3180checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3181dependencies = [3182 "futures 0.1.31",3183 "futures-channel",3184 "futures-core",3185 "futures-io",3186 "futures-macro",3187 "futures-sink",3188 "futures-task",3189 "memchr",3190 "pin-project-lite 0.2.9",3191 "pin-utils",3192 "slab",3193]31943195[[package]]3196name = "generic-array"3197version = "0.12.4"3198source = "registry+https://github.com/rust-lang/crates.io-index"3199checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3200dependencies = [3201 "typenum",3202]32033204[[package]]3205name = "generic-array"3206version = "0.14.5"3207source = "registry+https://github.com/rust-lang/crates.io-index"3208checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3209dependencies = [3210 "typenum",3211 "version_check",3212]32133214[[package]]3215name = "getrandom"3216version = "0.1.16"3217source = "registry+https://github.com/rust-lang/crates.io-index"3218checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3219dependencies = [3220 "cfg-if 1.0.0",3221 "js-sys",3222 "libc",3223 "wasi 0.9.0+wasi-snapshot-preview1",3224 "wasm-bindgen",3225]32263227[[package]]3228name = "getrandom"3229version = "0.2.7"3230source = "registry+https://github.com/rust-lang/crates.io-index"3231checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3232dependencies = [3233 "cfg-if 1.0.0",3234 "libc",3235 "wasi 0.11.0+wasi-snapshot-preview1",3236]32373238[[package]]3239name = "ghash"3240version = "0.4.4"3241source = "registry+https://github.com/rust-lang/crates.io-index"3242checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3243dependencies = [3244 "opaque-debug 0.3.0",3245 "polyval",3246]32473248[[package]]3249name = "gimli"3250version = "0.26.1"3251source = "registry+https://github.com/rust-lang/crates.io-index"3252checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3253dependencies = [3254 "fallible-iterator",3255 "indexmap",3256 "stable_deref_trait",3257]32583259[[package]]3260name = "glob"3261version = "0.3.0"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32643265[[package]]3266name = "globset"3267version = "0.4.9"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3270dependencies = [3271 "aho-corasick",3272 "bstr",3273 "fnv",3274 "log",3275 "regex",3276]32773278[[package]]3279name = "gloo-timers"3280version = "0.2.4"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3283dependencies = [3284 "futures-channel",3285 "futures-core",3286 "js-sys",3287 "wasm-bindgen",3288]32893290[[package]]3291name = "group"3292version = "0.11.0"3293source = "registry+https://github.com/rust-lang/crates.io-index"3294checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3295dependencies = [3296 "ff",3297 "rand_core 0.6.3",3298 "subtle",3299]33003301[[package]]3302name = "h2"3303version = "0.3.13"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3306dependencies = [3307 "bytes 1.1.0",3308 "fnv",3309 "futures-core",3310 "futures-sink",3311 "futures-util",3312 "http",3313 "indexmap",3314 "slab",3315 "tokio 1.19.2",3316 "tokio-util",3317 "tracing",3318]33193320[[package]]3321name = "handlebars"3322version = "4.3.1"3323source = "registry+https://github.com/rust-lang/crates.io-index"3324checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"3325dependencies = [3326 "log",3327 "pest",3328 "pest_derive",3329 "serde",3330 "serde_json",3331 "thiserror",3332]33333334[[package]]3335name = "hash-db"3336version = "0.15.2"3337source = "registry+https://github.com/rust-lang/crates.io-index"3338checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33393340[[package]]3341name = "hash256-std-hasher"3342version = "0.15.2"3343source = "registry+https://github.com/rust-lang/crates.io-index"3344checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3345dependencies = [3346 "crunchy",3347]33483349[[package]]3350name = "hashbrown"3351version = "0.11.2"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3354dependencies = [3355 "ahash",3356]33573358[[package]]3359name = "hashbrown"3360version = "0.12.1"3361source = "registry+https://github.com/rust-lang/crates.io-index"3362checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3363dependencies = [3364 "ahash",3365]33663367[[package]]3368name = "heck"3369version = "0.3.3"3370source = "registry+https://github.com/rust-lang/crates.io-index"3371checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3372dependencies = [3373 "unicode-segmentation",3374]33753376[[package]]3377name = "heck"3378version = "0.4.0"3379source = "registry+https://github.com/rust-lang/crates.io-index"3380checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33813382[[package]]3383name = "hermit-abi"3384version = "0.1.19"3385source = "registry+https://github.com/rust-lang/crates.io-index"3386checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3387dependencies = [3388 "libc",3389]33903391[[package]]3392name = "hex"3393version = "0.4.3"3394source = "registry+https://github.com/rust-lang/crates.io-index"3395checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"33963397[[package]]3398name = "hex-literal"3399version = "0.3.4"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34023403[[package]]3404name = "hex_fmt"3405version = "0.3.0"3406source = "registry+https://github.com/rust-lang/crates.io-index"3407checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34083409[[package]]3410name = "hmac"3411version = "0.8.1"3412source = "registry+https://github.com/rust-lang/crates.io-index"3413checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3414dependencies = [3415 "crypto-mac 0.8.0",3416 "digest 0.9.0",3417]34183419[[package]]3420name = "hmac"3421version = "0.11.0"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3424dependencies = [3425 "crypto-mac 0.11.1",3426 "digest 0.9.0",3427]34283429[[package]]3430name = "hmac-drbg"3431version = "0.3.0"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3434dependencies = [3435 "digest 0.9.0",3436 "generic-array 0.14.5",3437 "hmac 0.8.1",3438]34393440[[package]]3441name = "hostname"3442version = "0.3.1"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3445dependencies = [3446 "libc",3447 "match_cfg",3448 "winapi",3449]34503451[[package]]3452name = "http"3453version = "0.2.8"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3456dependencies = [3457 "bytes 1.1.0",3458 "fnv",3459 "itoa 1.0.2",3460]34613462[[package]]3463name = "http-body"3464version = "0.4.5"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3467dependencies = [3468 "bytes 1.1.0",3469 "http",3470 "pin-project-lite 0.2.9",3471]34723473[[package]]3474name = "httparse"3475version = "1.7.1"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"34783479[[package]]3480name = "httpdate"3481version = "1.0.2"3482source = "registry+https://github.com/rust-lang/crates.io-index"3483checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34843485[[package]]3486name = "humantime"3487version = "2.1.0"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"34903491[[package]]3492name = "hyper"3493version = "0.14.19"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"3496dependencies = [3497 "bytes 1.1.0",3498 "futures-channel",3499 "futures-core",3500 "futures-util",3501 "h2",3502 "http",3503 "http-body",3504 "httparse",3505 "httpdate",3506 "itoa 1.0.2",3507 "pin-project-lite 0.2.9",3508 "socket2",3509 "tokio 1.19.2",3510 "tower-service",3511 "tracing",3512 "want",3513]35143515[[package]]3516name = "hyper-rustls"3517version = "0.23.0"3518source = "registry+https://github.com/rust-lang/crates.io-index"3519checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3520dependencies = [3521 "http",3522 "hyper",3523 "log",3524 "rustls",3525 "rustls-native-certs",3526 "tokio 1.19.2",3527 "tokio-rustls",3528]35293530[[package]]3531name = "ident_case"3532version = "1.0.1"3533source = "registry+https://github.com/rust-lang/crates.io-index"3534checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35353536[[package]]3537name = "idna"3538version = "0.2.3"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3541dependencies = [3542 "matches",3543 "unicode-bidi",3544 "unicode-normalization",3545]35463547[[package]]3548name = "if-addrs"3549version = "0.7.0"3550source = "registry+https://github.com/rust-lang/crates.io-index"3551checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3552dependencies = [3553 "libc",3554 "winapi",3555]35563557[[package]]3558name = "if-watch"3559version = "1.1.0"3560source = "registry+https://github.com/rust-lang/crates.io-index"3561checksum = "774d59367a3d26965d21ac70a86fcb697d83405d1c4312d1d8a6855296af0cf7"3562dependencies = [3563 "async-io",3564 "core-foundation",3565 "fnv",3566 "futures 0.3.21",3567 "if-addrs",3568 "ipnet",3569 "log",3570 "rtnetlink",3571 "system-configuration",3572 "windows",3573]35743575[[package]]3576name = "impl-codec"3577version = "0.6.0"3578source = "registry+https://github.com/rust-lang/crates.io-index"3579checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3580dependencies = [3581 "parity-scale-codec 3.1.5",3582]35833584[[package]]3585name = "impl-rlp"3586version = "0.3.0"3587source = "registry+https://github.com/rust-lang/crates.io-index"3588checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3589dependencies = [3590 "rlp",3591]35923593[[package]]3594name = "impl-serde"3595version = "0.3.2"3596source = "registry+https://github.com/rust-lang/crates.io-index"3597checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3598dependencies = [3599 "serde",3600]36013602[[package]]3603name = "impl-trait-for-tuples"3604version = "0.2.2"3605source = "registry+https://github.com/rust-lang/crates.io-index"3606checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3607dependencies = [3608 "proc-macro2",3609 "quote",3610 "syn",3611]36123613[[package]]3614name = "indexmap"3615version = "1.8.2"3616source = "registry+https://github.com/rust-lang/crates.io-index"3617checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"3618dependencies = [3619 "autocfg",3620 "hashbrown 0.11.2",3621 "serde",3622]36233624[[package]]3625name = "instant"3626version = "0.1.12"3627source = "registry+https://github.com/rust-lang/crates.io-index"3628checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3629dependencies = [3630 "cfg-if 1.0.0",3631]36323633[[package]]3634name = "integer-encoding"3635version = "3.0.3"3636source = "registry+https://github.com/rust-lang/crates.io-index"3637checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"36383639[[package]]3640name = "integer-sqrt"3641version = "0.1.5"3642source = "registry+https://github.com/rust-lang/crates.io-index"3643checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3644dependencies = [3645 "num-traits",3646]36473648[[package]]3649name = "io-lifetimes"3650version = "0.5.3"3651source = "registry+https://github.com/rust-lang/crates.io-index"3652checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"36533654[[package]]3655name = "ip_network"3656version = "0.4.1"3657source = "registry+https://github.com/rust-lang/crates.io-index"3658checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36593660[[package]]3661name = "ipconfig"3662version = "0.3.0"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3665dependencies = [3666 "socket2",3667 "widestring",3668 "winapi",3669 "winreg",3670]36713672[[package]]3673name = "ipnet"3674version = "2.5.0"3675source = "registry+https://github.com/rust-lang/crates.io-index"3676checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36773678[[package]]3679name = "itertools"3680version = "0.10.3"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3683dependencies = [3684 "either",3685]36863687[[package]]3688name = "itoa"3689version = "0.4.8"3690source = "registry+https://github.com/rust-lang/crates.io-index"3691checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"36923693[[package]]3694name = "itoa"3695version = "1.0.2"3696source = "registry+https://github.com/rust-lang/crates.io-index"3697checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"36983699[[package]]3700name = "jobserver"3701version = "0.1.24"3702source = "registry+https://github.com/rust-lang/crates.io-index"3703checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3704dependencies = [3705 "libc",3706]37073708[[package]]3709name = "js-sys"3710version = "0.3.58"3711source = "registry+https://github.com/rust-lang/crates.io-index"3712checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"3713dependencies = [3714 "wasm-bindgen",3715]37163717[[package]]3718name = "jsonrpsee"3719version = "0.13.1"3720source = "registry+https://github.com/rust-lang/crates.io-index"3721checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061"3722dependencies = [3723 "jsonrpsee-core",3724 "jsonrpsee-http-server",3725 "jsonrpsee-proc-macros",3726 "jsonrpsee-types",3727 "jsonrpsee-ws-client",3728 "jsonrpsee-ws-server",3729 "tracing",3730]37313732[[package]]3733name = "jsonrpsee-client-transport"3734version = "0.13.1"3735source = "registry+https://github.com/rust-lang/crates.io-index"3736checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db"3737dependencies = [3738 "futures-util",3739 "http",3740 "jsonrpsee-core",3741 "jsonrpsee-types",3742 "pin-project 1.0.10",3743 "rustls-native-certs",3744 "soketto",3745 "thiserror",3746 "tokio 1.19.2",3747 "tokio-rustls",3748 "tokio-util",3749 "tracing",3750 "webpki-roots",3751]37523753[[package]]3754name = "jsonrpsee-core"3755version = "0.13.1"3756source = "registry+https://github.com/rust-lang/crates.io-index"3757checksum = "6e27462b21279edf9a6a91f46ffbe125e9cdc58b901d2e08bf59b31a47d7d0ab"3758dependencies = [3759 "anyhow",3760 "arrayvec 0.7.2",3761 "async-lock",3762 "async-trait",3763 "beef",3764 "futures-channel",3765 "futures-timer",3766 "futures-util",3767 "hyper",3768 "jsonrpsee-types",3769 "parking_lot 0.12.1",3770 "rand 0.8.5",3771 "rustc-hash",3772 "serde",3773 "serde_json",3774 "soketto",3775 "thiserror",3776 "tokio 1.19.2",3777 "tracing",3778]37793780[[package]]3781name = "jsonrpsee-http-server"3782version = "0.13.1"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548"3785dependencies = [3786 "futures-channel",3787 "futures-util",3788 "globset",3789 "hyper",3790 "jsonrpsee-core",3791 "jsonrpsee-types",3792 "lazy_static",3793 "serde_json",3794 "tokio 1.19.2",3795 "tracing",3796 "unicase",3797]37983799[[package]]3800name = "jsonrpsee-proc-macros"3801version = "0.13.1"3802source = "registry+https://github.com/rust-lang/crates.io-index"3803checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a"3804dependencies = [3805 "proc-macro-crate",3806 "proc-macro2",3807 "quote",3808 "syn",3809]38103811[[package]]3812name = "jsonrpsee-types"3813version = "0.13.1"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "8fd11763134104122ddeb0f97e4bbe393058017dfb077db63fbf44b4dd0dd86e"3816dependencies = [3817 "anyhow",3818 "beef",3819 "serde",3820 "serde_json",3821 "thiserror",3822 "tracing",3823]38243825[[package]]3826name = "jsonrpsee-ws-client"3827version = "0.13.1"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b"3830dependencies = [3831 "jsonrpsee-client-transport",3832 "jsonrpsee-core",3833 "jsonrpsee-types",3834]38353836[[package]]3837name = "jsonrpsee-ws-server"3838version = "0.13.1"3839source = "registry+https://github.com/rust-lang/crates.io-index"3840checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206"3841dependencies = [3842 "futures-channel",3843 "futures-util",3844 "jsonrpsee-core",3845 "jsonrpsee-types",3846 "serde_json",3847 "soketto",3848 "tokio 1.19.2",3849 "tokio-util",3850 "tracing",3851]38523853[[package]]3854name = "k256"3855version = "0.10.4"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3858dependencies = [3859 "cfg-if 1.0.0",3860 "ecdsa",3861 "elliptic-curve",3862 "sec1",3863]38643865[[package]]3866name = "keccak"3867version = "0.1.2"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38703871[[package]]3872name = "kusama-runtime"3873version = "0.9.23"3874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"3875dependencies = [3876 "beefy-primitives",3877 "bitvec 1.0.0",3878 "frame-benchmarking",3879 "frame-election-provider-support",3880 "frame-executive",3881 "frame-support",3882 "frame-system",3883 "frame-system-benchmarking",3884 "frame-system-rpc-runtime-api",3885 "frame-try-runtime",3886 "hex-literal",3887 "kusama-runtime-constants",3888 "log",3889 "pallet-authority-discovery",3890 "pallet-authorship",3891 "pallet-babe",3892 "pallet-bags-list",3893 "pallet-balances",3894 "pallet-bounties",3895 "pallet-child-bounties",3896 "pallet-collective",3897 "pallet-democracy",3898 "pallet-election-provider-multi-phase",3899 "pallet-election-provider-support-benchmarking",3900 "pallet-elections-phragmen",3901 "pallet-gilt",3902 "pallet-grandpa",3903 "pallet-identity",3904 "pallet-im-online",3905 "pallet-indices",3906 "pallet-membership",3907 "pallet-multisig",3908 "pallet-nicks",3909 "pallet-nomination-pools",3910 "pallet-nomination-pools-benchmarking",3911 "pallet-offences",3912 "pallet-offences-benchmarking",3913 "pallet-preimage",3914 "pallet-proxy",3915 "pallet-recovery",3916 "pallet-scheduler",3917 "pallet-session",3918 "pallet-session-benchmarking",3919 "pallet-society",3920 "pallet-staking",3921 "pallet-staking-reward-fn",3922 "pallet-timestamp",3923 "pallet-tips",3924 "pallet-transaction-payment",3925 "pallet-transaction-payment-rpc-runtime-api",3926 "pallet-treasury",3927 "pallet-utility",3928 "pallet-vesting",3929 "pallet-xcm",3930 "pallet-xcm-benchmarks",3931 "parity-scale-codec 3.1.5",3932 "polkadot-primitives",3933 "polkadot-runtime-common",3934 "polkadot-runtime-parachains",3935 "rustc-hex",3936 "scale-info",3937 "serde",3938 "serde_derive",3939 "smallvec",3940 "sp-api",3941 "sp-arithmetic",3942 "sp-authority-discovery",3943 "sp-block-builder",3944 "sp-consensus-babe",3945 "sp-core",3946 "sp-inherents",3947 "sp-io",3948 "sp-mmr-primitives",3949 "sp-npos-elections",3950 "sp-offchain",3951 "sp-runtime",3952 "sp-session",3953 "sp-staking",3954 "sp-std",3955 "sp-transaction-pool",3956 "sp-version",3957 "static_assertions",3958 "substrate-wasm-builder",3959 "xcm",3960 "xcm-builder",3961 "xcm-executor",3962]39633964[[package]]3965name = "kusama-runtime-constants"3966version = "0.9.23"3967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"3968dependencies = [3969 "frame-support",3970 "polkadot-primitives",3971 "polkadot-runtime-common",3972 "smallvec",3973 "sp-runtime",3974]39753976[[package]]3977name = "kv-log-macro"3978version = "1.0.7"3979source = "registry+https://github.com/rust-lang/crates.io-index"3980checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3981dependencies = [3982 "log",3983]39843985[[package]]3986name = "kvdb"3987version = "0.11.0"3988source = "registry+https://github.com/rust-lang/crates.io-index"3989checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3990dependencies = [3991 "parity-util-mem",3992 "smallvec",3993]39943995[[package]]3996name = "kvdb-memorydb"3997version = "0.11.0"3998source = "registry+https://github.com/rust-lang/crates.io-index"3999checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4000dependencies = [4001 "kvdb",4002 "parity-util-mem",4003 "parking_lot 0.12.1",4004]40054006[[package]]4007name = "kvdb-rocksdb"4008version = "0.15.2"4009source = "registry+https://github.com/rust-lang/crates.io-index"4010checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4011dependencies = [4012 "fs-swap",4013 "kvdb",4014 "log",4015 "num_cpus",4016 "owning_ref",4017 "parity-util-mem",4018 "parking_lot 0.12.1",4019 "regex",4020 "rocksdb",4021 "smallvec",4022]40234024[[package]]4025name = "lazy_static"4026version = "1.4.0"4027source = "registry+https://github.com/rust-lang/crates.io-index"4028checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40294030[[package]]4031name = "lazycell"4032version = "1.3.0"4033source = "registry+https://github.com/rust-lang/crates.io-index"4034checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40354036[[package]]4037name = "libc"4038version = "0.2.126"4039source = "registry+https://github.com/rust-lang/crates.io-index"4040checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"40414042[[package]]4043name = "libloading"4044version = "0.5.2"4045source = "registry+https://github.com/rust-lang/crates.io-index"4046checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4047dependencies = [4048 "cc",4049 "winapi",4050]40514052[[package]]4053name = "libloading"4054version = "0.7.3"4055source = "registry+https://github.com/rust-lang/crates.io-index"4056checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4057dependencies = [4058 "cfg-if 1.0.0",4059 "winapi",4060]40614062[[package]]4063name = "libm"4064version = "0.2.2"4065source = "registry+https://github.com/rust-lang/crates.io-index"4066checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"40674068[[package]]4069name = "libp2p"4070version = "0.44.0"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f"4073dependencies = [4074 "atomic",4075 "bytes 1.1.0",4076 "futures 0.3.21",4077 "futures-timer",4078 "getrandom 0.2.7",4079 "instant",4080 "lazy_static",4081 "libp2p-autonat",4082 "libp2p-core",4083 "libp2p-deflate",4084 "libp2p-dns",4085 "libp2p-floodsub",4086 "libp2p-gossipsub",4087 "libp2p-identify",4088 "libp2p-kad",4089 "libp2p-mdns",4090 "libp2p-metrics",4091 "libp2p-mplex",4092 "libp2p-noise",4093 "libp2p-ping",4094 "libp2p-plaintext",4095 "libp2p-pnet",4096 "libp2p-relay",4097 "libp2p-rendezvous",4098 "libp2p-request-response",4099 "libp2p-swarm",4100 "libp2p-swarm-derive",4101 "libp2p-tcp",4102 "libp2p-uds",4103 "libp2p-wasm-ext",4104 "libp2p-websocket",4105 "libp2p-yamux",4106 "multiaddr",4107 "parking_lot 0.12.1",4108 "pin-project 1.0.10",4109 "rand 0.7.3",4110 "smallvec",4111]41124113[[package]]4114name = "libp2p-autonat"4115version = "0.3.0"4116source = "registry+https://github.com/rust-lang/crates.io-index"4117checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a"4118dependencies = [4119 "async-trait",4120 "futures 0.3.21",4121 "futures-timer",4122 "instant",4123 "libp2p-core",4124 "libp2p-request-response",4125 "libp2p-swarm",4126 "log",4127 "prost 0.9.0",4128 "prost-build",4129 "rand 0.8.5",4130]41314132[[package]]4133name = "libp2p-core"4134version = "0.32.1"4135source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4137dependencies = [4138 "asn1_der",4139 "bs58",4140 "ed25519-dalek",4141 "either",4142 "fnv",4143 "futures 0.3.21",4144 "futures-timer",4145 "instant",4146 "lazy_static",4147 "libsecp256k1",4148 "log",4149 "multiaddr",4150 "multihash",4151 "multistream-select",4152 "parking_lot 0.12.1",4153 "pin-project 1.0.10",4154 "prost 0.9.0",4155 "prost-build",4156 "rand 0.8.5",4157 "ring",4158 "rw-stream-sink",4159 "sha2 0.10.2",4160 "smallvec",4161 "thiserror",4162 "unsigned-varint",4163 "void",4164 "zeroize",4165]41664167[[package]]4168name = "libp2p-deflate"4169version = "0.32.0"4170source = "registry+https://github.com/rust-lang/crates.io-index"4171checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed"4172dependencies = [4173 "flate2",4174 "futures 0.3.21",4175 "libp2p-core",4176]41774178[[package]]4179name = "libp2p-dns"4180version = "0.32.1"4181source = "registry+https://github.com/rust-lang/crates.io-index"4182checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"4183dependencies = [4184 "async-std-resolver",4185 "futures 0.3.21",4186 "libp2p-core",4187 "log",4188 "smallvec",4189 "trust-dns-resolver",4190]41914192[[package]]4193name = "libp2p-floodsub"4194version = "0.35.0"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "733d3ea6ebe7a7a85df2bc86678b93f24b015fae5fe3b3acc4c400e795a55d2d"4197dependencies = [4198 "cuckoofilter",4199 "fnv",4200 "futures 0.3.21",4201 "libp2p-core",4202 "libp2p-swarm",4203 "log",4204 "prost 0.9.0",4205 "prost-build",4206 "rand 0.7.3",4207 "smallvec",4208]42094210[[package]]4211name = "libp2p-gossipsub"4212version = "0.37.0"4213source = "registry+https://github.com/rust-lang/crates.io-index"4214checksum = "a90c989a7c0969c2ab63e898da9bc735e3be53fb4f376e9c045ce516bcc9f928"4215dependencies = [4216 "asynchronous-codec",4217 "base64",4218 "byteorder",4219 "bytes 1.1.0",4220 "fnv",4221 "futures 0.3.21",4222 "hex_fmt",4223 "instant",4224 "libp2p-core",4225 "libp2p-swarm",4226 "log",4227 "prometheus-client",4228 "prost 0.9.0",4229 "prost-build",4230 "rand 0.7.3",4231 "regex",4232 "sha2 0.10.2",4233 "smallvec",4234 "unsigned-varint",4235 "wasm-timer",4236]42374238[[package]]4239name = "libp2p-identify"4240version = "0.35.0"4241source = "registry+https://github.com/rust-lang/crates.io-index"4242checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8"4243dependencies = [4244 "futures 0.3.21",4245 "futures-timer",4246 "libp2p-core",4247 "libp2p-swarm",4248 "log",4249 "lru 0.7.7",4250 "prost 0.9.0",4251 "prost-build",4252 "smallvec",4253]42544255[[package]]4256name = "libp2p-kad"4257version = "0.36.0"4258source = "registry+https://github.com/rust-lang/crates.io-index"4259checksum = "564e6bd64d177446399ed835b9451a8825b07929d6daa6a94e6405592974725e"4260dependencies = [4261 "arrayvec 0.5.2",4262 "asynchronous-codec",4263 "bytes 1.1.0",4264 "either",4265 "fnv",4266 "futures 0.3.21",4267 "futures-timer",4268 "instant",4269 "libp2p-core",4270 "libp2p-swarm",4271 "log",4272 "prost 0.9.0",4273 "prost-build",4274 "rand 0.7.3",4275 "sha2 0.10.2",4276 "smallvec",4277 "thiserror",4278 "uint",4279 "unsigned-varint",4280 "void",4281]42824283[[package]]4284name = "libp2p-mdns"4285version = "0.36.0"4286source = "registry+https://github.com/rust-lang/crates.io-index"4287checksum = "611ae873c8e280ccfab0d57c7a13cac5644f364529e233114ff07863946058b0"4288dependencies = [4289 "async-io",4290 "data-encoding",4291 "dns-parser",4292 "futures 0.3.21",4293 "if-watch",4294 "lazy_static",4295 "libp2p-core",4296 "libp2p-swarm",4297 "log",4298 "rand 0.8.5",4299 "smallvec",4300 "socket2",4301 "void",4302]43034304[[package]]4305name = "libp2p-metrics"4306version = "0.5.0"4307source = "registry+https://github.com/rust-lang/crates.io-index"4308checksum = "985be799bb3796e0c136c768208c3c06604a38430571906a13dcfeda225a3b9d"4309dependencies = [4310 "libp2p-core",4311 "libp2p-gossipsub",4312 "libp2p-identify",4313 "libp2p-kad",4314 "libp2p-ping",4315 "libp2p-relay",4316 "libp2p-swarm",4317 "prometheus-client",4318]43194320[[package]]4321name = "libp2p-mplex"4322version = "0.32.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"4325dependencies = [4326 "asynchronous-codec",4327 "bytes 1.1.0",4328 "futures 0.3.21",4329 "libp2p-core",4330 "log",4331 "nohash-hasher",4332 "parking_lot 0.12.1",4333 "rand 0.7.3",4334 "smallvec",4335 "unsigned-varint",4336]43374338[[package]]4339name = "libp2p-noise"4340version = "0.35.0"4341source = "registry+https://github.com/rust-lang/crates.io-index"4342checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"4343dependencies = [4344 "bytes 1.1.0",4345 "curve25519-dalek 3.2.0",4346 "futures 0.3.21",4347 "lazy_static",4348 "libp2p-core",4349 "log",4350 "prost 0.9.0",4351 "prost-build",4352 "rand 0.8.5",4353 "sha2 0.10.2",4354 "snow",4355 "static_assertions",4356 "x25519-dalek",4357 "zeroize",4358]43594360[[package]]4361name = "libp2p-ping"4362version = "0.35.0"4363source = "registry+https://github.com/rust-lang/crates.io-index"4364checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad"4365dependencies = [4366 "futures 0.3.21",4367 "futures-timer",4368 "instant",4369 "libp2p-core",4370 "libp2p-swarm",4371 "log",4372 "rand 0.7.3",4373 "void",4374]43754376[[package]]4377name = "libp2p-plaintext"4378version = "0.32.0"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe"4381dependencies = [4382 "asynchronous-codec",4383 "bytes 1.1.0",4384 "futures 0.3.21",4385 "libp2p-core",4386 "log",4387 "prost 0.9.0",4388 "prost-build",4389 "unsigned-varint",4390 "void",4391]43924393[[package]]4394name = "libp2p-pnet"4395version = "0.22.0"4396source = "registry+https://github.com/rust-lang/crates.io-index"4397checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4398dependencies = [4399 "futures 0.3.21",4400 "log",4401 "pin-project 1.0.10",4402 "rand 0.7.3",4403 "salsa20",4404 "sha3 0.9.1",4405]44064407[[package]]4408name = "libp2p-relay"4409version = "0.8.0"4410source = "registry+https://github.com/rust-lang/crates.io-index"4411checksum = "3aa754cb7bccef51ebc3c458c6bbcef89d83b578a9925438389be841527d408f"4412dependencies = [4413 "asynchronous-codec",4414 "bytes 1.1.0",4415 "either",4416 "futures 0.3.21",4417 "futures-timer",4418 "instant",4419 "libp2p-core",4420 "libp2p-swarm",4421 "log",4422 "pin-project 1.0.10",4423 "prost 0.9.0",4424 "prost-build",4425 "rand 0.8.5",4426 "smallvec",4427 "static_assertions",4428 "thiserror",4429 "unsigned-varint",4430 "void",4431]44324433[[package]]4434name = "libp2p-rendezvous"4435version = "0.5.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "bbd0baab894c5b84da510b915d53264d566c3c35889f09931fe9edbd2a773bee"4438dependencies = [4439 "asynchronous-codec",4440 "bimap",4441 "futures 0.3.21",4442 "futures-timer",4443 "instant",4444 "libp2p-core",4445 "libp2p-swarm",4446 "log",4447 "prost 0.9.0",4448 "prost-build",4449 "rand 0.8.5",4450 "sha2 0.10.2",4451 "thiserror",4452 "unsigned-varint",4453 "void",4454]44554456[[package]]4457name = "libp2p-request-response"4458version = "0.17.0"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "b5e6a6fc6c9ad95661f46989473b34bd2993d14a4de497ff3b2668a910d4b869"4461dependencies = [4462 "async-trait",4463 "bytes 1.1.0",4464 "futures 0.3.21",4465 "instant",4466 "libp2p-core",4467 "libp2p-swarm",4468 "log",4469 "rand 0.7.3",4470 "smallvec",4471 "unsigned-varint",4472]44734474[[package]]4475name = "libp2p-swarm"4476version = "0.35.0"4477source = "registry+https://github.com/rust-lang/crates.io-index"4478checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c"4479dependencies = [4480 "either",4481 "fnv",4482 "futures 0.3.21",4483 "futures-timer",4484 "instant",4485 "libp2p-core",4486 "log",4487 "pin-project 1.0.10",4488 "rand 0.7.3",4489 "smallvec",4490 "thiserror",4491 "void",4492]44934494[[package]]4495name = "libp2p-swarm-derive"4496version = "0.27.2"4497source = "registry+https://github.com/rust-lang/crates.io-index"4498checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4499dependencies = [4500 "quote",4501 "syn",4502]45034504[[package]]4505name = "libp2p-tcp"4506version = "0.32.0"4507source = "registry+https://github.com/rust-lang/crates.io-index"4508checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"4509dependencies = [4510 "async-io",4511 "futures 0.3.21",4512 "futures-timer",4513 "if-watch",4514 "ipnet",4515 "libc",4516 "libp2p-core",4517 "log",4518 "socket2",4519]45204521[[package]]4522name = "libp2p-uds"4523version = "0.32.0"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4526dependencies = [4527 "async-std",4528 "futures 0.3.21",4529 "libp2p-core",4530 "log",4531]45324533[[package]]4534name = "libp2p-wasm-ext"4535version = "0.32.0"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279"4538dependencies = [4539 "futures 0.3.21",4540 "js-sys",4541 "libp2p-core",4542 "parity-send-wrapper",4543 "wasm-bindgen",4544 "wasm-bindgen-futures",4545]45464547[[package]]4548name = "libp2p-websocket"4549version = "0.34.0"4550source = "registry+https://github.com/rust-lang/crates.io-index"4551checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"4552dependencies = [4553 "either",4554 "futures 0.3.21",4555 "futures-rustls",4556 "libp2p-core",4557 "log",4558 "quicksink",4559 "rw-stream-sink",4560 "soketto",4561 "url",4562 "webpki-roots",4563]45644565[[package]]4566name = "libp2p-yamux"4567version = "0.36.0"4568source = "registry+https://github.com/rust-lang/crates.io-index"4569checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"4570dependencies = [4571 "futures 0.3.21",4572 "libp2p-core",4573 "parking_lot 0.12.1",4574 "thiserror",4575 "yamux",4576]45774578[[package]]4579name = "librocksdb-sys"4580version = "0.6.1+6.28.2"4581source = "registry+https://github.com/rust-lang/crates.io-index"4582checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4583dependencies = [4584 "bindgen",4585 "bzip2-sys",4586 "cc",4587 "glob",4588 "libc",4589 "libz-sys",4590 "tikv-jemalloc-sys",4591]45924593[[package]]4594name = "libsecp256k1"4595version = "0.7.0"4596source = "registry+https://github.com/rust-lang/crates.io-index"4597checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4598dependencies = [4599 "arrayref",4600 "base64",4601 "digest 0.9.0",4602 "hmac-drbg",4603 "libsecp256k1-core",4604 "libsecp256k1-gen-ecmult",4605 "libsecp256k1-gen-genmult",4606 "rand 0.8.5",4607 "serde",4608 "sha2 0.9.9",4609 "typenum",4610]46114612[[package]]4613name = "libsecp256k1-core"4614version = "0.3.0"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4617dependencies = [4618 "crunchy",4619 "digest 0.9.0",4620 "subtle",4621]46224623[[package]]4624name = "libsecp256k1-gen-ecmult"4625version = "0.3.0"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4628dependencies = [4629 "libsecp256k1-core",4630]46314632[[package]]4633name = "libsecp256k1-gen-genmult"4634version = "0.3.0"4635source = "registry+https://github.com/rust-lang/crates.io-index"4636checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4637dependencies = [4638 "libsecp256k1-core",4639]46404641[[package]]4642name = "libz-sys"4643version = "1.1.8"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4646dependencies = [4647 "cc",4648 "pkg-config",4649 "vcpkg",4650]46514652[[package]]4653name = "linked-hash-map"4654version = "0.5.4"4655source = "registry+https://github.com/rust-lang/crates.io-index"4656checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"46574658[[package]]4659name = "linked_hash_set"4660version = "0.1.4"4661source = "registry+https://github.com/rust-lang/crates.io-index"4662checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4663dependencies = [4664 "linked-hash-map",4665]46664667[[package]]4668name = "linregress"4669version = "0.4.4"4670source = "registry+https://github.com/rust-lang/crates.io-index"4671checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4672dependencies = [4673 "nalgebra",4674 "statrs",4675]46764677[[package]]4678name = "linux-raw-sys"4679version = "0.0.42"4680source = "registry+https://github.com/rust-lang/crates.io-index"4681checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"46824683[[package]]4684name = "lock_api"4685version = "0.4.7"4686source = "registry+https://github.com/rust-lang/crates.io-index"4687checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4688dependencies = [4689 "autocfg",4690 "scopeguard",4691]46924693[[package]]4694name = "log"4695version = "0.4.17"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4698dependencies = [4699 "cfg-if 1.0.0",4700 "value-bag",4701]47024703[[package]]4704name = "lru"4705version = "0.6.6"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4708dependencies = [4709 "hashbrown 0.11.2",4710]47114712[[package]]4713name = "lru"4714version = "0.7.7"4715source = "registry+https://github.com/rust-lang/crates.io-index"4716checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"4717dependencies = [4718 "hashbrown 0.11.2",4719]47204721[[package]]4722name = "lru-cache"4723version = "0.1.2"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4726dependencies = [4727 "linked-hash-map",4728]47294730[[package]]4731name = "lz4"4732version = "1.23.3"4733source = "registry+https://github.com/rust-lang/crates.io-index"4734checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4735dependencies = [4736 "libc",4737 "lz4-sys",4738]47394740[[package]]4741name = "lz4-sys"4742version = "1.9.3"4743source = "registry+https://github.com/rust-lang/crates.io-index"4744checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4745dependencies = [4746 "cc",4747 "libc",4748]47494750[[package]]4751name = "mach"4752version = "0.3.2"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4755dependencies = [4756 "libc",4757]47584759[[package]]4760name = "maplit"4761version = "1.0.2"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"47644765[[package]]4766name = "match_cfg"4767version = "0.1.0"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47704771[[package]]4772name = "matchers"4773version = "0.0.1"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4776dependencies = [4777 "regex-automata",4778]47794780[[package]]4781name = "matches"4782version = "0.1.9"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47854786[[package]]4787name = "matrixmultiply"4788version = "0.3.2"4789source = "registry+https://github.com/rust-lang/crates.io-index"4790checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4791dependencies = [4792 "rawpointer",4793]47944795[[package]]4796name = "memchr"4797version = "2.5.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48004801[[package]]4802name = "memfd"4803version = "0.4.1"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4806dependencies = [4807 "libc",4808]48094810[[package]]4811name = "memmap2"4812version = "0.2.3"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4815dependencies = [4816 "libc",4817]48184819[[package]]4820name = "memmap2"4821version = "0.5.4"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae"4824dependencies = [4825 "libc",4826]48274828[[package]]4829name = "memoffset"4830version = "0.6.5"4831source = "registry+https://github.com/rust-lang/crates.io-index"4832checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4833dependencies = [4834 "autocfg",4835]48364837[[package]]4838name = "memory-db"4839version = "0.29.0"4840source = "registry+https://github.com/rust-lang/crates.io-index"4841checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4842dependencies = [4843 "hash-db",4844 "hashbrown 0.12.1",4845 "parity-util-mem",4846]48474848[[package]]4849name = "memory-lru"4850version = "0.1.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4853dependencies = [4854 "lru 0.6.6",4855]48564857[[package]]4858name = "memory_units"4859version = "0.3.0"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"48624863[[package]]4864name = "merlin"4865version = "2.0.1"4866source = "registry+https://github.com/rust-lang/crates.io-index"4867checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4868dependencies = [4869 "byteorder",4870 "keccak",4871 "rand_core 0.5.1",4872 "zeroize",4873]48744875[[package]]4876name = "mick-jaeger"4877version = "0.1.8"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4880dependencies = [4881 "futures 0.3.21",4882 "rand 0.8.5",4883 "thrift",4884]48854886[[package]]4887name = "minimal-lexical"4888version = "0.2.1"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48914892[[package]]4893name = "miniz_oxide"4894version = "0.5.3"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4897dependencies = [4898 "adler",4899]49004901[[package]]4902name = "mio"4903version = "0.8.3"4904source = "registry+https://github.com/rust-lang/crates.io-index"4905checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"4906dependencies = [4907 "libc",4908 "log",4909 "wasi 0.11.0+wasi-snapshot-preview1",4910 "windows-sys",4911]49124913[[package]]4914name = "more-asserts"4915version = "0.2.2"4916source = "registry+https://github.com/rust-lang/crates.io-index"4917checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49184919[[package]]4920name = "multiaddr"4921version = "0.14.0"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4924dependencies = [4925 "arrayref",4926 "bs58",4927 "byteorder",4928 "data-encoding",4929 "multihash",4930 "percent-encoding",4931 "serde",4932 "static_assertions",4933 "unsigned-varint",4934 "url",4935]49364937[[package]]4938name = "multibase"4939version = "0.9.1"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4942dependencies = [4943 "base-x",4944 "data-encoding",4945 "data-encoding-macro",4946]49474948[[package]]4949name = "multihash"4950version = "0.16.2"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4953dependencies = [4954 "blake2b_simd",4955 "blake2s_simd",4956 "blake3",4957 "core2",4958 "digest 0.10.3",4959 "multihash-derive",4960 "sha2 0.10.2",4961 "sha3 0.10.1",4962 "unsigned-varint",4963]49644965[[package]]4966name = "multihash-derive"4967version = "0.8.0"4968source = "registry+https://github.com/rust-lang/crates.io-index"4969checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4970dependencies = [4971 "proc-macro-crate",4972 "proc-macro-error",4973 "proc-macro2",4974 "quote",4975 "syn",4976 "synstructure",4977]49784979[[package]]4980name = "multimap"4981version = "0.8.3"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49844985[[package]]4986name = "multistream-select"4987version = "0.11.0"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4990dependencies = [4991 "bytes 1.1.0",4992 "futures 0.3.21",4993 "log",4994 "pin-project 1.0.10",4995 "smallvec",4996 "unsigned-varint",4997]49984999[[package]]5000name = "nalgebra"5001version = "0.27.1"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5004dependencies = [5005 "approx",5006 "matrixmultiply",5007 "nalgebra-macros",5008 "num-complex",5009 "num-rational 0.4.0",5010 "num-traits",5011 "rand 0.8.5",5012 "rand_distr",5013 "simba",5014 "typenum",5015]50165017[[package]]5018name = "nalgebra-macros"5019version = "0.1.0"5020source = "registry+https://github.com/rust-lang/crates.io-index"5021checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5022dependencies = [5023 "proc-macro2",5024 "quote",5025 "syn",5026]50275028[[package]]5029name = "names"5030version = "0.13.0"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5033dependencies = [5034 "rand 0.8.5",5035]50365037[[package]]5038name = "nanorand"5039version = "0.7.0"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50425043[[package]]5044name = "netlink-packet-core"5045version = "0.4.2"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5048dependencies = [5049 "anyhow",5050 "byteorder",5051 "libc",5052 "netlink-packet-utils",5053]50545055[[package]]5056name = "netlink-packet-route"5057version = "0.11.0"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"5060dependencies = [5061 "anyhow",5062 "bitflags",5063 "byteorder",5064 "libc",5065 "netlink-packet-core",5066 "netlink-packet-utils",5067]50685069[[package]]5070name = "netlink-packet-utils"5071version = "0.5.1"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5074dependencies = [5075 "anyhow",5076 "byteorder",5077 "paste",5078 "thiserror",5079]50805081[[package]]5082name = "netlink-proto"5083version = "0.9.2"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"5086dependencies = [5087 "bytes 1.1.0",5088 "futures 0.3.21",5089 "log",5090 "netlink-packet-core",5091 "netlink-sys",5092 "tokio 1.19.2",5093]50945095[[package]]5096name = "netlink-sys"5097version = "0.8.2"5098source = "registry+https://github.com/rust-lang/crates.io-index"5099checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"5100dependencies = [5101 "async-io",5102 "bytes 1.1.0",5103 "futures 0.3.21",5104 "libc",5105 "log",5106]51075108[[package]]5109name = "nix"5110version = "0.22.3"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"5113dependencies = [5114 "bitflags",5115 "cc",5116 "cfg-if 1.0.0",5117 "libc",5118 "memoffset",5119]51205121[[package]]5122name = "nodrop"5123version = "0.1.14"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51265127[[package]]5128name = "nohash-hasher"5129version = "0.2.0"5130source = "registry+https://github.com/rust-lang/crates.io-index"5131checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51325133[[package]]5134name = "nom"5135version = "7.1.1"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5138dependencies = [5139 "memchr",5140 "minimal-lexical",5141]51425143[[package]]5144name = "num-bigint"5145version = "0.2.6"5146source = "registry+https://github.com/rust-lang/crates.io-index"5147checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5148dependencies = [5149 "autocfg",5150 "num-integer",5151 "num-traits",5152]51535154[[package]]5155name = "num-complex"5156version = "0.4.1"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5159dependencies = [5160 "num-traits",5161]51625163[[package]]5164name = "num-format"5165version = "0.4.0"5166source = "registry+https://github.com/rust-lang/crates.io-index"5167checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5168dependencies = [5169 "arrayvec 0.4.12",5170 "itoa 0.4.8",5171]51725173[[package]]5174name = "num-integer"5175version = "0.1.45"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5178dependencies = [5179 "autocfg",5180 "num-traits",5181]51825183[[package]]5184name = "num-rational"5185version = "0.2.4"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5188dependencies = [5189 "autocfg",5190 "num-bigint",5191 "num-integer",5192 "num-traits",5193]51945195[[package]]5196name = "num-rational"5197version = "0.4.0"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5200dependencies = [5201 "autocfg",5202 "num-integer",5203 "num-traits",5204]52055206[[package]]5207name = "num-traits"5208version = "0.2.15"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5211dependencies = [5212 "autocfg",5213 "libm",5214]52155216[[package]]5217name = "num_cpus"5218version = "1.13.1"5219source = "registry+https://github.com/rust-lang/crates.io-index"5220checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5221dependencies = [5222 "hermit-abi",5223 "libc",5224]52255226[[package]]5227name = "object"5228version = "0.27.1"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5231dependencies = [5232 "crc32fast",5233 "indexmap",5234 "memchr",5235]52365237[[package]]5238name = "object"5239version = "0.28.4"5240source = "registry+https://github.com/rust-lang/crates.io-index"5241checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5242dependencies = [5243 "memchr",5244]52455246[[package]]5247name = "once_cell"5248version = "1.12.0"5249source = "registry+https://github.com/rust-lang/crates.io-index"5250checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"52515252[[package]]5253name = "opal-runtime"5254version = "0.9.23"5255dependencies = [5256 "cumulus-pallet-aura-ext",5257 "cumulus-pallet-dmp-queue",5258 "cumulus-pallet-parachain-system",5259 "cumulus-pallet-xcm",5260 "cumulus-pallet-xcmp-queue",5261 "cumulus-primitives-core",5262 "cumulus-primitives-timestamp",5263 "cumulus-primitives-utility",5264 "derivative",5265 "fp-evm-mapping",5266 "fp-rpc",5267 "fp-self-contained",5268 "frame-benchmarking",5269 "frame-executive",5270 "frame-support",5271 "frame-system",5272 "frame-system-benchmarking",5273 "frame-system-rpc-runtime-api",5274 "frame-try-runtime",5275 "hex-literal",5276 "log",5277 "orml-vesting",5278 "pallet-aura",5279 "pallet-balances",5280 "pallet-base-fee",5281 "pallet-common",5282 "pallet-ethereum",5283 "pallet-evm",5284 "pallet-evm-coder-substrate",5285 "pallet-evm-contract-helpers",5286 "pallet-evm-migration",5287 "pallet-evm-transaction-payment",5288 "pallet-fungible",5289 "pallet-inflation",5290 "pallet-nonfungible",5291 "pallet-randomness-collective-flip",5292 "pallet-refungible",5293 "pallet-rmrk-core",5294 "pallet-rmrk-equip",5295 "pallet-structure",5296 "pallet-sudo",5297 "pallet-template-transaction-payment",5298 "pallet-timestamp",5299 "pallet-transaction-payment",5300 "pallet-transaction-payment-rpc-runtime-api",5301 "pallet-treasury",5302 "pallet-unique",5303 "pallet-unique-scheduler",5304 "pallet-xcm",5305 "parachain-info",5306 "parity-scale-codec 3.1.5",5307 "polkadot-parachain",5308 "rmrk-rpc",5309 "scale-info",5310 "serde",5311 "smallvec",5312 "sp-api",5313 "sp-arithmetic",5314 "sp-block-builder",5315 "sp-consensus-aura",5316 "sp-core",5317 "sp-inherents",5318 "sp-io",5319 "sp-offchain",5320 "sp-runtime",5321 "sp-session",5322 "sp-std",5323 "sp-transaction-pool",5324 "sp-version",5325 "substrate-wasm-builder",5326 "unique-runtime-common",5327 "up-data-structs",5328 "up-rpc",5329 "xcm",5330 "xcm-builder",5331 "xcm-executor",5332]53335334[[package]]5335name = "opaque-debug"5336version = "0.2.3"5337source = "registry+https://github.com/rust-lang/crates.io-index"5338checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53395340[[package]]5341name = "opaque-debug"5342version = "0.3.0"5343source = "registry+https://github.com/rust-lang/crates.io-index"5344checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53455346[[package]]5347name = "openssl-probe"5348version = "0.1.5"5349source = "registry+https://github.com/rust-lang/crates.io-index"5350checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53515352[[package]]5353name = "orchestra"5354version = "0.0.1"5355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5356dependencies = [5357 "async-trait",5358 "dyn-clonable",5359 "futures 0.3.21",5360 "futures-timer",5361 "orchestra-proc-macro",5362 "pin-project 1.0.10",5363 "prioritized-metered-channel",5364 "thiserror",5365 "tracing",5366]53675368[[package]]5369name = "orchestra-proc-macro"5370version = "0.0.1"5371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5372dependencies = [5373 "expander 0.0.6",5374 "petgraph",5375 "proc-macro-crate",5376 "proc-macro2",5377 "quote",5378 "syn",5379]53805381[[package]]5382name = "ordered-float"5383version = "1.1.1"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5386dependencies = [5387 "num-traits",5388]53895390[[package]]5391name = "orml-vesting"5392version = "0.4.1-dev"5393source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.23#97ff860ba8b2bbd246e6c91395fb95fd89c2951f"5394dependencies = [5395 "frame-support",5396 "frame-system",5397 "parity-scale-codec 3.1.5",5398 "scale-info",5399 "serde",5400 "sp-io",5401 "sp-runtime",5402 "sp-std",5403]54045405[[package]]5406name = "os_str_bytes"5407version = "6.1.0"5408source = "registry+https://github.com/rust-lang/crates.io-index"5409checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"54105411[[package]]5412name = "owning_ref"5413version = "0.4.1"5414source = "registry+https://github.com/rust-lang/crates.io-index"5415checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5416dependencies = [5417 "stable_deref_trait",5418]54195420[[package]]5421name = "pallet-aura"5422version = "4.0.0-dev"5423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5424dependencies = [5425 "frame-support",5426 "frame-system",5427 "pallet-timestamp",5428 "parity-scale-codec 3.1.5",5429 "scale-info",5430 "sp-application-crypto",5431 "sp-consensus-aura",5432 "sp-runtime",5433 "sp-std",5434]54355436[[package]]5437name = "pallet-authority-discovery"5438version = "4.0.0-dev"5439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5440dependencies = [5441 "frame-support",5442 "frame-system",5443 "pallet-session",5444 "parity-scale-codec 3.1.5",5445 "scale-info",5446 "sp-application-crypto",5447 "sp-authority-discovery",5448 "sp-runtime",5449 "sp-std",5450]54515452[[package]]5453name = "pallet-authorship"5454version = "4.0.0-dev"5455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5456dependencies = [5457 "frame-support",5458 "frame-system",5459 "impl-trait-for-tuples",5460 "parity-scale-codec 3.1.5",5461 "scale-info",5462 "sp-authorship",5463 "sp-runtime",5464 "sp-std",5465]54665467[[package]]5468name = "pallet-babe"5469version = "4.0.0-dev"5470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5471dependencies = [5472 "frame-benchmarking",5473 "frame-support",5474 "frame-system",5475 "log",5476 "pallet-authorship",5477 "pallet-session",5478 "pallet-timestamp",5479 "parity-scale-codec 3.1.5",5480 "scale-info",5481 "sp-application-crypto",5482 "sp-consensus-babe",5483 "sp-consensus-vrf",5484 "sp-io",5485 "sp-runtime",5486 "sp-session",5487 "sp-staking",5488 "sp-std",5489]54905491[[package]]5492name = "pallet-bags-list"5493version = "4.0.0-dev"5494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5495dependencies = [5496 "frame-benchmarking",5497 "frame-election-provider-support",5498 "frame-support",5499 "frame-system",5500 "log",5501 "pallet-balances",5502 "parity-scale-codec 3.1.5",5503 "scale-info",5504 "sp-core",5505 "sp-io",5506 "sp-runtime",5507 "sp-std",5508 "sp-tracing",5509]55105511[[package]]5512name = "pallet-balances"5513version = "4.0.0-dev"5514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5515dependencies = [5516 "frame-benchmarking",5517 "frame-support",5518 "frame-system",5519 "log",5520 "parity-scale-codec 3.1.5",5521 "scale-info",5522 "sp-runtime",5523 "sp-std",5524]55255526[[package]]5527name = "pallet-base-fee"5528version = "1.0.0"5529source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5530dependencies = [5531 "fp-evm",5532 "frame-support",5533 "frame-system",5534 "parity-scale-codec 3.1.5",5535 "scale-info",5536 "serde",5537 "sp-core",5538 "sp-runtime",5539]55405541[[package]]5542name = "pallet-beefy"5543version = "4.0.0-dev"5544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5545dependencies = [5546 "beefy-primitives",5547 "frame-support",5548 "frame-system",5549 "pallet-session",5550 "parity-scale-codec 3.1.5",5551 "scale-info",5552 "serde",5553 "sp-runtime",5554 "sp-std",5555]55565557[[package]]5558name = "pallet-beefy-mmr"5559version = "4.0.0-dev"5560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5561dependencies = [5562 "beefy-merkle-tree",5563 "beefy-primitives",5564 "frame-support",5565 "frame-system",5566 "hex",5567 "log",5568 "pallet-beefy",5569 "pallet-mmr",5570 "pallet-session",5571 "parity-scale-codec 3.1.5",5572 "scale-info",5573 "serde",5574 "sp-core",5575 "sp-io",5576 "sp-runtime",5577 "sp-std",5578]55795580[[package]]5581name = "pallet-bounties"5582version = "4.0.0-dev"5583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5584dependencies = [5585 "frame-benchmarking",5586 "frame-support",5587 "frame-system",5588 "log",5589 "pallet-treasury",5590 "parity-scale-codec 3.1.5",5591 "scale-info",5592 "sp-core",5593 "sp-io",5594 "sp-runtime",5595 "sp-std",5596]55975598[[package]]5599name = "pallet-bridge-dispatch"5600version = "0.1.0"5601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5602dependencies = [5603 "bp-message-dispatch",5604 "bp-runtime",5605 "frame-support",5606 "frame-system",5607 "log",5608 "parity-scale-codec 3.1.5",5609 "scale-info",5610 "sp-core",5611 "sp-runtime",5612 "sp-std",5613]56145615[[package]]5616name = "pallet-bridge-grandpa"5617version = "0.1.0"5618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5619dependencies = [5620 "bp-header-chain",5621 "bp-runtime",5622 "bp-test-utils",5623 "finality-grandpa",5624 "frame-support",5625 "frame-system",5626 "log",5627 "num-traits",5628 "parity-scale-codec 3.1.5",5629 "scale-info",5630 "serde",5631 "sp-finality-grandpa",5632 "sp-runtime",5633 "sp-std",5634 "sp-trie",5635]56365637[[package]]5638name = "pallet-bridge-messages"5639version = "0.1.0"5640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"5641dependencies = [5642 "bitvec 1.0.0",5643 "bp-message-dispatch",5644 "bp-messages",5645 "bp-runtime",5646 "frame-support",5647 "frame-system",5648 "log",5649 "num-traits",5650 "parity-scale-codec 3.1.5",5651 "scale-info",5652 "serde",5653 "sp-core",5654 "sp-runtime",5655 "sp-std",5656]56575658[[package]]5659name = "pallet-child-bounties"5660version = "4.0.0-dev"5661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5662dependencies = [5663 "frame-benchmarking",5664 "frame-support",5665 "frame-system",5666 "log",5667 "pallet-bounties",5668 "pallet-treasury",5669 "parity-scale-codec 3.1.5",5670 "scale-info",5671 "sp-core",5672 "sp-io",5673 "sp-runtime",5674 "sp-std",5675]56765677[[package]]5678name = "pallet-collective"5679version = "4.0.0-dev"5680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5681dependencies = [5682 "frame-benchmarking",5683 "frame-support",5684 "frame-system",5685 "log",5686 "parity-scale-codec 3.1.5",5687 "scale-info",5688 "sp-core",5689 "sp-io",5690 "sp-runtime",5691 "sp-std",5692]56935694[[package]]5695name = "pallet-common"5696version = "0.1.0"5697dependencies = [5698 "ethereum",5699 "evm-coder",5700 "fp-evm-mapping",5701 "frame-benchmarking",5702 "frame-support",5703 "frame-system",5704 "pallet-evm",5705 "pallet-evm-coder-substrate",5706 "parity-scale-codec 3.1.5",5707 "scale-info",5708 "serde",5709 "sp-core",5710 "sp-runtime",5711 "sp-std",5712 "up-data-structs",5713]57145715[[package]]5716name = "pallet-democracy"5717version = "4.0.0-dev"5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5719dependencies = [5720 "frame-benchmarking",5721 "frame-support",5722 "frame-system",5723 "parity-scale-codec 3.1.5",5724 "scale-info",5725 "serde",5726 "sp-io",5727 "sp-runtime",5728 "sp-std",5729]57305731[[package]]5732name = "pallet-election-provider-multi-phase"5733version = "4.0.0-dev"5734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5735dependencies = [5736 "frame-benchmarking",5737 "frame-election-provider-support",5738 "frame-support",5739 "frame-system",5740 "log",5741 "parity-scale-codec 3.1.5",5742 "rand 0.7.3",5743 "scale-info",5744 "sp-arithmetic",5745 "sp-core",5746 "sp-io",5747 "sp-npos-elections",5748 "sp-runtime",5749 "sp-std",5750 "static_assertions",5751 "strum 0.23.0",5752]57535754[[package]]5755name = "pallet-election-provider-support-benchmarking"5756version = "4.0.0-dev"5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5758dependencies = [5759 "frame-benchmarking",5760 "frame-election-provider-support",5761 "frame-system",5762 "parity-scale-codec 3.1.5",5763 "sp-npos-elections",5764 "sp-runtime",5765]57665767[[package]]5768name = "pallet-elections-phragmen"5769version = "5.0.0-dev"5770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5771dependencies = [5772 "frame-benchmarking",5773 "frame-support",5774 "frame-system",5775 "log",5776 "parity-scale-codec 3.1.5",5777 "scale-info",5778 "sp-core",5779 "sp-io",5780 "sp-npos-elections",5781 "sp-runtime",5782 "sp-std",5783]57845785[[package]]5786name = "pallet-ethereum"5787version = "4.0.0-dev"5788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5789dependencies = [5790 "ethereum",5791 "ethereum-types",5792 "evm",5793 "fp-consensus",5794 "fp-evm",5795 "fp-evm-mapping",5796 "fp-rpc",5797 "fp-self-contained",5798 "fp-storage",5799 "frame-support",5800 "frame-system",5801 "log",5802 "pallet-evm",5803 "pallet-timestamp",5804 "parity-scale-codec 3.1.5",5805 "rlp",5806 "scale-info",5807 "serde",5808 "sha3 0.10.1",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-evm"5816version = "6.0.0-dev"5817source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.23#29adc958b0541466d564c781aa70fb7e3ef263a2"5818dependencies = [5819 "evm",5820 "fp-evm",5821 "fp-evm-mapping",5822 "frame-benchmarking",5823 "frame-support",5824 "frame-system",5825 "hex",5826 "impl-trait-for-tuples",5827 "log",5828 "pallet-timestamp",5829 "parity-scale-codec 3.1.5",5830 "primitive-types",5831 "rlp",5832 "scale-info",5833 "serde",5834 "sha3 0.10.1",5835 "sp-core",5836 "sp-io",5837 "sp-runtime",5838 "sp-std",5839]58405841[[package]]5842name = "pallet-evm-coder-substrate"5843version = "0.1.0"5844dependencies = [5845 "ethereum",5846 "evm-coder",5847 "frame-benchmarking",5848 "frame-support",5849 "frame-system",5850 "pallet-ethereum",5851 "pallet-evm",5852 "parity-scale-codec 3.1.5",5853 "scale-info",5854 "sp-core",5855 "sp-std",5856 "up-data-structs",5857]58585859[[package]]5860name = "pallet-evm-contract-helpers"5861version = "0.1.0"5862dependencies = [5863 "evm-coder",5864 "fp-evm-mapping",5865 "frame-support",5866 "frame-system",5867 "log",5868 "pallet-common",5869 "pallet-evm",5870 "pallet-evm-coder-substrate",5871 "parity-scale-codec 3.1.5",5872 "scale-info",5873 "sp-core",5874 "sp-runtime",5875 "sp-std",5876 "up-data-structs",5877 "up-sponsorship",5878]58795880[[package]]5881name = "pallet-evm-migration"5882version = "0.1.0"5883dependencies = [5884 "fp-evm",5885 "frame-benchmarking",5886 "frame-support",5887 "frame-system",5888 "pallet-evm",5889 "parity-scale-codec 3.1.5",5890 "scale-info",5891 "sp-core",5892 "sp-io",5893 "sp-runtime",5894 "sp-std",5895]58965897[[package]]5898name = "pallet-evm-transaction-payment"5899version = "0.1.0"5900dependencies = [5901 "fp-evm",5902 "fp-evm-mapping",5903 "frame-support",5904 "frame-system",5905 "pallet-ethereum",5906 "pallet-evm",5907 "parity-scale-codec 3.1.5",5908 "scale-info",5909 "sp-core",5910 "sp-io",5911 "sp-runtime",5912 "sp-std",5913 "up-sponsorship",5914]59155916[[package]]5917name = "pallet-fungible"5918version = "0.1.0"5919dependencies = [5920 "ethereum",5921 "evm-coder",5922 "frame-benchmarking",5923 "frame-support",5924 "frame-system",5925 "pallet-common",5926 "pallet-evm",5927 "pallet-evm-coder-substrate",5928 "pallet-structure",5929 "parity-scale-codec 3.1.5",5930 "scale-info",5931 "sp-core",5932 "sp-runtime",5933 "sp-std",5934 "up-data-structs",5935]59365937[[package]]5938name = "pallet-gilt"5939version = "4.0.0-dev"5940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5941dependencies = [5942 "frame-benchmarking",5943 "frame-support",5944 "frame-system",5945 "parity-scale-codec 3.1.5",5946 "scale-info",5947 "sp-arithmetic",5948 "sp-runtime",5949 "sp-std",5950]59515952[[package]]5953name = "pallet-grandpa"5954version = "4.0.0-dev"5955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5956dependencies = [5957 "frame-benchmarking",5958 "frame-support",5959 "frame-system",5960 "log",5961 "pallet-authorship",5962 "pallet-session",5963 "parity-scale-codec 3.1.5",5964 "scale-info",5965 "sp-application-crypto",5966 "sp-core",5967 "sp-finality-grandpa",5968 "sp-io",5969 "sp-runtime",5970 "sp-session",5971 "sp-staking",5972 "sp-std",5973]59745975[[package]]5976name = "pallet-identity"5977version = "4.0.0-dev"5978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5979dependencies = [5980 "enumflags2",5981 "frame-benchmarking",5982 "frame-support",5983 "frame-system",5984 "parity-scale-codec 3.1.5",5985 "scale-info",5986 "sp-io",5987 "sp-runtime",5988 "sp-std",5989]59905991[[package]]5992name = "pallet-im-online"5993version = "4.0.0-dev"5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"5995dependencies = [5996 "frame-benchmarking",5997 "frame-support",5998 "frame-system",5999 "log",6000 "pallet-authorship",6001 "parity-scale-codec 3.1.5",6002 "scale-info",6003 "sp-application-crypto",6004 "sp-core",6005 "sp-io",6006 "sp-runtime",6007 "sp-staking",6008 "sp-std",6009]60106011[[package]]6012name = "pallet-indices"6013version = "4.0.0-dev"6014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6015dependencies = [6016 "frame-benchmarking",6017 "frame-support",6018 "frame-system",6019 "parity-scale-codec 3.1.5",6020 "scale-info",6021 "sp-core",6022 "sp-io",6023 "sp-keyring",6024 "sp-runtime",6025 "sp-std",6026]60276028[[package]]6029name = "pallet-inflation"6030version = "0.1.0"6031dependencies = [6032 "frame-benchmarking",6033 "frame-support",6034 "frame-system",6035 "pallet-balances",6036 "pallet-randomness-collective-flip",6037 "pallet-timestamp",6038 "parity-scale-codec 3.1.5",6039 "scale-info",6040 "serde",6041 "sp-core",6042 "sp-io",6043 "sp-runtime",6044 "sp-std",6045]60466047[[package]]6048name = "pallet-membership"6049version = "4.0.0-dev"6050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6051dependencies = [6052 "frame-benchmarking",6053 "frame-support",6054 "frame-system",6055 "log",6056 "parity-scale-codec 3.1.5",6057 "scale-info",6058 "sp-core",6059 "sp-io",6060 "sp-runtime",6061 "sp-std",6062]60636064[[package]]6065name = "pallet-mmr"6066version = "4.0.0-dev"6067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6068dependencies = [6069 "ckb-merkle-mountain-range",6070 "frame-benchmarking",6071 "frame-support",6072 "frame-system",6073 "parity-scale-codec 3.1.5",6074 "scale-info",6075 "sp-core",6076 "sp-io",6077 "sp-mmr-primitives",6078 "sp-runtime",6079 "sp-std",6080]60816082[[package]]6083name = "pallet-mmr-rpc"6084version = "3.0.0"6085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6086dependencies = [6087 "jsonrpsee",6088 "parity-scale-codec 3.1.5",6089 "serde",6090 "sp-api",6091 "sp-blockchain",6092 "sp-core",6093 "sp-mmr-primitives",6094 "sp-runtime",6095]60966097[[package]]6098name = "pallet-multisig"6099version = "4.0.0-dev"6100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6101dependencies = [6102 "frame-benchmarking",6103 "frame-support",6104 "frame-system",6105 "parity-scale-codec 3.1.5",6106 "scale-info",6107 "sp-io",6108 "sp-runtime",6109 "sp-std",6110]61116112[[package]]6113name = "pallet-nicks"6114version = "4.0.0-dev"6115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6116dependencies = [6117 "frame-support",6118 "frame-system",6119 "parity-scale-codec 3.1.5",6120 "scale-info",6121 "sp-io",6122 "sp-runtime",6123 "sp-std",6124]61256126[[package]]6127name = "pallet-nomination-pools"6128version = "1.0.0"6129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6130dependencies = [6131 "frame-support",6132 "frame-system",6133 "log",6134 "parity-scale-codec 3.1.5",6135 "scale-info",6136 "sp-core",6137 "sp-runtime",6138 "sp-staking",6139 "sp-std",6140]61416142[[package]]6143name = "pallet-nomination-pools-benchmarking"6144version = "1.0.0"6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6146dependencies = [6147 "frame-benchmarking",6148 "frame-election-provider-support",6149 "frame-support",6150 "frame-system",6151 "pallet-bags-list",6152 "pallet-nomination-pools",6153 "pallet-staking",6154 "parity-scale-codec 3.1.5",6155 "scale-info",6156 "sp-runtime",6157 "sp-staking",6158 "sp-std",6159]61606161[[package]]6162name = "pallet-nonfungible"6163version = "0.1.0"6164dependencies = [6165 "ethereum",6166 "evm-coder",6167 "frame-benchmarking",6168 "frame-support",6169 "frame-system",6170 "pallet-common",6171 "pallet-evm",6172 "pallet-evm-coder-substrate",6173 "pallet-structure",6174 "parity-scale-codec 3.1.5",6175 "scale-info",6176 "sp-core",6177 "sp-runtime",6178 "sp-std",6179 "struct-versioning",6180 "up-data-structs",6181]61826183[[package]]6184name = "pallet-offences"6185version = "4.0.0-dev"6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6187dependencies = [6188 "frame-support",6189 "frame-system",6190 "log",6191 "pallet-balances",6192 "parity-scale-codec 3.1.5",6193 "scale-info",6194 "serde",6195 "sp-runtime",6196 "sp-staking",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-offences-benchmarking"6202version = "4.0.0-dev"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6204dependencies = [6205 "frame-benchmarking",6206 "frame-election-provider-support",6207 "frame-support",6208 "frame-system",6209 "pallet-babe",6210 "pallet-balances",6211 "pallet-grandpa",6212 "pallet-im-online",6213 "pallet-offences",6214 "pallet-session",6215 "pallet-staking",6216 "parity-scale-codec 3.1.5",6217 "scale-info",6218 "sp-runtime",6219 "sp-staking",6220 "sp-std",6221]62226223[[package]]6224name = "pallet-preimage"6225version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6227dependencies = [6228 "frame-benchmarking",6229 "frame-support",6230 "frame-system",6231 "parity-scale-codec 3.1.5",6232 "scale-info",6233 "sp-core",6234 "sp-io",6235 "sp-runtime",6236 "sp-std",6237]62386239[[package]]6240name = "pallet-proxy"6241version = "4.0.0-dev"6242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6243dependencies = [6244 "frame-benchmarking",6245 "frame-support",6246 "frame-system",6247 "parity-scale-codec 3.1.5",6248 "scale-info",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-randomness-collective-flip"6256version = "4.0.0-dev"6257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6258dependencies = [6259 "frame-support",6260 "frame-system",6261 "parity-scale-codec 3.1.5",6262 "safe-mix",6263 "scale-info",6264 "sp-runtime",6265 "sp-std",6266]62676268[[package]]6269name = "pallet-recovery"6270version = "4.0.0-dev"6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6272dependencies = [6273 "frame-benchmarking",6274 "frame-support",6275 "frame-system",6276 "parity-scale-codec 3.1.5",6277 "scale-info",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-refungible"6285version = "0.1.0"6286dependencies = [6287 "frame-benchmarking",6288 "frame-support",6289 "frame-system",6290 "pallet-common",6291 "pallet-evm",6292 "pallet-structure",6293 "parity-scale-codec 3.1.5",6294 "scale-info",6295 "sp-core",6296 "sp-runtime",6297 "sp-std",6298 "struct-versioning",6299 "up-data-structs",6300]63016302[[package]]6303name = "pallet-rmrk-core"6304version = "0.1.0"6305dependencies = [6306 "derivative",6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "pallet-common",6311 "pallet-evm",6312 "pallet-nonfungible",6313 "pallet-structure",6314 "parity-scale-codec 3.1.5",6315 "rmrk-traits",6316 "scale-info",6317 "sp-core",6318 "sp-runtime",6319 "sp-std",6320 "up-data-structs",6321]63226323[[package]]6324name = "pallet-rmrk-equip"6325version = "0.1.0"6326dependencies = [6327 "frame-benchmarking",6328 "frame-support",6329 "frame-system",6330 "pallet-common",6331 "pallet-evm",6332 "pallet-nonfungible",6333 "pallet-rmrk-core",6334 "parity-scale-codec 3.1.5",6335 "rmrk-traits",6336 "scale-info",6337 "sp-core",6338 "sp-runtime",6339 "sp-std",6340 "up-data-structs",6341]63426343[[package]]6344name = "pallet-scheduler"6345version = "4.0.0-dev"6346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6347dependencies = [6348 "frame-benchmarking",6349 "frame-support",6350 "frame-system",6351 "log",6352 "parity-scale-codec 3.1.5",6353 "scale-info",6354 "sp-io",6355 "sp-runtime",6356 "sp-std",6357]63586359[[package]]6360name = "pallet-session"6361version = "4.0.0-dev"6362source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6363dependencies = [6364 "frame-support",6365 "frame-system",6366 "impl-trait-for-tuples",6367 "log",6368 "pallet-timestamp",6369 "parity-scale-codec 3.1.5",6370 "scale-info",6371 "sp-core",6372 "sp-io",6373 "sp-runtime",6374 "sp-session",6375 "sp-staking",6376 "sp-std",6377 "sp-trie",6378]63796380[[package]]6381name = "pallet-session-benchmarking"6382version = "4.0.0-dev"6383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6384dependencies = [6385 "frame-benchmarking",6386 "frame-support",6387 "frame-system",6388 "pallet-session",6389 "pallet-staking",6390 "rand 0.7.3",6391 "sp-runtime",6392 "sp-session",6393 "sp-std",6394]63956396[[package]]6397name = "pallet-society"6398version = "4.0.0-dev"6399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6400dependencies = [6401 "frame-support",6402 "frame-system",6403 "parity-scale-codec 3.1.5",6404 "rand_chacha 0.2.2",6405 "scale-info",6406 "sp-runtime",6407 "sp-std",6408]64096410[[package]]6411name = "pallet-staking"6412version = "4.0.0-dev"6413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6414dependencies = [6415 "frame-benchmarking",6416 "frame-election-provider-support",6417 "frame-support",6418 "frame-system",6419 "log",6420 "pallet-authorship",6421 "pallet-session",6422 "parity-scale-codec 3.1.5",6423 "rand_chacha 0.2.2",6424 "scale-info",6425 "serde",6426 "sp-application-crypto",6427 "sp-io",6428 "sp-runtime",6429 "sp-staking",6430 "sp-std",6431]64326433[[package]]6434name = "pallet-staking-reward-curve"6435version = "4.0.0-dev"6436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6437dependencies = [6438 "proc-macro-crate",6439 "proc-macro2",6440 "quote",6441 "syn",6442]64436444[[package]]6445name = "pallet-staking-reward-fn"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6448dependencies = [6449 "log",6450 "sp-arithmetic",6451]64526453[[package]]6454name = "pallet-structure"6455version = "0.1.0"6456dependencies = [6457 "frame-benchmarking",6458 "frame-support",6459 "frame-system",6460 "pallet-common",6461 "pallet-evm",6462 "parity-scale-codec 3.1.5",6463 "scale-info",6464 "sp-std",6465 "up-data-structs",6466]64676468[[package]]6469name = "pallet-sudo"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6472dependencies = [6473 "frame-support",6474 "frame-system",6475 "parity-scale-codec 3.1.5",6476 "scale-info",6477 "sp-io",6478 "sp-runtime",6479 "sp-std",6480]64816482[[package]]6483name = "pallet-template-transaction-payment"6484version = "3.0.0"6485source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"6486dependencies = [6487 "frame-benchmarking",6488 "frame-support",6489 "frame-system",6490 "pallet-balances",6491 "pallet-transaction-payment",6492 "parity-scale-codec 3.1.5",6493 "scale-info",6494 "serde",6495 "sp-core",6496 "sp-io",6497 "sp-runtime",6498 "sp-std",6499 "up-sponsorship",6500]65016502[[package]]6503name = "pallet-timestamp"6504version = "4.0.0-dev"6505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6506dependencies = [6507 "frame-benchmarking",6508 "frame-support",6509 "frame-system",6510 "log",6511 "parity-scale-codec 3.1.5",6512 "scale-info",6513 "sp-inherents",6514 "sp-io",6515 "sp-runtime",6516 "sp-std",6517 "sp-timestamp",6518]65196520[[package]]6521name = "pallet-tips"6522version = "4.0.0-dev"6523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6524dependencies = [6525 "frame-benchmarking",6526 "frame-support",6527 "frame-system",6528 "log",6529 "pallet-treasury",6530 "parity-scale-codec 3.1.5",6531 "scale-info",6532 "serde",6533 "sp-core",6534 "sp-io",6535 "sp-runtime",6536 "sp-std",6537]65386539[[package]]6540name = "pallet-transaction-payment"6541version = "4.0.0-dev"6542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6543dependencies = [6544 "frame-support",6545 "frame-system",6546 "parity-scale-codec 3.1.5",6547 "scale-info",6548 "serde",6549 "sp-core",6550 "sp-io",6551 "sp-runtime",6552 "sp-std",6553]65546555[[package]]6556name = "pallet-transaction-payment-rpc"6557version = "4.0.0-dev"6558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6559dependencies = [6560 "jsonrpsee",6561 "pallet-transaction-payment-rpc-runtime-api",6562 "parity-scale-codec 3.1.5",6563 "sp-api",6564 "sp-blockchain",6565 "sp-core",6566 "sp-rpc",6567 "sp-runtime",6568]65696570[[package]]6571name = "pallet-transaction-payment-rpc-runtime-api"6572version = "4.0.0-dev"6573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6574dependencies = [6575 "pallet-transaction-payment",6576 "parity-scale-codec 3.1.5",6577 "sp-api",6578 "sp-runtime",6579]65806581[[package]]6582name = "pallet-treasury"6583version = "4.0.0-dev"6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6585dependencies = [6586 "frame-benchmarking",6587 "frame-support",6588 "frame-system",6589 "impl-trait-for-tuples",6590 "pallet-balances",6591 "parity-scale-codec 3.1.5",6592 "scale-info",6593 "serde",6594 "sp-runtime",6595 "sp-std",6596]65976598[[package]]6599name = "pallet-unique"6600version = "0.1.0"6601dependencies = [6602 "ethereum",6603 "evm-coder",6604 "frame-benchmarking",6605 "frame-support",6606 "frame-system",6607 "pallet-common",6608 "pallet-evm",6609 "pallet-evm-coder-substrate",6610 "pallet-nonfungible",6611 "pallet-refungible",6612 "parity-scale-codec 3.1.5",6613 "scale-info",6614 "serde",6615 "sp-core",6616 "sp-io",6617 "sp-runtime",6618 "sp-std",6619 "up-data-structs",6620]66216622[[package]]6623name = "pallet-unique-scheduler"6624version = "0.1.0"6625dependencies = [6626 "frame-benchmarking",6627 "frame-support",6628 "frame-system",6629 "log",6630 "parity-scale-codec 3.1.5",6631 "scale-info",6632 "serde",6633 "sp-core",6634 "sp-io",6635 "sp-runtime",6636 "sp-std",6637 "substrate-test-utils",6638 "up-sponsorship",6639]66406641[[package]]6642name = "pallet-utility"6643version = "4.0.0-dev"6644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6645dependencies = [6646 "frame-benchmarking",6647 "frame-support",6648 "frame-system",6649 "parity-scale-codec 3.1.5",6650 "scale-info",6651 "sp-core",6652 "sp-io",6653 "sp-runtime",6654 "sp-std",6655]66566657[[package]]6658name = "pallet-vesting"6659version = "4.0.0-dev"6660source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6661dependencies = [6662 "frame-benchmarking",6663 "frame-support",6664 "frame-system",6665 "log",6666 "parity-scale-codec 3.1.5",6667 "scale-info",6668 "sp-runtime",6669 "sp-std",6670]66716672[[package]]6673name = "pallet-xcm"6674version = "0.9.23"6675source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6676dependencies = [6677 "frame-support",6678 "frame-system",6679 "log",6680 "parity-scale-codec 3.1.5",6681 "scale-info",6682 "serde",6683 "sp-core",6684 "sp-runtime",6685 "sp-std",6686 "xcm",6687 "xcm-executor",6688]66896690[[package]]6691name = "pallet-xcm-benchmarks"6692version = "0.9.23"6693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6694dependencies = [6695 "frame-benchmarking",6696 "frame-support",6697 "frame-system",6698 "log",6699 "parity-scale-codec 3.1.5",6700 "scale-info",6701 "sp-runtime",6702 "sp-std",6703 "xcm",6704 "xcm-executor",6705]67066707[[package]]6708name = "parachain-info"6709version = "0.1.0"6710source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"6711dependencies = [6712 "cumulus-primitives-core",6713 "frame-support",6714 "frame-system",6715 "parity-scale-codec 3.1.5",6716 "scale-info",6717 "serde",6718]67196720[[package]]6721name = "parity-db"6722version = "0.3.13"6723source = "registry+https://github.com/rust-lang/crates.io-index"6724checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6725dependencies = [6726 "blake2-rfc",6727 "crc32fast",6728 "fs2",6729 "hex",6730 "libc",6731 "log",6732 "lz4",6733 "memmap2 0.2.3",6734 "parking_lot 0.11.2",6735 "rand 0.8.5",6736 "snap",6737]67386739[[package]]6740name = "parity-scale-codec"6741version = "2.3.1"6742source = "registry+https://github.com/rust-lang/crates.io-index"6743checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6744dependencies = [6745 "arrayvec 0.7.2",6746 "bitvec 0.20.4",6747 "byte-slice-cast",6748 "impl-trait-for-tuples",6749 "parity-scale-codec-derive 2.3.1",6750 "serde",6751]67526753[[package]]6754name = "parity-scale-codec"6755version = "3.1.5"6756source = "registry+https://github.com/rust-lang/crates.io-index"6757checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6758dependencies = [6759 "arrayvec 0.7.2",6760 "bitvec 1.0.0",6761 "byte-slice-cast",6762 "impl-trait-for-tuples",6763 "parity-scale-codec-derive 3.1.3",6764 "serde",6765]67666767[[package]]6768name = "parity-scale-codec-derive"6769version = "2.3.1"6770source = "registry+https://github.com/rust-lang/crates.io-index"6771checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6772dependencies = [6773 "proc-macro-crate",6774 "proc-macro2",6775 "quote",6776 "syn",6777]67786779[[package]]6780name = "parity-scale-codec-derive"6781version = "3.1.3"6782source = "registry+https://github.com/rust-lang/crates.io-index"6783checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6784dependencies = [6785 "proc-macro-crate",6786 "proc-macro2",6787 "quote",6788 "syn",6789]67906791[[package]]6792name = "parity-send-wrapper"6793version = "0.1.0"6794source = "registry+https://github.com/rust-lang/crates.io-index"6795checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"67966797[[package]]6798name = "parity-util-mem"6799version = "0.11.0"6800source = "registry+https://github.com/rust-lang/crates.io-index"6801checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6802dependencies = [6803 "cfg-if 1.0.0",6804 "ethereum-types",6805 "hashbrown 0.12.1",6806 "impl-trait-for-tuples",6807 "lru 0.7.7",6808 "parity-util-mem-derive",6809 "parking_lot 0.12.1",6810 "primitive-types",6811 "smallvec",6812 "winapi",6813]68146815[[package]]6816name = "parity-util-mem-derive"6817version = "0.1.0"6818source = "registry+https://github.com/rust-lang/crates.io-index"6819checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6820dependencies = [6821 "proc-macro2",6822 "syn",6823 "synstructure",6824]68256826[[package]]6827name = "parity-wasm"6828version = "0.32.0"6829source = "registry+https://github.com/rust-lang/crates.io-index"6830checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6831dependencies = [6832 "byteorder",6833]68346835[[package]]6836name = "parity-wasm"6837version = "0.42.2"6838source = "registry+https://github.com/rust-lang/crates.io-index"6839checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68406841[[package]]6842name = "parking"6843version = "2.0.0"6844source = "registry+https://github.com/rust-lang/crates.io-index"6845checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68466847[[package]]6848name = "parking_lot"6849version = "0.11.2"6850source = "registry+https://github.com/rust-lang/crates.io-index"6851checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6852dependencies = [6853 "instant",6854 "lock_api",6855 "parking_lot_core 0.8.5",6856]68576858[[package]]6859name = "parking_lot"6860version = "0.12.1"6861source = "registry+https://github.com/rust-lang/crates.io-index"6862checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6863dependencies = [6864 "lock_api",6865 "parking_lot_core 0.9.3",6866]68676868[[package]]6869name = "parking_lot_core"6870version = "0.8.5"6871source = "registry+https://github.com/rust-lang/crates.io-index"6872checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6873dependencies = [6874 "cfg-if 1.0.0",6875 "instant",6876 "libc",6877 "redox_syscall",6878 "smallvec",6879 "winapi",6880]68816882[[package]]6883name = "parking_lot_core"6884version = "0.9.3"6885source = "registry+https://github.com/rust-lang/crates.io-index"6886checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6887dependencies = [6888 "cfg-if 1.0.0",6889 "libc",6890 "redox_syscall",6891 "smallvec",6892 "windows-sys",6893]68946895[[package]]6896name = "paste"6897version = "1.0.7"6898source = "registry+https://github.com/rust-lang/crates.io-index"6899checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69006901[[package]]6902name = "pbkdf2"6903version = "0.4.0"6904source = "registry+https://github.com/rust-lang/crates.io-index"6905checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6906dependencies = [6907 "crypto-mac 0.8.0",6908]69096910[[package]]6911name = "pbkdf2"6912version = "0.8.0"6913source = "registry+https://github.com/rust-lang/crates.io-index"6914checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6915dependencies = [6916 "crypto-mac 0.11.1",6917]69186919[[package]]6920name = "peeking_take_while"6921version = "0.1.2"6922source = "registry+https://github.com/rust-lang/crates.io-index"6923checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69246925[[package]]6926name = "percent-encoding"6927version = "2.1.0"6928source = "registry+https://github.com/rust-lang/crates.io-index"6929checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69306931[[package]]6932name = "pest"6933version = "2.1.3"6934source = "registry+https://github.com/rust-lang/crates.io-index"6935checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6936dependencies = [6937 "ucd-trie",6938]69396940[[package]]6941name = "pest_derive"6942version = "2.1.0"6943source = "registry+https://github.com/rust-lang/crates.io-index"6944checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6945dependencies = [6946 "pest",6947 "pest_generator",6948]69496950[[package]]6951name = "pest_generator"6952version = "2.1.3"6953source = "registry+https://github.com/rust-lang/crates.io-index"6954checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6955dependencies = [6956 "pest",6957 "pest_meta",6958 "proc-macro2",6959 "quote",6960 "syn",6961]69626963[[package]]6964name = "pest_meta"6965version = "2.1.3"6966source = "registry+https://github.com/rust-lang/crates.io-index"6967checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6968dependencies = [6969 "maplit",6970 "pest",6971 "sha-1 0.8.2",6972]69736974[[package]]6975name = "petgraph"6976version = "0.6.2"6977source = "registry+https://github.com/rust-lang/crates.io-index"6978checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"6979dependencies = [6980 "fixedbitset",6981 "indexmap",6982]69836984[[package]]6985name = "pin-project"6986version = "0.4.29"6987source = "registry+https://github.com/rust-lang/crates.io-index"6988checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6989dependencies = [6990 "pin-project-internal 0.4.29",6991]69926993[[package]]6994name = "pin-project"6995version = "1.0.10"6996source = "registry+https://github.com/rust-lang/crates.io-index"6997checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6998dependencies = [6999 "pin-project-internal 1.0.10",7000]70017002[[package]]7003name = "pin-project-internal"7004version = "0.4.29"7005source = "registry+https://github.com/rust-lang/crates.io-index"7006checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7007dependencies = [7008 "proc-macro2",7009 "quote",7010 "syn",7011]70127013[[package]]7014name = "pin-project-internal"7015version = "1.0.10"7016source = "registry+https://github.com/rust-lang/crates.io-index"7017checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7018dependencies = [7019 "proc-macro2",7020 "quote",7021 "syn",7022]70237024[[package]]7025name = "pin-project-lite"7026version = "0.1.12"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70297030[[package]]7031name = "pin-project-lite"7032version = "0.2.9"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70357036[[package]]7037name = "pin-utils"7038version = "0.1.0"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70417042[[package]]7043name = "pkg-config"7044version = "0.3.25"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70477048[[package]]7049name = "platforms"7050version = "2.0.0"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70537054[[package]]7055name = "polkadot-approval-distribution"7056version = "0.9.23"7057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7058dependencies = [7059 "futures 0.3.21",7060 "polkadot-node-network-protocol",7061 "polkadot-node-primitives",7062 "polkadot-node-subsystem",7063 "polkadot-node-subsystem-util",7064 "polkadot-primitives",7065 "rand 0.8.5",7066 "tracing-gum",7067]70687069[[package]]7070name = "polkadot-availability-bitfield-distribution"7071version = "0.9.23"7072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7073dependencies = [7074 "futures 0.3.21",7075 "polkadot-node-network-protocol",7076 "polkadot-node-subsystem",7077 "polkadot-node-subsystem-util",7078 "polkadot-primitives",7079 "rand 0.8.5",7080 "tracing-gum",7081]70827083[[package]]7084name = "polkadot-availability-distribution"7085version = "0.9.23"7086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7087dependencies = [7088 "derive_more",7089 "fatality",7090 "futures 0.3.21",7091 "lru 0.7.7",7092 "parity-scale-codec 3.1.5",7093 "polkadot-erasure-coding",7094 "polkadot-node-network-protocol",7095 "polkadot-node-primitives",7096 "polkadot-node-subsystem",7097 "polkadot-node-subsystem-util",7098 "polkadot-primitives",7099 "rand 0.8.5",7100 "sp-core",7101 "sp-keystore",7102 "thiserror",7103 "tracing-gum",7104]71057106[[package]]7107name = "polkadot-availability-recovery"7108version = "0.9.23"7109source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7110dependencies = [7111 "fatality",7112 "futures 0.3.21",7113 "lru 0.7.7",7114 "parity-scale-codec 3.1.5",7115 "polkadot-erasure-coding",7116 "polkadot-node-network-protocol",7117 "polkadot-node-primitives",7118 "polkadot-node-subsystem",7119 "polkadot-node-subsystem-util",7120 "polkadot-primitives",7121 "rand 0.8.5",7122 "sc-network",7123 "thiserror",7124 "tracing-gum",7125]71267127[[package]]7128name = "polkadot-cli"7129version = "0.9.23"7130source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7131dependencies = [7132 "clap",7133 "frame-benchmarking-cli",7134 "futures 0.3.21",7135 "log",7136 "polkadot-client",7137 "polkadot-node-core-pvf",7138 "polkadot-node-metrics",7139 "polkadot-performance-test",7140 "polkadot-service",7141 "sc-cli",7142 "sc-service",7143 "sc-sysinfo",7144 "sc-tracing",7145 "sp-core",7146 "sp-trie",7147 "substrate-build-script-utils",7148 "thiserror",7149 "try-runtime-cli",7150]71517152[[package]]7153name = "polkadot-client"7154version = "0.9.23"7155source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7156dependencies = [7157 "beefy-primitives",7158 "frame-benchmarking",7159 "frame-benchmarking-cli",7160 "frame-system",7161 "frame-system-rpc-runtime-api",7162 "pallet-transaction-payment",7163 "pallet-transaction-payment-rpc-runtime-api",7164 "polkadot-core-primitives",7165 "polkadot-node-core-parachains-inherent",7166 "polkadot-primitives",7167 "polkadot-runtime",7168 "polkadot-runtime-common",7169 "sc-client-api",7170 "sc-consensus",7171 "sc-executor",7172 "sc-service",7173 "sp-api",7174 "sp-authority-discovery",7175 "sp-block-builder",7176 "sp-blockchain",7177 "sp-consensus",7178 "sp-consensus-babe",7179 "sp-core",7180 "sp-finality-grandpa",7181 "sp-inherents",7182 "sp-keyring",7183 "sp-mmr-primitives",7184 "sp-offchain",7185 "sp-runtime",7186 "sp-session",7187 "sp-storage",7188 "sp-timestamp",7189 "sp-transaction-pool",7190]71917192[[package]]7193name = "polkadot-collator-protocol"7194version = "0.9.23"7195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7196dependencies = [7197 "always-assert",7198 "fatality",7199 "futures 0.3.21",7200 "futures-timer",7201 "polkadot-node-network-protocol",7202 "polkadot-node-primitives",7203 "polkadot-node-subsystem",7204 "polkadot-node-subsystem-util",7205 "polkadot-primitives",7206 "sp-core",7207 "sp-keystore",7208 "sp-runtime",7209 "thiserror",7210 "tracing-gum",7211]72127213[[package]]7214name = "polkadot-core-primitives"7215version = "0.9.23"7216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7217dependencies = [7218 "parity-scale-codec 3.1.5",7219 "parity-util-mem",7220 "scale-info",7221 "sp-core",7222 "sp-runtime",7223 "sp-std",7224]72257226[[package]]7227name = "polkadot-dispute-distribution"7228version = "0.9.23"7229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7230dependencies = [7231 "derive_more",7232 "fatality",7233 "futures 0.3.21",7234 "lru 0.7.7",7235 "parity-scale-codec 3.1.5",7236 "polkadot-erasure-coding",7237 "polkadot-node-network-protocol",7238 "polkadot-node-primitives",7239 "polkadot-node-subsystem",7240 "polkadot-node-subsystem-util",7241 "polkadot-primitives",7242 "sc-network",7243 "sp-application-crypto",7244 "sp-keystore",7245 "thiserror",7246 "tracing-gum",7247]72487249[[package]]7250name = "polkadot-erasure-coding"7251version = "0.9.23"7252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7253dependencies = [7254 "parity-scale-codec 3.1.5",7255 "polkadot-node-primitives",7256 "polkadot-primitives",7257 "reed-solomon-novelpoly",7258 "sp-core",7259 "sp-trie",7260 "thiserror",7261]72627263[[package]]7264name = "polkadot-gossip-support"7265version = "0.9.23"7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7267dependencies = [7268 "futures 0.3.21",7269 "futures-timer",7270 "polkadot-node-network-protocol",7271 "polkadot-node-subsystem",7272 "polkadot-node-subsystem-util",7273 "polkadot-primitives",7274 "rand 0.8.5",7275 "rand_chacha 0.3.1",7276 "sc-network",7277 "sp-application-crypto",7278 "sp-core",7279 "sp-keystore",7280 "tracing-gum",7281]72827283[[package]]7284name = "polkadot-network-bridge"7285version = "0.9.23"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7287dependencies = [7288 "always-assert",7289 "async-trait",7290 "bytes 1.1.0",7291 "futures 0.3.21",7292 "parity-scale-codec 3.1.5",7293 "parking_lot 0.12.1",7294 "polkadot-node-network-protocol",7295 "polkadot-node-subsystem",7296 "polkadot-node-subsystem-util",7297 "polkadot-overseer",7298 "polkadot-primitives",7299 "sc-network",7300 "sp-consensus",7301 "tracing-gum",7302]73037304[[package]]7305name = "polkadot-node-collation-generation"7306version = "0.9.23"7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7308dependencies = [7309 "futures 0.3.21",7310 "parity-scale-codec 3.1.5",7311 "polkadot-erasure-coding",7312 "polkadot-node-primitives",7313 "polkadot-node-subsystem",7314 "polkadot-node-subsystem-util",7315 "polkadot-primitives",7316 "sp-core",7317 "sp-maybe-compressed-blob",7318 "thiserror",7319 "tracing-gum",7320]73217322[[package]]7323name = "polkadot-node-core-approval-voting"7324version = "0.9.23"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7326dependencies = [7327 "bitvec 1.0.0",7328 "derive_more",7329 "futures 0.3.21",7330 "futures-timer",7331 "kvdb",7332 "lru 0.7.7",7333 "merlin",7334 "parity-scale-codec 3.1.5",7335 "polkadot-node-jaeger",7336 "polkadot-node-primitives",7337 "polkadot-node-subsystem",7338 "polkadot-node-subsystem-util",7339 "polkadot-overseer",7340 "polkadot-primitives",7341 "sc-keystore",7342 "schnorrkel",7343 "sp-application-crypto",7344 "sp-consensus",7345 "sp-consensus-slots",7346 "sp-runtime",7347 "thiserror",7348 "tracing-gum",7349]73507351[[package]]7352name = "polkadot-node-core-av-store"7353version = "0.9.23"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7355dependencies = [7356 "bitvec 1.0.0",7357 "futures 0.3.21",7358 "futures-timer",7359 "kvdb",7360 "parity-scale-codec 3.1.5",7361 "polkadot-erasure-coding",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-overseer",7366 "polkadot-primitives",7367 "thiserror",7368 "tracing-gum",7369]73707371[[package]]7372name = "polkadot-node-core-backing"7373version = "0.9.23"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7375dependencies = [7376 "bitvec 1.0.0",7377 "fatality",7378 "futures 0.3.21",7379 "polkadot-erasure-coding",7380 "polkadot-node-primitives",7381 "polkadot-node-subsystem",7382 "polkadot-node-subsystem-util",7383 "polkadot-primitives",7384 "polkadot-statement-table",7385 "sp-keystore",7386 "thiserror",7387 "tracing-gum",7388]73897390[[package]]7391name = "polkadot-node-core-bitfield-signing"7392version = "0.9.23"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7394dependencies = [7395 "futures 0.3.21",7396 "polkadot-node-subsystem",7397 "polkadot-node-subsystem-util",7398 "polkadot-primitives",7399 "sp-keystore",7400 "thiserror",7401 "tracing-gum",7402 "wasm-timer",7403]74047405[[package]]7406name = "polkadot-node-core-candidate-validation"7407version = "0.9.23"7408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7409dependencies = [7410 "async-trait",7411 "futures 0.3.21",7412 "parity-scale-codec 3.1.5",7413 "polkadot-node-core-pvf",7414 "polkadot-node-primitives",7415 "polkadot-node-subsystem",7416 "polkadot-node-subsystem-util",7417 "polkadot-parachain",7418 "polkadot-primitives",7419 "sp-maybe-compressed-blob",7420 "tracing-gum",7421]74227423[[package]]7424name = "polkadot-node-core-chain-api"7425version = "0.9.23"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7427dependencies = [7428 "futures 0.3.21",7429 "polkadot-node-subsystem",7430 "polkadot-node-subsystem-util",7431 "polkadot-primitives",7432 "sc-client-api",7433 "sc-consensus-babe",7434 "sp-blockchain",7435 "tracing-gum",7436]74377438[[package]]7439name = "polkadot-node-core-chain-selection"7440version = "0.9.23"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7442dependencies = [7443 "futures 0.3.21",7444 "futures-timer",7445 "kvdb",7446 "parity-scale-codec 3.1.5",7447 "polkadot-node-primitives",7448 "polkadot-node-subsystem",7449 "polkadot-node-subsystem-util",7450 "polkadot-primitives",7451 "thiserror",7452 "tracing-gum",7453]74547455[[package]]7456name = "polkadot-node-core-dispute-coordinator"7457version = "0.9.23"7458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7459dependencies = [7460 "fatality",7461 "futures 0.3.21",7462 "kvdb",7463 "lru 0.7.7",7464 "parity-scale-codec 3.1.5",7465 "polkadot-node-primitives",7466 "polkadot-node-subsystem",7467 "polkadot-node-subsystem-util",7468 "polkadot-primitives",7469 "sc-keystore",7470 "thiserror",7471 "tracing-gum",7472]74737474[[package]]7475name = "polkadot-node-core-parachains-inherent"7476version = "0.9.23"7477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7478dependencies = [7479 "async-trait",7480 "futures 0.3.21",7481 "futures-timer",7482 "polkadot-node-subsystem",7483 "polkadot-primitives",7484 "sp-blockchain",7485 "sp-inherents",7486 "sp-runtime",7487 "thiserror",7488 "tracing-gum",7489]74907491[[package]]7492name = "polkadot-node-core-provisioner"7493version = "0.9.23"7494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7495dependencies = [7496 "bitvec 1.0.0",7497 "fatality",7498 "futures 0.3.21",7499 "futures-timer",7500 "polkadot-node-primitives",7501 "polkadot-node-subsystem",7502 "polkadot-node-subsystem-util",7503 "polkadot-primitives",7504 "rand 0.8.5",7505 "thiserror",7506 "tracing-gum",7507]75087509[[package]]7510name = "polkadot-node-core-pvf"7511version = "0.9.23"7512source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7513dependencies = [7514 "always-assert",7515 "assert_matches",7516 "async-process",7517 "async-std",7518 "futures 0.3.21",7519 "futures-timer",7520 "parity-scale-codec 3.1.5",7521 "pin-project 1.0.10",7522 "polkadot-core-primitives",7523 "polkadot-node-subsystem-util",7524 "polkadot-parachain",7525 "rand 0.8.5",7526 "sc-executor",7527 "sc-executor-common",7528 "sc-executor-wasmtime",7529 "slotmap",7530 "sp-core",7531 "sp-externalities",7532 "sp-io",7533 "sp-maybe-compressed-blob",7534 "sp-tracing",7535 "sp-wasm-interface",7536 "tempfile",7537 "tracing-gum",7538]75397540[[package]]7541name = "polkadot-node-core-pvf-checker"7542version = "0.9.23"7543source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7544dependencies = [7545 "futures 0.3.21",7546 "polkadot-node-primitives",7547 "polkadot-node-subsystem",7548 "polkadot-node-subsystem-util",7549 "polkadot-overseer",7550 "polkadot-primitives",7551 "sp-keystore",7552 "thiserror",7553 "tracing-gum",7554]75557556[[package]]7557name = "polkadot-node-core-runtime-api"7558version = "0.9.23"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7560dependencies = [7561 "futures 0.3.21",7562 "memory-lru",7563 "parity-util-mem",7564 "polkadot-node-subsystem",7565 "polkadot-node-subsystem-util",7566 "polkadot-primitives",7567 "sp-api",7568 "sp-authority-discovery",7569 "sp-consensus-babe",7570 "tracing-gum",7571]75727573[[package]]7574name = "polkadot-node-jaeger"7575version = "0.9.23"7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7577dependencies = [7578 "async-std",7579 "lazy_static",7580 "log",7581 "mick-jaeger",7582 "parity-scale-codec 3.1.5",7583 "parking_lot 0.12.1",7584 "polkadot-node-primitives",7585 "polkadot-primitives",7586 "sc-network",7587 "sp-core",7588 "thiserror",7589]75907591[[package]]7592name = "polkadot-node-metrics"7593version = "0.9.23"7594source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7595dependencies = [7596 "bs58",7597 "futures 0.3.21",7598 "futures-timer",7599 "log",7600 "parity-scale-codec 3.1.5",7601 "polkadot-primitives",7602 "prioritized-metered-channel",7603 "sc-cli",7604 "sc-service",7605 "sc-tracing",7606 "substrate-prometheus-endpoint",7607 "tracing-gum",7608]76097610[[package]]7611name = "polkadot-node-network-protocol"7612version = "0.9.23"7613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7614dependencies = [7615 "async-trait",7616 "derive_more",7617 "fatality",7618 "futures 0.3.21",7619 "parity-scale-codec 3.1.5",7620 "polkadot-node-jaeger",7621 "polkadot-node-primitives",7622 "polkadot-primitives",7623 "rand 0.8.5",7624 "sc-authority-discovery",7625 "sc-network",7626 "strum 0.24.1",7627 "thiserror",7628 "tracing-gum",7629]76307631[[package]]7632name = "polkadot-node-primitives"7633version = "0.9.23"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7635dependencies = [7636 "bounded-vec",7637 "futures 0.3.21",7638 "parity-scale-codec 3.1.5",7639 "polkadot-parachain",7640 "polkadot-primitives",7641 "schnorrkel",7642 "serde",7643 "sp-application-crypto",7644 "sp-consensus-babe",7645 "sp-consensus-vrf",7646 "sp-core",7647 "sp-keystore",7648 "sp-maybe-compressed-blob",7649 "thiserror",7650 "zstd",7651]76527653[[package]]7654name = "polkadot-node-subsystem"7655version = "0.9.23"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7657dependencies = [7658 "polkadot-node-jaeger",7659 "polkadot-node-subsystem-types",7660 "polkadot-overseer",7661]76627663[[package]]7664name = "polkadot-node-subsystem-types"7665version = "0.9.23"7666source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7667dependencies = [7668 "derive_more",7669 "futures 0.3.21",7670 "orchestra",7671 "polkadot-node-jaeger",7672 "polkadot-node-network-protocol",7673 "polkadot-node-primitives",7674 "polkadot-primitives",7675 "polkadot-statement-table",7676 "sc-network",7677 "smallvec",7678 "substrate-prometheus-endpoint",7679 "thiserror",7680]76817682[[package]]7683name = "polkadot-node-subsystem-util"7684version = "0.9.23"7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7686dependencies = [7687 "async-trait",7688 "derive_more",7689 "fatality",7690 "futures 0.3.21",7691 "itertools",7692 "kvdb",7693 "lru 0.7.7",7694 "parity-db",7695 "parity-scale-codec 3.1.5",7696 "parity-util-mem",7697 "parking_lot 0.11.2",7698 "pin-project 1.0.10",7699 "polkadot-node-jaeger",7700 "polkadot-node-metrics",7701 "polkadot-node-network-protocol",7702 "polkadot-node-primitives",7703 "polkadot-node-subsystem",7704 "polkadot-overseer",7705 "polkadot-primitives",7706 "prioritized-metered-channel",7707 "rand 0.8.5",7708 "sp-application-crypto",7709 "sp-core",7710 "sp-keystore",7711 "thiserror",7712 "tracing-gum",7713]77147715[[package]]7716name = "polkadot-overseer"7717version = "0.9.23"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7719dependencies = [7720 "futures 0.3.21",7721 "futures-timer",7722 "lru 0.7.7",7723 "orchestra",7724 "parity-util-mem",7725 "parking_lot 0.12.1",7726 "polkadot-node-metrics",7727 "polkadot-node-network-protocol",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem-types",7730 "polkadot-primitives",7731 "sc-client-api",7732 "sp-api",7733 "sp-core",7734 "tracing-gum",7735]77367737[[package]]7738name = "polkadot-parachain"7739version = "0.9.23"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7741dependencies = [7742 "derive_more",7743 "frame-support",7744 "parity-scale-codec 3.1.5",7745 "parity-util-mem",7746 "polkadot-core-primitives",7747 "scale-info",7748 "serde",7749 "sp-core",7750 "sp-runtime",7751 "sp-std",7752]77537754[[package]]7755name = "polkadot-performance-test"7756version = "0.9.23"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7758dependencies = [7759 "env_logger",7760 "kusama-runtime",7761 "log",7762 "polkadot-erasure-coding",7763 "polkadot-node-core-pvf",7764 "polkadot-node-primitives",7765 "quote",7766 "thiserror",7767]77687769[[package]]7770name = "polkadot-primitives"7771version = "0.9.23"7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7773dependencies = [7774 "bitvec 1.0.0",7775 "frame-system",7776 "hex-literal",7777 "parity-scale-codec 3.1.5",7778 "parity-util-mem",7779 "polkadot-core-primitives",7780 "polkadot-parachain",7781 "scale-info",7782 "serde",7783 "sp-api",7784 "sp-application-crypto",7785 "sp-arithmetic",7786 "sp-authority-discovery",7787 "sp-consensus-slots",7788 "sp-core",7789 "sp-inherents",7790 "sp-io",7791 "sp-keystore",7792 "sp-runtime",7793 "sp-staking",7794 "sp-std",7795 "sp-trie",7796 "sp-version",7797]77987799[[package]]7800name = "polkadot-rpc"7801version = "0.9.23"7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7803dependencies = [7804 "beefy-gadget",7805 "beefy-gadget-rpc",7806 "jsonrpsee",7807 "pallet-mmr-rpc",7808 "pallet-transaction-payment-rpc",7809 "polkadot-primitives",7810 "sc-chain-spec",7811 "sc-client-api",7812 "sc-consensus-babe",7813 "sc-consensus-babe-rpc",7814 "sc-consensus-epochs",7815 "sc-finality-grandpa",7816 "sc-finality-grandpa-rpc",7817 "sc-rpc",7818 "sc-sync-state-rpc",7819 "sc-transaction-pool-api",7820 "sp-api",7821 "sp-block-builder",7822 "sp-blockchain",7823 "sp-consensus",7824 "sp-consensus-babe",7825 "sp-keystore",7826 "sp-runtime",7827 "substrate-frame-rpc-system",7828 "substrate-state-trie-migration-rpc",7829]78307831[[package]]7832name = "polkadot-runtime"7833version = "0.9.23"7834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7835dependencies = [7836 "beefy-primitives",7837 "bitvec 1.0.0",7838 "frame-benchmarking",7839 "frame-election-provider-support",7840 "frame-executive",7841 "frame-support",7842 "frame-system",7843 "frame-system-benchmarking",7844 "frame-system-rpc-runtime-api",7845 "frame-try-runtime",7846 "hex-literal",7847 "log",7848 "pallet-authority-discovery",7849 "pallet-authorship",7850 "pallet-babe",7851 "pallet-bags-list",7852 "pallet-balances",7853 "pallet-bounties",7854 "pallet-child-bounties",7855 "pallet-collective",7856 "pallet-democracy",7857 "pallet-election-provider-multi-phase",7858 "pallet-election-provider-support-benchmarking",7859 "pallet-elections-phragmen",7860 "pallet-grandpa",7861 "pallet-identity",7862 "pallet-im-online",7863 "pallet-indices",7864 "pallet-membership",7865 "pallet-multisig",7866 "pallet-nicks",7867 "pallet-offences",7868 "pallet-offences-benchmarking",7869 "pallet-preimage",7870 "pallet-proxy",7871 "pallet-scheduler",7872 "pallet-session",7873 "pallet-session-benchmarking",7874 "pallet-staking",7875 "pallet-staking-reward-curve",7876 "pallet-timestamp",7877 "pallet-tips",7878 "pallet-transaction-payment",7879 "pallet-transaction-payment-rpc-runtime-api",7880 "pallet-treasury",7881 "pallet-utility",7882 "pallet-vesting",7883 "pallet-xcm",7884 "parity-scale-codec 3.1.5",7885 "polkadot-primitives",7886 "polkadot-runtime-common",7887 "polkadot-runtime-constants",7888 "polkadot-runtime-parachains",7889 "rustc-hex",7890 "scale-info",7891 "serde",7892 "serde_derive",7893 "smallvec",7894 "sp-api",7895 "sp-authority-discovery",7896 "sp-block-builder",7897 "sp-consensus-babe",7898 "sp-core",7899 "sp-inherents",7900 "sp-io",7901 "sp-mmr-primitives",7902 "sp-npos-elections",7903 "sp-offchain",7904 "sp-runtime",7905 "sp-session",7906 "sp-staking",7907 "sp-std",7908 "sp-transaction-pool",7909 "sp-version",7910 "static_assertions",7911 "substrate-wasm-builder",7912 "xcm",7913 "xcm-builder",7914 "xcm-executor",7915]79167917[[package]]7918name = "polkadot-runtime-common"7919version = "0.9.23"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7921dependencies = [7922 "beefy-primitives",7923 "bitvec 1.0.0",7924 "frame-benchmarking",7925 "frame-election-provider-support",7926 "frame-support",7927 "frame-system",7928 "impl-trait-for-tuples",7929 "libsecp256k1",7930 "log",7931 "pallet-authorship",7932 "pallet-babe",7933 "pallet-bags-list",7934 "pallet-balances",7935 "pallet-beefy-mmr",7936 "pallet-election-provider-multi-phase",7937 "pallet-session",7938 "pallet-staking",7939 "pallet-timestamp",7940 "pallet-transaction-payment",7941 "pallet-treasury",7942 "pallet-vesting",7943 "parity-scale-codec 3.1.5",7944 "polkadot-primitives",7945 "polkadot-runtime-parachains",7946 "rustc-hex",7947 "scale-info",7948 "serde",7949 "serde_derive",7950 "slot-range-helper",7951 "sp-api",7952 "sp-core",7953 "sp-inherents",7954 "sp-io",7955 "sp-npos-elections",7956 "sp-runtime",7957 "sp-session",7958 "sp-staking",7959 "sp-std",7960 "static_assertions",7961 "xcm",7962]79637964[[package]]7965name = "polkadot-runtime-constants"7966version = "0.9.23"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7968dependencies = [7969 "frame-support",7970 "polkadot-primitives",7971 "polkadot-runtime-common",7972 "smallvec",7973 "sp-runtime",7974]79757976[[package]]7977name = "polkadot-runtime-metrics"7978version = "0.9.23"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7980dependencies = [7981 "bs58",7982 "parity-scale-codec 3.1.5",7983 "polkadot-primitives",7984 "sp-std",7985 "sp-tracing",7986]79877988[[package]]7989name = "polkadot-runtime-parachains"7990version = "0.9.23"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7992dependencies = [7993 "bitflags",7994 "bitvec 1.0.0",7995 "derive_more",7996 "frame-benchmarking",7997 "frame-support",7998 "frame-system",7999 "log",8000 "pallet-authority-discovery",8001 "pallet-authorship",8002 "pallet-babe",8003 "pallet-balances",8004 "pallet-session",8005 "pallet-staking",8006 "pallet-timestamp",8007 "pallet-vesting",8008 "parity-scale-codec 3.1.5",8009 "polkadot-primitives",8010 "polkadot-runtime-metrics",8011 "rand 0.8.5",8012 "rand_chacha 0.3.1",8013 "rustc-hex",8014 "scale-info",8015 "serde",8016 "sp-api",8017 "sp-application-crypto",8018 "sp-core",8019 "sp-inherents",8020 "sp-io",8021 "sp-keystore",8022 "sp-runtime",8023 "sp-session",8024 "sp-staking",8025 "sp-std",8026 "static_assertions",8027 "xcm",8028 "xcm-executor",8029]80308031[[package]]8032name = "polkadot-service"8033version = "0.9.23"8034source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8035dependencies = [8036 "async-trait",8037 "beefy-gadget",8038 "beefy-primitives",8039 "frame-system-rpc-runtime-api",8040 "futures 0.3.21",8041 "hex-literal",8042 "kusama-runtime",8043 "kvdb",8044 "kvdb-rocksdb",8045 "lru 0.7.7",8046 "pallet-babe",8047 "pallet-im-online",8048 "pallet-staking",8049 "pallet-transaction-payment-rpc-runtime-api",8050 "parity-db",8051 "polkadot-approval-distribution",8052 "polkadot-availability-bitfield-distribution",8053 "polkadot-availability-distribution",8054 "polkadot-availability-recovery",8055 "polkadot-client",8056 "polkadot-collator-protocol",8057 "polkadot-dispute-distribution",8058 "polkadot-gossip-support",8059 "polkadot-network-bridge",8060 "polkadot-node-collation-generation",8061 "polkadot-node-core-approval-voting",8062 "polkadot-node-core-av-store",8063 "polkadot-node-core-backing",8064 "polkadot-node-core-bitfield-signing",8065 "polkadot-node-core-candidate-validation",8066 "polkadot-node-core-chain-api",8067 "polkadot-node-core-chain-selection",8068 "polkadot-node-core-dispute-coordinator",8069 "polkadot-node-core-parachains-inherent",8070 "polkadot-node-core-provisioner",8071 "polkadot-node-core-pvf-checker",8072 "polkadot-node-core-runtime-api",8073 "polkadot-node-network-protocol",8074 "polkadot-node-primitives",8075 "polkadot-node-subsystem",8076 "polkadot-node-subsystem-types",8077 "polkadot-node-subsystem-util",8078 "polkadot-overseer",8079 "polkadot-parachain",8080 "polkadot-primitives",8081 "polkadot-rpc",8082 "polkadot-runtime",8083 "polkadot-runtime-constants",8084 "polkadot-runtime-parachains",8085 "polkadot-statement-distribution",8086 "rococo-runtime",8087 "sc-authority-discovery",8088 "sc-basic-authorship",8089 "sc-block-builder",8090 "sc-chain-spec",8091 "sc-client-api",8092 "sc-client-db",8093 "sc-consensus",8094 "sc-consensus-babe",8095 "sc-consensus-slots",8096 "sc-consensus-uncles",8097 "sc-executor",8098 "sc-finality-grandpa",8099 "sc-keystore",8100 "sc-network",8101 "sc-offchain",8102 "sc-service",8103 "sc-sync-state-rpc",8104 "sc-sysinfo",8105 "sc-telemetry",8106 "sc-transaction-pool",8107 "serde",8108 "serde_json",8109 "sp-api",8110 "sp-authority-discovery",8111 "sp-block-builder",8112 "sp-blockchain",8113 "sp-consensus",8114 "sp-consensus-babe",8115 "sp-core",8116 "sp-finality-grandpa",8117 "sp-inherents",8118 "sp-io",8119 "sp-keystore",8120 "sp-offchain",8121 "sp-runtime",8122 "sp-session",8123 "sp-state-machine",8124 "sp-storage",8125 "sp-timestamp",8126 "sp-transaction-pool",8127 "sp-trie",8128 "substrate-prometheus-endpoint",8129 "thiserror",8130 "tracing-gum",8131 "westend-runtime",8132]81338134[[package]]8135name = "polkadot-statement-distribution"8136version = "0.9.23"8137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8138dependencies = [8139 "arrayvec 0.5.2",8140 "fatality",8141 "futures 0.3.21",8142 "indexmap",8143 "parity-scale-codec 3.1.5",8144 "polkadot-node-network-protocol",8145 "polkadot-node-primitives",8146 "polkadot-node-subsystem",8147 "polkadot-node-subsystem-util",8148 "polkadot-primitives",8149 "sp-keystore",8150 "sp-staking",8151 "thiserror",8152 "tracing-gum",8153]81548155[[package]]8156name = "polkadot-statement-table"8157version = "0.9.23"8158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8159dependencies = [8160 "parity-scale-codec 3.1.5",8161 "polkadot-primitives",8162 "sp-core",8163]81648165[[package]]8166name = "polkadot-test-runtime"8167version = "0.9.23"8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8169dependencies = [8170 "beefy-primitives",8171 "bitvec 1.0.0",8172 "frame-election-provider-support",8173 "frame-executive",8174 "frame-support",8175 "frame-system",8176 "frame-system-rpc-runtime-api",8177 "log",8178 "pallet-authority-discovery",8179 "pallet-authorship",8180 "pallet-babe",8181 "pallet-balances",8182 "pallet-grandpa",8183 "pallet-indices",8184 "pallet-nicks",8185 "pallet-offences",8186 "pallet-session",8187 "pallet-staking",8188 "pallet-staking-reward-curve",8189 "pallet-sudo",8190 "pallet-timestamp",8191 "pallet-transaction-payment",8192 "pallet-transaction-payment-rpc-runtime-api",8193 "pallet-vesting",8194 "pallet-xcm",8195 "parity-scale-codec 3.1.5",8196 "polkadot-parachain",8197 "polkadot-primitives",8198 "polkadot-runtime-common",8199 "polkadot-runtime-parachains",8200 "rustc-hex",8201 "scale-info",8202 "serde",8203 "serde_derive",8204 "smallvec",8205 "sp-api",8206 "sp-authority-discovery",8207 "sp-block-builder",8208 "sp-consensus-babe",8209 "sp-core",8210 "sp-inherents",8211 "sp-io",8212 "sp-mmr-primitives",8213 "sp-offchain",8214 "sp-runtime",8215 "sp-session",8216 "sp-staking",8217 "sp-std",8218 "sp-transaction-pool",8219 "sp-version",8220 "substrate-wasm-builder",8221 "test-runtime-constants",8222 "xcm",8223 "xcm-builder",8224 "xcm-executor",8225]82268227[[package]]8228name = "polkadot-test-service"8229version = "0.9.23"8230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8231dependencies = [8232 "frame-benchmarking",8233 "frame-system",8234 "futures 0.1.31",8235 "futures 0.3.21",8236 "hex",8237 "pallet-balances",8238 "pallet-staking",8239 "pallet-transaction-payment",8240 "polkadot-node-primitives",8241 "polkadot-node-subsystem",8242 "polkadot-overseer",8243 "polkadot-parachain",8244 "polkadot-primitives",8245 "polkadot-rpc",8246 "polkadot-runtime-common",8247 "polkadot-runtime-parachains",8248 "polkadot-service",8249 "polkadot-test-runtime",8250 "rand 0.8.5",8251 "sc-authority-discovery",8252 "sc-chain-spec",8253 "sc-cli",8254 "sc-client-api",8255 "sc-consensus",8256 "sc-consensus-babe",8257 "sc-executor",8258 "sc-finality-grandpa",8259 "sc-network",8260 "sc-service",8261 "sc-tracing",8262 "sc-transaction-pool",8263 "sp-arithmetic",8264 "sp-authority-discovery",8265 "sp-blockchain",8266 "sp-consensus",8267 "sp-consensus-babe",8268 "sp-core",8269 "sp-finality-grandpa",8270 "sp-inherents",8271 "sp-keyring",8272 "sp-runtime",8273 "sp-state-machine",8274 "substrate-test-client",8275 "tempfile",8276 "test-runtime-constants",8277 "tokio 1.19.2",8278 "tracing-gum",8279]82808281[[package]]8282name = "polling"8283version = "2.2.0"8284source = "registry+https://github.com/rust-lang/crates.io-index"8285checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8286dependencies = [8287 "cfg-if 1.0.0",8288 "libc",8289 "log",8290 "wepoll-ffi",8291 "winapi",8292]82938294[[package]]8295name = "poly1305"8296version = "0.7.2"8297source = "registry+https://github.com/rust-lang/crates.io-index"8298checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8299dependencies = [8300 "cpufeatures",8301 "opaque-debug 0.3.0",8302 "universal-hash",8303]83048305[[package]]8306name = "polyval"8307version = "0.5.3"8308source = "registry+https://github.com/rust-lang/crates.io-index"8309checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8310dependencies = [8311 "cfg-if 1.0.0",8312 "cpufeatures",8313 "opaque-debug 0.3.0",8314 "universal-hash",8315]83168317[[package]]8318name = "ppv-lite86"8319version = "0.2.16"8320source = "registry+https://github.com/rust-lang/crates.io-index"8321checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83228323[[package]]8324name = "primitive-types"8325version = "0.11.1"8326source = "registry+https://github.com/rust-lang/crates.io-index"8327checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8328dependencies = [8329 "fixed-hash",8330 "impl-codec",8331 "impl-rlp",8332 "impl-serde",8333 "scale-info",8334 "uint",8335]83368337[[package]]8338name = "prioritized-metered-channel"8339version = "0.2.0"8340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8341dependencies = [8342 "coarsetime",8343 "crossbeam-queue",8344 "derive_more",8345 "futures 0.3.21",8346 "futures-timer",8347 "nanorand",8348 "thiserror",8349 "tracing",8350]83518352[[package]]8353name = "proc-macro-crate"8354version = "1.1.3"8355source = "registry+https://github.com/rust-lang/crates.io-index"8356checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8357dependencies = [8358 "thiserror",8359 "toml",8360]83618362[[package]]8363name = "proc-macro-error"8364version = "1.0.4"8365source = "registry+https://github.com/rust-lang/crates.io-index"8366checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8367dependencies = [8368 "proc-macro-error-attr",8369 "proc-macro2",8370 "quote",8371 "syn",8372 "version_check",8373]83748375[[package]]8376name = "proc-macro-error-attr"8377version = "1.0.4"8378source = "registry+https://github.com/rust-lang/crates.io-index"8379checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8380dependencies = [8381 "proc-macro2",8382 "quote",8383 "version_check",8384]83858386[[package]]8387name = "proc-macro2"8388version = "1.0.39"8389source = "registry+https://github.com/rust-lang/crates.io-index"8390checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8391dependencies = [8392 "unicode-ident",8393]83948395[[package]]8396name = "prometheus"8397version = "0.13.1"8398source = "registry+https://github.com/rust-lang/crates.io-index"8399checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8400dependencies = [8401 "cfg-if 1.0.0",8402 "fnv",8403 "lazy_static",8404 "memchr",8405 "parking_lot 0.12.1",8406 "thiserror",8407]84088409[[package]]8410name = "prometheus-client"8411version = "0.15.1"8412source = "registry+https://github.com/rust-lang/crates.io-index"8413checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8414dependencies = [8415 "dtoa",8416 "itoa 1.0.2",8417 "owning_ref",8418 "prometheus-client-derive-text-encode",8419]84208421[[package]]8422name = "prometheus-client-derive-text-encode"8423version = "0.2.0"8424source = "registry+https://github.com/rust-lang/crates.io-index"8425checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8426dependencies = [8427 "proc-macro2",8428 "quote",8429 "syn",8430]84318432[[package]]8433name = "prost"8434version = "0.9.0"8435source = "registry+https://github.com/rust-lang/crates.io-index"8436checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8437dependencies = [8438 "bytes 1.1.0",8439 "prost-derive 0.9.0",8440]84418442[[package]]8443name = "prost"8444version = "0.10.4"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8447dependencies = [8448 "bytes 1.1.0",8449 "prost-derive 0.10.1",8450]84518452[[package]]8453name = "prost-build"8454version = "0.9.0"8455source = "registry+https://github.com/rust-lang/crates.io-index"8456checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8457dependencies = [8458 "bytes 1.1.0",8459 "heck 0.3.3",8460 "itertools",8461 "lazy_static",8462 "log",8463 "multimap",8464 "petgraph",8465 "prost 0.9.0",8466 "prost-types",8467 "regex",8468 "tempfile",8469 "which",8470]84718472[[package]]8473name = "prost-derive"8474version = "0.9.0"8475source = "registry+https://github.com/rust-lang/crates.io-index"8476checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8477dependencies = [8478 "anyhow",8479 "itertools",8480 "proc-macro2",8481 "quote",8482 "syn",8483]84848485[[package]]8486name = "prost-derive"8487version = "0.10.1"8488source = "registry+https://github.com/rust-lang/crates.io-index"8489checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8490dependencies = [8491 "anyhow",8492 "itertools",8493 "proc-macro2",8494 "quote",8495 "syn",8496]84978498[[package]]8499name = "prost-types"8500version = "0.9.0"8501source = "registry+https://github.com/rust-lang/crates.io-index"8502checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8503dependencies = [8504 "bytes 1.1.0",8505 "prost 0.9.0",8506]85078508[[package]]8509name = "psm"8510version = "0.1.18"8511source = "registry+https://github.com/rust-lang/crates.io-index"8512checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8513dependencies = [8514 "cc",8515]85168517[[package]]8518name = "quartz-runtime"8519version = "0.9.23"8520dependencies = [8521 "cumulus-pallet-aura-ext",8522 "cumulus-pallet-dmp-queue",8523 "cumulus-pallet-parachain-system",8524 "cumulus-pallet-xcm",8525 "cumulus-pallet-xcmp-queue",8526 "cumulus-primitives-core",8527 "cumulus-primitives-timestamp",8528 "cumulus-primitives-utility",8529 "derivative",8530 "fp-evm-mapping",8531 "fp-rpc",8532 "fp-self-contained",8533 "frame-benchmarking",8534 "frame-executive",8535 "frame-support",8536 "frame-system",8537 "frame-system-benchmarking",8538 "frame-system-rpc-runtime-api",8539 "frame-try-runtime",8540 "hex-literal",8541 "log",8542 "orml-vesting",8543 "pallet-aura",8544 "pallet-balances",8545 "pallet-base-fee",8546 "pallet-common",8547 "pallet-ethereum",8548 "pallet-evm",8549 "pallet-evm-coder-substrate",8550 "pallet-evm-contract-helpers",8551 "pallet-evm-migration",8552 "pallet-evm-transaction-payment",8553 "pallet-fungible",8554 "pallet-inflation",8555 "pallet-nonfungible",8556 "pallet-randomness-collective-flip",8557 "pallet-refungible",8558 "pallet-rmrk-core",8559 "pallet-rmrk-equip",8560 "pallet-structure",8561 "pallet-sudo",8562 "pallet-template-transaction-payment",8563 "pallet-timestamp",8564 "pallet-transaction-payment",8565 "pallet-transaction-payment-rpc-runtime-api",8566 "pallet-treasury",8567 "pallet-unique",8568 "pallet-unique-scheduler",8569 "pallet-xcm",8570 "parachain-info",8571 "parity-scale-codec 3.1.5",8572 "polkadot-parachain",8573 "rmrk-rpc",8574 "scale-info",8575 "serde",8576 "smallvec",8577 "sp-api",8578 "sp-arithmetic",8579 "sp-block-builder",8580 "sp-consensus-aura",8581 "sp-core",8582 "sp-inherents",8583 "sp-io",8584 "sp-offchain",8585 "sp-runtime",8586 "sp-session",8587 "sp-std",8588 "sp-transaction-pool",8589 "sp-version",8590 "substrate-wasm-builder",8591 "unique-runtime-common",8592 "up-data-structs",8593 "up-rpc",8594 "xcm",8595 "xcm-builder",8596 "xcm-executor",8597]85988599[[package]]8600name = "quick-error"8601version = "1.2.3"8602source = "registry+https://github.com/rust-lang/crates.io-index"8603checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86048605[[package]]8606name = "quicksink"8607version = "0.1.2"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8610dependencies = [8611 "futures-core",8612 "futures-sink",8613 "pin-project-lite 0.1.12",8614]86158616[[package]]8617name = "quote"8618version = "1.0.18"8619source = "registry+https://github.com/rust-lang/crates.io-index"8620checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8621dependencies = [8622 "proc-macro2",8623]86248625[[package]]8626name = "radium"8627version = "0.6.2"8628source = "registry+https://github.com/rust-lang/crates.io-index"8629checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86308631[[package]]8632name = "radium"8633version = "0.7.0"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86368637[[package]]8638name = "rand"8639version = "0.7.3"8640source = "registry+https://github.com/rust-lang/crates.io-index"8641checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8642dependencies = [8643 "getrandom 0.1.16",8644 "libc",8645 "rand_chacha 0.2.2",8646 "rand_core 0.5.1",8647 "rand_hc",8648 "rand_pcg 0.2.1",8649]86508651[[package]]8652name = "rand"8653version = "0.8.5"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8656dependencies = [8657 "libc",8658 "rand_chacha 0.3.1",8659 "rand_core 0.6.3",8660]86618662[[package]]8663name = "rand_chacha"8664version = "0.2.2"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8667dependencies = [8668 "ppv-lite86",8669 "rand_core 0.5.1",8670]86718672[[package]]8673name = "rand_chacha"8674version = "0.3.1"8675source = "registry+https://github.com/rust-lang/crates.io-index"8676checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8677dependencies = [8678 "ppv-lite86",8679 "rand_core 0.6.3",8680]86818682[[package]]8683name = "rand_core"8684version = "0.5.1"8685source = "registry+https://github.com/rust-lang/crates.io-index"8686checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8687dependencies = [8688 "getrandom 0.1.16",8689]86908691[[package]]8692name = "rand_core"8693version = "0.6.3"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8696dependencies = [8697 "getrandom 0.2.7",8698]86998700[[package]]8701name = "rand_distr"8702version = "0.4.3"8703source = "registry+https://github.com/rust-lang/crates.io-index"8704checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8705dependencies = [8706 "num-traits",8707 "rand 0.8.5",8708]87098710[[package]]8711name = "rand_hc"8712version = "0.2.0"8713source = "registry+https://github.com/rust-lang/crates.io-index"8714checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8715dependencies = [8716 "rand_core 0.5.1",8717]87188719[[package]]8720name = "rand_pcg"8721version = "0.2.1"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8724dependencies = [8725 "rand_core 0.5.1",8726]87278728[[package]]8729name = "rand_pcg"8730version = "0.3.1"8731source = "registry+https://github.com/rust-lang/crates.io-index"8732checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8733dependencies = [8734 "rand_core 0.6.3",8735]87368737[[package]]8738name = "rawpointer"8739version = "0.2.1"8740source = "registry+https://github.com/rust-lang/crates.io-index"8741checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87428743[[package]]8744name = "rayon"8745version = "1.5.3"8746source = "registry+https://github.com/rust-lang/crates.io-index"8747checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8748dependencies = [8749 "autocfg",8750 "crossbeam-deque",8751 "either",8752 "rayon-core",8753]87548755[[package]]8756name = "rayon-core"8757version = "1.9.3"8758source = "registry+https://github.com/rust-lang/crates.io-index"8759checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8760dependencies = [8761 "crossbeam-channel",8762 "crossbeam-deque",8763 "crossbeam-utils",8764 "num_cpus",8765]87668767[[package]]8768name = "redox_syscall"8769version = "0.2.13"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8772dependencies = [8773 "bitflags",8774]87758776[[package]]8777name = "redox_users"8778version = "0.4.3"8779source = "registry+https://github.com/rust-lang/crates.io-index"8780checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8781dependencies = [8782 "getrandom 0.2.7",8783 "redox_syscall",8784 "thiserror",8785]87868787[[package]]8788name = "reed-solomon-novelpoly"8789version = "1.0.0"8790source = "registry+https://github.com/rust-lang/crates.io-index"8791checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8792dependencies = [8793 "derive_more",8794 "fs-err",8795 "itertools",8796 "static_init",8797 "thiserror",8798]87998800[[package]]8801name = "ref-cast"8802version = "1.0.7"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8805dependencies = [8806 "ref-cast-impl",8807]88088809[[package]]8810name = "ref-cast-impl"8811version = "1.0.7"8812source = "registry+https://github.com/rust-lang/crates.io-index"8813checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8814dependencies = [8815 "proc-macro2",8816 "quote",8817 "syn",8818]88198820[[package]]8821name = "regalloc"8822version = "0.0.34"8823source = "registry+https://github.com/rust-lang/crates.io-index"8824checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8825dependencies = [8826 "log",8827 "rustc-hash",8828 "smallvec",8829]88308831[[package]]8832name = "regex"8833version = "1.5.6"8834source = "registry+https://github.com/rust-lang/crates.io-index"8835checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8836dependencies = [8837 "aho-corasick",8838 "memchr",8839 "regex-syntax",8840]88418842[[package]]8843name = "regex-automata"8844version = "0.1.10"8845source = "registry+https://github.com/rust-lang/crates.io-index"8846checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8847dependencies = [8848 "regex-syntax",8849]88508851[[package]]8852name = "regex-syntax"8853version = "0.6.26"8854source = "registry+https://github.com/rust-lang/crates.io-index"8855checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"88568857[[package]]8858name = "region"8859version = "2.2.0"8860source = "registry+https://github.com/rust-lang/crates.io-index"8861checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8862dependencies = [8863 "bitflags",8864 "libc",8865 "mach",8866 "winapi",8867]88688869[[package]]8870name = "remote-externalities"8871version = "0.10.0-dev"8872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"8873dependencies = [8874 "env_logger",8875 "jsonrpsee",8876 "log",8877 "parity-scale-codec 3.1.5",8878 "serde",8879 "serde_json",8880 "sp-core",8881 "sp-io",8882 "sp-runtime",8883 "sp-version",8884]88858886[[package]]8887name = "remove_dir_all"8888version = "0.5.3"8889source = "registry+https://github.com/rust-lang/crates.io-index"8890checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8891dependencies = [8892 "winapi",8893]88948895[[package]]8896name = "resolv-conf"8897version = "0.7.0"8898source = "registry+https://github.com/rust-lang/crates.io-index"8899checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8900dependencies = [8901 "hostname",8902 "quick-error",8903]89048905[[package]]8906name = "retain_mut"8907version = "0.1.9"8908source = "registry+https://github.com/rust-lang/crates.io-index"8909checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89108911[[package]]8912name = "rfc6979"8913version = "0.1.0"8914source = "registry+https://github.com/rust-lang/crates.io-index"8915checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8916dependencies = [8917 "crypto-bigint",8918 "hmac 0.11.0",8919 "zeroize",8920]89218922[[package]]8923name = "ring"8924version = "0.16.20"8925source = "registry+https://github.com/rust-lang/crates.io-index"8926checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8927dependencies = [8928 "cc",8929 "libc",8930 "once_cell",8931 "spin",8932 "untrusted",8933 "web-sys",8934 "winapi",8935]89368937[[package]]8938name = "rlp"8939version = "0.5.1"8940source = "registry+https://github.com/rust-lang/crates.io-index"8941checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8942dependencies = [8943 "bytes 1.1.0",8944 "rustc-hex",8945]89468947[[package]]8948name = "rlp-derive"8949version = "0.1.0"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8952dependencies = [8953 "proc-macro2",8954 "quote",8955 "syn",8956]89578958[[package]]8959name = "rmrk-rpc"8960version = "0.0.1"8961dependencies = [8962 "parity-scale-codec 2.3.1",8963 "rmrk-traits",8964 "serde",8965 "sp-api",8966 "sp-core",8967 "sp-runtime",8968 "sp-std",8969]89708971[[package]]8972name = "rmrk-traits"8973version = "0.1.0"8974dependencies = [8975 "parity-scale-codec 3.1.5",8976 "scale-info",8977 "serde",8978]89798980[[package]]8981name = "rocksdb"8982version = "0.18.0"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"8985dependencies = [8986 "libc",8987 "librocksdb-sys",8988]89898990[[package]]8991name = "rococo-runtime"8992version = "0.9.23"8993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8994dependencies = [8995 "beefy-merkle-tree",8996 "beefy-primitives",8997 "bp-messages",8998 "bp-rococo",8999 "bp-runtime",9000 "bp-wococo",9001 "bridge-runtime-common",9002 "frame-benchmarking",9003 "frame-executive",9004 "frame-support",9005 "frame-system",9006 "frame-system-benchmarking",9007 "frame-system-rpc-runtime-api",9008 "hex-literal",9009 "log",9010 "pallet-authority-discovery",9011 "pallet-authorship",9012 "pallet-babe",9013 "pallet-balances",9014 "pallet-beefy",9015 "pallet-beefy-mmr",9016 "pallet-bridge-dispatch",9017 "pallet-bridge-grandpa",9018 "pallet-bridge-messages",9019 "pallet-collective",9020 "pallet-grandpa",9021 "pallet-im-online",9022 "pallet-indices",9023 "pallet-membership",9024 "pallet-mmr",9025 "pallet-multisig",9026 "pallet-offences",9027 "pallet-proxy",9028 "pallet-session",9029 "pallet-staking",9030 "pallet-sudo",9031 "pallet-timestamp",9032 "pallet-transaction-payment",9033 "pallet-transaction-payment-rpc-runtime-api",9034 "pallet-utility",9035 "pallet-xcm",9036 "parity-scale-codec 3.1.5",9037 "polkadot-parachain",9038 "polkadot-primitives",9039 "polkadot-runtime-common",9040 "polkadot-runtime-parachains",9041 "rococo-runtime-constants",9042 "scale-info",9043 "serde",9044 "serde_derive",9045 "smallvec",9046 "sp-api",9047 "sp-authority-discovery",9048 "sp-block-builder",9049 "sp-consensus-babe",9050 "sp-core",9051 "sp-inherents",9052 "sp-io",9053 "sp-mmr-primitives",9054 "sp-offchain",9055 "sp-runtime",9056 "sp-session",9057 "sp-staking",9058 "sp-std",9059 "sp-transaction-pool",9060 "sp-version",9061 "substrate-wasm-builder",9062 "xcm",9063 "xcm-builder",9064 "xcm-executor",9065]90669067[[package]]9068name = "rococo-runtime-constants"9069version = "0.9.23"9070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"9071dependencies = [9072 "frame-support",9073 "polkadot-primitives",9074 "polkadot-runtime-common",9075 "smallvec",9076 "sp-runtime",9077]90789079[[package]]9080name = "rpassword"9081version = "5.0.1"9082source = "registry+https://github.com/rust-lang/crates.io-index"9083checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9084dependencies = [9085 "libc",9086 "winapi",9087]90889089[[package]]9090name = "rtnetlink"9091version = "0.9.1"9092source = "registry+https://github.com/rust-lang/crates.io-index"9093checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9094dependencies = [9095 "async-global-executor",9096 "futures 0.3.21",9097 "log",9098 "netlink-packet-route",9099 "netlink-proto",9100 "nix",9101 "thiserror",9102]91039104[[package]]9105name = "rustc-demangle"9106version = "0.1.21"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91099110[[package]]9111name = "rustc-hash"9112version = "1.1.0"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91159116[[package]]9117name = "rustc-hex"9118version = "2.1.0"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91219122[[package]]9123name = "rustc_version"9124version = "0.2.3"9125source = "registry+https://github.com/rust-lang/crates.io-index"9126checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9127dependencies = [9128 "semver 0.9.0",9129]91309131[[package]]9132name = "rustc_version"9133version = "0.4.0"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9136dependencies = [9137 "semver 1.0.10",9138]91399140[[package]]9141name = "rustix"9142version = "0.33.7"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9145dependencies = [9146 "bitflags",9147 "errno",9148 "io-lifetimes",9149 "libc",9150 "linux-raw-sys",9151 "winapi",9152]91539154[[package]]9155name = "rustls"9156version = "0.20.6"9157source = "registry+https://github.com/rust-lang/crates.io-index"9158checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9159dependencies = [9160 "log",9161 "ring",9162 "sct",9163 "webpki",9164]91659166[[package]]9167name = "rustls-native-certs"9168version = "0.6.2"9169source = "registry+https://github.com/rust-lang/crates.io-index"9170checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9171dependencies = [9172 "openssl-probe",9173 "rustls-pemfile",9174 "schannel",9175 "security-framework",9176]91779178[[package]]9179name = "rustls-pemfile"9180version = "1.0.0"9181source = "registry+https://github.com/rust-lang/crates.io-index"9182checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9183dependencies = [9184 "base64",9185]91869187[[package]]9188name = "rustversion"9189version = "1.0.6"9190source = "registry+https://github.com/rust-lang/crates.io-index"9191checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"91929193[[package]]9194name = "rw-stream-sink"9195version = "0.2.1"9196source = "registry+https://github.com/rust-lang/crates.io-index"9197checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9198dependencies = [9199 "futures 0.3.21",9200 "pin-project 0.4.29",9201 "static_assertions",9202]92039204[[package]]9205name = "ryu"9206version = "1.0.10"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92099210[[package]]9211name = "safe-mix"9212version = "1.0.1"9213source = "registry+https://github.com/rust-lang/crates.io-index"9214checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9215dependencies = [9216 "rustc_version 0.2.3",9217]92189219[[package]]9220name = "salsa20"9221version = "0.9.0"9222source = "registry+https://github.com/rust-lang/crates.io-index"9223checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9224dependencies = [9225 "cipher",9226]92279228[[package]]9229name = "same-file"9230version = "1.0.6"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9233dependencies = [9234 "winapi-util",9235]92369237[[package]]9238name = "sc-allocator"9239version = "4.1.0-dev"9240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9241dependencies = [9242 "log",9243 "sp-core",9244 "sp-wasm-interface",9245 "thiserror",9246]92479248[[package]]9249name = "sc-authority-discovery"9250version = "0.10.0-dev"9251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9252dependencies = [9253 "async-trait",9254 "futures 0.3.21",9255 "futures-timer",9256 "ip_network",9257 "libp2p",9258 "log",9259 "parity-scale-codec 3.1.5",9260 "prost 0.10.4",9261 "prost-build",9262 "rand 0.7.3",9263 "sc-client-api",9264 "sc-network",9265 "sp-api",9266 "sp-authority-discovery",9267 "sp-blockchain",9268 "sp-core",9269 "sp-keystore",9270 "sp-runtime",9271 "substrate-prometheus-endpoint",9272 "thiserror",9273]92749275[[package]]9276name = "sc-basic-authorship"9277version = "0.10.0-dev"9278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9279dependencies = [9280 "futures 0.3.21",9281 "futures-timer",9282 "log",9283 "parity-scale-codec 3.1.5",9284 "sc-block-builder",9285 "sc-client-api",9286 "sc-proposer-metrics",9287 "sc-telemetry",9288 "sc-transaction-pool-api",9289 "sp-api",9290 "sp-blockchain",9291 "sp-consensus",9292 "sp-core",9293 "sp-inherents",9294 "sp-runtime",9295 "substrate-prometheus-endpoint",9296]92979298[[package]]9299name = "sc-block-builder"9300version = "0.10.0-dev"9301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9302dependencies = [9303 "parity-scale-codec 3.1.5",9304 "sc-client-api",9305 "sp-api",9306 "sp-block-builder",9307 "sp-blockchain",9308 "sp-core",9309 "sp-inherents",9310 "sp-runtime",9311 "sp-state-machine",9312]93139314[[package]]9315name = "sc-chain-spec"9316version = "4.0.0-dev"9317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9318dependencies = [9319 "impl-trait-for-tuples",9320 "memmap2 0.5.4",9321 "parity-scale-codec 3.1.5",9322 "sc-chain-spec-derive",9323 "sc-network",9324 "sc-telemetry",9325 "serde",9326 "serde_json",9327 "sp-core",9328 "sp-runtime",9329]93309331[[package]]9332name = "sc-chain-spec-derive"9333version = "4.0.0-dev"9334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9335dependencies = [9336 "proc-macro-crate",9337 "proc-macro2",9338 "quote",9339 "syn",9340]93419342[[package]]9343name = "sc-cli"9344version = "0.10.0-dev"9345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9346dependencies = [9347 "chrono",9348 "clap",9349 "fdlimit",9350 "futures 0.3.21",9351 "hex",9352 "libp2p",9353 "log",9354 "names",9355 "parity-scale-codec 3.1.5",9356 "rand 0.7.3",9357 "regex",9358 "rpassword",9359 "sc-client-api",9360 "sc-client-db",9361 "sc-keystore",9362 "sc-network",9363 "sc-service",9364 "sc-telemetry",9365 "sc-tracing",9366 "sc-utils",9367 "serde",9368 "serde_json",9369 "sp-blockchain",9370 "sp-core",9371 "sp-keyring",9372 "sp-keystore",9373 "sp-panic-handler",9374 "sp-runtime",9375 "sp-version",9376 "thiserror",9377 "tiny-bip39",9378 "tokio 1.19.2",9379]93809381[[package]]9382name = "sc-client-api"9383version = "4.0.0-dev"9384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9385dependencies = [9386 "fnv",9387 "futures 0.3.21",9388 "hash-db",9389 "log",9390 "parity-scale-codec 3.1.5",9391 "parking_lot 0.12.1",9392 "sc-executor",9393 "sc-transaction-pool-api",9394 "sc-utils",9395 "sp-api",9396 "sp-blockchain",9397 "sp-consensus",9398 "sp-core",9399 "sp-database",9400 "sp-externalities",9401 "sp-keystore",9402 "sp-runtime",9403 "sp-state-machine",9404 "sp-storage",9405 "sp-trie",9406 "substrate-prometheus-endpoint",9407]94089409[[package]]9410name = "sc-client-db"9411version = "0.10.0-dev"9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9413dependencies = [9414 "hash-db",9415 "kvdb",9416 "kvdb-memorydb",9417 "kvdb-rocksdb",9418 "linked-hash-map",9419 "log",9420 "parity-db",9421 "parity-scale-codec 3.1.5",9422 "parking_lot 0.12.1",9423 "sc-client-api",9424 "sc-state-db",9425 "sp-arithmetic",9426 "sp-blockchain",9427 "sp-core",9428 "sp-database",9429 "sp-runtime",9430 "sp-state-machine",9431 "sp-trie",9432]94339434[[package]]9435name = "sc-consensus"9436version = "0.10.0-dev"9437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9438dependencies = [9439 "async-trait",9440 "futures 0.3.21",9441 "futures-timer",9442 "libp2p",9443 "log",9444 "parking_lot 0.12.1",9445 "sc-client-api",9446 "sc-utils",9447 "serde",9448 "sp-api",9449 "sp-blockchain",9450 "sp-consensus",9451 "sp-core",9452 "sp-runtime",9453 "sp-state-machine",9454 "substrate-prometheus-endpoint",9455 "thiserror",9456]94579458[[package]]9459name = "sc-consensus-aura"9460version = "0.10.0-dev"9461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9462dependencies = [9463 "async-trait",9464 "futures 0.3.21",9465 "log",9466 "parity-scale-codec 3.1.5",9467 "sc-block-builder",9468 "sc-client-api",9469 "sc-consensus",9470 "sc-consensus-slots",9471 "sc-telemetry",9472 "sp-api",9473 "sp-application-crypto",9474 "sp-block-builder",9475 "sp-blockchain",9476 "sp-consensus",9477 "sp-consensus-aura",9478 "sp-consensus-slots",9479 "sp-core",9480 "sp-inherents",9481 "sp-keystore",9482 "sp-runtime",9483 "substrate-prometheus-endpoint",9484 "thiserror",9485]94869487[[package]]9488name = "sc-consensus-babe"9489version = "0.10.0-dev"9490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9491dependencies = [9492 "async-trait",9493 "fork-tree",9494 "futures 0.3.21",9495 "log",9496 "merlin",9497 "num-bigint",9498 "num-rational 0.2.4",9499 "num-traits",9500 "parity-scale-codec 3.1.5",9501 "parking_lot 0.12.1",9502 "rand 0.7.3",9503 "retain_mut",9504 "sc-client-api",9505 "sc-consensus",9506 "sc-consensus-epochs",9507 "sc-consensus-slots",9508 "sc-keystore",9509 "sc-telemetry",9510 "schnorrkel",9511 "serde",9512 "sp-api",9513 "sp-application-crypto",9514 "sp-block-builder",9515 "sp-blockchain",9516 "sp-consensus",9517 "sp-consensus-babe",9518 "sp-consensus-slots",9519 "sp-consensus-vrf",9520 "sp-core",9521 "sp-inherents",9522 "sp-io",9523 "sp-keystore",9524 "sp-runtime",9525 "sp-version",9526 "substrate-prometheus-endpoint",9527 "thiserror",9528]95299530[[package]]9531name = "sc-consensus-babe-rpc"9532version = "0.10.0-dev"9533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9534dependencies = [9535 "futures 0.3.21",9536 "jsonrpsee",9537 "sc-consensus-babe",9538 "sc-consensus-epochs",9539 "sc-rpc-api",9540 "serde",9541 "sp-api",9542 "sp-application-crypto",9543 "sp-blockchain",9544 "sp-consensus",9545 "sp-consensus-babe",9546 "sp-core",9547 "sp-keystore",9548 "sp-runtime",9549 "thiserror",9550]95519552[[package]]9553name = "sc-consensus-epochs"9554version = "0.10.0-dev"9555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9556dependencies = [9557 "fork-tree",9558 "parity-scale-codec 3.1.5",9559 "sc-client-api",9560 "sc-consensus",9561 "sp-blockchain",9562 "sp-runtime",9563]95649565[[package]]9566name = "sc-consensus-manual-seal"9567version = "0.10.0-dev"9568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9569dependencies = [9570 "assert_matches",9571 "async-trait",9572 "futures 0.3.21",9573 "jsonrpsee",9574 "log",9575 "parity-scale-codec 3.1.5",9576 "sc-client-api",9577 "sc-consensus",9578 "sc-consensus-aura",9579 "sc-consensus-babe",9580 "sc-consensus-epochs",9581 "sc-transaction-pool",9582 "sc-transaction-pool-api",9583 "serde",9584 "sp-api",9585 "sp-blockchain",9586 "sp-consensus",9587 "sp-consensus-aura",9588 "sp-consensus-babe",9589 "sp-consensus-slots",9590 "sp-core",9591 "sp-inherents",9592 "sp-keystore",9593 "sp-runtime",9594 "sp-timestamp",9595 "substrate-prometheus-endpoint",9596 "thiserror",9597]95989599[[package]]9600name = "sc-consensus-slots"9601version = "0.10.0-dev"9602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9603dependencies = [9604 "async-trait",9605 "futures 0.3.21",9606 "futures-timer",9607 "log",9608 "parity-scale-codec 3.1.5",9609 "sc-client-api",9610 "sc-consensus",9611 "sc-telemetry",9612 "sp-arithmetic",9613 "sp-blockchain",9614 "sp-consensus",9615 "sp-consensus-slots",9616 "sp-core",9617 "sp-inherents",9618 "sp-runtime",9619 "sp-state-machine",9620 "sp-timestamp",9621 "thiserror",9622]96239624[[package]]9625name = "sc-consensus-uncles"9626version = "0.10.0-dev"9627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9628dependencies = [9629 "sc-client-api",9630 "sp-authorship",9631 "sp-runtime",9632 "thiserror",9633]96349635[[package]]9636name = "sc-executor"9637version = "0.10.0-dev"9638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9639dependencies = [9640 "lazy_static",9641 "lru 0.7.7",9642 "parity-scale-codec 3.1.5",9643 "parking_lot 0.12.1",9644 "sc-executor-common",9645 "sc-executor-wasmi",9646 "sc-executor-wasmtime",9647 "sp-api",9648 "sp-core",9649 "sp-core-hashing-proc-macro",9650 "sp-externalities",9651 "sp-io",9652 "sp-panic-handler",9653 "sp-runtime-interface",9654 "sp-tasks",9655 "sp-trie",9656 "sp-version",9657 "sp-wasm-interface",9658 "tracing",9659 "wasmi",9660]96619662[[package]]9663name = "sc-executor-common"9664version = "0.10.0-dev"9665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9666dependencies = [9667 "environmental",9668 "parity-scale-codec 3.1.5",9669 "sc-allocator",9670 "sp-maybe-compressed-blob",9671 "sp-sandbox",9672 "sp-serializer",9673 "sp-wasm-interface",9674 "thiserror",9675 "wasm-instrument",9676 "wasmi",9677]96789679[[package]]9680name = "sc-executor-wasmi"9681version = "0.10.0-dev"9682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9683dependencies = [9684 "log",9685 "parity-scale-codec 3.1.5",9686 "sc-allocator",9687 "sc-executor-common",9688 "sp-runtime-interface",9689 "sp-sandbox",9690 "sp-wasm-interface",9691 "wasmi",9692]96939694[[package]]9695name = "sc-executor-wasmtime"9696version = "0.10.0-dev"9697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9698dependencies = [9699 "cfg-if 1.0.0",9700 "libc",9701 "log",9702 "parity-scale-codec 3.1.5",9703 "parity-wasm 0.42.2",9704 "sc-allocator",9705 "sc-executor-common",9706 "sp-runtime-interface",9707 "sp-sandbox",9708 "sp-wasm-interface",9709 "wasmtime",9710]97119712[[package]]9713name = "sc-finality-grandpa"9714version = "0.10.0-dev"9715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9716dependencies = [9717 "ahash",9718 "async-trait",9719 "dyn-clone",9720 "finality-grandpa",9721 "fork-tree",9722 "futures 0.3.21",9723 "futures-timer",9724 "hex",9725 "log",9726 "parity-scale-codec 3.1.5",9727 "parking_lot 0.12.1",9728 "rand 0.8.5",9729 "sc-block-builder",9730 "sc-chain-spec",9731 "sc-client-api",9732 "sc-consensus",9733 "sc-keystore",9734 "sc-network",9735 "sc-network-gossip",9736 "sc-telemetry",9737 "sc-utils",9738 "serde_json",9739 "sp-api",9740 "sp-application-crypto",9741 "sp-arithmetic",9742 "sp-blockchain",9743 "sp-consensus",9744 "sp-core",9745 "sp-finality-grandpa",9746 "sp-keystore",9747 "sp-runtime",9748 "substrate-prometheus-endpoint",9749 "thiserror",9750]97519752[[package]]9753name = "sc-finality-grandpa-rpc"9754version = "0.10.0-dev"9755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9756dependencies = [9757 "finality-grandpa",9758 "futures 0.3.21",9759 "jsonrpsee",9760 "log",9761 "parity-scale-codec 3.1.5",9762 "sc-client-api",9763 "sc-finality-grandpa",9764 "sc-rpc",9765 "serde",9766 "serde_json",9767 "sp-blockchain",9768 "sp-core",9769 "sp-runtime",9770 "thiserror",9771]97729773[[package]]9774name = "sc-informant"9775version = "0.10.0-dev"9776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9777dependencies = [9778 "ansi_term",9779 "futures 0.3.21",9780 "futures-timer",9781 "log",9782 "parity-util-mem",9783 "sc-client-api",9784 "sc-network",9785 "sc-transaction-pool-api",9786 "sp-blockchain",9787 "sp-runtime",9788]97899790[[package]]9791name = "sc-keystore"9792version = "4.0.0-dev"9793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9794dependencies = [9795 "async-trait",9796 "hex",9797 "parking_lot 0.12.1",9798 "serde_json",9799 "sp-application-crypto",9800 "sp-core",9801 "sp-keystore",9802 "thiserror",9803]98049805[[package]]9806name = "sc-network"9807version = "0.10.0-dev"9808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9809dependencies = [9810 "async-trait",9811 "asynchronous-codec",9812 "bitflags",9813 "bytes 1.1.0",9814 "cid",9815 "either",9816 "fnv",9817 "fork-tree",9818 "futures 0.3.21",9819 "futures-timer",9820 "hex",9821 "ip_network",9822 "libp2p",9823 "linked-hash-map",9824 "linked_hash_set",9825 "log",9826 "lru 0.7.7",9827 "parity-scale-codec 3.1.5",9828 "parking_lot 0.12.1",9829 "pin-project 1.0.10",9830 "prost 0.10.4",9831 "prost-build",9832 "rand 0.7.3",9833 "sc-block-builder",9834 "sc-client-api",9835 "sc-consensus",9836 "sc-network-common",9837 "sc-network-light",9838 "sc-network-sync",9839 "sc-peerset",9840 "sc-utils",9841 "serde",9842 "serde_json",9843 "smallvec",9844 "sp-arithmetic",9845 "sp-blockchain",9846 "sp-consensus",9847 "sp-core",9848 "sp-finality-grandpa",9849 "sp-runtime",9850 "substrate-prometheus-endpoint",9851 "thiserror",9852 "unsigned-varint",9853 "void",9854 "zeroize",9855]98569857[[package]]9858name = "sc-network-common"9859version = "0.10.0-dev"9860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9861dependencies = [9862 "futures 0.3.21",9863 "libp2p",9864 "parity-scale-codec 3.1.5",9865 "prost-build",9866 "sc-peerset",9867 "smallvec",9868]98699870[[package]]9871name = "sc-network-gossip"9872version = "0.10.0-dev"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9874dependencies = [9875 "ahash",9876 "futures 0.3.21",9877 "futures-timer",9878 "libp2p",9879 "log",9880 "lru 0.7.7",9881 "sc-network",9882 "sp-runtime",9883 "substrate-prometheus-endpoint",9884 "tracing",9885]98869887[[package]]9888name = "sc-network-light"9889version = "0.10.0-dev"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9891dependencies = [9892 "futures 0.3.21",9893 "libp2p",9894 "log",9895 "parity-scale-codec 3.1.5",9896 "prost 0.10.4",9897 "prost-build",9898 "sc-client-api",9899 "sc-network-common",9900 "sc-peerset",9901 "sp-blockchain",9902 "sp-core",9903 "sp-runtime",9904 "thiserror",9905]99069907[[package]]9908name = "sc-network-sync"9909version = "0.10.0-dev"9910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9911dependencies = [9912 "bitflags",9913 "either",9914 "fork-tree",9915 "futures 0.3.21",9916 "libp2p",9917 "log",9918 "lru 0.7.7",9919 "parity-scale-codec 3.1.5",9920 "prost 0.10.4",9921 "prost-build",9922 "sc-client-api",9923 "sc-consensus",9924 "sc-network-common",9925 "sc-peerset",9926 "smallvec",9927 "sp-arithmetic",9928 "sp-blockchain",9929 "sp-consensus",9930 "sp-core",9931 "sp-finality-grandpa",9932 "sp-runtime",9933 "thiserror",9934]99359936[[package]]9937name = "sc-offchain"9938version = "4.0.0-dev"9939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9940dependencies = [9941 "bytes 1.1.0",9942 "fnv",9943 "futures 0.3.21",9944 "futures-timer",9945 "hex",9946 "hyper",9947 "hyper-rustls",9948 "num_cpus",9949 "once_cell",9950 "parity-scale-codec 3.1.5",9951 "parking_lot 0.12.1",9952 "rand 0.7.3",9953 "sc-client-api",9954 "sc-network",9955 "sc-utils",9956 "sp-api",9957 "sp-core",9958 "sp-offchain",9959 "sp-runtime",9960 "threadpool",9961 "tracing",9962]99639964[[package]]9965name = "sc-peerset"9966version = "4.0.0-dev"9967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9968dependencies = [9969 "futures 0.3.21",9970 "libp2p",9971 "log",9972 "sc-utils",9973 "serde_json",9974 "wasm-timer",9975]99769977[[package]]9978name = "sc-proposer-metrics"9979version = "0.10.0-dev"9980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9981dependencies = [9982 "log",9983 "substrate-prometheus-endpoint",9984]99859986[[package]]9987name = "sc-rpc"9988version = "4.0.0-dev"9989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9990dependencies = [9991 "futures 0.3.21",9992 "hash-db",9993 "jsonrpsee",9994 "log",9995 "parity-scale-codec 3.1.5",9996 "parking_lot 0.12.1",9997 "sc-block-builder",9998 "sc-chain-spec",9999 "sc-client-api",10000 "sc-rpc-api",10001 "sc-tracing",10002 "sc-transaction-pool-api",10003 "sc-utils",10004 "serde_json",10005 "sp-api",10006 "sp-blockchain",10007 "sp-core",10008 "sp-keystore",10009 "sp-offchain",10010 "sp-rpc",10011 "sp-runtime",10012 "sp-session",10013 "sp-version",10014]1001510016[[package]]10017name = "sc-rpc-api"10018version = "0.10.0-dev"10019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10020dependencies = [10021 "futures 0.3.21",10022 "jsonrpsee",10023 "log",10024 "parity-scale-codec 3.1.5",10025 "parking_lot 0.12.1",10026 "sc-chain-spec",10027 "sc-transaction-pool-api",10028 "scale-info",10029 "serde",10030 "serde_json",10031 "sp-core",10032 "sp-rpc",10033 "sp-runtime",10034 "sp-tracing",10035 "sp-version",10036 "thiserror",10037]1003810039[[package]]10040name = "sc-rpc-server"10041version = "4.0.0-dev"10042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10043dependencies = [10044 "futures 0.3.21",10045 "jsonrpsee",10046 "log",10047 "serde_json",10048 "substrate-prometheus-endpoint",10049 "tokio 1.19.2",10050]1005110052[[package]]10053name = "sc-service"10054version = "0.10.0-dev"10055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10056dependencies = [10057 "async-trait",10058 "directories",10059 "exit-future",10060 "futures 0.3.21",10061 "futures-timer",10062 "hash-db",10063 "jsonrpsee",10064 "log",10065 "parity-scale-codec 3.1.5",10066 "parity-util-mem",10067 "parking_lot 0.12.1",10068 "pin-project 1.0.10",10069 "rand 0.7.3",10070 "sc-block-builder",10071 "sc-chain-spec",10072 "sc-client-api",10073 "sc-client-db",10074 "sc-consensus",10075 "sc-executor",10076 "sc-informant",10077 "sc-keystore",10078 "sc-network",10079 "sc-network-common",10080 "sc-offchain",10081 "sc-rpc",10082 "sc-rpc-server",10083 "sc-sysinfo",10084 "sc-telemetry",10085 "sc-tracing",10086 "sc-transaction-pool",10087 "sc-transaction-pool-api",10088 "sc-utils",10089 "serde",10090 "serde_json",10091 "sp-api",10092 "sp-application-crypto",10093 "sp-block-builder",10094 "sp-blockchain",10095 "sp-consensus",10096 "sp-core",10097 "sp-externalities",10098 "sp-inherents",10099 "sp-keystore",10100 "sp-runtime",10101 "sp-session",10102 "sp-state-machine",10103 "sp-storage",10104 "sp-tracing",10105 "sp-transaction-pool",10106 "sp-transaction-storage-proof",10107 "sp-trie",10108 "sp-version",10109 "substrate-prometheus-endpoint",10110 "tempfile",10111 "thiserror",10112 "tokio 1.19.2",10113 "tracing",10114 "tracing-futures",10115]1011610117[[package]]10118name = "sc-state-db"10119version = "0.10.0-dev"10120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10121dependencies = [10122 "log",10123 "parity-scale-codec 3.1.5",10124 "parity-util-mem",10125 "parity-util-mem-derive",10126 "parking_lot 0.12.1",10127 "sc-client-api",10128 "sp-core",10129]1013010131[[package]]10132name = "sc-sync-state-rpc"10133version = "0.10.0-dev"10134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10135dependencies = [10136 "jsonrpsee",10137 "parity-scale-codec 3.1.5",10138 "sc-chain-spec",10139 "sc-client-api",10140 "sc-consensus-babe",10141 "sc-consensus-epochs",10142 "sc-finality-grandpa",10143 "serde",10144 "serde_json",10145 "sp-blockchain",10146 "sp-runtime",10147 "thiserror",10148]1014910150[[package]]10151name = "sc-sysinfo"10152version = "6.0.0-dev"10153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10154dependencies = [10155 "futures 0.3.21",10156 "libc",10157 "log",10158 "rand 0.7.3",10159 "rand_pcg 0.2.1",10160 "regex",10161 "sc-telemetry",10162 "serde",10163 "serde_json",10164 "sp-core",10165 "sp-io",10166 "sp-std",10167]1016810169[[package]]10170name = "sc-telemetry"10171version = "4.0.0-dev"10172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10173dependencies = [10174 "chrono",10175 "futures 0.3.21",10176 "libp2p",10177 "log",10178 "parking_lot 0.12.1",10179 "pin-project 1.0.10",10180 "rand 0.7.3",10181 "serde",10182 "serde_json",10183 "thiserror",10184 "wasm-timer",10185]1018610187[[package]]10188name = "sc-tracing"10189version = "4.0.0-dev"10190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10191dependencies = [10192 "ansi_term",10193 "atty",10194 "chrono",10195 "lazy_static",10196 "libc",10197 "log",10198 "once_cell",10199 "parking_lot 0.12.1",10200 "regex",10201 "rustc-hash",10202 "sc-client-api",10203 "sc-rpc-server",10204 "sc-tracing-proc-macro",10205 "serde",10206 "sp-api",10207 "sp-blockchain",10208 "sp-core",10209 "sp-rpc",10210 "sp-runtime",10211 "sp-tracing",10212 "thiserror",10213 "tracing",10214 "tracing-log",10215 "tracing-subscriber",10216]1021710218[[package]]10219name = "sc-tracing-proc-macro"10220version = "4.0.0-dev"10221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10222dependencies = [10223 "proc-macro-crate",10224 "proc-macro2",10225 "quote",10226 "syn",10227]1022810229[[package]]10230name = "sc-transaction-pool"10231version = "4.0.0-dev"10232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10233dependencies = [10234 "futures 0.3.21",10235 "futures-timer",10236 "linked-hash-map",10237 "log",10238 "parity-scale-codec 3.1.5",10239 "parity-util-mem",10240 "parking_lot 0.12.1",10241 "retain_mut",10242 "sc-client-api",10243 "sc-transaction-pool-api",10244 "sc-utils",10245 "serde",10246 "sp-api",10247 "sp-blockchain",10248 "sp-core",10249 "sp-runtime",10250 "sp-tracing",10251 "sp-transaction-pool",10252 "substrate-prometheus-endpoint",10253 "thiserror",10254]1025510256[[package]]10257name = "sc-transaction-pool-api"10258version = "4.0.0-dev"10259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10260dependencies = [10261 "futures 0.3.21",10262 "log",10263 "serde",10264 "sp-blockchain",10265 "sp-runtime",10266 "thiserror",10267]1026810269[[package]]10270name = "sc-utils"10271version = "4.0.0-dev"10272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10273dependencies = [10274 "futures 0.3.21",10275 "futures-timer",10276 "lazy_static",10277 "log",10278 "parking_lot 0.12.1",10279 "prometheus",10280]1028110282[[package]]10283name = "scale-info"10284version = "2.1.2"10285source = "registry+https://github.com/rust-lang/crates.io-index"10286checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10287dependencies = [10288 "bitvec 1.0.0",10289 "cfg-if 1.0.0",10290 "derive_more",10291 "parity-scale-codec 3.1.5",10292 "scale-info-derive",10293 "serde",10294]1029510296[[package]]10297name = "scale-info-derive"10298version = "2.1.2"10299source = "registry+https://github.com/rust-lang/crates.io-index"10300checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10301dependencies = [10302 "proc-macro-crate",10303 "proc-macro2",10304 "quote",10305 "syn",10306]1030710308[[package]]10309name = "schannel"10310version = "0.1.20"10311source = "registry+https://github.com/rust-lang/crates.io-index"10312checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10313dependencies = [10314 "lazy_static",10315 "windows-sys",10316]1031710318[[package]]10319name = "schnorrkel"10320version = "0.9.1"10321source = "registry+https://github.com/rust-lang/crates.io-index"10322checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10323dependencies = [10324 "arrayref",10325 "arrayvec 0.5.2",10326 "curve25519-dalek 2.1.3",10327 "getrandom 0.1.16",10328 "merlin",10329 "rand 0.7.3",10330 "rand_core 0.5.1",10331 "sha2 0.8.2",10332 "subtle",10333 "zeroize",10334]1033510336[[package]]10337name = "scopeguard"10338version = "1.1.0"10339source = "registry+https://github.com/rust-lang/crates.io-index"10340checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1034110342[[package]]10343name = "sct"10344version = "0.7.0"10345source = "registry+https://github.com/rust-lang/crates.io-index"10346checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10347dependencies = [10348 "ring",10349 "untrusted",10350]1035110352[[package]]10353name = "sec1"10354version = "0.2.1"10355source = "registry+https://github.com/rust-lang/crates.io-index"10356checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10357dependencies = [10358 "der",10359 "generic-array 0.14.5",10360 "subtle",10361 "zeroize",10362]1036310364[[package]]10365name = "secp256k1"10366version = "0.21.3"10367source = "registry+https://github.com/rust-lang/crates.io-index"10368checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10369dependencies = [10370 "secp256k1-sys",10371]1037210373[[package]]10374name = "secp256k1-sys"10375version = "0.4.2"10376source = "registry+https://github.com/rust-lang/crates.io-index"10377checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10378dependencies = [10379 "cc",10380]1038110382[[package]]10383name = "secrecy"10384version = "0.8.0"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10387dependencies = [10388 "zeroize",10389]1039010391[[package]]10392name = "security-framework"10393version = "2.6.1"10394source = "registry+https://github.com/rust-lang/crates.io-index"10395checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10396dependencies = [10397 "bitflags",10398 "core-foundation",10399 "core-foundation-sys",10400 "libc",10401 "security-framework-sys",10402]1040310404[[package]]10405name = "security-framework-sys"10406version = "2.6.1"10407source = "registry+https://github.com/rust-lang/crates.io-index"10408checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10409dependencies = [10410 "core-foundation-sys",10411 "libc",10412]1041310414[[package]]10415name = "semver"10416version = "0.6.0"10417source = "registry+https://github.com/rust-lang/crates.io-index"10418checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10419dependencies = [10420 "semver-parser",10421]1042210423[[package]]10424name = "semver"10425version = "0.9.0"10426source = "registry+https://github.com/rust-lang/crates.io-index"10427checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10428dependencies = [10429 "semver-parser",10430]1043110432[[package]]10433name = "semver"10434version = "1.0.10"10435source = "registry+https://github.com/rust-lang/crates.io-index"10436checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10437dependencies = [10438 "serde",10439]1044010441[[package]]10442name = "semver-parser"10443version = "0.7.0"10444source = "registry+https://github.com/rust-lang/crates.io-index"10445checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1044610447[[package]]10448name = "serde"10449version = "1.0.137"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10452dependencies = [10453 "serde_derive",10454]1045510456[[package]]10457name = "serde_derive"10458version = "1.0.137"10459source = "registry+https://github.com/rust-lang/crates.io-index"10460checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10461dependencies = [10462 "proc-macro2",10463 "quote",10464 "syn",10465]1046610467[[package]]10468name = "serde_json"10469version = "1.0.81"10470source = "registry+https://github.com/rust-lang/crates.io-index"10471checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10472dependencies = [10473 "itoa 1.0.2",10474 "ryu",10475 "serde",10476]1047710478[[package]]10479name = "serde_nanos"10480version = "0.1.2"10481source = "registry+https://github.com/rust-lang/crates.io-index"10482checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10483dependencies = [10484 "serde",10485]1048610487[[package]]10488name = "sha-1"10489version = "0.8.2"10490source = "registry+https://github.com/rust-lang/crates.io-index"10491checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10492dependencies = [10493 "block-buffer 0.7.3",10494 "digest 0.8.1",10495 "fake-simd",10496 "opaque-debug 0.2.3",10497]1049810499[[package]]10500name = "sha-1"10501version = "0.9.8"10502source = "registry+https://github.com/rust-lang/crates.io-index"10503checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10504dependencies = [10505 "block-buffer 0.9.0",10506 "cfg-if 1.0.0",10507 "cpufeatures",10508 "digest 0.9.0",10509 "opaque-debug 0.3.0",10510]1051110512[[package]]10513name = "sha2"10514version = "0.8.2"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10517dependencies = [10518 "block-buffer 0.7.3",10519 "digest 0.8.1",10520 "fake-simd",10521 "opaque-debug 0.2.3",10522]1052310524[[package]]10525name = "sha2"10526version = "0.9.9"10527source = "registry+https://github.com/rust-lang/crates.io-index"10528checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10529dependencies = [10530 "block-buffer 0.9.0",10531 "cfg-if 1.0.0",10532 "cpufeatures",10533 "digest 0.9.0",10534 "opaque-debug 0.3.0",10535]1053610537[[package]]10538name = "sha2"10539version = "0.10.2"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10542dependencies = [10543 "cfg-if 1.0.0",10544 "cpufeatures",10545 "digest 0.10.3",10546]1054710548[[package]]10549name = "sha3"10550version = "0.9.1"10551source = "registry+https://github.com/rust-lang/crates.io-index"10552checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10553dependencies = [10554 "block-buffer 0.9.0",10555 "digest 0.9.0",10556 "keccak",10557 "opaque-debug 0.3.0",10558]1055910560[[package]]10561name = "sha3"10562version = "0.10.1"10563source = "registry+https://github.com/rust-lang/crates.io-index"10564checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10565dependencies = [10566 "digest 0.10.3",10567 "keccak",10568]1056910570[[package]]10571name = "sharded-slab"10572version = "0.1.4"10573source = "registry+https://github.com/rust-lang/crates.io-index"10574checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10575dependencies = [10576 "lazy_static",10577]1057810579[[package]]10580name = "shlex"10581version = "1.1.0"10582source = "registry+https://github.com/rust-lang/crates.io-index"10583checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1058410585[[package]]10586name = "signal-hook"10587version = "0.3.14"10588source = "registry+https://github.com/rust-lang/crates.io-index"10589checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10590dependencies = [10591 "libc",10592 "signal-hook-registry",10593]1059410595[[package]]10596name = "signal-hook-registry"10597version = "1.4.0"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10600dependencies = [10601 "libc",10602]1060310604[[package]]10605name = "signature"10606version = "1.4.0"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10609dependencies = [10610 "digest 0.9.0",10611 "rand_core 0.6.3",10612]1061310614[[package]]10615name = "simba"10616version = "0.5.1"10617source = "registry+https://github.com/rust-lang/crates.io-index"10618checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10619dependencies = [10620 "approx",10621 "num-complex",10622 "num-traits",10623 "paste",10624]1062510626[[package]]10627name = "slab"10628version = "0.4.6"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1063110632[[package]]10633name = "slot-range-helper"10634version = "0.9.23"10635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"10636dependencies = [10637 "enumn",10638 "parity-scale-codec 3.1.5",10639 "paste",10640 "sp-runtime",10641 "sp-std",10642]1064310644[[package]]10645name = "slotmap"10646version = "1.0.6"10647source = "registry+https://github.com/rust-lang/crates.io-index"10648checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10649dependencies = [10650 "version_check",10651]1065210653[[package]]10654name = "smallvec"10655version = "1.8.0"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1065810659[[package]]10660name = "snap"10661version = "1.0.5"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1066410665[[package]]10666name = "snow"10667version = "0.9.0"10668source = "registry+https://github.com/rust-lang/crates.io-index"10669checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10670dependencies = [10671 "aes-gcm",10672 "blake2",10673 "chacha20poly1305",10674 "curve25519-dalek 4.0.0-pre.1",10675 "rand_core 0.6.3",10676 "ring",10677 "rustc_version 0.4.0",10678 "sha2 0.10.2",10679 "subtle",10680]1068110682[[package]]10683name = "socket2"10684version = "0.4.4"10685source = "registry+https://github.com/rust-lang/crates.io-index"10686checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10687dependencies = [10688 "libc",10689 "winapi",10690]1069110692[[package]]10693name = "soketto"10694version = "0.7.1"10695source = "registry+https://github.com/rust-lang/crates.io-index"10696checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10697dependencies = [10698 "base64",10699 "bytes 1.1.0",10700 "flate2",10701 "futures 0.3.21",10702 "httparse",10703 "log",10704 "rand 0.8.5",10705 "sha-1 0.9.8",10706]1070710708[[package]]10709name = "sp-api"10710version = "4.0.0-dev"10711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10712dependencies = [10713 "hash-db",10714 "log",10715 "parity-scale-codec 3.1.5",10716 "sp-api-proc-macro",10717 "sp-core",10718 "sp-runtime",10719 "sp-state-machine",10720 "sp-std",10721 "sp-version",10722 "thiserror",10723]1072410725[[package]]10726name = "sp-api-proc-macro"10727version = "4.0.0-dev"10728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10729dependencies = [10730 "blake2",10731 "proc-macro-crate",10732 "proc-macro2",10733 "quote",10734 "syn",10735]1073610737[[package]]10738name = "sp-application-crypto"10739version = "6.0.0"10740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10741dependencies = [10742 "parity-scale-codec 3.1.5",10743 "scale-info",10744 "serde",10745 "sp-core",10746 "sp-io",10747 "sp-std",10748]1074910750[[package]]10751name = "sp-arithmetic"10752version = "5.0.0"10753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10754dependencies = [10755 "integer-sqrt",10756 "num-traits",10757 "parity-scale-codec 3.1.5",10758 "scale-info",10759 "serde",10760 "sp-debug-derive",10761 "sp-std",10762 "static_assertions",10763]1076410765[[package]]10766name = "sp-authority-discovery"10767version = "4.0.0-dev"10768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10769dependencies = [10770 "parity-scale-codec 3.1.5",10771 "scale-info",10772 "sp-api",10773 "sp-application-crypto",10774 "sp-runtime",10775 "sp-std",10776]1077710778[[package]]10779name = "sp-authorship"10780version = "4.0.0-dev"10781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10782dependencies = [10783 "async-trait",10784 "parity-scale-codec 3.1.5",10785 "sp-inherents",10786 "sp-runtime",10787 "sp-std",10788]1078910790[[package]]10791name = "sp-block-builder"10792version = "4.0.0-dev"10793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10794dependencies = [10795 "parity-scale-codec 3.1.5",10796 "sp-api",10797 "sp-inherents",10798 "sp-runtime",10799 "sp-std",10800]1080110802[[package]]10803name = "sp-blockchain"10804version = "4.0.0-dev"10805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10806dependencies = [10807 "futures 0.3.21",10808 "log",10809 "lru 0.7.7",10810 "parity-scale-codec 3.1.5",10811 "parking_lot 0.12.1",10812 "sp-api",10813 "sp-consensus",10814 "sp-database",10815 "sp-runtime",10816 "sp-state-machine",10817 "thiserror",10818]1081910820[[package]]10821name = "sp-consensus"10822version = "0.10.0-dev"10823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10824dependencies = [10825 "async-trait",10826 "futures 0.3.21",10827 "futures-timer",10828 "log",10829 "parity-scale-codec 3.1.5",10830 "sp-core",10831 "sp-inherents",10832 "sp-runtime",10833 "sp-state-machine",10834 "sp-std",10835 "sp-version",10836 "thiserror",10837]1083810839[[package]]10840name = "sp-consensus-aura"10841version = "0.10.0-dev"10842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10843dependencies = [10844 "async-trait",10845 "parity-scale-codec 3.1.5",10846 "scale-info",10847 "sp-api",10848 "sp-application-crypto",10849 "sp-consensus",10850 "sp-consensus-slots",10851 "sp-inherents",10852 "sp-runtime",10853 "sp-std",10854 "sp-timestamp",10855]1085610857[[package]]10858name = "sp-consensus-babe"10859version = "0.10.0-dev"10860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10861dependencies = [10862 "async-trait",10863 "merlin",10864 "parity-scale-codec 3.1.5",10865 "scale-info",10866 "serde",10867 "sp-api",10868 "sp-application-crypto",10869 "sp-consensus",10870 "sp-consensus-slots",10871 "sp-consensus-vrf",10872 "sp-core",10873 "sp-inherents",10874 "sp-keystore",10875 "sp-runtime",10876 "sp-std",10877 "sp-timestamp",10878]1087910880[[package]]10881name = "sp-consensus-slots"10882version = "0.10.0-dev"10883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10884dependencies = [10885 "parity-scale-codec 3.1.5",10886 "scale-info",10887 "serde",10888 "sp-arithmetic",10889 "sp-runtime",10890 "sp-std",10891 "sp-timestamp",10892]1089310894[[package]]10895name = "sp-consensus-vrf"10896version = "0.10.0-dev"10897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10898dependencies = [10899 "parity-scale-codec 3.1.5",10900 "scale-info",10901 "schnorrkel",10902 "sp-core",10903 "sp-runtime",10904 "sp-std",10905]1090610907[[package]]10908name = "sp-core"10909version = "6.0.0"10910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10911dependencies = [10912 "base58",10913 "bitflags",10914 "blake2-rfc",10915 "byteorder",10916 "dyn-clonable",10917 "ed25519-dalek",10918 "futures 0.3.21",10919 "hash-db",10920 "hash256-std-hasher",10921 "hex",10922 "impl-serde",10923 "lazy_static",10924 "libsecp256k1",10925 "log",10926 "merlin",10927 "num-traits",10928 "parity-scale-codec 3.1.5",10929 "parity-util-mem",10930 "parking_lot 0.12.1",10931 "primitive-types",10932 "rand 0.7.3",10933 "regex",10934 "scale-info",10935 "schnorrkel",10936 "secp256k1",10937 "secrecy",10938 "serde",10939 "sp-core-hashing",10940 "sp-debug-derive",10941 "sp-externalities",10942 "sp-runtime-interface",10943 "sp-std",10944 "sp-storage",10945 "ss58-registry",10946 "substrate-bip39",10947 "thiserror",10948 "tiny-bip39",10949 "wasmi",10950 "zeroize",10951]1095210953[[package]]10954name = "sp-core-hashing"10955version = "4.0.0"10956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10957dependencies = [10958 "blake2",10959 "byteorder",10960 "digest 0.10.3",10961 "sha2 0.10.2",10962 "sha3 0.10.1",10963 "sp-std",10964 "twox-hash",10965]1096610967[[package]]10968name = "sp-core-hashing-proc-macro"10969version = "5.0.0"10970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10971dependencies = [10972 "proc-macro2",10973 "quote",10974 "sp-core-hashing",10975 "syn",10976]1097710978[[package]]10979name = "sp-database"10980version = "4.0.0-dev"10981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10982dependencies = [10983 "kvdb",10984 "parking_lot 0.12.1",10985]1098610987[[package]]10988name = "sp-debug-derive"10989version = "4.0.0"10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10991dependencies = [10992 "proc-macro2",10993 "quote",10994 "syn",10995]1099610997[[package]]10998name = "sp-externalities"10999version = "0.12.0"11000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11001dependencies = [11002 "environmental",11003 "parity-scale-codec 3.1.5",11004 "sp-std",11005 "sp-storage",11006]1100711008[[package]]11009name = "sp-finality-grandpa"11010version = "4.0.0-dev"11011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11012dependencies = [11013 "finality-grandpa",11014 "log",11015 "parity-scale-codec 3.1.5",11016 "scale-info",11017 "serde",11018 "sp-api",11019 "sp-application-crypto",11020 "sp-core",11021 "sp-keystore",11022 "sp-runtime",11023 "sp-std",11024]1102511026[[package]]11027name = "sp-inherents"11028version = "4.0.0-dev"11029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11030dependencies = [11031 "async-trait",11032 "impl-trait-for-tuples",11033 "parity-scale-codec 3.1.5",11034 "sp-core",11035 "sp-runtime",11036 "sp-std",11037 "thiserror",11038]1103911040[[package]]11041name = "sp-io"11042version = "6.0.0"11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11044dependencies = [11045 "futures 0.3.21",11046 "hash-db",11047 "libsecp256k1",11048 "log",11049 "parity-scale-codec 3.1.5",11050 "parking_lot 0.12.1",11051 "secp256k1",11052 "sp-core",11053 "sp-externalities",11054 "sp-keystore",11055 "sp-runtime-interface",11056 "sp-state-machine",11057 "sp-std",11058 "sp-tracing",11059 "sp-trie",11060 "sp-wasm-interface",11061 "tracing",11062 "tracing-core",11063]1106411065[[package]]11066name = "sp-keyring"11067version = "6.0.0"11068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11069dependencies = [11070 "lazy_static",11071 "sp-core",11072 "sp-runtime",11073 "strum 0.23.0",11074]1107511076[[package]]11077name = "sp-keystore"11078version = "0.12.0"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11080dependencies = [11081 "async-trait",11082 "futures 0.3.21",11083 "merlin",11084 "parity-scale-codec 3.1.5",11085 "parking_lot 0.12.1",11086 "schnorrkel",11087 "serde",11088 "sp-core",11089 "sp-externalities",11090 "thiserror",11091]1109211093[[package]]11094name = "sp-maybe-compressed-blob"11095version = "4.1.0-dev"11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11097dependencies = [11098 "thiserror",11099 "zstd",11100]1110111102[[package]]11103name = "sp-mmr-primitives"11104version = "4.0.0-dev"11105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11106dependencies = [11107 "log",11108 "parity-scale-codec 3.1.5",11109 "serde",11110 "sp-api",11111 "sp-core",11112 "sp-debug-derive",11113 "sp-runtime",11114 "sp-std",11115]1111611117[[package]]11118name = "sp-npos-elections"11119version = "4.0.0-dev"11120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11121dependencies = [11122 "parity-scale-codec 3.1.5",11123 "scale-info",11124 "serde",11125 "sp-arithmetic",11126 "sp-core",11127 "sp-runtime",11128 "sp-std",11129]1113011131[[package]]11132name = "sp-offchain"11133version = "4.0.0-dev"11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11135dependencies = [11136 "sp-api",11137 "sp-core",11138 "sp-runtime",11139]1114011141[[package]]11142name = "sp-panic-handler"11143version = "4.0.0"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11145dependencies = [11146 "backtrace",11147 "lazy_static",11148 "regex",11149]1115011151[[package]]11152name = "sp-rpc"11153version = "6.0.0"11154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11155dependencies = [11156 "rustc-hash",11157 "serde",11158 "sp-core",11159]1116011161[[package]]11162name = "sp-runtime"11163version = "6.0.0"11164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11165dependencies = [11166 "either",11167 "hash256-std-hasher",11168 "impl-trait-for-tuples",11169 "log",11170 "parity-scale-codec 3.1.5",11171 "parity-util-mem",11172 "paste",11173 "rand 0.7.3",11174 "scale-info",11175 "serde",11176 "sp-application-crypto",11177 "sp-arithmetic",11178 "sp-core",11179 "sp-io",11180 "sp-std",11181]1118211183[[package]]11184name = "sp-runtime-interface"11185version = "6.0.0"11186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11187dependencies = [11188 "impl-trait-for-tuples",11189 "parity-scale-codec 3.1.5",11190 "primitive-types",11191 "sp-externalities",11192 "sp-runtime-interface-proc-macro",11193 "sp-std",11194 "sp-storage",11195 "sp-tracing",11196 "sp-wasm-interface",11197 "static_assertions",11198]1119911200[[package]]11201name = "sp-runtime-interface-proc-macro"11202version = "5.0.0"11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11204dependencies = [11205 "Inflector",11206 "proc-macro-crate",11207 "proc-macro2",11208 "quote",11209 "syn",11210]1121111212[[package]]11213name = "sp-sandbox"11214version = "0.10.0-dev"11215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11216dependencies = [11217 "log",11218 "parity-scale-codec 3.1.5",11219 "sp-core",11220 "sp-io",11221 "sp-std",11222 "sp-wasm-interface",11223 "wasmi",11224]1122511226[[package]]11227name = "sp-serializer"11228version = "4.0.0-dev"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11230dependencies = [11231 "serde",11232 "serde_json",11233]1123411235[[package]]11236name = "sp-session"11237version = "4.0.0-dev"11238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11239dependencies = [11240 "parity-scale-codec 3.1.5",11241 "scale-info",11242 "sp-api",11243 "sp-core",11244 "sp-runtime",11245 "sp-staking",11246 "sp-std",11247]1124811249[[package]]11250name = "sp-staking"11251version = "4.0.0-dev"11252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11253dependencies = [11254 "parity-scale-codec 3.1.5",11255 "scale-info",11256 "sp-runtime",11257 "sp-std",11258]1125911260[[package]]11261name = "sp-state-machine"11262version = "0.12.0"11263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11264dependencies = [11265 "hash-db",11266 "log",11267 "num-traits",11268 "parity-scale-codec 3.1.5",11269 "parking_lot 0.12.1",11270 "rand 0.7.3",11271 "smallvec",11272 "sp-core",11273 "sp-externalities",11274 "sp-panic-handler",11275 "sp-std",11276 "sp-trie",11277 "thiserror",11278 "tracing",11279 "trie-root",11280]1128111282[[package]]11283name = "sp-std"11284version = "4.0.0"11285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"1128611287[[package]]11288name = "sp-storage"11289version = "6.0.0"11290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11291dependencies = [11292 "impl-serde",11293 "parity-scale-codec 3.1.5",11294 "ref-cast",11295 "serde",11296 "sp-debug-derive",11297 "sp-std",11298]1129911300[[package]]11301name = "sp-tasks"11302version = "4.0.0-dev"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11304dependencies = [11305 "log",11306 "sp-core",11307 "sp-externalities",11308 "sp-io",11309 "sp-runtime-interface",11310 "sp-std",11311]1131211313[[package]]11314name = "sp-timestamp"11315version = "4.0.0-dev"11316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11317dependencies = [11318 "async-trait",11319 "futures-timer",11320 "log",11321 "parity-scale-codec 3.1.5",11322 "sp-api",11323 "sp-inherents",11324 "sp-runtime",11325 "sp-std",11326 "thiserror",11327]1132811329[[package]]11330name = "sp-tracing"11331version = "5.0.0"11332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11333dependencies = [11334 "parity-scale-codec 3.1.5",11335 "sp-std",11336 "tracing",11337 "tracing-core",11338 "tracing-subscriber",11339]1134011341[[package]]11342name = "sp-transaction-pool"11343version = "4.0.0-dev"11344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11345dependencies = [11346 "sp-api",11347 "sp-runtime",11348]1134911350[[package]]11351name = "sp-transaction-storage-proof"11352version = "4.0.0-dev"11353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11354dependencies = [11355 "async-trait",11356 "log",11357 "parity-scale-codec 3.1.5",11358 "scale-info",11359 "sp-core",11360 "sp-inherents",11361 "sp-runtime",11362 "sp-std",11363 "sp-trie",11364]1136511366[[package]]11367name = "sp-trie"11368version = "6.0.0"11369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11370dependencies = [11371 "hash-db",11372 "memory-db",11373 "parity-scale-codec 3.1.5",11374 "scale-info",11375 "sp-core",11376 "sp-std",11377 "thiserror",11378 "trie-db",11379 "trie-root",11380]1138111382[[package]]11383name = "sp-version"11384version = "5.0.0"11385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11386dependencies = [11387 "impl-serde",11388 "parity-scale-codec 3.1.5",11389 "parity-wasm 0.42.2",11390 "scale-info",11391 "serde",11392 "sp-core-hashing-proc-macro",11393 "sp-runtime",11394 "sp-std",11395 "sp-version-proc-macro",11396 "thiserror",11397]1139811399[[package]]11400name = "sp-version-proc-macro"11401version = "4.0.0-dev"11402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11403dependencies = [11404 "parity-scale-codec 3.1.5",11405 "proc-macro2",11406 "quote",11407 "syn",11408]1140911410[[package]]11411name = "sp-wasm-interface"11412version = "6.0.0"11413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11414dependencies = [11415 "impl-trait-for-tuples",11416 "log",11417 "parity-scale-codec 3.1.5",11418 "sp-std",11419 "wasmi",11420 "wasmtime",11421]1142211423[[package]]11424name = "spin"11425version = "0.5.2"11426source = "registry+https://github.com/rust-lang/crates.io-index"11427checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1142811429[[package]]11430name = "ss58-registry"11431version = "1.22.0"11432source = "registry+https://github.com/rust-lang/crates.io-index"11433checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11434dependencies = [11435 "Inflector",11436 "num-format",11437 "proc-macro2",11438 "quote",11439 "serde",11440 "serde_json",11441 "unicode-xid",11442]1144311444[[package]]11445name = "stable_deref_trait"11446version = "1.2.0"11447source = "registry+https://github.com/rust-lang/crates.io-index"11448checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1144911450[[package]]11451name = "static_assertions"11452version = "1.1.0"11453source = "registry+https://github.com/rust-lang/crates.io-index"11454checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1145511456[[package]]11457name = "static_init"11458version = "0.5.2"11459source = "registry+https://github.com/rust-lang/crates.io-index"11460checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11461dependencies = [11462 "cfg_aliases",11463 "libc",11464 "parking_lot 0.11.2",11465 "static_init_macro",11466]1146711468[[package]]11469name = "static_init_macro"11470version = "0.5.0"11471source = "registry+https://github.com/rust-lang/crates.io-index"11472checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11473dependencies = [11474 "cfg_aliases",11475 "memchr",11476 "proc-macro2",11477 "quote",11478 "syn",11479]1148011481[[package]]11482name = "statrs"11483version = "0.15.0"11484source = "registry+https://github.com/rust-lang/crates.io-index"11485checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11486dependencies = [11487 "approx",11488 "lazy_static",11489 "nalgebra",11490 "num-traits",11491 "rand 0.8.5",11492]1149311494[[package]]11495name = "strsim"11496version = "0.10.0"11497source = "registry+https://github.com/rust-lang/crates.io-index"11498checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1149911500[[package]]11501name = "struct-versioning"11502version = "0.1.0"11503dependencies = [11504 "quote",11505 "syn",11506]1150711508[[package]]11509name = "strum"11510version = "0.23.0"11511source = "registry+https://github.com/rust-lang/crates.io-index"11512checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11513dependencies = [11514 "strum_macros 0.23.1",11515]1151611517[[package]]11518name = "strum"11519version = "0.24.1"11520source = "registry+https://github.com/rust-lang/crates.io-index"11521checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11522dependencies = [11523 "strum_macros 0.24.1",11524]1152511526[[package]]11527name = "strum_macros"11528version = "0.23.1"11529source = "registry+https://github.com/rust-lang/crates.io-index"11530checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11531dependencies = [11532 "heck 0.3.3",11533 "proc-macro2",11534 "quote",11535 "rustversion",11536 "syn",11537]1153811539[[package]]11540name = "strum_macros"11541version = "0.24.1"11542source = "registry+https://github.com/rust-lang/crates.io-index"11543checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"11544dependencies = [11545 "heck 0.4.0",11546 "proc-macro2",11547 "quote",11548 "rustversion",11549 "syn",11550]1155111552[[package]]11553name = "substrate-bip39"11554version = "0.4.4"11555source = "registry+https://github.com/rust-lang/crates.io-index"11556checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11557dependencies = [11558 "hmac 0.11.0",11559 "pbkdf2 0.8.0",11560 "schnorrkel",11561 "sha2 0.9.9",11562 "zeroize",11563]1156411565[[package]]11566name = "substrate-build-script-utils"11567version = "3.0.0"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11569dependencies = [11570 "platforms",11571]1157211573[[package]]11574name = "substrate-frame-rpc-system"11575version = "4.0.0-dev"11576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11577dependencies = [11578 "frame-system-rpc-runtime-api",11579 "futures 0.3.21",11580 "jsonrpsee",11581 "log",11582 "parity-scale-codec 3.1.5",11583 "sc-client-api",11584 "sc-rpc-api",11585 "sc-transaction-pool-api",11586 "serde_json",11587 "sp-api",11588 "sp-block-builder",11589 "sp-blockchain",11590 "sp-core",11591 "sp-runtime",11592]1159311594[[package]]11595name = "substrate-prometheus-endpoint"11596version = "0.10.0-dev"11597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11598dependencies = [11599 "futures-util",11600 "hyper",11601 "log",11602 "prometheus",11603 "thiserror",11604 "tokio 1.19.2",11605]1160611607[[package]]11608name = "substrate-state-trie-migration-rpc"11609version = "4.0.0-dev"11610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11611dependencies = [11612 "jsonrpsee",11613 "log",11614 "parity-scale-codec 3.1.5",11615 "sc-client-api",11616 "sc-rpc-api",11617 "scale-info",11618 "serde",11619 "sp-core",11620 "sp-io",11621 "sp-runtime",11622 "sp-state-machine",11623 "sp-std",11624 "sp-trie",11625 "trie-db",11626]1162711628[[package]]11629name = "substrate-test-client"11630version = "2.0.1"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11632dependencies = [11633 "async-trait",11634 "futures 0.3.21",11635 "hex",11636 "parity-scale-codec 3.1.5",11637 "sc-client-api",11638 "sc-client-db",11639 "sc-consensus",11640 "sc-executor",11641 "sc-offchain",11642 "sc-service",11643 "serde",11644 "serde_json",11645 "sp-blockchain",11646 "sp-consensus",11647 "sp-core",11648 "sp-keyring",11649 "sp-keystore",11650 "sp-runtime",11651 "sp-state-machine",11652]1165311654[[package]]11655name = "substrate-test-utils"11656version = "4.0.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11658dependencies = [11659 "futures 0.3.21",11660 "substrate-test-utils-derive",11661 "tokio 1.19.2",11662]1166311664[[package]]11665name = "substrate-test-utils-derive"11666version = "0.10.0-dev"11667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11668dependencies = [11669 "proc-macro-crate",11670 "proc-macro2",11671 "quote",11672 "syn",11673]1167411675[[package]]11676name = "substrate-wasm-builder"11677version = "5.0.0-dev"11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11679dependencies = [11680 "ansi_term",11681 "build-helper",11682 "cargo_metadata",11683 "sp-maybe-compressed-blob",11684 "strum 0.23.0",11685 "tempfile",11686 "toml",11687 "walkdir",11688 "wasm-gc-api",11689]1169011691[[package]]11692name = "subtle"11693version = "2.4.1"11694source = "registry+https://github.com/rust-lang/crates.io-index"11695checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1169611697[[package]]11698name = "syn"11699version = "1.0.96"11700source = "registry+https://github.com/rust-lang/crates.io-index"11701checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11702dependencies = [11703 "proc-macro2",11704 "quote",11705 "unicode-ident",11706]1170711708[[package]]11709name = "synstructure"11710version = "0.12.6"11711source = "registry+https://github.com/rust-lang/crates.io-index"11712checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11713dependencies = [11714 "proc-macro2",11715 "quote",11716 "syn",11717 "unicode-xid",11718]1171911720[[package]]11721name = "system-configuration"11722version = "0.5.0"11723source = "registry+https://github.com/rust-lang/crates.io-index"11724checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11725dependencies = [11726 "bitflags",11727 "core-foundation",11728 "system-configuration-sys",11729]1173011731[[package]]11732name = "system-configuration-sys"11733version = "0.5.0"11734source = "registry+https://github.com/rust-lang/crates.io-index"11735checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11736dependencies = [11737 "core-foundation-sys",11738 "libc",11739]1174011741[[package]]11742name = "tap"11743version = "1.0.1"11744source = "registry+https://github.com/rust-lang/crates.io-index"11745checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1174611747[[package]]11748name = "target-lexicon"11749version = "0.12.4"11750source = "registry+https://github.com/rust-lang/crates.io-index"11751checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1175211753[[package]]11754name = "tempfile"11755version = "3.3.0"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11758dependencies = [11759 "cfg-if 1.0.0",11760 "fastrand",11761 "libc",11762 "redox_syscall",11763 "remove_dir_all",11764 "winapi",11765]1176611767[[package]]11768name = "termcolor"11769version = "1.1.3"11770source = "registry+https://github.com/rust-lang/crates.io-index"11771checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11772dependencies = [11773 "winapi-util",11774]1177511776[[package]]11777name = "test-runtime-constants"11778version = "0.9.23"11779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"11780dependencies = [11781 "frame-support",11782 "polkadot-primitives",11783 "polkadot-runtime-common",11784 "smallvec",11785 "sp-runtime",11786]1178711788[[package]]11789name = "tests"11790version = "0.1.0"11791dependencies = [11792 "fp-evm-mapping",11793 "frame-support",11794 "frame-system",11795 "pallet-balances",11796 "pallet-common",11797 "pallet-ethereum",11798 "pallet-evm",11799 "pallet-evm-coder-substrate",11800 "pallet-fungible",11801 "pallet-nonfungible",11802 "pallet-refungible",11803 "pallet-structure",11804 "pallet-timestamp",11805 "pallet-transaction-payment",11806 "pallet-unique",11807 "parity-scale-codec 3.1.5",11808 "scale-info",11809 "sp-core",11810 "sp-io",11811 "sp-runtime",11812 "sp-std",11813 "unique-runtime-common",11814 "up-data-structs",11815]1181611817[[package]]11818name = "textwrap"11819version = "0.15.0"11820source = "registry+https://github.com/rust-lang/crates.io-index"11821checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1182211823[[package]]11824name = "thiserror"11825version = "1.0.31"11826source = "registry+https://github.com/rust-lang/crates.io-index"11827checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11828dependencies = [11829 "thiserror-impl",11830]1183111832[[package]]11833name = "thiserror-impl"11834version = "1.0.31"11835source = "registry+https://github.com/rust-lang/crates.io-index"11836checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11837dependencies = [11838 "proc-macro2",11839 "quote",11840 "syn",11841]1184211843[[package]]11844name = "thousands"11845version = "0.2.0"11846source = "registry+https://github.com/rust-lang/crates.io-index"11847checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1184811849[[package]]11850name = "thread_local"11851version = "1.1.4"11852source = "registry+https://github.com/rust-lang/crates.io-index"11853checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11854dependencies = [11855 "once_cell",11856]1185711858[[package]]11859name = "threadpool"11860version = "1.8.1"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11863dependencies = [11864 "num_cpus",11865]1186611867[[package]]11868name = "thrift"11869version = "0.15.0"11870source = "registry+https://github.com/rust-lang/crates.io-index"11871checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11872dependencies = [11873 "byteorder",11874 "integer-encoding",11875 "log",11876 "ordered-float",11877 "threadpool",11878]1187911880[[package]]11881name = "tikv-jemalloc-sys"11882version = "0.4.3+5.2.1-patched.2"11883source = "registry+https://github.com/rust-lang/crates.io-index"11884checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11885dependencies = [11886 "cc",11887 "fs_extra",11888 "libc",11889]1189011891[[package]]11892name = "time"11893version = "0.1.44"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11896dependencies = [11897 "libc",11898 "wasi 0.10.0+wasi-snapshot-preview1",11899 "winapi",11900]1190111902[[package]]11903name = "tiny-bip39"11904version = "0.8.2"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11907dependencies = [11908 "anyhow",11909 "hmac 0.8.1",11910 "once_cell",11911 "pbkdf2 0.4.0",11912 "rand 0.7.3",11913 "rustc-hash",11914 "sha2 0.9.9",11915 "thiserror",11916 "unicode-normalization",11917 "wasm-bindgen",11918 "zeroize",11919]1192011921[[package]]11922name = "tiny-keccak"11923version = "2.0.2"11924source = "registry+https://github.com/rust-lang/crates.io-index"11925checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11926dependencies = [11927 "crunchy",11928]1192911930[[package]]11931name = "tinyvec"11932version = "1.6.0"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"11935dependencies = [11936 "tinyvec_macros",11937]1193811939[[package]]11940name = "tinyvec_macros"11941version = "0.1.0"11942source = "registry+https://github.com/rust-lang/crates.io-index"11943checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1194411945[[package]]11946name = "tokio"11947version = "0.2.25"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11950dependencies = [11951 "bytes 0.5.6",11952 "fnv",11953 "pin-project-lite 0.1.12",11954 "tokio-macros 0.2.6",11955]1195611957[[package]]11958name = "tokio"11959version = "1.19.2"11960source = "registry+https://github.com/rust-lang/crates.io-index"11961checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"11962dependencies = [11963 "bytes 1.1.0",11964 "libc",11965 "memchr",11966 "mio",11967 "num_cpus",11968 "once_cell",11969 "parking_lot 0.12.1",11970 "pin-project-lite 0.2.9",11971 "signal-hook-registry",11972 "socket2",11973 "tokio-macros 1.8.0",11974 "winapi",11975]1197611977[[package]]11978name = "tokio-macros"11979version = "0.2.6"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11982dependencies = [11983 "proc-macro2",11984 "quote",11985 "syn",11986]1198711988[[package]]11989name = "tokio-macros"11990version = "1.8.0"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"11993dependencies = [11994 "proc-macro2",11995 "quote",11996 "syn",11997]1199811999[[package]]12000name = "tokio-rustls"12001version = "0.23.4"12002source = "registry+https://github.com/rust-lang/crates.io-index"12003checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12004dependencies = [12005 "rustls",12006 "tokio 1.19.2",12007 "webpki",12008]1200912010[[package]]12011name = "tokio-util"12012version = "0.7.3"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12015dependencies = [12016 "bytes 1.1.0",12017 "futures-core",12018 "futures-io",12019 "futures-sink",12020 "pin-project-lite 0.2.9",12021 "tokio 1.19.2",12022 "tracing",12023]1202412025[[package]]12026name = "toml"12027version = "0.5.9"12028source = "registry+https://github.com/rust-lang/crates.io-index"12029checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12030dependencies = [12031 "serde",12032]1203312034[[package]]12035name = "tower-service"12036version = "0.3.1"12037source = "registry+https://github.com/rust-lang/crates.io-index"12038checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1203912040[[package]]12041name = "tracing"12042version = "0.1.35"12043source = "registry+https://github.com/rust-lang/crates.io-index"12044checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12045dependencies = [12046 "cfg-if 1.0.0",12047 "pin-project-lite 0.2.9",12048 "tracing-attributes",12049 "tracing-core",12050]1205112052[[package]]12053name = "tracing-attributes"12054version = "0.1.21"12055source = "registry+https://github.com/rust-lang/crates.io-index"12056checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12057dependencies = [12058 "proc-macro2",12059 "quote",12060 "syn",12061]1206212063[[package]]12064name = "tracing-core"12065version = "0.1.27"12066source = "registry+https://github.com/rust-lang/crates.io-index"12067checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12068dependencies = [12069 "once_cell",12070 "valuable",12071]1207212073[[package]]12074name = "tracing-futures"12075version = "0.2.5"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12078dependencies = [12079 "pin-project 1.0.10",12080 "tracing",12081]1208212083[[package]]12084name = "tracing-gum"12085version = "0.9.23"12086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12087dependencies = [12088 "polkadot-node-jaeger",12089 "polkadot-primitives",12090 "tracing",12091 "tracing-gum-proc-macro",12092]1209312094[[package]]12095name = "tracing-gum-proc-macro"12096version = "0.9.23"12097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12098dependencies = [12099 "expander 0.0.6",12100 "proc-macro-crate",12101 "proc-macro2",12102 "quote",12103 "syn",12104]1210512106[[package]]12107name = "tracing-log"12108version = "0.1.3"12109source = "registry+https://github.com/rust-lang/crates.io-index"12110checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12111dependencies = [12112 "ahash",12113 "lazy_static",12114 "log",12115 "lru 0.7.7",12116 "tracing-core",12117]1211812119[[package]]12120name = "tracing-serde"12121version = "0.1.3"12122source = "registry+https://github.com/rust-lang/crates.io-index"12123checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12124dependencies = [12125 "serde",12126 "tracing-core",12127]1212812129[[package]]12130name = "tracing-subscriber"12131version = "0.2.25"12132source = "registry+https://github.com/rust-lang/crates.io-index"12133checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12134dependencies = [12135 "ansi_term",12136 "chrono",12137 "lazy_static",12138 "matchers",12139 "parking_lot 0.11.2",12140 "regex",12141 "serde",12142 "serde_json",12143 "sharded-slab",12144 "smallvec",12145 "thread_local",12146 "tracing",12147 "tracing-core",12148 "tracing-log",12149 "tracing-serde",12150]1215112152[[package]]12153name = "trie-db"12154version = "0.23.1"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12157dependencies = [12158 "hash-db",12159 "hashbrown 0.12.1",12160 "log",12161 "rustc-hex",12162 "smallvec",12163]1216412165[[package]]12166name = "trie-root"12167version = "0.17.0"12168source = "registry+https://github.com/rust-lang/crates.io-index"12169checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12170dependencies = [12171 "hash-db",12172]1217312174[[package]]12175name = "triehash"12176version = "0.8.4"12177source = "registry+https://github.com/rust-lang/crates.io-index"12178checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12179dependencies = [12180 "hash-db",12181 "rlp",12182]1218312184[[package]]12185name = "trust-dns-proto"12186version = "0.21.2"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12189dependencies = [12190 "async-trait",12191 "cfg-if 1.0.0",12192 "data-encoding",12193 "enum-as-inner",12194 "futures-channel",12195 "futures-io",12196 "futures-util",12197 "idna",12198 "ipnet",12199 "lazy_static",12200 "log",12201 "rand 0.8.5",12202 "smallvec",12203 "thiserror",12204 "tinyvec",12205 "url",12206]1220712208[[package]]12209name = "trust-dns-resolver"12210version = "0.21.2"12211source = "registry+https://github.com/rust-lang/crates.io-index"12212checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12213dependencies = [12214 "cfg-if 1.0.0",12215 "futures-util",12216 "ipconfig",12217 "lazy_static",12218 "log",12219 "lru-cache",12220 "parking_lot 0.12.1",12221 "resolv-conf",12222 "smallvec",12223 "thiserror",12224 "trust-dns-proto",12225]1222612227[[package]]12228name = "try-lock"12229version = "0.2.3"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1223212233[[package]]12234name = "try-runtime-cli"12235version = "0.10.0-dev"12236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"12237dependencies = [12238 "clap",12239 "jsonrpsee",12240 "log",12241 "parity-scale-codec 3.1.5",12242 "remote-externalities",12243 "sc-chain-spec",12244 "sc-cli",12245 "sc-executor",12246 "sc-service",12247 "serde",12248 "sp-core",12249 "sp-externalities",12250 "sp-io",12251 "sp-keystore",12252 "sp-runtime",12253 "sp-state-machine",12254 "sp-version",12255 "zstd",12256]1225712258[[package]]12259name = "tt-call"12260version = "1.0.8"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1226312264[[package]]12265name = "twox-hash"12266version = "1.6.3"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12269dependencies = [12270 "cfg-if 0.1.10",12271 "digest 0.10.3",12272 "rand 0.8.5",12273 "static_assertions",12274]1227512276[[package]]12277name = "typenum"12278version = "1.15.0"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1228112282[[package]]12283name = "uc-rpc"12284version = "0.1.0"12285dependencies = [12286 "anyhow",12287 "jsonrpsee",12288 "pallet-common",12289 "pallet-evm",12290 "parity-scale-codec 3.1.5",12291 "rmrk-rpc",12292 "sp-api",12293 "sp-blockchain",12294 "sp-core",12295 "sp-rpc",12296 "sp-runtime",12297 "unique-runtime-common",12298 "up-data-structs",12299 "up-rpc",12300]1230112302[[package]]12303name = "ucd-trie"12304version = "0.1.3"12305source = "registry+https://github.com/rust-lang/crates.io-index"12306checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1230712308[[package]]12309name = "uint"12310version = "0.9.3"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12313dependencies = [12314 "byteorder",12315 "crunchy",12316 "hex",12317 "static_assertions",12318]1231912320[[package]]12321name = "unicase"12322version = "2.6.0"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12325dependencies = [12326 "version_check",12327]1232812329[[package]]12330name = "unicode-bidi"12331version = "0.3.8"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1233412335[[package]]12336name = "unicode-ident"12337version = "1.0.1"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"1234012341[[package]]12342name = "unicode-normalization"12343version = "0.1.19"12344source = "registry+https://github.com/rust-lang/crates.io-index"12345checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12346dependencies = [12347 "tinyvec",12348]1234912350[[package]]12351name = "unicode-segmentation"12352version = "1.9.0"12353source = "registry+https://github.com/rust-lang/crates.io-index"12354checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1235512356[[package]]12357name = "unicode-width"12358version = "0.1.9"12359source = "registry+https://github.com/rust-lang/crates.io-index"12360checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1236112362[[package]]12363name = "unicode-xid"12364version = "0.2.3"12365source = "registry+https://github.com/rust-lang/crates.io-index"12366checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1236712368[[package]]12369name = "unique-node"12370version = "0.9.23"12371dependencies = [12372 "clap",12373 "cumulus-client-cli",12374 "cumulus-client-collator",12375 "cumulus-client-consensus-aura",12376 "cumulus-client-consensus-common",12377 "cumulus-client-network",12378 "cumulus-client-service",12379 "cumulus-primitives-core",12380 "cumulus-primitives-parachain-inherent",12381 "cumulus-relay-chain-inprocess-interface",12382 "cumulus-relay-chain-interface",12383 "cumulus-relay-chain-rpc-interface",12384 "fc-consensus",12385 "fc-db",12386 "fc-mapping-sync",12387 "fc-rpc",12388 "fc-rpc-core",12389 "flexi_logger",12390 "fp-rpc",12391 "frame-benchmarking",12392 "frame-benchmarking-cli",12393 "futures 0.3.21",12394 "jsonrpsee",12395 "log",12396 "opal-runtime",12397 "pallet-ethereum",12398 "pallet-transaction-payment-rpc",12399 "pallet-transaction-payment-rpc-runtime-api",12400 "parity-scale-codec 3.1.5",12401 "parking_lot 0.11.2",12402 "polkadot-cli",12403 "polkadot-parachain",12404 "polkadot-primitives",12405 "polkadot-service",12406 "polkadot-test-service",12407 "quartz-runtime",12408 "rmrk-rpc",12409 "sc-basic-authorship",12410 "sc-chain-spec",12411 "sc-cli",12412 "sc-client-api",12413 "sc-consensus",12414 "sc-consensus-aura",12415 "sc-consensus-manual-seal",12416 "sc-executor",12417 "sc-finality-grandpa",12418 "sc-keystore",12419 "sc-network",12420 "sc-rpc",12421 "sc-rpc-api",12422 "sc-service",12423 "sc-sysinfo",12424 "sc-telemetry",12425 "sc-tracing",12426 "sc-transaction-pool",12427 "serde",12428 "serde_json",12429 "sp-api",12430 "sp-block-builder",12431 "sp-blockchain",12432 "sp-consensus",12433 "sp-consensus-aura",12434 "sp-core",12435 "sp-finality-grandpa",12436 "sp-inherents",12437 "sp-keystore",12438 "sp-offchain",12439 "sp-runtime",12440 "sp-session",12441 "sp-timestamp",12442 "sp-transaction-pool",12443 "sp-trie",12444 "substrate-build-script-utils",12445 "substrate-frame-rpc-system",12446 "substrate-prometheus-endpoint",12447 "tokio 1.19.2",12448 "try-runtime-cli",12449 "unique-rpc",12450 "unique-runtime",12451 "unique-runtime-common",12452 "up-data-structs",12453 "up-rpc",12454]1245512456[[package]]12457name = "unique-rpc"12458version = "0.1.0"12459dependencies = [12460 "fc-db",12461 "fc-mapping-sync",12462 "fc-rpc",12463 "fc-rpc-core",12464 "fp-rpc",12465 "fp-storage",12466 "futures 0.3.21",12467 "jsonrpsee",12468 "pallet-common",12469 "pallet-ethereum",12470 "pallet-transaction-payment-rpc",12471 "pallet-transaction-payment-rpc-runtime-api",12472 "pallet-unique",12473 "rmrk-rpc",12474 "sc-client-api",12475 "sc-consensus-aura",12476 "sc-consensus-epochs",12477 "sc-finality-grandpa",12478 "sc-finality-grandpa-rpc",12479 "sc-keystore",12480 "sc-network",12481 "sc-rpc",12482 "sc-rpc-api",12483 "sc-service",12484 "sc-transaction-pool",12485 "serde",12486 "sp-api",12487 "sp-block-builder",12488 "sp-blockchain",12489 "sp-consensus",12490 "sp-consensus-aura",12491 "sp-core",12492 "sp-offchain",12493 "sp-runtime",12494 "sp-session",12495 "sp-storage",12496 "sp-transaction-pool",12497 "substrate-frame-rpc-system",12498 "tokio 0.2.25",12499 "uc-rpc",12500 "unique-runtime-common",12501 "up-data-structs",12502 "up-rpc",12503]1250412505[[package]]12506name = "unique-runtime"12507version = "0.9.23"12508dependencies = [12509 "cumulus-pallet-aura-ext",12510 "cumulus-pallet-dmp-queue",12511 "cumulus-pallet-parachain-system",12512 "cumulus-pallet-xcm",12513 "cumulus-pallet-xcmp-queue",12514 "cumulus-primitives-core",12515 "cumulus-primitives-timestamp",12516 "cumulus-primitives-utility",12517 "derivative",12518 "fp-evm-mapping",12519 "fp-rpc",12520 "fp-self-contained",12521 "frame-benchmarking",12522 "frame-executive",12523 "frame-support",12524 "frame-system",12525 "frame-system-benchmarking",12526 "frame-system-rpc-runtime-api",12527 "frame-try-runtime",12528 "hex-literal",12529 "log",12530 "orml-vesting",12531 "pallet-aura",12532 "pallet-balances",12533 "pallet-base-fee",12534 "pallet-common",12535 "pallet-ethereum",12536 "pallet-evm",12537 "pallet-evm-coder-substrate",12538 "pallet-evm-contract-helpers",12539 "pallet-evm-migration",12540 "pallet-evm-transaction-payment",12541 "pallet-fungible",12542 "pallet-inflation",12543 "pallet-nonfungible",12544 "pallet-randomness-collective-flip",12545 "pallet-refungible",12546 "pallet-rmrk-core",12547 "pallet-rmrk-equip",12548 "pallet-structure",12549 "pallet-sudo",12550 "pallet-template-transaction-payment",12551 "pallet-timestamp",12552 "pallet-transaction-payment",12553 "pallet-transaction-payment-rpc-runtime-api",12554 "pallet-treasury",12555 "pallet-unique",12556 "pallet-unique-scheduler",12557 "pallet-xcm",12558 "parachain-info",12559 "parity-scale-codec 3.1.5",12560 "polkadot-parachain",12561 "rmrk-rpc",12562 "scale-info",12563 "serde",12564 "smallvec",12565 "sp-api",12566 "sp-arithmetic",12567 "sp-block-builder",12568 "sp-consensus-aura",12569 "sp-core",12570 "sp-inherents",12571 "sp-io",12572 "sp-offchain",12573 "sp-runtime",12574 "sp-session",12575 "sp-std",12576 "sp-transaction-pool",12577 "sp-version",12578 "substrate-wasm-builder",12579 "unique-runtime-common",12580 "up-data-structs",12581 "up-rpc",12582 "xcm",12583 "xcm-builder",12584 "xcm-executor",12585]1258612587[[package]]12588name = "unique-runtime-common"12589version = "0.9.23"12590dependencies = [12591 "evm-coder",12592 "fp-rpc",12593 "frame-support",12594 "frame-system",12595 "pallet-common",12596 "pallet-evm",12597 "pallet-fungible",12598 "pallet-nonfungible",12599 "pallet-refungible",12600 "pallet-unique",12601 "pallet-unique-scheduler",12602 "parity-scale-codec 3.1.5",12603 "rmrk-rpc",12604 "scale-info",12605 "sp-consensus-aura",12606 "sp-core",12607 "sp-runtime",12608 "sp-std",12609 "up-data-structs",12610 "up-sponsorship",12611]1261212613[[package]]12614name = "universal-hash"12615version = "0.4.1"12616source = "registry+https://github.com/rust-lang/crates.io-index"12617checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12618dependencies = [12619 "generic-array 0.14.5",12620 "subtle",12621]1262212623[[package]]12624name = "unsigned-varint"12625version = "0.7.1"12626source = "registry+https://github.com/rust-lang/crates.io-index"12627checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12628dependencies = [12629 "asynchronous-codec",12630 "bytes 1.1.0",12631 "futures-io",12632 "futures-util",12633]1263412635[[package]]12636name = "untrusted"12637version = "0.7.1"12638source = "registry+https://github.com/rust-lang/crates.io-index"12639checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1264012641[[package]]12642name = "up-data-structs"12643version = "0.1.0"12644dependencies = [12645 "derivative",12646 "frame-support",12647 "frame-system",12648 "pallet-evm",12649 "parity-scale-codec 3.1.5",12650 "rmrk-traits",12651 "scale-info",12652 "serde",12653 "sp-core",12654 "sp-runtime",12655 "sp-std",12656 "struct-versioning",12657]1265812659[[package]]12660name = "up-rpc"12661version = "0.1.0"12662dependencies = [12663 "pallet-common",12664 "pallet-evm",12665 "parity-scale-codec 3.1.5",12666 "sp-api",12667 "sp-core",12668 "sp-runtime",12669 "sp-std",12670 "up-data-structs",12671]1267212673[[package]]12674name = "up-sponsorship"12675version = "0.1.0"12676source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"12677dependencies = [12678 "impl-trait-for-tuples",12679]1268012681[[package]]12682name = "url"12683version = "2.2.2"12684source = "registry+https://github.com/rust-lang/crates.io-index"12685checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12686dependencies = [12687 "form_urlencoded",12688 "idna",12689 "matches",12690 "percent-encoding",12691]1269212693[[package]]12694name = "valuable"12695version = "0.1.0"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1269812699[[package]]12700name = "value-bag"12701version = "1.0.0-alpha.9"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12704dependencies = [12705 "ctor",12706 "version_check",12707]1270812709[[package]]12710name = "vcpkg"12711version = "0.2.15"12712source = "registry+https://github.com/rust-lang/crates.io-index"12713checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1271412715[[package]]12716name = "version_check"12717version = "0.9.4"12718source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1272012721[[package]]12722name = "void"12723version = "1.0.2"12724source = "registry+https://github.com/rust-lang/crates.io-index"12725checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1272612727[[package]]12728name = "waker-fn"12729version = "1.1.0"12730source = "registry+https://github.com/rust-lang/crates.io-index"12731checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1273212733[[package]]12734name = "walkdir"12735version = "2.3.2"12736source = "registry+https://github.com/rust-lang/crates.io-index"12737checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12738dependencies = [12739 "same-file",12740 "winapi",12741 "winapi-util",12742]1274312744[[package]]12745name = "want"12746version = "0.3.0"12747source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12749dependencies = [12750 "log",12751 "try-lock",12752]1275312754[[package]]12755name = "wasi"12756version = "0.9.0+wasi-snapshot-preview1"12757source = "registry+https://github.com/rust-lang/crates.io-index"12758checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1275912760[[package]]12761name = "wasi"12762version = "0.10.0+wasi-snapshot-preview1"12763source = "registry+https://github.com/rust-lang/crates.io-index"12764checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1276512766[[package]]12767name = "wasi"12768version = "0.11.0+wasi-snapshot-preview1"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1277112772[[package]]12773name = "wasm-bindgen"12774version = "0.2.81"12775source = "registry+https://github.com/rust-lang/crates.io-index"12776checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12777dependencies = [12778 "cfg-if 1.0.0",12779 "wasm-bindgen-macro",12780]1278112782[[package]]12783name = "wasm-bindgen-backend"12784version = "0.2.81"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12787dependencies = [12788 "bumpalo",12789 "lazy_static",12790 "log",12791 "proc-macro2",12792 "quote",12793 "syn",12794 "wasm-bindgen-shared",12795]1279612797[[package]]12798name = "wasm-bindgen-futures"12799version = "0.4.31"12800source = "registry+https://github.com/rust-lang/crates.io-index"12801checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12802dependencies = [12803 "cfg-if 1.0.0",12804 "js-sys",12805 "wasm-bindgen",12806 "web-sys",12807]1280812809[[package]]12810name = "wasm-bindgen-macro"12811version = "0.2.81"12812source = "registry+https://github.com/rust-lang/crates.io-index"12813checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12814dependencies = [12815 "quote",12816 "wasm-bindgen-macro-support",12817]1281812819[[package]]12820name = "wasm-bindgen-macro-support"12821version = "0.2.81"12822source = "registry+https://github.com/rust-lang/crates.io-index"12823checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12824dependencies = [12825 "proc-macro2",12826 "quote",12827 "syn",12828 "wasm-bindgen-backend",12829 "wasm-bindgen-shared",12830]1283112832[[package]]12833name = "wasm-bindgen-shared"12834version = "0.2.81"12835source = "registry+https://github.com/rust-lang/crates.io-index"12836checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"1283712838[[package]]12839name = "wasm-gc-api"12840version = "0.1.11"12841source = "registry+https://github.com/rust-lang/crates.io-index"12842checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12843dependencies = [12844 "log",12845 "parity-wasm 0.32.0",12846 "rustc-demangle",12847]1284812849[[package]]12850name = "wasm-instrument"12851version = "0.1.1"12852source = "registry+https://github.com/rust-lang/crates.io-index"12853checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12854dependencies = [12855 "parity-wasm 0.42.2",12856]1285712858[[package]]12859name = "wasm-timer"12860version = "0.2.5"12861source = "registry+https://github.com/rust-lang/crates.io-index"12862checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12863dependencies = [12864 "futures 0.3.21",12865 "js-sys",12866 "parking_lot 0.11.2",12867 "pin-utils",12868 "wasm-bindgen",12869 "wasm-bindgen-futures",12870 "web-sys",12871]1287212873[[package]]12874name = "wasmi"12875version = "0.9.1"12876source = "registry+https://github.com/rust-lang/crates.io-index"12877checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12878dependencies = [12879 "downcast-rs",12880 "libc",12881 "libm",12882 "memory_units",12883 "num-rational 0.2.4",12884 "num-traits",12885 "parity-wasm 0.42.2",12886 "wasmi-validation",12887]1288812889[[package]]12890name = "wasmi-validation"12891version = "0.4.1"12892source = "registry+https://github.com/rust-lang/crates.io-index"12893checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12894dependencies = [12895 "parity-wasm 0.42.2",12896]1289712898[[package]]12899name = "wasmparser"12900version = "0.83.0"12901source = "registry+https://github.com/rust-lang/crates.io-index"12902checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1290312904[[package]]12905name = "wasmtime"12906version = "0.35.3"12907source = "registry+https://github.com/rust-lang/crates.io-index"12908checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12909dependencies = [12910 "anyhow",12911 "backtrace",12912 "bincode",12913 "cfg-if 1.0.0",12914 "indexmap",12915 "lazy_static",12916 "libc",12917 "log",12918 "object 0.27.1",12919 "once_cell",12920 "paste",12921 "psm",12922 "rayon",12923 "region",12924 "serde",12925 "target-lexicon",12926 "wasmparser",12927 "wasmtime-cache",12928 "wasmtime-cranelift",12929 "wasmtime-environ",12930 "wasmtime-jit",12931 "wasmtime-runtime",12932 "winapi",12933]1293412935[[package]]12936name = "wasmtime-cache"12937version = "0.35.3"12938source = "registry+https://github.com/rust-lang/crates.io-index"12939checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"12940dependencies = [12941 "anyhow",12942 "base64",12943 "bincode",12944 "directories-next",12945 "file-per-thread-logger",12946 "log",12947 "rustix",12948 "serde",12949 "sha2 0.9.9",12950 "toml",12951 "winapi",12952 "zstd",12953]1295412955[[package]]12956name = "wasmtime-cranelift"12957version = "0.35.3"12958source = "registry+https://github.com/rust-lang/crates.io-index"12959checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"12960dependencies = [12961 "anyhow",12962 "cranelift-codegen",12963 "cranelift-entity",12964 "cranelift-frontend",12965 "cranelift-native",12966 "cranelift-wasm",12967 "gimli",12968 "log",12969 "more-asserts",12970 "object 0.27.1",12971 "target-lexicon",12972 "thiserror",12973 "wasmparser",12974 "wasmtime-environ",12975]1297612977[[package]]12978name = "wasmtime-environ"12979version = "0.35.3"12980source = "registry+https://github.com/rust-lang/crates.io-index"12981checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"12982dependencies = [12983 "anyhow",12984 "cranelift-entity",12985 "gimli",12986 "indexmap",12987 "log",12988 "more-asserts",12989 "object 0.27.1",12990 "serde",12991 "target-lexicon",12992 "thiserror",12993 "wasmparser",12994 "wasmtime-types",12995]1299612997[[package]]12998name = "wasmtime-jit"12999version = "0.35.3"13000source = "registry+https://github.com/rust-lang/crates.io-index"13001checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13002dependencies = [13003 "addr2line",13004 "anyhow",13005 "bincode",13006 "cfg-if 1.0.0",13007 "cpp_demangle",13008 "gimli",13009 "log",13010 "object 0.27.1",13011 "region",13012 "rustc-demangle",13013 "rustix",13014 "serde",13015 "target-lexicon",13016 "thiserror",13017 "wasmtime-environ",13018 "wasmtime-jit-debug",13019 "wasmtime-runtime",13020 "winapi",13021]1302213023[[package]]13024name = "wasmtime-jit-debug"13025version = "0.35.3"13026source = "registry+https://github.com/rust-lang/crates.io-index"13027checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13028dependencies = [13029 "lazy_static",13030 "object 0.27.1",13031 "rustix",13032]1303313034[[package]]13035name = "wasmtime-runtime"13036version = "0.35.3"13037source = "registry+https://github.com/rust-lang/crates.io-index"13038checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13039dependencies = [13040 "anyhow",13041 "backtrace",13042 "cc",13043 "cfg-if 1.0.0",13044 "indexmap",13045 "libc",13046 "log",13047 "mach",13048 "memfd",13049 "memoffset",13050 "more-asserts",13051 "rand 0.8.5",13052 "region",13053 "rustix",13054 "thiserror",13055 "wasmtime-environ",13056 "wasmtime-jit-debug",13057 "winapi",13058]1305913060[[package]]13061name = "wasmtime-types"13062version = "0.35.3"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13065dependencies = [13066 "cranelift-entity",13067 "serde",13068 "thiserror",13069 "wasmparser",13070]1307113072[[package]]13073name = "web-sys"13074version = "0.3.58"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13077dependencies = [13078 "js-sys",13079 "wasm-bindgen",13080]1308113082[[package]]13083name = "webpki"13084version = "0.22.0"13085source = "registry+https://github.com/rust-lang/crates.io-index"13086checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13087dependencies = [13088 "ring",13089 "untrusted",13090]1309113092[[package]]13093name = "webpki-roots"13094version = "0.22.3"13095source = "registry+https://github.com/rust-lang/crates.io-index"13096checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13097dependencies = [13098 "webpki",13099]1310013101[[package]]13102name = "wepoll-ffi"13103version = "0.1.2"13104source = "registry+https://github.com/rust-lang/crates.io-index"13105checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13106dependencies = [13107 "cc",13108]1310913110[[package]]13111name = "westend-runtime"13112version = "0.9.23"13113source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13114dependencies = [13115 "beefy-primitives",13116 "bitvec 1.0.0",13117 "frame-benchmarking",13118 "frame-election-provider-support",13119 "frame-executive",13120 "frame-support",13121 "frame-system",13122 "frame-system-benchmarking",13123 "frame-system-rpc-runtime-api",13124 "frame-try-runtime",13125 "hex-literal",13126 "log",13127 "pallet-authority-discovery",13128 "pallet-authorship",13129 "pallet-babe",13130 "pallet-bags-list",13131 "pallet-balances",13132 "pallet-collective",13133 "pallet-democracy",13134 "pallet-election-provider-multi-phase",13135 "pallet-election-provider-support-benchmarking",13136 "pallet-elections-phragmen",13137 "pallet-grandpa",13138 "pallet-identity",13139 "pallet-im-online",13140 "pallet-indices",13141 "pallet-membership",13142 "pallet-multisig",13143 "pallet-nicks",13144 "pallet-nomination-pools",13145 "pallet-nomination-pools-benchmarking",13146 "pallet-offences",13147 "pallet-offences-benchmarking",13148 "pallet-preimage",13149 "pallet-proxy",13150 "pallet-recovery",13151 "pallet-scheduler",13152 "pallet-session",13153 "pallet-session-benchmarking",13154 "pallet-society",13155 "pallet-staking",13156 "pallet-staking-reward-curve",13157 "pallet-sudo",13158 "pallet-timestamp",13159 "pallet-transaction-payment",13160 "pallet-transaction-payment-rpc-runtime-api",13161 "pallet-treasury",13162 "pallet-utility",13163 "pallet-vesting",13164 "pallet-xcm",13165 "pallet-xcm-benchmarks",13166 "parity-scale-codec 3.1.5",13167 "polkadot-parachain",13168 "polkadot-primitives",13169 "polkadot-runtime-common",13170 "polkadot-runtime-parachains",13171 "rustc-hex",13172 "scale-info",13173 "serde",13174 "serde_derive",13175 "smallvec",13176 "sp-api",13177 "sp-authority-discovery",13178 "sp-block-builder",13179 "sp-consensus-babe",13180 "sp-core",13181 "sp-inherents",13182 "sp-io",13183 "sp-mmr-primitives",13184 "sp-npos-elections",13185 "sp-offchain",13186 "sp-runtime",13187 "sp-session",13188 "sp-staking",13189 "sp-std",13190 "sp-transaction-pool",13191 "sp-version",13192 "substrate-wasm-builder",13193 "westend-runtime-constants",13194 "xcm",13195 "xcm-builder",13196 "xcm-executor",13197]1319813199[[package]]13200name = "westend-runtime-constants"13201version = "0.9.23"13202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13203dependencies = [13204 "frame-support",13205 "polkadot-primitives",13206 "polkadot-runtime-common",13207 "smallvec",13208 "sp-runtime",13209]1321013211[[package]]13212name = "which"13213version = "4.2.5"13214source = "registry+https://github.com/rust-lang/crates.io-index"13215checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13216dependencies = [13217 "either",13218 "lazy_static",13219 "libc",13220]1322113222[[package]]13223name = "widestring"13224version = "0.5.1"13225source = "registry+https://github.com/rust-lang/crates.io-index"13226checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1322713228[[package]]13229name = "winapi"13230version = "0.3.9"13231source = "registry+https://github.com/rust-lang/crates.io-index"13232checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13233dependencies = [13234 "winapi-i686-pc-windows-gnu",13235 "winapi-x86_64-pc-windows-gnu",13236]1323713238[[package]]13239name = "winapi-i686-pc-windows-gnu"13240version = "0.4.0"13241source = "registry+https://github.com/rust-lang/crates.io-index"13242checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1324313244[[package]]13245name = "winapi-util"13246version = "0.1.5"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13249dependencies = [13250 "winapi",13251]1325213253[[package]]13254name = "winapi-x86_64-pc-windows-gnu"13255version = "0.4.0"13256source = "registry+https://github.com/rust-lang/crates.io-index"13257checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1325813259[[package]]13260name = "windows"13261version = "0.34.0"13262source = "registry+https://github.com/rust-lang/crates.io-index"13263checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13264dependencies = [13265 "windows_aarch64_msvc 0.34.0",13266 "windows_i686_gnu 0.34.0",13267 "windows_i686_msvc 0.34.0",13268 "windows_x86_64_gnu 0.34.0",13269 "windows_x86_64_msvc 0.34.0",13270]1327113272[[package]]13273name = "windows-sys"13274version = "0.36.1"13275source = "registry+https://github.com/rust-lang/crates.io-index"13276checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13277dependencies = [13278 "windows_aarch64_msvc 0.36.1",13279 "windows_i686_gnu 0.36.1",13280 "windows_i686_msvc 0.36.1",13281 "windows_x86_64_gnu 0.36.1",13282 "windows_x86_64_msvc 0.36.1",13283]1328413285[[package]]13286name = "windows_aarch64_msvc"13287version = "0.34.0"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1329013291[[package]]13292name = "windows_aarch64_msvc"13293version = "0.36.1"13294source = "registry+https://github.com/rust-lang/crates.io-index"13295checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1329613297[[package]]13298name = "windows_i686_gnu"13299version = "0.34.0"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1330213303[[package]]13304name = "windows_i686_gnu"13305version = "0.36.1"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1330813309[[package]]13310name = "windows_i686_msvc"13311version = "0.34.0"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1331413315[[package]]13316name = "windows_i686_msvc"13317version = "0.36.1"13318source = "registry+https://github.com/rust-lang/crates.io-index"13319checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1332013321[[package]]13322name = "windows_x86_64_gnu"13323version = "0.34.0"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1332613327[[package]]13328name = "windows_x86_64_gnu"13329version = "0.36.1"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1333213333[[package]]13334name = "windows_x86_64_msvc"13335version = "0.34.0"13336source = "registry+https://github.com/rust-lang/crates.io-index"13337checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1333813339[[package]]13340name = "windows_x86_64_msvc"13341version = "0.36.1"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1334413345[[package]]13346name = "winreg"13347version = "0.7.0"13348source = "registry+https://github.com/rust-lang/crates.io-index"13349checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13350dependencies = [13351 "winapi",13352]1335313354[[package]]13355name = "wyz"13356version = "0.2.0"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1335913360[[package]]13361name = "wyz"13362version = "0.5.0"13363source = "registry+https://github.com/rust-lang/crates.io-index"13364checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13365dependencies = [13366 "tap",13367]1336813369[[package]]13370name = "x25519-dalek"13371version = "1.1.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13374dependencies = [13375 "curve25519-dalek 3.2.0",13376 "rand_core 0.5.1",13377 "zeroize",13378]1337913380[[package]]13381name = "xcm"13382version = "0.9.23"13383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13384dependencies = [13385 "derivative",13386 "impl-trait-for-tuples",13387 "log",13388 "parity-scale-codec 3.1.5",13389 "scale-info",13390 "xcm-procedural",13391]1339213393[[package]]13394name = "xcm-builder"13395version = "0.9.23"13396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13397dependencies = [13398 "frame-support",13399 "frame-system",13400 "log",13401 "pallet-transaction-payment",13402 "parity-scale-codec 3.1.5",13403 "polkadot-parachain",13404 "scale-info",13405 "sp-arithmetic",13406 "sp-io",13407 "sp-runtime",13408 "sp-std",13409 "xcm",13410 "xcm-executor",13411]1341213413[[package]]13414name = "xcm-executor"13415version = "0.9.23"13416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13417dependencies = [13418 "frame-benchmarking",13419 "frame-support",13420 "impl-trait-for-tuples",13421 "log",13422 "parity-scale-codec 3.1.5",13423 "sp-arithmetic",13424 "sp-core",13425 "sp-io",13426 "sp-runtime",13427 "sp-std",13428 "xcm",13429]1343013431[[package]]13432name = "xcm-procedural"13433version = "0.1.0"13434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13435dependencies = [13436 "Inflector",13437 "proc-macro2",13438 "quote",13439 "syn",13440]1344113442[[package]]13443name = "yamux"13444version = "0.10.1"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13447dependencies = [13448 "futures 0.3.21",13449 "log",13450 "nohash-hasher",13451 "parking_lot 0.12.1",13452 "rand 0.8.5",13453 "static_assertions",13454]1345513456[[package]]13457name = "yansi"13458version = "0.5.1"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1346113462[[package]]13463name = "zeroize"13464version = "1.4.3"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13467dependencies = [13468 "zeroize_derive",13469]1347013471[[package]]13472name = "zeroize_derive"13473version = "1.3.2"13474source = "registry+https://github.com/rust-lang/crates.io-index"13475checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13476dependencies = [13477 "proc-macro2",13478 "quote",13479 "syn",13480 "synstructure",13481]1348213483[[package]]13484name = "zstd"13485version = "0.10.2+zstd.1.5.2"13486source = "registry+https://github.com/rust-lang/crates.io-index"13487checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13488dependencies = [13489 "zstd-safe",13490]1349113492[[package]]13493name = "zstd-safe"13494version = "4.1.6+zstd.1.5.2"13495source = "registry+https://github.com/rust-lang/crates.io-index"13496checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13497dependencies = [13498 "libc",13499 "zstd-sys",13500]1350113502[[package]]13503name = "zstd-sys"13504version = "1.6.3+zstd.1.5.2"13505source = "registry+https://github.com/rust-lang/crates.io-index"13506checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13507dependencies = [13508 "cc",13509 "libc",13510]