git.delta.rocks / unique-network / refs/commits / 87b85f039f25

difftreelog

source

Cargo.lock310.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.6",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 0.3.0",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 0.3.0",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.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"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 = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.1.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.7.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.4.1"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"209dependencies = [210 "async-task",211 "concurrent-queue",212 "fastrand",213 "futures-lite",214 "once_cell",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.0"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.9.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"238dependencies = [239 "autocfg",240 "concurrent-queue",241 "futures-lite",242 "libc",243 "log",244 "once_cell",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "winapi",251]252253[[package]]254name = "async-lock"255version = "2.5.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"258dependencies = [259 "event-listener",260]261262[[package]]263name = "async-process"264version = "1.5.0"265source = "registry+https://github.com/rust-lang/crates.io-index"266checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"267dependencies = [268 "async-io",269 "autocfg",270 "blocking",271 "cfg-if 1.0.0",272 "event-listener",273 "futures-lite",274 "libc",275 "once_cell",276 "signal-hook",277 "winapi",278]279280[[package]]281name = "async-std"282version = "1.12.0"283source = "registry+https://github.com/rust-lang/crates.io-index"284checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"285dependencies = [286 "async-attributes",287 "async-channel",288 "async-global-executor",289 "async-io",290 "async-lock",291 "async-process",292 "crossbeam-utils",293 "futures-channel",294 "futures-core",295 "futures-io",296 "futures-lite",297 "gloo-timers",298 "kv-log-macro",299 "log",300 "memchr",301 "once_cell",302 "pin-project-lite 0.2.9",303 "pin-utils",304 "slab",305 "wasm-bindgen-futures",306]307308[[package]]309name = "async-std-resolver"310version = "0.21.2"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"313dependencies = [314 "async-std",315 "async-trait",316 "futures-io",317 "futures-util",318 "pin-utils",319 "socket2",320 "trust-dns-resolver",321]322323[[package]]324name = "async-task"325version = "4.3.0"326source = "registry+https://github.com/rust-lang/crates.io-index"327checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"328329[[package]]330name = "async-trait"331version = "0.1.58"332source = "registry+https://github.com/rust-lang/crates.io-index"333checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"334dependencies = [335 "proc-macro2",336 "quote",337 "syn",338]339340[[package]]341name = "asynchronous-codec"342version = "0.6.0"343source = "registry+https://github.com/rust-lang/crates.io-index"344checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"345dependencies = [346 "bytes",347 "futures-sink",348 "futures-util",349 "memchr",350 "pin-project-lite 0.2.9",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.8",396 "instant",397 "pin-project-lite 0.2.9",398 "rand 0.8.5",399 "tokio",400]401402[[package]]403name = "backtrace"404version = "0.3.66"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.11"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.1"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"440441[[package]]442name = "base64ct"443version = "1.5.3"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"446447[[package]]448name = "beef"449version = "0.5.2"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"460dependencies = [461 "array-bytes",462 "async-trait",463 "beefy-primitives",464 "fnv",465 "futures 0.3.25",466 "futures-timer",467 "log",468 "parity-scale-codec 3.2.1",469 "parking_lot 0.12.1",470 "sc-chain-spec",471 "sc-client-api",472 "sc-consensus",473 "sc-finality-grandpa",474 "sc-keystore",475 "sc-network",476 "sc-network-common",477 "sc-network-gossip",478 "sc-utils",479 "sp-api",480 "sp-application-crypto",481 "sp-arithmetic",482 "sp-blockchain",483 "sp-consensus",484 "sp-core",485 "sp-keystore",486 "sp-mmr-primitives",487 "sp-runtime",488 "substrate-prometheus-endpoint",489 "thiserror",490 "wasm-timer",491]492493[[package]]494name = "beefy-gadget-rpc"495version = "4.0.0-dev"496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"497dependencies = [498 "beefy-gadget",499 "beefy-primitives",500 "futures 0.3.25",501 "jsonrpsee",502 "log",503 "parity-scale-codec 3.2.1",504 "parking_lot 0.12.1",505 "sc-rpc",506 "sc-utils",507 "serde",508 "sp-core",509 "sp-runtime",510 "thiserror",511]512513[[package]]514name = "beefy-merkle-tree"515version = "4.0.0-dev"516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"517dependencies = [518 "beefy-primitives",519 "sp-api",520]521522[[package]]523name = "beefy-primitives"524version = "4.0.0-dev"525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"526dependencies = [527 "parity-scale-codec 3.2.1",528 "scale-info",529 "sp-api",530 "sp-application-crypto",531 "sp-core",532 "sp-runtime",533 "sp-std",534]535536[[package]]537name = "bimap"538version = "0.6.2"539source = "registry+https://github.com/rust-lang/crates.io-index"540checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"541542[[package]]543name = "bincode"544version = "1.3.3"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"547dependencies = [548 "serde",549]550551[[package]]552name = "bindgen"553version = "0.59.2"554source = "registry+https://github.com/rust-lang/crates.io-index"555checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"556dependencies = [557 "bitflags",558 "cexpr",559 "clang-sys",560 "lazy_static",561 "lazycell",562 "peeking_take_while",563 "proc-macro2",564 "quote",565 "regex",566 "rustc-hash",567 "shlex",568]569570[[package]]571name = "bitflags"572version = "1.3.2"573source = "registry+https://github.com/rust-lang/crates.io-index"574checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"575576[[package]]577name = "bitvec"578version = "0.20.4"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"581dependencies = [582 "funty 1.1.0",583 "radium 0.6.2",584 "tap",585 "wyz 0.2.0",586]587588[[package]]589name = "bitvec"590version = "1.0.1"591source = "registry+https://github.com/rust-lang/crates.io-index"592checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"593dependencies = [594 "funty 2.0.0",595 "radium 0.7.0",596 "tap",597 "wyz 0.5.0",598]599600[[package]]601name = "blake2"602version = "0.10.4"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"605dependencies = [606 "digest 0.10.5",607]608609[[package]]610name = "blake2-rfc"611version = "0.2.18"612source = "registry+https://github.com/rust-lang/crates.io-index"613checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"614dependencies = [615 "arrayvec 0.4.12",616 "constant_time_eq",617]618619[[package]]620name = "blake2b_simd"621version = "1.0.0"622source = "registry+https://github.com/rust-lang/crates.io-index"623checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"624dependencies = [625 "arrayref",626 "arrayvec 0.7.2",627 "constant_time_eq",628]629630[[package]]631name = "blake2s_simd"632version = "1.0.0"633source = "registry+https://github.com/rust-lang/crates.io-index"634checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"635dependencies = [636 "arrayref",637 "arrayvec 0.7.2",638 "constant_time_eq",639]640641[[package]]642name = "blake3"643version = "1.3.1"644source = "registry+https://github.com/rust-lang/crates.io-index"645checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"646dependencies = [647 "arrayref",648 "arrayvec 0.7.2",649 "cc",650 "cfg-if 1.0.0",651 "constant_time_eq",652 "digest 0.10.5",653]654655[[package]]656name = "block-buffer"657version = "0.7.3"658source = "registry+https://github.com/rust-lang/crates.io-index"659checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"660dependencies = [661 "block-padding",662 "byte-tools",663 "byteorder",664 "generic-array 0.12.4",665]666667[[package]]668name = "block-buffer"669version = "0.9.0"670source = "registry+https://github.com/rust-lang/crates.io-index"671checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"672dependencies = [673 "generic-array 0.14.6",674]675676[[package]]677name = "block-buffer"678version = "0.10.3"679source = "registry+https://github.com/rust-lang/crates.io-index"680checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"681dependencies = [682 "generic-array 0.14.6",683]684685[[package]]686name = "block-padding"687version = "0.1.5"688source = "registry+https://github.com/rust-lang/crates.io-index"689checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"690dependencies = [691 "byte-tools",692]693694[[package]]695name = "blocking"696version = "1.2.0"697source = "registry+https://github.com/rust-lang/crates.io-index"698checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"699dependencies = [700 "async-channel",701 "async-task",702 "atomic-waker",703 "fastrand",704 "futures-lite",705 "once_cell",706]707708[[package]]709name = "bondrewd"710version = "0.1.14"711source = "registry+https://github.com/rust-lang/crates.io-index"712checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"713dependencies = [714 "bondrewd-derive",715]716717[[package]]718name = "bondrewd-derive"719version = "0.3.18"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"722dependencies = [723 "proc-macro2",724 "quote",725 "syn",726]727728[[package]]729name = "bounded-vec"730version = "0.6.0"731source = "registry+https://github.com/rust-lang/crates.io-index"732checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"733dependencies = [734 "thiserror",735]736737[[package]]738name = "bs58"739version = "0.4.0"740source = "registry+https://github.com/rust-lang/crates.io-index"741checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"742743[[package]]744name = "bstr"745version = "0.2.17"746source = "registry+https://github.com/rust-lang/crates.io-index"747checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"748dependencies = [749 "memchr",750]751752[[package]]753name = "build-helper"754version = "0.1.1"755source = "registry+https://github.com/rust-lang/crates.io-index"756checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"757dependencies = [758 "semver 0.6.0",759]760761[[package]]762name = "bumpalo"763version = "3.11.1"764source = "registry+https://github.com/rust-lang/crates.io-index"765checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"766767[[package]]768name = "byte-slice-cast"769version = "1.2.1"770source = "registry+https://github.com/rust-lang/crates.io-index"771checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"772773[[package]]774name = "byte-tools"775version = "0.3.1"776source = "registry+https://github.com/rust-lang/crates.io-index"777checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"778779[[package]]780name = "byteorder"781version = "1.4.3"782source = "registry+https://github.com/rust-lang/crates.io-index"783checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"784785[[package]]786name = "bytes"787version = "1.2.1"788source = "registry+https://github.com/rust-lang/crates.io-index"789checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"790791[[package]]792name = "bzip2-sys"793version = "0.1.11+1.0.8"794source = "registry+https://github.com/rust-lang/crates.io-index"795checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"796dependencies = [797 "cc",798 "libc",799 "pkg-config",800]801802[[package]]803name = "cache-padded"804version = "1.2.0"805source = "registry+https://github.com/rust-lang/crates.io-index"806checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"807808[[package]]809name = "camino"810version = "1.1.1"811source = "registry+https://github.com/rust-lang/crates.io-index"812checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"813dependencies = [814 "serde",815]816817[[package]]818name = "cargo-platform"819version = "0.1.2"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"822dependencies = [823 "serde",824]825826[[package]]827name = "cargo_metadata"828version = "0.14.2"829source = "registry+https://github.com/rust-lang/crates.io-index"830checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"831dependencies = [832 "camino",833 "cargo-platform",834 "semver 1.0.14",835 "serde",836 "serde_json",837]838839[[package]]840name = "cc"841version = "1.0.73"842source = "registry+https://github.com/rust-lang/crates.io-index"843checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"844dependencies = [845 "jobserver",846]847848[[package]]849name = "cexpr"850version = "0.6.0"851source = "registry+https://github.com/rust-lang/crates.io-index"852checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"853dependencies = [854 "nom",855]856857[[package]]858name = "cfg-expr"859version = "0.10.3"860source = "registry+https://github.com/rust-lang/crates.io-index"861checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"862dependencies = [863 "smallvec",864]865866[[package]]867name = "cfg-if"868version = "0.1.10"869source = "registry+https://github.com/rust-lang/crates.io-index"870checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"871872[[package]]873name = "cfg-if"874version = "1.0.0"875source = "registry+https://github.com/rust-lang/crates.io-index"876checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"877878[[package]]879name = "cfg_aliases"880version = "0.1.1"881source = "registry+https://github.com/rust-lang/crates.io-index"882checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"883884[[package]]885name = "chacha20"886version = "0.8.2"887source = "registry+https://github.com/rust-lang/crates.io-index"888checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"889dependencies = [890 "cfg-if 1.0.0",891 "cipher 0.3.0",892 "cpufeatures",893 "zeroize",894]895896[[package]]897name = "chacha20poly1305"898version = "0.9.1"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"901dependencies = [902 "aead",903 "chacha20",904 "cipher 0.3.0",905 "poly1305",906 "zeroize",907]908909[[package]]910name = "chrono"911version = "0.4.22"912source = "registry+https://github.com/rust-lang/crates.io-index"913checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"914dependencies = [915 "iana-time-zone",916 "js-sys",917 "num-integer",918 "num-traits",919 "time 0.1.44",920 "wasm-bindgen",921 "winapi",922]923924[[package]]925name = "cid"926version = "0.8.6"927source = "registry+https://github.com/rust-lang/crates.io-index"928checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"929dependencies = [930 "core2",931 "multibase",932 "multihash",933 "serde",934 "unsigned-varint",935]936937[[package]]938name = "cipher"939version = "0.3.0"940source = "registry+https://github.com/rust-lang/crates.io-index"941checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"942dependencies = [943 "generic-array 0.14.6",944]945946[[package]]947name = "cipher"948version = "0.4.3"949source = "registry+https://github.com/rust-lang/crates.io-index"950checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"951dependencies = [952 "crypto-common",953 "inout",954]955956[[package]]957name = "ckb-merkle-mountain-range"958version = "0.3.2"959source = "registry+https://github.com/rust-lang/crates.io-index"960checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"961dependencies = [962 "cfg-if 0.1.10",963]964965[[package]]966name = "clang-sys"967version = "1.4.0"968source = "registry+https://github.com/rust-lang/crates.io-index"969checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"970dependencies = [971 "glob",972 "libc",973 "libloading 0.7.3",974]975976[[package]]977name = "clap"978version = "3.2.22"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"981dependencies = [982 "atty",983 "bitflags",984 "clap_derive",985 "clap_lex",986 "indexmap",987 "once_cell",988 "strsim",989 "termcolor",990 "textwrap",991]992993[[package]]994name = "clap_derive"995version = "3.2.18"996source = "registry+https://github.com/rust-lang/crates.io-index"997checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"998dependencies = [999 "heck",1000 "proc-macro-error",1001 "proc-macro2",1002 "quote",1003 "syn",1004]10051006[[package]]1007name = "clap_lex"1008version = "0.2.4"1009source = "registry+https://github.com/rust-lang/crates.io-index"1010checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1011dependencies = [1012 "os_str_bytes",1013]10141015[[package]]1016name = "cmake"1017version = "0.1.48"1018source = "registry+https://github.com/rust-lang/crates.io-index"1019checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1020dependencies = [1021 "cc",1022]10231024[[package]]1025name = "coarsetime"1026version = "0.1.22"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1029dependencies = [1030 "libc",1031 "once_cell",1032 "wasi 0.11.0+wasi-snapshot-preview1",1033 "wasm-bindgen",1034]10351036[[package]]1037name = "codespan-reporting"1038version = "0.11.1"1039source = "registry+https://github.com/rust-lang/crates.io-index"1040checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1041dependencies = [1042 "termcolor",1043 "unicode-width",1044]10451046[[package]]1047name = "comfy-table"1048version = "6.1.1"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1051dependencies = [1052 "strum",1053 "strum_macros",1054 "unicode-width",1055]10561057[[package]]1058name = "concurrent-queue"1059version = "1.2.4"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1062dependencies = [1063 "cache-padded",1064]10651066[[package]]1067name = "const-oid"1068version = "0.7.1"1069source = "registry+https://github.com/rust-lang/crates.io-index"1070checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10711072[[package]]1073name = "constant_time_eq"1074version = "0.1.5"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10771078[[package]]1079name = "convert_case"1080version = "0.4.0"1081source = "registry+https://github.com/rust-lang/crates.io-index"1082checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10831084[[package]]1085name = "core-foundation"1086version = "0.9.3"1087source = "registry+https://github.com/rust-lang/crates.io-index"1088checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1089dependencies = [1090 "core-foundation-sys",1091 "libc",1092]10931094[[package]]1095name = "core-foundation-sys"1096version = "0.8.3"1097source = "registry+https://github.com/rust-lang/crates.io-index"1098checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10991100[[package]]1101name = "core2"1102version = "0.4.0"1103source = "registry+https://github.com/rust-lang/crates.io-index"1104checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1105dependencies = [1106 "memchr",1107]11081109[[package]]1110name = "cpp_demangle"1111version = "0.3.5"1112source = "registry+https://github.com/rust-lang/crates.io-index"1113checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1114dependencies = [1115 "cfg-if 1.0.0",1116]11171118[[package]]1119name = "cpufeatures"1120version = "0.2.5"1121source = "registry+https://github.com/rust-lang/crates.io-index"1122checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1123dependencies = [1124 "libc",1125]11261127[[package]]1128name = "cranelift-bforest"1129version = "0.88.1"1130source = "registry+https://github.com/rust-lang/crates.io-index"1131checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1132dependencies = [1133 "cranelift-entity",1134]11351136[[package]]1137name = "cranelift-codegen"1138version = "0.88.1"1139source = "registry+https://github.com/rust-lang/crates.io-index"1140checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1141dependencies = [1142 "arrayvec 0.7.2",1143 "bumpalo",1144 "cranelift-bforest",1145 "cranelift-codegen-meta",1146 "cranelift-codegen-shared",1147 "cranelift-entity",1148 "cranelift-isle",1149 "gimli",1150 "log",1151 "regalloc2",1152 "smallvec",1153 "target-lexicon",1154]11551156[[package]]1157name = "cranelift-codegen-meta"1158version = "0.88.1"1159source = "registry+https://github.com/rust-lang/crates.io-index"1160checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1161dependencies = [1162 "cranelift-codegen-shared",1163]11641165[[package]]1166name = "cranelift-codegen-shared"1167version = "0.88.1"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11701171[[package]]1172name = "cranelift-entity"1173version = "0.88.1"1174source = "registry+https://github.com/rust-lang/crates.io-index"1175checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1176dependencies = [1177 "serde",1178]11791180[[package]]1181name = "cranelift-frontend"1182version = "0.88.1"1183source = "registry+https://github.com/rust-lang/crates.io-index"1184checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1185dependencies = [1186 "cranelift-codegen",1187 "log",1188 "smallvec",1189 "target-lexicon",1190]11911192[[package]]1193name = "cranelift-isle"1194version = "0.88.1"1195source = "registry+https://github.com/rust-lang/crates.io-index"1196checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"11971198[[package]]1199name = "cranelift-native"1200version = "0.88.1"1201source = "registry+https://github.com/rust-lang/crates.io-index"1202checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1203dependencies = [1204 "cranelift-codegen",1205 "libc",1206 "target-lexicon",1207]12081209[[package]]1210name = "cranelift-wasm"1211version = "0.88.1"1212source = "registry+https://github.com/rust-lang/crates.io-index"1213checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1214dependencies = [1215 "cranelift-codegen",1216 "cranelift-entity",1217 "cranelift-frontend",1218 "itertools",1219 "log",1220 "smallvec",1221 "wasmparser",1222 "wasmtime-types",1223]12241225[[package]]1226name = "crc32fast"1227version = "1.3.2"1228source = "registry+https://github.com/rust-lang/crates.io-index"1229checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1230dependencies = [1231 "cfg-if 1.0.0",1232]12331234[[package]]1235name = "crossbeam-channel"1236version = "0.5.6"1237source = "registry+https://github.com/rust-lang/crates.io-index"1238checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1239dependencies = [1240 "cfg-if 1.0.0",1241 "crossbeam-utils",1242]12431244[[package]]1245name = "crossbeam-deque"1246version = "0.8.2"1247source = "registry+https://github.com/rust-lang/crates.io-index"1248checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1249dependencies = [1250 "cfg-if 1.0.0",1251 "crossbeam-epoch",1252 "crossbeam-utils",1253]12541255[[package]]1256name = "crossbeam-epoch"1257version = "0.9.11"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1260dependencies = [1261 "autocfg",1262 "cfg-if 1.0.0",1263 "crossbeam-utils",1264 "memoffset",1265 "scopeguard",1266]12671268[[package]]1269name = "crossbeam-queue"1270version = "0.3.6"1271source = "registry+https://github.com/rust-lang/crates.io-index"1272checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1273dependencies = [1274 "cfg-if 1.0.0",1275 "crossbeam-utils",1276]12771278[[package]]1279name = "crossbeam-utils"1280version = "0.8.12"1281source = "registry+https://github.com/rust-lang/crates.io-index"1282checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1283dependencies = [1284 "cfg-if 1.0.0",1285]12861287[[package]]1288name = "crunchy"1289version = "0.2.2"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12921293[[package]]1294name = "crypto-bigint"1295version = "0.3.2"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1298dependencies = [1299 "generic-array 0.14.6",1300 "rand_core 0.6.4",1301 "subtle",1302 "zeroize",1303]13041305[[package]]1306name = "crypto-common"1307version = "0.1.6"1308source = "registry+https://github.com/rust-lang/crates.io-index"1309checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1310dependencies = [1311 "generic-array 0.14.6",1312 "typenum",1313]13141315[[package]]1316name = "crypto-mac"1317version = "0.8.0"1318source = "registry+https://github.com/rust-lang/crates.io-index"1319checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1320dependencies = [1321 "generic-array 0.14.6",1322 "subtle",1323]13241325[[package]]1326name = "crypto-mac"1327version = "0.11.1"1328source = "registry+https://github.com/rust-lang/crates.io-index"1329checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1330dependencies = [1331 "generic-array 0.14.6",1332 "subtle",1333]13341335[[package]]1336name = "ctor"1337version = "0.1.26"1338source = "registry+https://github.com/rust-lang/crates.io-index"1339checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1340dependencies = [1341 "quote",1342 "syn",1343]13441345[[package]]1346name = "ctr"1347version = "0.8.0"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1350dependencies = [1351 "cipher 0.3.0",1352]13531354[[package]]1355name = "cuckoofilter"1356version = "0.5.0"1357source = "registry+https://github.com/rust-lang/crates.io-index"1358checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1359dependencies = [1360 "byteorder",1361 "fnv",1362 "rand 0.7.3",1363]13641365[[package]]1366name = "cumulus-client-cli"1367version = "0.1.0"1368source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1369dependencies = [1370 "clap",1371 "parity-scale-codec 3.2.1",1372 "sc-chain-spec",1373 "sc-cli",1374 "sc-service",1375 "sp-core",1376 "sp-runtime",1377 "url",1378]13791380[[package]]1381name = "cumulus-client-collator"1382version = "0.1.0"1383source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1384dependencies = [1385 "cumulus-client-consensus-common",1386 "cumulus-client-network",1387 "cumulus-primitives-core",1388 "cumulus-relay-chain-interface",1389 "futures 0.3.25",1390 "parity-scale-codec 3.2.1",1391 "parking_lot 0.12.1",1392 "polkadot-node-primitives",1393 "polkadot-node-subsystem",1394 "polkadot-overseer",1395 "polkadot-primitives",1396 "sc-client-api",1397 "sp-api",1398 "sp-consensus",1399 "sp-core",1400 "sp-runtime",1401 "tracing",1402]14031404[[package]]1405name = "cumulus-client-consensus-aura"1406version = "0.1.0"1407source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1408dependencies = [1409 "async-trait",1410 "cumulus-client-consensus-common",1411 "cumulus-primitives-core",1412 "futures 0.3.25",1413 "parity-scale-codec 3.2.1",1414 "sc-client-api",1415 "sc-consensus",1416 "sc-consensus-aura",1417 "sc-consensus-slots",1418 "sc-telemetry",1419 "sp-api",1420 "sp-application-crypto",1421 "sp-block-builder",1422 "sp-blockchain",1423 "sp-consensus",1424 "sp-consensus-aura",1425 "sp-core",1426 "sp-inherents",1427 "sp-keystore",1428 "sp-runtime",1429 "substrate-prometheus-endpoint",1430 "tracing",1431]14321433[[package]]1434name = "cumulus-client-consensus-common"1435version = "0.1.0"1436source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1437dependencies = [1438 "async-trait",1439 "cumulus-relay-chain-interface",1440 "dyn-clone",1441 "futures 0.3.25",1442 "parity-scale-codec 3.2.1",1443 "polkadot-primitives",1444 "sc-client-api",1445 "sc-consensus",1446 "sp-api",1447 "sp-blockchain",1448 "sp-consensus",1449 "sp-runtime",1450 "sp-trie",1451 "tracing",1452]14531454[[package]]1455name = "cumulus-client-network"1456version = "0.1.0"1457source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1458dependencies = [1459 "async-trait",1460 "cumulus-relay-chain-interface",1461 "derive_more",1462 "futures 0.3.25",1463 "futures-timer",1464 "parity-scale-codec 3.2.1",1465 "parking_lot 0.12.1",1466 "polkadot-node-primitives",1467 "polkadot-parachain",1468 "polkadot-primitives",1469 "sc-client-api",1470 "sp-api",1471 "sp-blockchain",1472 "sp-consensus",1473 "sp-core",1474 "sp-runtime",1475 "sp-state-machine",1476 "tracing",1477]14781479[[package]]1480name = "cumulus-client-pov-recovery"1481version = "0.1.0"1482source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1483dependencies = [1484 "cumulus-primitives-core",1485 "cumulus-relay-chain-interface",1486 "futures 0.3.25",1487 "futures-timer",1488 "parity-scale-codec 3.2.1",1489 "polkadot-node-primitives",1490 "polkadot-node-subsystem",1491 "polkadot-overseer",1492 "polkadot-primitives",1493 "rand 0.8.5",1494 "sc-client-api",1495 "sc-consensus",1496 "sp-api",1497 "sp-consensus",1498 "sp-maybe-compressed-blob",1499 "sp-runtime",1500 "tracing",1501]15021503[[package]]1504name = "cumulus-client-service"1505version = "0.1.0"1506source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1507dependencies = [1508 "cumulus-client-cli",1509 "cumulus-client-collator",1510 "cumulus-client-consensus-common",1511 "cumulus-client-pov-recovery",1512 "cumulus-primitives-core",1513 "cumulus-relay-chain-interface",1514 "parking_lot 0.12.1",1515 "polkadot-overseer",1516 "polkadot-primitives",1517 "sc-client-api",1518 "sc-consensus",1519 "sc-consensus-babe",1520 "sc-service",1521 "sc-telemetry",1522 "sc-tracing",1523 "sp-api",1524 "sp-blockchain",1525 "sp-consensus",1526 "sp-core",1527 "sp-runtime",1528 "tracing",1529]15301531[[package]]1532name = "cumulus-pallet-aura-ext"1533version = "0.1.0"1534source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1535dependencies = [1536 "frame-executive",1537 "frame-support",1538 "frame-system",1539 "pallet-aura",1540 "parity-scale-codec 3.2.1",1541 "scale-info",1542 "serde",1543 "sp-application-crypto",1544 "sp-consensus-aura",1545 "sp-runtime",1546 "sp-std",1547]15481549[[package]]1550name = "cumulus-pallet-dmp-queue"1551version = "0.1.0"1552source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1553dependencies = [1554 "cumulus-primitives-core",1555 "frame-support",1556 "frame-system",1557 "log",1558 "parity-scale-codec 3.2.1",1559 "scale-info",1560 "sp-io",1561 "sp-runtime",1562 "sp-std",1563 "xcm",1564 "xcm-executor",1565]15661567[[package]]1568name = "cumulus-pallet-parachain-system"1569version = "0.1.0"1570source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1571dependencies = [1572 "bytes",1573 "cumulus-pallet-parachain-system-proc-macro",1574 "cumulus-primitives-core",1575 "cumulus-primitives-parachain-inherent",1576 "environmental",1577 "frame-support",1578 "frame-system",1579 "impl-trait-for-tuples",1580 "log",1581 "pallet-balances",1582 "parity-scale-codec 3.2.1",1583 "polkadot-parachain",1584 "scale-info",1585 "serde",1586 "sp-core",1587 "sp-externalities",1588 "sp-inherents",1589 "sp-io",1590 "sp-runtime",1591 "sp-state-machine",1592 "sp-std",1593 "sp-trie",1594 "sp-version",1595 "xcm",1596]15971598[[package]]1599name = "cumulus-pallet-parachain-system-proc-macro"1600version = "0.1.0"1601source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1602dependencies = [1603 "proc-macro-crate",1604 "proc-macro2",1605 "quote",1606 "syn",1607]16081609[[package]]1610name = "cumulus-pallet-xcm"1611version = "0.1.0"1612source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1613dependencies = [1614 "cumulus-primitives-core",1615 "frame-support",1616 "frame-system",1617 "parity-scale-codec 3.2.1",1618 "scale-info",1619 "serde",1620 "sp-io",1621 "sp-runtime",1622 "sp-std",1623 "xcm",1624]16251626[[package]]1627name = "cumulus-pallet-xcmp-queue"1628version = "0.1.0"1629source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1630dependencies = [1631 "cumulus-primitives-core",1632 "frame-support",1633 "frame-system",1634 "log",1635 "parity-scale-codec 3.2.1",1636 "rand_chacha 0.3.1",1637 "scale-info",1638 "sp-runtime",1639 "sp-std",1640 "xcm",1641 "xcm-executor",1642]16431644[[package]]1645name = "cumulus-primitives-core"1646version = "0.1.0"1647source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1648dependencies = [1649 "frame-support",1650 "parity-scale-codec 3.2.1",1651 "polkadot-core-primitives",1652 "polkadot-parachain",1653 "polkadot-primitives",1654 "sp-api",1655 "sp-runtime",1656 "sp-std",1657 "sp-trie",1658]16591660[[package]]1661name = "cumulus-primitives-parachain-inherent"1662version = "0.1.0"1663source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1664dependencies = [1665 "async-trait",1666 "cumulus-primitives-core",1667 "cumulus-relay-chain-interface",1668 "cumulus-test-relay-sproof-builder",1669 "parity-scale-codec 3.2.1",1670 "sc-client-api",1671 "scale-info",1672 "sp-api",1673 "sp-core",1674 "sp-inherents",1675 "sp-runtime",1676 "sp-state-machine",1677 "sp-std",1678 "sp-storage",1679 "sp-trie",1680 "tracing",1681]16821683[[package]]1684name = "cumulus-primitives-timestamp"1685version = "0.1.0"1686source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1687dependencies = [1688 "cumulus-primitives-core",1689 "futures 0.3.25",1690 "parity-scale-codec 3.2.1",1691 "sp-inherents",1692 "sp-std",1693 "sp-timestamp",1694]16951696[[package]]1697name = "cumulus-primitives-utility"1698version = "0.1.0"1699source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1700dependencies = [1701 "cumulus-primitives-core",1702 "frame-support",1703 "log",1704 "parity-scale-codec 3.2.1",1705 "polkadot-core-primitives",1706 "polkadot-parachain",1707 "polkadot-primitives",1708 "sp-runtime",1709 "sp-std",1710 "sp-trie",1711 "xcm",1712 "xcm-builder",1713 "xcm-executor",1714]17151716[[package]]1717name = "cumulus-relay-chain-inprocess-interface"1718version = "0.1.0"1719source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1720dependencies = [1721 "async-trait",1722 "cumulus-primitives-core",1723 "cumulus-relay-chain-interface",1724 "futures 0.3.25",1725 "futures-timer",1726 "polkadot-cli",1727 "polkadot-client",1728 "polkadot-service",1729 "sc-cli",1730 "sc-client-api",1731 "sc-consensus-babe",1732 "sc-network",1733 "sc-sysinfo",1734 "sc-telemetry",1735 "sc-tracing",1736 "sp-api",1737 "sp-blockchain",1738 "sp-consensus",1739 "sp-core",1740 "sp-runtime",1741 "sp-state-machine",1742 "tracing",1743]17441745[[package]]1746name = "cumulus-relay-chain-interface"1747version = "0.1.0"1748source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1749dependencies = [1750 "async-trait",1751 "cumulus-primitives-core",1752 "derive_more",1753 "futures 0.3.25",1754 "jsonrpsee-core",1755 "parity-scale-codec 3.2.1",1756 "parking_lot 0.12.1",1757 "polkadot-overseer",1758 "polkadot-service",1759 "sc-client-api",1760 "sp-api",1761 "sp-blockchain",1762 "sp-core",1763 "sp-runtime",1764 "sp-state-machine",1765 "thiserror",1766]17671768[[package]]1769name = "cumulus-relay-chain-rpc-interface"1770version = "0.1.0"1771source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1772dependencies = [1773 "async-trait",1774 "backoff",1775 "cumulus-primitives-core",1776 "cumulus-relay-chain-interface",1777 "futures 0.3.25",1778 "futures-timer",1779 "jsonrpsee",1780 "parity-scale-codec 3.2.1",1781 "parking_lot 0.12.1",1782 "polkadot-service",1783 "sc-client-api",1784 "sc-rpc-api",1785 "sp-api",1786 "sp-core",1787 "sp-runtime",1788 "sp-state-machine",1789 "sp-storage",1790 "tokio",1791 "tracing",1792 "url",1793]17941795[[package]]1796name = "cumulus-test-relay-sproof-builder"1797version = "0.1.0"1798source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1799dependencies = [1800 "cumulus-primitives-core",1801 "parity-scale-codec 3.2.1",1802 "polkadot-primitives",1803 "sp-runtime",1804 "sp-state-machine",1805 "sp-std",1806]18071808[[package]]1809name = "curve25519-dalek"1810version = "2.1.3"1811source = "registry+https://github.com/rust-lang/crates.io-index"1812checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1813dependencies = [1814 "byteorder",1815 "digest 0.8.1",1816 "rand_core 0.5.1",1817 "subtle",1818 "zeroize",1819]18201821[[package]]1822name = "curve25519-dalek"1823version = "3.2.0"1824source = "registry+https://github.com/rust-lang/crates.io-index"1825checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1826dependencies = [1827 "byteorder",1828 "digest 0.9.0",1829 "rand_core 0.5.1",1830 "subtle",1831 "zeroize",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "4.0.0-pre.1"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1839dependencies = [1840 "byteorder",1841 "digest 0.9.0",1842 "rand_core 0.6.4",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "cxx"1849version = "1.0.79"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "3f83d0ebf42c6eafb8d7c52f7e5f2d3003b89c7aa4fd2b79229209459a849af8"1852dependencies = [1853 "cc",1854 "cxxbridge-flags",1855 "cxxbridge-macro",1856 "link-cplusplus",1857]18581859[[package]]1860name = "cxx-build"1861version = "1.0.79"1862source = "registry+https://github.com/rust-lang/crates.io-index"1863checksum = "07d050484b55975889284352b0ffc2ecbda25c0c55978017c132b29ba0818a86"1864dependencies = [1865 "cc",1866 "codespan-reporting",1867 "once_cell",1868 "proc-macro2",1869 "quote",1870 "scratch",1871 "syn",1872]18731874[[package]]1875name = "cxxbridge-flags"1876version = "1.0.79"1877source = "registry+https://github.com/rust-lang/crates.io-index"1878checksum = "99d2199b00553eda8012dfec8d3b1c75fce747cf27c169a270b3b99e3448ab78"18791880[[package]]1881name = "cxxbridge-macro"1882version = "1.0.79"1883source = "registry+https://github.com/rust-lang/crates.io-index"1884checksum = "dcb67a6de1f602736dd7eaead0080cf3435df806c61b24b13328db128c58868f"1885dependencies = [1886 "proc-macro2",1887 "quote",1888 "syn",1889]18901891[[package]]1892name = "data-encoding"1893version = "2.3.2"1894source = "registry+https://github.com/rust-lang/crates.io-index"1895checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18961897[[package]]1898name = "data-encoding-macro"1899version = "0.1.12"1900source = "registry+https://github.com/rust-lang/crates.io-index"1901checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1902dependencies = [1903 "data-encoding",1904 "data-encoding-macro-internal",1905]19061907[[package]]1908name = "data-encoding-macro-internal"1909version = "0.1.10"1910source = "registry+https://github.com/rust-lang/crates.io-index"1911checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1912dependencies = [1913 "data-encoding",1914 "syn",1915]19161917[[package]]1918name = "der"1919version = "0.5.1"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1922dependencies = [1923 "const-oid",1924]19251926[[package]]1927name = "derivative"1928version = "2.2.0"1929source = "registry+https://github.com/rust-lang/crates.io-index"1930checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1931dependencies = [1932 "proc-macro2",1933 "quote",1934 "syn",1935]19361937[[package]]1938name = "derive_more"1939version = "0.99.17"1940source = "registry+https://github.com/rust-lang/crates.io-index"1941checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1942dependencies = [1943 "convert_case",1944 "proc-macro2",1945 "quote",1946 "rustc_version 0.4.0",1947 "syn",1948]19491950[[package]]1951name = "digest"1952version = "0.8.1"1953source = "registry+https://github.com/rust-lang/crates.io-index"1954checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1955dependencies = [1956 "generic-array 0.12.4",1957]19581959[[package]]1960name = "digest"1961version = "0.9.0"1962source = "registry+https://github.com/rust-lang/crates.io-index"1963checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1964dependencies = [1965 "generic-array 0.14.6",1966]19671968[[package]]1969name = "digest"1970version = "0.10.5"1971source = "registry+https://github.com/rust-lang/crates.io-index"1972checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1973dependencies = [1974 "block-buffer 0.10.3",1975 "crypto-common",1976 "subtle",1977]19781979[[package]]1980name = "directories"1981version = "4.0.1"1982source = "registry+https://github.com/rust-lang/crates.io-index"1983checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1984dependencies = [1985 "dirs-sys",1986]19871988[[package]]1989name = "directories-next"1990version = "2.0.0"1991source = "registry+https://github.com/rust-lang/crates.io-index"1992checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1993dependencies = [1994 "cfg-if 1.0.0",1995 "dirs-sys-next",1996]19971998[[package]]1999name = "dirs-sys"2000version = "0.3.7"2001source = "registry+https://github.com/rust-lang/crates.io-index"2002checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2003dependencies = [2004 "libc",2005 "redox_users",2006 "winapi",2007]20082009[[package]]2010name = "dirs-sys-next"2011version = "0.1.2"2012source = "registry+https://github.com/rust-lang/crates.io-index"2013checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2014dependencies = [2015 "libc",2016 "redox_users",2017 "winapi",2018]20192020[[package]]2021name = "dns-parser"2022version = "0.8.0"2023source = "registry+https://github.com/rust-lang/crates.io-index"2024checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2025dependencies = [2026 "byteorder",2027 "quick-error",2028]20292030[[package]]2031name = "downcast-rs"2032version = "1.2.0"2033source = "registry+https://github.com/rust-lang/crates.io-index"2034checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20352036[[package]]2037name = "dtoa"2038version = "1.0.4"2039source = "registry+https://github.com/rust-lang/crates.io-index"2040checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20412042[[package]]2043name = "dyn-clonable"2044version = "0.9.0"2045source = "registry+https://github.com/rust-lang/crates.io-index"2046checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2047dependencies = [2048 "dyn-clonable-impl",2049 "dyn-clone",2050]20512052[[package]]2053name = "dyn-clonable-impl"2054version = "0.9.0"2055source = "registry+https://github.com/rust-lang/crates.io-index"2056checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2057dependencies = [2058 "proc-macro2",2059 "quote",2060 "syn",2061]20622063[[package]]2064name = "dyn-clone"2065version = "1.0.9"2066source = "registry+https://github.com/rust-lang/crates.io-index"2067checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20682069[[package]]2070name = "ecdsa"2071version = "0.13.4"2072source = "registry+https://github.com/rust-lang/crates.io-index"2073checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2074dependencies = [2075 "der",2076 "elliptic-curve",2077 "rfc6979",2078 "signature",2079]20802081[[package]]2082name = "ed25519"2083version = "1.5.2"2084source = "registry+https://github.com/rust-lang/crates.io-index"2085checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2086dependencies = [2087 "signature",2088]20892090[[package]]2091name = "ed25519-dalek"2092version = "1.0.1"2093source = "registry+https://github.com/rust-lang/crates.io-index"2094checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2095dependencies = [2096 "curve25519-dalek 3.2.0",2097 "ed25519",2098 "rand 0.7.3",2099 "serde",2100 "sha2 0.9.9",2101 "zeroize",2102]21032104[[package]]2105name = "ed25519-zebra"2106version = "3.0.0"2107source = "registry+https://github.com/rust-lang/crates.io-index"2108checksum = "403ef3e961ab98f0ba902771d29f842058578bb1ce7e3c59dad5a6a93e784c69"2109dependencies = [2110 "curve25519-dalek 3.2.0",2111 "hex",2112 "rand_core 0.6.4",2113 "sha2 0.9.9",2114 "thiserror",2115 "zeroize",2116]21172118[[package]]2119name = "either"2120version = "1.8.0"2121source = "registry+https://github.com/rust-lang/crates.io-index"2122checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21232124[[package]]2125name = "elliptic-curve"2126version = "0.11.12"2127source = "registry+https://github.com/rust-lang/crates.io-index"2128checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2129dependencies = [2130 "base16ct",2131 "crypto-bigint",2132 "der",2133 "ff",2134 "generic-array 0.14.6",2135 "group",2136 "rand_core 0.6.4",2137 "sec1",2138 "subtle",2139 "zeroize",2140]21412142[[package]]2143name = "enum-as-inner"2144version = "0.4.0"2145source = "registry+https://github.com/rust-lang/crates.io-index"2146checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2147dependencies = [2148 "heck",2149 "proc-macro2",2150 "quote",2151 "syn",2152]21532154[[package]]2155name = "enumflags2"2156version = "0.7.5"2157source = "registry+https://github.com/rust-lang/crates.io-index"2158checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2159dependencies = [2160 "enumflags2_derive",2161]21622163[[package]]2164name = "enumflags2_derive"2165version = "0.7.4"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2168dependencies = [2169 "proc-macro2",2170 "quote",2171 "syn",2172]21732174[[package]]2175name = "enumn"2176version = "0.1.5"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2179dependencies = [2180 "proc-macro2",2181 "quote",2182 "syn",2183]21842185[[package]]2186name = "env_logger"2187version = "0.9.1"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2190dependencies = [2191 "atty",2192 "humantime",2193 "log",2194 "regex",2195 "termcolor",2196]21972198[[package]]2199name = "environmental"2200version = "1.1.3"2201source = "registry+https://github.com/rust-lang/crates.io-index"2202checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22032204[[package]]2205name = "errno"2206version = "0.2.8"2207source = "registry+https://github.com/rust-lang/crates.io-index"2208checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2209dependencies = [2210 "errno-dragonfly",2211 "libc",2212 "winapi",2213]22142215[[package]]2216name = "errno-dragonfly"2217version = "0.1.2"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2220dependencies = [2221 "cc",2222 "libc",2223]22242225[[package]]2226name = "ethbloom"2227version = "0.12.1"2228source = "registry+https://github.com/rust-lang/crates.io-index"2229checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2230dependencies = [2231 "crunchy",2232 "fixed-hash",2233 "impl-codec",2234 "impl-rlp",2235 "impl-serde",2236 "scale-info",2237 "tiny-keccak",2238]22392240[[package]]2241name = "ethereum"2242version = "0.12.0"2243source = "registry+https://github.com/rust-lang/crates.io-index"2244checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2245dependencies = [2246 "bytes",2247 "ethereum-types",2248 "hash-db",2249 "hash256-std-hasher",2250 "parity-scale-codec 3.2.1",2251 "rlp",2252 "rlp-derive",2253 "scale-info",2254 "serde",2255 "sha3",2256 "triehash",2257]22582259[[package]]2260name = "ethereum-types"2261version = "0.13.1"2262source = "registry+https://github.com/rust-lang/crates.io-index"2263checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2264dependencies = [2265 "ethbloom",2266 "fixed-hash",2267 "impl-codec",2268 "impl-rlp",2269 "impl-serde",2270 "primitive-types",2271 "scale-info",2272 "uint",2273]22742275[[package]]2276name = "event-listener"2277version = "2.5.3"2278source = "registry+https://github.com/rust-lang/crates.io-index"2279checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"22802281[[package]]2282name = "evm"2283version = "0.35.0"2284source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2285dependencies = [2286 "auto_impl",2287 "environmental",2288 "ethereum",2289 "evm-core",2290 "evm-gasometer",2291 "evm-runtime",2292 "log",2293 "parity-scale-codec 3.2.1",2294 "primitive-types",2295 "rlp",2296 "scale-info",2297 "serde",2298 "sha3",2299]23002301[[package]]2302name = "evm-coder"2303version = "0.1.3"2304dependencies = [2305 "ethereum",2306 "evm-coder-procedural",2307 "evm-core",2308 "frame-support",2309 "hex",2310 "hex-literal",2311 "impl-trait-for-tuples",2312 "primitive-types",2313 "sp-std",2314]23152316[[package]]2317name = "evm-coder-procedural"2318version = "0.2.0"2319dependencies = [2320 "Inflector",2321 "hex",2322 "proc-macro2",2323 "quote",2324 "sha3",2325 "syn",2326]23272328[[package]]2329name = "evm-core"2330version = "0.35.0"2331source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2332dependencies = [2333 "parity-scale-codec 3.2.1",2334 "primitive-types",2335 "scale-info",2336 "serde",2337]23382339[[package]]2340name = "evm-gasometer"2341version = "0.35.0"2342source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2343dependencies = [2344 "environmental",2345 "evm-core",2346 "evm-runtime",2347 "primitive-types",2348]23492350[[package]]2351name = "evm-runtime"2352version = "0.35.0"2353source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2354dependencies = [2355 "auto_impl",2356 "environmental",2357 "evm-core",2358 "primitive-types",2359 "sha3",2360]23612362[[package]]2363name = "exit-future"2364version = "0.2.0"2365source = "registry+https://github.com/rust-lang/crates.io-index"2366checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2367dependencies = [2368 "futures 0.3.25",2369]23702371[[package]]2372name = "expander"2373version = "0.0.4"2374source = "registry+https://github.com/rust-lang/crates.io-index"2375checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2376dependencies = [2377 "blake3",2378 "fs-err",2379 "proc-macro2",2380 "quote",2381]23822383[[package]]2384name = "expander"2385version = "0.0.6"2386source = "registry+https://github.com/rust-lang/crates.io-index"2387checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2388dependencies = [2389 "blake2",2390 "fs-err",2391 "proc-macro2",2392 "quote",2393 "syn",2394]23952396[[package]]2397name = "fake-simd"2398version = "0.1.2"2399source = "registry+https://github.com/rust-lang/crates.io-index"2400checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24012402[[package]]2403name = "fallible-iterator"2404version = "0.2.0"2405source = "registry+https://github.com/rust-lang/crates.io-index"2406checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24072408[[package]]2409name = "fastrand"2410version = "1.8.0"2411source = "registry+https://github.com/rust-lang/crates.io-index"2412checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2413dependencies = [2414 "instant",2415]24162417[[package]]2418name = "fatality"2419version = "0.0.6"2420source = "registry+https://github.com/rust-lang/crates.io-index"2421checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2422dependencies = [2423 "fatality-proc-macro",2424 "thiserror",2425]24262427[[package]]2428name = "fatality-proc-macro"2429version = "0.0.6"2430source = "registry+https://github.com/rust-lang/crates.io-index"2431checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2432dependencies = [2433 "expander 0.0.4",2434 "indexmap",2435 "proc-macro-crate",2436 "proc-macro2",2437 "quote",2438 "syn",2439 "thiserror",2440]24412442[[package]]2443name = "fc-consensus"2444version = "2.0.0-dev"2445source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2446dependencies = [2447 "async-trait",2448 "fc-db",2449 "fp-consensus",2450 "fp-rpc",2451 "sc-client-api",2452 "sc-consensus",2453 "sp-api",2454 "sp-block-builder",2455 "sp-blockchain",2456 "sp-consensus",2457 "sp-runtime",2458 "thiserror",2459]24602461[[package]]2462name = "fc-db"2463version = "2.0.0-dev"2464source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2465dependencies = [2466 "fp-storage",2467 "kvdb-rocksdb",2468 "parity-db",2469 "parity-scale-codec 3.2.1",2470 "parking_lot 0.12.1",2471 "sc-client-db",2472 "sp-core",2473 "sp-database",2474 "sp-runtime",2475]24762477[[package]]2478name = "fc-mapping-sync"2479version = "2.0.0-dev"2480source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2481dependencies = [2482 "fc-db",2483 "fp-consensus",2484 "fp-rpc",2485 "futures 0.3.25",2486 "futures-timer",2487 "log",2488 "sc-client-api",2489 "sp-api",2490 "sp-blockchain",2491 "sp-runtime",2492]24932494[[package]]2495name = "fc-rpc"2496version = "2.0.0-dev"2497source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2498dependencies = [2499 "ethereum",2500 "ethereum-types",2501 "evm",2502 "fc-db",2503 "fc-rpc-core",2504 "fp-rpc",2505 "fp-storage",2506 "futures 0.3.25",2507 "hex",2508 "jsonrpsee",2509 "libsecp256k1",2510 "log",2511 "lru 0.7.8",2512 "parity-scale-codec 3.2.1",2513 "prometheus",2514 "rand 0.8.5",2515 "rlp",2516 "rustc-hex",2517 "sc-client-api",2518 "sc-network",2519 "sc-network-common",2520 "sc-rpc",2521 "sc-service",2522 "sc-transaction-pool",2523 "sc-transaction-pool-api",2524 "sp-api",2525 "sp-block-builder",2526 "sp-blockchain",2527 "sp-consensus",2528 "sp-core",2529 "sp-io",2530 "sp-runtime",2531 "sp-storage",2532 "substrate-prometheus-endpoint",2533 "tokio",2534]25352536[[package]]2537name = "fc-rpc-core"2538version = "1.1.0-dev"2539source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2540dependencies = [2541 "ethereum",2542 "ethereum-types",2543 "jsonrpsee",2544 "rlp",2545 "rustc-hex",2546 "serde",2547 "serde_json",2548]25492550[[package]]2551name = "fdlimit"2552version = "0.2.1"2553source = "registry+https://github.com/rust-lang/crates.io-index"2554checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2555dependencies = [2556 "libc",2557]25582559[[package]]2560name = "ff"2561version = "0.11.1"2562source = "registry+https://github.com/rust-lang/crates.io-index"2563checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2564dependencies = [2565 "rand_core 0.6.4",2566 "subtle",2567]25682569[[package]]2570name = "file-per-thread-logger"2571version = "0.1.5"2572source = "registry+https://github.com/rust-lang/crates.io-index"2573checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2574dependencies = [2575 "env_logger",2576 "log",2577]25782579[[package]]2580name = "filetime"2581version = "0.2.18"2582source = "registry+https://github.com/rust-lang/crates.io-index"2583checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2584dependencies = [2585 "cfg-if 1.0.0",2586 "libc",2587 "redox_syscall",2588 "windows-sys 0.42.0",2589]25902591[[package]]2592name = "finality-grandpa"2593version = "0.16.0"2594source = "registry+https://github.com/rust-lang/crates.io-index"2595checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2596dependencies = [2597 "either",2598 "futures 0.3.25",2599 "futures-timer",2600 "log",2601 "num-traits",2602 "parity-scale-codec 3.2.1",2603 "parking_lot 0.12.1",2604 "scale-info",2605]26062607[[package]]2608name = "fixed-hash"2609version = "0.7.0"2610source = "registry+https://github.com/rust-lang/crates.io-index"2611checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2612dependencies = [2613 "byteorder",2614 "rand 0.8.5",2615 "rustc-hex",2616 "static_assertions",2617]26182619[[package]]2620name = "fixedbitset"2621version = "0.4.2"2622source = "registry+https://github.com/rust-lang/crates.io-index"2623checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26242625[[package]]2626name = "flate2"2627version = "1.0.24"2628source = "registry+https://github.com/rust-lang/crates.io-index"2629checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2630dependencies = [2631 "crc32fast",2632 "libz-sys",2633 "miniz_oxide",2634]26352636[[package]]2637name = "flexi_logger"2638version = "0.22.6"2639source = "registry+https://github.com/rust-lang/crates.io-index"2640checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2641dependencies = [2642 "ansi_term",2643 "atty",2644 "glob",2645 "lazy_static",2646 "log",2647 "regex",2648 "rustversion",2649 "thiserror",2650 "time 0.3.9",2651]26522653[[package]]2654name = "fnv"2655version = "1.0.7"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26582659[[package]]2660name = "fork-tree"2661version = "3.0.0"2662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2663dependencies = [2664 "parity-scale-codec 3.2.1",2665]26662667[[package]]2668name = "form_urlencoded"2669version = "1.1.0"2670source = "registry+https://github.com/rust-lang/crates.io-index"2671checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2672dependencies = [2673 "percent-encoding",2674]26752676[[package]]2677name = "fp-consensus"2678version = "2.0.0-dev"2679source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2680dependencies = [2681 "ethereum",2682 "parity-scale-codec 3.2.1",2683 "sp-core",2684 "sp-runtime",2685 "sp-std",2686]26872688[[package]]2689name = "fp-evm"2690version = "3.0.0-dev"2691source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2692dependencies = [2693 "evm",2694 "frame-support",2695 "impl-trait-for-tuples",2696 "parity-scale-codec 3.2.1",2697 "serde",2698 "sp-core",2699 "sp-std",2700]27012702[[package]]2703name = "fp-evm-mapping"2704version = "0.1.0"2705source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2706dependencies = [2707 "frame-support",2708 "sp-core",2709]27102711[[package]]2712name = "fp-rpc"2713version = "3.0.0-dev"2714source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2715dependencies = [2716 "ethereum",2717 "ethereum-types",2718 "fp-evm",2719 "parity-scale-codec 3.2.1",2720 "scale-info",2721 "sp-api",2722 "sp-core",2723 "sp-io",2724 "sp-runtime",2725 "sp-std",2726]27272728[[package]]2729name = "fp-self-contained"2730version = "1.0.0-dev"2731source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2732dependencies = [2733 "ethereum",2734 "frame-support",2735 "parity-scale-codec 3.2.1",2736 "parity-util-mem",2737 "scale-info",2738 "serde",2739 "sp-debug-derive",2740 "sp-io",2741 "sp-runtime",2742]27432744[[package]]2745name = "fp-storage"2746version = "2.0.0"2747source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2748dependencies = [2749 "parity-scale-codec 3.2.1",2750]27512752[[package]]2753name = "frame-benchmarking"2754version = "4.0.0-dev"2755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2756dependencies = [2757 "frame-support",2758 "frame-system",2759 "linregress",2760 "log",2761 "parity-scale-codec 3.2.1",2762 "paste",2763 "scale-info",2764 "serde",2765 "sp-api",2766 "sp-application-crypto",2767 "sp-core",2768 "sp-io",2769 "sp-runtime",2770 "sp-runtime-interface",2771 "sp-std",2772 "sp-storage",2773]27742775[[package]]2776name = "frame-benchmarking-cli"2777version = "4.0.0-dev"2778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2779dependencies = [2780 "Inflector",2781 "array-bytes",2782 "chrono",2783 "clap",2784 "comfy-table",2785 "frame-benchmarking",2786 "frame-support",2787 "frame-system",2788 "gethostname",2789 "handlebars",2790 "hash-db",2791 "itertools",2792 "kvdb",2793 "lazy_static",2794 "linked-hash-map",2795 "log",2796 "memory-db",2797 "parity-scale-codec 3.2.1",2798 "rand 0.8.5",2799 "rand_pcg 0.3.1",2800 "sc-block-builder",2801 "sc-cli",2802 "sc-client-api",2803 "sc-client-db",2804 "sc-executor",2805 "sc-service",2806 "sc-sysinfo",2807 "serde",2808 "serde_json",2809 "serde_nanos",2810 "sp-api",2811 "sp-blockchain",2812 "sp-core",2813 "sp-database",2814 "sp-externalities",2815 "sp-inherents",2816 "sp-keystore",2817 "sp-runtime",2818 "sp-state-machine",2819 "sp-storage",2820 "sp-trie",2821 "tempfile",2822 "thiserror",2823 "thousands",2824]28252826[[package]]2827name = "frame-election-provider-solution-type"2828version = "4.0.0-dev"2829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2830dependencies = [2831 "proc-macro-crate",2832 "proc-macro2",2833 "quote",2834 "syn",2835]28362837[[package]]2838name = "frame-election-provider-support"2839version = "4.0.0-dev"2840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2841dependencies = [2842 "frame-election-provider-solution-type",2843 "frame-support",2844 "frame-system",2845 "parity-scale-codec 3.2.1",2846 "scale-info",2847 "sp-arithmetic",2848 "sp-npos-elections",2849 "sp-runtime",2850 "sp-std",2851]28522853[[package]]2854name = "frame-executive"2855version = "4.0.0-dev"2856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2857dependencies = [2858 "frame-support",2859 "frame-system",2860 "frame-try-runtime",2861 "parity-scale-codec 3.2.1",2862 "scale-info",2863 "sp-core",2864 "sp-io",2865 "sp-runtime",2866 "sp-std",2867 "sp-tracing",2868]28692870[[package]]2871name = "frame-metadata"2872version = "15.0.0"2873source = "registry+https://github.com/rust-lang/crates.io-index"2874checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2875dependencies = [2876 "cfg-if 1.0.0",2877 "parity-scale-codec 3.2.1",2878 "scale-info",2879 "serde",2880]28812882[[package]]2883name = "frame-support"2884version = "4.0.0-dev"2885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2886dependencies = [2887 "bitflags",2888 "frame-metadata",2889 "frame-support-procedural",2890 "impl-trait-for-tuples",2891 "k256",2892 "log",2893 "once_cell",2894 "parity-scale-codec 3.2.1",2895 "paste",2896 "scale-info",2897 "serde",2898 "smallvec",2899 "sp-api",2900 "sp-arithmetic",2901 "sp-core",2902 "sp-core-hashing-proc-macro",2903 "sp-inherents",2904 "sp-io",2905 "sp-runtime",2906 "sp-staking",2907 "sp-state-machine",2908 "sp-std",2909 "sp-tracing",2910 "sp-weights",2911 "tt-call",2912]29132914[[package]]2915name = "frame-support-procedural"2916version = "4.0.0-dev"2917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2918dependencies = [2919 "Inflector",2920 "cfg-expr",2921 "frame-support-procedural-tools",2922 "itertools",2923 "proc-macro2",2924 "quote",2925 "syn",2926]29272928[[package]]2929name = "frame-support-procedural-tools"2930version = "4.0.0-dev"2931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2932dependencies = [2933 "frame-support-procedural-tools-derive",2934 "proc-macro-crate",2935 "proc-macro2",2936 "quote",2937 "syn",2938]29392940[[package]]2941name = "frame-support-procedural-tools-derive"2942version = "3.0.0"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2944dependencies = [2945 "proc-macro2",2946 "quote",2947 "syn",2948]29492950[[package]]2951name = "frame-system"2952version = "4.0.0-dev"2953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2954dependencies = [2955 "frame-support",2956 "log",2957 "parity-scale-codec 3.2.1",2958 "scale-info",2959 "serde",2960 "sp-core",2961 "sp-io",2962 "sp-runtime",2963 "sp-std",2964 "sp-version",2965 "sp-weights",2966]29672968[[package]]2969name = "frame-system-benchmarking"2970version = "4.0.0-dev"2971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2972dependencies = [2973 "frame-benchmarking",2974 "frame-support",2975 "frame-system",2976 "parity-scale-codec 3.2.1",2977 "scale-info",2978 "sp-core",2979 "sp-runtime",2980 "sp-std",2981]29822983[[package]]2984name = "frame-system-rpc-runtime-api"2985version = "4.0.0-dev"2986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2987dependencies = [2988 "parity-scale-codec 3.2.1",2989 "sp-api",2990]29912992[[package]]2993name = "frame-try-runtime"2994version = "0.10.0-dev"2995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2996dependencies = [2997 "frame-support",2998 "parity-scale-codec 3.2.1",2999 "sp-api",3000 "sp-runtime",3001 "sp-std",3002]30033004[[package]]3005name = "fs-err"3006version = "2.8.1"3007source = "registry+https://github.com/rust-lang/crates.io-index"3008checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30093010[[package]]3011name = "fs-swap"3012version = "0.2.6"3013source = "registry+https://github.com/rust-lang/crates.io-index"3014checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3015dependencies = [3016 "lazy_static",3017 "libc",3018 "libloading 0.5.2",3019 "winapi",3020]30213022[[package]]3023name = "fs2"3024version = "0.4.3"3025source = "registry+https://github.com/rust-lang/crates.io-index"3026checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3027dependencies = [3028 "libc",3029 "winapi",3030]30313032[[package]]3033name = "fs_extra"3034version = "1.2.0"3035source = "registry+https://github.com/rust-lang/crates.io-index"3036checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30373038[[package]]3039name = "funty"3040version = "1.1.0"3041source = "registry+https://github.com/rust-lang/crates.io-index"3042checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30433044[[package]]3045name = "funty"3046version = "2.0.0"3047source = "registry+https://github.com/rust-lang/crates.io-index"3048checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30493050[[package]]3051name = "futures"3052version = "0.1.31"3053source = "registry+https://github.com/rust-lang/crates.io-index"3054checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30553056[[package]]3057name = "futures"3058version = "0.3.25"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3061dependencies = [3062 "futures-channel",3063 "futures-core",3064 "futures-executor",3065 "futures-io",3066 "futures-sink",3067 "futures-task",3068 "futures-util",3069]30703071[[package]]3072name = "futures-channel"3073version = "0.3.25"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3076dependencies = [3077 "futures-core",3078 "futures-sink",3079]30803081[[package]]3082name = "futures-core"3083version = "0.3.25"3084source = "registry+https://github.com/rust-lang/crates.io-index"3085checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"30863087[[package]]3088name = "futures-executor"3089version = "0.3.25"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3092dependencies = [3093 "futures-core",3094 "futures-task",3095 "futures-util",3096 "num_cpus",3097]30983099[[package]]3100name = "futures-io"3101version = "0.3.25"3102source = "registry+https://github.com/rust-lang/crates.io-index"3103checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31043105[[package]]3106name = "futures-lite"3107version = "1.12.0"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3110dependencies = [3111 "fastrand",3112 "futures-core",3113 "futures-io",3114 "memchr",3115 "parking",3116 "pin-project-lite 0.2.9",3117 "waker-fn",3118]31193120[[package]]3121name = "futures-macro"3122version = "0.3.25"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3125dependencies = [3126 "proc-macro2",3127 "quote",3128 "syn",3129]31303131[[package]]3132name = "futures-rustls"3133version = "0.22.2"3134source = "registry+https://github.com/rust-lang/crates.io-index"3135checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3136dependencies = [3137 "futures-io",3138 "rustls",3139 "webpki",3140]31413142[[package]]3143name = "futures-sink"3144version = "0.3.25"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31473148[[package]]3149name = "futures-task"3150version = "0.3.25"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31533154[[package]]3155name = "futures-timer"3156version = "3.0.2"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31593160[[package]]3161name = "futures-util"3162version = "0.3.25"3163source = "registry+https://github.com/rust-lang/crates.io-index"3164checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3165dependencies = [3166 "futures 0.1.31",3167 "futures-channel",3168 "futures-core",3169 "futures-io",3170 "futures-macro",3171 "futures-sink",3172 "futures-task",3173 "memchr",3174 "pin-project-lite 0.2.9",3175 "pin-utils",3176 "slab",3177]31783179[[package]]3180name = "fxhash"3181version = "0.2.1"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3184dependencies = [3185 "byteorder",3186]31873188[[package]]3189name = "generic-array"3190version = "0.12.4"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3193dependencies = [3194 "typenum",3195]31963197[[package]]3198name = "generic-array"3199version = "0.14.6"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3202dependencies = [3203 "typenum",3204 "version_check",3205]32063207[[package]]3208name = "gethostname"3209version = "0.2.3"3210source = "registry+https://github.com/rust-lang/crates.io-index"3211checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3212dependencies = [3213 "libc",3214 "winapi",3215]32163217[[package]]3218name = "getrandom"3219version = "0.1.16"3220source = "registry+https://github.com/rust-lang/crates.io-index"3221checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3222dependencies = [3223 "cfg-if 1.0.0",3224 "js-sys",3225 "libc",3226 "wasi 0.9.0+wasi-snapshot-preview1",3227 "wasm-bindgen",3228]32293230[[package]]3231name = "getrandom"3232version = "0.2.8"3233source = "registry+https://github.com/rust-lang/crates.io-index"3234checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3235dependencies = [3236 "cfg-if 1.0.0",3237 "libc",3238 "wasi 0.11.0+wasi-snapshot-preview1",3239]32403241[[package]]3242name = "ghash"3243version = "0.4.4"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3246dependencies = [3247 "opaque-debug 0.3.0",3248 "polyval",3249]32503251[[package]]3252name = "gimli"3253version = "0.26.2"3254source = "registry+https://github.com/rust-lang/crates.io-index"3255checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3256dependencies = [3257 "fallible-iterator",3258 "indexmap",3259 "stable_deref_trait",3260]32613262[[package]]3263name = "glob"3264version = "0.3.0"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32673268[[package]]3269name = "globset"3270version = "0.4.9"3271source = "registry+https://github.com/rust-lang/crates.io-index"3272checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3273dependencies = [3274 "aho-corasick",3275 "bstr",3276 "fnv",3277 "log",3278 "regex",3279]32803281[[package]]3282name = "gloo-timers"3283version = "0.2.4"3284source = "registry+https://github.com/rust-lang/crates.io-index"3285checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3286dependencies = [3287 "futures-channel",3288 "futures-core",3289 "js-sys",3290 "wasm-bindgen",3291]32923293[[package]]3294name = "group"3295version = "0.11.0"3296source = "registry+https://github.com/rust-lang/crates.io-index"3297checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3298dependencies = [3299 "ff",3300 "rand_core 0.6.4",3301 "subtle",3302]33033304[[package]]3305name = "h2"3306version = "0.3.14"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"3309dependencies = [3310 "bytes",3311 "fnv",3312 "futures-core",3313 "futures-sink",3314 "futures-util",3315 "http",3316 "indexmap",3317 "slab",3318 "tokio",3319 "tokio-util",3320 "tracing",3321]33223323[[package]]3324name = "handlebars"3325version = "4.3.5"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3328dependencies = [3329 "log",3330 "pest",3331 "pest_derive",3332 "serde",3333 "serde_json",3334 "thiserror",3335]33363337[[package]]3338name = "hash-db"3339version = "0.15.2"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33423343[[package]]3344name = "hash256-std-hasher"3345version = "0.15.2"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3348dependencies = [3349 "crunchy",3350]33513352[[package]]3353name = "hashbrown"3354version = "0.12.3"3355source = "registry+https://github.com/rust-lang/crates.io-index"3356checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3357dependencies = [3358 "ahash",3359]33603361[[package]]3362name = "heck"3363version = "0.4.0"3364source = "registry+https://github.com/rust-lang/crates.io-index"3365checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33663367[[package]]3368name = "hermit-abi"3369version = "0.1.19"3370source = "registry+https://github.com/rust-lang/crates.io-index"3371checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3372dependencies = [3373 "libc",3374]33753376[[package]]3377name = "hex"3378version = "0.4.3"3379source = "registry+https://github.com/rust-lang/crates.io-index"3380checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"33813382[[package]]3383name = "hex-literal"3384version = "0.3.4"3385source = "registry+https://github.com/rust-lang/crates.io-index"3386checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"33873388[[package]]3389name = "hex_fmt"3390version = "0.3.0"3391source = "registry+https://github.com/rust-lang/crates.io-index"3392checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"33933394[[package]]3395name = "hmac"3396version = "0.8.1"3397source = "registry+https://github.com/rust-lang/crates.io-index"3398checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3399dependencies = [3400 "crypto-mac 0.8.0",3401 "digest 0.9.0",3402]34033404[[package]]3405name = "hmac"3406version = "0.11.0"3407source = "registry+https://github.com/rust-lang/crates.io-index"3408checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3409dependencies = [3410 "crypto-mac 0.11.1",3411 "digest 0.9.0",3412]34133414[[package]]3415name = "hmac-drbg"3416version = "0.3.0"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3419dependencies = [3420 "digest 0.9.0",3421 "generic-array 0.14.6",3422 "hmac 0.8.1",3423]34243425[[package]]3426name = "hostname"3427version = "0.3.1"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3430dependencies = [3431 "libc",3432 "match_cfg",3433 "winapi",3434]34353436[[package]]3437name = "http"3438version = "0.2.8"3439source = "registry+https://github.com/rust-lang/crates.io-index"3440checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3441dependencies = [3442 "bytes",3443 "fnv",3444 "itoa",3445]34463447[[package]]3448name = "http-body"3449version = "0.4.5"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3452dependencies = [3453 "bytes",3454 "http",3455 "pin-project-lite 0.2.9",3456]34573458[[package]]3459name = "httparse"3460version = "1.8.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"34633464[[package]]3465name = "httpdate"3466version = "1.0.2"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34693470[[package]]3471name = "humantime"3472version = "2.1.0"3473source = "registry+https://github.com/rust-lang/crates.io-index"3474checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"34753476[[package]]3477name = "hyper"3478version = "0.14.20"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3481dependencies = [3482 "bytes",3483 "futures-channel",3484 "futures-core",3485 "futures-util",3486 "h2",3487 "http",3488 "http-body",3489 "httparse",3490 "httpdate",3491 "itoa",3492 "pin-project-lite 0.2.9",3493 "socket2",3494 "tokio",3495 "tower-service",3496 "tracing",3497 "want",3498]34993500[[package]]3501name = "hyper-rustls"3502version = "0.23.0"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3505dependencies = [3506 "http",3507 "hyper",3508 "log",3509 "rustls",3510 "rustls-native-certs",3511 "tokio",3512 "tokio-rustls",3513]35143515[[package]]3516name = "iana-time-zone"3517version = "0.1.51"3518source = "registry+https://github.com/rust-lang/crates.io-index"3519checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3520dependencies = [3521 "android_system_properties",3522 "core-foundation-sys",3523 "iana-time-zone-haiku",3524 "js-sys",3525 "wasm-bindgen",3526 "winapi",3527]35283529[[package]]3530name = "iana-time-zone-haiku"3531version = "0.1.1"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3534dependencies = [3535 "cxx",3536 "cxx-build",3537]35383539[[package]]3540name = "idna"3541version = "0.2.3"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3544dependencies = [3545 "matches",3546 "unicode-bidi",3547 "unicode-normalization",3548]35493550[[package]]3551name = "idna"3552version = "0.3.0"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3555dependencies = [3556 "unicode-bidi",3557 "unicode-normalization",3558]35593560[[package]]3561name = "if-addrs"3562version = "0.7.0"3563source = "registry+https://github.com/rust-lang/crates.io-index"3564checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3565dependencies = [3566 "libc",3567 "winapi",3568]35693570[[package]]3571name = "if-watch"3572version = "1.1.1"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3575dependencies = [3576 "async-io",3577 "core-foundation",3578 "fnv",3579 "futures 0.3.25",3580 "if-addrs",3581 "ipnet",3582 "log",3583 "rtnetlink",3584 "system-configuration",3585 "windows",3586]35873588[[package]]3589name = "impl-codec"3590version = "0.6.0"3591source = "registry+https://github.com/rust-lang/crates.io-index"3592checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3593dependencies = [3594 "parity-scale-codec 3.2.1",3595]35963597[[package]]3598name = "impl-rlp"3599version = "0.3.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3602dependencies = [3603 "rlp",3604]36053606[[package]]3607name = "impl-serde"3608version = "0.3.2"3609source = "registry+https://github.com/rust-lang/crates.io-index"3610checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3611dependencies = [3612 "serde",3613]36143615[[package]]3616name = "impl-trait-for-tuples"3617version = "0.2.2"3618source = "registry+https://github.com/rust-lang/crates.io-index"3619checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3620dependencies = [3621 "proc-macro2",3622 "quote",3623 "syn",3624]36253626[[package]]3627name = "indexmap"3628version = "1.9.1"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3631dependencies = [3632 "autocfg",3633 "hashbrown",3634 "serde",3635]36363637[[package]]3638name = "inout"3639version = "0.1.3"3640source = "registry+https://github.com/rust-lang/crates.io-index"3641checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3642dependencies = [3643 "generic-array 0.14.6",3644]36453646[[package]]3647name = "instant"3648version = "0.1.12"3649source = "registry+https://github.com/rust-lang/crates.io-index"3650checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3651dependencies = [3652 "cfg-if 1.0.0",3653]36543655[[package]]3656name = "integer-encoding"3657version = "3.0.4"3658source = "registry+https://github.com/rust-lang/crates.io-index"3659checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36603661[[package]]3662name = "integer-sqrt"3663version = "0.1.5"3664source = "registry+https://github.com/rust-lang/crates.io-index"3665checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3666dependencies = [3667 "num-traits",3668]36693670[[package]]3671name = "io-lifetimes"3672version = "0.7.3"3673source = "registry+https://github.com/rust-lang/crates.io-index"3674checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"36753676[[package]]3677name = "ip_network"3678version = "0.4.1"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36813682[[package]]3683name = "ipconfig"3684version = "0.3.0"3685source = "registry+https://github.com/rust-lang/crates.io-index"3686checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3687dependencies = [3688 "socket2",3689 "widestring",3690 "winapi",3691 "winreg",3692]36933694[[package]]3695name = "ipnet"3696version = "2.5.0"3697source = "registry+https://github.com/rust-lang/crates.io-index"3698checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36993700[[package]]3701name = "itertools"3702version = "0.10.5"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3705dependencies = [3706 "either",3707]37083709[[package]]3710name = "itoa"3711version = "1.0.4"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37143715[[package]]3716name = "jobserver"3717version = "0.1.25"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3720dependencies = [3721 "libc",3722]37233724[[package]]3725name = "js-sys"3726version = "0.3.60"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3729dependencies = [3730 "wasm-bindgen",3731]37323733[[package]]3734name = "jsonrpsee"3735version = "0.15.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3738dependencies = [3739 "jsonrpsee-core",3740 "jsonrpsee-http-server",3741 "jsonrpsee-proc-macros",3742 "jsonrpsee-types",3743 "jsonrpsee-ws-client",3744 "jsonrpsee-ws-server",3745 "tracing",3746]37473748[[package]]3749name = "jsonrpsee-client-transport"3750version = "0.15.1"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3753dependencies = [3754 "futures-util",3755 "http",3756 "jsonrpsee-core",3757 "jsonrpsee-types",3758 "pin-project",3759 "rustls-native-certs",3760 "soketto",3761 "thiserror",3762 "tokio",3763 "tokio-rustls",3764 "tokio-util",3765 "tracing",3766 "webpki-roots",3767]37683769[[package]]3770name = "jsonrpsee-core"3771version = "0.15.1"3772source = "registry+https://github.com/rust-lang/crates.io-index"3773checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3774dependencies = [3775 "anyhow",3776 "arrayvec 0.7.2",3777 "async-lock",3778 "async-trait",3779 "beef",3780 "futures-channel",3781 "futures-timer",3782 "futures-util",3783 "globset",3784 "http",3785 "hyper",3786 "jsonrpsee-types",3787 "lazy_static",3788 "parking_lot 0.12.1",3789 "rand 0.8.5",3790 "rustc-hash",3791 "serde",3792 "serde_json",3793 "soketto",3794 "thiserror",3795 "tokio",3796 "tracing",3797 "tracing-futures",3798 "unicase",3799]38003801[[package]]3802name = "jsonrpsee-http-server"3803version = "0.15.1"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3806dependencies = [3807 "futures-channel",3808 "futures-util",3809 "hyper",3810 "jsonrpsee-core",3811 "jsonrpsee-types",3812 "serde",3813 "serde_json",3814 "tokio",3815 "tracing",3816 "tracing-futures",3817]38183819[[package]]3820name = "jsonrpsee-proc-macros"3821version = "0.15.1"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3824dependencies = [3825 "proc-macro-crate",3826 "proc-macro2",3827 "quote",3828 "syn",3829]38303831[[package]]3832name = "jsonrpsee-types"3833version = "0.15.1"3834source = "registry+https://github.com/rust-lang/crates.io-index"3835checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3836dependencies = [3837 "anyhow",3838 "beef",3839 "serde",3840 "serde_json",3841 "thiserror",3842 "tracing",3843]38443845[[package]]3846name = "jsonrpsee-ws-client"3847version = "0.15.1"3848source = "registry+https://github.com/rust-lang/crates.io-index"3849checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3850dependencies = [3851 "http",3852 "jsonrpsee-client-transport",3853 "jsonrpsee-core",3854 "jsonrpsee-types",3855]38563857[[package]]3858name = "jsonrpsee-ws-server"3859version = "0.15.1"3860source = "registry+https://github.com/rust-lang/crates.io-index"3861checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3862dependencies = [3863 "futures-channel",3864 "futures-util",3865 "http",3866 "jsonrpsee-core",3867 "jsonrpsee-types",3868 "serde_json",3869 "soketto",3870 "tokio",3871 "tokio-stream",3872 "tokio-util",3873 "tracing",3874 "tracing-futures",3875]38763877[[package]]3878name = "k256"3879version = "0.10.4"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3882dependencies = [3883 "cfg-if 1.0.0",3884 "ecdsa",3885 "elliptic-curve",3886 "sec1",3887]38883889[[package]]3890name = "keccak"3891version = "0.1.2"3892source = "registry+https://github.com/rust-lang/crates.io-index"3893checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38943895[[package]]3896name = "kusama-runtime"3897version = "0.9.30"3898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3899dependencies = [3900 "beefy-primitives",3901 "bitvec 1.0.1",3902 "frame-benchmarking",3903 "frame-election-provider-support",3904 "frame-executive",3905 "frame-support",3906 "frame-system",3907 "frame-system-benchmarking",3908 "frame-system-rpc-runtime-api",3909 "frame-try-runtime",3910 "hex-literal",3911 "kusama-runtime-constants",3912 "log",3913 "pallet-authority-discovery",3914 "pallet-authorship",3915 "pallet-babe",3916 "pallet-bags-list",3917 "pallet-balances",3918 "pallet-bounties",3919 "pallet-child-bounties",3920 "pallet-collective",3921 "pallet-democracy",3922 "pallet-election-provider-multi-phase",3923 "pallet-election-provider-support-benchmarking",3924 "pallet-elections-phragmen",3925 "pallet-fast-unstake",3926 "pallet-gilt",3927 "pallet-grandpa",3928 "pallet-identity",3929 "pallet-im-online",3930 "pallet-indices",3931 "pallet-membership",3932 "pallet-multisig",3933 "pallet-nomination-pools",3934 "pallet-nomination-pools-benchmarking",3935 "pallet-nomination-pools-runtime-api",3936 "pallet-offences",3937 "pallet-offences-benchmarking",3938 "pallet-preimage",3939 "pallet-proxy",3940 "pallet-recovery",3941 "pallet-scheduler",3942 "pallet-session",3943 "pallet-session-benchmarking",3944 "pallet-society",3945 "pallet-staking",3946 "pallet-staking-reward-fn",3947 "pallet-timestamp",3948 "pallet-tips",3949 "pallet-transaction-payment",3950 "pallet-transaction-payment-rpc-runtime-api",3951 "pallet-treasury",3952 "pallet-utility",3953 "pallet-vesting",3954 "pallet-xcm",3955 "pallet-xcm-benchmarks",3956 "parity-scale-codec 3.2.1",3957 "polkadot-primitives",3958 "polkadot-runtime-common",3959 "polkadot-runtime-parachains",3960 "rustc-hex",3961 "scale-info",3962 "serde",3963 "serde_derive",3964 "smallvec",3965 "sp-api",3966 "sp-arithmetic",3967 "sp-authority-discovery",3968 "sp-block-builder",3969 "sp-consensus-babe",3970 "sp-core",3971 "sp-inherents",3972 "sp-io",3973 "sp-mmr-primitives",3974 "sp-npos-elections",3975 "sp-offchain",3976 "sp-runtime",3977 "sp-session",3978 "sp-staking",3979 "sp-std",3980 "sp-transaction-pool",3981 "sp-version",3982 "static_assertions",3983 "substrate-wasm-builder",3984 "xcm",3985 "xcm-builder",3986 "xcm-executor",3987]39883989[[package]]3990name = "kusama-runtime-constants"3991version = "0.9.30"3992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3993dependencies = [3994 "frame-support",3995 "polkadot-primitives",3996 "polkadot-runtime-common",3997 "smallvec",3998 "sp-runtime",3999]40004001[[package]]4002name = "kv-log-macro"4003version = "1.0.7"4004source = "registry+https://github.com/rust-lang/crates.io-index"4005checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4006dependencies = [4007 "log",4008]40094010[[package]]4011name = "kvdb"4012version = "0.11.0"4013source = "registry+https://github.com/rust-lang/crates.io-index"4014checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4015dependencies = [4016 "parity-util-mem",4017 "smallvec",4018]40194020[[package]]4021name = "kvdb-memorydb"4022version = "0.11.0"4023source = "registry+https://github.com/rust-lang/crates.io-index"4024checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4025dependencies = [4026 "kvdb",4027 "parity-util-mem",4028 "parking_lot 0.12.1",4029]40304031[[package]]4032name = "kvdb-rocksdb"4033version = "0.15.2"4034source = "registry+https://github.com/rust-lang/crates.io-index"4035checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4036dependencies = [4037 "fs-swap",4038 "kvdb",4039 "log",4040 "num_cpus",4041 "owning_ref",4042 "parity-util-mem",4043 "parking_lot 0.12.1",4044 "regex",4045 "rocksdb",4046 "smallvec",4047]40484049[[package]]4050name = "lazy_static"4051version = "1.4.0"4052source = "registry+https://github.com/rust-lang/crates.io-index"4053checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40544055[[package]]4056name = "lazycell"4057version = "1.3.0"4058source = "registry+https://github.com/rust-lang/crates.io-index"4059checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40604061[[package]]4062name = "libc"4063version = "0.2.135"4064source = "registry+https://github.com/rust-lang/crates.io-index"4065checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"40664067[[package]]4068name = "libloading"4069version = "0.5.2"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4072dependencies = [4073 "cc",4074 "winapi",4075]40764077[[package]]4078name = "libloading"4079version = "0.7.3"4080source = "registry+https://github.com/rust-lang/crates.io-index"4081checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4082dependencies = [4083 "cfg-if 1.0.0",4084 "winapi",4085]40864087[[package]]4088name = "libm"4089version = "0.2.5"4090source = "registry+https://github.com/rust-lang/crates.io-index"4091checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"40924093[[package]]4094name = "libp2p"4095version = "0.46.1"4096source = "registry+https://github.com/rust-lang/crates.io-index"4097checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4098dependencies = [4099 "bytes",4100 "futures 0.3.25",4101 "futures-timer",4102 "getrandom 0.2.8",4103 "instant",4104 "lazy_static",4105 "libp2p-autonat",4106 "libp2p-core",4107 "libp2p-deflate",4108 "libp2p-dns",4109 "libp2p-floodsub",4110 "libp2p-gossipsub",4111 "libp2p-identify",4112 "libp2p-kad",4113 "libp2p-mdns",4114 "libp2p-metrics",4115 "libp2p-mplex",4116 "libp2p-noise",4117 "libp2p-ping",4118 "libp2p-plaintext",4119 "libp2p-pnet",4120 "libp2p-relay",4121 "libp2p-rendezvous",4122 "libp2p-request-response",4123 "libp2p-swarm",4124 "libp2p-swarm-derive",4125 "libp2p-tcp",4126 "libp2p-uds",4127 "libp2p-wasm-ext",4128 "libp2p-websocket",4129 "libp2p-yamux",4130 "multiaddr",4131 "parking_lot 0.12.1",4132 "pin-project",4133 "rand 0.7.3",4134 "smallvec",4135]41364137[[package]]4138name = "libp2p-autonat"4139version = "0.5.0"4140source = "registry+https://github.com/rust-lang/crates.io-index"4141checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4142dependencies = [4143 "async-trait",4144 "futures 0.3.25",4145 "futures-timer",4146 "instant",4147 "libp2p-core",4148 "libp2p-request-response",4149 "libp2p-swarm",4150 "log",4151 "prost 0.10.4",4152 "prost-build 0.10.4",4153 "rand 0.8.5",4154]41554156[[package]]4157name = "libp2p-core"4158version = "0.34.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4161dependencies = [4162 "asn1_der",4163 "bs58",4164 "ed25519-dalek",4165 "either",4166 "fnv",4167 "futures 0.3.25",4168 "futures-timer",4169 "instant",4170 "lazy_static",4171 "libsecp256k1",4172 "log",4173 "multiaddr",4174 "multihash",4175 "multistream-select",4176 "parking_lot 0.12.1",4177 "pin-project",4178 "prost 0.10.4",4179 "prost-build 0.10.4",4180 "rand 0.8.5",4181 "ring",4182 "rw-stream-sink",4183 "sha2 0.10.6",4184 "smallvec",4185 "thiserror",4186 "unsigned-varint",4187 "void",4188 "zeroize",4189]41904191[[package]]4192name = "libp2p-deflate"4193version = "0.34.0"4194source = "registry+https://github.com/rust-lang/crates.io-index"4195checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4196dependencies = [4197 "flate2",4198 "futures 0.3.25",4199 "libp2p-core",4200]42014202[[package]]4203name = "libp2p-dns"4204version = "0.34.0"4205source = "registry+https://github.com/rust-lang/crates.io-index"4206checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4207dependencies = [4208 "async-std-resolver",4209 "futures 0.3.25",4210 "libp2p-core",4211 "log",4212 "parking_lot 0.12.1",4213 "smallvec",4214 "trust-dns-resolver",4215]42164217[[package]]4218name = "libp2p-floodsub"4219version = "0.37.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4222dependencies = [4223 "cuckoofilter",4224 "fnv",4225 "futures 0.3.25",4226 "libp2p-core",4227 "libp2p-swarm",4228 "log",4229 "prost 0.10.4",4230 "prost-build 0.10.4",4231 "rand 0.7.3",4232 "smallvec",4233]42344235[[package]]4236name = "libp2p-gossipsub"4237version = "0.39.0"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4240dependencies = [4241 "asynchronous-codec",4242 "base64",4243 "byteorder",4244 "bytes",4245 "fnv",4246 "futures 0.3.25",4247 "hex_fmt",4248 "instant",4249 "libp2p-core",4250 "libp2p-swarm",4251 "log",4252 "prometheus-client",4253 "prost 0.10.4",4254 "prost-build 0.10.4",4255 "rand 0.7.3",4256 "regex",4257 "sha2 0.10.6",4258 "smallvec",4259 "unsigned-varint",4260 "wasm-timer",4261]42624263[[package]]4264name = "libp2p-identify"4265version = "0.37.0"4266source = "registry+https://github.com/rust-lang/crates.io-index"4267checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4268dependencies = [4269 "asynchronous-codec",4270 "futures 0.3.25",4271 "futures-timer",4272 "libp2p-core",4273 "libp2p-swarm",4274 "log",4275 "lru 0.7.8",4276 "prost 0.10.4",4277 "prost-build 0.10.4",4278 "prost-codec",4279 "smallvec",4280 "thiserror",4281 "void",4282]42834284[[package]]4285name = "libp2p-kad"4286version = "0.38.0"4287source = "registry+https://github.com/rust-lang/crates.io-index"4288checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4289dependencies = [4290 "arrayvec 0.7.2",4291 "asynchronous-codec",4292 "bytes",4293 "either",4294 "fnv",4295 "futures 0.3.25",4296 "futures-timer",4297 "instant",4298 "libp2p-core",4299 "libp2p-swarm",4300 "log",4301 "prost 0.10.4",4302 "prost-build 0.10.4",4303 "rand 0.7.3",4304 "sha2 0.10.6",4305 "smallvec",4306 "thiserror",4307 "uint",4308 "unsigned-varint",4309 "void",4310]43114312[[package]]4313name = "libp2p-mdns"4314version = "0.38.0"4315source = "registry+https://github.com/rust-lang/crates.io-index"4316checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4317dependencies = [4318 "async-io",4319 "data-encoding",4320 "dns-parser",4321 "futures 0.3.25",4322 "if-watch",4323 "lazy_static",4324 "libp2p-core",4325 "libp2p-swarm",4326 "log",4327 "rand 0.8.5",4328 "smallvec",4329 "socket2",4330 "void",4331]43324333[[package]]4334name = "libp2p-metrics"4335version = "0.7.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4338dependencies = [4339 "libp2p-core",4340 "libp2p-gossipsub",4341 "libp2p-identify",4342 "libp2p-kad",4343 "libp2p-ping",4344 "libp2p-relay",4345 "libp2p-swarm",4346 "prometheus-client",4347]43484349[[package]]4350name = "libp2p-mplex"4351version = "0.34.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4354dependencies = [4355 "asynchronous-codec",4356 "bytes",4357 "futures 0.3.25",4358 "libp2p-core",4359 "log",4360 "nohash-hasher",4361 "parking_lot 0.12.1",4362 "rand 0.7.3",4363 "smallvec",4364 "unsigned-varint",4365]43664367[[package]]4368name = "libp2p-noise"4369version = "0.37.0"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4372dependencies = [4373 "bytes",4374 "curve25519-dalek 3.2.0",4375 "futures 0.3.25",4376 "lazy_static",4377 "libp2p-core",4378 "log",4379 "prost 0.10.4",4380 "prost-build 0.10.4",4381 "rand 0.8.5",4382 "sha2 0.10.6",4383 "snow",4384 "static_assertions",4385 "x25519-dalek",4386 "zeroize",4387]43884389[[package]]4390name = "libp2p-ping"4391version = "0.37.0"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4394dependencies = [4395 "futures 0.3.25",4396 "futures-timer",4397 "instant",4398 "libp2p-core",4399 "libp2p-swarm",4400 "log",4401 "rand 0.7.3",4402 "void",4403]44044405[[package]]4406name = "libp2p-plaintext"4407version = "0.34.0"4408source = "registry+https://github.com/rust-lang/crates.io-index"4409checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4410dependencies = [4411 "asynchronous-codec",4412 "bytes",4413 "futures 0.3.25",4414 "libp2p-core",4415 "log",4416 "prost 0.10.4",4417 "prost-build 0.10.4",4418 "unsigned-varint",4419 "void",4420]44214422[[package]]4423name = "libp2p-pnet"4424version = "0.22.1"4425source = "registry+https://github.com/rust-lang/crates.io-index"4426checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4427dependencies = [4428 "futures 0.3.25",4429 "log",4430 "pin-project",4431 "rand 0.8.5",4432 "salsa20",4433 "sha3",4434]44354436[[package]]4437name = "libp2p-relay"4438version = "0.10.0"4439source = "registry+https://github.com/rust-lang/crates.io-index"4440checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4441dependencies = [4442 "asynchronous-codec",4443 "bytes",4444 "either",4445 "futures 0.3.25",4446 "futures-timer",4447 "instant",4448 "libp2p-core",4449 "libp2p-swarm",4450 "log",4451 "pin-project",4452 "prost 0.10.4",4453 "prost-build 0.10.4",4454 "prost-codec",4455 "rand 0.8.5",4456 "smallvec",4457 "static_assertions",4458 "thiserror",4459 "void",4460]44614462[[package]]4463name = "libp2p-rendezvous"4464version = "0.7.0"4465source = "registry+https://github.com/rust-lang/crates.io-index"4466checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4467dependencies = [4468 "asynchronous-codec",4469 "bimap",4470 "futures 0.3.25",4471 "futures-timer",4472 "instant",4473 "libp2p-core",4474 "libp2p-swarm",4475 "log",4476 "prost 0.10.4",4477 "prost-build 0.10.4",4478 "rand 0.8.5",4479 "sha2 0.10.6",4480 "thiserror",4481 "unsigned-varint",4482 "void",4483]44844485[[package]]4486name = "libp2p-request-response"4487version = "0.19.0"4488source = "registry+https://github.com/rust-lang/crates.io-index"4489checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4490dependencies = [4491 "async-trait",4492 "bytes",4493 "futures 0.3.25",4494 "instant",4495 "libp2p-core",4496 "libp2p-swarm",4497 "log",4498 "rand 0.7.3",4499 "smallvec",4500 "unsigned-varint",4501]45024503[[package]]4504name = "libp2p-swarm"4505version = "0.37.0"4506source = "registry+https://github.com/rust-lang/crates.io-index"4507checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4508dependencies = [4509 "either",4510 "fnv",4511 "futures 0.3.25",4512 "futures-timer",4513 "instant",4514 "libp2p-core",4515 "log",4516 "pin-project",4517 "rand 0.7.3",4518 "smallvec",4519 "thiserror",4520 "void",4521]45224523[[package]]4524name = "libp2p-swarm-derive"4525version = "0.28.0"4526source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4528dependencies = [4529 "quote",4530 "syn",4531]45324533[[package]]4534name = "libp2p-tcp"4535version = "0.34.0"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4538dependencies = [4539 "async-io",4540 "futures 0.3.25",4541 "futures-timer",4542 "if-watch",4543 "ipnet",4544 "libc",4545 "libp2p-core",4546 "log",4547 "socket2",4548]45494550[[package]]4551name = "libp2p-uds"4552version = "0.33.0"4553source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4555dependencies = [4556 "async-std",4557 "futures 0.3.25",4558 "libp2p-core",4559 "log",4560]45614562[[package]]4563name = "libp2p-wasm-ext"4564version = "0.34.0"4565source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4567dependencies = [4568 "futures 0.3.25",4569 "js-sys",4570 "libp2p-core",4571 "parity-send-wrapper",4572 "wasm-bindgen",4573 "wasm-bindgen-futures",4574]45754576[[package]]4577name = "libp2p-websocket"4578version = "0.36.0"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4581dependencies = [4582 "either",4583 "futures 0.3.25",4584 "futures-rustls",4585 "libp2p-core",4586 "log",4587 "parking_lot 0.12.1",4588 "quicksink",4589 "rw-stream-sink",4590 "soketto",4591 "url",4592 "webpki-roots",4593]45944595[[package]]4596name = "libp2p-yamux"4597version = "0.38.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4600dependencies = [4601 "futures 0.3.25",4602 "libp2p-core",4603 "parking_lot 0.12.1",4604 "thiserror",4605 "yamux",4606]46074608[[package]]4609name = "librocksdb-sys"4610version = "0.6.1+6.28.2"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4613dependencies = [4614 "bindgen",4615 "bzip2-sys",4616 "cc",4617 "glob",4618 "libc",4619 "libz-sys",4620 "tikv-jemalloc-sys",4621]46224623[[package]]4624name = "libsecp256k1"4625version = "0.7.1"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4628dependencies = [4629 "arrayref",4630 "base64",4631 "digest 0.9.0",4632 "hmac-drbg",4633 "libsecp256k1-core",4634 "libsecp256k1-gen-ecmult",4635 "libsecp256k1-gen-genmult",4636 "rand 0.8.5",4637 "serde",4638 "sha2 0.9.9",4639 "typenum",4640]46414642[[package]]4643name = "libsecp256k1-core"4644version = "0.3.0"4645source = "registry+https://github.com/rust-lang/crates.io-index"4646checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4647dependencies = [4648 "crunchy",4649 "digest 0.9.0",4650 "subtle",4651]46524653[[package]]4654name = "libsecp256k1-gen-ecmult"4655version = "0.3.0"4656source = "registry+https://github.com/rust-lang/crates.io-index"4657checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4658dependencies = [4659 "libsecp256k1-core",4660]46614662[[package]]4663name = "libsecp256k1-gen-genmult"4664version = "0.3.0"4665source = "registry+https://github.com/rust-lang/crates.io-index"4666checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4667dependencies = [4668 "libsecp256k1-core",4669]46704671[[package]]4672name = "libz-sys"4673version = "1.1.8"4674source = "registry+https://github.com/rust-lang/crates.io-index"4675checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4676dependencies = [4677 "cc",4678 "pkg-config",4679 "vcpkg",4680]46814682[[package]]4683name = "link-cplusplus"4684version = "1.0.7"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4687dependencies = [4688 "cc",4689]46904691[[package]]4692name = "linked-hash-map"4693version = "0.5.6"4694source = "registry+https://github.com/rust-lang/crates.io-index"4695checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46964697[[package]]4698name = "linked_hash_set"4699version = "0.1.4"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4702dependencies = [4703 "linked-hash-map",4704]47054706[[package]]4707name = "linregress"4708version = "0.4.4"4709source = "registry+https://github.com/rust-lang/crates.io-index"4710checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4711dependencies = [4712 "nalgebra",4713 "statrs",4714]47154716[[package]]4717name = "linux-raw-sys"4718version = "0.0.46"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47214722[[package]]4723name = "lock_api"4724version = "0.4.9"4725source = "registry+https://github.com/rust-lang/crates.io-index"4726checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4727dependencies = [4728 "autocfg",4729 "scopeguard",4730]47314732[[package]]4733name = "log"4734version = "0.4.17"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4737dependencies = [4738 "cfg-if 1.0.0",4739 "value-bag",4740]47414742[[package]]4743name = "logtest"4744version = "2.0.0"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4747dependencies = [4748 "lazy_static",4749 "log",4750]47514752[[package]]4753name = "lru"4754version = "0.7.8"4755source = "registry+https://github.com/rust-lang/crates.io-index"4756checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4757dependencies = [4758 "hashbrown",4759]47604761[[package]]4762name = "lru"4763version = "0.8.1"4764source = "registry+https://github.com/rust-lang/crates.io-index"4765checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4766dependencies = [4767 "hashbrown",4768]47694770[[package]]4771name = "lru-cache"4772version = "0.1.2"4773source = "registry+https://github.com/rust-lang/crates.io-index"4774checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4775dependencies = [4776 "linked-hash-map",4777]47784779[[package]]4780name = "lz4"4781version = "1.24.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4784dependencies = [4785 "libc",4786 "lz4-sys",4787]47884789[[package]]4790name = "lz4-sys"4791version = "1.9.4"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4794dependencies = [4795 "cc",4796 "libc",4797]47984799[[package]]4800name = "mach"4801version = "0.3.2"4802source = "registry+https://github.com/rust-lang/crates.io-index"4803checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4804dependencies = [4805 "libc",4806]48074808[[package]]4809name = "match_cfg"4810version = "0.1.0"4811source = "registry+https://github.com/rust-lang/crates.io-index"4812checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48134814[[package]]4815name = "matchers"4816version = "0.0.1"4817source = "registry+https://github.com/rust-lang/crates.io-index"4818checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4819dependencies = [4820 "regex-automata",4821]48224823[[package]]4824name = "matches"4825version = "0.1.9"4826source = "registry+https://github.com/rust-lang/crates.io-index"4827checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48284829[[package]]4830name = "matrixmultiply"4831version = "0.3.2"4832source = "registry+https://github.com/rust-lang/crates.io-index"4833checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4834dependencies = [4835 "rawpointer",4836]48374838[[package]]4839name = "memchr"4840version = "2.5.0"4841source = "registry+https://github.com/rust-lang/crates.io-index"4842checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48434844[[package]]4845name = "memfd"4846version = "0.6.1"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4849dependencies = [4850 "rustix",4851]48524853[[package]]4854name = "memmap2"4855version = "0.5.7"4856source = "registry+https://github.com/rust-lang/crates.io-index"4857checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4858dependencies = [4859 "libc",4860]48614862[[package]]4863name = "memoffset"4864version = "0.6.5"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4867dependencies = [4868 "autocfg",4869]48704871[[package]]4872name = "memory-db"4873version = "0.29.0"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4876dependencies = [4877 "hash-db",4878 "hashbrown",4879 "parity-util-mem",4880]48814882[[package]]4883name = "memory-lru"4884version = "0.1.1"4885source = "registry+https://github.com/rust-lang/crates.io-index"4886checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4887dependencies = [4888 "lru 0.8.1",4889]48904891[[package]]4892name = "memory_units"4893version = "0.4.0"4894source = "registry+https://github.com/rust-lang/crates.io-index"4895checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"48964897[[package]]4898name = "merlin"4899version = "2.0.1"4900source = "registry+https://github.com/rust-lang/crates.io-index"4901checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4902dependencies = [4903 "byteorder",4904 "keccak",4905 "rand_core 0.5.1",4906 "zeroize",4907]49084909[[package]]4910name = "mick-jaeger"4911version = "0.1.8"4912source = "registry+https://github.com/rust-lang/crates.io-index"4913checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4914dependencies = [4915 "futures 0.3.25",4916 "rand 0.8.5",4917 "thrift",4918]49194920[[package]]4921name = "minimal-lexical"4922version = "0.2.1"4923source = "registry+https://github.com/rust-lang/crates.io-index"4924checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49254926[[package]]4927name = "miniz_oxide"4928version = "0.5.4"4929source = "registry+https://github.com/rust-lang/crates.io-index"4930checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4931dependencies = [4932 "adler",4933]49344935[[package]]4936name = "mio"4937version = "0.8.4"4938source = "registry+https://github.com/rust-lang/crates.io-index"4939checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4940dependencies = [4941 "libc",4942 "log",4943 "wasi 0.11.0+wasi-snapshot-preview1",4944 "windows-sys 0.36.1",4945]49464947[[package]]4948name = "multiaddr"4949version = "0.14.0"4950source = "registry+https://github.com/rust-lang/crates.io-index"4951checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4952dependencies = [4953 "arrayref",4954 "bs58",4955 "byteorder",4956 "data-encoding",4957 "multihash",4958 "percent-encoding",4959 "serde",4960 "static_assertions",4961 "unsigned-varint",4962 "url",4963]49644965[[package]]4966name = "multibase"4967version = "0.9.1"4968source = "registry+https://github.com/rust-lang/crates.io-index"4969checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4970dependencies = [4971 "base-x",4972 "data-encoding",4973 "data-encoding-macro",4974]49754976[[package]]4977name = "multihash"4978version = "0.16.3"4979source = "registry+https://github.com/rust-lang/crates.io-index"4980checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4981dependencies = [4982 "blake2b_simd",4983 "blake2s_simd",4984 "blake3",4985 "core2",4986 "digest 0.10.5",4987 "multihash-derive",4988 "sha2 0.10.6",4989 "sha3",4990 "unsigned-varint",4991]49924993[[package]]4994name = "multihash-derive"4995version = "0.8.0"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4998dependencies = [4999 "proc-macro-crate",5000 "proc-macro-error",5001 "proc-macro2",5002 "quote",5003 "syn",5004 "synstructure",5005]50065007[[package]]5008name = "multimap"5009version = "0.8.3"5010source = "registry+https://github.com/rust-lang/crates.io-index"5011checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50125013[[package]]5014name = "multistream-select"5015version = "0.11.0"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5018dependencies = [5019 "bytes",5020 "futures 0.3.25",5021 "log",5022 "pin-project",5023 "smallvec",5024 "unsigned-varint",5025]50265027[[package]]5028name = "nalgebra"5029version = "0.27.1"5030source = "registry+https://github.com/rust-lang/crates.io-index"5031checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5032dependencies = [5033 "approx",5034 "matrixmultiply",5035 "nalgebra-macros",5036 "num-complex",5037 "num-rational 0.4.1",5038 "num-traits",5039 "rand 0.8.5",5040 "rand_distr",5041 "simba",5042 "typenum",5043]50445045[[package]]5046name = "nalgebra-macros"5047version = "0.1.0"5048source = "registry+https://github.com/rust-lang/crates.io-index"5049checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5050dependencies = [5051 "proc-macro2",5052 "quote",5053 "syn",5054]50555056[[package]]5057name = "names"5058version = "0.13.0"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5061dependencies = [5062 "rand 0.8.5",5063]50645065[[package]]5066name = "nanorand"5067version = "0.7.0"5068source = "registry+https://github.com/rust-lang/crates.io-index"5069checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50705071[[package]]5072name = "netlink-packet-core"5073version = "0.4.2"5074source = "registry+https://github.com/rust-lang/crates.io-index"5075checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5076dependencies = [5077 "anyhow",5078 "byteorder",5079 "libc",5080 "netlink-packet-utils",5081]50825083[[package]]5084name = "netlink-packet-route"5085version = "0.12.0"5086source = "registry+https://github.com/rust-lang/crates.io-index"5087checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5088dependencies = [5089 "anyhow",5090 "bitflags",5091 "byteorder",5092 "libc",5093 "netlink-packet-core",5094 "netlink-packet-utils",5095]50965097[[package]]5098name = "netlink-packet-utils"5099version = "0.5.1"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5102dependencies = [5103 "anyhow",5104 "byteorder",5105 "paste",5106 "thiserror",5107]51085109[[package]]5110name = "netlink-proto"5111version = "0.10.0"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5114dependencies = [5115 "bytes",5116 "futures 0.3.25",5117 "log",5118 "netlink-packet-core",5119 "netlink-sys",5120 "thiserror",5121 "tokio",5122]51235124[[package]]5125name = "netlink-sys"5126version = "0.8.3"5127source = "registry+https://github.com/rust-lang/crates.io-index"5128checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5129dependencies = [5130 "async-io",5131 "bytes",5132 "futures 0.3.25",5133 "libc",5134 "log",5135]51365137[[package]]5138name = "nix"5139version = "0.24.2"5140source = "registry+https://github.com/rust-lang/crates.io-index"5141checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5142dependencies = [5143 "bitflags",5144 "cfg-if 1.0.0",5145 "libc",5146]51475148[[package]]5149name = "nodrop"5150version = "0.1.14"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51535154[[package]]5155name = "nohash-hasher"5156version = "0.2.0"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51595160[[package]]5161name = "nom"5162version = "7.1.1"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5165dependencies = [5166 "memchr",5167 "minimal-lexical",5168]51695170[[package]]5171name = "num-bigint"5172version = "0.2.6"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5175dependencies = [5176 "autocfg",5177 "num-integer",5178 "num-traits",5179]51805181[[package]]5182name = "num-bigint"5183version = "0.4.3"5184source = "registry+https://github.com/rust-lang/crates.io-index"5185checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5186dependencies = [5187 "autocfg",5188 "num-integer",5189 "num-traits",5190]51915192[[package]]5193name = "num-complex"5194version = "0.4.2"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5197dependencies = [5198 "num-traits",5199]52005201[[package]]5202name = "num-format"5203version = "0.4.3"5204source = "registry+https://github.com/rust-lang/crates.io-index"5205checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5206dependencies = [5207 "arrayvec 0.7.2",5208 "itoa",5209]52105211[[package]]5212name = "num-integer"5213version = "0.1.45"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5216dependencies = [5217 "autocfg",5218 "num-traits",5219]52205221[[package]]5222name = "num-rational"5223version = "0.2.4"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5226dependencies = [5227 "autocfg",5228 "num-bigint 0.2.6",5229 "num-integer",5230 "num-traits",5231]52325233[[package]]5234name = "num-rational"5235version = "0.4.1"5236source = "registry+https://github.com/rust-lang/crates.io-index"5237checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5238dependencies = [5239 "autocfg",5240 "num-bigint 0.4.3",5241 "num-integer",5242 "num-traits",5243]52445245[[package]]5246name = "num-traits"5247version = "0.2.15"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5250dependencies = [5251 "autocfg",5252 "libm",5253]52545255[[package]]5256name = "num_cpus"5257version = "1.13.1"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5260dependencies = [5261 "hermit-abi",5262 "libc",5263]52645265[[package]]5266name = "num_threads"5267version = "0.1.6"5268source = "registry+https://github.com/rust-lang/crates.io-index"5269checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5270dependencies = [5271 "libc",5272]52735274[[package]]5275name = "object"5276version = "0.29.0"5277source = "registry+https://github.com/rust-lang/crates.io-index"5278checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5279dependencies = [5280 "crc32fast",5281 "hashbrown",5282 "indexmap",5283 "memchr",5284]52855286[[package]]5287name = "once_cell"5288version = "1.15.0"5289source = "registry+https://github.com/rust-lang/crates.io-index"5290checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"52915292[[package]]5293name = "opal-runtime"5294version = "0.9.30"5295dependencies = [5296 "app-promotion-rpc",5297 "cumulus-pallet-aura-ext",5298 "cumulus-pallet-dmp-queue",5299 "cumulus-pallet-parachain-system",5300 "cumulus-pallet-xcm",5301 "cumulus-pallet-xcmp-queue",5302 "cumulus-primitives-core",5303 "cumulus-primitives-timestamp",5304 "cumulus-primitives-utility",5305 "derivative",5306 "evm-coder",5307 "fp-evm-mapping",5308 "fp-rpc",5309 "fp-self-contained",5310 "frame-benchmarking",5311 "frame-executive",5312 "frame-support",5313 "frame-system",5314 "frame-system-benchmarking",5315 "frame-system-rpc-runtime-api",5316 "frame-try-runtime",5317 "hex-literal",5318 "impl-trait-for-tuples",5319 "log",5320 "logtest",5321 "orml-tokens",5322 "orml-traits",5323 "orml-vesting",5324 "orml-xtokens",5325 "pallet-app-promotion",5326 "pallet-aura",5327 "pallet-balances",5328 "pallet-base-fee",5329 "pallet-common",5330 "pallet-configuration",5331 "pallet-ethereum",5332 "pallet-evm",5333 "pallet-evm-coder-substrate",5334 "pallet-evm-contract-helpers",5335 "pallet-evm-migration",5336 "pallet-evm-transaction-payment",5337 "pallet-foreign-assets",5338 "pallet-fungible",5339 "pallet-inflation",5340 "pallet-nonfungible",5341 "pallet-randomness-collective-flip",5342 "pallet-refungible",5343 "pallet-rmrk-core",5344 "pallet-rmrk-equip",5345 "pallet-structure",5346 "pallet-sudo",5347 "pallet-template-transaction-payment",5348 "pallet-test-utils",5349 "pallet-timestamp",5350 "pallet-transaction-payment",5351 "pallet-transaction-payment-rpc-runtime-api",5352 "pallet-treasury",5353 "pallet-unique",5354 "pallet-unique-scheduler",5355 "pallet-unique-scheduler-v2",5356 "pallet-xcm",5357 "parachain-info",5358 "parity-scale-codec 3.2.1",5359 "polkadot-parachain",5360 "rmrk-rpc",5361 "scale-info",5362 "serde",5363 "smallvec",5364 "sp-api",5365 "sp-arithmetic",5366 "sp-block-builder",5367 "sp-consensus-aura",5368 "sp-core",5369 "sp-inherents",5370 "sp-io",5371 "sp-offchain",5372 "sp-runtime",5373 "sp-session",5374 "sp-std",5375 "sp-transaction-pool",5376 "sp-version",5377 "substrate-wasm-builder",5378 "up-common",5379 "up-data-structs",5380 "up-rpc",5381 "up-sponsorship",5382 "xcm",5383 "xcm-builder",5384 "xcm-executor",5385]53865387[[package]]5388name = "opaque-debug"5389version = "0.2.3"5390source = "registry+https://github.com/rust-lang/crates.io-index"5391checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53925393[[package]]5394name = "opaque-debug"5395version = "0.3.0"5396source = "registry+https://github.com/rust-lang/crates.io-index"5397checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53985399[[package]]5400name = "openssl-probe"5401version = "0.1.5"5402source = "registry+https://github.com/rust-lang/crates.io-index"5403checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54045405[[package]]5406name = "orchestra"5407version = "0.0.1"5408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5409dependencies = [5410 "async-trait",5411 "dyn-clonable",5412 "futures 0.3.25",5413 "futures-timer",5414 "orchestra-proc-macro",5415 "pin-project",5416 "prioritized-metered-channel",5417 "thiserror",5418 "tracing",5419]54205421[[package]]5422name = "orchestra-proc-macro"5423version = "0.0.1"5424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5425dependencies = [5426 "expander 0.0.6",5427 "itertools",5428 "petgraph",5429 "proc-macro-crate",5430 "proc-macro2",5431 "quote",5432 "syn",5433]54345435[[package]]5436name = "ordered-float"5437version = "1.1.1"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5440dependencies = [5441 "num-traits",5442]54435444[[package]]5445name = "orml-tokens"5446version = "0.4.1-dev"5447source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5448dependencies = [5449 "frame-support",5450 "frame-system",5451 "orml-traits",5452 "parity-scale-codec 3.2.1",5453 "scale-info",5454 "serde",5455 "sp-runtime",5456 "sp-std",5457]54585459[[package]]5460name = "orml-traits"5461version = "0.4.1-dev"5462source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5463dependencies = [5464 "frame-support",5465 "impl-trait-for-tuples",5466 "num-traits",5467 "orml-utilities",5468 "parity-scale-codec 3.2.1",5469 "scale-info",5470 "serde",5471 "sp-io",5472 "sp-runtime",5473 "sp-std",5474 "xcm",5475]54765477[[package]]5478name = "orml-utilities"5479version = "0.4.1-dev"5480source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5481dependencies = [5482 "frame-support",5483 "parity-scale-codec 3.2.1",5484 "scale-info",5485 "serde",5486 "sp-io",5487 "sp-runtime",5488 "sp-std",5489]54905491[[package]]5492name = "orml-vesting"5493version = "0.4.1-dev"5494source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5495dependencies = [5496 "frame-support",5497 "frame-system",5498 "parity-scale-codec 3.2.1",5499 "scale-info",5500 "serde",5501 "sp-io",5502 "sp-runtime",5503 "sp-std",5504]55055506[[package]]5507name = "orml-xcm-support"5508version = "0.4.1-dev"5509source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5510dependencies = [5511 "frame-support",5512 "orml-traits",5513 "parity-scale-codec 3.2.1",5514 "sp-runtime",5515 "sp-std",5516 "xcm",5517 "xcm-executor",5518]55195520[[package]]5521name = "orml-xtokens"5522version = "0.4.1-dev"5523source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5524dependencies = [5525 "cumulus-primitives-core",5526 "frame-support",5527 "frame-system",5528 "orml-traits",5529 "orml-xcm-support",5530 "pallet-xcm",5531 "parity-scale-codec 3.2.1",5532 "scale-info",5533 "serde",5534 "sp-io",5535 "sp-runtime",5536 "sp-std",5537 "xcm",5538 "xcm-executor",5539]55405541[[package]]5542name = "os_str_bytes"5543version = "6.3.0"5544source = "registry+https://github.com/rust-lang/crates.io-index"5545checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55465547[[package]]5548name = "owning_ref"5549version = "0.4.1"5550source = "registry+https://github.com/rust-lang/crates.io-index"5551checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5552dependencies = [5553 "stable_deref_trait",5554]55555556[[package]]5557name = "pallet-app-promotion"5558version = "0.1.0"5559dependencies = [5560 "frame-benchmarking",5561 "frame-support",5562 "frame-system",5563 "pallet-balances",5564 "pallet-common",5565 "pallet-evm",5566 "pallet-evm-contract-helpers",5567 "pallet-evm-migration",5568 "pallet-randomness-collective-flip",5569 "pallet-timestamp",5570 "pallet-unique",5571 "parity-scale-codec 3.2.1",5572 "scale-info",5573 "serde",5574 "sp-core",5575 "sp-io",5576 "sp-runtime",5577 "sp-std",5578 "up-data-structs",5579]55805581[[package]]5582name = "pallet-aura"5583version = "4.0.0-dev"5584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5585dependencies = [5586 "frame-support",5587 "frame-system",5588 "pallet-timestamp",5589 "parity-scale-codec 3.2.1",5590 "scale-info",5591 "sp-application-crypto",5592 "sp-consensus-aura",5593 "sp-runtime",5594 "sp-std",5595]55965597[[package]]5598name = "pallet-authority-discovery"5599version = "4.0.0-dev"5600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5601dependencies = [5602 "frame-support",5603 "frame-system",5604 "pallet-session",5605 "parity-scale-codec 3.2.1",5606 "scale-info",5607 "sp-application-crypto",5608 "sp-authority-discovery",5609 "sp-runtime",5610 "sp-std",5611]56125613[[package]]5614name = "pallet-authorship"5615version = "4.0.0-dev"5616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5617dependencies = [5618 "frame-support",5619 "frame-system",5620 "impl-trait-for-tuples",5621 "parity-scale-codec 3.2.1",5622 "scale-info",5623 "sp-authorship",5624 "sp-runtime",5625 "sp-std",5626]56275628[[package]]5629name = "pallet-babe"5630version = "4.0.0-dev"5631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5632dependencies = [5633 "frame-benchmarking",5634 "frame-support",5635 "frame-system",5636 "log",5637 "pallet-authorship",5638 "pallet-session",5639 "pallet-timestamp",5640 "parity-scale-codec 3.2.1",5641 "scale-info",5642 "sp-application-crypto",5643 "sp-consensus-babe",5644 "sp-consensus-vrf",5645 "sp-io",5646 "sp-runtime",5647 "sp-session",5648 "sp-staking",5649 "sp-std",5650]56515652[[package]]5653name = "pallet-bags-list"5654version = "4.0.0-dev"5655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5656dependencies = [5657 "frame-benchmarking",5658 "frame-election-provider-support",5659 "frame-support",5660 "frame-system",5661 "log",5662 "pallet-balances",5663 "parity-scale-codec 3.2.1",5664 "scale-info",5665 "sp-core",5666 "sp-io",5667 "sp-runtime",5668 "sp-std",5669 "sp-tracing",5670]56715672[[package]]5673name = "pallet-balances"5674version = "4.0.0-dev"5675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5676dependencies = [5677 "frame-benchmarking",5678 "frame-support",5679 "frame-system",5680 "log",5681 "parity-scale-codec 3.2.1",5682 "scale-info",5683 "sp-runtime",5684 "sp-std",5685]56865687[[package]]5688name = "pallet-base-fee"5689version = "1.0.0"5690source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5691dependencies = [5692 "fp-evm",5693 "frame-support",5694 "frame-system",5695 "parity-scale-codec 3.2.1",5696 "scale-info",5697 "serde",5698 "sp-core",5699 "sp-runtime",5700]57015702[[package]]5703name = "pallet-beefy"5704version = "4.0.0-dev"5705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5706dependencies = [5707 "beefy-primitives",5708 "frame-support",5709 "frame-system",5710 "pallet-session",5711 "parity-scale-codec 3.2.1",5712 "scale-info",5713 "serde",5714 "sp-runtime",5715 "sp-std",5716]57175718[[package]]5719name = "pallet-beefy-mmr"5720version = "4.0.0-dev"5721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5722dependencies = [5723 "array-bytes",5724 "beefy-merkle-tree",5725 "beefy-primitives",5726 "frame-support",5727 "frame-system",5728 "log",5729 "pallet-beefy",5730 "pallet-mmr",5731 "pallet-session",5732 "parity-scale-codec 3.2.1",5733 "scale-info",5734 "serde",5735 "sp-core",5736 "sp-io",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-bounties"5743version = "4.0.0-dev"5744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5745dependencies = [5746 "frame-benchmarking",5747 "frame-support",5748 "frame-system",5749 "log",5750 "pallet-treasury",5751 "parity-scale-codec 3.2.1",5752 "scale-info",5753 "sp-core",5754 "sp-io",5755 "sp-runtime",5756 "sp-std",5757]57585759[[package]]5760name = "pallet-child-bounties"5761version = "4.0.0-dev"5762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5763dependencies = [5764 "frame-benchmarking",5765 "frame-support",5766 "frame-system",5767 "log",5768 "pallet-bounties",5769 "pallet-treasury",5770 "parity-scale-codec 3.2.1",5771 "scale-info",5772 "sp-core",5773 "sp-io",5774 "sp-runtime",5775 "sp-std",5776]57775778[[package]]5779name = "pallet-collective"5780version = "4.0.0-dev"5781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5782dependencies = [5783 "frame-benchmarking",5784 "frame-support",5785 "frame-system",5786 "log",5787 "parity-scale-codec 3.2.1",5788 "scale-info",5789 "sp-core",5790 "sp-io",5791 "sp-runtime",5792 "sp-std",5793]57945795[[package]]5796name = "pallet-common"5797version = "0.1.8"5798dependencies = [5799 "ethereum",5800 "evm-coder",5801 "fp-evm-mapping",5802 "frame-benchmarking",5803 "frame-support",5804 "frame-system",5805 "pallet-evm",5806 "pallet-evm-coder-substrate",5807 "parity-scale-codec 3.2.1",5808 "scale-info",5809 "serde",5810 "sp-core",5811 "sp-runtime",5812 "sp-std",5813 "up-data-structs",5814]58155816[[package]]5817name = "pallet-configuration"5818version = "0.1.1"5819dependencies = [5820 "fp-evm",5821 "frame-support",5822 "frame-system",5823 "parity-scale-codec 3.2.1",5824 "scale-info",5825 "smallvec",5826 "sp-arithmetic",5827 "sp-core",5828 "sp-runtime",5829 "sp-std",5830]58315832[[package]]5833name = "pallet-democracy"5834version = "4.0.0-dev"5835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5836dependencies = [5837 "frame-benchmarking",5838 "frame-support",5839 "frame-system",5840 "parity-scale-codec 3.2.1",5841 "scale-info",5842 "serde",5843 "sp-io",5844 "sp-runtime",5845 "sp-std",5846]58475848[[package]]5849name = "pallet-election-provider-multi-phase"5850version = "4.0.0-dev"5851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5852dependencies = [5853 "frame-benchmarking",5854 "frame-election-provider-support",5855 "frame-support",5856 "frame-system",5857 "log",5858 "pallet-election-provider-support-benchmarking",5859 "parity-scale-codec 3.2.1",5860 "rand 0.7.3",5861 "scale-info",5862 "sp-arithmetic",5863 "sp-core",5864 "sp-io",5865 "sp-npos-elections",5866 "sp-runtime",5867 "sp-std",5868 "static_assertions",5869 "strum",5870]58715872[[package]]5873name = "pallet-election-provider-support-benchmarking"5874version = "4.0.0-dev"5875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5876dependencies = [5877 "frame-benchmarking",5878 "frame-election-provider-support",5879 "frame-system",5880 "parity-scale-codec 3.2.1",5881 "sp-npos-elections",5882 "sp-runtime",5883]58845885[[package]]5886name = "pallet-elections-phragmen"5887version = "5.0.0-dev"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5889dependencies = [5890 "frame-benchmarking",5891 "frame-support",5892 "frame-system",5893 "log",5894 "parity-scale-codec 3.2.1",5895 "scale-info",5896 "sp-core",5897 "sp-io",5898 "sp-npos-elections",5899 "sp-runtime",5900 "sp-std",5901]59025903[[package]]5904name = "pallet-ethereum"5905version = "4.0.0-dev"5906source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5907dependencies = [5908 "ethereum",5909 "ethereum-types",5910 "evm",5911 "fp-consensus",5912 "fp-evm",5913 "fp-evm-mapping",5914 "fp-rpc",5915 "fp-self-contained",5916 "fp-storage",5917 "frame-support",5918 "frame-system",5919 "log",5920 "pallet-evm",5921 "pallet-timestamp",5922 "parity-scale-codec 3.2.1",5923 "rlp",5924 "scale-info",5925 "serde",5926 "sha3",5927 "sp-io",5928 "sp-runtime",5929 "sp-std",5930]59315932[[package]]5933name = "pallet-evm"5934version = "6.0.0-dev"5935source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5936dependencies = [5937 "evm",5938 "fp-evm",5939 "fp-evm-mapping",5940 "frame-benchmarking",5941 "frame-support",5942 "frame-system",5943 "hex",5944 "impl-trait-for-tuples",5945 "log",5946 "pallet-timestamp",5947 "parity-scale-codec 3.2.1",5948 "primitive-types",5949 "rlp",5950 "scale-info",5951 "serde",5952 "sha3",5953 "sp-core",5954 "sp-io",5955 "sp-runtime",5956 "sp-std",5957]59585959[[package]]5960name = "pallet-evm-coder-substrate"5961version = "0.1.3"5962dependencies = [5963 "ethereum",5964 "evm-coder",5965 "frame-benchmarking",5966 "frame-support",5967 "frame-system",5968 "pallet-ethereum",5969 "pallet-evm",5970 "parity-scale-codec 3.2.1",5971 "scale-info",5972 "sp-core",5973 "sp-std",5974 "up-data-structs",5975]59765977[[package]]5978name = "pallet-evm-contract-helpers"5979version = "0.3.0"5980dependencies = [5981 "ethereum",5982 "evm-coder",5983 "fp-evm-mapping",5984 "frame-support",5985 "frame-system",5986 "log",5987 "pallet-common",5988 "pallet-evm",5989 "pallet-evm-coder-substrate",5990 "pallet-evm-transaction-payment",5991 "parity-scale-codec 3.2.1",5992 "scale-info",5993 "sp-core",5994 "sp-runtime",5995 "sp-std",5996 "up-data-structs",5997 "up-sponsorship",5998]59996000[[package]]6001name = "pallet-evm-migration"6002version = "0.1.1"6003dependencies = [6004 "fp-evm",6005 "frame-benchmarking",6006 "frame-support",6007 "frame-system",6008 "pallet-evm",6009 "parity-scale-codec 3.2.1",6010 "scale-info",6011 "sp-core",6012 "sp-io",6013 "sp-runtime",6014 "sp-std",6015]60166017[[package]]6018name = "pallet-evm-transaction-payment"6019version = "0.1.1"6020dependencies = [6021 "fp-evm",6022 "fp-evm-mapping",6023 "frame-support",6024 "frame-system",6025 "pallet-ethereum",6026 "pallet-evm",6027 "parity-scale-codec 3.2.1",6028 "scale-info",6029 "sp-core",6030 "sp-io",6031 "sp-runtime",6032 "sp-std",6033 "up-sponsorship",6034]60356036[[package]]6037name = "pallet-fast-unstake"6038version = "4.0.0-dev"6039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6040dependencies = [6041 "frame-benchmarking",6042 "frame-election-provider-support",6043 "frame-support",6044 "frame-system",6045 "log",6046 "pallet-balances",6047 "pallet-staking",6048 "pallet-timestamp",6049 "parity-scale-codec 3.2.1",6050 "scale-info",6051 "sp-io",6052 "sp-runtime",6053 "sp-staking",6054 "sp-std",6055]60566057[[package]]6058name = "pallet-foreign-assets"6059version = "0.1.0"6060dependencies = [6061 "frame-benchmarking",6062 "frame-support",6063 "frame-system",6064 "hex",6065 "log",6066 "orml-tokens",6067 "pallet-balances",6068 "pallet-common",6069 "pallet-fungible",6070 "pallet-timestamp",6071 "parity-scale-codec 3.2.1",6072 "scale-info",6073 "serde",6074 "serde_json",6075 "sp-core",6076 "sp-io",6077 "sp-runtime",6078 "sp-std",6079 "up-data-structs",6080 "xcm",6081 "xcm-builder",6082 "xcm-executor",6083]60846085[[package]]6086name = "pallet-fungible"6087version = "0.1.5"6088dependencies = [6089 "ethereum",6090 "evm-coder",6091 "frame-benchmarking",6092 "frame-support",6093 "frame-system",6094 "pallet-common",6095 "pallet-evm",6096 "pallet-evm-coder-substrate",6097 "pallet-structure",6098 "parity-scale-codec 3.2.1",6099 "scale-info",6100 "sp-core",6101 "sp-runtime",6102 "sp-std",6103 "up-data-structs",6104]61056106[[package]]6107name = "pallet-gilt"6108version = "4.0.0-dev"6109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6110dependencies = [6111 "frame-benchmarking",6112 "frame-support",6113 "frame-system",6114 "parity-scale-codec 3.2.1",6115 "scale-info",6116 "sp-arithmetic",6117 "sp-runtime",6118 "sp-std",6119]61206121[[package]]6122name = "pallet-grandpa"6123version = "4.0.0-dev"6124source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6125dependencies = [6126 "frame-benchmarking",6127 "frame-support",6128 "frame-system",6129 "log",6130 "pallet-authorship",6131 "pallet-session",6132 "parity-scale-codec 3.2.1",6133 "scale-info",6134 "sp-application-crypto",6135 "sp-core",6136 "sp-finality-grandpa",6137 "sp-io",6138 "sp-runtime",6139 "sp-session",6140 "sp-staking",6141 "sp-std",6142]61436144[[package]]6145name = "pallet-identity"6146version = "4.0.0-dev"6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6148dependencies = [6149 "enumflags2",6150 "frame-benchmarking",6151 "frame-support",6152 "frame-system",6153 "parity-scale-codec 3.2.1",6154 "scale-info",6155 "sp-io",6156 "sp-runtime",6157 "sp-std",6158]61596160[[package]]6161name = "pallet-im-online"6162version = "4.0.0-dev"6163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6164dependencies = [6165 "frame-benchmarking",6166 "frame-support",6167 "frame-system",6168 "log",6169 "pallet-authorship",6170 "parity-scale-codec 3.2.1",6171 "scale-info",6172 "sp-application-crypto",6173 "sp-core",6174 "sp-io",6175 "sp-runtime",6176 "sp-staking",6177 "sp-std",6178]61796180[[package]]6181name = "pallet-indices"6182version = "4.0.0-dev"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6184dependencies = [6185 "frame-benchmarking",6186 "frame-support",6187 "frame-system",6188 "parity-scale-codec 3.2.1",6189 "scale-info",6190 "sp-core",6191 "sp-io",6192 "sp-keyring",6193 "sp-runtime",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-inflation"6199version = "0.1.1"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "pallet-balances",6205 "pallet-randomness-collective-flip",6206 "pallet-timestamp",6207 "parity-scale-codec 3.2.1",6208 "scale-info",6209 "serde",6210 "sp-core",6211 "sp-io",6212 "sp-runtime",6213 "sp-std",6214]62156216[[package]]6217name = "pallet-membership"6218version = "4.0.0-dev"6219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6220dependencies = [6221 "frame-benchmarking",6222 "frame-support",6223 "frame-system",6224 "log",6225 "parity-scale-codec 3.2.1",6226 "scale-info",6227 "sp-core",6228 "sp-io",6229 "sp-runtime",6230 "sp-std",6231]62326233[[package]]6234name = "pallet-mmr"6235version = "4.0.0-dev"6236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6237dependencies = [6238 "ckb-merkle-mountain-range",6239 "frame-benchmarking",6240 "frame-support",6241 "frame-system",6242 "parity-scale-codec 3.2.1",6243 "scale-info",6244 "sp-core",6245 "sp-io",6246 "sp-mmr-primitives",6247 "sp-runtime",6248 "sp-std",6249]62506251[[package]]6252name = "pallet-mmr-rpc"6253version = "3.0.0"6254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6255dependencies = [6256 "jsonrpsee",6257 "parity-scale-codec 3.2.1",6258 "serde",6259 "sp-api",6260 "sp-blockchain",6261 "sp-core",6262 "sp-mmr-primitives",6263 "sp-runtime",6264]62656266[[package]]6267name = "pallet-multisig"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "parity-scale-codec 3.2.1",6275 "scale-info",6276 "sp-io",6277 "sp-runtime",6278 "sp-std",6279]62806281[[package]]6282name = "pallet-nomination-pools"6283version = "1.0.0"6284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6285dependencies = [6286 "frame-support",6287 "frame-system",6288 "log",6289 "parity-scale-codec 3.2.1",6290 "scale-info",6291 "sp-core",6292 "sp-io",6293 "sp-runtime",6294 "sp-staking",6295 "sp-std",6296]62976298[[package]]6299name = "pallet-nomination-pools-benchmarking"6300version = "1.0.0"6301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6302dependencies = [6303 "frame-benchmarking",6304 "frame-election-provider-support",6305 "frame-support",6306 "frame-system",6307 "pallet-bags-list",6308 "pallet-nomination-pools",6309 "pallet-staking",6310 "parity-scale-codec 3.2.1",6311 "scale-info",6312 "sp-runtime",6313 "sp-runtime-interface",6314 "sp-staking",6315 "sp-std",6316]63176318[[package]]6319name = "pallet-nomination-pools-runtime-api"6320version = "1.0.0-dev"6321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6322dependencies = [6323 "parity-scale-codec 3.2.1",6324 "sp-api",6325 "sp-std",6326]63276328[[package]]6329name = "pallet-nonfungible"6330version = "0.1.5"6331dependencies = [6332 "ethereum",6333 "evm-coder",6334 "frame-benchmarking",6335 "frame-support",6336 "frame-system",6337 "pallet-common",6338 "pallet-evm",6339 "pallet-evm-coder-substrate",6340 "pallet-structure",6341 "parity-scale-codec 3.2.1",6342 "scale-info",6343 "sp-core",6344 "sp-runtime",6345 "sp-std",6346 "struct-versioning",6347 "up-data-structs",6348]63496350[[package]]6351name = "pallet-offences"6352version = "4.0.0-dev"6353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6354dependencies = [6355 "frame-support",6356 "frame-system",6357 "log",6358 "pallet-balances",6359 "parity-scale-codec 3.2.1",6360 "scale-info",6361 "serde",6362 "sp-runtime",6363 "sp-staking",6364 "sp-std",6365]63666367[[package]]6368name = "pallet-offences-benchmarking"6369version = "4.0.0-dev"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6371dependencies = [6372 "frame-benchmarking",6373 "frame-election-provider-support",6374 "frame-support",6375 "frame-system",6376 "pallet-babe",6377 "pallet-balances",6378 "pallet-grandpa",6379 "pallet-im-online",6380 "pallet-offences",6381 "pallet-session",6382 "pallet-staking",6383 "parity-scale-codec 3.2.1",6384 "scale-info",6385 "sp-runtime",6386 "sp-staking",6387 "sp-std",6388]63896390[[package]]6391name = "pallet-preimage"6392version = "4.0.0-dev"6393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6394dependencies = [6395 "frame-benchmarking",6396 "frame-support",6397 "frame-system",6398 "parity-scale-codec 3.2.1",6399 "scale-info",6400 "sp-core",6401 "sp-io",6402 "sp-runtime",6403 "sp-std",6404]64056406[[package]]6407name = "pallet-proxy"6408version = "4.0.0-dev"6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6410dependencies = [6411 "frame-benchmarking",6412 "frame-support",6413 "frame-system",6414 "parity-scale-codec 3.2.1",6415 "scale-info",6416 "sp-io",6417 "sp-runtime",6418 "sp-std",6419]64206421[[package]]6422name = "pallet-randomness-collective-flip"6423version = "4.0.0-dev"6424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6425dependencies = [6426 "frame-support",6427 "frame-system",6428 "parity-scale-codec 3.2.1",6429 "safe-mix",6430 "scale-info",6431 "sp-runtime",6432 "sp-std",6433]64346435[[package]]6436name = "pallet-recovery"6437version = "4.0.0-dev"6438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6439dependencies = [6440 "frame-benchmarking",6441 "frame-support",6442 "frame-system",6443 "parity-scale-codec 3.2.1",6444 "scale-info",6445 "sp-io",6446 "sp-runtime",6447 "sp-std",6448]64496450[[package]]6451name = "pallet-refungible"6452version = "0.2.4"6453dependencies = [6454 "derivative",6455 "ethereum",6456 "evm-coder",6457 "frame-benchmarking",6458 "frame-support",6459 "frame-system",6460 "pallet-common",6461 "pallet-evm",6462 "pallet-evm-coder-substrate",6463 "pallet-structure",6464 "parity-scale-codec 3.2.1",6465 "scale-info",6466 "sp-core",6467 "sp-runtime",6468 "sp-std",6469 "struct-versioning",6470 "up-data-structs",6471]64726473[[package]]6474name = "pallet-rmrk-core"6475version = "0.1.2"6476dependencies = [6477 "derivative",6478 "frame-benchmarking",6479 "frame-support",6480 "frame-system",6481 "pallet-common",6482 "pallet-evm",6483 "pallet-nonfungible",6484 "pallet-structure",6485 "parity-scale-codec 3.2.1",6486 "rmrk-traits",6487 "scale-info",6488 "sp-core",6489 "sp-runtime",6490 "sp-std",6491 "up-data-structs",6492]64936494[[package]]6495name = "pallet-rmrk-equip"6496version = "0.1.2"6497dependencies = [6498 "frame-benchmarking",6499 "frame-support",6500 "frame-system",6501 "pallet-common",6502 "pallet-evm",6503 "pallet-nonfungible",6504 "pallet-rmrk-core",6505 "parity-scale-codec 3.2.1",6506 "rmrk-traits",6507 "scale-info",6508 "sp-core",6509 "sp-runtime",6510 "sp-std",6511 "up-data-structs",6512]65136514[[package]]6515name = "pallet-scheduler"6516version = "4.0.0-dev"6517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6518dependencies = [6519 "frame-benchmarking",6520 "frame-support",6521 "frame-system",6522 "log",6523 "parity-scale-codec 3.2.1",6524 "scale-info",6525 "sp-io",6526 "sp-runtime",6527 "sp-std",6528]65296530[[package]]6531name = "pallet-session"6532version = "4.0.0-dev"6533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6534dependencies = [6535 "frame-support",6536 "frame-system",6537 "impl-trait-for-tuples",6538 "log",6539 "pallet-timestamp",6540 "parity-scale-codec 3.2.1",6541 "scale-info",6542 "sp-core",6543 "sp-io",6544 "sp-runtime",6545 "sp-session",6546 "sp-staking",6547 "sp-std",6548 "sp-trie",6549]65506551[[package]]6552name = "pallet-session-benchmarking"6553version = "4.0.0-dev"6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6555dependencies = [6556 "frame-benchmarking",6557 "frame-support",6558 "frame-system",6559 "pallet-session",6560 "pallet-staking",6561 "rand 0.7.3",6562 "sp-runtime",6563 "sp-session",6564 "sp-std",6565]65666567[[package]]6568name = "pallet-society"6569version = "4.0.0-dev"6570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6571dependencies = [6572 "frame-support",6573 "frame-system",6574 "parity-scale-codec 3.2.1",6575 "rand_chacha 0.2.2",6576 "scale-info",6577 "sp-runtime",6578 "sp-std",6579]65806581[[package]]6582name = "pallet-staking"6583version = "4.0.0-dev"6584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6585dependencies = [6586 "frame-benchmarking",6587 "frame-election-provider-support",6588 "frame-support",6589 "frame-system",6590 "log",6591 "pallet-authorship",6592 "pallet-session",6593 "parity-scale-codec 3.2.1",6594 "rand_chacha 0.2.2",6595 "scale-info",6596 "serde",6597 "sp-application-crypto",6598 "sp-io",6599 "sp-runtime",6600 "sp-staking",6601 "sp-std",6602]66036604[[package]]6605name = "pallet-staking-reward-curve"6606version = "4.0.0-dev"6607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6608dependencies = [6609 "proc-macro-crate",6610 "proc-macro2",6611 "quote",6612 "syn",6613]66146615[[package]]6616name = "pallet-staking-reward-fn"6617version = "4.0.0-dev"6618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6619dependencies = [6620 "log",6621 "sp-arithmetic",6622]66236624[[package]]6625name = "pallet-structure"6626version = "0.1.2"6627dependencies = [6628 "frame-benchmarking",6629 "frame-support",6630 "frame-system",6631 "pallet-common",6632 "pallet-evm",6633 "parity-scale-codec 3.2.1",6634 "scale-info",6635 "sp-std",6636 "up-data-structs",6637]66386639[[package]]6640name = "pallet-sudo"6641version = "4.0.0-dev"6642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6643dependencies = [6644 "frame-support",6645 "frame-system",6646 "parity-scale-codec 3.2.1",6647 "scale-info",6648 "sp-io",6649 "sp-runtime",6650 "sp-std",6651]66526653[[package]]6654name = "pallet-template-transaction-payment"6655version = "3.0.0"6656source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6657dependencies = [6658 "frame-benchmarking",6659 "frame-support",6660 "frame-system",6661 "pallet-balances",6662 "pallet-transaction-payment",6663 "parity-scale-codec 3.2.1",6664 "scale-info",6665 "serde",6666 "sp-core",6667 "sp-io",6668 "sp-runtime",6669 "sp-std",6670 "up-sponsorship",6671]66726673[[package]]6674name = "pallet-test-utils"6675version = "0.1.0"6676dependencies = [6677 "frame-support",6678 "frame-system",6679 "pallet-unique-scheduler-v2",6680 "parity-scale-codec 3.2.1",6681 "scale-info",6682]66836684[[package]]6685name = "pallet-timestamp"6686version = "4.0.0-dev"6687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6688dependencies = [6689 "frame-benchmarking",6690 "frame-support",6691 "frame-system",6692 "log",6693 "parity-scale-codec 3.2.1",6694 "scale-info",6695 "sp-inherents",6696 "sp-io",6697 "sp-runtime",6698 "sp-std",6699 "sp-timestamp",6700]67016702[[package]]6703name = "pallet-tips"6704version = "4.0.0-dev"6705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6706dependencies = [6707 "frame-benchmarking",6708 "frame-support",6709 "frame-system",6710 "log",6711 "pallet-treasury",6712 "parity-scale-codec 3.2.1",6713 "scale-info",6714 "serde",6715 "sp-core",6716 "sp-io",6717 "sp-runtime",6718 "sp-std",6719]67206721[[package]]6722name = "pallet-transaction-payment"6723version = "4.0.0-dev"6724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6725dependencies = [6726 "frame-support",6727 "frame-system",6728 "parity-scale-codec 3.2.1",6729 "scale-info",6730 "serde",6731 "sp-core",6732 "sp-io",6733 "sp-runtime",6734 "sp-std",6735]67366737[[package]]6738name = "pallet-transaction-payment-rpc"6739version = "4.0.0-dev"6740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6741dependencies = [6742 "jsonrpsee",6743 "pallet-transaction-payment-rpc-runtime-api",6744 "parity-scale-codec 3.2.1",6745 "sp-api",6746 "sp-blockchain",6747 "sp-core",6748 "sp-rpc",6749 "sp-runtime",6750]67516752[[package]]6753name = "pallet-transaction-payment-rpc-runtime-api"6754version = "4.0.0-dev"6755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6756dependencies = [6757 "pallet-transaction-payment",6758 "parity-scale-codec 3.2.1",6759 "sp-api",6760 "sp-runtime",6761]67626763[[package]]6764name = "pallet-treasury"6765version = "4.0.0-dev"6766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6767dependencies = [6768 "frame-benchmarking",6769 "frame-support",6770 "frame-system",6771 "impl-trait-for-tuples",6772 "pallet-balances",6773 "parity-scale-codec 3.2.1",6774 "scale-info",6775 "serde",6776 "sp-runtime",6777 "sp-std",6778]67796780[[package]]6781name = "pallet-unique"6782version = "0.2.0"6783dependencies = [6784 "ethereum",6785 "evm-coder",6786 "frame-benchmarking",6787 "frame-support",6788 "frame-system",6789 "pallet-common",6790 "pallet-evm",6791 "pallet-evm-coder-substrate",6792 "pallet-nonfungible",6793 "pallet-refungible",6794 "parity-scale-codec 3.2.1",6795 "scale-info",6796 "serde",6797 "sp-core",6798 "sp-io",6799 "sp-runtime",6800 "sp-std",6801 "up-data-structs",6802]68036804[[package]]6805name = "pallet-unique-scheduler"6806version = "0.1.1"6807dependencies = [6808 "frame-benchmarking",6809 "frame-support",6810 "frame-system",6811 "log",6812 "parity-scale-codec 3.2.1",6813 "scale-info",6814 "serde",6815 "sp-core",6816 "sp-io",6817 "sp-runtime",6818 "sp-std",6819 "substrate-test-utils",6820 "up-sponsorship",6821]68226823[[package]]6824name = "pallet-unique-scheduler-v2"6825version = "0.1.0"6826dependencies = [6827 "frame-benchmarking",6828 "frame-support",6829 "frame-system",6830 "log",6831 "pallet-preimage",6832 "parity-scale-codec 3.2.1",6833 "scale-info",6834 "sp-core",6835 "sp-io",6836 "sp-runtime",6837 "sp-std",6838 "substrate-test-utils",6839]68406841[[package]]6842name = "pallet-utility"6843version = "4.0.0-dev"6844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6845dependencies = [6846 "frame-benchmarking",6847 "frame-support",6848 "frame-system",6849 "parity-scale-codec 3.2.1",6850 "scale-info",6851 "sp-core",6852 "sp-io",6853 "sp-runtime",6854 "sp-std",6855]68566857[[package]]6858name = "pallet-vesting"6859version = "4.0.0-dev"6860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6861dependencies = [6862 "frame-benchmarking",6863 "frame-support",6864 "frame-system",6865 "log",6866 "parity-scale-codec 3.2.1",6867 "scale-info",6868 "sp-runtime",6869 "sp-std",6870]68716872[[package]]6873name = "pallet-xcm"6874version = "0.9.30"6875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6876dependencies = [6877 "frame-support",6878 "frame-system",6879 "log",6880 "parity-scale-codec 3.2.1",6881 "scale-info",6882 "serde",6883 "sp-core",6884 "sp-runtime",6885 "sp-std",6886 "xcm",6887 "xcm-executor",6888]68896890[[package]]6891name = "pallet-xcm-benchmarks"6892version = "0.9.30"6893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6894dependencies = [6895 "frame-benchmarking",6896 "frame-support",6897 "frame-system",6898 "log",6899 "parity-scale-codec 3.2.1",6900 "scale-info",6901 "sp-runtime",6902 "sp-std",6903 "xcm",6904 "xcm-executor",6905]69066907[[package]]6908name = "parachain-info"6909version = "0.1.0"6910source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6911dependencies = [6912 "cumulus-primitives-core",6913 "frame-support",6914 "frame-system",6915 "parity-scale-codec 3.2.1",6916 "scale-info",6917 "serde",6918]69196920[[package]]6921name = "parity-db"6922version = "0.3.17"6923source = "registry+https://github.com/rust-lang/crates.io-index"6924checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6925dependencies = [6926 "blake2-rfc",6927 "crc32fast",6928 "fs2",6929 "hex",6930 "libc",6931 "log",6932 "lz4",6933 "memmap2",6934 "parking_lot 0.12.1",6935 "rand 0.8.5",6936 "snap",6937]69386939[[package]]6940name = "parity-scale-codec"6941version = "2.3.1"6942source = "registry+https://github.com/rust-lang/crates.io-index"6943checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6944dependencies = [6945 "arrayvec 0.7.2",6946 "bitvec 0.20.4",6947 "byte-slice-cast",6948 "impl-trait-for-tuples",6949 "parity-scale-codec-derive 2.3.1",6950 "serde",6951]69526953[[package]]6954name = "parity-scale-codec"6955version = "3.2.1"6956source = "registry+https://github.com/rust-lang/crates.io-index"6957checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6958dependencies = [6959 "arrayvec 0.7.2",6960 "bitvec 1.0.1",6961 "byte-slice-cast",6962 "bytes",6963 "impl-trait-for-tuples",6964 "parity-scale-codec-derive 3.1.3",6965 "serde",6966]69676968[[package]]6969name = "parity-scale-codec-derive"6970version = "2.3.1"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6973dependencies = [6974 "proc-macro-crate",6975 "proc-macro2",6976 "quote",6977 "syn",6978]69796980[[package]]6981name = "parity-scale-codec-derive"6982version = "3.1.3"6983source = "registry+https://github.com/rust-lang/crates.io-index"6984checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6985dependencies = [6986 "proc-macro-crate",6987 "proc-macro2",6988 "quote",6989 "syn",6990]69916992[[package]]6993name = "parity-send-wrapper"6994version = "0.1.0"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69976998[[package]]6999name = "parity-util-mem"7000version = "0.11.0"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7003dependencies = [7004 "cfg-if 1.0.0",7005 "ethereum-types",7006 "hashbrown",7007 "impl-trait-for-tuples",7008 "lru 0.7.8",7009 "parity-util-mem-derive",7010 "parking_lot 0.12.1",7011 "primitive-types",7012 "smallvec",7013 "winapi",7014]70157016[[package]]7017name = "parity-util-mem-derive"7018version = "0.1.0"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7021dependencies = [7022 "proc-macro2",7023 "syn",7024 "synstructure",7025]70267027[[package]]7028name = "parity-wasm"7029version = "0.32.0"7030source = "registry+https://github.com/rust-lang/crates.io-index"7031checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7032dependencies = [7033 "byteorder",7034]70357036[[package]]7037name = "parity-wasm"7038version = "0.45.0"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70417042[[package]]7043name = "parking"7044version = "2.0.0"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70477048[[package]]7049name = "parking_lot"7050version = "0.11.2"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7053dependencies = [7054 "instant",7055 "lock_api",7056 "parking_lot_core 0.8.5",7057]70587059[[package]]7060name = "parking_lot"7061version = "0.12.1"7062source = "registry+https://github.com/rust-lang/crates.io-index"7063checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7064dependencies = [7065 "lock_api",7066 "parking_lot_core 0.9.4",7067]70687069[[package]]7070name = "parking_lot_core"7071version = "0.8.5"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7074dependencies = [7075 "cfg-if 1.0.0",7076 "instant",7077 "libc",7078 "redox_syscall",7079 "smallvec",7080 "winapi",7081]70827083[[package]]7084name = "parking_lot_core"7085version = "0.9.4"7086source = "registry+https://github.com/rust-lang/crates.io-index"7087checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7088dependencies = [7089 "cfg-if 1.0.0",7090 "libc",7091 "redox_syscall",7092 "smallvec",7093 "windows-sys 0.42.0",7094]70957096[[package]]7097name = "paste"7098version = "1.0.9"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71017102[[package]]7103name = "pbkdf2"7104version = "0.4.0"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7107dependencies = [7108 "crypto-mac 0.8.0",7109]71107111[[package]]7112name = "pbkdf2"7113version = "0.8.0"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7116dependencies = [7117 "crypto-mac 0.11.1",7118]71197120[[package]]7121name = "peeking_take_while"7122version = "0.1.2"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71257126[[package]]7127name = "percent-encoding"7128version = "2.2.0"7129source = "registry+https://github.com/rust-lang/crates.io-index"7130checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71317132[[package]]7133name = "pest"7134version = "2.4.0"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7137dependencies = [7138 "thiserror",7139 "ucd-trie",7140]71417142[[package]]7143name = "pest_derive"7144version = "2.4.0"7145source = "registry+https://github.com/rust-lang/crates.io-index"7146checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7147dependencies = [7148 "pest",7149 "pest_generator",7150]71517152[[package]]7153name = "pest_generator"7154version = "2.4.0"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7157dependencies = [7158 "pest",7159 "pest_meta",7160 "proc-macro2",7161 "quote",7162 "syn",7163]71647165[[package]]7166name = "pest_meta"7167version = "2.4.0"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7170dependencies = [7171 "once_cell",7172 "pest",7173 "sha1",7174]71757176[[package]]7177name = "petgraph"7178version = "0.6.2"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7181dependencies = [7182 "fixedbitset",7183 "indexmap",7184]71857186[[package]]7187name = "pin-project"7188version = "1.0.12"7189source = "registry+https://github.com/rust-lang/crates.io-index"7190checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7191dependencies = [7192 "pin-project-internal",7193]71947195[[package]]7196name = "pin-project-internal"7197version = "1.0.12"7198source = "registry+https://github.com/rust-lang/crates.io-index"7199checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7200dependencies = [7201 "proc-macro2",7202 "quote",7203 "syn",7204]72057206[[package]]7207name = "pin-project-lite"7208version = "0.1.12"7209source = "registry+https://github.com/rust-lang/crates.io-index"7210checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72117212[[package]]7213name = "pin-project-lite"7214version = "0.2.9"7215source = "registry+https://github.com/rust-lang/crates.io-index"7216checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72177218[[package]]7219name = "pin-utils"7220version = "0.1.0"7221source = "registry+https://github.com/rust-lang/crates.io-index"7222checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72237224[[package]]7225name = "pkcs8"7226version = "0.8.0"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7229dependencies = [7230 "der",7231 "spki",7232 "zeroize",7233]72347235[[package]]7236name = "pkg-config"7237version = "0.3.25"7238source = "registry+https://github.com/rust-lang/crates.io-index"7239checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72407241[[package]]7242name = "platforms"7243version = "2.0.0"7244source = "registry+https://github.com/rust-lang/crates.io-index"7245checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72467247[[package]]7248name = "polkadot-approval-distribution"7249version = "0.9.30"7250source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7251dependencies = [7252 "futures 0.3.25",7253 "polkadot-node-network-protocol",7254 "polkadot-node-primitives",7255 "polkadot-node-subsystem",7256 "polkadot-node-subsystem-util",7257 "polkadot-primitives",7258 "rand 0.8.5",7259 "tracing-gum",7260]72617262[[package]]7263name = "polkadot-availability-bitfield-distribution"7264version = "0.9.30"7265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7266dependencies = [7267 "futures 0.3.25",7268 "polkadot-node-network-protocol",7269 "polkadot-node-subsystem",7270 "polkadot-node-subsystem-util",7271 "polkadot-primitives",7272 "rand 0.8.5",7273 "tracing-gum",7274]72757276[[package]]7277name = "polkadot-availability-distribution"7278version = "0.9.30"7279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7280dependencies = [7281 "derive_more",7282 "fatality",7283 "futures 0.3.25",7284 "lru 0.7.8",7285 "parity-scale-codec 3.2.1",7286 "polkadot-erasure-coding",7287 "polkadot-node-network-protocol",7288 "polkadot-node-primitives",7289 "polkadot-node-subsystem",7290 "polkadot-node-subsystem-util",7291 "polkadot-primitives",7292 "rand 0.8.5",7293 "sp-core",7294 "sp-keystore",7295 "thiserror",7296 "tracing-gum",7297]72987299[[package]]7300name = "polkadot-availability-recovery"7301version = "0.9.30"7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7303dependencies = [7304 "fatality",7305 "futures 0.3.25",7306 "lru 0.7.8",7307 "parity-scale-codec 3.2.1",7308 "polkadot-erasure-coding",7309 "polkadot-node-network-protocol",7310 "polkadot-node-primitives",7311 "polkadot-node-subsystem",7312 "polkadot-node-subsystem-util",7313 "polkadot-primitives",7314 "rand 0.8.5",7315 "sc-network",7316 "thiserror",7317 "tracing-gum",7318]73197320[[package]]7321name = "polkadot-cli"7322version = "0.9.30"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7324dependencies = [7325 "clap",7326 "frame-benchmarking-cli",7327 "futures 0.3.25",7328 "log",7329 "polkadot-client",7330 "polkadot-node-core-pvf",7331 "polkadot-node-metrics",7332 "polkadot-performance-test",7333 "polkadot-service",7334 "sc-cli",7335 "sc-service",7336 "sc-sysinfo",7337 "sc-tracing",7338 "sp-core",7339 "sp-keyring",7340 "sp-trie",7341 "substrate-build-script-utils",7342 "thiserror",7343 "try-runtime-cli",7344]73457346[[package]]7347name = "polkadot-client"7348version = "0.9.30"7349source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7350dependencies = [7351 "beefy-primitives",7352 "frame-benchmarking",7353 "frame-benchmarking-cli",7354 "frame-system",7355 "frame-system-rpc-runtime-api",7356 "pallet-transaction-payment",7357 "pallet-transaction-payment-rpc-runtime-api",7358 "polkadot-core-primitives",7359 "polkadot-node-core-parachains-inherent",7360 "polkadot-primitives",7361 "polkadot-runtime",7362 "polkadot-runtime-common",7363 "sc-client-api",7364 "sc-consensus",7365 "sc-executor",7366 "sc-service",7367 "sp-api",7368 "sp-authority-discovery",7369 "sp-block-builder",7370 "sp-blockchain",7371 "sp-consensus",7372 "sp-consensus-babe",7373 "sp-core",7374 "sp-finality-grandpa",7375 "sp-inherents",7376 "sp-keyring",7377 "sp-mmr-primitives",7378 "sp-offchain",7379 "sp-runtime",7380 "sp-session",7381 "sp-storage",7382 "sp-timestamp",7383 "sp-transaction-pool",7384]73857386[[package]]7387name = "polkadot-collator-protocol"7388version = "0.9.30"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7390dependencies = [7391 "always-assert",7392 "fatality",7393 "futures 0.3.25",7394 "futures-timer",7395 "polkadot-node-network-protocol",7396 "polkadot-node-primitives",7397 "polkadot-node-subsystem",7398 "polkadot-node-subsystem-util",7399 "polkadot-primitives",7400 "sp-core",7401 "sp-keystore",7402 "sp-runtime",7403 "thiserror",7404 "tracing-gum",7405]74067407[[package]]7408name = "polkadot-core-primitives"7409version = "0.9.30"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7411dependencies = [7412 "parity-scale-codec 3.2.1",7413 "parity-util-mem",7414 "scale-info",7415 "sp-core",7416 "sp-runtime",7417 "sp-std",7418]74197420[[package]]7421name = "polkadot-dispute-distribution"7422version = "0.9.30"7423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7424dependencies = [7425 "derive_more",7426 "fatality",7427 "futures 0.3.25",7428 "lru 0.7.8",7429 "parity-scale-codec 3.2.1",7430 "polkadot-erasure-coding",7431 "polkadot-node-network-protocol",7432 "polkadot-node-primitives",7433 "polkadot-node-subsystem",7434 "polkadot-node-subsystem-util",7435 "polkadot-primitives",7436 "sc-network",7437 "sp-application-crypto",7438 "sp-keystore",7439 "thiserror",7440 "tracing-gum",7441]74427443[[package]]7444name = "polkadot-erasure-coding"7445version = "0.9.30"7446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7447dependencies = [7448 "parity-scale-codec 3.2.1",7449 "polkadot-node-primitives",7450 "polkadot-primitives",7451 "reed-solomon-novelpoly",7452 "sp-core",7453 "sp-trie",7454 "thiserror",7455]74567457[[package]]7458name = "polkadot-gossip-support"7459version = "0.9.30"7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7461dependencies = [7462 "futures 0.3.25",7463 "futures-timer",7464 "polkadot-node-network-protocol",7465 "polkadot-node-subsystem",7466 "polkadot-node-subsystem-util",7467 "polkadot-primitives",7468 "rand 0.8.5",7469 "rand_chacha 0.3.1",7470 "sc-network",7471 "sp-application-crypto",7472 "sp-core",7473 "sp-keystore",7474 "tracing-gum",7475]74767477[[package]]7478name = "polkadot-network-bridge"7479version = "0.9.30"7480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7481dependencies = [7482 "always-assert",7483 "async-trait",7484 "bytes",7485 "fatality",7486 "futures 0.3.25",7487 "parity-scale-codec 3.2.1",7488 "parking_lot 0.12.1",7489 "polkadot-node-network-protocol",7490 "polkadot-node-subsystem",7491 "polkadot-node-subsystem-util",7492 "polkadot-overseer",7493 "polkadot-primitives",7494 "sc-network",7495 "sc-network-common",7496 "sp-consensus",7497 "thiserror",7498 "tracing-gum",7499]75007501[[package]]7502name = "polkadot-node-collation-generation"7503version = "0.9.30"7504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7505dependencies = [7506 "futures 0.3.25",7507 "parity-scale-codec 3.2.1",7508 "polkadot-erasure-coding",7509 "polkadot-node-primitives",7510 "polkadot-node-subsystem",7511 "polkadot-node-subsystem-util",7512 "polkadot-primitives",7513 "sp-core",7514 "sp-maybe-compressed-blob",7515 "thiserror",7516 "tracing-gum",7517]75187519[[package]]7520name = "polkadot-node-core-approval-voting"7521version = "0.9.30"7522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7523dependencies = [7524 "bitvec 1.0.1",7525 "derive_more",7526 "futures 0.3.25",7527 "futures-timer",7528 "kvdb",7529 "lru 0.7.8",7530 "merlin",7531 "parity-scale-codec 3.2.1",7532 "polkadot-node-jaeger",7533 "polkadot-node-primitives",7534 "polkadot-node-subsystem",7535 "polkadot-node-subsystem-util",7536 "polkadot-overseer",7537 "polkadot-primitives",7538 "sc-keystore",7539 "schnorrkel",7540 "sp-application-crypto",7541 "sp-consensus",7542 "sp-consensus-slots",7543 "sp-runtime",7544 "thiserror",7545 "tracing-gum",7546]75477548[[package]]7549name = "polkadot-node-core-av-store"7550version = "0.9.30"7551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7552dependencies = [7553 "bitvec 1.0.1",7554 "futures 0.3.25",7555 "futures-timer",7556 "kvdb",7557 "parity-scale-codec 3.2.1",7558 "polkadot-erasure-coding",7559 "polkadot-node-primitives",7560 "polkadot-node-subsystem",7561 "polkadot-node-subsystem-util",7562 "polkadot-overseer",7563 "polkadot-primitives",7564 "thiserror",7565 "tracing-gum",7566]75677568[[package]]7569name = "polkadot-node-core-backing"7570version = "0.9.30"7571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7572dependencies = [7573 "bitvec 1.0.1",7574 "fatality",7575 "futures 0.3.25",7576 "polkadot-erasure-coding",7577 "polkadot-node-primitives",7578 "polkadot-node-subsystem",7579 "polkadot-node-subsystem-util",7580 "polkadot-primitives",7581 "polkadot-statement-table",7582 "sp-keystore",7583 "thiserror",7584 "tracing-gum",7585]75867587[[package]]7588name = "polkadot-node-core-bitfield-signing"7589version = "0.9.30"7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7591dependencies = [7592 "futures 0.3.25",7593 "polkadot-node-subsystem",7594 "polkadot-node-subsystem-util",7595 "polkadot-primitives",7596 "sp-keystore",7597 "thiserror",7598 "tracing-gum",7599 "wasm-timer",7600]76017602[[package]]7603name = "polkadot-node-core-candidate-validation"7604version = "0.9.30"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7606dependencies = [7607 "async-trait",7608 "futures 0.3.25",7609 "parity-scale-codec 3.2.1",7610 "polkadot-node-core-pvf",7611 "polkadot-node-primitives",7612 "polkadot-node-subsystem",7613 "polkadot-node-subsystem-util",7614 "polkadot-parachain",7615 "polkadot-primitives",7616 "sp-maybe-compressed-blob",7617 "tracing-gum",7618]76197620[[package]]7621name = "polkadot-node-core-chain-api"7622version = "0.9.30"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7624dependencies = [7625 "futures 0.3.25",7626 "polkadot-node-subsystem",7627 "polkadot-node-subsystem-util",7628 "polkadot-primitives",7629 "sc-client-api",7630 "sc-consensus-babe",7631 "sp-blockchain",7632 "tracing-gum",7633]76347635[[package]]7636name = "polkadot-node-core-chain-selection"7637version = "0.9.30"7638source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7639dependencies = [7640 "futures 0.3.25",7641 "futures-timer",7642 "kvdb",7643 "parity-scale-codec 3.2.1",7644 "polkadot-node-primitives",7645 "polkadot-node-subsystem",7646 "polkadot-node-subsystem-util",7647 "polkadot-primitives",7648 "thiserror",7649 "tracing-gum",7650]76517652[[package]]7653name = "polkadot-node-core-dispute-coordinator"7654version = "0.9.30"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7656dependencies = [7657 "fatality",7658 "futures 0.3.25",7659 "kvdb",7660 "lru 0.7.8",7661 "parity-scale-codec 3.2.1",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-primitives",7666 "sc-keystore",7667 "thiserror",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-parachains-inherent"7673version = "0.9.30"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7675dependencies = [7676 "async-trait",7677 "futures 0.3.25",7678 "futures-timer",7679 "polkadot-node-subsystem",7680 "polkadot-primitives",7681 "sp-blockchain",7682 "sp-inherents",7683 "sp-runtime",7684 "thiserror",7685 "tracing-gum",7686]76877688[[package]]7689name = "polkadot-node-core-provisioner"7690version = "0.9.30"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7692dependencies = [7693 "bitvec 1.0.1",7694 "fatality",7695 "futures 0.3.25",7696 "futures-timer",7697 "polkadot-node-primitives",7698 "polkadot-node-subsystem",7699 "polkadot-node-subsystem-util",7700 "polkadot-primitives",7701 "rand 0.8.5",7702 "thiserror",7703 "tracing-gum",7704]77057706[[package]]7707name = "polkadot-node-core-pvf"7708version = "0.9.30"7709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7710dependencies = [7711 "always-assert",7712 "assert_matches",7713 "async-process",7714 "async-std",7715 "futures 0.3.25",7716 "futures-timer",7717 "parity-scale-codec 3.2.1",7718 "pin-project",7719 "polkadot-core-primitives",7720 "polkadot-node-metrics",7721 "polkadot-parachain",7722 "rand 0.8.5",7723 "rayon",7724 "sc-executor",7725 "sc-executor-common",7726 "sc-executor-wasmtime",7727 "slotmap",7728 "sp-core",7729 "sp-externalities",7730 "sp-io",7731 "sp-maybe-compressed-blob",7732 "sp-tracing",7733 "sp-wasm-interface",7734 "tempfile",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-node-core-pvf-checker"7740version = "0.9.30"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7742dependencies = [7743 "futures 0.3.25",7744 "polkadot-node-primitives",7745 "polkadot-node-subsystem",7746 "polkadot-node-subsystem-util",7747 "polkadot-overseer",7748 "polkadot-primitives",7749 "sp-keystore",7750 "thiserror",7751 "tracing-gum",7752]77537754[[package]]7755name = "polkadot-node-core-runtime-api"7756version = "0.9.30"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7758dependencies = [7759 "futures 0.3.25",7760 "memory-lru",7761 "parity-util-mem",7762 "polkadot-node-subsystem",7763 "polkadot-node-subsystem-types",7764 "polkadot-node-subsystem-util",7765 "polkadot-primitives",7766 "sp-consensus-babe",7767 "tracing-gum",7768]77697770[[package]]7771name = "polkadot-node-jaeger"7772version = "0.9.30"7773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7774dependencies = [7775 "async-std",7776 "lazy_static",7777 "log",7778 "mick-jaeger",7779 "parity-scale-codec 3.2.1",7780 "parking_lot 0.12.1",7781 "polkadot-node-primitives",7782 "polkadot-primitives",7783 "sc-network",7784 "sp-core",7785 "thiserror",7786]77877788[[package]]7789name = "polkadot-node-metrics"7790version = "0.9.30"7791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7792dependencies = [7793 "bs58",7794 "futures 0.3.25",7795 "futures-timer",7796 "log",7797 "parity-scale-codec 3.2.1",7798 "polkadot-primitives",7799 "prioritized-metered-channel",7800 "sc-cli",7801 "sc-service",7802 "sc-tracing",7803 "substrate-prometheus-endpoint",7804 "tracing-gum",7805]78067807[[package]]7808name = "polkadot-node-network-protocol"7809version = "0.9.30"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7811dependencies = [7812 "async-trait",7813 "derive_more",7814 "fatality",7815 "futures 0.3.25",7816 "hex",7817 "parity-scale-codec 3.2.1",7818 "polkadot-node-jaeger",7819 "polkadot-node-primitives",7820 "polkadot-primitives",7821 "rand 0.8.5",7822 "sc-authority-discovery",7823 "sc-network",7824 "sc-network-common",7825 "strum",7826 "thiserror",7827 "tracing-gum",7828]78297830[[package]]7831name = "polkadot-node-primitives"7832version = "0.9.30"7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7834dependencies = [7835 "bounded-vec",7836 "futures 0.3.25",7837 "parity-scale-codec 3.2.1",7838 "polkadot-parachain",7839 "polkadot-primitives",7840 "schnorrkel",7841 "serde",7842 "sp-application-crypto",7843 "sp-consensus-babe",7844 "sp-consensus-vrf",7845 "sp-core",7846 "sp-keystore",7847 "sp-maybe-compressed-blob",7848 "thiserror",7849 "zstd",7850]78517852[[package]]7853name = "polkadot-node-subsystem"7854version = "0.9.30"7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7856dependencies = [7857 "polkadot-node-jaeger",7858 "polkadot-node-subsystem-types",7859 "polkadot-overseer",7860]78617862[[package]]7863name = "polkadot-node-subsystem-types"7864version = "0.9.30"7865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7866dependencies = [7867 "async-trait",7868 "derive_more",7869 "futures 0.3.25",7870 "orchestra",7871 "polkadot-node-jaeger",7872 "polkadot-node-network-protocol",7873 "polkadot-node-primitives",7874 "polkadot-primitives",7875 "polkadot-statement-table",7876 "sc-network",7877 "smallvec",7878 "sp-api",7879 "sp-authority-discovery",7880 "sp-consensus-babe",7881 "substrate-prometheus-endpoint",7882 "thiserror",7883]78847885[[package]]7886name = "polkadot-node-subsystem-util"7887version = "0.9.30"7888source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7889dependencies = [7890 "async-trait",7891 "derive_more",7892 "fatality",7893 "futures 0.3.25",7894 "itertools",7895 "kvdb",7896 "lru 0.7.8",7897 "parity-db",7898 "parity-scale-codec 3.2.1",7899 "parity-util-mem",7900 "parking_lot 0.11.2",7901 "pin-project",7902 "polkadot-node-jaeger",7903 "polkadot-node-metrics",7904 "polkadot-node-network-protocol",7905 "polkadot-node-primitives",7906 "polkadot-node-subsystem",7907 "polkadot-overseer",7908 "polkadot-primitives",7909 "prioritized-metered-channel",7910 "rand 0.8.5",7911 "sp-application-crypto",7912 "sp-core",7913 "sp-keystore",7914 "thiserror",7915 "tracing-gum",7916]79177918[[package]]7919name = "polkadot-overseer"7920version = "0.9.30"7921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7922dependencies = [7923 "async-trait",7924 "futures 0.3.25",7925 "futures-timer",7926 "lru 0.7.8",7927 "orchestra",7928 "parity-util-mem",7929 "parking_lot 0.12.1",7930 "polkadot-node-metrics",7931 "polkadot-node-network-protocol",7932 "polkadot-node-primitives",7933 "polkadot-node-subsystem-types",7934 "polkadot-primitives",7935 "sc-client-api",7936 "sp-api",7937 "sp-core",7938 "tracing-gum",7939]79407941[[package]]7942name = "polkadot-parachain"7943version = "0.9.30"7944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7945dependencies = [7946 "derive_more",7947 "frame-support",7948 "parity-scale-codec 3.2.1",7949 "parity-util-mem",7950 "polkadot-core-primitives",7951 "scale-info",7952 "serde",7953 "sp-core",7954 "sp-runtime",7955 "sp-std",7956]79577958[[package]]7959name = "polkadot-performance-test"7960version = "0.9.30"7961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7962dependencies = [7963 "env_logger",7964 "kusama-runtime",7965 "log",7966 "polkadot-erasure-coding",7967 "polkadot-node-core-pvf",7968 "polkadot-node-primitives",7969 "quote",7970 "thiserror",7971]79727973[[package]]7974name = "polkadot-primitives"7975version = "0.9.30"7976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7977dependencies = [7978 "bitvec 1.0.1",7979 "frame-system",7980 "hex-literal",7981 "parity-scale-codec 3.2.1",7982 "parity-util-mem",7983 "polkadot-core-primitives",7984 "polkadot-parachain",7985 "scale-info",7986 "serde",7987 "sp-api",7988 "sp-application-crypto",7989 "sp-arithmetic",7990 "sp-authority-discovery",7991 "sp-consensus-slots",7992 "sp-core",7993 "sp-inherents",7994 "sp-io",7995 "sp-keystore",7996 "sp-runtime",7997 "sp-staking",7998 "sp-std",7999 "sp-trie",8000 "sp-version",8001]80028003[[package]]8004name = "polkadot-rpc"8005version = "0.9.30"8006source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8007dependencies = [8008 "beefy-gadget",8009 "beefy-gadget-rpc",8010 "jsonrpsee",8011 "pallet-mmr-rpc",8012 "pallet-transaction-payment-rpc",8013 "polkadot-primitives",8014 "sc-chain-spec",8015 "sc-client-api",8016 "sc-consensus-babe",8017 "sc-consensus-babe-rpc",8018 "sc-consensus-epochs",8019 "sc-finality-grandpa",8020 "sc-finality-grandpa-rpc",8021 "sc-rpc",8022 "sc-sync-state-rpc",8023 "sc-transaction-pool-api",8024 "sp-api",8025 "sp-block-builder",8026 "sp-blockchain",8027 "sp-consensus",8028 "sp-consensus-babe",8029 "sp-keystore",8030 "sp-runtime",8031 "substrate-frame-rpc-system",8032 "substrate-state-trie-migration-rpc",8033]80348035[[package]]8036name = "polkadot-runtime"8037version = "0.9.30"8038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8039dependencies = [8040 "beefy-primitives",8041 "bitvec 1.0.1",8042 "frame-benchmarking",8043 "frame-election-provider-support",8044 "frame-executive",8045 "frame-support",8046 "frame-system",8047 "frame-system-benchmarking",8048 "frame-system-rpc-runtime-api",8049 "frame-try-runtime",8050 "hex-literal",8051 "log",8052 "pallet-authority-discovery",8053 "pallet-authorship",8054 "pallet-babe",8055 "pallet-bags-list",8056 "pallet-balances",8057 "pallet-bounties",8058 "pallet-child-bounties",8059 "pallet-collective",8060 "pallet-democracy",8061 "pallet-election-provider-multi-phase",8062 "pallet-election-provider-support-benchmarking",8063 "pallet-elections-phragmen",8064 "pallet-fast-unstake",8065 "pallet-grandpa",8066 "pallet-identity",8067 "pallet-im-online",8068 "pallet-indices",8069 "pallet-membership",8070 "pallet-multisig",8071 "pallet-nomination-pools",8072 "pallet-nomination-pools-benchmarking",8073 "pallet-nomination-pools-runtime-api",8074 "pallet-offences",8075 "pallet-offences-benchmarking",8076 "pallet-preimage",8077 "pallet-proxy",8078 "pallet-scheduler",8079 "pallet-session",8080 "pallet-session-benchmarking",8081 "pallet-staking",8082 "pallet-staking-reward-curve",8083 "pallet-timestamp",8084 "pallet-tips",8085 "pallet-transaction-payment",8086 "pallet-transaction-payment-rpc-runtime-api",8087 "pallet-treasury",8088 "pallet-utility",8089 "pallet-vesting",8090 "pallet-xcm",8091 "parity-scale-codec 3.2.1",8092 "polkadot-primitives",8093 "polkadot-runtime-common",8094 "polkadot-runtime-constants",8095 "polkadot-runtime-parachains",8096 "rustc-hex",8097 "scale-info",8098 "serde",8099 "serde_derive",8100 "smallvec",8101 "sp-api",8102 "sp-authority-discovery",8103 "sp-block-builder",8104 "sp-consensus-babe",8105 "sp-core",8106 "sp-inherents",8107 "sp-io",8108 "sp-mmr-primitives",8109 "sp-npos-elections",8110 "sp-offchain",8111 "sp-runtime",8112 "sp-session",8113 "sp-staking",8114 "sp-std",8115 "sp-transaction-pool",8116 "sp-version",8117 "static_assertions",8118 "substrate-wasm-builder",8119 "xcm",8120 "xcm-builder",8121 "xcm-executor",8122]81238124[[package]]8125name = "polkadot-runtime-common"8126version = "0.9.30"8127source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8128dependencies = [8129 "beefy-primitives",8130 "bitvec 1.0.1",8131 "frame-benchmarking",8132 "frame-election-provider-support",8133 "frame-support",8134 "frame-system",8135 "impl-trait-for-tuples",8136 "libsecp256k1",8137 "log",8138 "pallet-authorship",8139 "pallet-babe",8140 "pallet-bags-list",8141 "pallet-balances",8142 "pallet-beefy-mmr",8143 "pallet-election-provider-multi-phase",8144 "pallet-session",8145 "pallet-staking",8146 "pallet-timestamp",8147 "pallet-transaction-payment",8148 "pallet-treasury",8149 "pallet-vesting",8150 "parity-scale-codec 3.2.1",8151 "polkadot-primitives",8152 "polkadot-runtime-parachains",8153 "rustc-hex",8154 "scale-info",8155 "serde",8156 "serde_derive",8157 "slot-range-helper",8158 "sp-api",8159 "sp-core",8160 "sp-inherents",8161 "sp-io",8162 "sp-npos-elections",8163 "sp-runtime",8164 "sp-session",8165 "sp-staking",8166 "sp-std",8167 "static_assertions",8168 "xcm",8169]81708171[[package]]8172name = "polkadot-runtime-constants"8173version = "0.9.30"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8175dependencies = [8176 "frame-support",8177 "polkadot-primitives",8178 "polkadot-runtime-common",8179 "smallvec",8180 "sp-runtime",8181]81828183[[package]]8184name = "polkadot-runtime-metrics"8185version = "0.9.30"8186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8187dependencies = [8188 "bs58",8189 "parity-scale-codec 3.2.1",8190 "polkadot-primitives",8191 "sp-std",8192 "sp-tracing",8193]81948195[[package]]8196name = "polkadot-runtime-parachains"8197version = "0.9.30"8198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8199dependencies = [8200 "bitflags",8201 "bitvec 1.0.1",8202 "derive_more",8203 "frame-benchmarking",8204 "frame-support",8205 "frame-system",8206 "log",8207 "pallet-authority-discovery",8208 "pallet-authorship",8209 "pallet-babe",8210 "pallet-balances",8211 "pallet-session",8212 "pallet-staking",8213 "pallet-timestamp",8214 "pallet-vesting",8215 "parity-scale-codec 3.2.1",8216 "polkadot-primitives",8217 "polkadot-runtime-metrics",8218 "rand 0.8.5",8219 "rand_chacha 0.3.1",8220 "rustc-hex",8221 "scale-info",8222 "serde",8223 "sp-api",8224 "sp-application-crypto",8225 "sp-core",8226 "sp-inherents",8227 "sp-io",8228 "sp-keystore",8229 "sp-runtime",8230 "sp-session",8231 "sp-staking",8232 "sp-std",8233 "static_assertions",8234 "xcm",8235 "xcm-executor",8236]82378238[[package]]8239name = "polkadot-service"8240version = "0.9.30"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8242dependencies = [8243 "async-trait",8244 "beefy-gadget",8245 "beefy-primitives",8246 "frame-support",8247 "frame-system-rpc-runtime-api",8248 "futures 0.3.25",8249 "hex-literal",8250 "kusama-runtime",8251 "kvdb",8252 "kvdb-rocksdb",8253 "lru 0.7.8",8254 "pallet-babe",8255 "pallet-im-online",8256 "pallet-staking",8257 "pallet-transaction-payment-rpc-runtime-api",8258 "parity-db",8259 "polkadot-approval-distribution",8260 "polkadot-availability-bitfield-distribution",8261 "polkadot-availability-distribution",8262 "polkadot-availability-recovery",8263 "polkadot-client",8264 "polkadot-collator-protocol",8265 "polkadot-dispute-distribution",8266 "polkadot-gossip-support",8267 "polkadot-network-bridge",8268 "polkadot-node-collation-generation",8269 "polkadot-node-core-approval-voting",8270 "polkadot-node-core-av-store",8271 "polkadot-node-core-backing",8272 "polkadot-node-core-bitfield-signing",8273 "polkadot-node-core-candidate-validation",8274 "polkadot-node-core-chain-api",8275 "polkadot-node-core-chain-selection",8276 "polkadot-node-core-dispute-coordinator",8277 "polkadot-node-core-parachains-inherent",8278 "polkadot-node-core-provisioner",8279 "polkadot-node-core-pvf-checker",8280 "polkadot-node-core-runtime-api",8281 "polkadot-node-network-protocol",8282 "polkadot-node-primitives",8283 "polkadot-node-subsystem",8284 "polkadot-node-subsystem-types",8285 "polkadot-node-subsystem-util",8286 "polkadot-overseer",8287 "polkadot-parachain",8288 "polkadot-primitives",8289 "polkadot-rpc",8290 "polkadot-runtime",8291 "polkadot-runtime-constants",8292 "polkadot-runtime-parachains",8293 "polkadot-statement-distribution",8294 "rococo-runtime",8295 "sc-authority-discovery",8296 "sc-basic-authorship",8297 "sc-block-builder",8298 "sc-chain-spec",8299 "sc-client-api",8300 "sc-client-db",8301 "sc-consensus",8302 "sc-consensus-babe",8303 "sc-consensus-slots",8304 "sc-executor",8305 "sc-finality-grandpa",8306 "sc-keystore",8307 "sc-network",8308 "sc-network-common",8309 "sc-offchain",8310 "sc-service",8311 "sc-sync-state-rpc",8312 "sc-sysinfo",8313 "sc-telemetry",8314 "sc-transaction-pool",8315 "serde",8316 "serde_json",8317 "sp-api",8318 "sp-authority-discovery",8319 "sp-block-builder",8320 "sp-blockchain",8321 "sp-consensus",8322 "sp-consensus-babe",8323 "sp-core",8324 "sp-finality-grandpa",8325 "sp-inherents",8326 "sp-io",8327 "sp-keystore",8328 "sp-offchain",8329 "sp-runtime",8330 "sp-session",8331 "sp-state-machine",8332 "sp-storage",8333 "sp-timestamp",8334 "sp-transaction-pool",8335 "sp-trie",8336 "substrate-prometheus-endpoint",8337 "thiserror",8338 "tracing-gum",8339 "westend-runtime",8340]83418342[[package]]8343name = "polkadot-statement-distribution"8344version = "0.9.30"8345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8346dependencies = [8347 "arrayvec 0.5.2",8348 "fatality",8349 "futures 0.3.25",8350 "indexmap",8351 "parity-scale-codec 3.2.1",8352 "polkadot-node-network-protocol",8353 "polkadot-node-primitives",8354 "polkadot-node-subsystem",8355 "polkadot-node-subsystem-util",8356 "polkadot-primitives",8357 "sp-keystore",8358 "sp-staking",8359 "thiserror",8360 "tracing-gum",8361]83628363[[package]]8364name = "polkadot-statement-table"8365version = "0.9.30"8366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8367dependencies = [8368 "parity-scale-codec 3.2.1",8369 "polkadot-primitives",8370 "sp-core",8371]83728373[[package]]8374name = "polkadot-test-runtime"8375version = "0.9.30"8376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8377dependencies = [8378 "beefy-primitives",8379 "bitvec 1.0.1",8380 "frame-election-provider-support",8381 "frame-executive",8382 "frame-support",8383 "frame-system",8384 "frame-system-rpc-runtime-api",8385 "log",8386 "pallet-authority-discovery",8387 "pallet-authorship",8388 "pallet-babe",8389 "pallet-balances",8390 "pallet-grandpa",8391 "pallet-indices",8392 "pallet-offences",8393 "pallet-session",8394 "pallet-staking",8395 "pallet-staking-reward-curve",8396 "pallet-sudo",8397 "pallet-timestamp",8398 "pallet-transaction-payment",8399 "pallet-transaction-payment-rpc-runtime-api",8400 "pallet-vesting",8401 "pallet-xcm",8402 "parity-scale-codec 3.2.1",8403 "polkadot-parachain",8404 "polkadot-primitives",8405 "polkadot-runtime-common",8406 "polkadot-runtime-parachains",8407 "rustc-hex",8408 "scale-info",8409 "serde",8410 "serde_derive",8411 "smallvec",8412 "sp-api",8413 "sp-authority-discovery",8414 "sp-block-builder",8415 "sp-consensus-babe",8416 "sp-core",8417 "sp-inherents",8418 "sp-io",8419 "sp-mmr-primitives",8420 "sp-offchain",8421 "sp-runtime",8422 "sp-session",8423 "sp-staking",8424 "sp-std",8425 "sp-transaction-pool",8426 "sp-version",8427 "substrate-wasm-builder",8428 "test-runtime-constants",8429 "xcm",8430 "xcm-builder",8431 "xcm-executor",8432]84338434[[package]]8435name = "polkadot-test-service"8436version = "0.9.30"8437source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8438dependencies = [8439 "frame-benchmarking",8440 "frame-system",8441 "futures 0.3.25",8442 "hex",8443 "pallet-balances",8444 "pallet-staking",8445 "pallet-transaction-payment",8446 "polkadot-node-primitives",8447 "polkadot-node-subsystem",8448 "polkadot-overseer",8449 "polkadot-parachain",8450 "polkadot-primitives",8451 "polkadot-rpc",8452 "polkadot-runtime-common",8453 "polkadot-runtime-parachains",8454 "polkadot-service",8455 "polkadot-test-runtime",8456 "rand 0.8.5",8457 "sc-authority-discovery",8458 "sc-chain-spec",8459 "sc-cli",8460 "sc-client-api",8461 "sc-consensus",8462 "sc-consensus-babe",8463 "sc-executor",8464 "sc-finality-grandpa",8465 "sc-network",8466 "sc-network-common",8467 "sc-service",8468 "sc-tracing",8469 "sc-transaction-pool",8470 "sp-arithmetic",8471 "sp-authority-discovery",8472 "sp-blockchain",8473 "sp-consensus",8474 "sp-consensus-babe",8475 "sp-core",8476 "sp-finality-grandpa",8477 "sp-inherents",8478 "sp-keyring",8479 "sp-runtime",8480 "sp-state-machine",8481 "substrate-test-client",8482 "tempfile",8483 "test-runtime-constants",8484 "tokio",8485 "tracing-gum",8486]84878488[[package]]8489name = "polling"8490version = "2.3.0"8491source = "registry+https://github.com/rust-lang/crates.io-index"8492checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"8493dependencies = [8494 "autocfg",8495 "cfg-if 1.0.0",8496 "libc",8497 "log",8498 "wepoll-ffi",8499 "winapi",8500]85018502[[package]]8503name = "poly1305"8504version = "0.7.2"8505source = "registry+https://github.com/rust-lang/crates.io-index"8506checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8507dependencies = [8508 "cpufeatures",8509 "opaque-debug 0.3.0",8510 "universal-hash",8511]85128513[[package]]8514name = "polyval"8515version = "0.5.3"8516source = "registry+https://github.com/rust-lang/crates.io-index"8517checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8518dependencies = [8519 "cfg-if 1.0.0",8520 "cpufeatures",8521 "opaque-debug 0.3.0",8522 "universal-hash",8523]85248525[[package]]8526name = "ppv-lite86"8527version = "0.2.16"8528source = "registry+https://github.com/rust-lang/crates.io-index"8529checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85308531[[package]]8532name = "primitive-types"8533version = "0.11.1"8534source = "registry+https://github.com/rust-lang/crates.io-index"8535checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8536dependencies = [8537 "fixed-hash",8538 "impl-codec",8539 "impl-rlp",8540 "impl-serde",8541 "scale-info",8542 "uint",8543]85448545[[package]]8546name = "prioritized-metered-channel"8547version = "0.2.0"8548source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8549dependencies = [8550 "coarsetime",8551 "crossbeam-queue",8552 "derive_more",8553 "futures 0.3.25",8554 "futures-timer",8555 "nanorand",8556 "thiserror",8557 "tracing",8558]85598560[[package]]8561name = "proc-macro-crate"8562version = "1.2.1"8563source = "registry+https://github.com/rust-lang/crates.io-index"8564checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8565dependencies = [8566 "once_cell",8567 "thiserror",8568 "toml",8569]85708571[[package]]8572name = "proc-macro-error"8573version = "1.0.4"8574source = "registry+https://github.com/rust-lang/crates.io-index"8575checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8576dependencies = [8577 "proc-macro-error-attr",8578 "proc-macro2",8579 "quote",8580 "syn",8581 "version_check",8582]85838584[[package]]8585name = "proc-macro-error-attr"8586version = "1.0.4"8587source = "registry+https://github.com/rust-lang/crates.io-index"8588checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8589dependencies = [8590 "proc-macro2",8591 "quote",8592 "version_check",8593]85948595[[package]]8596name = "proc-macro2"8597version = "1.0.47"8598source = "registry+https://github.com/rust-lang/crates.io-index"8599checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8600dependencies = [8601 "unicode-ident",8602]86038604[[package]]8605name = "prometheus"8606version = "0.13.3"8607source = "registry+https://github.com/rust-lang/crates.io-index"8608checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8609dependencies = [8610 "cfg-if 1.0.0",8611 "fnv",8612 "lazy_static",8613 "memchr",8614 "parking_lot 0.12.1",8615 "thiserror",8616]86178618[[package]]8619name = "prometheus-client"8620version = "0.16.0"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8623dependencies = [8624 "dtoa",8625 "itoa",8626 "owning_ref",8627 "prometheus-client-derive-text-encode",8628]86298630[[package]]8631name = "prometheus-client-derive-text-encode"8632version = "0.2.0"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8635dependencies = [8636 "proc-macro2",8637 "quote",8638 "syn",8639]86408641[[package]]8642name = "prost"8643version = "0.10.4"8644source = "registry+https://github.com/rust-lang/crates.io-index"8645checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8646dependencies = [8647 "bytes",8648 "prost-derive 0.10.1",8649]86508651[[package]]8652name = "prost"8653version = "0.11.0"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8656dependencies = [8657 "bytes",8658 "prost-derive 0.11.0",8659]86608661[[package]]8662name = "prost-build"8663version = "0.10.4"8664source = "registry+https://github.com/rust-lang/crates.io-index"8665checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8666dependencies = [8667 "bytes",8668 "cfg-if 1.0.0",8669 "cmake",8670 "heck",8671 "itertools",8672 "lazy_static",8673 "log",8674 "multimap",8675 "petgraph",8676 "prost 0.10.4",8677 "prost-types 0.10.1",8678 "regex",8679 "tempfile",8680 "which",8681]86828683[[package]]8684name = "prost-build"8685version = "0.11.1"8686source = "registry+https://github.com/rust-lang/crates.io-index"8687checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8688dependencies = [8689 "bytes",8690 "heck",8691 "itertools",8692 "lazy_static",8693 "log",8694 "multimap",8695 "petgraph",8696 "prost 0.11.0",8697 "prost-types 0.11.1",8698 "regex",8699 "tempfile",8700 "which",8701]87028703[[package]]8704name = "prost-codec"8705version = "0.1.0"8706source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8708dependencies = [8709 "asynchronous-codec",8710 "bytes",8711 "prost 0.10.4",8712 "thiserror",8713 "unsigned-varint",8714]87158716[[package]]8717name = "prost-derive"8718version = "0.10.1"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8721dependencies = [8722 "anyhow",8723 "itertools",8724 "proc-macro2",8725 "quote",8726 "syn",8727]87288729[[package]]8730name = "prost-derive"8731version = "0.11.0"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8734dependencies = [8735 "anyhow",8736 "itertools",8737 "proc-macro2",8738 "quote",8739 "syn",8740]87418742[[package]]8743name = "prost-types"8744version = "0.10.1"8745source = "registry+https://github.com/rust-lang/crates.io-index"8746checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8747dependencies = [8748 "bytes",8749 "prost 0.10.4",8750]87518752[[package]]8753name = "prost-types"8754version = "0.11.1"8755source = "registry+https://github.com/rust-lang/crates.io-index"8756checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8757dependencies = [8758 "bytes",8759 "prost 0.11.0",8760]87618762[[package]]8763name = "psm"8764version = "0.1.21"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8767dependencies = [8768 "cc",8769]87708771[[package]]8772name = "quartz-runtime"8773version = "0.9.30"8774dependencies = [8775 "app-promotion-rpc",8776 "cumulus-pallet-aura-ext",8777 "cumulus-pallet-dmp-queue",8778 "cumulus-pallet-parachain-system",8779 "cumulus-pallet-xcm",8780 "cumulus-pallet-xcmp-queue",8781 "cumulus-primitives-core",8782 "cumulus-primitives-timestamp",8783 "cumulus-primitives-utility",8784 "derivative",8785 "evm-coder",8786 "fp-evm-mapping",8787 "fp-rpc",8788 "fp-self-contained",8789 "frame-benchmarking",8790 "frame-executive",8791 "frame-support",8792 "frame-system",8793 "frame-system-benchmarking",8794 "frame-system-rpc-runtime-api",8795 "frame-try-runtime",8796 "hex-literal",8797 "impl-trait-for-tuples",8798 "log",8799 "logtest",8800 "orml-tokens",8801 "orml-traits",8802 "orml-vesting",8803 "orml-xtokens",8804 "pallet-app-promotion",8805 "pallet-aura",8806 "pallet-balances",8807 "pallet-base-fee",8808 "pallet-common",8809 "pallet-configuration",8810 "pallet-ethereum",8811 "pallet-evm",8812 "pallet-evm-coder-substrate",8813 "pallet-evm-contract-helpers",8814 "pallet-evm-migration",8815 "pallet-evm-transaction-payment",8816 "pallet-foreign-assets",8817 "pallet-fungible",8818 "pallet-inflation",8819 "pallet-nonfungible",8820 "pallet-randomness-collective-flip",8821 "pallet-refungible",8822 "pallet-rmrk-core",8823 "pallet-rmrk-equip",8824 "pallet-structure",8825 "pallet-sudo",8826 "pallet-template-transaction-payment",8827 "pallet-timestamp",8828 "pallet-transaction-payment",8829 "pallet-transaction-payment-rpc-runtime-api",8830 "pallet-treasury",8831 "pallet-unique",8832 "pallet-unique-scheduler",8833 "pallet-xcm",8834 "parachain-info",8835 "parity-scale-codec 3.2.1",8836 "polkadot-parachain",8837 "rmrk-rpc",8838 "scale-info",8839 "serde",8840 "smallvec",8841 "sp-api",8842 "sp-arithmetic",8843 "sp-block-builder",8844 "sp-consensus-aura",8845 "sp-core",8846 "sp-inherents",8847 "sp-io",8848 "sp-offchain",8849 "sp-runtime",8850 "sp-session",8851 "sp-std",8852 "sp-transaction-pool",8853 "sp-version",8854 "substrate-wasm-builder",8855 "up-common",8856 "up-data-structs",8857 "up-rpc",8858 "up-sponsorship",8859 "xcm",8860 "xcm-builder",8861 "xcm-executor",8862]88638864[[package]]8865name = "quick-error"8866version = "1.2.3"8867source = "registry+https://github.com/rust-lang/crates.io-index"8868checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88698870[[package]]8871name = "quicksink"8872version = "0.1.2"8873source = "registry+https://github.com/rust-lang/crates.io-index"8874checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8875dependencies = [8876 "futures-core",8877 "futures-sink",8878 "pin-project-lite 0.1.12",8879]88808881[[package]]8882name = "quote"8883version = "1.0.21"8884source = "registry+https://github.com/rust-lang/crates.io-index"8885checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8886dependencies = [8887 "proc-macro2",8888]88898890[[package]]8891name = "radium"8892version = "0.6.2"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"88958896[[package]]8897name = "radium"8898version = "0.7.0"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89018902[[package]]8903name = "rand"8904version = "0.7.3"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8907dependencies = [8908 "getrandom 0.1.16",8909 "libc",8910 "rand_chacha 0.2.2",8911 "rand_core 0.5.1",8912 "rand_hc",8913 "rand_pcg 0.2.1",8914]89158916[[package]]8917name = "rand"8918version = "0.8.5"8919source = "registry+https://github.com/rust-lang/crates.io-index"8920checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8921dependencies = [8922 "libc",8923 "rand_chacha 0.3.1",8924 "rand_core 0.6.4",8925]89268927[[package]]8928name = "rand_chacha"8929version = "0.2.2"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8932dependencies = [8933 "ppv-lite86",8934 "rand_core 0.5.1",8935]89368937[[package]]8938name = "rand_chacha"8939version = "0.3.1"8940source = "registry+https://github.com/rust-lang/crates.io-index"8941checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8942dependencies = [8943 "ppv-lite86",8944 "rand_core 0.6.4",8945]89468947[[package]]8948name = "rand_core"8949version = "0.5.1"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8952dependencies = [8953 "getrandom 0.1.16",8954]89558956[[package]]8957name = "rand_core"8958version = "0.6.4"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8961dependencies = [8962 "getrandom 0.2.8",8963]89648965[[package]]8966name = "rand_distr"8967version = "0.4.3"8968source = "registry+https://github.com/rust-lang/crates.io-index"8969checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8970dependencies = [8971 "num-traits",8972 "rand 0.8.5",8973]89748975[[package]]8976name = "rand_hc"8977version = "0.2.0"8978source = "registry+https://github.com/rust-lang/crates.io-index"8979checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8980dependencies = [8981 "rand_core 0.5.1",8982]89838984[[package]]8985name = "rand_pcg"8986version = "0.2.1"8987source = "registry+https://github.com/rust-lang/crates.io-index"8988checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8989dependencies = [8990 "rand_core 0.5.1",8991]89928993[[package]]8994name = "rand_pcg"8995version = "0.3.1"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8998dependencies = [8999 "rand_core 0.6.4",9000]90019002[[package]]9003name = "rawpointer"9004version = "0.2.1"9005source = "registry+https://github.com/rust-lang/crates.io-index"9006checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90079008[[package]]9009name = "rayon"9010version = "1.5.3"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9013dependencies = [9014 "autocfg",9015 "crossbeam-deque",9016 "either",9017 "rayon-core",9018]90199020[[package]]9021name = "rayon-core"9022version = "1.9.3"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9025dependencies = [9026 "crossbeam-channel",9027 "crossbeam-deque",9028 "crossbeam-utils",9029 "num_cpus",9030]90319032[[package]]9033name = "redox_syscall"9034version = "0.2.16"9035source = "registry+https://github.com/rust-lang/crates.io-index"9036checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9037dependencies = [9038 "bitflags",9039]90409041[[package]]9042name = "redox_users"9043version = "0.4.3"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9046dependencies = [9047 "getrandom 0.2.8",9048 "redox_syscall",9049 "thiserror",9050]90519052[[package]]9053name = "reed-solomon-novelpoly"9054version = "1.0.0"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9057dependencies = [9058 "derive_more",9059 "fs-err",9060 "itertools",9061 "static_init 0.5.2",9062 "thiserror",9063]90649065[[package]]9066name = "ref-cast"9067version = "1.0.12"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9070dependencies = [9071 "ref-cast-impl",9072]90739074[[package]]9075name = "ref-cast-impl"9076version = "1.0.12"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9079dependencies = [9080 "proc-macro2",9081 "quote",9082 "syn",9083]90849085[[package]]9086name = "regalloc2"9087version = "0.3.2"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9090dependencies = [9091 "fxhash",9092 "log",9093 "slice-group-by",9094 "smallvec",9095]90969097[[package]]9098name = "regex"9099version = "1.6.0"9100source = "registry+https://github.com/rust-lang/crates.io-index"9101checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9102dependencies = [9103 "aho-corasick",9104 "memchr",9105 "regex-syntax",9106]91079108[[package]]9109name = "regex-automata"9110version = "0.1.10"9111source = "registry+https://github.com/rust-lang/crates.io-index"9112checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9113dependencies = [9114 "regex-syntax",9115]91169117[[package]]9118name = "regex-syntax"9119version = "0.6.27"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91229123[[package]]9124name = "remote-externalities"9125version = "0.10.0-dev"9126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9127dependencies = [9128 "env_logger",9129 "jsonrpsee",9130 "log",9131 "parity-scale-codec 3.2.1",9132 "serde",9133 "serde_json",9134 "sp-core",9135 "sp-io",9136 "sp-runtime",9137 "sp-version",9138]91399140[[package]]9141name = "remove_dir_all"9142version = "0.5.3"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9145dependencies = [9146 "winapi",9147]91489149[[package]]9150name = "resolv-conf"9151version = "0.7.0"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9154dependencies = [9155 "hostname",9156 "quick-error",9157]91589159[[package]]9160name = "rfc6979"9161version = "0.1.0"9162source = "registry+https://github.com/rust-lang/crates.io-index"9163checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9164dependencies = [9165 "crypto-bigint",9166 "hmac 0.11.0",9167 "zeroize",9168]91699170[[package]]9171name = "ring"9172version = "0.16.20"9173source = "registry+https://github.com/rust-lang/crates.io-index"9174checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9175dependencies = [9176 "cc",9177 "libc",9178 "once_cell",9179 "spin",9180 "untrusted",9181 "web-sys",9182 "winapi",9183]91849185[[package]]9186name = "rlp"9187version = "0.5.2"9188source = "registry+https://github.com/rust-lang/crates.io-index"9189checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9190dependencies = [9191 "bytes",9192 "rustc-hex",9193]91949195[[package]]9196name = "rlp-derive"9197version = "0.1.0"9198source = "registry+https://github.com/rust-lang/crates.io-index"9199checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9200dependencies = [9201 "proc-macro2",9202 "quote",9203 "syn",9204]92059206[[package]]9207name = "rmrk-rpc"9208version = "0.0.2"9209dependencies = [9210 "parity-scale-codec 2.3.1",9211 "rmrk-traits",9212 "serde",9213 "sp-api",9214 "sp-core",9215 "sp-runtime",9216 "sp-std",9217]92189219[[package]]9220name = "rmrk-traits"9221version = "0.1.0"9222dependencies = [9223 "parity-scale-codec 3.2.1",9224 "scale-info",9225 "serde",9226]92279228[[package]]9229name = "rocksdb"9230version = "0.18.0"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9233dependencies = [9234 "libc",9235 "librocksdb-sys",9236]92379238[[package]]9239name = "rococo-runtime"9240version = "0.9.30"9241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9242dependencies = [9243 "beefy-merkle-tree",9244 "beefy-primitives",9245 "frame-benchmarking",9246 "frame-executive",9247 "frame-support",9248 "frame-system",9249 "frame-system-benchmarking",9250 "frame-system-rpc-runtime-api",9251 "hex-literal",9252 "log",9253 "pallet-authority-discovery",9254 "pallet-authorship",9255 "pallet-babe",9256 "pallet-balances",9257 "pallet-beefy",9258 "pallet-beefy-mmr",9259 "pallet-bounties",9260 "pallet-child-bounties",9261 "pallet-collective",9262 "pallet-democracy",9263 "pallet-elections-phragmen",9264 "pallet-gilt",9265 "pallet-grandpa",9266 "pallet-identity",9267 "pallet-im-online",9268 "pallet-indices",9269 "pallet-membership",9270 "pallet-mmr",9271 "pallet-multisig",9272 "pallet-offences",9273 "pallet-preimage",9274 "pallet-proxy",9275 "pallet-recovery",9276 "pallet-scheduler",9277 "pallet-session",9278 "pallet-society",9279 "pallet-staking",9280 "pallet-sudo",9281 "pallet-timestamp",9282 "pallet-tips",9283 "pallet-transaction-payment",9284 "pallet-transaction-payment-rpc-runtime-api",9285 "pallet-treasury",9286 "pallet-utility",9287 "pallet-vesting",9288 "pallet-xcm",9289 "pallet-xcm-benchmarks",9290 "parity-scale-codec 3.2.1",9291 "polkadot-parachain",9292 "polkadot-primitives",9293 "polkadot-runtime-common",9294 "polkadot-runtime-parachains",9295 "rococo-runtime-constants",9296 "scale-info",9297 "serde",9298 "serde_derive",9299 "smallvec",9300 "sp-api",9301 "sp-authority-discovery",9302 "sp-block-builder",9303 "sp-consensus-babe",9304 "sp-core",9305 "sp-inherents",9306 "sp-io",9307 "sp-mmr-primitives",9308 "sp-offchain",9309 "sp-runtime",9310 "sp-session",9311 "sp-staking",9312 "sp-std",9313 "sp-transaction-pool",9314 "sp-version",9315 "static_assertions",9316 "substrate-wasm-builder",9317 "xcm",9318 "xcm-builder",9319 "xcm-executor",9320]93219322[[package]]9323name = "rococo-runtime-constants"9324version = "0.9.30"9325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9326dependencies = [9327 "frame-support",9328 "polkadot-primitives",9329 "polkadot-runtime-common",9330 "smallvec",9331 "sp-runtime",9332]93339334[[package]]9335name = "rpassword"9336version = "7.1.0"9337source = "registry+https://github.com/rust-lang/crates.io-index"9338checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9339dependencies = [9340 "libc",9341 "winapi",9342]93439344[[package]]9345name = "rtnetlink"9346version = "0.10.1"9347source = "registry+https://github.com/rust-lang/crates.io-index"9348checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9349dependencies = [9350 "async-global-executor",9351 "futures 0.3.25",9352 "log",9353 "netlink-packet-route",9354 "netlink-proto",9355 "nix",9356 "thiserror",9357]93589359[[package]]9360name = "rustc-demangle"9361version = "0.1.21"9362source = "registry+https://github.com/rust-lang/crates.io-index"9363checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93649365[[package]]9366name = "rustc-hash"9367version = "1.1.0"9368source = "registry+https://github.com/rust-lang/crates.io-index"9369checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93709371[[package]]9372name = "rustc-hex"9373version = "2.1.0"9374source = "registry+https://github.com/rust-lang/crates.io-index"9375checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93769377[[package]]9378name = "rustc_version"9379version = "0.2.3"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9382dependencies = [9383 "semver 0.9.0",9384]93859386[[package]]9387name = "rustc_version"9388version = "0.4.0"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9391dependencies = [9392 "semver 1.0.14",9393]93949395[[package]]9396name = "rustix"9397version = "0.35.11"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"9400dependencies = [9401 "bitflags",9402 "errno",9403 "io-lifetimes",9404 "libc",9405 "linux-raw-sys",9406 "windows-sys 0.36.1",9407]94089409[[package]]9410name = "rustls"9411version = "0.20.7"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9414dependencies = [9415 "log",9416 "ring",9417 "sct",9418 "webpki",9419]94209421[[package]]9422name = "rustls-native-certs"9423version = "0.6.2"9424source = "registry+https://github.com/rust-lang/crates.io-index"9425checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9426dependencies = [9427 "openssl-probe",9428 "rustls-pemfile",9429 "schannel",9430 "security-framework",9431]94329433[[package]]9434name = "rustls-pemfile"9435version = "1.0.1"9436source = "registry+https://github.com/rust-lang/crates.io-index"9437checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9438dependencies = [9439 "base64",9440]94419442[[package]]9443name = "rustversion"9444version = "1.0.9"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94479448[[package]]9449name = "rw-stream-sink"9450version = "0.3.0"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9453dependencies = [9454 "futures 0.3.25",9455 "pin-project",9456 "static_assertions",9457]94589459[[package]]9460name = "ryu"9461version = "1.0.11"9462source = "registry+https://github.com/rust-lang/crates.io-index"9463checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94649465[[package]]9466name = "safe-mix"9467version = "1.0.1"9468source = "registry+https://github.com/rust-lang/crates.io-index"9469checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9470dependencies = [9471 "rustc_version 0.2.3",9472]94739474[[package]]9475name = "salsa20"9476version = "0.10.2"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9479dependencies = [9480 "cipher 0.4.3",9481]94829483[[package]]9484name = "same-file"9485version = "1.0.6"9486source = "registry+https://github.com/rust-lang/crates.io-index"9487checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9488dependencies = [9489 "winapi-util",9490]94919492[[package]]9493name = "sc-allocator"9494version = "4.1.0-dev"9495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9496dependencies = [9497 "log",9498 "sp-core",9499 "sp-wasm-interface",9500 "thiserror",9501]95029503[[package]]9504name = "sc-authority-discovery"9505version = "0.10.0-dev"9506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9507dependencies = [9508 "async-trait",9509 "futures 0.3.25",9510 "futures-timer",9511 "ip_network",9512 "libp2p",9513 "log",9514 "parity-scale-codec 3.2.1",9515 "prost 0.10.4",9516 "prost-build 0.10.4",9517 "rand 0.7.3",9518 "sc-client-api",9519 "sc-network-common",9520 "sp-api",9521 "sp-authority-discovery",9522 "sp-blockchain",9523 "sp-core",9524 "sp-keystore",9525 "sp-runtime",9526 "substrate-prometheus-endpoint",9527 "thiserror",9528]95299530[[package]]9531name = "sc-basic-authorship"9532version = "0.10.0-dev"9533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9534dependencies = [9535 "futures 0.3.25",9536 "futures-timer",9537 "log",9538 "parity-scale-codec 3.2.1",9539 "sc-block-builder",9540 "sc-client-api",9541 "sc-proposer-metrics",9542 "sc-telemetry",9543 "sc-transaction-pool-api",9544 "sp-api",9545 "sp-blockchain",9546 "sp-consensus",9547 "sp-core",9548 "sp-inherents",9549 "sp-runtime",9550 "substrate-prometheus-endpoint",9551]95529553[[package]]9554name = "sc-block-builder"9555version = "0.10.0-dev"9556source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9557dependencies = [9558 "parity-scale-codec 3.2.1",9559 "sc-client-api",9560 "sp-api",9561 "sp-block-builder",9562 "sp-blockchain",9563 "sp-core",9564 "sp-inherents",9565 "sp-runtime",9566 "sp-state-machine",9567]95689569[[package]]9570name = "sc-chain-spec"9571version = "4.0.0-dev"9572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9573dependencies = [9574 "impl-trait-for-tuples",9575 "memmap2",9576 "parity-scale-codec 3.2.1",9577 "sc-chain-spec-derive",9578 "sc-network-common",9579 "sc-telemetry",9580 "serde",9581 "serde_json",9582 "sp-core",9583 "sp-runtime",9584]95859586[[package]]9587name = "sc-chain-spec-derive"9588version = "4.0.0-dev"9589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9590dependencies = [9591 "proc-macro-crate",9592 "proc-macro2",9593 "quote",9594 "syn",9595]95969597[[package]]9598name = "sc-cli"9599version = "0.10.0-dev"9600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9601dependencies = [9602 "array-bytes",9603 "chrono",9604 "clap",9605 "fdlimit",9606 "futures 0.3.25",9607 "libp2p",9608 "log",9609 "names",9610 "parity-scale-codec 3.2.1",9611 "rand 0.7.3",9612 "regex",9613 "rpassword",9614 "sc-client-api",9615 "sc-client-db",9616 "sc-keystore",9617 "sc-network",9618 "sc-network-common",9619 "sc-service",9620 "sc-telemetry",9621 "sc-tracing",9622 "sc-utils",9623 "serde",9624 "serde_json",9625 "sp-blockchain",9626 "sp-core",9627 "sp-keyring",9628 "sp-keystore",9629 "sp-panic-handler",9630 "sp-runtime",9631 "sp-version",9632 "thiserror",9633 "tiny-bip39",9634 "tokio",9635]96369637[[package]]9638name = "sc-client-api"9639version = "4.0.0-dev"9640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9641dependencies = [9642 "fnv",9643 "futures 0.3.25",9644 "hash-db",9645 "log",9646 "parity-scale-codec 3.2.1",9647 "parking_lot 0.12.1",9648 "sc-executor",9649 "sc-transaction-pool-api",9650 "sc-utils",9651 "sp-api",9652 "sp-blockchain",9653 "sp-consensus",9654 "sp-core",9655 "sp-database",9656 "sp-externalities",9657 "sp-keystore",9658 "sp-runtime",9659 "sp-state-machine",9660 "sp-storage",9661 "sp-trie",9662 "substrate-prometheus-endpoint",9663]96649665[[package]]9666name = "sc-client-db"9667version = "0.10.0-dev"9668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9669dependencies = [9670 "hash-db",9671 "kvdb",9672 "kvdb-memorydb",9673 "kvdb-rocksdb",9674 "linked-hash-map",9675 "log",9676 "parity-db",9677 "parity-scale-codec 3.2.1",9678 "parking_lot 0.12.1",9679 "sc-client-api",9680 "sc-state-db",9681 "sp-arithmetic",9682 "sp-blockchain",9683 "sp-core",9684 "sp-database",9685 "sp-runtime",9686 "sp-state-machine",9687 "sp-trie",9688]96899690[[package]]9691name = "sc-consensus"9692version = "0.10.0-dev"9693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9694dependencies = [9695 "async-trait",9696 "futures 0.3.25",9697 "futures-timer",9698 "libp2p",9699 "log",9700 "parking_lot 0.12.1",9701 "sc-client-api",9702 "sc-utils",9703 "serde",9704 "sp-api",9705 "sp-blockchain",9706 "sp-consensus",9707 "sp-core",9708 "sp-runtime",9709 "sp-state-machine",9710 "substrate-prometheus-endpoint",9711 "thiserror",9712]97139714[[package]]9715name = "sc-consensus-aura"9716version = "0.10.0-dev"9717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9718dependencies = [9719 "async-trait",9720 "futures 0.3.25",9721 "log",9722 "parity-scale-codec 3.2.1",9723 "sc-block-builder",9724 "sc-client-api",9725 "sc-consensus",9726 "sc-consensus-slots",9727 "sc-telemetry",9728 "sp-api",9729 "sp-application-crypto",9730 "sp-block-builder",9731 "sp-blockchain",9732 "sp-consensus",9733 "sp-consensus-aura",9734 "sp-consensus-slots",9735 "sp-core",9736 "sp-inherents",9737 "sp-keystore",9738 "sp-runtime",9739 "substrate-prometheus-endpoint",9740 "thiserror",9741]97429743[[package]]9744name = "sc-consensus-babe"9745version = "0.10.0-dev"9746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9747dependencies = [9748 "async-trait",9749 "fork-tree",9750 "futures 0.3.25",9751 "log",9752 "merlin",9753 "num-bigint 0.2.6",9754 "num-rational 0.2.4",9755 "num-traits",9756 "parity-scale-codec 3.2.1",9757 "parking_lot 0.12.1",9758 "rand 0.7.3",9759 "sc-client-api",9760 "sc-consensus",9761 "sc-consensus-epochs",9762 "sc-consensus-slots",9763 "sc-keystore",9764 "sc-telemetry",9765 "schnorrkel",9766 "serde",9767 "sp-api",9768 "sp-application-crypto",9769 "sp-block-builder",9770 "sp-blockchain",9771 "sp-consensus",9772 "sp-consensus-babe",9773 "sp-consensus-slots",9774 "sp-consensus-vrf",9775 "sp-core",9776 "sp-inherents",9777 "sp-io",9778 "sp-keystore",9779 "sp-runtime",9780 "sp-version",9781 "substrate-prometheus-endpoint",9782 "thiserror",9783]97849785[[package]]9786name = "sc-consensus-babe-rpc"9787version = "0.10.0-dev"9788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9789dependencies = [9790 "futures 0.3.25",9791 "jsonrpsee",9792 "sc-consensus-babe",9793 "sc-consensus-epochs",9794 "sc-rpc-api",9795 "serde",9796 "sp-api",9797 "sp-application-crypto",9798 "sp-blockchain",9799 "sp-consensus",9800 "sp-consensus-babe",9801 "sp-core",9802 "sp-keystore",9803 "sp-runtime",9804 "thiserror",9805]98069807[[package]]9808name = "sc-consensus-epochs"9809version = "0.10.0-dev"9810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9811dependencies = [9812 "fork-tree",9813 "parity-scale-codec 3.2.1",9814 "sc-client-api",9815 "sc-consensus",9816 "sp-blockchain",9817 "sp-runtime",9818]98199820[[package]]9821name = "sc-consensus-manual-seal"9822version = "0.10.0-dev"9823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9824dependencies = [9825 "assert_matches",9826 "async-trait",9827 "futures 0.3.25",9828 "jsonrpsee",9829 "log",9830 "parity-scale-codec 3.2.1",9831 "sc-client-api",9832 "sc-consensus",9833 "sc-consensus-aura",9834 "sc-consensus-babe",9835 "sc-consensus-epochs",9836 "sc-transaction-pool",9837 "sc-transaction-pool-api",9838 "serde",9839 "sp-api",9840 "sp-blockchain",9841 "sp-consensus",9842 "sp-consensus-aura",9843 "sp-consensus-babe",9844 "sp-consensus-slots",9845 "sp-core",9846 "sp-inherents",9847 "sp-keystore",9848 "sp-runtime",9849 "sp-timestamp",9850 "substrate-prometheus-endpoint",9851 "thiserror",9852]98539854[[package]]9855name = "sc-consensus-slots"9856version = "0.10.0-dev"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9858dependencies = [9859 "async-trait",9860 "futures 0.3.25",9861 "futures-timer",9862 "log",9863 "parity-scale-codec 3.2.1",9864 "sc-client-api",9865 "sc-consensus",9866 "sc-telemetry",9867 "sp-arithmetic",9868 "sp-blockchain",9869 "sp-consensus",9870 "sp-consensus-slots",9871 "sp-core",9872 "sp-inherents",9873 "sp-runtime",9874 "sp-state-machine",9875 "thiserror",9876]98779878[[package]]9879name = "sc-executor"9880version = "0.10.0-dev"9881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9882dependencies = [9883 "lazy_static",9884 "lru 0.7.8",9885 "parity-scale-codec 3.2.1",9886 "parking_lot 0.12.1",9887 "sc-executor-common",9888 "sc-executor-wasmi",9889 "sc-executor-wasmtime",9890 "sp-api",9891 "sp-core",9892 "sp-core-hashing-proc-macro",9893 "sp-externalities",9894 "sp-io",9895 "sp-panic-handler",9896 "sp-runtime-interface",9897 "sp-tasks",9898 "sp-trie",9899 "sp-version",9900 "sp-wasm-interface",9901 "tracing",9902 "wasmi",9903]99049905[[package]]9906name = "sc-executor-common"9907version = "0.10.0-dev"9908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9909dependencies = [9910 "environmental",9911 "parity-scale-codec 3.2.1",9912 "sc-allocator",9913 "sp-maybe-compressed-blob",9914 "sp-sandbox",9915 "sp-wasm-interface",9916 "thiserror",9917 "wasm-instrument",9918 "wasmi",9919]99209921[[package]]9922name = "sc-executor-wasmi"9923version = "0.10.0-dev"9924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9925dependencies = [9926 "log",9927 "parity-scale-codec 3.2.1",9928 "sc-allocator",9929 "sc-executor-common",9930 "sp-runtime-interface",9931 "sp-sandbox",9932 "sp-wasm-interface",9933 "wasmi",9934]99359936[[package]]9937name = "sc-executor-wasmtime"9938version = "0.10.0-dev"9939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9940dependencies = [9941 "cfg-if 1.0.0",9942 "libc",9943 "log",9944 "once_cell",9945 "parity-scale-codec 3.2.1",9946 "parity-wasm 0.45.0",9947 "rustix",9948 "sc-allocator",9949 "sc-executor-common",9950 "sp-runtime-interface",9951 "sp-sandbox",9952 "sp-wasm-interface",9953 "wasmtime",9954]99559956[[package]]9957name = "sc-finality-grandpa"9958version = "0.10.0-dev"9959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9960dependencies = [9961 "ahash",9962 "array-bytes",9963 "async-trait",9964 "dyn-clone",9965 "finality-grandpa",9966 "fork-tree",9967 "futures 0.3.25",9968 "futures-timer",9969 "log",9970 "parity-scale-codec 3.2.1",9971 "parking_lot 0.12.1",9972 "rand 0.8.5",9973 "sc-block-builder",9974 "sc-chain-spec",9975 "sc-client-api",9976 "sc-consensus",9977 "sc-keystore",9978 "sc-network",9979 "sc-network-common",9980 "sc-network-gossip",9981 "sc-telemetry",9982 "sc-utils",9983 "serde_json",9984 "sp-api",9985 "sp-application-crypto",9986 "sp-arithmetic",9987 "sp-blockchain",9988 "sp-consensus",9989 "sp-core",9990 "sp-finality-grandpa",9991 "sp-keystore",9992 "sp-runtime",9993 "substrate-prometheus-endpoint",9994 "thiserror",9995]99969997[[package]]9998name = "sc-finality-grandpa-rpc"9999version = "0.10.0-dev"10000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10001dependencies = [10002 "finality-grandpa",10003 "futures 0.3.25",10004 "jsonrpsee",10005 "log",10006 "parity-scale-codec 3.2.1",10007 "sc-client-api",10008 "sc-finality-grandpa",10009 "sc-rpc",10010 "serde",10011 "serde_json",10012 "sp-blockchain",10013 "sp-core",10014 "sp-runtime",10015 "thiserror",10016]1001710018[[package]]10019name = "sc-informant"10020version = "0.10.0-dev"10021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10022dependencies = [10023 "ansi_term",10024 "futures 0.3.25",10025 "futures-timer",10026 "log",10027 "parity-util-mem",10028 "sc-client-api",10029 "sc-network-common",10030 "sc-transaction-pool-api",10031 "sp-blockchain",10032 "sp-runtime",10033]1003410035[[package]]10036name = "sc-keystore"10037version = "4.0.0-dev"10038source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10039dependencies = [10040 "array-bytes",10041 "async-trait",10042 "parking_lot 0.12.1",10043 "serde_json",10044 "sp-application-crypto",10045 "sp-core",10046 "sp-keystore",10047 "thiserror",10048]1004910050[[package]]10051name = "sc-network"10052version = "0.10.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10054dependencies = [10055 "array-bytes",10056 "async-trait",10057 "asynchronous-codec",10058 "bitflags",10059 "bytes",10060 "cid",10061 "either",10062 "fnv",10063 "fork-tree",10064 "futures 0.3.25",10065 "futures-timer",10066 "ip_network",10067 "libp2p",10068 "linked-hash-map",10069 "linked_hash_set",10070 "log",10071 "lru 0.7.8",10072 "parity-scale-codec 3.2.1",10073 "parking_lot 0.12.1",10074 "pin-project",10075 "prost 0.10.4",10076 "rand 0.7.3",10077 "sc-block-builder",10078 "sc-client-api",10079 "sc-consensus",10080 "sc-network-common",10081 "sc-peerset",10082 "sc-utils",10083 "serde",10084 "serde_json",10085 "smallvec",10086 "sp-arithmetic",10087 "sp-blockchain",10088 "sp-consensus",10089 "sp-core",10090 "sp-runtime",10091 "substrate-prometheus-endpoint",10092 "thiserror",10093 "unsigned-varint",10094 "zeroize",10095]1009610097[[package]]10098name = "sc-network-bitswap"10099version = "0.10.0-dev"10100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10101dependencies = [10102 "cid",10103 "futures 0.3.25",10104 "libp2p",10105 "log",10106 "prost 0.11.0",10107 "prost-build 0.11.1",10108 "sc-client-api",10109 "sc-network-common",10110 "sp-blockchain",10111 "sp-runtime",10112 "thiserror",10113 "unsigned-varint",10114 "void",10115]1011610117[[package]]10118name = "sc-network-common"10119version = "0.10.0-dev"10120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10121dependencies = [10122 "async-trait",10123 "bitflags",10124 "bytes",10125 "futures 0.3.25",10126 "futures-timer",10127 "libp2p",10128 "linked_hash_set",10129 "parity-scale-codec 3.2.1",10130 "prost-build 0.10.4",10131 "sc-consensus",10132 "sc-peerset",10133 "serde",10134 "smallvec",10135 "sp-blockchain",10136 "sp-consensus",10137 "sp-finality-grandpa",10138 "sp-runtime",10139 "substrate-prometheus-endpoint",10140 "thiserror",10141]1014210143[[package]]10144name = "sc-network-gossip"10145version = "0.10.0-dev"10146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10147dependencies = [10148 "ahash",10149 "futures 0.3.25",10150 "futures-timer",10151 "libp2p",10152 "log",10153 "lru 0.7.8",10154 "sc-network-common",10155 "sc-peerset",10156 "sp-runtime",10157 "substrate-prometheus-endpoint",10158 "tracing",10159]1016010161[[package]]10162name = "sc-network-light"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10165dependencies = [10166 "array-bytes",10167 "futures 0.3.25",10168 "libp2p",10169 "log",10170 "parity-scale-codec 3.2.1",10171 "prost 0.10.4",10172 "prost-build 0.10.4",10173 "sc-client-api",10174 "sc-network-common",10175 "sc-peerset",10176 "sp-blockchain",10177 "sp-core",10178 "sp-runtime",10179 "thiserror",10180]1018110182[[package]]10183name = "sc-network-sync"10184version = "0.10.0-dev"10185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10186dependencies = [10187 "array-bytes",10188 "fork-tree",10189 "futures 0.3.25",10190 "libp2p",10191 "log",10192 "lru 0.7.8",10193 "parity-scale-codec 3.2.1",10194 "prost 0.10.4",10195 "prost-build 0.10.4",10196 "sc-client-api",10197 "sc-consensus",10198 "sc-network-common",10199 "sc-peerset",10200 "smallvec",10201 "sp-arithmetic",10202 "sp-blockchain",10203 "sp-consensus",10204 "sp-core",10205 "sp-finality-grandpa",10206 "sp-runtime",10207 "thiserror",10208]1020910210[[package]]10211name = "sc-network-transactions"10212version = "0.10.0-dev"10213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10214dependencies = [10215 "array-bytes",10216 "futures 0.3.25",10217 "hex",10218 "libp2p",10219 "log",10220 "parity-scale-codec 3.2.1",10221 "pin-project",10222 "sc-network-common",10223 "sc-peerset",10224 "sp-consensus",10225 "sp-runtime",10226 "substrate-prometheus-endpoint",10227]1022810229[[package]]10230name = "sc-offchain"10231version = "4.0.0-dev"10232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10233dependencies = [10234 "array-bytes",10235 "bytes",10236 "fnv",10237 "futures 0.3.25",10238 "futures-timer",10239 "hyper",10240 "hyper-rustls",10241 "libp2p",10242 "num_cpus",10243 "once_cell",10244 "parity-scale-codec 3.2.1",10245 "parking_lot 0.12.1",10246 "rand 0.7.3",10247 "sc-client-api",10248 "sc-network-common",10249 "sc-peerset",10250 "sc-utils",10251 "sp-api",10252 "sp-core",10253 "sp-offchain",10254 "sp-runtime",10255 "threadpool",10256 "tracing",10257]1025810259[[package]]10260name = "sc-peerset"10261version = "4.0.0-dev"10262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10263dependencies = [10264 "futures 0.3.25",10265 "libp2p",10266 "log",10267 "sc-utils",10268 "serde_json",10269 "wasm-timer",10270]1027110272[[package]]10273name = "sc-proposer-metrics"10274version = "0.10.0-dev"10275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10276dependencies = [10277 "log",10278 "substrate-prometheus-endpoint",10279]1028010281[[package]]10282name = "sc-rpc"10283version = "4.0.0-dev"10284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10285dependencies = [10286 "futures 0.3.25",10287 "hash-db",10288 "jsonrpsee",10289 "log",10290 "parity-scale-codec 3.2.1",10291 "parking_lot 0.12.1",10292 "sc-block-builder",10293 "sc-chain-spec",10294 "sc-client-api",10295 "sc-rpc-api",10296 "sc-tracing",10297 "sc-transaction-pool-api",10298 "sc-utils",10299 "serde_json",10300 "sp-api",10301 "sp-blockchain",10302 "sp-core",10303 "sp-keystore",10304 "sp-offchain",10305 "sp-rpc",10306 "sp-runtime",10307 "sp-session",10308 "sp-version",10309]1031010311[[package]]10312name = "sc-rpc-api"10313version = "0.10.0-dev"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10315dependencies = [10316 "futures 0.3.25",10317 "jsonrpsee",10318 "log",10319 "parity-scale-codec 3.2.1",10320 "parking_lot 0.12.1",10321 "sc-chain-spec",10322 "sc-transaction-pool-api",10323 "scale-info",10324 "serde",10325 "serde_json",10326 "sp-core",10327 "sp-rpc",10328 "sp-runtime",10329 "sp-tracing",10330 "sp-version",10331 "thiserror",10332]1033310334[[package]]10335name = "sc-rpc-server"10336version = "4.0.0-dev"10337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10338dependencies = [10339 "futures 0.3.25",10340 "jsonrpsee",10341 "log",10342 "serde_json",10343 "substrate-prometheus-endpoint",10344 "tokio",10345]1034610347[[package]]10348name = "sc-service"10349version = "0.10.0-dev"10350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10351dependencies = [10352 "async-trait",10353 "directories",10354 "exit-future",10355 "futures 0.3.25",10356 "futures-timer",10357 "hash-db",10358 "jsonrpsee",10359 "log",10360 "parity-scale-codec 3.2.1",10361 "parity-util-mem",10362 "parking_lot 0.12.1",10363 "pin-project",10364 "rand 0.7.3",10365 "sc-block-builder",10366 "sc-chain-spec",10367 "sc-client-api",10368 "sc-client-db",10369 "sc-consensus",10370 "sc-executor",10371 "sc-informant",10372 "sc-keystore",10373 "sc-network",10374 "sc-network-bitswap",10375 "sc-network-common",10376 "sc-network-light",10377 "sc-network-sync",10378 "sc-network-transactions",10379 "sc-offchain",10380 "sc-rpc",10381 "sc-rpc-server",10382 "sc-sysinfo",10383 "sc-telemetry",10384 "sc-tracing",10385 "sc-transaction-pool",10386 "sc-transaction-pool-api",10387 "sc-utils",10388 "serde",10389 "serde_json",10390 "sp-api",10391 "sp-application-crypto",10392 "sp-block-builder",10393 "sp-blockchain",10394 "sp-consensus",10395 "sp-core",10396 "sp-externalities",10397 "sp-inherents",10398 "sp-keystore",10399 "sp-runtime",10400 "sp-session",10401 "sp-state-machine",10402 "sp-storage",10403 "sp-tracing",10404 "sp-transaction-pool",10405 "sp-transaction-storage-proof",10406 "sp-trie",10407 "sp-version",10408 "static_init 1.0.3",10409 "substrate-prometheus-endpoint",10410 "tempfile",10411 "thiserror",10412 "tokio",10413 "tracing",10414 "tracing-futures",10415]1041610417[[package]]10418name = "sc-state-db"10419version = "0.10.0-dev"10420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10421dependencies = [10422 "log",10423 "parity-scale-codec 3.2.1",10424 "parity-util-mem",10425 "parity-util-mem-derive",10426 "parking_lot 0.12.1",10427 "sc-client-api",10428 "sp-core",10429]1043010431[[package]]10432name = "sc-sync-state-rpc"10433version = "0.10.0-dev"10434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10435dependencies = [10436 "jsonrpsee",10437 "parity-scale-codec 3.2.1",10438 "sc-chain-spec",10439 "sc-client-api",10440 "sc-consensus-babe",10441 "sc-consensus-epochs",10442 "sc-finality-grandpa",10443 "serde",10444 "serde_json",10445 "sp-blockchain",10446 "sp-runtime",10447 "thiserror",10448]1044910450[[package]]10451name = "sc-sysinfo"10452version = "6.0.0-dev"10453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10454dependencies = [10455 "futures 0.3.25",10456 "libc",10457 "log",10458 "rand 0.7.3",10459 "rand_pcg 0.2.1",10460 "regex",10461 "sc-telemetry",10462 "serde",10463 "serde_json",10464 "sp-core",10465 "sp-io",10466 "sp-std",10467]1046810469[[package]]10470name = "sc-telemetry"10471version = "4.0.0-dev"10472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10473dependencies = [10474 "chrono",10475 "futures 0.3.25",10476 "libp2p",10477 "log",10478 "parking_lot 0.12.1",10479 "pin-project",10480 "rand 0.7.3",10481 "serde",10482 "serde_json",10483 "thiserror",10484 "wasm-timer",10485]1048610487[[package]]10488name = "sc-tracing"10489version = "4.0.0-dev"10490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10491dependencies = [10492 "ansi_term",10493 "atty",10494 "chrono",10495 "lazy_static",10496 "libc",10497 "log",10498 "once_cell",10499 "parking_lot 0.12.1",10500 "regex",10501 "rustc-hash",10502 "sc-client-api",10503 "sc-rpc-server",10504 "sc-tracing-proc-macro",10505 "serde",10506 "sp-api",10507 "sp-blockchain",10508 "sp-core",10509 "sp-rpc",10510 "sp-runtime",10511 "sp-tracing",10512 "thiserror",10513 "tracing",10514 "tracing-log",10515 "tracing-subscriber",10516]1051710518[[package]]10519name = "sc-tracing-proc-macro"10520version = "4.0.0-dev"10521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10522dependencies = [10523 "proc-macro-crate",10524 "proc-macro2",10525 "quote",10526 "syn",10527]1052810529[[package]]10530name = "sc-transaction-pool"10531version = "4.0.0-dev"10532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10533dependencies = [10534 "futures 0.3.25",10535 "futures-timer",10536 "linked-hash-map",10537 "log",10538 "parity-scale-codec 3.2.1",10539 "parity-util-mem",10540 "parking_lot 0.12.1",10541 "sc-client-api",10542 "sc-transaction-pool-api",10543 "sc-utils",10544 "serde",10545 "sp-api",10546 "sp-blockchain",10547 "sp-core",10548 "sp-runtime",10549 "sp-tracing",10550 "sp-transaction-pool",10551 "substrate-prometheus-endpoint",10552 "thiserror",10553]1055410555[[package]]10556name = "sc-transaction-pool-api"10557version = "4.0.0-dev"10558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10559dependencies = [10560 "futures 0.3.25",10561 "log",10562 "serde",10563 "sp-blockchain",10564 "sp-runtime",10565 "thiserror",10566]1056710568[[package]]10569name = "sc-utils"10570version = "4.0.0-dev"10571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10572dependencies = [10573 "futures 0.3.25",10574 "futures-timer",10575 "lazy_static",10576 "log",10577 "parking_lot 0.12.1",10578 "prometheus",10579]1058010581[[package]]10582name = "scale-info"10583version = "2.2.0"10584source = "registry+https://github.com/rust-lang/crates.io-index"10585checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10586dependencies = [10587 "bitvec 1.0.1",10588 "cfg-if 1.0.0",10589 "derive_more",10590 "parity-scale-codec 3.2.1",10591 "scale-info-derive",10592 "serde",10593]1059410595[[package]]10596name = "scale-info-derive"10597version = "2.2.0"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10600dependencies = [10601 "proc-macro-crate",10602 "proc-macro2",10603 "quote",10604 "syn",10605]1060610607[[package]]10608name = "schannel"10609version = "0.1.20"10610source = "registry+https://github.com/rust-lang/crates.io-index"10611checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10612dependencies = [10613 "lazy_static",10614 "windows-sys 0.36.1",10615]1061610617[[package]]10618name = "schnorrkel"10619version = "0.9.1"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10622dependencies = [10623 "arrayref",10624 "arrayvec 0.5.2",10625 "curve25519-dalek 2.1.3",10626 "getrandom 0.1.16",10627 "merlin",10628 "rand 0.7.3",10629 "rand_core 0.5.1",10630 "sha2 0.8.2",10631 "subtle",10632 "zeroize",10633]1063410635[[package]]10636name = "scopeguard"10637version = "1.1.0"10638source = "registry+https://github.com/rust-lang/crates.io-index"10639checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1064010641[[package]]10642name = "scratch"10643version = "1.0.2"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1064610647[[package]]10648name = "sct"10649version = "0.7.0"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10652dependencies = [10653 "ring",10654 "untrusted",10655]1065610657[[package]]10658name = "sec1"10659version = "0.2.1"10660source = "registry+https://github.com/rust-lang/crates.io-index"10661checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10662dependencies = [10663 "der",10664 "generic-array 0.14.6",10665 "pkcs8",10666 "subtle",10667 "zeroize",10668]1066910670[[package]]10671name = "secp256k1"10672version = "0.24.0"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"10675dependencies = [10676 "secp256k1-sys",10677]1067810679[[package]]10680name = "secp256k1-sys"10681version = "0.6.1"10682source = "registry+https://github.com/rust-lang/crates.io-index"10683checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10684dependencies = [10685 "cc",10686]1068710688[[package]]10689name = "secrecy"10690version = "0.8.0"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10693dependencies = [10694 "zeroize",10695]1069610697[[package]]10698name = "security-framework"10699version = "2.7.0"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10702dependencies = [10703 "bitflags",10704 "core-foundation",10705 "core-foundation-sys",10706 "libc",10707 "security-framework-sys",10708]1070910710[[package]]10711name = "security-framework-sys"10712version = "2.6.1"10713source = "registry+https://github.com/rust-lang/crates.io-index"10714checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10715dependencies = [10716 "core-foundation-sys",10717 "libc",10718]1071910720[[package]]10721name = "semver"10722version = "0.6.0"10723source = "registry+https://github.com/rust-lang/crates.io-index"10724checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10725dependencies = [10726 "semver-parser",10727]1072810729[[package]]10730name = "semver"10731version = "0.9.0"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10734dependencies = [10735 "semver-parser",10736]1073710738[[package]]10739name = "semver"10740version = "1.0.14"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10743dependencies = [10744 "serde",10745]1074610747[[package]]10748name = "semver-parser"10749version = "0.7.0"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1075210753[[package]]10754name = "serde"10755version = "1.0.146"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "6df50b7a60a0ad48e1b42eb38373eac8ff785d619fb14db917b4e63d5439361f"10758dependencies = [10759 "serde_derive",10760]1076110762[[package]]10763name = "serde_derive"10764version = "1.0.146"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "a714fd32ba1d66047ce7d53dabd809e9922d538f9047de13cc4cffca47b36205"10767dependencies = [10768 "proc-macro2",10769 "quote",10770 "syn",10771]1077210773[[package]]10774name = "serde_json"10775version = "1.0.87"10776source = "registry+https://github.com/rust-lang/crates.io-index"10777checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10778dependencies = [10779 "itoa",10780 "ryu",10781 "serde",10782]1078310784[[package]]10785name = "serde_nanos"10786version = "0.1.2"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10789dependencies = [10790 "serde",10791]1079210793[[package]]10794name = "sha-1"10795version = "0.9.8"10796source = "registry+https://github.com/rust-lang/crates.io-index"10797checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10798dependencies = [10799 "block-buffer 0.9.0",10800 "cfg-if 1.0.0",10801 "cpufeatures",10802 "digest 0.9.0",10803 "opaque-debug 0.3.0",10804]1080510806[[package]]10807name = "sha1"10808version = "0.10.5"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10811dependencies = [10812 "cfg-if 1.0.0",10813 "cpufeatures",10814 "digest 0.10.5",10815]1081610817[[package]]10818name = "sha2"10819version = "0.8.2"10820source = "registry+https://github.com/rust-lang/crates.io-index"10821checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10822dependencies = [10823 "block-buffer 0.7.3",10824 "digest 0.8.1",10825 "fake-simd",10826 "opaque-debug 0.2.3",10827]1082810829[[package]]10830name = "sha2"10831version = "0.9.9"10832source = "registry+https://github.com/rust-lang/crates.io-index"10833checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10834dependencies = [10835 "block-buffer 0.9.0",10836 "cfg-if 1.0.0",10837 "cpufeatures",10838 "digest 0.9.0",10839 "opaque-debug 0.3.0",10840]1084110842[[package]]10843name = "sha2"10844version = "0.10.6"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10847dependencies = [10848 "cfg-if 1.0.0",10849 "cpufeatures",10850 "digest 0.10.5",10851]1085210853[[package]]10854name = "sha3"10855version = "0.10.6"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10858dependencies = [10859 "digest 0.10.5",10860 "keccak",10861]1086210863[[package]]10864name = "sharded-slab"10865version = "0.1.4"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10868dependencies = [10869 "lazy_static",10870]1087110872[[package]]10873name = "shlex"10874version = "1.1.0"10875source = "registry+https://github.com/rust-lang/crates.io-index"10876checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1087710878[[package]]10879name = "signal-hook"10880version = "0.3.14"10881source = "registry+https://github.com/rust-lang/crates.io-index"10882checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10883dependencies = [10884 "libc",10885 "signal-hook-registry",10886]1088710888[[package]]10889name = "signal-hook-registry"10890version = "1.4.0"10891source = "registry+https://github.com/rust-lang/crates.io-index"10892checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10893dependencies = [10894 "libc",10895]1089610897[[package]]10898name = "signature"10899version = "1.4.0"10900source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10902dependencies = [10903 "digest 0.9.0",10904 "rand_core 0.6.4",10905]1090610907[[package]]10908name = "simba"10909version = "0.5.1"10910source = "registry+https://github.com/rust-lang/crates.io-index"10911checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10912dependencies = [10913 "approx",10914 "num-complex",10915 "num-traits",10916 "paste",10917]1091810919[[package]]10920name = "slab"10921version = "0.4.7"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10924dependencies = [10925 "autocfg",10926]1092710928[[package]]10929name = "slice-group-by"10930version = "0.3.0"10931source = "registry+https://github.com/rust-lang/crates.io-index"10932checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1093310934[[package]]10935name = "slot-range-helper"10936version = "0.9.30"10937source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10938dependencies = [10939 "enumn",10940 "parity-scale-codec 3.2.1",10941 "paste",10942 "sp-runtime",10943 "sp-std",10944]1094510946[[package]]10947name = "slotmap"10948version = "1.0.6"10949source = "registry+https://github.com/rust-lang/crates.io-index"10950checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10951dependencies = [10952 "version_check",10953]1095410955[[package]]10956name = "smallvec"10957version = "1.10.0"10958source = "registry+https://github.com/rust-lang/crates.io-index"10959checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1096010961[[package]]10962name = "snap"10963version = "1.0.5"10964source = "registry+https://github.com/rust-lang/crates.io-index"10965checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1096610967[[package]]10968name = "snow"10969version = "0.9.0"10970source = "registry+https://github.com/rust-lang/crates.io-index"10971checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10972dependencies = [10973 "aes-gcm",10974 "blake2",10975 "chacha20poly1305",10976 "curve25519-dalek 4.0.0-pre.1",10977 "rand_core 0.6.4",10978 "ring",10979 "rustc_version 0.4.0",10980 "sha2 0.10.6",10981 "subtle",10982]1098310984[[package]]10985name = "socket2"10986version = "0.4.7"10987source = "registry+https://github.com/rust-lang/crates.io-index"10988checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"10989dependencies = [10990 "libc",10991 "winapi",10992]1099310994[[package]]10995name = "soketto"10996version = "0.7.1"10997source = "registry+https://github.com/rust-lang/crates.io-index"10998checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10999dependencies = [11000 "base64",11001 "bytes",11002 "flate2",11003 "futures 0.3.25",11004 "httparse",11005 "log",11006 "rand 0.8.5",11007 "sha-1",11008]1100911010[[package]]11011name = "sp-api"11012version = "4.0.0-dev"11013source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11014dependencies = [11015 "hash-db",11016 "log",11017 "parity-scale-codec 3.2.1",11018 "sp-api-proc-macro",11019 "sp-core",11020 "sp-runtime",11021 "sp-state-machine",11022 "sp-std",11023 "sp-trie",11024 "sp-version",11025 "thiserror",11026]1102711028[[package]]11029name = "sp-api-proc-macro"11030version = "4.0.0-dev"11031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11032dependencies = [11033 "blake2",11034 "proc-macro-crate",11035 "proc-macro2",11036 "quote",11037 "syn",11038]1103911040[[package]]11041name = "sp-application-crypto"11042version = "6.0.0"11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11044dependencies = [11045 "parity-scale-codec 3.2.1",11046 "scale-info",11047 "serde",11048 "sp-core",11049 "sp-io",11050 "sp-std",11051]1105211053[[package]]11054name = "sp-arithmetic"11055version = "5.0.0"11056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11057dependencies = [11058 "integer-sqrt",11059 "num-traits",11060 "parity-scale-codec 3.2.1",11061 "scale-info",11062 "serde",11063 "sp-debug-derive",11064 "sp-std",11065 "static_assertions",11066]1106711068[[package]]11069name = "sp-authority-discovery"11070version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11072dependencies = [11073 "parity-scale-codec 3.2.1",11074 "scale-info",11075 "sp-api",11076 "sp-application-crypto",11077 "sp-runtime",11078 "sp-std",11079]1108011081[[package]]11082name = "sp-authorship"11083version = "4.0.0-dev"11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11085dependencies = [11086 "async-trait",11087 "parity-scale-codec 3.2.1",11088 "sp-inherents",11089 "sp-runtime",11090 "sp-std",11091]1109211093[[package]]11094name = "sp-block-builder"11095version = "4.0.0-dev"11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11097dependencies = [11098 "parity-scale-codec 3.2.1",11099 "sp-api",11100 "sp-inherents",11101 "sp-runtime",11102 "sp-std",11103]1110411105[[package]]11106name = "sp-blockchain"11107version = "4.0.0-dev"11108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11109dependencies = [11110 "futures 0.3.25",11111 "log",11112 "lru 0.7.8",11113 "parity-scale-codec 3.2.1",11114 "parking_lot 0.12.1",11115 "sp-api",11116 "sp-consensus",11117 "sp-database",11118 "sp-runtime",11119 "sp-state-machine",11120 "thiserror",11121]1112211123[[package]]11124name = "sp-consensus"11125version = "0.10.0-dev"11126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11127dependencies = [11128 "async-trait",11129 "futures 0.3.25",11130 "futures-timer",11131 "log",11132 "parity-scale-codec 3.2.1",11133 "sp-core",11134 "sp-inherents",11135 "sp-runtime",11136 "sp-state-machine",11137 "sp-std",11138 "sp-version",11139 "thiserror",11140]1114111142[[package]]11143name = "sp-consensus-aura"11144version = "0.10.0-dev"11145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11146dependencies = [11147 "async-trait",11148 "parity-scale-codec 3.2.1",11149 "scale-info",11150 "sp-api",11151 "sp-application-crypto",11152 "sp-consensus",11153 "sp-consensus-slots",11154 "sp-inherents",11155 "sp-runtime",11156 "sp-std",11157 "sp-timestamp",11158]1115911160[[package]]11161name = "sp-consensus-babe"11162version = "0.10.0-dev"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11164dependencies = [11165 "async-trait",11166 "merlin",11167 "parity-scale-codec 3.2.1",11168 "scale-info",11169 "serde",11170 "sp-api",11171 "sp-application-crypto",11172 "sp-consensus",11173 "sp-consensus-slots",11174 "sp-consensus-vrf",11175 "sp-core",11176 "sp-inherents",11177 "sp-keystore",11178 "sp-runtime",11179 "sp-std",11180 "sp-timestamp",11181]1118211183[[package]]11184name = "sp-consensus-slots"11185version = "0.10.0-dev"11186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11187dependencies = [11188 "parity-scale-codec 3.2.1",11189 "scale-info",11190 "serde",11191 "sp-arithmetic",11192 "sp-runtime",11193 "sp-std",11194 "sp-timestamp",11195]1119611197[[package]]11198name = "sp-consensus-vrf"11199version = "0.10.0-dev"11200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11201dependencies = [11202 "parity-scale-codec 3.2.1",11203 "scale-info",11204 "schnorrkel",11205 "sp-core",11206 "sp-runtime",11207 "sp-std",11208]1120911210[[package]]11211name = "sp-core"11212version = "6.0.0"11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11214dependencies = [11215 "array-bytes",11216 "base58",11217 "bitflags",11218 "blake2",11219 "byteorder",11220 "dyn-clonable",11221 "ed25519-zebra",11222 "futures 0.3.25",11223 "hash-db",11224 "hash256-std-hasher",11225 "impl-serde",11226 "lazy_static",11227 "libsecp256k1",11228 "log",11229 "merlin",11230 "num-traits",11231 "parity-scale-codec 3.2.1",11232 "parity-util-mem",11233 "parking_lot 0.12.1",11234 "primitive-types",11235 "rand 0.7.3",11236 "regex",11237 "scale-info",11238 "schnorrkel",11239 "secp256k1",11240 "secrecy",11241 "serde",11242 "sp-core-hashing",11243 "sp-debug-derive",11244 "sp-externalities",11245 "sp-runtime-interface",11246 "sp-std",11247 "sp-storage",11248 "ss58-registry",11249 "substrate-bip39",11250 "thiserror",11251 "tiny-bip39",11252 "wasmi",11253 "zeroize",11254]1125511256[[package]]11257name = "sp-core-hashing"11258version = "4.0.0"11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11260dependencies = [11261 "blake2",11262 "byteorder",11263 "digest 0.10.5",11264 "sha2 0.10.6",11265 "sha3",11266 "sp-std",11267 "twox-hash",11268]1126911270[[package]]11271name = "sp-core-hashing-proc-macro"11272version = "5.0.0"11273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11274dependencies = [11275 "proc-macro2",11276 "quote",11277 "sp-core-hashing",11278 "syn",11279]1128011281[[package]]11282name = "sp-database"11283version = "4.0.0-dev"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11285dependencies = [11286 "kvdb",11287 "parking_lot 0.12.1",11288]1128911290[[package]]11291name = "sp-debug-derive"11292version = "4.0.0"11293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11294dependencies = [11295 "proc-macro2",11296 "quote",11297 "syn",11298]1129911300[[package]]11301name = "sp-externalities"11302version = "0.12.0"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11304dependencies = [11305 "environmental",11306 "parity-scale-codec 3.2.1",11307 "sp-std",11308 "sp-storage",11309]1131011311[[package]]11312name = "sp-finality-grandpa"11313version = "4.0.0-dev"11314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11315dependencies = [11316 "finality-grandpa",11317 "log",11318 "parity-scale-codec 3.2.1",11319 "scale-info",11320 "serde",11321 "sp-api",11322 "sp-application-crypto",11323 "sp-core",11324 "sp-keystore",11325 "sp-runtime",11326 "sp-std",11327]1132811329[[package]]11330name = "sp-inherents"11331version = "4.0.0-dev"11332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11333dependencies = [11334 "async-trait",11335 "impl-trait-for-tuples",11336 "parity-scale-codec 3.2.1",11337 "sp-core",11338 "sp-runtime",11339 "sp-std",11340 "thiserror",11341]1134211343[[package]]11344name = "sp-io"11345version = "6.0.0"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11347dependencies = [11348 "bytes",11349 "futures 0.3.25",11350 "hash-db",11351 "libsecp256k1",11352 "log",11353 "parity-scale-codec 3.2.1",11354 "parking_lot 0.12.1",11355 "secp256k1",11356 "sp-core",11357 "sp-externalities",11358 "sp-keystore",11359 "sp-runtime-interface",11360 "sp-state-machine",11361 "sp-std",11362 "sp-tracing",11363 "sp-trie",11364 "sp-wasm-interface",11365 "tracing",11366 "tracing-core",11367]1136811369[[package]]11370name = "sp-keyring"11371version = "6.0.0"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11373dependencies = [11374 "lazy_static",11375 "sp-core",11376 "sp-runtime",11377 "strum",11378]1137911380[[package]]11381name = "sp-keystore"11382version = "0.12.0"11383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11384dependencies = [11385 "async-trait",11386 "futures 0.3.25",11387 "merlin",11388 "parity-scale-codec 3.2.1",11389 "parking_lot 0.12.1",11390 "schnorrkel",11391 "serde",11392 "sp-core",11393 "sp-externalities",11394 "thiserror",11395]1139611397[[package]]11398name = "sp-maybe-compressed-blob"11399version = "4.1.0-dev"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11401dependencies = [11402 "thiserror",11403 "zstd",11404]1140511406[[package]]11407name = "sp-mmr-primitives"11408version = "4.0.0-dev"11409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11410dependencies = [11411 "log",11412 "parity-scale-codec 3.2.1",11413 "serde",11414 "sp-api",11415 "sp-core",11416 "sp-debug-derive",11417 "sp-runtime",11418 "sp-std",11419]1142011421[[package]]11422name = "sp-npos-elections"11423version = "4.0.0-dev"11424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11425dependencies = [11426 "parity-scale-codec 3.2.1",11427 "scale-info",11428 "serde",11429 "sp-arithmetic",11430 "sp-core",11431 "sp-runtime",11432 "sp-std",11433]1143411435[[package]]11436name = "sp-offchain"11437version = "4.0.0-dev"11438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11439dependencies = [11440 "sp-api",11441 "sp-core",11442 "sp-runtime",11443]1144411445[[package]]11446name = "sp-panic-handler"11447version = "4.0.0"11448source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11449dependencies = [11450 "backtrace",11451 "lazy_static",11452 "regex",11453]1145411455[[package]]11456name = "sp-rpc"11457version = "6.0.0"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11459dependencies = [11460 "rustc-hash",11461 "serde",11462 "sp-core",11463]1146411465[[package]]11466name = "sp-runtime"11467version = "6.0.0"11468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11469dependencies = [11470 "either",11471 "hash256-std-hasher",11472 "impl-trait-for-tuples",11473 "log",11474 "parity-scale-codec 3.2.1",11475 "parity-util-mem",11476 "paste",11477 "rand 0.7.3",11478 "scale-info",11479 "serde",11480 "sp-application-crypto",11481 "sp-arithmetic",11482 "sp-core",11483 "sp-io",11484 "sp-std",11485 "sp-weights",11486]1148711488[[package]]11489name = "sp-runtime-interface"11490version = "6.0.0"11491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11492dependencies = [11493 "bytes",11494 "impl-trait-for-tuples",11495 "parity-scale-codec 3.2.1",11496 "primitive-types",11497 "sp-externalities",11498 "sp-runtime-interface-proc-macro",11499 "sp-std",11500 "sp-storage",11501 "sp-tracing",11502 "sp-wasm-interface",11503 "static_assertions",11504]1150511506[[package]]11507name = "sp-runtime-interface-proc-macro"11508version = "5.0.0"11509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11510dependencies = [11511 "Inflector",11512 "proc-macro-crate",11513 "proc-macro2",11514 "quote",11515 "syn",11516]1151711518[[package]]11519name = "sp-sandbox"11520version = "0.10.0-dev"11521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11522dependencies = [11523 "log",11524 "parity-scale-codec 3.2.1",11525 "sp-core",11526 "sp-io",11527 "sp-std",11528 "sp-wasm-interface",11529 "wasmi",11530]1153111532[[package]]11533name = "sp-session"11534version = "4.0.0-dev"11535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11536dependencies = [11537 "parity-scale-codec 3.2.1",11538 "scale-info",11539 "sp-api",11540 "sp-core",11541 "sp-runtime",11542 "sp-staking",11543 "sp-std",11544]1154511546[[package]]11547name = "sp-staking"11548version = "4.0.0-dev"11549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11550dependencies = [11551 "parity-scale-codec 3.2.1",11552 "scale-info",11553 "sp-runtime",11554 "sp-std",11555]1155611557[[package]]11558name = "sp-state-machine"11559version = "0.12.0"11560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11561dependencies = [11562 "hash-db",11563 "log",11564 "num-traits",11565 "parity-scale-codec 3.2.1",11566 "parking_lot 0.12.1",11567 "rand 0.7.3",11568 "smallvec",11569 "sp-core",11570 "sp-externalities",11571 "sp-panic-handler",11572 "sp-std",11573 "sp-trie",11574 "thiserror",11575 "tracing",11576 "trie-root",11577]1157811579[[package]]11580name = "sp-std"11581version = "4.0.0"11582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1158311584[[package]]11585name = "sp-storage"11586version = "6.0.0"11587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11588dependencies = [11589 "impl-serde",11590 "parity-scale-codec 3.2.1",11591 "ref-cast",11592 "serde",11593 "sp-debug-derive",11594 "sp-std",11595]1159611597[[package]]11598name = "sp-tasks"11599version = "4.0.0-dev"11600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11601dependencies = [11602 "log",11603 "sp-core",11604 "sp-externalities",11605 "sp-io",11606 "sp-runtime-interface",11607 "sp-std",11608]1160911610[[package]]11611name = "sp-timestamp"11612version = "4.0.0-dev"11613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11614dependencies = [11615 "async-trait",11616 "futures-timer",11617 "log",11618 "parity-scale-codec 3.2.1",11619 "sp-api",11620 "sp-inherents",11621 "sp-runtime",11622 "sp-std",11623 "thiserror",11624]1162511626[[package]]11627name = "sp-tracing"11628version = "5.0.0"11629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11630dependencies = [11631 "parity-scale-codec 3.2.1",11632 "sp-std",11633 "tracing",11634 "tracing-core",11635 "tracing-subscriber",11636]1163711638[[package]]11639name = "sp-transaction-pool"11640version = "4.0.0-dev"11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11642dependencies = [11643 "sp-api",11644 "sp-runtime",11645]1164611647[[package]]11648name = "sp-transaction-storage-proof"11649version = "4.0.0-dev"11650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11651dependencies = [11652 "async-trait",11653 "log",11654 "parity-scale-codec 3.2.1",11655 "scale-info",11656 "sp-core",11657 "sp-inherents",11658 "sp-runtime",11659 "sp-std",11660 "sp-trie",11661]1166211663[[package]]11664name = "sp-trie"11665version = "6.0.0"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11667dependencies = [11668 "ahash",11669 "hash-db",11670 "hashbrown",11671 "lazy_static",11672 "lru 0.7.8",11673 "memory-db",11674 "nohash-hasher",11675 "parity-scale-codec 3.2.1",11676 "parking_lot 0.12.1",11677 "scale-info",11678 "sp-core",11679 "sp-std",11680 "thiserror",11681 "tracing",11682 "trie-db",11683 "trie-root",11684]1168511686[[package]]11687name = "sp-version"11688version = "5.0.0"11689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11690dependencies = [11691 "impl-serde",11692 "parity-scale-codec 3.2.1",11693 "parity-wasm 0.45.0",11694 "scale-info",11695 "serde",11696 "sp-core-hashing-proc-macro",11697 "sp-runtime",11698 "sp-std",11699 "sp-version-proc-macro",11700 "thiserror",11701]1170211703[[package]]11704name = "sp-version-proc-macro"11705version = "4.0.0-dev"11706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11707dependencies = [11708 "parity-scale-codec 3.2.1",11709 "proc-macro2",11710 "quote",11711 "syn",11712]1171311714[[package]]11715name = "sp-wasm-interface"11716version = "6.0.0"11717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11718dependencies = [11719 "impl-trait-for-tuples",11720 "log",11721 "parity-scale-codec 3.2.1",11722 "sp-std",11723 "wasmi",11724 "wasmtime",11725]1172611727[[package]]11728name = "sp-weights"11729version = "4.0.0"11730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11731dependencies = [11732 "impl-trait-for-tuples",11733 "parity-scale-codec 3.2.1",11734 "scale-info",11735 "serde",11736 "smallvec",11737 "sp-arithmetic",11738 "sp-core",11739 "sp-debug-derive",11740 "sp-std",11741]1174211743[[package]]11744name = "spin"11745version = "0.5.2"11746source = "registry+https://github.com/rust-lang/crates.io-index"11747checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1174811749[[package]]11750name = "spki"11751version = "0.5.4"11752source = "registry+https://github.com/rust-lang/crates.io-index"11753checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11754dependencies = [11755 "base64ct",11756 "der",11757]1175811759[[package]]11760name = "ss58-registry"11761version = "1.33.0"11762source = "registry+https://github.com/rust-lang/crates.io-index"11763checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11764dependencies = [11765 "Inflector",11766 "num-format",11767 "proc-macro2",11768 "quote",11769 "serde",11770 "serde_json",11771 "unicode-xid",11772]1177311774[[package]]11775name = "stable_deref_trait"11776version = "1.2.0"11777source = "registry+https://github.com/rust-lang/crates.io-index"11778checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1177911780[[package]]11781name = "static_assertions"11782version = "1.1.0"11783source = "registry+https://github.com/rust-lang/crates.io-index"11784checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1178511786[[package]]11787name = "static_init"11788version = "0.5.2"11789source = "registry+https://github.com/rust-lang/crates.io-index"11790checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11791dependencies = [11792 "cfg_aliases",11793 "libc",11794 "parking_lot 0.11.2",11795 "static_init_macro 0.5.0",11796]1179711798[[package]]11799name = "static_init"11800version = "1.0.3"11801source = "registry+https://github.com/rust-lang/crates.io-index"11802checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11803dependencies = [11804 "bitflags",11805 "cfg_aliases",11806 "libc",11807 "parking_lot 0.11.2",11808 "parking_lot_core 0.8.5",11809 "static_init_macro 1.0.2",11810 "winapi",11811]1181211813[[package]]11814name = "static_init_macro"11815version = "0.5.0"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11818dependencies = [11819 "cfg_aliases",11820 "memchr",11821 "proc-macro2",11822 "quote",11823 "syn",11824]1182511826[[package]]11827name = "static_init_macro"11828version = "1.0.2"11829source = "registry+https://github.com/rust-lang/crates.io-index"11830checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11831dependencies = [11832 "cfg_aliases",11833 "memchr",11834 "proc-macro2",11835 "quote",11836 "syn",11837]1183811839[[package]]11840name = "statrs"11841version = "0.15.0"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11844dependencies = [11845 "approx",11846 "lazy_static",11847 "nalgebra",11848 "num-traits",11849 "rand 0.8.5",11850]1185111852[[package]]11853name = "strsim"11854version = "0.10.0"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1185711858[[package]]11859name = "struct-versioning"11860version = "0.1.0"11861dependencies = [11862 "quote",11863 "syn",11864]1186511866[[package]]11867name = "strum"11868version = "0.24.1"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11871dependencies = [11872 "strum_macros",11873]1187411875[[package]]11876name = "strum_macros"11877version = "0.24.3"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11880dependencies = [11881 "heck",11882 "proc-macro2",11883 "quote",11884 "rustversion",11885 "syn",11886]1188711888[[package]]11889name = "substrate-bip39"11890version = "0.4.4"11891source = "registry+https://github.com/rust-lang/crates.io-index"11892checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11893dependencies = [11894 "hmac 0.11.0",11895 "pbkdf2 0.8.0",11896 "schnorrkel",11897 "sha2 0.9.9",11898 "zeroize",11899]1190011901[[package]]11902name = "substrate-build-script-utils"11903version = "3.0.0"11904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11905dependencies = [11906 "platforms",11907]1190811909[[package]]11910name = "substrate-frame-rpc-system"11911version = "4.0.0-dev"11912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11913dependencies = [11914 "frame-system-rpc-runtime-api",11915 "futures 0.3.25",11916 "jsonrpsee",11917 "log",11918 "parity-scale-codec 3.2.1",11919 "sc-client-api",11920 "sc-rpc-api",11921 "sc-transaction-pool-api",11922 "serde_json",11923 "sp-api",11924 "sp-block-builder",11925 "sp-blockchain",11926 "sp-core",11927 "sp-runtime",11928]1192911930[[package]]11931name = "substrate-prometheus-endpoint"11932version = "0.10.0-dev"11933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11934dependencies = [11935 "futures-util",11936 "hyper",11937 "log",11938 "prometheus",11939 "thiserror",11940 "tokio",11941]1194211943[[package]]11944name = "substrate-state-trie-migration-rpc"11945version = "4.0.0-dev"11946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11947dependencies = [11948 "jsonrpsee",11949 "log",11950 "parity-scale-codec 3.2.1",11951 "sc-client-api",11952 "sc-rpc-api",11953 "scale-info",11954 "serde",11955 "sp-core",11956 "sp-io",11957 "sp-runtime",11958 "sp-state-machine",11959 "sp-std",11960 "sp-trie",11961 "trie-db",11962]1196311964[[package]]11965name = "substrate-test-client"11966version = "2.0.1"11967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11968dependencies = [11969 "array-bytes",11970 "async-trait",11971 "futures 0.3.25",11972 "parity-scale-codec 3.2.1",11973 "sc-client-api",11974 "sc-client-db",11975 "sc-consensus",11976 "sc-executor",11977 "sc-offchain",11978 "sc-service",11979 "serde",11980 "serde_json",11981 "sp-blockchain",11982 "sp-consensus",11983 "sp-core",11984 "sp-keyring",11985 "sp-keystore",11986 "sp-runtime",11987 "sp-state-machine",11988]1198911990[[package]]11991name = "substrate-test-utils"11992version = "4.0.0-dev"11993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11994dependencies = [11995 "futures 0.3.25",11996 "substrate-test-utils-derive",11997 "tokio",11998]1199912000[[package]]12001name = "substrate-test-utils-derive"12002version = "0.10.0-dev"12003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12004dependencies = [12005 "proc-macro-crate",12006 "proc-macro2",12007 "quote",12008 "syn",12009]1201012011[[package]]12012name = "substrate-wasm-builder"12013version = "5.0.0-dev"12014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12015dependencies = [12016 "ansi_term",12017 "build-helper",12018 "cargo_metadata",12019 "filetime",12020 "sp-maybe-compressed-blob",12021 "strum",12022 "tempfile",12023 "toml",12024 "walkdir",12025 "wasm-gc-api",12026]1202712028[[package]]12029name = "subtle"12030version = "2.4.1"12031source = "registry+https://github.com/rust-lang/crates.io-index"12032checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1203312034[[package]]12035name = "syn"12036version = "1.0.103"12037source = "registry+https://github.com/rust-lang/crates.io-index"12038checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12039dependencies = [12040 "proc-macro2",12041 "quote",12042 "unicode-ident",12043]1204412045[[package]]12046name = "synstructure"12047version = "0.12.6"12048source = "registry+https://github.com/rust-lang/crates.io-index"12049checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12050dependencies = [12051 "proc-macro2",12052 "quote",12053 "syn",12054 "unicode-xid",12055]1205612057[[package]]12058name = "system-configuration"12059version = "0.5.0"12060source = "registry+https://github.com/rust-lang/crates.io-index"12061checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12062dependencies = [12063 "bitflags",12064 "core-foundation",12065 "system-configuration-sys",12066]1206712068[[package]]12069name = "system-configuration-sys"12070version = "0.5.0"12071source = "registry+https://github.com/rust-lang/crates.io-index"12072checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12073dependencies = [12074 "core-foundation-sys",12075 "libc",12076]1207712078[[package]]12079name = "tap"12080version = "1.0.1"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1208312084[[package]]12085name = "target-lexicon"12086version = "0.12.4"12087source = "registry+https://github.com/rust-lang/crates.io-index"12088checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1208912090[[package]]12091name = "tempfile"12092version = "3.3.0"12093source = "registry+https://github.com/rust-lang/crates.io-index"12094checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12095dependencies = [12096 "cfg-if 1.0.0",12097 "fastrand",12098 "libc",12099 "redox_syscall",12100 "remove_dir_all",12101 "winapi",12102]1210312104[[package]]12105name = "termcolor"12106version = "1.1.3"12107source = "registry+https://github.com/rust-lang/crates.io-index"12108checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12109dependencies = [12110 "winapi-util",12111]1211212113[[package]]12114name = "test-runtime-constants"12115version = "0.9.30"12116source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12117dependencies = [12118 "frame-support",12119 "polkadot-primitives",12120 "polkadot-runtime-common",12121 "smallvec",12122 "sp-runtime",12123]1212412125[[package]]12126name = "tests"12127version = "0.1.1"12128dependencies = [12129 "evm-coder",12130 "fp-evm-mapping",12131 "frame-support",12132 "frame-system",12133 "pallet-balances",12134 "pallet-common",12135 "pallet-ethereum",12136 "pallet-evm",12137 "pallet-evm-coder-substrate",12138 "pallet-fungible",12139 "pallet-nonfungible",12140 "pallet-refungible",12141 "pallet-structure",12142 "pallet-timestamp",12143 "pallet-transaction-payment",12144 "pallet-unique",12145 "parity-scale-codec 3.2.1",12146 "scale-info",12147 "sp-core",12148 "sp-io",12149 "sp-runtime",12150 "sp-std",12151 "up-data-structs",12152 "up-sponsorship",12153]1215412155[[package]]12156name = "textwrap"12157version = "0.15.1"12158source = "registry+https://github.com/rust-lang/crates.io-index"12159checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"1216012161[[package]]12162name = "thiserror"12163version = "1.0.37"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12166dependencies = [12167 "thiserror-impl",12168]1216912170[[package]]12171name = "thiserror-impl"12172version = "1.0.37"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12175dependencies = [12176 "proc-macro2",12177 "quote",12178 "syn",12179]1218012181[[package]]12182name = "thousands"12183version = "0.2.0"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1218612187[[package]]12188name = "thread_local"12189version = "1.1.4"12190source = "registry+https://github.com/rust-lang/crates.io-index"12191checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12192dependencies = [12193 "once_cell",12194]1219512196[[package]]12197name = "threadpool"12198version = "1.8.1"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12201dependencies = [12202 "num_cpus",12203]1220412205[[package]]12206name = "thrift"12207version = "0.15.0"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12210dependencies = [12211 "byteorder",12212 "integer-encoding",12213 "log",12214 "ordered-float",12215 "threadpool",12216]1221712218[[package]]12219name = "tikv-jemalloc-sys"12220version = "0.4.3+5.2.1-patched.2"12221source = "registry+https://github.com/rust-lang/crates.io-index"12222checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12223dependencies = [12224 "cc",12225 "fs_extra",12226 "libc",12227]1222812229[[package]]12230name = "time"12231version = "0.1.44"12232source = "registry+https://github.com/rust-lang/crates.io-index"12233checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12234dependencies = [12235 "libc",12236 "wasi 0.10.0+wasi-snapshot-preview1",12237 "winapi",12238]1223912240[[package]]12241name = "time"12242version = "0.3.9"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12245dependencies = [12246 "itoa",12247 "libc",12248 "num_threads",12249 "time-macros",12250]1225112252[[package]]12253name = "time-macros"12254version = "0.2.4"12255source = "registry+https://github.com/rust-lang/crates.io-index"12256checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1225712258[[package]]12259name = "tiny-bip39"12260version = "0.8.2"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12263dependencies = [12264 "anyhow",12265 "hmac 0.8.1",12266 "once_cell",12267 "pbkdf2 0.4.0",12268 "rand 0.7.3",12269 "rustc-hash",12270 "sha2 0.9.9",12271 "thiserror",12272 "unicode-normalization",12273 "wasm-bindgen",12274 "zeroize",12275]1227612277[[package]]12278name = "tiny-keccak"12279version = "2.0.2"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12282dependencies = [12283 "crunchy",12284]1228512286[[package]]12287name = "tinyvec"12288version = "1.6.0"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12291dependencies = [12292 "tinyvec_macros",12293]1229412295[[package]]12296name = "tinyvec_macros"12297version = "0.1.0"12298source = "registry+https://github.com/rust-lang/crates.io-index"12299checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1230012301[[package]]12302name = "tokio"12303version = "1.21.2"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12306dependencies = [12307 "autocfg",12308 "bytes",12309 "libc",12310 "memchr",12311 "mio",12312 "num_cpus",12313 "parking_lot 0.12.1",12314 "pin-project-lite 0.2.9",12315 "signal-hook-registry",12316 "socket2",12317 "tokio-macros",12318 "winapi",12319]1232012321[[package]]12322name = "tokio-macros"12323version = "1.8.0"12324source = "registry+https://github.com/rust-lang/crates.io-index"12325checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12326dependencies = [12327 "proc-macro2",12328 "quote",12329 "syn",12330]1233112332[[package]]12333name = "tokio-rustls"12334version = "0.23.4"12335source = "registry+https://github.com/rust-lang/crates.io-index"12336checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12337dependencies = [12338 "rustls",12339 "tokio",12340 "webpki",12341]1234212343[[package]]12344name = "tokio-stream"12345version = "0.1.11"12346source = "registry+https://github.com/rust-lang/crates.io-index"12347checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12348dependencies = [12349 "futures-core",12350 "pin-project-lite 0.2.9",12351 "tokio",12352]1235312354[[package]]12355name = "tokio-util"12356version = "0.7.4"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12359dependencies = [12360 "bytes",12361 "futures-core",12362 "futures-io",12363 "futures-sink",12364 "pin-project-lite 0.2.9",12365 "tokio",12366 "tracing",12367]1236812369[[package]]12370name = "toml"12371version = "0.5.9"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12374dependencies = [12375 "serde",12376]1237712378[[package]]12379name = "tower-service"12380version = "0.3.2"12381source = "registry+https://github.com/rust-lang/crates.io-index"12382checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1238312384[[package]]12385name = "tracing"12386version = "0.1.37"12387source = "registry+https://github.com/rust-lang/crates.io-index"12388checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12389dependencies = [12390 "cfg-if 1.0.0",12391 "pin-project-lite 0.2.9",12392 "tracing-attributes",12393 "tracing-core",12394]1239512396[[package]]12397name = "tracing-attributes"12398version = "0.1.23"12399source = "registry+https://github.com/rust-lang/crates.io-index"12400checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12401dependencies = [12402 "proc-macro2",12403 "quote",12404 "syn",12405]1240612407[[package]]12408name = "tracing-core"12409version = "0.1.30"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12412dependencies = [12413 "once_cell",12414 "valuable",12415]1241612417[[package]]12418name = "tracing-futures"12419version = "0.2.5"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12422dependencies = [12423 "pin-project",12424 "tracing",12425]1242612427[[package]]12428name = "tracing-gum"12429version = "0.9.30"12430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12431dependencies = [12432 "polkadot-node-jaeger",12433 "polkadot-primitives",12434 "tracing",12435 "tracing-gum-proc-macro",12436]1243712438[[package]]12439name = "tracing-gum-proc-macro"12440version = "0.9.30"12441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12442dependencies = [12443 "expander 0.0.6",12444 "proc-macro-crate",12445 "proc-macro2",12446 "quote",12447 "syn",12448]1244912450[[package]]12451name = "tracing-log"12452version = "0.1.3"12453source = "registry+https://github.com/rust-lang/crates.io-index"12454checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12455dependencies = [12456 "lazy_static",12457 "log",12458 "tracing-core",12459]1246012461[[package]]12462name = "tracing-serde"12463version = "0.1.3"12464source = "registry+https://github.com/rust-lang/crates.io-index"12465checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12466dependencies = [12467 "serde",12468 "tracing-core",12469]1247012471[[package]]12472name = "tracing-subscriber"12473version = "0.2.25"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12476dependencies = [12477 "ansi_term",12478 "chrono",12479 "lazy_static",12480 "matchers",12481 "parking_lot 0.11.2",12482 "regex",12483 "serde",12484 "serde_json",12485 "sharded-slab",12486 "smallvec",12487 "thread_local",12488 "tracing",12489 "tracing-core",12490 "tracing-log",12491 "tracing-serde",12492]1249312494[[package]]12495name = "trie-db"12496version = "0.24.0"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12499dependencies = [12500 "hash-db",12501 "hashbrown",12502 "log",12503 "rustc-hex",12504 "smallvec",12505]1250612507[[package]]12508name = "trie-root"12509version = "0.17.0"12510source = "registry+https://github.com/rust-lang/crates.io-index"12511checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12512dependencies = [12513 "hash-db",12514]1251512516[[package]]12517name = "triehash"12518version = "0.8.4"12519source = "registry+https://github.com/rust-lang/crates.io-index"12520checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12521dependencies = [12522 "hash-db",12523 "rlp",12524]1252512526[[package]]12527name = "trust-dns-proto"12528version = "0.21.2"12529source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12531dependencies = [12532 "async-trait",12533 "cfg-if 1.0.0",12534 "data-encoding",12535 "enum-as-inner",12536 "futures-channel",12537 "futures-io",12538 "futures-util",12539 "idna 0.2.3",12540 "ipnet",12541 "lazy_static",12542 "log",12543 "rand 0.8.5",12544 "smallvec",12545 "thiserror",12546 "tinyvec",12547 "url",12548]1254912550[[package]]12551name = "trust-dns-resolver"12552version = "0.21.2"12553source = "registry+https://github.com/rust-lang/crates.io-index"12554checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12555dependencies = [12556 "cfg-if 1.0.0",12557 "futures-util",12558 "ipconfig",12559 "lazy_static",12560 "log",12561 "lru-cache",12562 "parking_lot 0.12.1",12563 "resolv-conf",12564 "smallvec",12565 "thiserror",12566 "trust-dns-proto",12567]1256812569[[package]]12570name = "try-lock"12571version = "0.2.3"12572source = "registry+https://github.com/rust-lang/crates.io-index"12573checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1257412575[[package]]12576name = "try-runtime-cli"12577version = "0.10.0-dev"12578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12579dependencies = [12580 "clap",12581 "frame-try-runtime",12582 "jsonrpsee",12583 "log",12584 "parity-scale-codec 3.2.1",12585 "remote-externalities",12586 "sc-chain-spec",12587 "sc-cli",12588 "sc-executor",12589 "sc-service",12590 "serde",12591 "sp-core",12592 "sp-externalities",12593 "sp-io",12594 "sp-keystore",12595 "sp-runtime",12596 "sp-state-machine",12597 "sp-version",12598 "zstd",12599]1260012601[[package]]12602name = "tt-call"12603version = "1.0.8"12604source = "registry+https://github.com/rust-lang/crates.io-index"12605checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1260612607[[package]]12608name = "twox-hash"12609version = "1.6.3"12610source = "registry+https://github.com/rust-lang/crates.io-index"12611checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12612dependencies = [12613 "cfg-if 1.0.0",12614 "digest 0.10.5",12615 "rand 0.8.5",12616 "static_assertions",12617]1261812619[[package]]12620name = "typenum"12621version = "1.15.0"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1262412625[[package]]12626name = "uc-rpc"12627version = "0.1.4"12628dependencies = [12629 "anyhow",12630 "app-promotion-rpc",12631 "jsonrpsee",12632 "pallet-common",12633 "pallet-evm",12634 "parity-scale-codec 3.2.1",12635 "rmrk-rpc",12636 "sp-api",12637 "sp-blockchain",12638 "sp-core",12639 "sp-rpc",12640 "sp-runtime",12641 "up-data-structs",12642 "up-rpc",12643]1264412645[[package]]12646name = "ucd-trie"12647version = "0.1.5"12648source = "registry+https://github.com/rust-lang/crates.io-index"12649checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1265012651[[package]]12652name = "uint"12653version = "0.9.4"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12656dependencies = [12657 "byteorder",12658 "crunchy",12659 "hex",12660 "static_assertions",12661]1266212663[[package]]12664name = "unicase"12665version = "2.6.0"12666source = "registry+https://github.com/rust-lang/crates.io-index"12667checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12668dependencies = [12669 "version_check",12670]1267112672[[package]]12673name = "unicode-bidi"12674version = "0.3.8"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1267712678[[package]]12679name = "unicode-ident"12680version = "1.0.5"12681source = "registry+https://github.com/rust-lang/crates.io-index"12682checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1268312684[[package]]12685name = "unicode-normalization"12686version = "0.1.22"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12689dependencies = [12690 "tinyvec",12691]1269212693[[package]]12694name = "unicode-width"12695version = "0.1.10"12696source = "registry+https://github.com/rust-lang/crates.io-index"12697checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1269812699[[package]]12700name = "unicode-xid"12701version = "0.2.4"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1270412705[[package]]12706name = "unique-node"12707version = "0.9.30"12708dependencies = [12709 "app-promotion-rpc",12710 "clap",12711 "cumulus-client-cli",12712 "cumulus-client-collator",12713 "cumulus-client-consensus-aura",12714 "cumulus-client-consensus-common",12715 "cumulus-client-network",12716 "cumulus-client-service",12717 "cumulus-primitives-core",12718 "cumulus-primitives-parachain-inherent",12719 "cumulus-relay-chain-inprocess-interface",12720 "cumulus-relay-chain-interface",12721 "cumulus-relay-chain-rpc-interface",12722 "fc-consensus",12723 "fc-db",12724 "fc-mapping-sync",12725 "fc-rpc",12726 "fc-rpc-core",12727 "flexi_logger",12728 "fp-rpc",12729 "frame-benchmarking",12730 "frame-benchmarking-cli",12731 "futures 0.3.25",12732 "jsonrpsee",12733 "log",12734 "opal-runtime",12735 "pallet-ethereum",12736 "pallet-transaction-payment-rpc",12737 "pallet-transaction-payment-rpc-runtime-api",12738 "parity-scale-codec 3.2.1",12739 "parking_lot 0.12.1",12740 "polkadot-cli",12741 "polkadot-parachain",12742 "polkadot-primitives",12743 "polkadot-service",12744 "polkadot-test-service",12745 "quartz-runtime",12746 "rmrk-rpc",12747 "sc-basic-authorship",12748 "sc-chain-spec",12749 "sc-cli",12750 "sc-client-api",12751 "sc-consensus",12752 "sc-consensus-aura",12753 "sc-consensus-manual-seal",12754 "sc-executor",12755 "sc-finality-grandpa",12756 "sc-keystore",12757 "sc-network",12758 "sc-rpc",12759 "sc-rpc-api",12760 "sc-service",12761 "sc-sysinfo",12762 "sc-telemetry",12763 "sc-tracing",12764 "sc-transaction-pool",12765 "serde",12766 "serde_json",12767 "sp-api",12768 "sp-block-builder",12769 "sp-blockchain",12770 "sp-consensus",12771 "sp-consensus-aura",12772 "sp-core",12773 "sp-finality-grandpa",12774 "sp-inherents",12775 "sp-keystore",12776 "sp-offchain",12777 "sp-runtime",12778 "sp-session",12779 "sp-timestamp",12780 "sp-transaction-pool",12781 "sp-trie",12782 "substrate-build-script-utils",12783 "substrate-frame-rpc-system",12784 "substrate-prometheus-endpoint",12785 "tokio",12786 "try-runtime-cli",12787 "unique-rpc",12788 "unique-runtime",12789 "up-common",12790 "up-data-structs",12791 "up-rpc",12792]1279312794[[package]]12795name = "unique-rpc"12796version = "0.1.2"12797dependencies = [12798 "app-promotion-rpc",12799 "fc-db",12800 "fc-mapping-sync",12801 "fc-rpc",12802 "fc-rpc-core",12803 "fp-rpc",12804 "fp-storage",12805 "futures 0.3.25",12806 "jsonrpsee",12807 "pallet-common",12808 "pallet-ethereum",12809 "pallet-transaction-payment-rpc",12810 "pallet-transaction-payment-rpc-runtime-api",12811 "pallet-unique",12812 "rmrk-rpc",12813 "sc-client-api",12814 "sc-consensus-aura",12815 "sc-consensus-epochs",12816 "sc-finality-grandpa",12817 "sc-finality-grandpa-rpc",12818 "sc-keystore",12819 "sc-network",12820 "sc-rpc",12821 "sc-rpc-api",12822 "sc-service",12823 "sc-transaction-pool",12824 "serde",12825 "sp-api",12826 "sp-block-builder",12827 "sp-blockchain",12828 "sp-consensus",12829 "sp-consensus-aura",12830 "sp-core",12831 "sp-offchain",12832 "sp-runtime",12833 "sp-session",12834 "sp-storage",12835 "sp-transaction-pool",12836 "substrate-frame-rpc-system",12837 "tokio",12838 "uc-rpc",12839 "up-common",12840 "up-data-structs",12841 "up-rpc",12842]1284312844[[package]]12845name = "unique-runtime"12846version = "0.9.30"12847dependencies = [12848 "app-promotion-rpc",12849 "cumulus-pallet-aura-ext",12850 "cumulus-pallet-dmp-queue",12851 "cumulus-pallet-parachain-system",12852 "cumulus-pallet-xcm",12853 "cumulus-pallet-xcmp-queue",12854 "cumulus-primitives-core",12855 "cumulus-primitives-timestamp",12856 "cumulus-primitives-utility",12857 "derivative",12858 "evm-coder",12859 "fp-evm-mapping",12860 "fp-rpc",12861 "fp-self-contained",12862 "frame-benchmarking",12863 "frame-executive",12864 "frame-support",12865 "frame-system",12866 "frame-system-benchmarking",12867 "frame-system-rpc-runtime-api",12868 "frame-try-runtime",12869 "hex-literal",12870 "impl-trait-for-tuples",12871 "log",12872 "logtest",12873 "orml-tokens",12874 "orml-traits",12875 "orml-vesting",12876 "orml-xtokens",12877 "pallet-app-promotion",12878 "pallet-aura",12879 "pallet-balances",12880 "pallet-base-fee",12881 "pallet-common",12882 "pallet-configuration",12883 "pallet-ethereum",12884 "pallet-evm",12885 "pallet-evm-coder-substrate",12886 "pallet-evm-contract-helpers",12887 "pallet-evm-migration",12888 "pallet-evm-transaction-payment",12889 "pallet-foreign-assets",12890 "pallet-fungible",12891 "pallet-inflation",12892 "pallet-nonfungible",12893 "pallet-randomness-collective-flip",12894 "pallet-refungible",12895 "pallet-rmrk-core",12896 "pallet-rmrk-equip",12897 "pallet-structure",12898 "pallet-sudo",12899 "pallet-template-transaction-payment",12900 "pallet-timestamp",12901 "pallet-transaction-payment",12902 "pallet-transaction-payment-rpc-runtime-api",12903 "pallet-treasury",12904 "pallet-unique",12905 "pallet-unique-scheduler",12906 "pallet-xcm",12907 "parachain-info",12908 "parity-scale-codec 3.2.1",12909 "polkadot-parachain",12910 "rmrk-rpc",12911 "scale-info",12912 "serde",12913 "smallvec",12914 "sp-api",12915 "sp-arithmetic",12916 "sp-block-builder",12917 "sp-consensus-aura",12918 "sp-core",12919 "sp-inherents",12920 "sp-io",12921 "sp-offchain",12922 "sp-runtime",12923 "sp-session",12924 "sp-std",12925 "sp-transaction-pool",12926 "sp-version",12927 "substrate-wasm-builder",12928 "up-common",12929 "up-data-structs",12930 "up-rpc",12931 "up-sponsorship",12932 "xcm",12933 "xcm-builder",12934 "xcm-executor",12935]1293612937[[package]]12938name = "universal-hash"12939version = "0.4.1"12940source = "registry+https://github.com/rust-lang/crates.io-index"12941checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12942dependencies = [12943 "generic-array 0.14.6",12944 "subtle",12945]1294612947[[package]]12948name = "unsigned-varint"12949version = "0.7.1"12950source = "registry+https://github.com/rust-lang/crates.io-index"12951checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12952dependencies = [12953 "asynchronous-codec",12954 "bytes",12955 "futures-io",12956 "futures-util",12957]1295812959[[package]]12960name = "untrusted"12961version = "0.7.1"12962source = "registry+https://github.com/rust-lang/crates.io-index"12963checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1296412965[[package]]12966name = "up-common"12967version = "0.9.30"12968dependencies = [12969 "fp-rpc",12970 "frame-support",12971 "pallet-evm",12972 "sp-consensus-aura",12973 "sp-core",12974 "sp-runtime",12975 "sp-std",12976]1297712978[[package]]12979name = "up-data-structs"12980version = "0.2.2"12981dependencies = [12982 "bondrewd",12983 "derivative",12984 "frame-support",12985 "frame-system",12986 "pallet-evm",12987 "parity-scale-codec 3.2.1",12988 "rmrk-traits",12989 "scale-info",12990 "serde",12991 "sp-core",12992 "sp-runtime",12993 "sp-std",12994 "struct-versioning",12995]1299612997[[package]]12998name = "up-rpc"12999version = "0.1.3"13000dependencies = [13001 "pallet-common",13002 "pallet-evm",13003 "parity-scale-codec 3.2.1",13004 "sp-api",13005 "sp-core",13006 "sp-runtime",13007 "sp-std",13008 "up-data-structs",13009]1301013011[[package]]13012name = "up-sponsorship"13013version = "0.1.0"13014source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13015dependencies = [13016 "impl-trait-for-tuples",13017]1301813019[[package]]13020name = "url"13021version = "2.3.1"13022source = "registry+https://github.com/rust-lang/crates.io-index"13023checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13024dependencies = [13025 "form_urlencoded",13026 "idna 0.3.0",13027 "percent-encoding",13028]1302913030[[package]]13031name = "valuable"13032version = "0.1.0"13033source = "registry+https://github.com/rust-lang/crates.io-index"13034checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1303513036[[package]]13037name = "value-bag"13038version = "1.0.0-alpha.9"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13041dependencies = [13042 "ctor",13043 "version_check",13044]1304513046[[package]]13047name = "vcpkg"13048version = "0.2.15"13049source = "registry+https://github.com/rust-lang/crates.io-index"13050checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1305113052[[package]]13053name = "version_check"13054version = "0.9.4"13055source = "registry+https://github.com/rust-lang/crates.io-index"13056checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1305713058[[package]]13059name = "void"13060version = "1.0.2"13061source = "registry+https://github.com/rust-lang/crates.io-index"13062checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1306313064[[package]]13065name = "waker-fn"13066version = "1.1.0"13067source = "registry+https://github.com/rust-lang/crates.io-index"13068checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1306913070[[package]]13071name = "walkdir"13072version = "2.3.2"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13075dependencies = [13076 "same-file",13077 "winapi",13078 "winapi-util",13079]1308013081[[package]]13082name = "want"13083version = "0.3.0"13084source = "registry+https://github.com/rust-lang/crates.io-index"13085checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13086dependencies = [13087 "log",13088 "try-lock",13089]1309013091[[package]]13092name = "wasi"13093version = "0.9.0+wasi-snapshot-preview1"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1309613097[[package]]13098name = "wasi"13099version = "0.10.0+wasi-snapshot-preview1"13100source = "registry+https://github.com/rust-lang/crates.io-index"13101checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1310213103[[package]]13104name = "wasi"13105version = "0.11.0+wasi-snapshot-preview1"13106source = "registry+https://github.com/rust-lang/crates.io-index"13107checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1310813109[[package]]13110name = "wasm-bindgen"13111version = "0.2.83"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13114dependencies = [13115 "cfg-if 1.0.0",13116 "wasm-bindgen-macro",13117]1311813119[[package]]13120name = "wasm-bindgen-backend"13121version = "0.2.83"13122source = "registry+https://github.com/rust-lang/crates.io-index"13123checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13124dependencies = [13125 "bumpalo",13126 "log",13127 "once_cell",13128 "proc-macro2",13129 "quote",13130 "syn",13131 "wasm-bindgen-shared",13132]1313313134[[package]]13135name = "wasm-bindgen-futures"13136version = "0.4.33"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13139dependencies = [13140 "cfg-if 1.0.0",13141 "js-sys",13142 "wasm-bindgen",13143 "web-sys",13144]1314513146[[package]]13147name = "wasm-bindgen-macro"13148version = "0.2.83"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13151dependencies = [13152 "quote",13153 "wasm-bindgen-macro-support",13154]1315513156[[package]]13157name = "wasm-bindgen-macro-support"13158version = "0.2.83"13159source = "registry+https://github.com/rust-lang/crates.io-index"13160checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13161dependencies = [13162 "proc-macro2",13163 "quote",13164 "syn",13165 "wasm-bindgen-backend",13166 "wasm-bindgen-shared",13167]1316813169[[package]]13170name = "wasm-bindgen-shared"13171version = "0.2.83"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1317413175[[package]]13176name = "wasm-gc-api"13177version = "0.1.11"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13180dependencies = [13181 "log",13182 "parity-wasm 0.32.0",13183 "rustc-demangle",13184]1318513186[[package]]13187name = "wasm-instrument"13188version = "0.3.0"13189source = "registry+https://github.com/rust-lang/crates.io-index"13190checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13191dependencies = [13192 "parity-wasm 0.45.0",13193]1319413195[[package]]13196name = "wasm-timer"13197version = "0.2.5"13198source = "registry+https://github.com/rust-lang/crates.io-index"13199checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13200dependencies = [13201 "futures 0.3.25",13202 "js-sys",13203 "parking_lot 0.11.2",13204 "pin-utils",13205 "wasm-bindgen",13206 "wasm-bindgen-futures",13207 "web-sys",13208]1320913210[[package]]13211name = "wasmi"13212version = "0.13.2"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13215dependencies = [13216 "parity-wasm 0.45.0",13217 "wasmi-validation",13218 "wasmi_core",13219]1322013221[[package]]13222name = "wasmi-validation"13223version = "0.5.0"13224source = "registry+https://github.com/rust-lang/crates.io-index"13225checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13226dependencies = [13227 "parity-wasm 0.45.0",13228]1322913230[[package]]13231name = "wasmi_core"13232version = "0.2.1"13233source = "registry+https://github.com/rust-lang/crates.io-index"13234checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13235dependencies = [13236 "downcast-rs",13237 "libm",13238 "memory_units",13239 "num-rational 0.4.1",13240 "num-traits",13241]1324213243[[package]]13244name = "wasmparser"13245version = "0.89.1"13246source = "registry+https://github.com/rust-lang/crates.io-index"13247checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13248dependencies = [13249 "indexmap",13250]1325113252[[package]]13253name = "wasmtime"13254version = "1.0.1"13255source = "registry+https://github.com/rust-lang/crates.io-index"13256checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13257dependencies = [13258 "anyhow",13259 "bincode",13260 "cfg-if 1.0.0",13261 "indexmap",13262 "libc",13263 "log",13264 "object",13265 "once_cell",13266 "paste",13267 "psm",13268 "rayon",13269 "serde",13270 "target-lexicon",13271 "wasmparser",13272 "wasmtime-cache",13273 "wasmtime-cranelift",13274 "wasmtime-environ",13275 "wasmtime-jit",13276 "wasmtime-runtime",13277 "windows-sys 0.36.1",13278]1327913280[[package]]13281name = "wasmtime-asm-macros"13282version = "1.0.1"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13285dependencies = [13286 "cfg-if 1.0.0",13287]1328813289[[package]]13290name = "wasmtime-cache"13291version = "1.0.1"13292source = "registry+https://github.com/rust-lang/crates.io-index"13293checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13294dependencies = [13295 "anyhow",13296 "base64",13297 "bincode",13298 "directories-next",13299 "file-per-thread-logger",13300 "log",13301 "rustix",13302 "serde",13303 "sha2 0.9.9",13304 "toml",13305 "windows-sys 0.36.1",13306 "zstd",13307]1330813309[[package]]13310name = "wasmtime-cranelift"13311version = "1.0.1"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13314dependencies = [13315 "anyhow",13316 "cranelift-codegen",13317 "cranelift-entity",13318 "cranelift-frontend",13319 "cranelift-native",13320 "cranelift-wasm",13321 "gimli",13322 "log",13323 "object",13324 "target-lexicon",13325 "thiserror",13326 "wasmparser",13327 "wasmtime-environ",13328]1332913330[[package]]13331name = "wasmtime-environ"13332version = "1.0.1"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13335dependencies = [13336 "anyhow",13337 "cranelift-entity",13338 "gimli",13339 "indexmap",13340 "log",13341 "object",13342 "serde",13343 "target-lexicon",13344 "thiserror",13345 "wasmparser",13346 "wasmtime-types",13347]1334813349[[package]]13350name = "wasmtime-jit"13351version = "1.0.1"13352source = "registry+https://github.com/rust-lang/crates.io-index"13353checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13354dependencies = [13355 "addr2line",13356 "anyhow",13357 "bincode",13358 "cfg-if 1.0.0",13359 "cpp_demangle",13360 "gimli",13361 "log",13362 "object",13363 "rustc-demangle",13364 "rustix",13365 "serde",13366 "target-lexicon",13367 "thiserror",13368 "wasmtime-environ",13369 "wasmtime-jit-debug",13370 "wasmtime-runtime",13371 "windows-sys 0.36.1",13372]1337313374[[package]]13375name = "wasmtime-jit-debug"13376version = "1.0.1"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13379dependencies = [13380 "object",13381 "once_cell",13382 "rustix",13383]1338413385[[package]]13386name = "wasmtime-runtime"13387version = "1.0.1"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13390dependencies = [13391 "anyhow",13392 "cc",13393 "cfg-if 1.0.0",13394 "indexmap",13395 "libc",13396 "log",13397 "mach",13398 "memfd",13399 "memoffset",13400 "paste",13401 "rand 0.8.5",13402 "rustix",13403 "thiserror",13404 "wasmtime-asm-macros",13405 "wasmtime-environ",13406 "wasmtime-jit-debug",13407 "windows-sys 0.36.1",13408]1340913410[[package]]13411name = "wasmtime-types"13412version = "1.0.1"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13415dependencies = [13416 "cranelift-entity",13417 "serde",13418 "thiserror",13419 "wasmparser",13420]1342113422[[package]]13423name = "web-sys"13424version = "0.3.60"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13427dependencies = [13428 "js-sys",13429 "wasm-bindgen",13430]1343113432[[package]]13433name = "webpki"13434version = "0.22.0"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13437dependencies = [13438 "ring",13439 "untrusted",13440]1344113442[[package]]13443name = "webpki-roots"13444version = "0.22.5"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13447dependencies = [13448 "webpki",13449]1345013451[[package]]13452name = "wepoll-ffi"13453version = "0.1.2"13454source = "registry+https://github.com/rust-lang/crates.io-index"13455checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13456dependencies = [13457 "cc",13458]1345913460[[package]]13461name = "westend-runtime"13462version = "0.9.30"13463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13464dependencies = [13465 "beefy-primitives",13466 "bitvec 1.0.1",13467 "frame-benchmarking",13468 "frame-election-provider-support",13469 "frame-executive",13470 "frame-support",13471 "frame-system",13472 "frame-system-benchmarking",13473 "frame-system-rpc-runtime-api",13474 "frame-try-runtime",13475 "hex-literal",13476 "log",13477 "pallet-authority-discovery",13478 "pallet-authorship",13479 "pallet-babe",13480 "pallet-bags-list",13481 "pallet-balances",13482 "pallet-collective",13483 "pallet-democracy",13484 "pallet-election-provider-multi-phase",13485 "pallet-election-provider-support-benchmarking",13486 "pallet-elections-phragmen",13487 "pallet-fast-unstake",13488 "pallet-grandpa",13489 "pallet-identity",13490 "pallet-im-online",13491 "pallet-indices",13492 "pallet-membership",13493 "pallet-multisig",13494 "pallet-nomination-pools",13495 "pallet-nomination-pools-benchmarking",13496 "pallet-nomination-pools-runtime-api",13497 "pallet-offences",13498 "pallet-offences-benchmarking",13499 "pallet-preimage",13500 "pallet-proxy",13501 "pallet-recovery",13502 "pallet-scheduler",13503 "pallet-session",13504 "pallet-session-benchmarking",13505 "pallet-society",13506 "pallet-staking",13507 "pallet-staking-reward-curve",13508 "pallet-sudo",13509 "pallet-timestamp",13510 "pallet-transaction-payment",13511 "pallet-transaction-payment-rpc-runtime-api",13512 "pallet-treasury",13513 "pallet-utility",13514 "pallet-vesting",13515 "pallet-xcm",13516 "pallet-xcm-benchmarks",13517 "parity-scale-codec 3.2.1",13518 "polkadot-parachain",13519 "polkadot-primitives",13520 "polkadot-runtime-common",13521 "polkadot-runtime-parachains",13522 "rustc-hex",13523 "scale-info",13524 "serde",13525 "serde_derive",13526 "smallvec",13527 "sp-api",13528 "sp-authority-discovery",13529 "sp-block-builder",13530 "sp-consensus-babe",13531 "sp-core",13532 "sp-inherents",13533 "sp-io",13534 "sp-mmr-primitives",13535 "sp-npos-elections",13536 "sp-offchain",13537 "sp-runtime",13538 "sp-session",13539 "sp-staking",13540 "sp-std",13541 "sp-transaction-pool",13542 "sp-version",13543 "substrate-wasm-builder",13544 "westend-runtime-constants",13545 "xcm",13546 "xcm-builder",13547 "xcm-executor",13548]1354913550[[package]]13551name = "westend-runtime-constants"13552version = "0.9.30"13553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13554dependencies = [13555 "frame-support",13556 "polkadot-primitives",13557 "polkadot-runtime-common",13558 "smallvec",13559 "sp-runtime",13560]1356113562[[package]]13563name = "which"13564version = "4.3.0"13565source = "registry+https://github.com/rust-lang/crates.io-index"13566checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13567dependencies = [13568 "either",13569 "libc",13570 "once_cell",13571]1357213573[[package]]13574name = "widestring"13575version = "0.5.1"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1357813579[[package]]13580name = "winapi"13581version = "0.3.9"13582source = "registry+https://github.com/rust-lang/crates.io-index"13583checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13584dependencies = [13585 "winapi-i686-pc-windows-gnu",13586 "winapi-x86_64-pc-windows-gnu",13587]1358813589[[package]]13590name = "winapi-i686-pc-windows-gnu"13591version = "0.4.0"13592source = "registry+https://github.com/rust-lang/crates.io-index"13593checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1359413595[[package]]13596name = "winapi-util"13597version = "0.1.5"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13600dependencies = [13601 "winapi",13602]1360313604[[package]]13605name = "winapi-x86_64-pc-windows-gnu"13606version = "0.4.0"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1360913610[[package]]13611name = "windows"13612version = "0.34.0"13613source = "registry+https://github.com/rust-lang/crates.io-index"13614checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13615dependencies = [13616 "windows_aarch64_msvc 0.34.0",13617 "windows_i686_gnu 0.34.0",13618 "windows_i686_msvc 0.34.0",13619 "windows_x86_64_gnu 0.34.0",13620 "windows_x86_64_msvc 0.34.0",13621]1362213623[[package]]13624name = "windows-sys"13625version = "0.36.1"13626source = "registry+https://github.com/rust-lang/crates.io-index"13627checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13628dependencies = [13629 "windows_aarch64_msvc 0.36.1",13630 "windows_i686_gnu 0.36.1",13631 "windows_i686_msvc 0.36.1",13632 "windows_x86_64_gnu 0.36.1",13633 "windows_x86_64_msvc 0.36.1",13634]1363513636[[package]]13637name = "windows-sys"13638version = "0.42.0"13639source = "registry+https://github.com/rust-lang/crates.io-index"13640checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13641dependencies = [13642 "windows_aarch64_gnullvm",13643 "windows_aarch64_msvc 0.42.0",13644 "windows_i686_gnu 0.42.0",13645 "windows_i686_msvc 0.42.0",13646 "windows_x86_64_gnu 0.42.0",13647 "windows_x86_64_gnullvm",13648 "windows_x86_64_msvc 0.42.0",13649]1365013651[[package]]13652name = "windows_aarch64_gnullvm"13653version = "0.42.0"13654source = "registry+https://github.com/rust-lang/crates.io-index"13655checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1365613657[[package]]13658name = "windows_aarch64_msvc"13659version = "0.34.0"13660source = "registry+https://github.com/rust-lang/crates.io-index"13661checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1366213663[[package]]13664name = "windows_aarch64_msvc"13665version = "0.36.1"13666source = "registry+https://github.com/rust-lang/crates.io-index"13667checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1366813669[[package]]13670name = "windows_aarch64_msvc"13671version = "0.42.0"13672source = "registry+https://github.com/rust-lang/crates.io-index"13673checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1367413675[[package]]13676name = "windows_i686_gnu"13677version = "0.34.0"13678source = "registry+https://github.com/rust-lang/crates.io-index"13679checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1368013681[[package]]13682name = "windows_i686_gnu"13683version = "0.36.1"13684source = "registry+https://github.com/rust-lang/crates.io-index"13685checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1368613687[[package]]13688name = "windows_i686_gnu"13689version = "0.42.0"13690source = "registry+https://github.com/rust-lang/crates.io-index"13691checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1369213693[[package]]13694name = "windows_i686_msvc"13695version = "0.34.0"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1369813699[[package]]13700name = "windows_i686_msvc"13701version = "0.36.1"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1370413705[[package]]13706name = "windows_i686_msvc"13707version = "0.42.0"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1371013711[[package]]13712name = "windows_x86_64_gnu"13713version = "0.34.0"13714source = "registry+https://github.com/rust-lang/crates.io-index"13715checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1371613717[[package]]13718name = "windows_x86_64_gnu"13719version = "0.36.1"13720source = "registry+https://github.com/rust-lang/crates.io-index"13721checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1372213723[[package]]13724name = "windows_x86_64_gnu"13725version = "0.42.0"13726source = "registry+https://github.com/rust-lang/crates.io-index"13727checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1372813729[[package]]13730name = "windows_x86_64_gnullvm"13731version = "0.42.0"13732source = "registry+https://github.com/rust-lang/crates.io-index"13733checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1373413735[[package]]13736name = "windows_x86_64_msvc"13737version = "0.34.0"13738source = "registry+https://github.com/rust-lang/crates.io-index"13739checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1374013741[[package]]13742name = "windows_x86_64_msvc"13743version = "0.36.1"13744source = "registry+https://github.com/rust-lang/crates.io-index"13745checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1374613747[[package]]13748name = "windows_x86_64_msvc"13749version = "0.42.0"13750source = "registry+https://github.com/rust-lang/crates.io-index"13751checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1375213753[[package]]13754name = "winreg"13755version = "0.7.0"13756source = "registry+https://github.com/rust-lang/crates.io-index"13757checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13758dependencies = [13759 "winapi",13760]1376113762[[package]]13763name = "wyz"13764version = "0.2.0"13765source = "registry+https://github.com/rust-lang/crates.io-index"13766checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1376713768[[package]]13769name = "wyz"13770version = "0.5.0"13771source = "registry+https://github.com/rust-lang/crates.io-index"13772checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13773dependencies = [13774 "tap",13775]1377613777[[package]]13778name = "x25519-dalek"13779version = "1.1.1"13780source = "registry+https://github.com/rust-lang/crates.io-index"13781checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13782dependencies = [13783 "curve25519-dalek 3.2.0",13784 "rand_core 0.5.1",13785 "zeroize",13786]1378713788[[package]]13789name = "xcm"13790version = "0.9.30"13791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13792dependencies = [13793 "derivative",13794 "impl-trait-for-tuples",13795 "log",13796 "parity-scale-codec 3.2.1",13797 "scale-info",13798 "sp-runtime",13799 "xcm-procedural",13800]1380113802[[package]]13803name = "xcm-builder"13804version = "0.9.30"13805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13806dependencies = [13807 "frame-support",13808 "frame-system",13809 "log",13810 "pallet-transaction-payment",13811 "parity-scale-codec 3.2.1",13812 "polkadot-parachain",13813 "scale-info",13814 "sp-arithmetic",13815 "sp-io",13816 "sp-runtime",13817 "sp-std",13818 "xcm",13819 "xcm-executor",13820]1382113822[[package]]13823name = "xcm-executor"13824version = "0.9.30"13825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13826dependencies = [13827 "frame-benchmarking",13828 "frame-support",13829 "impl-trait-for-tuples",13830 "log",13831 "parity-scale-codec 3.2.1",13832 "sp-arithmetic",13833 "sp-core",13834 "sp-io",13835 "sp-runtime",13836 "sp-std",13837 "xcm",13838]1383913840[[package]]13841name = "xcm-procedural"13842version = "0.9.30"13843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13844dependencies = [13845 "Inflector",13846 "proc-macro2",13847 "quote",13848 "syn",13849]1385013851[[package]]13852name = "yamux"13853version = "0.10.2"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13856dependencies = [13857 "futures 0.3.25",13858 "log",13859 "nohash-hasher",13860 "parking_lot 0.12.1",13861 "rand 0.8.5",13862 "static_assertions",13863]1386413865[[package]]13866name = "zeroize"13867version = "1.5.7"13868source = "registry+https://github.com/rust-lang/crates.io-index"13869checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13870dependencies = [13871 "zeroize_derive",13872]1387313874[[package]]13875name = "zeroize_derive"13876version = "1.3.2"13877source = "registry+https://github.com/rust-lang/crates.io-index"13878checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13879dependencies = [13880 "proc-macro2",13881 "quote",13882 "syn",13883 "synstructure",13884]1388513886[[package]]13887name = "zstd"13888version = "0.11.2+zstd.1.5.2"13889source = "registry+https://github.com/rust-lang/crates.io-index"13890checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13891dependencies = [13892 "zstd-safe",13893]1389413895[[package]]13896name = "zstd-safe"13897version = "5.0.2+zstd.1.5.2"13898source = "registry+https://github.com/rust-lang/crates.io-index"13899checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13900dependencies = [13901 "libc",13902 "zstd-sys",13903]1390413905[[package]]13906name = "zstd-sys"13907version = "2.0.1+zstd.1.5.2"13908source = "registry+https://github.com/rust-lang/crates.io-index"13909checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13910dependencies = [13911 "cc",13912 "libc",13913]