git.delta.rocks / unique-network / refs/commits / 71e16e1f1a02

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 "parity-scale-codec 3.1.5",6612 "scale-info",6613 "serde",6614 "sp-core",6615 "sp-io",6616 "sp-runtime",6617 "sp-std",6618 "up-data-structs",6619]66206621[[package]]6622name = "pallet-unique-scheduler"6623version = "0.1.0"6624dependencies = [6625 "frame-benchmarking",6626 "frame-support",6627 "frame-system",6628 "log",6629 "parity-scale-codec 3.1.5",6630 "scale-info",6631 "serde",6632 "sp-core",6633 "sp-io",6634 "sp-runtime",6635 "sp-std",6636 "substrate-test-utils",6637 "up-sponsorship",6638]66396640[[package]]6641name = "pallet-utility"6642version = "4.0.0-dev"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6644dependencies = [6645 "frame-benchmarking",6646 "frame-support",6647 "frame-system",6648 "parity-scale-codec 3.1.5",6649 "scale-info",6650 "sp-core",6651 "sp-io",6652 "sp-runtime",6653 "sp-std",6654]66556656[[package]]6657name = "pallet-vesting"6658version = "4.0.0-dev"6659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"6660dependencies = [6661 "frame-benchmarking",6662 "frame-support",6663 "frame-system",6664 "log",6665 "parity-scale-codec 3.1.5",6666 "scale-info",6667 "sp-runtime",6668 "sp-std",6669]66706671[[package]]6672name = "pallet-xcm"6673version = "0.9.23"6674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6675dependencies = [6676 "frame-support",6677 "frame-system",6678 "log",6679 "parity-scale-codec 3.1.5",6680 "scale-info",6681 "serde",6682 "sp-core",6683 "sp-runtime",6684 "sp-std",6685 "xcm",6686 "xcm-executor",6687]66886689[[package]]6690name = "pallet-xcm-benchmarks"6691version = "0.9.23"6692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"6693dependencies = [6694 "frame-benchmarking",6695 "frame-support",6696 "frame-system",6697 "log",6698 "parity-scale-codec 3.1.5",6699 "scale-info",6700 "sp-runtime",6701 "sp-std",6702 "xcm",6703 "xcm-executor",6704]67056706[[package]]6707name = "parachain-info"6708version = "0.1.0"6709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.23#9c1470893c6bd5f33ad8eb104d159177c6847df5"6710dependencies = [6711 "cumulus-primitives-core",6712 "frame-support",6713 "frame-system",6714 "parity-scale-codec 3.1.5",6715 "scale-info",6716 "serde",6717]67186719[[package]]6720name = "parity-db"6721version = "0.3.13"6722source = "registry+https://github.com/rust-lang/crates.io-index"6723checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6724dependencies = [6725 "blake2-rfc",6726 "crc32fast",6727 "fs2",6728 "hex",6729 "libc",6730 "log",6731 "lz4",6732 "memmap2 0.2.3",6733 "parking_lot 0.11.2",6734 "rand 0.8.5",6735 "snap",6736]67376738[[package]]6739name = "parity-scale-codec"6740version = "2.3.1"6741source = "registry+https://github.com/rust-lang/crates.io-index"6742checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6743dependencies = [6744 "arrayvec 0.7.2",6745 "bitvec 0.20.4",6746 "byte-slice-cast",6747 "impl-trait-for-tuples",6748 "parity-scale-codec-derive 2.3.1",6749 "serde",6750]67516752[[package]]6753name = "parity-scale-codec"6754version = "3.1.5"6755source = "registry+https://github.com/rust-lang/crates.io-index"6756checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6757dependencies = [6758 "arrayvec 0.7.2",6759 "bitvec 1.0.0",6760 "byte-slice-cast",6761 "impl-trait-for-tuples",6762 "parity-scale-codec-derive 3.1.3",6763 "serde",6764]67656766[[package]]6767name = "parity-scale-codec-derive"6768version = "2.3.1"6769source = "registry+https://github.com/rust-lang/crates.io-index"6770checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6771dependencies = [6772 "proc-macro-crate",6773 "proc-macro2",6774 "quote",6775 "syn",6776]67776778[[package]]6779name = "parity-scale-codec-derive"6780version = "3.1.3"6781source = "registry+https://github.com/rust-lang/crates.io-index"6782checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6783dependencies = [6784 "proc-macro-crate",6785 "proc-macro2",6786 "quote",6787 "syn",6788]67896790[[package]]6791name = "parity-send-wrapper"6792version = "0.1.0"6793source = "registry+https://github.com/rust-lang/crates.io-index"6794checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"67956796[[package]]6797name = "parity-util-mem"6798version = "0.11.0"6799source = "registry+https://github.com/rust-lang/crates.io-index"6800checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6801dependencies = [6802 "cfg-if 1.0.0",6803 "ethereum-types",6804 "hashbrown 0.12.1",6805 "impl-trait-for-tuples",6806 "lru 0.7.7",6807 "parity-util-mem-derive",6808 "parking_lot 0.12.1",6809 "primitive-types",6810 "smallvec",6811 "winapi",6812]68136814[[package]]6815name = "parity-util-mem-derive"6816version = "0.1.0"6817source = "registry+https://github.com/rust-lang/crates.io-index"6818checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6819dependencies = [6820 "proc-macro2",6821 "syn",6822 "synstructure",6823]68246825[[package]]6826name = "parity-wasm"6827version = "0.32.0"6828source = "registry+https://github.com/rust-lang/crates.io-index"6829checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6830dependencies = [6831 "byteorder",6832]68336834[[package]]6835name = "parity-wasm"6836version = "0.42.2"6837source = "registry+https://github.com/rust-lang/crates.io-index"6838checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68396840[[package]]6841name = "parking"6842version = "2.0.0"6843source = "registry+https://github.com/rust-lang/crates.io-index"6844checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68456846[[package]]6847name = "parking_lot"6848version = "0.11.2"6849source = "registry+https://github.com/rust-lang/crates.io-index"6850checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6851dependencies = [6852 "instant",6853 "lock_api",6854 "parking_lot_core 0.8.5",6855]68566857[[package]]6858name = "parking_lot"6859version = "0.12.1"6860source = "registry+https://github.com/rust-lang/crates.io-index"6861checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6862dependencies = [6863 "lock_api",6864 "parking_lot_core 0.9.3",6865]68666867[[package]]6868name = "parking_lot_core"6869version = "0.8.5"6870source = "registry+https://github.com/rust-lang/crates.io-index"6871checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6872dependencies = [6873 "cfg-if 1.0.0",6874 "instant",6875 "libc",6876 "redox_syscall",6877 "smallvec",6878 "winapi",6879]68806881[[package]]6882name = "parking_lot_core"6883version = "0.9.3"6884source = "registry+https://github.com/rust-lang/crates.io-index"6885checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6886dependencies = [6887 "cfg-if 1.0.0",6888 "libc",6889 "redox_syscall",6890 "smallvec",6891 "windows-sys",6892]68936894[[package]]6895name = "paste"6896version = "1.0.7"6897source = "registry+https://github.com/rust-lang/crates.io-index"6898checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"68996900[[package]]6901name = "pbkdf2"6902version = "0.4.0"6903source = "registry+https://github.com/rust-lang/crates.io-index"6904checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6905dependencies = [6906 "crypto-mac 0.8.0",6907]69086909[[package]]6910name = "pbkdf2"6911version = "0.8.0"6912source = "registry+https://github.com/rust-lang/crates.io-index"6913checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6914dependencies = [6915 "crypto-mac 0.11.1",6916]69176918[[package]]6919name = "peeking_take_while"6920version = "0.1.2"6921source = "registry+https://github.com/rust-lang/crates.io-index"6922checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69236924[[package]]6925name = "percent-encoding"6926version = "2.1.0"6927source = "registry+https://github.com/rust-lang/crates.io-index"6928checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69296930[[package]]6931name = "pest"6932version = "2.1.3"6933source = "registry+https://github.com/rust-lang/crates.io-index"6934checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6935dependencies = [6936 "ucd-trie",6937]69386939[[package]]6940name = "pest_derive"6941version = "2.1.0"6942source = "registry+https://github.com/rust-lang/crates.io-index"6943checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6944dependencies = [6945 "pest",6946 "pest_generator",6947]69486949[[package]]6950name = "pest_generator"6951version = "2.1.3"6952source = "registry+https://github.com/rust-lang/crates.io-index"6953checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6954dependencies = [6955 "pest",6956 "pest_meta",6957 "proc-macro2",6958 "quote",6959 "syn",6960]69616962[[package]]6963name = "pest_meta"6964version = "2.1.3"6965source = "registry+https://github.com/rust-lang/crates.io-index"6966checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6967dependencies = [6968 "maplit",6969 "pest",6970 "sha-1 0.8.2",6971]69726973[[package]]6974name = "petgraph"6975version = "0.6.2"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"6978dependencies = [6979 "fixedbitset",6980 "indexmap",6981]69826983[[package]]6984name = "pin-project"6985version = "0.4.29"6986source = "registry+https://github.com/rust-lang/crates.io-index"6987checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6988dependencies = [6989 "pin-project-internal 0.4.29",6990]69916992[[package]]6993name = "pin-project"6994version = "1.0.10"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6997dependencies = [6998 "pin-project-internal 1.0.10",6999]70007001[[package]]7002name = "pin-project-internal"7003version = "0.4.29"7004source = "registry+https://github.com/rust-lang/crates.io-index"7005checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7006dependencies = [7007 "proc-macro2",7008 "quote",7009 "syn",7010]70117012[[package]]7013name = "pin-project-internal"7014version = "1.0.10"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7017dependencies = [7018 "proc-macro2",7019 "quote",7020 "syn",7021]70227023[[package]]7024name = "pin-project-lite"7025version = "0.1.12"7026source = "registry+https://github.com/rust-lang/crates.io-index"7027checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70287029[[package]]7030name = "pin-project-lite"7031version = "0.2.9"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70347035[[package]]7036name = "pin-utils"7037version = "0.1.0"7038source = "registry+https://github.com/rust-lang/crates.io-index"7039checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70407041[[package]]7042name = "pkg-config"7043version = "0.3.25"7044source = "registry+https://github.com/rust-lang/crates.io-index"7045checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70467047[[package]]7048name = "platforms"7049version = "2.0.0"7050source = "registry+https://github.com/rust-lang/crates.io-index"7051checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70527053[[package]]7054name = "polkadot-approval-distribution"7055version = "0.9.23"7056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7057dependencies = [7058 "futures 0.3.21",7059 "polkadot-node-network-protocol",7060 "polkadot-node-primitives",7061 "polkadot-node-subsystem",7062 "polkadot-node-subsystem-util",7063 "polkadot-primitives",7064 "rand 0.8.5",7065 "tracing-gum",7066]70677068[[package]]7069name = "polkadot-availability-bitfield-distribution"7070version = "0.9.23"7071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7072dependencies = [7073 "futures 0.3.21",7074 "polkadot-node-network-protocol",7075 "polkadot-node-subsystem",7076 "polkadot-node-subsystem-util",7077 "polkadot-primitives",7078 "rand 0.8.5",7079 "tracing-gum",7080]70817082[[package]]7083name = "polkadot-availability-distribution"7084version = "0.9.23"7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7086dependencies = [7087 "derive_more",7088 "fatality",7089 "futures 0.3.21",7090 "lru 0.7.7",7091 "parity-scale-codec 3.1.5",7092 "polkadot-erasure-coding",7093 "polkadot-node-network-protocol",7094 "polkadot-node-primitives",7095 "polkadot-node-subsystem",7096 "polkadot-node-subsystem-util",7097 "polkadot-primitives",7098 "rand 0.8.5",7099 "sp-core",7100 "sp-keystore",7101 "thiserror",7102 "tracing-gum",7103]71047105[[package]]7106name = "polkadot-availability-recovery"7107version = "0.9.23"7108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7109dependencies = [7110 "fatality",7111 "futures 0.3.21",7112 "lru 0.7.7",7113 "parity-scale-codec 3.1.5",7114 "polkadot-erasure-coding",7115 "polkadot-node-network-protocol",7116 "polkadot-node-primitives",7117 "polkadot-node-subsystem",7118 "polkadot-node-subsystem-util",7119 "polkadot-primitives",7120 "rand 0.8.5",7121 "sc-network",7122 "thiserror",7123 "tracing-gum",7124]71257126[[package]]7127name = "polkadot-cli"7128version = "0.9.23"7129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7130dependencies = [7131 "clap",7132 "frame-benchmarking-cli",7133 "futures 0.3.21",7134 "log",7135 "polkadot-client",7136 "polkadot-node-core-pvf",7137 "polkadot-node-metrics",7138 "polkadot-performance-test",7139 "polkadot-service",7140 "sc-cli",7141 "sc-service",7142 "sc-sysinfo",7143 "sc-tracing",7144 "sp-core",7145 "sp-trie",7146 "substrate-build-script-utils",7147 "thiserror",7148 "try-runtime-cli",7149]71507151[[package]]7152name = "polkadot-client"7153version = "0.9.23"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7155dependencies = [7156 "beefy-primitives",7157 "frame-benchmarking",7158 "frame-benchmarking-cli",7159 "frame-system",7160 "frame-system-rpc-runtime-api",7161 "pallet-transaction-payment",7162 "pallet-transaction-payment-rpc-runtime-api",7163 "polkadot-core-primitives",7164 "polkadot-node-core-parachains-inherent",7165 "polkadot-primitives",7166 "polkadot-runtime",7167 "polkadot-runtime-common",7168 "sc-client-api",7169 "sc-consensus",7170 "sc-executor",7171 "sc-service",7172 "sp-api",7173 "sp-authority-discovery",7174 "sp-block-builder",7175 "sp-blockchain",7176 "sp-consensus",7177 "sp-consensus-babe",7178 "sp-core",7179 "sp-finality-grandpa",7180 "sp-inherents",7181 "sp-keyring",7182 "sp-mmr-primitives",7183 "sp-offchain",7184 "sp-runtime",7185 "sp-session",7186 "sp-storage",7187 "sp-timestamp",7188 "sp-transaction-pool",7189]71907191[[package]]7192name = "polkadot-collator-protocol"7193version = "0.9.23"7194source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7195dependencies = [7196 "always-assert",7197 "fatality",7198 "futures 0.3.21",7199 "futures-timer",7200 "polkadot-node-network-protocol",7201 "polkadot-node-primitives",7202 "polkadot-node-subsystem",7203 "polkadot-node-subsystem-util",7204 "polkadot-primitives",7205 "sp-core",7206 "sp-keystore",7207 "sp-runtime",7208 "thiserror",7209 "tracing-gum",7210]72117212[[package]]7213name = "polkadot-core-primitives"7214version = "0.9.23"7215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7216dependencies = [7217 "parity-scale-codec 3.1.5",7218 "parity-util-mem",7219 "scale-info",7220 "sp-core",7221 "sp-runtime",7222 "sp-std",7223]72247225[[package]]7226name = "polkadot-dispute-distribution"7227version = "0.9.23"7228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7229dependencies = [7230 "derive_more",7231 "fatality",7232 "futures 0.3.21",7233 "lru 0.7.7",7234 "parity-scale-codec 3.1.5",7235 "polkadot-erasure-coding",7236 "polkadot-node-network-protocol",7237 "polkadot-node-primitives",7238 "polkadot-node-subsystem",7239 "polkadot-node-subsystem-util",7240 "polkadot-primitives",7241 "sc-network",7242 "sp-application-crypto",7243 "sp-keystore",7244 "thiserror",7245 "tracing-gum",7246]72477248[[package]]7249name = "polkadot-erasure-coding"7250version = "0.9.23"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7252dependencies = [7253 "parity-scale-codec 3.1.5",7254 "polkadot-node-primitives",7255 "polkadot-primitives",7256 "reed-solomon-novelpoly",7257 "sp-core",7258 "sp-trie",7259 "thiserror",7260]72617262[[package]]7263name = "polkadot-gossip-support"7264version = "0.9.23"7265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7266dependencies = [7267 "futures 0.3.21",7268 "futures-timer",7269 "polkadot-node-network-protocol",7270 "polkadot-node-subsystem",7271 "polkadot-node-subsystem-util",7272 "polkadot-primitives",7273 "rand 0.8.5",7274 "rand_chacha 0.3.1",7275 "sc-network",7276 "sp-application-crypto",7277 "sp-core",7278 "sp-keystore",7279 "tracing-gum",7280]72817282[[package]]7283name = "polkadot-network-bridge"7284version = "0.9.23"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7286dependencies = [7287 "always-assert",7288 "async-trait",7289 "bytes 1.1.0",7290 "futures 0.3.21",7291 "parity-scale-codec 3.1.5",7292 "parking_lot 0.12.1",7293 "polkadot-node-network-protocol",7294 "polkadot-node-subsystem",7295 "polkadot-node-subsystem-util",7296 "polkadot-overseer",7297 "polkadot-primitives",7298 "sc-network",7299 "sp-consensus",7300 "tracing-gum",7301]73027303[[package]]7304name = "polkadot-node-collation-generation"7305version = "0.9.23"7306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7307dependencies = [7308 "futures 0.3.21",7309 "parity-scale-codec 3.1.5",7310 "polkadot-erasure-coding",7311 "polkadot-node-primitives",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "sp-core",7316 "sp-maybe-compressed-blob",7317 "thiserror",7318 "tracing-gum",7319]73207321[[package]]7322name = "polkadot-node-core-approval-voting"7323version = "0.9.23"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7325dependencies = [7326 "bitvec 1.0.0",7327 "derive_more",7328 "futures 0.3.21",7329 "futures-timer",7330 "kvdb",7331 "lru 0.7.7",7332 "merlin",7333 "parity-scale-codec 3.1.5",7334 "polkadot-node-jaeger",7335 "polkadot-node-primitives",7336 "polkadot-node-subsystem",7337 "polkadot-node-subsystem-util",7338 "polkadot-overseer",7339 "polkadot-primitives",7340 "sc-keystore",7341 "schnorrkel",7342 "sp-application-crypto",7343 "sp-consensus",7344 "sp-consensus-slots",7345 "sp-runtime",7346 "thiserror",7347 "tracing-gum",7348]73497350[[package]]7351name = "polkadot-node-core-av-store"7352version = "0.9.23"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7354dependencies = [7355 "bitvec 1.0.0",7356 "futures 0.3.21",7357 "futures-timer",7358 "kvdb",7359 "parity-scale-codec 3.1.5",7360 "polkadot-erasure-coding",7361 "polkadot-node-primitives",7362 "polkadot-node-subsystem",7363 "polkadot-node-subsystem-util",7364 "polkadot-overseer",7365 "polkadot-primitives",7366 "thiserror",7367 "tracing-gum",7368]73697370[[package]]7371name = "polkadot-node-core-backing"7372version = "0.9.23"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7374dependencies = [7375 "bitvec 1.0.0",7376 "fatality",7377 "futures 0.3.21",7378 "polkadot-erasure-coding",7379 "polkadot-node-primitives",7380 "polkadot-node-subsystem",7381 "polkadot-node-subsystem-util",7382 "polkadot-primitives",7383 "polkadot-statement-table",7384 "sp-keystore",7385 "thiserror",7386 "tracing-gum",7387]73887389[[package]]7390name = "polkadot-node-core-bitfield-signing"7391version = "0.9.23"7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7393dependencies = [7394 "futures 0.3.21",7395 "polkadot-node-subsystem",7396 "polkadot-node-subsystem-util",7397 "polkadot-primitives",7398 "sp-keystore",7399 "thiserror",7400 "tracing-gum",7401 "wasm-timer",7402]74037404[[package]]7405name = "polkadot-node-core-candidate-validation"7406version = "0.9.23"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7408dependencies = [7409 "async-trait",7410 "futures 0.3.21",7411 "parity-scale-codec 3.1.5",7412 "polkadot-node-core-pvf",7413 "polkadot-node-primitives",7414 "polkadot-node-subsystem",7415 "polkadot-node-subsystem-util",7416 "polkadot-parachain",7417 "polkadot-primitives",7418 "sp-maybe-compressed-blob",7419 "tracing-gum",7420]74217422[[package]]7423name = "polkadot-node-core-chain-api"7424version = "0.9.23"7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7426dependencies = [7427 "futures 0.3.21",7428 "polkadot-node-subsystem",7429 "polkadot-node-subsystem-util",7430 "polkadot-primitives",7431 "sc-client-api",7432 "sc-consensus-babe",7433 "sp-blockchain",7434 "tracing-gum",7435]74367437[[package]]7438name = "polkadot-node-core-chain-selection"7439version = "0.9.23"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7441dependencies = [7442 "futures 0.3.21",7443 "futures-timer",7444 "kvdb",7445 "parity-scale-codec 3.1.5",7446 "polkadot-node-primitives",7447 "polkadot-node-subsystem",7448 "polkadot-node-subsystem-util",7449 "polkadot-primitives",7450 "thiserror",7451 "tracing-gum",7452]74537454[[package]]7455name = "polkadot-node-core-dispute-coordinator"7456version = "0.9.23"7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7458dependencies = [7459 "fatality",7460 "futures 0.3.21",7461 "kvdb",7462 "lru 0.7.7",7463 "parity-scale-codec 3.1.5",7464 "polkadot-node-primitives",7465 "polkadot-node-subsystem",7466 "polkadot-node-subsystem-util",7467 "polkadot-primitives",7468 "sc-keystore",7469 "thiserror",7470 "tracing-gum",7471]74727473[[package]]7474name = "polkadot-node-core-parachains-inherent"7475version = "0.9.23"7476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7477dependencies = [7478 "async-trait",7479 "futures 0.3.21",7480 "futures-timer",7481 "polkadot-node-subsystem",7482 "polkadot-primitives",7483 "sp-blockchain",7484 "sp-inherents",7485 "sp-runtime",7486 "thiserror",7487 "tracing-gum",7488]74897490[[package]]7491name = "polkadot-node-core-provisioner"7492version = "0.9.23"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7494dependencies = [7495 "bitvec 1.0.0",7496 "fatality",7497 "futures 0.3.21",7498 "futures-timer",7499 "polkadot-node-primitives",7500 "polkadot-node-subsystem",7501 "polkadot-node-subsystem-util",7502 "polkadot-primitives",7503 "rand 0.8.5",7504 "thiserror",7505 "tracing-gum",7506]75077508[[package]]7509name = "polkadot-node-core-pvf"7510version = "0.9.23"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7512dependencies = [7513 "always-assert",7514 "assert_matches",7515 "async-process",7516 "async-std",7517 "futures 0.3.21",7518 "futures-timer",7519 "parity-scale-codec 3.1.5",7520 "pin-project 1.0.10",7521 "polkadot-core-primitives",7522 "polkadot-node-subsystem-util",7523 "polkadot-parachain",7524 "rand 0.8.5",7525 "sc-executor",7526 "sc-executor-common",7527 "sc-executor-wasmtime",7528 "slotmap",7529 "sp-core",7530 "sp-externalities",7531 "sp-io",7532 "sp-maybe-compressed-blob",7533 "sp-tracing",7534 "sp-wasm-interface",7535 "tempfile",7536 "tracing-gum",7537]75387539[[package]]7540name = "polkadot-node-core-pvf-checker"7541version = "0.9.23"7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7543dependencies = [7544 "futures 0.3.21",7545 "polkadot-node-primitives",7546 "polkadot-node-subsystem",7547 "polkadot-node-subsystem-util",7548 "polkadot-overseer",7549 "polkadot-primitives",7550 "sp-keystore",7551 "thiserror",7552 "tracing-gum",7553]75547555[[package]]7556name = "polkadot-node-core-runtime-api"7557version = "0.9.23"7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7559dependencies = [7560 "futures 0.3.21",7561 "memory-lru",7562 "parity-util-mem",7563 "polkadot-node-subsystem",7564 "polkadot-node-subsystem-util",7565 "polkadot-primitives",7566 "sp-api",7567 "sp-authority-discovery",7568 "sp-consensus-babe",7569 "tracing-gum",7570]75717572[[package]]7573name = "polkadot-node-jaeger"7574version = "0.9.23"7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7576dependencies = [7577 "async-std",7578 "lazy_static",7579 "log",7580 "mick-jaeger",7581 "parity-scale-codec 3.1.5",7582 "parking_lot 0.12.1",7583 "polkadot-node-primitives",7584 "polkadot-primitives",7585 "sc-network",7586 "sp-core",7587 "thiserror",7588]75897590[[package]]7591name = "polkadot-node-metrics"7592version = "0.9.23"7593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7594dependencies = [7595 "bs58",7596 "futures 0.3.21",7597 "futures-timer",7598 "log",7599 "parity-scale-codec 3.1.5",7600 "polkadot-primitives",7601 "prioritized-metered-channel",7602 "sc-cli",7603 "sc-service",7604 "sc-tracing",7605 "substrate-prometheus-endpoint",7606 "tracing-gum",7607]76087609[[package]]7610name = "polkadot-node-network-protocol"7611version = "0.9.23"7612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7613dependencies = [7614 "async-trait",7615 "derive_more",7616 "fatality",7617 "futures 0.3.21",7618 "parity-scale-codec 3.1.5",7619 "polkadot-node-jaeger",7620 "polkadot-node-primitives",7621 "polkadot-primitives",7622 "rand 0.8.5",7623 "sc-authority-discovery",7624 "sc-network",7625 "strum 0.24.1",7626 "thiserror",7627 "tracing-gum",7628]76297630[[package]]7631name = "polkadot-node-primitives"7632version = "0.9.23"7633source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7634dependencies = [7635 "bounded-vec",7636 "futures 0.3.21",7637 "parity-scale-codec 3.1.5",7638 "polkadot-parachain",7639 "polkadot-primitives",7640 "schnorrkel",7641 "serde",7642 "sp-application-crypto",7643 "sp-consensus-babe",7644 "sp-consensus-vrf",7645 "sp-core",7646 "sp-keystore",7647 "sp-maybe-compressed-blob",7648 "thiserror",7649 "zstd",7650]76517652[[package]]7653name = "polkadot-node-subsystem"7654version = "0.9.23"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7656dependencies = [7657 "polkadot-node-jaeger",7658 "polkadot-node-subsystem-types",7659 "polkadot-overseer",7660]76617662[[package]]7663name = "polkadot-node-subsystem-types"7664version = "0.9.23"7665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7666dependencies = [7667 "derive_more",7668 "futures 0.3.21",7669 "orchestra",7670 "polkadot-node-jaeger",7671 "polkadot-node-network-protocol",7672 "polkadot-node-primitives",7673 "polkadot-primitives",7674 "polkadot-statement-table",7675 "sc-network",7676 "smallvec",7677 "substrate-prometheus-endpoint",7678 "thiserror",7679]76807681[[package]]7682name = "polkadot-node-subsystem-util"7683version = "0.9.23"7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7685dependencies = [7686 "async-trait",7687 "derive_more",7688 "fatality",7689 "futures 0.3.21",7690 "itertools",7691 "kvdb",7692 "lru 0.7.7",7693 "parity-db",7694 "parity-scale-codec 3.1.5",7695 "parity-util-mem",7696 "parking_lot 0.11.2",7697 "pin-project 1.0.10",7698 "polkadot-node-jaeger",7699 "polkadot-node-metrics",7700 "polkadot-node-network-protocol",7701 "polkadot-node-primitives",7702 "polkadot-node-subsystem",7703 "polkadot-overseer",7704 "polkadot-primitives",7705 "prioritized-metered-channel",7706 "rand 0.8.5",7707 "sp-application-crypto",7708 "sp-core",7709 "sp-keystore",7710 "thiserror",7711 "tracing-gum",7712]77137714[[package]]7715name = "polkadot-overseer"7716version = "0.9.23"7717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7718dependencies = [7719 "futures 0.3.21",7720 "futures-timer",7721 "lru 0.7.7",7722 "orchestra",7723 "parity-util-mem",7724 "parking_lot 0.12.1",7725 "polkadot-node-metrics",7726 "polkadot-node-network-protocol",7727 "polkadot-node-primitives",7728 "polkadot-node-subsystem-types",7729 "polkadot-primitives",7730 "sc-client-api",7731 "sp-api",7732 "sp-core",7733 "tracing-gum",7734]77357736[[package]]7737name = "polkadot-parachain"7738version = "0.9.23"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7740dependencies = [7741 "derive_more",7742 "frame-support",7743 "parity-scale-codec 3.1.5",7744 "parity-util-mem",7745 "polkadot-core-primitives",7746 "scale-info",7747 "serde",7748 "sp-core",7749 "sp-runtime",7750 "sp-std",7751]77527753[[package]]7754name = "polkadot-performance-test"7755version = "0.9.23"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7757dependencies = [7758 "env_logger",7759 "kusama-runtime",7760 "log",7761 "polkadot-erasure-coding",7762 "polkadot-node-core-pvf",7763 "polkadot-node-primitives",7764 "quote",7765 "thiserror",7766]77677768[[package]]7769name = "polkadot-primitives"7770version = "0.9.23"7771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7772dependencies = [7773 "bitvec 1.0.0",7774 "frame-system",7775 "hex-literal",7776 "parity-scale-codec 3.1.5",7777 "parity-util-mem",7778 "polkadot-core-primitives",7779 "polkadot-parachain",7780 "scale-info",7781 "serde",7782 "sp-api",7783 "sp-application-crypto",7784 "sp-arithmetic",7785 "sp-authority-discovery",7786 "sp-consensus-slots",7787 "sp-core",7788 "sp-inherents",7789 "sp-io",7790 "sp-keystore",7791 "sp-runtime",7792 "sp-staking",7793 "sp-std",7794 "sp-trie",7795 "sp-version",7796]77977798[[package]]7799name = "polkadot-rpc"7800version = "0.9.23"7801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7802dependencies = [7803 "beefy-gadget",7804 "beefy-gadget-rpc",7805 "jsonrpsee",7806 "pallet-mmr-rpc",7807 "pallet-transaction-payment-rpc",7808 "polkadot-primitives",7809 "sc-chain-spec",7810 "sc-client-api",7811 "sc-consensus-babe",7812 "sc-consensus-babe-rpc",7813 "sc-consensus-epochs",7814 "sc-finality-grandpa",7815 "sc-finality-grandpa-rpc",7816 "sc-rpc",7817 "sc-sync-state-rpc",7818 "sc-transaction-pool-api",7819 "sp-api",7820 "sp-block-builder",7821 "sp-blockchain",7822 "sp-consensus",7823 "sp-consensus-babe",7824 "sp-keystore",7825 "sp-runtime",7826 "substrate-frame-rpc-system",7827 "substrate-state-trie-migration-rpc",7828]78297830[[package]]7831name = "polkadot-runtime"7832version = "0.9.23"7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7834dependencies = [7835 "beefy-primitives",7836 "bitvec 1.0.0",7837 "frame-benchmarking",7838 "frame-election-provider-support",7839 "frame-executive",7840 "frame-support",7841 "frame-system",7842 "frame-system-benchmarking",7843 "frame-system-rpc-runtime-api",7844 "frame-try-runtime",7845 "hex-literal",7846 "log",7847 "pallet-authority-discovery",7848 "pallet-authorship",7849 "pallet-babe",7850 "pallet-bags-list",7851 "pallet-balances",7852 "pallet-bounties",7853 "pallet-child-bounties",7854 "pallet-collective",7855 "pallet-democracy",7856 "pallet-election-provider-multi-phase",7857 "pallet-election-provider-support-benchmarking",7858 "pallet-elections-phragmen",7859 "pallet-grandpa",7860 "pallet-identity",7861 "pallet-im-online",7862 "pallet-indices",7863 "pallet-membership",7864 "pallet-multisig",7865 "pallet-nicks",7866 "pallet-offences",7867 "pallet-offences-benchmarking",7868 "pallet-preimage",7869 "pallet-proxy",7870 "pallet-scheduler",7871 "pallet-session",7872 "pallet-session-benchmarking",7873 "pallet-staking",7874 "pallet-staking-reward-curve",7875 "pallet-timestamp",7876 "pallet-tips",7877 "pallet-transaction-payment",7878 "pallet-transaction-payment-rpc-runtime-api",7879 "pallet-treasury",7880 "pallet-utility",7881 "pallet-vesting",7882 "pallet-xcm",7883 "parity-scale-codec 3.1.5",7884 "polkadot-primitives",7885 "polkadot-runtime-common",7886 "polkadot-runtime-constants",7887 "polkadot-runtime-parachains",7888 "rustc-hex",7889 "scale-info",7890 "serde",7891 "serde_derive",7892 "smallvec",7893 "sp-api",7894 "sp-authority-discovery",7895 "sp-block-builder",7896 "sp-consensus-babe",7897 "sp-core",7898 "sp-inherents",7899 "sp-io",7900 "sp-mmr-primitives",7901 "sp-npos-elections",7902 "sp-offchain",7903 "sp-runtime",7904 "sp-session",7905 "sp-staking",7906 "sp-std",7907 "sp-transaction-pool",7908 "sp-version",7909 "static_assertions",7910 "substrate-wasm-builder",7911 "xcm",7912 "xcm-builder",7913 "xcm-executor",7914]79157916[[package]]7917name = "polkadot-runtime-common"7918version = "0.9.23"7919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7920dependencies = [7921 "beefy-primitives",7922 "bitvec 1.0.0",7923 "frame-benchmarking",7924 "frame-election-provider-support",7925 "frame-support",7926 "frame-system",7927 "impl-trait-for-tuples",7928 "libsecp256k1",7929 "log",7930 "pallet-authorship",7931 "pallet-babe",7932 "pallet-bags-list",7933 "pallet-balances",7934 "pallet-beefy-mmr",7935 "pallet-election-provider-multi-phase",7936 "pallet-session",7937 "pallet-staking",7938 "pallet-timestamp",7939 "pallet-transaction-payment",7940 "pallet-treasury",7941 "pallet-vesting",7942 "parity-scale-codec 3.1.5",7943 "polkadot-primitives",7944 "polkadot-runtime-parachains",7945 "rustc-hex",7946 "scale-info",7947 "serde",7948 "serde_derive",7949 "slot-range-helper",7950 "sp-api",7951 "sp-core",7952 "sp-inherents",7953 "sp-io",7954 "sp-npos-elections",7955 "sp-runtime",7956 "sp-session",7957 "sp-staking",7958 "sp-std",7959 "static_assertions",7960 "xcm",7961]79627963[[package]]7964name = "polkadot-runtime-constants"7965version = "0.9.23"7966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7967dependencies = [7968 "frame-support",7969 "polkadot-primitives",7970 "polkadot-runtime-common",7971 "smallvec",7972 "sp-runtime",7973]79747975[[package]]7976name = "polkadot-runtime-metrics"7977version = "0.9.23"7978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7979dependencies = [7980 "bs58",7981 "parity-scale-codec 3.1.5",7982 "polkadot-primitives",7983 "sp-std",7984 "sp-tracing",7985]79867987[[package]]7988name = "polkadot-runtime-parachains"7989version = "0.9.23"7990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"7991dependencies = [7992 "bitflags",7993 "bitvec 1.0.0",7994 "derive_more",7995 "frame-benchmarking",7996 "frame-support",7997 "frame-system",7998 "log",7999 "pallet-authority-discovery",8000 "pallet-authorship",8001 "pallet-babe",8002 "pallet-balances",8003 "pallet-session",8004 "pallet-staking",8005 "pallet-timestamp",8006 "pallet-vesting",8007 "parity-scale-codec 3.1.5",8008 "polkadot-primitives",8009 "polkadot-runtime-metrics",8010 "rand 0.8.5",8011 "rand_chacha 0.3.1",8012 "rustc-hex",8013 "scale-info",8014 "serde",8015 "sp-api",8016 "sp-application-crypto",8017 "sp-core",8018 "sp-inherents",8019 "sp-io",8020 "sp-keystore",8021 "sp-runtime",8022 "sp-session",8023 "sp-staking",8024 "sp-std",8025 "static_assertions",8026 "xcm",8027 "xcm-executor",8028]80298030[[package]]8031name = "polkadot-service"8032version = "0.9.23"8033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8034dependencies = [8035 "async-trait",8036 "beefy-gadget",8037 "beefy-primitives",8038 "frame-system-rpc-runtime-api",8039 "futures 0.3.21",8040 "hex-literal",8041 "kusama-runtime",8042 "kvdb",8043 "kvdb-rocksdb",8044 "lru 0.7.7",8045 "pallet-babe",8046 "pallet-im-online",8047 "pallet-staking",8048 "pallet-transaction-payment-rpc-runtime-api",8049 "parity-db",8050 "polkadot-approval-distribution",8051 "polkadot-availability-bitfield-distribution",8052 "polkadot-availability-distribution",8053 "polkadot-availability-recovery",8054 "polkadot-client",8055 "polkadot-collator-protocol",8056 "polkadot-dispute-distribution",8057 "polkadot-gossip-support",8058 "polkadot-network-bridge",8059 "polkadot-node-collation-generation",8060 "polkadot-node-core-approval-voting",8061 "polkadot-node-core-av-store",8062 "polkadot-node-core-backing",8063 "polkadot-node-core-bitfield-signing",8064 "polkadot-node-core-candidate-validation",8065 "polkadot-node-core-chain-api",8066 "polkadot-node-core-chain-selection",8067 "polkadot-node-core-dispute-coordinator",8068 "polkadot-node-core-parachains-inherent",8069 "polkadot-node-core-provisioner",8070 "polkadot-node-core-pvf-checker",8071 "polkadot-node-core-runtime-api",8072 "polkadot-node-network-protocol",8073 "polkadot-node-primitives",8074 "polkadot-node-subsystem",8075 "polkadot-node-subsystem-types",8076 "polkadot-node-subsystem-util",8077 "polkadot-overseer",8078 "polkadot-parachain",8079 "polkadot-primitives",8080 "polkadot-rpc",8081 "polkadot-runtime",8082 "polkadot-runtime-constants",8083 "polkadot-runtime-parachains",8084 "polkadot-statement-distribution",8085 "rococo-runtime",8086 "sc-authority-discovery",8087 "sc-basic-authorship",8088 "sc-block-builder",8089 "sc-chain-spec",8090 "sc-client-api",8091 "sc-client-db",8092 "sc-consensus",8093 "sc-consensus-babe",8094 "sc-consensus-slots",8095 "sc-consensus-uncles",8096 "sc-executor",8097 "sc-finality-grandpa",8098 "sc-keystore",8099 "sc-network",8100 "sc-offchain",8101 "sc-service",8102 "sc-sync-state-rpc",8103 "sc-sysinfo",8104 "sc-telemetry",8105 "sc-transaction-pool",8106 "serde",8107 "serde_json",8108 "sp-api",8109 "sp-authority-discovery",8110 "sp-block-builder",8111 "sp-blockchain",8112 "sp-consensus",8113 "sp-consensus-babe",8114 "sp-core",8115 "sp-finality-grandpa",8116 "sp-inherents",8117 "sp-io",8118 "sp-keystore",8119 "sp-offchain",8120 "sp-runtime",8121 "sp-session",8122 "sp-state-machine",8123 "sp-storage",8124 "sp-timestamp",8125 "sp-transaction-pool",8126 "sp-trie",8127 "substrate-prometheus-endpoint",8128 "thiserror",8129 "tracing-gum",8130 "westend-runtime",8131]81328133[[package]]8134name = "polkadot-statement-distribution"8135version = "0.9.23"8136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8137dependencies = [8138 "arrayvec 0.5.2",8139 "fatality",8140 "futures 0.3.21",8141 "indexmap",8142 "parity-scale-codec 3.1.5",8143 "polkadot-node-network-protocol",8144 "polkadot-node-primitives",8145 "polkadot-node-subsystem",8146 "polkadot-node-subsystem-util",8147 "polkadot-primitives",8148 "sp-keystore",8149 "sp-staking",8150 "thiserror",8151 "tracing-gum",8152]81538154[[package]]8155name = "polkadot-statement-table"8156version = "0.9.23"8157source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8158dependencies = [8159 "parity-scale-codec 3.1.5",8160 "polkadot-primitives",8161 "sp-core",8162]81638164[[package]]8165name = "polkadot-test-runtime"8166version = "0.9.23"8167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8168dependencies = [8169 "beefy-primitives",8170 "bitvec 1.0.0",8171 "frame-election-provider-support",8172 "frame-executive",8173 "frame-support",8174 "frame-system",8175 "frame-system-rpc-runtime-api",8176 "log",8177 "pallet-authority-discovery",8178 "pallet-authorship",8179 "pallet-babe",8180 "pallet-balances",8181 "pallet-grandpa",8182 "pallet-indices",8183 "pallet-nicks",8184 "pallet-offences",8185 "pallet-session",8186 "pallet-staking",8187 "pallet-staking-reward-curve",8188 "pallet-sudo",8189 "pallet-timestamp",8190 "pallet-transaction-payment",8191 "pallet-transaction-payment-rpc-runtime-api",8192 "pallet-vesting",8193 "pallet-xcm",8194 "parity-scale-codec 3.1.5",8195 "polkadot-parachain",8196 "polkadot-primitives",8197 "polkadot-runtime-common",8198 "polkadot-runtime-parachains",8199 "rustc-hex",8200 "scale-info",8201 "serde",8202 "serde_derive",8203 "smallvec",8204 "sp-api",8205 "sp-authority-discovery",8206 "sp-block-builder",8207 "sp-consensus-babe",8208 "sp-core",8209 "sp-inherents",8210 "sp-io",8211 "sp-mmr-primitives",8212 "sp-offchain",8213 "sp-runtime",8214 "sp-session",8215 "sp-staking",8216 "sp-std",8217 "sp-transaction-pool",8218 "sp-version",8219 "substrate-wasm-builder",8220 "test-runtime-constants",8221 "xcm",8222 "xcm-builder",8223 "xcm-executor",8224]82258226[[package]]8227name = "polkadot-test-service"8228version = "0.9.23"8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8230dependencies = [8231 "frame-benchmarking",8232 "frame-system",8233 "futures 0.1.31",8234 "futures 0.3.21",8235 "hex",8236 "pallet-balances",8237 "pallet-staking",8238 "pallet-transaction-payment",8239 "polkadot-node-primitives",8240 "polkadot-node-subsystem",8241 "polkadot-overseer",8242 "polkadot-parachain",8243 "polkadot-primitives",8244 "polkadot-rpc",8245 "polkadot-runtime-common",8246 "polkadot-runtime-parachains",8247 "polkadot-service",8248 "polkadot-test-runtime",8249 "rand 0.8.5",8250 "sc-authority-discovery",8251 "sc-chain-spec",8252 "sc-cli",8253 "sc-client-api",8254 "sc-consensus",8255 "sc-consensus-babe",8256 "sc-executor",8257 "sc-finality-grandpa",8258 "sc-network",8259 "sc-service",8260 "sc-tracing",8261 "sc-transaction-pool",8262 "sp-arithmetic",8263 "sp-authority-discovery",8264 "sp-blockchain",8265 "sp-consensus",8266 "sp-consensus-babe",8267 "sp-core",8268 "sp-finality-grandpa",8269 "sp-inherents",8270 "sp-keyring",8271 "sp-runtime",8272 "sp-state-machine",8273 "substrate-test-client",8274 "tempfile",8275 "test-runtime-constants",8276 "tokio 1.19.2",8277 "tracing-gum",8278]82798280[[package]]8281name = "polling"8282version = "2.2.0"8283source = "registry+https://github.com/rust-lang/crates.io-index"8284checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8285dependencies = [8286 "cfg-if 1.0.0",8287 "libc",8288 "log",8289 "wepoll-ffi",8290 "winapi",8291]82928293[[package]]8294name = "poly1305"8295version = "0.7.2"8296source = "registry+https://github.com/rust-lang/crates.io-index"8297checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8298dependencies = [8299 "cpufeatures",8300 "opaque-debug 0.3.0",8301 "universal-hash",8302]83038304[[package]]8305name = "polyval"8306version = "0.5.3"8307source = "registry+https://github.com/rust-lang/crates.io-index"8308checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8309dependencies = [8310 "cfg-if 1.0.0",8311 "cpufeatures",8312 "opaque-debug 0.3.0",8313 "universal-hash",8314]83158316[[package]]8317name = "ppv-lite86"8318version = "0.2.16"8319source = "registry+https://github.com/rust-lang/crates.io-index"8320checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83218322[[package]]8323name = "primitive-types"8324version = "0.11.1"8325source = "registry+https://github.com/rust-lang/crates.io-index"8326checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8327dependencies = [8328 "fixed-hash",8329 "impl-codec",8330 "impl-rlp",8331 "impl-serde",8332 "scale-info",8333 "uint",8334]83358336[[package]]8337name = "prioritized-metered-channel"8338version = "0.2.0"8339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8340dependencies = [8341 "coarsetime",8342 "crossbeam-queue",8343 "derive_more",8344 "futures 0.3.21",8345 "futures-timer",8346 "nanorand",8347 "thiserror",8348 "tracing",8349]83508351[[package]]8352name = "proc-macro-crate"8353version = "1.1.3"8354source = "registry+https://github.com/rust-lang/crates.io-index"8355checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8356dependencies = [8357 "thiserror",8358 "toml",8359]83608361[[package]]8362name = "proc-macro-error"8363version = "1.0.4"8364source = "registry+https://github.com/rust-lang/crates.io-index"8365checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8366dependencies = [8367 "proc-macro-error-attr",8368 "proc-macro2",8369 "quote",8370 "syn",8371 "version_check",8372]83738374[[package]]8375name = "proc-macro-error-attr"8376version = "1.0.4"8377source = "registry+https://github.com/rust-lang/crates.io-index"8378checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8379dependencies = [8380 "proc-macro2",8381 "quote",8382 "version_check",8383]83848385[[package]]8386name = "proc-macro2"8387version = "1.0.39"8388source = "registry+https://github.com/rust-lang/crates.io-index"8389checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8390dependencies = [8391 "unicode-ident",8392]83938394[[package]]8395name = "prometheus"8396version = "0.13.1"8397source = "registry+https://github.com/rust-lang/crates.io-index"8398checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8399dependencies = [8400 "cfg-if 1.0.0",8401 "fnv",8402 "lazy_static",8403 "memchr",8404 "parking_lot 0.12.1",8405 "thiserror",8406]84078408[[package]]8409name = "prometheus-client"8410version = "0.15.1"8411source = "registry+https://github.com/rust-lang/crates.io-index"8412checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8413dependencies = [8414 "dtoa",8415 "itoa 1.0.2",8416 "owning_ref",8417 "prometheus-client-derive-text-encode",8418]84198420[[package]]8421name = "prometheus-client-derive-text-encode"8422version = "0.2.0"8423source = "registry+https://github.com/rust-lang/crates.io-index"8424checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8425dependencies = [8426 "proc-macro2",8427 "quote",8428 "syn",8429]84308431[[package]]8432name = "prost"8433version = "0.9.0"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8436dependencies = [8437 "bytes 1.1.0",8438 "prost-derive 0.9.0",8439]84408441[[package]]8442name = "prost"8443version = "0.10.4"8444source = "registry+https://github.com/rust-lang/crates.io-index"8445checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8446dependencies = [8447 "bytes 1.1.0",8448 "prost-derive 0.10.1",8449]84508451[[package]]8452name = "prost-build"8453version = "0.9.0"8454source = "registry+https://github.com/rust-lang/crates.io-index"8455checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8456dependencies = [8457 "bytes 1.1.0",8458 "heck 0.3.3",8459 "itertools",8460 "lazy_static",8461 "log",8462 "multimap",8463 "petgraph",8464 "prost 0.9.0",8465 "prost-types",8466 "regex",8467 "tempfile",8468 "which",8469]84708471[[package]]8472name = "prost-derive"8473version = "0.9.0"8474source = "registry+https://github.com/rust-lang/crates.io-index"8475checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8476dependencies = [8477 "anyhow",8478 "itertools",8479 "proc-macro2",8480 "quote",8481 "syn",8482]84838484[[package]]8485name = "prost-derive"8486version = "0.10.1"8487source = "registry+https://github.com/rust-lang/crates.io-index"8488checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8489dependencies = [8490 "anyhow",8491 "itertools",8492 "proc-macro2",8493 "quote",8494 "syn",8495]84968497[[package]]8498name = "prost-types"8499version = "0.9.0"8500source = "registry+https://github.com/rust-lang/crates.io-index"8501checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8502dependencies = [8503 "bytes 1.1.0",8504 "prost 0.9.0",8505]85068507[[package]]8508name = "psm"8509version = "0.1.18"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8512dependencies = [8513 "cc",8514]85158516[[package]]8517name = "quartz-runtime"8518version = "0.9.23"8519dependencies = [8520 "cumulus-pallet-aura-ext",8521 "cumulus-pallet-dmp-queue",8522 "cumulus-pallet-parachain-system",8523 "cumulus-pallet-xcm",8524 "cumulus-pallet-xcmp-queue",8525 "cumulus-primitives-core",8526 "cumulus-primitives-timestamp",8527 "cumulus-primitives-utility",8528 "derivative",8529 "fp-evm-mapping",8530 "fp-rpc",8531 "fp-self-contained",8532 "frame-benchmarking",8533 "frame-executive",8534 "frame-support",8535 "frame-system",8536 "frame-system-benchmarking",8537 "frame-system-rpc-runtime-api",8538 "frame-try-runtime",8539 "hex-literal",8540 "log",8541 "orml-vesting",8542 "pallet-aura",8543 "pallet-balances",8544 "pallet-base-fee",8545 "pallet-common",8546 "pallet-ethereum",8547 "pallet-evm",8548 "pallet-evm-coder-substrate",8549 "pallet-evm-contract-helpers",8550 "pallet-evm-migration",8551 "pallet-evm-transaction-payment",8552 "pallet-fungible",8553 "pallet-inflation",8554 "pallet-nonfungible",8555 "pallet-randomness-collective-flip",8556 "pallet-refungible",8557 "pallet-rmrk-core",8558 "pallet-rmrk-equip",8559 "pallet-structure",8560 "pallet-sudo",8561 "pallet-template-transaction-payment",8562 "pallet-timestamp",8563 "pallet-transaction-payment",8564 "pallet-transaction-payment-rpc-runtime-api",8565 "pallet-treasury",8566 "pallet-unique",8567 "pallet-unique-scheduler",8568 "pallet-xcm",8569 "parachain-info",8570 "parity-scale-codec 3.1.5",8571 "polkadot-parachain",8572 "rmrk-rpc",8573 "scale-info",8574 "serde",8575 "smallvec",8576 "sp-api",8577 "sp-arithmetic",8578 "sp-block-builder",8579 "sp-consensus-aura",8580 "sp-core",8581 "sp-inherents",8582 "sp-io",8583 "sp-offchain",8584 "sp-runtime",8585 "sp-session",8586 "sp-std",8587 "sp-transaction-pool",8588 "sp-version",8589 "substrate-wasm-builder",8590 "unique-runtime-common",8591 "up-data-structs",8592 "up-rpc",8593 "xcm",8594 "xcm-builder",8595 "xcm-executor",8596]85978598[[package]]8599name = "quick-error"8600version = "1.2.3"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86038604[[package]]8605name = "quicksink"8606version = "0.1.2"8607source = "registry+https://github.com/rust-lang/crates.io-index"8608checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8609dependencies = [8610 "futures-core",8611 "futures-sink",8612 "pin-project-lite 0.1.12",8613]86148615[[package]]8616name = "quote"8617version = "1.0.18"8618source = "registry+https://github.com/rust-lang/crates.io-index"8619checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8620dependencies = [8621 "proc-macro2",8622]86238624[[package]]8625name = "radium"8626version = "0.6.2"8627source = "registry+https://github.com/rust-lang/crates.io-index"8628checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86298630[[package]]8631name = "radium"8632version = "0.7.0"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86358636[[package]]8637name = "rand"8638version = "0.7.3"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8641dependencies = [8642 "getrandom 0.1.16",8643 "libc",8644 "rand_chacha 0.2.2",8645 "rand_core 0.5.1",8646 "rand_hc",8647 "rand_pcg 0.2.1",8648]86498650[[package]]8651name = "rand"8652version = "0.8.5"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8655dependencies = [8656 "libc",8657 "rand_chacha 0.3.1",8658 "rand_core 0.6.3",8659]86608661[[package]]8662name = "rand_chacha"8663version = "0.2.2"8664source = "registry+https://github.com/rust-lang/crates.io-index"8665checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8666dependencies = [8667 "ppv-lite86",8668 "rand_core 0.5.1",8669]86708671[[package]]8672name = "rand_chacha"8673version = "0.3.1"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8676dependencies = [8677 "ppv-lite86",8678 "rand_core 0.6.3",8679]86808681[[package]]8682name = "rand_core"8683version = "0.5.1"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8686dependencies = [8687 "getrandom 0.1.16",8688]86898690[[package]]8691name = "rand_core"8692version = "0.6.3"8693source = "registry+https://github.com/rust-lang/crates.io-index"8694checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8695dependencies = [8696 "getrandom 0.2.7",8697]86988699[[package]]8700name = "rand_distr"8701version = "0.4.3"8702source = "registry+https://github.com/rust-lang/crates.io-index"8703checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8704dependencies = [8705 "num-traits",8706 "rand 0.8.5",8707]87088709[[package]]8710name = "rand_hc"8711version = "0.2.0"8712source = "registry+https://github.com/rust-lang/crates.io-index"8713checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8714dependencies = [8715 "rand_core 0.5.1",8716]87178718[[package]]8719name = "rand_pcg"8720version = "0.2.1"8721source = "registry+https://github.com/rust-lang/crates.io-index"8722checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8723dependencies = [8724 "rand_core 0.5.1",8725]87268727[[package]]8728name = "rand_pcg"8729version = "0.3.1"8730source = "registry+https://github.com/rust-lang/crates.io-index"8731checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8732dependencies = [8733 "rand_core 0.6.3",8734]87358736[[package]]8737name = "rawpointer"8738version = "0.2.1"8739source = "registry+https://github.com/rust-lang/crates.io-index"8740checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87418742[[package]]8743name = "rayon"8744version = "1.5.3"8745source = "registry+https://github.com/rust-lang/crates.io-index"8746checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8747dependencies = [8748 "autocfg",8749 "crossbeam-deque",8750 "either",8751 "rayon-core",8752]87538754[[package]]8755name = "rayon-core"8756version = "1.9.3"8757source = "registry+https://github.com/rust-lang/crates.io-index"8758checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8759dependencies = [8760 "crossbeam-channel",8761 "crossbeam-deque",8762 "crossbeam-utils",8763 "num_cpus",8764]87658766[[package]]8767name = "redox_syscall"8768version = "0.2.13"8769source = "registry+https://github.com/rust-lang/crates.io-index"8770checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8771dependencies = [8772 "bitflags",8773]87748775[[package]]8776name = "redox_users"8777version = "0.4.3"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8780dependencies = [8781 "getrandom 0.2.7",8782 "redox_syscall",8783 "thiserror",8784]87858786[[package]]8787name = "reed-solomon-novelpoly"8788version = "1.0.0"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8791dependencies = [8792 "derive_more",8793 "fs-err",8794 "itertools",8795 "static_init",8796 "thiserror",8797]87988799[[package]]8800name = "ref-cast"8801version = "1.0.7"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8804dependencies = [8805 "ref-cast-impl",8806]88078808[[package]]8809name = "ref-cast-impl"8810version = "1.0.7"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8813dependencies = [8814 "proc-macro2",8815 "quote",8816 "syn",8817]88188819[[package]]8820name = "regalloc"8821version = "0.0.34"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8824dependencies = [8825 "log",8826 "rustc-hash",8827 "smallvec",8828]88298830[[package]]8831name = "regex"8832version = "1.5.6"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8835dependencies = [8836 "aho-corasick",8837 "memchr",8838 "regex-syntax",8839]88408841[[package]]8842name = "regex-automata"8843version = "0.1.10"8844source = "registry+https://github.com/rust-lang/crates.io-index"8845checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8846dependencies = [8847 "regex-syntax",8848]88498850[[package]]8851name = "regex-syntax"8852version = "0.6.26"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"88558856[[package]]8857name = "region"8858version = "2.2.0"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8861dependencies = [8862 "bitflags",8863 "libc",8864 "mach",8865 "winapi",8866]88678868[[package]]8869name = "remote-externalities"8870version = "0.10.0-dev"8871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"8872dependencies = [8873 "env_logger",8874 "jsonrpsee",8875 "log",8876 "parity-scale-codec 3.1.5",8877 "serde",8878 "serde_json",8879 "sp-core",8880 "sp-io",8881 "sp-runtime",8882 "sp-version",8883]88848885[[package]]8886name = "remove_dir_all"8887version = "0.5.3"8888source = "registry+https://github.com/rust-lang/crates.io-index"8889checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8890dependencies = [8891 "winapi",8892]88938894[[package]]8895name = "resolv-conf"8896version = "0.7.0"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8899dependencies = [8900 "hostname",8901 "quick-error",8902]89038904[[package]]8905name = "retain_mut"8906version = "0.1.9"8907source = "registry+https://github.com/rust-lang/crates.io-index"8908checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89098910[[package]]8911name = "rfc6979"8912version = "0.1.0"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8915dependencies = [8916 "crypto-bigint",8917 "hmac 0.11.0",8918 "zeroize",8919]89208921[[package]]8922name = "ring"8923version = "0.16.20"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8926dependencies = [8927 "cc",8928 "libc",8929 "once_cell",8930 "spin",8931 "untrusted",8932 "web-sys",8933 "winapi",8934]89358936[[package]]8937name = "rlp"8938version = "0.5.1"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8941dependencies = [8942 "bytes 1.1.0",8943 "rustc-hex",8944]89458946[[package]]8947name = "rlp-derive"8948version = "0.1.0"8949source = "registry+https://github.com/rust-lang/crates.io-index"8950checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8951dependencies = [8952 "proc-macro2",8953 "quote",8954 "syn",8955]89568957[[package]]8958name = "rmrk-rpc"8959version = "0.0.1"8960dependencies = [8961 "parity-scale-codec 2.3.1",8962 "rmrk-traits",8963 "serde",8964 "sp-api",8965 "sp-core",8966 "sp-runtime",8967 "sp-std",8968]89698970[[package]]8971name = "rmrk-traits"8972version = "0.1.0"8973dependencies = [8974 "parity-scale-codec 3.1.5",8975 "scale-info",8976 "serde",8977]89788979[[package]]8980name = "rocksdb"8981version = "0.18.0"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"8984dependencies = [8985 "libc",8986 "librocksdb-sys",8987]89888989[[package]]8990name = "rococo-runtime"8991version = "0.9.23"8992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"8993dependencies = [8994 "beefy-merkle-tree",8995 "beefy-primitives",8996 "bp-messages",8997 "bp-rococo",8998 "bp-runtime",8999 "bp-wococo",9000 "bridge-runtime-common",9001 "frame-benchmarking",9002 "frame-executive",9003 "frame-support",9004 "frame-system",9005 "frame-system-benchmarking",9006 "frame-system-rpc-runtime-api",9007 "hex-literal",9008 "log",9009 "pallet-authority-discovery",9010 "pallet-authorship",9011 "pallet-babe",9012 "pallet-balances",9013 "pallet-beefy",9014 "pallet-beefy-mmr",9015 "pallet-bridge-dispatch",9016 "pallet-bridge-grandpa",9017 "pallet-bridge-messages",9018 "pallet-collective",9019 "pallet-grandpa",9020 "pallet-im-online",9021 "pallet-indices",9022 "pallet-membership",9023 "pallet-mmr",9024 "pallet-multisig",9025 "pallet-offences",9026 "pallet-proxy",9027 "pallet-session",9028 "pallet-staking",9029 "pallet-sudo",9030 "pallet-timestamp",9031 "pallet-transaction-payment",9032 "pallet-transaction-payment-rpc-runtime-api",9033 "pallet-utility",9034 "pallet-xcm",9035 "parity-scale-codec 3.1.5",9036 "polkadot-parachain",9037 "polkadot-primitives",9038 "polkadot-runtime-common",9039 "polkadot-runtime-parachains",9040 "rococo-runtime-constants",9041 "scale-info",9042 "serde",9043 "serde_derive",9044 "smallvec",9045 "sp-api",9046 "sp-authority-discovery",9047 "sp-block-builder",9048 "sp-consensus-babe",9049 "sp-core",9050 "sp-inherents",9051 "sp-io",9052 "sp-mmr-primitives",9053 "sp-offchain",9054 "sp-runtime",9055 "sp-session",9056 "sp-staking",9057 "sp-std",9058 "sp-transaction-pool",9059 "sp-version",9060 "substrate-wasm-builder",9061 "xcm",9062 "xcm-builder",9063 "xcm-executor",9064]90659066[[package]]9067name = "rococo-runtime-constants"9068version = "0.9.23"9069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"9070dependencies = [9071 "frame-support",9072 "polkadot-primitives",9073 "polkadot-runtime-common",9074 "smallvec",9075 "sp-runtime",9076]90779078[[package]]9079name = "rpassword"9080version = "5.0.1"9081source = "registry+https://github.com/rust-lang/crates.io-index"9082checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9083dependencies = [9084 "libc",9085 "winapi",9086]90879088[[package]]9089name = "rtnetlink"9090version = "0.9.1"9091source = "registry+https://github.com/rust-lang/crates.io-index"9092checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9093dependencies = [9094 "async-global-executor",9095 "futures 0.3.21",9096 "log",9097 "netlink-packet-route",9098 "netlink-proto",9099 "nix",9100 "thiserror",9101]91029103[[package]]9104name = "rustc-demangle"9105version = "0.1.21"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91089109[[package]]9110name = "rustc-hash"9111version = "1.1.0"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91149115[[package]]9116name = "rustc-hex"9117version = "2.1.0"9118source = "registry+https://github.com/rust-lang/crates.io-index"9119checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91209121[[package]]9122name = "rustc_version"9123version = "0.2.3"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9126dependencies = [9127 "semver 0.9.0",9128]91299130[[package]]9131name = "rustc_version"9132version = "0.4.0"9133source = "registry+https://github.com/rust-lang/crates.io-index"9134checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9135dependencies = [9136 "semver 1.0.10",9137]91389139[[package]]9140name = "rustix"9141version = "0.33.7"9142source = "registry+https://github.com/rust-lang/crates.io-index"9143checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9144dependencies = [9145 "bitflags",9146 "errno",9147 "io-lifetimes",9148 "libc",9149 "linux-raw-sys",9150 "winapi",9151]91529153[[package]]9154name = "rustls"9155version = "0.20.6"9156source = "registry+https://github.com/rust-lang/crates.io-index"9157checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9158dependencies = [9159 "log",9160 "ring",9161 "sct",9162 "webpki",9163]91649165[[package]]9166name = "rustls-native-certs"9167version = "0.6.2"9168source = "registry+https://github.com/rust-lang/crates.io-index"9169checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9170dependencies = [9171 "openssl-probe",9172 "rustls-pemfile",9173 "schannel",9174 "security-framework",9175]91769177[[package]]9178name = "rustls-pemfile"9179version = "1.0.0"9180source = "registry+https://github.com/rust-lang/crates.io-index"9181checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9182dependencies = [9183 "base64",9184]91859186[[package]]9187name = "rustversion"9188version = "1.0.6"9189source = "registry+https://github.com/rust-lang/crates.io-index"9190checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"91919192[[package]]9193name = "rw-stream-sink"9194version = "0.2.1"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9197dependencies = [9198 "futures 0.3.21",9199 "pin-project 0.4.29",9200 "static_assertions",9201]92029203[[package]]9204name = "ryu"9205version = "1.0.10"9206source = "registry+https://github.com/rust-lang/crates.io-index"9207checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92089209[[package]]9210name = "safe-mix"9211version = "1.0.1"9212source = "registry+https://github.com/rust-lang/crates.io-index"9213checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9214dependencies = [9215 "rustc_version 0.2.3",9216]92179218[[package]]9219name = "salsa20"9220version = "0.9.0"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9223dependencies = [9224 "cipher",9225]92269227[[package]]9228name = "same-file"9229version = "1.0.6"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9232dependencies = [9233 "winapi-util",9234]92359236[[package]]9237name = "sc-allocator"9238version = "4.1.0-dev"9239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9240dependencies = [9241 "log",9242 "sp-core",9243 "sp-wasm-interface",9244 "thiserror",9245]92469247[[package]]9248name = "sc-authority-discovery"9249version = "0.10.0-dev"9250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9251dependencies = [9252 "async-trait",9253 "futures 0.3.21",9254 "futures-timer",9255 "ip_network",9256 "libp2p",9257 "log",9258 "parity-scale-codec 3.1.5",9259 "prost 0.10.4",9260 "prost-build",9261 "rand 0.7.3",9262 "sc-client-api",9263 "sc-network",9264 "sp-api",9265 "sp-authority-discovery",9266 "sp-blockchain",9267 "sp-core",9268 "sp-keystore",9269 "sp-runtime",9270 "substrate-prometheus-endpoint",9271 "thiserror",9272]92739274[[package]]9275name = "sc-basic-authorship"9276version = "0.10.0-dev"9277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9278dependencies = [9279 "futures 0.3.21",9280 "futures-timer",9281 "log",9282 "parity-scale-codec 3.1.5",9283 "sc-block-builder",9284 "sc-client-api",9285 "sc-proposer-metrics",9286 "sc-telemetry",9287 "sc-transaction-pool-api",9288 "sp-api",9289 "sp-blockchain",9290 "sp-consensus",9291 "sp-core",9292 "sp-inherents",9293 "sp-runtime",9294 "substrate-prometheus-endpoint",9295]92969297[[package]]9298name = "sc-block-builder"9299version = "0.10.0-dev"9300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9301dependencies = [9302 "parity-scale-codec 3.1.5",9303 "sc-client-api",9304 "sp-api",9305 "sp-block-builder",9306 "sp-blockchain",9307 "sp-core",9308 "sp-inherents",9309 "sp-runtime",9310 "sp-state-machine",9311]93129313[[package]]9314name = "sc-chain-spec"9315version = "4.0.0-dev"9316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9317dependencies = [9318 "impl-trait-for-tuples",9319 "memmap2 0.5.4",9320 "parity-scale-codec 3.1.5",9321 "sc-chain-spec-derive",9322 "sc-network",9323 "sc-telemetry",9324 "serde",9325 "serde_json",9326 "sp-core",9327 "sp-runtime",9328]93299330[[package]]9331name = "sc-chain-spec-derive"9332version = "4.0.0-dev"9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9334dependencies = [9335 "proc-macro-crate",9336 "proc-macro2",9337 "quote",9338 "syn",9339]93409341[[package]]9342name = "sc-cli"9343version = "0.10.0-dev"9344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9345dependencies = [9346 "chrono",9347 "clap",9348 "fdlimit",9349 "futures 0.3.21",9350 "hex",9351 "libp2p",9352 "log",9353 "names",9354 "parity-scale-codec 3.1.5",9355 "rand 0.7.3",9356 "regex",9357 "rpassword",9358 "sc-client-api",9359 "sc-client-db",9360 "sc-keystore",9361 "sc-network",9362 "sc-service",9363 "sc-telemetry",9364 "sc-tracing",9365 "sc-utils",9366 "serde",9367 "serde_json",9368 "sp-blockchain",9369 "sp-core",9370 "sp-keyring",9371 "sp-keystore",9372 "sp-panic-handler",9373 "sp-runtime",9374 "sp-version",9375 "thiserror",9376 "tiny-bip39",9377 "tokio 1.19.2",9378]93799380[[package]]9381name = "sc-client-api"9382version = "4.0.0-dev"9383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9384dependencies = [9385 "fnv",9386 "futures 0.3.21",9387 "hash-db",9388 "log",9389 "parity-scale-codec 3.1.5",9390 "parking_lot 0.12.1",9391 "sc-executor",9392 "sc-transaction-pool-api",9393 "sc-utils",9394 "sp-api",9395 "sp-blockchain",9396 "sp-consensus",9397 "sp-core",9398 "sp-database",9399 "sp-externalities",9400 "sp-keystore",9401 "sp-runtime",9402 "sp-state-machine",9403 "sp-storage",9404 "sp-trie",9405 "substrate-prometheus-endpoint",9406]94079408[[package]]9409name = "sc-client-db"9410version = "0.10.0-dev"9411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9412dependencies = [9413 "hash-db",9414 "kvdb",9415 "kvdb-memorydb",9416 "kvdb-rocksdb",9417 "linked-hash-map",9418 "log",9419 "parity-db",9420 "parity-scale-codec 3.1.5",9421 "parking_lot 0.12.1",9422 "sc-client-api",9423 "sc-state-db",9424 "sp-arithmetic",9425 "sp-blockchain",9426 "sp-core",9427 "sp-database",9428 "sp-runtime",9429 "sp-state-machine",9430 "sp-trie",9431]94329433[[package]]9434name = "sc-consensus"9435version = "0.10.0-dev"9436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9437dependencies = [9438 "async-trait",9439 "futures 0.3.21",9440 "futures-timer",9441 "libp2p",9442 "log",9443 "parking_lot 0.12.1",9444 "sc-client-api",9445 "sc-utils",9446 "serde",9447 "sp-api",9448 "sp-blockchain",9449 "sp-consensus",9450 "sp-core",9451 "sp-runtime",9452 "sp-state-machine",9453 "substrate-prometheus-endpoint",9454 "thiserror",9455]94569457[[package]]9458name = "sc-consensus-aura"9459version = "0.10.0-dev"9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9461dependencies = [9462 "async-trait",9463 "futures 0.3.21",9464 "log",9465 "parity-scale-codec 3.1.5",9466 "sc-block-builder",9467 "sc-client-api",9468 "sc-consensus",9469 "sc-consensus-slots",9470 "sc-telemetry",9471 "sp-api",9472 "sp-application-crypto",9473 "sp-block-builder",9474 "sp-blockchain",9475 "sp-consensus",9476 "sp-consensus-aura",9477 "sp-consensus-slots",9478 "sp-core",9479 "sp-inherents",9480 "sp-keystore",9481 "sp-runtime",9482 "substrate-prometheus-endpoint",9483 "thiserror",9484]94859486[[package]]9487name = "sc-consensus-babe"9488version = "0.10.0-dev"9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9490dependencies = [9491 "async-trait",9492 "fork-tree",9493 "futures 0.3.21",9494 "log",9495 "merlin",9496 "num-bigint",9497 "num-rational 0.2.4",9498 "num-traits",9499 "parity-scale-codec 3.1.5",9500 "parking_lot 0.12.1",9501 "rand 0.7.3",9502 "retain_mut",9503 "sc-client-api",9504 "sc-consensus",9505 "sc-consensus-epochs",9506 "sc-consensus-slots",9507 "sc-keystore",9508 "sc-telemetry",9509 "schnorrkel",9510 "serde",9511 "sp-api",9512 "sp-application-crypto",9513 "sp-block-builder",9514 "sp-blockchain",9515 "sp-consensus",9516 "sp-consensus-babe",9517 "sp-consensus-slots",9518 "sp-consensus-vrf",9519 "sp-core",9520 "sp-inherents",9521 "sp-io",9522 "sp-keystore",9523 "sp-runtime",9524 "sp-version",9525 "substrate-prometheus-endpoint",9526 "thiserror",9527]95289529[[package]]9530name = "sc-consensus-babe-rpc"9531version = "0.10.0-dev"9532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9533dependencies = [9534 "futures 0.3.21",9535 "jsonrpsee",9536 "sc-consensus-babe",9537 "sc-consensus-epochs",9538 "sc-rpc-api",9539 "serde",9540 "sp-api",9541 "sp-application-crypto",9542 "sp-blockchain",9543 "sp-consensus",9544 "sp-consensus-babe",9545 "sp-core",9546 "sp-keystore",9547 "sp-runtime",9548 "thiserror",9549]95509551[[package]]9552name = "sc-consensus-epochs"9553version = "0.10.0-dev"9554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9555dependencies = [9556 "fork-tree",9557 "parity-scale-codec 3.1.5",9558 "sc-client-api",9559 "sc-consensus",9560 "sp-blockchain",9561 "sp-runtime",9562]95639564[[package]]9565name = "sc-consensus-manual-seal"9566version = "0.10.0-dev"9567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9568dependencies = [9569 "assert_matches",9570 "async-trait",9571 "futures 0.3.21",9572 "jsonrpsee",9573 "log",9574 "parity-scale-codec 3.1.5",9575 "sc-client-api",9576 "sc-consensus",9577 "sc-consensus-aura",9578 "sc-consensus-babe",9579 "sc-consensus-epochs",9580 "sc-transaction-pool",9581 "sc-transaction-pool-api",9582 "serde",9583 "sp-api",9584 "sp-blockchain",9585 "sp-consensus",9586 "sp-consensus-aura",9587 "sp-consensus-babe",9588 "sp-consensus-slots",9589 "sp-core",9590 "sp-inherents",9591 "sp-keystore",9592 "sp-runtime",9593 "sp-timestamp",9594 "substrate-prometheus-endpoint",9595 "thiserror",9596]95979598[[package]]9599name = "sc-consensus-slots"9600version = "0.10.0-dev"9601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9602dependencies = [9603 "async-trait",9604 "futures 0.3.21",9605 "futures-timer",9606 "log",9607 "parity-scale-codec 3.1.5",9608 "sc-client-api",9609 "sc-consensus",9610 "sc-telemetry",9611 "sp-arithmetic",9612 "sp-blockchain",9613 "sp-consensus",9614 "sp-consensus-slots",9615 "sp-core",9616 "sp-inherents",9617 "sp-runtime",9618 "sp-state-machine",9619 "sp-timestamp",9620 "thiserror",9621]96229623[[package]]9624name = "sc-consensus-uncles"9625version = "0.10.0-dev"9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9627dependencies = [9628 "sc-client-api",9629 "sp-authorship",9630 "sp-runtime",9631 "thiserror",9632]96339634[[package]]9635name = "sc-executor"9636version = "0.10.0-dev"9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9638dependencies = [9639 "lazy_static",9640 "lru 0.7.7",9641 "parity-scale-codec 3.1.5",9642 "parking_lot 0.12.1",9643 "sc-executor-common",9644 "sc-executor-wasmi",9645 "sc-executor-wasmtime",9646 "sp-api",9647 "sp-core",9648 "sp-core-hashing-proc-macro",9649 "sp-externalities",9650 "sp-io",9651 "sp-panic-handler",9652 "sp-runtime-interface",9653 "sp-tasks",9654 "sp-trie",9655 "sp-version",9656 "sp-wasm-interface",9657 "tracing",9658 "wasmi",9659]96609661[[package]]9662name = "sc-executor-common"9663version = "0.10.0-dev"9664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9665dependencies = [9666 "environmental",9667 "parity-scale-codec 3.1.5",9668 "sc-allocator",9669 "sp-maybe-compressed-blob",9670 "sp-sandbox",9671 "sp-serializer",9672 "sp-wasm-interface",9673 "thiserror",9674 "wasm-instrument",9675 "wasmi",9676]96779678[[package]]9679name = "sc-executor-wasmi"9680version = "0.10.0-dev"9681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9682dependencies = [9683 "log",9684 "parity-scale-codec 3.1.5",9685 "sc-allocator",9686 "sc-executor-common",9687 "sp-runtime-interface",9688 "sp-sandbox",9689 "sp-wasm-interface",9690 "wasmi",9691]96929693[[package]]9694name = "sc-executor-wasmtime"9695version = "0.10.0-dev"9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9697dependencies = [9698 "cfg-if 1.0.0",9699 "libc",9700 "log",9701 "parity-scale-codec 3.1.5",9702 "parity-wasm 0.42.2",9703 "sc-allocator",9704 "sc-executor-common",9705 "sp-runtime-interface",9706 "sp-sandbox",9707 "sp-wasm-interface",9708 "wasmtime",9709]97109711[[package]]9712name = "sc-finality-grandpa"9713version = "0.10.0-dev"9714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9715dependencies = [9716 "ahash",9717 "async-trait",9718 "dyn-clone",9719 "finality-grandpa",9720 "fork-tree",9721 "futures 0.3.21",9722 "futures-timer",9723 "hex",9724 "log",9725 "parity-scale-codec 3.1.5",9726 "parking_lot 0.12.1",9727 "rand 0.8.5",9728 "sc-block-builder",9729 "sc-chain-spec",9730 "sc-client-api",9731 "sc-consensus",9732 "sc-keystore",9733 "sc-network",9734 "sc-network-gossip",9735 "sc-telemetry",9736 "sc-utils",9737 "serde_json",9738 "sp-api",9739 "sp-application-crypto",9740 "sp-arithmetic",9741 "sp-blockchain",9742 "sp-consensus",9743 "sp-core",9744 "sp-finality-grandpa",9745 "sp-keystore",9746 "sp-runtime",9747 "substrate-prometheus-endpoint",9748 "thiserror",9749]97509751[[package]]9752name = "sc-finality-grandpa-rpc"9753version = "0.10.0-dev"9754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9755dependencies = [9756 "finality-grandpa",9757 "futures 0.3.21",9758 "jsonrpsee",9759 "log",9760 "parity-scale-codec 3.1.5",9761 "sc-client-api",9762 "sc-finality-grandpa",9763 "sc-rpc",9764 "serde",9765 "serde_json",9766 "sp-blockchain",9767 "sp-core",9768 "sp-runtime",9769 "thiserror",9770]97719772[[package]]9773name = "sc-informant"9774version = "0.10.0-dev"9775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9776dependencies = [9777 "ansi_term",9778 "futures 0.3.21",9779 "futures-timer",9780 "log",9781 "parity-util-mem",9782 "sc-client-api",9783 "sc-network",9784 "sc-transaction-pool-api",9785 "sp-blockchain",9786 "sp-runtime",9787]97889789[[package]]9790name = "sc-keystore"9791version = "4.0.0-dev"9792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9793dependencies = [9794 "async-trait",9795 "hex",9796 "parking_lot 0.12.1",9797 "serde_json",9798 "sp-application-crypto",9799 "sp-core",9800 "sp-keystore",9801 "thiserror",9802]98039804[[package]]9805name = "sc-network"9806version = "0.10.0-dev"9807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9808dependencies = [9809 "async-trait",9810 "asynchronous-codec",9811 "bitflags",9812 "bytes 1.1.0",9813 "cid",9814 "either",9815 "fnv",9816 "fork-tree",9817 "futures 0.3.21",9818 "futures-timer",9819 "hex",9820 "ip_network",9821 "libp2p",9822 "linked-hash-map",9823 "linked_hash_set",9824 "log",9825 "lru 0.7.7",9826 "parity-scale-codec 3.1.5",9827 "parking_lot 0.12.1",9828 "pin-project 1.0.10",9829 "prost 0.10.4",9830 "prost-build",9831 "rand 0.7.3",9832 "sc-block-builder",9833 "sc-client-api",9834 "sc-consensus",9835 "sc-network-common",9836 "sc-network-light",9837 "sc-network-sync",9838 "sc-peerset",9839 "sc-utils",9840 "serde",9841 "serde_json",9842 "smallvec",9843 "sp-arithmetic",9844 "sp-blockchain",9845 "sp-consensus",9846 "sp-core",9847 "sp-finality-grandpa",9848 "sp-runtime",9849 "substrate-prometheus-endpoint",9850 "thiserror",9851 "unsigned-varint",9852 "void",9853 "zeroize",9854]98559856[[package]]9857name = "sc-network-common"9858version = "0.10.0-dev"9859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9860dependencies = [9861 "futures 0.3.21",9862 "libp2p",9863 "parity-scale-codec 3.1.5",9864 "prost-build",9865 "sc-peerset",9866 "smallvec",9867]98689869[[package]]9870name = "sc-network-gossip"9871version = "0.10.0-dev"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9873dependencies = [9874 "ahash",9875 "futures 0.3.21",9876 "futures-timer",9877 "libp2p",9878 "log",9879 "lru 0.7.7",9880 "sc-network",9881 "sp-runtime",9882 "substrate-prometheus-endpoint",9883 "tracing",9884]98859886[[package]]9887name = "sc-network-light"9888version = "0.10.0-dev"9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9890dependencies = [9891 "futures 0.3.21",9892 "libp2p",9893 "log",9894 "parity-scale-codec 3.1.5",9895 "prost 0.10.4",9896 "prost-build",9897 "sc-client-api",9898 "sc-network-common",9899 "sc-peerset",9900 "sp-blockchain",9901 "sp-core",9902 "sp-runtime",9903 "thiserror",9904]99059906[[package]]9907name = "sc-network-sync"9908version = "0.10.0-dev"9909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9910dependencies = [9911 "bitflags",9912 "either",9913 "fork-tree",9914 "futures 0.3.21",9915 "libp2p",9916 "log",9917 "lru 0.7.7",9918 "parity-scale-codec 3.1.5",9919 "prost 0.10.4",9920 "prost-build",9921 "sc-client-api",9922 "sc-consensus",9923 "sc-network-common",9924 "sc-peerset",9925 "smallvec",9926 "sp-arithmetic",9927 "sp-blockchain",9928 "sp-consensus",9929 "sp-core",9930 "sp-finality-grandpa",9931 "sp-runtime",9932 "thiserror",9933]99349935[[package]]9936name = "sc-offchain"9937version = "4.0.0-dev"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9939dependencies = [9940 "bytes 1.1.0",9941 "fnv",9942 "futures 0.3.21",9943 "futures-timer",9944 "hex",9945 "hyper",9946 "hyper-rustls",9947 "num_cpus",9948 "once_cell",9949 "parity-scale-codec 3.1.5",9950 "parking_lot 0.12.1",9951 "rand 0.7.3",9952 "sc-client-api",9953 "sc-network",9954 "sc-utils",9955 "sp-api",9956 "sp-core",9957 "sp-offchain",9958 "sp-runtime",9959 "threadpool",9960 "tracing",9961]99629963[[package]]9964name = "sc-peerset"9965version = "4.0.0-dev"9966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9967dependencies = [9968 "futures 0.3.21",9969 "libp2p",9970 "log",9971 "sc-utils",9972 "serde_json",9973 "wasm-timer",9974]99759976[[package]]9977name = "sc-proposer-metrics"9978version = "0.10.0-dev"9979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9980dependencies = [9981 "log",9982 "substrate-prometheus-endpoint",9983]99849985[[package]]9986name = "sc-rpc"9987version = "4.0.0-dev"9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"9989dependencies = [9990 "futures 0.3.21",9991 "hash-db",9992 "jsonrpsee",9993 "log",9994 "parity-scale-codec 3.1.5",9995 "parking_lot 0.12.1",9996 "sc-block-builder",9997 "sc-chain-spec",9998 "sc-client-api",9999 "sc-rpc-api",10000 "sc-tracing",10001 "sc-transaction-pool-api",10002 "sc-utils",10003 "serde_json",10004 "sp-api",10005 "sp-blockchain",10006 "sp-core",10007 "sp-keystore",10008 "sp-offchain",10009 "sp-rpc",10010 "sp-runtime",10011 "sp-session",10012 "sp-version",10013]1001410015[[package]]10016name = "sc-rpc-api"10017version = "0.10.0-dev"10018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10019dependencies = [10020 "futures 0.3.21",10021 "jsonrpsee",10022 "log",10023 "parity-scale-codec 3.1.5",10024 "parking_lot 0.12.1",10025 "sc-chain-spec",10026 "sc-transaction-pool-api",10027 "scale-info",10028 "serde",10029 "serde_json",10030 "sp-core",10031 "sp-rpc",10032 "sp-runtime",10033 "sp-tracing",10034 "sp-version",10035 "thiserror",10036]1003710038[[package]]10039name = "sc-rpc-server"10040version = "4.0.0-dev"10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10042dependencies = [10043 "futures 0.3.21",10044 "jsonrpsee",10045 "log",10046 "serde_json",10047 "substrate-prometheus-endpoint",10048 "tokio 1.19.2",10049]1005010051[[package]]10052name = "sc-service"10053version = "0.10.0-dev"10054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10055dependencies = [10056 "async-trait",10057 "directories",10058 "exit-future",10059 "futures 0.3.21",10060 "futures-timer",10061 "hash-db",10062 "jsonrpsee",10063 "log",10064 "parity-scale-codec 3.1.5",10065 "parity-util-mem",10066 "parking_lot 0.12.1",10067 "pin-project 1.0.10",10068 "rand 0.7.3",10069 "sc-block-builder",10070 "sc-chain-spec",10071 "sc-client-api",10072 "sc-client-db",10073 "sc-consensus",10074 "sc-executor",10075 "sc-informant",10076 "sc-keystore",10077 "sc-network",10078 "sc-network-common",10079 "sc-offchain",10080 "sc-rpc",10081 "sc-rpc-server",10082 "sc-sysinfo",10083 "sc-telemetry",10084 "sc-tracing",10085 "sc-transaction-pool",10086 "sc-transaction-pool-api",10087 "sc-utils",10088 "serde",10089 "serde_json",10090 "sp-api",10091 "sp-application-crypto",10092 "sp-block-builder",10093 "sp-blockchain",10094 "sp-consensus",10095 "sp-core",10096 "sp-externalities",10097 "sp-inherents",10098 "sp-keystore",10099 "sp-runtime",10100 "sp-session",10101 "sp-state-machine",10102 "sp-storage",10103 "sp-tracing",10104 "sp-transaction-pool",10105 "sp-transaction-storage-proof",10106 "sp-trie",10107 "sp-version",10108 "substrate-prometheus-endpoint",10109 "tempfile",10110 "thiserror",10111 "tokio 1.19.2",10112 "tracing",10113 "tracing-futures",10114]1011510116[[package]]10117name = "sc-state-db"10118version = "0.10.0-dev"10119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10120dependencies = [10121 "log",10122 "parity-scale-codec 3.1.5",10123 "parity-util-mem",10124 "parity-util-mem-derive",10125 "parking_lot 0.12.1",10126 "sc-client-api",10127 "sp-core",10128]1012910130[[package]]10131name = "sc-sync-state-rpc"10132version = "0.10.0-dev"10133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10134dependencies = [10135 "jsonrpsee",10136 "parity-scale-codec 3.1.5",10137 "sc-chain-spec",10138 "sc-client-api",10139 "sc-consensus-babe",10140 "sc-consensus-epochs",10141 "sc-finality-grandpa",10142 "serde",10143 "serde_json",10144 "sp-blockchain",10145 "sp-runtime",10146 "thiserror",10147]1014810149[[package]]10150name = "sc-sysinfo"10151version = "6.0.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10153dependencies = [10154 "futures 0.3.21",10155 "libc",10156 "log",10157 "rand 0.7.3",10158 "rand_pcg 0.2.1",10159 "regex",10160 "sc-telemetry",10161 "serde",10162 "serde_json",10163 "sp-core",10164 "sp-io",10165 "sp-std",10166]1016710168[[package]]10169name = "sc-telemetry"10170version = "4.0.0-dev"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10172dependencies = [10173 "chrono",10174 "futures 0.3.21",10175 "libp2p",10176 "log",10177 "parking_lot 0.12.1",10178 "pin-project 1.0.10",10179 "rand 0.7.3",10180 "serde",10181 "serde_json",10182 "thiserror",10183 "wasm-timer",10184]1018510186[[package]]10187name = "sc-tracing"10188version = "4.0.0-dev"10189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10190dependencies = [10191 "ansi_term",10192 "atty",10193 "chrono",10194 "lazy_static",10195 "libc",10196 "log",10197 "once_cell",10198 "parking_lot 0.12.1",10199 "regex",10200 "rustc-hash",10201 "sc-client-api",10202 "sc-rpc-server",10203 "sc-tracing-proc-macro",10204 "serde",10205 "sp-api",10206 "sp-blockchain",10207 "sp-core",10208 "sp-rpc",10209 "sp-runtime",10210 "sp-tracing",10211 "thiserror",10212 "tracing",10213 "tracing-log",10214 "tracing-subscriber",10215]1021610217[[package]]10218name = "sc-tracing-proc-macro"10219version = "4.0.0-dev"10220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10221dependencies = [10222 "proc-macro-crate",10223 "proc-macro2",10224 "quote",10225 "syn",10226]1022710228[[package]]10229name = "sc-transaction-pool"10230version = "4.0.0-dev"10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10232dependencies = [10233 "futures 0.3.21",10234 "futures-timer",10235 "linked-hash-map",10236 "log",10237 "parity-scale-codec 3.1.5",10238 "parity-util-mem",10239 "parking_lot 0.12.1",10240 "retain_mut",10241 "sc-client-api",10242 "sc-transaction-pool-api",10243 "sc-utils",10244 "serde",10245 "sp-api",10246 "sp-blockchain",10247 "sp-core",10248 "sp-runtime",10249 "sp-tracing",10250 "sp-transaction-pool",10251 "substrate-prometheus-endpoint",10252 "thiserror",10253]1025410255[[package]]10256name = "sc-transaction-pool-api"10257version = "4.0.0-dev"10258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10259dependencies = [10260 "futures 0.3.21",10261 "log",10262 "serde",10263 "sp-blockchain",10264 "sp-runtime",10265 "thiserror",10266]1026710268[[package]]10269name = "sc-utils"10270version = "4.0.0-dev"10271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10272dependencies = [10273 "futures 0.3.21",10274 "futures-timer",10275 "lazy_static",10276 "log",10277 "parking_lot 0.12.1",10278 "prometheus",10279]1028010281[[package]]10282name = "scale-info"10283version = "2.1.2"10284source = "registry+https://github.com/rust-lang/crates.io-index"10285checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10286dependencies = [10287 "bitvec 1.0.0",10288 "cfg-if 1.0.0",10289 "derive_more",10290 "parity-scale-codec 3.1.5",10291 "scale-info-derive",10292 "serde",10293]1029410295[[package]]10296name = "scale-info-derive"10297version = "2.1.2"10298source = "registry+https://github.com/rust-lang/crates.io-index"10299checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10300dependencies = [10301 "proc-macro-crate",10302 "proc-macro2",10303 "quote",10304 "syn",10305]1030610307[[package]]10308name = "schannel"10309version = "0.1.20"10310source = "registry+https://github.com/rust-lang/crates.io-index"10311checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10312dependencies = [10313 "lazy_static",10314 "windows-sys",10315]1031610317[[package]]10318name = "schnorrkel"10319version = "0.9.1"10320source = "registry+https://github.com/rust-lang/crates.io-index"10321checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10322dependencies = [10323 "arrayref",10324 "arrayvec 0.5.2",10325 "curve25519-dalek 2.1.3",10326 "getrandom 0.1.16",10327 "merlin",10328 "rand 0.7.3",10329 "rand_core 0.5.1",10330 "sha2 0.8.2",10331 "subtle",10332 "zeroize",10333]1033410335[[package]]10336name = "scopeguard"10337version = "1.1.0"10338source = "registry+https://github.com/rust-lang/crates.io-index"10339checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1034010341[[package]]10342name = "sct"10343version = "0.7.0"10344source = "registry+https://github.com/rust-lang/crates.io-index"10345checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10346dependencies = [10347 "ring",10348 "untrusted",10349]1035010351[[package]]10352name = "sec1"10353version = "0.2.1"10354source = "registry+https://github.com/rust-lang/crates.io-index"10355checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10356dependencies = [10357 "der",10358 "generic-array 0.14.5",10359 "subtle",10360 "zeroize",10361]1036210363[[package]]10364name = "secp256k1"10365version = "0.21.3"10366source = "registry+https://github.com/rust-lang/crates.io-index"10367checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10368dependencies = [10369 "secp256k1-sys",10370]1037110372[[package]]10373name = "secp256k1-sys"10374version = "0.4.2"10375source = "registry+https://github.com/rust-lang/crates.io-index"10376checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10377dependencies = [10378 "cc",10379]1038010381[[package]]10382name = "secrecy"10383version = "0.8.0"10384source = "registry+https://github.com/rust-lang/crates.io-index"10385checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10386dependencies = [10387 "zeroize",10388]1038910390[[package]]10391name = "security-framework"10392version = "2.6.1"10393source = "registry+https://github.com/rust-lang/crates.io-index"10394checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10395dependencies = [10396 "bitflags",10397 "core-foundation",10398 "core-foundation-sys",10399 "libc",10400 "security-framework-sys",10401]1040210403[[package]]10404name = "security-framework-sys"10405version = "2.6.1"10406source = "registry+https://github.com/rust-lang/crates.io-index"10407checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10408dependencies = [10409 "core-foundation-sys",10410 "libc",10411]1041210413[[package]]10414name = "semver"10415version = "0.6.0"10416source = "registry+https://github.com/rust-lang/crates.io-index"10417checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10418dependencies = [10419 "semver-parser",10420]1042110422[[package]]10423name = "semver"10424version = "0.9.0"10425source = "registry+https://github.com/rust-lang/crates.io-index"10426checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10427dependencies = [10428 "semver-parser",10429]1043010431[[package]]10432name = "semver"10433version = "1.0.10"10434source = "registry+https://github.com/rust-lang/crates.io-index"10435checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10436dependencies = [10437 "serde",10438]1043910440[[package]]10441name = "semver-parser"10442version = "0.7.0"10443source = "registry+https://github.com/rust-lang/crates.io-index"10444checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1044510446[[package]]10447name = "serde"10448version = "1.0.137"10449source = "registry+https://github.com/rust-lang/crates.io-index"10450checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10451dependencies = [10452 "serde_derive",10453]1045410455[[package]]10456name = "serde_derive"10457version = "1.0.137"10458source = "registry+https://github.com/rust-lang/crates.io-index"10459checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10460dependencies = [10461 "proc-macro2",10462 "quote",10463 "syn",10464]1046510466[[package]]10467name = "serde_json"10468version = "1.0.81"10469source = "registry+https://github.com/rust-lang/crates.io-index"10470checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10471dependencies = [10472 "itoa 1.0.2",10473 "ryu",10474 "serde",10475]1047610477[[package]]10478name = "serde_nanos"10479version = "0.1.2"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10482dependencies = [10483 "serde",10484]1048510486[[package]]10487name = "sha-1"10488version = "0.8.2"10489source = "registry+https://github.com/rust-lang/crates.io-index"10490checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10491dependencies = [10492 "block-buffer 0.7.3",10493 "digest 0.8.1",10494 "fake-simd",10495 "opaque-debug 0.2.3",10496]1049710498[[package]]10499name = "sha-1"10500version = "0.9.8"10501source = "registry+https://github.com/rust-lang/crates.io-index"10502checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10503dependencies = [10504 "block-buffer 0.9.0",10505 "cfg-if 1.0.0",10506 "cpufeatures",10507 "digest 0.9.0",10508 "opaque-debug 0.3.0",10509]1051010511[[package]]10512name = "sha2"10513version = "0.8.2"10514source = "registry+https://github.com/rust-lang/crates.io-index"10515checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10516dependencies = [10517 "block-buffer 0.7.3",10518 "digest 0.8.1",10519 "fake-simd",10520 "opaque-debug 0.2.3",10521]1052210523[[package]]10524name = "sha2"10525version = "0.9.9"10526source = "registry+https://github.com/rust-lang/crates.io-index"10527checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10528dependencies = [10529 "block-buffer 0.9.0",10530 "cfg-if 1.0.0",10531 "cpufeatures",10532 "digest 0.9.0",10533 "opaque-debug 0.3.0",10534]1053510536[[package]]10537name = "sha2"10538version = "0.10.2"10539source = "registry+https://github.com/rust-lang/crates.io-index"10540checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10541dependencies = [10542 "cfg-if 1.0.0",10543 "cpufeatures",10544 "digest 0.10.3",10545]1054610547[[package]]10548name = "sha3"10549version = "0.9.1"10550source = "registry+https://github.com/rust-lang/crates.io-index"10551checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10552dependencies = [10553 "block-buffer 0.9.0",10554 "digest 0.9.0",10555 "keccak",10556 "opaque-debug 0.3.0",10557]1055810559[[package]]10560name = "sha3"10561version = "0.10.1"10562source = "registry+https://github.com/rust-lang/crates.io-index"10563checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10564dependencies = [10565 "digest 0.10.3",10566 "keccak",10567]1056810569[[package]]10570name = "sharded-slab"10571version = "0.1.4"10572source = "registry+https://github.com/rust-lang/crates.io-index"10573checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10574dependencies = [10575 "lazy_static",10576]1057710578[[package]]10579name = "shlex"10580version = "1.1.0"10581source = "registry+https://github.com/rust-lang/crates.io-index"10582checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1058310584[[package]]10585name = "signal-hook"10586version = "0.3.14"10587source = "registry+https://github.com/rust-lang/crates.io-index"10588checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10589dependencies = [10590 "libc",10591 "signal-hook-registry",10592]1059310594[[package]]10595name = "signal-hook-registry"10596version = "1.4.0"10597source = "registry+https://github.com/rust-lang/crates.io-index"10598checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10599dependencies = [10600 "libc",10601]1060210603[[package]]10604name = "signature"10605version = "1.4.0"10606source = "registry+https://github.com/rust-lang/crates.io-index"10607checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10608dependencies = [10609 "digest 0.9.0",10610 "rand_core 0.6.3",10611]1061210613[[package]]10614name = "simba"10615version = "0.5.1"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10618dependencies = [10619 "approx",10620 "num-complex",10621 "num-traits",10622 "paste",10623]1062410625[[package]]10626name = "slab"10627version = "0.4.6"10628source = "registry+https://github.com/rust-lang/crates.io-index"10629checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1063010631[[package]]10632name = "slot-range-helper"10633version = "0.9.23"10634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"10635dependencies = [10636 "enumn",10637 "parity-scale-codec 3.1.5",10638 "paste",10639 "sp-runtime",10640 "sp-std",10641]1064210643[[package]]10644name = "slotmap"10645version = "1.0.6"10646source = "registry+https://github.com/rust-lang/crates.io-index"10647checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10648dependencies = [10649 "version_check",10650]1065110652[[package]]10653name = "smallvec"10654version = "1.8.0"10655source = "registry+https://github.com/rust-lang/crates.io-index"10656checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1065710658[[package]]10659name = "snap"10660version = "1.0.5"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1066310664[[package]]10665name = "snow"10666version = "0.9.0"10667source = "registry+https://github.com/rust-lang/crates.io-index"10668checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10669dependencies = [10670 "aes-gcm",10671 "blake2",10672 "chacha20poly1305",10673 "curve25519-dalek 4.0.0-pre.1",10674 "rand_core 0.6.3",10675 "ring",10676 "rustc_version 0.4.0",10677 "sha2 0.10.2",10678 "subtle",10679]1068010681[[package]]10682name = "socket2"10683version = "0.4.4"10684source = "registry+https://github.com/rust-lang/crates.io-index"10685checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10686dependencies = [10687 "libc",10688 "winapi",10689]1069010691[[package]]10692name = "soketto"10693version = "0.7.1"10694source = "registry+https://github.com/rust-lang/crates.io-index"10695checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10696dependencies = [10697 "base64",10698 "bytes 1.1.0",10699 "flate2",10700 "futures 0.3.21",10701 "httparse",10702 "log",10703 "rand 0.8.5",10704 "sha-1 0.9.8",10705]1070610707[[package]]10708name = "sp-api"10709version = "4.0.0-dev"10710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10711dependencies = [10712 "hash-db",10713 "log",10714 "parity-scale-codec 3.1.5",10715 "sp-api-proc-macro",10716 "sp-core",10717 "sp-runtime",10718 "sp-state-machine",10719 "sp-std",10720 "sp-version",10721 "thiserror",10722]1072310724[[package]]10725name = "sp-api-proc-macro"10726version = "4.0.0-dev"10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10728dependencies = [10729 "blake2",10730 "proc-macro-crate",10731 "proc-macro2",10732 "quote",10733 "syn",10734]1073510736[[package]]10737name = "sp-application-crypto"10738version = "6.0.0"10739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10740dependencies = [10741 "parity-scale-codec 3.1.5",10742 "scale-info",10743 "serde",10744 "sp-core",10745 "sp-io",10746 "sp-std",10747]1074810749[[package]]10750name = "sp-arithmetic"10751version = "5.0.0"10752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10753dependencies = [10754 "integer-sqrt",10755 "num-traits",10756 "parity-scale-codec 3.1.5",10757 "scale-info",10758 "serde",10759 "sp-debug-derive",10760 "sp-std",10761 "static_assertions",10762]1076310764[[package]]10765name = "sp-authority-discovery"10766version = "4.0.0-dev"10767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10768dependencies = [10769 "parity-scale-codec 3.1.5",10770 "scale-info",10771 "sp-api",10772 "sp-application-crypto",10773 "sp-runtime",10774 "sp-std",10775]1077610777[[package]]10778name = "sp-authorship"10779version = "4.0.0-dev"10780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10781dependencies = [10782 "async-trait",10783 "parity-scale-codec 3.1.5",10784 "sp-inherents",10785 "sp-runtime",10786 "sp-std",10787]1078810789[[package]]10790name = "sp-block-builder"10791version = "4.0.0-dev"10792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10793dependencies = [10794 "parity-scale-codec 3.1.5",10795 "sp-api",10796 "sp-inherents",10797 "sp-runtime",10798 "sp-std",10799]1080010801[[package]]10802name = "sp-blockchain"10803version = "4.0.0-dev"10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10805dependencies = [10806 "futures 0.3.21",10807 "log",10808 "lru 0.7.7",10809 "parity-scale-codec 3.1.5",10810 "parking_lot 0.12.1",10811 "sp-api",10812 "sp-consensus",10813 "sp-database",10814 "sp-runtime",10815 "sp-state-machine",10816 "thiserror",10817]1081810819[[package]]10820name = "sp-consensus"10821version = "0.10.0-dev"10822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10823dependencies = [10824 "async-trait",10825 "futures 0.3.21",10826 "futures-timer",10827 "log",10828 "parity-scale-codec 3.1.5",10829 "sp-core",10830 "sp-inherents",10831 "sp-runtime",10832 "sp-state-machine",10833 "sp-std",10834 "sp-version",10835 "thiserror",10836]1083710838[[package]]10839name = "sp-consensus-aura"10840version = "0.10.0-dev"10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10842dependencies = [10843 "async-trait",10844 "parity-scale-codec 3.1.5",10845 "scale-info",10846 "sp-api",10847 "sp-application-crypto",10848 "sp-consensus",10849 "sp-consensus-slots",10850 "sp-inherents",10851 "sp-runtime",10852 "sp-std",10853 "sp-timestamp",10854]1085510856[[package]]10857name = "sp-consensus-babe"10858version = "0.10.0-dev"10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10860dependencies = [10861 "async-trait",10862 "merlin",10863 "parity-scale-codec 3.1.5",10864 "scale-info",10865 "serde",10866 "sp-api",10867 "sp-application-crypto",10868 "sp-consensus",10869 "sp-consensus-slots",10870 "sp-consensus-vrf",10871 "sp-core",10872 "sp-inherents",10873 "sp-keystore",10874 "sp-runtime",10875 "sp-std",10876 "sp-timestamp",10877]1087810879[[package]]10880name = "sp-consensus-slots"10881version = "0.10.0-dev"10882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10883dependencies = [10884 "parity-scale-codec 3.1.5",10885 "scale-info",10886 "serde",10887 "sp-arithmetic",10888 "sp-runtime",10889 "sp-std",10890 "sp-timestamp",10891]1089210893[[package]]10894name = "sp-consensus-vrf"10895version = "0.10.0-dev"10896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10897dependencies = [10898 "parity-scale-codec 3.1.5",10899 "scale-info",10900 "schnorrkel",10901 "sp-core",10902 "sp-runtime",10903 "sp-std",10904]1090510906[[package]]10907name = "sp-core"10908version = "6.0.0"10909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10910dependencies = [10911 "base58",10912 "bitflags",10913 "blake2-rfc",10914 "byteorder",10915 "dyn-clonable",10916 "ed25519-dalek",10917 "futures 0.3.21",10918 "hash-db",10919 "hash256-std-hasher",10920 "hex",10921 "impl-serde",10922 "lazy_static",10923 "libsecp256k1",10924 "log",10925 "merlin",10926 "num-traits",10927 "parity-scale-codec 3.1.5",10928 "parity-util-mem",10929 "parking_lot 0.12.1",10930 "primitive-types",10931 "rand 0.7.3",10932 "regex",10933 "scale-info",10934 "schnorrkel",10935 "secp256k1",10936 "secrecy",10937 "serde",10938 "sp-core-hashing",10939 "sp-debug-derive",10940 "sp-externalities",10941 "sp-runtime-interface",10942 "sp-std",10943 "sp-storage",10944 "ss58-registry",10945 "substrate-bip39",10946 "thiserror",10947 "tiny-bip39",10948 "wasmi",10949 "zeroize",10950]1095110952[[package]]10953name = "sp-core-hashing"10954version = "4.0.0"10955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10956dependencies = [10957 "blake2",10958 "byteorder",10959 "digest 0.10.3",10960 "sha2 0.10.2",10961 "sha3 0.10.1",10962 "sp-std",10963 "twox-hash",10964]1096510966[[package]]10967name = "sp-core-hashing-proc-macro"10968version = "5.0.0"10969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10970dependencies = [10971 "proc-macro2",10972 "quote",10973 "sp-core-hashing",10974 "syn",10975]1097610977[[package]]10978name = "sp-database"10979version = "4.0.0-dev"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10981dependencies = [10982 "kvdb",10983 "parking_lot 0.12.1",10984]1098510986[[package]]10987name = "sp-debug-derive"10988version = "4.0.0"10989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"10990dependencies = [10991 "proc-macro2",10992 "quote",10993 "syn",10994]1099510996[[package]]10997name = "sp-externalities"10998version = "0.12.0"10999source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11000dependencies = [11001 "environmental",11002 "parity-scale-codec 3.1.5",11003 "sp-std",11004 "sp-storage",11005]1100611007[[package]]11008name = "sp-finality-grandpa"11009version = "4.0.0-dev"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11011dependencies = [11012 "finality-grandpa",11013 "log",11014 "parity-scale-codec 3.1.5",11015 "scale-info",11016 "serde",11017 "sp-api",11018 "sp-application-crypto",11019 "sp-core",11020 "sp-keystore",11021 "sp-runtime",11022 "sp-std",11023]1102411025[[package]]11026name = "sp-inherents"11027version = "4.0.0-dev"11028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11029dependencies = [11030 "async-trait",11031 "impl-trait-for-tuples",11032 "parity-scale-codec 3.1.5",11033 "sp-core",11034 "sp-runtime",11035 "sp-std",11036 "thiserror",11037]1103811039[[package]]11040name = "sp-io"11041version = "6.0.0"11042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11043dependencies = [11044 "futures 0.3.21",11045 "hash-db",11046 "libsecp256k1",11047 "log",11048 "parity-scale-codec 3.1.5",11049 "parking_lot 0.12.1",11050 "secp256k1",11051 "sp-core",11052 "sp-externalities",11053 "sp-keystore",11054 "sp-runtime-interface",11055 "sp-state-machine",11056 "sp-std",11057 "sp-tracing",11058 "sp-trie",11059 "sp-wasm-interface",11060 "tracing",11061 "tracing-core",11062]1106311064[[package]]11065name = "sp-keyring"11066version = "6.0.0"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11068dependencies = [11069 "lazy_static",11070 "sp-core",11071 "sp-runtime",11072 "strum 0.23.0",11073]1107411075[[package]]11076name = "sp-keystore"11077version = "0.12.0"11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11079dependencies = [11080 "async-trait",11081 "futures 0.3.21",11082 "merlin",11083 "parity-scale-codec 3.1.5",11084 "parking_lot 0.12.1",11085 "schnorrkel",11086 "serde",11087 "sp-core",11088 "sp-externalities",11089 "thiserror",11090]1109111092[[package]]11093name = "sp-maybe-compressed-blob"11094version = "4.1.0-dev"11095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11096dependencies = [11097 "thiserror",11098 "zstd",11099]1110011101[[package]]11102name = "sp-mmr-primitives"11103version = "4.0.0-dev"11104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11105dependencies = [11106 "log",11107 "parity-scale-codec 3.1.5",11108 "serde",11109 "sp-api",11110 "sp-core",11111 "sp-debug-derive",11112 "sp-runtime",11113 "sp-std",11114]1111511116[[package]]11117name = "sp-npos-elections"11118version = "4.0.0-dev"11119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11120dependencies = [11121 "parity-scale-codec 3.1.5",11122 "scale-info",11123 "serde",11124 "sp-arithmetic",11125 "sp-core",11126 "sp-runtime",11127 "sp-std",11128]1112911130[[package]]11131name = "sp-offchain"11132version = "4.0.0-dev"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11134dependencies = [11135 "sp-api",11136 "sp-core",11137 "sp-runtime",11138]1113911140[[package]]11141name = "sp-panic-handler"11142version = "4.0.0"11143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11144dependencies = [11145 "backtrace",11146 "lazy_static",11147 "regex",11148]1114911150[[package]]11151name = "sp-rpc"11152version = "6.0.0"11153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11154dependencies = [11155 "rustc-hash",11156 "serde",11157 "sp-core",11158]1115911160[[package]]11161name = "sp-runtime"11162version = "6.0.0"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11164dependencies = [11165 "either",11166 "hash256-std-hasher",11167 "impl-trait-for-tuples",11168 "log",11169 "parity-scale-codec 3.1.5",11170 "parity-util-mem",11171 "paste",11172 "rand 0.7.3",11173 "scale-info",11174 "serde",11175 "sp-application-crypto",11176 "sp-arithmetic",11177 "sp-core",11178 "sp-io",11179 "sp-std",11180]1118111182[[package]]11183name = "sp-runtime-interface"11184version = "6.0.0"11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11186dependencies = [11187 "impl-trait-for-tuples",11188 "parity-scale-codec 3.1.5",11189 "primitive-types",11190 "sp-externalities",11191 "sp-runtime-interface-proc-macro",11192 "sp-std",11193 "sp-storage",11194 "sp-tracing",11195 "sp-wasm-interface",11196 "static_assertions",11197]1119811199[[package]]11200name = "sp-runtime-interface-proc-macro"11201version = "5.0.0"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11203dependencies = [11204 "Inflector",11205 "proc-macro-crate",11206 "proc-macro2",11207 "quote",11208 "syn",11209]1121011211[[package]]11212name = "sp-sandbox"11213version = "0.10.0-dev"11214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11215dependencies = [11216 "log",11217 "parity-scale-codec 3.1.5",11218 "sp-core",11219 "sp-io",11220 "sp-std",11221 "sp-wasm-interface",11222 "wasmi",11223]1122411225[[package]]11226name = "sp-serializer"11227version = "4.0.0-dev"11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11229dependencies = [11230 "serde",11231 "serde_json",11232]1123311234[[package]]11235name = "sp-session"11236version = "4.0.0-dev"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11238dependencies = [11239 "parity-scale-codec 3.1.5",11240 "scale-info",11241 "sp-api",11242 "sp-core",11243 "sp-runtime",11244 "sp-staking",11245 "sp-std",11246]1124711248[[package]]11249name = "sp-staking"11250version = "4.0.0-dev"11251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11252dependencies = [11253 "parity-scale-codec 3.1.5",11254 "scale-info",11255 "sp-runtime",11256 "sp-std",11257]1125811259[[package]]11260name = "sp-state-machine"11261version = "0.12.0"11262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11263dependencies = [11264 "hash-db",11265 "log",11266 "num-traits",11267 "parity-scale-codec 3.1.5",11268 "parking_lot 0.12.1",11269 "rand 0.7.3",11270 "smallvec",11271 "sp-core",11272 "sp-externalities",11273 "sp-panic-handler",11274 "sp-std",11275 "sp-trie",11276 "thiserror",11277 "tracing",11278 "trie-root",11279]1128011281[[package]]11282name = "sp-std"11283version = "4.0.0"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"1128511286[[package]]11287name = "sp-storage"11288version = "6.0.0"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11290dependencies = [11291 "impl-serde",11292 "parity-scale-codec 3.1.5",11293 "ref-cast",11294 "serde",11295 "sp-debug-derive",11296 "sp-std",11297]1129811299[[package]]11300name = "sp-tasks"11301version = "4.0.0-dev"11302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11303dependencies = [11304 "log",11305 "sp-core",11306 "sp-externalities",11307 "sp-io",11308 "sp-runtime-interface",11309 "sp-std",11310]1131111312[[package]]11313name = "sp-timestamp"11314version = "4.0.0-dev"11315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11316dependencies = [11317 "async-trait",11318 "futures-timer",11319 "log",11320 "parity-scale-codec 3.1.5",11321 "sp-api",11322 "sp-inherents",11323 "sp-runtime",11324 "sp-std",11325 "thiserror",11326]1132711328[[package]]11329name = "sp-tracing"11330version = "5.0.0"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11332dependencies = [11333 "parity-scale-codec 3.1.5",11334 "sp-std",11335 "tracing",11336 "tracing-core",11337 "tracing-subscriber",11338]1133911340[[package]]11341name = "sp-transaction-pool"11342version = "4.0.0-dev"11343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11344dependencies = [11345 "sp-api",11346 "sp-runtime",11347]1134811349[[package]]11350name = "sp-transaction-storage-proof"11351version = "4.0.0-dev"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11353dependencies = [11354 "async-trait",11355 "log",11356 "parity-scale-codec 3.1.5",11357 "scale-info",11358 "sp-core",11359 "sp-inherents",11360 "sp-runtime",11361 "sp-std",11362 "sp-trie",11363]1136411365[[package]]11366name = "sp-trie"11367version = "6.0.0"11368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11369dependencies = [11370 "hash-db",11371 "memory-db",11372 "parity-scale-codec 3.1.5",11373 "scale-info",11374 "sp-core",11375 "sp-std",11376 "thiserror",11377 "trie-db",11378 "trie-root",11379]1138011381[[package]]11382name = "sp-version"11383version = "5.0.0"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11385dependencies = [11386 "impl-serde",11387 "parity-scale-codec 3.1.5",11388 "parity-wasm 0.42.2",11389 "scale-info",11390 "serde",11391 "sp-core-hashing-proc-macro",11392 "sp-runtime",11393 "sp-std",11394 "sp-version-proc-macro",11395 "thiserror",11396]1139711398[[package]]11399name = "sp-version-proc-macro"11400version = "4.0.0-dev"11401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11402dependencies = [11403 "parity-scale-codec 3.1.5",11404 "proc-macro2",11405 "quote",11406 "syn",11407]1140811409[[package]]11410name = "sp-wasm-interface"11411version = "6.0.0"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11413dependencies = [11414 "impl-trait-for-tuples",11415 "log",11416 "parity-scale-codec 3.1.5",11417 "sp-std",11418 "wasmi",11419 "wasmtime",11420]1142111422[[package]]11423name = "spin"11424version = "0.5.2"11425source = "registry+https://github.com/rust-lang/crates.io-index"11426checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1142711428[[package]]11429name = "ss58-registry"11430version = "1.22.0"11431source = "registry+https://github.com/rust-lang/crates.io-index"11432checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11433dependencies = [11434 "Inflector",11435 "num-format",11436 "proc-macro2",11437 "quote",11438 "serde",11439 "serde_json",11440 "unicode-xid",11441]1144211443[[package]]11444name = "stable_deref_trait"11445version = "1.2.0"11446source = "registry+https://github.com/rust-lang/crates.io-index"11447checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1144811449[[package]]11450name = "static_assertions"11451version = "1.1.0"11452source = "registry+https://github.com/rust-lang/crates.io-index"11453checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1145411455[[package]]11456name = "static_init"11457version = "0.5.2"11458source = "registry+https://github.com/rust-lang/crates.io-index"11459checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11460dependencies = [11461 "cfg_aliases",11462 "libc",11463 "parking_lot 0.11.2",11464 "static_init_macro",11465]1146611467[[package]]11468name = "static_init_macro"11469version = "0.5.0"11470source = "registry+https://github.com/rust-lang/crates.io-index"11471checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11472dependencies = [11473 "cfg_aliases",11474 "memchr",11475 "proc-macro2",11476 "quote",11477 "syn",11478]1147911480[[package]]11481name = "statrs"11482version = "0.15.0"11483source = "registry+https://github.com/rust-lang/crates.io-index"11484checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11485dependencies = [11486 "approx",11487 "lazy_static",11488 "nalgebra",11489 "num-traits",11490 "rand 0.8.5",11491]1149211493[[package]]11494name = "strsim"11495version = "0.10.0"11496source = "registry+https://github.com/rust-lang/crates.io-index"11497checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1149811499[[package]]11500name = "struct-versioning"11501version = "0.1.0"11502dependencies = [11503 "quote",11504 "syn",11505]1150611507[[package]]11508name = "strum"11509version = "0.23.0"11510source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11512dependencies = [11513 "strum_macros 0.23.1",11514]1151511516[[package]]11517name = "strum"11518version = "0.24.1"11519source = "registry+https://github.com/rust-lang/crates.io-index"11520checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11521dependencies = [11522 "strum_macros 0.24.1",11523]1152411525[[package]]11526name = "strum_macros"11527version = "0.23.1"11528source = "registry+https://github.com/rust-lang/crates.io-index"11529checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11530dependencies = [11531 "heck 0.3.3",11532 "proc-macro2",11533 "quote",11534 "rustversion",11535 "syn",11536]1153711538[[package]]11539name = "strum_macros"11540version = "0.24.1"11541source = "registry+https://github.com/rust-lang/crates.io-index"11542checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"11543dependencies = [11544 "heck 0.4.0",11545 "proc-macro2",11546 "quote",11547 "rustversion",11548 "syn",11549]1155011551[[package]]11552name = "substrate-bip39"11553version = "0.4.4"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11556dependencies = [11557 "hmac 0.11.0",11558 "pbkdf2 0.8.0",11559 "schnorrkel",11560 "sha2 0.9.9",11561 "zeroize",11562]1156311564[[package]]11565name = "substrate-build-script-utils"11566version = "3.0.0"11567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11568dependencies = [11569 "platforms",11570]1157111572[[package]]11573name = "substrate-frame-rpc-system"11574version = "4.0.0-dev"11575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11576dependencies = [11577 "frame-system-rpc-runtime-api",11578 "futures 0.3.21",11579 "jsonrpsee",11580 "log",11581 "parity-scale-codec 3.1.5",11582 "sc-client-api",11583 "sc-rpc-api",11584 "sc-transaction-pool-api",11585 "serde_json",11586 "sp-api",11587 "sp-block-builder",11588 "sp-blockchain",11589 "sp-core",11590 "sp-runtime",11591]1159211593[[package]]11594name = "substrate-prometheus-endpoint"11595version = "0.10.0-dev"11596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11597dependencies = [11598 "futures-util",11599 "hyper",11600 "log",11601 "prometheus",11602 "thiserror",11603 "tokio 1.19.2",11604]1160511606[[package]]11607name = "substrate-state-trie-migration-rpc"11608version = "4.0.0-dev"11609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11610dependencies = [11611 "jsonrpsee",11612 "log",11613 "parity-scale-codec 3.1.5",11614 "sc-client-api",11615 "sc-rpc-api",11616 "scale-info",11617 "serde",11618 "sp-core",11619 "sp-io",11620 "sp-runtime",11621 "sp-state-machine",11622 "sp-std",11623 "sp-trie",11624 "trie-db",11625]1162611627[[package]]11628name = "substrate-test-client"11629version = "2.0.1"11630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11631dependencies = [11632 "async-trait",11633 "futures 0.3.21",11634 "hex",11635 "parity-scale-codec 3.1.5",11636 "sc-client-api",11637 "sc-client-db",11638 "sc-consensus",11639 "sc-executor",11640 "sc-offchain",11641 "sc-service",11642 "serde",11643 "serde_json",11644 "sp-blockchain",11645 "sp-consensus",11646 "sp-core",11647 "sp-keyring",11648 "sp-keystore",11649 "sp-runtime",11650 "sp-state-machine",11651]1165211653[[package]]11654name = "substrate-test-utils"11655version = "4.0.0-dev"11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11657dependencies = [11658 "futures 0.3.21",11659 "substrate-test-utils-derive",11660 "tokio 1.19.2",11661]1166211663[[package]]11664name = "substrate-test-utils-derive"11665version = "0.10.0-dev"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11667dependencies = [11668 "proc-macro-crate",11669 "proc-macro2",11670 "quote",11671 "syn",11672]1167311674[[package]]11675name = "substrate-wasm-builder"11676version = "5.0.0-dev"11677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"11678dependencies = [11679 "ansi_term",11680 "build-helper",11681 "cargo_metadata",11682 "sp-maybe-compressed-blob",11683 "strum 0.23.0",11684 "tempfile",11685 "toml",11686 "walkdir",11687 "wasm-gc-api",11688]1168911690[[package]]11691name = "subtle"11692version = "2.4.1"11693source = "registry+https://github.com/rust-lang/crates.io-index"11694checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1169511696[[package]]11697name = "syn"11698version = "1.0.96"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11701dependencies = [11702 "proc-macro2",11703 "quote",11704 "unicode-ident",11705]1170611707[[package]]11708name = "synstructure"11709version = "0.12.6"11710source = "registry+https://github.com/rust-lang/crates.io-index"11711checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11712dependencies = [11713 "proc-macro2",11714 "quote",11715 "syn",11716 "unicode-xid",11717]1171811719[[package]]11720name = "system-configuration"11721version = "0.5.0"11722source = "registry+https://github.com/rust-lang/crates.io-index"11723checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11724dependencies = [11725 "bitflags",11726 "core-foundation",11727 "system-configuration-sys",11728]1172911730[[package]]11731name = "system-configuration-sys"11732version = "0.5.0"11733source = "registry+https://github.com/rust-lang/crates.io-index"11734checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11735dependencies = [11736 "core-foundation-sys",11737 "libc",11738]1173911740[[package]]11741name = "tap"11742version = "1.0.1"11743source = "registry+https://github.com/rust-lang/crates.io-index"11744checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1174511746[[package]]11747name = "target-lexicon"11748version = "0.12.4"11749source = "registry+https://github.com/rust-lang/crates.io-index"11750checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1175111752[[package]]11753name = "tempfile"11754version = "3.3.0"11755source = "registry+https://github.com/rust-lang/crates.io-index"11756checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11757dependencies = [11758 "cfg-if 1.0.0",11759 "fastrand",11760 "libc",11761 "redox_syscall",11762 "remove_dir_all",11763 "winapi",11764]1176511766[[package]]11767name = "termcolor"11768version = "1.1.3"11769source = "registry+https://github.com/rust-lang/crates.io-index"11770checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11771dependencies = [11772 "winapi-util",11773]1177411775[[package]]11776name = "test-runtime-constants"11777version = "0.9.23"11778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"11779dependencies = [11780 "frame-support",11781 "polkadot-primitives",11782 "polkadot-runtime-common",11783 "smallvec",11784 "sp-runtime",11785]1178611787[[package]]11788name = "tests"11789version = "0.1.0"11790dependencies = [11791 "fp-evm-mapping",11792 "frame-support",11793 "frame-system",11794 "pallet-balances",11795 "pallet-common",11796 "pallet-ethereum",11797 "pallet-evm",11798 "pallet-evm-coder-substrate",11799 "pallet-fungible",11800 "pallet-nonfungible",11801 "pallet-refungible",11802 "pallet-structure",11803 "pallet-timestamp",11804 "pallet-transaction-payment",11805 "pallet-unique",11806 "parity-scale-codec 3.1.5",11807 "scale-info",11808 "sp-core",11809 "sp-io",11810 "sp-runtime",11811 "sp-std",11812 "unique-runtime-common",11813 "up-data-structs",11814]1181511816[[package]]11817name = "textwrap"11818version = "0.15.0"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1182111822[[package]]11823name = "thiserror"11824version = "1.0.31"11825source = "registry+https://github.com/rust-lang/crates.io-index"11826checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11827dependencies = [11828 "thiserror-impl",11829]1183011831[[package]]11832name = "thiserror-impl"11833version = "1.0.31"11834source = "registry+https://github.com/rust-lang/crates.io-index"11835checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11836dependencies = [11837 "proc-macro2",11838 "quote",11839 "syn",11840]1184111842[[package]]11843name = "thousands"11844version = "0.2.0"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1184711848[[package]]11849name = "thread_local"11850version = "1.1.4"11851source = "registry+https://github.com/rust-lang/crates.io-index"11852checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11853dependencies = [11854 "once_cell",11855]1185611857[[package]]11858name = "threadpool"11859version = "1.8.1"11860source = "registry+https://github.com/rust-lang/crates.io-index"11861checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11862dependencies = [11863 "num_cpus",11864]1186511866[[package]]11867name = "thrift"11868version = "0.15.0"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11871dependencies = [11872 "byteorder",11873 "integer-encoding",11874 "log",11875 "ordered-float",11876 "threadpool",11877]1187811879[[package]]11880name = "tikv-jemalloc-sys"11881version = "0.4.3+5.2.1-patched.2"11882source = "registry+https://github.com/rust-lang/crates.io-index"11883checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11884dependencies = [11885 "cc",11886 "fs_extra",11887 "libc",11888]1188911890[[package]]11891name = "time"11892version = "0.1.44"11893source = "registry+https://github.com/rust-lang/crates.io-index"11894checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11895dependencies = [11896 "libc",11897 "wasi 0.10.0+wasi-snapshot-preview1",11898 "winapi",11899]1190011901[[package]]11902name = "tiny-bip39"11903version = "0.8.2"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11906dependencies = [11907 "anyhow",11908 "hmac 0.8.1",11909 "once_cell",11910 "pbkdf2 0.4.0",11911 "rand 0.7.3",11912 "rustc-hash",11913 "sha2 0.9.9",11914 "thiserror",11915 "unicode-normalization",11916 "wasm-bindgen",11917 "zeroize",11918]1191911920[[package]]11921name = "tiny-keccak"11922version = "2.0.2"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11925dependencies = [11926 "crunchy",11927]1192811929[[package]]11930name = "tinyvec"11931version = "1.6.0"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"11934dependencies = [11935 "tinyvec_macros",11936]1193711938[[package]]11939name = "tinyvec_macros"11940version = "0.1.0"11941source = "registry+https://github.com/rust-lang/crates.io-index"11942checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1194311944[[package]]11945name = "tokio"11946version = "0.2.25"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11949dependencies = [11950 "bytes 0.5.6",11951 "fnv",11952 "pin-project-lite 0.1.12",11953 "tokio-macros 0.2.6",11954]1195511956[[package]]11957name = "tokio"11958version = "1.19.2"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"11961dependencies = [11962 "bytes 1.1.0",11963 "libc",11964 "memchr",11965 "mio",11966 "num_cpus",11967 "once_cell",11968 "parking_lot 0.12.1",11969 "pin-project-lite 0.2.9",11970 "signal-hook-registry",11971 "socket2",11972 "tokio-macros 1.8.0",11973 "winapi",11974]1197511976[[package]]11977name = "tokio-macros"11978version = "0.2.6"11979source = "registry+https://github.com/rust-lang/crates.io-index"11980checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11981dependencies = [11982 "proc-macro2",11983 "quote",11984 "syn",11985]1198611987[[package]]11988name = "tokio-macros"11989version = "1.8.0"11990source = "registry+https://github.com/rust-lang/crates.io-index"11991checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"11992dependencies = [11993 "proc-macro2",11994 "quote",11995 "syn",11996]1199711998[[package]]11999name = "tokio-rustls"12000version = "0.23.4"12001source = "registry+https://github.com/rust-lang/crates.io-index"12002checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12003dependencies = [12004 "rustls",12005 "tokio 1.19.2",12006 "webpki",12007]1200812009[[package]]12010name = "tokio-util"12011version = "0.7.3"12012source = "registry+https://github.com/rust-lang/crates.io-index"12013checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12014dependencies = [12015 "bytes 1.1.0",12016 "futures-core",12017 "futures-io",12018 "futures-sink",12019 "pin-project-lite 0.2.9",12020 "tokio 1.19.2",12021 "tracing",12022]1202312024[[package]]12025name = "toml"12026version = "0.5.9"12027source = "registry+https://github.com/rust-lang/crates.io-index"12028checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12029dependencies = [12030 "serde",12031]1203212033[[package]]12034name = "tower-service"12035version = "0.3.1"12036source = "registry+https://github.com/rust-lang/crates.io-index"12037checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1203812039[[package]]12040name = "tracing"12041version = "0.1.35"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12044dependencies = [12045 "cfg-if 1.0.0",12046 "pin-project-lite 0.2.9",12047 "tracing-attributes",12048 "tracing-core",12049]1205012051[[package]]12052name = "tracing-attributes"12053version = "0.1.21"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12056dependencies = [12057 "proc-macro2",12058 "quote",12059 "syn",12060]1206112062[[package]]12063name = "tracing-core"12064version = "0.1.27"12065source = "registry+https://github.com/rust-lang/crates.io-index"12066checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12067dependencies = [12068 "once_cell",12069 "valuable",12070]1207112072[[package]]12073name = "tracing-futures"12074version = "0.2.5"12075source = "registry+https://github.com/rust-lang/crates.io-index"12076checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12077dependencies = [12078 "pin-project 1.0.10",12079 "tracing",12080]1208112082[[package]]12083name = "tracing-gum"12084version = "0.9.23"12085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12086dependencies = [12087 "polkadot-node-jaeger",12088 "polkadot-primitives",12089 "tracing",12090 "tracing-gum-proc-macro",12091]1209212093[[package]]12094name = "tracing-gum-proc-macro"12095version = "0.9.23"12096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"12097dependencies = [12098 "expander 0.0.6",12099 "proc-macro-crate",12100 "proc-macro2",12101 "quote",12102 "syn",12103]1210412105[[package]]12106name = "tracing-log"12107version = "0.1.3"12108source = "registry+https://github.com/rust-lang/crates.io-index"12109checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12110dependencies = [12111 "ahash",12112 "lazy_static",12113 "log",12114 "lru 0.7.7",12115 "tracing-core",12116]1211712118[[package]]12119name = "tracing-serde"12120version = "0.1.3"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12123dependencies = [12124 "serde",12125 "tracing-core",12126]1212712128[[package]]12129name = "tracing-subscriber"12130version = "0.2.25"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12133dependencies = [12134 "ansi_term",12135 "chrono",12136 "lazy_static",12137 "matchers",12138 "parking_lot 0.11.2",12139 "regex",12140 "serde",12141 "serde_json",12142 "sharded-slab",12143 "smallvec",12144 "thread_local",12145 "tracing",12146 "tracing-core",12147 "tracing-log",12148 "tracing-serde",12149]1215012151[[package]]12152name = "trie-db"12153version = "0.23.1"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12156dependencies = [12157 "hash-db",12158 "hashbrown 0.12.1",12159 "log",12160 "rustc-hex",12161 "smallvec",12162]1216312164[[package]]12165name = "trie-root"12166version = "0.17.0"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12169dependencies = [12170 "hash-db",12171]1217212173[[package]]12174name = "triehash"12175version = "0.8.4"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12178dependencies = [12179 "hash-db",12180 "rlp",12181]1218212183[[package]]12184name = "trust-dns-proto"12185version = "0.21.2"12186source = "registry+https://github.com/rust-lang/crates.io-index"12187checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12188dependencies = [12189 "async-trait",12190 "cfg-if 1.0.0",12191 "data-encoding",12192 "enum-as-inner",12193 "futures-channel",12194 "futures-io",12195 "futures-util",12196 "idna",12197 "ipnet",12198 "lazy_static",12199 "log",12200 "rand 0.8.5",12201 "smallvec",12202 "thiserror",12203 "tinyvec",12204 "url",12205]1220612207[[package]]12208name = "trust-dns-resolver"12209version = "0.21.2"12210source = "registry+https://github.com/rust-lang/crates.io-index"12211checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12212dependencies = [12213 "cfg-if 1.0.0",12214 "futures-util",12215 "ipconfig",12216 "lazy_static",12217 "log",12218 "lru-cache",12219 "parking_lot 0.12.1",12220 "resolv-conf",12221 "smallvec",12222 "thiserror",12223 "trust-dns-proto",12224]1222512226[[package]]12227name = "try-lock"12228version = "0.2.3"12229source = "registry+https://github.com/rust-lang/crates.io-index"12230checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1223112232[[package]]12233name = "try-runtime-cli"12234version = "0.10.0-dev"12235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341"12236dependencies = [12237 "clap",12238 "jsonrpsee",12239 "log",12240 "parity-scale-codec 3.1.5",12241 "remote-externalities",12242 "sc-chain-spec",12243 "sc-cli",12244 "sc-executor",12245 "sc-service",12246 "serde",12247 "sp-core",12248 "sp-externalities",12249 "sp-io",12250 "sp-keystore",12251 "sp-runtime",12252 "sp-state-machine",12253 "sp-version",12254 "zstd",12255]1225612257[[package]]12258name = "tt-call"12259version = "1.0.8"12260source = "registry+https://github.com/rust-lang/crates.io-index"12261checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1226212263[[package]]12264name = "twox-hash"12265version = "1.6.3"12266source = "registry+https://github.com/rust-lang/crates.io-index"12267checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12268dependencies = [12269 "cfg-if 0.1.10",12270 "digest 0.10.3",12271 "rand 0.8.5",12272 "static_assertions",12273]1227412275[[package]]12276name = "typenum"12277version = "1.15.0"12278source = "registry+https://github.com/rust-lang/crates.io-index"12279checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1228012281[[package]]12282name = "uc-rpc"12283version = "0.1.0"12284dependencies = [12285 "anyhow",12286 "jsonrpsee",12287 "pallet-common",12288 "pallet-evm",12289 "parity-scale-codec 3.1.5",12290 "rmrk-rpc",12291 "sp-api",12292 "sp-blockchain",12293 "sp-core",12294 "sp-rpc",12295 "sp-runtime",12296 "unique-runtime-common",12297 "up-data-structs",12298 "up-rpc",12299]1230012301[[package]]12302name = "ucd-trie"12303version = "0.1.3"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1230612307[[package]]12308name = "uint"12309version = "0.9.3"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12312dependencies = [12313 "byteorder",12314 "crunchy",12315 "hex",12316 "static_assertions",12317]1231812319[[package]]12320name = "unicase"12321version = "2.6.0"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12324dependencies = [12325 "version_check",12326]1232712328[[package]]12329name = "unicode-bidi"12330version = "0.3.8"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1233312334[[package]]12335name = "unicode-ident"12336version = "1.0.1"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"1233912340[[package]]12341name = "unicode-normalization"12342version = "0.1.19"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12345dependencies = [12346 "tinyvec",12347]1234812349[[package]]12350name = "unicode-segmentation"12351version = "1.9.0"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1235412355[[package]]12356name = "unicode-width"12357version = "0.1.9"12358source = "registry+https://github.com/rust-lang/crates.io-index"12359checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1236012361[[package]]12362name = "unicode-xid"12363version = "0.2.3"12364source = "registry+https://github.com/rust-lang/crates.io-index"12365checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1236612367[[package]]12368name = "unique-node"12369version = "0.9.23"12370dependencies = [12371 "clap",12372 "cumulus-client-cli",12373 "cumulus-client-collator",12374 "cumulus-client-consensus-aura",12375 "cumulus-client-consensus-common",12376 "cumulus-client-network",12377 "cumulus-client-service",12378 "cumulus-primitives-core",12379 "cumulus-primitives-parachain-inherent",12380 "cumulus-relay-chain-inprocess-interface",12381 "cumulus-relay-chain-interface",12382 "cumulus-relay-chain-rpc-interface",12383 "fc-consensus",12384 "fc-db",12385 "fc-mapping-sync",12386 "fc-rpc",12387 "fc-rpc-core",12388 "flexi_logger",12389 "fp-rpc",12390 "frame-benchmarking",12391 "frame-benchmarking-cli",12392 "futures 0.3.21",12393 "jsonrpsee",12394 "log",12395 "opal-runtime",12396 "pallet-ethereum",12397 "pallet-transaction-payment-rpc",12398 "pallet-transaction-payment-rpc-runtime-api",12399 "parity-scale-codec 3.1.5",12400 "parking_lot 0.11.2",12401 "polkadot-cli",12402 "polkadot-parachain",12403 "polkadot-primitives",12404 "polkadot-service",12405 "polkadot-test-service",12406 "quartz-runtime",12407 "rmrk-rpc",12408 "sc-basic-authorship",12409 "sc-chain-spec",12410 "sc-cli",12411 "sc-client-api",12412 "sc-consensus",12413 "sc-consensus-aura",12414 "sc-consensus-manual-seal",12415 "sc-executor",12416 "sc-finality-grandpa",12417 "sc-keystore",12418 "sc-network",12419 "sc-rpc",12420 "sc-rpc-api",12421 "sc-service",12422 "sc-sysinfo",12423 "sc-telemetry",12424 "sc-tracing",12425 "sc-transaction-pool",12426 "serde",12427 "serde_json",12428 "sp-api",12429 "sp-block-builder",12430 "sp-blockchain",12431 "sp-consensus",12432 "sp-consensus-aura",12433 "sp-core",12434 "sp-finality-grandpa",12435 "sp-inherents",12436 "sp-keystore",12437 "sp-offchain",12438 "sp-runtime",12439 "sp-session",12440 "sp-timestamp",12441 "sp-transaction-pool",12442 "sp-trie",12443 "substrate-build-script-utils",12444 "substrate-frame-rpc-system",12445 "substrate-prometheus-endpoint",12446 "tokio 1.19.2",12447 "try-runtime-cli",12448 "unique-rpc",12449 "unique-runtime",12450 "unique-runtime-common",12451 "up-data-structs",12452 "up-rpc",12453]1245412455[[package]]12456name = "unique-rpc"12457version = "0.1.0"12458dependencies = [12459 "fc-db",12460 "fc-mapping-sync",12461 "fc-rpc",12462 "fc-rpc-core",12463 "fp-rpc",12464 "fp-storage",12465 "futures 0.3.21",12466 "jsonrpsee",12467 "pallet-common",12468 "pallet-ethereum",12469 "pallet-transaction-payment-rpc",12470 "pallet-transaction-payment-rpc-runtime-api",12471 "pallet-unique",12472 "rmrk-rpc",12473 "sc-client-api",12474 "sc-consensus-aura",12475 "sc-consensus-epochs",12476 "sc-finality-grandpa",12477 "sc-finality-grandpa-rpc",12478 "sc-keystore",12479 "sc-network",12480 "sc-rpc",12481 "sc-rpc-api",12482 "sc-service",12483 "sc-transaction-pool",12484 "serde",12485 "sp-api",12486 "sp-block-builder",12487 "sp-blockchain",12488 "sp-consensus",12489 "sp-consensus-aura",12490 "sp-core",12491 "sp-offchain",12492 "sp-runtime",12493 "sp-session",12494 "sp-storage",12495 "sp-transaction-pool",12496 "substrate-frame-rpc-system",12497 "tokio 0.2.25",12498 "uc-rpc",12499 "unique-runtime-common",12500 "up-data-structs",12501 "up-rpc",12502]1250312504[[package]]12505name = "unique-runtime"12506version = "0.9.23"12507dependencies = [12508 "cumulus-pallet-aura-ext",12509 "cumulus-pallet-dmp-queue",12510 "cumulus-pallet-parachain-system",12511 "cumulus-pallet-xcm",12512 "cumulus-pallet-xcmp-queue",12513 "cumulus-primitives-core",12514 "cumulus-primitives-timestamp",12515 "cumulus-primitives-utility",12516 "derivative",12517 "fp-evm-mapping",12518 "fp-rpc",12519 "fp-self-contained",12520 "frame-benchmarking",12521 "frame-executive",12522 "frame-support",12523 "frame-system",12524 "frame-system-benchmarking",12525 "frame-system-rpc-runtime-api",12526 "frame-try-runtime",12527 "hex-literal",12528 "log",12529 "orml-vesting",12530 "pallet-aura",12531 "pallet-balances",12532 "pallet-base-fee",12533 "pallet-common",12534 "pallet-ethereum",12535 "pallet-evm",12536 "pallet-evm-coder-substrate",12537 "pallet-evm-contract-helpers",12538 "pallet-evm-migration",12539 "pallet-evm-transaction-payment",12540 "pallet-fungible",12541 "pallet-inflation",12542 "pallet-nonfungible",12543 "pallet-randomness-collective-flip",12544 "pallet-refungible",12545 "pallet-rmrk-core",12546 "pallet-rmrk-equip",12547 "pallet-structure",12548 "pallet-sudo",12549 "pallet-template-transaction-payment",12550 "pallet-timestamp",12551 "pallet-transaction-payment",12552 "pallet-transaction-payment-rpc-runtime-api",12553 "pallet-treasury",12554 "pallet-unique",12555 "pallet-unique-scheduler",12556 "pallet-xcm",12557 "parachain-info",12558 "parity-scale-codec 3.1.5",12559 "polkadot-parachain",12560 "rmrk-rpc",12561 "scale-info",12562 "serde",12563 "smallvec",12564 "sp-api",12565 "sp-arithmetic",12566 "sp-block-builder",12567 "sp-consensus-aura",12568 "sp-core",12569 "sp-inherents",12570 "sp-io",12571 "sp-offchain",12572 "sp-runtime",12573 "sp-session",12574 "sp-std",12575 "sp-transaction-pool",12576 "sp-version",12577 "substrate-wasm-builder",12578 "unique-runtime-common",12579 "up-data-structs",12580 "up-rpc",12581 "xcm",12582 "xcm-builder",12583 "xcm-executor",12584]1258512586[[package]]12587name = "unique-runtime-common"12588version = "0.9.23"12589dependencies = [12590 "evm-coder",12591 "fp-rpc",12592 "frame-support",12593 "frame-system",12594 "pallet-common",12595 "pallet-evm",12596 "pallet-fungible",12597 "pallet-nonfungible",12598 "pallet-refungible",12599 "pallet-unique",12600 "pallet-unique-scheduler",12601 "parity-scale-codec 3.1.5",12602 "rmrk-rpc",12603 "scale-info",12604 "sp-consensus-aura",12605 "sp-core",12606 "sp-runtime",12607 "sp-std",12608 "up-data-structs",12609 "up-sponsorship",12610]1261112612[[package]]12613name = "universal-hash"12614version = "0.4.1"12615source = "registry+https://github.com/rust-lang/crates.io-index"12616checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12617dependencies = [12618 "generic-array 0.14.5",12619 "subtle",12620]1262112622[[package]]12623name = "unsigned-varint"12624version = "0.7.1"12625source = "registry+https://github.com/rust-lang/crates.io-index"12626checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12627dependencies = [12628 "asynchronous-codec",12629 "bytes 1.1.0",12630 "futures-io",12631 "futures-util",12632]1263312634[[package]]12635name = "untrusted"12636version = "0.7.1"12637source = "registry+https://github.com/rust-lang/crates.io-index"12638checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1263912640[[package]]12641name = "up-data-structs"12642version = "0.1.0"12643dependencies = [12644 "derivative",12645 "frame-support",12646 "frame-system",12647 "pallet-evm",12648 "parity-scale-codec 3.1.5",12649 "rmrk-traits",12650 "scale-info",12651 "serde",12652 "sp-core",12653 "sp-runtime",12654 "sp-std",12655 "struct-versioning",12656]1265712658[[package]]12659name = "up-rpc"12660version = "0.1.0"12661dependencies = [12662 "pallet-common",12663 "pallet-evm",12664 "parity-scale-codec 3.1.5",12665 "sp-api",12666 "sp-core",12667 "sp-runtime",12668 "sp-std",12669 "up-data-structs",12670]1267112672[[package]]12673name = "up-sponsorship"12674version = "0.1.0"12675source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.23#5f3b55354830f9707d6632aaa54362deea981116"12676dependencies = [12677 "impl-trait-for-tuples",12678]1267912680[[package]]12681name = "url"12682version = "2.2.2"12683source = "registry+https://github.com/rust-lang/crates.io-index"12684checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12685dependencies = [12686 "form_urlencoded",12687 "idna",12688 "matches",12689 "percent-encoding",12690]1269112692[[package]]12693name = "valuable"12694version = "0.1.0"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1269712698[[package]]12699name = "value-bag"12700version = "1.0.0-alpha.9"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12703dependencies = [12704 "ctor",12705 "version_check",12706]1270712708[[package]]12709name = "vcpkg"12710version = "0.2.15"12711source = "registry+https://github.com/rust-lang/crates.io-index"12712checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1271312714[[package]]12715name = "version_check"12716version = "0.9.4"12717source = "registry+https://github.com/rust-lang/crates.io-index"12718checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1271912720[[package]]12721name = "void"12722version = "1.0.2"12723source = "registry+https://github.com/rust-lang/crates.io-index"12724checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1272512726[[package]]12727name = "waker-fn"12728version = "1.1.0"12729source = "registry+https://github.com/rust-lang/crates.io-index"12730checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1273112732[[package]]12733name = "walkdir"12734version = "2.3.2"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12737dependencies = [12738 "same-file",12739 "winapi",12740 "winapi-util",12741]1274212743[[package]]12744name = "want"12745version = "0.3.0"12746source = "registry+https://github.com/rust-lang/crates.io-index"12747checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12748dependencies = [12749 "log",12750 "try-lock",12751]1275212753[[package]]12754name = "wasi"12755version = "0.9.0+wasi-snapshot-preview1"12756source = "registry+https://github.com/rust-lang/crates.io-index"12757checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1275812759[[package]]12760name = "wasi"12761version = "0.10.0+wasi-snapshot-preview1"12762source = "registry+https://github.com/rust-lang/crates.io-index"12763checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1276412765[[package]]12766name = "wasi"12767version = "0.11.0+wasi-snapshot-preview1"12768source = "registry+https://github.com/rust-lang/crates.io-index"12769checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1277012771[[package]]12772name = "wasm-bindgen"12773version = "0.2.81"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12776dependencies = [12777 "cfg-if 1.0.0",12778 "wasm-bindgen-macro",12779]1278012781[[package]]12782name = "wasm-bindgen-backend"12783version = "0.2.81"12784source = "registry+https://github.com/rust-lang/crates.io-index"12785checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12786dependencies = [12787 "bumpalo",12788 "lazy_static",12789 "log",12790 "proc-macro2",12791 "quote",12792 "syn",12793 "wasm-bindgen-shared",12794]1279512796[[package]]12797name = "wasm-bindgen-futures"12798version = "0.4.31"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12801dependencies = [12802 "cfg-if 1.0.0",12803 "js-sys",12804 "wasm-bindgen",12805 "web-sys",12806]1280712808[[package]]12809name = "wasm-bindgen-macro"12810version = "0.2.81"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12813dependencies = [12814 "quote",12815 "wasm-bindgen-macro-support",12816]1281712818[[package]]12819name = "wasm-bindgen-macro-support"12820version = "0.2.81"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12823dependencies = [12824 "proc-macro2",12825 "quote",12826 "syn",12827 "wasm-bindgen-backend",12828 "wasm-bindgen-shared",12829]1283012831[[package]]12832name = "wasm-bindgen-shared"12833version = "0.2.81"12834source = "registry+https://github.com/rust-lang/crates.io-index"12835checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"1283612837[[package]]12838name = "wasm-gc-api"12839version = "0.1.11"12840source = "registry+https://github.com/rust-lang/crates.io-index"12841checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12842dependencies = [12843 "log",12844 "parity-wasm 0.32.0",12845 "rustc-demangle",12846]1284712848[[package]]12849name = "wasm-instrument"12850version = "0.1.1"12851source = "registry+https://github.com/rust-lang/crates.io-index"12852checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12853dependencies = [12854 "parity-wasm 0.42.2",12855]1285612857[[package]]12858name = "wasm-timer"12859version = "0.2.5"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12862dependencies = [12863 "futures 0.3.21",12864 "js-sys",12865 "parking_lot 0.11.2",12866 "pin-utils",12867 "wasm-bindgen",12868 "wasm-bindgen-futures",12869 "web-sys",12870]1287112872[[package]]12873name = "wasmi"12874version = "0.9.1"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12877dependencies = [12878 "downcast-rs",12879 "libc",12880 "libm",12881 "memory_units",12882 "num-rational 0.2.4",12883 "num-traits",12884 "parity-wasm 0.42.2",12885 "wasmi-validation",12886]1288712888[[package]]12889name = "wasmi-validation"12890version = "0.4.1"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12893dependencies = [12894 "parity-wasm 0.42.2",12895]1289612897[[package]]12898name = "wasmparser"12899version = "0.83.0"12900source = "registry+https://github.com/rust-lang/crates.io-index"12901checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1290212903[[package]]12904name = "wasmtime"12905version = "0.35.3"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12908dependencies = [12909 "anyhow",12910 "backtrace",12911 "bincode",12912 "cfg-if 1.0.0",12913 "indexmap",12914 "lazy_static",12915 "libc",12916 "log",12917 "object 0.27.1",12918 "once_cell",12919 "paste",12920 "psm",12921 "rayon",12922 "region",12923 "serde",12924 "target-lexicon",12925 "wasmparser",12926 "wasmtime-cache",12927 "wasmtime-cranelift",12928 "wasmtime-environ",12929 "wasmtime-jit",12930 "wasmtime-runtime",12931 "winapi",12932]1293312934[[package]]12935name = "wasmtime-cache"12936version = "0.35.3"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"12939dependencies = [12940 "anyhow",12941 "base64",12942 "bincode",12943 "directories-next",12944 "file-per-thread-logger",12945 "log",12946 "rustix",12947 "serde",12948 "sha2 0.9.9",12949 "toml",12950 "winapi",12951 "zstd",12952]1295312954[[package]]12955name = "wasmtime-cranelift"12956version = "0.35.3"12957source = "registry+https://github.com/rust-lang/crates.io-index"12958checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"12959dependencies = [12960 "anyhow",12961 "cranelift-codegen",12962 "cranelift-entity",12963 "cranelift-frontend",12964 "cranelift-native",12965 "cranelift-wasm",12966 "gimli",12967 "log",12968 "more-asserts",12969 "object 0.27.1",12970 "target-lexicon",12971 "thiserror",12972 "wasmparser",12973 "wasmtime-environ",12974]1297512976[[package]]12977name = "wasmtime-environ"12978version = "0.35.3"12979source = "registry+https://github.com/rust-lang/crates.io-index"12980checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"12981dependencies = [12982 "anyhow",12983 "cranelift-entity",12984 "gimli",12985 "indexmap",12986 "log",12987 "more-asserts",12988 "object 0.27.1",12989 "serde",12990 "target-lexicon",12991 "thiserror",12992 "wasmparser",12993 "wasmtime-types",12994]1299512996[[package]]12997name = "wasmtime-jit"12998version = "0.35.3"12999source = "registry+https://github.com/rust-lang/crates.io-index"13000checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13001dependencies = [13002 "addr2line",13003 "anyhow",13004 "bincode",13005 "cfg-if 1.0.0",13006 "cpp_demangle",13007 "gimli",13008 "log",13009 "object 0.27.1",13010 "region",13011 "rustc-demangle",13012 "rustix",13013 "serde",13014 "target-lexicon",13015 "thiserror",13016 "wasmtime-environ",13017 "wasmtime-jit-debug",13018 "wasmtime-runtime",13019 "winapi",13020]1302113022[[package]]13023name = "wasmtime-jit-debug"13024version = "0.35.3"13025source = "registry+https://github.com/rust-lang/crates.io-index"13026checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13027dependencies = [13028 "lazy_static",13029 "object 0.27.1",13030 "rustix",13031]1303213033[[package]]13034name = "wasmtime-runtime"13035version = "0.35.3"13036source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13038dependencies = [13039 "anyhow",13040 "backtrace",13041 "cc",13042 "cfg-if 1.0.0",13043 "indexmap",13044 "libc",13045 "log",13046 "mach",13047 "memfd",13048 "memoffset",13049 "more-asserts",13050 "rand 0.8.5",13051 "region",13052 "rustix",13053 "thiserror",13054 "wasmtime-environ",13055 "wasmtime-jit-debug",13056 "winapi",13057]1305813059[[package]]13060name = "wasmtime-types"13061version = "0.35.3"13062source = "registry+https://github.com/rust-lang/crates.io-index"13063checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13064dependencies = [13065 "cranelift-entity",13066 "serde",13067 "thiserror",13068 "wasmparser",13069]1307013071[[package]]13072name = "web-sys"13073version = "0.3.58"13074source = "registry+https://github.com/rust-lang/crates.io-index"13075checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13076dependencies = [13077 "js-sys",13078 "wasm-bindgen",13079]1308013081[[package]]13082name = "webpki"13083version = "0.22.0"13084source = "registry+https://github.com/rust-lang/crates.io-index"13085checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13086dependencies = [13087 "ring",13088 "untrusted",13089]1309013091[[package]]13092name = "webpki-roots"13093version = "0.22.3"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13096dependencies = [13097 "webpki",13098]1309913100[[package]]13101name = "wepoll-ffi"13102version = "0.1.2"13103source = "registry+https://github.com/rust-lang/crates.io-index"13104checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13105dependencies = [13106 "cc",13107]1310813109[[package]]13110name = "westend-runtime"13111version = "0.9.23"13112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13113dependencies = [13114 "beefy-primitives",13115 "bitvec 1.0.0",13116 "frame-benchmarking",13117 "frame-election-provider-support",13118 "frame-executive",13119 "frame-support",13120 "frame-system",13121 "frame-system-benchmarking",13122 "frame-system-rpc-runtime-api",13123 "frame-try-runtime",13124 "hex-literal",13125 "log",13126 "pallet-authority-discovery",13127 "pallet-authorship",13128 "pallet-babe",13129 "pallet-bags-list",13130 "pallet-balances",13131 "pallet-collective",13132 "pallet-democracy",13133 "pallet-election-provider-multi-phase",13134 "pallet-election-provider-support-benchmarking",13135 "pallet-elections-phragmen",13136 "pallet-grandpa",13137 "pallet-identity",13138 "pallet-im-online",13139 "pallet-indices",13140 "pallet-membership",13141 "pallet-multisig",13142 "pallet-nicks",13143 "pallet-nomination-pools",13144 "pallet-nomination-pools-benchmarking",13145 "pallet-offences",13146 "pallet-offences-benchmarking",13147 "pallet-preimage",13148 "pallet-proxy",13149 "pallet-recovery",13150 "pallet-scheduler",13151 "pallet-session",13152 "pallet-session-benchmarking",13153 "pallet-society",13154 "pallet-staking",13155 "pallet-staking-reward-curve",13156 "pallet-sudo",13157 "pallet-timestamp",13158 "pallet-transaction-payment",13159 "pallet-transaction-payment-rpc-runtime-api",13160 "pallet-treasury",13161 "pallet-utility",13162 "pallet-vesting",13163 "pallet-xcm",13164 "pallet-xcm-benchmarks",13165 "parity-scale-codec 3.1.5",13166 "polkadot-parachain",13167 "polkadot-primitives",13168 "polkadot-runtime-common",13169 "polkadot-runtime-parachains",13170 "rustc-hex",13171 "scale-info",13172 "serde",13173 "serde_derive",13174 "smallvec",13175 "sp-api",13176 "sp-authority-discovery",13177 "sp-block-builder",13178 "sp-consensus-babe",13179 "sp-core",13180 "sp-inherents",13181 "sp-io",13182 "sp-mmr-primitives",13183 "sp-npos-elections",13184 "sp-offchain",13185 "sp-runtime",13186 "sp-session",13187 "sp-staking",13188 "sp-std",13189 "sp-transaction-pool",13190 "sp-version",13191 "substrate-wasm-builder",13192 "westend-runtime-constants",13193 "xcm",13194 "xcm-builder",13195 "xcm-executor",13196]1319713198[[package]]13199name = "westend-runtime-constants"13200version = "0.9.23"13201source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13202dependencies = [13203 "frame-support",13204 "polkadot-primitives",13205 "polkadot-runtime-common",13206 "smallvec",13207 "sp-runtime",13208]1320913210[[package]]13211name = "which"13212version = "4.2.5"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13215dependencies = [13216 "either",13217 "lazy_static",13218 "libc",13219]1322013221[[package]]13222name = "widestring"13223version = "0.5.1"13224source = "registry+https://github.com/rust-lang/crates.io-index"13225checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1322613227[[package]]13228name = "winapi"13229version = "0.3.9"13230source = "registry+https://github.com/rust-lang/crates.io-index"13231checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13232dependencies = [13233 "winapi-i686-pc-windows-gnu",13234 "winapi-x86_64-pc-windows-gnu",13235]1323613237[[package]]13238name = "winapi-i686-pc-windows-gnu"13239version = "0.4.0"13240source = "registry+https://github.com/rust-lang/crates.io-index"13241checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1324213243[[package]]13244name = "winapi-util"13245version = "0.1.5"13246source = "registry+https://github.com/rust-lang/crates.io-index"13247checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13248dependencies = [13249 "winapi",13250]1325113252[[package]]13253name = "winapi-x86_64-pc-windows-gnu"13254version = "0.4.0"13255source = "registry+https://github.com/rust-lang/crates.io-index"13256checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1325713258[[package]]13259name = "windows"13260version = "0.34.0"13261source = "registry+https://github.com/rust-lang/crates.io-index"13262checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13263dependencies = [13264 "windows_aarch64_msvc 0.34.0",13265 "windows_i686_gnu 0.34.0",13266 "windows_i686_msvc 0.34.0",13267 "windows_x86_64_gnu 0.34.0",13268 "windows_x86_64_msvc 0.34.0",13269]1327013271[[package]]13272name = "windows-sys"13273version = "0.36.1"13274source = "registry+https://github.com/rust-lang/crates.io-index"13275checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13276dependencies = [13277 "windows_aarch64_msvc 0.36.1",13278 "windows_i686_gnu 0.36.1",13279 "windows_i686_msvc 0.36.1",13280 "windows_x86_64_gnu 0.36.1",13281 "windows_x86_64_msvc 0.36.1",13282]1328313284[[package]]13285name = "windows_aarch64_msvc"13286version = "0.34.0"13287source = "registry+https://github.com/rust-lang/crates.io-index"13288checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1328913290[[package]]13291name = "windows_aarch64_msvc"13292version = "0.36.1"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1329513296[[package]]13297name = "windows_i686_gnu"13298version = "0.34.0"13299source = "registry+https://github.com/rust-lang/crates.io-index"13300checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1330113302[[package]]13303name = "windows_i686_gnu"13304version = "0.36.1"13305source = "registry+https://github.com/rust-lang/crates.io-index"13306checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1330713308[[package]]13309name = "windows_i686_msvc"13310version = "0.34.0"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1331313314[[package]]13315name = "windows_i686_msvc"13316version = "0.36.1"13317source = "registry+https://github.com/rust-lang/crates.io-index"13318checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1331913320[[package]]13321name = "windows_x86_64_gnu"13322version = "0.34.0"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1332513326[[package]]13327name = "windows_x86_64_gnu"13328version = "0.36.1"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1333113332[[package]]13333name = "windows_x86_64_msvc"13334version = "0.34.0"13335source = "registry+https://github.com/rust-lang/crates.io-index"13336checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1333713338[[package]]13339name = "windows_x86_64_msvc"13340version = "0.36.1"13341source = "registry+https://github.com/rust-lang/crates.io-index"13342checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1334313344[[package]]13345name = "winreg"13346version = "0.7.0"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13349dependencies = [13350 "winapi",13351]1335213353[[package]]13354name = "wyz"13355version = "0.2.0"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1335813359[[package]]13360name = "wyz"13361version = "0.5.0"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13364dependencies = [13365 "tap",13366]1336713368[[package]]13369name = "x25519-dalek"13370version = "1.1.1"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13373dependencies = [13374 "curve25519-dalek 3.2.0",13375 "rand_core 0.5.1",13376 "zeroize",13377]1337813379[[package]]13380name = "xcm"13381version = "0.9.23"13382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13383dependencies = [13384 "derivative",13385 "impl-trait-for-tuples",13386 "log",13387 "parity-scale-codec 3.1.5",13388 "scale-info",13389 "xcm-procedural",13390]1339113392[[package]]13393name = "xcm-builder"13394version = "0.9.23"13395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13396dependencies = [13397 "frame-support",13398 "frame-system",13399 "log",13400 "pallet-transaction-payment",13401 "parity-scale-codec 3.1.5",13402 "polkadot-parachain",13403 "scale-info",13404 "sp-arithmetic",13405 "sp-io",13406 "sp-runtime",13407 "sp-std",13408 "xcm",13409 "xcm-executor",13410]1341113412[[package]]13413name = "xcm-executor"13414version = "0.9.23"13415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13416dependencies = [13417 "frame-benchmarking",13418 "frame-support",13419 "impl-trait-for-tuples",13420 "log",13421 "parity-scale-codec 3.1.5",13422 "sp-arithmetic",13423 "sp-core",13424 "sp-io",13425 "sp-runtime",13426 "sp-std",13427 "xcm",13428]1342913430[[package]]13431name = "xcm-procedural"13432version = "0.1.0"13433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.23#a7e188cd9665c735f4b9d5a58cdbc4dd1850eae0"13434dependencies = [13435 "Inflector",13436 "proc-macro2",13437 "quote",13438 "syn",13439]1344013441[[package]]13442name = "yamux"13443version = "0.10.1"13444source = "registry+https://github.com/rust-lang/crates.io-index"13445checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13446dependencies = [13447 "futures 0.3.21",13448 "log",13449 "nohash-hasher",13450 "parking_lot 0.12.1",13451 "rand 0.8.5",13452 "static_assertions",13453]1345413455[[package]]13456name = "yansi"13457version = "0.5.1"13458source = "registry+https://github.com/rust-lang/crates.io-index"13459checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1346013461[[package]]13462name = "zeroize"13463version = "1.4.3"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13466dependencies = [13467 "zeroize_derive",13468]1346913470[[package]]13471name = "zeroize_derive"13472version = "1.3.2"13473source = "registry+https://github.com/rust-lang/crates.io-index"13474checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13475dependencies = [13476 "proc-macro2",13477 "quote",13478 "syn",13479 "synstructure",13480]1348113482[[package]]13483name = "zstd"13484version = "0.10.2+zstd.1.5.2"13485source = "registry+https://github.com/rust-lang/crates.io-index"13486checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13487dependencies = [13488 "zstd-safe",13489]1349013491[[package]]13492name = "zstd-safe"13493version = "4.1.6+zstd.1.5.2"13494source = "registry+https://github.com/rust-lang/crates.io-index"13495checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13496dependencies = [13497 "libc",13498 "zstd-sys",13499]1350013501[[package]]13502name = "zstd-sys"13503version = "1.6.3+zstd.1.5.2"13504source = "registry+https://github.com/rust-lang/crates.io-index"13505checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13506dependencies = [13507 "cc",13508 "libc",13509]